openapi: 3.0.1 info: title: OData Service for namespace microsoft.graph description: This OData service is located at https://graph.microsoft.com/v1.0 version: v1.0 x-ms-generated-by: toolName: Microsoft.OpenApi.OData toolVersion: 1.0.9.0 servers: - url: https://graph.microsoft.com/v1.0 paths: /admin: description: Provides operations to manage the admin singleton. get: tags: - admin.admin summary: Get admin operationId: admin.admin.GetAdmin parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.admin' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - admin.admin summary: Update admin operationId: admin.admin.UpdateAdmin requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.admin' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.admin' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /admin/edge: description: Provides operations to manage the edge property of the microsoft.graph.admin entity. get: tags: - admin.edge summary: Get edge from admin description: A container for Microsoft Edge resources. Read-only. operationId: admin.GetEdge parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.edge' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - admin.edge summary: Update the navigation property edge in admin operationId: admin.UpdateEdge requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.edge' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.edge' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - admin.edge summary: Delete navigation property edge for admin operationId: admin.DeleteEdge parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /admin/edge/internetExplorerMode: description: Provides operations to manage the internetExplorerMode property of the microsoft.graph.edge entity. get: tags: - admin.edge summary: Get internetExplorerMode from admin description: A container for Internet Explorer mode resources. operationId: admin.edge.GetInternetExplorerMode parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.internetExplorerMode' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - admin.edge summary: Update the navigation property internetExplorerMode in admin operationId: admin.edge.UpdateInternetExplorerMode requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.internetExplorerMode' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.internetExplorerMode' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - admin.edge summary: Delete navigation property internetExplorerMode for admin operationId: admin.edge.DeleteInternetExplorerMode parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /admin/edge/internetExplorerMode/siteLists: description: Provides operations to manage the siteLists property of the microsoft.graph.internetExplorerMode entity. get: tags: - admin.edge summary: List browserSiteLists description: Get a list of the browserSiteList objects and their properties. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/internetexplorermode-list-sitelists?view=graph-rest-1.0 operationId: admin.edge.internetExplorerMode.ListSiteLists parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.browserSiteListCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - admin.edge summary: Create browserSiteList description: Create a new browserSiteList object to support Internet Explorer mode. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/internetexplorermode-post-sitelists?view=graph-rest-1.0 operationId: admin.edge.internetExplorerMode.CreateSiteLists requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.browserSiteList' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.browserSiteList' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}': description: Provides operations to manage the siteLists property of the microsoft.graph.internetExplorerMode entity. get: tags: - admin.edge summary: Get browserSiteList description: Get a browserSiteList that contains browserSite and browserSharedCookie resources. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/browsersitelist-get?view=graph-rest-1.0 operationId: admin.edge.internetExplorerMode.GetSiteLists parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.browserSiteList' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - admin.edge summary: Update browserSiteList description: Update the properties of a browserSiteList object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/browsersitelist-update?view=graph-rest-1.0 operationId: admin.edge.internetExplorerMode.UpdateSiteLists requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.browserSiteList' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.browserSiteList' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - admin.edge summary: Delete browserSiteList description: Delete a browserSiteList object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/internetexplorermode-delete-sitelists?view=graph-rest-1.0 operationId: admin.edge.internetExplorerMode.DeleteSiteLists parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: browserSiteList-id in: path description: The unique identifier of browserSiteList required: true schema: type: string x-ms-docs-key-type: browserSiteList '/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/publish': description: Provides operations to call the publish method. post: tags: - admin.Actions summary: Invoke action publish description: Publish the specified browserSiteList for devices to download. operationId: admin.edge.internetExplorerMode.siteLists.browserSiteList.publish requestBody: description: Action parameters content: application/json: schema: type: object properties: revision: type: string sites: type: array items: $ref: '#/components/schemas/microsoft.graph.browserSite' sharedCookies: type: array items: $ref: '#/components/schemas/microsoft.graph.browserSharedCookie' required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.browserSiteList' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: browserSiteList-id in: path description: The unique identifier of browserSiteList required: true schema: type: string x-ms-docs-key-type: browserSiteList '/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies': description: Provides operations to manage the sharedCookies property of the microsoft.graph.browserSiteList entity. get: tags: - admin.edge summary: List browserSharedCookies description: Get a list of the browserSharedCookie objects and their properties. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/browsersitelist-list-sharedcookies?view=graph-rest-1.0 operationId: admin.edge.internetExplorerMode.siteLists.ListSharedCookies parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.browserSharedCookieCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - admin.edge summary: Create browserSharedCookie description: Create a new browserSharedCookie object in a browserSiteList. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/browsersitelist-post-sharedcookies?view=graph-rest-1.0 operationId: admin.edge.internetExplorerMode.siteLists.CreateSharedCookies requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.browserSharedCookie' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.browserSharedCookie' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: browserSiteList-id in: path description: The unique identifier of browserSiteList required: true schema: type: string x-ms-docs-key-type: browserSiteList '/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/{browserSharedCookie-id}': description: Provides operations to manage the sharedCookies property of the microsoft.graph.browserSiteList entity. get: tags: - admin.edge summary: Get browserSharedCookie description: 'Get a session cookie that can be shared between a Microsoft Edge process and an Internet Explorer process, while using Internet Explorer mode.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/browsersharedcookie-get?view=graph-rest-1.0 operationId: admin.edge.internetExplorerMode.siteLists.GetSharedCookies parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.browserSharedCookie' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - admin.edge summary: Update browserSharedCookie description: Update the properties of a browserSharedCookie object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/browsersharedcookie-update?view=graph-rest-1.0 operationId: admin.edge.internetExplorerMode.siteLists.UpdateSharedCookies requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.browserSharedCookie' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.browserSharedCookie' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - admin.edge summary: Delete browserSharedCookie description: Delete a browserSharedCookie from a browserSiteList. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/browsersitelist-delete-sharedcookies?view=graph-rest-1.0 operationId: admin.edge.internetExplorerMode.siteLists.DeleteSharedCookies parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: browserSiteList-id in: path description: The unique identifier of browserSiteList required: true schema: type: string x-ms-docs-key-type: browserSiteList - name: browserSharedCookie-id in: path description: The unique identifier of browserSharedCookie required: true schema: type: string x-ms-docs-key-type: browserSharedCookie '/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/$count': description: Provides operations to count the resources in the collection. get: tags: - admin.edge summary: Get the number of the resource operationId: admin.edge.internetExplorerMode.siteLists.sharedCookies.GetCount-0de2 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: browserSiteList-id in: path description: The unique identifier of browserSiteList required: true schema: type: string x-ms-docs-key-type: browserSiteList '/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites': description: Provides operations to manage the sites property of the microsoft.graph.browserSiteList entity. get: tags: - admin.edge summary: List browserSites description: Get a list of the browserSite objects and their properties. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/browsersitelist-list-sites?view=graph-rest-1.0 operationId: admin.edge.internetExplorerMode.siteLists.ListSites parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.browserSiteCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - admin.edge summary: Create browserSite description: Create a new browserSite object in a browserSiteList. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/browsersitelist-post-sites?view=graph-rest-1.0 operationId: admin.edge.internetExplorerMode.siteLists.CreateSites requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.browserSite' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.browserSite' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: browserSiteList-id in: path description: The unique identifier of browserSiteList required: true schema: type: string x-ms-docs-key-type: browserSiteList '/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/{browserSite-id}': description: Provides operations to manage the sites property of the microsoft.graph.browserSiteList entity. get: tags: - admin.edge summary: Get browserSite description: Get a browserSite that resides on a browserSiteList. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/browsersite-get?view=graph-rest-1.0 operationId: admin.edge.internetExplorerMode.siteLists.GetSites parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.browserSite' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - admin.edge summary: Update browserSite description: Update the properties of a browserSite object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/browsersite-update?view=graph-rest-1.0 operationId: admin.edge.internetExplorerMode.siteLists.UpdateSites requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.browserSite' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.browserSite' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - admin.edge summary: Delete browserSite description: Delete a browserSite from a browserSiteList. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/browsersitelist-delete-sites?view=graph-rest-1.0 operationId: admin.edge.internetExplorerMode.siteLists.DeleteSites parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: browserSiteList-id in: path description: The unique identifier of browserSiteList required: true schema: type: string x-ms-docs-key-type: browserSiteList - name: browserSite-id in: path description: The unique identifier of browserSite required: true schema: type: string x-ms-docs-key-type: browserSite '/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/$count': description: Provides operations to count the resources in the collection. get: tags: - admin.edge summary: Get the number of the resource operationId: admin.edge.internetExplorerMode.siteLists.sites.GetCount-da97 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: browserSiteList-id in: path description: The unique identifier of browserSiteList required: true schema: type: string x-ms-docs-key-type: browserSiteList /admin/edge/internetExplorerMode/siteLists/$count: description: Provides operations to count the resources in the collection. get: tags: - admin.edge summary: Get the number of the resource operationId: admin.edge.internetExplorerMode.siteLists.GetCount-d3d6 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /admin/microsoft365Apps: description: Provides operations to manage the microsoft365Apps property of the microsoft.graph.admin entity. get: tags: - admin.adminMicrosoft365Apps summary: Get microsoft365Apps from admin description: A container for the Microsoft 365 apps admin functionality. operationId: admin.GetMicrosoft365Apps parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.adminMicrosoft365Apps' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - admin.adminMicrosoft365Apps summary: Update the navigation property microsoft365Apps in admin operationId: admin.UpdateMicrosoft365Apps requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.adminMicrosoft365Apps' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.adminMicrosoft365Apps' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - admin.adminMicrosoft365Apps summary: Delete navigation property microsoft365Apps for admin operationId: admin.DeleteMicrosoft365Apps parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /admin/microsoft365Apps/installationOptions: description: Provides operations to manage the installationOptions property of the microsoft.graph.adminMicrosoft365Apps entity. get: tags: - admin.adminMicrosoft365Apps summary: Get m365AppsInstallationOptions description: Read the properties and relationships of an m365AppsInstallationOptions object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/m365appsinstallationoptions-get?view=graph-rest-1.0 operationId: admin.microsoft365Apps.GetInstallationOptions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.m365AppsInstallationOptions' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - admin.adminMicrosoft365Apps summary: Update m365AppsInstallationOptions description: Update the properties of an m365AppsInstallationOptions object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/m365appsinstallationoptions-update?view=graph-rest-1.0 operationId: admin.microsoft365Apps.UpdateInstallationOptions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.m365AppsInstallationOptions' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.m365AppsInstallationOptions' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - admin.adminMicrosoft365Apps summary: Delete navigation property installationOptions for admin operationId: admin.microsoft365Apps.DeleteInstallationOptions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /admin/people: description: Provides operations to manage the people property of the microsoft.graph.admin entity. get: tags: - admin.peopleAdminSettings summary: Get peopleAdminSettings description: Retrieve the properties and relationships of a peopleAdminSettings object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/peopleadminsettings-get?view=graph-rest-1.0 operationId: admin.GetPeople parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.peopleAdminSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /admin/people/itemInsights: description: Provides operations to manage the itemInsights property of the microsoft.graph.peopleAdminSettings entity. get: tags: - admin.peopleAdminSettings summary: List itemInsights description: 'Get the properties of an insightsSettings object to display or return item insights in an organization. To learn how to customize the privacy of item insights in an organization, see Customize item insights privacy in Microsoft Graph.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/peopleadminsettings-list-iteminsights?view=graph-rest-1.0 operationId: admin.people.GetItemInsights parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.insightsSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - admin.peopleAdminSettings summary: Update insightsSettings description: 'Update privacy settings to display or return the specified type of insights in an organization. Currently, itemInsights is the only supported type of settings. To learn more about customizing insights privacy for your organization, see Customize item insights privacy in Microsoft Graph.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/insightssettings-update?view=graph-rest-1.0 operationId: admin.people.UpdateItemInsights requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.insightsSettings' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.insightsSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - admin.peopleAdminSettings summary: Delete navigation property itemInsights for admin operationId: admin.people.DeleteItemInsights parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /admin/people/profileCardProperties: description: Provides operations to manage the profileCardProperties property of the microsoft.graph.peopleAdminSettings entity. get: tags: - admin.peopleAdminSettings summary: List profileCardProperties description: Get a collection of profileCardProperty resources for an organization. Each resource is identified by its directoryPropertyName property. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/peopleadminsettings-list-profilecardproperties?view=graph-rest-1.0 operationId: admin.people.ListProfileCardProperties parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.profileCardPropertyCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - admin.peopleAdminSettings summary: Create profileCardProperty description: 'Create a new profileCardProperty for an organization. The new property is identified by its directoryPropertyName property. For more information about how to add properties to the profile card for an organization, see Add or remove custom attributes on a profile card using the profile card API.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/peopleadminsettings-post-profilecardproperties?view=graph-rest-1.0 operationId: admin.people.CreateProfileCardProperties requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.profileCardProperty' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.profileCardProperty' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/admin/people/profileCardProperties/{profileCardProperty-id}': description: Provides operations to manage the profileCardProperties property of the microsoft.graph.peopleAdminSettings entity. get: tags: - admin.peopleAdminSettings summary: Get profileCardProperty description: Retrieve the properties of a profileCardProperty entity. The profileCardProperty is identified by its directoryPropertyName property. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/profilecardproperty-get?view=graph-rest-1.0 operationId: admin.people.GetProfileCardProperties parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.profileCardProperty' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - admin.peopleAdminSettings summary: Update profileCardProperty description: 'Update the properties of a profileCardProperty object, identified by its directoryPropertyName property.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/profilecardproperty-update?view=graph-rest-1.0 operationId: admin.people.UpdateProfileCardProperties requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.profileCardProperty' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.profileCardProperty' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - admin.peopleAdminSettings summary: Delete profileCardProperty description: 'Delete the profileCardProperty object specified by its directoryPropertyName from the organization''s profile card, and remove any localized customizations for that property.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/profilecardproperty-delete?view=graph-rest-1.0 operationId: admin.people.DeleteProfileCardProperties parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: profileCardProperty-id in: path description: The unique identifier of profileCardProperty required: true schema: type: string x-ms-docs-key-type: profileCardProperty /admin/people/profileCardProperties/$count: description: Provides operations to count the resources in the collection. get: tags: - admin.peopleAdminSettings summary: Get the number of the resource operationId: admin.people.profileCardProperties.GetCount-9f88 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /admin/people/pronouns: description: Provides operations to manage the pronouns property of the microsoft.graph.peopleAdminSettings entity. get: tags: - admin.peopleAdminSettings summary: List pronounsSettings description: 'Get the properties of the pronounsSettings resource for an organization. For more information on settings to manage pronouns support, see Manage pronouns settings for an organization using the Microsoft Graph API.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/peopleadminsettings-list-pronouns?view=graph-rest-1.0 operationId: admin.people.GetPronouns parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.pronounsSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - admin.peopleAdminSettings summary: Update pronounsSettings description: 'Update the properties of a pronounsSettings object in an organization. For more information on settings to manage pronouns support, see Manage pronouns settings for an organization using the Microsoft Graph API.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/pronounssettings-update?view=graph-rest-1.0 operationId: admin.people.UpdatePronouns requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.pronounsSettings' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.pronounsSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /admin/serviceAnnouncement: description: Provides operations to manage the serviceAnnouncement property of the microsoft.graph.admin entity. get: tags: - admin.serviceAnnouncement summary: Get serviceAnnouncement from admin description: A container for service communications resources. Read-only. operationId: admin.GetServiceAnnouncement parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.serviceAnnouncement' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - admin.serviceAnnouncement summary: Update the navigation property serviceAnnouncement in admin operationId: admin.UpdateServiceAnnouncement requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.serviceAnnouncement' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.serviceAnnouncement' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - admin.serviceAnnouncement summary: Delete navigation property serviceAnnouncement for admin operationId: admin.DeleteServiceAnnouncement parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /admin/serviceAnnouncement/healthOverviews: description: Provides operations to manage the healthOverviews property of the microsoft.graph.serviceAnnouncement entity. get: tags: - admin.serviceAnnouncement summary: List healthOverviews description: Retrieve the serviceHealth resources from the healthOverviews navigation property. This operation provides the health report of all subscribed services for a tenant. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/serviceannouncement-list-healthoverviews?view=graph-rest-1.0 operationId: admin.serviceAnnouncement.ListHealthOverviews parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.serviceHealthCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - admin.serviceAnnouncement summary: Create new navigation property to healthOverviews for admin operationId: admin.serviceAnnouncement.CreateHealthOverviews requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.serviceHealth' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.serviceHealth' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}': description: Provides operations to manage the healthOverviews property of the microsoft.graph.serviceAnnouncement entity. get: tags: - admin.serviceAnnouncement summary: Get serviceHealth description: Retrieve the properties and relationships of a serviceHealth object. This operation provides the health information of a specified service for a tenant. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/servicehealth-get?view=graph-rest-1.0 operationId: admin.serviceAnnouncement.GetHealthOverviews parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.serviceHealth' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - admin.serviceAnnouncement summary: Update the navigation property healthOverviews in admin operationId: admin.serviceAnnouncement.UpdateHealthOverviews requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.serviceHealth' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.serviceHealth' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - admin.serviceAnnouncement summary: Delete navigation property healthOverviews for admin operationId: admin.serviceAnnouncement.DeleteHealthOverviews parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: serviceHealth-id in: path description: The unique identifier of serviceHealth required: true schema: type: string x-ms-docs-key-type: serviceHealth '/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues': description: Provides operations to manage the issues property of the microsoft.graph.serviceHealth entity. get: tags: - admin.serviceAnnouncement summary: Get issues from admin description: 'A collection of issues that happened on the service, with detailed information for each issue.' operationId: admin.serviceAnnouncement.healthOverviews.ListIssues parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.serviceHealthIssueCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - admin.serviceAnnouncement summary: Create new navigation property to issues for admin operationId: admin.serviceAnnouncement.healthOverviews.CreateIssues requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.serviceHealthIssue' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.serviceHealthIssue' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: serviceHealth-id in: path description: The unique identifier of serviceHealth required: true schema: type: string x-ms-docs-key-type: serviceHealth '/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}': description: Provides operations to manage the issues property of the microsoft.graph.serviceHealth entity. get: tags: - admin.serviceAnnouncement summary: Get issues from admin description: 'A collection of issues that happened on the service, with detailed information for each issue.' operationId: admin.serviceAnnouncement.healthOverviews.GetIssues parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.serviceHealthIssue' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - admin.serviceAnnouncement summary: Update the navigation property issues in admin operationId: admin.serviceAnnouncement.healthOverviews.UpdateIssues requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.serviceHealthIssue' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.serviceHealthIssue' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - admin.serviceAnnouncement summary: Delete navigation property issues for admin operationId: admin.serviceAnnouncement.healthOverviews.DeleteIssues parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: serviceHealth-id in: path description: The unique identifier of serviceHealth required: true schema: type: string x-ms-docs-key-type: serviceHealth - name: serviceHealthIssue-id in: path description: The unique identifier of serviceHealthIssue required: true schema: type: string x-ms-docs-key-type: serviceHealthIssue '/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}/incidentReport()': description: Provides operations to call the incidentReport method. get: tags: - admin.Functions summary: Invoke function incidentReport description: Provide the Post-Incident Review (PIR) document of a specified service issue for tenant. An issue only with status of PostIncidentReviewPublished indicates that the PIR document exists for the issue. The operation returns an error if the specified issue doesn't exist for the tenant or if PIR document does not exist for the issue. operationId: admin.serviceAnnouncement.healthOverviews.serviceHealth.issues.serviceHealthIssue.incidentReport responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: serviceHealth-id in: path description: The unique identifier of serviceHealth required: true schema: type: string x-ms-docs-key-type: serviceHealth - name: serviceHealthIssue-id in: path description: The unique identifier of serviceHealthIssue required: true schema: type: string x-ms-docs-key-type: serviceHealthIssue x-ms-docs-grouped-path: - '/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}/incidentReport()' '/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/$count': description: Provides operations to count the resources in the collection. get: tags: - admin.serviceAnnouncement summary: Get the number of the resource operationId: admin.serviceAnnouncement.healthOverviews.issues.GetCount-fd80 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: serviceHealth-id in: path description: The unique identifier of serviceHealth required: true schema: type: string x-ms-docs-key-type: serviceHealth /admin/serviceAnnouncement/healthOverviews/$count: description: Provides operations to count the resources in the collection. get: tags: - admin.serviceAnnouncement summary: Get the number of the resource operationId: admin.serviceAnnouncement.healthOverviews.GetCount-51c2 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /admin/serviceAnnouncement/issues: description: Provides operations to manage the issues property of the microsoft.graph.serviceAnnouncement entity. get: tags: - admin.serviceAnnouncement summary: List issues description: Retrieve serviceHealthIssue resources from the issues navigation property. This operation retrieves information about all service health issues that exist for the tenant. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/serviceannouncement-list-issues?view=graph-rest-1.0 operationId: admin.serviceAnnouncement.ListIssues parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.serviceHealthIssueCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - admin.serviceAnnouncement summary: Create new navigation property to issues for admin operationId: admin.serviceAnnouncement.CreateIssues requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.serviceHealthIssue' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.serviceHealthIssue' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}': description: Provides operations to manage the issues property of the microsoft.graph.serviceAnnouncement entity. get: tags: - admin.serviceAnnouncement summary: Get serviceHealthIssue description: Retrieve the properties and relationships of a serviceHealthIssue object. This operation retrieves a specified service health issue for tenant. The operation returns an error if the issue does not exist for the tenant. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/servicehealthissue-get?view=graph-rest-1.0 operationId: admin.serviceAnnouncement.GetIssues parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.serviceHealthIssue' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - admin.serviceAnnouncement summary: Update the navigation property issues in admin operationId: admin.serviceAnnouncement.UpdateIssues requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.serviceHealthIssue' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.serviceHealthIssue' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - admin.serviceAnnouncement summary: Delete navigation property issues for admin operationId: admin.serviceAnnouncement.DeleteIssues parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: serviceHealthIssue-id in: path description: The unique identifier of serviceHealthIssue required: true schema: type: string x-ms-docs-key-type: serviceHealthIssue '/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}/incidentReport()': description: Provides operations to call the incidentReport method. get: tags: - admin.Functions summary: Invoke function incidentReport description: Provide the Post-Incident Review (PIR) document of a specified service issue for tenant. An issue only with status of PostIncidentReviewPublished indicates that the PIR document exists for the issue. The operation returns an error if the specified issue doesn't exist for the tenant or if PIR document does not exist for the issue. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/servicehealthissue-incidentreport?view=graph-rest-1.0 operationId: admin.serviceAnnouncement.issues.serviceHealthIssue.incidentReport responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: serviceHealthIssue-id in: path description: The unique identifier of serviceHealthIssue required: true schema: type: string x-ms-docs-key-type: serviceHealthIssue x-ms-docs-grouped-path: - '/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}/incidentReport()' /admin/serviceAnnouncement/issues/$count: description: Provides operations to count the resources in the collection. get: tags: - admin.serviceAnnouncement summary: Get the number of the resource operationId: admin.serviceAnnouncement.issues.GetCount-e140 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /admin/serviceAnnouncement/messages: description: Provides operations to manage the messages property of the microsoft.graph.serviceAnnouncement entity. get: tags: - admin.serviceAnnouncement summary: List serviceAnnouncement messages description: Retrieve the serviceUpdateMessage resources from the messages navigation property. This operation retrieves all service update messages that exist for the tenant. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/serviceannouncement-list-messages?view=graph-rest-1.0 operationId: admin.serviceAnnouncement.ListMessages parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.serviceUpdateMessageCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - admin.serviceAnnouncement summary: Create new navigation property to messages for admin operationId: admin.serviceAnnouncement.CreateMessages requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.serviceUpdateMessage' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.serviceUpdateMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}': description: Provides operations to manage the messages property of the microsoft.graph.serviceAnnouncement entity. get: tags: - admin.serviceAnnouncement summary: Get serviceUpdateMessage description: Retrieve the properties and relationships of a serviceUpdateMessage object. This operation retrieves a specified service update message for the tenant. The operation returns an error if the message does not exist for the tenant. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/serviceupdatemessage-get?view=graph-rest-1.0 operationId: admin.serviceAnnouncement.GetMessages parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.serviceUpdateMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - admin.serviceAnnouncement summary: Update the navigation property messages in admin operationId: admin.serviceAnnouncement.UpdateMessages requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.serviceUpdateMessage' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.serviceUpdateMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - admin.serviceAnnouncement summary: Delete navigation property messages for admin operationId: admin.serviceAnnouncement.DeleteMessages parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: serviceUpdateMessage-id in: path description: The unique identifier of serviceUpdateMessage required: true schema: type: string x-ms-docs-key-type: serviceUpdateMessage '/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments': description: Provides operations to manage the attachments property of the microsoft.graph.serviceUpdateMessage entity. get: tags: - admin.serviceAnnouncement summary: List attachments description: Get the list of attachments associated with a service message. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/serviceupdatemessage-list-attachments?view=graph-rest-1.0 operationId: admin.serviceAnnouncement.messages.ListAttachments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.serviceAnnouncementAttachmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - admin.serviceAnnouncement summary: Create new navigation property to attachments for admin operationId: admin.serviceAnnouncement.messages.CreateAttachments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.serviceAnnouncementAttachment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.serviceAnnouncementAttachment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: serviceUpdateMessage-id in: path description: The unique identifier of serviceUpdateMessage required: true schema: type: string x-ms-docs-key-type: serviceUpdateMessage '/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}': description: Provides operations to manage the attachments property of the microsoft.graph.serviceUpdateMessage entity. get: tags: - admin.serviceAnnouncement summary: Get serviceAnnouncementAttachment description: Read the properties and relationships of a serviceAnnouncementAttachment object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/serviceannouncementattachment-get?view=graph-rest-1.0 operationId: admin.serviceAnnouncement.messages.GetAttachments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.serviceAnnouncementAttachment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - admin.serviceAnnouncement summary: Update the navigation property attachments in admin operationId: admin.serviceAnnouncement.messages.UpdateAttachments requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.serviceAnnouncementAttachment' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.serviceAnnouncementAttachment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - admin.serviceAnnouncement summary: Delete navigation property attachments for admin operationId: admin.serviceAnnouncement.messages.DeleteAttachments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: serviceUpdateMessage-id in: path description: The unique identifier of serviceUpdateMessage required: true schema: type: string x-ms-docs-key-type: serviceUpdateMessage - name: serviceAnnouncementAttachment-id in: path description: The unique identifier of serviceAnnouncementAttachment required: true schema: type: string x-ms-docs-key-type: serviceAnnouncementAttachment '/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}/content': description: Provides operations to manage the media for the admin entity. get: tags: - admin.serviceAnnouncement summary: Get serviceAnnouncementAttachment description: Read the properties and relationships of a serviceAnnouncementAttachment object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/serviceannouncementattachment-get?view=graph-rest-1.0 operationId: admin.serviceAnnouncement.messages.GetAttachmentsContent responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - admin.serviceAnnouncement summary: Update content for the navigation property attachments in admin description: The attachment content. operationId: admin.serviceAnnouncement.messages.UpdateAttachmentsContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.serviceAnnouncementAttachment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - admin.serviceAnnouncement summary: Delete content for the navigation property attachments in admin description: The attachment content. operationId: admin.serviceAnnouncement.messages.DeleteAttachmentsContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: serviceUpdateMessage-id in: path description: The unique identifier of serviceUpdateMessage required: true schema: type: string x-ms-docs-key-type: serviceUpdateMessage - name: serviceAnnouncementAttachment-id in: path description: The unique identifier of serviceAnnouncementAttachment required: true schema: type: string x-ms-docs-key-type: serviceAnnouncementAttachment '/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/$count': description: Provides operations to count the resources in the collection. get: tags: - admin.serviceAnnouncement summary: Get the number of the resource operationId: admin.serviceAnnouncement.messages.attachments.GetCount-e0ef parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: serviceUpdateMessage-id in: path description: The unique identifier of serviceUpdateMessage required: true schema: type: string x-ms-docs-key-type: serviceUpdateMessage '/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachmentsArchive': description: Provides operations to manage the media for the admin entity. get: tags: - admin.serviceAnnouncement summary: List attachments description: Get the list of attachments associated with a service message. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/serviceupdatemessage-list-attachments?view=graph-rest-1.0 operationId: admin.serviceAnnouncement.GetMessagesAttachmentsArchive responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - admin.serviceAnnouncement summary: Update attachmentsArchive for the navigation property messages in admin description: The zip file that contains all attachments for a message. operationId: admin.serviceAnnouncement.UpdateMessagesAttachmentsArchive requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - admin.serviceAnnouncement summary: Delete attachmentsArchive for the navigation property messages in admin description: The zip file that contains all attachments for a message. operationId: admin.serviceAnnouncement.DeleteMessagesAttachmentsArchive parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: serviceUpdateMessage-id in: path description: The unique identifier of serviceUpdateMessage required: true schema: type: string x-ms-docs-key-type: serviceUpdateMessage /admin/serviceAnnouncement/messages/$count: description: Provides operations to count the resources in the collection. get: tags: - admin.serviceAnnouncement summary: Get the number of the resource operationId: admin.serviceAnnouncement.messages.GetCount-0cc9 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /admin/serviceAnnouncement/messages/archive: description: Provides operations to call the archive method. post: tags: - admin.Actions summary: Invoke action archive description: Archive a list of serviceUpdateMessages for the signed in user. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/serviceupdatemessage-archive?view=graph-rest-1.0 operationId: admin.serviceAnnouncement.messages.archive requestBody: description: Action parameters content: application/json: schema: type: object properties: messageIds: type: array items: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: type: object properties: value: type: boolean default: false nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action /admin/serviceAnnouncement/messages/favorite: description: Provides operations to call the favorite method. post: tags: - admin.Actions summary: Invoke action favorite description: Change the status of a list of serviceUpdateMessages to favorite for the signed in user. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/serviceupdatemessage-favorite?view=graph-rest-1.0 operationId: admin.serviceAnnouncement.messages.favorite requestBody: description: Action parameters content: application/json: schema: type: object properties: messageIds: type: array items: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: type: object properties: value: type: boolean default: false nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action /admin/serviceAnnouncement/messages/markRead: description: Provides operations to call the markRead method. post: tags: - admin.Actions summary: Invoke action markRead description: Mark a list of serviceUpdateMessages as read for the signed in user. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/serviceupdatemessage-markread?view=graph-rest-1.0 operationId: admin.serviceAnnouncement.messages.markRead requestBody: description: Action parameters content: application/json: schema: type: object properties: messageIds: type: array items: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: type: object properties: value: type: boolean default: false nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action /admin/serviceAnnouncement/messages/markUnread: description: Provides operations to call the markUnread method. post: tags: - admin.Actions summary: Invoke action markUnread description: Mark a list of serviceUpdateMessages as unread for the signed in user. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/serviceupdatemessage-markunread?view=graph-rest-1.0 operationId: admin.serviceAnnouncement.messages.markUnread requestBody: description: Action parameters content: application/json: schema: type: object properties: messageIds: type: array items: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: type: object properties: value: type: boolean default: false nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action /admin/serviceAnnouncement/messages/unarchive: description: Provides operations to call the unarchive method. post: tags: - admin.Actions summary: Invoke action unarchive description: Unarchive a list of serviceUpdateMessages for the signed in user. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/serviceupdatemessage-unarchive?view=graph-rest-1.0 operationId: admin.serviceAnnouncement.messages.unarchive requestBody: description: Action parameters content: application/json: schema: type: object properties: messageIds: type: array items: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: type: object properties: value: type: boolean default: false nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action /admin/serviceAnnouncement/messages/unfavorite: description: Provides operations to call the unfavorite method. post: tags: - admin.Actions summary: Invoke action unfavorite description: Remove the favorite status of serviceUpdateMessages for the signed in user. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/serviceupdatemessage-unfavorite?view=graph-rest-1.0 operationId: admin.serviceAnnouncement.messages.unfavorite requestBody: description: Action parameters content: application/json: schema: type: object properties: messageIds: type: array items: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: type: object properties: value: type: boolean default: false nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action /admin/sharepoint: description: Provides operations to manage the sharepoint property of the microsoft.graph.admin entity. get: tags: - admin.sharepoint summary: Get sharepoint from admin operationId: admin.GetSharepoint parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharepoint' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - admin.sharepoint summary: Update the navigation property sharepoint in admin operationId: admin.UpdateSharepoint requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharepoint' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharepoint' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - admin.sharepoint summary: Delete navigation property sharepoint for admin operationId: admin.DeleteSharepoint parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /admin/sharepoint/settings: description: Provides operations to manage the settings property of the microsoft.graph.sharepoint entity. get: tags: - admin.sharepoint summary: Get settings description: Get the tenant-level settings for SharePoint and OneDrive. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/sharepointsettings-get?view=graph-rest-1.0 operationId: admin.sharepoint.GetSettings parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharepointSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - admin.sharepoint summary: Update settings description: Update one or more tenant-level settings for SharePoint and OneDrive. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/sharepointsettings-update?view=graph-rest-1.0 operationId: admin.sharepoint.UpdateSettings requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharepointSettings' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharepointSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - admin.sharepoint summary: Delete navigation property settings for admin operationId: admin.sharepoint.DeleteSettings parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /agreementAcceptances: description: Provides operations to manage the collection of agreementAcceptance entities. get: tags: - agreementAcceptances.agreementAcceptance summary: Get entities from agreementAcceptances operationId: agreementAcceptances.agreementAcceptance.ListAgreementAcceptance parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.agreementAcceptanceCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - agreementAcceptances.agreementAcceptance summary: Add new entity to agreementAcceptances operationId: agreementAcceptances.agreementAcceptance.CreateAgreementAcceptance requestBody: description: New entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.agreementAcceptance' required: true responses: 2XX: description: Created entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.agreementAcceptance' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/agreementAcceptances/{agreementAcceptance-id}': description: Provides operations to manage the collection of agreementAcceptance entities. get: tags: - agreementAcceptances.agreementAcceptance summary: Get entity from agreementAcceptances by key operationId: agreementAcceptances.agreementAcceptance.GetAgreementAcceptance parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.agreementAcceptance' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - agreementAcceptances.agreementAcceptance summary: Update entity in agreementAcceptances operationId: agreementAcceptances.agreementAcceptance.UpdateAgreementAcceptance requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.agreementAcceptance' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.agreementAcceptance' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - agreementAcceptances.agreementAcceptance summary: Delete entity from agreementAcceptances operationId: agreementAcceptances.agreementAcceptance.DeleteAgreementAcceptance parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: agreementAcceptance-id in: path description: The unique identifier of agreementAcceptance required: true schema: type: string x-ms-docs-key-type: agreementAcceptance /agreements: description: Provides operations to manage the collection of agreement entities. get: tags: - agreements.agreement summary: Get entities from agreements operationId: agreements.agreement.ListAgreement parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.agreementCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - agreements.agreement summary: Add new entity to agreements operationId: agreements.agreement.CreateAgreement requestBody: description: New entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.agreement' required: true responses: 2XX: description: Created entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.agreement' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/agreements/{agreement-id}': description: Provides operations to manage the collection of agreement entities. get: tags: - agreements.agreement summary: Get entity from agreements by key operationId: agreements.agreement.GetAgreement parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.agreement' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - agreements.agreement summary: Update entity in agreements operationId: agreements.agreement.UpdateAgreement requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.agreement' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.agreement' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - agreements.agreement summary: Delete entity from agreements operationId: agreements.agreement.DeleteAgreement parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: agreement-id in: path description: The unique identifier of agreement required: true schema: type: string x-ms-docs-key-type: agreement '/agreements/{agreement-id}/acceptances': description: Provides operations to manage the acceptances property of the microsoft.graph.agreement entity. get: tags: - agreements.agreementAcceptance summary: Get acceptances from agreements description: Read-only. Information about acceptances of this agreement. operationId: agreements.ListAcceptances parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.agreementAcceptanceCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - agreements.agreementAcceptance summary: Create new navigation property to acceptances for agreements operationId: agreements.CreateAcceptances requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.agreementAcceptance' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.agreementAcceptance' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: agreement-id in: path description: The unique identifier of agreement required: true schema: type: string x-ms-docs-key-type: agreement '/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}': description: Provides operations to manage the acceptances property of the microsoft.graph.agreement entity. get: tags: - agreements.agreementAcceptance summary: Get acceptances from agreements description: Read-only. Information about acceptances of this agreement. operationId: agreements.GetAcceptances parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.agreementAcceptance' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - agreements.agreementAcceptance summary: Update the navigation property acceptances in agreements operationId: agreements.UpdateAcceptances requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.agreementAcceptance' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.agreementAcceptance' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - agreements.agreementAcceptance summary: Delete navigation property acceptances for agreements operationId: agreements.DeleteAcceptances parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: agreement-id in: path description: The unique identifier of agreement required: true schema: type: string x-ms-docs-key-type: agreement - name: agreementAcceptance-id in: path description: The unique identifier of agreementAcceptance required: true schema: type: string x-ms-docs-key-type: agreementAcceptance '/agreements/{agreement-id}/acceptances/$count': description: Provides operations to count the resources in the collection. get: tags: - agreements.agreementAcceptance summary: Get the number of the resource operationId: agreements.acceptances.GetCount-9ff2 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: agreement-id in: path description: The unique identifier of agreement required: true schema: type: string x-ms-docs-key-type: agreement '/agreements/{agreement-id}/file': description: Provides operations to manage the file property of the microsoft.graph.agreement entity. get: tags: - agreements.agreementFile summary: Get agreementFile description: 'Retrieve the details of an agreement file, including the language and version information. The default file can have multiple versions, each with its own language, that can be retrieved by specifying the Accept-Language header.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/agreementfile-get?view=graph-rest-1.0 operationId: agreements.GetFile parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.agreementFile' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - agreements.agreementFile summary: Update the navigation property file in agreements operationId: agreements.UpdateFile requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.agreementFile' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.agreementFile' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - agreements.agreementFile summary: Delete navigation property file for agreements operationId: agreements.DeleteFile parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: agreement-id in: path description: The unique identifier of agreement required: true schema: type: string x-ms-docs-key-type: agreement '/agreements/{agreement-id}/file/localizations': description: Provides operations to manage the localizations property of the microsoft.graph.agreementFile entity. get: tags: - agreements.agreementFile summary: List agreementFileLocalizations description: Get a list of the default and localized agreement files. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/agreementfile-list-localizations?view=graph-rest-1.0 operationId: agreements.file.ListLocalizations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.agreementFileLocalizationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - agreements.agreementFile summary: Create new navigation property to localizations for agreements operationId: agreements.file.CreateLocalizations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.agreementFileLocalization' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.agreementFileLocalization' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: agreement-id in: path description: The unique identifier of agreement required: true schema: type: string x-ms-docs-key-type: agreement '/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}': description: Provides operations to manage the localizations property of the microsoft.graph.agreementFile entity. get: tags: - agreements.agreementFile summary: Get localizations from agreements description: The localized version of the terms of use agreement files attached to the agreement. operationId: agreements.file.GetLocalizations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.agreementFileLocalization' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - agreements.agreementFile summary: Update the navigation property localizations in agreements operationId: agreements.file.UpdateLocalizations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.agreementFileLocalization' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.agreementFileLocalization' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - agreements.agreementFile summary: Delete navigation property localizations for agreements operationId: agreements.file.DeleteLocalizations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: agreement-id in: path description: The unique identifier of agreement required: true schema: type: string x-ms-docs-key-type: agreement - name: agreementFileLocalization-id in: path description: The unique identifier of agreementFileLocalization required: true schema: type: string x-ms-docs-key-type: agreementFileLocalization '/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions': description: Provides operations to manage the versions property of the microsoft.graph.agreementFileLocalization entity. get: tags: - agreements.agreementFile summary: Get versions from agreements description: Read-only. Customized versions of the terms of use agreement in the Microsoft Entra tenant. operationId: agreements.file.localizations.ListVersions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.agreementFileVersionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - agreements.agreementFile summary: Create new navigation property to versions for agreements operationId: agreements.file.localizations.CreateVersions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.agreementFileVersion' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.agreementFileVersion' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: agreement-id in: path description: The unique identifier of agreement required: true schema: type: string x-ms-docs-key-type: agreement - name: agreementFileLocalization-id in: path description: The unique identifier of agreementFileLocalization required: true schema: type: string x-ms-docs-key-type: agreementFileLocalization x-ms-docs-grouped-path: - '/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions' '/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}': description: Provides operations to manage the versions property of the microsoft.graph.agreementFileLocalization entity. get: tags: - agreements.agreementFile summary: Get versions from agreements description: Read-only. Customized versions of the terms of use agreement in the Microsoft Entra tenant. operationId: agreements.file.localizations.GetVersions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.agreementFileVersion' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - agreements.agreementFile summary: Update the navigation property versions in agreements operationId: agreements.file.localizations.UpdateVersions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.agreementFileVersion' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.agreementFileVersion' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - agreements.agreementFile summary: Delete navigation property versions for agreements operationId: agreements.file.localizations.DeleteVersions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: agreement-id in: path description: The unique identifier of agreement required: true schema: type: string x-ms-docs-key-type: agreement - name: agreementFileLocalization-id in: path description: The unique identifier of agreementFileLocalization required: true schema: type: string x-ms-docs-key-type: agreementFileLocalization - name: agreementFileVersion-id in: path description: The unique identifier of agreementFileVersion required: true schema: type: string x-ms-docs-key-type: agreementFileVersion x-ms-docs-grouped-path: - '/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}' '/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/$count': description: Provides operations to count the resources in the collection. get: tags: - agreements.agreementFile summary: Get the number of the resource operationId: agreements.file.localizations.versions.GetCount-c405 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: agreement-id in: path description: The unique identifier of agreement required: true schema: type: string x-ms-docs-key-type: agreement - name: agreementFileLocalization-id in: path description: The unique identifier of agreementFileLocalization required: true schema: type: string x-ms-docs-key-type: agreementFileLocalization '/agreements/{agreement-id}/file/localizations/$count': description: Provides operations to count the resources in the collection. get: tags: - agreements.agreementFile summary: Get the number of the resource operationId: agreements.file.localizations.GetCount-37c2 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: agreement-id in: path description: The unique identifier of agreement required: true schema: type: string x-ms-docs-key-type: agreement '/agreements/{agreement-id}/files': description: Provides operations to manage the files property of the microsoft.graph.agreement entity. get: tags: - agreements.agreementFileLocalization summary: Get files from agreements description: PDFs linked to this agreement. This property is in the process of being deprecated. Use the file property instead. Supports $expand. operationId: agreements.ListFiles parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.agreementFileLocalizationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - agreements.agreementFileLocalization summary: Create new navigation property to files for agreements operationId: agreements.CreateFiles requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.agreementFileLocalization' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.agreementFileLocalization' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: agreement-id in: path description: The unique identifier of agreement required: true schema: type: string x-ms-docs-key-type: agreement '/agreements/{agreement-id}/files/{agreementFileLocalization-id}': description: Provides operations to manage the files property of the microsoft.graph.agreement entity. get: tags: - agreements.agreementFileLocalization summary: Get files from agreements description: PDFs linked to this agreement. This property is in the process of being deprecated. Use the file property instead. Supports $expand. operationId: agreements.GetFiles parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.agreementFileLocalization' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - agreements.agreementFileLocalization summary: Update the navigation property files in agreements operationId: agreements.UpdateFiles requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.agreementFileLocalization' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.agreementFileLocalization' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - agreements.agreementFileLocalization summary: Delete navigation property files for agreements operationId: agreements.DeleteFiles parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: agreement-id in: path description: The unique identifier of agreement required: true schema: type: string x-ms-docs-key-type: agreement - name: agreementFileLocalization-id in: path description: The unique identifier of agreementFileLocalization required: true schema: type: string x-ms-docs-key-type: agreementFileLocalization '/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions': description: Provides operations to manage the versions property of the microsoft.graph.agreementFileLocalization entity. get: tags: - agreements.agreementFileLocalization summary: Get versions from agreements description: Read-only. Customized versions of the terms of use agreement in the Microsoft Entra tenant. operationId: agreements.files.ListVersions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.agreementFileVersionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - agreements.agreementFileLocalization summary: Create new navigation property to versions for agreements operationId: agreements.files.CreateVersions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.agreementFileVersion' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.agreementFileVersion' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: agreement-id in: path description: The unique identifier of agreement required: true schema: type: string x-ms-docs-key-type: agreement - name: agreementFileLocalization-id in: path description: The unique identifier of agreementFileLocalization required: true schema: type: string x-ms-docs-key-type: agreementFileLocalization x-ms-docs-grouped-path: - '/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions' '/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}': description: Provides operations to manage the versions property of the microsoft.graph.agreementFileLocalization entity. get: tags: - agreements.agreementFileLocalization summary: Get versions from agreements description: Read-only. Customized versions of the terms of use agreement in the Microsoft Entra tenant. operationId: agreements.files.GetVersions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.agreementFileVersion' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - agreements.agreementFileLocalization summary: Update the navigation property versions in agreements operationId: agreements.files.UpdateVersions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.agreementFileVersion' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.agreementFileVersion' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - agreements.agreementFileLocalization summary: Delete navigation property versions for agreements operationId: agreements.files.DeleteVersions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: agreement-id in: path description: The unique identifier of agreement required: true schema: type: string x-ms-docs-key-type: agreement - name: agreementFileLocalization-id in: path description: The unique identifier of agreementFileLocalization required: true schema: type: string x-ms-docs-key-type: agreementFileLocalization - name: agreementFileVersion-id in: path description: The unique identifier of agreementFileVersion required: true schema: type: string x-ms-docs-key-type: agreementFileVersion x-ms-docs-grouped-path: - '/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}' '/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/$count': description: Provides operations to count the resources in the collection. get: tags: - agreements.agreementFileLocalization summary: Get the number of the resource operationId: agreements.files.versions.GetCount-8216 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: agreement-id in: path description: The unique identifier of agreement required: true schema: type: string x-ms-docs-key-type: agreement - name: agreementFileLocalization-id in: path description: The unique identifier of agreementFileLocalization required: true schema: type: string x-ms-docs-key-type: agreementFileLocalization '/agreements/{agreement-id}/files/$count': description: Provides operations to count the resources in the collection. get: tags: - agreements.agreementFileLocalization summary: Get the number of the resource operationId: agreements.files.GetCount-b229 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: agreement-id in: path description: The unique identifier of agreement required: true schema: type: string x-ms-docs-key-type: agreement /appCatalogs: description: Provides operations to manage the appCatalogs singleton. get: tags: - appCatalogs.appCatalogs summary: Get appCatalogs operationId: appCatalogs.appCatalogs.GetAppCatalogs parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.appCatalogs' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - appCatalogs.appCatalogs summary: Update appCatalogs operationId: appCatalogs.appCatalogs.UpdateAppCatalogs requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.appCatalogs' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.appCatalogs' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /appCatalogs/teamsApps: description: Provides operations to manage the teamsApps property of the microsoft.graph.appCatalogs entity. get: tags: - appCatalogs.teamsApp summary: List teamsApp description: "List apps from the Microsoft Teams app catalog.\nThis includes apps from the Microsoft Teams store and apps from your organization's app catalog (the tenant app catalog). To get apps from your organization's app catalog only, specify organization as the distributionMethod in the request." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/appcatalogs-list-teamsapps?view=graph-rest-1.0 operationId: appCatalogs.ListTeamsApps parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.teamsAppCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - appCatalogs.teamsApp summary: Publish teamsApp description: "Publish an app to the Microsoft Teams app catalog.\nSpecifically, this API publishes the app to your organization's catalog (the tenant app catalog);\nthe created resource has a distributionMethod property value of organization. The requiresReview property allows any user to submit an app for review by an administrator. Admins can approve or reject these apps via this API or the Microsoft Teams admin center." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/teamsapp-publish?view=graph-rest-1.0 operationId: appCatalogs.CreateTeamsApps requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsApp' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/appCatalogs/teamsApps/{teamsApp-id}': description: Provides operations to manage the teamsApps property of the microsoft.graph.appCatalogs entity. get: tags: - appCatalogs.teamsApp summary: Get teamsApps from appCatalogs operationId: appCatalogs.GetTeamsApps parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - appCatalogs.teamsApp summary: Update the navigation property teamsApps in appCatalogs operationId: appCatalogs.UpdateTeamsApps requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsApp' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - appCatalogs.teamsApp summary: Delete teamsApp description: 'Delete an app from an organization''s app catalog (the tenant app catalog). To delete an app, the distributionMethod property for the app must be set to organization. You can also use this API to remove a submitted app from the review process.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/teamsapp-delete?view=graph-rest-1.0 operationId: appCatalogs.DeleteTeamsApps parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: teamsApp-id in: path description: The unique identifier of teamsApp required: true schema: type: string x-ms-docs-key-type: teamsApp '/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions': description: Provides operations to manage the appDefinitions property of the microsoft.graph.teamsApp entity. get: tags: - appCatalogs.teamsApp summary: Get appDefinitions from appCatalogs description: The details for each version of the app. operationId: appCatalogs.teamsApps.ListAppDefinitions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.teamsAppDefinitionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - appCatalogs.teamsApp summary: Update teamsApp description: 'Update an app previously published to the Microsoft Teams app catalog. To update an app, the distributionMethod property for the app must be set to organization. This API specifically updates an app published to your organization''s app catalog (the tenant app catalog).' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/teamsapp-update?view=graph-rest-1.0 operationId: appCatalogs.teamsApps.CreateAppDefinitions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsAppDefinition' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsAppDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: teamsApp-id in: path description: The unique identifier of teamsApp required: true schema: type: string x-ms-docs-key-type: teamsApp '/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}': description: Provides operations to manage the appDefinitions property of the microsoft.graph.teamsApp entity. get: tags: - appCatalogs.teamsApp summary: Get appDefinitions from appCatalogs description: The details for each version of the app. operationId: appCatalogs.teamsApps.GetAppDefinitions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsAppDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - appCatalogs.teamsApp summary: Publish teamsApp description: "Publish an app to the Microsoft Teams app catalog.\nSpecifically, this API publishes the app to your organization's catalog (the tenant app catalog);\nthe created resource has a distributionMethod property value of organization. The requiresReview property allows any user to submit an app for review by an administrator. Admins can approve or reject these apps via this API or the Microsoft Teams admin center." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/teamsapp-publish?view=graph-rest-1.0 operationId: appCatalogs.teamsApps.UpdateAppDefinitions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsAppDefinition' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsAppDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - appCatalogs.teamsApp summary: Delete navigation property appDefinitions for appCatalogs operationId: appCatalogs.teamsApps.DeleteAppDefinitions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: teamsApp-id in: path description: The unique identifier of teamsApp required: true schema: type: string x-ms-docs-key-type: teamsApp - name: teamsAppDefinition-id in: path description: The unique identifier of teamsAppDefinition required: true schema: type: string x-ms-docs-key-type: teamsAppDefinition '/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot': description: Provides operations to manage the bot property of the microsoft.graph.teamsAppDefinition entity. get: tags: - appCatalogs.teamsApp summary: Get teamworkBot description: Get the bot associated with a specific definition of the TeamsApp. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/teamworkbot-get?view=graph-rest-1.0 operationId: appCatalogs.teamsApps.appDefinitions.GetBot parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamworkBot' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - appCatalogs.teamsApp summary: Update the navigation property bot in appCatalogs operationId: appCatalogs.teamsApps.appDefinitions.UpdateBot requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamworkBot' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamworkBot' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - appCatalogs.teamsApp summary: Delete navigation property bot for appCatalogs operationId: appCatalogs.teamsApps.appDefinitions.DeleteBot parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: teamsApp-id in: path description: The unique identifier of teamsApp required: true schema: type: string x-ms-docs-key-type: teamsApp - name: teamsAppDefinition-id in: path description: The unique identifier of teamsAppDefinition required: true schema: type: string x-ms-docs-key-type: teamsAppDefinition '/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/$count': description: Provides operations to count the resources in the collection. get: tags: - appCatalogs.teamsApp summary: Get the number of the resource operationId: appCatalogs.teamsApps.appDefinitions.GetCount-ad4f parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: teamsApp-id in: path description: The unique identifier of teamsApp required: true schema: type: string x-ms-docs-key-type: teamsApp /appCatalogs/teamsApps/$count: description: Provides operations to count the resources in the collection. get: tags: - appCatalogs.teamsApp summary: Get the number of the resource operationId: appCatalogs.teamsApps.GetCount-d4ad parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /applications: description: Provides operations to manage the collection of application entities. get: tags: - applications.application summary: List applications description: Get the list of applications in this organization. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/application-list?view=graph-rest-1.0 operationId: applications.application.ListApplication parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.applicationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - applications.application summary: Create application description: Create a new application object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/application-post-applications?view=graph-rest-1.0 operationId: applications.application.CreateApplication requestBody: description: New entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.application' required: true responses: 2XX: description: Created entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.application' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/applications/{application-id}': description: Provides operations to manage the collection of application entities. get: tags: - applications.application summary: Get application description: Get the properties and relationships of an application object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/application-get?view=graph-rest-1.0 operationId: applications.application.GetApplication parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.application' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - applications.application summary: Upsert application description: 'Create a new application object if it doesn''t exist, or update the properties of an existing application object.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/application-upsert?view=graph-rest-1.0 operationId: applications.application.UpdateApplication requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.application' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.application' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - applications.application summary: Delete application description: 'Delete an application object. When deleted, apps are moved to a temporary container and can be restored within 30 days. After that time, they are permanently deleted.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/application-delete?view=graph-rest-1.0 operationId: applications.application.DeleteApplication parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: application-id in: path description: The unique identifier of application required: true schema: type: string x-ms-docs-key-type: application '/applications/{application-id}/appManagementPolicies': description: Provides operations to manage the appManagementPolicies property of the microsoft.graph.application entity. get: tags: - applications.appManagementPolicy summary: Get appManagementPolicies from applications description: The appManagementPolicy applied to this application. operationId: applications.ListAppManagementPolicies parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.appManagementPolicyCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: application-id in: path description: The unique identifier of application required: true schema: type: string x-ms-docs-key-type: application '/applications/{application-id}/appManagementPolicies/{appManagementPolicy-id}/$ref': description: Provides operations to manage the collection of application entities. delete: tags: - applications.appManagementPolicy summary: Remove appliesTo description: 'Remove an appManagementPolicy policy object from an application or service principal object. When you remove the appManagementPolicy, the application or service principal adopts the tenant-wide tenantAppManagementPolicy setting. ' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/appmanagementpolicy-delete-appliesto?view=graph-rest-1.0 operationId: applications.appManagementPolicies.DeleteRefAppManagementPolicy parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: application-id in: path description: The unique identifier of application required: true schema: type: string x-ms-docs-key-type: application - name: appManagementPolicy-id in: path description: The unique identifier of appManagementPolicy required: true schema: type: string x-ms-docs-key-type: appManagementPolicy '/applications/{application-id}/appManagementPolicies/$count': description: Provides operations to count the resources in the collection. get: tags: - applications.appManagementPolicy summary: Get the number of the resource operationId: applications.appManagementPolicies.GetCount-3aad parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: application-id in: path description: The unique identifier of application required: true schema: type: string x-ms-docs-key-type: application '/applications/{application-id}/appManagementPolicies/$ref': description: Provides operations to manage the collection of application entities. get: tags: - applications.appManagementPolicy summary: Get ref of appManagementPolicies from applications description: The appManagementPolicy applied to this application. operationId: applications.ListRefAppManagementPolicies parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/StringCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - applications.appManagementPolicy summary: Assign appliesTo description: Assign an appManagementPolicy policy object to an application or service principal object. The application or service principal adopts this policy over the tenant-wide tenantAppManagementPolicy setting. Only one policy object can be assigned to an application or service principal. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/appmanagementpolicy-post-appliesto?view=graph-rest-1.0 operationId: applications.CreateRefAppManagementPolicies requestBody: $ref: '#/components/requestBodies/refPostBody' responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - applications.appManagementPolicy summary: Remove appliesTo description: 'Remove an appManagementPolicy policy object from an application or service principal object. When you remove the appManagementPolicy, the application or service principal adopts the tenant-wide tenantAppManagementPolicy setting. ' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/appmanagementpolicy-delete-appliesto?view=graph-rest-1.0 operationId: applications.DeleteRefAppManagementPolicies parameters: - name: If-Match in: header description: ETag schema: type: string - name: '@id' in: query description: The delete Uri required: true schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: application-id in: path description: The unique identifier of application required: true schema: type: string x-ms-docs-key-type: application '/applications/{application-id}/createdOnBehalfOf': description: Provides operations to manage the createdOnBehalfOf property of the microsoft.graph.application entity. get: tags: - applications.directoryObject summary: Get createdOnBehalfOf from applications description: 'Supports $filter (/$count eq 0, /$count ne 0). Read-only.' operationId: applications.GetCreatedOnBehalfOf parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: application-id in: path description: The unique identifier of application required: true schema: type: string x-ms-docs-key-type: application '/applications/{application-id}/extensionProperties': description: Provides operations to manage the extensionProperties property of the microsoft.graph.application entity. get: tags: - applications.extensionProperty summary: List extensionProperties (directory extensions) description: 'Retrieve the list of directory extension definitions, represented by extensionProperty objects on an application.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/application-list-extensionproperty?view=graph-rest-1.0 operationId: applications.ListExtensionProperties parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.extensionPropertyCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - applications.extensionProperty summary: Create extensionProperty (directory extension) description: 'Create a new directory extension definition, represented by an extensionProperty object.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/application-post-extensionproperty?view=graph-rest-1.0 operationId: applications.CreateExtensionProperties requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extensionProperty' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extensionProperty' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: application-id in: path description: The unique identifier of application required: true schema: type: string x-ms-docs-key-type: application '/applications/{application-id}/extensionProperties/{extensionProperty-id}': description: Provides operations to manage the extensionProperties property of the microsoft.graph.application entity. get: tags: - applications.extensionProperty summary: Get extensionProperty (directory extension) description: Read a directory extension definition represented by an extensionProperty object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/extensionproperty-get?view=graph-rest-1.0 operationId: applications.GetExtensionProperties parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extensionProperty' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - applications.extensionProperty summary: Update the navigation property extensionProperties in applications operationId: applications.UpdateExtensionProperties requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extensionProperty' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extensionProperty' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - applications.extensionProperty summary: Delete extensionProperty (directory extension) description: Delete a directory extension definition represented by an extensionProperty object. You can delete only directory extensions that aren't synced from on-premises active directory (AD). externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/extensionproperty-delete?view=graph-rest-1.0 operationId: applications.DeleteExtensionProperties parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: application-id in: path description: The unique identifier of application required: true schema: type: string x-ms-docs-key-type: application - name: extensionProperty-id in: path description: The unique identifier of extensionProperty required: true schema: type: string x-ms-docs-key-type: extensionProperty '/applications/{application-id}/extensionProperties/$count': description: Provides operations to count the resources in the collection. get: tags: - applications.extensionProperty summary: Get the number of the resource operationId: applications.extensionProperties.GetCount-3535 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: application-id in: path description: The unique identifier of application required: true schema: type: string x-ms-docs-key-type: application '/applications/{application-id}/federatedIdentityCredentials': description: Provides operations to manage the federatedIdentityCredentials property of the microsoft.graph.application entity. get: tags: - applications.federatedIdentityCredential summary: List federatedIdentityCredentials description: Get a list of the federatedIdentityCredential objects and their properties. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/application-list-federatedidentitycredentials?view=graph-rest-1.0 operationId: applications.ListFederatedIdentityCredentials parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.federatedIdentityCredentialCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - applications.federatedIdentityCredential summary: Create federatedIdentityCredential description: 'Create a new federatedIdentityCredential object for an application. By configuring a trust relationship between your Microsoft Entra application registration and the identity provider for your compute platform, you can use tokens issued by that platform to authenticate with Microsoft identity platform and call APIs in the Microsoft ecosystem. Maximum of 20 objects can be added to an application.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/application-post-federatedidentitycredentials?view=graph-rest-1.0 operationId: applications.CreateFederatedIdentityCredentials requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.federatedIdentityCredential' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.federatedIdentityCredential' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: application-id in: path description: The unique identifier of application required: true schema: type: string x-ms-docs-key-type: application '/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}': description: Provides operations to manage the federatedIdentityCredentials property of the microsoft.graph.application entity. get: tags: - applications.federatedIdentityCredential summary: Get federatedIdentityCredential description: Read the properties and relationships of a federatedIdentityCredential object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/federatedidentitycredential-get?view=graph-rest-1.0 operationId: applications.GetFederatedIdentityCredentials parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.federatedIdentityCredential' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - applications.federatedIdentityCredential summary: Upsert federatedIdentityCredential description: 'Create a new federatedIdentityCredential object for an application if it doesn''t exist, or update the properties of an existing federatedIdentityCredential object. By configuring a trust relationship between your Microsoft Entra application registration and the identity provider for your compute platform, you can use tokens issued by that platform to authenticate with Microsoft identity platform and call APIs in the Microsoft ecosystem. Maximum of 20 objects can be added to an application.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/federatedidentitycredential-upsert?view=graph-rest-1.0 operationId: applications.UpdateFederatedIdentityCredentials requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.federatedIdentityCredential' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.federatedIdentityCredential' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - applications.federatedIdentityCredential summary: Delete federatedIdentityCredential description: Delete a federatedIdentityCredential object from an application. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/federatedidentitycredential-delete?view=graph-rest-1.0 operationId: applications.DeleteFederatedIdentityCredentials parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: application-id in: path description: The unique identifier of application required: true schema: type: string x-ms-docs-key-type: application - name: federatedIdentityCredential-id in: path description: The unique identifier of federatedIdentityCredential required: true schema: type: string x-ms-docs-key-type: federatedIdentityCredential x-ms-docs-grouped-path: - '/applications/{application-id}/federatedIdentityCredentials(name=''{name}'')' '/applications/{application-id}/federatedIdentityCredentials(name=''{name}'')': description: Provides operations to manage the federatedIdentityCredentials property of the microsoft.graph.application entity. get: tags: - applications.federatedIdentityCredential summary: Get federatedIdentityCredential description: Read the properties and relationships of a federatedIdentityCredential object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/federatedidentitycredential-get?view=graph-rest-1.0 operationId: applications.federatedIdentityCredentials.GetByName parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.federatedIdentityCredential' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - applications.federatedIdentityCredential summary: Upsert federatedIdentityCredential description: 'Create a new federatedIdentityCredential object for an application if it doesn''t exist, or update the properties of an existing federatedIdentityCredential object. By configuring a trust relationship between your Microsoft Entra application registration and the identity provider for your compute platform, you can use tokens issued by that platform to authenticate with Microsoft identity platform and call APIs in the Microsoft ecosystem. Maximum of 20 objects can be added to an application.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/federatedidentitycredential-upsert?view=graph-rest-1.0 operationId: applications.federatedIdentityCredentials.UpdateByName requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.federatedIdentityCredential' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.federatedIdentityCredential' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - applications.federatedIdentityCredential summary: Delete federatedIdentityCredential description: Delete a federatedIdentityCredential object from an application. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/federatedidentitycredential-delete?view=graph-rest-1.0 operationId: applications.federatedIdentityCredentials.DeleteByName parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: application-id in: path description: The unique identifier of application required: true schema: type: string x-ms-docs-key-type: application - name: name in: path description: Alternate key of federatedIdentityCredential required: true schema: type: string x-ms-docs-grouped-path: - '/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}' '/applications/{application-id}/federatedIdentityCredentials/$count': description: Provides operations to count the resources in the collection. get: tags: - applications.federatedIdentityCredential summary: Get the number of the resource operationId: applications.federatedIdentityCredentials.GetCount-d653 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: application-id in: path description: The unique identifier of application required: true schema: type: string x-ms-docs-key-type: application '/applications/{application-id}/homeRealmDiscoveryPolicies': description: Provides operations to manage the homeRealmDiscoveryPolicies property of the microsoft.graph.application entity. get: tags: - applications.homeRealmDiscoveryPolicy summary: Get homeRealmDiscoveryPolicies from applications operationId: applications.ListHomeRealmDiscoveryPolicies parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.homeRealmDiscoveryPolicyCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: application-id in: path description: The unique identifier of application required: true schema: type: string x-ms-docs-key-type: application '/applications/{application-id}/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}': description: Provides operations to manage the homeRealmDiscoveryPolicies property of the microsoft.graph.application entity. get: tags: - applications.homeRealmDiscoveryPolicy summary: Get homeRealmDiscoveryPolicies from applications operationId: applications.GetHomeRealmDiscoveryPolicies parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.homeRealmDiscoveryPolicy' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: application-id in: path description: The unique identifier of application required: true schema: type: string x-ms-docs-key-type: application - name: homeRealmDiscoveryPolicy-id in: path description: The unique identifier of homeRealmDiscoveryPolicy required: true schema: type: string x-ms-docs-key-type: homeRealmDiscoveryPolicy '/applications/{application-id}/homeRealmDiscoveryPolicies/$count': description: Provides operations to count the resources in the collection. get: tags: - applications.homeRealmDiscoveryPolicy summary: Get the number of the resource operationId: applications.homeRealmDiscoveryPolicies.GetCount-1662 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: application-id in: path description: The unique identifier of application required: true schema: type: string x-ms-docs-key-type: application '/applications/{application-id}/logo': description: Provides operations to manage the media for the application entity. get: tags: - applications.application summary: Get logo for application from applications description: The main logo for the application. Not nullable. operationId: applications.application.GetLogo responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - applications.application summary: Update logo for application in applications description: The main logo for the application. Not nullable. operationId: applications.application.UpdateLogo requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - applications.application summary: Delete logo for application in applications description: The main logo for the application. Not nullable. operationId: applications.application.DeleteLogo parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: application-id in: path description: The unique identifier of application required: true schema: type: string x-ms-docs-key-type: application '/applications/{application-id}/addKey': description: Provides operations to call the addKey method. post: tags: - applications.Actions summary: Invoke action addKey description: 'Add a key credential to an application. This method, along with removeKey can be used by an application to automate rolling its expiring keys. As part of the request validation for this method, a proof of possession of an existing key is verified before the action can be performed. Applications that don’t have any existing valid certificates (no certificates have been added yet, or all certificates have expired), won’t be able to use this service action. You can use the Update application operation to perform an update instead.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/application-addkey?view=graph-rest-1.0 operationId: applications.application.addKey requestBody: description: Action parameters content: application/json: schema: type: object properties: keyCredential: $ref: '#/components/schemas/microsoft.graph.keyCredential' passwordCredential: anyOf: - $ref: '#/components/schemas/microsoft.graph.passwordCredential' - type: object nullable: true proof: type: string required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.keyCredential' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: application-id in: path description: The unique identifier of application required: true schema: type: string x-ms-docs-key-type: application '/applications/{application-id}/addPassword': description: Provides operations to call the addPassword method. post: tags: - applications.Actions summary: Invoke action addPassword description: Adds a strong password or secret to an application. You can also add passwords while creating the application. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/application-addpassword?view=graph-rest-1.0 operationId: applications.application.addPassword requestBody: description: Action parameters content: application/json: schema: type: object properties: passwordCredential: anyOf: - $ref: '#/components/schemas/microsoft.graph.passwordCredential' - type: object nullable: true required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.passwordCredential' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: application-id in: path description: The unique identifier of application required: true schema: type: string x-ms-docs-key-type: application '/applications/{application-id}/checkMemberGroups': description: Provides operations to call the checkMemberGroups method. post: tags: - applications.Actions summary: Invoke action checkMemberGroups description: 'Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0 operationId: applications.application.checkMemberGroups requestBody: description: Action parameters content: application/json: schema: type: object properties: groupIds: type: array items: type: string required: true responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: type: string 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: application-id in: path description: The unique identifier of application required: true schema: type: string x-ms-docs-key-type: application '/applications/{application-id}/checkMemberObjects': description: Provides operations to call the checkMemberObjects method. post: tags: - applications.Actions summary: Invoke action checkMemberObjects operationId: applications.application.checkMemberObjects requestBody: description: Action parameters content: application/json: schema: type: object properties: ids: type: array items: type: string required: true responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: type: string 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: application-id in: path description: The unique identifier of application required: true schema: type: string x-ms-docs-key-type: application '/applications/{application-id}/getMemberGroups': description: Provides operations to call the getMemberGroups method. post: tags: - applications.Actions summary: Invoke action getMemberGroups description: 'Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0 operationId: applications.application.getMemberGroups requestBody: description: Action parameters content: application/json: schema: type: object properties: securityEnabledOnly: type: boolean default: false nullable: true required: true responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: type: string 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: application-id in: path description: The unique identifier of application required: true schema: type: string x-ms-docs-key-type: application '/applications/{application-id}/getMemberObjects': description: Provides operations to call the getMemberObjects method. post: tags: - applications.Actions summary: Invoke action getMemberObjects description: 'Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0 operationId: applications.application.getMemberObjects requestBody: description: Action parameters content: application/json: schema: type: object properties: securityEnabledOnly: type: boolean default: false nullable: true required: true responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: type: string 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: application-id in: path description: The unique identifier of application required: true schema: type: string x-ms-docs-key-type: application '/applications/{application-id}/removeKey': description: Provides operations to call the removeKey method. post: tags: - applications.Actions summary: Invoke action removeKey description: 'Remove a key credential from an application. This method along with addKey can be used by an application to automate rolling its expiring keys. As part of the request validation for this method, a proof of possession of an existing key is verified before the action can be performed.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/application-removekey?view=graph-rest-1.0 operationId: applications.application.removeKey requestBody: description: Action parameters content: application/json: schema: type: object properties: keyId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string format: uuid proof: type: string required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: application-id in: path description: The unique identifier of application required: true schema: type: string x-ms-docs-key-type: application '/applications/{application-id}/removePassword': description: Provides operations to call the removePassword method. post: tags: - applications.Actions summary: Invoke action removePassword description: Remove a password from an application. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/application-removepassword?view=graph-rest-1.0 operationId: applications.application.removePassword requestBody: description: Action parameters content: application/json: schema: type: object properties: keyId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string format: uuid required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: application-id in: path description: The unique identifier of application required: true schema: type: string x-ms-docs-key-type: application '/applications/{application-id}/restore': description: Provides operations to call the restore method. post: tags: - applications.Actions summary: Invoke action restore description: 'Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. However, security groups cannot be restored. Also, restoring an application doesn''t restore the associated service principal automatically. You must call this API to explicitly restore the deleted service principal. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0 operationId: applications.application.restore responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.directoryObject' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: application-id in: path description: The unique identifier of application required: true schema: type: string x-ms-docs-key-type: application '/applications/{application-id}/setVerifiedPublisher': description: Provides operations to call the setVerifiedPublisher method. post: tags: - applications.Actions summary: Invoke action setVerifiedPublisher description: 'Set the verifiedPublisher on an application. For more information, including prerequisites to setting a verified publisher, see Publisher verification.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/application-setverifiedpublisher?view=graph-rest-1.0 operationId: applications.application.setVerifiedPublisher requestBody: description: Action parameters content: application/json: schema: type: object properties: verifiedPublisherId: type: string required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: application-id in: path description: The unique identifier of application required: true schema: type: string x-ms-docs-key-type: application '/applications/{application-id}/unsetVerifiedPublisher': description: Provides operations to call the unsetVerifiedPublisher method. post: tags: - applications.Actions summary: Invoke action unsetVerifiedPublisher description: 'Unset the verifiedPublisher previously set on an application, removing all verified publisher properties. For more information, see Publisher verification.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/application-unsetverifiedpublisher?view=graph-rest-1.0 operationId: applications.application.unsetVerifiedPublisher responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: application-id in: path description: The unique identifier of application required: true schema: type: string x-ms-docs-key-type: application '/applications/{application-id}/owners': description: Provides operations to manage the owners property of the microsoft.graph.application entity. get: tags: - applications.directoryObject summary: List owners description: Retrieve a list of owners for an application that are directoryObject objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/application-list-owners?view=graph-rest-1.0 operationId: applications.ListOwners parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: application-id in: path description: The unique identifier of application required: true schema: type: string x-ms-docs-key-type: application '/applications/{application-id}/owners/{directoryObject-id}/$ref': description: Provides operations to manage the collection of application entities. delete: tags: - applications.directoryObject summary: Remove application owner description: 'Remove an owner from an application. As a recommended best practice, apps should have at least two owners.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/application-delete-owners?view=graph-rest-1.0 operationId: applications.owners.DeleteRefDirectoryObject parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: application-id in: path description: The unique identifier of application required: true schema: type: string x-ms-docs-key-type: application - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/applications/{application-id}/owners/{directoryObject-id}/graph.appRoleAssignment': description: Casts the previous resource to appRoleAssignment. get: tags: - applications.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.appRoleAssignment operationId: applications.GetOwners.AsAppRoleAssignment parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.appRoleAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: application-id in: path description: The unique identifier of application required: true schema: type: string x-ms-docs-key-type: application - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/applications/{application-id}/owners/{directoryObject-id}/graph.endpoint': description: Casts the previous resource to endpoint. get: tags: - applications.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.endpoint operationId: applications.GetOwners.AsEndpoint parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.endpoint' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: application-id in: path description: The unique identifier of application required: true schema: type: string x-ms-docs-key-type: application - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/applications/{application-id}/owners/{directoryObject-id}/graph.servicePrincipal': description: Casts the previous resource to servicePrincipal. get: tags: - applications.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.servicePrincipal operationId: applications.GetOwners.AsServicePrincipal parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.servicePrincipal' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: application-id in: path description: The unique identifier of application required: true schema: type: string x-ms-docs-key-type: application - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/applications/{application-id}/owners/{directoryObject-id}/graph.user': description: Casts the previous resource to user. get: tags: - applications.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.user operationId: applications.GetOwners.AsUser parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: application-id in: path description: The unique identifier of application required: true schema: type: string x-ms-docs-key-type: application - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/applications/{application-id}/owners/$count': description: Provides operations to count the resources in the collection. get: tags: - applications.directoryObject summary: Get the number of the resource operationId: applications.owners.GetCount-2b88 parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: application-id in: path description: The unique identifier of application required: true schema: type: string x-ms-docs-key-type: application '/applications/{application-id}/owners/$ref': description: Provides operations to manage the collection of application entities. get: tags: - applications.directoryObject summary: List owners description: Retrieve a list of owners for an application that are directoryObject objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/application-list-owners?view=graph-rest-1.0 operationId: applications.ListRefOwners parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/StringCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - applications.directoryObject summary: Add owner description: Add an owner to an application by posting to the owners collection. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/application-post-owners?view=graph-rest-1.0 operationId: applications.CreateRefOwners requestBody: $ref: '#/components/requestBodies/refPostBody' responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - applications.directoryObject summary: Remove application owner description: 'Remove an owner from an application. As a recommended best practice, apps should have at least two owners.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/application-delete-owners?view=graph-rest-1.0 operationId: applications.DeleteRefOwners parameters: - name: If-Match in: header description: ETag schema: type: string - name: '@id' in: query description: The delete Uri required: true schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: application-id in: path description: The unique identifier of application required: true schema: type: string x-ms-docs-key-type: application '/applications/{application-id}/owners/graph.appRoleAssignment': description: Casts the previous resource to appRoleAssignment. get: tags: - applications.directoryObject summary: Get the items of type microsoft.graph.appRoleAssignment in the microsoft.graph.directoryObject collection operationId: applications.ListOwners.AsAppRoleAssignment parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.appRoleAssignmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: application-id in: path description: The unique identifier of application required: true schema: type: string x-ms-docs-key-type: application '/applications/{application-id}/owners/graph.appRoleAssignment/$count': description: Provides operations to count the resources in the collection. get: tags: - applications.directoryObject summary: Get the number of the resource operationId: applications.Owners.GetCount.AsAppRoleAssignment-eb25 parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: application-id in: path description: The unique identifier of application required: true schema: type: string x-ms-docs-key-type: application '/applications/{application-id}/owners/graph.endpoint': description: Casts the previous resource to endpoint. get: tags: - applications.directoryObject summary: Get the items of type microsoft.graph.endpoint in the microsoft.graph.directoryObject collection operationId: applications.ListOwners.AsEndpoint parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.endpointCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: application-id in: path description: The unique identifier of application required: true schema: type: string x-ms-docs-key-type: application '/applications/{application-id}/owners/graph.endpoint/$count': description: Provides operations to count the resources in the collection. get: tags: - applications.directoryObject summary: Get the number of the resource operationId: applications.Owners.GetCount.AsEndpoint-0426 parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: application-id in: path description: The unique identifier of application required: true schema: type: string x-ms-docs-key-type: application '/applications/{application-id}/owners/graph.servicePrincipal': description: Casts the previous resource to servicePrincipal. get: tags: - applications.directoryObject summary: Get the items of type microsoft.graph.servicePrincipal in the microsoft.graph.directoryObject collection operationId: applications.ListOwners.AsServicePrincipal parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.servicePrincipalCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: application-id in: path description: The unique identifier of application required: true schema: type: string x-ms-docs-key-type: application '/applications/{application-id}/owners/graph.servicePrincipal/$count': description: Provides operations to count the resources in the collection. get: tags: - applications.directoryObject summary: Get the number of the resource operationId: applications.Owners.GetCount.AsServicePrincipal-0959 parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: application-id in: path description: The unique identifier of application required: true schema: type: string x-ms-docs-key-type: application '/applications/{application-id}/owners/graph.user': description: Casts the previous resource to user. get: tags: - applications.directoryObject summary: Get the items of type microsoft.graph.user in the microsoft.graph.directoryObject collection operationId: applications.ListOwners.AsUser parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.userCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: application-id in: path description: The unique identifier of application required: true schema: type: string x-ms-docs-key-type: application '/applications/{application-id}/owners/graph.user/$count': description: Provides operations to count the resources in the collection. get: tags: - applications.directoryObject summary: Get the number of the resource operationId: applications.Owners.GetCount.AsUser-c674 parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: application-id in: path description: The unique identifier of application required: true schema: type: string x-ms-docs-key-type: application '/applications/{application-id}/synchronization': description: Provides operations to manage the synchronization property of the microsoft.graph.application entity. get: tags: - applications.synchronization summary: Get synchronization from applications description: Represents the capability for Microsoft Entra identity synchronization through the Microsoft Graph API. operationId: applications.GetSynchronization parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.synchronization' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation put: tags: - applications.synchronization summary: Update the navigation property synchronization in applications operationId: applications.UpdateSynchronization requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.synchronization' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.synchronization' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - applications.synchronization summary: Delete navigation property synchronization for applications operationId: applications.DeleteSynchronization parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: application-id in: path description: The unique identifier of application required: true schema: type: string x-ms-docs-key-type: application '/applications/{application-id}/synchronization/jobs': description: Provides operations to manage the jobs property of the microsoft.graph.synchronization entity. get: tags: - applications.synchronization summary: Get jobs from applications description: 'Performs synchronization by periodically running in the background, polling for changes in one directory, and pushing them to another directory.' operationId: applications.synchronization.ListJobs parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.synchronizationJobCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - applications.synchronization summary: Create new navigation property to jobs for applications operationId: applications.synchronization.CreateJobs requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.synchronizationJob' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.synchronizationJob' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: application-id in: path description: The unique identifier of application required: true schema: type: string x-ms-docs-key-type: application '/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}': description: Provides operations to manage the jobs property of the microsoft.graph.synchronization entity. get: tags: - applications.synchronization summary: Get jobs from applications description: 'Performs synchronization by periodically running in the background, polling for changes in one directory, and pushing them to another directory.' operationId: applications.synchronization.GetJobs parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.synchronizationJob' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - applications.synchronization summary: Update the navigation property jobs in applications operationId: applications.synchronization.UpdateJobs requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.synchronizationJob' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.synchronizationJob' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - applications.synchronization summary: Delete navigation property jobs for applications operationId: applications.synchronization.DeleteJobs parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: application-id in: path description: The unique identifier of application required: true schema: type: string x-ms-docs-key-type: application - name: synchronizationJob-id in: path description: The unique identifier of synchronizationJob required: true schema: type: string x-ms-docs-key-type: synchronizationJob '/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload': description: Provides operations to manage the bulkUpload property of the microsoft.graph.synchronizationJob entity. get: tags: - applications.synchronization summary: Get bulkUpload from applications description: The bulk upload operation for the job. operationId: applications.synchronization.jobs.GetBulkUpload parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.bulkUpload' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - applications.synchronization summary: Update the navigation property bulkUpload in applications operationId: applications.synchronization.jobs.UpdateBulkUpload requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.bulkUpload' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.bulkUpload' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - applications.synchronization summary: Delete navigation property bulkUpload for applications operationId: applications.synchronization.jobs.DeleteBulkUpload parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: application-id in: path description: The unique identifier of application required: true schema: type: string x-ms-docs-key-type: application - name: synchronizationJob-id in: path description: The unique identifier of synchronizationJob required: true schema: type: string x-ms-docs-key-type: synchronizationJob '/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value': description: Provides operations to manage the media for the application entity. get: tags: - applications.synchronization summary: Get media content for the navigation property bulkUpload from applications description: The bulk upload operation for the job. operationId: applications.synchronization.jobs.GetBulkUploadContent responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - applications.synchronization summary: Update media content for the navigation property bulkUpload in applications description: The bulk upload operation for the job. operationId: applications.synchronization.jobs.UpdateBulkUploadContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - applications.synchronization summary: Delete media content for the navigation property bulkUpload in applications description: The bulk upload operation for the job. operationId: applications.synchronization.jobs.DeleteBulkUploadContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: application-id in: path description: The unique identifier of application required: true schema: type: string x-ms-docs-key-type: application - name: synchronizationJob-id in: path description: The unique identifier of synchronizationJob required: true schema: type: string x-ms-docs-key-type: synchronizationJob '/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/pause': description: Provides operations to call the pause method. post: tags: - applications.Actions summary: Invoke action pause description: 'Temporarily stop a running synchronization job. All the progress, including job state, is persisted, and the job will continue from where it left off when a start call is made.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-pause?view=graph-rest-1.0 operationId: applications.application.synchronization.jobs.synchronizationJob.pause responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: application-id in: path description: The unique identifier of application required: true schema: type: string x-ms-docs-key-type: application - name: synchronizationJob-id in: path description: The unique identifier of synchronizationJob required: true schema: type: string x-ms-docs-key-type: synchronizationJob '/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/provisionOnDemand': description: Provides operations to call the provisionOnDemand method. post: tags: - applications.Actions summary: Invoke action provisionOnDemand description: Select a user and provision the account on-demand. The rate limit for this API is 5 requests per 10 seconds. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-provisionondemand?view=graph-rest-1.0 operationId: applications.application.synchronization.jobs.synchronizationJob.provisionOnDemand requestBody: description: Action parameters content: application/json: schema: type: object properties: parameters: type: array items: $ref: '#/components/schemas/microsoft.graph.synchronizationJobApplicationParameters' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.stringKeyStringValuePair' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: application-id in: path description: The unique identifier of application required: true schema: type: string x-ms-docs-key-type: application - name: synchronizationJob-id in: path description: The unique identifier of synchronizationJob required: true schema: type: string x-ms-docs-key-type: synchronizationJob '/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/restart': description: Provides operations to call the restart method. post: tags: - applications.Actions summary: Invoke action restart description: 'Restart a stopped synchronization job, forcing it to reprocess all the objects in the directory. Optionally clears existing the synchronization state and previous errors.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-restart?view=graph-rest-1.0 operationId: applications.application.synchronization.jobs.synchronizationJob.restart requestBody: description: Action parameters content: application/json: schema: type: object properties: criteria: anyOf: - $ref: '#/components/schemas/microsoft.graph.synchronizationJobRestartCriteria' - type: object nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: application-id in: path description: The unique identifier of application required: true schema: type: string x-ms-docs-key-type: application - name: synchronizationJob-id in: path description: The unique identifier of synchronizationJob required: true schema: type: string x-ms-docs-key-type: synchronizationJob '/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/start': description: Provides operations to call the start method. post: tags: - applications.Actions summary: Invoke action start description: 'Start an existing synchronization job. If the job is in a paused state, it continues processing changes from the point where it was paused. If the job is in quarantine, the quarantine status is cleared. Don''t create scripts to call the start job continuously while it''s running because that can cause the service to stop running. Use the start job only when the job is currently paused or in quarantine. ' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-start?view=graph-rest-1.0 operationId: applications.application.synchronization.jobs.synchronizationJob.start responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: application-id in: path description: The unique identifier of application required: true schema: type: string x-ms-docs-key-type: application - name: synchronizationJob-id in: path description: The unique identifier of synchronizationJob required: true schema: type: string x-ms-docs-key-type: synchronizationJob '/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/validateCredentials': description: Provides operations to call the validateCredentials method. post: tags: - applications.Actions summary: Invoke action validateCredentials description: Validate that the credentials are valid in the tenant. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-validatecredentials?view=graph-rest-1.0 operationId: applications.application.synchronization.jobs.synchronizationJob.validateCredentials requestBody: description: Action parameters content: application/json: schema: type: object properties: applicationIdentifier: type: string nullable: true templateId: type: string nullable: true useSavedCredentials: type: boolean default: false nullable: true credentials: type: array items: $ref: '#/components/schemas/microsoft.graph.synchronizationSecretKeyStringValuePair' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: application-id in: path description: The unique identifier of application required: true schema: type: string x-ms-docs-key-type: application - name: synchronizationJob-id in: path description: The unique identifier of synchronizationJob required: true schema: type: string x-ms-docs-key-type: synchronizationJob x-ms-docs-grouped-path: - '/applications/{application-id}/synchronization/jobs/validateCredentials' '/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema': description: Provides operations to manage the schema property of the microsoft.graph.synchronizationJob entity. get: tags: - applications.synchronization summary: Get schema from applications description: The synchronization schema configured for the job. operationId: applications.synchronization.jobs.GetSchema parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.synchronizationSchema' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - applications.synchronization summary: Update the navigation property schema in applications operationId: applications.synchronization.jobs.UpdateSchema requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.synchronizationSchema' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.synchronizationSchema' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - applications.synchronization summary: Delete navigation property schema for applications operationId: applications.synchronization.jobs.DeleteSchema parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: application-id in: path description: The unique identifier of application required: true schema: type: string x-ms-docs-key-type: application - name: synchronizationJob-id in: path description: The unique identifier of synchronizationJob required: true schema: type: string x-ms-docs-key-type: synchronizationJob '/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories': description: Provides operations to manage the directories property of the microsoft.graph.synchronizationSchema entity. get: tags: - applications.synchronization summary: Get directories from applications description: Contains the collection of directories and all of their objects. operationId: applications.synchronization.jobs.schema.ListDirectories parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.directoryDefinitionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - applications.synchronization summary: Create new navigation property to directories for applications operationId: applications.synchronization.jobs.schema.CreateDirectories requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryDefinition' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: application-id in: path description: The unique identifier of application required: true schema: type: string x-ms-docs-key-type: application - name: synchronizationJob-id in: path description: The unique identifier of synchronizationJob required: true schema: type: string x-ms-docs-key-type: synchronizationJob x-ms-docs-grouped-path: - '/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories' '/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}': description: Provides operations to manage the directories property of the microsoft.graph.synchronizationSchema entity. get: tags: - applications.synchronization summary: Get directories from applications description: Contains the collection of directories and all of their objects. operationId: applications.synchronization.jobs.schema.GetDirectories parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - applications.synchronization summary: Update the navigation property directories in applications operationId: applications.synchronization.jobs.schema.UpdateDirectories requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryDefinition' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - applications.synchronization summary: Delete navigation property directories for applications operationId: applications.synchronization.jobs.schema.DeleteDirectories parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: application-id in: path description: The unique identifier of application required: true schema: type: string x-ms-docs-key-type: application - name: synchronizationJob-id in: path description: The unique identifier of synchronizationJob required: true schema: type: string x-ms-docs-key-type: synchronizationJob - name: directoryDefinition-id in: path description: The unique identifier of directoryDefinition required: true schema: type: string x-ms-docs-key-type: directoryDefinition x-ms-docs-grouped-path: - '/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}' '/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}/discover': description: Provides operations to call the discover method. post: tags: - applications.Actions summary: Invoke action discover description: 'Discover the latest schema definition for provisioning to an application. ' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-1.0 operationId: applications.application.synchronization.jobs.synchronizationJob.schema.directories.directoryDefinition.discover responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.directoryDefinition' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: application-id in: path description: The unique identifier of application required: true schema: type: string x-ms-docs-key-type: application - name: synchronizationJob-id in: path description: The unique identifier of synchronizationJob required: true schema: type: string x-ms-docs-key-type: synchronizationJob - name: directoryDefinition-id in: path description: The unique identifier of directoryDefinition required: true schema: type: string x-ms-docs-key-type: directoryDefinition x-ms-docs-grouped-path: - '/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}/discover' '/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/$count': description: Provides operations to count the resources in the collection. get: tags: - applications.synchronization summary: Get the number of the resource operationId: applications.synchronization.jobs.schema.directories.GetCount-03bf parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: application-id in: path description: The unique identifier of application required: true schema: type: string x-ms-docs-key-type: application - name: synchronizationJob-id in: path description: The unique identifier of synchronizationJob required: true schema: type: string x-ms-docs-key-type: synchronizationJob '/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/filterOperators()': description: Provides operations to call the filterOperators method. get: tags: - applications.Functions summary: Invoke function filterOperators description: List all operators supported in the scoping filters. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-1.0 operationId: applications.application.synchronization.jobs.synchronizationJob.schema.filterOperators parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of filterOperatorSchema type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.filterOperatorSchema' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: application-id in: path description: The unique identifier of application required: true schema: type: string x-ms-docs-key-type: application - name: synchronizationJob-id in: path description: The unique identifier of synchronizationJob required: true schema: type: string x-ms-docs-key-type: synchronizationJob x-ms-docs-grouped-path: - '/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/filterOperators()' '/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/functions()': description: Provides operations to call the functions method. get: tags: - applications.Functions summary: Invoke function functions description: List all the functions currently supported in the attributeMappingSource. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-1.0 operationId: applications.application.synchronization.jobs.synchronizationJob.schema.functions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of attributeMappingFunctionSchema type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.attributeMappingFunctionSchema' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: application-id in: path description: The unique identifier of application required: true schema: type: string x-ms-docs-key-type: application - name: synchronizationJob-id in: path description: The unique identifier of synchronizationJob required: true schema: type: string x-ms-docs-key-type: synchronizationJob x-ms-docs-grouped-path: - '/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/functions()' '/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/parseExpression': description: Provides operations to call the parseExpression method. post: tags: - applications.Actions summary: Invoke action parseExpression description: 'Parse a given string expression into an attributeMappingSource object. For more information about expressions, see Writing Expressions for Attribute Mappings in Microsoft Entra ID.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-1.0 operationId: applications.application.synchronization.jobs.synchronizationJob.schema.parseExpression requestBody: description: Action parameters content: application/json: schema: type: object properties: expression: type: string nullable: true testInputObject: anyOf: - $ref: '#/components/schemas/microsoft.graph.expressionInputObject' - type: object nullable: true targetAttributeDefinition: anyOf: - $ref: '#/components/schemas/microsoft.graph.attributeDefinition' - type: object nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.parseExpressionResponse' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: application-id in: path description: The unique identifier of application required: true schema: type: string x-ms-docs-key-type: application - name: synchronizationJob-id in: path description: The unique identifier of synchronizationJob required: true schema: type: string x-ms-docs-key-type: synchronizationJob x-ms-docs-grouped-path: - '/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/parseExpression' '/applications/{application-id}/synchronization/jobs/$count': description: Provides operations to count the resources in the collection. get: tags: - applications.synchronization summary: Get the number of the resource operationId: applications.synchronization.jobs.GetCount-30ed parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: application-id in: path description: The unique identifier of application required: true schema: type: string x-ms-docs-key-type: application '/applications/{application-id}/synchronization/jobs/validateCredentials': description: Provides operations to call the validateCredentials method. post: tags: - applications.Actions summary: Invoke action validateCredentials operationId: applications.application.synchronization.jobs.validateCredentials requestBody: description: Action parameters content: application/json: schema: type: object properties: applicationIdentifier: type: string nullable: true templateId: type: string nullable: true useSavedCredentials: type: boolean default: false nullable: true credentials: type: array items: $ref: '#/components/schemas/microsoft.graph.synchronizationSecretKeyStringValuePair' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: application-id in: path description: The unique identifier of application required: true schema: type: string x-ms-docs-key-type: application x-ms-docs-grouped-path: - '/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/validateCredentials' '/applications/{application-id}/synchronization/acquireAccessToken': description: Provides operations to call the acquireAccessToken method. post: tags: - applications.Actions summary: Invoke action acquireAccessToken description: Acquire an OAuth access token to authorize the Microsoft Entra provisioning service to provision users into an application. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/synchronization-synchronization-acquireaccesstoken?view=graph-rest-1.0 operationId: applications.application.synchronization.acquireAccessToken requestBody: description: Action parameters content: application/json: schema: type: object properties: credentials: type: array items: $ref: '#/components/schemas/microsoft.graph.synchronizationSecretKeyStringValuePair' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: application-id in: path description: The unique identifier of application required: true schema: type: string x-ms-docs-key-type: application '/applications/{application-id}/synchronization/secrets': put: tags: - applications.synchronization summary: Update property secrets value. operationId: applications.synchronization.UpdateSecrets requestBody: description: New property values content: application/json: schema: type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.synchronizationSecretKeyStringValuePair' required: true responses: 2XX: description: Success content: application/json: schema: type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.synchronizationSecretKeyStringValuePair' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: application-id in: path description: The unique identifier of application required: true schema: type: string x-ms-docs-key-type: application '/applications/{application-id}/synchronization/secrets/$count': description: Provides operations to count the resources in the collection. get: tags: - applications.synchronization summary: Get the number of the resource operationId: applications.synchronization.Secrets.GetCount-26f1 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: application-id in: path description: The unique identifier of application required: true schema: type: string x-ms-docs-key-type: application '/applications/{application-id}/synchronization/templates': description: Provides operations to manage the templates property of the microsoft.graph.synchronization entity. get: tags: - applications.synchronization summary: Get templates from applications description: Preconfigured synchronization settings for a particular application. operationId: applications.synchronization.ListTemplates parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.synchronizationTemplateCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - applications.synchronization summary: Create new navigation property to templates for applications operationId: applications.synchronization.CreateTemplates requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.synchronizationTemplate' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.synchronizationTemplate' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: application-id in: path description: The unique identifier of application required: true schema: type: string x-ms-docs-key-type: application '/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}': description: Provides operations to manage the templates property of the microsoft.graph.synchronization entity. get: tags: - applications.synchronization summary: Get templates from applications description: Preconfigured synchronization settings for a particular application. operationId: applications.synchronization.GetTemplates parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.synchronizationTemplate' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - applications.synchronization summary: Update synchronizationTemplate description: Update (override) the synchronization template associated with a given application. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/synchronization-synchronizationtemplate-update?view=graph-rest-1.0 operationId: applications.synchronization.UpdateTemplates requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.synchronizationTemplate' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.synchronizationTemplate' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - applications.synchronization summary: Delete navigation property templates for applications operationId: applications.synchronization.DeleteTemplates parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: application-id in: path description: The unique identifier of application required: true schema: type: string x-ms-docs-key-type: application - name: synchronizationTemplate-id in: path description: The unique identifier of synchronizationTemplate required: true schema: type: string x-ms-docs-key-type: synchronizationTemplate '/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema': description: Provides operations to manage the schema property of the microsoft.graph.synchronizationTemplate entity. get: tags: - applications.synchronization summary: Get schema from applications description: Default synchronization schema for the jobs based on this template. operationId: applications.synchronization.templates.GetSchema parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.synchronizationSchema' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - applications.synchronization summary: Update the navigation property schema in applications operationId: applications.synchronization.templates.UpdateSchema requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.synchronizationSchema' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.synchronizationSchema' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - applications.synchronization summary: Delete navigation property schema for applications operationId: applications.synchronization.templates.DeleteSchema parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: application-id in: path description: The unique identifier of application required: true schema: type: string x-ms-docs-key-type: application - name: synchronizationTemplate-id in: path description: The unique identifier of synchronizationTemplate required: true schema: type: string x-ms-docs-key-type: synchronizationTemplate '/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories': description: Provides operations to manage the directories property of the microsoft.graph.synchronizationSchema entity. get: tags: - applications.synchronization summary: Get directories from applications description: Contains the collection of directories and all of their objects. operationId: applications.synchronization.templates.schema.ListDirectories parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.directoryDefinitionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - applications.synchronization summary: Create new navigation property to directories for applications operationId: applications.synchronization.templates.schema.CreateDirectories requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryDefinition' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: application-id in: path description: The unique identifier of application required: true schema: type: string x-ms-docs-key-type: application - name: synchronizationTemplate-id in: path description: The unique identifier of synchronizationTemplate required: true schema: type: string x-ms-docs-key-type: synchronizationTemplate x-ms-docs-grouped-path: - '/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories' '/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}': description: Provides operations to manage the directories property of the microsoft.graph.synchronizationSchema entity. get: tags: - applications.synchronization summary: Get directories from applications description: Contains the collection of directories and all of their objects. operationId: applications.synchronization.templates.schema.GetDirectories parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - applications.synchronization summary: Update the navigation property directories in applications operationId: applications.synchronization.templates.schema.UpdateDirectories requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryDefinition' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - applications.synchronization summary: Delete navigation property directories for applications operationId: applications.synchronization.templates.schema.DeleteDirectories parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: application-id in: path description: The unique identifier of application required: true schema: type: string x-ms-docs-key-type: application - name: synchronizationTemplate-id in: path description: The unique identifier of synchronizationTemplate required: true schema: type: string x-ms-docs-key-type: synchronizationTemplate - name: directoryDefinition-id in: path description: The unique identifier of directoryDefinition required: true schema: type: string x-ms-docs-key-type: directoryDefinition x-ms-docs-grouped-path: - '/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}' '/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}/discover': description: Provides operations to call the discover method. post: tags: - applications.Actions summary: Invoke action discover description: 'Discover the latest schema definition for provisioning to an application. ' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-1.0 operationId: applications.application.synchronization.templates.synchronizationTemplate.schema.directories.directoryDefinition.discover responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.directoryDefinition' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: application-id in: path description: The unique identifier of application required: true schema: type: string x-ms-docs-key-type: application - name: synchronizationTemplate-id in: path description: The unique identifier of synchronizationTemplate required: true schema: type: string x-ms-docs-key-type: synchronizationTemplate - name: directoryDefinition-id in: path description: The unique identifier of directoryDefinition required: true schema: type: string x-ms-docs-key-type: directoryDefinition x-ms-docs-grouped-path: - '/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}/discover' '/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/$count': description: Provides operations to count the resources in the collection. get: tags: - applications.synchronization summary: Get the number of the resource operationId: applications.synchronization.templates.schema.directories.GetCount-27bc parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: application-id in: path description: The unique identifier of application required: true schema: type: string x-ms-docs-key-type: application - name: synchronizationTemplate-id in: path description: The unique identifier of synchronizationTemplate required: true schema: type: string x-ms-docs-key-type: synchronizationTemplate '/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/filterOperators()': description: Provides operations to call the filterOperators method. get: tags: - applications.Functions summary: Invoke function filterOperators description: List all operators supported in the scoping filters. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-1.0 operationId: applications.application.synchronization.templates.synchronizationTemplate.schema.filterOperators parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of filterOperatorSchema type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.filterOperatorSchema' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: application-id in: path description: The unique identifier of application required: true schema: type: string x-ms-docs-key-type: application - name: synchronizationTemplate-id in: path description: The unique identifier of synchronizationTemplate required: true schema: type: string x-ms-docs-key-type: synchronizationTemplate x-ms-docs-grouped-path: - '/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/filterOperators()' '/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/functions()': description: Provides operations to call the functions method. get: tags: - applications.Functions summary: Invoke function functions description: List all the functions currently supported in the attributeMappingSource. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-1.0 operationId: applications.application.synchronization.templates.synchronizationTemplate.schema.functions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of attributeMappingFunctionSchema type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.attributeMappingFunctionSchema' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: application-id in: path description: The unique identifier of application required: true schema: type: string x-ms-docs-key-type: application - name: synchronizationTemplate-id in: path description: The unique identifier of synchronizationTemplate required: true schema: type: string x-ms-docs-key-type: synchronizationTemplate x-ms-docs-grouped-path: - '/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/functions()' '/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/parseExpression': description: Provides operations to call the parseExpression method. post: tags: - applications.Actions summary: Invoke action parseExpression description: 'Parse a given string expression into an attributeMappingSource object. For more information about expressions, see Writing Expressions for Attribute Mappings in Microsoft Entra ID.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-1.0 operationId: applications.application.synchronization.templates.synchronizationTemplate.schema.parseExpression requestBody: description: Action parameters content: application/json: schema: type: object properties: expression: type: string nullable: true testInputObject: anyOf: - $ref: '#/components/schemas/microsoft.graph.expressionInputObject' - type: object nullable: true targetAttributeDefinition: anyOf: - $ref: '#/components/schemas/microsoft.graph.attributeDefinition' - type: object nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.parseExpressionResponse' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: application-id in: path description: The unique identifier of application required: true schema: type: string x-ms-docs-key-type: application - name: synchronizationTemplate-id in: path description: The unique identifier of synchronizationTemplate required: true schema: type: string x-ms-docs-key-type: synchronizationTemplate x-ms-docs-grouped-path: - '/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/parseExpression' '/applications/{application-id}/synchronization/templates/$count': description: Provides operations to count the resources in the collection. get: tags: - applications.synchronization summary: Get the number of the resource operationId: applications.synchronization.templates.GetCount-738a parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: application-id in: path description: The unique identifier of application required: true schema: type: string x-ms-docs-key-type: application '/applications/{application-id}/tokenIssuancePolicies': description: Provides operations to manage the tokenIssuancePolicies property of the microsoft.graph.application entity. get: tags: - applications.tokenIssuancePolicy summary: List assigned tokenIssuancePolicies description: List the tokenIssuancePolicy objects that are assigned to an application. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/application-list-tokenissuancepolicies?view=graph-rest-1.0 operationId: applications.ListTokenIssuancePolicies parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.tokenIssuancePolicyCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: application-id in: path description: The unique identifier of application required: true schema: type: string x-ms-docs-key-type: application '/applications/{application-id}/tokenIssuancePolicies/{tokenIssuancePolicy-id}/$ref': description: Provides operations to manage the collection of application entities. delete: tags: - applications.tokenIssuancePolicy summary: Remove tokenIssuancePolicy description: Remove a tokenIssuancePolicy from an application. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/application-delete-tokenissuancepolicies?view=graph-rest-1.0 operationId: applications.tokenIssuancePolicies.DeleteRefTokenIssuancePolicy parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: application-id in: path description: The unique identifier of application required: true schema: type: string x-ms-docs-key-type: application - name: tokenIssuancePolicy-id in: path description: The unique identifier of tokenIssuancePolicy required: true schema: type: string x-ms-docs-key-type: tokenIssuancePolicy '/applications/{application-id}/tokenIssuancePolicies/$count': description: Provides operations to count the resources in the collection. get: tags: - applications.tokenIssuancePolicy summary: Get the number of the resource operationId: applications.tokenIssuancePolicies.GetCount-4be5 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: application-id in: path description: The unique identifier of application required: true schema: type: string x-ms-docs-key-type: application '/applications/{application-id}/tokenIssuancePolicies/$ref': description: Provides operations to manage the collection of application entities. get: tags: - applications.tokenIssuancePolicy summary: List assigned tokenIssuancePolicies description: List the tokenIssuancePolicy objects that are assigned to an application. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/application-list-tokenissuancepolicies?view=graph-rest-1.0 operationId: applications.ListRefTokenIssuancePolicies parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/StringCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - applications.tokenIssuancePolicy summary: Assign tokenIssuancePolicy description: Assign a tokenIssuancePolicy to an application. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/application-post-tokenissuancepolicies?view=graph-rest-1.0 operationId: applications.CreateRefTokenIssuancePolicies requestBody: $ref: '#/components/requestBodies/refPostBody' responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - applications.tokenIssuancePolicy summary: Remove tokenIssuancePolicy description: Remove a tokenIssuancePolicy from an application. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/application-delete-tokenissuancepolicies?view=graph-rest-1.0 operationId: applications.DeleteRefTokenIssuancePolicies parameters: - name: If-Match in: header description: ETag schema: type: string - name: '@id' in: query description: The delete Uri required: true schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: application-id in: path description: The unique identifier of application required: true schema: type: string x-ms-docs-key-type: application '/applications/{application-id}/tokenLifetimePolicies': description: Provides operations to manage the tokenLifetimePolicies property of the microsoft.graph.application entity. get: tags: - applications.tokenLifetimePolicy summary: List assigned tokenLifetimePolicies description: List the tokenLifetimePolicy objects that are assigned to an application. Only one object is returned in the collection because only one tokenLifetimePolicy can be assigned to an application. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/application-list-tokenlifetimepolicies?view=graph-rest-1.0 operationId: applications.ListTokenLifetimePolicies parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.tokenLifetimePolicyCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: application-id in: path description: The unique identifier of application required: true schema: type: string x-ms-docs-key-type: application '/applications/{application-id}/tokenLifetimePolicies/{tokenLifetimePolicy-id}/$ref': description: Provides operations to manage the collection of application entities. delete: tags: - applications.tokenLifetimePolicy summary: Remove tokenLifetimePolicy description: Remove a tokenLifetimePolicy from an application. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/application-delete-tokenlifetimepolicies?view=graph-rest-1.0 operationId: applications.tokenLifetimePolicies.DeleteRefTokenLifetimePolicy parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: application-id in: path description: The unique identifier of application required: true schema: type: string x-ms-docs-key-type: application - name: tokenLifetimePolicy-id in: path description: The unique identifier of tokenLifetimePolicy required: true schema: type: string x-ms-docs-key-type: tokenLifetimePolicy '/applications/{application-id}/tokenLifetimePolicies/$count': description: Provides operations to count the resources in the collection. get: tags: - applications.tokenLifetimePolicy summary: Get the number of the resource operationId: applications.tokenLifetimePolicies.GetCount-5de4 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: application-id in: path description: The unique identifier of application required: true schema: type: string x-ms-docs-key-type: application '/applications/{application-id}/tokenLifetimePolicies/$ref': description: Provides operations to manage the collection of application entities. get: tags: - applications.tokenLifetimePolicy summary: List assigned tokenLifetimePolicies description: List the tokenLifetimePolicy objects that are assigned to an application. Only one object is returned in the collection because only one tokenLifetimePolicy can be assigned to an application. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/application-list-tokenlifetimepolicies?view=graph-rest-1.0 operationId: applications.ListRefTokenLifetimePolicies parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/StringCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - applications.tokenLifetimePolicy summary: Assign tokenLifetimePolicy description: Assign a tokenLifetimePolicy to an application. You can have multiple tokenLifetimePolicy policies in a tenant but can assign only one tokenLifetimePolicy per application. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/application-post-tokenlifetimepolicies?view=graph-rest-1.0 operationId: applications.CreateRefTokenLifetimePolicies requestBody: $ref: '#/components/requestBodies/refPostBody' responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - applications.tokenLifetimePolicy summary: Remove tokenLifetimePolicy description: Remove a tokenLifetimePolicy from an application. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/application-delete-tokenlifetimepolicies?view=graph-rest-1.0 operationId: applications.DeleteRefTokenLifetimePolicies parameters: - name: If-Match in: header description: ETag schema: type: string - name: '@id' in: query description: The delete Uri required: true schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: application-id in: path description: The unique identifier of application required: true schema: type: string x-ms-docs-key-type: application '/applications(appId=''{appId}'')': description: Provides operations to manage the collection of application entities. get: tags: - applications.application summary: Get application description: Get the properties and relationships of an application object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/application-get?view=graph-rest-1.0 operationId: applications.application.GetApplicationByAppId parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.application' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - applications.application summary: Upsert application description: 'Create a new application object if it doesn''t exist, or update the properties of an existing application object.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/application-upsert?view=graph-rest-1.0 operationId: applications.application.UpdateApplicationByAppId requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.application' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.application' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - applications.application summary: Delete application description: 'Delete an application object. When deleted, apps are moved to a temporary container and can be restored within 30 days. After that time, they are permanently deleted.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/application-delete?view=graph-rest-1.0 operationId: applications.application.DeleteApplicationByAppId parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: appId in: path description: Alternate key of application required: true schema: type: string nullable: true '/applications(uniqueName=''{uniqueName}'')': description: Provides operations to manage the collection of application entities. get: tags: - applications.application summary: Get application description: Get the properties and relationships of an application object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/application-get?view=graph-rest-1.0 operationId: applications.application.GetApplicationByUniqueName parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.application' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - applications.application summary: Upsert application description: 'Create a new application object if it doesn''t exist, or update the properties of an existing application object.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/application-upsert?view=graph-rest-1.0 operationId: applications.application.UpdateApplicationByUniqueName requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.application' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.application' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - applications.application summary: Delete application description: 'Delete an application object. When deleted, apps are moved to a temporary container and can be restored within 30 days. After that time, they are permanently deleted.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/application-delete?view=graph-rest-1.0 operationId: applications.application.DeleteApplicationByUniqueName parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: uniqueName in: path description: Alternate key of application required: true schema: type: string nullable: true /applications/$count: description: Provides operations to count the resources in the collection. get: tags: - applications.application summary: Get the number of the resource operationId: applications.GetCount-8398 parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /applications/delta(): description: Provides operations to call the delta method. get: tags: - applications.Functions summary: Invoke function delta description: 'Get newly created, updated, or deleted applications without performing a full read of the entire resource collection. For details, see Using delta query.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/application-delta?view=graph-rest-1.0 operationId: applications.delta parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of application type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.application' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-grouped-path: - /applications/delta() /applications/getAvailableExtensionProperties: description: Provides operations to call the getAvailableExtensionProperties method. post: tags: - applications.Actions summary: Invoke action getAvailableExtensionProperties description: 'Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties:' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0 operationId: applications.getAvailableExtensionProperties requestBody: description: Action parameters content: application/json: schema: type: object properties: isSyncedFromOnPremises: type: boolean default: false nullable: true required: true responses: 2XX: description: Success content: application/json: schema: title: Collection of extensionProperty type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.extensionProperty' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /applications/getByIds: description: Provides operations to call the getByIds method. post: tags: - applications.Actions summary: Invoke action getByIds description: 'Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to:' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0 operationId: applications.getByIds requestBody: description: Action parameters content: application/json: schema: type: object properties: ids: type: array items: type: string types: type: array items: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: title: Collection of directoryObject type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /applications/validateProperties: description: Provides operations to call the validateProperties method. post: tags: - applications.Actions summary: Invoke action validateProperties description: "Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:\n1. Validate the prefix and suffix naming policy\n2. Validate the custom banned words policy\n3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0 operationId: applications.validateProperties requestBody: description: Action parameters content: application/json: schema: type: object properties: entityType: type: string nullable: true displayName: type: string nullable: true mailNickname: type: string nullable: true onBehalfOfUserId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string format: uuid nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action /applicationTemplates: description: Provides operations to manage the collection of applicationTemplate entities. get: tags: - applicationTemplates.applicationTemplate summary: List applicationTemplates description: Retrieve a list of applicationTemplate objects from the Microsoft Entra application gallery. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/applicationtemplate-list?view=graph-rest-1.0 operationId: applicationTemplates.applicationTemplate.ListApplicationTemplate parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.applicationTemplateCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation '/applicationTemplates/{applicationTemplate-id}': description: Provides operations to manage the collection of applicationTemplate entities. get: tags: - applicationTemplates.applicationTemplate summary: Get applicationTemplate description: Retrieve the properties of an applicationTemplate object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/applicationtemplate-get?view=graph-rest-1.0 operationId: applicationTemplates.applicationTemplate.GetApplicationTemplate parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.applicationTemplate' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: applicationTemplate-id in: path description: The unique identifier of applicationTemplate required: true schema: type: string x-ms-docs-key-type: applicationTemplate '/applicationTemplates/{applicationTemplate-id}/instantiate': description: Provides operations to call the instantiate method. post: tags: - applicationTemplates.Actions summary: Invoke action instantiate description: Add an instance of an application from the Microsoft Entra application gallery into your directory. The application template with ID 8adf8e6e-67b2-4cf2-a259-e3dc5476c621 can be used to add a non-gallery app that you can configure different single-sign on (SSO) modes like SAML SSO and password-based SSO. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/applicationtemplate-instantiate?view=graph-rest-1.0 operationId: applicationTemplates.applicationTemplate.instantiate requestBody: description: Action parameters content: application/json: schema: type: object properties: displayName: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.applicationServicePrincipal' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: applicationTemplate-id in: path description: The unique identifier of applicationTemplate required: true schema: type: string x-ms-docs-key-type: applicationTemplate /applicationTemplates/$count: description: Provides operations to count the resources in the collection. get: tags: - applicationTemplates.applicationTemplate summary: Get the number of the resource operationId: applicationTemplates.GetCount-d1a3 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /auditLogs: description: Provides operations to manage the auditLogRoot singleton. get: tags: - auditLogs.auditLogRoot summary: Get auditLogs operationId: auditLogs.auditLogRoot.GetAuditLogRoot parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.auditLogRoot' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - auditLogs.auditLogRoot summary: Update auditLogs operationId: auditLogs.auditLogRoot.UpdateAuditLogRoot requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.auditLogRoot' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.auditLogRoot' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /auditLogs/directoryAudits: description: Provides operations to manage the directoryAudits property of the microsoft.graph.auditLogRoot entity. get: tags: - auditLogs.directoryAudit summary: List directoryAudits description: 'Get the list of audit logs generated by Microsoft Entra ID. This includes audit logs generated by various services within Microsoft Entra ID, including user, app, device and group Management, privileged identity management (PIM), access reviews, terms of use, identity protection, password management (self-service and admin password resets), and self- service group management, and so on.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryaudit-list?view=graph-rest-1.0 operationId: auditLogs.ListDirectoryAudits parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.directoryAuditCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - auditLogs.directoryAudit summary: Create new navigation property to directoryAudits for auditLogs operationId: auditLogs.CreateDirectoryAudits requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryAudit' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryAudit' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/auditLogs/directoryAudits/{directoryAudit-id}': description: Provides operations to manage the directoryAudits property of the microsoft.graph.auditLogRoot entity. get: tags: - auditLogs.directoryAudit summary: Get directoryAudit description: 'Get a specific Microsoft Entra audit log item. This includes an audit log item generated by various services within Microsoft Entra ID like user, application, device and group management, privileged identity management (PIM), access reviews, terms of use, identity protection, password management (self-service and admin password resets), self-service group management, and so on.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryaudit-get?view=graph-rest-1.0 operationId: auditLogs.GetDirectoryAudits parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryAudit' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - auditLogs.directoryAudit summary: Update the navigation property directoryAudits in auditLogs operationId: auditLogs.UpdateDirectoryAudits requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryAudit' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryAudit' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - auditLogs.directoryAudit summary: Delete navigation property directoryAudits for auditLogs operationId: auditLogs.DeleteDirectoryAudits parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: directoryAudit-id in: path description: The unique identifier of directoryAudit required: true schema: type: string x-ms-docs-key-type: directoryAudit /auditLogs/directoryAudits/$count: description: Provides operations to count the resources in the collection. get: tags: - auditLogs.directoryAudit summary: Get the number of the resource operationId: auditLogs.directoryAudits.GetCount-fedb parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /auditLogs/provisioning: description: Provides operations to manage the provisioning property of the microsoft.graph.auditLogRoot entity. get: tags: - auditLogs.provisioningObjectSummary summary: List provisioningObjectSummary description: 'Get all provisioning events that occurred in your tenant, such as the deletion of a group in a target application or the creation of a user when provisioning user accounts from your HR system. ' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/provisioningobjectsummary-list?view=graph-rest-1.0 operationId: auditLogs.ListProvisioning parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.provisioningObjectSummaryCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - auditLogs.provisioningObjectSummary summary: Create new navigation property to provisioning for auditLogs operationId: auditLogs.CreateProvisioning requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.provisioningObjectSummary' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.provisioningObjectSummary' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/auditLogs/provisioning/{provisioningObjectSummary-id}': description: Provides operations to manage the provisioning property of the microsoft.graph.auditLogRoot entity. get: tags: - auditLogs.provisioningObjectSummary summary: Get provisioning from auditLogs operationId: auditLogs.GetProvisioning parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.provisioningObjectSummary' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - auditLogs.provisioningObjectSummary summary: Update the navigation property provisioning in auditLogs operationId: auditLogs.UpdateProvisioning requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.provisioningObjectSummary' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.provisioningObjectSummary' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - auditLogs.provisioningObjectSummary summary: Delete navigation property provisioning for auditLogs operationId: auditLogs.DeleteProvisioning parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: provisioningObjectSummary-id in: path description: The unique identifier of provisioningObjectSummary required: true schema: type: string x-ms-docs-key-type: provisioningObjectSummary /auditLogs/provisioning/$count: description: Provides operations to count the resources in the collection. get: tags: - auditLogs.provisioningObjectSummary summary: Get the number of the resource operationId: auditLogs.provisioning.GetCount-2f99 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /auditLogs/signIns: description: Provides operations to manage the signIns property of the microsoft.graph.auditLogRoot entity. get: tags: - auditLogs.signIn summary: List signIns description: 'Retrieve the Microsoft Entra user sign-ins for your tenant. Sign-ins that are interactive in nature (where a username/password is passed as part of auth token) and successful federated sign-ins are currently included in the sign-in logs. The maximum and default page size is 1,000 objects and by default, the most recent sign-ins are returned first. Only sign-in events that occurred within the Microsoft Entra ID default retention period are available.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/signin-list?view=graph-rest-1.0 operationId: auditLogs.ListSignIns parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.signInCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - auditLogs.signIn summary: Create new navigation property to signIns for auditLogs operationId: auditLogs.CreateSignIns requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.signIn' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.signIn' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/auditLogs/signIns/{signIn-id}': description: Provides operations to manage the signIns property of the microsoft.graph.auditLogRoot entity. get: tags: - auditLogs.signIn summary: Get signIn description: Retrieve a specific Microsoft Entra user sign-in event for your tenant. Sign-ins that are interactive in nature (where a username/password is passed as part of auth token) and successful federated sign-ins are currently included in the sign-in logs. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/signin-get?view=graph-rest-1.0 operationId: auditLogs.GetSignIns parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.signIn' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - auditLogs.signIn summary: Update the navigation property signIns in auditLogs operationId: auditLogs.UpdateSignIns requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.signIn' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.signIn' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - auditLogs.signIn summary: Delete navigation property signIns for auditLogs operationId: auditLogs.DeleteSignIns parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: signIn-id in: path description: The unique identifier of signIn required: true schema: type: string x-ms-docs-key-type: signIn /auditLogs/signIns/$count: description: Provides operations to count the resources in the collection. get: tags: - auditLogs.signIn summary: Get the number of the resource operationId: auditLogs.signIns.GetCount-9ee4 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /authenticationMethodConfigurations: description: Provides operations to manage the collection of authenticationMethodConfiguration entities. get: tags: - authenticationMethodConfigurations.authenticationMethodConfiguration summary: Get entities from authenticationMethodConfigurations operationId: authenticationMethodConfigurations.authenticationMethodConfiguration.ListAuthenticationMethodConfiguration parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.authenticationMethodConfigurationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - authenticationMethodConfigurations.authenticationMethodConfiguration summary: Add new entity to authenticationMethodConfigurations operationId: authenticationMethodConfigurations.authenticationMethodConfiguration.CreateAuthenticationMethodConfiguration requestBody: description: New entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authenticationMethodConfiguration' required: true responses: 2XX: description: Created entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authenticationMethodConfiguration' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}': description: Provides operations to manage the collection of authenticationMethodConfiguration entities. get: tags: - authenticationMethodConfigurations.authenticationMethodConfiguration summary: Get entity from authenticationMethodConfigurations by key operationId: authenticationMethodConfigurations.authenticationMethodConfiguration.GetAuthenticationMethodConfiguration parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authenticationMethodConfiguration' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - authenticationMethodConfigurations.authenticationMethodConfiguration summary: Update entity in authenticationMethodConfigurations operationId: authenticationMethodConfigurations.authenticationMethodConfiguration.UpdateAuthenticationMethodConfiguration requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authenticationMethodConfiguration' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authenticationMethodConfiguration' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - authenticationMethodConfigurations.authenticationMethodConfiguration summary: Delete entity from authenticationMethodConfigurations operationId: authenticationMethodConfigurations.authenticationMethodConfiguration.DeleteAuthenticationMethodConfiguration parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: authenticationMethodConfiguration-id in: path description: The unique identifier of authenticationMethodConfiguration required: true schema: type: string x-ms-docs-key-type: authenticationMethodConfiguration /authenticationMethodConfigurations/$count: description: Provides operations to count the resources in the collection. get: tags: - authenticationMethodConfigurations.authenticationMethodConfiguration summary: Get the number of the resource operationId: authenticationMethodConfigurations.GetCount-6d53 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /authenticationMethodsPolicy: description: Provides operations to manage the authenticationMethodsPolicy singleton. get: tags: - authenticationMethodsPolicy.authenticationMethodsPolicy summary: Get authenticationMethodsPolicy operationId: authenticationMethodsPolicy.authenticationMethodsPolicy.GetAuthenticationMethodsPolicy parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authenticationMethodsPolicy' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - authenticationMethodsPolicy.authenticationMethodsPolicy summary: Update authenticationMethodsPolicy operationId: authenticationMethodsPolicy.authenticationMethodsPolicy.UpdateAuthenticationMethodsPolicy requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authenticationMethodsPolicy' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authenticationMethodsPolicy' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /authenticationMethodsPolicy/authenticationMethodConfigurations: description: Provides operations to manage the authenticationMethodConfigurations property of the microsoft.graph.authenticationMethodsPolicy entity. get: tags: - authenticationMethodsPolicy.authenticationMethodConfiguration summary: Get authenticationMethodConfigurations from authenticationMethodsPolicy description: Represents the settings for each authentication method. Automatically expanded on GET /policies/authenticationMethodsPolicy. operationId: authenticationMethodsPolicy.ListAuthenticationMethodConfigurations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.authenticationMethodConfigurationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - authenticationMethodsPolicy.authenticationMethodConfiguration summary: Create new navigation property to authenticationMethodConfigurations for authenticationMethodsPolicy operationId: authenticationMethodsPolicy.CreateAuthenticationMethodConfigurations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authenticationMethodConfiguration' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authenticationMethodConfiguration' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}': description: Provides operations to manage the authenticationMethodConfigurations property of the microsoft.graph.authenticationMethodsPolicy entity. get: tags: - authenticationMethodsPolicy.authenticationMethodConfiguration summary: Get authenticationMethodConfigurations from authenticationMethodsPolicy description: Represents the settings for each authentication method. Automatically expanded on GET /policies/authenticationMethodsPolicy. operationId: authenticationMethodsPolicy.GetAuthenticationMethodConfigurations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authenticationMethodConfiguration' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - authenticationMethodsPolicy.authenticationMethodConfiguration summary: Update the navigation property authenticationMethodConfigurations in authenticationMethodsPolicy operationId: authenticationMethodsPolicy.UpdateAuthenticationMethodConfigurations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authenticationMethodConfiguration' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authenticationMethodConfiguration' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - authenticationMethodsPolicy.authenticationMethodConfiguration summary: Delete navigation property authenticationMethodConfigurations for authenticationMethodsPolicy operationId: authenticationMethodsPolicy.DeleteAuthenticationMethodConfigurations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: authenticationMethodConfiguration-id in: path description: The unique identifier of authenticationMethodConfiguration required: true schema: type: string x-ms-docs-key-type: authenticationMethodConfiguration /authenticationMethodsPolicy/authenticationMethodConfigurations/$count: description: Provides operations to count the resources in the collection. get: tags: - authenticationMethodsPolicy.authenticationMethodConfiguration summary: Get the number of the resource operationId: authenticationMethodsPolicy.authenticationMethodConfigurations.GetCount-e7d5 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /certificateBasedAuthConfiguration: description: Provides operations to manage the collection of certificateBasedAuthConfiguration entities. get: tags: - certificateBasedAuthConfiguration.certificateBasedAuthConfiguration summary: Get entities from certificateBasedAuthConfiguration operationId: certificateBasedAuthConfiguration.certificateBasedAuthConfiguration.ListCertificateBasedAuthConfiguration parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.certificateBasedAuthConfigurationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - certificateBasedAuthConfiguration.certificateBasedAuthConfiguration summary: Add new entity to certificateBasedAuthConfiguration operationId: certificateBasedAuthConfiguration.certificateBasedAuthConfiguration.CreateCertificateBasedAuthConfiguration requestBody: description: New entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.certificateBasedAuthConfiguration' required: true responses: 2XX: description: Created entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.certificateBasedAuthConfiguration' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/certificateBasedAuthConfiguration/{certificateBasedAuthConfiguration-id}': description: Provides operations to manage the collection of certificateBasedAuthConfiguration entities. get: tags: - certificateBasedAuthConfiguration.certificateBasedAuthConfiguration summary: Get entity from certificateBasedAuthConfiguration by key operationId: certificateBasedAuthConfiguration.certificateBasedAuthConfiguration.GetCertificateBasedAuthConfiguration parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.certificateBasedAuthConfiguration' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - certificateBasedAuthConfiguration.certificateBasedAuthConfiguration summary: Update entity in certificateBasedAuthConfiguration operationId: certificateBasedAuthConfiguration.certificateBasedAuthConfiguration.UpdateCertificateBasedAuthConfiguration requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.certificateBasedAuthConfiguration' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.certificateBasedAuthConfiguration' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - certificateBasedAuthConfiguration.certificateBasedAuthConfiguration summary: Delete entity from certificateBasedAuthConfiguration operationId: certificateBasedAuthConfiguration.certificateBasedAuthConfiguration.DeleteCertificateBasedAuthConfiguration parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: certificateBasedAuthConfiguration-id in: path description: The unique identifier of certificateBasedAuthConfiguration required: true schema: type: string x-ms-docs-key-type: certificateBasedAuthConfiguration /certificateBasedAuthConfiguration/$count: description: Provides operations to count the resources in the collection. get: tags: - certificateBasedAuthConfiguration.certificateBasedAuthConfiguration summary: Get the number of the resource operationId: certificateBasedAuthConfiguration.GetCount-e291 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /chats: description: Provides operations to manage the collection of chat entities. get: tags: - chats.chat summary: List chats description: 'Retrieve the list of chats that the user is part of. This method supports federation. When a user ID is provided, the calling application must belong to the same tenant that the user belongs to.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chat-list?view=graph-rest-1.0 operationId: chats.chat.ListChat parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.chatCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - chats.chat summary: Create chat description: Create a new chat object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chat-post?view=graph-rest-1.0 operationId: chats.chat.CreateChat requestBody: description: New entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chat' required: true responses: 2XX: description: Created entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/chats/{chat-id}': description: Provides operations to manage the collection of chat entities. get: tags: - chats.chat summary: Get chat description: 'Retrieve a single chat (without its messages). This method supports federation. To access a chat, at least one chat member must belong to the tenant the request initiated from.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chat-get?view=graph-rest-1.0 operationId: chats.chat.GetChat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - chats.chat summary: Update chat description: Update the properties of a chat object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chat-patch?view=graph-rest-1.0 operationId: chats.chat.UpdateChat requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - chats.chat summary: Delete chat description: 'Soft-delete a chat. When invoked with delegated permissions, this operation only works for tenant admins and Teams service admins.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chat-delete?view=graph-rest-1.0 operationId: chats.chat.DeleteChat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat '/chats/{chat-id}/installedApps': description: Provides operations to manage the installedApps property of the microsoft.graph.chat entity. get: tags: - chats.teamsAppInstallation summary: List apps in chat description: List all app installations within a chat. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chat-list-installedapps?view=graph-rest-1.0 operationId: chats.ListInstalledApps parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.teamsAppInstallationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - chats.teamsAppInstallation summary: Add app to chat description: Install a teamsApp to the specified chat. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chat-post-installedapps?view=graph-rest-1.0 operationId: chats.CreateInstalledApps requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat '/chats/{chat-id}/installedApps/{teamsAppInstallation-id}': description: Provides operations to manage the installedApps property of the microsoft.graph.chat entity. get: tags: - chats.teamsAppInstallation summary: Get installed app in chat description: Get an app installed in a chat. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chat-get-installedapps?view=graph-rest-1.0 operationId: chats.GetInstalledApps parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - chats.teamsAppInstallation summary: Update the navigation property installedApps in chats operationId: chats.UpdateInstalledApps requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - chats.teamsAppInstallation summary: Uninstall app in a chat description: Uninstall an app installed within a chat. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chat-delete-installedapps?view=graph-rest-1.0 operationId: chats.DeleteInstalledApps parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat - name: teamsAppInstallation-id in: path description: The unique identifier of teamsAppInstallation required: true schema: type: string x-ms-docs-key-type: teamsAppInstallation '/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/upgrade': description: Provides operations to call the upgrade method. post: tags: - chats.Actions summary: Invoke action upgrade description: Upgrade an app installation within a chat. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-1.0 operationId: chats.chat.installedApps.teamsAppInstallation.upgrade requestBody: description: Action parameters content: application/json: schema: type: object properties: consentedPermissionSet: anyOf: - $ref: '#/components/schemas/microsoft.graph.teamsAppPermissionSet' - type: object nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat - name: teamsAppInstallation-id in: path description: The unique identifier of teamsAppInstallation required: true schema: type: string x-ms-docs-key-type: teamsAppInstallation '/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp': description: Provides operations to manage the teamsApp property of the microsoft.graph.teamsAppInstallation entity. get: tags: - chats.teamsAppInstallation summary: Get teamsApp from chats description: The app that is installed. operationId: chats.installedApps.GetTeamsApp parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat - name: teamsAppInstallation-id in: path description: The unique identifier of teamsAppInstallation required: true schema: type: string x-ms-docs-key-type: teamsAppInstallation '/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition': description: Provides operations to manage the teamsAppDefinition property of the microsoft.graph.teamsAppInstallation entity. get: tags: - chats.teamsAppInstallation summary: Get teamsAppDefinition from chats description: The details of this version of the app. operationId: chats.installedApps.GetTeamsAppDefinition parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsAppDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat - name: teamsAppInstallation-id in: path description: The unique identifier of teamsAppInstallation required: true schema: type: string x-ms-docs-key-type: teamsAppInstallation '/chats/{chat-id}/installedApps/$count': description: Provides operations to count the resources in the collection. get: tags: - chats.teamsAppInstallation summary: Get the number of the resource operationId: chats.installedApps.GetCount-3987 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat '/chats/{chat-id}/lastMessagePreview': description: Provides operations to manage the lastMessagePreview property of the microsoft.graph.chat entity. get: tags: - chats.chatMessageInfo summary: Get lastMessagePreview from chats description: 'Preview of the last message sent in the chat. Null if no messages were sent in the chat. Currently, only the list chats operation supports this property.' operationId: chats.GetLastMessagePreview parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageInfo' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - chats.chatMessageInfo summary: Update the navigation property lastMessagePreview in chats operationId: chats.UpdateLastMessagePreview requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageInfo' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageInfo' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - chats.chatMessageInfo summary: Delete navigation property lastMessagePreview for chats operationId: chats.DeleteLastMessagePreview parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat '/chats/{chat-id}/members': description: Provides operations to manage the members property of the microsoft.graph.chat entity. get: tags: - chats.conversationMember summary: List conversationMembers description: List all conversation members in a chat or channel. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/conversationmember-list?view=graph-rest-1.0 operationId: chats.ListMembers parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.conversationMemberCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - chats.conversationMember summary: Add member to a chat description: Add a conversationMember to a chat. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chat-post-members?view=graph-rest-1.0 operationId: chats.CreateMembers requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationMember' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationMember' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat '/chats/{chat-id}/members/{conversationMember-id}': description: Provides operations to manage the members property of the microsoft.graph.chat entity. get: tags: - chats.conversationMember summary: Get conversationMember description: Retrieve a conversationMember from a chat or channel. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/conversationmember-get?view=graph-rest-1.0 operationId: chats.GetMembers parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationMember' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - chats.conversationMember summary: Update the navigation property members in chats operationId: chats.UpdateMembers requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationMember' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationMember' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - chats.conversationMember summary: Remove member from chat description: Remove a conversationMember from a chat. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chat-delete-members?view=graph-rest-1.0 operationId: chats.DeleteMembers parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat - name: conversationMember-id in: path description: The unique identifier of conversationMember required: true schema: type: string x-ms-docs-key-type: conversationMember '/chats/{chat-id}/members/$count': description: Provides operations to count the resources in the collection. get: tags: - chats.conversationMember summary: Get the number of the resource operationId: chats.members.GetCount-9627 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat '/chats/{chat-id}/members/add': description: Provides operations to call the add method. post: tags: - chats.Actions summary: Invoke action add description: Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0 operationId: chats.chat.members.add requestBody: description: Action parameters content: application/json: schema: type: object properties: values: type: array items: $ref: '#/components/schemas/microsoft.graph.conversationMember' required: true responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.actionResultPart' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat '/chats/{chat-id}/messages': description: Provides operations to manage the messages property of the microsoft.graph.chat entity. get: tags: - chats.chatMessage summary: List messages in a chat description: 'Retrieve the list of messages in a chat. This method supports federation. To list chat messages in application context, the request must be made from the tenant that the channel owner belongs to (represented by the tenantId property on the channel).' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chat-list-messages?view=graph-rest-1.0 operationId: chats.ListMessages parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - chats.chatMessage summary: Send chatMessage in a channel or a chat description: Send a new chatMessage in the specified channel or a chat. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chatmessage-post?view=graph-rest-1.0 operationId: chats.CreateMessages requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat '/chats/{chat-id}/messages/{chatMessage-id}': description: Provides operations to manage the messages property of the microsoft.graph.chat entity. get: tags: - chats.chatMessage summary: Get chatMessage in a channel or chat description: Retrieve a single message or a message reply in a channel or a chat. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0 operationId: chats.GetMessages parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - chats.chatMessage summary: Update the navigation property messages in chats operationId: chats.UpdateMessages requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - chats.chatMessage summary: Delete navigation property messages for chats operationId: chats.DeleteMessages parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage '/chats/{chat-id}/messages/{chatMessage-id}/hostedContents': description: Provides operations to manage the hostedContents property of the microsoft.graph.chatMessage entity. get: tags: - chats.chatMessage summary: List hostedContents description: 'Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0 operationId: chats.messages.ListHostedContents parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageHostedContentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - chats.chatMessage summary: Create new navigation property to hostedContents for chats operationId: chats.messages.CreateHostedContents requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents' '/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}': description: Provides operations to manage the hostedContents property of the microsoft.graph.chatMessage entity. get: tags: - chats.chatMessage summary: Get chatMessageHostedContent description: Retrieve the properties and relationships of chatMessageHostedContent object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0 operationId: chats.messages.GetHostedContents parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - chats.chatMessage summary: Update the navigation property hostedContents in chats operationId: chats.messages.UpdateHostedContents requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - chats.chatMessage summary: Delete navigation property hostedContents for chats operationId: chats.messages.DeleteHostedContents parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessageHostedContent-id in: path description: The unique identifier of chatMessageHostedContent required: true schema: type: string x-ms-docs-key-type: chatMessageHostedContent x-ms-docs-grouped-path: - '/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}' '/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value': description: Provides operations to manage the media for the chat entity. get: tags: - chats.chatMessage summary: List hostedContents description: 'Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0 operationId: chats.messages.GetHostedContentsContent responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - chats.chatMessage summary: Update media content for the navigation property hostedContents in chats description: The unique identifier for an entity. Read-only. operationId: chats.messages.UpdateHostedContentsContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - chats.chatMessage summary: Delete media content for the navigation property hostedContents in chats description: The unique identifier for an entity. Read-only. operationId: chats.messages.DeleteHostedContentsContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessageHostedContent-id in: path description: The unique identifier of chatMessageHostedContent required: true schema: type: string x-ms-docs-key-type: chatMessageHostedContent '/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/$count': description: Provides operations to count the resources in the collection. get: tags: - chats.chatMessage summary: Get the number of the resource operationId: chats.messages.hostedContents.GetCount-a167 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage '/chats/{chat-id}/messages/{chatMessage-id}/setReaction': description: Provides operations to call the setReaction method. post: tags: - chats.Actions summary: Invoke action setReaction operationId: chats.chat.messages.chatMessage.setReaction requestBody: description: Action parameters content: application/json: schema: type: object properties: reactionType: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction' '/chats/{chat-id}/messages/{chatMessage-id}/softDelete': description: Provides operations to call the softDelete method. post: tags: - chats.Actions summary: Invoke action softDelete description: Delete a single chatMessage or a chat message reply in a channel or a chat. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0 operationId: chats.chat.messages.chatMessage.softDelete responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete' '/chats/{chat-id}/messages/{chatMessage-id}/undoSoftDelete': description: Provides operations to call the undoSoftDelete method. post: tags: - chats.Actions summary: Invoke action undoSoftDelete description: Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0 operationId: chats.chat.messages.chatMessage.undoSoftDelete responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete' '/chats/{chat-id}/messages/{chatMessage-id}/unsetReaction': description: Provides operations to call the unsetReaction method. post: tags: - chats.Actions summary: Invoke action unsetReaction operationId: chats.chat.messages.chatMessage.unsetReaction requestBody: description: Action parameters content: application/json: schema: type: object properties: reactionType: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction' '/chats/{chat-id}/messages/{chatMessage-id}/replies': description: Provides operations to manage the replies property of the microsoft.graph.chatMessage entity. get: tags: - chats.chatMessage summary: Get replies from chats description: Replies for a specified message. Supports $expand for channel messages. operationId: chats.messages.ListReplies parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - chats.chatMessage summary: Create new navigation property to replies for chats operationId: chats.messages.CreateReplies requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage '/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}': description: Provides operations to manage the replies property of the microsoft.graph.chatMessage entity. get: tags: - chats.chatMessage summary: Get replies from chats description: Replies for a specified message. Supports $expand for channel messages. operationId: chats.messages.GetReplies parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - chats.chatMessage summary: Update the navigation property replies in chats operationId: chats.messages.UpdateReplies requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - chats.chatMessage summary: Delete navigation property replies for chats operationId: chats.messages.DeleteReplies parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage '/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents': description: Provides operations to manage the hostedContents property of the microsoft.graph.chatMessage entity. get: tags: - chats.chatMessage summary: Get hostedContents from chats description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: chats.messages.replies.ListHostedContents parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageHostedContentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - chats.chatMessage summary: Create new navigation property to hostedContents for chats operationId: chats.messages.replies.CreateHostedContents requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/chats/{chat-id}/messages/{chatMessage-id}/hostedContents' '/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}': description: Provides operations to manage the hostedContents property of the microsoft.graph.chatMessage entity. get: tags: - chats.chatMessage summary: Get hostedContents from chats description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: chats.messages.replies.GetHostedContents parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - chats.chatMessage summary: Update the navigation property hostedContents in chats operationId: chats.messages.replies.UpdateHostedContents requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - chats.chatMessage summary: Delete navigation property hostedContents for chats operationId: chats.messages.replies.DeleteHostedContents parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessageHostedContent-id in: path description: The unique identifier of chatMessageHostedContent required: true schema: type: string x-ms-docs-key-type: chatMessageHostedContent x-ms-docs-grouped-path: - '/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}' '/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value': description: Provides operations to manage the media for the chat entity. get: tags: - chats.chatMessage summary: Get media content for the navigation property hostedContents from chats description: The unique identifier for an entity. Read-only. operationId: chats.messages.replies.GetHostedContentsContent responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - chats.chatMessage summary: Update media content for the navigation property hostedContents in chats description: The unique identifier for an entity. Read-only. operationId: chats.messages.replies.UpdateHostedContentsContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - chats.chatMessage summary: Delete media content for the navigation property hostedContents in chats description: The unique identifier for an entity. Read-only. operationId: chats.messages.replies.DeleteHostedContentsContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessageHostedContent-id in: path description: The unique identifier of chatMessageHostedContent required: true schema: type: string x-ms-docs-key-type: chatMessageHostedContent '/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count': description: Provides operations to count the resources in the collection. get: tags: - chats.chatMessage summary: Get the number of the resource operationId: chats.messages.replies.hostedContents.GetCount-ccd3 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage '/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction': description: Provides operations to call the setReaction method. post: tags: - chats.Actions summary: Invoke action setReaction operationId: chats.chat.messages.chatMessage.replies.chatMessage.setReaction requestBody: description: Action parameters content: application/json: schema: type: object properties: reactionType: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/chats/{chat-id}/messages/{chatMessage-id}/setReaction' '/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete': description: Provides operations to call the softDelete method. post: tags: - chats.Actions summary: Invoke action softDelete description: Delete a single chatMessage or a chat message reply in a channel or a chat. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0 operationId: chats.chat.messages.chatMessage.replies.chatMessage.softDelete responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/chats/{chat-id}/messages/{chatMessage-id}/softDelete' '/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete': description: Provides operations to call the undoSoftDelete method. post: tags: - chats.Actions summary: Invoke action undoSoftDelete description: Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0 operationId: chats.chat.messages.chatMessage.replies.chatMessage.undoSoftDelete responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/chats/{chat-id}/messages/{chatMessage-id}/undoSoftDelete' '/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction': description: Provides operations to call the unsetReaction method. post: tags: - chats.Actions summary: Invoke action unsetReaction operationId: chats.chat.messages.chatMessage.replies.chatMessage.unsetReaction requestBody: description: Action parameters content: application/json: schema: type: object properties: reactionType: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/chats/{chat-id}/messages/{chatMessage-id}/unsetReaction' '/chats/{chat-id}/messages/{chatMessage-id}/replies/$count': description: Provides operations to count the resources in the collection. get: tags: - chats.chatMessage summary: Get the number of the resource operationId: chats.messages.replies.GetCount-10ad parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage '/chats/{chat-id}/messages/{chatMessage-id}/replies/delta()': description: Provides operations to call the delta method. get: tags: - chats.Functions summary: Invoke function delta description: 'Retrieve the list of messages (without the replies) in a channel of a team. By using delta query, you can get new or updated messages in a channel. Delta query supports both full synchronization that retrieves all the messages in the specified channel, and incremental synchronization that retrieves those messages that have been added or changed in the channel since the last synchronization. Typically, you would do an initial full synchronization, and then get incremental changes to that messages view periodically. To get the replies for a message, use the list message replies or the get message reply operation. A GET request with the delta function returns either: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call for that same calendar view. A @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin to retrieve more changes (messages changed or posted after acquiring @odata.deltaLink). For more information, see the delta query documentation.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0 operationId: chats.chat.messages.chatMessage.replies.delta parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of chatMessage type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/chats/{chat-id}/messages/delta()' '/chats/{chat-id}/messages/$count': description: Provides operations to count the resources in the collection. get: tags: - chats.chatMessage summary: Get the number of the resource operationId: chats.messages.GetCount-3dde parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat '/chats/{chat-id}/messages/delta()': description: Provides operations to call the delta method. get: tags: - chats.Functions summary: Invoke function delta description: 'Retrieve the list of messages (without the replies) in a channel of a team. By using delta query, you can get new or updated messages in a channel. Delta query supports both full synchronization that retrieves all the messages in the specified channel, and incremental synchronization that retrieves those messages that have been added or changed in the channel since the last synchronization. Typically, you would do an initial full synchronization, and then get incremental changes to that messages view periodically. To get the replies for a message, use the list message replies or the get message reply operation. A GET request with the delta function returns either: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call for that same calendar view. A @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin to retrieve more changes (messages changed or posted after acquiring @odata.deltaLink). For more information, see the delta query documentation.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0 operationId: chats.chat.messages.delta parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of chatMessage type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat x-ms-docs-grouped-path: - '/chats/{chat-id}/messages/{chatMessage-id}/replies/delta()' '/chats/{chat-id}/hideForUser': description: Provides operations to call the hideForUser method. post: tags: - chats.Actions summary: Invoke action hideForUser description: Hide a chat for a user. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chat-hideforuser?view=graph-rest-1.0 operationId: chats.chat.hideForUser requestBody: description: Action parameters content: application/json: schema: type: object properties: user: anyOf: - $ref: '#/components/schemas/microsoft.graph.teamworkUserIdentity' - type: object nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat '/chats/{chat-id}/markChatReadForUser': description: Provides operations to call the markChatReadForUser method. post: tags: - chats.Actions summary: Invoke action markChatReadForUser description: Mark a chat as read for a user. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chat-markchatreadforuser?view=graph-rest-1.0 operationId: chats.chat.markChatReadForUser requestBody: description: Action parameters content: application/json: schema: type: object properties: user: anyOf: - $ref: '#/components/schemas/microsoft.graph.teamworkUserIdentity' - type: object nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat '/chats/{chat-id}/markChatUnreadForUser': description: Provides operations to call the markChatUnreadForUser method. post: tags: - chats.Actions summary: Invoke action markChatUnreadForUser description: Mark a chat as unread for a user. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chat-markchatunreadforuser?view=graph-rest-1.0 operationId: chats.chat.markChatUnreadForUser requestBody: description: Action parameters content: application/json: schema: type: object properties: user: anyOf: - $ref: '#/components/schemas/microsoft.graph.teamworkUserIdentity' - type: object nullable: true lastMessageReadDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string format: date-time nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat '/chats/{chat-id}/sendActivityNotification': description: Provides operations to call the sendActivityNotification method. post: tags: - chats.Actions summary: Invoke action sendActivityNotification description: 'Send an activity feed notification in scope of a chat. For more information about sending notifications and the requirements for doing so, see sending Teams activity notifications.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chat-sendactivitynotification?view=graph-rest-1.0 operationId: chats.chat.sendActivityNotification requestBody: description: Action parameters content: application/json: schema: type: object properties: topic: anyOf: - $ref: '#/components/schemas/microsoft.graph.teamworkActivityTopic' - type: object nullable: true activityType: type: string nullable: true chainId: type: integer format: int64 nullable: true previewText: anyOf: - $ref: '#/components/schemas/microsoft.graph.itemBody' - type: object nullable: true teamsAppId: type: string nullable: true templateParameters: type: array items: $ref: '#/components/schemas/microsoft.graph.keyValuePair' recipient: anyOf: - $ref: '#/components/schemas/microsoft.graph.teamworkNotificationRecipient' - type: object nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat '/chats/{chat-id}/unhideForUser': description: Provides operations to call the unhideForUser method. post: tags: - chats.Actions summary: Invoke action unhideForUser description: Unhide a chat for a user. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chat-unhideforuser?view=graph-rest-1.0 operationId: chats.chat.unhideForUser requestBody: description: Action parameters content: application/json: schema: type: object properties: user: anyOf: - $ref: '#/components/schemas/microsoft.graph.teamworkUserIdentity' - type: object nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat '/chats/{chat-id}/permissionGrants': description: Provides operations to manage the permissionGrants property of the microsoft.graph.chat entity. get: tags: - chats.resourceSpecificPermissionGrant summary: List permissionGrants of a chat description: 'List all resource-specific permission grants on the chat. This list specifies the Microsoft Entra apps that have access to the chat, along with the corresponding resource-specific access that each app has.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chat-list-permissiongrants?view=graph-rest-1.0 operationId: chats.ListPermissionGrants parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.resourceSpecificPermissionGrantCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - chats.resourceSpecificPermissionGrant summary: Create new navigation property to permissionGrants for chats operationId: chats.CreatePermissionGrants requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat '/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}': description: Provides operations to manage the permissionGrants property of the microsoft.graph.chat entity. get: tags: - chats.resourceSpecificPermissionGrant summary: Get permissionGrants from chats description: A collection of permissions granted to apps for the chat. operationId: chats.GetPermissionGrants parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - chats.resourceSpecificPermissionGrant summary: Update the navigation property permissionGrants in chats operationId: chats.UpdatePermissionGrants requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - chats.resourceSpecificPermissionGrant summary: Delete navigation property permissionGrants for chats operationId: chats.DeletePermissionGrants parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat - name: resourceSpecificPermissionGrant-id in: path description: The unique identifier of resourceSpecificPermissionGrant required: true schema: type: string x-ms-docs-key-type: resourceSpecificPermissionGrant '/chats/{chat-id}/permissionGrants/$count': description: Provides operations to count the resources in the collection. get: tags: - chats.resourceSpecificPermissionGrant summary: Get the number of the resource operationId: chats.permissionGrants.GetCount-7597 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat '/chats/{chat-id}/pinnedMessages': description: Provides operations to manage the pinnedMessages property of the microsoft.graph.chat entity. get: tags: - chats.pinnedChatMessageInfo summary: List pinnedChatMessages in a chat description: Get a list of pinnedChatMessages in a chat. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chat-list-pinnedmessages?view=graph-rest-1.0 operationId: chats.ListPinnedMessages parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.pinnedChatMessageInfoCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - chats.pinnedChatMessageInfo summary: Pin a message in a chat description: Pin a chat message in the specified chat. This API cannot create a new chat; you must use the list chats method to retrieve the ID of an existing chat before you can pin a chat message. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chat-post-pinnedmessages?view=graph-rest-1.0 operationId: chats.CreatePinnedMessages requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.pinnedChatMessageInfo' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.pinnedChatMessageInfo' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat '/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}': description: Provides operations to manage the pinnedMessages property of the microsoft.graph.chat entity. get: tags: - chats.pinnedChatMessageInfo summary: Get pinnedMessages from chats description: A collection of all the pinned messages in the chat. Nullable. operationId: chats.GetPinnedMessages parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.pinnedChatMessageInfo' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - chats.pinnedChatMessageInfo summary: Update the navigation property pinnedMessages in chats operationId: chats.UpdatePinnedMessages requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.pinnedChatMessageInfo' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.pinnedChatMessageInfo' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - chats.pinnedChatMessageInfo summary: Unpin a message from a chat description: Unpin a message from a chat. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chat-delete-pinnedmessages?view=graph-rest-1.0 operationId: chats.DeletePinnedMessages parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat - name: pinnedChatMessageInfo-id in: path description: The unique identifier of pinnedChatMessageInfo required: true schema: type: string x-ms-docs-key-type: pinnedChatMessageInfo '/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}/message': description: Provides operations to manage the message property of the microsoft.graph.pinnedChatMessageInfo entity. get: tags: - chats.pinnedChatMessageInfo summary: Get message from chats description: Represents details about the chat message that is pinned. operationId: chats.pinnedMessages.GetMessage parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat - name: pinnedChatMessageInfo-id in: path description: The unique identifier of pinnedChatMessageInfo required: true schema: type: string x-ms-docs-key-type: pinnedChatMessageInfo '/chats/{chat-id}/pinnedMessages/$count': description: Provides operations to count the resources in the collection. get: tags: - chats.pinnedChatMessageInfo summary: Get the number of the resource operationId: chats.pinnedMessages.GetCount-ad15 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat '/chats/{chat-id}/tabs': description: Provides operations to manage the tabs property of the microsoft.graph.chat entity. get: tags: - chats.teamsTab summary: List tabs in chat description: Retrieve the list of tabs in the specified chat. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chat-list-tabs?view=graph-rest-1.0 operationId: chats.ListTabs parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.teamsTabCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - chats.teamsTab summary: Add tab to chat description: "Add (pin) a tab to the specified chat. \nThe corresponding app must already be installed in the chat." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chat-post-tabs?view=graph-rest-1.0 operationId: chats.CreateTabs requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsTab' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsTab' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat '/chats/{chat-id}/tabs/{teamsTab-id}': description: Provides operations to manage the tabs property of the microsoft.graph.chat entity. get: tags: - chats.teamsTab summary: Get tab in chat description: 'Retrieve the properties and relationships of the specified tab in a chat. ' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chat-get-tabs?view=graph-rest-1.0 operationId: chats.GetTabs parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsTab' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - chats.teamsTab summary: Update tab in chat description: "Update the properties of the specified tab in a chat. \nThis can be used to configure the content of the tab." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chat-patch-tabs?view=graph-rest-1.0 operationId: chats.UpdateTabs requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsTab' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsTab' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - chats.teamsTab summary: Delete tab from chat description: 'Remove (unpin) a tab from the specified chat. ' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chat-delete-tabs?view=graph-rest-1.0 operationId: chats.DeleteTabs parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat - name: teamsTab-id in: path description: The unique identifier of teamsTab required: true schema: type: string x-ms-docs-key-type: teamsTab '/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp': description: Provides operations to manage the teamsApp property of the microsoft.graph.teamsTab entity. get: tags: - chats.teamsTab summary: Get teamsApp from chats description: The application that is linked to the tab. This can't be changed after tab creation. operationId: chats.tabs.GetTeamsApp parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat - name: teamsTab-id in: path description: The unique identifier of teamsTab required: true schema: type: string x-ms-docs-key-type: teamsTab '/chats/{chat-id}/tabs/$count': description: Provides operations to count the resources in the collection. get: tags: - chats.teamsTab summary: Get the number of the resource operationId: chats.tabs.GetCount-b645 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat /chats/$count: description: Provides operations to count the resources in the collection. get: tags: - chats.chat summary: Get the number of the resource operationId: chats.GetCount-61c7 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /chats/getAllMessages(): description: Provides operations to call the getAllMessages method. get: tags: - chats.Functions summary: Invoke function getAllMessages description: 'Get all messages from all chats that a user is a participant in, including one-on-one chats, group chats, and meeting chats.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chats-getallmessages?view=graph-rest-1.0 operationId: chats.getAllMessages parameters: - name: model in: query description: The payment model for the API schema: type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of chatMessage type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /chats/getAllRetainedMessages(): description: Provides operations to call the getAllRetainedMessages method. get: tags: - chats.Functions summary: Invoke function getAllRetainedMessages operationId: chats.getAllRetainedMessages parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of chatMessage type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /communications: description: Provides operations to manage the cloudCommunications singleton. get: tags: - communications.cloudCommunications summary: Get communications operationId: communications.cloudCommunications.GetCloudCommunications parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.cloudCommunications' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - communications.cloudCommunications summary: Update communications operationId: communications.cloudCommunications.UpdateCloudCommunications requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.cloudCommunications' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.cloudCommunications' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /communications/callRecords: description: Provides operations to manage the callRecords property of the microsoft.graph.cloudCommunications entity. get: tags: - communications.callRecord summary: List callRecords description: Get the list of callRecord objects and their properties. The results can be optionally filtered using the $filter query parameter on the startDateTime and participant id properties. Note that the listed call records don't include expandable relationships such as sessions and participants_v2. You can expand these relationships using Get callRecord for a specific record. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/callrecords-cloudcommunications-list-callrecords?view=graph-rest-1.0 operationId: communications.ListCallRecords parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.callRecords.callRecordCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - communications.callRecord summary: Create new navigation property to callRecords for communications operationId: communications.CreateCallRecords requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.callRecords.callRecord' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.callRecords.callRecord' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/communications/callRecords/{callRecord-id}': description: Provides operations to manage the callRecords property of the microsoft.graph.cloudCommunications entity. get: tags: - communications.callRecord summary: Get callRecord description: "Retrieve the properties and relationships of a callRecord object. You can get the id of a callRecord in two ways:\n* Subscribe to change notifications to the /communications/callRecords endpoint.\n* Use the callChainId property of a call. The call record is available only after the associated call is completed." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/callrecords-callrecord-get?view=graph-rest-1.0 operationId: communications.GetCallRecords parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.callRecords.callRecord' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - communications.callRecord summary: Update the navigation property callRecords in communications operationId: communications.UpdateCallRecords requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.callRecords.callRecord' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.callRecords.callRecord' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - communications.callRecord summary: Delete navigation property callRecords for communications operationId: communications.DeleteCallRecords parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: callRecord-id in: path description: The unique identifier of callRecord required: true schema: type: string x-ms-docs-key-type: callRecord '/communications/callRecords/{callRecord-id}/organizer_v2': description: Provides operations to manage the organizer_v2 property of the microsoft.graph.callRecords.callRecord entity. get: tags: - communications.callRecord summary: Get organizer_v2 from communications description: Identity of the organizer of the call. This relationship is expanded by default in callRecord methods. operationId: communications.callRecords.GetOrganizer_v2 parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.callRecords.organizer' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - communications.callRecord summary: Update the navigation property organizer_v2 in communications operationId: communications.callRecords.UpdateOrganizer_v2 requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.callRecords.organizer' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.callRecords.organizer' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - communications.callRecord summary: Delete navigation property organizer_v2 for communications operationId: communications.callRecords.DeleteOrganizer_v2 parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: callRecord-id in: path description: The unique identifier of callRecord required: true schema: type: string x-ms-docs-key-type: callRecord '/communications/callRecords/{callRecord-id}/participants_v2': description: Provides operations to manage the participants_v2 property of the microsoft.graph.callRecords.callRecord entity. get: tags: - communications.callRecord summary: List participants_v2 description: Get the list of participant objects associated with a callRecord. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/callrecords-callrecord-list-participants_v2?view=graph-rest-1.0 operationId: communications.callRecords.ListParticipants_v2 parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.callRecords.participantCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - communications.callRecord summary: Create new navigation property to participants_v2 for communications operationId: communications.callRecords.CreateParticipants_v2 requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.callRecords.participant' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.callRecords.participant' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: callRecord-id in: path description: The unique identifier of callRecord required: true schema: type: string x-ms-docs-key-type: callRecord '/communications/callRecords/{callRecord-id}/participants_v2/{participant-id}': description: Provides operations to manage the participants_v2 property of the microsoft.graph.callRecords.callRecord entity. get: tags: - communications.callRecord summary: Get participants_v2 from communications description: List of distinct participants in the call. operationId: communications.callRecords.GetParticipants_v2 parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.callRecords.participant' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - communications.callRecord summary: Update the navigation property participants_v2 in communications operationId: communications.callRecords.UpdateParticipants_v2 requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.callRecords.participant' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.callRecords.participant' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - communications.callRecord summary: Delete navigation property participants_v2 for communications operationId: communications.callRecords.DeleteParticipants_v2 parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: callRecord-id in: path description: The unique identifier of callRecord required: true schema: type: string x-ms-docs-key-type: callRecord - name: participant-id in: path description: The unique identifier of participant required: true schema: type: string x-ms-docs-key-type: participant '/communications/callRecords/{callRecord-id}/participants_v2/$count': description: Provides operations to count the resources in the collection. get: tags: - communications.callRecord summary: Get the number of the resource operationId: communications.callRecords.participants_v2.GetCount-ecf7 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: callRecord-id in: path description: The unique identifier of callRecord required: true schema: type: string x-ms-docs-key-type: callRecord '/communications/callRecords/{callRecord-id}/sessions': description: Provides operations to manage the sessions property of the microsoft.graph.callRecords.callRecord entity. get: tags: - communications.callRecord summary: List sessions description: 'Retrieve the list of sessions associated with a callRecord object. If the sessions list is truncated, a sessions@odata.nextLink value will be provided to retrieve the next page of sessions. The maximum page size for sessions is 60 entries.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/callrecords-callrecord-list-sessions?view=graph-rest-1.0 operationId: communications.callRecords.ListSessions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.callRecords.sessionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - communications.callRecord summary: Create new navigation property to sessions for communications operationId: communications.callRecords.CreateSessions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.callRecords.session' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.callRecords.session' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: callRecord-id in: path description: The unique identifier of callRecord required: true schema: type: string x-ms-docs-key-type: callRecord '/communications/callRecords/{callRecord-id}/sessions/{session-id}': description: Provides operations to manage the sessions property of the microsoft.graph.callRecords.callRecord entity. get: tags: - communications.callRecord summary: Get sessions from communications description: 'List of sessions involved in the call. Peer-to-peer calls typically only have one session, whereas group calls typically have at least one session per participant. Read-only. Nullable.' operationId: communications.callRecords.GetSessions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.callRecords.session' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - communications.callRecord summary: Update the navigation property sessions in communications operationId: communications.callRecords.UpdateSessions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.callRecords.session' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.callRecords.session' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - communications.callRecord summary: Delete navigation property sessions for communications operationId: communications.callRecords.DeleteSessions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: callRecord-id in: path description: The unique identifier of callRecord required: true schema: type: string x-ms-docs-key-type: callRecord - name: session-id in: path description: The unique identifier of session required: true schema: type: string x-ms-docs-key-type: session '/communications/callRecords/{callRecord-id}/sessions/{session-id}/segments': description: Provides operations to manage the segments property of the microsoft.graph.callRecords.session entity. get: tags: - communications.callRecord summary: Get segments from communications description: The list of segments involved in the session. Read-only. Nullable. operationId: communications.callRecords.sessions.ListSegments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.callRecords.segmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - communications.callRecord summary: Create new navigation property to segments for communications operationId: communications.callRecords.sessions.CreateSegments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.callRecords.segment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.callRecords.segment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: callRecord-id in: path description: The unique identifier of callRecord required: true schema: type: string x-ms-docs-key-type: callRecord - name: session-id in: path description: The unique identifier of session required: true schema: type: string x-ms-docs-key-type: session '/communications/callRecords/{callRecord-id}/sessions/{session-id}/segments/{segment-id}': description: Provides operations to manage the segments property of the microsoft.graph.callRecords.session entity. get: tags: - communications.callRecord summary: Get segments from communications description: The list of segments involved in the session. Read-only. Nullable. operationId: communications.callRecords.sessions.GetSegments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.callRecords.segment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - communications.callRecord summary: Update the navigation property segments in communications operationId: communications.callRecords.sessions.UpdateSegments requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.callRecords.segment' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.callRecords.segment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - communications.callRecord summary: Delete navigation property segments for communications operationId: communications.callRecords.sessions.DeleteSegments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: callRecord-id in: path description: The unique identifier of callRecord required: true schema: type: string x-ms-docs-key-type: callRecord - name: session-id in: path description: The unique identifier of session required: true schema: type: string x-ms-docs-key-type: session - name: segment-id in: path description: The unique identifier of segment required: true schema: type: string x-ms-docs-key-type: segment '/communications/callRecords/{callRecord-id}/sessions/{session-id}/segments/$count': description: Provides operations to count the resources in the collection. get: tags: - communications.callRecord summary: Get the number of the resource operationId: communications.callRecords.sessions.segments.GetCount-4fed parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: callRecord-id in: path description: The unique identifier of callRecord required: true schema: type: string x-ms-docs-key-type: callRecord - name: session-id in: path description: The unique identifier of session required: true schema: type: string x-ms-docs-key-type: session '/communications/callRecords/{callRecord-id}/sessions/$count': description: Provides operations to count the resources in the collection. get: tags: - communications.callRecord summary: Get the number of the resource operationId: communications.callRecords.sessions.GetCount-c743 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: callRecord-id in: path description: The unique identifier of callRecord required: true schema: type: string x-ms-docs-key-type: callRecord /communications/callRecords/$count: description: Provides operations to count the resources in the collection. get: tags: - communications.callRecord summary: Get the number of the resource operationId: communications.callRecords.GetCount-e558 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' '/communications/callRecords/microsoft.graph.callRecords.getDirectRoutingCalls(fromDateTime={fromDateTime},toDateTime={toDateTime})': description: Provides operations to call the getDirectRoutingCalls method. get: tags: - communications.Functions summary: Invoke function getDirectRoutingCalls description: Get a log of direct routing calls as a collection of directRoutingLogRow entries. operationId: communications.callRecords.getDirectRoutingCalls parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.callRecords.directRoutingLogRow' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: fromDateTime in: path description: 'Usage: fromDateTime={fromDateTime}' required: true schema: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string format: date-time nullable: true - name: toDateTime in: path description: 'Usage: toDateTime={toDateTime}' required: true schema: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string format: date-time nullable: true '/communications/callRecords/microsoft.graph.callRecords.getPstnCalls(fromDateTime={fromDateTime},toDateTime={toDateTime})': description: Provides operations to call the getPstnCalls method. get: tags: - communications.Functions summary: Invoke function getPstnCalls description: Get log of PSTN calls as a collection of pstnCallLogRow entries. operationId: communications.callRecords.getPstnCalls parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.callRecords.pstnCallLogRow' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: fromDateTime in: path description: 'Usage: fromDateTime={fromDateTime}' required: true schema: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string format: date-time nullable: true - name: toDateTime in: path description: 'Usage: toDateTime={toDateTime}' required: true schema: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string format: date-time nullable: true /communications/calls: description: Provides operations to manage the calls property of the microsoft.graph.cloudCommunications entity. get: tags: - communications.call summary: Get call description: Retrieve the properties and relationships of a call object. operationId: communications.ListCalls parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.callCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - communications.call summary: Create call description: 'Create call enables your bot to create a new outgoing peer-to-peer or group call, or join an existing meeting. You will need to register the calling bot and go through the list of permissions needed as mentioned below.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/application-post-calls?view=graph-rest-1.0 operationId: communications.CreateCalls requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.call' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.call' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/communications/calls/{call-id}': description: Provides operations to manage the calls property of the microsoft.graph.cloudCommunications entity. get: tags: - communications.call summary: Get call description: Retrieve the properties and relationships of a call object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/call-get?view=graph-rest-1.0 operationId: communications.GetCalls parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.call' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - communications.call summary: Update the navigation property calls in communications operationId: communications.UpdateCalls requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.call' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.call' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - communications.call summary: Delete call description: 'Delete or hang up an active call. For group calls, this will only delete your call leg and the underlying group call will still continue.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/call-delete?view=graph-rest-1.0 operationId: communications.DeleteCalls parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: call-id in: path description: The unique identifier of call required: true schema: type: string x-ms-docs-key-type: call '/communications/calls/{call-id}/audioRoutingGroups': description: Provides operations to manage the audioRoutingGroups property of the microsoft.graph.call entity. get: tags: - communications.call summary: List audioRoutingGroups description: Retrieve a list of audioRoutingGroup objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/call-list-audioroutinggroups?view=graph-rest-1.0 operationId: communications.calls.ListAudioRoutingGroups parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.audioRoutingGroupCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - communications.call summary: Create audioRoutingGroup description: Create a new audioRoutingGroup. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/call-post-audioroutinggroups?view=graph-rest-1.0 operationId: communications.calls.CreateAudioRoutingGroups requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.audioRoutingGroup' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.audioRoutingGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: call-id in: path description: The unique identifier of call required: true schema: type: string x-ms-docs-key-type: call '/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}': description: Provides operations to manage the audioRoutingGroups property of the microsoft.graph.call entity. get: tags: - communications.call summary: Get audioRoutingGroup description: Retrieve the properties and relationships of an audioRoutingGroup object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/audioroutinggroup-get?view=graph-rest-1.0 operationId: communications.calls.GetAudioRoutingGroups parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.audioRoutingGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - communications.call summary: Update audioRoutingGroup description: Modify sources and receivers of an audioRoutingGroup. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/audioroutinggroup-update?view=graph-rest-1.0 operationId: communications.calls.UpdateAudioRoutingGroups requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.audioRoutingGroup' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.audioRoutingGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - communications.call summary: Delete audioRoutingGroup description: Delete the specified audioRoutingGroup. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/audioroutinggroup-delete?view=graph-rest-1.0 operationId: communications.calls.DeleteAudioRoutingGroups parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: call-id in: path description: The unique identifier of call required: true schema: type: string x-ms-docs-key-type: call - name: audioRoutingGroup-id in: path description: The unique identifier of audioRoutingGroup required: true schema: type: string x-ms-docs-key-type: audioRoutingGroup '/communications/calls/{call-id}/audioRoutingGroups/$count': description: Provides operations to count the resources in the collection. get: tags: - communications.call summary: Get the number of the resource operationId: communications.calls.audioRoutingGroups.GetCount-157e parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: call-id in: path description: The unique identifier of call required: true schema: type: string x-ms-docs-key-type: call '/communications/calls/{call-id}/contentSharingSessions': description: Provides operations to manage the contentSharingSessions property of the microsoft.graph.call entity. get: tags: - communications.call summary: List contentSharingSessions description: Retrieve a list of contentSharingSession objects in a call. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/call-list-contentsharingsessions?view=graph-rest-1.0 operationId: communications.calls.ListContentSharingSessions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.contentSharingSessionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - communications.call summary: Create new navigation property to contentSharingSessions for communications operationId: communications.calls.CreateContentSharingSessions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentSharingSession' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentSharingSession' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: call-id in: path description: The unique identifier of call required: true schema: type: string x-ms-docs-key-type: call '/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}': description: Provides operations to manage the contentSharingSessions property of the microsoft.graph.call entity. get: tags: - communications.call summary: Get contentSharingSession description: Retrieve the properties of a contentSharingSession object in a call. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contentsharingsession-get?view=graph-rest-1.0 operationId: communications.calls.GetContentSharingSessions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentSharingSession' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - communications.call summary: Update the navigation property contentSharingSessions in communications operationId: communications.calls.UpdateContentSharingSessions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentSharingSession' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentSharingSession' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - communications.call summary: Delete navigation property contentSharingSessions for communications operationId: communications.calls.DeleteContentSharingSessions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: call-id in: path description: The unique identifier of call required: true schema: type: string x-ms-docs-key-type: call - name: contentSharingSession-id in: path description: The unique identifier of contentSharingSession required: true schema: type: string x-ms-docs-key-type: contentSharingSession '/communications/calls/{call-id}/contentSharingSessions/$count': description: Provides operations to count the resources in the collection. get: tags: - communications.call summary: Get the number of the resource operationId: communications.calls.contentSharingSessions.GetCount-a2b2 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: call-id in: path description: The unique identifier of call required: true schema: type: string x-ms-docs-key-type: call '/communications/calls/{call-id}/addLargeGalleryView': description: Provides operations to call the addLargeGalleryView method. post: tags: - communications.Actions summary: Invoke action addLargeGalleryView description: 'Add the large gallery view to a call. For details about how to identify a large gallery view participant in a roster so that you can retrieve the relevant data to subscribe to the video feed, see Identify large gallery view participants in a roster.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/call-addlargegalleryview?view=graph-rest-1.0 operationId: communications.calls.call.addLargeGalleryView requestBody: description: Action parameters content: application/json: schema: type: object properties: clientContext: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.addLargeGalleryViewOperation' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: call-id in: path description: The unique identifier of call required: true schema: type: string x-ms-docs-key-type: call '/communications/calls/{call-id}/answer': description: Provides operations to call the answer method. post: tags: - communications.Actions summary: Invoke action answer description: 'Enable a bot to answer an incoming call. The incoming call request can be an invite from a participant in a group call or a peer-to-peer call. If an invite to a group call is received, the notification will contain the chatInfo and meetingInfo parameters. The bot is expected to answer, reject, or redirect the call before the call times out. The current timeout value is 15 seconds for regular scenarios, and 5 seconds for policy-based recording scenarios.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/call-answer?view=graph-rest-1.0 operationId: communications.calls.call.answer requestBody: description: Action parameters content: application/json: schema: type: object properties: callbackUri: type: string mediaConfig: $ref: '#/components/schemas/microsoft.graph.mediaConfig' acceptedModalities: type: array items: anyOf: - $ref: '#/components/schemas/microsoft.graph.modality' - type: object nullable: true participantCapacity: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 nullable: true callOptions: anyOf: - $ref: '#/components/schemas/microsoft.graph.incomingCallOptions' - type: object nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: call-id in: path description: The unique identifier of call required: true schema: type: string x-ms-docs-key-type: call '/communications/calls/{call-id}/cancelMediaProcessing': description: Provides operations to call the cancelMediaProcessing method. post: tags: - communications.Actions summary: Invoke action cancelMediaProcessing description: 'Cancels processing for any in-progress media operations. Media operations refer to the IVR operations playPrompt and recordResponse, which are by default queued to process in order. The cancelMediaProcessing method cancels any operation that is in-process as well as operations that are queued. For example, this method can be used to clean up the IVR operation queue for a new media operation. However, it will not cancel a subscribeToTone operation because it operates independent of any operation queue.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/call-cancelmediaprocessing?view=graph-rest-1.0 operationId: communications.calls.call.cancelMediaProcessing requestBody: description: Action parameters content: application/json: schema: type: object properties: clientContext: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.cancelMediaProcessingOperation' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: call-id in: path description: The unique identifier of call required: true schema: type: string x-ms-docs-key-type: call '/communications/calls/{call-id}/changeScreenSharingRole': description: Provides operations to call the changeScreenSharingRole method. post: tags: - communications.Actions summary: Invoke action changeScreenSharingRole description: Allow applications to share screen content with the participants of a group call. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/call-changescreensharingrole?view=graph-rest-1.0 operationId: communications.calls.call.changeScreenSharingRole requestBody: description: Action parameters content: application/json: schema: type: object properties: role: $ref: '#/components/schemas/microsoft.graph.screenSharingRole' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: call-id in: path description: The unique identifier of call required: true schema: type: string x-ms-docs-key-type: call '/communications/calls/{call-id}/keepAlive': description: Provides operations to call the keepAlive method. post: tags: - communications.Actions summary: Invoke action keepAlive description: 'Make a request to this API every 15 to 45 minutes to ensure that an ongoing call remains active. A call that does not receive this request within 45 minutes is considered inactive and will subsequently end. At least one successful request must be made within 45 minutes of the previous request, or the start of the call. We recommend that you send a request in shorter time intervals (every 15 minutes). Make sure that these requests are successful to prevent the call from timing out and ending. Attempting to send a request to a call that has already ended will result in a 404 Not-Found error. The resources related to the call should be cleaned up on the application side.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/call-keepalive?view=graph-rest-1.0 operationId: communications.calls.call.keepAlive responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: call-id in: path description: The unique identifier of call required: true schema: type: string x-ms-docs-key-type: call '/communications/calls/{call-id}/mute': description: Provides operations to call the mute method. post: tags: - communications.Actions summary: Invoke action mute description: 'Allows the application to mute itself. This is a server mute, meaning that the server will drop all audio packets for this participant, even if the participant continues to stream audio. For more details about how to handle mute operations, see muteParticipantOperation' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/call-mute?view=graph-rest-1.0 operationId: communications.calls.call.mute requestBody: description: Action parameters content: application/json: schema: type: object properties: clientContext: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.muteParticipantOperation' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: call-id in: path description: The unique identifier of call required: true schema: type: string x-ms-docs-key-type: call x-ms-docs-grouped-path: - '/communications/calls/{call-id}/participants/{participant-id}/mute' '/communications/calls/{call-id}/playPrompt': description: Provides operations to call the playPrompt method. post: tags: - communications.Actions summary: Invoke action playPrompt description: 'Play a prompt in the call. For more information about how to handle operations, see commsOperation' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/call-playprompt?view=graph-rest-1.0 operationId: communications.calls.call.playPrompt requestBody: description: Action parameters content: application/json: schema: type: object properties: prompts: type: array items: $ref: '#/components/schemas/microsoft.graph.prompt' clientContext: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.playPromptOperation' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: call-id in: path description: The unique identifier of call required: true schema: type: string x-ms-docs-key-type: call '/communications/calls/{call-id}/recordResponse': description: Provides operations to call the recordResponse method. post: tags: - communications.Actions summary: Invoke action recordResponse description: "Records a short audio response from the caller.\nA bot can utilize this to capture a voice response from a caller after they are prompted for a response. For further information on how to handle operations, please review commsOperation This action is not intended to record the entire call. The maximum length of recording is 2 minutes. The recording is not saved permanently by the Cloud Communications Platform and is discarded shortly after the call ends. The bot must download the recording promptly after the recording operation finishes by using the recordingLocation value that's given in the completed notification." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/call-record?view=graph-rest-1.0 operationId: communications.calls.call.recordResponse requestBody: description: Action parameters content: application/json: schema: type: object properties: prompts: type: array items: $ref: '#/components/schemas/microsoft.graph.prompt' bargeInAllowed: type: boolean default: false nullable: true initialSilenceTimeoutInSeconds: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 nullable: true maxSilenceTimeoutInSeconds: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 nullable: true maxRecordDurationInSeconds: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 nullable: true playBeep: type: boolean default: false nullable: true stopTones: type: array items: type: string nullable: true clientContext: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.recordOperation' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: call-id in: path description: The unique identifier of call required: true schema: type: string x-ms-docs-key-type: call '/communications/calls/{call-id}/redirect': description: Provides operations to call the redirect method. post: tags: - communications.Actions summary: Invoke action redirect description: Redirect an incoming call that hasn't been answered or rejected yet. The terms 'redirecting' and 'forwarding' a call are used interchangeably. The bot is expected to redirect the call before the call times out. The current timeout value is 15 seconds. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/call-redirect?view=graph-rest-1.0 operationId: communications.calls.call.redirect requestBody: description: Action parameters content: application/json: schema: type: object properties: targets: type: array items: $ref: '#/components/schemas/microsoft.graph.invitationParticipantInfo' timeout: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 nullable: true callbackUri: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: call-id in: path description: The unique identifier of call required: true schema: type: string x-ms-docs-key-type: call '/communications/calls/{call-id}/reject': description: Provides operations to call the reject method. post: tags: - communications.Actions summary: Invoke action reject description: 'Enable a bot to reject an incoming call. The incoming call request can be an invite from a participant in a group call or a peer-to-peer call. If an invite to a group call is received, the notification will contain the chatInfo and meetingInfo parameters. The bot is expected to answer or reject the call before the call times out. The current timeout value is 15 seconds. This API does not end existing calls that have already been answered. Use delete call to end a call.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/call-reject?view=graph-rest-1.0 operationId: communications.calls.call.reject requestBody: description: Action parameters content: application/json: schema: type: object properties: reason: anyOf: - $ref: '#/components/schemas/microsoft.graph.rejectReason' - type: object nullable: true callbackUri: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: call-id in: path description: The unique identifier of call required: true schema: type: string x-ms-docs-key-type: call '/communications/calls/{call-id}/sendDtmfTones': description: Provides operations to call the sendDtmfTones method. post: tags: - communications.Actions summary: Invoke action sendDtmfTones operationId: communications.calls.call.sendDtmfTones requestBody: description: Action parameters content: application/json: schema: type: object properties: tones: type: array items: $ref: '#/components/schemas/microsoft.graph.tone' delayBetweenTonesMs: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 nullable: true clientContext: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.sendDtmfTonesOperation' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: call-id in: path description: The unique identifier of call required: true schema: type: string x-ms-docs-key-type: call '/communications/calls/{call-id}/subscribeToTone': description: Provides operations to call the subscribeToTone method. post: tags: - communications.Actions summary: Invoke action subscribeToTone description: Subscribe to DTMF (dual-tone multi-frequency signaling) which allows you to be notified when the user presses keys on a 'dialpad'. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/call-subscribetotone?view=graph-rest-1.0 operationId: communications.calls.call.subscribeToTone requestBody: description: Action parameters content: application/json: schema: type: object properties: clientContext: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.subscribeToToneOperation' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: call-id in: path description: The unique identifier of call required: true schema: type: string x-ms-docs-key-type: call '/communications/calls/{call-id}/transfer': description: Provides operations to call the transfer method. post: tags: - communications.Actions summary: Invoke action transfer description: 'Transfer an active peer-to-peer call or group call. A consultative transfer means that the transferor can inform the person they want to transfer the call to (the transferee), before the transfer is made. This is opposed to transfering the call directly.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/call-transfer?view=graph-rest-1.0 operationId: communications.calls.call.transfer requestBody: description: Action parameters content: application/json: schema: type: object properties: transferTarget: $ref: '#/components/schemas/microsoft.graph.invitationParticipantInfo' transferee: anyOf: - $ref: '#/components/schemas/microsoft.graph.participantInfo' - type: object nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: call-id in: path description: The unique identifier of call required: true schema: type: string x-ms-docs-key-type: call '/communications/calls/{call-id}/unmute': description: Provides operations to call the unmute method. post: tags: - communications.Actions summary: Invoke action unmute description: 'Allow the application to unmute itself. This is a server unmute, meaning that the server will start sending audio packets for this participant to other participants again. For more information about how to handle unmute operations, see unmuteParticipantOperation.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/call-unmute?view=graph-rest-1.0 operationId: communications.calls.call.unmute requestBody: description: Action parameters content: application/json: schema: type: object properties: clientContext: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.unmuteParticipantOperation' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: call-id in: path description: The unique identifier of call required: true schema: type: string x-ms-docs-key-type: call '/communications/calls/{call-id}/updateRecordingStatus': description: Provides operations to call the updateRecordingStatus method. post: tags: - communications.Actions summary: Invoke action updateRecordingStatus description: Update the application's recording status associated with a call. This requires the use of the Teams policy-based recording solution. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/call-updaterecordingstatus?view=graph-rest-1.0 operationId: communications.calls.call.updateRecordingStatus requestBody: description: Action parameters content: application/json: schema: type: object properties: status: $ref: '#/components/schemas/microsoft.graph.recordingStatus' clientContext: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.updateRecordingStatusOperation' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: call-id in: path description: The unique identifier of call required: true schema: type: string x-ms-docs-key-type: call '/communications/calls/{call-id}/operations': description: Provides operations to manage the operations property of the microsoft.graph.call entity. get: tags: - communications.call summary: Get addLargeGalleryViewOperation description: Get the status of an operation that adds the large gallery view to a call. operationId: communications.calls.ListOperations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.commsOperationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - communications.call summary: Create new navigation property to operations for communications operationId: communications.calls.CreateOperations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.commsOperation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.commsOperation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: call-id in: path description: The unique identifier of call required: true schema: type: string x-ms-docs-key-type: call '/communications/calls/{call-id}/operations/{commsOperation-id}': description: Provides operations to manage the operations property of the microsoft.graph.call entity. get: tags: - communications.call summary: Get addLargeGalleryViewOperation description: Get the status of an operation that adds the large gallery view to a call. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/addlargegalleryviewoperation-get?view=graph-rest-1.0 operationId: communications.calls.GetOperations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.commsOperation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - communications.call summary: Update the navigation property operations in communications operationId: communications.calls.UpdateOperations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.commsOperation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.commsOperation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - communications.call summary: Delete navigation property operations for communications operationId: communications.calls.DeleteOperations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: call-id in: path description: The unique identifier of call required: true schema: type: string x-ms-docs-key-type: call - name: commsOperation-id in: path description: The unique identifier of commsOperation required: true schema: type: string x-ms-docs-key-type: commsOperation '/communications/calls/{call-id}/operations/$count': description: Provides operations to count the resources in the collection. get: tags: - communications.call summary: Get the number of the resource operationId: communications.calls.operations.GetCount-3444 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: call-id in: path description: The unique identifier of call required: true schema: type: string x-ms-docs-key-type: call '/communications/calls/{call-id}/participants': description: Provides operations to manage the participants property of the microsoft.graph.call entity. get: tags: - communications.call summary: List participants description: Retrieve a list of participant objects in the call. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/call-list-participants?view=graph-rest-1.0 operationId: communications.calls.ListParticipants parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.participantCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - communications.call summary: Create new navigation property to participants for communications operationId: communications.calls.CreateParticipants requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.participant' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.participant' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: call-id in: path description: The unique identifier of call required: true schema: type: string x-ms-docs-key-type: call '/communications/calls/{call-id}/participants/{participant-id}': description: Provides operations to manage the participants property of the microsoft.graph.call entity. get: tags: - communications.call summary: Get participant description: Retrieve the properties and relationships of a participant object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/participant-get?view=graph-rest-1.0 operationId: communications.calls.GetParticipants parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.participant' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - communications.call summary: Update the navigation property participants in communications operationId: communications.calls.UpdateParticipants requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.participant' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.participant' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - communications.call summary: Delete participant description: 'Delete a specific participant in a call. In some situations, it is appropriate for an application to remove a participant from an active call. This action can be done before or after the participant answers the call. When an active caller is removed, they are immediately dropped from the call with no pre- or post-removal notification. When an invited participant is removed, any outstanding add participant request is canceled. ' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/participant-delete?view=graph-rest-1.0 operationId: communications.calls.DeleteParticipants parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: call-id in: path description: The unique identifier of call required: true schema: type: string x-ms-docs-key-type: call - name: participant-id in: path description: The unique identifier of participant required: true schema: type: string x-ms-docs-key-type: participant '/communications/calls/{call-id}/participants/{participant-id}/mute': description: Provides operations to call the mute method. post: tags: - communications.Actions summary: Invoke action mute description: 'Mute a specific participant in the call. This is a server mute, meaning that the server will drop all audio packets for this participant, even if the participant continues to stream audio. For more information about how to handle mute operations, see muteParticipantOperation.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/participant-mute?view=graph-rest-1.0 operationId: communications.calls.call.participants.participant.mute requestBody: description: Action parameters content: application/json: schema: type: object properties: clientContext: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.muteParticipantOperation' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: call-id in: path description: The unique identifier of call required: true schema: type: string x-ms-docs-key-type: call - name: participant-id in: path description: The unique identifier of participant required: true schema: type: string x-ms-docs-key-type: participant x-ms-docs-grouped-path: - '/communications/calls/{call-id}/mute' '/communications/calls/{call-id}/participants/{participant-id}/startHoldMusic': description: Provides operations to call the startHoldMusic method. post: tags: - communications.Actions summary: Invoke action startHoldMusic description: Put a participant on hold and play music in the background. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/participant-startholdmusic?view=graph-rest-1.0 operationId: communications.calls.call.participants.participant.startHoldMusic requestBody: description: Action parameters content: application/json: schema: type: object properties: customPrompt: anyOf: - $ref: '#/components/schemas/microsoft.graph.prompt' - type: object nullable: true clientContext: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.startHoldMusicOperation' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: call-id in: path description: The unique identifier of call required: true schema: type: string x-ms-docs-key-type: call - name: participant-id in: path description: The unique identifier of participant required: true schema: type: string x-ms-docs-key-type: participant '/communications/calls/{call-id}/participants/{participant-id}/stopHoldMusic': description: Provides operations to call the stopHoldMusic method. post: tags: - communications.Actions summary: Invoke action stopHoldMusic description: Reincorporate a participant previously put on hold to the call. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/participant-stopholdmusic?view=graph-rest-1.0 operationId: communications.calls.call.participants.participant.stopHoldMusic requestBody: description: Action parameters content: application/json: schema: type: object properties: clientContext: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.stopHoldMusicOperation' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: call-id in: path description: The unique identifier of call required: true schema: type: string x-ms-docs-key-type: call - name: participant-id in: path description: The unique identifier of participant required: true schema: type: string x-ms-docs-key-type: participant '/communications/calls/{call-id}/participants/$count': description: Provides operations to count the resources in the collection. get: tags: - communications.call summary: Get the number of the resource operationId: communications.calls.participants.GetCount-4efe parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: call-id in: path description: The unique identifier of call required: true schema: type: string x-ms-docs-key-type: call '/communications/calls/{call-id}/participants/invite': description: Provides operations to call the invite method. post: tags: - communications.Actions summary: Invoke action invite description: 'Delete a specific participant in a call. In some situations, it is appropriate for an application to remove a participant from an active call. This action can be done before or after the participant answers the call. When an active caller is removed, they are immediately dropped from the call with no pre- or post-removal notification. When an invited participant is removed, any outstanding add participant request is canceled. ' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/participant-delete?view=graph-rest-1.0 operationId: communications.calls.call.participants.invite requestBody: description: Action parameters content: application/json: schema: type: object properties: participants: type: array items: $ref: '#/components/schemas/microsoft.graph.invitationParticipantInfo' clientContext: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.inviteParticipantsOperation' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: call-id in: path description: The unique identifier of call required: true schema: type: string x-ms-docs-key-type: call /communications/calls/$count: description: Provides operations to count the resources in the collection. get: tags: - communications.call summary: Get the number of the resource operationId: communications.calls.GetCount-5d04 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /communications/calls/logTeleconferenceDeviceQuality: description: Provides operations to call the logTeleconferenceDeviceQuality method. post: tags: - communications.Actions summary: Invoke action logTeleconferenceDeviceQuality description: 'Log video teleconferencing device quality data. The Cloud Video Interop (CVI) bot represents video teleconferencing (VTC) devices and acts as a back-to-back agent for a VTC device in a conference call. Because a CVI bot is in the middle of the VTC and Microsoft Teams infrastructure as a VTC proxy, it has two media legs. One media leg is between the CVI bot and Teams infrastructure, such as Teams conference server or a Teams client. The other media leg is between the CVI bot and the VTC device. The third-party partners own the VTC media leg and the Teams infrastructure cannot access the quality data of the third-party call leg. This method is only for the CVI partners to provide their media quality data.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/call-logteleconferencedevicequality?view=graph-rest-1.0 operationId: communications.calls.logTeleconferenceDeviceQuality requestBody: description: Action parameters content: application/json: schema: type: object properties: quality: $ref: '#/components/schemas/microsoft.graph.teleconferenceDeviceQuality' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action /communications/getPresencesByUserId: description: Provides operations to call the getPresencesByUserId method. post: tags: - communications.Actions summary: Invoke action getPresencesByUserId description: Get the presence information for multiple users. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/cloudcommunications-getpresencesbyuserid?view=graph-rest-1.0 operationId: communications.getPresencesByUserId requestBody: description: Action parameters content: application/json: schema: type: object properties: ids: type: array items: type: string required: true responses: 2XX: description: Success content: application/json: schema: title: Collection of presence type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.presence' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /communications/onlineMeetings: description: Provides operations to manage the onlineMeetings property of the microsoft.graph.cloudCommunications entity. get: tags: - communications.onlineMeeting summary: Get onlineMeeting description: 'Retrieve the properties and relationships of an onlineMeeting object. For example, you can: Teams live event attendee report (deprecated) is an online meeting artifact. For details, see Online meeting artifacts and permissions.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/onlinemeeting-get?view=graph-rest-1.0 operationId: communications.ListOnlineMeetings parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.onlineMeetingCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - communications.onlineMeeting summary: Create new navigation property to onlineMeetings for communications operationId: communications.CreateOnlineMeetings requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onlineMeeting' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onlineMeeting' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/communications/onlineMeetings/{onlineMeeting-id}': description: Provides operations to manage the onlineMeetings property of the microsoft.graph.cloudCommunications entity. get: tags: - communications.onlineMeeting summary: Get onlineMeetings from communications operationId: communications.GetOnlineMeetings parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onlineMeeting' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - communications.onlineMeeting summary: Update the navigation property onlineMeetings in communications operationId: communications.UpdateOnlineMeetings requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onlineMeeting' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onlineMeeting' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - communications.onlineMeeting summary: Delete navigation property onlineMeetings for communications operationId: communications.DeleteOnlineMeetings parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: onlineMeeting-id in: path description: The unique identifier of onlineMeeting required: true schema: type: string x-ms-docs-key-type: onlineMeeting '/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports': description: Provides operations to manage the attendanceReports property of the microsoft.graph.onlineMeetingBase entity. get: tags: - communications.onlineMeeting summary: Get attendanceReports from communications description: The attendance reports of an online meeting. Read-only. operationId: communications.onlineMeetings.ListAttendanceReports parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.meetingAttendanceReportCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - communications.onlineMeeting summary: Create new navigation property to attendanceReports for communications operationId: communications.onlineMeetings.CreateAttendanceReports requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: onlineMeeting-id in: path description: The unique identifier of onlineMeeting required: true schema: type: string x-ms-docs-key-type: onlineMeeting '/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}': description: Provides operations to manage the attendanceReports property of the microsoft.graph.onlineMeetingBase entity. get: tags: - communications.onlineMeeting summary: Get attendanceReports from communications description: The attendance reports of an online meeting. Read-only. operationId: communications.onlineMeetings.GetAttendanceReports parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - communications.onlineMeeting summary: Update the navigation property attendanceReports in communications operationId: communications.onlineMeetings.UpdateAttendanceReports requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - communications.onlineMeeting summary: Delete navigation property attendanceReports for communications operationId: communications.onlineMeetings.DeleteAttendanceReports parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: onlineMeeting-id in: path description: The unique identifier of onlineMeeting required: true schema: type: string x-ms-docs-key-type: onlineMeeting - name: meetingAttendanceReport-id in: path description: The unique identifier of meetingAttendanceReport required: true schema: type: string x-ms-docs-key-type: meetingAttendanceReport '/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords': description: Provides operations to manage the attendanceRecords property of the microsoft.graph.meetingAttendanceReport entity. get: tags: - communications.onlineMeeting summary: Get attendanceRecords from communications description: List of attendance records of an attendance report. Read-only. operationId: communications.onlineMeetings.attendanceReports.ListAttendanceRecords parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.attendanceRecordCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - communications.onlineMeeting summary: Create new navigation property to attendanceRecords for communications operationId: communications.onlineMeetings.attendanceReports.CreateAttendanceRecords requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attendanceRecord' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attendanceRecord' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: onlineMeeting-id in: path description: The unique identifier of onlineMeeting required: true schema: type: string x-ms-docs-key-type: onlineMeeting - name: meetingAttendanceReport-id in: path description: The unique identifier of meetingAttendanceReport required: true schema: type: string x-ms-docs-key-type: meetingAttendanceReport '/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}': description: Provides operations to manage the attendanceRecords property of the microsoft.graph.meetingAttendanceReport entity. get: tags: - communications.onlineMeeting summary: Get attendanceRecords from communications description: List of attendance records of an attendance report. Read-only. operationId: communications.onlineMeetings.attendanceReports.GetAttendanceRecords parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attendanceRecord' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - communications.onlineMeeting summary: Update the navigation property attendanceRecords in communications operationId: communications.onlineMeetings.attendanceReports.UpdateAttendanceRecords requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attendanceRecord' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attendanceRecord' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - communications.onlineMeeting summary: Delete navigation property attendanceRecords for communications operationId: communications.onlineMeetings.attendanceReports.DeleteAttendanceRecords parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: onlineMeeting-id in: path description: The unique identifier of onlineMeeting required: true schema: type: string x-ms-docs-key-type: onlineMeeting - name: meetingAttendanceReport-id in: path description: The unique identifier of meetingAttendanceReport required: true schema: type: string x-ms-docs-key-type: meetingAttendanceReport - name: attendanceRecord-id in: path description: The unique identifier of attendanceRecord required: true schema: type: string x-ms-docs-key-type: attendanceRecord '/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count': description: Provides operations to count the resources in the collection. get: tags: - communications.onlineMeeting summary: Get the number of the resource operationId: communications.onlineMeetings.attendanceReports.attendanceRecords.GetCount-73e4 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: onlineMeeting-id in: path description: The unique identifier of onlineMeeting required: true schema: type: string x-ms-docs-key-type: onlineMeeting - name: meetingAttendanceReport-id in: path description: The unique identifier of meetingAttendanceReport required: true schema: type: string x-ms-docs-key-type: meetingAttendanceReport '/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/$count': description: Provides operations to count the resources in the collection. get: tags: - communications.onlineMeeting summary: Get the number of the resource operationId: communications.onlineMeetings.attendanceReports.GetCount-c621 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: onlineMeeting-id in: path description: The unique identifier of onlineMeeting required: true schema: type: string x-ms-docs-key-type: onlineMeeting '/communications/onlineMeetings/{onlineMeeting-id}/attendeeReport': description: Provides operations to manage the media for the cloudCommunications entity. get: tags: - communications.onlineMeeting summary: Get attendeeReport for the navigation property onlineMeetings from communications description: The content stream of the attendee report of a Microsoft Teams live event. Read-only. operationId: communications.GetOnlineMeetingsAttendeeReport responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - communications.onlineMeeting summary: Update attendeeReport for the navigation property onlineMeetings in communications description: The content stream of the attendee report of a Microsoft Teams live event. Read-only. operationId: communications.UpdateOnlineMeetingsAttendeeReport requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - communications.onlineMeeting summary: Delete attendeeReport for the navigation property onlineMeetings in communications description: The content stream of the attendee report of a Microsoft Teams live event. Read-only. operationId: communications.DeleteOnlineMeetingsAttendeeReport parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: onlineMeeting-id in: path description: The unique identifier of onlineMeeting required: true schema: type: string x-ms-docs-key-type: onlineMeeting '/communications/onlineMeetings/{onlineMeeting-id}/getVirtualAppointmentJoinWebUrl()': description: Provides operations to call the getVirtualAppointmentJoinWebUrl method. get: tags: - communications.Functions summary: Invoke function getVirtualAppointmentJoinWebUrl description: 'Get a join web URL for a Microsoft Virtual Appointment. This web URL includes enhanced business-to-customer experiences such as mobile browser join and virtual lobby rooms. With Teams Premium, you can configure a custom lobby room experience for attendees by adding your company logo and access the Virtual Appointments usage report for organizational analytics.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/virtualappointment-getvirtualappointmentjoinweburl?view=graph-rest-1.0 operationId: communications.onlineMeetings.onlineMeeting.getVirtualAppointmentJoinWebUrl responses: 2XX: description: Success content: application/json: schema: type: object properties: value: type: string nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: onlineMeeting-id in: path description: The unique identifier of onlineMeeting required: true schema: type: string x-ms-docs-key-type: onlineMeeting '/communications/onlineMeetings/{onlineMeeting-id}/sendVirtualAppointmentReminderSms': description: Provides operations to call the sendVirtualAppointmentReminderSms method. post: tags: - communications.Actions summary: Invoke action sendVirtualAppointmentReminderSms description: Send an SMS reminder to external attendees for a Teams virtual appointment. This feature requires Teams premium and attendees must have a valid United States phone number to receive SMS notifications. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentremindersms?view=graph-rest-1.0 operationId: communications.onlineMeetings.onlineMeeting.sendVirtualAppointmentReminderSms requestBody: description: Action parameters content: application/json: schema: type: object properties: remindBeforeTimeInMinutesType: anyOf: - $ref: '#/components/schemas/microsoft.graph.remindBeforeTimeInMinutesType' - type: object nullable: true attendees: type: array items: $ref: '#/components/schemas/microsoft.graph.attendeeNotificationInfo' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: onlineMeeting-id in: path description: The unique identifier of onlineMeeting required: true schema: type: string x-ms-docs-key-type: onlineMeeting '/communications/onlineMeetings/{onlineMeeting-id}/sendVirtualAppointmentSms': description: Provides operations to call the sendVirtualAppointmentSms method. post: tags: - communications.Actions summary: Invoke action sendVirtualAppointmentSms description: 'Send an SMS notification to external attendees when a Teams virtual appointment is confirmed, rescheduled, or canceled. This feature requires Teams premium. Attendees must have a valid United States phone number to receive these SMS notifications.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentsms?view=graph-rest-1.0 operationId: communications.onlineMeetings.onlineMeeting.sendVirtualAppointmentSms requestBody: description: Action parameters content: application/json: schema: type: object properties: messageType: anyOf: - $ref: '#/components/schemas/microsoft.graph.virtualAppointmentMessageType' - type: object nullable: true attendees: type: array items: $ref: '#/components/schemas/microsoft.graph.attendeeNotificationInfo' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: onlineMeeting-id in: path description: The unique identifier of onlineMeeting required: true schema: type: string x-ms-docs-key-type: onlineMeeting '/communications/onlineMeetings/{onlineMeeting-id}/recordings': description: Provides operations to manage the recordings property of the microsoft.graph.onlineMeeting entity. get: tags: - communications.onlineMeeting summary: Get recordings from communications description: The recordings of an online meeting. Read-only. operationId: communications.onlineMeetings.ListRecordings parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.callRecordingCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - communications.onlineMeeting summary: Create new navigation property to recordings for communications operationId: communications.onlineMeetings.CreateRecordings requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.callRecording' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.callRecording' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: onlineMeeting-id in: path description: The unique identifier of onlineMeeting required: true schema: type: string x-ms-docs-key-type: onlineMeeting '/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}': description: Provides operations to manage the recordings property of the microsoft.graph.onlineMeeting entity. get: tags: - communications.onlineMeeting summary: Get recordings from communications description: The recordings of an online meeting. Read-only. operationId: communications.onlineMeetings.GetRecordings parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.callRecording' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - communications.onlineMeeting summary: Update the navigation property recordings in communications operationId: communications.onlineMeetings.UpdateRecordings requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.callRecording' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.callRecording' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - communications.onlineMeeting summary: Delete navigation property recordings for communications operationId: communications.onlineMeetings.DeleteRecordings parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: onlineMeeting-id in: path description: The unique identifier of onlineMeeting required: true schema: type: string x-ms-docs-key-type: onlineMeeting - name: callRecording-id in: path description: The unique identifier of callRecording required: true schema: type: string x-ms-docs-key-type: callRecording '/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content': description: Provides operations to manage the media for the cloudCommunications entity. get: tags: - communications.onlineMeeting summary: Get content for the navigation property recordings from communications description: The content of the recording. Read-only. operationId: communications.onlineMeetings.GetRecordingsContent responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - communications.onlineMeeting summary: Update content for the navigation property recordings in communications description: The content of the recording. Read-only. operationId: communications.onlineMeetings.UpdateRecordingsContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.callRecording' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - communications.onlineMeeting summary: Delete content for the navigation property recordings in communications description: The content of the recording. Read-only. operationId: communications.onlineMeetings.DeleteRecordingsContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: onlineMeeting-id in: path description: The unique identifier of onlineMeeting required: true schema: type: string x-ms-docs-key-type: onlineMeeting - name: callRecording-id in: path description: The unique identifier of callRecording required: true schema: type: string x-ms-docs-key-type: callRecording '/communications/onlineMeetings/{onlineMeeting-id}/recordings/$count': description: Provides operations to count the resources in the collection. get: tags: - communications.onlineMeeting summary: Get the number of the resource operationId: communications.onlineMeetings.recordings.GetCount-0fd0 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: onlineMeeting-id in: path description: The unique identifier of onlineMeeting required: true schema: type: string x-ms-docs-key-type: onlineMeeting '/communications/onlineMeetings/{onlineMeeting-id}/transcripts': description: Provides operations to manage the transcripts property of the microsoft.graph.onlineMeeting entity. get: tags: - communications.onlineMeeting summary: Get transcripts from communications description: The transcripts of an online meeting. Read-only. operationId: communications.onlineMeetings.ListTranscripts parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.callTranscriptCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - communications.onlineMeeting summary: Create new navigation property to transcripts for communications operationId: communications.onlineMeetings.CreateTranscripts requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.callTranscript' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.callTranscript' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: onlineMeeting-id in: path description: The unique identifier of onlineMeeting required: true schema: type: string x-ms-docs-key-type: onlineMeeting '/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}': description: Provides operations to manage the transcripts property of the microsoft.graph.onlineMeeting entity. get: tags: - communications.onlineMeeting summary: Get transcripts from communications description: The transcripts of an online meeting. Read-only. operationId: communications.onlineMeetings.GetTranscripts parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.callTranscript' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - communications.onlineMeeting summary: Update the navigation property transcripts in communications operationId: communications.onlineMeetings.UpdateTranscripts requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.callTranscript' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.callTranscript' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - communications.onlineMeeting summary: Delete navigation property transcripts for communications operationId: communications.onlineMeetings.DeleteTranscripts parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: onlineMeeting-id in: path description: The unique identifier of onlineMeeting required: true schema: type: string x-ms-docs-key-type: onlineMeeting - name: callTranscript-id in: path description: The unique identifier of callTranscript required: true schema: type: string x-ms-docs-key-type: callTranscript '/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content': description: Provides operations to manage the media for the cloudCommunications entity. get: tags: - communications.onlineMeeting summary: Get content for the navigation property transcripts from communications description: The content of the transcript. Read-only. operationId: communications.onlineMeetings.GetTranscriptsContent responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - communications.onlineMeeting summary: Update content for the navigation property transcripts in communications description: The content of the transcript. Read-only. operationId: communications.onlineMeetings.UpdateTranscriptsContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.callTranscript' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - communications.onlineMeeting summary: Delete content for the navigation property transcripts in communications description: The content of the transcript. Read-only. operationId: communications.onlineMeetings.DeleteTranscriptsContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: onlineMeeting-id in: path description: The unique identifier of onlineMeeting required: true schema: type: string x-ms-docs-key-type: onlineMeeting - name: callTranscript-id in: path description: The unique identifier of callTranscript required: true schema: type: string x-ms-docs-key-type: callTranscript '/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent': description: Provides operations to manage the media for the cloudCommunications entity. get: tags: - communications.onlineMeeting summary: Get metadataContent for the navigation property transcripts from communications description: The time-aligned metadata of the utterances in the transcript. Read-only. operationId: communications.onlineMeetings.GetTranscriptsMetadataContent responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - communications.onlineMeeting summary: Update metadataContent for the navigation property transcripts in communications description: The time-aligned metadata of the utterances in the transcript. Read-only. operationId: communications.onlineMeetings.UpdateTranscriptsMetadataContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - communications.onlineMeeting summary: Delete metadataContent for the navigation property transcripts in communications description: The time-aligned metadata of the utterances in the transcript. Read-only. operationId: communications.onlineMeetings.DeleteTranscriptsMetadataContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: onlineMeeting-id in: path description: The unique identifier of onlineMeeting required: true schema: type: string x-ms-docs-key-type: onlineMeeting - name: callTranscript-id in: path description: The unique identifier of callTranscript required: true schema: type: string x-ms-docs-key-type: callTranscript '/communications/onlineMeetings/{onlineMeeting-id}/transcripts/$count': description: Provides operations to count the resources in the collection. get: tags: - communications.onlineMeeting summary: Get the number of the resource operationId: communications.onlineMeetings.transcripts.GetCount-7670 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: onlineMeeting-id in: path description: The unique identifier of onlineMeeting required: true schema: type: string x-ms-docs-key-type: onlineMeeting /communications/onlineMeetings/$count: description: Provides operations to count the resources in the collection. get: tags: - communications.onlineMeeting summary: Get the number of the resource operationId: communications.onlineMeetings.GetCount-91a5 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /communications/onlineMeetings/createOrGet: description: Provides operations to call the createOrGet method. post: tags: - communications.Actions summary: Invoke action createOrGet description: 'Create an onlineMeeting object with a custom specified external ID. If the external ID already exists, this API will return the onlineMeeting object with that external ID. ' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/onlinemeeting-createorget?view=graph-rest-1.0 operationId: communications.onlineMeetings.createOrGet requestBody: description: Action parameters content: application/json: schema: type: object properties: chatInfo: anyOf: - $ref: '#/components/schemas/microsoft.graph.chatInfo' - type: object nullable: true endDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string format: date-time nullable: true externalId: type: string participants: anyOf: - $ref: '#/components/schemas/microsoft.graph.meetingParticipants' - type: object nullable: true startDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string format: date-time nullable: true subject: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.onlineMeeting' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action /communications/presences: description: Provides operations to manage the presences property of the microsoft.graph.cloudCommunications entity. get: tags: - communications.presence summary: Get presence description: Get a user's presence information. operationId: communications.ListPresences parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.presenceCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - communications.presence summary: Create new navigation property to presences for communications operationId: communications.CreatePresences requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.presence' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.presence' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/communications/presences/{presence-id}': description: Provides operations to manage the presences property of the microsoft.graph.cloudCommunications entity. get: tags: - communications.presence summary: Get presence description: Get a user's presence information. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/presence-get?view=graph-rest-1.0 operationId: communications.GetPresences parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.presence' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - communications.presence summary: Update the navigation property presences in communications operationId: communications.UpdatePresences requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.presence' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.presence' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - communications.presence summary: Delete navigation property presences for communications operationId: communications.DeletePresences parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: presence-id in: path description: The unique identifier of presence required: true schema: type: string x-ms-docs-key-type: presence '/communications/presences/{presence-id}/clearPresence': description: Provides operations to call the clearPresence method. post: tags: - communications.Actions summary: Invoke action clearPresence description: 'Clear the application''s presence session for a user. If it is the user''s only presence session, the user''s presence will change to Offline/Offline. For details about presences sessions, see presence: setPresence.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/presence-clearpresence?view=graph-rest-1.0 operationId: communications.presences.presence.clearPresence requestBody: description: Action parameters content: application/json: schema: type: object properties: sessionId: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: presence-id in: path description: The unique identifier of presence required: true schema: type: string x-ms-docs-key-type: presence '/communications/presences/{presence-id}/clearUserPreferredPresence': description: Provides operations to call the clearUserPreferredPresence method. post: tags: - communications.Actions summary: Invoke action clearUserPreferredPresence description: Clear the preferred availability and activity status for a user. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/presence-clearuserpreferredpresence?view=graph-rest-1.0 operationId: communications.presences.presence.clearUserPreferredPresence responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: presence-id in: path description: The unique identifier of presence required: true schema: type: string x-ms-docs-key-type: presence '/communications/presences/{presence-id}/setPresence': description: Provides operations to call the setPresence method. post: tags: - communications.Actions summary: Invoke action setPresence description: Set the state of a user's presence session as an application. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/presence-setpresence?view=graph-rest-1.0 operationId: communications.presences.presence.setPresence requestBody: description: Action parameters content: application/json: schema: type: object properties: sessionId: type: string nullable: true availability: type: string activity: type: string expirationDuration: pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' type: string format: duration nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: presence-id in: path description: The unique identifier of presence required: true schema: type: string x-ms-docs-key-type: presence '/communications/presences/{presence-id}/setStatusMessage': description: Provides operations to call the setStatusMessage method. post: tags: - communications.Actions summary: Invoke action setStatusMessage description: Set a presence status message for a user. An optional expiration date and time can be supplied. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-1.0 operationId: communications.presences.presence.setStatusMessage requestBody: description: Action parameters content: application/json: schema: type: object properties: statusMessage: anyOf: - $ref: '#/components/schemas/microsoft.graph.presenceStatusMessage' - type: object nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: presence-id in: path description: The unique identifier of presence required: true schema: type: string x-ms-docs-key-type: presence '/communications/presences/{presence-id}/setUserPreferredPresence': description: Provides operations to call the setUserPreferredPresence method. post: tags: - communications.Actions summary: Invoke action setUserPreferredPresence description: 'Set the preferred availability and activity status for a user. If the preferred presence of a user is set, the user''s presence shows as the preferred status. Preferred presence takes effect only when at least one presence session exists for the user. Otherwise, the user''s presence shows as Offline. A presence session is created as a result of a successful setPresence operation, or if the user is signed in on a Microsoft Teams client. For more details, see presence sessions and time-out and expiration.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/presence-setuserpreferredpresence?view=graph-rest-1.0 operationId: communications.presences.presence.setUserPreferredPresence requestBody: description: Action parameters content: application/json: schema: type: object properties: availability: type: string activity: type: string expirationDuration: pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' type: string format: duration nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: presence-id in: path description: The unique identifier of presence required: true schema: type: string x-ms-docs-key-type: presence /communications/presences/$count: description: Provides operations to count the resources in the collection. get: tags: - communications.presence summary: Get the number of the resource operationId: communications.presences.GetCount-e4ed parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /compliance: description: Provides operations to manage the compliance singleton. get: tags: - compliance.compliance summary: Get compliance operationId: compliance.compliance.GetCompliance parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.compliance' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - compliance.compliance summary: Update compliance operationId: compliance.compliance.UpdateCompliance requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.compliance' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.compliance' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /connections: description: Provides operations to manage the collection of externalConnection entities. get: tags: - connections.externalConnection summary: Get entities from connections operationId: connections.externalConnection.ListExternalConnection parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.externalConnectors.externalConnectionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - connections.externalConnection summary: Add new entity to connections operationId: connections.externalConnection.CreateExternalConnection requestBody: description: New entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.externalConnectors.externalConnection' required: true responses: 2XX: description: Created entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.externalConnectors.externalConnection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/connections/{externalConnection-id}': description: Provides operations to manage the collection of externalConnection entities. get: tags: - connections.externalConnection summary: Get entity from connections by key operationId: connections.externalConnection.GetExternalConnection parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.externalConnectors.externalConnection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - connections.externalConnection summary: Update entity in connections operationId: connections.externalConnection.UpdateExternalConnection requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.externalConnectors.externalConnection' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.externalConnectors.externalConnection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - connections.externalConnection summary: Delete entity from connections operationId: connections.externalConnection.DeleteExternalConnection parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: externalConnection-id in: path description: The unique identifier of externalConnection required: true schema: type: string x-ms-docs-key-type: externalConnection '/connections/{externalConnection-id}/groups': description: Provides operations to manage the groups property of the microsoft.graph.externalConnectors.externalConnection entity. get: tags: - connections.externalGroup summary: Get groups from connections operationId: connections.ListGroups parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.externalConnectors.externalGroupCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - connections.externalGroup summary: Create new navigation property to groups for connections operationId: connections.CreateGroups requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.externalConnectors.externalGroup' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.externalConnectors.externalGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: externalConnection-id in: path description: The unique identifier of externalConnection required: true schema: type: string x-ms-docs-key-type: externalConnection '/connections/{externalConnection-id}/groups/{externalGroup-id}': description: Provides operations to manage the groups property of the microsoft.graph.externalConnectors.externalConnection entity. get: tags: - connections.externalGroup summary: Get groups from connections operationId: connections.GetGroups parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.externalConnectors.externalGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - connections.externalGroup summary: Update the navigation property groups in connections operationId: connections.UpdateGroups requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.externalConnectors.externalGroup' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.externalConnectors.externalGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - connections.externalGroup summary: Delete navigation property groups for connections operationId: connections.DeleteGroups parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: externalConnection-id in: path description: The unique identifier of externalConnection required: true schema: type: string x-ms-docs-key-type: externalConnection - name: externalGroup-id in: path description: The unique identifier of externalGroup required: true schema: type: string x-ms-docs-key-type: externalGroup '/connections/{externalConnection-id}/groups/{externalGroup-id}/members': description: Provides operations to manage the members property of the microsoft.graph.externalConnectors.externalGroup entity. get: tags: - connections.externalGroup summary: Get members from connections description: 'A member added to an externalGroup. You can add Microsoft Entra users, Microsoft Entra groups, or an externalGroup as members.' operationId: connections.groups.ListMembers parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.externalConnectors.identityCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - connections.externalGroup summary: Create new navigation property to members for connections operationId: connections.groups.CreateMembers requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.externalConnectors.identity' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.externalConnectors.identity' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: externalConnection-id in: path description: The unique identifier of externalConnection required: true schema: type: string x-ms-docs-key-type: externalConnection - name: externalGroup-id in: path description: The unique identifier of externalGroup required: true schema: type: string x-ms-docs-key-type: externalGroup '/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}': description: Provides operations to manage the members property of the microsoft.graph.externalConnectors.externalGroup entity. get: tags: - connections.externalGroup summary: Get members from connections description: 'A member added to an externalGroup. You can add Microsoft Entra users, Microsoft Entra groups, or an externalGroup as members.' operationId: connections.groups.GetMembers parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.externalConnectors.identity' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - connections.externalGroup summary: Update the navigation property members in connections operationId: connections.groups.UpdateMembers requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.externalConnectors.identity' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.externalConnectors.identity' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - connections.externalGroup summary: Delete navigation property members for connections operationId: connections.groups.DeleteMembers parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: externalConnection-id in: path description: The unique identifier of externalConnection required: true schema: type: string x-ms-docs-key-type: externalConnection - name: externalGroup-id in: path description: The unique identifier of externalGroup required: true schema: type: string x-ms-docs-key-type: externalGroup - name: identity-id in: path description: The unique identifier of identity required: true schema: type: string x-ms-docs-key-type: identity '/connections/{externalConnection-id}/groups/{externalGroup-id}/members/$count': description: Provides operations to count the resources in the collection. get: tags: - connections.externalGroup summary: Get the number of the resource operationId: connections.groups.members.GetCount-d49a parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: externalConnection-id in: path description: The unique identifier of externalConnection required: true schema: type: string x-ms-docs-key-type: externalConnection - name: externalGroup-id in: path description: The unique identifier of externalGroup required: true schema: type: string x-ms-docs-key-type: externalGroup '/connections/{externalConnection-id}/groups/$count': description: Provides operations to count the resources in the collection. get: tags: - connections.externalGroup summary: Get the number of the resource operationId: connections.groups.GetCount-6035 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: externalConnection-id in: path description: The unique identifier of externalConnection required: true schema: type: string x-ms-docs-key-type: externalConnection '/connections/{externalConnection-id}/items': description: Provides operations to manage the items property of the microsoft.graph.externalConnectors.externalConnection entity. get: tags: - connections.externalItem summary: Get items from connections operationId: connections.ListItems parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.externalConnectors.externalItemCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - connections.externalItem summary: Create new navigation property to items for connections operationId: connections.CreateItems requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.externalConnectors.externalItem' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.externalConnectors.externalItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: externalConnection-id in: path description: The unique identifier of externalConnection required: true schema: type: string x-ms-docs-key-type: externalConnection '/connections/{externalConnection-id}/items/{externalItem-id}': description: Provides operations to manage the items property of the microsoft.graph.externalConnectors.externalConnection entity. get: tags: - connections.externalItem summary: Get items from connections operationId: connections.GetItems parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.externalConnectors.externalItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation put: tags: - connections.externalItem summary: Update the navigation property items in connections operationId: connections.UpdateItems requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.externalConnectors.externalItem' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.externalConnectors.externalItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - connections.externalItem summary: Delete navigation property items for connections operationId: connections.DeleteItems parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: externalConnection-id in: path description: The unique identifier of externalConnection required: true schema: type: string x-ms-docs-key-type: externalConnection - name: externalItem-id in: path description: The unique identifier of externalItem required: true schema: type: string x-ms-docs-key-type: externalItem '/connections/{externalConnection-id}/items/{externalItem-id}/activities': description: Provides operations to manage the activities property of the microsoft.graph.externalConnectors.externalItem entity. get: tags: - connections.externalItem summary: Get activities from connections description: Returns a list of activities performed on the item. Write-only. operationId: connections.items.ListActivities parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.externalConnectors.externalActivityCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - connections.externalItem summary: Create new navigation property to activities for connections operationId: connections.items.CreateActivities requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.externalConnectors.externalActivity' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.externalConnectors.externalActivity' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: externalConnection-id in: path description: The unique identifier of externalConnection required: true schema: type: string x-ms-docs-key-type: externalConnection - name: externalItem-id in: path description: The unique identifier of externalItem required: true schema: type: string x-ms-docs-key-type: externalItem '/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}': description: Provides operations to manage the activities property of the microsoft.graph.externalConnectors.externalItem entity. get: tags: - connections.externalItem summary: Get activities from connections description: Returns a list of activities performed on the item. Write-only. operationId: connections.items.GetActivities parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.externalConnectors.externalActivity' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - connections.externalItem summary: Update the navigation property activities in connections operationId: connections.items.UpdateActivities requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.externalConnectors.externalActivity' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.externalConnectors.externalActivity' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - connections.externalItem summary: Delete navigation property activities for connections operationId: connections.items.DeleteActivities parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: externalConnection-id in: path description: The unique identifier of externalConnection required: true schema: type: string x-ms-docs-key-type: externalConnection - name: externalItem-id in: path description: The unique identifier of externalItem required: true schema: type: string x-ms-docs-key-type: externalItem - name: externalActivity-id in: path description: The unique identifier of externalActivity required: true schema: type: string x-ms-docs-key-type: externalActivity '/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}/performedBy': description: Provides operations to manage the performedBy property of the microsoft.graph.externalConnectors.externalActivity entity. get: tags: - connections.externalItem summary: Get performedBy from connections description: Represents an identity used to identify who is responsible for the activity. operationId: connections.items.activities.GetPerformedBy parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.externalConnectors.identity' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: externalConnection-id in: path description: The unique identifier of externalConnection required: true schema: type: string x-ms-docs-key-type: externalConnection - name: externalItem-id in: path description: The unique identifier of externalItem required: true schema: type: string x-ms-docs-key-type: externalItem - name: externalActivity-id in: path description: The unique identifier of externalActivity required: true schema: type: string x-ms-docs-key-type: externalActivity '/connections/{externalConnection-id}/items/{externalItem-id}/activities/$count': description: Provides operations to count the resources in the collection. get: tags: - connections.externalItem summary: Get the number of the resource operationId: connections.items.activities.GetCount-5552 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: externalConnection-id in: path description: The unique identifier of externalConnection required: true schema: type: string x-ms-docs-key-type: externalConnection - name: externalItem-id in: path description: The unique identifier of externalItem required: true schema: type: string x-ms-docs-key-type: externalItem '/connections/{externalConnection-id}/items/{externalItem-id}/microsoft.graph.externalConnectors.addActivities': description: Provides operations to call the addActivities method. post: tags: - connections.Actions summary: Invoke action addActivities operationId: connections.externalConnection.items.externalItem.addActivities requestBody: description: Action parameters content: application/json: schema: type: object properties: activities: type: array items: $ref: '#/components/schemas/microsoft.graph.externalConnectors.externalActivity' required: true responses: 2XX: description: Success content: application/json: schema: title: Collection of externalActivityResult type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.externalConnectors.externalActivityResult' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: externalConnection-id in: path description: The unique identifier of externalConnection required: true schema: type: string x-ms-docs-key-type: externalConnection - name: externalItem-id in: path description: The unique identifier of externalItem required: true schema: type: string x-ms-docs-key-type: externalItem '/connections/{externalConnection-id}/items/$count': description: Provides operations to count the resources in the collection. get: tags: - connections.externalItem summary: Get the number of the resource operationId: connections.items.GetCount-eebb parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: externalConnection-id in: path description: The unique identifier of externalConnection required: true schema: type: string x-ms-docs-key-type: externalConnection '/connections/{externalConnection-id}/operations': description: Provides operations to manage the operations property of the microsoft.graph.externalConnectors.externalConnection entity. get: tags: - connections.connectionOperation summary: Get operations from connections operationId: connections.ListOperations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.externalConnectors.connectionOperationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - connections.connectionOperation summary: Create new navigation property to operations for connections operationId: connections.CreateOperations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.externalConnectors.connectionOperation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.externalConnectors.connectionOperation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: externalConnection-id in: path description: The unique identifier of externalConnection required: true schema: type: string x-ms-docs-key-type: externalConnection '/connections/{externalConnection-id}/operations/{connectionOperation-id}': description: Provides operations to manage the operations property of the microsoft.graph.externalConnectors.externalConnection entity. get: tags: - connections.connectionOperation summary: Get operations from connections operationId: connections.GetOperations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.externalConnectors.connectionOperation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - connections.connectionOperation summary: Update the navigation property operations in connections operationId: connections.UpdateOperations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.externalConnectors.connectionOperation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.externalConnectors.connectionOperation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - connections.connectionOperation summary: Delete navigation property operations for connections operationId: connections.DeleteOperations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: externalConnection-id in: path description: The unique identifier of externalConnection required: true schema: type: string x-ms-docs-key-type: externalConnection - name: connectionOperation-id in: path description: The unique identifier of connectionOperation required: true schema: type: string x-ms-docs-key-type: connectionOperation '/connections/{externalConnection-id}/operations/$count': description: Provides operations to count the resources in the collection. get: tags: - connections.connectionOperation summary: Get the number of the resource operationId: connections.operations.GetCount-57e0 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: externalConnection-id in: path description: The unique identifier of externalConnection required: true schema: type: string x-ms-docs-key-type: externalConnection '/connections/{externalConnection-id}/schema': description: Provides operations to manage the schema property of the microsoft.graph.externalConnectors.externalConnection entity. get: tags: - connections.schema summary: Get schema from connections operationId: connections.GetSchema parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.externalConnectors.schema' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - connections.schema summary: Update the navigation property schema in connections operationId: connections.UpdateSchema requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.externalConnectors.schema' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.externalConnectors.schema' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: externalConnection-id in: path description: The unique identifier of externalConnection required: true schema: type: string x-ms-docs-key-type: externalConnection /connections/$count: description: Provides operations to count the resources in the collection. get: tags: - connections.externalConnection summary: Get the number of the resource operationId: connections.GetCount-7f4b parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /contacts: description: Provides operations to manage the collection of orgContact entities. get: tags: - contacts.orgContact summary: List orgContacts description: Get the list of organizational contacts for this organization. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/orgcontact-list?view=graph-rest-1.0 operationId: contacts.orgContact.ListOrgContact parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.orgContactCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - contacts.orgContact summary: Add new entity to contacts operationId: contacts.orgContact.CreateOrgContact requestBody: description: New entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.orgContact' required: true responses: 2XX: description: Created entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.orgContact' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/contacts/{orgContact-id}': description: Provides operations to manage the collection of orgContact entities. get: tags: - contacts.orgContact summary: Get orgContact description: Get the properties and relationships of an organizational contact. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/orgcontact-get?view=graph-rest-1.0 operationId: contacts.orgContact.GetOrgContact parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.orgContact' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - contacts.orgContact summary: Update entity in contacts operationId: contacts.orgContact.UpdateOrgContact requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.orgContact' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.orgContact' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - contacts.orgContact summary: Delete entity from contacts operationId: contacts.orgContact.DeleteOrgContact parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: orgContact-id in: path description: The unique identifier of orgContact required: true schema: type: string x-ms-docs-key-type: orgContact '/contacts/{orgContact-id}/directReports': description: Provides operations to manage the directReports property of the microsoft.graph.orgContact entity. get: tags: - contacts.directoryObject summary: List directReports description: Get the direct reports for this organizational contact. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/orgcontact-list-directreports?view=graph-rest-1.0 operationId: contacts.ListDirectReports parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: orgContact-id in: path description: The unique identifier of orgContact required: true schema: type: string x-ms-docs-key-type: orgContact '/contacts/{orgContact-id}/directReports/{directoryObject-id}': description: Provides operations to manage the directReports property of the microsoft.graph.orgContact entity. get: tags: - contacts.directoryObject summary: Get directReports from contacts description: The contact's direct reports. (The users and contacts that have their manager property set to this contact.) Read-only. Nullable. Supports $expand. operationId: contacts.GetDirectReports parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: orgContact-id in: path description: The unique identifier of orgContact required: true schema: type: string x-ms-docs-key-type: orgContact - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/contacts/{orgContact-id}/directReports/{directoryObject-id}/graph.orgContact': description: Casts the previous resource to orgContact. get: tags: - contacts.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.orgContact operationId: contacts.GetDirectReports.AsOrgContact parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.orgContact' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: orgContact-id in: path description: The unique identifier of orgContact required: true schema: type: string x-ms-docs-key-type: orgContact - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/contacts/{orgContact-id}/directReports/{directoryObject-id}/graph.user': description: Casts the previous resource to user. get: tags: - contacts.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.user operationId: contacts.GetDirectReports.AsUser parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: orgContact-id in: path description: The unique identifier of orgContact required: true schema: type: string x-ms-docs-key-type: orgContact - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/contacts/{orgContact-id}/directReports/$count': description: Provides operations to count the resources in the collection. get: tags: - contacts.directoryObject summary: Get the number of the resource operationId: contacts.directReports.GetCount-94c4 parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: orgContact-id in: path description: The unique identifier of orgContact required: true schema: type: string x-ms-docs-key-type: orgContact '/contacts/{orgContact-id}/directReports/graph.orgContact': description: Casts the previous resource to orgContact. get: tags: - contacts.directoryObject summary: Get the items of type microsoft.graph.orgContact in the microsoft.graph.directoryObject collection operationId: contacts.ListDirectReports.AsOrgContact parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.orgContactCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: orgContact-id in: path description: The unique identifier of orgContact required: true schema: type: string x-ms-docs-key-type: orgContact '/contacts/{orgContact-id}/directReports/graph.orgContact/$count': description: Provides operations to count the resources in the collection. get: tags: - contacts.directoryObject summary: Get the number of the resource operationId: contacts.DirectReports.GetCount.AsOrgContact-315a parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: orgContact-id in: path description: The unique identifier of orgContact required: true schema: type: string x-ms-docs-key-type: orgContact '/contacts/{orgContact-id}/directReports/graph.user': description: Casts the previous resource to user. get: tags: - contacts.directoryObject summary: Get the items of type microsoft.graph.user in the microsoft.graph.directoryObject collection operationId: contacts.ListDirectReports.AsUser parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.userCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: orgContact-id in: path description: The unique identifier of orgContact required: true schema: type: string x-ms-docs-key-type: orgContact '/contacts/{orgContact-id}/directReports/graph.user/$count': description: Provides operations to count the resources in the collection. get: tags: - contacts.directoryObject summary: Get the number of the resource operationId: contacts.DirectReports.GetCount.AsUser-5746 parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: orgContact-id in: path description: The unique identifier of orgContact required: true schema: type: string x-ms-docs-key-type: orgContact '/contacts/{orgContact-id}/manager': description: Provides operations to manage the manager property of the microsoft.graph.orgContact entity. get: tags: - contacts.directoryObject summary: Get manager description: Get this organizational contact's manager. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/orgcontact-get-manager?view=graph-rest-1.0 operationId: contacts.GetManager parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: orgContact-id in: path description: The unique identifier of orgContact required: true schema: type: string x-ms-docs-key-type: orgContact '/contacts/{orgContact-id}/memberOf': description: Provides operations to manage the memberOf property of the microsoft.graph.orgContact entity. get: tags: - contacts.directoryObject summary: List memberOf description: List the groups that this organizational contact is a member of. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/orgcontact-list-memberof?view=graph-rest-1.0 operationId: contacts.ListMemberOf parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: orgContact-id in: path description: The unique identifier of orgContact required: true schema: type: string x-ms-docs-key-type: orgContact '/contacts/{orgContact-id}/memberOf/{directoryObject-id}': description: Provides operations to manage the memberOf property of the microsoft.graph.orgContact entity. get: tags: - contacts.directoryObject summary: Get memberOf from contacts description: Groups that this contact is a member of. Read-only. Nullable. Supports $expand. operationId: contacts.GetMemberOf parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: orgContact-id in: path description: The unique identifier of orgContact required: true schema: type: string x-ms-docs-key-type: orgContact - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/contacts/{orgContact-id}/memberOf/{directoryObject-id}/graph.administrativeUnit': description: Casts the previous resource to administrativeUnit. get: tags: - contacts.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.administrativeUnit operationId: contacts.GetMemberOf.AsAdministrativeUnit parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.administrativeUnit' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: orgContact-id in: path description: The unique identifier of orgContact required: true schema: type: string x-ms-docs-key-type: orgContact - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/contacts/{orgContact-id}/memberOf/{directoryObject-id}/graph.group': description: Casts the previous resource to group. get: tags: - contacts.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.group operationId: contacts.GetMemberOf.AsGroup parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.group' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: orgContact-id in: path description: The unique identifier of orgContact required: true schema: type: string x-ms-docs-key-type: orgContact - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/contacts/{orgContact-id}/memberOf/$count': description: Provides operations to count the resources in the collection. get: tags: - contacts.directoryObject summary: Get the number of the resource operationId: contacts.memberOf.GetCount-46e4 parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: orgContact-id in: path description: The unique identifier of orgContact required: true schema: type: string x-ms-docs-key-type: orgContact '/contacts/{orgContact-id}/memberOf/graph.administrativeUnit': description: Casts the previous resource to administrativeUnit. get: tags: - contacts.directoryObject summary: Get the items of type microsoft.graph.administrativeUnit in the microsoft.graph.directoryObject collection operationId: contacts.ListMemberOf.AsAdministrativeUnit parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.administrativeUnitCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: orgContact-id in: path description: The unique identifier of orgContact required: true schema: type: string x-ms-docs-key-type: orgContact '/contacts/{orgContact-id}/memberOf/graph.administrativeUnit/$count': description: Provides operations to count the resources in the collection. get: tags: - contacts.directoryObject summary: Get the number of the resource operationId: contacts.MemberOf.GetCount.AsAdministrativeUnit-db20 parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: orgContact-id in: path description: The unique identifier of orgContact required: true schema: type: string x-ms-docs-key-type: orgContact '/contacts/{orgContact-id}/memberOf/graph.group': description: Casts the previous resource to group. get: tags: - contacts.directoryObject summary: Get the items of type microsoft.graph.group in the microsoft.graph.directoryObject collection operationId: contacts.ListMemberOf.AsGroup parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.groupCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: orgContact-id in: path description: The unique identifier of orgContact required: true schema: type: string x-ms-docs-key-type: orgContact '/contacts/{orgContact-id}/memberOf/graph.group/$count': description: Provides operations to count the resources in the collection. get: tags: - contacts.directoryObject summary: Get the number of the resource operationId: contacts.MemberOf.GetCount.AsGroup-df93 parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: orgContact-id in: path description: The unique identifier of orgContact required: true schema: type: string x-ms-docs-key-type: orgContact '/contacts/{orgContact-id}/checkMemberGroups': description: Provides operations to call the checkMemberGroups method. post: tags: - contacts.Actions summary: Invoke action checkMemberGroups description: 'Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0 operationId: contacts.orgContact.checkMemberGroups requestBody: description: Action parameters content: application/json: schema: type: object properties: groupIds: type: array items: type: string required: true responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: type: string 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: orgContact-id in: path description: The unique identifier of orgContact required: true schema: type: string x-ms-docs-key-type: orgContact '/contacts/{orgContact-id}/checkMemberObjects': description: Provides operations to call the checkMemberObjects method. post: tags: - contacts.Actions summary: Invoke action checkMemberObjects operationId: contacts.orgContact.checkMemberObjects requestBody: description: Action parameters content: application/json: schema: type: object properties: ids: type: array items: type: string required: true responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: type: string 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: orgContact-id in: path description: The unique identifier of orgContact required: true schema: type: string x-ms-docs-key-type: orgContact '/contacts/{orgContact-id}/getMemberGroups': description: Provides operations to call the getMemberGroups method. post: tags: - contacts.Actions summary: Invoke action getMemberGroups description: 'Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0 operationId: contacts.orgContact.getMemberGroups requestBody: description: Action parameters content: application/json: schema: type: object properties: securityEnabledOnly: type: boolean default: false nullable: true required: true responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: type: string 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: orgContact-id in: path description: The unique identifier of orgContact required: true schema: type: string x-ms-docs-key-type: orgContact '/contacts/{orgContact-id}/getMemberObjects': description: Provides operations to call the getMemberObjects method. post: tags: - contacts.Actions summary: Invoke action getMemberObjects description: 'Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0 operationId: contacts.orgContact.getMemberObjects requestBody: description: Action parameters content: application/json: schema: type: object properties: securityEnabledOnly: type: boolean default: false nullable: true required: true responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: type: string 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: orgContact-id in: path description: The unique identifier of orgContact required: true schema: type: string x-ms-docs-key-type: orgContact '/contacts/{orgContact-id}/restore': description: Provides operations to call the restore method. post: tags: - contacts.Actions summary: Invoke action restore description: 'Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. However, security groups cannot be restored. Also, restoring an application doesn''t restore the associated service principal automatically. You must call this API to explicitly restore the deleted service principal. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0 operationId: contacts.orgContact.restore responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.directoryObject' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: orgContact-id in: path description: The unique identifier of orgContact required: true schema: type: string x-ms-docs-key-type: orgContact '/contacts/{orgContact-id}/retryServiceProvisioning': description: Provides operations to call the retryServiceProvisioning method. post: tags: - contacts.Actions summary: Invoke action retryServiceProvisioning operationId: contacts.orgContact.retryServiceProvisioning responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: orgContact-id in: path description: The unique identifier of orgContact required: true schema: type: string x-ms-docs-key-type: orgContact '/contacts/{orgContact-id}/serviceProvisioningErrors': get: tags: - contacts.serviceProvisioningError summary: Get serviceProvisioningErrors property value description: 'Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from an organizational contact object . Supports $filter (eq, not, for isResolved and serviceInstance).' operationId: contacts.ListServiceProvisioningErrors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: orgContact-id in: path description: The unique identifier of orgContact required: true schema: type: string x-ms-docs-key-type: orgContact '/contacts/{orgContact-id}/serviceProvisioningErrors/$count': description: Provides operations to count the resources in the collection. get: tags: - contacts.serviceProvisioningError summary: Get the number of the resource operationId: contacts.ServiceProvisioningErrors.GetCount-33c2 parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: orgContact-id in: path description: The unique identifier of orgContact required: true schema: type: string x-ms-docs-key-type: orgContact '/contacts/{orgContact-id}/transitiveMemberOf': description: Provides operations to manage the transitiveMemberOf property of the microsoft.graph.orgContact entity. get: tags: - contacts.directoryObject summary: List transitiveMemberOf description: 'Get groups that this organizational contact is a member of. The API request is transitive, and returns all groups the organizational contact is a nested member of.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/orgcontact-list-transitivememberof?view=graph-rest-1.0 operationId: contacts.ListTransitiveMemberOf parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: orgContact-id in: path description: The unique identifier of orgContact required: true schema: type: string x-ms-docs-key-type: orgContact '/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}': description: Provides operations to manage the transitiveMemberOf property of the microsoft.graph.orgContact entity. get: tags: - contacts.directoryObject summary: Get transitiveMemberOf from contacts description: 'Groups that this contact is a member of, including groups that the contact is nested under. Read-only. Nullable.' operationId: contacts.GetTransitiveMemberOf parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: orgContact-id in: path description: The unique identifier of orgContact required: true schema: type: string x-ms-docs-key-type: orgContact - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}/graph.administrativeUnit': description: Casts the previous resource to administrativeUnit. get: tags: - contacts.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.administrativeUnit operationId: contacts.GetTransitiveMemberOf.AsAdministrativeUnit parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.administrativeUnit' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: orgContact-id in: path description: The unique identifier of orgContact required: true schema: type: string x-ms-docs-key-type: orgContact - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}/graph.group': description: Casts the previous resource to group. get: tags: - contacts.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.group operationId: contacts.GetTransitiveMemberOf.AsGroup parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.group' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: orgContact-id in: path description: The unique identifier of orgContact required: true schema: type: string x-ms-docs-key-type: orgContact - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/contacts/{orgContact-id}/transitiveMemberOf/$count': description: Provides operations to count the resources in the collection. get: tags: - contacts.directoryObject summary: Get the number of the resource operationId: contacts.transitiveMemberOf.GetCount-d749 parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: orgContact-id in: path description: The unique identifier of orgContact required: true schema: type: string x-ms-docs-key-type: orgContact '/contacts/{orgContact-id}/transitiveMemberOf/graph.administrativeUnit': description: Casts the previous resource to administrativeUnit. get: tags: - contacts.directoryObject summary: Get the items of type microsoft.graph.administrativeUnit in the microsoft.graph.directoryObject collection operationId: contacts.ListTransitiveMemberOf.AsAdministrativeUnit parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.administrativeUnitCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: orgContact-id in: path description: The unique identifier of orgContact required: true schema: type: string x-ms-docs-key-type: orgContact '/contacts/{orgContact-id}/transitiveMemberOf/graph.administrativeUnit/$count': description: Provides operations to count the resources in the collection. get: tags: - contacts.directoryObject summary: Get the number of the resource operationId: contacts.TransitiveMemberOf.GetCount.AsAdministrativeUnit-d6cb parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: orgContact-id in: path description: The unique identifier of orgContact required: true schema: type: string x-ms-docs-key-type: orgContact '/contacts/{orgContact-id}/transitiveMemberOf/graph.group': description: Casts the previous resource to group. get: tags: - contacts.directoryObject summary: Get the items of type microsoft.graph.group in the microsoft.graph.directoryObject collection operationId: contacts.ListTransitiveMemberOf.AsGroup parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.groupCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: orgContact-id in: path description: The unique identifier of orgContact required: true schema: type: string x-ms-docs-key-type: orgContact '/contacts/{orgContact-id}/transitiveMemberOf/graph.group/$count': description: Provides operations to count the resources in the collection. get: tags: - contacts.directoryObject summary: Get the number of the resource operationId: contacts.TransitiveMemberOf.GetCount.AsGroup-e1a5 parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: orgContact-id in: path description: The unique identifier of orgContact required: true schema: type: string x-ms-docs-key-type: orgContact /contacts/$count: description: Provides operations to count the resources in the collection. get: tags: - contacts.orgContact summary: Get the number of the resource operationId: contacts.GetCount-60f9 parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /contacts/delta(): description: Provides operations to call the delta method. get: tags: - contacts.Functions summary: Invoke function delta description: 'Get newly created, updated, or deleted organizational contacts without having to perform a full read of the entire collection. See change tracking for details.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/orgcontact-delta?view=graph-rest-1.0 operationId: contacts.delta parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of orgContact type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.orgContact' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-grouped-path: - /contacts/delta() /contacts/getAvailableExtensionProperties: description: Provides operations to call the getAvailableExtensionProperties method. post: tags: - contacts.Actions summary: Invoke action getAvailableExtensionProperties description: 'Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties:' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0 operationId: contacts.getAvailableExtensionProperties requestBody: description: Action parameters content: application/json: schema: type: object properties: isSyncedFromOnPremises: type: boolean default: false nullable: true required: true responses: 2XX: description: Success content: application/json: schema: title: Collection of extensionProperty type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.extensionProperty' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /contacts/getByIds: description: Provides operations to call the getByIds method. post: tags: - contacts.Actions summary: Invoke action getByIds description: 'Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to:' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0 operationId: contacts.getByIds requestBody: description: Action parameters content: application/json: schema: type: object properties: ids: type: array items: type: string types: type: array items: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: title: Collection of directoryObject type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /contacts/validateProperties: description: Provides operations to call the validateProperties method. post: tags: - contacts.Actions summary: Invoke action validateProperties description: "Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:\n1. Validate the prefix and suffix naming policy\n2. Validate the custom banned words policy\n3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0 operationId: contacts.validateProperties requestBody: description: Action parameters content: application/json: schema: type: object properties: entityType: type: string nullable: true displayName: type: string nullable: true mailNickname: type: string nullable: true onBehalfOfUserId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string format: uuid nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action /contracts: description: Provides operations to manage the collection of contract entities. get: tags: - contracts.contract summary: List contracts description: Retrieve a list of contract objects associated to a partner tenant. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contract-list?view=graph-rest-1.0 operationId: contracts.contract.ListContract parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.contractCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - contracts.contract summary: Add new entity to contracts operationId: contracts.contract.CreateContract requestBody: description: New entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contract' required: true responses: 2XX: description: Created entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contract' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/contracts/{contract-id}': description: Provides operations to manage the collection of contract entities. get: tags: - contracts.contract summary: Get Contract description: Retrieve the properties and relationships of contract object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contract-get?view=graph-rest-1.0 operationId: contracts.contract.GetContract parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contract' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - contracts.contract summary: Update entity in contracts operationId: contracts.contract.UpdateContract requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contract' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contract' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - contracts.contract summary: Delete entity from contracts operationId: contracts.contract.DeleteContract parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: contract-id in: path description: The unique identifier of contract required: true schema: type: string x-ms-docs-key-type: contract '/contracts/{contract-id}/checkMemberGroups': description: Provides operations to call the checkMemberGroups method. post: tags: - contracts.Actions summary: Invoke action checkMemberGroups description: 'Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0 operationId: contracts.contract.checkMemberGroups requestBody: description: Action parameters content: application/json: schema: type: object properties: groupIds: type: array items: type: string required: true responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: type: string 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: contract-id in: path description: The unique identifier of contract required: true schema: type: string x-ms-docs-key-type: contract '/contracts/{contract-id}/checkMemberObjects': description: Provides operations to call the checkMemberObjects method. post: tags: - contracts.Actions summary: Invoke action checkMemberObjects operationId: contracts.contract.checkMemberObjects requestBody: description: Action parameters content: application/json: schema: type: object properties: ids: type: array items: type: string required: true responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: type: string 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: contract-id in: path description: The unique identifier of contract required: true schema: type: string x-ms-docs-key-type: contract '/contracts/{contract-id}/getMemberGroups': description: Provides operations to call the getMemberGroups method. post: tags: - contracts.Actions summary: Invoke action getMemberGroups description: 'Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0 operationId: contracts.contract.getMemberGroups requestBody: description: Action parameters content: application/json: schema: type: object properties: securityEnabledOnly: type: boolean default: false nullable: true required: true responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: type: string 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: contract-id in: path description: The unique identifier of contract required: true schema: type: string x-ms-docs-key-type: contract '/contracts/{contract-id}/getMemberObjects': description: Provides operations to call the getMemberObjects method. post: tags: - contracts.Actions summary: Invoke action getMemberObjects description: 'Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0 operationId: contracts.contract.getMemberObjects requestBody: description: Action parameters content: application/json: schema: type: object properties: securityEnabledOnly: type: boolean default: false nullable: true required: true responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: type: string 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: contract-id in: path description: The unique identifier of contract required: true schema: type: string x-ms-docs-key-type: contract '/contracts/{contract-id}/restore': description: Provides operations to call the restore method. post: tags: - contracts.Actions summary: Invoke action restore description: 'Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. However, security groups cannot be restored. Also, restoring an application doesn''t restore the associated service principal automatically. You must call this API to explicitly restore the deleted service principal. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0 operationId: contracts.contract.restore responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.directoryObject' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: contract-id in: path description: The unique identifier of contract required: true schema: type: string x-ms-docs-key-type: contract /contracts/$count: description: Provides operations to count the resources in the collection. get: tags: - contracts.contract summary: Get the number of the resource operationId: contracts.GetCount-8092 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /contracts/delta(): description: Provides operations to call the delta method. get: tags: - contracts.Functions summary: Invoke function delta description: 'Get newly created, updated, or deleted directory objects without performing a full read of the entire directoryObject collection. For more information about the delta function, see Use delta query to track changes in Microsoft Graph data for details.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-1.0 operationId: contracts.delta parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of directoryObject type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /contracts/getAvailableExtensionProperties: description: Provides operations to call the getAvailableExtensionProperties method. post: tags: - contracts.Actions summary: Invoke action getAvailableExtensionProperties description: 'Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties:' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0 operationId: contracts.getAvailableExtensionProperties requestBody: description: Action parameters content: application/json: schema: type: object properties: isSyncedFromOnPremises: type: boolean default: false nullable: true required: true responses: 2XX: description: Success content: application/json: schema: title: Collection of extensionProperty type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.extensionProperty' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /contracts/getByIds: description: Provides operations to call the getByIds method. post: tags: - contracts.Actions summary: Invoke action getByIds description: 'Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to:' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0 operationId: contracts.getByIds requestBody: description: Action parameters content: application/json: schema: type: object properties: ids: type: array items: type: string types: type: array items: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: title: Collection of directoryObject type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /contracts/validateProperties: description: Provides operations to call the validateProperties method. post: tags: - contracts.Actions summary: Invoke action validateProperties description: "Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:\n1. Validate the prefix and suffix naming policy\n2. Validate the custom banned words policy\n3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0 operationId: contracts.validateProperties requestBody: description: Action parameters content: application/json: schema: type: object properties: entityType: type: string nullable: true displayName: type: string nullable: true mailNickname: type: string nullable: true onBehalfOfUserId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string format: uuid nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action /dataPolicyOperations: description: Provides operations to manage the collection of dataPolicyOperation entities. get: tags: - dataPolicyOperations.dataPolicyOperation summary: Get dataPolicyOperation description: Retrieve the properties of a dataPolicyOperation object. operationId: dataPolicyOperations.dataPolicyOperation.ListDataPolicyOperation parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.dataPolicyOperationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - dataPolicyOperations.dataPolicyOperation summary: Add new entity to dataPolicyOperations operationId: dataPolicyOperations.dataPolicyOperation.CreateDataPolicyOperation requestBody: description: New entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.dataPolicyOperation' required: true responses: 2XX: description: Created entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.dataPolicyOperation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/dataPolicyOperations/{dataPolicyOperation-id}': description: Provides operations to manage the collection of dataPolicyOperation entities. get: tags: - dataPolicyOperations.dataPolicyOperation summary: Get dataPolicyOperation description: Retrieve the properties of a dataPolicyOperation object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/datapolicyoperation-get?view=graph-rest-1.0 operationId: dataPolicyOperations.dataPolicyOperation.GetDataPolicyOperation parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.dataPolicyOperation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - dataPolicyOperations.dataPolicyOperation summary: Update entity in dataPolicyOperations operationId: dataPolicyOperations.dataPolicyOperation.UpdateDataPolicyOperation requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.dataPolicyOperation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.dataPolicyOperation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - dataPolicyOperations.dataPolicyOperation summary: Delete entity from dataPolicyOperations operationId: dataPolicyOperations.dataPolicyOperation.DeleteDataPolicyOperation parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: dataPolicyOperation-id in: path description: The unique identifier of dataPolicyOperation required: true schema: type: string x-ms-docs-key-type: dataPolicyOperation /dataPolicyOperations/$count: description: Provides operations to count the resources in the collection. get: tags: - dataPolicyOperations.dataPolicyOperation summary: Get the number of the resource operationId: dataPolicyOperations.GetCount-b129 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement: description: Provides operations to manage the deviceAppManagement singleton. get: tags: - deviceAppManagement.deviceAppManagement summary: Get deviceAppManagement description: Read properties and relationships of the deviceAppManagement object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-policyset-deviceappmanagement-get?view=graph-rest-1.0 operationId: deviceAppManagement.deviceAppManagement.GetDeviceAppManagement parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceAppManagement' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.deviceAppManagement summary: Update deviceAppManagement description: Update the properties of a deviceAppManagement object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-onboarding-deviceappmanagement-update?view=graph-rest-1.0 operationId: deviceAppManagement.deviceAppManagement.UpdateDeviceAppManagement requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceAppManagement' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceAppManagement' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /deviceAppManagement/androidManagedAppProtections: description: Provides operations to manage the androidManagedAppProtections property of the microsoft.graph.deviceAppManagement entity. get: tags: - deviceAppManagement.androidManagedAppProtection summary: List androidManagedAppProtections description: List properties and relationships of the androidManagedAppProtection objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-mam-androidmanagedappprotection-list?view=graph-rest-1.0 operationId: deviceAppManagement.ListAndroidManagedAppProtections parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.androidManagedAppProtectionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.androidManagedAppProtection summary: Create androidManagedAppProtection description: Create a new androidManagedAppProtection object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-mam-androidmanagedappprotection-create?view=graph-rest-1.0 operationId: deviceAppManagement.CreateAndroidManagedAppProtections requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.androidManagedAppProtection' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.androidManagedAppProtection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}': description: Provides operations to manage the androidManagedAppProtections property of the microsoft.graph.deviceAppManagement entity. get: tags: - deviceAppManagement.androidManagedAppProtection summary: Get androidManagedAppProtection description: Read properties and relationships of the androidManagedAppProtection object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-mam-androidmanagedappprotection-get?view=graph-rest-1.0 operationId: deviceAppManagement.GetAndroidManagedAppProtections parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.androidManagedAppProtection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.androidManagedAppProtection summary: Update androidManagedAppProtection description: Update the properties of a androidManagedAppProtection object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-mam-androidmanagedappprotection-update?view=graph-rest-1.0 operationId: deviceAppManagement.UpdateAndroidManagedAppProtections requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.androidManagedAppProtection' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.androidManagedAppProtection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.androidManagedAppProtection summary: Delete androidManagedAppProtection description: Deletes a androidManagedAppProtection. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-mam-androidmanagedappprotection-delete?view=graph-rest-1.0 operationId: deviceAppManagement.DeleteAndroidManagedAppProtections parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: androidManagedAppProtection-id in: path description: The unique identifier of androidManagedAppProtection required: true schema: type: string x-ms-docs-key-type: androidManagedAppProtection '/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps': description: Provides operations to manage the apps property of the microsoft.graph.androidManagedAppProtection entity. get: tags: - deviceAppManagement.androidManagedAppProtection summary: Get apps from deviceAppManagement description: List of apps to which the policy is deployed. operationId: deviceAppManagement.androidManagedAppProtections.ListApps parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.managedMobileAppCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.androidManagedAppProtection summary: Create new navigation property to apps for deviceAppManagement operationId: deviceAppManagement.androidManagedAppProtections.CreateApps requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedMobileApp' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedMobileApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: androidManagedAppProtection-id in: path description: The unique identifier of androidManagedAppProtection required: true schema: type: string x-ms-docs-key-type: androidManagedAppProtection '/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}': description: Provides operations to manage the apps property of the microsoft.graph.androidManagedAppProtection entity. get: tags: - deviceAppManagement.androidManagedAppProtection summary: Get apps from deviceAppManagement description: List of apps to which the policy is deployed. operationId: deviceAppManagement.androidManagedAppProtections.GetApps parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedMobileApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.androidManagedAppProtection summary: Update the navigation property apps in deviceAppManagement operationId: deviceAppManagement.androidManagedAppProtections.UpdateApps requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedMobileApp' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedMobileApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.androidManagedAppProtection summary: Delete navigation property apps for deviceAppManagement operationId: deviceAppManagement.androidManagedAppProtections.DeleteApps parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: androidManagedAppProtection-id in: path description: The unique identifier of androidManagedAppProtection required: true schema: type: string x-ms-docs-key-type: androidManagedAppProtection - name: managedMobileApp-id in: path description: The unique identifier of managedMobileApp required: true schema: type: string x-ms-docs-key-type: managedMobileApp '/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.androidManagedAppProtection summary: Get the number of the resource operationId: deviceAppManagement.androidManagedAppProtections.apps.GetCount-6de4 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: androidManagedAppProtection-id in: path description: The unique identifier of androidManagedAppProtection required: true schema: type: string x-ms-docs-key-type: androidManagedAppProtection '/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments': description: Provides operations to manage the assignments property of the microsoft.graph.targetedManagedAppProtection entity. get: tags: - deviceAppManagement.androidManagedAppProtection summary: Get assignments from deviceAppManagement description: Navigation property to list of inclusion and exclusion groups to which the policy is deployed. operationId: deviceAppManagement.androidManagedAppProtections.ListAssignments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.targetedManagedAppPolicyAssignmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.androidManagedAppProtection summary: Create new navigation property to assignments for deviceAppManagement operationId: deviceAppManagement.androidManagedAppProtections.CreateAssignments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.targetedManagedAppPolicyAssignment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.targetedManagedAppPolicyAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: androidManagedAppProtection-id in: path description: The unique identifier of androidManagedAppProtection required: true schema: type: string x-ms-docs-key-type: androidManagedAppProtection x-ms-docs-grouped-path: - '/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments' '/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}': description: Provides operations to manage the assignments property of the microsoft.graph.targetedManagedAppProtection entity. get: tags: - deviceAppManagement.androidManagedAppProtection summary: Get assignments from deviceAppManagement description: Navigation property to list of inclusion and exclusion groups to which the policy is deployed. operationId: deviceAppManagement.androidManagedAppProtections.GetAssignments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.targetedManagedAppPolicyAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.androidManagedAppProtection summary: Update the navigation property assignments in deviceAppManagement operationId: deviceAppManagement.androidManagedAppProtections.UpdateAssignments requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.targetedManagedAppPolicyAssignment' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.targetedManagedAppPolicyAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.androidManagedAppProtection summary: Delete navigation property assignments for deviceAppManagement operationId: deviceAppManagement.androidManagedAppProtections.DeleteAssignments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: androidManagedAppProtection-id in: path description: The unique identifier of androidManagedAppProtection required: true schema: type: string x-ms-docs-key-type: androidManagedAppProtection - name: targetedManagedAppPolicyAssignment-id in: path description: The unique identifier of targetedManagedAppPolicyAssignment required: true schema: type: string x-ms-docs-key-type: targetedManagedAppPolicyAssignment x-ms-docs-grouped-path: - '/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}' '/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.androidManagedAppProtection summary: Get the number of the resource operationId: deviceAppManagement.androidManagedAppProtections.assignments.GetCount-574a parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: androidManagedAppProtection-id in: path description: The unique identifier of androidManagedAppProtection required: true schema: type: string x-ms-docs-key-type: androidManagedAppProtection '/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary': description: Provides operations to manage the deploymentSummary property of the microsoft.graph.androidManagedAppProtection entity. get: tags: - deviceAppManagement.androidManagedAppProtection summary: Get deploymentSummary from deviceAppManagement description: Navigation property to deployment summary of the configuration. operationId: deviceAppManagement.androidManagedAppProtections.GetDeploymentSummary parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedAppPolicyDeploymentSummary' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.androidManagedAppProtection summary: Update the navigation property deploymentSummary in deviceAppManagement operationId: deviceAppManagement.androidManagedAppProtections.UpdateDeploymentSummary requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedAppPolicyDeploymentSummary' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedAppPolicyDeploymentSummary' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.androidManagedAppProtection summary: Delete navigation property deploymentSummary for deviceAppManagement operationId: deviceAppManagement.androidManagedAppProtections.DeleteDeploymentSummary parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: androidManagedAppProtection-id in: path description: The unique identifier of androidManagedAppProtection required: true schema: type: string x-ms-docs-key-type: androidManagedAppProtection /deviceAppManagement/androidManagedAppProtections/$count: description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.androidManagedAppProtection summary: Get the number of the resource operationId: deviceAppManagement.androidManagedAppProtections.GetCount-dc72 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/defaultManagedAppProtections: description: Provides operations to manage the defaultManagedAppProtections property of the microsoft.graph.deviceAppManagement entity. get: tags: - deviceAppManagement.defaultManagedAppProtection summary: List defaultManagedAppProtections description: List properties and relationships of the defaultManagedAppProtection objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-mam-defaultmanagedappprotection-list?view=graph-rest-1.0 operationId: deviceAppManagement.ListDefaultManagedAppProtections parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.defaultManagedAppProtectionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.defaultManagedAppProtection summary: Create defaultManagedAppProtection description: Create a new defaultManagedAppProtection object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-mam-defaultmanagedappprotection-create?view=graph-rest-1.0 operationId: deviceAppManagement.CreateDefaultManagedAppProtections requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.defaultManagedAppProtection' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.defaultManagedAppProtection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}': description: Provides operations to manage the defaultManagedAppProtections property of the microsoft.graph.deviceAppManagement entity. get: tags: - deviceAppManagement.defaultManagedAppProtection summary: Get defaultManagedAppProtection description: Read properties and relationships of the defaultManagedAppProtection object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-mam-defaultmanagedappprotection-get?view=graph-rest-1.0 operationId: deviceAppManagement.GetDefaultManagedAppProtections parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.defaultManagedAppProtection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.defaultManagedAppProtection summary: Update defaultManagedAppProtection description: Update the properties of a defaultManagedAppProtection object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-mam-defaultmanagedappprotection-update?view=graph-rest-1.0 operationId: deviceAppManagement.UpdateDefaultManagedAppProtections requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.defaultManagedAppProtection' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.defaultManagedAppProtection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.defaultManagedAppProtection summary: Delete defaultManagedAppProtection description: Deletes a defaultManagedAppProtection. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-mam-defaultmanagedappprotection-delete?view=graph-rest-1.0 operationId: deviceAppManagement.DeleteDefaultManagedAppProtections parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: defaultManagedAppProtection-id in: path description: The unique identifier of defaultManagedAppProtection required: true schema: type: string x-ms-docs-key-type: defaultManagedAppProtection '/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps': description: Provides operations to manage the apps property of the microsoft.graph.defaultManagedAppProtection entity. get: tags: - deviceAppManagement.defaultManagedAppProtection summary: Get apps from deviceAppManagement description: List of apps to which the policy is deployed. operationId: deviceAppManagement.defaultManagedAppProtections.ListApps parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.managedMobileAppCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.defaultManagedAppProtection summary: Create new navigation property to apps for deviceAppManagement operationId: deviceAppManagement.defaultManagedAppProtections.CreateApps requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedMobileApp' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedMobileApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: defaultManagedAppProtection-id in: path description: The unique identifier of defaultManagedAppProtection required: true schema: type: string x-ms-docs-key-type: defaultManagedAppProtection '/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}': description: Provides operations to manage the apps property of the microsoft.graph.defaultManagedAppProtection entity. get: tags: - deviceAppManagement.defaultManagedAppProtection summary: Get apps from deviceAppManagement description: List of apps to which the policy is deployed. operationId: deviceAppManagement.defaultManagedAppProtections.GetApps parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedMobileApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.defaultManagedAppProtection summary: Update the navigation property apps in deviceAppManagement operationId: deviceAppManagement.defaultManagedAppProtections.UpdateApps requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedMobileApp' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedMobileApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.defaultManagedAppProtection summary: Delete navigation property apps for deviceAppManagement operationId: deviceAppManagement.defaultManagedAppProtections.DeleteApps parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: defaultManagedAppProtection-id in: path description: The unique identifier of defaultManagedAppProtection required: true schema: type: string x-ms-docs-key-type: defaultManagedAppProtection - name: managedMobileApp-id in: path description: The unique identifier of managedMobileApp required: true schema: type: string x-ms-docs-key-type: managedMobileApp '/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.defaultManagedAppProtection summary: Get the number of the resource operationId: deviceAppManagement.defaultManagedAppProtections.apps.GetCount-9a28 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: defaultManagedAppProtection-id in: path description: The unique identifier of defaultManagedAppProtection required: true schema: type: string x-ms-docs-key-type: defaultManagedAppProtection '/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary': description: Provides operations to manage the deploymentSummary property of the microsoft.graph.defaultManagedAppProtection entity. get: tags: - deviceAppManagement.defaultManagedAppProtection summary: Get deploymentSummary from deviceAppManagement description: Navigation property to deployment summary of the configuration. operationId: deviceAppManagement.defaultManagedAppProtections.GetDeploymentSummary parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedAppPolicyDeploymentSummary' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.defaultManagedAppProtection summary: Update the navigation property deploymentSummary in deviceAppManagement operationId: deviceAppManagement.defaultManagedAppProtections.UpdateDeploymentSummary requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedAppPolicyDeploymentSummary' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedAppPolicyDeploymentSummary' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.defaultManagedAppProtection summary: Delete navigation property deploymentSummary for deviceAppManagement operationId: deviceAppManagement.defaultManagedAppProtections.DeleteDeploymentSummary parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: defaultManagedAppProtection-id in: path description: The unique identifier of defaultManagedAppProtection required: true schema: type: string x-ms-docs-key-type: defaultManagedAppProtection /deviceAppManagement/defaultManagedAppProtections/$count: description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.defaultManagedAppProtection summary: Get the number of the resource operationId: deviceAppManagement.defaultManagedAppProtections.GetCount-9b85 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/iosManagedAppProtections: description: Provides operations to manage the iosManagedAppProtections property of the microsoft.graph.deviceAppManagement entity. get: tags: - deviceAppManagement.iosManagedAppProtection summary: List iosManagedAppProtections description: List properties and relationships of the iosManagedAppProtection objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-mam-iosmanagedappprotection-list?view=graph-rest-1.0 operationId: deviceAppManagement.ListIosManagedAppProtections parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.iosManagedAppProtectionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.iosManagedAppProtection summary: Create iosManagedAppProtection description: Create a new iosManagedAppProtection object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-mam-iosmanagedappprotection-create?view=graph-rest-1.0 operationId: deviceAppManagement.CreateIosManagedAppProtections requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.iosManagedAppProtection' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.iosManagedAppProtection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}': description: Provides operations to manage the iosManagedAppProtections property of the microsoft.graph.deviceAppManagement entity. get: tags: - deviceAppManagement.iosManagedAppProtection summary: Get iosManagedAppProtection description: Read properties and relationships of the iosManagedAppProtection object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-mam-iosmanagedappprotection-get?view=graph-rest-1.0 operationId: deviceAppManagement.GetIosManagedAppProtections parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.iosManagedAppProtection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.iosManagedAppProtection summary: Update iosManagedAppProtection description: Update the properties of a iosManagedAppProtection object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-mam-iosmanagedappprotection-update?view=graph-rest-1.0 operationId: deviceAppManagement.UpdateIosManagedAppProtections requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.iosManagedAppProtection' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.iosManagedAppProtection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.iosManagedAppProtection summary: Delete iosManagedAppProtection description: Deletes a iosManagedAppProtection. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-mam-iosmanagedappprotection-delete?view=graph-rest-1.0 operationId: deviceAppManagement.DeleteIosManagedAppProtections parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: iosManagedAppProtection-id in: path description: The unique identifier of iosManagedAppProtection required: true schema: type: string x-ms-docs-key-type: iosManagedAppProtection '/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps': description: Provides operations to manage the apps property of the microsoft.graph.iosManagedAppProtection entity. get: tags: - deviceAppManagement.iosManagedAppProtection summary: List managedMobileApps description: List properties and relationships of the managedMobileApp objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-mam-managedmobileapp-list?view=graph-rest-1.0 operationId: deviceAppManagement.iosManagedAppProtections.ListApps parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.managedMobileAppCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.iosManagedAppProtection summary: Create managedMobileApp description: Create a new managedMobileApp object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-mam-managedmobileapp-create?view=graph-rest-1.0 operationId: deviceAppManagement.iosManagedAppProtections.CreateApps requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedMobileApp' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedMobileApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: iosManagedAppProtection-id in: path description: The unique identifier of iosManagedAppProtection required: true schema: type: string x-ms-docs-key-type: iosManagedAppProtection '/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}': description: Provides operations to manage the apps property of the microsoft.graph.iosManagedAppProtection entity. get: tags: - deviceAppManagement.iosManagedAppProtection summary: Get managedMobileApp description: Read properties and relationships of the managedMobileApp object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-mam-managedmobileapp-get?view=graph-rest-1.0 operationId: deviceAppManagement.iosManagedAppProtections.GetApps parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedMobileApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.iosManagedAppProtection summary: Update managedMobileApp description: Update the properties of a managedMobileApp object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-mam-managedmobileapp-update?view=graph-rest-1.0 operationId: deviceAppManagement.iosManagedAppProtections.UpdateApps requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedMobileApp' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedMobileApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.iosManagedAppProtection summary: Delete managedMobileApp description: Deletes a managedMobileApp. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-mam-managedmobileapp-delete?view=graph-rest-1.0 operationId: deviceAppManagement.iosManagedAppProtections.DeleteApps parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: iosManagedAppProtection-id in: path description: The unique identifier of iosManagedAppProtection required: true schema: type: string x-ms-docs-key-type: iosManagedAppProtection - name: managedMobileApp-id in: path description: The unique identifier of managedMobileApp required: true schema: type: string x-ms-docs-key-type: managedMobileApp '/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.iosManagedAppProtection summary: Get the number of the resource operationId: deviceAppManagement.iosManagedAppProtections.apps.GetCount-33d5 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: iosManagedAppProtection-id in: path description: The unique identifier of iosManagedAppProtection required: true schema: type: string x-ms-docs-key-type: iosManagedAppProtection '/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments': description: Provides operations to manage the assignments property of the microsoft.graph.targetedManagedAppProtection entity. get: tags: - deviceAppManagement.iosManagedAppProtection summary: List targetedManagedAppPolicyAssignments description: List properties and relationships of the targetedManagedAppPolicyAssignment objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedapppolicyassignment-list?view=graph-rest-1.0 operationId: deviceAppManagement.iosManagedAppProtections.ListAssignments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.targetedManagedAppPolicyAssignmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.iosManagedAppProtection summary: Create new navigation property to assignments for deviceAppManagement operationId: deviceAppManagement.iosManagedAppProtections.CreateAssignments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.targetedManagedAppPolicyAssignment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.targetedManagedAppPolicyAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: iosManagedAppProtection-id in: path description: The unique identifier of iosManagedAppProtection required: true schema: type: string x-ms-docs-key-type: iosManagedAppProtection x-ms-docs-grouped-path: - '/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments' '/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}': description: Provides operations to manage the assignments property of the microsoft.graph.targetedManagedAppProtection entity. get: tags: - deviceAppManagement.iosManagedAppProtection summary: Get targetedManagedAppPolicyAssignment description: Read properties and relationships of the targetedManagedAppPolicyAssignment object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedapppolicyassignment-get?view=graph-rest-1.0 operationId: deviceAppManagement.iosManagedAppProtections.GetAssignments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.targetedManagedAppPolicyAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.iosManagedAppProtection summary: Update targetedManagedAppPolicyAssignment description: Update the properties of a targetedManagedAppPolicyAssignment object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedapppolicyassignment-update?view=graph-rest-1.0 operationId: deviceAppManagement.iosManagedAppProtections.UpdateAssignments requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.targetedManagedAppPolicyAssignment' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.targetedManagedAppPolicyAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.iosManagedAppProtection summary: Delete targetedManagedAppPolicyAssignment description: Deletes a targetedManagedAppPolicyAssignment. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedapppolicyassignment-delete?view=graph-rest-1.0 operationId: deviceAppManagement.iosManagedAppProtections.DeleteAssignments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: iosManagedAppProtection-id in: path description: The unique identifier of iosManagedAppProtection required: true schema: type: string x-ms-docs-key-type: iosManagedAppProtection - name: targetedManagedAppPolicyAssignment-id in: path description: The unique identifier of targetedManagedAppPolicyAssignment required: true schema: type: string x-ms-docs-key-type: targetedManagedAppPolicyAssignment x-ms-docs-grouped-path: - '/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}' '/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.iosManagedAppProtection summary: Get the number of the resource operationId: deviceAppManagement.iosManagedAppProtections.assignments.GetCount-619f parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: iosManagedAppProtection-id in: path description: The unique identifier of iosManagedAppProtection required: true schema: type: string x-ms-docs-key-type: iosManagedAppProtection '/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary': description: Provides operations to manage the deploymentSummary property of the microsoft.graph.iosManagedAppProtection entity. get: tags: - deviceAppManagement.iosManagedAppProtection summary: Get managedAppPolicyDeploymentSummary description: Read properties and relationships of the managedAppPolicyDeploymentSummary object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-mam-managedapppolicydeploymentsummary-get?view=graph-rest-1.0 operationId: deviceAppManagement.iosManagedAppProtections.GetDeploymentSummary parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedAppPolicyDeploymentSummary' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.iosManagedAppProtection summary: Update managedAppPolicyDeploymentSummary description: Update the properties of a managedAppPolicyDeploymentSummary object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-mam-managedapppolicydeploymentsummary-update?view=graph-rest-1.0 operationId: deviceAppManagement.iosManagedAppProtections.UpdateDeploymentSummary requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedAppPolicyDeploymentSummary' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedAppPolicyDeploymentSummary' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.iosManagedAppProtection summary: Delete navigation property deploymentSummary for deviceAppManagement operationId: deviceAppManagement.iosManagedAppProtections.DeleteDeploymentSummary parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: iosManagedAppProtection-id in: path description: The unique identifier of iosManagedAppProtection required: true schema: type: string x-ms-docs-key-type: iosManagedAppProtection /deviceAppManagement/iosManagedAppProtections/$count: description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.iosManagedAppProtection summary: Get the number of the resource operationId: deviceAppManagement.iosManagedAppProtections.GetCount-dcdc parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/managedAppPolicies: description: Provides operations to manage the managedAppPolicies property of the microsoft.graph.deviceAppManagement entity. get: tags: - deviceAppManagement.managedAppPolicy summary: List managedAppConfigurations description: List properties and relationships of the managedAppConfiguration objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-mam-managedappconfiguration-list?view=graph-rest-1.0 operationId: deviceAppManagement.ListManagedAppPolicies parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.managedAppPolicyCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.managedAppPolicy summary: Create new navigation property to managedAppPolicies for deviceAppManagement operationId: deviceAppManagement.CreateManagedAppPolicies requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedAppPolicy' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedAppPolicy' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}': description: Provides operations to manage the managedAppPolicies property of the microsoft.graph.deviceAppManagement entity. get: tags: - deviceAppManagement.managedAppPolicy summary: Get managedAppConfiguration description: Read properties and relationships of the managedAppConfiguration object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-mam-managedappconfiguration-get?view=graph-rest-1.0 operationId: deviceAppManagement.GetManagedAppPolicies parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedAppPolicy' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.managedAppPolicy summary: Update the navigation property managedAppPolicies in deviceAppManagement operationId: deviceAppManagement.UpdateManagedAppPolicies requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedAppPolicy' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedAppPolicy' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.managedAppPolicy summary: Delete navigation property managedAppPolicies for deviceAppManagement operationId: deviceAppManagement.DeleteManagedAppPolicies parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: managedAppPolicy-id in: path description: The unique identifier of managedAppPolicy required: true schema: type: string x-ms-docs-key-type: managedAppPolicy '/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}/targetApps': description: Provides operations to call the targetApps method. post: tags: - deviceAppManagement.Actions summary: Invoke action targetApps description: Not yet documented externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-mam-managedapppolicy-targetapps?view=graph-rest-1.0 operationId: deviceAppManagement.managedAppPolicies.managedAppPolicy.targetApps requestBody: description: Action parameters content: application/json: schema: type: object properties: apps: type: array items: $ref: '#/components/schemas/microsoft.graph.managedMobileApp' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: managedAppPolicy-id in: path description: The unique identifier of managedAppPolicy required: true schema: type: string x-ms-docs-key-type: managedAppPolicy x-ms-docs-grouped-path: - '/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}/targetApps' - '/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}/targetApps' - '/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/targetApps' /deviceAppManagement/managedAppPolicies/$count: description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.managedAppPolicy summary: Get the number of the resource operationId: deviceAppManagement.managedAppPolicies.GetCount-b24d parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/managedAppRegistrations: description: Provides operations to manage the managedAppRegistrations property of the microsoft.graph.deviceAppManagement entity. get: tags: - deviceAppManagement.managedAppRegistration summary: List managedAppRegistrations description: List properties and relationships of the managedAppRegistration objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-mam-managedappregistration-list?view=graph-rest-1.0 operationId: deviceAppManagement.ListManagedAppRegistrations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.managedAppRegistrationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.managedAppRegistration summary: Create androidManagedAppRegistration description: Create a new androidManagedAppRegistration object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-mam-androidmanagedappregistration-create?view=graph-rest-1.0 operationId: deviceAppManagement.CreateManagedAppRegistrations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedAppRegistration' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedAppRegistration' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}': description: Provides operations to manage the managedAppRegistrations property of the microsoft.graph.deviceAppManagement entity. get: tags: - deviceAppManagement.managedAppRegistration summary: Get managedAppRegistration description: Read properties and relationships of the managedAppRegistration object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-mam-managedappregistration-get?view=graph-rest-1.0 operationId: deviceAppManagement.GetManagedAppRegistrations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedAppRegistration' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.managedAppRegistration summary: Update the navigation property managedAppRegistrations in deviceAppManagement operationId: deviceAppManagement.UpdateManagedAppRegistrations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedAppRegistration' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedAppRegistration' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.managedAppRegistration summary: Delete navigation property managedAppRegistrations for deviceAppManagement operationId: deviceAppManagement.DeleteManagedAppRegistrations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: managedAppRegistration-id in: path description: The unique identifier of managedAppRegistration required: true schema: type: string x-ms-docs-key-type: managedAppRegistration '/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies': description: Provides operations to manage the appliedPolicies property of the microsoft.graph.managedAppRegistration entity. get: tags: - deviceAppManagement.managedAppRegistration summary: Get appliedPolicies from deviceAppManagement description: Zero or more policys already applied on the registered app when it last synchronized with managment service. operationId: deviceAppManagement.managedAppRegistrations.ListAppliedPolicies parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.managedAppPolicyCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.managedAppRegistration summary: Create new navigation property to appliedPolicies for deviceAppManagement operationId: deviceAppManagement.managedAppRegistrations.CreateAppliedPolicies requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedAppPolicy' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedAppPolicy' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: managedAppRegistration-id in: path description: The unique identifier of managedAppRegistration required: true schema: type: string x-ms-docs-key-type: managedAppRegistration '/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}': description: Provides operations to manage the appliedPolicies property of the microsoft.graph.managedAppRegistration entity. get: tags: - deviceAppManagement.managedAppRegistration summary: Get appliedPolicies from deviceAppManagement description: Zero or more policys already applied on the registered app when it last synchronized with managment service. operationId: deviceAppManagement.managedAppRegistrations.GetAppliedPolicies parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedAppPolicy' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.managedAppRegistration summary: Update the navigation property appliedPolicies in deviceAppManagement operationId: deviceAppManagement.managedAppRegistrations.UpdateAppliedPolicies requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedAppPolicy' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedAppPolicy' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.managedAppRegistration summary: Delete navigation property appliedPolicies for deviceAppManagement operationId: deviceAppManagement.managedAppRegistrations.DeleteAppliedPolicies parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: managedAppRegistration-id in: path description: The unique identifier of managedAppRegistration required: true schema: type: string x-ms-docs-key-type: managedAppRegistration - name: managedAppPolicy-id in: path description: The unique identifier of managedAppPolicy required: true schema: type: string x-ms-docs-key-type: managedAppPolicy '/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}/targetApps': description: Provides operations to call the targetApps method. post: tags: - deviceAppManagement.Actions summary: Invoke action targetApps description: Not yet documented externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-mam-managedapppolicy-targetapps?view=graph-rest-1.0 operationId: deviceAppManagement.managedAppRegistrations.managedAppRegistration.appliedPolicies.managedAppPolicy.targetApps requestBody: description: Action parameters content: application/json: schema: type: object properties: apps: type: array items: $ref: '#/components/schemas/microsoft.graph.managedMobileApp' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: managedAppRegistration-id in: path description: The unique identifier of managedAppRegistration required: true schema: type: string x-ms-docs-key-type: managedAppRegistration - name: managedAppPolicy-id in: path description: The unique identifier of managedAppPolicy required: true schema: type: string x-ms-docs-key-type: managedAppPolicy x-ms-docs-grouped-path: - '/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}/targetApps' - '/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}/targetApps' - '/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/targetApps' '/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.managedAppRegistration summary: Get the number of the resource operationId: deviceAppManagement.managedAppRegistrations.appliedPolicies.GetCount-91f5 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: managedAppRegistration-id in: path description: The unique identifier of managedAppRegistration required: true schema: type: string x-ms-docs-key-type: managedAppRegistration '/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies': description: Provides operations to manage the intendedPolicies property of the microsoft.graph.managedAppRegistration entity. get: tags: - deviceAppManagement.managedAppRegistration summary: Get intendedPolicies from deviceAppManagement description: Zero or more policies admin intended for the app as of now. operationId: deviceAppManagement.managedAppRegistrations.ListIntendedPolicies parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.managedAppPolicyCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.managedAppRegistration summary: Create new navigation property to intendedPolicies for deviceAppManagement operationId: deviceAppManagement.managedAppRegistrations.CreateIntendedPolicies requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedAppPolicy' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedAppPolicy' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: managedAppRegistration-id in: path description: The unique identifier of managedAppRegistration required: true schema: type: string x-ms-docs-key-type: managedAppRegistration '/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}': description: Provides operations to manage the intendedPolicies property of the microsoft.graph.managedAppRegistration entity. get: tags: - deviceAppManagement.managedAppRegistration summary: Get intendedPolicies from deviceAppManagement description: Zero or more policies admin intended for the app as of now. operationId: deviceAppManagement.managedAppRegistrations.GetIntendedPolicies parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedAppPolicy' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.managedAppRegistration summary: Update the navigation property intendedPolicies in deviceAppManagement operationId: deviceAppManagement.managedAppRegistrations.UpdateIntendedPolicies requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedAppPolicy' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedAppPolicy' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.managedAppRegistration summary: Delete navigation property intendedPolicies for deviceAppManagement operationId: deviceAppManagement.managedAppRegistrations.DeleteIntendedPolicies parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: managedAppRegistration-id in: path description: The unique identifier of managedAppRegistration required: true schema: type: string x-ms-docs-key-type: managedAppRegistration - name: managedAppPolicy-id in: path description: The unique identifier of managedAppPolicy required: true schema: type: string x-ms-docs-key-type: managedAppPolicy '/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}/targetApps': description: Provides operations to call the targetApps method. post: tags: - deviceAppManagement.Actions summary: Invoke action targetApps description: Not yet documented externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-mam-managedapppolicy-targetapps?view=graph-rest-1.0 operationId: deviceAppManagement.managedAppRegistrations.managedAppRegistration.intendedPolicies.managedAppPolicy.targetApps requestBody: description: Action parameters content: application/json: schema: type: object properties: apps: type: array items: $ref: '#/components/schemas/microsoft.graph.managedMobileApp' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: managedAppRegistration-id in: path description: The unique identifier of managedAppRegistration required: true schema: type: string x-ms-docs-key-type: managedAppRegistration - name: managedAppPolicy-id in: path description: The unique identifier of managedAppPolicy required: true schema: type: string x-ms-docs-key-type: managedAppPolicy x-ms-docs-grouped-path: - '/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}/targetApps' - '/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}/targetApps' - '/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/targetApps' '/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.managedAppRegistration summary: Get the number of the resource operationId: deviceAppManagement.managedAppRegistrations.intendedPolicies.GetCount-edb3 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: managedAppRegistration-id in: path description: The unique identifier of managedAppRegistration required: true schema: type: string x-ms-docs-key-type: managedAppRegistration '/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations': description: Provides operations to manage the operations property of the microsoft.graph.managedAppRegistration entity. get: tags: - deviceAppManagement.managedAppRegistration summary: List managedAppOperations description: List properties and relationships of the managedAppOperation objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-mam-managedappoperation-list?view=graph-rest-1.0 operationId: deviceAppManagement.managedAppRegistrations.ListOperations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.managedAppOperationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.managedAppRegistration summary: Create managedAppOperation description: Create a new managedAppOperation object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-mam-managedappoperation-create?view=graph-rest-1.0 operationId: deviceAppManagement.managedAppRegistrations.CreateOperations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedAppOperation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedAppOperation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: managedAppRegistration-id in: path description: The unique identifier of managedAppRegistration required: true schema: type: string x-ms-docs-key-type: managedAppRegistration '/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}': description: Provides operations to manage the operations property of the microsoft.graph.managedAppRegistration entity. get: tags: - deviceAppManagement.managedAppRegistration summary: Get managedAppOperation description: Read properties and relationships of the managedAppOperation object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-mam-managedappoperation-get?view=graph-rest-1.0 operationId: deviceAppManagement.managedAppRegistrations.GetOperations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedAppOperation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.managedAppRegistration summary: Update managedAppOperation description: Update the properties of a managedAppOperation object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-mam-managedappoperation-update?view=graph-rest-1.0 operationId: deviceAppManagement.managedAppRegistrations.UpdateOperations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedAppOperation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedAppOperation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.managedAppRegistration summary: Delete managedAppOperation description: Deletes a managedAppOperation. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-mam-managedappoperation-delete?view=graph-rest-1.0 operationId: deviceAppManagement.managedAppRegistrations.DeleteOperations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: managedAppRegistration-id in: path description: The unique identifier of managedAppRegistration required: true schema: type: string x-ms-docs-key-type: managedAppRegistration - name: managedAppOperation-id in: path description: The unique identifier of managedAppOperation required: true schema: type: string x-ms-docs-key-type: managedAppOperation '/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.managedAppRegistration summary: Get the number of the resource operationId: deviceAppManagement.managedAppRegistrations.operations.GetCount-3c0f parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: managedAppRegistration-id in: path description: The unique identifier of managedAppRegistration required: true schema: type: string x-ms-docs-key-type: managedAppRegistration /deviceAppManagement/managedAppRegistrations/$count: description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.managedAppRegistration summary: Get the number of the resource operationId: deviceAppManagement.managedAppRegistrations.GetCount-e04a parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/managedAppRegistrations/getUserIdsWithFlaggedAppRegistration(): description: Provides operations to call the getUserIdsWithFlaggedAppRegistration method. get: tags: - deviceAppManagement.Functions summary: Invoke function getUserIdsWithFlaggedAppRegistration description: Not yet documented externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-mam-managedappregistration-getuseridswithflaggedappregistration?view=graph-rest-1.0 operationId: deviceAppManagement.managedAppRegistrations.getUserIdsWithFlaggedAppRegistration parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: type: string nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /deviceAppManagement/managedAppStatuses: description: Provides operations to manage the managedAppStatuses property of the microsoft.graph.deviceAppManagement entity. get: tags: - deviceAppManagement.managedAppStatus summary: List managedAppStatusRaws description: List properties and relationships of the managedAppStatusRaw objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-mam-managedappstatusraw-list?view=graph-rest-1.0 operationId: deviceAppManagement.ListManagedAppStatuses parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.managedAppStatusCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.managedAppStatus summary: Create new navigation property to managedAppStatuses for deviceAppManagement operationId: deviceAppManagement.CreateManagedAppStatuses requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedAppStatus' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedAppStatus' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}': description: Provides operations to manage the managedAppStatuses property of the microsoft.graph.deviceAppManagement entity. get: tags: - deviceAppManagement.managedAppStatus summary: Get managedAppStatus description: Read properties and relationships of the managedAppStatus object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-mam-managedappstatus-get?view=graph-rest-1.0 operationId: deviceAppManagement.GetManagedAppStatuses parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedAppStatus' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.managedAppStatus summary: Update the navigation property managedAppStatuses in deviceAppManagement operationId: deviceAppManagement.UpdateManagedAppStatuses requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedAppStatus' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedAppStatus' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.managedAppStatus summary: Delete navigation property managedAppStatuses for deviceAppManagement operationId: deviceAppManagement.DeleteManagedAppStatuses parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: managedAppStatus-id in: path description: The unique identifier of managedAppStatus required: true schema: type: string x-ms-docs-key-type: managedAppStatus /deviceAppManagement/managedAppStatuses/$count: description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.managedAppStatus summary: Get the number of the resource operationId: deviceAppManagement.managedAppStatuses.GetCount-1655 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/managedEBooks: description: Provides operations to manage the managedEBooks property of the microsoft.graph.deviceAppManagement entity. get: tags: - deviceAppManagement.managedEBook summary: List managedEBooks description: List properties and relationships of the managedEBook objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-books-managedebook-list?view=graph-rest-1.0 operationId: deviceAppManagement.ListManagedEBooks parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.managedEBookCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.managedEBook summary: Create iosVppEBook description: Create a new iosVppEBook object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-books-iosvppebook-create?view=graph-rest-1.0 operationId: deviceAppManagement.CreateManagedEBooks requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedEBook' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedEBook' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/deviceAppManagement/managedEBooks/{managedEBook-id}': description: Provides operations to manage the managedEBooks property of the microsoft.graph.deviceAppManagement entity. get: tags: - deviceAppManagement.managedEBook summary: Get iosVppEBook description: Read properties and relationships of the iosVppEBook object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-books-iosvppebook-get?view=graph-rest-1.0 operationId: deviceAppManagement.GetManagedEBooks parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedEBook' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.managedEBook summary: Update iosVppEBook description: Update the properties of a iosVppEBook object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-books-iosvppebook-update?view=graph-rest-1.0 operationId: deviceAppManagement.UpdateManagedEBooks requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedEBook' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedEBook' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.managedEBook summary: Delete iosVppEBook description: Deletes a iosVppEBook. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-books-iosvppebook-delete?view=graph-rest-1.0 operationId: deviceAppManagement.DeleteManagedEBooks parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: managedEBook-id in: path description: The unique identifier of managedEBook required: true schema: type: string x-ms-docs-key-type: managedEBook '/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments': description: Provides operations to manage the assignments property of the microsoft.graph.managedEBook entity. get: tags: - deviceAppManagement.managedEBook summary: List managedEBookAssignments description: List properties and relationships of the managedEBookAssignment objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-list?view=graph-rest-1.0 operationId: deviceAppManagement.managedEBooks.ListAssignments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.managedEBookAssignmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.managedEBook summary: Create iosVppEBookAssignment description: Create a new iosVppEBookAssignment object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-create?view=graph-rest-1.0 operationId: deviceAppManagement.managedEBooks.CreateAssignments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedEBookAssignment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedEBookAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: managedEBook-id in: path description: The unique identifier of managedEBook required: true schema: type: string x-ms-docs-key-type: managedEBook '/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}': description: Provides operations to manage the assignments property of the microsoft.graph.managedEBook entity. get: tags: - deviceAppManagement.managedEBook summary: Get iosVppEBookAssignment description: Read properties and relationships of the iosVppEBookAssignment object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-get?view=graph-rest-1.0 operationId: deviceAppManagement.managedEBooks.GetAssignments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedEBookAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.managedEBook summary: Update iosVppEBookAssignment description: Update the properties of a iosVppEBookAssignment object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-update?view=graph-rest-1.0 operationId: deviceAppManagement.managedEBooks.UpdateAssignments requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedEBookAssignment' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedEBookAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.managedEBook summary: Delete managedEBookAssignment description: Deletes a managedEBookAssignment. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-delete?view=graph-rest-1.0 operationId: deviceAppManagement.managedEBooks.DeleteAssignments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: managedEBook-id in: path description: The unique identifier of managedEBook required: true schema: type: string x-ms-docs-key-type: managedEBook - name: managedEBookAssignment-id in: path description: The unique identifier of managedEBookAssignment required: true schema: type: string x-ms-docs-key-type: managedEBookAssignment '/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.managedEBook summary: Get the number of the resource operationId: deviceAppManagement.managedEBooks.assignments.GetCount-b034 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: managedEBook-id in: path description: The unique identifier of managedEBook required: true schema: type: string x-ms-docs-key-type: managedEBook '/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates': description: Provides operations to manage the deviceStates property of the microsoft.graph.managedEBook entity. get: tags: - deviceAppManagement.managedEBook summary: List deviceInstallStates description: List properties and relationships of the deviceInstallState objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-books-deviceinstallstate-list?view=graph-rest-1.0 operationId: deviceAppManagement.managedEBooks.ListDeviceStates parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.deviceInstallStateCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.managedEBook summary: Create deviceInstallState description: Create a new deviceInstallState object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-books-deviceinstallstate-create?view=graph-rest-1.0 operationId: deviceAppManagement.managedEBooks.CreateDeviceStates requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceInstallState' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceInstallState' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: managedEBook-id in: path description: The unique identifier of managedEBook required: true schema: type: string x-ms-docs-key-type: managedEBook '/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}': description: Provides operations to manage the deviceStates property of the microsoft.graph.managedEBook entity. get: tags: - deviceAppManagement.managedEBook summary: Get deviceInstallState description: Read properties and relationships of the deviceInstallState object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-books-deviceinstallstate-get?view=graph-rest-1.0 operationId: deviceAppManagement.managedEBooks.GetDeviceStates parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceInstallState' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.managedEBook summary: Update deviceInstallState description: Update the properties of a deviceInstallState object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-books-deviceinstallstate-update?view=graph-rest-1.0 operationId: deviceAppManagement.managedEBooks.UpdateDeviceStates requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceInstallState' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceInstallState' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.managedEBook summary: Delete deviceInstallState description: Deletes a deviceInstallState. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-books-deviceinstallstate-delete?view=graph-rest-1.0 operationId: deviceAppManagement.managedEBooks.DeleteDeviceStates parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: managedEBook-id in: path description: The unique identifier of managedEBook required: true schema: type: string x-ms-docs-key-type: managedEBook - name: deviceInstallState-id in: path description: The unique identifier of deviceInstallState required: true schema: type: string x-ms-docs-key-type: deviceInstallState '/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.managedEBook summary: Get the number of the resource operationId: deviceAppManagement.managedEBooks.deviceStates.GetCount-6c04 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: managedEBook-id in: path description: The unique identifier of managedEBook required: true schema: type: string x-ms-docs-key-type: managedEBook '/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary': description: Provides operations to manage the installSummary property of the microsoft.graph.managedEBook entity. get: tags: - deviceAppManagement.managedEBook summary: Get eBookInstallSummary description: Read properties and relationships of the eBookInstallSummary object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-books-ebookinstallsummary-get?view=graph-rest-1.0 operationId: deviceAppManagement.managedEBooks.GetInstallSummary parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.eBookInstallSummary' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.managedEBook summary: Update eBookInstallSummary description: Update the properties of a eBookInstallSummary object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-books-ebookinstallsummary-update?view=graph-rest-1.0 operationId: deviceAppManagement.managedEBooks.UpdateInstallSummary requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.eBookInstallSummary' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.eBookInstallSummary' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.managedEBook summary: Delete navigation property installSummary for deviceAppManagement operationId: deviceAppManagement.managedEBooks.DeleteInstallSummary parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: managedEBook-id in: path description: The unique identifier of managedEBook required: true schema: type: string x-ms-docs-key-type: managedEBook '/deviceAppManagement/managedEBooks/{managedEBook-id}/assign': description: Provides operations to call the assign method. post: tags: - deviceAppManagement.Actions summary: Invoke action assign description: Not yet documented externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-books-managedebook-assign?view=graph-rest-1.0 operationId: deviceAppManagement.managedEBooks.managedEBook.assign requestBody: description: Action parameters content: application/json: schema: type: object properties: managedEBookAssignments: type: array items: $ref: '#/components/schemas/microsoft.graph.managedEBookAssignment' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: managedEBook-id in: path description: The unique identifier of managedEBook required: true schema: type: string x-ms-docs-key-type: managedEBook x-ms-docs-grouped-path: - '/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assign' - '/deviceAppManagement/mobileApps/{mobileApp-id}/assign' - '/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assign' '/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary': description: Provides operations to manage the userStateSummary property of the microsoft.graph.managedEBook entity. get: tags: - deviceAppManagement.managedEBook summary: List userInstallStateSummaries description: List properties and relationships of the userInstallStateSummary objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-books-userinstallstatesummary-list?view=graph-rest-1.0 operationId: deviceAppManagement.managedEBooks.ListUserStateSummary parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.userInstallStateSummaryCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.managedEBook summary: Create userInstallStateSummary description: Create a new userInstallStateSummary object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-books-userinstallstatesummary-create?view=graph-rest-1.0 operationId: deviceAppManagement.managedEBooks.CreateUserStateSummary requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userInstallStateSummary' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userInstallStateSummary' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: managedEBook-id in: path description: The unique identifier of managedEBook required: true schema: type: string x-ms-docs-key-type: managedEBook '/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}': description: Provides operations to manage the userStateSummary property of the microsoft.graph.managedEBook entity. get: tags: - deviceAppManagement.managedEBook summary: Get userInstallStateSummary description: Read properties and relationships of the userInstallStateSummary object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-books-userinstallstatesummary-get?view=graph-rest-1.0 operationId: deviceAppManagement.managedEBooks.GetUserStateSummary parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userInstallStateSummary' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.managedEBook summary: Update userInstallStateSummary description: Update the properties of a userInstallStateSummary object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-books-userinstallstatesummary-update?view=graph-rest-1.0 operationId: deviceAppManagement.managedEBooks.UpdateUserStateSummary requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userInstallStateSummary' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userInstallStateSummary' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.managedEBook summary: Delete userInstallStateSummary description: Deletes a userInstallStateSummary. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-books-userinstallstatesummary-delete?view=graph-rest-1.0 operationId: deviceAppManagement.managedEBooks.DeleteUserStateSummary parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: managedEBook-id in: path description: The unique identifier of managedEBook required: true schema: type: string x-ms-docs-key-type: managedEBook - name: userInstallStateSummary-id in: path description: The unique identifier of userInstallStateSummary required: true schema: type: string x-ms-docs-key-type: userInstallStateSummary '/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates': description: Provides operations to manage the deviceStates property of the microsoft.graph.userInstallStateSummary entity. get: tags: - deviceAppManagement.managedEBook summary: Get deviceStates from deviceAppManagement description: The install state of the eBook. operationId: deviceAppManagement.managedEBooks.userStateSummary.ListDeviceStates parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.deviceInstallStateCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.managedEBook summary: Create new navigation property to deviceStates for deviceAppManagement operationId: deviceAppManagement.managedEBooks.userStateSummary.CreateDeviceStates requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceInstallState' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceInstallState' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: managedEBook-id in: path description: The unique identifier of managedEBook required: true schema: type: string x-ms-docs-key-type: managedEBook - name: userInstallStateSummary-id in: path description: The unique identifier of userInstallStateSummary required: true schema: type: string x-ms-docs-key-type: userInstallStateSummary '/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}': description: Provides operations to manage the deviceStates property of the microsoft.graph.userInstallStateSummary entity. get: tags: - deviceAppManagement.managedEBook summary: Get deviceStates from deviceAppManagement description: The install state of the eBook. operationId: deviceAppManagement.managedEBooks.userStateSummary.GetDeviceStates parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceInstallState' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.managedEBook summary: Update the navigation property deviceStates in deviceAppManagement operationId: deviceAppManagement.managedEBooks.userStateSummary.UpdateDeviceStates requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceInstallState' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceInstallState' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.managedEBook summary: Delete navigation property deviceStates for deviceAppManagement operationId: deviceAppManagement.managedEBooks.userStateSummary.DeleteDeviceStates parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: managedEBook-id in: path description: The unique identifier of managedEBook required: true schema: type: string x-ms-docs-key-type: managedEBook - name: userInstallStateSummary-id in: path description: The unique identifier of userInstallStateSummary required: true schema: type: string x-ms-docs-key-type: userInstallStateSummary - name: deviceInstallState-id in: path description: The unique identifier of deviceInstallState required: true schema: type: string x-ms-docs-key-type: deviceInstallState '/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.managedEBook summary: Get the number of the resource operationId: deviceAppManagement.managedEBooks.userStateSummary.deviceStates.GetCount-a97e parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: managedEBook-id in: path description: The unique identifier of managedEBook required: true schema: type: string x-ms-docs-key-type: managedEBook - name: userInstallStateSummary-id in: path description: The unique identifier of userInstallStateSummary required: true schema: type: string x-ms-docs-key-type: userInstallStateSummary '/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.managedEBook summary: Get the number of the resource operationId: deviceAppManagement.managedEBooks.userStateSummary.GetCount-862d parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: managedEBook-id in: path description: The unique identifier of managedEBook required: true schema: type: string x-ms-docs-key-type: managedEBook /deviceAppManagement/managedEBooks/$count: description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.managedEBook summary: Get the number of the resource operationId: deviceAppManagement.managedEBooks.GetCount-72ff parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mdmWindowsInformationProtectionPolicies: description: Provides operations to manage the mdmWindowsInformationProtectionPolicies property of the microsoft.graph.deviceAppManagement entity. get: tags: - deviceAppManagement.mdmWindowsInformationProtectionPolicy summary: List mdmWindowsInformationProtectionPolicies description: List properties and relationships of the mdmWindowsInformationProtectionPolicy objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-mam-mdmwindowsinformationprotectionpolicy-list?view=graph-rest-1.0 operationId: deviceAppManagement.ListMdmWindowsInformationProtectionPolicies parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mdmWindowsInformationProtectionPolicyCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mdmWindowsInformationProtectionPolicy summary: Create mdmWindowsInformationProtectionPolicy description: Create a new mdmWindowsInformationProtectionPolicy object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-mam-mdmwindowsinformationprotectionpolicy-create?view=graph-rest-1.0 operationId: deviceAppManagement.CreateMdmWindowsInformationProtectionPolicies requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mdmWindowsInformationProtectionPolicy' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mdmWindowsInformationProtectionPolicy' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}': description: Provides operations to manage the mdmWindowsInformationProtectionPolicies property of the microsoft.graph.deviceAppManagement entity. get: tags: - deviceAppManagement.mdmWindowsInformationProtectionPolicy summary: Get mdmWindowsInformationProtectionPolicy description: Read properties and relationships of the mdmWindowsInformationProtectionPolicy object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-mam-mdmwindowsinformationprotectionpolicy-get?view=graph-rest-1.0 operationId: deviceAppManagement.GetMdmWindowsInformationProtectionPolicies parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mdmWindowsInformationProtectionPolicy' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mdmWindowsInformationProtectionPolicy summary: Update mdmWindowsInformationProtectionPolicy description: Update the properties of a mdmWindowsInformationProtectionPolicy object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-mam-mdmwindowsinformationprotectionpolicy-update?view=graph-rest-1.0 operationId: deviceAppManagement.UpdateMdmWindowsInformationProtectionPolicies requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mdmWindowsInformationProtectionPolicy' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mdmWindowsInformationProtectionPolicy' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mdmWindowsInformationProtectionPolicy summary: Delete mdmWindowsInformationProtectionPolicy description: Deletes a mdmWindowsInformationProtectionPolicy. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-mam-mdmwindowsinformationprotectionpolicy-delete?view=graph-rest-1.0 operationId: deviceAppManagement.DeleteMdmWindowsInformationProtectionPolicies parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mdmWindowsInformationProtectionPolicy-id in: path description: The unique identifier of mdmWindowsInformationProtectionPolicy required: true schema: type: string x-ms-docs-key-type: mdmWindowsInformationProtectionPolicy '/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments': description: Provides operations to manage the assignments property of the microsoft.graph.windowsInformationProtection entity. get: tags: - deviceAppManagement.mdmWindowsInformationProtectionPolicy summary: Get assignments from deviceAppManagement description: Navigation property to list of security groups targeted for policy. operationId: deviceAppManagement.mdmWindowsInformationProtectionPolicies.ListAssignments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.targetedManagedAppPolicyAssignmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mdmWindowsInformationProtectionPolicy summary: Create new navigation property to assignments for deviceAppManagement operationId: deviceAppManagement.mdmWindowsInformationProtectionPolicies.CreateAssignments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.targetedManagedAppPolicyAssignment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.targetedManagedAppPolicyAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mdmWindowsInformationProtectionPolicy-id in: path description: The unique identifier of mdmWindowsInformationProtectionPolicy required: true schema: type: string x-ms-docs-key-type: mdmWindowsInformationProtectionPolicy x-ms-docs-grouped-path: - '/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments' '/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}': description: Provides operations to manage the assignments property of the microsoft.graph.windowsInformationProtection entity. get: tags: - deviceAppManagement.mdmWindowsInformationProtectionPolicy summary: Get assignments from deviceAppManagement description: Navigation property to list of security groups targeted for policy. operationId: deviceAppManagement.mdmWindowsInformationProtectionPolicies.GetAssignments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.targetedManagedAppPolicyAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mdmWindowsInformationProtectionPolicy summary: Update the navigation property assignments in deviceAppManagement operationId: deviceAppManagement.mdmWindowsInformationProtectionPolicies.UpdateAssignments requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.targetedManagedAppPolicyAssignment' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.targetedManagedAppPolicyAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mdmWindowsInformationProtectionPolicy summary: Delete navigation property assignments for deviceAppManagement operationId: deviceAppManagement.mdmWindowsInformationProtectionPolicies.DeleteAssignments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mdmWindowsInformationProtectionPolicy-id in: path description: The unique identifier of mdmWindowsInformationProtectionPolicy required: true schema: type: string x-ms-docs-key-type: mdmWindowsInformationProtectionPolicy - name: targetedManagedAppPolicyAssignment-id in: path description: The unique identifier of targetedManagedAppPolicyAssignment required: true schema: type: string x-ms-docs-key-type: targetedManagedAppPolicyAssignment x-ms-docs-grouped-path: - '/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}' '/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mdmWindowsInformationProtectionPolicy summary: Get the number of the resource operationId: deviceAppManagement.mdmWindowsInformationProtectionPolicies.assignments.GetCount-12b1 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: mdmWindowsInformationProtectionPolicy-id in: path description: The unique identifier of mdmWindowsInformationProtectionPolicy required: true schema: type: string x-ms-docs-key-type: mdmWindowsInformationProtectionPolicy '/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles': description: Provides operations to manage the exemptAppLockerFiles property of the microsoft.graph.windowsInformationProtection entity. get: tags: - deviceAppManagement.mdmWindowsInformationProtectionPolicy summary: Get exemptAppLockerFiles from deviceAppManagement description: Another way to input exempt apps through xml files operationId: deviceAppManagement.mdmWindowsInformationProtectionPolicies.ListExemptAppLockerFiles parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.windowsInformationProtectionAppLockerFileCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mdmWindowsInformationProtectionPolicy summary: Create new navigation property to exemptAppLockerFiles for deviceAppManagement operationId: deviceAppManagement.mdmWindowsInformationProtectionPolicies.CreateExemptAppLockerFiles requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionAppLockerFile' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionAppLockerFile' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mdmWindowsInformationProtectionPolicy-id in: path description: The unique identifier of mdmWindowsInformationProtectionPolicy required: true schema: type: string x-ms-docs-key-type: mdmWindowsInformationProtectionPolicy x-ms-docs-grouped-path: - '/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles' '/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}': description: Provides operations to manage the exemptAppLockerFiles property of the microsoft.graph.windowsInformationProtection entity. get: tags: - deviceAppManagement.mdmWindowsInformationProtectionPolicy summary: Get exemptAppLockerFiles from deviceAppManagement description: Another way to input exempt apps through xml files operationId: deviceAppManagement.mdmWindowsInformationProtectionPolicies.GetExemptAppLockerFiles parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionAppLockerFile' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mdmWindowsInformationProtectionPolicy summary: Update the navigation property exemptAppLockerFiles in deviceAppManagement operationId: deviceAppManagement.mdmWindowsInformationProtectionPolicies.UpdateExemptAppLockerFiles requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionAppLockerFile' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionAppLockerFile' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mdmWindowsInformationProtectionPolicy summary: Delete navigation property exemptAppLockerFiles for deviceAppManagement operationId: deviceAppManagement.mdmWindowsInformationProtectionPolicies.DeleteExemptAppLockerFiles parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mdmWindowsInformationProtectionPolicy-id in: path description: The unique identifier of mdmWindowsInformationProtectionPolicy required: true schema: type: string x-ms-docs-key-type: mdmWindowsInformationProtectionPolicy - name: windowsInformationProtectionAppLockerFile-id in: path description: The unique identifier of windowsInformationProtectionAppLockerFile required: true schema: type: string x-ms-docs-key-type: windowsInformationProtectionAppLockerFile x-ms-docs-grouped-path: - '/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}' '/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mdmWindowsInformationProtectionPolicy summary: Get the number of the resource operationId: deviceAppManagement.mdmWindowsInformationProtectionPolicies.exemptAppLockerFiles.GetCount-f6bf parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: mdmWindowsInformationProtectionPolicy-id in: path description: The unique identifier of mdmWindowsInformationProtectionPolicy required: true schema: type: string x-ms-docs-key-type: mdmWindowsInformationProtectionPolicy '/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles': description: Provides operations to manage the protectedAppLockerFiles property of the microsoft.graph.windowsInformationProtection entity. get: tags: - deviceAppManagement.mdmWindowsInformationProtectionPolicy summary: Get protectedAppLockerFiles from deviceAppManagement description: Another way to input protected apps through xml files operationId: deviceAppManagement.mdmWindowsInformationProtectionPolicies.ListProtectedAppLockerFiles parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.windowsInformationProtectionAppLockerFileCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mdmWindowsInformationProtectionPolicy summary: Create new navigation property to protectedAppLockerFiles for deviceAppManagement operationId: deviceAppManagement.mdmWindowsInformationProtectionPolicies.CreateProtectedAppLockerFiles requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionAppLockerFile' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionAppLockerFile' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mdmWindowsInformationProtectionPolicy-id in: path description: The unique identifier of mdmWindowsInformationProtectionPolicy required: true schema: type: string x-ms-docs-key-type: mdmWindowsInformationProtectionPolicy x-ms-docs-grouped-path: - '/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles' '/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}': description: Provides operations to manage the protectedAppLockerFiles property of the microsoft.graph.windowsInformationProtection entity. get: tags: - deviceAppManagement.mdmWindowsInformationProtectionPolicy summary: Get protectedAppLockerFiles from deviceAppManagement description: Another way to input protected apps through xml files operationId: deviceAppManagement.mdmWindowsInformationProtectionPolicies.GetProtectedAppLockerFiles parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionAppLockerFile' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mdmWindowsInformationProtectionPolicy summary: Update the navigation property protectedAppLockerFiles in deviceAppManagement operationId: deviceAppManagement.mdmWindowsInformationProtectionPolicies.UpdateProtectedAppLockerFiles requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionAppLockerFile' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionAppLockerFile' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mdmWindowsInformationProtectionPolicy summary: Delete navigation property protectedAppLockerFiles for deviceAppManagement operationId: deviceAppManagement.mdmWindowsInformationProtectionPolicies.DeleteProtectedAppLockerFiles parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mdmWindowsInformationProtectionPolicy-id in: path description: The unique identifier of mdmWindowsInformationProtectionPolicy required: true schema: type: string x-ms-docs-key-type: mdmWindowsInformationProtectionPolicy - name: windowsInformationProtectionAppLockerFile-id in: path description: The unique identifier of windowsInformationProtectionAppLockerFile required: true schema: type: string x-ms-docs-key-type: windowsInformationProtectionAppLockerFile x-ms-docs-grouped-path: - '/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}' '/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mdmWindowsInformationProtectionPolicy summary: Get the number of the resource operationId: deviceAppManagement.mdmWindowsInformationProtectionPolicies.protectedAppLockerFiles.GetCount-5893 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: mdmWindowsInformationProtectionPolicy-id in: path description: The unique identifier of mdmWindowsInformationProtectionPolicy required: true schema: type: string x-ms-docs-key-type: mdmWindowsInformationProtectionPolicy /deviceAppManagement/mdmWindowsInformationProtectionPolicies/$count: description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mdmWindowsInformationProtectionPolicy summary: Get the number of the resource operationId: deviceAppManagement.mdmWindowsInformationProtectionPolicies.GetCount-a680 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/syncMicrosoftStoreForBusinessApps: description: Provides operations to call the syncMicrosoftStoreForBusinessApps method. post: tags: - deviceAppManagement.Actions summary: Invoke action syncMicrosoftStoreForBusinessApps description: Syncs Intune account with Microsoft Store For Business externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-onboarding-deviceappmanagement-syncmicrosoftstoreforbusinessapps?view=graph-rest-1.0 operationId: deviceAppManagement.syncMicrosoftStoreForBusinessApps responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action /deviceAppManagement/mobileAppCategories: description: Provides operations to manage the mobileAppCategories property of the microsoft.graph.deviceAppManagement entity. get: tags: - deviceAppManagement.mobileAppCategory summary: List mobileAppCategories description: List properties and relationships of the mobileAppCategory objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-apps-mobileappcategory-list?view=graph-rest-1.0 operationId: deviceAppManagement.ListMobileAppCategories parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppCategoryCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileAppCategory summary: Create mobileAppCategory description: Create a new mobileAppCategory object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-apps-mobileappcategory-create?view=graph-rest-1.0 operationId: deviceAppManagement.CreateMobileAppCategories requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppCategory' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppCategory' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}': description: Provides operations to manage the mobileAppCategories property of the microsoft.graph.deviceAppManagement entity. get: tags: - deviceAppManagement.mobileAppCategory summary: Get mobileAppCategory description: Read properties and relationships of the mobileAppCategory object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-apps-mobileappcategory-get?view=graph-rest-1.0 operationId: deviceAppManagement.GetMobileAppCategories parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppCategory' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileAppCategory summary: Update mobileAppCategory description: Update the properties of a mobileAppCategory object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-apps-mobileappcategory-update?view=graph-rest-1.0 operationId: deviceAppManagement.UpdateMobileAppCategories requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppCategory' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppCategory' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileAppCategory summary: Delete mobileAppCategory description: Deletes a mobileAppCategory. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-apps-mobileappcategory-delete?view=graph-rest-1.0 operationId: deviceAppManagement.DeleteMobileAppCategories parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileAppCategory-id in: path description: The unique identifier of mobileAppCategory required: true schema: type: string x-ms-docs-key-type: mobileAppCategory /deviceAppManagement/mobileAppCategories/$count: description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mobileAppCategory summary: Get the number of the resource operationId: deviceAppManagement.mobileAppCategories.GetCount-03a0 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileAppConfigurations: description: Provides operations to manage the mobileAppConfigurations property of the microsoft.graph.deviceAppManagement entity. get: tags: - deviceAppManagement.managedDeviceMobileAppConfiguration summary: List iosMobileAppConfigurations description: List properties and relationships of the iosMobileAppConfiguration objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-apps-iosmobileappconfiguration-list?view=graph-rest-1.0 operationId: deviceAppManagement.ListMobileAppConfigurations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.managedDeviceMobileAppConfigurationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.managedDeviceMobileAppConfiguration summary: Create iosMobileAppConfiguration description: Create a new iosMobileAppConfiguration object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-apps-iosmobileappconfiguration-create?view=graph-rest-1.0 operationId: deviceAppManagement.CreateMobileAppConfigurations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfiguration' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfiguration' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}': description: Provides operations to manage the mobileAppConfigurations property of the microsoft.graph.deviceAppManagement entity. get: tags: - deviceAppManagement.managedDeviceMobileAppConfiguration summary: Get iosMobileAppConfiguration description: Read properties and relationships of the iosMobileAppConfiguration object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-apps-iosmobileappconfiguration-get?view=graph-rest-1.0 operationId: deviceAppManagement.GetMobileAppConfigurations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfiguration' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.managedDeviceMobileAppConfiguration summary: Update iosMobileAppConfiguration description: Update the properties of a iosMobileAppConfiguration object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-apps-iosmobileappconfiguration-update?view=graph-rest-1.0 operationId: deviceAppManagement.UpdateMobileAppConfigurations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfiguration' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfiguration' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.managedDeviceMobileAppConfiguration summary: Delete iosMobileAppConfiguration description: Deletes a iosMobileAppConfiguration. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-apps-iosmobileappconfiguration-delete?view=graph-rest-1.0 operationId: deviceAppManagement.DeleteMobileAppConfigurations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: managedDeviceMobileAppConfiguration-id in: path description: The unique identifier of managedDeviceMobileAppConfiguration required: true schema: type: string x-ms-docs-key-type: managedDeviceMobileAppConfiguration '/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments': description: Provides operations to manage the assignments property of the microsoft.graph.managedDeviceMobileAppConfiguration entity. get: tags: - deviceAppManagement.managedDeviceMobileAppConfiguration summary: List managedDeviceMobileAppConfigurationAssignments description: List properties and relationships of the managedDeviceMobileAppConfigurationAssignment objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationassignment-list?view=graph-rest-1.0 operationId: deviceAppManagement.mobileAppConfigurations.ListAssignments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.managedDeviceMobileAppConfigurationAssignmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.managedDeviceMobileAppConfiguration summary: Create managedDeviceMobileAppConfigurationAssignment description: Create a new managedDeviceMobileAppConfigurationAssignment object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationassignment-create?view=graph-rest-1.0 operationId: deviceAppManagement.mobileAppConfigurations.CreateAssignments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationAssignment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: managedDeviceMobileAppConfiguration-id in: path description: The unique identifier of managedDeviceMobileAppConfiguration required: true schema: type: string x-ms-docs-key-type: managedDeviceMobileAppConfiguration '/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}': description: Provides operations to manage the assignments property of the microsoft.graph.managedDeviceMobileAppConfiguration entity. get: tags: - deviceAppManagement.managedDeviceMobileAppConfiguration summary: Get managedDeviceMobileAppConfigurationAssignment description: Read properties and relationships of the managedDeviceMobileAppConfigurationAssignment object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationassignment-get?view=graph-rest-1.0 operationId: deviceAppManagement.mobileAppConfigurations.GetAssignments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.managedDeviceMobileAppConfiguration summary: Update managedDeviceMobileAppConfigurationAssignment description: Update the properties of a managedDeviceMobileAppConfigurationAssignment object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationassignment-update?view=graph-rest-1.0 operationId: deviceAppManagement.mobileAppConfigurations.UpdateAssignments requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationAssignment' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.managedDeviceMobileAppConfiguration summary: Delete managedDeviceMobileAppConfigurationAssignment description: Deletes a managedDeviceMobileAppConfigurationAssignment. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationassignment-delete?view=graph-rest-1.0 operationId: deviceAppManagement.mobileAppConfigurations.DeleteAssignments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: managedDeviceMobileAppConfiguration-id in: path description: The unique identifier of managedDeviceMobileAppConfiguration required: true schema: type: string x-ms-docs-key-type: managedDeviceMobileAppConfiguration - name: managedDeviceMobileAppConfigurationAssignment-id in: path description: The unique identifier of managedDeviceMobileAppConfigurationAssignment required: true schema: type: string x-ms-docs-key-type: managedDeviceMobileAppConfigurationAssignment '/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.managedDeviceMobileAppConfiguration summary: Get the number of the resource operationId: deviceAppManagement.mobileAppConfigurations.assignments.GetCount-24db parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: managedDeviceMobileAppConfiguration-id in: path description: The unique identifier of managedDeviceMobileAppConfiguration required: true schema: type: string x-ms-docs-key-type: managedDeviceMobileAppConfiguration '/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses': description: Provides operations to manage the deviceStatuses property of the microsoft.graph.managedDeviceMobileAppConfiguration entity. get: tags: - deviceAppManagement.managedDeviceMobileAppConfiguration summary: List managedDeviceMobileAppConfigurationDeviceStatuses description: List properties and relationships of the managedDeviceMobileAppConfigurationDeviceStatus objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationdevicestatus-list?view=graph-rest-1.0 operationId: deviceAppManagement.mobileAppConfigurations.ListDeviceStatuses parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatusCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.managedDeviceMobileAppConfiguration summary: Create managedDeviceMobileAppConfigurationDeviceStatus description: Create a new managedDeviceMobileAppConfigurationDeviceStatus object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationdevicestatus-create?view=graph-rest-1.0 operationId: deviceAppManagement.mobileAppConfigurations.CreateDeviceStatuses requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: managedDeviceMobileAppConfiguration-id in: path description: The unique identifier of managedDeviceMobileAppConfiguration required: true schema: type: string x-ms-docs-key-type: managedDeviceMobileAppConfiguration '/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}': description: Provides operations to manage the deviceStatuses property of the microsoft.graph.managedDeviceMobileAppConfiguration entity. get: tags: - deviceAppManagement.managedDeviceMobileAppConfiguration summary: Get managedDeviceMobileAppConfigurationDeviceStatus description: Read properties and relationships of the managedDeviceMobileAppConfigurationDeviceStatus object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationdevicestatus-get?view=graph-rest-1.0 operationId: deviceAppManagement.mobileAppConfigurations.GetDeviceStatuses parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.managedDeviceMobileAppConfiguration summary: Update managedDeviceMobileAppConfigurationDeviceStatus description: Update the properties of a managedDeviceMobileAppConfigurationDeviceStatus object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationdevicestatus-update?view=graph-rest-1.0 operationId: deviceAppManagement.mobileAppConfigurations.UpdateDeviceStatuses requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.managedDeviceMobileAppConfiguration summary: Delete managedDeviceMobileAppConfigurationDeviceStatus description: Deletes a managedDeviceMobileAppConfigurationDeviceStatus. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationdevicestatus-delete?view=graph-rest-1.0 operationId: deviceAppManagement.mobileAppConfigurations.DeleteDeviceStatuses parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: managedDeviceMobileAppConfiguration-id in: path description: The unique identifier of managedDeviceMobileAppConfiguration required: true schema: type: string x-ms-docs-key-type: managedDeviceMobileAppConfiguration - name: managedDeviceMobileAppConfigurationDeviceStatus-id in: path description: The unique identifier of managedDeviceMobileAppConfigurationDeviceStatus required: true schema: type: string x-ms-docs-key-type: managedDeviceMobileAppConfigurationDeviceStatus '/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.managedDeviceMobileAppConfiguration summary: Get the number of the resource operationId: deviceAppManagement.mobileAppConfigurations.deviceStatuses.GetCount-812c parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: managedDeviceMobileAppConfiguration-id in: path description: The unique identifier of managedDeviceMobileAppConfiguration required: true schema: type: string x-ms-docs-key-type: managedDeviceMobileAppConfiguration '/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary': description: Provides operations to manage the deviceStatusSummary property of the microsoft.graph.managedDeviceMobileAppConfiguration entity. get: tags: - deviceAppManagement.managedDeviceMobileAppConfiguration summary: Get managedDeviceMobileAppConfigurationDeviceSummary description: Read properties and relationships of the managedDeviceMobileAppConfigurationDeviceSummary object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationdevicesummary-get?view=graph-rest-1.0 operationId: deviceAppManagement.mobileAppConfigurations.GetDeviceStatusSummary parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationDeviceSummary' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.managedDeviceMobileAppConfiguration summary: Update managedDeviceMobileAppConfigurationDeviceSummary description: Update the properties of a managedDeviceMobileAppConfigurationDeviceSummary object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationdevicesummary-update?view=graph-rest-1.0 operationId: deviceAppManagement.mobileAppConfigurations.UpdateDeviceStatusSummary requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationDeviceSummary' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationDeviceSummary' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.managedDeviceMobileAppConfiguration summary: Delete navigation property deviceStatusSummary for deviceAppManagement operationId: deviceAppManagement.mobileAppConfigurations.DeleteDeviceStatusSummary parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: managedDeviceMobileAppConfiguration-id in: path description: The unique identifier of managedDeviceMobileAppConfiguration required: true schema: type: string x-ms-docs-key-type: managedDeviceMobileAppConfiguration '/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assign': description: Provides operations to call the assign method. post: tags: - deviceAppManagement.Actions summary: Invoke action assign description: Not yet documented externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfiguration-assign?view=graph-rest-1.0 operationId: deviceAppManagement.mobileAppConfigurations.managedDeviceMobileAppConfiguration.assign requestBody: description: Action parameters content: application/json: schema: type: object properties: assignments: type: array items: $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationAssignment' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: managedDeviceMobileAppConfiguration-id in: path description: The unique identifier of managedDeviceMobileAppConfiguration required: true schema: type: string x-ms-docs-key-type: managedDeviceMobileAppConfiguration x-ms-docs-grouped-path: - '/deviceAppManagement/managedEBooks/{managedEBook-id}/assign' - '/deviceAppManagement/mobileApps/{mobileApp-id}/assign' - '/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assign' '/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses': description: Provides operations to manage the userStatuses property of the microsoft.graph.managedDeviceMobileAppConfiguration entity. get: tags: - deviceAppManagement.managedDeviceMobileAppConfiguration summary: List managedDeviceMobileAppConfigurationUserStatuses description: List properties and relationships of the managedDeviceMobileAppConfigurationUserStatus objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationuserstatus-list?view=graph-rest-1.0 operationId: deviceAppManagement.mobileAppConfigurations.ListUserStatuses parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.managedDeviceMobileAppConfigurationUserStatusCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.managedDeviceMobileAppConfiguration summary: Create managedDeviceMobileAppConfigurationUserStatus description: Create a new managedDeviceMobileAppConfigurationUserStatus object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationuserstatus-create?view=graph-rest-1.0 operationId: deviceAppManagement.mobileAppConfigurations.CreateUserStatuses requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationUserStatus' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationUserStatus' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: managedDeviceMobileAppConfiguration-id in: path description: The unique identifier of managedDeviceMobileAppConfiguration required: true schema: type: string x-ms-docs-key-type: managedDeviceMobileAppConfiguration '/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}': description: Provides operations to manage the userStatuses property of the microsoft.graph.managedDeviceMobileAppConfiguration entity. get: tags: - deviceAppManagement.managedDeviceMobileAppConfiguration summary: Get managedDeviceMobileAppConfigurationUserStatus description: Read properties and relationships of the managedDeviceMobileAppConfigurationUserStatus object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationuserstatus-get?view=graph-rest-1.0 operationId: deviceAppManagement.mobileAppConfigurations.GetUserStatuses parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationUserStatus' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.managedDeviceMobileAppConfiguration summary: Update managedDeviceMobileAppConfigurationUserStatus description: Update the properties of a managedDeviceMobileAppConfigurationUserStatus object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationuserstatus-update?view=graph-rest-1.0 operationId: deviceAppManagement.mobileAppConfigurations.UpdateUserStatuses requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationUserStatus' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationUserStatus' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.managedDeviceMobileAppConfiguration summary: Delete managedDeviceMobileAppConfigurationUserStatus description: Deletes a managedDeviceMobileAppConfigurationUserStatus. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationuserstatus-delete?view=graph-rest-1.0 operationId: deviceAppManagement.mobileAppConfigurations.DeleteUserStatuses parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: managedDeviceMobileAppConfiguration-id in: path description: The unique identifier of managedDeviceMobileAppConfiguration required: true schema: type: string x-ms-docs-key-type: managedDeviceMobileAppConfiguration - name: managedDeviceMobileAppConfigurationUserStatus-id in: path description: The unique identifier of managedDeviceMobileAppConfigurationUserStatus required: true schema: type: string x-ms-docs-key-type: managedDeviceMobileAppConfigurationUserStatus '/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.managedDeviceMobileAppConfiguration summary: Get the number of the resource operationId: deviceAppManagement.mobileAppConfigurations.userStatuses.GetCount-b4b1 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: managedDeviceMobileAppConfiguration-id in: path description: The unique identifier of managedDeviceMobileAppConfiguration required: true schema: type: string x-ms-docs-key-type: managedDeviceMobileAppConfiguration '/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary': description: Provides operations to manage the userStatusSummary property of the microsoft.graph.managedDeviceMobileAppConfiguration entity. get: tags: - deviceAppManagement.managedDeviceMobileAppConfiguration summary: Get managedDeviceMobileAppConfigurationUserSummary description: Read properties and relationships of the managedDeviceMobileAppConfigurationUserSummary object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationusersummary-get?view=graph-rest-1.0 operationId: deviceAppManagement.mobileAppConfigurations.GetUserStatusSummary parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationUserSummary' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.managedDeviceMobileAppConfiguration summary: Update managedDeviceMobileAppConfigurationUserSummary description: Update the properties of a managedDeviceMobileAppConfigurationUserSummary object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationusersummary-update?view=graph-rest-1.0 operationId: deviceAppManagement.mobileAppConfigurations.UpdateUserStatusSummary requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationUserSummary' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationUserSummary' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.managedDeviceMobileAppConfiguration summary: Delete navigation property userStatusSummary for deviceAppManagement operationId: deviceAppManagement.mobileAppConfigurations.DeleteUserStatusSummary parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: managedDeviceMobileAppConfiguration-id in: path description: The unique identifier of managedDeviceMobileAppConfiguration required: true schema: type: string x-ms-docs-key-type: managedDeviceMobileAppConfiguration /deviceAppManagement/mobileAppConfigurations/$count: description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.managedDeviceMobileAppConfiguration summary: Get the number of the resource operationId: deviceAppManagement.mobileAppConfigurations.GetCount-15a7 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps: description: Provides operations to manage the mobileApps property of the microsoft.graph.deviceAppManagement entity. get: tags: - deviceAppManagement.mobileApp summary: List macOSLobApps description: List properties and relationships of the macOSLobApp objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-apps-macoslobapp-list?view=graph-rest-1.0 operationId: deviceAppManagement.ListMobileApps parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileApp summary: Create iosiPadOSWebClip description: Create a new iosiPadOSWebClip object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-apps-iosipadoswebclip-create?view=graph-rest-1.0 operationId: deviceAppManagement.CreateMobileApps requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileApp' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/deviceAppManagement/mobileApps/{mobileApp-id}': description: Provides operations to manage the mobileApps property of the microsoft.graph.deviceAppManagement entity. get: tags: - deviceAppManagement.mobileApp summary: Get managedMobileLobApp description: Read properties and relationships of the managedMobileLobApp object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-apps-managedmobilelobapp-get?view=graph-rest-1.0 operationId: deviceAppManagement.GetMobileApps parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileApp summary: Update windowsWebApp description: Update the properties of a windowsWebApp object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-apps-windowswebapp-update?view=graph-rest-1.0 operationId: deviceAppManagement.UpdateMobileApps requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileApp' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileApp summary: Delete windowsAppX description: Deletes a windowsAppX. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-apps-windowsappx-delete?view=graph-rest-1.0 operationId: deviceAppManagement.DeleteMobileApps parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp '/deviceAppManagement/mobileApps/{mobileApp-id}/assignments': description: Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity. get: tags: - deviceAppManagement.mobileApp summary: List mobileAppAssignments description: List properties and relationships of the mobileAppAssignment objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-list?view=graph-rest-1.0 operationId: deviceAppManagement.mobileApps.ListAssignments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppAssignmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileApp summary: Create mobileAppAssignment description: Create a new mobileAppAssignment object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-create?view=graph-rest-1.0 operationId: deviceAppManagement.mobileApps.CreateAssignments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/assignments' '/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}': description: Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity. get: tags: - deviceAppManagement.mobileApp summary: Get mobileAppAssignment description: Read properties and relationships of the mobileAppAssignment object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-get?view=graph-rest-1.0 operationId: deviceAppManagement.mobileApps.GetAssignments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileApp summary: Update mobileAppAssignment description: Update the properties of a mobileAppAssignment object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-update?view=graph-rest-1.0 operationId: deviceAppManagement.mobileApps.UpdateAssignments requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileApp summary: Delete mobileAppAssignment description: Deletes a mobileAppAssignment. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-delete?view=graph-rest-1.0 operationId: deviceAppManagement.mobileApps.DeleteAssignments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppAssignment-id in: path description: The unique identifier of mobileAppAssignment required: true schema: type: string x-ms-docs-key-type: mobileAppAssignment x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/assignments/{mobileAppAssignment-id}' '/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mobileApp summary: Get the number of the resource operationId: deviceAppManagement.mobileApps.assignments.GetCount-493c parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp '/deviceAppManagement/mobileApps/{mobileApp-id}/categories': description: Provides operations to manage the categories property of the microsoft.graph.mobileApp entity. get: tags: - deviceAppManagement.mobileApp summary: Get categories from deviceAppManagement description: The list of categories for this app. operationId: deviceAppManagement.mobileApps.ListCategories parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppCategoryCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/categories' '/deviceAppManagement/mobileApps/{mobileApp-id}/categories/{mobileAppCategory-id}': description: Provides operations to manage the categories property of the microsoft.graph.mobileApp entity. get: tags: - deviceAppManagement.mobileApp summary: Get categories from deviceAppManagement description: The list of categories for this app. operationId: deviceAppManagement.mobileApps.GetCategories parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppCategory' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppCategory-id in: path description: The unique identifier of mobileAppCategory required: true schema: type: string x-ms-docs-key-type: mobileAppCategory x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/categories/{mobileAppCategory-id}' '/deviceAppManagement/mobileApps/{mobileApp-id}/categories/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mobileApp summary: Get the number of the resource operationId: deviceAppManagement.mobileApps.categories.GetCount-6d0e parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp': description: Casts the previous resource to androidLobApp. get: tags: - deviceAppManagement.mobileApp summary: Get the item of type microsoft.graph.mobileApp as microsoft.graph.androidLobApp operationId: deviceAppManagement.GetMobileApps.AsAndroidLobApp parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.androidLobApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/assignments': description: Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity. get: tags: - deviceAppManagement.mobileApp summary: Get assignments from deviceAppManagement description: The list of group assignments for this mobile app. operationId: deviceAppManagement.mobileApps.AsAndroidLobApp.ListAssignments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppAssignmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileApp summary: Create new navigation property to assignments for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsAndroidLobApp.CreateAssignments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/assignments' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/assignments/{mobileAppAssignment-id}': description: Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity. get: tags: - deviceAppManagement.mobileApp summary: Get assignments from deviceAppManagement description: The list of group assignments for this mobile app. operationId: deviceAppManagement.mobileApps.AsAndroidLobApp.GetAssignments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileApp summary: Update the navigation property assignments in deviceAppManagement operationId: deviceAppManagement.mobileApps.AsAndroidLobApp.UpdateAssignments requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileApp summary: Delete navigation property assignments for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsAndroidLobApp.DeleteAssignments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppAssignment-id in: path description: The unique identifier of mobileAppAssignment required: true schema: type: string x-ms-docs-key-type: mobileAppAssignment x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/assignments/{mobileAppAssignment-id}' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/assignments/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mobileApp summary: Get the number of the resource operationId: deviceAppManagement.mobileApps.AsAndroidLobApp.assignments.GetCount-1911 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/categories': description: Provides operations to manage the categories property of the microsoft.graph.mobileApp entity. get: tags: - deviceAppManagement.mobileApp summary: Get categories from deviceAppManagement description: The list of categories for this app. operationId: deviceAppManagement.mobileApps.AsAndroidLobApp.ListCategories parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppCategoryCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/categories' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/categories/{mobileAppCategory-id}': description: Provides operations to manage the categories property of the microsoft.graph.mobileApp entity. get: tags: - deviceAppManagement.mobileApp summary: Get categories from deviceAppManagement description: The list of categories for this app. operationId: deviceAppManagement.mobileApps.AsAndroidLobApp.GetCategories parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppCategory' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppCategory-id in: path description: The unique identifier of mobileAppCategory required: true schema: type: string x-ms-docs-key-type: mobileAppCategory x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/categories/{mobileAppCategory-id}' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/categories/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mobileApp summary: Get the number of the resource operationId: deviceAppManagement.mobileApps.AsAndroidLobApp.categories.GetCount-828c parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions': description: Provides operations to manage the contentVersions property of the microsoft.graph.mobileLobApp entity. get: tags: - deviceAppManagement.mobileApp summary: Get contentVersions from deviceAppManagement description: The list of content versions for this app. operationId: deviceAppManagement.mobileApps.AsAndroidLobApp.ListContentVersions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppContentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileApp summary: Create new navigation property to contentVersions for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsAndroidLobApp.CreateContentVersions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}': description: Provides operations to manage the contentVersions property of the microsoft.graph.mobileLobApp entity. get: tags: - deviceAppManagement.mobileApp summary: Get contentVersions from deviceAppManagement description: The list of content versions for this app. operationId: deviceAppManagement.mobileApps.AsAndroidLobApp.GetContentVersions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileApp summary: Update the navigation property contentVersions in deviceAppManagement operationId: deviceAppManagement.mobileApps.AsAndroidLobApp.UpdateContentVersions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileApp summary: Delete navigation property contentVersions for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsAndroidLobApp.DeleteContentVersions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/containedApps': description: Provides operations to manage the containedApps property of the microsoft.graph.mobileAppContent entity. get: tags: - deviceAppManagement.mobileApp summary: Get containedApps from deviceAppManagement description: The collection of contained apps in a MobileLobApp acting as a package. operationId: deviceAppManagement.mobileApps.AsAndroidLobApp.contentVersions.ListContainedApps parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileContainedAppCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileApp summary: Create new navigation property to containedApps for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsAndroidLobApp.contentVersions.CreateContainedApps requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/containedApps' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/containedApps' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/containedApps' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}': description: Provides operations to manage the containedApps property of the microsoft.graph.mobileAppContent entity. get: tags: - deviceAppManagement.mobileApp summary: Get containedApps from deviceAppManagement description: The collection of contained apps in a MobileLobApp acting as a package. operationId: deviceAppManagement.mobileApps.AsAndroidLobApp.contentVersions.GetContainedApps parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileApp summary: Update the navigation property containedApps in deviceAppManagement operationId: deviceAppManagement.mobileApps.AsAndroidLobApp.contentVersions.UpdateContainedApps requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileApp summary: Delete navigation property containedApps for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsAndroidLobApp.contentVersions.DeleteContainedApps parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent - name: mobileContainedApp-id in: path description: The unique identifier of mobileContainedApp required: true schema: type: string x-ms-docs-key-type: mobileContainedApp x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mobileApp summary: Get the number of the resource operationId: deviceAppManagement.mobileApps.AsAndroidLobApp.contentVersions.containedApps.GetCount-510a parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/files': description: Provides operations to manage the files property of the microsoft.graph.mobileAppContent entity. get: tags: - deviceAppManagement.mobileApp summary: Get files from deviceAppManagement description: The list of files for this app content version. operationId: deviceAppManagement.mobileApps.AsAndroidLobApp.contentVersions.ListFiles parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppContentFileCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileApp summary: Create new navigation property to files for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsAndroidLobApp.contentVersions.CreateFiles requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/files' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/files' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/files' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}': description: Provides operations to manage the files property of the microsoft.graph.mobileAppContent entity. get: tags: - deviceAppManagement.mobileApp summary: Get files from deviceAppManagement description: The list of files for this app content version. operationId: deviceAppManagement.mobileApps.AsAndroidLobApp.contentVersions.GetFiles parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileApp summary: Update the navigation property files in deviceAppManagement operationId: deviceAppManagement.mobileApps.AsAndroidLobApp.contentVersions.UpdateFiles requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileApp summary: Delete navigation property files for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsAndroidLobApp.contentVersions.DeleteFiles parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent - name: mobileAppContentFile-id in: path description: The unique identifier of mobileAppContentFile required: true schema: type: string x-ms-docs-key-type: mobileAppContentFile x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit': description: Provides operations to call the commit method. post: tags: - deviceAppManagement.Actions summary: Invoke action commit description: Commits a file of a given app. operationId: deviceAppManagement.mobileApps.mobileApp.microsoft.graph.androidLobApp.contentVersions.mobileAppContent.files.mobileAppContentFile.commit requestBody: description: Action parameters content: application/json: schema: type: object properties: fileEncryptionInfo: anyOf: - $ref: '#/components/schemas/microsoft.graph.fileEncryptionInfo' - type: object nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent - name: mobileAppContentFile-id in: path description: The unique identifier of mobileAppContentFile required: true schema: type: string x-ms-docs-key-type: mobileAppContentFile x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload': description: Provides operations to call the renewUpload method. post: tags: - deviceAppManagement.Actions summary: Invoke action renewUpload description: Renews the SAS URI for an application file upload. operationId: deviceAppManagement.mobileApps.mobileApp.microsoft.graph.androidLobApp.contentVersions.mobileAppContent.files.mobileAppContentFile.renewUpload responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent - name: mobileAppContentFile-id in: path description: The unique identifier of mobileAppContentFile required: true schema: type: string x-ms-docs-key-type: mobileAppContentFile x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/files/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mobileApp summary: Get the number of the resource operationId: deviceAppManagement.mobileApps.AsAndroidLobApp.contentVersions.files.GetCount-d41e parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mobileApp summary: Get the number of the resource operationId: deviceAppManagement.mobileApps.AsAndroidLobApp.contentVersions.GetCount-12ca parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp': description: Casts the previous resource to androidStoreApp. get: tags: - deviceAppManagement.mobileApp summary: Get the item of type microsoft.graph.mobileApp as microsoft.graph.androidStoreApp operationId: deviceAppManagement.GetMobileApps.AsAndroidStoreApp parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.androidStoreApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/assignments': description: Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity. get: tags: - deviceAppManagement.mobileApp summary: Get assignments from deviceAppManagement description: The list of group assignments for this mobile app. operationId: deviceAppManagement.mobileApps.AsAndroidStoreApp.ListAssignments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppAssignmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileApp summary: Create new navigation property to assignments for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsAndroidStoreApp.CreateAssignments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/assignments' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/assignments/{mobileAppAssignment-id}': description: Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity. get: tags: - deviceAppManagement.mobileApp summary: Get assignments from deviceAppManagement description: The list of group assignments for this mobile app. operationId: deviceAppManagement.mobileApps.AsAndroidStoreApp.GetAssignments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileApp summary: Update the navigation property assignments in deviceAppManagement operationId: deviceAppManagement.mobileApps.AsAndroidStoreApp.UpdateAssignments requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileApp summary: Delete navigation property assignments for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsAndroidStoreApp.DeleteAssignments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppAssignment-id in: path description: The unique identifier of mobileAppAssignment required: true schema: type: string x-ms-docs-key-type: mobileAppAssignment x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/assignments/{mobileAppAssignment-id}' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/assignments/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mobileApp summary: Get the number of the resource operationId: deviceAppManagement.mobileApps.AsAndroidStoreApp.assignments.GetCount-6eb3 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/categories': description: Provides operations to manage the categories property of the microsoft.graph.mobileApp entity. get: tags: - deviceAppManagement.mobileApp summary: Get categories from deviceAppManagement description: The list of categories for this app. operationId: deviceAppManagement.mobileApps.AsAndroidStoreApp.ListCategories parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppCategoryCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/categories' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/categories/{mobileAppCategory-id}': description: Provides operations to manage the categories property of the microsoft.graph.mobileApp entity. get: tags: - deviceAppManagement.mobileApp summary: Get categories from deviceAppManagement description: The list of categories for this app. operationId: deviceAppManagement.mobileApps.AsAndroidStoreApp.GetCategories parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppCategory' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppCategory-id in: path description: The unique identifier of mobileAppCategory required: true schema: type: string x-ms-docs-key-type: mobileAppCategory x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/categories/{mobileAppCategory-id}' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/categories/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mobileApp summary: Get the number of the resource operationId: deviceAppManagement.mobileApps.AsAndroidStoreApp.categories.GetCount-2f24 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp '/deviceAppManagement/mobileApps/{mobileApp-id}/assign': description: Provides operations to call the assign method. post: tags: - deviceAppManagement.Actions summary: Invoke action assign operationId: deviceAppManagement.mobileApps.mobileApp.assign requestBody: description: Action parameters content: application/json: schema: type: object properties: mobileAppAssignments: type: array items: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp x-ms-docs-grouped-path: - '/deviceAppManagement/managedEBooks/{managedEBook-id}/assign' - '/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assign' - '/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assign' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp': description: Casts the previous resource to iosLobApp. get: tags: - deviceAppManagement.mobileApp summary: Get the item of type microsoft.graph.mobileApp as microsoft.graph.iosLobApp operationId: deviceAppManagement.GetMobileApps.AsIosLobApp parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.iosLobApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/assignments': description: Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity. get: tags: - deviceAppManagement.mobileApp summary: Get assignments from deviceAppManagement description: The list of group assignments for this mobile app. operationId: deviceAppManagement.mobileApps.AsIosLobApp.ListAssignments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppAssignmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileApp summary: Create new navigation property to assignments for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsIosLobApp.CreateAssignments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/assignments' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/assignments/{mobileAppAssignment-id}': description: Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity. get: tags: - deviceAppManagement.mobileApp summary: Get assignments from deviceAppManagement description: The list of group assignments for this mobile app. operationId: deviceAppManagement.mobileApps.AsIosLobApp.GetAssignments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileApp summary: Update the navigation property assignments in deviceAppManagement operationId: deviceAppManagement.mobileApps.AsIosLobApp.UpdateAssignments requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileApp summary: Delete navigation property assignments for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsIosLobApp.DeleteAssignments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppAssignment-id in: path description: The unique identifier of mobileAppAssignment required: true schema: type: string x-ms-docs-key-type: mobileAppAssignment x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/assignments/{mobileAppAssignment-id}' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/assignments/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mobileApp summary: Get the number of the resource operationId: deviceAppManagement.mobileApps.AsIosLobApp.assignments.GetCount-22ac parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/categories': description: Provides operations to manage the categories property of the microsoft.graph.mobileApp entity. get: tags: - deviceAppManagement.mobileApp summary: Get categories from deviceAppManagement description: The list of categories for this app. operationId: deviceAppManagement.mobileApps.AsIosLobApp.ListCategories parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppCategoryCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/categories' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/categories/{mobileAppCategory-id}': description: Provides operations to manage the categories property of the microsoft.graph.mobileApp entity. get: tags: - deviceAppManagement.mobileApp summary: Get categories from deviceAppManagement description: The list of categories for this app. operationId: deviceAppManagement.mobileApps.AsIosLobApp.GetCategories parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppCategory' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppCategory-id in: path description: The unique identifier of mobileAppCategory required: true schema: type: string x-ms-docs-key-type: mobileAppCategory x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/categories/{mobileAppCategory-id}' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/categories/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mobileApp summary: Get the number of the resource operationId: deviceAppManagement.mobileApps.AsIosLobApp.categories.GetCount-9433 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions': description: Provides operations to manage the contentVersions property of the microsoft.graph.mobileLobApp entity. get: tags: - deviceAppManagement.mobileApp summary: Get contentVersions from deviceAppManagement description: The list of content versions for this app. operationId: deviceAppManagement.mobileApps.AsIosLobApp.ListContentVersions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppContentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileApp summary: Create new navigation property to contentVersions for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsIosLobApp.CreateContentVersions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}': description: Provides operations to manage the contentVersions property of the microsoft.graph.mobileLobApp entity. get: tags: - deviceAppManagement.mobileApp summary: Get contentVersions from deviceAppManagement description: The list of content versions for this app. operationId: deviceAppManagement.mobileApps.AsIosLobApp.GetContentVersions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileApp summary: Update the navigation property contentVersions in deviceAppManagement operationId: deviceAppManagement.mobileApps.AsIosLobApp.UpdateContentVersions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileApp summary: Delete navigation property contentVersions for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsIosLobApp.DeleteContentVersions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/containedApps': description: Provides operations to manage the containedApps property of the microsoft.graph.mobileAppContent entity. get: tags: - deviceAppManagement.mobileApp summary: Get containedApps from deviceAppManagement description: The collection of contained apps in a MobileLobApp acting as a package. operationId: deviceAppManagement.mobileApps.AsIosLobApp.contentVersions.ListContainedApps parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileContainedAppCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileApp summary: Create new navigation property to containedApps for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsIosLobApp.contentVersions.CreateContainedApps requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/containedApps' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/containedApps' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/containedApps' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}': description: Provides operations to manage the containedApps property of the microsoft.graph.mobileAppContent entity. get: tags: - deviceAppManagement.mobileApp summary: Get containedApps from deviceAppManagement description: The collection of contained apps in a MobileLobApp acting as a package. operationId: deviceAppManagement.mobileApps.AsIosLobApp.contentVersions.GetContainedApps parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileApp summary: Update the navigation property containedApps in deviceAppManagement operationId: deviceAppManagement.mobileApps.AsIosLobApp.contentVersions.UpdateContainedApps requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileApp summary: Delete navigation property containedApps for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsIosLobApp.contentVersions.DeleteContainedApps parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent - name: mobileContainedApp-id in: path description: The unique identifier of mobileContainedApp required: true schema: type: string x-ms-docs-key-type: mobileContainedApp x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mobileApp summary: Get the number of the resource operationId: deviceAppManagement.mobileApps.AsIosLobApp.contentVersions.containedApps.GetCount-7a04 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/files': description: Provides operations to manage the files property of the microsoft.graph.mobileAppContent entity. get: tags: - deviceAppManagement.mobileApp summary: Get files from deviceAppManagement description: The list of files for this app content version. operationId: deviceAppManagement.mobileApps.AsIosLobApp.contentVersions.ListFiles parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppContentFileCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileApp summary: Create new navigation property to files for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsIosLobApp.contentVersions.CreateFiles requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/files' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/files' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/files' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}': description: Provides operations to manage the files property of the microsoft.graph.mobileAppContent entity. get: tags: - deviceAppManagement.mobileApp summary: Get files from deviceAppManagement description: The list of files for this app content version. operationId: deviceAppManagement.mobileApps.AsIosLobApp.contentVersions.GetFiles parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileApp summary: Update the navigation property files in deviceAppManagement operationId: deviceAppManagement.mobileApps.AsIosLobApp.contentVersions.UpdateFiles requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileApp summary: Delete navigation property files for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsIosLobApp.contentVersions.DeleteFiles parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent - name: mobileAppContentFile-id in: path description: The unique identifier of mobileAppContentFile required: true schema: type: string x-ms-docs-key-type: mobileAppContentFile x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit': description: Provides operations to call the commit method. post: tags: - deviceAppManagement.Actions summary: Invoke action commit description: Commits a file of a given app. operationId: deviceAppManagement.mobileApps.mobileApp.microsoft.graph.iosLobApp.contentVersions.mobileAppContent.files.mobileAppContentFile.commit requestBody: description: Action parameters content: application/json: schema: type: object properties: fileEncryptionInfo: anyOf: - $ref: '#/components/schemas/microsoft.graph.fileEncryptionInfo' - type: object nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent - name: mobileAppContentFile-id in: path description: The unique identifier of mobileAppContentFile required: true schema: type: string x-ms-docs-key-type: mobileAppContentFile x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload': description: Provides operations to call the renewUpload method. post: tags: - deviceAppManagement.Actions summary: Invoke action renewUpload description: Renews the SAS URI for an application file upload. operationId: deviceAppManagement.mobileApps.mobileApp.microsoft.graph.iosLobApp.contentVersions.mobileAppContent.files.mobileAppContentFile.renewUpload responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent - name: mobileAppContentFile-id in: path description: The unique identifier of mobileAppContentFile required: true schema: type: string x-ms-docs-key-type: mobileAppContentFile x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/files/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mobileApp summary: Get the number of the resource operationId: deviceAppManagement.mobileApps.AsIosLobApp.contentVersions.files.GetCount-ec6f parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mobileApp summary: Get the number of the resource operationId: deviceAppManagement.mobileApps.AsIosLobApp.contentVersions.GetCount-e450 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp': description: Casts the previous resource to iosStoreApp. get: tags: - deviceAppManagement.mobileApp summary: Get the item of type microsoft.graph.mobileApp as microsoft.graph.iosStoreApp operationId: deviceAppManagement.GetMobileApps.AsIosStoreApp parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.iosStoreApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/assignments': description: Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity. get: tags: - deviceAppManagement.mobileApp summary: Get assignments from deviceAppManagement description: The list of group assignments for this mobile app. operationId: deviceAppManagement.mobileApps.AsIosStoreApp.ListAssignments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppAssignmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileApp summary: Create new navigation property to assignments for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsIosStoreApp.CreateAssignments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/assignments' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/assignments/{mobileAppAssignment-id}': description: Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity. get: tags: - deviceAppManagement.mobileApp summary: Get assignments from deviceAppManagement description: The list of group assignments for this mobile app. operationId: deviceAppManagement.mobileApps.AsIosStoreApp.GetAssignments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileApp summary: Update the navigation property assignments in deviceAppManagement operationId: deviceAppManagement.mobileApps.AsIosStoreApp.UpdateAssignments requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileApp summary: Delete navigation property assignments for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsIosStoreApp.DeleteAssignments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppAssignment-id in: path description: The unique identifier of mobileAppAssignment required: true schema: type: string x-ms-docs-key-type: mobileAppAssignment x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/assignments/{mobileAppAssignment-id}' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/assignments/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mobileApp summary: Get the number of the resource operationId: deviceAppManagement.mobileApps.AsIosStoreApp.assignments.GetCount-ec45 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/categories': description: Provides operations to manage the categories property of the microsoft.graph.mobileApp entity. get: tags: - deviceAppManagement.mobileApp summary: Get categories from deviceAppManagement description: The list of categories for this app. operationId: deviceAppManagement.mobileApps.AsIosStoreApp.ListCategories parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppCategoryCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/categories' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/categories/{mobileAppCategory-id}': description: Provides operations to manage the categories property of the microsoft.graph.mobileApp entity. get: tags: - deviceAppManagement.mobileApp summary: Get categories from deviceAppManagement description: The list of categories for this app. operationId: deviceAppManagement.mobileApps.AsIosStoreApp.GetCategories parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppCategory' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppCategory-id in: path description: The unique identifier of mobileAppCategory required: true schema: type: string x-ms-docs-key-type: mobileAppCategory x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/categories/{mobileAppCategory-id}' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/categories/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mobileApp summary: Get the number of the resource operationId: deviceAppManagement.mobileApps.AsIosStoreApp.categories.GetCount-06f1 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp': description: Casts the previous resource to iosVppApp. get: tags: - deviceAppManagement.mobileApp summary: Get the item of type microsoft.graph.mobileApp as microsoft.graph.iosVppApp operationId: deviceAppManagement.GetMobileApps.AsIosVppApp parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.iosVppApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/assignments': description: Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity. get: tags: - deviceAppManagement.mobileApp summary: Get assignments from deviceAppManagement description: The list of group assignments for this mobile app. operationId: deviceAppManagement.mobileApps.AsIosVppApp.ListAssignments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppAssignmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileApp summary: Create new navigation property to assignments for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsIosVppApp.CreateAssignments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/assignments' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/assignments/{mobileAppAssignment-id}': description: Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity. get: tags: - deviceAppManagement.mobileApp summary: Get assignments from deviceAppManagement description: The list of group assignments for this mobile app. operationId: deviceAppManagement.mobileApps.AsIosVppApp.GetAssignments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileApp summary: Update the navigation property assignments in deviceAppManagement operationId: deviceAppManagement.mobileApps.AsIosVppApp.UpdateAssignments requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileApp summary: Delete navigation property assignments for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsIosVppApp.DeleteAssignments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppAssignment-id in: path description: The unique identifier of mobileAppAssignment required: true schema: type: string x-ms-docs-key-type: mobileAppAssignment x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/assignments/{mobileAppAssignment-id}' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/assignments/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mobileApp summary: Get the number of the resource operationId: deviceAppManagement.mobileApps.AsIosVppApp.assignments.GetCount-4b18 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/categories': description: Provides operations to manage the categories property of the microsoft.graph.mobileApp entity. get: tags: - deviceAppManagement.mobileApp summary: Get categories from deviceAppManagement description: The list of categories for this app. operationId: deviceAppManagement.mobileApps.AsIosVppApp.ListCategories parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppCategoryCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/categories' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/categories/{mobileAppCategory-id}': description: Provides operations to manage the categories property of the microsoft.graph.mobileApp entity. get: tags: - deviceAppManagement.mobileApp summary: Get categories from deviceAppManagement description: The list of categories for this app. operationId: deviceAppManagement.mobileApps.AsIosVppApp.GetCategories parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppCategory' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppCategory-id in: path description: The unique identifier of mobileAppCategory required: true schema: type: string x-ms-docs-key-type: mobileAppCategory x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/categories/{mobileAppCategory-id}' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/categories/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mobileApp summary: Get the number of the resource operationId: deviceAppManagement.mobileApps.AsIosVppApp.categories.GetCount-7fa7 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp': description: Casts the previous resource to macOSDmgApp. get: tags: - deviceAppManagement.mobileApp summary: Get the item of type microsoft.graph.mobileApp as microsoft.graph.macOSDmgApp operationId: deviceAppManagement.GetMobileApps.AsMacOSDmgApp parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.macOSDmgApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/assignments': description: Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity. get: tags: - deviceAppManagement.mobileApp summary: Get assignments from deviceAppManagement description: The list of group assignments for this mobile app. operationId: deviceAppManagement.mobileApps.AsMacOSDmgApp.ListAssignments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppAssignmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileApp summary: Create new navigation property to assignments for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsMacOSDmgApp.CreateAssignments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/assignments' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/assignments/{mobileAppAssignment-id}': description: Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity. get: tags: - deviceAppManagement.mobileApp summary: Get assignments from deviceAppManagement description: The list of group assignments for this mobile app. operationId: deviceAppManagement.mobileApps.AsMacOSDmgApp.GetAssignments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileApp summary: Update the navigation property assignments in deviceAppManagement operationId: deviceAppManagement.mobileApps.AsMacOSDmgApp.UpdateAssignments requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileApp summary: Delete navigation property assignments for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsMacOSDmgApp.DeleteAssignments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppAssignment-id in: path description: The unique identifier of mobileAppAssignment required: true schema: type: string x-ms-docs-key-type: mobileAppAssignment x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/assignments/{mobileAppAssignment-id}' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/assignments/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mobileApp summary: Get the number of the resource operationId: deviceAppManagement.mobileApps.AsMacOSDmgApp.assignments.GetCount-2a85 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/categories': description: Provides operations to manage the categories property of the microsoft.graph.mobileApp entity. get: tags: - deviceAppManagement.mobileApp summary: Get categories from deviceAppManagement description: The list of categories for this app. operationId: deviceAppManagement.mobileApps.AsMacOSDmgApp.ListCategories parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppCategoryCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/categories' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/categories/{mobileAppCategory-id}': description: Provides operations to manage the categories property of the microsoft.graph.mobileApp entity. get: tags: - deviceAppManagement.mobileApp summary: Get categories from deviceAppManagement description: The list of categories for this app. operationId: deviceAppManagement.mobileApps.AsMacOSDmgApp.GetCategories parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppCategory' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppCategory-id in: path description: The unique identifier of mobileAppCategory required: true schema: type: string x-ms-docs-key-type: mobileAppCategory x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/categories/{mobileAppCategory-id}' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/categories/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mobileApp summary: Get the number of the resource operationId: deviceAppManagement.mobileApps.AsMacOSDmgApp.categories.GetCount-ccbd parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions': description: Provides operations to manage the contentVersions property of the microsoft.graph.mobileLobApp entity. get: tags: - deviceAppManagement.mobileApp summary: Get contentVersions from deviceAppManagement description: The list of content versions for this app. operationId: deviceAppManagement.mobileApps.AsMacOSDmgApp.ListContentVersions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppContentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileApp summary: Create new navigation property to contentVersions for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsMacOSDmgApp.CreateContentVersions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}': description: Provides operations to manage the contentVersions property of the microsoft.graph.mobileLobApp entity. get: tags: - deviceAppManagement.mobileApp summary: Get contentVersions from deviceAppManagement description: The list of content versions for this app. operationId: deviceAppManagement.mobileApps.AsMacOSDmgApp.GetContentVersions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileApp summary: Update the navigation property contentVersions in deviceAppManagement operationId: deviceAppManagement.mobileApps.AsMacOSDmgApp.UpdateContentVersions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileApp summary: Delete navigation property contentVersions for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsMacOSDmgApp.DeleteContentVersions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps': description: Provides operations to manage the containedApps property of the microsoft.graph.mobileAppContent entity. get: tags: - deviceAppManagement.mobileApp summary: Get containedApps from deviceAppManagement description: The collection of contained apps in a MobileLobApp acting as a package. operationId: deviceAppManagement.mobileApps.AsMacOSDmgApp.contentVersions.ListContainedApps parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileContainedAppCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileApp summary: Create new navigation property to containedApps for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsMacOSDmgApp.contentVersions.CreateContainedApps requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/containedApps' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/containedApps' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/containedApps' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/containedApps' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}': description: Provides operations to manage the containedApps property of the microsoft.graph.mobileAppContent entity. get: tags: - deviceAppManagement.mobileApp summary: Get containedApps from deviceAppManagement description: The collection of contained apps in a MobileLobApp acting as a package. operationId: deviceAppManagement.mobileApps.AsMacOSDmgApp.contentVersions.GetContainedApps parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileApp summary: Update the navigation property containedApps in deviceAppManagement operationId: deviceAppManagement.mobileApps.AsMacOSDmgApp.contentVersions.UpdateContainedApps requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileApp summary: Delete navigation property containedApps for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsMacOSDmgApp.contentVersions.DeleteContainedApps parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent - name: mobileContainedApp-id in: path description: The unique identifier of mobileContainedApp required: true schema: type: string x-ms-docs-key-type: mobileContainedApp x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mobileApp summary: Get the number of the resource operationId: deviceAppManagement.mobileApps.AsMacOSDmgApp.contentVersions.containedApps.GetCount-19e5 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files': description: Provides operations to manage the files property of the microsoft.graph.mobileAppContent entity. get: tags: - deviceAppManagement.mobileApp summary: Get files from deviceAppManagement description: The list of files for this app content version. operationId: deviceAppManagement.mobileApps.AsMacOSDmgApp.contentVersions.ListFiles parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppContentFileCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileApp summary: Create new navigation property to files for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsMacOSDmgApp.contentVersions.CreateFiles requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/files' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/files' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/files' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/files' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}': description: Provides operations to manage the files property of the microsoft.graph.mobileAppContent entity. get: tags: - deviceAppManagement.mobileApp summary: Get files from deviceAppManagement description: The list of files for this app content version. operationId: deviceAppManagement.mobileApps.AsMacOSDmgApp.contentVersions.GetFiles parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileApp summary: Update the navigation property files in deviceAppManagement operationId: deviceAppManagement.mobileApps.AsMacOSDmgApp.contentVersions.UpdateFiles requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileApp summary: Delete navigation property files for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsMacOSDmgApp.contentVersions.DeleteFiles parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent - name: mobileAppContentFile-id in: path description: The unique identifier of mobileAppContentFile required: true schema: type: string x-ms-docs-key-type: mobileAppContentFile x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit': description: Provides operations to call the commit method. post: tags: - deviceAppManagement.Actions summary: Invoke action commit description: Commits a file of a given app. operationId: deviceAppManagement.mobileApps.mobileApp.microsoft.graph.macOSDmgApp.contentVersions.mobileAppContent.files.mobileAppContentFile.commit requestBody: description: Action parameters content: application/json: schema: type: object properties: fileEncryptionInfo: anyOf: - $ref: '#/components/schemas/microsoft.graph.fileEncryptionInfo' - type: object nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent - name: mobileAppContentFile-id in: path description: The unique identifier of mobileAppContentFile required: true schema: type: string x-ms-docs-key-type: mobileAppContentFile x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload': description: Provides operations to call the renewUpload method. post: tags: - deviceAppManagement.Actions summary: Invoke action renewUpload description: Renews the SAS URI for an application file upload. operationId: deviceAppManagement.mobileApps.mobileApp.microsoft.graph.macOSDmgApp.contentVersions.mobileAppContent.files.mobileAppContentFile.renewUpload responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent - name: mobileAppContentFile-id in: path description: The unique identifier of mobileAppContentFile required: true schema: type: string x-ms-docs-key-type: mobileAppContentFile x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mobileApp summary: Get the number of the resource operationId: deviceAppManagement.mobileApps.AsMacOSDmgApp.contentVersions.files.GetCount-36b4 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mobileApp summary: Get the number of the resource operationId: deviceAppManagement.mobileApps.AsMacOSDmgApp.contentVersions.GetCount-df85 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp': description: Casts the previous resource to macOSLobApp. get: tags: - deviceAppManagement.mobileApp summary: Get the item of type microsoft.graph.mobileApp as microsoft.graph.macOSLobApp operationId: deviceAppManagement.GetMobileApps.AsMacOSLobApp parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.macOSLobApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/assignments': description: Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity. get: tags: - deviceAppManagement.mobileApp summary: Get assignments from deviceAppManagement description: The list of group assignments for this mobile app. operationId: deviceAppManagement.mobileApps.AsMacOSLobApp.ListAssignments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppAssignmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileApp summary: Create new navigation property to assignments for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsMacOSLobApp.CreateAssignments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/assignments' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/assignments/{mobileAppAssignment-id}': description: Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity. get: tags: - deviceAppManagement.mobileApp summary: Get assignments from deviceAppManagement description: The list of group assignments for this mobile app. operationId: deviceAppManagement.mobileApps.AsMacOSLobApp.GetAssignments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileApp summary: Update the navigation property assignments in deviceAppManagement operationId: deviceAppManagement.mobileApps.AsMacOSLobApp.UpdateAssignments requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileApp summary: Delete navigation property assignments for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsMacOSLobApp.DeleteAssignments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppAssignment-id in: path description: The unique identifier of mobileAppAssignment required: true schema: type: string x-ms-docs-key-type: mobileAppAssignment x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/assignments/{mobileAppAssignment-id}' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/assignments/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mobileApp summary: Get the number of the resource operationId: deviceAppManagement.mobileApps.AsMacOSLobApp.assignments.GetCount-0658 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/categories': description: Provides operations to manage the categories property of the microsoft.graph.mobileApp entity. get: tags: - deviceAppManagement.mobileApp summary: Get categories from deviceAppManagement description: The list of categories for this app. operationId: deviceAppManagement.mobileApps.AsMacOSLobApp.ListCategories parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppCategoryCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/categories' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/categories/{mobileAppCategory-id}': description: Provides operations to manage the categories property of the microsoft.graph.mobileApp entity. get: tags: - deviceAppManagement.mobileApp summary: Get categories from deviceAppManagement description: The list of categories for this app. operationId: deviceAppManagement.mobileApps.AsMacOSLobApp.GetCategories parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppCategory' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppCategory-id in: path description: The unique identifier of mobileAppCategory required: true schema: type: string x-ms-docs-key-type: mobileAppCategory x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/categories/{mobileAppCategory-id}' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/categories/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mobileApp summary: Get the number of the resource operationId: deviceAppManagement.mobileApps.AsMacOSLobApp.categories.GetCount-18f1 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions': description: Provides operations to manage the contentVersions property of the microsoft.graph.mobileLobApp entity. get: tags: - deviceAppManagement.mobileApp summary: Get contentVersions from deviceAppManagement description: The list of content versions for this app. operationId: deviceAppManagement.mobileApps.AsMacOSLobApp.ListContentVersions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppContentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileApp summary: Create new navigation property to contentVersions for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsMacOSLobApp.CreateContentVersions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}': description: Provides operations to manage the contentVersions property of the microsoft.graph.mobileLobApp entity. get: tags: - deviceAppManagement.mobileApp summary: Get contentVersions from deviceAppManagement description: The list of content versions for this app. operationId: deviceAppManagement.mobileApps.AsMacOSLobApp.GetContentVersions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileApp summary: Update the navigation property contentVersions in deviceAppManagement operationId: deviceAppManagement.mobileApps.AsMacOSLobApp.UpdateContentVersions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileApp summary: Delete navigation property contentVersions for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsMacOSLobApp.DeleteContentVersions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps': description: Provides operations to manage the containedApps property of the microsoft.graph.mobileAppContent entity. get: tags: - deviceAppManagement.mobileApp summary: Get containedApps from deviceAppManagement description: The collection of contained apps in a MobileLobApp acting as a package. operationId: deviceAppManagement.mobileApps.AsMacOSLobApp.contentVersions.ListContainedApps parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileContainedAppCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileApp summary: Create new navigation property to containedApps for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsMacOSLobApp.contentVersions.CreateContainedApps requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/containedApps' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/containedApps' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/containedApps' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/containedApps' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}': description: Provides operations to manage the containedApps property of the microsoft.graph.mobileAppContent entity. get: tags: - deviceAppManagement.mobileApp summary: Get containedApps from deviceAppManagement description: The collection of contained apps in a MobileLobApp acting as a package. operationId: deviceAppManagement.mobileApps.AsMacOSLobApp.contentVersions.GetContainedApps parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileApp summary: Update the navigation property containedApps in deviceAppManagement operationId: deviceAppManagement.mobileApps.AsMacOSLobApp.contentVersions.UpdateContainedApps requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileApp summary: Delete navigation property containedApps for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsMacOSLobApp.contentVersions.DeleteContainedApps parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent - name: mobileContainedApp-id in: path description: The unique identifier of mobileContainedApp required: true schema: type: string x-ms-docs-key-type: mobileContainedApp x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mobileApp summary: Get the number of the resource operationId: deviceAppManagement.mobileApps.AsMacOSLobApp.contentVersions.containedApps.GetCount-667c parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files': description: Provides operations to manage the files property of the microsoft.graph.mobileAppContent entity. get: tags: - deviceAppManagement.mobileApp summary: Get files from deviceAppManagement description: The list of files for this app content version. operationId: deviceAppManagement.mobileApps.AsMacOSLobApp.contentVersions.ListFiles parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppContentFileCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileApp summary: Create new navigation property to files for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsMacOSLobApp.contentVersions.CreateFiles requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/files' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/files' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/files' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/files' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}': description: Provides operations to manage the files property of the microsoft.graph.mobileAppContent entity. get: tags: - deviceAppManagement.mobileApp summary: Get files from deviceAppManagement description: The list of files for this app content version. operationId: deviceAppManagement.mobileApps.AsMacOSLobApp.contentVersions.GetFiles parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileApp summary: Update the navigation property files in deviceAppManagement operationId: deviceAppManagement.mobileApps.AsMacOSLobApp.contentVersions.UpdateFiles requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileApp summary: Delete navigation property files for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsMacOSLobApp.contentVersions.DeleteFiles parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent - name: mobileAppContentFile-id in: path description: The unique identifier of mobileAppContentFile required: true schema: type: string x-ms-docs-key-type: mobileAppContentFile x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit': description: Provides operations to call the commit method. post: tags: - deviceAppManagement.Actions summary: Invoke action commit description: Commits a file of a given app. operationId: deviceAppManagement.mobileApps.mobileApp.microsoft.graph.macOSLobApp.contentVersions.mobileAppContent.files.mobileAppContentFile.commit requestBody: description: Action parameters content: application/json: schema: type: object properties: fileEncryptionInfo: anyOf: - $ref: '#/components/schemas/microsoft.graph.fileEncryptionInfo' - type: object nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent - name: mobileAppContentFile-id in: path description: The unique identifier of mobileAppContentFile required: true schema: type: string x-ms-docs-key-type: mobileAppContentFile x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload': description: Provides operations to call the renewUpload method. post: tags: - deviceAppManagement.Actions summary: Invoke action renewUpload description: Renews the SAS URI for an application file upload. operationId: deviceAppManagement.mobileApps.mobileApp.microsoft.graph.macOSLobApp.contentVersions.mobileAppContent.files.mobileAppContentFile.renewUpload responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent - name: mobileAppContentFile-id in: path description: The unique identifier of mobileAppContentFile required: true schema: type: string x-ms-docs-key-type: mobileAppContentFile x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mobileApp summary: Get the number of the resource operationId: deviceAppManagement.mobileApps.AsMacOSLobApp.contentVersions.files.GetCount-ebb2 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mobileApp summary: Get the number of the resource operationId: deviceAppManagement.mobileApps.AsMacOSLobApp.contentVersions.GetCount-f249 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp': description: Casts the previous resource to managedAndroidLobApp. get: tags: - deviceAppManagement.mobileApp summary: Get the item of type microsoft.graph.mobileApp as microsoft.graph.managedAndroidLobApp operationId: deviceAppManagement.GetMobileApps.AsManagedAndroidLobApp parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedAndroidLobApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/assignments': description: Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity. get: tags: - deviceAppManagement.mobileApp summary: Get assignments from deviceAppManagement description: The list of group assignments for this mobile app. operationId: deviceAppManagement.mobileApps.AsManagedAndroidLobApp.ListAssignments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppAssignmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileApp summary: Create new navigation property to assignments for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsManagedAndroidLobApp.CreateAssignments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/assignments' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/assignments/{mobileAppAssignment-id}': description: Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity. get: tags: - deviceAppManagement.mobileApp summary: Get assignments from deviceAppManagement description: The list of group assignments for this mobile app. operationId: deviceAppManagement.mobileApps.AsManagedAndroidLobApp.GetAssignments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileApp summary: Update the navigation property assignments in deviceAppManagement operationId: deviceAppManagement.mobileApps.AsManagedAndroidLobApp.UpdateAssignments requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileApp summary: Delete navigation property assignments for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsManagedAndroidLobApp.DeleteAssignments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppAssignment-id in: path description: The unique identifier of mobileAppAssignment required: true schema: type: string x-ms-docs-key-type: mobileAppAssignment x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/assignments/{mobileAppAssignment-id}' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/assignments/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mobileApp summary: Get the number of the resource operationId: deviceAppManagement.mobileApps.AsManagedAndroidLobApp.assignments.GetCount-7cc2 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/categories': description: Provides operations to manage the categories property of the microsoft.graph.mobileApp entity. get: tags: - deviceAppManagement.mobileApp summary: Get categories from deviceAppManagement description: The list of categories for this app. operationId: deviceAppManagement.mobileApps.AsManagedAndroidLobApp.ListCategories parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppCategoryCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/categories' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/categories/{mobileAppCategory-id}': description: Provides operations to manage the categories property of the microsoft.graph.mobileApp entity. get: tags: - deviceAppManagement.mobileApp summary: Get categories from deviceAppManagement description: The list of categories for this app. operationId: deviceAppManagement.mobileApps.AsManagedAndroidLobApp.GetCategories parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppCategory' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppCategory-id in: path description: The unique identifier of mobileAppCategory required: true schema: type: string x-ms-docs-key-type: mobileAppCategory x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/categories/{mobileAppCategory-id}' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/categories/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mobileApp summary: Get the number of the resource operationId: deviceAppManagement.mobileApps.AsManagedAndroidLobApp.categories.GetCount-ebb1 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions': description: Provides operations to manage the contentVersions property of the microsoft.graph.managedMobileLobApp entity. get: tags: - deviceAppManagement.mobileApp summary: Get contentVersions from deviceAppManagement description: The list of content versions for this app. operationId: deviceAppManagement.mobileApps.AsManagedAndroidLobApp.ListContentVersions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppContentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileApp summary: Create new navigation property to contentVersions for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsManagedAndroidLobApp.CreateContentVersions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}': description: Provides operations to manage the contentVersions property of the microsoft.graph.managedMobileLobApp entity. get: tags: - deviceAppManagement.mobileApp summary: Get contentVersions from deviceAppManagement description: The list of content versions for this app. operationId: deviceAppManagement.mobileApps.AsManagedAndroidLobApp.GetContentVersions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileApp summary: Update the navigation property contentVersions in deviceAppManagement operationId: deviceAppManagement.mobileApps.AsManagedAndroidLobApp.UpdateContentVersions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileApp summary: Delete navigation property contentVersions for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsManagedAndroidLobApp.DeleteContentVersions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps': description: Provides operations to manage the containedApps property of the microsoft.graph.mobileAppContent entity. get: tags: - deviceAppManagement.mobileApp summary: Get containedApps from deviceAppManagement description: The collection of contained apps in a MobileLobApp acting as a package. operationId: deviceAppManagement.mobileApps.AsManagedAndroidLobApp.contentVersions.ListContainedApps parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileContainedAppCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileApp summary: Create new navigation property to containedApps for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsManagedAndroidLobApp.contentVersions.CreateContainedApps requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/containedApps' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/containedApps' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/containedApps' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/containedApps' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}': description: Provides operations to manage the containedApps property of the microsoft.graph.mobileAppContent entity. get: tags: - deviceAppManagement.mobileApp summary: Get containedApps from deviceAppManagement description: The collection of contained apps in a MobileLobApp acting as a package. operationId: deviceAppManagement.mobileApps.AsManagedAndroidLobApp.contentVersions.GetContainedApps parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileApp summary: Update the navigation property containedApps in deviceAppManagement operationId: deviceAppManagement.mobileApps.AsManagedAndroidLobApp.contentVersions.UpdateContainedApps requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileApp summary: Delete navigation property containedApps for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsManagedAndroidLobApp.contentVersions.DeleteContainedApps parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent - name: mobileContainedApp-id in: path description: The unique identifier of mobileContainedApp required: true schema: type: string x-ms-docs-key-type: mobileContainedApp x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mobileApp summary: Get the number of the resource operationId: deviceAppManagement.mobileApps.AsManagedAndroidLobApp.contentVersions.containedApps.GetCount-1666 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files': description: Provides operations to manage the files property of the microsoft.graph.mobileAppContent entity. get: tags: - deviceAppManagement.mobileApp summary: Get files from deviceAppManagement description: The list of files for this app content version. operationId: deviceAppManagement.mobileApps.AsManagedAndroidLobApp.contentVersions.ListFiles parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppContentFileCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileApp summary: Create new navigation property to files for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsManagedAndroidLobApp.contentVersions.CreateFiles requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/files' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/files' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/files' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/files' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}': description: Provides operations to manage the files property of the microsoft.graph.mobileAppContent entity. get: tags: - deviceAppManagement.mobileApp summary: Get files from deviceAppManagement description: The list of files for this app content version. operationId: deviceAppManagement.mobileApps.AsManagedAndroidLobApp.contentVersions.GetFiles parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileApp summary: Update the navigation property files in deviceAppManagement operationId: deviceAppManagement.mobileApps.AsManagedAndroidLobApp.contentVersions.UpdateFiles requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileApp summary: Delete navigation property files for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsManagedAndroidLobApp.contentVersions.DeleteFiles parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent - name: mobileAppContentFile-id in: path description: The unique identifier of mobileAppContentFile required: true schema: type: string x-ms-docs-key-type: mobileAppContentFile x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit': description: Provides operations to call the commit method. post: tags: - deviceAppManagement.Actions summary: Invoke action commit description: Commits a file of a given app. operationId: deviceAppManagement.mobileApps.mobileApp.microsoft.graph.managedAndroidLobApp.contentVersions.mobileAppContent.files.mobileAppContentFile.commit requestBody: description: Action parameters content: application/json: schema: type: object properties: fileEncryptionInfo: anyOf: - $ref: '#/components/schemas/microsoft.graph.fileEncryptionInfo' - type: object nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent - name: mobileAppContentFile-id in: path description: The unique identifier of mobileAppContentFile required: true schema: type: string x-ms-docs-key-type: mobileAppContentFile x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload': description: Provides operations to call the renewUpload method. post: tags: - deviceAppManagement.Actions summary: Invoke action renewUpload description: Renews the SAS URI for an application file upload. operationId: deviceAppManagement.mobileApps.mobileApp.microsoft.graph.managedAndroidLobApp.contentVersions.mobileAppContent.files.mobileAppContentFile.renewUpload responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent - name: mobileAppContentFile-id in: path description: The unique identifier of mobileAppContentFile required: true schema: type: string x-ms-docs-key-type: mobileAppContentFile x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mobileApp summary: Get the number of the resource operationId: deviceAppManagement.mobileApps.AsManagedAndroidLobApp.contentVersions.files.GetCount-237b parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mobileApp summary: Get the number of the resource operationId: deviceAppManagement.mobileApps.AsManagedAndroidLobApp.contentVersions.GetCount-bb5b parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp': description: Casts the previous resource to managedIOSLobApp. get: tags: - deviceAppManagement.mobileApp summary: Get the item of type microsoft.graph.mobileApp as microsoft.graph.managedIOSLobApp operationId: deviceAppManagement.GetMobileApps.AsManagedIOSLobApp parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedIOSLobApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/assignments': description: Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity. get: tags: - deviceAppManagement.mobileApp summary: Get assignments from deviceAppManagement description: The list of group assignments for this mobile app. operationId: deviceAppManagement.mobileApps.AsManagedIOSLobApp.ListAssignments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppAssignmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileApp summary: Create new navigation property to assignments for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsManagedIOSLobApp.CreateAssignments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/assignments' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/assignments/{mobileAppAssignment-id}': description: Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity. get: tags: - deviceAppManagement.mobileApp summary: Get assignments from deviceAppManagement description: The list of group assignments for this mobile app. operationId: deviceAppManagement.mobileApps.AsManagedIOSLobApp.GetAssignments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileApp summary: Update the navigation property assignments in deviceAppManagement operationId: deviceAppManagement.mobileApps.AsManagedIOSLobApp.UpdateAssignments requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileApp summary: Delete navigation property assignments for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsManagedIOSLobApp.DeleteAssignments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppAssignment-id in: path description: The unique identifier of mobileAppAssignment required: true schema: type: string x-ms-docs-key-type: mobileAppAssignment x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/assignments/{mobileAppAssignment-id}' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/assignments/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mobileApp summary: Get the number of the resource operationId: deviceAppManagement.mobileApps.AsManagedIOSLobApp.assignments.GetCount-6633 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/categories': description: Provides operations to manage the categories property of the microsoft.graph.mobileApp entity. get: tags: - deviceAppManagement.mobileApp summary: Get categories from deviceAppManagement description: The list of categories for this app. operationId: deviceAppManagement.mobileApps.AsManagedIOSLobApp.ListCategories parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppCategoryCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/categories' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/categories/{mobileAppCategory-id}': description: Provides operations to manage the categories property of the microsoft.graph.mobileApp entity. get: tags: - deviceAppManagement.mobileApp summary: Get categories from deviceAppManagement description: The list of categories for this app. operationId: deviceAppManagement.mobileApps.AsManagedIOSLobApp.GetCategories parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppCategory' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppCategory-id in: path description: The unique identifier of mobileAppCategory required: true schema: type: string x-ms-docs-key-type: mobileAppCategory x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/categories/{mobileAppCategory-id}' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/categories/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mobileApp summary: Get the number of the resource operationId: deviceAppManagement.mobileApps.AsManagedIOSLobApp.categories.GetCount-baea parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions': description: Provides operations to manage the contentVersions property of the microsoft.graph.managedMobileLobApp entity. get: tags: - deviceAppManagement.mobileApp summary: Get contentVersions from deviceAppManagement description: The list of content versions for this app. operationId: deviceAppManagement.mobileApps.AsManagedIOSLobApp.ListContentVersions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppContentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileApp summary: Create new navigation property to contentVersions for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsManagedIOSLobApp.CreateContentVersions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}': description: Provides operations to manage the contentVersions property of the microsoft.graph.managedMobileLobApp entity. get: tags: - deviceAppManagement.mobileApp summary: Get contentVersions from deviceAppManagement description: The list of content versions for this app. operationId: deviceAppManagement.mobileApps.AsManagedIOSLobApp.GetContentVersions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileApp summary: Update the navigation property contentVersions in deviceAppManagement operationId: deviceAppManagement.mobileApps.AsManagedIOSLobApp.UpdateContentVersions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileApp summary: Delete navigation property contentVersions for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsManagedIOSLobApp.DeleteContentVersions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps': description: Provides operations to manage the containedApps property of the microsoft.graph.mobileAppContent entity. get: tags: - deviceAppManagement.mobileApp summary: Get containedApps from deviceAppManagement description: The collection of contained apps in a MobileLobApp acting as a package. operationId: deviceAppManagement.mobileApps.AsManagedIOSLobApp.contentVersions.ListContainedApps parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileContainedAppCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileApp summary: Create new navigation property to containedApps for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsManagedIOSLobApp.contentVersions.CreateContainedApps requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/containedApps' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/containedApps' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/containedApps' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/containedApps' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}': description: Provides operations to manage the containedApps property of the microsoft.graph.mobileAppContent entity. get: tags: - deviceAppManagement.mobileApp summary: Get containedApps from deviceAppManagement description: The collection of contained apps in a MobileLobApp acting as a package. operationId: deviceAppManagement.mobileApps.AsManagedIOSLobApp.contentVersions.GetContainedApps parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileApp summary: Update the navigation property containedApps in deviceAppManagement operationId: deviceAppManagement.mobileApps.AsManagedIOSLobApp.contentVersions.UpdateContainedApps requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileApp summary: Delete navigation property containedApps for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsManagedIOSLobApp.contentVersions.DeleteContainedApps parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent - name: mobileContainedApp-id in: path description: The unique identifier of mobileContainedApp required: true schema: type: string x-ms-docs-key-type: mobileContainedApp x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mobileApp summary: Get the number of the resource operationId: deviceAppManagement.mobileApps.AsManagedIOSLobApp.contentVersions.containedApps.GetCount-877c parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files': description: Provides operations to manage the files property of the microsoft.graph.mobileAppContent entity. get: tags: - deviceAppManagement.mobileApp summary: Get files from deviceAppManagement description: The list of files for this app content version. operationId: deviceAppManagement.mobileApps.AsManagedIOSLobApp.contentVersions.ListFiles parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppContentFileCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileApp summary: Create new navigation property to files for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsManagedIOSLobApp.contentVersions.CreateFiles requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/files' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/files' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/files' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/files' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}': description: Provides operations to manage the files property of the microsoft.graph.mobileAppContent entity. get: tags: - deviceAppManagement.mobileApp summary: Get files from deviceAppManagement description: The list of files for this app content version. operationId: deviceAppManagement.mobileApps.AsManagedIOSLobApp.contentVersions.GetFiles parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileApp summary: Update the navigation property files in deviceAppManagement operationId: deviceAppManagement.mobileApps.AsManagedIOSLobApp.contentVersions.UpdateFiles requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileApp summary: Delete navigation property files for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsManagedIOSLobApp.contentVersions.DeleteFiles parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent - name: mobileAppContentFile-id in: path description: The unique identifier of mobileAppContentFile required: true schema: type: string x-ms-docs-key-type: mobileAppContentFile x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit': description: Provides operations to call the commit method. post: tags: - deviceAppManagement.Actions summary: Invoke action commit description: Commits a file of a given app. operationId: deviceAppManagement.mobileApps.mobileApp.microsoft.graph.managedIOSLobApp.contentVersions.mobileAppContent.files.mobileAppContentFile.commit requestBody: description: Action parameters content: application/json: schema: type: object properties: fileEncryptionInfo: anyOf: - $ref: '#/components/schemas/microsoft.graph.fileEncryptionInfo' - type: object nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent - name: mobileAppContentFile-id in: path description: The unique identifier of mobileAppContentFile required: true schema: type: string x-ms-docs-key-type: mobileAppContentFile x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload': description: Provides operations to call the renewUpload method. post: tags: - deviceAppManagement.Actions summary: Invoke action renewUpload description: Renews the SAS URI for an application file upload. operationId: deviceAppManagement.mobileApps.mobileApp.microsoft.graph.managedIOSLobApp.contentVersions.mobileAppContent.files.mobileAppContentFile.renewUpload responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent - name: mobileAppContentFile-id in: path description: The unique identifier of mobileAppContentFile required: true schema: type: string x-ms-docs-key-type: mobileAppContentFile x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mobileApp summary: Get the number of the resource operationId: deviceAppManagement.mobileApps.AsManagedIOSLobApp.contentVersions.files.GetCount-6260 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mobileApp summary: Get the number of the resource operationId: deviceAppManagement.mobileApps.AsManagedIOSLobApp.contentVersions.GetCount-57c4 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp': description: Casts the previous resource to managedMobileLobApp. get: tags: - deviceAppManagement.mobileApp summary: Get the item of type microsoft.graph.mobileApp as microsoft.graph.managedMobileLobApp operationId: deviceAppManagement.GetMobileApps.AsManagedMobileLobApp parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedMobileLobApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/assignments': description: Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity. get: tags: - deviceAppManagement.mobileApp summary: Get assignments from deviceAppManagement description: The list of group assignments for this mobile app. operationId: deviceAppManagement.mobileApps.AsManagedMobileLobApp.ListAssignments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppAssignmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileApp summary: Create new navigation property to assignments for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsManagedMobileLobApp.CreateAssignments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/assignments' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/assignments/{mobileAppAssignment-id}': description: Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity. get: tags: - deviceAppManagement.mobileApp summary: Get assignments from deviceAppManagement description: The list of group assignments for this mobile app. operationId: deviceAppManagement.mobileApps.AsManagedMobileLobApp.GetAssignments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileApp summary: Update the navigation property assignments in deviceAppManagement operationId: deviceAppManagement.mobileApps.AsManagedMobileLobApp.UpdateAssignments requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileApp summary: Delete navigation property assignments for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsManagedMobileLobApp.DeleteAssignments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppAssignment-id in: path description: The unique identifier of mobileAppAssignment required: true schema: type: string x-ms-docs-key-type: mobileAppAssignment x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/assignments/{mobileAppAssignment-id}' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/assignments/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mobileApp summary: Get the number of the resource operationId: deviceAppManagement.mobileApps.AsManagedMobileLobApp.assignments.GetCount-7f2e parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/categories': description: Provides operations to manage the categories property of the microsoft.graph.mobileApp entity. get: tags: - deviceAppManagement.mobileApp summary: Get categories from deviceAppManagement description: The list of categories for this app. operationId: deviceAppManagement.mobileApps.AsManagedMobileLobApp.ListCategories parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppCategoryCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/categories' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/categories/{mobileAppCategory-id}': description: Provides operations to manage the categories property of the microsoft.graph.mobileApp entity. get: tags: - deviceAppManagement.mobileApp summary: Get categories from deviceAppManagement description: The list of categories for this app. operationId: deviceAppManagement.mobileApps.AsManagedMobileLobApp.GetCategories parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppCategory' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppCategory-id in: path description: The unique identifier of mobileAppCategory required: true schema: type: string x-ms-docs-key-type: mobileAppCategory x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/categories/{mobileAppCategory-id}' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/categories/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mobileApp summary: Get the number of the resource operationId: deviceAppManagement.mobileApps.AsManagedMobileLobApp.categories.GetCount-6e46 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions': description: Provides operations to manage the contentVersions property of the microsoft.graph.managedMobileLobApp entity. get: tags: - deviceAppManagement.mobileApp summary: Get contentVersions from deviceAppManagement description: The list of content versions for this app. operationId: deviceAppManagement.mobileApps.AsManagedMobileLobApp.ListContentVersions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppContentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileApp summary: Create new navigation property to contentVersions for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsManagedMobileLobApp.CreateContentVersions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}': description: Provides operations to manage the contentVersions property of the microsoft.graph.managedMobileLobApp entity. get: tags: - deviceAppManagement.mobileApp summary: Get contentVersions from deviceAppManagement description: The list of content versions for this app. operationId: deviceAppManagement.mobileApps.AsManagedMobileLobApp.GetContentVersions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileApp summary: Update the navigation property contentVersions in deviceAppManagement operationId: deviceAppManagement.mobileApps.AsManagedMobileLobApp.UpdateContentVersions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileApp summary: Delete navigation property contentVersions for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsManagedMobileLobApp.DeleteContentVersions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps': description: Provides operations to manage the containedApps property of the microsoft.graph.mobileAppContent entity. get: tags: - deviceAppManagement.mobileApp summary: Get containedApps from deviceAppManagement description: The collection of contained apps in a MobileLobApp acting as a package. operationId: deviceAppManagement.mobileApps.AsManagedMobileLobApp.contentVersions.ListContainedApps parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileContainedAppCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileApp summary: Create new navigation property to containedApps for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsManagedMobileLobApp.contentVersions.CreateContainedApps requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/containedApps' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/containedApps' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/containedApps' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/containedApps' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}': description: Provides operations to manage the containedApps property of the microsoft.graph.mobileAppContent entity. get: tags: - deviceAppManagement.mobileApp summary: Get containedApps from deviceAppManagement description: The collection of contained apps in a MobileLobApp acting as a package. operationId: deviceAppManagement.mobileApps.AsManagedMobileLobApp.contentVersions.GetContainedApps parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileApp summary: Update the navigation property containedApps in deviceAppManagement operationId: deviceAppManagement.mobileApps.AsManagedMobileLobApp.contentVersions.UpdateContainedApps requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileApp summary: Delete navigation property containedApps for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsManagedMobileLobApp.contentVersions.DeleteContainedApps parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent - name: mobileContainedApp-id in: path description: The unique identifier of mobileContainedApp required: true schema: type: string x-ms-docs-key-type: mobileContainedApp x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mobileApp summary: Get the number of the resource operationId: deviceAppManagement.mobileApps.AsManagedMobileLobApp.contentVersions.containedApps.GetCount-4c53 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files': description: Provides operations to manage the files property of the microsoft.graph.mobileAppContent entity. get: tags: - deviceAppManagement.mobileApp summary: Get files from deviceAppManagement description: The list of files for this app content version. operationId: deviceAppManagement.mobileApps.AsManagedMobileLobApp.contentVersions.ListFiles parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppContentFileCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileApp summary: Create new navigation property to files for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsManagedMobileLobApp.contentVersions.CreateFiles requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/files' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/files' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/files' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/files' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}': description: Provides operations to manage the files property of the microsoft.graph.mobileAppContent entity. get: tags: - deviceAppManagement.mobileApp summary: Get files from deviceAppManagement description: The list of files for this app content version. operationId: deviceAppManagement.mobileApps.AsManagedMobileLobApp.contentVersions.GetFiles parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileApp summary: Update the navigation property files in deviceAppManagement operationId: deviceAppManagement.mobileApps.AsManagedMobileLobApp.contentVersions.UpdateFiles requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileApp summary: Delete navigation property files for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsManagedMobileLobApp.contentVersions.DeleteFiles parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent - name: mobileAppContentFile-id in: path description: The unique identifier of mobileAppContentFile required: true schema: type: string x-ms-docs-key-type: mobileAppContentFile x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit': description: Provides operations to call the commit method. post: tags: - deviceAppManagement.Actions summary: Invoke action commit description: Commits a file of a given app. operationId: deviceAppManagement.mobileApps.mobileApp.microsoft.graph.managedMobileLobApp.contentVersions.mobileAppContent.files.mobileAppContentFile.commit requestBody: description: Action parameters content: application/json: schema: type: object properties: fileEncryptionInfo: anyOf: - $ref: '#/components/schemas/microsoft.graph.fileEncryptionInfo' - type: object nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent - name: mobileAppContentFile-id in: path description: The unique identifier of mobileAppContentFile required: true schema: type: string x-ms-docs-key-type: mobileAppContentFile x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload': description: Provides operations to call the renewUpload method. post: tags: - deviceAppManagement.Actions summary: Invoke action renewUpload description: Renews the SAS URI for an application file upload. operationId: deviceAppManagement.mobileApps.mobileApp.microsoft.graph.managedMobileLobApp.contentVersions.mobileAppContent.files.mobileAppContentFile.renewUpload responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent - name: mobileAppContentFile-id in: path description: The unique identifier of mobileAppContentFile required: true schema: type: string x-ms-docs-key-type: mobileAppContentFile x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mobileApp summary: Get the number of the resource operationId: deviceAppManagement.mobileApps.AsManagedMobileLobApp.contentVersions.files.GetCount-f9ec parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mobileApp summary: Get the number of the resource operationId: deviceAppManagement.mobileApps.AsManagedMobileLobApp.contentVersions.GetCount-db35 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp': description: Casts the previous resource to microsoftStoreForBusinessApp. get: tags: - deviceAppManagement.mobileApp summary: Get the item of type microsoft.graph.mobileApp as microsoft.graph.microsoftStoreForBusinessApp operationId: deviceAppManagement.GetMobileApps.AsMicrosoftStoreForBusinessApp parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.microsoftStoreForBusinessApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/assignments': description: Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity. get: tags: - deviceAppManagement.mobileApp summary: Get assignments from deviceAppManagement description: The list of group assignments for this mobile app. operationId: deviceAppManagement.mobileApps.AsMicrosoftStoreForBusinessApp.ListAssignments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppAssignmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileApp summary: Create new navigation property to assignments for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsMicrosoftStoreForBusinessApp.CreateAssignments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/assignments' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}': description: Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity. get: tags: - deviceAppManagement.mobileApp summary: Get assignments from deviceAppManagement description: The list of group assignments for this mobile app. operationId: deviceAppManagement.mobileApps.AsMicrosoftStoreForBusinessApp.GetAssignments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileApp summary: Update the navigation property assignments in deviceAppManagement operationId: deviceAppManagement.mobileApps.AsMicrosoftStoreForBusinessApp.UpdateAssignments requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileApp summary: Delete navigation property assignments for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsMicrosoftStoreForBusinessApp.DeleteAssignments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppAssignment-id in: path description: The unique identifier of mobileAppAssignment required: true schema: type: string x-ms-docs-key-type: mobileAppAssignment x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/assignments/{mobileAppAssignment-id}' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/assignments/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mobileApp summary: Get the number of the resource operationId: deviceAppManagement.mobileApps.AsMicrosoftStoreForBusinessApp.assignments.GetCount-38b3 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/categories': description: Provides operations to manage the categories property of the microsoft.graph.mobileApp entity. get: tags: - deviceAppManagement.mobileApp summary: Get categories from deviceAppManagement description: The list of categories for this app. operationId: deviceAppManagement.mobileApps.AsMicrosoftStoreForBusinessApp.ListCategories parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppCategoryCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/categories' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/categories/{mobileAppCategory-id}': description: Provides operations to manage the categories property of the microsoft.graph.mobileApp entity. get: tags: - deviceAppManagement.mobileApp summary: Get categories from deviceAppManagement description: The list of categories for this app. operationId: deviceAppManagement.mobileApps.AsMicrosoftStoreForBusinessApp.GetCategories parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppCategory' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppCategory-id in: path description: The unique identifier of mobileAppCategory required: true schema: type: string x-ms-docs-key-type: mobileAppCategory x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/categories/{mobileAppCategory-id}' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/categories/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mobileApp summary: Get the number of the resource operationId: deviceAppManagement.mobileApps.AsMicrosoftStoreForBusinessApp.categories.GetCount-e09e parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp': description: Casts the previous resource to win32LobApp. get: tags: - deviceAppManagement.mobileApp summary: Get the item of type microsoft.graph.mobileApp as microsoft.graph.win32LobApp operationId: deviceAppManagement.GetMobileApps.AsWin32LobApp parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.win32LobApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/assignments': description: Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity. get: tags: - deviceAppManagement.mobileApp summary: Get assignments from deviceAppManagement description: The list of group assignments for this mobile app. operationId: deviceAppManagement.mobileApps.AsWin32LobApp.ListAssignments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppAssignmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileApp summary: Create new navigation property to assignments for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWin32LobApp.CreateAssignments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/assignments' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/assignments/{mobileAppAssignment-id}': description: Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity. get: tags: - deviceAppManagement.mobileApp summary: Get assignments from deviceAppManagement description: The list of group assignments for this mobile app. operationId: deviceAppManagement.mobileApps.AsWin32LobApp.GetAssignments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileApp summary: Update the navigation property assignments in deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWin32LobApp.UpdateAssignments requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileApp summary: Delete navigation property assignments for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWin32LobApp.DeleteAssignments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppAssignment-id in: path description: The unique identifier of mobileAppAssignment required: true schema: type: string x-ms-docs-key-type: mobileAppAssignment x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/assignments/{mobileAppAssignment-id}' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/assignments/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mobileApp summary: Get the number of the resource operationId: deviceAppManagement.mobileApps.AsWin32LobApp.assignments.GetCount-ce71 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/categories': description: Provides operations to manage the categories property of the microsoft.graph.mobileApp entity. get: tags: - deviceAppManagement.mobileApp summary: Get categories from deviceAppManagement description: The list of categories for this app. operationId: deviceAppManagement.mobileApps.AsWin32LobApp.ListCategories parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppCategoryCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/categories' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/categories/{mobileAppCategory-id}': description: Provides operations to manage the categories property of the microsoft.graph.mobileApp entity. get: tags: - deviceAppManagement.mobileApp summary: Get categories from deviceAppManagement description: The list of categories for this app. operationId: deviceAppManagement.mobileApps.AsWin32LobApp.GetCategories parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppCategory' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppCategory-id in: path description: The unique identifier of mobileAppCategory required: true schema: type: string x-ms-docs-key-type: mobileAppCategory x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/categories/{mobileAppCategory-id}' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/categories/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mobileApp summary: Get the number of the resource operationId: deviceAppManagement.mobileApps.AsWin32LobApp.categories.GetCount-fcaa parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions': description: Provides operations to manage the contentVersions property of the microsoft.graph.mobileLobApp entity. get: tags: - deviceAppManagement.mobileApp summary: Get contentVersions from deviceAppManagement description: The list of content versions for this app. operationId: deviceAppManagement.mobileApps.AsWin32LobApp.ListContentVersions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppContentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileApp summary: Create new navigation property to contentVersions for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWin32LobApp.CreateContentVersions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}': description: Provides operations to manage the contentVersions property of the microsoft.graph.mobileLobApp entity. get: tags: - deviceAppManagement.mobileApp summary: Get contentVersions from deviceAppManagement description: The list of content versions for this app. operationId: deviceAppManagement.mobileApps.AsWin32LobApp.GetContentVersions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileApp summary: Update the navigation property contentVersions in deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWin32LobApp.UpdateContentVersions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileApp summary: Delete navigation property contentVersions for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWin32LobApp.DeleteContentVersions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/containedApps': description: Provides operations to manage the containedApps property of the microsoft.graph.mobileAppContent entity. get: tags: - deviceAppManagement.mobileApp summary: Get containedApps from deviceAppManagement description: The collection of contained apps in a MobileLobApp acting as a package. operationId: deviceAppManagement.mobileApps.AsWin32LobApp.contentVersions.ListContainedApps parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileContainedAppCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileApp summary: Create new navigation property to containedApps for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWin32LobApp.contentVersions.CreateContainedApps requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/containedApps' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/containedApps' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/containedApps' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}': description: Provides operations to manage the containedApps property of the microsoft.graph.mobileAppContent entity. get: tags: - deviceAppManagement.mobileApp summary: Get containedApps from deviceAppManagement description: The collection of contained apps in a MobileLobApp acting as a package. operationId: deviceAppManagement.mobileApps.AsWin32LobApp.contentVersions.GetContainedApps parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileApp summary: Update the navigation property containedApps in deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWin32LobApp.contentVersions.UpdateContainedApps requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileApp summary: Delete navigation property containedApps for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWin32LobApp.contentVersions.DeleteContainedApps parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent - name: mobileContainedApp-id in: path description: The unique identifier of mobileContainedApp required: true schema: type: string x-ms-docs-key-type: mobileContainedApp x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mobileApp summary: Get the number of the resource operationId: deviceAppManagement.mobileApps.AsWin32LobApp.contentVersions.containedApps.GetCount-5c38 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/files': description: Provides operations to manage the files property of the microsoft.graph.mobileAppContent entity. get: tags: - deviceAppManagement.mobileApp summary: Get files from deviceAppManagement description: The list of files for this app content version. operationId: deviceAppManagement.mobileApps.AsWin32LobApp.contentVersions.ListFiles parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppContentFileCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileApp summary: Create new navigation property to files for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWin32LobApp.contentVersions.CreateFiles requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/files' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/files' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/files' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}': description: Provides operations to manage the files property of the microsoft.graph.mobileAppContent entity. get: tags: - deviceAppManagement.mobileApp summary: Get files from deviceAppManagement description: The list of files for this app content version. operationId: deviceAppManagement.mobileApps.AsWin32LobApp.contentVersions.GetFiles parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileApp summary: Update the navigation property files in deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWin32LobApp.contentVersions.UpdateFiles requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileApp summary: Delete navigation property files for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWin32LobApp.contentVersions.DeleteFiles parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent - name: mobileAppContentFile-id in: path description: The unique identifier of mobileAppContentFile required: true schema: type: string x-ms-docs-key-type: mobileAppContentFile x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit': description: Provides operations to call the commit method. post: tags: - deviceAppManagement.Actions summary: Invoke action commit description: Commits a file of a given app. operationId: deviceAppManagement.mobileApps.mobileApp.microsoft.graph.win32LobApp.contentVersions.mobileAppContent.files.mobileAppContentFile.commit requestBody: description: Action parameters content: application/json: schema: type: object properties: fileEncryptionInfo: anyOf: - $ref: '#/components/schemas/microsoft.graph.fileEncryptionInfo' - type: object nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent - name: mobileAppContentFile-id in: path description: The unique identifier of mobileAppContentFile required: true schema: type: string x-ms-docs-key-type: mobileAppContentFile x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload': description: Provides operations to call the renewUpload method. post: tags: - deviceAppManagement.Actions summary: Invoke action renewUpload description: Renews the SAS URI for an application file upload. operationId: deviceAppManagement.mobileApps.mobileApp.microsoft.graph.win32LobApp.contentVersions.mobileAppContent.files.mobileAppContentFile.renewUpload responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent - name: mobileAppContentFile-id in: path description: The unique identifier of mobileAppContentFile required: true schema: type: string x-ms-docs-key-type: mobileAppContentFile x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/files/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mobileApp summary: Get the number of the resource operationId: deviceAppManagement.mobileApps.AsWin32LobApp.contentVersions.files.GetCount-1de1 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mobileApp summary: Get the number of the resource operationId: deviceAppManagement.mobileApps.AsWin32LobApp.contentVersions.GetCount-1710 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX': description: Casts the previous resource to windowsAppX. get: tags: - deviceAppManagement.mobileApp summary: Get the item of type microsoft.graph.mobileApp as microsoft.graph.windowsAppX operationId: deviceAppManagement.GetMobileApps.AsWindowsAppX parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsAppX' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/assignments': description: Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity. get: tags: - deviceAppManagement.mobileApp summary: Get assignments from deviceAppManagement description: The list of group assignments for this mobile app. operationId: deviceAppManagement.mobileApps.AsWindowsAppX.ListAssignments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppAssignmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileApp summary: Create new navigation property to assignments for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWindowsAppX.CreateAssignments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/assignments' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/assignments/{mobileAppAssignment-id}': description: Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity. get: tags: - deviceAppManagement.mobileApp summary: Get assignments from deviceAppManagement description: The list of group assignments for this mobile app. operationId: deviceAppManagement.mobileApps.AsWindowsAppX.GetAssignments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileApp summary: Update the navigation property assignments in deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWindowsAppX.UpdateAssignments requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileApp summary: Delete navigation property assignments for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWindowsAppX.DeleteAssignments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppAssignment-id in: path description: The unique identifier of mobileAppAssignment required: true schema: type: string x-ms-docs-key-type: mobileAppAssignment x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/assignments/{mobileAppAssignment-id}' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/assignments/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mobileApp summary: Get the number of the resource operationId: deviceAppManagement.mobileApps.AsWindowsAppX.assignments.GetCount-59b1 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/categories': description: Provides operations to manage the categories property of the microsoft.graph.mobileApp entity. get: tags: - deviceAppManagement.mobileApp summary: Get categories from deviceAppManagement description: The list of categories for this app. operationId: deviceAppManagement.mobileApps.AsWindowsAppX.ListCategories parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppCategoryCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/categories' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/categories/{mobileAppCategory-id}': description: Provides operations to manage the categories property of the microsoft.graph.mobileApp entity. get: tags: - deviceAppManagement.mobileApp summary: Get categories from deviceAppManagement description: The list of categories for this app. operationId: deviceAppManagement.mobileApps.AsWindowsAppX.GetCategories parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppCategory' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppCategory-id in: path description: The unique identifier of mobileAppCategory required: true schema: type: string x-ms-docs-key-type: mobileAppCategory x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/categories/{mobileAppCategory-id}' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/categories/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mobileApp summary: Get the number of the resource operationId: deviceAppManagement.mobileApps.AsWindowsAppX.categories.GetCount-d1eb parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions': description: Provides operations to manage the contentVersions property of the microsoft.graph.mobileLobApp entity. get: tags: - deviceAppManagement.mobileApp summary: Get contentVersions from deviceAppManagement description: The list of content versions for this app. operationId: deviceAppManagement.mobileApps.AsWindowsAppX.ListContentVersions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppContentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileApp summary: Create new navigation property to contentVersions for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWindowsAppX.CreateContentVersions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}': description: Provides operations to manage the contentVersions property of the microsoft.graph.mobileLobApp entity. get: tags: - deviceAppManagement.mobileApp summary: Get contentVersions from deviceAppManagement description: The list of content versions for this app. operationId: deviceAppManagement.mobileApps.AsWindowsAppX.GetContentVersions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileApp summary: Update the navigation property contentVersions in deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWindowsAppX.UpdateContentVersions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileApp summary: Delete navigation property contentVersions for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWindowsAppX.DeleteContentVersions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/containedApps': description: Provides operations to manage the containedApps property of the microsoft.graph.mobileAppContent entity. get: tags: - deviceAppManagement.mobileApp summary: Get containedApps from deviceAppManagement description: The collection of contained apps in a MobileLobApp acting as a package. operationId: deviceAppManagement.mobileApps.AsWindowsAppX.contentVersions.ListContainedApps parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileContainedAppCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileApp summary: Create new navigation property to containedApps for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWindowsAppX.contentVersions.CreateContainedApps requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/containedApps' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/containedApps' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/containedApps' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}': description: Provides operations to manage the containedApps property of the microsoft.graph.mobileAppContent entity. get: tags: - deviceAppManagement.mobileApp summary: Get containedApps from deviceAppManagement description: The collection of contained apps in a MobileLobApp acting as a package. operationId: deviceAppManagement.mobileApps.AsWindowsAppX.contentVersions.GetContainedApps parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileApp summary: Update the navigation property containedApps in deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWindowsAppX.contentVersions.UpdateContainedApps requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileApp summary: Delete navigation property containedApps for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWindowsAppX.contentVersions.DeleteContainedApps parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent - name: mobileContainedApp-id in: path description: The unique identifier of mobileContainedApp required: true schema: type: string x-ms-docs-key-type: mobileContainedApp x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mobileApp summary: Get the number of the resource operationId: deviceAppManagement.mobileApps.AsWindowsAppX.contentVersions.containedApps.GetCount-d3ec parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/files': description: Provides operations to manage the files property of the microsoft.graph.mobileAppContent entity. get: tags: - deviceAppManagement.mobileApp summary: Get files from deviceAppManagement description: The list of files for this app content version. operationId: deviceAppManagement.mobileApps.AsWindowsAppX.contentVersions.ListFiles parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppContentFileCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileApp summary: Create new navigation property to files for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWindowsAppX.contentVersions.CreateFiles requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/files' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/files' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/files' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}': description: Provides operations to manage the files property of the microsoft.graph.mobileAppContent entity. get: tags: - deviceAppManagement.mobileApp summary: Get files from deviceAppManagement description: The list of files for this app content version. operationId: deviceAppManagement.mobileApps.AsWindowsAppX.contentVersions.GetFiles parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileApp summary: Update the navigation property files in deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWindowsAppX.contentVersions.UpdateFiles requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileApp summary: Delete navigation property files for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWindowsAppX.contentVersions.DeleteFiles parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent - name: mobileAppContentFile-id in: path description: The unique identifier of mobileAppContentFile required: true schema: type: string x-ms-docs-key-type: mobileAppContentFile x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit': description: Provides operations to call the commit method. post: tags: - deviceAppManagement.Actions summary: Invoke action commit description: Commits a file of a given app. operationId: deviceAppManagement.mobileApps.mobileApp.microsoft.graph.windowsAppX.contentVersions.mobileAppContent.files.mobileAppContentFile.commit requestBody: description: Action parameters content: application/json: schema: type: object properties: fileEncryptionInfo: anyOf: - $ref: '#/components/schemas/microsoft.graph.fileEncryptionInfo' - type: object nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent - name: mobileAppContentFile-id in: path description: The unique identifier of mobileAppContentFile required: true schema: type: string x-ms-docs-key-type: mobileAppContentFile x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload': description: Provides operations to call the renewUpload method. post: tags: - deviceAppManagement.Actions summary: Invoke action renewUpload description: Renews the SAS URI for an application file upload. operationId: deviceAppManagement.mobileApps.mobileApp.microsoft.graph.windowsAppX.contentVersions.mobileAppContent.files.mobileAppContentFile.renewUpload responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent - name: mobileAppContentFile-id in: path description: The unique identifier of mobileAppContentFile required: true schema: type: string x-ms-docs-key-type: mobileAppContentFile x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/files/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mobileApp summary: Get the number of the resource operationId: deviceAppManagement.mobileApps.AsWindowsAppX.contentVersions.files.GetCount-21f7 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mobileApp summary: Get the number of the resource operationId: deviceAppManagement.mobileApps.AsWindowsAppX.contentVersions.GetCount-e02a parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI': description: Casts the previous resource to windowsMobileMSI. get: tags: - deviceAppManagement.mobileApp summary: Get the item of type microsoft.graph.mobileApp as microsoft.graph.windowsMobileMSI operationId: deviceAppManagement.GetMobileApps.AsWindowsMobileMSI parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsMobileMSI' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/assignments': description: Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity. get: tags: - deviceAppManagement.mobileApp summary: Get assignments from deviceAppManagement description: The list of group assignments for this mobile app. operationId: deviceAppManagement.mobileApps.AsWindowsMobileMSI.ListAssignments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppAssignmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileApp summary: Create new navigation property to assignments for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWindowsMobileMSI.CreateAssignments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/assignments' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/assignments/{mobileAppAssignment-id}': description: Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity. get: tags: - deviceAppManagement.mobileApp summary: Get assignments from deviceAppManagement description: The list of group assignments for this mobile app. operationId: deviceAppManagement.mobileApps.AsWindowsMobileMSI.GetAssignments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileApp summary: Update the navigation property assignments in deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWindowsMobileMSI.UpdateAssignments requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileApp summary: Delete navigation property assignments for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWindowsMobileMSI.DeleteAssignments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppAssignment-id in: path description: The unique identifier of mobileAppAssignment required: true schema: type: string x-ms-docs-key-type: mobileAppAssignment x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/assignments/{mobileAppAssignment-id}' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/assignments/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mobileApp summary: Get the number of the resource operationId: deviceAppManagement.mobileApps.AsWindowsMobileMSI.assignments.GetCount-4603 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/categories': description: Provides operations to manage the categories property of the microsoft.graph.mobileApp entity. get: tags: - deviceAppManagement.mobileApp summary: Get categories from deviceAppManagement description: The list of categories for this app. operationId: deviceAppManagement.mobileApps.AsWindowsMobileMSI.ListCategories parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppCategoryCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/categories' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/categories/{mobileAppCategory-id}': description: Provides operations to manage the categories property of the microsoft.graph.mobileApp entity. get: tags: - deviceAppManagement.mobileApp summary: Get categories from deviceAppManagement description: The list of categories for this app. operationId: deviceAppManagement.mobileApps.AsWindowsMobileMSI.GetCategories parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppCategory' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppCategory-id in: path description: The unique identifier of mobileAppCategory required: true schema: type: string x-ms-docs-key-type: mobileAppCategory x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/categories/{mobileAppCategory-id}' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/categories/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mobileApp summary: Get the number of the resource operationId: deviceAppManagement.mobileApps.AsWindowsMobileMSI.categories.GetCount-4240 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions': description: Provides operations to manage the contentVersions property of the microsoft.graph.mobileLobApp entity. get: tags: - deviceAppManagement.mobileApp summary: Get contentVersions from deviceAppManagement description: The list of content versions for this app. operationId: deviceAppManagement.mobileApps.AsWindowsMobileMSI.ListContentVersions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppContentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileApp summary: Create new navigation property to contentVersions for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWindowsMobileMSI.CreateContentVersions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}': description: Provides operations to manage the contentVersions property of the microsoft.graph.mobileLobApp entity. get: tags: - deviceAppManagement.mobileApp summary: Get contentVersions from deviceAppManagement description: The list of content versions for this app. operationId: deviceAppManagement.mobileApps.AsWindowsMobileMSI.GetContentVersions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileApp summary: Update the navigation property contentVersions in deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWindowsMobileMSI.UpdateContentVersions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileApp summary: Delete navigation property contentVersions for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWindowsMobileMSI.DeleteContentVersions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps': description: Provides operations to manage the containedApps property of the microsoft.graph.mobileAppContent entity. get: tags: - deviceAppManagement.mobileApp summary: Get containedApps from deviceAppManagement description: The collection of contained apps in a MobileLobApp acting as a package. operationId: deviceAppManagement.mobileApps.AsWindowsMobileMSI.contentVersions.ListContainedApps parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileContainedAppCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileApp summary: Create new navigation property to containedApps for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWindowsMobileMSI.contentVersions.CreateContainedApps requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/containedApps' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/containedApps' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/containedApps' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/containedApps' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}': description: Provides operations to manage the containedApps property of the microsoft.graph.mobileAppContent entity. get: tags: - deviceAppManagement.mobileApp summary: Get containedApps from deviceAppManagement description: The collection of contained apps in a MobileLobApp acting as a package. operationId: deviceAppManagement.mobileApps.AsWindowsMobileMSI.contentVersions.GetContainedApps parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileApp summary: Update the navigation property containedApps in deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWindowsMobileMSI.contentVersions.UpdateContainedApps requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileApp summary: Delete navigation property containedApps for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWindowsMobileMSI.contentVersions.DeleteContainedApps parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent - name: mobileContainedApp-id in: path description: The unique identifier of mobileContainedApp required: true schema: type: string x-ms-docs-key-type: mobileContainedApp x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mobileApp summary: Get the number of the resource operationId: deviceAppManagement.mobileApps.AsWindowsMobileMSI.contentVersions.containedApps.GetCount-1ef7 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files': description: Provides operations to manage the files property of the microsoft.graph.mobileAppContent entity. get: tags: - deviceAppManagement.mobileApp summary: Get files from deviceAppManagement description: The list of files for this app content version. operationId: deviceAppManagement.mobileApps.AsWindowsMobileMSI.contentVersions.ListFiles parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppContentFileCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileApp summary: Create new navigation property to files for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWindowsMobileMSI.contentVersions.CreateFiles requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/files' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/files' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/files' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/files' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}': description: Provides operations to manage the files property of the microsoft.graph.mobileAppContent entity. get: tags: - deviceAppManagement.mobileApp summary: Get files from deviceAppManagement description: The list of files for this app content version. operationId: deviceAppManagement.mobileApps.AsWindowsMobileMSI.contentVersions.GetFiles parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileApp summary: Update the navigation property files in deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWindowsMobileMSI.contentVersions.UpdateFiles requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileApp summary: Delete navigation property files for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWindowsMobileMSI.contentVersions.DeleteFiles parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent - name: mobileAppContentFile-id in: path description: The unique identifier of mobileAppContentFile required: true schema: type: string x-ms-docs-key-type: mobileAppContentFile x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit': description: Provides operations to call the commit method. post: tags: - deviceAppManagement.Actions summary: Invoke action commit description: Commits a file of a given app. operationId: deviceAppManagement.mobileApps.mobileApp.microsoft.graph.windowsMobileMSI.contentVersions.mobileAppContent.files.mobileAppContentFile.commit requestBody: description: Action parameters content: application/json: schema: type: object properties: fileEncryptionInfo: anyOf: - $ref: '#/components/schemas/microsoft.graph.fileEncryptionInfo' - type: object nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent - name: mobileAppContentFile-id in: path description: The unique identifier of mobileAppContentFile required: true schema: type: string x-ms-docs-key-type: mobileAppContentFile x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload': description: Provides operations to call the renewUpload method. post: tags: - deviceAppManagement.Actions summary: Invoke action renewUpload description: Renews the SAS URI for an application file upload. operationId: deviceAppManagement.mobileApps.mobileApp.microsoft.graph.windowsMobileMSI.contentVersions.mobileAppContent.files.mobileAppContentFile.renewUpload responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent - name: mobileAppContentFile-id in: path description: The unique identifier of mobileAppContentFile required: true schema: type: string x-ms-docs-key-type: mobileAppContentFile x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mobileApp summary: Get the number of the resource operationId: deviceAppManagement.mobileApps.AsWindowsMobileMSI.contentVersions.files.GetCount-56d9 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mobileApp summary: Get the number of the resource operationId: deviceAppManagement.mobileApps.AsWindowsMobileMSI.contentVersions.GetCount-4cf0 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX': description: Casts the previous resource to windowsUniversalAppX. get: tags: - deviceAppManagement.mobileApp summary: Get the item of type microsoft.graph.mobileApp as microsoft.graph.windowsUniversalAppX operationId: deviceAppManagement.GetMobileApps.AsWindowsUniversalAppX parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsUniversalAppX' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/assignments': description: Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity. get: tags: - deviceAppManagement.mobileApp summary: Get assignments from deviceAppManagement description: The list of group assignments for this mobile app. operationId: deviceAppManagement.mobileApps.AsWindowsUniversalAppX.ListAssignments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppAssignmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileApp summary: Create new navigation property to assignments for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWindowsUniversalAppX.CreateAssignments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/assignments' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/assignments/{mobileAppAssignment-id}': description: Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity. get: tags: - deviceAppManagement.mobileApp summary: Get assignments from deviceAppManagement description: The list of group assignments for this mobile app. operationId: deviceAppManagement.mobileApps.AsWindowsUniversalAppX.GetAssignments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileApp summary: Update the navigation property assignments in deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWindowsUniversalAppX.UpdateAssignments requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileApp summary: Delete navigation property assignments for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWindowsUniversalAppX.DeleteAssignments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppAssignment-id in: path description: The unique identifier of mobileAppAssignment required: true schema: type: string x-ms-docs-key-type: mobileAppAssignment x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/assignments/{mobileAppAssignment-id}' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/assignments/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mobileApp summary: Get the number of the resource operationId: deviceAppManagement.mobileApps.AsWindowsUniversalAppX.assignments.GetCount-07a1 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/categories': description: Provides operations to manage the categories property of the microsoft.graph.mobileApp entity. get: tags: - deviceAppManagement.mobileApp summary: Get categories from deviceAppManagement description: The list of categories for this app. operationId: deviceAppManagement.mobileApps.AsWindowsUniversalAppX.ListCategories parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppCategoryCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/categories' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/categories/{mobileAppCategory-id}': description: Provides operations to manage the categories property of the microsoft.graph.mobileApp entity. get: tags: - deviceAppManagement.mobileApp summary: Get categories from deviceAppManagement description: The list of categories for this app. operationId: deviceAppManagement.mobileApps.AsWindowsUniversalAppX.GetCategories parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppCategory' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppCategory-id in: path description: The unique identifier of mobileAppCategory required: true schema: type: string x-ms-docs-key-type: mobileAppCategory x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/categories/{mobileAppCategory-id}' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/categories/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mobileApp summary: Get the number of the resource operationId: deviceAppManagement.mobileApps.AsWindowsUniversalAppX.categories.GetCount-c2ed parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/committedContainedApps': description: Provides operations to manage the committedContainedApps property of the microsoft.graph.windowsUniversalAppX entity. get: tags: - deviceAppManagement.mobileApp summary: Get committedContainedApps from deviceAppManagement description: The collection of contained apps in the committed mobileAppContent of a windowsUniversalAppX app. operationId: deviceAppManagement.mobileApps.AsWindowsUniversalAppX.ListCommittedContainedApps parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileContainedAppCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileApp summary: Create new navigation property to committedContainedApps for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWindowsUniversalAppX.CreateCommittedContainedApps requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/committedContainedApps/{mobileContainedApp-id}': description: Provides operations to manage the committedContainedApps property of the microsoft.graph.windowsUniversalAppX entity. get: tags: - deviceAppManagement.mobileApp summary: Get committedContainedApps from deviceAppManagement description: The collection of contained apps in the committed mobileAppContent of a windowsUniversalAppX app. operationId: deviceAppManagement.mobileApps.AsWindowsUniversalAppX.GetCommittedContainedApps parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileApp summary: Update the navigation property committedContainedApps in deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWindowsUniversalAppX.UpdateCommittedContainedApps requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileApp summary: Delete navigation property committedContainedApps for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWindowsUniversalAppX.DeleteCommittedContainedApps parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileContainedApp-id in: path description: The unique identifier of mobileContainedApp required: true schema: type: string x-ms-docs-key-type: mobileContainedApp '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/committedContainedApps/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mobileApp summary: Get the number of the resource operationId: deviceAppManagement.mobileApps.AsWindowsUniversalAppX.committedContainedApps.GetCount-b859 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions': description: Provides operations to manage the contentVersions property of the microsoft.graph.mobileLobApp entity. get: tags: - deviceAppManagement.mobileApp summary: Get contentVersions from deviceAppManagement description: The list of content versions for this app. operationId: deviceAppManagement.mobileApps.AsWindowsUniversalAppX.ListContentVersions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppContentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileApp summary: Create new navigation property to contentVersions for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWindowsUniversalAppX.CreateContentVersions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}': description: Provides operations to manage the contentVersions property of the microsoft.graph.mobileLobApp entity. get: tags: - deviceAppManagement.mobileApp summary: Get contentVersions from deviceAppManagement description: The list of content versions for this app. operationId: deviceAppManagement.mobileApps.AsWindowsUniversalAppX.GetContentVersions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileApp summary: Update the navigation property contentVersions in deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWindowsUniversalAppX.UpdateContentVersions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileApp summary: Delete navigation property contentVersions for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWindowsUniversalAppX.DeleteContentVersions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps': description: Provides operations to manage the containedApps property of the microsoft.graph.mobileAppContent entity. get: tags: - deviceAppManagement.mobileApp summary: Get containedApps from deviceAppManagement description: The collection of contained apps in a MobileLobApp acting as a package. operationId: deviceAppManagement.mobileApps.AsWindowsUniversalAppX.contentVersions.ListContainedApps parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileContainedAppCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileApp summary: Create new navigation property to containedApps for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWindowsUniversalAppX.contentVersions.CreateContainedApps requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/containedApps' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/containedApps' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/containedApps' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/containedApps' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}': description: Provides operations to manage the containedApps property of the microsoft.graph.mobileAppContent entity. get: tags: - deviceAppManagement.mobileApp summary: Get containedApps from deviceAppManagement description: The collection of contained apps in a MobileLobApp acting as a package. operationId: deviceAppManagement.mobileApps.AsWindowsUniversalAppX.contentVersions.GetContainedApps parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileApp summary: Update the navigation property containedApps in deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWindowsUniversalAppX.contentVersions.UpdateContainedApps requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileApp summary: Delete navigation property containedApps for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWindowsUniversalAppX.contentVersions.DeleteContainedApps parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent - name: mobileContainedApp-id in: path description: The unique identifier of mobileContainedApp required: true schema: type: string x-ms-docs-key-type: mobileContainedApp x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mobileApp summary: Get the number of the resource operationId: deviceAppManagement.mobileApps.AsWindowsUniversalAppX.contentVersions.containedApps.GetCount-be43 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files': description: Provides operations to manage the files property of the microsoft.graph.mobileAppContent entity. get: tags: - deviceAppManagement.mobileApp summary: Get files from deviceAppManagement description: The list of files for this app content version. operationId: deviceAppManagement.mobileApps.AsWindowsUniversalAppX.contentVersions.ListFiles parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppContentFileCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileApp summary: Create new navigation property to files for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWindowsUniversalAppX.contentVersions.CreateFiles requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/files' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/files' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/files' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/files' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}': description: Provides operations to manage the files property of the microsoft.graph.mobileAppContent entity. get: tags: - deviceAppManagement.mobileApp summary: Get files from deviceAppManagement description: The list of files for this app content version. operationId: deviceAppManagement.mobileApps.AsWindowsUniversalAppX.contentVersions.GetFiles parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileApp summary: Update the navigation property files in deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWindowsUniversalAppX.contentVersions.UpdateFiles requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileApp summary: Delete navigation property files for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWindowsUniversalAppX.contentVersions.DeleteFiles parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent - name: mobileAppContentFile-id in: path description: The unique identifier of mobileAppContentFile required: true schema: type: string x-ms-docs-key-type: mobileAppContentFile x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit': description: Provides operations to call the commit method. post: tags: - deviceAppManagement.Actions summary: Invoke action commit description: Commits a file of a given app. operationId: deviceAppManagement.mobileApps.mobileApp.microsoft.graph.windowsUniversalAppX.contentVersions.mobileAppContent.files.mobileAppContentFile.commit requestBody: description: Action parameters content: application/json: schema: type: object properties: fileEncryptionInfo: anyOf: - $ref: '#/components/schemas/microsoft.graph.fileEncryptionInfo' - type: object nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent - name: mobileAppContentFile-id in: path description: The unique identifier of mobileAppContentFile required: true schema: type: string x-ms-docs-key-type: mobileAppContentFile x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload': description: Provides operations to call the renewUpload method. post: tags: - deviceAppManagement.Actions summary: Invoke action renewUpload description: Renews the SAS URI for an application file upload. operationId: deviceAppManagement.mobileApps.mobileApp.microsoft.graph.windowsUniversalAppX.contentVersions.mobileAppContent.files.mobileAppContentFile.renewUpload responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent - name: mobileAppContentFile-id in: path description: The unique identifier of mobileAppContentFile required: true schema: type: string x-ms-docs-key-type: mobileAppContentFile x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mobileApp summary: Get the number of the resource operationId: deviceAppManagement.mobileApps.AsWindowsUniversalAppX.contentVersions.files.GetCount-43a7 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mobileApp summary: Get the number of the resource operationId: deviceAppManagement.mobileApps.AsWindowsUniversalAppX.contentVersions.GetCount-2f10 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp': description: Casts the previous resource to windowsWebApp. get: tags: - deviceAppManagement.mobileApp summary: Get the item of type microsoft.graph.mobileApp as microsoft.graph.windowsWebApp operationId: deviceAppManagement.GetMobileApps.AsWindowsWebApp parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsWebApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/assignments': description: Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity. get: tags: - deviceAppManagement.mobileApp summary: Get assignments from deviceAppManagement description: The list of group assignments for this mobile app. operationId: deviceAppManagement.mobileApps.AsWindowsWebApp.ListAssignments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppAssignmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileApp summary: Create new navigation property to assignments for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWindowsWebApp.CreateAssignments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/assignments' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/assignments' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/assignments/{mobileAppAssignment-id}': description: Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity. get: tags: - deviceAppManagement.mobileApp summary: Get assignments from deviceAppManagement description: The list of group assignments for this mobile app. operationId: deviceAppManagement.mobileApps.AsWindowsWebApp.GetAssignments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileApp summary: Update the navigation property assignments in deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWindowsWebApp.UpdateAssignments requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileApp summary: Delete navigation property assignments for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWindowsWebApp.DeleteAssignments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppAssignment-id in: path description: The unique identifier of mobileAppAssignment required: true schema: type: string x-ms-docs-key-type: mobileAppAssignment x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/assignments/{mobileAppAssignment-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/assignments/{mobileAppAssignment-id}' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/assignments/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mobileApp summary: Get the number of the resource operationId: deviceAppManagement.mobileApps.AsWindowsWebApp.assignments.GetCount-0362 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/categories': description: Provides operations to manage the categories property of the microsoft.graph.mobileApp entity. get: tags: - deviceAppManagement.mobileApp summary: Get categories from deviceAppManagement description: The list of categories for this app. operationId: deviceAppManagement.mobileApps.AsWindowsWebApp.ListCategories parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppCategoryCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/categories' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/categories' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/categories/{mobileAppCategory-id}': description: Provides operations to manage the categories property of the microsoft.graph.mobileApp entity. get: tags: - deviceAppManagement.mobileApp summary: Get categories from deviceAppManagement description: The list of categories for this app. operationId: deviceAppManagement.mobileApps.AsWindowsWebApp.GetCategories parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppCategory' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppCategory-id in: path description: The unique identifier of mobileAppCategory required: true schema: type: string x-ms-docs-key-type: mobileAppCategory x-ms-docs-grouped-path: - '/deviceAppManagement/mobileApps/{mobileApp-id}/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/categories/{mobileAppCategory-id}' - '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/categories/{mobileAppCategory-id}' '/deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/categories/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mobileApp summary: Get the number of the resource operationId: deviceAppManagement.mobileApps.AsWindowsWebApp.categories.GetCount-79ca parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp /deviceAppManagement/mobileApps/$count: description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mobileApp summary: Get the number of the resource operationId: deviceAppManagement.mobileApps.GetCount-dcef parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/graph.androidLobApp: description: Casts the previous resource to androidLobApp. get: tags: - deviceAppManagement.mobileApp summary: Get the items of type microsoft.graph.androidLobApp in the microsoft.graph.mobileApp collection operationId: deviceAppManagement.ListMobileApps.AsAndroidLobApp parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.androidLobAppCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /deviceAppManagement/mobileApps/graph.androidLobApp/$count: description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mobileApp summary: Get the number of the resource operationId: deviceAppManagement.MobileApps.GetCount.AsAndroidLobApp-3c7c parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/graph.androidStoreApp: description: Casts the previous resource to androidStoreApp. get: tags: - deviceAppManagement.mobileApp summary: Get the items of type microsoft.graph.androidStoreApp in the microsoft.graph.mobileApp collection operationId: deviceAppManagement.ListMobileApps.AsAndroidStoreApp parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.androidStoreAppCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /deviceAppManagement/mobileApps/graph.androidStoreApp/$count: description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mobileApp summary: Get the number of the resource operationId: deviceAppManagement.MobileApps.GetCount.AsAndroidStoreApp-fff5 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/graph.iosLobApp: description: Casts the previous resource to iosLobApp. get: tags: - deviceAppManagement.mobileApp summary: Get the items of type microsoft.graph.iosLobApp in the microsoft.graph.mobileApp collection operationId: deviceAppManagement.ListMobileApps.AsIosLobApp parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.iosLobAppCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /deviceAppManagement/mobileApps/graph.iosLobApp/$count: description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mobileApp summary: Get the number of the resource operationId: deviceAppManagement.MobileApps.GetCount.AsIosLobApp-f182 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/graph.iosStoreApp: description: Casts the previous resource to iosStoreApp. get: tags: - deviceAppManagement.mobileApp summary: Get the items of type microsoft.graph.iosStoreApp in the microsoft.graph.mobileApp collection operationId: deviceAppManagement.ListMobileApps.AsIosStoreApp parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.iosStoreAppCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /deviceAppManagement/mobileApps/graph.iosStoreApp/$count: description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mobileApp summary: Get the number of the resource operationId: deviceAppManagement.MobileApps.GetCount.AsIosStoreApp-6fbc parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/graph.iosVppApp: description: Casts the previous resource to iosVppApp. get: tags: - deviceAppManagement.mobileApp summary: Get the items of type microsoft.graph.iosVppApp in the microsoft.graph.mobileApp collection operationId: deviceAppManagement.ListMobileApps.AsIosVppApp parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.iosVppAppCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /deviceAppManagement/mobileApps/graph.iosVppApp/$count: description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mobileApp summary: Get the number of the resource operationId: deviceAppManagement.MobileApps.GetCount.AsIosVppApp-da96 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/graph.macOSDmgApp: description: Casts the previous resource to macOSDmgApp. get: tags: - deviceAppManagement.mobileApp summary: Get the items of type microsoft.graph.macOSDmgApp in the microsoft.graph.mobileApp collection operationId: deviceAppManagement.ListMobileApps.AsMacOSDmgApp parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.macOSDmgAppCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /deviceAppManagement/mobileApps/graph.macOSDmgApp/$count: description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mobileApp summary: Get the number of the resource operationId: deviceAppManagement.MobileApps.GetCount.AsMacOSDmgApp-b712 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/graph.macOSLobApp: description: Casts the previous resource to macOSLobApp. get: tags: - deviceAppManagement.mobileApp summary: Get the items of type microsoft.graph.macOSLobApp in the microsoft.graph.mobileApp collection operationId: deviceAppManagement.ListMobileApps.AsMacOSLobApp parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.macOSLobAppCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /deviceAppManagement/mobileApps/graph.macOSLobApp/$count: description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mobileApp summary: Get the number of the resource operationId: deviceAppManagement.MobileApps.GetCount.AsMacOSLobApp-6776 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/graph.managedAndroidLobApp: description: Casts the previous resource to managedAndroidLobApp. get: tags: - deviceAppManagement.mobileApp summary: Get the items of type microsoft.graph.managedAndroidLobApp in the microsoft.graph.mobileApp collection operationId: deviceAppManagement.ListMobileApps.AsManagedAndroidLobApp parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.managedAndroidLobAppCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /deviceAppManagement/mobileApps/graph.managedAndroidLobApp/$count: description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mobileApp summary: Get the number of the resource operationId: deviceAppManagement.MobileApps.GetCount.AsManagedAndroidLobApp-8619 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/graph.managedIOSLobApp: description: Casts the previous resource to managedIOSLobApp. get: tags: - deviceAppManagement.mobileApp summary: Get the items of type microsoft.graph.managedIOSLobApp in the microsoft.graph.mobileApp collection operationId: deviceAppManagement.ListMobileApps.AsManagedIOSLobApp parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.managedIOSLobAppCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /deviceAppManagement/mobileApps/graph.managedIOSLobApp/$count: description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mobileApp summary: Get the number of the resource operationId: deviceAppManagement.MobileApps.GetCount.AsManagedIOSLobApp-11b8 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/graph.managedMobileLobApp: description: Casts the previous resource to managedMobileLobApp. get: tags: - deviceAppManagement.mobileApp summary: Get the items of type microsoft.graph.managedMobileLobApp in the microsoft.graph.mobileApp collection operationId: deviceAppManagement.ListMobileApps.AsManagedMobileLobApp parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.managedMobileLobAppCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /deviceAppManagement/mobileApps/graph.managedMobileLobApp/$count: description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mobileApp summary: Get the number of the resource operationId: deviceAppManagement.MobileApps.GetCount.AsManagedMobileLobApp-469d parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/graph.microsoftStoreForBusinessApp: description: Casts the previous resource to microsoftStoreForBusinessApp. get: tags: - deviceAppManagement.mobileApp summary: Get the items of type microsoft.graph.microsoftStoreForBusinessApp in the microsoft.graph.mobileApp collection operationId: deviceAppManagement.ListMobileApps.AsMicrosoftStoreForBusinessApp parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.microsoftStoreForBusinessAppCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /deviceAppManagement/mobileApps/graph.microsoftStoreForBusinessApp/$count: description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mobileApp summary: Get the number of the resource operationId: deviceAppManagement.MobileApps.GetCount.AsMicrosoftStoreForBusinessApp-724e parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/graph.win32LobApp: description: Casts the previous resource to win32LobApp. get: tags: - deviceAppManagement.mobileApp summary: Get the items of type microsoft.graph.win32LobApp in the microsoft.graph.mobileApp collection operationId: deviceAppManagement.ListMobileApps.AsWin32LobApp parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.win32LobAppCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /deviceAppManagement/mobileApps/graph.win32LobApp/$count: description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mobileApp summary: Get the number of the resource operationId: deviceAppManagement.MobileApps.GetCount.AsWin32LobApp-513f parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/graph.windowsAppX: description: Casts the previous resource to windowsAppX. get: tags: - deviceAppManagement.mobileApp summary: Get the items of type microsoft.graph.windowsAppX in the microsoft.graph.mobileApp collection operationId: deviceAppManagement.ListMobileApps.AsWindowsAppX parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.windowsAppXCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /deviceAppManagement/mobileApps/graph.windowsAppX/$count: description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mobileApp summary: Get the number of the resource operationId: deviceAppManagement.MobileApps.GetCount.AsWindowsAppX-2550 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/graph.windowsMobileMSI: description: Casts the previous resource to windowsMobileMSI. get: tags: - deviceAppManagement.mobileApp summary: Get the items of type microsoft.graph.windowsMobileMSI in the microsoft.graph.mobileApp collection operationId: deviceAppManagement.ListMobileApps.AsWindowsMobileMSI parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.windowsMobileMSICollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /deviceAppManagement/mobileApps/graph.windowsMobileMSI/$count: description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mobileApp summary: Get the number of the resource operationId: deviceAppManagement.MobileApps.GetCount.AsWindowsMobileMSI-5644 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/graph.windowsUniversalAppX: description: Casts the previous resource to windowsUniversalAppX. get: tags: - deviceAppManagement.mobileApp summary: Get the items of type microsoft.graph.windowsUniversalAppX in the microsoft.graph.mobileApp collection operationId: deviceAppManagement.ListMobileApps.AsWindowsUniversalAppX parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.windowsUniversalAppXCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /deviceAppManagement/mobileApps/graph.windowsUniversalAppX/$count: description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mobileApp summary: Get the number of the resource operationId: deviceAppManagement.MobileApps.GetCount.AsWindowsUniversalAppX-fe04 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/graph.windowsWebApp: description: Casts the previous resource to windowsWebApp. get: tags: - deviceAppManagement.mobileApp summary: Get the items of type microsoft.graph.windowsWebApp in the microsoft.graph.mobileApp collection operationId: deviceAppManagement.ListMobileApps.AsWindowsWebApp parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.windowsWebAppCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /deviceAppManagement/mobileApps/graph.windowsWebApp/$count: description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mobileApp summary: Get the number of the resource operationId: deviceAppManagement.MobileApps.GetCount.AsWindowsWebApp-f73a parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/targetedManagedAppConfigurations: description: Provides operations to manage the targetedManagedAppConfigurations property of the microsoft.graph.deviceAppManagement entity. get: tags: - deviceAppManagement.targetedManagedAppConfiguration summary: List targetedManagedAppConfigurations description: List properties and relationships of the targetedManagedAppConfiguration objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappconfiguration-list?view=graph-rest-1.0 operationId: deviceAppManagement.ListTargetedManagedAppConfigurations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.targetedManagedAppConfigurationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.targetedManagedAppConfiguration summary: Create targetedManagedAppConfiguration description: Create a new targetedManagedAppConfiguration object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappconfiguration-create?view=graph-rest-1.0 operationId: deviceAppManagement.CreateTargetedManagedAppConfigurations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.targetedManagedAppConfiguration' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.targetedManagedAppConfiguration' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}': description: Provides operations to manage the targetedManagedAppConfigurations property of the microsoft.graph.deviceAppManagement entity. get: tags: - deviceAppManagement.targetedManagedAppConfiguration summary: Get targetedManagedAppConfiguration description: Read properties and relationships of the targetedManagedAppConfiguration object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappconfiguration-get?view=graph-rest-1.0 operationId: deviceAppManagement.GetTargetedManagedAppConfigurations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.targetedManagedAppConfiguration' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.targetedManagedAppConfiguration summary: Update targetedManagedAppConfiguration description: Update the properties of a targetedManagedAppConfiguration object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappconfiguration-update?view=graph-rest-1.0 operationId: deviceAppManagement.UpdateTargetedManagedAppConfigurations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.targetedManagedAppConfiguration' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.targetedManagedAppConfiguration' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.targetedManagedAppConfiguration summary: Delete targetedManagedAppConfiguration description: Deletes a targetedManagedAppConfiguration. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappconfiguration-delete?view=graph-rest-1.0 operationId: deviceAppManagement.DeleteTargetedManagedAppConfigurations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: targetedManagedAppConfiguration-id in: path description: The unique identifier of targetedManagedAppConfiguration required: true schema: type: string x-ms-docs-key-type: targetedManagedAppConfiguration '/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps': description: Provides operations to manage the apps property of the microsoft.graph.targetedManagedAppConfiguration entity. get: tags: - deviceAppManagement.targetedManagedAppConfiguration summary: Get apps from deviceAppManagement description: List of apps to which the policy is deployed. operationId: deviceAppManagement.targetedManagedAppConfigurations.ListApps parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.managedMobileAppCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.targetedManagedAppConfiguration summary: Create new navigation property to apps for deviceAppManagement operationId: deviceAppManagement.targetedManagedAppConfigurations.CreateApps requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedMobileApp' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedMobileApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: targetedManagedAppConfiguration-id in: path description: The unique identifier of targetedManagedAppConfiguration required: true schema: type: string x-ms-docs-key-type: targetedManagedAppConfiguration '/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}': description: Provides operations to manage the apps property of the microsoft.graph.targetedManagedAppConfiguration entity. get: tags: - deviceAppManagement.targetedManagedAppConfiguration summary: Get apps from deviceAppManagement description: List of apps to which the policy is deployed. operationId: deviceAppManagement.targetedManagedAppConfigurations.GetApps parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedMobileApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.targetedManagedAppConfiguration summary: Update the navigation property apps in deviceAppManagement operationId: deviceAppManagement.targetedManagedAppConfigurations.UpdateApps requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedMobileApp' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedMobileApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.targetedManagedAppConfiguration summary: Delete navigation property apps for deviceAppManagement operationId: deviceAppManagement.targetedManagedAppConfigurations.DeleteApps parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: targetedManagedAppConfiguration-id in: path description: The unique identifier of targetedManagedAppConfiguration required: true schema: type: string x-ms-docs-key-type: targetedManagedAppConfiguration - name: managedMobileApp-id in: path description: The unique identifier of managedMobileApp required: true schema: type: string x-ms-docs-key-type: managedMobileApp '/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.targetedManagedAppConfiguration summary: Get the number of the resource operationId: deviceAppManagement.targetedManagedAppConfigurations.apps.GetCount-0ba7 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: targetedManagedAppConfiguration-id in: path description: The unique identifier of targetedManagedAppConfiguration required: true schema: type: string x-ms-docs-key-type: targetedManagedAppConfiguration '/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments': description: Provides operations to manage the assignments property of the microsoft.graph.targetedManagedAppConfiguration entity. get: tags: - deviceAppManagement.targetedManagedAppConfiguration summary: Get assignments from deviceAppManagement description: Navigation property to list of inclusion and exclusion groups to which the policy is deployed. operationId: deviceAppManagement.targetedManagedAppConfigurations.ListAssignments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.targetedManagedAppPolicyAssignmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.targetedManagedAppConfiguration summary: Create new navigation property to assignments for deviceAppManagement operationId: deviceAppManagement.targetedManagedAppConfigurations.CreateAssignments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.targetedManagedAppPolicyAssignment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.targetedManagedAppPolicyAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: targetedManagedAppConfiguration-id in: path description: The unique identifier of targetedManagedAppConfiguration required: true schema: type: string x-ms-docs-key-type: targetedManagedAppConfiguration '/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}': description: Provides operations to manage the assignments property of the microsoft.graph.targetedManagedAppConfiguration entity. get: tags: - deviceAppManagement.targetedManagedAppConfiguration summary: Get assignments from deviceAppManagement description: Navigation property to list of inclusion and exclusion groups to which the policy is deployed. operationId: deviceAppManagement.targetedManagedAppConfigurations.GetAssignments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.targetedManagedAppPolicyAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.targetedManagedAppConfiguration summary: Update the navigation property assignments in deviceAppManagement operationId: deviceAppManagement.targetedManagedAppConfigurations.UpdateAssignments requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.targetedManagedAppPolicyAssignment' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.targetedManagedAppPolicyAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.targetedManagedAppConfiguration summary: Delete navigation property assignments for deviceAppManagement operationId: deviceAppManagement.targetedManagedAppConfigurations.DeleteAssignments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: targetedManagedAppConfiguration-id in: path description: The unique identifier of targetedManagedAppConfiguration required: true schema: type: string x-ms-docs-key-type: targetedManagedAppConfiguration - name: targetedManagedAppPolicyAssignment-id in: path description: The unique identifier of targetedManagedAppPolicyAssignment required: true schema: type: string x-ms-docs-key-type: targetedManagedAppPolicyAssignment '/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.targetedManagedAppConfiguration summary: Get the number of the resource operationId: deviceAppManagement.targetedManagedAppConfigurations.assignments.GetCount-5948 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: targetedManagedAppConfiguration-id in: path description: The unique identifier of targetedManagedAppConfiguration required: true schema: type: string x-ms-docs-key-type: targetedManagedAppConfiguration '/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary': description: Provides operations to manage the deploymentSummary property of the microsoft.graph.targetedManagedAppConfiguration entity. get: tags: - deviceAppManagement.targetedManagedAppConfiguration summary: Get deploymentSummary from deviceAppManagement description: Navigation property to deployment summary of the configuration. operationId: deviceAppManagement.targetedManagedAppConfigurations.GetDeploymentSummary parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedAppPolicyDeploymentSummary' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.targetedManagedAppConfiguration summary: Update the navigation property deploymentSummary in deviceAppManagement operationId: deviceAppManagement.targetedManagedAppConfigurations.UpdateDeploymentSummary requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedAppPolicyDeploymentSummary' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedAppPolicyDeploymentSummary' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.targetedManagedAppConfiguration summary: Delete navigation property deploymentSummary for deviceAppManagement operationId: deviceAppManagement.targetedManagedAppConfigurations.DeleteDeploymentSummary parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: targetedManagedAppConfiguration-id in: path description: The unique identifier of targetedManagedAppConfiguration required: true schema: type: string x-ms-docs-key-type: targetedManagedAppConfiguration '/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assign': description: Provides operations to call the assign method. post: tags: - deviceAppManagement.Actions summary: Invoke action assign description: Not yet documented externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappconfiguration-assign?view=graph-rest-1.0 operationId: deviceAppManagement.targetedManagedAppConfigurations.targetedManagedAppConfiguration.assign requestBody: description: Action parameters content: application/json: schema: type: object properties: assignments: type: array items: $ref: '#/components/schemas/microsoft.graph.targetedManagedAppPolicyAssignment' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: targetedManagedAppConfiguration-id in: path description: The unique identifier of targetedManagedAppConfiguration required: true schema: type: string x-ms-docs-key-type: targetedManagedAppConfiguration x-ms-docs-grouped-path: - '/deviceAppManagement/managedEBooks/{managedEBook-id}/assign' - '/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assign' - '/deviceAppManagement/mobileApps/{mobileApp-id}/assign' '/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/targetApps': description: Provides operations to call the targetApps method. post: tags: - deviceAppManagement.Actions summary: Invoke action targetApps description: Not yet documented externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappconfiguration-targetapps?view=graph-rest-1.0 operationId: deviceAppManagement.targetedManagedAppConfigurations.targetedManagedAppConfiguration.targetApps requestBody: description: Action parameters content: application/json: schema: type: object properties: apps: type: array items: $ref: '#/components/schemas/microsoft.graph.managedMobileApp' appGroupType: anyOf: - $ref: '#/components/schemas/microsoft.graph.targetedManagedAppGroupType' - type: object nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: targetedManagedAppConfiguration-id in: path description: The unique identifier of targetedManagedAppConfiguration required: true schema: type: string x-ms-docs-key-type: targetedManagedAppConfiguration x-ms-docs-grouped-path: - '/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}/targetApps' - '/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}/targetApps' - '/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}/targetApps' /deviceAppManagement/targetedManagedAppConfigurations/$count: description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.targetedManagedAppConfiguration summary: Get the number of the resource operationId: deviceAppManagement.targetedManagedAppConfigurations.GetCount-8d50 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/vppTokens: description: Provides operations to manage the vppTokens property of the microsoft.graph.deviceAppManagement entity. get: tags: - deviceAppManagement.vppToken summary: List vppTokens description: List properties and relationships of the vppToken objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-onboarding-vpptoken-list?view=graph-rest-1.0 operationId: deviceAppManagement.ListVppTokens parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.vppTokenCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.vppToken summary: Create vppToken description: Create a new vppToken object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-onboarding-vpptoken-create?view=graph-rest-1.0 operationId: deviceAppManagement.CreateVppTokens requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.vppToken' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.vppToken' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/deviceAppManagement/vppTokens/{vppToken-id}': description: Provides operations to manage the vppTokens property of the microsoft.graph.deviceAppManagement entity. get: tags: - deviceAppManagement.vppToken summary: Get vppToken description: Read properties and relationships of the vppToken object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-onboarding-vpptoken-get?view=graph-rest-1.0 operationId: deviceAppManagement.GetVppTokens parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.vppToken' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.vppToken summary: Update vppToken description: Update the properties of a vppToken object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-onboarding-vpptoken-update?view=graph-rest-1.0 operationId: deviceAppManagement.UpdateVppTokens requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.vppToken' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.vppToken' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.vppToken summary: Delete vppToken description: Deletes a vppToken. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-onboarding-vpptoken-delete?view=graph-rest-1.0 operationId: deviceAppManagement.DeleteVppTokens parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: vppToken-id in: path description: The unique identifier of vppToken required: true schema: type: string x-ms-docs-key-type: vppToken '/deviceAppManagement/vppTokens/{vppToken-id}/syncLicenses': description: Provides operations to call the syncLicenses method. post: tags: - deviceAppManagement.Actions summary: Invoke action syncLicenses description: Syncs licenses associated with a specific appleVolumePurchaseProgramToken externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-onboarding-vpptoken-synclicenses?view=graph-rest-1.0 operationId: deviceAppManagement.vppTokens.vppToken.syncLicenses responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.vppToken' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: vppToken-id in: path description: The unique identifier of vppToken required: true schema: type: string x-ms-docs-key-type: vppToken /deviceAppManagement/vppTokens/$count: description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.vppToken summary: Get the number of the resource operationId: deviceAppManagement.vppTokens.GetCount-d643 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/windowsInformationProtectionPolicies: description: Provides operations to manage the windowsInformationProtectionPolicies property of the microsoft.graph.deviceAppManagement entity. get: tags: - deviceAppManagement.windowsInformationProtectionPolicy summary: List windowsInformationProtectionPolicies description: List properties and relationships of the windowsInformationProtectionPolicy objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-mam-windowsinformationprotectionpolicy-list?view=graph-rest-1.0 operationId: deviceAppManagement.ListWindowsInformationProtectionPolicies parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.windowsInformationProtectionPolicyCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.windowsInformationProtectionPolicy summary: Create windowsInformationProtectionPolicy description: Create a new windowsInformationProtectionPolicy object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-mam-windowsinformationprotectionpolicy-create?view=graph-rest-1.0 operationId: deviceAppManagement.CreateWindowsInformationProtectionPolicies requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionPolicy' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionPolicy' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}': description: Provides operations to manage the windowsInformationProtectionPolicies property of the microsoft.graph.deviceAppManagement entity. get: tags: - deviceAppManagement.windowsInformationProtectionPolicy summary: Get windowsInformationProtectionPolicy description: Read properties and relationships of the windowsInformationProtectionPolicy object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-mam-windowsinformationprotectionpolicy-get?view=graph-rest-1.0 operationId: deviceAppManagement.GetWindowsInformationProtectionPolicies parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionPolicy' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.windowsInformationProtectionPolicy summary: Update windowsInformationProtectionPolicy description: Update the properties of a windowsInformationProtectionPolicy object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-mam-windowsinformationprotectionpolicy-update?view=graph-rest-1.0 operationId: deviceAppManagement.UpdateWindowsInformationProtectionPolicies requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionPolicy' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionPolicy' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.windowsInformationProtectionPolicy summary: Delete windowsInformationProtectionPolicy description: Deletes a windowsInformationProtectionPolicy. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-mam-windowsinformationprotectionpolicy-delete?view=graph-rest-1.0 operationId: deviceAppManagement.DeleteWindowsInformationProtectionPolicies parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: windowsInformationProtectionPolicy-id in: path description: The unique identifier of windowsInformationProtectionPolicy required: true schema: type: string x-ms-docs-key-type: windowsInformationProtectionPolicy '/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments': description: Provides operations to manage the assignments property of the microsoft.graph.windowsInformationProtection entity. get: tags: - deviceAppManagement.windowsInformationProtectionPolicy summary: Get assignments from deviceAppManagement description: Navigation property to list of security groups targeted for policy. operationId: deviceAppManagement.windowsInformationProtectionPolicies.ListAssignments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.targetedManagedAppPolicyAssignmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.windowsInformationProtectionPolicy summary: Create new navigation property to assignments for deviceAppManagement operationId: deviceAppManagement.windowsInformationProtectionPolicies.CreateAssignments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.targetedManagedAppPolicyAssignment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.targetedManagedAppPolicyAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: windowsInformationProtectionPolicy-id in: path description: The unique identifier of windowsInformationProtectionPolicy required: true schema: type: string x-ms-docs-key-type: windowsInformationProtectionPolicy x-ms-docs-grouped-path: - '/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments' '/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}': description: Provides operations to manage the assignments property of the microsoft.graph.windowsInformationProtection entity. get: tags: - deviceAppManagement.windowsInformationProtectionPolicy summary: Get assignments from deviceAppManagement description: Navigation property to list of security groups targeted for policy. operationId: deviceAppManagement.windowsInformationProtectionPolicies.GetAssignments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.targetedManagedAppPolicyAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.windowsInformationProtectionPolicy summary: Update the navigation property assignments in deviceAppManagement operationId: deviceAppManagement.windowsInformationProtectionPolicies.UpdateAssignments requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.targetedManagedAppPolicyAssignment' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.targetedManagedAppPolicyAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.windowsInformationProtectionPolicy summary: Delete navigation property assignments for deviceAppManagement operationId: deviceAppManagement.windowsInformationProtectionPolicies.DeleteAssignments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: windowsInformationProtectionPolicy-id in: path description: The unique identifier of windowsInformationProtectionPolicy required: true schema: type: string x-ms-docs-key-type: windowsInformationProtectionPolicy - name: targetedManagedAppPolicyAssignment-id in: path description: The unique identifier of targetedManagedAppPolicyAssignment required: true schema: type: string x-ms-docs-key-type: targetedManagedAppPolicyAssignment x-ms-docs-grouped-path: - '/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}' '/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.windowsInformationProtectionPolicy summary: Get the number of the resource operationId: deviceAppManagement.windowsInformationProtectionPolicies.assignments.GetCount-9869 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: windowsInformationProtectionPolicy-id in: path description: The unique identifier of windowsInformationProtectionPolicy required: true schema: type: string x-ms-docs-key-type: windowsInformationProtectionPolicy '/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles': description: Provides operations to manage the exemptAppLockerFiles property of the microsoft.graph.windowsInformationProtection entity. get: tags: - deviceAppManagement.windowsInformationProtectionPolicy summary: List windowsInformationProtectionAppLockerFiles description: List properties and relationships of the windowsInformationProtectionAppLockerFile objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-mam-windowsinformationprotectionapplockerfile-list?view=graph-rest-1.0 operationId: deviceAppManagement.windowsInformationProtectionPolicies.ListExemptAppLockerFiles parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.windowsInformationProtectionAppLockerFileCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.windowsInformationProtectionPolicy summary: Create windowsInformationProtectionAppLockerFile description: Create a new windowsInformationProtectionAppLockerFile object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-mam-windowsinformationprotectionapplockerfile-create?view=graph-rest-1.0 operationId: deviceAppManagement.windowsInformationProtectionPolicies.CreateExemptAppLockerFiles requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionAppLockerFile' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionAppLockerFile' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: windowsInformationProtectionPolicy-id in: path description: The unique identifier of windowsInformationProtectionPolicy required: true schema: type: string x-ms-docs-key-type: windowsInformationProtectionPolicy x-ms-docs-grouped-path: - '/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles' '/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}': description: Provides operations to manage the exemptAppLockerFiles property of the microsoft.graph.windowsInformationProtection entity. get: tags: - deviceAppManagement.windowsInformationProtectionPolicy summary: Get windowsInformationProtectionAppLockerFile description: Read properties and relationships of the windowsInformationProtectionAppLockerFile object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-mam-windowsinformationprotectionapplockerfile-get?view=graph-rest-1.0 operationId: deviceAppManagement.windowsInformationProtectionPolicies.GetExemptAppLockerFiles parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionAppLockerFile' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.windowsInformationProtectionPolicy summary: Update windowsInformationProtectionAppLockerFile description: Update the properties of a windowsInformationProtectionAppLockerFile object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-mam-windowsinformationprotectionapplockerfile-update?view=graph-rest-1.0 operationId: deviceAppManagement.windowsInformationProtectionPolicies.UpdateExemptAppLockerFiles requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionAppLockerFile' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionAppLockerFile' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.windowsInformationProtectionPolicy summary: Delete windowsInformationProtectionAppLockerFile description: Deletes a windowsInformationProtectionAppLockerFile. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-mam-windowsinformationprotectionapplockerfile-delete?view=graph-rest-1.0 operationId: deviceAppManagement.windowsInformationProtectionPolicies.DeleteExemptAppLockerFiles parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: windowsInformationProtectionPolicy-id in: path description: The unique identifier of windowsInformationProtectionPolicy required: true schema: type: string x-ms-docs-key-type: windowsInformationProtectionPolicy - name: windowsInformationProtectionAppLockerFile-id in: path description: The unique identifier of windowsInformationProtectionAppLockerFile required: true schema: type: string x-ms-docs-key-type: windowsInformationProtectionAppLockerFile x-ms-docs-grouped-path: - '/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}' '/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.windowsInformationProtectionPolicy summary: Get the number of the resource operationId: deviceAppManagement.windowsInformationProtectionPolicies.exemptAppLockerFiles.GetCount-65c6 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: windowsInformationProtectionPolicy-id in: path description: The unique identifier of windowsInformationProtectionPolicy required: true schema: type: string x-ms-docs-key-type: windowsInformationProtectionPolicy '/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles': description: Provides operations to manage the protectedAppLockerFiles property of the microsoft.graph.windowsInformationProtection entity. get: tags: - deviceAppManagement.windowsInformationProtectionPolicy summary: Get protectedAppLockerFiles from deviceAppManagement description: Another way to input protected apps through xml files operationId: deviceAppManagement.windowsInformationProtectionPolicies.ListProtectedAppLockerFiles parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.windowsInformationProtectionAppLockerFileCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.windowsInformationProtectionPolicy summary: Create new navigation property to protectedAppLockerFiles for deviceAppManagement operationId: deviceAppManagement.windowsInformationProtectionPolicies.CreateProtectedAppLockerFiles requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionAppLockerFile' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionAppLockerFile' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: windowsInformationProtectionPolicy-id in: path description: The unique identifier of windowsInformationProtectionPolicy required: true schema: type: string x-ms-docs-key-type: windowsInformationProtectionPolicy x-ms-docs-grouped-path: - '/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles' '/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}': description: Provides operations to manage the protectedAppLockerFiles property of the microsoft.graph.windowsInformationProtection entity. get: tags: - deviceAppManagement.windowsInformationProtectionPolicy summary: Get protectedAppLockerFiles from deviceAppManagement description: Another way to input protected apps through xml files operationId: deviceAppManagement.windowsInformationProtectionPolicies.GetProtectedAppLockerFiles parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionAppLockerFile' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.windowsInformationProtectionPolicy summary: Update the navigation property protectedAppLockerFiles in deviceAppManagement operationId: deviceAppManagement.windowsInformationProtectionPolicies.UpdateProtectedAppLockerFiles requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionAppLockerFile' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionAppLockerFile' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.windowsInformationProtectionPolicy summary: Delete navigation property protectedAppLockerFiles for deviceAppManagement operationId: deviceAppManagement.windowsInformationProtectionPolicies.DeleteProtectedAppLockerFiles parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: windowsInformationProtectionPolicy-id in: path description: The unique identifier of windowsInformationProtectionPolicy required: true schema: type: string x-ms-docs-key-type: windowsInformationProtectionPolicy - name: windowsInformationProtectionAppLockerFile-id in: path description: The unique identifier of windowsInformationProtectionAppLockerFile required: true schema: type: string x-ms-docs-key-type: windowsInformationProtectionAppLockerFile x-ms-docs-grouped-path: - '/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}' '/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.windowsInformationProtectionPolicy summary: Get the number of the resource operationId: deviceAppManagement.windowsInformationProtectionPolicies.protectedAppLockerFiles.GetCount-fa50 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: windowsInformationProtectionPolicy-id in: path description: The unique identifier of windowsInformationProtectionPolicy required: true schema: type: string x-ms-docs-key-type: windowsInformationProtectionPolicy /deviceAppManagement/windowsInformationProtectionPolicies/$count: description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.windowsInformationProtectionPolicy summary: Get the number of the resource operationId: deviceAppManagement.windowsInformationProtectionPolicies.GetCount-b909 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceManagement: description: Provides operations to manage the deviceManagement singleton. get: tags: - deviceManagement.deviceManagement summary: Get deviceManagement description: Read properties and relationships of the deviceManagement object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-raimportcerts-devicemanagement-get?view=graph-rest-1.0 operationId: deviceManagement.deviceManagement.GetDeviceManagement parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceManagement' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceManagement.deviceManagement summary: Update deviceManagement description: Update the properties of a deviceManagement object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-companyterms-devicemanagement-update?view=graph-rest-1.0 operationId: deviceManagement.deviceManagement.UpdateDeviceManagement requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceManagement' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceManagement' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /deviceManagement/applePushNotificationCertificate: description: Provides operations to manage the applePushNotificationCertificate property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.applePushNotificationCertificate summary: Get applePushNotificationCertificate description: Read properties and relationships of the applePushNotificationCertificate object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-devices-applepushnotificationcertificate-get?view=graph-rest-1.0 operationId: deviceManagement.GetApplePushNotificationCertificate parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.applePushNotificationCertificate' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceManagement.applePushNotificationCertificate summary: Update applePushNotificationCertificate description: Update the properties of a applePushNotificationCertificate object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-devices-applepushnotificationcertificate-update?view=graph-rest-1.0 operationId: deviceManagement.UpdateApplePushNotificationCertificate requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.applePushNotificationCertificate' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.applePushNotificationCertificate' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceManagement.applePushNotificationCertificate summary: Delete navigation property applePushNotificationCertificate for deviceManagement operationId: deviceManagement.DeleteApplePushNotificationCertificate parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /deviceManagement/applePushNotificationCertificate/downloadApplePushNotificationCertificateSigningRequest(): description: Provides operations to call the downloadApplePushNotificationCertificateSigningRequest method. get: tags: - deviceManagement.Functions summary: Invoke function downloadApplePushNotificationCertificateSigningRequest description: Download Apple push notification certificate signing request externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-devices-applepushnotificationcertificate-downloadapplepushnotificationcertificatesigningrequest?view=graph-rest-1.0 operationId: deviceManagement.applePushNotificationCertificate.downloadApplePushNotificationCertificateSigningRequest responses: 2XX: description: Success content: application/json: schema: type: object properties: value: type: string nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function /deviceManagement/auditEvents: description: Provides operations to manage the auditEvents property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.auditEvent summary: List auditEvents description: List properties and relationships of the auditEvent objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-auditing-auditevent-list?view=graph-rest-1.0 operationId: deviceManagement.ListAuditEvents parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.auditEventCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceManagement.auditEvent summary: Create auditEvent description: Create a new auditEvent object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-auditing-auditevent-create?view=graph-rest-1.0 operationId: deviceManagement.CreateAuditEvents requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.auditEvent' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.auditEvent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/deviceManagement/auditEvents/{auditEvent-id}': description: Provides operations to manage the auditEvents property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.auditEvent summary: Get auditEvent description: Read properties and relationships of the auditEvent object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-auditing-auditevent-get?view=graph-rest-1.0 operationId: deviceManagement.GetAuditEvents parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.auditEvent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceManagement.auditEvent summary: Update auditEvent description: Update the properties of a auditEvent object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-auditing-auditevent-update?view=graph-rest-1.0 operationId: deviceManagement.UpdateAuditEvents requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.auditEvent' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.auditEvent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceManagement.auditEvent summary: Delete auditEvent description: Deletes a auditEvent. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-auditing-auditevent-delete?view=graph-rest-1.0 operationId: deviceManagement.DeleteAuditEvents parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: auditEvent-id in: path description: The unique identifier of auditEvent required: true schema: type: string x-ms-docs-key-type: auditEvent /deviceManagement/auditEvents/$count: description: Provides operations to count the resources in the collection. get: tags: - deviceManagement.auditEvent summary: Get the number of the resource operationId: deviceManagement.auditEvents.GetCount-7cd0 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' '/deviceManagement/auditEvents/getAuditActivityTypes(category=''{category}'')': description: Provides operations to call the getAuditActivityTypes method. get: tags: - deviceManagement.Functions summary: Invoke function getAuditActivityTypes operationId: deviceManagement.auditEvents.getAuditActivityTypes parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: type: string nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: category in: path description: 'Usage: category=''{category}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - /deviceManagement/virtualEndpoint/auditEvents/getAuditActivityTypes() /deviceManagement/auditEvents/getAuditCategories(): description: Provides operations to call the getAuditCategories method. get: tags: - deviceManagement.Functions summary: Invoke function getAuditCategories description: Not yet documented externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-auditing-auditevent-getauditcategories?view=graph-rest-1.0 operationId: deviceManagement.auditEvents.getAuditCategories parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: type: string nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /deviceManagement/complianceManagementPartners: description: Provides operations to manage the complianceManagementPartners property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.complianceManagementPartner summary: List complianceManagementPartners description: List properties and relationships of the complianceManagementPartner objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-onboarding-compliancemanagementpartner-list?view=graph-rest-1.0 operationId: deviceManagement.ListComplianceManagementPartners parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.complianceManagementPartnerCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceManagement.complianceManagementPartner summary: Create complianceManagementPartner description: Create a new complianceManagementPartner object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-onboarding-compliancemanagementpartner-create?view=graph-rest-1.0 operationId: deviceManagement.CreateComplianceManagementPartners requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.complianceManagementPartner' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.complianceManagementPartner' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}': description: Provides operations to manage the complianceManagementPartners property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.complianceManagementPartner summary: Get complianceManagementPartner description: Read properties and relationships of the complianceManagementPartner object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-onboarding-compliancemanagementpartner-get?view=graph-rest-1.0 operationId: deviceManagement.GetComplianceManagementPartners parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.complianceManagementPartner' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceManagement.complianceManagementPartner summary: Update complianceManagementPartner description: Update the properties of a complianceManagementPartner object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-onboarding-compliancemanagementpartner-update?view=graph-rest-1.0 operationId: deviceManagement.UpdateComplianceManagementPartners requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.complianceManagementPartner' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.complianceManagementPartner' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceManagement.complianceManagementPartner summary: Delete complianceManagementPartner description: Deletes a complianceManagementPartner. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-onboarding-compliancemanagementpartner-delete?view=graph-rest-1.0 operationId: deviceManagement.DeleteComplianceManagementPartners parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: complianceManagementPartner-id in: path description: The unique identifier of complianceManagementPartner required: true schema: type: string x-ms-docs-key-type: complianceManagementPartner /deviceManagement/complianceManagementPartners/$count: description: Provides operations to count the resources in the collection. get: tags: - deviceManagement.complianceManagementPartner summary: Get the number of the resource operationId: deviceManagement.complianceManagementPartners.GetCount-eeb1 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceManagement/conditionalAccessSettings: description: Provides operations to manage the conditionalAccessSettings property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.onPremisesConditionalAccessSettings summary: Get onPremisesConditionalAccessSettings description: Read properties and relationships of the onPremisesConditionalAccessSettings object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-onboarding-onpremisesconditionalaccesssettings-get?view=graph-rest-1.0 operationId: deviceManagement.GetConditionalAccessSettings parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onPremisesConditionalAccessSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceManagement.onPremisesConditionalAccessSettings summary: Update onPremisesConditionalAccessSettings description: Update the properties of a onPremisesConditionalAccessSettings object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-onboarding-onpremisesconditionalaccesssettings-update?view=graph-rest-1.0 operationId: deviceManagement.UpdateConditionalAccessSettings requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onPremisesConditionalAccessSettings' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onPremisesConditionalAccessSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceManagement.onPremisesConditionalAccessSettings summary: Delete navigation property conditionalAccessSettings for deviceManagement operationId: deviceManagement.DeleteConditionalAccessSettings parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /deviceManagement/detectedApps: description: Provides operations to manage the detectedApps property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.detectedApp summary: List detectedApps description: List properties and relationships of the detectedApp objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-devices-detectedapp-list?view=graph-rest-1.0 operationId: deviceManagement.ListDetectedApps parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.detectedAppCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceManagement.detectedApp summary: Create detectedApp description: Create a new detectedApp object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-devices-detectedapp-create?view=graph-rest-1.0 operationId: deviceManagement.CreateDetectedApps requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.detectedApp' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.detectedApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/deviceManagement/detectedApps/{detectedApp-id}': description: Provides operations to manage the detectedApps property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.detectedApp summary: Get detectedApp description: Read properties and relationships of the detectedApp object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-devices-detectedapp-get?view=graph-rest-1.0 operationId: deviceManagement.GetDetectedApps parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.detectedApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceManagement.detectedApp summary: Update detectedApp description: Update the properties of a detectedApp object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-devices-detectedapp-update?view=graph-rest-1.0 operationId: deviceManagement.UpdateDetectedApps requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.detectedApp' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.detectedApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceManagement.detectedApp summary: Delete detectedApp description: Deletes a detectedApp. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-devices-detectedapp-delete?view=graph-rest-1.0 operationId: deviceManagement.DeleteDetectedApps parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: detectedApp-id in: path description: The unique identifier of detectedApp required: true schema: type: string x-ms-docs-key-type: detectedApp '/deviceManagement/detectedApps/{detectedApp-id}/managedDevices': description: Provides operations to manage the managedDevices property of the microsoft.graph.detectedApp entity. get: tags: - deviceManagement.detectedApp summary: Get managedDevices from deviceManagement description: The devices that have the discovered application installed operationId: deviceManagement.detectedApps.ListManagedDevices parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.managedDeviceCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: detectedApp-id in: path description: The unique identifier of detectedApp required: true schema: type: string x-ms-docs-key-type: detectedApp '/deviceManagement/detectedApps/{detectedApp-id}/managedDevices/{managedDevice-id}': description: Provides operations to manage the managedDevices property of the microsoft.graph.detectedApp entity. get: tags: - deviceManagement.detectedApp summary: Get managedDevices from deviceManagement description: The devices that have the discovered application installed operationId: deviceManagement.detectedApps.GetManagedDevices parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedDevice' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: detectedApp-id in: path description: The unique identifier of detectedApp required: true schema: type: string x-ms-docs-key-type: detectedApp - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice '/deviceManagement/detectedApps/{detectedApp-id}/managedDevices/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceManagement.detectedApp summary: Get the number of the resource operationId: deviceManagement.detectedApps.managedDevices.GetCount-d78c parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: detectedApp-id in: path description: The unique identifier of detectedApp required: true schema: type: string x-ms-docs-key-type: detectedApp /deviceManagement/detectedApps/$count: description: Provides operations to count the resources in the collection. get: tags: - deviceManagement.detectedApp summary: Get the number of the resource operationId: deviceManagement.detectedApps.GetCount-0228 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceManagement/deviceCategories: description: Provides operations to manage the deviceCategories property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.deviceCategory summary: List deviceCategories description: List properties and relationships of the deviceCategory objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-onboarding-devicecategory-list?view=graph-rest-1.0 operationId: deviceManagement.ListDeviceCategories parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.deviceCategoryCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceManagement.deviceCategory summary: Create deviceCategory description: Create a new deviceCategory object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-onboarding-devicecategory-create?view=graph-rest-1.0 operationId: deviceManagement.CreateDeviceCategories requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceCategory' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceCategory' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/deviceManagement/deviceCategories/{deviceCategory-id}': description: Provides operations to manage the deviceCategories property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.deviceCategory summary: Get deviceCategory description: Read properties and relationships of the deviceCategory object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-onboarding-devicecategory-get?view=graph-rest-1.0 operationId: deviceManagement.GetDeviceCategories parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceCategory' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceManagement.deviceCategory summary: Update deviceCategory description: Update the properties of a deviceCategory object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-onboarding-devicecategory-update?view=graph-rest-1.0 operationId: deviceManagement.UpdateDeviceCategories requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceCategory' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceCategory' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceManagement.deviceCategory summary: Delete deviceCategory description: Deletes a deviceCategory. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-onboarding-devicecategory-delete?view=graph-rest-1.0 operationId: deviceManagement.DeleteDeviceCategories parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: deviceCategory-id in: path description: The unique identifier of deviceCategory required: true schema: type: string x-ms-docs-key-type: deviceCategory /deviceManagement/deviceCategories/$count: description: Provides operations to count the resources in the collection. get: tags: - deviceManagement.deviceCategory summary: Get the number of the resource operationId: deviceManagement.deviceCategories.GetCount-ed54 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceManagement/deviceCompliancePolicies: description: Provides operations to manage the deviceCompliancePolicies property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.deviceCompliancePolicy summary: List macOSCompliancePolicies description: List properties and relationships of the macOSCompliancePolicy objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-deviceconfig-macoscompliancepolicy-list?view=graph-rest-1.0 operationId: deviceManagement.ListDeviceCompliancePolicies parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.deviceCompliancePolicyCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceManagement.deviceCompliancePolicy summary: Create androidWorkProfileCompliancePolicy description: Create a new androidWorkProfileCompliancePolicy object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-deviceconfig-androidworkprofilecompliancepolicy-create?view=graph-rest-1.0 operationId: deviceManagement.CreateDeviceCompliancePolicies requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceCompliancePolicy' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceCompliancePolicy' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}': description: Provides operations to manage the deviceCompliancePolicies property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.deviceCompliancePolicy summary: Get windows10MobileCompliancePolicy description: Read properties and relationships of the windows10MobileCompliancePolicy object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10mobilecompliancepolicy-get?view=graph-rest-1.0 operationId: deviceManagement.GetDeviceCompliancePolicies parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceCompliancePolicy' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceManagement.deviceCompliancePolicy summary: Update windows10CompliancePolicy description: Update the properties of a windows10CompliancePolicy object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10compliancepolicy-update?view=graph-rest-1.0 operationId: deviceManagement.UpdateDeviceCompliancePolicies requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceCompliancePolicy' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceCompliancePolicy' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceManagement.deviceCompliancePolicy summary: Delete androidWorkProfileCompliancePolicy description: Deletes a androidWorkProfileCompliancePolicy. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-deviceconfig-androidworkprofilecompliancepolicy-delete?view=graph-rest-1.0 operationId: deviceManagement.DeleteDeviceCompliancePolicies parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: deviceCompliancePolicy-id in: path description: The unique identifier of deviceCompliancePolicy required: true schema: type: string x-ms-docs-key-type: deviceCompliancePolicy '/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments': description: Provides operations to manage the assignments property of the microsoft.graph.deviceCompliancePolicy entity. get: tags: - deviceManagement.deviceCompliancePolicy summary: List deviceCompliancePolicyAssignments description: List properties and relationships of the deviceCompliancePolicyAssignment objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicyassignment-list?view=graph-rest-1.0 operationId: deviceManagement.deviceCompliancePolicies.ListAssignments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.deviceCompliancePolicyAssignmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceManagement.deviceCompliancePolicy summary: Create deviceCompliancePolicyAssignment description: Create a new deviceCompliancePolicyAssignment object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicyassignment-create?view=graph-rest-1.0 operationId: deviceManagement.deviceCompliancePolicies.CreateAssignments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceCompliancePolicyAssignment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceCompliancePolicyAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: deviceCompliancePolicy-id in: path description: The unique identifier of deviceCompliancePolicy required: true schema: type: string x-ms-docs-key-type: deviceCompliancePolicy '/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}': description: Provides operations to manage the assignments property of the microsoft.graph.deviceCompliancePolicy entity. get: tags: - deviceManagement.deviceCompliancePolicy summary: Get deviceCompliancePolicyAssignment description: Read properties and relationships of the deviceCompliancePolicyAssignment object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicyassignment-get?view=graph-rest-1.0 operationId: deviceManagement.deviceCompliancePolicies.GetAssignments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceCompliancePolicyAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceManagement.deviceCompliancePolicy summary: Update deviceCompliancePolicyAssignment description: Update the properties of a deviceCompliancePolicyAssignment object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicyassignment-update?view=graph-rest-1.0 operationId: deviceManagement.deviceCompliancePolicies.UpdateAssignments requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceCompliancePolicyAssignment' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceCompliancePolicyAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceManagement.deviceCompliancePolicy summary: Delete deviceCompliancePolicyAssignment description: Deletes a deviceCompliancePolicyAssignment. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicyassignment-delete?view=graph-rest-1.0 operationId: deviceManagement.deviceCompliancePolicies.DeleteAssignments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: deviceCompliancePolicy-id in: path description: The unique identifier of deviceCompliancePolicy required: true schema: type: string x-ms-docs-key-type: deviceCompliancePolicy - name: deviceCompliancePolicyAssignment-id in: path description: The unique identifier of deviceCompliancePolicyAssignment required: true schema: type: string x-ms-docs-key-type: deviceCompliancePolicyAssignment '/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceManagement.deviceCompliancePolicy summary: Get the number of the resource operationId: deviceManagement.deviceCompliancePolicies.assignments.GetCount-332a parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: deviceCompliancePolicy-id in: path description: The unique identifier of deviceCompliancePolicy required: true schema: type: string x-ms-docs-key-type: deviceCompliancePolicy '/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries': description: Provides operations to manage the deviceSettingStateSummaries property of the microsoft.graph.deviceCompliancePolicy entity. get: tags: - deviceManagement.deviceCompliancePolicy summary: Get deviceSettingStateSummaries from deviceManagement description: Compliance Setting State Device Summary operationId: deviceManagement.deviceCompliancePolicies.ListDeviceSettingStateSummaries parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.settingStateDeviceSummaryCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceManagement.deviceCompliancePolicy summary: Create new navigation property to deviceSettingStateSummaries for deviceManagement operationId: deviceManagement.deviceCompliancePolicies.CreateDeviceSettingStateSummaries requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.settingStateDeviceSummary' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.settingStateDeviceSummary' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: deviceCompliancePolicy-id in: path description: The unique identifier of deviceCompliancePolicy required: true schema: type: string x-ms-docs-key-type: deviceCompliancePolicy '/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}': description: Provides operations to manage the deviceSettingStateSummaries property of the microsoft.graph.deviceCompliancePolicy entity. get: tags: - deviceManagement.deviceCompliancePolicy summary: Get deviceSettingStateSummaries from deviceManagement description: Compliance Setting State Device Summary operationId: deviceManagement.deviceCompliancePolicies.GetDeviceSettingStateSummaries parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.settingStateDeviceSummary' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceManagement.deviceCompliancePolicy summary: Update the navigation property deviceSettingStateSummaries in deviceManagement operationId: deviceManagement.deviceCompliancePolicies.UpdateDeviceSettingStateSummaries requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.settingStateDeviceSummary' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.settingStateDeviceSummary' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceManagement.deviceCompliancePolicy summary: Delete navigation property deviceSettingStateSummaries for deviceManagement operationId: deviceManagement.deviceCompliancePolicies.DeleteDeviceSettingStateSummaries parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: deviceCompliancePolicy-id in: path description: The unique identifier of deviceCompliancePolicy required: true schema: type: string x-ms-docs-key-type: deviceCompliancePolicy - name: settingStateDeviceSummary-id in: path description: The unique identifier of settingStateDeviceSummary required: true schema: type: string x-ms-docs-key-type: settingStateDeviceSummary '/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceManagement.deviceCompliancePolicy summary: Get the number of the resource operationId: deviceManagement.deviceCompliancePolicies.deviceSettingStateSummaries.GetCount-6b27 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: deviceCompliancePolicy-id in: path description: The unique identifier of deviceCompliancePolicy required: true schema: type: string x-ms-docs-key-type: deviceCompliancePolicy '/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses': description: Provides operations to manage the deviceStatuses property of the microsoft.graph.deviceCompliancePolicy entity. get: tags: - deviceManagement.deviceCompliancePolicy summary: List deviceComplianceDeviceStatuses description: List properties and relationships of the deviceComplianceDeviceStatus objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancedevicestatus-list?view=graph-rest-1.0 operationId: deviceManagement.deviceCompliancePolicies.ListDeviceStatuses parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.deviceComplianceDeviceStatusCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceManagement.deviceCompliancePolicy summary: Create deviceComplianceDeviceStatus description: Create a new deviceComplianceDeviceStatus object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancedevicestatus-create?view=graph-rest-1.0 operationId: deviceManagement.deviceCompliancePolicies.CreateDeviceStatuses requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceComplianceDeviceStatus' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceComplianceDeviceStatus' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: deviceCompliancePolicy-id in: path description: The unique identifier of deviceCompliancePolicy required: true schema: type: string x-ms-docs-key-type: deviceCompliancePolicy '/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}': description: Provides operations to manage the deviceStatuses property of the microsoft.graph.deviceCompliancePolicy entity. get: tags: - deviceManagement.deviceCompliancePolicy summary: Get deviceComplianceDeviceStatus description: Read properties and relationships of the deviceComplianceDeviceStatus object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancedevicestatus-get?view=graph-rest-1.0 operationId: deviceManagement.deviceCompliancePolicies.GetDeviceStatuses parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceComplianceDeviceStatus' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceManagement.deviceCompliancePolicy summary: Update deviceComplianceDeviceStatus description: Update the properties of a deviceComplianceDeviceStatus object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancedevicestatus-update?view=graph-rest-1.0 operationId: deviceManagement.deviceCompliancePolicies.UpdateDeviceStatuses requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceComplianceDeviceStatus' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceComplianceDeviceStatus' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceManagement.deviceCompliancePolicy summary: Delete deviceComplianceDeviceStatus description: Deletes a deviceComplianceDeviceStatus. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancedevicestatus-delete?view=graph-rest-1.0 operationId: deviceManagement.deviceCompliancePolicies.DeleteDeviceStatuses parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: deviceCompliancePolicy-id in: path description: The unique identifier of deviceCompliancePolicy required: true schema: type: string x-ms-docs-key-type: deviceCompliancePolicy - name: deviceComplianceDeviceStatus-id in: path description: The unique identifier of deviceComplianceDeviceStatus required: true schema: type: string x-ms-docs-key-type: deviceComplianceDeviceStatus '/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceManagement.deviceCompliancePolicy summary: Get the number of the resource operationId: deviceManagement.deviceCompliancePolicies.deviceStatuses.GetCount-f70b parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: deviceCompliancePolicy-id in: path description: The unique identifier of deviceCompliancePolicy required: true schema: type: string x-ms-docs-key-type: deviceCompliancePolicy '/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview': description: Provides operations to manage the deviceStatusOverview property of the microsoft.graph.deviceCompliancePolicy entity. get: tags: - deviceManagement.deviceCompliancePolicy summary: Get deviceComplianceDeviceOverview description: Read properties and relationships of the deviceComplianceDeviceOverview object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancedeviceoverview-get?view=graph-rest-1.0 operationId: deviceManagement.deviceCompliancePolicies.GetDeviceStatusOverview parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceComplianceDeviceOverview' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceManagement.deviceCompliancePolicy summary: Update deviceComplianceDeviceOverview description: Update the properties of a deviceComplianceDeviceOverview object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancedeviceoverview-update?view=graph-rest-1.0 operationId: deviceManagement.deviceCompliancePolicies.UpdateDeviceStatusOverview requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceComplianceDeviceOverview' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceComplianceDeviceOverview' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceManagement.deviceCompliancePolicy summary: Delete navigation property deviceStatusOverview for deviceManagement operationId: deviceManagement.deviceCompliancePolicies.DeleteDeviceStatusOverview parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: deviceCompliancePolicy-id in: path description: The unique identifier of deviceCompliancePolicy required: true schema: type: string x-ms-docs-key-type: deviceCompliancePolicy '/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assign': description: Provides operations to call the assign method. post: tags: - deviceManagement.Actions summary: Invoke action assign description: Not yet documented externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicy-assign?view=graph-rest-1.0 operationId: deviceManagement.deviceCompliancePolicies.deviceCompliancePolicy.assign requestBody: description: Action parameters content: application/json: schema: type: object properties: assignments: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceCompliancePolicyAssignment' required: true responses: 2XX: description: Success content: application/json: schema: title: Collection of deviceCompliancePolicyAssignment type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceCompliancePolicyAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: deviceCompliancePolicy-id in: path description: The unique identifier of deviceCompliancePolicy required: true schema: type: string x-ms-docs-key-type: deviceCompliancePolicy x-ms-docs-grouped-path: - '/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assign' - '/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assign' - '/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assign' - '/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assign' '/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduleActionsForRules': description: Provides operations to call the scheduleActionsForRules method. post: tags: - deviceManagement.Actions summary: Invoke action scheduleActionsForRules description: Not yet documented externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicy-scheduleactionsforrules?view=graph-rest-1.0 operationId: deviceManagement.deviceCompliancePolicies.deviceCompliancePolicy.scheduleActionsForRules requestBody: description: Action parameters content: application/json: schema: type: object properties: deviceComplianceScheduledActionForRules: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceComplianceScheduledActionForRule' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: deviceCompliancePolicy-id in: path description: The unique identifier of deviceCompliancePolicy required: true schema: type: string x-ms-docs-key-type: deviceCompliancePolicy '/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule': description: Provides operations to manage the scheduledActionsForRule property of the microsoft.graph.deviceCompliancePolicy entity. get: tags: - deviceManagement.deviceCompliancePolicy summary: List deviceComplianceScheduledActionForRules description: List properties and relationships of the deviceComplianceScheduledActionForRule objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancescheduledactionforrule-list?view=graph-rest-1.0 operationId: deviceManagement.deviceCompliancePolicies.ListScheduledActionsForRule parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.deviceComplianceScheduledActionForRuleCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceManagement.deviceCompliancePolicy summary: Create deviceComplianceScheduledActionForRule description: Create a new deviceComplianceScheduledActionForRule object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancescheduledactionforrule-create?view=graph-rest-1.0 operationId: deviceManagement.deviceCompliancePolicies.CreateScheduledActionsForRule requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceComplianceScheduledActionForRule' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceComplianceScheduledActionForRule' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: deviceCompliancePolicy-id in: path description: The unique identifier of deviceCompliancePolicy required: true schema: type: string x-ms-docs-key-type: deviceCompliancePolicy '/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}': description: Provides operations to manage the scheduledActionsForRule property of the microsoft.graph.deviceCompliancePolicy entity. get: tags: - deviceManagement.deviceCompliancePolicy summary: Get deviceComplianceScheduledActionForRule description: Read properties and relationships of the deviceComplianceScheduledActionForRule object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancescheduledactionforrule-get?view=graph-rest-1.0 operationId: deviceManagement.deviceCompliancePolicies.GetScheduledActionsForRule parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceComplianceScheduledActionForRule' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceManagement.deviceCompliancePolicy summary: Update deviceComplianceScheduledActionForRule description: Update the properties of a deviceComplianceScheduledActionForRule object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancescheduledactionforrule-update?view=graph-rest-1.0 operationId: deviceManagement.deviceCompliancePolicies.UpdateScheduledActionsForRule requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceComplianceScheduledActionForRule' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceComplianceScheduledActionForRule' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceManagement.deviceCompliancePolicy summary: Delete deviceComplianceScheduledActionForRule description: Deletes a deviceComplianceScheduledActionForRule. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancescheduledactionforrule-delete?view=graph-rest-1.0 operationId: deviceManagement.deviceCompliancePolicies.DeleteScheduledActionsForRule parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: deviceCompliancePolicy-id in: path description: The unique identifier of deviceCompliancePolicy required: true schema: type: string x-ms-docs-key-type: deviceCompliancePolicy - name: deviceComplianceScheduledActionForRule-id in: path description: The unique identifier of deviceComplianceScheduledActionForRule required: true schema: type: string x-ms-docs-key-type: deviceComplianceScheduledActionForRule '/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations': description: Provides operations to manage the scheduledActionConfigurations property of the microsoft.graph.deviceComplianceScheduledActionForRule entity. get: tags: - deviceManagement.deviceCompliancePolicy summary: List deviceComplianceActionItems description: List properties and relationships of the deviceComplianceActionItem objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceactionitem-list?view=graph-rest-1.0 operationId: deviceManagement.deviceCompliancePolicies.scheduledActionsForRule.ListScheduledActionConfigurations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.deviceComplianceActionItemCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceManagement.deviceCompliancePolicy summary: Create deviceComplianceActionItem description: Create a new deviceComplianceActionItem object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceactionitem-create?view=graph-rest-1.0 operationId: deviceManagement.deviceCompliancePolicies.scheduledActionsForRule.CreateScheduledActionConfigurations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceComplianceActionItem' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceComplianceActionItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: deviceCompliancePolicy-id in: path description: The unique identifier of deviceCompliancePolicy required: true schema: type: string x-ms-docs-key-type: deviceCompliancePolicy - name: deviceComplianceScheduledActionForRule-id in: path description: The unique identifier of deviceComplianceScheduledActionForRule required: true schema: type: string x-ms-docs-key-type: deviceComplianceScheduledActionForRule '/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}': description: Provides operations to manage the scheduledActionConfigurations property of the microsoft.graph.deviceComplianceScheduledActionForRule entity. get: tags: - deviceManagement.deviceCompliancePolicy summary: Get deviceComplianceActionItem description: Read properties and relationships of the deviceComplianceActionItem object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceactionitem-get?view=graph-rest-1.0 operationId: deviceManagement.deviceCompliancePolicies.scheduledActionsForRule.GetScheduledActionConfigurations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceComplianceActionItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceManagement.deviceCompliancePolicy summary: Update deviceComplianceActionItem description: Update the properties of a deviceComplianceActionItem object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceactionitem-update?view=graph-rest-1.0 operationId: deviceManagement.deviceCompliancePolicies.scheduledActionsForRule.UpdateScheduledActionConfigurations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceComplianceActionItem' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceComplianceActionItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceManagement.deviceCompliancePolicy summary: Delete deviceComplianceActionItem description: Deletes a deviceComplianceActionItem. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceactionitem-delete?view=graph-rest-1.0 operationId: deviceManagement.deviceCompliancePolicies.scheduledActionsForRule.DeleteScheduledActionConfigurations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: deviceCompliancePolicy-id in: path description: The unique identifier of deviceCompliancePolicy required: true schema: type: string x-ms-docs-key-type: deviceCompliancePolicy - name: deviceComplianceScheduledActionForRule-id in: path description: The unique identifier of deviceComplianceScheduledActionForRule required: true schema: type: string x-ms-docs-key-type: deviceComplianceScheduledActionForRule - name: deviceComplianceActionItem-id in: path description: The unique identifier of deviceComplianceActionItem required: true schema: type: string x-ms-docs-key-type: deviceComplianceActionItem '/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceManagement.deviceCompliancePolicy summary: Get the number of the resource operationId: deviceManagement.deviceCompliancePolicies.scheduledActionsForRule.scheduledActionConfigurations.GetCount-b4b5 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: deviceCompliancePolicy-id in: path description: The unique identifier of deviceCompliancePolicy required: true schema: type: string x-ms-docs-key-type: deviceCompliancePolicy - name: deviceComplianceScheduledActionForRule-id in: path description: The unique identifier of deviceComplianceScheduledActionForRule required: true schema: type: string x-ms-docs-key-type: deviceComplianceScheduledActionForRule '/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceManagement.deviceCompliancePolicy summary: Get the number of the resource operationId: deviceManagement.deviceCompliancePolicies.scheduledActionsForRule.GetCount-afd5 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: deviceCompliancePolicy-id in: path description: The unique identifier of deviceCompliancePolicy required: true schema: type: string x-ms-docs-key-type: deviceCompliancePolicy '/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses': description: Provides operations to manage the userStatuses property of the microsoft.graph.deviceCompliancePolicy entity. get: tags: - deviceManagement.deviceCompliancePolicy summary: List deviceComplianceUserStatuses description: List properties and relationships of the deviceComplianceUserStatus objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceuserstatus-list?view=graph-rest-1.0 operationId: deviceManagement.deviceCompliancePolicies.ListUserStatuses parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.deviceComplianceUserStatusCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceManagement.deviceCompliancePolicy summary: Create deviceComplianceUserStatus description: Create a new deviceComplianceUserStatus object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceuserstatus-create?view=graph-rest-1.0 operationId: deviceManagement.deviceCompliancePolicies.CreateUserStatuses requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceComplianceUserStatus' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceComplianceUserStatus' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: deviceCompliancePolicy-id in: path description: The unique identifier of deviceCompliancePolicy required: true schema: type: string x-ms-docs-key-type: deviceCompliancePolicy '/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}': description: Provides operations to manage the userStatuses property of the microsoft.graph.deviceCompliancePolicy entity. get: tags: - deviceManagement.deviceCompliancePolicy summary: Get deviceComplianceUserStatus description: Read properties and relationships of the deviceComplianceUserStatus object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceuserstatus-get?view=graph-rest-1.0 operationId: deviceManagement.deviceCompliancePolicies.GetUserStatuses parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceComplianceUserStatus' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceManagement.deviceCompliancePolicy summary: Update deviceComplianceUserStatus description: Update the properties of a deviceComplianceUserStatus object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceuserstatus-update?view=graph-rest-1.0 operationId: deviceManagement.deviceCompliancePolicies.UpdateUserStatuses requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceComplianceUserStatus' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceComplianceUserStatus' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceManagement.deviceCompliancePolicy summary: Delete deviceComplianceUserStatus description: Deletes a deviceComplianceUserStatus. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceuserstatus-delete?view=graph-rest-1.0 operationId: deviceManagement.deviceCompliancePolicies.DeleteUserStatuses parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: deviceCompliancePolicy-id in: path description: The unique identifier of deviceCompliancePolicy required: true schema: type: string x-ms-docs-key-type: deviceCompliancePolicy - name: deviceComplianceUserStatus-id in: path description: The unique identifier of deviceComplianceUserStatus required: true schema: type: string x-ms-docs-key-type: deviceComplianceUserStatus '/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceManagement.deviceCompliancePolicy summary: Get the number of the resource operationId: deviceManagement.deviceCompliancePolicies.userStatuses.GetCount-fa4a parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: deviceCompliancePolicy-id in: path description: The unique identifier of deviceCompliancePolicy required: true schema: type: string x-ms-docs-key-type: deviceCompliancePolicy '/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview': description: Provides operations to manage the userStatusOverview property of the microsoft.graph.deviceCompliancePolicy entity. get: tags: - deviceManagement.deviceCompliancePolicy summary: Get deviceComplianceUserOverview description: Read properties and relationships of the deviceComplianceUserOverview object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceuseroverview-get?view=graph-rest-1.0 operationId: deviceManagement.deviceCompliancePolicies.GetUserStatusOverview parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceComplianceUserOverview' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceManagement.deviceCompliancePolicy summary: Update deviceComplianceUserOverview description: Update the properties of a deviceComplianceUserOverview object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceuseroverview-update?view=graph-rest-1.0 operationId: deviceManagement.deviceCompliancePolicies.UpdateUserStatusOverview requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceComplianceUserOverview' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceComplianceUserOverview' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceManagement.deviceCompliancePolicy summary: Delete navigation property userStatusOverview for deviceManagement operationId: deviceManagement.deviceCompliancePolicies.DeleteUserStatusOverview parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: deviceCompliancePolicy-id in: path description: The unique identifier of deviceCompliancePolicy required: true schema: type: string x-ms-docs-key-type: deviceCompliancePolicy /deviceManagement/deviceCompliancePolicies/$count: description: Provides operations to count the resources in the collection. get: tags: - deviceManagement.deviceCompliancePolicy summary: Get the number of the resource operationId: deviceManagement.deviceCompliancePolicies.GetCount-6c5d parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceManagement/deviceCompliancePolicyDeviceStateSummary: description: Provides operations to manage the deviceCompliancePolicyDeviceStateSummary property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.deviceCompliancePolicyDeviceStateSummary summary: Get deviceCompliancePolicyDeviceStateSummary description: Read properties and relationships of the deviceCompliancePolicyDeviceStateSummary object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicydevicestatesummary-get?view=graph-rest-1.0 operationId: deviceManagement.GetDeviceCompliancePolicyDeviceStateSummary parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceCompliancePolicyDeviceStateSummary' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceManagement.deviceCompliancePolicyDeviceStateSummary summary: Update deviceCompliancePolicyDeviceStateSummary description: Update the properties of a deviceCompliancePolicyDeviceStateSummary object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicydevicestatesummary-update?view=graph-rest-1.0 operationId: deviceManagement.UpdateDeviceCompliancePolicyDeviceStateSummary requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceCompliancePolicyDeviceStateSummary' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceCompliancePolicyDeviceStateSummary' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceManagement.deviceCompliancePolicyDeviceStateSummary summary: Delete navigation property deviceCompliancePolicyDeviceStateSummary for deviceManagement operationId: deviceManagement.DeleteDeviceCompliancePolicyDeviceStateSummary parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /deviceManagement/deviceCompliancePolicySettingStateSummaries: description: Provides operations to manage the deviceCompliancePolicySettingStateSummaries property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.deviceCompliancePolicySettingStateSummary summary: List deviceCompliancePolicySettingStateSummaries description: List properties and relationships of the deviceCompliancePolicySettingStateSummary objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicysettingstatesummary-list?view=graph-rest-1.0 operationId: deviceManagement.ListDeviceCompliancePolicySettingStateSummaries parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.deviceCompliancePolicySettingStateSummaryCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceManagement.deviceCompliancePolicySettingStateSummary summary: Create deviceCompliancePolicySettingStateSummary description: Create a new deviceCompliancePolicySettingStateSummary object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicysettingstatesummary-create?view=graph-rest-1.0 operationId: deviceManagement.CreateDeviceCompliancePolicySettingStateSummaries requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceCompliancePolicySettingStateSummary' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceCompliancePolicySettingStateSummary' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}': description: Provides operations to manage the deviceCompliancePolicySettingStateSummaries property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.deviceCompliancePolicySettingStateSummary summary: Get deviceCompliancePolicySettingStateSummary description: Read properties and relationships of the deviceCompliancePolicySettingStateSummary object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicysettingstatesummary-get?view=graph-rest-1.0 operationId: deviceManagement.GetDeviceCompliancePolicySettingStateSummaries parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceCompliancePolicySettingStateSummary' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceManagement.deviceCompliancePolicySettingStateSummary summary: Update deviceCompliancePolicySettingStateSummary description: Update the properties of a deviceCompliancePolicySettingStateSummary object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicysettingstatesummary-update?view=graph-rest-1.0 operationId: deviceManagement.UpdateDeviceCompliancePolicySettingStateSummaries requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceCompliancePolicySettingStateSummary' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceCompliancePolicySettingStateSummary' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceManagement.deviceCompliancePolicySettingStateSummary summary: Delete deviceCompliancePolicySettingStateSummary description: Deletes a deviceCompliancePolicySettingStateSummary. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicysettingstatesummary-delete?view=graph-rest-1.0 operationId: deviceManagement.DeleteDeviceCompliancePolicySettingStateSummaries parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: deviceCompliancePolicySettingStateSummary-id in: path description: The unique identifier of deviceCompliancePolicySettingStateSummary required: true schema: type: string x-ms-docs-key-type: deviceCompliancePolicySettingStateSummary '/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates': description: Provides operations to manage the deviceComplianceSettingStates property of the microsoft.graph.deviceCompliancePolicySettingStateSummary entity. get: tags: - deviceManagement.deviceCompliancePolicySettingStateSummary summary: List deviceComplianceSettingStates description: List properties and relationships of the deviceComplianceSettingState objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancesettingstate-list?view=graph-rest-1.0 operationId: deviceManagement.deviceCompliancePolicySettingStateSummaries.ListDeviceComplianceSettingStates parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.deviceComplianceSettingStateCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceManagement.deviceCompliancePolicySettingStateSummary summary: Create deviceComplianceSettingState description: Create a new deviceComplianceSettingState object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancesettingstate-create?view=graph-rest-1.0 operationId: deviceManagement.deviceCompliancePolicySettingStateSummaries.CreateDeviceComplianceSettingStates requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceComplianceSettingState' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceComplianceSettingState' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: deviceCompliancePolicySettingStateSummary-id in: path description: The unique identifier of deviceCompliancePolicySettingStateSummary required: true schema: type: string x-ms-docs-key-type: deviceCompliancePolicySettingStateSummary '/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}': description: Provides operations to manage the deviceComplianceSettingStates property of the microsoft.graph.deviceCompliancePolicySettingStateSummary entity. get: tags: - deviceManagement.deviceCompliancePolicySettingStateSummary summary: Get deviceComplianceSettingState description: Read properties and relationships of the deviceComplianceSettingState object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancesettingstate-get?view=graph-rest-1.0 operationId: deviceManagement.deviceCompliancePolicySettingStateSummaries.GetDeviceComplianceSettingStates parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceComplianceSettingState' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceManagement.deviceCompliancePolicySettingStateSummary summary: Update deviceComplianceSettingState description: Update the properties of a deviceComplianceSettingState object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancesettingstate-update?view=graph-rest-1.0 operationId: deviceManagement.deviceCompliancePolicySettingStateSummaries.UpdateDeviceComplianceSettingStates requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceComplianceSettingState' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceComplianceSettingState' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceManagement.deviceCompliancePolicySettingStateSummary summary: Delete deviceComplianceSettingState description: Deletes a deviceComplianceSettingState. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancesettingstate-delete?view=graph-rest-1.0 operationId: deviceManagement.deviceCompliancePolicySettingStateSummaries.DeleteDeviceComplianceSettingStates parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: deviceCompliancePolicySettingStateSummary-id in: path description: The unique identifier of deviceCompliancePolicySettingStateSummary required: true schema: type: string x-ms-docs-key-type: deviceCompliancePolicySettingStateSummary - name: deviceComplianceSettingState-id in: path description: The unique identifier of deviceComplianceSettingState required: true schema: type: string x-ms-docs-key-type: deviceComplianceSettingState '/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceManagement.deviceCompliancePolicySettingStateSummary summary: Get the number of the resource operationId: deviceManagement.deviceCompliancePolicySettingStateSummaries.deviceComplianceSettingStates.GetCount-49c2 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: deviceCompliancePolicySettingStateSummary-id in: path description: The unique identifier of deviceCompliancePolicySettingStateSummary required: true schema: type: string x-ms-docs-key-type: deviceCompliancePolicySettingStateSummary /deviceManagement/deviceCompliancePolicySettingStateSummaries/$count: description: Provides operations to count the resources in the collection. get: tags: - deviceManagement.deviceCompliancePolicySettingStateSummary summary: Get the number of the resource operationId: deviceManagement.deviceCompliancePolicySettingStateSummaries.GetCount-ca06 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceManagement/deviceConfigurationDeviceStateSummaries: description: Provides operations to manage the deviceConfigurationDeviceStateSummaries property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.deviceConfigurationDeviceStateSummary summary: Get deviceConfigurationDeviceStateSummary description: Read properties and relationships of the deviceConfigurationDeviceStateSummary object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdevicestatesummary-get?view=graph-rest-1.0 operationId: deviceManagement.GetDeviceConfigurationDeviceStateSummaries parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceConfigurationDeviceStateSummary' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceManagement.deviceConfigurationDeviceStateSummary summary: Update deviceConfigurationDeviceStateSummary description: Update the properties of a deviceConfigurationDeviceStateSummary object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdevicestatesummary-update?view=graph-rest-1.0 operationId: deviceManagement.UpdateDeviceConfigurationDeviceStateSummaries requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceConfigurationDeviceStateSummary' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceConfigurationDeviceStateSummary' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceManagement.deviceConfigurationDeviceStateSummary summary: Delete navigation property deviceConfigurationDeviceStateSummaries for deviceManagement operationId: deviceManagement.DeleteDeviceConfigurationDeviceStateSummaries parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /deviceManagement/deviceConfigurations: description: Provides operations to manage the deviceConfigurations property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.deviceConfiguration summary: List macOSCustomConfigurations description: List properties and relationships of the macOSCustomConfiguration objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-deviceconfig-macoscustomconfiguration-list?view=graph-rest-1.0 operationId: deviceManagement.ListDeviceConfigurations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.deviceConfigurationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceManagement.deviceConfiguration summary: Create windows10EndpointProtectionConfiguration description: Create a new windows10EndpointProtectionConfiguration object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10endpointprotectionconfiguration-create?view=graph-rest-1.0 operationId: deviceManagement.CreateDeviceConfigurations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceConfiguration' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceConfiguration' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/deviceManagement/deviceConfigurations/{deviceConfiguration-id}': description: Provides operations to manage the deviceConfigurations property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.deviceConfiguration summary: Get sharedPCConfiguration description: Read properties and relationships of the sharedPCConfiguration object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-deviceconfig-sharedpcconfiguration-get?view=graph-rest-1.0 operationId: deviceManagement.GetDeviceConfigurations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceConfiguration' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceManagement.deviceConfiguration summary: Update macOSGeneralDeviceConfiguration description: Update the properties of a macOSGeneralDeviceConfiguration object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-deviceconfig-macosgeneraldeviceconfiguration-update?view=graph-rest-1.0 operationId: deviceManagement.UpdateDeviceConfigurations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceConfiguration' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceConfiguration' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceManagement.deviceConfiguration summary: Delete androidWorkProfileCustomConfiguration description: Deletes a androidWorkProfileCustomConfiguration. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-deviceconfig-androidworkprofilecustomconfiguration-delete?view=graph-rest-1.0 operationId: deviceManagement.DeleteDeviceConfigurations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: deviceConfiguration-id in: path description: The unique identifier of deviceConfiguration required: true schema: type: string x-ms-docs-key-type: deviceConfiguration '/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments': description: Provides operations to manage the assignments property of the microsoft.graph.deviceConfiguration entity. get: tags: - deviceManagement.deviceConfiguration summary: List deviceConfigurationAssignments description: List properties and relationships of the deviceConfigurationAssignment objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationassignment-list?view=graph-rest-1.0 operationId: deviceManagement.deviceConfigurations.ListAssignments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.deviceConfigurationAssignmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceManagement.deviceConfiguration summary: Create deviceConfigurationAssignment description: Create a new deviceConfigurationAssignment object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationassignment-create?view=graph-rest-1.0 operationId: deviceManagement.deviceConfigurations.CreateAssignments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceConfigurationAssignment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceConfigurationAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: deviceConfiguration-id in: path description: The unique identifier of deviceConfiguration required: true schema: type: string x-ms-docs-key-type: deviceConfiguration '/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}': description: Provides operations to manage the assignments property of the microsoft.graph.deviceConfiguration entity. get: tags: - deviceManagement.deviceConfiguration summary: Get deviceConfigurationAssignment description: Read properties and relationships of the deviceConfigurationAssignment object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationassignment-get?view=graph-rest-1.0 operationId: deviceManagement.deviceConfigurations.GetAssignments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceConfigurationAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceManagement.deviceConfiguration summary: Update deviceConfigurationAssignment description: Update the properties of a deviceConfigurationAssignment object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationassignment-update?view=graph-rest-1.0 operationId: deviceManagement.deviceConfigurations.UpdateAssignments requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceConfigurationAssignment' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceConfigurationAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceManagement.deviceConfiguration summary: Delete deviceConfigurationAssignment description: Deletes a deviceConfigurationAssignment. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationassignment-delete?view=graph-rest-1.0 operationId: deviceManagement.deviceConfigurations.DeleteAssignments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: deviceConfiguration-id in: path description: The unique identifier of deviceConfiguration required: true schema: type: string x-ms-docs-key-type: deviceConfiguration - name: deviceConfigurationAssignment-id in: path description: The unique identifier of deviceConfigurationAssignment required: true schema: type: string x-ms-docs-key-type: deviceConfigurationAssignment '/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceManagement.deviceConfiguration summary: Get the number of the resource operationId: deviceManagement.deviceConfigurations.assignments.GetCount-170b parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: deviceConfiguration-id in: path description: The unique identifier of deviceConfiguration required: true schema: type: string x-ms-docs-key-type: deviceConfiguration '/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries': description: Provides operations to manage the deviceSettingStateSummaries property of the microsoft.graph.deviceConfiguration entity. get: tags: - deviceManagement.deviceConfiguration summary: List settingStateDeviceSummaries description: List properties and relationships of the settingStateDeviceSummary objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-deviceconfig-settingstatedevicesummary-list?view=graph-rest-1.0 operationId: deviceManagement.deviceConfigurations.ListDeviceSettingStateSummaries parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.settingStateDeviceSummaryCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceManagement.deviceConfiguration summary: Create settingStateDeviceSummary description: Create a new settingStateDeviceSummary object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-deviceconfig-settingstatedevicesummary-create?view=graph-rest-1.0 operationId: deviceManagement.deviceConfigurations.CreateDeviceSettingStateSummaries requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.settingStateDeviceSummary' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.settingStateDeviceSummary' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: deviceConfiguration-id in: path description: The unique identifier of deviceConfiguration required: true schema: type: string x-ms-docs-key-type: deviceConfiguration '/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}': description: Provides operations to manage the deviceSettingStateSummaries property of the microsoft.graph.deviceConfiguration entity. get: tags: - deviceManagement.deviceConfiguration summary: Get settingStateDeviceSummary description: Read properties and relationships of the settingStateDeviceSummary object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-deviceconfig-settingstatedevicesummary-get?view=graph-rest-1.0 operationId: deviceManagement.deviceConfigurations.GetDeviceSettingStateSummaries parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.settingStateDeviceSummary' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceManagement.deviceConfiguration summary: Update settingStateDeviceSummary description: Update the properties of a settingStateDeviceSummary object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-deviceconfig-settingstatedevicesummary-update?view=graph-rest-1.0 operationId: deviceManagement.deviceConfigurations.UpdateDeviceSettingStateSummaries requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.settingStateDeviceSummary' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.settingStateDeviceSummary' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceManagement.deviceConfiguration summary: Delete settingStateDeviceSummary description: Deletes a settingStateDeviceSummary. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-deviceconfig-settingstatedevicesummary-delete?view=graph-rest-1.0 operationId: deviceManagement.deviceConfigurations.DeleteDeviceSettingStateSummaries parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: deviceConfiguration-id in: path description: The unique identifier of deviceConfiguration required: true schema: type: string x-ms-docs-key-type: deviceConfiguration - name: settingStateDeviceSummary-id in: path description: The unique identifier of settingStateDeviceSummary required: true schema: type: string x-ms-docs-key-type: settingStateDeviceSummary '/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceManagement.deviceConfiguration summary: Get the number of the resource operationId: deviceManagement.deviceConfigurations.deviceSettingStateSummaries.GetCount-921c parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: deviceConfiguration-id in: path description: The unique identifier of deviceConfiguration required: true schema: type: string x-ms-docs-key-type: deviceConfiguration '/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses': description: Provides operations to manage the deviceStatuses property of the microsoft.graph.deviceConfiguration entity. get: tags: - deviceManagement.deviceConfiguration summary: List deviceConfigurationDeviceStatuses description: List properties and relationships of the deviceConfigurationDeviceStatus objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdevicestatus-list?view=graph-rest-1.0 operationId: deviceManagement.deviceConfigurations.ListDeviceStatuses parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.deviceConfigurationDeviceStatusCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceManagement.deviceConfiguration summary: Create deviceConfigurationDeviceStatus description: Create a new deviceConfigurationDeviceStatus object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdevicestatus-create?view=graph-rest-1.0 operationId: deviceManagement.deviceConfigurations.CreateDeviceStatuses requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceConfigurationDeviceStatus' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceConfigurationDeviceStatus' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: deviceConfiguration-id in: path description: The unique identifier of deviceConfiguration required: true schema: type: string x-ms-docs-key-type: deviceConfiguration '/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}': description: Provides operations to manage the deviceStatuses property of the microsoft.graph.deviceConfiguration entity. get: tags: - deviceManagement.deviceConfiguration summary: Get deviceConfigurationDeviceStatus description: Read properties and relationships of the deviceConfigurationDeviceStatus object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdevicestatus-get?view=graph-rest-1.0 operationId: deviceManagement.deviceConfigurations.GetDeviceStatuses parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceConfigurationDeviceStatus' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceManagement.deviceConfiguration summary: Update deviceConfigurationDeviceStatus description: Update the properties of a deviceConfigurationDeviceStatus object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdevicestatus-update?view=graph-rest-1.0 operationId: deviceManagement.deviceConfigurations.UpdateDeviceStatuses requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceConfigurationDeviceStatus' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceConfigurationDeviceStatus' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceManagement.deviceConfiguration summary: Delete deviceConfigurationDeviceStatus description: Deletes a deviceConfigurationDeviceStatus. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdevicestatus-delete?view=graph-rest-1.0 operationId: deviceManagement.deviceConfigurations.DeleteDeviceStatuses parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: deviceConfiguration-id in: path description: The unique identifier of deviceConfiguration required: true schema: type: string x-ms-docs-key-type: deviceConfiguration - name: deviceConfigurationDeviceStatus-id in: path description: The unique identifier of deviceConfigurationDeviceStatus required: true schema: type: string x-ms-docs-key-type: deviceConfigurationDeviceStatus '/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceManagement.deviceConfiguration summary: Get the number of the resource operationId: deviceManagement.deviceConfigurations.deviceStatuses.GetCount-ce20 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: deviceConfiguration-id in: path description: The unique identifier of deviceConfiguration required: true schema: type: string x-ms-docs-key-type: deviceConfiguration '/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview': description: Provides operations to manage the deviceStatusOverview property of the microsoft.graph.deviceConfiguration entity. get: tags: - deviceManagement.deviceConfiguration summary: Get deviceConfigurationDeviceOverview description: Read properties and relationships of the deviceConfigurationDeviceOverview object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdeviceoverview-get?view=graph-rest-1.0 operationId: deviceManagement.deviceConfigurations.GetDeviceStatusOverview parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceConfigurationDeviceOverview' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceManagement.deviceConfiguration summary: Update deviceConfigurationDeviceOverview description: Update the properties of a deviceConfigurationDeviceOverview object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdeviceoverview-update?view=graph-rest-1.0 operationId: deviceManagement.deviceConfigurations.UpdateDeviceStatusOverview requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceConfigurationDeviceOverview' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceConfigurationDeviceOverview' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceManagement.deviceConfiguration summary: Delete navigation property deviceStatusOverview for deviceManagement operationId: deviceManagement.deviceConfigurations.DeleteDeviceStatusOverview parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: deviceConfiguration-id in: path description: The unique identifier of deviceConfiguration required: true schema: type: string x-ms-docs-key-type: deviceConfiguration '/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assign': description: Provides operations to call the assign method. post: tags: - deviceManagement.Actions summary: Invoke action assign description: Not yet documented externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfiguration-assign?view=graph-rest-1.0 operationId: deviceManagement.deviceConfigurations.deviceConfiguration.assign requestBody: description: Action parameters content: application/json: schema: type: object properties: assignments: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceConfigurationAssignment' required: true responses: 2XX: description: Success content: application/json: schema: title: Collection of deviceConfigurationAssignment type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceConfigurationAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: deviceConfiguration-id in: path description: The unique identifier of deviceConfiguration required: true schema: type: string x-ms-docs-key-type: deviceConfiguration x-ms-docs-grouped-path: - '/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assign' - '/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assign' - '/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assign' - '/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assign' '/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/getOmaSettingPlainTextValue(secretReferenceValueId=''{secretReferenceValueId}'')': description: Provides operations to call the getOmaSettingPlainTextValue method. get: tags: - deviceManagement.Functions summary: Invoke function getOmaSettingPlainTextValue operationId: deviceManagement.deviceConfigurations.deviceConfiguration.getOmaSettingPlainTextValue responses: 2XX: description: Success content: application/json: schema: type: object properties: value: type: string nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: deviceConfiguration-id in: path description: The unique identifier of deviceConfiguration required: true schema: type: string x-ms-docs-key-type: deviceConfiguration - name: secretReferenceValueId in: path description: 'Usage: secretReferenceValueId=''{secretReferenceValueId}''' required: true schema: type: string nullable: true '/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses': description: Provides operations to manage the userStatuses property of the microsoft.graph.deviceConfiguration entity. get: tags: - deviceManagement.deviceConfiguration summary: List deviceConfigurationUserStatuses description: List properties and relationships of the deviceConfigurationUserStatus objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationuserstatus-list?view=graph-rest-1.0 operationId: deviceManagement.deviceConfigurations.ListUserStatuses parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.deviceConfigurationUserStatusCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceManagement.deviceConfiguration summary: Create deviceConfigurationUserStatus description: Create a new deviceConfigurationUserStatus object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationuserstatus-create?view=graph-rest-1.0 operationId: deviceManagement.deviceConfigurations.CreateUserStatuses requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceConfigurationUserStatus' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceConfigurationUserStatus' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: deviceConfiguration-id in: path description: The unique identifier of deviceConfiguration required: true schema: type: string x-ms-docs-key-type: deviceConfiguration '/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}': description: Provides operations to manage the userStatuses property of the microsoft.graph.deviceConfiguration entity. get: tags: - deviceManagement.deviceConfiguration summary: Get deviceConfigurationUserStatus description: Read properties and relationships of the deviceConfigurationUserStatus object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationuserstatus-get?view=graph-rest-1.0 operationId: deviceManagement.deviceConfigurations.GetUserStatuses parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceConfigurationUserStatus' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceManagement.deviceConfiguration summary: Update deviceConfigurationUserStatus description: Update the properties of a deviceConfigurationUserStatus object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationuserstatus-update?view=graph-rest-1.0 operationId: deviceManagement.deviceConfigurations.UpdateUserStatuses requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceConfigurationUserStatus' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceConfigurationUserStatus' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceManagement.deviceConfiguration summary: Delete deviceConfigurationUserStatus description: Deletes a deviceConfigurationUserStatus. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationuserstatus-delete?view=graph-rest-1.0 operationId: deviceManagement.deviceConfigurations.DeleteUserStatuses parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: deviceConfiguration-id in: path description: The unique identifier of deviceConfiguration required: true schema: type: string x-ms-docs-key-type: deviceConfiguration - name: deviceConfigurationUserStatus-id in: path description: The unique identifier of deviceConfigurationUserStatus required: true schema: type: string x-ms-docs-key-type: deviceConfigurationUserStatus '/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceManagement.deviceConfiguration summary: Get the number of the resource operationId: deviceManagement.deviceConfigurations.userStatuses.GetCount-a3f6 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: deviceConfiguration-id in: path description: The unique identifier of deviceConfiguration required: true schema: type: string x-ms-docs-key-type: deviceConfiguration '/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview': description: Provides operations to manage the userStatusOverview property of the microsoft.graph.deviceConfiguration entity. get: tags: - deviceManagement.deviceConfiguration summary: Get deviceConfigurationUserOverview description: Read properties and relationships of the deviceConfigurationUserOverview object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationuseroverview-get?view=graph-rest-1.0 operationId: deviceManagement.deviceConfigurations.GetUserStatusOverview parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceConfigurationUserOverview' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceManagement.deviceConfiguration summary: Update deviceConfigurationUserOverview description: Update the properties of a deviceConfigurationUserOverview object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationuseroverview-update?view=graph-rest-1.0 operationId: deviceManagement.deviceConfigurations.UpdateUserStatusOverview requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceConfigurationUserOverview' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceConfigurationUserOverview' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceManagement.deviceConfiguration summary: Delete navigation property userStatusOverview for deviceManagement operationId: deviceManagement.deviceConfigurations.DeleteUserStatusOverview parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: deviceConfiguration-id in: path description: The unique identifier of deviceConfiguration required: true schema: type: string x-ms-docs-key-type: deviceConfiguration /deviceManagement/deviceConfigurations/$count: description: Provides operations to count the resources in the collection. get: tags: - deviceManagement.deviceConfiguration summary: Get the number of the resource operationId: deviceManagement.deviceConfigurations.GetCount-2013 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceManagement/deviceEnrollmentConfigurations: description: Provides operations to manage the deviceEnrollmentConfigurations property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.deviceEnrollmentConfiguration summary: List deviceEnrollmentConfigurations description: List properties and relationships of the deviceEnrollmentConfiguration objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentconfiguration-list?view=graph-rest-1.0 operationId: deviceManagement.ListDeviceEnrollmentConfigurations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.deviceEnrollmentConfigurationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceManagement.deviceEnrollmentConfiguration summary: Create deviceEnrollmentWindowsHelloForBusinessConfiguration description: Create a new deviceEnrollmentWindowsHelloForBusinessConfiguration object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentwindowshelloforbusinessconfiguration-create?view=graph-rest-1.0 operationId: deviceManagement.CreateDeviceEnrollmentConfigurations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentConfiguration' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentConfiguration' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}': description: Provides operations to manage the deviceEnrollmentConfigurations property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.deviceEnrollmentConfiguration summary: Get deviceEnrollmentWindowsHelloForBusinessConfiguration description: Read properties and relationships of the deviceEnrollmentWindowsHelloForBusinessConfiguration object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentwindowshelloforbusinessconfiguration-get?view=graph-rest-1.0 operationId: deviceManagement.GetDeviceEnrollmentConfigurations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentConfiguration' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceManagement.deviceEnrollmentConfiguration summary: Update deviceEnrollmentPlatformRestrictionsConfiguration description: Update the properties of a deviceEnrollmentPlatformRestrictionsConfiguration object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentplatformrestrictionsconfiguration-update?view=graph-rest-1.0 operationId: deviceManagement.UpdateDeviceEnrollmentConfigurations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentConfiguration' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentConfiguration' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceManagement.deviceEnrollmentConfiguration summary: Delete deviceEnrollmentLimitConfiguration description: Deletes a deviceEnrollmentLimitConfiguration. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentlimitconfiguration-delete?view=graph-rest-1.0 operationId: deviceManagement.DeleteDeviceEnrollmentConfigurations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: deviceEnrollmentConfiguration-id in: path description: The unique identifier of deviceEnrollmentConfiguration required: true schema: type: string x-ms-docs-key-type: deviceEnrollmentConfiguration '/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments': description: Provides operations to manage the assignments property of the microsoft.graph.deviceEnrollmentConfiguration entity. get: tags: - deviceManagement.deviceEnrollmentConfiguration summary: List enrollmentConfigurationAssignments description: List properties and relationships of the enrollmentConfigurationAssignment objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-onboarding-enrollmentconfigurationassignment-list?view=graph-rest-1.0 operationId: deviceManagement.deviceEnrollmentConfigurations.ListAssignments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.enrollmentConfigurationAssignmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceManagement.deviceEnrollmentConfiguration summary: Create enrollmentConfigurationAssignment description: Create a new enrollmentConfigurationAssignment object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-onboarding-enrollmentconfigurationassignment-create?view=graph-rest-1.0 operationId: deviceManagement.deviceEnrollmentConfigurations.CreateAssignments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.enrollmentConfigurationAssignment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.enrollmentConfigurationAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: deviceEnrollmentConfiguration-id in: path description: The unique identifier of deviceEnrollmentConfiguration required: true schema: type: string x-ms-docs-key-type: deviceEnrollmentConfiguration '/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}': description: Provides operations to manage the assignments property of the microsoft.graph.deviceEnrollmentConfiguration entity. get: tags: - deviceManagement.deviceEnrollmentConfiguration summary: Get enrollmentConfigurationAssignment description: Read properties and relationships of the enrollmentConfigurationAssignment object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-onboarding-enrollmentconfigurationassignment-get?view=graph-rest-1.0 operationId: deviceManagement.deviceEnrollmentConfigurations.GetAssignments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.enrollmentConfigurationAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceManagement.deviceEnrollmentConfiguration summary: Update enrollmentConfigurationAssignment description: Update the properties of a enrollmentConfigurationAssignment object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-onboarding-enrollmentconfigurationassignment-update?view=graph-rest-1.0 operationId: deviceManagement.deviceEnrollmentConfigurations.UpdateAssignments requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.enrollmentConfigurationAssignment' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.enrollmentConfigurationAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceManagement.deviceEnrollmentConfiguration summary: Delete enrollmentConfigurationAssignment description: Deletes a enrollmentConfigurationAssignment. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-onboarding-enrollmentconfigurationassignment-delete?view=graph-rest-1.0 operationId: deviceManagement.deviceEnrollmentConfigurations.DeleteAssignments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: deviceEnrollmentConfiguration-id in: path description: The unique identifier of deviceEnrollmentConfiguration required: true schema: type: string x-ms-docs-key-type: deviceEnrollmentConfiguration - name: enrollmentConfigurationAssignment-id in: path description: The unique identifier of enrollmentConfigurationAssignment required: true schema: type: string x-ms-docs-key-type: enrollmentConfigurationAssignment '/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceManagement.deviceEnrollmentConfiguration summary: Get the number of the resource operationId: deviceManagement.deviceEnrollmentConfigurations.assignments.GetCount-f0d7 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: deviceEnrollmentConfiguration-id in: path description: The unique identifier of deviceEnrollmentConfiguration required: true schema: type: string x-ms-docs-key-type: deviceEnrollmentConfiguration '/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assign': description: Provides operations to call the assign method. post: tags: - deviceManagement.Actions summary: Invoke action assign description: Not yet documented externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentconfiguration-assign?view=graph-rest-1.0 operationId: deviceManagement.deviceEnrollmentConfigurations.deviceEnrollmentConfiguration.assign requestBody: description: Action parameters content: application/json: schema: type: object properties: enrollmentConfigurationAssignments: type: array items: $ref: '#/components/schemas/microsoft.graph.enrollmentConfigurationAssignment' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: deviceEnrollmentConfiguration-id in: path description: The unique identifier of deviceEnrollmentConfiguration required: true schema: type: string x-ms-docs-key-type: deviceEnrollmentConfiguration x-ms-docs-grouped-path: - '/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assign' - '/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assign' - '/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assign' - '/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assign' '/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/setPriority': description: Provides operations to call the setPriority method. post: tags: - deviceManagement.Actions summary: Invoke action setPriority description: Not yet documented externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentconfiguration-setpriority?view=graph-rest-1.0 operationId: deviceManagement.deviceEnrollmentConfigurations.deviceEnrollmentConfiguration.setPriority requestBody: description: Action parameters content: application/json: schema: type: object properties: priority: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: deviceEnrollmentConfiguration-id in: path description: The unique identifier of deviceEnrollmentConfiguration required: true schema: type: string x-ms-docs-key-type: deviceEnrollmentConfiguration /deviceManagement/deviceEnrollmentConfigurations/$count: description: Provides operations to count the resources in the collection. get: tags: - deviceManagement.deviceEnrollmentConfiguration summary: Get the number of the resource operationId: deviceManagement.deviceEnrollmentConfigurations.GetCount-69e5 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceManagement/deviceManagementPartners: description: Provides operations to manage the deviceManagementPartners property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.deviceManagementPartner summary: List deviceManagementPartners description: List properties and relationships of the deviceManagementPartner objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-onboarding-devicemanagementpartner-list?view=graph-rest-1.0 operationId: deviceManagement.ListDeviceManagementPartners parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.deviceManagementPartnerCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceManagement.deviceManagementPartner summary: Create deviceManagementPartner description: Create a new deviceManagementPartner object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-onboarding-devicemanagementpartner-create?view=graph-rest-1.0 operationId: deviceManagement.CreateDeviceManagementPartners requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceManagementPartner' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceManagementPartner' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}': description: Provides operations to manage the deviceManagementPartners property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.deviceManagementPartner summary: Get deviceManagementPartner description: Read properties and relationships of the deviceManagementPartner object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-onboarding-devicemanagementpartner-get?view=graph-rest-1.0 operationId: deviceManagement.GetDeviceManagementPartners parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceManagementPartner' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceManagement.deviceManagementPartner summary: Update deviceManagementPartner description: Update the properties of a deviceManagementPartner object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-onboarding-devicemanagementpartner-update?view=graph-rest-1.0 operationId: deviceManagement.UpdateDeviceManagementPartners requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceManagementPartner' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceManagementPartner' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceManagement.deviceManagementPartner summary: Delete deviceManagementPartner description: Deletes a deviceManagementPartner. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-onboarding-devicemanagementpartner-delete?view=graph-rest-1.0 operationId: deviceManagement.DeleteDeviceManagementPartners parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: deviceManagementPartner-id in: path description: The unique identifier of deviceManagementPartner required: true schema: type: string x-ms-docs-key-type: deviceManagementPartner '/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}/terminate': description: Provides operations to call the terminate method. post: tags: - deviceManagement.Actions summary: Invoke action terminate description: Not yet documented externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-onboarding-devicemanagementpartner-terminate?view=graph-rest-1.0 operationId: deviceManagement.deviceManagementPartners.deviceManagementPartner.terminate responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: deviceManagementPartner-id in: path description: The unique identifier of deviceManagementPartner required: true schema: type: string x-ms-docs-key-type: deviceManagementPartner /deviceManagement/deviceManagementPartners/$count: description: Provides operations to count the resources in the collection. get: tags: - deviceManagement.deviceManagementPartner summary: Get the number of the resource operationId: deviceManagement.deviceManagementPartners.GetCount-6f25 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceManagement/exchangeConnectors: description: Provides operations to manage the exchangeConnectors property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.deviceManagementExchangeConnector summary: List deviceManagementExchangeConnectors description: List properties and relationships of the deviceManagementExchangeConnector objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-onboarding-devicemanagementexchangeconnector-list?view=graph-rest-1.0 operationId: deviceManagement.ListExchangeConnectors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.deviceManagementExchangeConnectorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceManagement.deviceManagementExchangeConnector summary: Create deviceManagementExchangeConnector description: Create a new deviceManagementExchangeConnector object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-onboarding-devicemanagementexchangeconnector-create?view=graph-rest-1.0 operationId: deviceManagement.CreateExchangeConnectors requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceManagementExchangeConnector' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceManagementExchangeConnector' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}': description: Provides operations to manage the exchangeConnectors property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.deviceManagementExchangeConnector summary: Get deviceManagementExchangeConnector description: Read properties and relationships of the deviceManagementExchangeConnector object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-onboarding-devicemanagementexchangeconnector-get?view=graph-rest-1.0 operationId: deviceManagement.GetExchangeConnectors parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceManagementExchangeConnector' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceManagement.deviceManagementExchangeConnector summary: Update deviceManagementExchangeConnector description: Update the properties of a deviceManagementExchangeConnector object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-onboarding-devicemanagementexchangeconnector-update?view=graph-rest-1.0 operationId: deviceManagement.UpdateExchangeConnectors requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceManagementExchangeConnector' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceManagementExchangeConnector' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceManagement.deviceManagementExchangeConnector summary: Delete deviceManagementExchangeConnector description: Deletes a deviceManagementExchangeConnector. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-onboarding-devicemanagementexchangeconnector-delete?view=graph-rest-1.0 operationId: deviceManagement.DeleteExchangeConnectors parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: deviceManagementExchangeConnector-id in: path description: The unique identifier of deviceManagementExchangeConnector required: true schema: type: string x-ms-docs-key-type: deviceManagementExchangeConnector '/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}/sync': description: Provides operations to call the sync method. post: tags: - deviceManagement.Actions summary: Invoke action sync description: Not yet documented externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-onboarding-devicemanagementexchangeconnector-sync?view=graph-rest-1.0 operationId: deviceManagement.exchangeConnectors.deviceManagementExchangeConnector.sync requestBody: description: Action parameters content: application/json: schema: type: object properties: syncType: $ref: '#/components/schemas/microsoft.graph.deviceManagementExchangeConnectorSyncType' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: deviceManagementExchangeConnector-id in: path description: The unique identifier of deviceManagementExchangeConnector required: true schema: type: string x-ms-docs-key-type: deviceManagementExchangeConnector /deviceManagement/exchangeConnectors/$count: description: Provides operations to count the resources in the collection. get: tags: - deviceManagement.deviceManagementExchangeConnector summary: Get the number of the resource operationId: deviceManagement.exchangeConnectors.GetCount-7e43 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceManagement/importedWindowsAutopilotDeviceIdentities: description: Provides operations to manage the importedWindowsAutopilotDeviceIdentities property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.importedWindowsAutopilotDeviceIdentity summary: List importedWindowsAutopilotDeviceIdentities description: List properties and relationships of the importedWindowsAutopilotDeviceIdentity objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-enrollment-importedwindowsautopilotdeviceidentity-list?view=graph-rest-1.0 operationId: deviceManagement.ListImportedWindowsAutopilotDeviceIdentities parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.importedWindowsAutopilotDeviceIdentityCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceManagement.importedWindowsAutopilotDeviceIdentity summary: Create importedWindowsAutopilotDeviceIdentity description: Create a new importedWindowsAutopilotDeviceIdentity object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-enrollment-importedwindowsautopilotdeviceidentity-create?view=graph-rest-1.0 operationId: deviceManagement.CreateImportedWindowsAutopilotDeviceIdentities requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.importedWindowsAutopilotDeviceIdentity' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.importedWindowsAutopilotDeviceIdentity' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}': description: Provides operations to manage the importedWindowsAutopilotDeviceIdentities property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.importedWindowsAutopilotDeviceIdentity summary: Get importedWindowsAutopilotDeviceIdentity description: Read properties and relationships of the importedWindowsAutopilotDeviceIdentity object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-enrollment-importedwindowsautopilotdeviceidentity-get?view=graph-rest-1.0 operationId: deviceManagement.GetImportedWindowsAutopilotDeviceIdentities parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.importedWindowsAutopilotDeviceIdentity' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceManagement.importedWindowsAutopilotDeviceIdentity summary: Update the navigation property importedWindowsAutopilotDeviceIdentities in deviceManagement operationId: deviceManagement.UpdateImportedWindowsAutopilotDeviceIdentities requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.importedWindowsAutopilotDeviceIdentity' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.importedWindowsAutopilotDeviceIdentity' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceManagement.importedWindowsAutopilotDeviceIdentity summary: Delete importedWindowsAutopilotDeviceIdentity description: Deletes a importedWindowsAutopilotDeviceIdentity. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-enrollment-importedwindowsautopilotdeviceidentity-delete?view=graph-rest-1.0 operationId: deviceManagement.DeleteImportedWindowsAutopilotDeviceIdentities parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: importedWindowsAutopilotDeviceIdentity-id in: path description: The unique identifier of importedWindowsAutopilotDeviceIdentity required: true schema: type: string x-ms-docs-key-type: importedWindowsAutopilotDeviceIdentity /deviceManagement/importedWindowsAutopilotDeviceIdentities/$count: description: Provides operations to count the resources in the collection. get: tags: - deviceManagement.importedWindowsAutopilotDeviceIdentity summary: Get the number of the resource operationId: deviceManagement.importedWindowsAutopilotDeviceIdentities.GetCount-36aa parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceManagement/importedWindowsAutopilotDeviceIdentities/import: description: Provides operations to call the import method. post: tags: - deviceManagement.Actions summary: Invoke action import description: Not yet documented externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-enrollment-importedwindowsautopilotdeviceidentity-import?view=graph-rest-1.0 operationId: deviceManagement.importedWindowsAutopilotDeviceIdentities.import requestBody: description: Action parameters content: application/json: schema: type: object properties: importedWindowsAutopilotDeviceIdentities: type: array items: $ref: '#/components/schemas/microsoft.graph.importedWindowsAutopilotDeviceIdentity' required: true responses: 2XX: description: Success content: application/json: schema: title: Collection of importedWindowsAutopilotDeviceIdentity type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.importedWindowsAutopilotDeviceIdentity' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /deviceManagement/iosUpdateStatuses: description: Provides operations to manage the iosUpdateStatuses property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.iosUpdateDeviceStatus summary: List iosUpdateDeviceStatuses description: List properties and relationships of the iosUpdateDeviceStatus objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-deviceconfig-iosupdatedevicestatus-list?view=graph-rest-1.0 operationId: deviceManagement.ListIosUpdateStatuses parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.iosUpdateDeviceStatusCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceManagement.iosUpdateDeviceStatus summary: Create iosUpdateDeviceStatus description: Create a new iosUpdateDeviceStatus object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-deviceconfig-iosupdatedevicestatus-create?view=graph-rest-1.0 operationId: deviceManagement.CreateIosUpdateStatuses requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.iosUpdateDeviceStatus' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.iosUpdateDeviceStatus' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}': description: Provides operations to manage the iosUpdateStatuses property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.iosUpdateDeviceStatus summary: Get iosUpdateDeviceStatus description: Read properties and relationships of the iosUpdateDeviceStatus object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-deviceconfig-iosupdatedevicestatus-get?view=graph-rest-1.0 operationId: deviceManagement.GetIosUpdateStatuses parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.iosUpdateDeviceStatus' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceManagement.iosUpdateDeviceStatus summary: Update iosUpdateDeviceStatus description: Update the properties of a iosUpdateDeviceStatus object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-deviceconfig-iosupdatedevicestatus-update?view=graph-rest-1.0 operationId: deviceManagement.UpdateIosUpdateStatuses requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.iosUpdateDeviceStatus' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.iosUpdateDeviceStatus' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceManagement.iosUpdateDeviceStatus summary: Delete iosUpdateDeviceStatus description: Deletes a iosUpdateDeviceStatus. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-deviceconfig-iosupdatedevicestatus-delete?view=graph-rest-1.0 operationId: deviceManagement.DeleteIosUpdateStatuses parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: iosUpdateDeviceStatus-id in: path description: The unique identifier of iosUpdateDeviceStatus required: true schema: type: string x-ms-docs-key-type: iosUpdateDeviceStatus /deviceManagement/iosUpdateStatuses/$count: description: Provides operations to count the resources in the collection. get: tags: - deviceManagement.iosUpdateDeviceStatus summary: Get the number of the resource operationId: deviceManagement.iosUpdateStatuses.GetCount-c734 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceManagement/managedDeviceOverview: description: Provides operations to manage the managedDeviceOverview property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.managedDeviceOverview summary: Get managedDeviceOverview from deviceManagement description: Device overview operationId: deviceManagement.GetManagedDeviceOverview parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedDeviceOverview' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /deviceManagement/managedDevices: description: Provides operations to manage the managedDevices property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.managedDevice summary: Get managedDevices from deviceManagement description: The list of managed devices. operationId: deviceManagement.ListManagedDevices parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.managedDeviceCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceManagement.managedDevice summary: Create managedDevice description: Create a new managedDevice object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-devices-manageddevice-create?view=graph-rest-1.0 operationId: deviceManagement.CreateManagedDevices requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedDevice' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedDevice' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/deviceManagement/managedDevices/{managedDevice-id}': description: Provides operations to manage the managedDevices property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.managedDevice summary: Get managedDevices from deviceManagement description: The list of managed devices. operationId: deviceManagement.GetManagedDevices parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedDevice' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceManagement.managedDevice summary: Update the navigation property managedDevices in deviceManagement operationId: deviceManagement.UpdateManagedDevices requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedDevice' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedDevice' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceManagement.managedDevice summary: Delete managedDevice description: Deletes a managedDevice. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-devices-manageddevice-delete?view=graph-rest-1.0 operationId: deviceManagement.DeleteManagedDevices parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice '/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory': description: Provides operations to manage the deviceCategory property of the microsoft.graph.managedDevice entity. get: tags: - deviceManagement.managedDevice summary: Get deviceCategory from deviceManagement description: Device category operationId: deviceManagement.managedDevices.GetDeviceCategory parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceCategory' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceManagement.managedDevice summary: Update the navigation property deviceCategory in deviceManagement operationId: deviceManagement.managedDevices.UpdateDeviceCategory requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceCategory' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceCategory' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceManagement.managedDevice summary: Delete navigation property deviceCategory for deviceManagement operationId: deviceManagement.managedDevices.DeleteDeviceCategory parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice '/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates': description: Provides operations to manage the deviceCompliancePolicyStates property of the microsoft.graph.managedDevice entity. get: tags: - deviceManagement.managedDevice summary: Get deviceCompliancePolicyStates from deviceManagement description: Device compliance policy states for this device. operationId: deviceManagement.managedDevices.ListDeviceCompliancePolicyStates parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.deviceCompliancePolicyStateCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceManagement.managedDevice summary: Create new navigation property to deviceCompliancePolicyStates for deviceManagement operationId: deviceManagement.managedDevices.CreateDeviceCompliancePolicyStates requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceCompliancePolicyState' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceCompliancePolicyState' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice '/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}': description: Provides operations to manage the deviceCompliancePolicyStates property of the microsoft.graph.managedDevice entity. get: tags: - deviceManagement.managedDevice summary: Get deviceCompliancePolicyStates from deviceManagement description: Device compliance policy states for this device. operationId: deviceManagement.managedDevices.GetDeviceCompliancePolicyStates parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceCompliancePolicyState' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceManagement.managedDevice summary: Update the navigation property deviceCompliancePolicyStates in deviceManagement operationId: deviceManagement.managedDevices.UpdateDeviceCompliancePolicyStates requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceCompliancePolicyState' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceCompliancePolicyState' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceManagement.managedDevice summary: Delete navigation property deviceCompliancePolicyStates for deviceManagement operationId: deviceManagement.managedDevices.DeleteDeviceCompliancePolicyStates parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice - name: deviceCompliancePolicyState-id in: path description: The unique identifier of deviceCompliancePolicyState required: true schema: type: string x-ms-docs-key-type: deviceCompliancePolicyState '/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceManagement.managedDevice summary: Get the number of the resource operationId: deviceManagement.managedDevices.deviceCompliancePolicyStates.GetCount-dafa parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice '/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates': description: Provides operations to manage the deviceConfigurationStates property of the microsoft.graph.managedDevice entity. get: tags: - deviceManagement.managedDevice summary: Get deviceConfigurationStates from deviceManagement description: Device configuration states for this device. operationId: deviceManagement.managedDevices.ListDeviceConfigurationStates parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.deviceConfigurationStateCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceManagement.managedDevice summary: Create new navigation property to deviceConfigurationStates for deviceManagement operationId: deviceManagement.managedDevices.CreateDeviceConfigurationStates requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceConfigurationState' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceConfigurationState' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice '/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}': description: Provides operations to manage the deviceConfigurationStates property of the microsoft.graph.managedDevice entity. get: tags: - deviceManagement.managedDevice summary: Get deviceConfigurationStates from deviceManagement description: Device configuration states for this device. operationId: deviceManagement.managedDevices.GetDeviceConfigurationStates parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceConfigurationState' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceManagement.managedDevice summary: Update the navigation property deviceConfigurationStates in deviceManagement operationId: deviceManagement.managedDevices.UpdateDeviceConfigurationStates requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceConfigurationState' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceConfigurationState' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceManagement.managedDevice summary: Delete navigation property deviceConfigurationStates for deviceManagement operationId: deviceManagement.managedDevices.DeleteDeviceConfigurationStates parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice - name: deviceConfigurationState-id in: path description: The unique identifier of deviceConfigurationState required: true schema: type: string x-ms-docs-key-type: deviceConfigurationState '/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceManagement.managedDevice summary: Get the number of the resource operationId: deviceManagement.managedDevices.deviceConfigurationStates.GetCount-a01e parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice '/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests': description: Provides operations to manage the logCollectionRequests property of the microsoft.graph.managedDevice entity. get: tags: - deviceManagement.managedDevice summary: Get logCollectionRequests from deviceManagement description: List of log collection requests operationId: deviceManagement.managedDevices.ListLogCollectionRequests parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.deviceLogCollectionResponseCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceManagement.managedDevice summary: Create new navigation property to logCollectionRequests for deviceManagement operationId: deviceManagement.managedDevices.CreateLogCollectionRequests requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceLogCollectionResponse' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceLogCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice '/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}': description: Provides operations to manage the logCollectionRequests property of the microsoft.graph.managedDevice entity. get: tags: - deviceManagement.managedDevice summary: Get logCollectionRequests from deviceManagement description: List of log collection requests operationId: deviceManagement.managedDevices.GetLogCollectionRequests parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceLogCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceManagement.managedDevice summary: Update the navigation property logCollectionRequests in deviceManagement operationId: deviceManagement.managedDevices.UpdateLogCollectionRequests requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceLogCollectionResponse' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceLogCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceManagement.managedDevice summary: Delete navigation property logCollectionRequests for deviceManagement operationId: deviceManagement.managedDevices.DeleteLogCollectionRequests parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice - name: deviceLogCollectionResponse-id in: path description: The unique identifier of deviceLogCollectionResponse required: true schema: type: string x-ms-docs-key-type: deviceLogCollectionResponse '/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/createDownloadUrl': description: Provides operations to call the createDownloadUrl method. post: tags: - deviceManagement.Actions summary: Invoke action createDownloadUrl operationId: deviceManagement.managedDevices.managedDevice.logCollectionRequests.deviceLogCollectionResponse.createDownloadUrl responses: 2XX: description: Success content: application/json: schema: type: object properties: value: type: string nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice - name: deviceLogCollectionResponse-id in: path description: The unique identifier of deviceLogCollectionResponse required: true schema: type: string x-ms-docs-key-type: deviceLogCollectionResponse x-ms-docs-grouped-path: - '/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}/createDownloadUrl' '/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceManagement.managedDevice summary: Get the number of the resource operationId: deviceManagement.managedDevices.logCollectionRequests.GetCount-78aa parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice '/deviceManagement/managedDevices/{managedDevice-id}/bypassActivationLock': description: Provides operations to call the bypassActivationLock method. post: tags: - deviceManagement.Actions summary: Invoke action bypassActivationLock description: Bypass activation lock externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-devices-manageddevice-bypassactivationlock?view=graph-rest-1.0 operationId: deviceManagement.managedDevices.managedDevice.bypassActivationLock responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice '/deviceManagement/managedDevices/{managedDevice-id}/cleanWindowsDevice': description: Provides operations to call the cleanWindowsDevice method. post: tags: - deviceManagement.Actions summary: Invoke action cleanWindowsDevice description: Clean Windows device externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-devices-manageddevice-cleanwindowsdevice?view=graph-rest-1.0 operationId: deviceManagement.managedDevices.managedDevice.cleanWindowsDevice requestBody: description: Action parameters content: application/json: schema: type: object properties: keepUserData: type: boolean default: false required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice '/deviceManagement/managedDevices/{managedDevice-id}/deleteUserFromSharedAppleDevice': description: Provides operations to call the deleteUserFromSharedAppleDevice method. post: tags: - deviceManagement.Actions summary: Invoke action deleteUserFromSharedAppleDevice description: Delete user from shared Apple device externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-devices-manageddevice-deleteuserfromsharedappledevice?view=graph-rest-1.0 operationId: deviceManagement.managedDevices.managedDevice.deleteUserFromSharedAppleDevice requestBody: description: Action parameters content: application/json: schema: type: object properties: userPrincipalName: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice '/deviceManagement/managedDevices/{managedDevice-id}/disableLostMode': description: Provides operations to call the disableLostMode method. post: tags: - deviceManagement.Actions summary: Invoke action disableLostMode description: Disable lost mode externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-devices-manageddevice-disablelostmode?view=graph-rest-1.0 operationId: deviceManagement.managedDevices.managedDevice.disableLostMode responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice '/deviceManagement/managedDevices/{managedDevice-id}/locateDevice': description: Provides operations to call the locateDevice method. post: tags: - deviceManagement.Actions summary: Invoke action locateDevice description: Locate a device externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-devices-manageddevice-locatedevice?view=graph-rest-1.0 operationId: deviceManagement.managedDevices.managedDevice.locateDevice responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice '/deviceManagement/managedDevices/{managedDevice-id}/logoutSharedAppleDeviceActiveUser': description: Provides operations to call the logoutSharedAppleDeviceActiveUser method. post: tags: - deviceManagement.Actions summary: Invoke action logoutSharedAppleDeviceActiveUser description: Logout shared Apple device active user externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-devices-manageddevice-logoutsharedappledeviceactiveuser?view=graph-rest-1.0 operationId: deviceManagement.managedDevices.managedDevice.logoutSharedAppleDeviceActiveUser responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice '/deviceManagement/managedDevices/{managedDevice-id}/rebootNow': description: Provides operations to call the rebootNow method. post: tags: - deviceManagement.Actions summary: Invoke action rebootNow description: Reboot device externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-devices-manageddevice-rebootnow?view=graph-rest-1.0 operationId: deviceManagement.managedDevices.managedDevice.rebootNow responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice '/deviceManagement/managedDevices/{managedDevice-id}/recoverPasscode': description: Provides operations to call the recoverPasscode method. post: tags: - deviceManagement.Actions summary: Invoke action recoverPasscode description: Recover passcode externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-devices-manageddevice-recoverpasscode?view=graph-rest-1.0 operationId: deviceManagement.managedDevices.managedDevice.recoverPasscode responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice '/deviceManagement/managedDevices/{managedDevice-id}/remoteLock': description: Provides operations to call the remoteLock method. post: tags: - deviceManagement.Actions summary: Invoke action remoteLock description: Remote lock externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-devices-manageddevice-remotelock?view=graph-rest-1.0 operationId: deviceManagement.managedDevices.managedDevice.remoteLock responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice '/deviceManagement/managedDevices/{managedDevice-id}/requestRemoteAssistance': description: Provides operations to call the requestRemoteAssistance method. post: tags: - deviceManagement.Actions summary: Invoke action requestRemoteAssistance description: Request remote assistance externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-devices-manageddevice-requestremoteassistance?view=graph-rest-1.0 operationId: deviceManagement.managedDevices.managedDevice.requestRemoteAssistance responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice '/deviceManagement/managedDevices/{managedDevice-id}/resetPasscode': description: Provides operations to call the resetPasscode method. post: tags: - deviceManagement.Actions summary: Invoke action resetPasscode description: Reset passcode externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-devices-manageddevice-resetpasscode?view=graph-rest-1.0 operationId: deviceManagement.managedDevices.managedDevice.resetPasscode responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice '/deviceManagement/managedDevices/{managedDevice-id}/retire': description: Provides operations to call the retire method. post: tags: - deviceManagement.Actions summary: Invoke action retire description: Retire a device externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-devices-manageddevice-retire?view=graph-rest-1.0 operationId: deviceManagement.managedDevices.managedDevice.retire responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice '/deviceManagement/managedDevices/{managedDevice-id}/shutDown': description: Provides operations to call the shutDown method. post: tags: - deviceManagement.Actions summary: Invoke action shutDown description: Shut down device externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-devices-manageddevice-shutdown?view=graph-rest-1.0 operationId: deviceManagement.managedDevices.managedDevice.shutDown responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice '/deviceManagement/managedDevices/{managedDevice-id}/syncDevice': description: Provides operations to call the syncDevice method. post: tags: - deviceManagement.Actions summary: Invoke action syncDevice description: Not yet documented externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-devices-manageddevice-syncdevice?view=graph-rest-1.0 operationId: deviceManagement.managedDevices.managedDevice.syncDevice responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice '/deviceManagement/managedDevices/{managedDevice-id}/updateWindowsDeviceAccount': description: Provides operations to call the updateWindowsDeviceAccount method. post: tags: - deviceManagement.Actions summary: Invoke action updateWindowsDeviceAccount description: Not yet documented externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-devices-manageddevice-updatewindowsdeviceaccount?view=graph-rest-1.0 operationId: deviceManagement.managedDevices.managedDevice.updateWindowsDeviceAccount requestBody: description: Action parameters content: application/json: schema: type: object properties: updateWindowsDeviceAccountActionParameter: anyOf: - $ref: '#/components/schemas/microsoft.graph.updateWindowsDeviceAccountActionParameter' - type: object nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice '/deviceManagement/managedDevices/{managedDevice-id}/windowsDefenderScan': description: Provides operations to call the windowsDefenderScan method. post: tags: - deviceManagement.Actions summary: Invoke action windowsDefenderScan description: Not yet documented externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-devices-manageddevice-windowsdefenderscan?view=graph-rest-1.0 operationId: deviceManagement.managedDevices.managedDevice.windowsDefenderScan requestBody: description: Action parameters content: application/json: schema: type: object properties: quickScan: type: boolean default: false required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice '/deviceManagement/managedDevices/{managedDevice-id}/windowsDefenderUpdateSignatures': description: Provides operations to call the windowsDefenderUpdateSignatures method. post: tags: - deviceManagement.Actions summary: Invoke action windowsDefenderUpdateSignatures description: Not yet documented externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-devices-manageddevice-windowsdefenderupdatesignatures?view=graph-rest-1.0 operationId: deviceManagement.managedDevices.managedDevice.windowsDefenderUpdateSignatures responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice '/deviceManagement/managedDevices/{managedDevice-id}/wipe': description: Provides operations to call the wipe method. post: tags: - deviceManagement.Actions summary: Invoke action wipe description: Wipe a device externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-devices-manageddevice-wipe?view=graph-rest-1.0 operationId: deviceManagement.managedDevices.managedDevice.wipe requestBody: description: Action parameters content: application/json: schema: type: object properties: keepEnrollmentData: type: boolean default: false nullable: true keepUserData: type: boolean default: false nullable: true macOsUnlockCode: type: string nullable: true persistEsimDataPlan: type: boolean default: false nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice '/deviceManagement/managedDevices/{managedDevice-id}/users': description: Provides operations to manage the users property of the microsoft.graph.managedDevice entity. get: tags: - deviceManagement.managedDevice summary: Get users from deviceManagement description: The primary users associated with the managed device. operationId: deviceManagement.managedDevices.ListUsers parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.userCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice '/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState': description: Provides operations to manage the windowsProtectionState property of the microsoft.graph.managedDevice entity. get: tags: - deviceManagement.managedDevice summary: Get windowsProtectionState from deviceManagement description: The device protection status. This property is read-only. operationId: deviceManagement.managedDevices.GetWindowsProtectionState parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsProtectionState' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceManagement.managedDevice summary: Update the navigation property windowsProtectionState in deviceManagement operationId: deviceManagement.managedDevices.UpdateWindowsProtectionState requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsProtectionState' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsProtectionState' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceManagement.managedDevice summary: Delete navigation property windowsProtectionState for deviceManagement operationId: deviceManagement.managedDevices.DeleteWindowsProtectionState parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice '/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState': description: Provides operations to manage the detectedMalwareState property of the microsoft.graph.windowsProtectionState entity. get: tags: - deviceManagement.managedDevice summary: Get detectedMalwareState from deviceManagement description: Device malware list operationId: deviceManagement.managedDevices.windowsProtectionState.ListDetectedMalwareState parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.windowsDeviceMalwareStateCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceManagement.managedDevice summary: Create new navigation property to detectedMalwareState for deviceManagement operationId: deviceManagement.managedDevices.windowsProtectionState.CreateDetectedMalwareState requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsDeviceMalwareState' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsDeviceMalwareState' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice '/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}': description: Provides operations to manage the detectedMalwareState property of the microsoft.graph.windowsProtectionState entity. get: tags: - deviceManagement.managedDevice summary: Get detectedMalwareState from deviceManagement description: Device malware list operationId: deviceManagement.managedDevices.windowsProtectionState.GetDetectedMalwareState parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsDeviceMalwareState' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceManagement.managedDevice summary: Update the navigation property detectedMalwareState in deviceManagement operationId: deviceManagement.managedDevices.windowsProtectionState.UpdateDetectedMalwareState requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsDeviceMalwareState' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsDeviceMalwareState' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceManagement.managedDevice summary: Delete navigation property detectedMalwareState for deviceManagement operationId: deviceManagement.managedDevices.windowsProtectionState.DeleteDetectedMalwareState parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice - name: windowsDeviceMalwareState-id in: path description: The unique identifier of windowsDeviceMalwareState required: true schema: type: string x-ms-docs-key-type: windowsDeviceMalwareState '/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceManagement.managedDevice summary: Get the number of the resource operationId: deviceManagement.managedDevices.windowsProtectionState.detectedMalwareState.GetCount-59c4 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice /deviceManagement/managedDevices/$count: description: Provides operations to count the resources in the collection. get: tags: - deviceManagement.managedDevice summary: Get the number of the resource operationId: deviceManagement.managedDevices.GetCount-8108 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' '/deviceManagement/getEffectivePermissions(scope=''{scope}'')': description: Provides operations to call the getEffectivePermissions method. get: tags: - deviceManagement.Functions summary: Invoke function getEffectivePermissions description: Retrieves the effective permissions of the currently authenticated user externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-rbac-devicemanagement-geteffectivepermissions?view=graph-rest-1.0 operationId: deviceManagement.getEffectivePermissions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.rolePermission' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: scope in: path description: 'Usage: scope=''{scope}''' required: true schema: type: string nullable: true /deviceManagement/userExperienceAnalyticsSummarizeWorkFromAnywhereDevices(): description: Provides operations to call the userExperienceAnalyticsSummarizeWorkFromAnywhereDevices method. get: tags: - deviceManagement.Functions summary: Invoke function userExperienceAnalyticsSummarizeWorkFromAnywhereDevices operationId: deviceManagement.userExperienceAnalyticsSummarizeWorkFromAnywhereDevices responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsWorkFromAnywhereDevicesSummary' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function '/deviceManagement/verifyWindowsEnrollmentAutoDiscovery(domainName=''{domainName}'')': description: Provides operations to call the verifyWindowsEnrollmentAutoDiscovery method. get: tags: - deviceManagement.Functions summary: Invoke function verifyWindowsEnrollmentAutoDiscovery operationId: deviceManagement.verifyWindowsEnrollmentAutoDiscovery responses: 2XX: description: Success content: application/json: schema: type: object properties: value: type: boolean default: false 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: domainName in: path description: 'Usage: domainName=''{domainName}''' required: true schema: type: string nullable: true /deviceManagement/mobileAppTroubleshootingEvents: description: Provides operations to manage the mobileAppTroubleshootingEvents property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.mobileAppTroubleshootingEvent summary: List mobileAppTroubleshootingEvents description: List properties and relationships of the mobileAppTroubleshootingEvent objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-devices-mobileapptroubleshootingevent-list?view=graph-rest-1.0 operationId: deviceManagement.ListMobileAppTroubleshootingEvents parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppTroubleshootingEventCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceManagement.mobileAppTroubleshootingEvent summary: Create mobileAppTroubleshootingEvent description: Create a new mobileAppTroubleshootingEvent object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-devices-mobileapptroubleshootingevent-create?view=graph-rest-1.0 operationId: deviceManagement.CreateMobileAppTroubleshootingEvents requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppTroubleshootingEvent' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppTroubleshootingEvent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}': description: Provides operations to manage the mobileAppTroubleshootingEvents property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.mobileAppTroubleshootingEvent summary: Get mobileAppTroubleshootingEvent description: Read properties and relationships of the mobileAppTroubleshootingEvent object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-devices-mobileapptroubleshootingevent-get?view=graph-rest-1.0 operationId: deviceManagement.GetMobileAppTroubleshootingEvents parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppTroubleshootingEvent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceManagement.mobileAppTroubleshootingEvent summary: Update mobileAppTroubleshootingEvent description: Update the properties of a mobileAppTroubleshootingEvent object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-devices-mobileapptroubleshootingevent-update?view=graph-rest-1.0 operationId: deviceManagement.UpdateMobileAppTroubleshootingEvents requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppTroubleshootingEvent' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppTroubleshootingEvent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceManagement.mobileAppTroubleshootingEvent summary: Delete mobileAppTroubleshootingEvent description: Deletes a mobileAppTroubleshootingEvent. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-devices-mobileapptroubleshootingevent-delete?view=graph-rest-1.0 operationId: deviceManagement.DeleteMobileAppTroubleshootingEvents parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileAppTroubleshootingEvent-id in: path description: The unique identifier of mobileAppTroubleshootingEvent required: true schema: type: string x-ms-docs-key-type: mobileAppTroubleshootingEvent '/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests': description: Provides operations to manage the appLogCollectionRequests property of the microsoft.graph.mobileAppTroubleshootingEvent entity. get: tags: - deviceManagement.mobileAppTroubleshootingEvent summary: List appLogCollectionRequests description: List properties and relationships of the appLogCollectionRequest objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-devices-applogcollectionrequest-list?view=graph-rest-1.0 operationId: deviceManagement.mobileAppTroubleshootingEvents.ListAppLogCollectionRequests parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.appLogCollectionRequestCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceManagement.mobileAppTroubleshootingEvent summary: Create appLogCollectionRequest description: Create a new appLogCollectionRequest object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-devices-applogcollectionrequest-create?view=graph-rest-1.0 operationId: deviceManagement.mobileAppTroubleshootingEvents.CreateAppLogCollectionRequests requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileAppTroubleshootingEvent-id in: path description: The unique identifier of mobileAppTroubleshootingEvent required: true schema: type: string x-ms-docs-key-type: mobileAppTroubleshootingEvent '/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}': description: Provides operations to manage the appLogCollectionRequests property of the microsoft.graph.mobileAppTroubleshootingEvent entity. get: tags: - deviceManagement.mobileAppTroubleshootingEvent summary: Get appLogCollectionRequest description: Read properties and relationships of the appLogCollectionRequest object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-devices-applogcollectionrequest-get?view=graph-rest-1.0 operationId: deviceManagement.mobileAppTroubleshootingEvents.GetAppLogCollectionRequests parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceManagement.mobileAppTroubleshootingEvent summary: Update appLogCollectionRequest description: Update the properties of a appLogCollectionRequest object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-devices-applogcollectionrequest-update?view=graph-rest-1.0 operationId: deviceManagement.mobileAppTroubleshootingEvents.UpdateAppLogCollectionRequests requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceManagement.mobileAppTroubleshootingEvent summary: Delete appLogCollectionRequest description: Deletes a appLogCollectionRequest. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-devices-applogcollectionrequest-delete?view=graph-rest-1.0 operationId: deviceManagement.mobileAppTroubleshootingEvents.DeleteAppLogCollectionRequests parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileAppTroubleshootingEvent-id in: path description: The unique identifier of mobileAppTroubleshootingEvent required: true schema: type: string x-ms-docs-key-type: mobileAppTroubleshootingEvent - name: appLogCollectionRequest-id in: path description: The unique identifier of appLogCollectionRequest required: true schema: type: string x-ms-docs-key-type: appLogCollectionRequest '/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}/createDownloadUrl': description: Provides operations to call the createDownloadUrl method. post: tags: - deviceManagement.Actions summary: Invoke action createDownloadUrl description: Not yet documented externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-devices-applogcollectionrequest-createdownloadurl?view=graph-rest-1.0 operationId: deviceManagement.mobileAppTroubleshootingEvents.mobileAppTroubleshootingEvent.appLogCollectionRequests.appLogCollectionRequest.createDownloadUrl responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.appLogCollectionDownloadDetails' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: mobileAppTroubleshootingEvent-id in: path description: The unique identifier of mobileAppTroubleshootingEvent required: true schema: type: string x-ms-docs-key-type: mobileAppTroubleshootingEvent - name: appLogCollectionRequest-id in: path description: The unique identifier of appLogCollectionRequest required: true schema: type: string x-ms-docs-key-type: appLogCollectionRequest x-ms-docs-grouped-path: - '/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/createDownloadUrl' '/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceManagement.mobileAppTroubleshootingEvent summary: Get the number of the resource operationId: deviceManagement.mobileAppTroubleshootingEvents.appLogCollectionRequests.GetCount-0428 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: mobileAppTroubleshootingEvent-id in: path description: The unique identifier of mobileAppTroubleshootingEvent required: true schema: type: string x-ms-docs-key-type: mobileAppTroubleshootingEvent /deviceManagement/mobileAppTroubleshootingEvents/$count: description: Provides operations to count the resources in the collection. get: tags: - deviceManagement.mobileAppTroubleshootingEvent summary: Get the number of the resource operationId: deviceManagement.mobileAppTroubleshootingEvents.GetCount-9f2d parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceManagement/mobileThreatDefenseConnectors: description: Provides operations to manage the mobileThreatDefenseConnectors property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.mobileThreatDefenseConnector summary: List mobileThreatDefenseConnectors description: List properties and relationships of the mobileThreatDefenseConnector objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-onboarding-mobilethreatdefenseconnector-list?view=graph-rest-1.0 operationId: deviceManagement.ListMobileThreatDefenseConnectors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileThreatDefenseConnectorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceManagement.mobileThreatDefenseConnector summary: Create mobileThreatDefenseConnector description: Create a new mobileThreatDefenseConnector object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-onboarding-mobilethreatdefenseconnector-create?view=graph-rest-1.0 operationId: deviceManagement.CreateMobileThreatDefenseConnectors requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileThreatDefenseConnector' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileThreatDefenseConnector' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}': description: Provides operations to manage the mobileThreatDefenseConnectors property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.mobileThreatDefenseConnector summary: Get mobileThreatDefenseConnector description: Read properties and relationships of the mobileThreatDefenseConnector object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-onboarding-mobilethreatdefenseconnector-get?view=graph-rest-1.0 operationId: deviceManagement.GetMobileThreatDefenseConnectors parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileThreatDefenseConnector' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceManagement.mobileThreatDefenseConnector summary: Update mobileThreatDefenseConnector description: Update the properties of a mobileThreatDefenseConnector object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-onboarding-mobilethreatdefenseconnector-update?view=graph-rest-1.0 operationId: deviceManagement.UpdateMobileThreatDefenseConnectors requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileThreatDefenseConnector' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileThreatDefenseConnector' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceManagement.mobileThreatDefenseConnector summary: Delete mobileThreatDefenseConnector description: Deletes a mobileThreatDefenseConnector. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-onboarding-mobilethreatdefenseconnector-delete?view=graph-rest-1.0 operationId: deviceManagement.DeleteMobileThreatDefenseConnectors parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mobileThreatDefenseConnector-id in: path description: The unique identifier of mobileThreatDefenseConnector required: true schema: type: string x-ms-docs-key-type: mobileThreatDefenseConnector /deviceManagement/mobileThreatDefenseConnectors/$count: description: Provides operations to count the resources in the collection. get: tags: - deviceManagement.mobileThreatDefenseConnector summary: Get the number of the resource operationId: deviceManagement.mobileThreatDefenseConnectors.GetCount-7a2a parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceManagement/notificationMessageTemplates: description: Provides operations to manage the notificationMessageTemplates property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.notificationMessageTemplate summary: List notificationMessageTemplates description: List properties and relationships of the notificationMessageTemplate objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-notification-notificationmessagetemplate-list?view=graph-rest-1.0 operationId: deviceManagement.ListNotificationMessageTemplates parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.notificationMessageTemplateCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceManagement.notificationMessageTemplate summary: Create notificationMessageTemplate description: Create a new notificationMessageTemplate object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-notification-notificationmessagetemplate-create?view=graph-rest-1.0 operationId: deviceManagement.CreateNotificationMessageTemplates requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notificationMessageTemplate' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notificationMessageTemplate' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}': description: Provides operations to manage the notificationMessageTemplates property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.notificationMessageTemplate summary: Get notificationMessageTemplate description: Read properties and relationships of the notificationMessageTemplate object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-notification-notificationmessagetemplate-get?view=graph-rest-1.0 operationId: deviceManagement.GetNotificationMessageTemplates parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notificationMessageTemplate' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceManagement.notificationMessageTemplate summary: Update notificationMessageTemplate description: Update the properties of a notificationMessageTemplate object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-notification-notificationmessagetemplate-update?view=graph-rest-1.0 operationId: deviceManagement.UpdateNotificationMessageTemplates requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notificationMessageTemplate' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notificationMessageTemplate' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceManagement.notificationMessageTemplate summary: Delete notificationMessageTemplate description: Deletes a notificationMessageTemplate. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-notification-notificationmessagetemplate-delete?view=graph-rest-1.0 operationId: deviceManagement.DeleteNotificationMessageTemplates parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: notificationMessageTemplate-id in: path description: The unique identifier of notificationMessageTemplate required: true schema: type: string x-ms-docs-key-type: notificationMessageTemplate '/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages': description: Provides operations to manage the localizedNotificationMessages property of the microsoft.graph.notificationMessageTemplate entity. get: tags: - deviceManagement.notificationMessageTemplate summary: List localizedNotificationMessages description: List properties and relationships of the localizedNotificationMessage objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-notification-localizednotificationmessage-list?view=graph-rest-1.0 operationId: deviceManagement.notificationMessageTemplates.ListLocalizedNotificationMessages parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.localizedNotificationMessageCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceManagement.notificationMessageTemplate summary: Create localizedNotificationMessage description: Create a new localizedNotificationMessage object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-notification-localizednotificationmessage-create?view=graph-rest-1.0 operationId: deviceManagement.notificationMessageTemplates.CreateLocalizedNotificationMessages requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.localizedNotificationMessage' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.localizedNotificationMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: notificationMessageTemplate-id in: path description: The unique identifier of notificationMessageTemplate required: true schema: type: string x-ms-docs-key-type: notificationMessageTemplate '/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}': description: Provides operations to manage the localizedNotificationMessages property of the microsoft.graph.notificationMessageTemplate entity. get: tags: - deviceManagement.notificationMessageTemplate summary: Get localizedNotificationMessage description: Read properties and relationships of the localizedNotificationMessage object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-notification-localizednotificationmessage-get?view=graph-rest-1.0 operationId: deviceManagement.notificationMessageTemplates.GetLocalizedNotificationMessages parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.localizedNotificationMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceManagement.notificationMessageTemplate summary: Update localizedNotificationMessage description: Update the properties of a localizedNotificationMessage object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-notification-localizednotificationmessage-update?view=graph-rest-1.0 operationId: deviceManagement.notificationMessageTemplates.UpdateLocalizedNotificationMessages requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.localizedNotificationMessage' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.localizedNotificationMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceManagement.notificationMessageTemplate summary: Delete localizedNotificationMessage description: Deletes a localizedNotificationMessage. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-notification-localizednotificationmessage-delete?view=graph-rest-1.0 operationId: deviceManagement.notificationMessageTemplates.DeleteLocalizedNotificationMessages parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: notificationMessageTemplate-id in: path description: The unique identifier of notificationMessageTemplate required: true schema: type: string x-ms-docs-key-type: notificationMessageTemplate - name: localizedNotificationMessage-id in: path description: The unique identifier of localizedNotificationMessage required: true schema: type: string x-ms-docs-key-type: localizedNotificationMessage '/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceManagement.notificationMessageTemplate summary: Get the number of the resource operationId: deviceManagement.notificationMessageTemplates.localizedNotificationMessages.GetCount-dee6 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: notificationMessageTemplate-id in: path description: The unique identifier of notificationMessageTemplate required: true schema: type: string x-ms-docs-key-type: notificationMessageTemplate '/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/sendTestMessage': description: Provides operations to call the sendTestMessage method. post: tags: - deviceManagement.Actions summary: Invoke action sendTestMessage description: Sends test message using the specified notificationMessageTemplate in the default locale externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-notification-notificationmessagetemplate-sendtestmessage?view=graph-rest-1.0 operationId: deviceManagement.notificationMessageTemplates.notificationMessageTemplate.sendTestMessage responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: notificationMessageTemplate-id in: path description: The unique identifier of notificationMessageTemplate required: true schema: type: string x-ms-docs-key-type: notificationMessageTemplate /deviceManagement/notificationMessageTemplates/$count: description: Provides operations to count the resources in the collection. get: tags: - deviceManagement.notificationMessageTemplate summary: Get the number of the resource operationId: deviceManagement.notificationMessageTemplates.GetCount-1654 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceManagement/remoteAssistancePartners: description: Provides operations to manage the remoteAssistancePartners property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.remoteAssistancePartner summary: List remoteAssistancePartners description: List properties and relationships of the remoteAssistancePartner objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-remoteassistance-remoteassistancepartner-list?view=graph-rest-1.0 operationId: deviceManagement.ListRemoteAssistancePartners parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.remoteAssistancePartnerCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceManagement.remoteAssistancePartner summary: Create remoteAssistancePartner description: Create a new remoteAssistancePartner object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-remoteassistance-remoteassistancepartner-create?view=graph-rest-1.0 operationId: deviceManagement.CreateRemoteAssistancePartners requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.remoteAssistancePartner' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.remoteAssistancePartner' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}': description: Provides operations to manage the remoteAssistancePartners property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.remoteAssistancePartner summary: Get remoteAssistancePartner description: Read properties and relationships of the remoteAssistancePartner object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-remoteassistance-remoteassistancepartner-get?view=graph-rest-1.0 operationId: deviceManagement.GetRemoteAssistancePartners parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.remoteAssistancePartner' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceManagement.remoteAssistancePartner summary: Update remoteAssistancePartner description: Update the properties of a remoteAssistancePartner object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-remoteassistance-remoteassistancepartner-update?view=graph-rest-1.0 operationId: deviceManagement.UpdateRemoteAssistancePartners requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.remoteAssistancePartner' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.remoteAssistancePartner' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceManagement.remoteAssistancePartner summary: Delete remoteAssistancePartner description: Deletes a remoteAssistancePartner. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-remoteassistance-remoteassistancepartner-delete?view=graph-rest-1.0 operationId: deviceManagement.DeleteRemoteAssistancePartners parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: remoteAssistancePartner-id in: path description: The unique identifier of remoteAssistancePartner required: true schema: type: string x-ms-docs-key-type: remoteAssistancePartner '/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}/beginOnboarding': description: Provides operations to call the beginOnboarding method. post: tags: - deviceManagement.Actions summary: Invoke action beginOnboarding description: A request to start onboarding. Must be coupled with the appropriate TeamViewer account information externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-remoteassistance-remoteassistancepartner-beginonboarding?view=graph-rest-1.0 operationId: deviceManagement.remoteAssistancePartners.remoteAssistancePartner.beginOnboarding responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: remoteAssistancePartner-id in: path description: The unique identifier of remoteAssistancePartner required: true schema: type: string x-ms-docs-key-type: remoteAssistancePartner '/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}/disconnect': description: Provides operations to call the disconnect method. post: tags: - deviceManagement.Actions summary: Invoke action disconnect description: A request to remove the active TeamViewer connector externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-remoteassistance-remoteassistancepartner-disconnect?view=graph-rest-1.0 operationId: deviceManagement.remoteAssistancePartners.remoteAssistancePartner.disconnect responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: remoteAssistancePartner-id in: path description: The unique identifier of remoteAssistancePartner required: true schema: type: string x-ms-docs-key-type: remoteAssistancePartner /deviceManagement/remoteAssistancePartners/$count: description: Provides operations to count the resources in the collection. get: tags: - deviceManagement.remoteAssistancePartner summary: Get the number of the resource operationId: deviceManagement.remoteAssistancePartners.GetCount-427d parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceManagement/reports: description: Provides operations to manage the reports property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.deviceManagementReports summary: Get deviceManagementReports description: Read properties and relationships of the deviceManagementReports object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-get?view=graph-rest-1.0 operationId: deviceManagement.GetReports parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceManagementReports' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceManagement.deviceManagementReports summary: Update deviceManagementReports description: Update the properties of a deviceManagementReports object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-update?view=graph-rest-1.0 operationId: deviceManagement.UpdateReports requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceManagementReports' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceManagementReports' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceManagement.deviceManagementReports summary: Delete navigation property reports for deviceManagement operationId: deviceManagement.DeleteReports parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /deviceManagement/reports/exportJobs: description: Provides operations to manage the exportJobs property of the microsoft.graph.deviceManagementReports entity. get: tags: - deviceManagement.deviceManagementReports summary: List deviceManagementExportJobs description: List properties and relationships of the deviceManagementExportJob objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementexportjob-list?view=graph-rest-1.0 operationId: deviceManagement.reports.ListExportJobs parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.deviceManagementExportJobCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceManagement.deviceManagementReports summary: Create deviceManagementExportJob description: Create a new deviceManagementExportJob object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementexportjob-create?view=graph-rest-1.0 operationId: deviceManagement.reports.CreateExportJobs requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceManagementExportJob' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceManagementExportJob' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/deviceManagement/reports/exportJobs/{deviceManagementExportJob-id}': description: Provides operations to manage the exportJobs property of the microsoft.graph.deviceManagementReports entity. get: tags: - deviceManagement.deviceManagementReports summary: Get deviceManagementExportJob description: Read properties and relationships of the deviceManagementExportJob object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementexportjob-get?view=graph-rest-1.0 operationId: deviceManagement.reports.GetExportJobs parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceManagementExportJob' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceManagement.deviceManagementReports summary: Update deviceManagementExportJob description: Update the properties of a deviceManagementExportJob object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementexportjob-update?view=graph-rest-1.0 operationId: deviceManagement.reports.UpdateExportJobs requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceManagementExportJob' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceManagementExportJob' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceManagement.deviceManagementReports summary: Delete deviceManagementExportJob description: Deletes a deviceManagementExportJob. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementexportjob-delete?view=graph-rest-1.0 operationId: deviceManagement.reports.DeleteExportJobs parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: deviceManagementExportJob-id in: path description: The unique identifier of deviceManagementExportJob required: true schema: type: string x-ms-docs-key-type: deviceManagementExportJob /deviceManagement/reports/exportJobs/$count: description: Provides operations to count the resources in the collection. get: tags: - deviceManagement.deviceManagementReports summary: Get the number of the resource operationId: deviceManagement.reports.exportJobs.GetCount-5277 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceManagement/reports/getCachedReport: description: Provides operations to call the getCachedReport method. post: tags: - deviceManagement.Actions summary: Invoke action getCachedReport description: Not yet documented externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getcachedreport?view=graph-rest-1.0 operationId: deviceManagement.reports.getCachedReport requestBody: description: Action parameters content: application/json: schema: type: object properties: id: type: string nullable: true select: type: array items: type: string nullable: true search: type: string nullable: true groupBy: type: array items: type: string nullable: true orderBy: type: array items: type: string nullable: true skip: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 nullable: true top: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 nullable: true required: true responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action /deviceManagement/reports/getCompliancePolicyNonComplianceReport: description: Provides operations to call the getCompliancePolicyNonComplianceReport method. post: tags: - deviceManagement.Actions summary: Invoke action getCompliancePolicyNonComplianceReport description: Not yet documented externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getcompliancepolicynoncompliancereport?view=graph-rest-1.0 operationId: deviceManagement.reports.getCompliancePolicyNonComplianceReport requestBody: description: Action parameters content: application/json: schema: type: object properties: name: type: string nullable: true select: type: array items: type: string nullable: true search: type: string nullable: true groupBy: type: array items: type: string nullable: true orderBy: type: array items: type: string nullable: true skip: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 nullable: true top: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 nullable: true sessionId: type: string nullable: true filter: type: string nullable: true required: true responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action /deviceManagement/reports/getCompliancePolicyNonComplianceSummaryReport: description: Provides operations to call the getCompliancePolicyNonComplianceSummaryReport method. post: tags: - deviceManagement.Actions summary: Invoke action getCompliancePolicyNonComplianceSummaryReport description: Not yet documented externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getcompliancepolicynoncompliancesummaryreport?view=graph-rest-1.0 operationId: deviceManagement.reports.getCompliancePolicyNonComplianceSummaryReport requestBody: description: Action parameters content: application/json: schema: type: object properties: name: type: string nullable: true select: type: array items: type: string nullable: true search: type: string nullable: true groupBy: type: array items: type: string nullable: true orderBy: type: array items: type: string nullable: true skip: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 nullable: true top: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 nullable: true sessionId: type: string nullable: true filter: type: string nullable: true required: true responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action /deviceManagement/reports/getComplianceSettingNonComplianceReport: description: Provides operations to call the getComplianceSettingNonComplianceReport method. post: tags: - deviceManagement.Actions summary: Invoke action getComplianceSettingNonComplianceReport description: Not yet documented externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getcompliancesettingnoncompliancereport?view=graph-rest-1.0 operationId: deviceManagement.reports.getComplianceSettingNonComplianceReport requestBody: description: Action parameters content: application/json: schema: type: object properties: name: type: string nullable: true select: type: array items: type: string nullable: true search: type: string nullable: true groupBy: type: array items: type: string nullable: true orderBy: type: array items: type: string nullable: true skip: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 nullable: true top: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 nullable: true sessionId: type: string nullable: true filter: type: string nullable: true required: true responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action /deviceManagement/reports/getConfigurationPolicyNonComplianceReport: description: Provides operations to call the getConfigurationPolicyNonComplianceReport method. post: tags: - deviceManagement.Actions summary: Invoke action getConfigurationPolicyNonComplianceReport description: Not yet documented externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getconfigurationpolicynoncompliancereport?view=graph-rest-1.0 operationId: deviceManagement.reports.getConfigurationPolicyNonComplianceReport requestBody: description: Action parameters content: application/json: schema: type: object properties: name: type: string nullable: true select: type: array items: type: string nullable: true search: type: string nullable: true groupBy: type: array items: type: string nullable: true orderBy: type: array items: type: string nullable: true skip: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 nullable: true top: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 nullable: true sessionId: type: string nullable: true filter: type: string nullable: true required: true responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action /deviceManagement/reports/getConfigurationPolicyNonComplianceSummaryReport: description: Provides operations to call the getConfigurationPolicyNonComplianceSummaryReport method. post: tags: - deviceManagement.Actions summary: Invoke action getConfigurationPolicyNonComplianceSummaryReport description: Not yet documented externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getconfigurationpolicynoncompliancesummaryreport?view=graph-rest-1.0 operationId: deviceManagement.reports.getConfigurationPolicyNonComplianceSummaryReport requestBody: description: Action parameters content: application/json: schema: type: object properties: name: type: string nullable: true select: type: array items: type: string nullable: true search: type: string nullable: true groupBy: type: array items: type: string nullable: true orderBy: type: array items: type: string nullable: true skip: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 nullable: true top: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 nullable: true sessionId: type: string nullable: true filter: type: string nullable: true required: true responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action /deviceManagement/reports/getConfigurationSettingNonComplianceReport: description: Provides operations to call the getConfigurationSettingNonComplianceReport method. post: tags: - deviceManagement.Actions summary: Invoke action getConfigurationSettingNonComplianceReport description: Not yet documented externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getconfigurationsettingnoncompliancereport?view=graph-rest-1.0 operationId: deviceManagement.reports.getConfigurationSettingNonComplianceReport requestBody: description: Action parameters content: application/json: schema: type: object properties: name: type: string nullable: true select: type: array items: type: string nullable: true search: type: string nullable: true groupBy: type: array items: type: string nullable: true orderBy: type: array items: type: string nullable: true skip: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 nullable: true top: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 nullable: true sessionId: type: string nullable: true filter: type: string nullable: true required: true responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action /deviceManagement/reports/getDeviceManagementIntentPerSettingContributingProfiles: description: Provides operations to call the getDeviceManagementIntentPerSettingContributingProfiles method. post: tags: - deviceManagement.Actions summary: Invoke action getDeviceManagementIntentPerSettingContributingProfiles description: Not yet documented externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getdevicemanagementintentpersettingcontributingprofiles?view=graph-rest-1.0 operationId: deviceManagement.reports.getDeviceManagementIntentPerSettingContributingProfiles requestBody: description: Action parameters content: application/json: schema: type: object properties: name: type: string nullable: true select: type: array items: type: string nullable: true search: type: string nullable: true groupBy: type: array items: type: string nullable: true orderBy: type: array items: type: string nullable: true skip: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 nullable: true top: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 nullable: true sessionId: type: string nullable: true filter: type: string nullable: true required: true responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action /deviceManagement/reports/getDeviceManagementIntentSettingsReport: description: Provides operations to call the getDeviceManagementIntentSettingsReport method. post: tags: - deviceManagement.Actions summary: Invoke action getDeviceManagementIntentSettingsReport description: Not yet documented externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getdevicemanagementintentsettingsreport?view=graph-rest-1.0 operationId: deviceManagement.reports.getDeviceManagementIntentSettingsReport requestBody: description: Action parameters content: application/json: schema: type: object properties: name: type: string nullable: true select: type: array items: type: string nullable: true search: type: string nullable: true groupBy: type: array items: type: string nullable: true orderBy: type: array items: type: string nullable: true skip: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 nullable: true top: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 nullable: true sessionId: type: string nullable: true filter: type: string nullable: true required: true responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action /deviceManagement/reports/getDeviceNonComplianceReport: description: Provides operations to call the getDeviceNonComplianceReport method. post: tags: - deviceManagement.Actions summary: Invoke action getDeviceNonComplianceReport description: Not yet documented externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getdevicenoncompliancereport?view=graph-rest-1.0 operationId: deviceManagement.reports.getDeviceNonComplianceReport requestBody: description: Action parameters content: application/json: schema: type: object properties: name: type: string nullable: true select: type: array items: type: string nullable: true search: type: string nullable: true groupBy: type: array items: type: string nullable: true orderBy: type: array items: type: string nullable: true skip: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 nullable: true top: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 nullable: true sessionId: type: string nullable: true filter: type: string nullable: true required: true responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action /deviceManagement/reports/getDevicesWithoutCompliancePolicyReport: description: Provides operations to call the getDevicesWithoutCompliancePolicyReport method. post: tags: - deviceManagement.Actions summary: Invoke action getDevicesWithoutCompliancePolicyReport description: Not yet documented externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getdeviceswithoutcompliancepolicyreport?view=graph-rest-1.0 operationId: deviceManagement.reports.getDevicesWithoutCompliancePolicyReport requestBody: description: Action parameters content: application/json: schema: type: object properties: name: type: string nullable: true select: type: array items: type: string nullable: true search: type: string nullable: true groupBy: type: array items: type: string nullable: true orderBy: type: array items: type: string nullable: true skip: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 nullable: true top: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 nullable: true sessionId: type: string nullable: true filter: type: string nullable: true required: true responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action /deviceManagement/reports/getHistoricalReport: description: Provides operations to call the getHistoricalReport method. post: tags: - deviceManagement.Actions summary: Invoke action getHistoricalReport description: Not yet documented externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-gethistoricalreport?view=graph-rest-1.0 operationId: deviceManagement.reports.getHistoricalReport requestBody: description: Action parameters content: application/json: schema: type: object properties: name: type: string nullable: true select: type: array items: type: string nullable: true search: type: string nullable: true groupBy: type: array items: type: string nullable: true orderBy: type: array items: type: string nullable: true skip: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 nullable: true top: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 nullable: true filter: type: string nullable: true required: true responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action /deviceManagement/reports/getNoncompliantDevicesAndSettingsReport: description: Provides operations to call the getNoncompliantDevicesAndSettingsReport method. post: tags: - deviceManagement.Actions summary: Invoke action getNoncompliantDevicesAndSettingsReport description: Not yet documented externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getnoncompliantdevicesandsettingsreport?view=graph-rest-1.0 operationId: deviceManagement.reports.getNoncompliantDevicesAndSettingsReport requestBody: description: Action parameters content: application/json: schema: type: object properties: name: type: string nullable: true select: type: array items: type: string nullable: true search: type: string nullable: true groupBy: type: array items: type: string nullable: true orderBy: type: array items: type: string nullable: true skip: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 nullable: true top: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 nullable: true sessionId: type: string nullable: true filter: type: string nullable: true required: true responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action /deviceManagement/reports/getPolicyNonComplianceMetadata: description: Provides operations to call the getPolicyNonComplianceMetadata method. post: tags: - deviceManagement.Actions summary: Invoke action getPolicyNonComplianceMetadata description: Not yet documented externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getpolicynoncompliancemetadata?view=graph-rest-1.0 operationId: deviceManagement.reports.getPolicyNonComplianceMetadata requestBody: description: Action parameters content: application/json: schema: type: object properties: name: type: string nullable: true select: type: array items: type: string nullable: true search: type: string nullable: true groupBy: type: array items: type: string nullable: true orderBy: type: array items: type: string nullable: true skip: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 nullable: true top: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 nullable: true sessionId: type: string nullable: true filter: type: string nullable: true required: true responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action /deviceManagement/reports/getPolicyNonComplianceReport: description: Provides operations to call the getPolicyNonComplianceReport method. post: tags: - deviceManagement.Actions summary: Invoke action getPolicyNonComplianceReport description: Not yet documented externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getpolicynoncompliancereport?view=graph-rest-1.0 operationId: deviceManagement.reports.getPolicyNonComplianceReport requestBody: description: Action parameters content: application/json: schema: type: object properties: name: type: string nullable: true select: type: array items: type: string nullable: true search: type: string nullable: true groupBy: type: array items: type: string nullable: true orderBy: type: array items: type: string nullable: true skip: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 nullable: true top: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 nullable: true sessionId: type: string nullable: true filter: type: string nullable: true required: true responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action /deviceManagement/reports/getPolicyNonComplianceSummaryReport: description: Provides operations to call the getPolicyNonComplianceSummaryReport method. post: tags: - deviceManagement.Actions summary: Invoke action getPolicyNonComplianceSummaryReport description: Not yet documented externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getpolicynoncompliancesummaryreport?view=graph-rest-1.0 operationId: deviceManagement.reports.getPolicyNonComplianceSummaryReport requestBody: description: Action parameters content: application/json: schema: type: object properties: name: type: string nullable: true select: type: array items: type: string nullable: true search: type: string nullable: true groupBy: type: array items: type: string nullable: true orderBy: type: array items: type: string nullable: true skip: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 nullable: true top: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 nullable: true sessionId: type: string nullable: true filter: type: string nullable: true required: true responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action /deviceManagement/reports/getReportFilters: description: Provides operations to call the getReportFilters method. post: tags: - deviceManagement.Actions summary: Invoke action getReportFilters description: Not yet documented externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getreportfilters?view=graph-rest-1.0 operationId: deviceManagement.reports.getReportFilters requestBody: description: Action parameters content: application/json: schema: type: object properties: name: type: string nullable: true select: type: array items: type: string nullable: true search: type: string nullable: true groupBy: type: array items: type: string nullable: true orderBy: type: array items: type: string nullable: true skip: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 nullable: true top: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 nullable: true sessionId: type: string nullable: true filter: type: string nullable: true required: true responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action /deviceManagement/reports/getSettingNonComplianceReport: description: Provides operations to call the getSettingNonComplianceReport method. post: tags: - deviceManagement.Actions summary: Invoke action getSettingNonComplianceReport description: Not yet documented externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getsettingnoncompliancereport?view=graph-rest-1.0 operationId: deviceManagement.reports.getSettingNonComplianceReport requestBody: description: Action parameters content: application/json: schema: type: object properties: name: type: string nullable: true select: type: array items: type: string nullable: true search: type: string nullable: true groupBy: type: array items: type: string nullable: true orderBy: type: array items: type: string nullable: true skip: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 nullable: true top: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 nullable: true sessionId: type: string nullable: true filter: type: string nullable: true required: true responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action /deviceManagement/resourceOperations: description: Provides operations to manage the resourceOperations property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.resourceOperation summary: List resourceOperations description: List properties and relationships of the resourceOperation objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-rbac-resourceoperation-list?view=graph-rest-1.0 operationId: deviceManagement.ListResourceOperations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.resourceOperationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceManagement.resourceOperation summary: Create resourceOperation description: Create a new resourceOperation object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-rbac-resourceoperation-create?view=graph-rest-1.0 operationId: deviceManagement.CreateResourceOperations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.resourceOperation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.resourceOperation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/deviceManagement/resourceOperations/{resourceOperation-id}': description: Provides operations to manage the resourceOperations property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.resourceOperation summary: Get resourceOperation description: Read properties and relationships of the resourceOperation object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-rbac-resourceoperation-get?view=graph-rest-1.0 operationId: deviceManagement.GetResourceOperations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.resourceOperation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceManagement.resourceOperation summary: Update resourceOperation description: Update the properties of a resourceOperation object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-rbac-resourceoperation-update?view=graph-rest-1.0 operationId: deviceManagement.UpdateResourceOperations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.resourceOperation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.resourceOperation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceManagement.resourceOperation summary: Delete resourceOperation description: Deletes a resourceOperation. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-rbac-resourceoperation-delete?view=graph-rest-1.0 operationId: deviceManagement.DeleteResourceOperations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: resourceOperation-id in: path description: The unique identifier of resourceOperation required: true schema: type: string x-ms-docs-key-type: resourceOperation /deviceManagement/resourceOperations/$count: description: Provides operations to count the resources in the collection. get: tags: - deviceManagement.resourceOperation summary: Get the number of the resource operationId: deviceManagement.resourceOperations.GetCount-db11 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceManagement/roleAssignments: description: Provides operations to manage the roleAssignments property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.deviceAndAppManagementRoleAssignment summary: List deviceAndAppManagementRoleAssignments description: List properties and relationships of the deviceAndAppManagementRoleAssignment objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroleassignment-list?view=graph-rest-1.0 operationId: deviceManagement.ListRoleAssignments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.deviceAndAppManagementRoleAssignmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceManagement.deviceAndAppManagementRoleAssignment summary: Create deviceAndAppManagementRoleAssignment description: Create a new deviceAndAppManagementRoleAssignment object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroleassignment-create?view=graph-rest-1.0 operationId: deviceManagement.CreateRoleAssignments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceAndAppManagementRoleAssignment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceAndAppManagementRoleAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}': description: Provides operations to manage the roleAssignments property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.deviceAndAppManagementRoleAssignment summary: Get deviceAndAppManagementRoleAssignment description: Read properties and relationships of the deviceAndAppManagementRoleAssignment object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroleassignment-get?view=graph-rest-1.0 operationId: deviceManagement.GetRoleAssignments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceAndAppManagementRoleAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceManagement.deviceAndAppManagementRoleAssignment summary: Update deviceAndAppManagementRoleAssignment description: Update the properties of a deviceAndAppManagementRoleAssignment object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroleassignment-update?view=graph-rest-1.0 operationId: deviceManagement.UpdateRoleAssignments requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceAndAppManagementRoleAssignment' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceAndAppManagementRoleAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceManagement.deviceAndAppManagementRoleAssignment summary: Delete deviceAndAppManagementRoleAssignment description: Deletes a deviceAndAppManagementRoleAssignment. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroleassignment-delete?view=graph-rest-1.0 operationId: deviceManagement.DeleteRoleAssignments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: deviceAndAppManagementRoleAssignment-id in: path description: The unique identifier of deviceAndAppManagementRoleAssignment required: true schema: type: string x-ms-docs-key-type: deviceAndAppManagementRoleAssignment '/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleDefinition': description: Provides operations to manage the roleDefinition property of the microsoft.graph.roleAssignment entity. get: tags: - deviceManagement.deviceAndAppManagementRoleAssignment summary: Get roleDefinition from deviceManagement description: Role definition this assignment is part of. operationId: deviceManagement.roleAssignments.GetRoleDefinition parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.roleDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: deviceAndAppManagementRoleAssignment-id in: path description: The unique identifier of deviceAndAppManagementRoleAssignment required: true schema: type: string x-ms-docs-key-type: deviceAndAppManagementRoleAssignment x-ms-docs-grouped-path: - '/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}/roleDefinition' /deviceManagement/roleAssignments/$count: description: Provides operations to count the resources in the collection. get: tags: - deviceManagement.deviceAndAppManagementRoleAssignment summary: Get the number of the resource operationId: deviceManagement.roleAssignments.GetCount-13e6 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceManagement/roleDefinitions: description: Provides operations to manage the roleDefinitions property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.roleDefinition summary: List deviceAndAppManagementRoleDefinitions description: List properties and relationships of the deviceAndAppManagementRoleDefinition objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroledefinition-list?view=graph-rest-1.0 operationId: deviceManagement.ListRoleDefinitions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.roleDefinitionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceManagement.roleDefinition summary: Create roleDefinition description: Create a new roleDefinition object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-rbac-roledefinition-create?view=graph-rest-1.0 operationId: deviceManagement.CreateRoleDefinitions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.roleDefinition' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.roleDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/deviceManagement/roleDefinitions/{roleDefinition-id}': description: Provides operations to manage the roleDefinitions property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.roleDefinition summary: Get deviceAndAppManagementRoleDefinition description: Read properties and relationships of the deviceAndAppManagementRoleDefinition object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroledefinition-get?view=graph-rest-1.0 operationId: deviceManagement.GetRoleDefinitions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.roleDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceManagement.roleDefinition summary: Update deviceAndAppManagementRoleDefinition description: Update the properties of a deviceAndAppManagementRoleDefinition object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroledefinition-update?view=graph-rest-1.0 operationId: deviceManagement.UpdateRoleDefinitions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.roleDefinition' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.roleDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceManagement.roleDefinition summary: Delete deviceAndAppManagementRoleDefinition description: Deletes a deviceAndAppManagementRoleDefinition. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroledefinition-delete?view=graph-rest-1.0 operationId: deviceManagement.DeleteRoleDefinitions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: roleDefinition-id in: path description: The unique identifier of roleDefinition required: true schema: type: string x-ms-docs-key-type: roleDefinition '/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments': description: Provides operations to manage the roleAssignments property of the microsoft.graph.roleDefinition entity. get: tags: - deviceManagement.roleDefinition summary: List roleAssignments description: List properties and relationships of the roleAssignment objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-rbac-roleassignment-list?view=graph-rest-1.0 operationId: deviceManagement.roleDefinitions.ListRoleAssignments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.roleAssignmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceManagement.roleDefinition summary: Create roleAssignment description: Create a new roleAssignment object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-rbac-roleassignment-create?view=graph-rest-1.0 operationId: deviceManagement.roleDefinitions.CreateRoleAssignments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.roleAssignment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.roleAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: roleDefinition-id in: path description: The unique identifier of roleDefinition required: true schema: type: string x-ms-docs-key-type: roleDefinition '/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}': description: Provides operations to manage the roleAssignments property of the microsoft.graph.roleDefinition entity. get: tags: - deviceManagement.roleDefinition summary: Get roleAssignment description: Read properties and relationships of the roleAssignment object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-rbac-roleassignment-get?view=graph-rest-1.0 operationId: deviceManagement.roleDefinitions.GetRoleAssignments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.roleAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceManagement.roleDefinition summary: Update roleAssignment description: Update the properties of a roleAssignment object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-rbac-roleassignment-update?view=graph-rest-1.0 operationId: deviceManagement.roleDefinitions.UpdateRoleAssignments requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.roleAssignment' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.roleAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceManagement.roleDefinition summary: Delete roleAssignment description: Deletes a roleAssignment. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-rbac-roleassignment-delete?view=graph-rest-1.0 operationId: deviceManagement.roleDefinitions.DeleteRoleAssignments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: roleDefinition-id in: path description: The unique identifier of roleDefinition required: true schema: type: string x-ms-docs-key-type: roleDefinition - name: roleAssignment-id in: path description: The unique identifier of roleAssignment required: true schema: type: string x-ms-docs-key-type: roleAssignment '/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}/roleDefinition': description: Provides operations to manage the roleDefinition property of the microsoft.graph.roleAssignment entity. get: tags: - deviceManagement.roleDefinition summary: Get roleDefinition from deviceManagement description: Role definition this assignment is part of. operationId: deviceManagement.roleDefinitions.roleAssignments.GetRoleDefinition parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.roleDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: roleDefinition-id in: path description: The unique identifier of roleDefinition required: true schema: type: string x-ms-docs-key-type: roleDefinition - name: roleAssignment-id in: path description: The unique identifier of roleAssignment required: true schema: type: string x-ms-docs-key-type: roleAssignment x-ms-docs-grouped-path: - '/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleDefinition' '/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceManagement.roleDefinition summary: Get the number of the resource operationId: deviceManagement.roleDefinitions.roleAssignments.GetCount-3dca parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: roleDefinition-id in: path description: The unique identifier of roleDefinition required: true schema: type: string x-ms-docs-key-type: roleDefinition /deviceManagement/roleDefinitions/$count: description: Provides operations to count the resources in the collection. get: tags: - deviceManagement.roleDefinition summary: Get the number of the resource operationId: deviceManagement.roleDefinitions.GetCount-031b parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceManagement/softwareUpdateStatusSummary: description: Provides operations to manage the softwareUpdateStatusSummary property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.softwareUpdateStatusSummary summary: Get softwareUpdateStatusSummary description: Read properties and relationships of the softwareUpdateStatusSummary object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-deviceconfig-softwareupdatestatussummary-get?view=graph-rest-1.0 operationId: deviceManagement.GetSoftwareUpdateStatusSummary parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.softwareUpdateStatusSummary' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /deviceManagement/telecomExpenseManagementPartners: description: Provides operations to manage the telecomExpenseManagementPartners property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.telecomExpenseManagementPartner summary: List telecomExpenseManagementPartners description: List properties and relationships of the telecomExpenseManagementPartner objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-tem-telecomexpensemanagementpartner-list?view=graph-rest-1.0 operationId: deviceManagement.ListTelecomExpenseManagementPartners parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.telecomExpenseManagementPartnerCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceManagement.telecomExpenseManagementPartner summary: Create telecomExpenseManagementPartner description: Create a new telecomExpenseManagementPartner object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-tem-telecomexpensemanagementpartner-create?view=graph-rest-1.0 operationId: deviceManagement.CreateTelecomExpenseManagementPartners requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.telecomExpenseManagementPartner' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.telecomExpenseManagementPartner' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}': description: Provides operations to manage the telecomExpenseManagementPartners property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.telecomExpenseManagementPartner summary: Get telecomExpenseManagementPartner description: Read properties and relationships of the telecomExpenseManagementPartner object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-tem-telecomexpensemanagementpartner-get?view=graph-rest-1.0 operationId: deviceManagement.GetTelecomExpenseManagementPartners parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.telecomExpenseManagementPartner' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceManagement.telecomExpenseManagementPartner summary: Update telecomExpenseManagementPartner description: Update the properties of a telecomExpenseManagementPartner object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-tem-telecomexpensemanagementpartner-update?view=graph-rest-1.0 operationId: deviceManagement.UpdateTelecomExpenseManagementPartners requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.telecomExpenseManagementPartner' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.telecomExpenseManagementPartner' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceManagement.telecomExpenseManagementPartner summary: Delete telecomExpenseManagementPartner description: Deletes a telecomExpenseManagementPartner. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-tem-telecomexpensemanagementpartner-delete?view=graph-rest-1.0 operationId: deviceManagement.DeleteTelecomExpenseManagementPartners parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: telecomExpenseManagementPartner-id in: path description: The unique identifier of telecomExpenseManagementPartner required: true schema: type: string x-ms-docs-key-type: telecomExpenseManagementPartner /deviceManagement/telecomExpenseManagementPartners/$count: description: Provides operations to count the resources in the collection. get: tags: - deviceManagement.telecomExpenseManagementPartner summary: Get the number of the resource operationId: deviceManagement.telecomExpenseManagementPartners.GetCount-5ee8 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceManagement/termsAndConditions: description: Provides operations to manage the termsAndConditions property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.termsAndConditions summary: List termsAndConditionses description: List properties and relationships of the termsAndConditions objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditions-list?view=graph-rest-1.0 operationId: deviceManagement.ListTermsAndConditions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termsAndConditionsCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceManagement.termsAndConditions summary: Create termsAndConditions description: Create a new termsAndConditions object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditions-create?view=graph-rest-1.0 operationId: deviceManagement.CreateTermsAndConditions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termsAndConditions' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termsAndConditions' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/deviceManagement/termsAndConditions/{termsAndConditions-id}': description: Provides operations to manage the termsAndConditions property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.termsAndConditions summary: Get termsAndConditions description: Read properties and relationships of the termsAndConditions object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditions-get?view=graph-rest-1.0 operationId: deviceManagement.GetTermsAndConditions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termsAndConditions' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceManagement.termsAndConditions summary: Update termsAndConditions description: Update the properties of a termsAndConditions object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditions-update?view=graph-rest-1.0 operationId: deviceManagement.UpdateTermsAndConditions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termsAndConditions' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termsAndConditions' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceManagement.termsAndConditions summary: Delete termsAndConditions description: Deletes a termsAndConditions. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditions-delete?view=graph-rest-1.0 operationId: deviceManagement.DeleteTermsAndConditions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: termsAndConditions-id in: path description: The unique identifier of termsAndConditions required: true schema: type: string x-ms-docs-key-type: termsAndConditions '/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses': description: Provides operations to manage the acceptanceStatuses property of the microsoft.graph.termsAndConditions entity. get: tags: - deviceManagement.termsAndConditions summary: List termsAndConditionsAcceptanceStatuses description: List properties and relationships of the termsAndConditionsAcceptanceStatus objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsacceptancestatus-list?view=graph-rest-1.0 operationId: deviceManagement.termsAndConditions.ListAcceptanceStatuses parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termsAndConditionsAcceptanceStatusCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceManagement.termsAndConditions summary: Create termsAndConditionsAcceptanceStatus description: Create a new termsAndConditionsAcceptanceStatus object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsacceptancestatus-create?view=graph-rest-1.0 operationId: deviceManagement.termsAndConditions.CreateAcceptanceStatuses requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termsAndConditionsAcceptanceStatus' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termsAndConditionsAcceptanceStatus' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: termsAndConditions-id in: path description: The unique identifier of termsAndConditions required: true schema: type: string x-ms-docs-key-type: termsAndConditions '/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}': description: Provides operations to manage the acceptanceStatuses property of the microsoft.graph.termsAndConditions entity. get: tags: - deviceManagement.termsAndConditions summary: Get termsAndConditionsAcceptanceStatus description: Read properties and relationships of the termsAndConditionsAcceptanceStatus object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsacceptancestatus-get?view=graph-rest-1.0 operationId: deviceManagement.termsAndConditions.GetAcceptanceStatuses parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termsAndConditionsAcceptanceStatus' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceManagement.termsAndConditions summary: Update termsAndConditionsAcceptanceStatus description: Update the properties of a termsAndConditionsAcceptanceStatus object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsacceptancestatus-update?view=graph-rest-1.0 operationId: deviceManagement.termsAndConditions.UpdateAcceptanceStatuses requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termsAndConditionsAcceptanceStatus' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termsAndConditionsAcceptanceStatus' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceManagement.termsAndConditions summary: Delete termsAndConditionsAcceptanceStatus description: Deletes a termsAndConditionsAcceptanceStatus. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsacceptancestatus-delete?view=graph-rest-1.0 operationId: deviceManagement.termsAndConditions.DeleteAcceptanceStatuses parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: termsAndConditions-id in: path description: The unique identifier of termsAndConditions required: true schema: type: string x-ms-docs-key-type: termsAndConditions - name: termsAndConditionsAcceptanceStatus-id in: path description: The unique identifier of termsAndConditionsAcceptanceStatus required: true schema: type: string x-ms-docs-key-type: termsAndConditionsAcceptanceStatus '/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}/termsAndConditions': description: Provides operations to manage the termsAndConditions property of the microsoft.graph.termsAndConditionsAcceptanceStatus entity. get: tags: - deviceManagement.termsAndConditions summary: Get termsAndConditions from deviceManagement description: Navigation link to the terms and conditions that are assigned. operationId: deviceManagement.termsAndConditions.acceptanceStatuses.GetTermsAndConditions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termsAndConditions' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: termsAndConditions-id in: path description: The unique identifier of termsAndConditions required: true schema: type: string x-ms-docs-key-type: termsAndConditions - name: termsAndConditionsAcceptanceStatus-id in: path description: The unique identifier of termsAndConditionsAcceptanceStatus required: true schema: type: string x-ms-docs-key-type: termsAndConditionsAcceptanceStatus '/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceManagement.termsAndConditions summary: Get the number of the resource operationId: deviceManagement.termsAndConditions.acceptanceStatuses.GetCount-d4f9 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: termsAndConditions-id in: path description: The unique identifier of termsAndConditions required: true schema: type: string x-ms-docs-key-type: termsAndConditions '/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments': description: Provides operations to manage the assignments property of the microsoft.graph.termsAndConditions entity. get: tags: - deviceManagement.termsAndConditions summary: List termsAndConditionsAssignments description: List properties and relationships of the termsAndConditionsAssignment objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsassignment-list?view=graph-rest-1.0 operationId: deviceManagement.termsAndConditions.ListAssignments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termsAndConditionsAssignmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceManagement.termsAndConditions summary: Create termsAndConditionsAssignment description: Create a new termsAndConditionsAssignment object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsassignment-create?view=graph-rest-1.0 operationId: deviceManagement.termsAndConditions.CreateAssignments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termsAndConditionsAssignment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termsAndConditionsAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: termsAndConditions-id in: path description: The unique identifier of termsAndConditions required: true schema: type: string x-ms-docs-key-type: termsAndConditions '/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}': description: Provides operations to manage the assignments property of the microsoft.graph.termsAndConditions entity. get: tags: - deviceManagement.termsAndConditions summary: Get termsAndConditionsAssignment description: Read properties and relationships of the termsAndConditionsAssignment object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsassignment-get?view=graph-rest-1.0 operationId: deviceManagement.termsAndConditions.GetAssignments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termsAndConditionsAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceManagement.termsAndConditions summary: Update termsAndConditionsAssignment description: Update the properties of a termsAndConditionsAssignment object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsassignment-update?view=graph-rest-1.0 operationId: deviceManagement.termsAndConditions.UpdateAssignments requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termsAndConditionsAssignment' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termsAndConditionsAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceManagement.termsAndConditions summary: Delete termsAndConditionsAssignment description: Deletes a termsAndConditionsAssignment. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsassignment-delete?view=graph-rest-1.0 operationId: deviceManagement.termsAndConditions.DeleteAssignments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: termsAndConditions-id in: path description: The unique identifier of termsAndConditions required: true schema: type: string x-ms-docs-key-type: termsAndConditions - name: termsAndConditionsAssignment-id in: path description: The unique identifier of termsAndConditionsAssignment required: true schema: type: string x-ms-docs-key-type: termsAndConditionsAssignment '/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceManagement.termsAndConditions summary: Get the number of the resource operationId: deviceManagement.termsAndConditions.assignments.GetCount-0a20 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: termsAndConditions-id in: path description: The unique identifier of termsAndConditions required: true schema: type: string x-ms-docs-key-type: termsAndConditions /deviceManagement/termsAndConditions/$count: description: Provides operations to count the resources in the collection. get: tags: - deviceManagement.termsAndConditions summary: Get the number of the resource operationId: deviceManagement.termsAndConditions.GetCount-b2c0 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceManagement/troubleshootingEvents: description: Provides operations to manage the troubleshootingEvents property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.deviceManagementTroubleshootingEvent summary: Get troubleshootingEvents from deviceManagement description: The list of troubleshooting events for the tenant. operationId: deviceManagement.ListTroubleshootingEvents parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.deviceManagementTroubleshootingEventCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceManagement.deviceManagementTroubleshootingEvent summary: Create new navigation property to troubleshootingEvents for deviceManagement operationId: deviceManagement.CreateTroubleshootingEvents requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceManagementTroubleshootingEvent' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceManagementTroubleshootingEvent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}': description: Provides operations to manage the troubleshootingEvents property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.deviceManagementTroubleshootingEvent summary: Get troubleshootingEvents from deviceManagement description: The list of troubleshooting events for the tenant. operationId: deviceManagement.GetTroubleshootingEvents parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceManagementTroubleshootingEvent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceManagement.deviceManagementTroubleshootingEvent summary: Update the navigation property troubleshootingEvents in deviceManagement operationId: deviceManagement.UpdateTroubleshootingEvents requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceManagementTroubleshootingEvent' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceManagementTroubleshootingEvent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceManagement.deviceManagementTroubleshootingEvent summary: Delete navigation property troubleshootingEvents for deviceManagement operationId: deviceManagement.DeleteTroubleshootingEvents parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: deviceManagementTroubleshootingEvent-id in: path description: The unique identifier of deviceManagementTroubleshootingEvent required: true schema: type: string x-ms-docs-key-type: deviceManagementTroubleshootingEvent /deviceManagement/troubleshootingEvents/$count: description: Provides operations to count the resources in the collection. get: tags: - deviceManagement.deviceManagementTroubleshootingEvent summary: Get the number of the resource operationId: deviceManagement.troubleshootingEvents.GetCount-0f54 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance: description: Provides operations to manage the userExperienceAnalyticsAppHealthApplicationPerformance property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.userExperienceAnalyticsAppHealthApplicationPerformance summary: Get userExperienceAnalyticsAppHealthApplicationPerformance from deviceManagement description: User experience analytics appHealth Application Performance operationId: deviceManagement.ListUserExperienceAnalyticsAppHealthApplicationPerformance parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.userExperienceAnalyticsAppHealthApplicationPerformanceCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceManagement.userExperienceAnalyticsAppHealthApplicationPerformance summary: Create new navigation property to userExperienceAnalyticsAppHealthApplicationPerformance for deviceManagement operationId: deviceManagement.CreateUserExperienceAnalyticsAppHealthApplicationPerformance requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthApplicationPerformance' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthApplicationPerformance' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}': description: Provides operations to manage the userExperienceAnalyticsAppHealthApplicationPerformance property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.userExperienceAnalyticsAppHealthApplicationPerformance summary: Get userExperienceAnalyticsAppHealthApplicationPerformance from deviceManagement description: User experience analytics appHealth Application Performance operationId: deviceManagement.GetUserExperienceAnalyticsAppHealthApplicationPerformance parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthApplicationPerformance' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceManagement.userExperienceAnalyticsAppHealthApplicationPerformance summary: Update the navigation property userExperienceAnalyticsAppHealthApplicationPerformance in deviceManagement operationId: deviceManagement.UpdateUserExperienceAnalyticsAppHealthApplicationPerformance requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthApplicationPerformance' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthApplicationPerformance' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceManagement.userExperienceAnalyticsAppHealthApplicationPerformance summary: Delete navigation property userExperienceAnalyticsAppHealthApplicationPerformance for deviceManagement operationId: deviceManagement.DeleteUserExperienceAnalyticsAppHealthApplicationPerformance parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: userExperienceAnalyticsAppHealthApplicationPerformance-id in: path description: The unique identifier of userExperienceAnalyticsAppHealthApplicationPerformance required: true schema: type: string x-ms-docs-key-type: userExperienceAnalyticsAppHealthApplicationPerformance /deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/$count: description: Provides operations to count the resources in the collection. get: tags: - deviceManagement.userExperienceAnalyticsAppHealthApplicationPerformance summary: Get the number of the resource operationId: deviceManagement.userExperienceAnalyticsAppHealthApplicationPerformance.GetCount-6ac7 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails: description: Provides operations to manage the userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails summary: Get userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails from deviceManagement description: User experience analytics appHealth Application Performance by App Version details operationId: deviceManagement.ListUserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetailsCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceManagement.userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails summary: Create new navigation property to userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails for deviceManagement operationId: deviceManagement.CreateUserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}': description: Provides operations to manage the userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails summary: Get userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails from deviceManagement description: User experience analytics appHealth Application Performance by App Version details operationId: deviceManagement.GetUserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceManagement.userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails summary: Update the navigation property userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails in deviceManagement operationId: deviceManagement.UpdateUserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceManagement.userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails summary: Delete navigation property userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails for deviceManagement operationId: deviceManagement.DeleteUserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id in: path description: The unique identifier of userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails required: true schema: type: string x-ms-docs-key-type: userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails /deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/$count: description: Provides operations to count the resources in the collection. get: tags: - deviceManagement.userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails summary: Get the number of the resource operationId: deviceManagement.userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails.GetCount-2b1f parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId: description: Provides operations to manage the userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId summary: Get userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId from deviceManagement description: User experience analytics appHealth Application Performance by App Version Device Id operationId: deviceManagement.ListUserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceIdCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceManagement.userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId summary: Create new navigation property to userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId for deviceManagement operationId: deviceManagement.CreateUserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}': description: Provides operations to manage the userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId summary: Get userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId from deviceManagement description: User experience analytics appHealth Application Performance by App Version Device Id operationId: deviceManagement.GetUserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceManagement.userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId summary: Update the navigation property userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId in deviceManagement operationId: deviceManagement.UpdateUserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceManagement.userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId summary: Delete navigation property userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId for deviceManagement operationId: deviceManagement.DeleteUserExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id in: path description: The unique identifier of userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId required: true schema: type: string x-ms-docs-key-type: userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId /deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/$count: description: Provides operations to count the resources in the collection. get: tags: - deviceManagement.userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId summary: Get the number of the resource operationId: deviceManagement.userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId.GetCount-d4df parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion: description: Provides operations to manage the userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.userExperienceAnalyticsAppHealthAppPerformanceByOSVersion summary: Get userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion from deviceManagement description: User experience analytics appHealth Application Performance by OS Version operationId: deviceManagement.ListUserExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.userExperienceAnalyticsAppHealthAppPerformanceByOSVersionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceManagement.userExperienceAnalyticsAppHealthAppPerformanceByOSVersion summary: Create new navigation property to userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion for deviceManagement operationId: deviceManagement.CreateUserExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthAppPerformanceByOSVersion' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthAppPerformanceByOSVersion' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}': description: Provides operations to manage the userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.userExperienceAnalyticsAppHealthAppPerformanceByOSVersion summary: Get userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion from deviceManagement description: User experience analytics appHealth Application Performance by OS Version operationId: deviceManagement.GetUserExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthAppPerformanceByOSVersion' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceManagement.userExperienceAnalyticsAppHealthAppPerformanceByOSVersion summary: Update the navigation property userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion in deviceManagement operationId: deviceManagement.UpdateUserExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthAppPerformanceByOSVersion' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthAppPerformanceByOSVersion' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceManagement.userExperienceAnalyticsAppHealthAppPerformanceByOSVersion summary: Delete navigation property userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion for deviceManagement operationId: deviceManagement.DeleteUserExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id in: path description: The unique identifier of userExperienceAnalyticsAppHealthAppPerformanceByOSVersion required: true schema: type: string x-ms-docs-key-type: userExperienceAnalyticsAppHealthAppPerformanceByOSVersion /deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/$count: description: Provides operations to count the resources in the collection. get: tags: - deviceManagement.userExperienceAnalyticsAppHealthAppPerformanceByOSVersion summary: Get the number of the resource operationId: deviceManagement.userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion.GetCount-e423 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance: description: Provides operations to manage the userExperienceAnalyticsAppHealthDeviceModelPerformance property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.userExperienceAnalyticsAppHealthDeviceModelPerformance summary: Get userExperienceAnalyticsAppHealthDeviceModelPerformance from deviceManagement description: User experience analytics appHealth Model Performance operationId: deviceManagement.ListUserExperienceAnalyticsAppHealthDeviceModelPerformance parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.userExperienceAnalyticsAppHealthDeviceModelPerformanceCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceManagement.userExperienceAnalyticsAppHealthDeviceModelPerformance summary: Create new navigation property to userExperienceAnalyticsAppHealthDeviceModelPerformance for deviceManagement operationId: deviceManagement.CreateUserExperienceAnalyticsAppHealthDeviceModelPerformance requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthDeviceModelPerformance' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthDeviceModelPerformance' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}': description: Provides operations to manage the userExperienceAnalyticsAppHealthDeviceModelPerformance property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.userExperienceAnalyticsAppHealthDeviceModelPerformance summary: Get userExperienceAnalyticsAppHealthDeviceModelPerformance from deviceManagement description: User experience analytics appHealth Model Performance operationId: deviceManagement.GetUserExperienceAnalyticsAppHealthDeviceModelPerformance parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthDeviceModelPerformance' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceManagement.userExperienceAnalyticsAppHealthDeviceModelPerformance summary: Update the navigation property userExperienceAnalyticsAppHealthDeviceModelPerformance in deviceManagement operationId: deviceManagement.UpdateUserExperienceAnalyticsAppHealthDeviceModelPerformance requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthDeviceModelPerformance' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthDeviceModelPerformance' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceManagement.userExperienceAnalyticsAppHealthDeviceModelPerformance summary: Delete navigation property userExperienceAnalyticsAppHealthDeviceModelPerformance for deviceManagement operationId: deviceManagement.DeleteUserExperienceAnalyticsAppHealthDeviceModelPerformance parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: userExperienceAnalyticsAppHealthDeviceModelPerformance-id in: path description: The unique identifier of userExperienceAnalyticsAppHealthDeviceModelPerformance required: true schema: type: string x-ms-docs-key-type: userExperienceAnalyticsAppHealthDeviceModelPerformance /deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/$count: description: Provides operations to count the resources in the collection. get: tags: - deviceManagement.userExperienceAnalyticsAppHealthDeviceModelPerformance summary: Get the number of the resource operationId: deviceManagement.userExperienceAnalyticsAppHealthDeviceModelPerformance.GetCount-d8bb parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance: description: Provides operations to manage the userExperienceAnalyticsAppHealthDevicePerformance property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.userExperienceAnalyticsAppHealthDevicePerformance summary: Get userExperienceAnalyticsAppHealthDevicePerformance from deviceManagement description: User experience analytics appHealth Device Performance operationId: deviceManagement.ListUserExperienceAnalyticsAppHealthDevicePerformance parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.userExperienceAnalyticsAppHealthDevicePerformanceCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceManagement.userExperienceAnalyticsAppHealthDevicePerformance summary: Create new navigation property to userExperienceAnalyticsAppHealthDevicePerformance for deviceManagement operationId: deviceManagement.CreateUserExperienceAnalyticsAppHealthDevicePerformance requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthDevicePerformance' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthDevicePerformance' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}': description: Provides operations to manage the userExperienceAnalyticsAppHealthDevicePerformance property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.userExperienceAnalyticsAppHealthDevicePerformance summary: Get userExperienceAnalyticsAppHealthDevicePerformance from deviceManagement description: User experience analytics appHealth Device Performance operationId: deviceManagement.GetUserExperienceAnalyticsAppHealthDevicePerformance parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthDevicePerformance' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceManagement.userExperienceAnalyticsAppHealthDevicePerformance summary: Update the navigation property userExperienceAnalyticsAppHealthDevicePerformance in deviceManagement operationId: deviceManagement.UpdateUserExperienceAnalyticsAppHealthDevicePerformance requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthDevicePerformance' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthDevicePerformance' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceManagement.userExperienceAnalyticsAppHealthDevicePerformance summary: Delete navigation property userExperienceAnalyticsAppHealthDevicePerformance for deviceManagement operationId: deviceManagement.DeleteUserExperienceAnalyticsAppHealthDevicePerformance parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: userExperienceAnalyticsAppHealthDevicePerformance-id in: path description: The unique identifier of userExperienceAnalyticsAppHealthDevicePerformance required: true schema: type: string x-ms-docs-key-type: userExperienceAnalyticsAppHealthDevicePerformance /deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/$count: description: Provides operations to count the resources in the collection. get: tags: - deviceManagement.userExperienceAnalyticsAppHealthDevicePerformance summary: Get the number of the resource operationId: deviceManagement.userExperienceAnalyticsAppHealthDevicePerformance.GetCount-3c87 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails: description: Provides operations to manage the userExperienceAnalyticsAppHealthDevicePerformanceDetails property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.userExperienceAnalyticsAppHealthDevicePerformanceDetails summary: Get userExperienceAnalyticsAppHealthDevicePerformanceDetails from deviceManagement description: User experience analytics device performance details operationId: deviceManagement.ListUserExperienceAnalyticsAppHealthDevicePerformanceDetails parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.userExperienceAnalyticsAppHealthDevicePerformanceDetailsCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceManagement.userExperienceAnalyticsAppHealthDevicePerformanceDetails summary: Create new navigation property to userExperienceAnalyticsAppHealthDevicePerformanceDetails for deviceManagement operationId: deviceManagement.CreateUserExperienceAnalyticsAppHealthDevicePerformanceDetails requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthDevicePerformanceDetails' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthDevicePerformanceDetails' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}': description: Provides operations to manage the userExperienceAnalyticsAppHealthDevicePerformanceDetails property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.userExperienceAnalyticsAppHealthDevicePerformanceDetails summary: Get userExperienceAnalyticsAppHealthDevicePerformanceDetails from deviceManagement description: User experience analytics device performance details operationId: deviceManagement.GetUserExperienceAnalyticsAppHealthDevicePerformanceDetails parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthDevicePerformanceDetails' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceManagement.userExperienceAnalyticsAppHealthDevicePerformanceDetails summary: Update the navigation property userExperienceAnalyticsAppHealthDevicePerformanceDetails in deviceManagement operationId: deviceManagement.UpdateUserExperienceAnalyticsAppHealthDevicePerformanceDetails requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthDevicePerformanceDetails' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthDevicePerformanceDetails' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceManagement.userExperienceAnalyticsAppHealthDevicePerformanceDetails summary: Delete navigation property userExperienceAnalyticsAppHealthDevicePerformanceDetails for deviceManagement operationId: deviceManagement.DeleteUserExperienceAnalyticsAppHealthDevicePerformanceDetails parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: userExperienceAnalyticsAppHealthDevicePerformanceDetails-id in: path description: The unique identifier of userExperienceAnalyticsAppHealthDevicePerformanceDetails required: true schema: type: string x-ms-docs-key-type: userExperienceAnalyticsAppHealthDevicePerformanceDetails /deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/$count: description: Provides operations to count the resources in the collection. get: tags: - deviceManagement.userExperienceAnalyticsAppHealthDevicePerformanceDetails summary: Get the number of the resource operationId: deviceManagement.userExperienceAnalyticsAppHealthDevicePerformanceDetails.GetCount-4666 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance: description: Provides operations to manage the userExperienceAnalyticsAppHealthOSVersionPerformance property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.userExperienceAnalyticsAppHealthOSVersionPerformance summary: Get userExperienceAnalyticsAppHealthOSVersionPerformance from deviceManagement description: User experience analytics appHealth OS version Performance operationId: deviceManagement.ListUserExperienceAnalyticsAppHealthOSVersionPerformance parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.userExperienceAnalyticsAppHealthOSVersionPerformanceCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceManagement.userExperienceAnalyticsAppHealthOSVersionPerformance summary: Create new navigation property to userExperienceAnalyticsAppHealthOSVersionPerformance for deviceManagement operationId: deviceManagement.CreateUserExperienceAnalyticsAppHealthOSVersionPerformance requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthOSVersionPerformance' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthOSVersionPerformance' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}': description: Provides operations to manage the userExperienceAnalyticsAppHealthOSVersionPerformance property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.userExperienceAnalyticsAppHealthOSVersionPerformance summary: Get userExperienceAnalyticsAppHealthOSVersionPerformance from deviceManagement description: User experience analytics appHealth OS version Performance operationId: deviceManagement.GetUserExperienceAnalyticsAppHealthOSVersionPerformance parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthOSVersionPerformance' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceManagement.userExperienceAnalyticsAppHealthOSVersionPerformance summary: Update the navigation property userExperienceAnalyticsAppHealthOSVersionPerformance in deviceManagement operationId: deviceManagement.UpdateUserExperienceAnalyticsAppHealthOSVersionPerformance requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthOSVersionPerformance' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthOSVersionPerformance' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceManagement.userExperienceAnalyticsAppHealthOSVersionPerformance summary: Delete navigation property userExperienceAnalyticsAppHealthOSVersionPerformance for deviceManagement operationId: deviceManagement.DeleteUserExperienceAnalyticsAppHealthOSVersionPerformance parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: userExperienceAnalyticsAppHealthOSVersionPerformance-id in: path description: The unique identifier of userExperienceAnalyticsAppHealthOSVersionPerformance required: true schema: type: string x-ms-docs-key-type: userExperienceAnalyticsAppHealthOSVersionPerformance /deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/$count: description: Provides operations to count the resources in the collection. get: tags: - deviceManagement.userExperienceAnalyticsAppHealthOSVersionPerformance summary: Get the number of the resource operationId: deviceManagement.userExperienceAnalyticsAppHealthOSVersionPerformance.GetCount-d1f0 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceManagement/userExperienceAnalyticsAppHealthOverview: description: Provides operations to manage the userExperienceAnalyticsAppHealthOverview property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.userExperienceAnalyticsCategory summary: Get userExperienceAnalyticsAppHealthOverview from deviceManagement description: User experience analytics appHealth overview operationId: deviceManagement.GetUserExperienceAnalyticsAppHealthOverview parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsCategory' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceManagement.userExperienceAnalyticsCategory summary: Update the navigation property userExperienceAnalyticsAppHealthOverview in deviceManagement operationId: deviceManagement.UpdateUserExperienceAnalyticsAppHealthOverview requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsCategory' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsCategory' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceManagement.userExperienceAnalyticsCategory summary: Delete navigation property userExperienceAnalyticsAppHealthOverview for deviceManagement operationId: deviceManagement.DeleteUserExperienceAnalyticsAppHealthOverview parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues: description: Provides operations to manage the metricValues property of the microsoft.graph.userExperienceAnalyticsCategory entity. get: tags: - deviceManagement.userExperienceAnalyticsCategory summary: Get metricValues from deviceManagement description: The metric values for the user experience analytics category. Read-only. operationId: deviceManagement.userExperienceAnalyticsAppHealthOverview.ListMetricValues parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.userExperienceAnalyticsMetricCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceManagement.userExperienceAnalyticsCategory summary: Create new navigation property to metricValues for deviceManagement operationId: deviceManagement.userExperienceAnalyticsAppHealthOverview.CreateMetricValues requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsMetric' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsMetric' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation x-ms-docs-grouped-path: - '/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues' '/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}': description: Provides operations to manage the metricValues property of the microsoft.graph.userExperienceAnalyticsCategory entity. get: tags: - deviceManagement.userExperienceAnalyticsCategory summary: Get metricValues from deviceManagement description: The metric values for the user experience analytics category. Read-only. operationId: deviceManagement.userExperienceAnalyticsAppHealthOverview.GetMetricValues parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsMetric' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceManagement.userExperienceAnalyticsCategory summary: Update the navigation property metricValues in deviceManagement operationId: deviceManagement.userExperienceAnalyticsAppHealthOverview.UpdateMetricValues requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsMetric' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsMetric' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceManagement.userExperienceAnalyticsCategory summary: Delete navigation property metricValues for deviceManagement operationId: deviceManagement.userExperienceAnalyticsAppHealthOverview.DeleteMetricValues parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: userExperienceAnalyticsMetric-id in: path description: The unique identifier of userExperienceAnalyticsMetric required: true schema: type: string x-ms-docs-key-type: userExperienceAnalyticsMetric x-ms-docs-grouped-path: - '/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}' /deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/$count: description: Provides operations to count the resources in the collection. get: tags: - deviceManagement.userExperienceAnalyticsCategory summary: Get the number of the resource operationId: deviceManagement.userExperienceAnalyticsAppHealthOverview.metricValues.GetCount-8e50 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceManagement/userExperienceAnalyticsBaselines: description: Provides operations to manage the userExperienceAnalyticsBaselines property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.userExperienceAnalyticsBaseline summary: Get userExperienceAnalyticsBaselines from deviceManagement description: User experience analytics baselines operationId: deviceManagement.ListUserExperienceAnalyticsBaselines parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.userExperienceAnalyticsBaselineCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceManagement.userExperienceAnalyticsBaseline summary: Create new navigation property to userExperienceAnalyticsBaselines for deviceManagement operationId: deviceManagement.CreateUserExperienceAnalyticsBaselines requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsBaseline' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsBaseline' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}': description: Provides operations to manage the userExperienceAnalyticsBaselines property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.userExperienceAnalyticsBaseline summary: Get userExperienceAnalyticsBaselines from deviceManagement description: User experience analytics baselines operationId: deviceManagement.GetUserExperienceAnalyticsBaselines parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsBaseline' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceManagement.userExperienceAnalyticsBaseline summary: Update the navigation property userExperienceAnalyticsBaselines in deviceManagement operationId: deviceManagement.UpdateUserExperienceAnalyticsBaselines requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsBaseline' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsBaseline' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceManagement.userExperienceAnalyticsBaseline summary: Delete navigation property userExperienceAnalyticsBaselines for deviceManagement operationId: deviceManagement.DeleteUserExperienceAnalyticsBaselines parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: userExperienceAnalyticsBaseline-id in: path description: The unique identifier of userExperienceAnalyticsBaseline required: true schema: type: string x-ms-docs-key-type: userExperienceAnalyticsBaseline '/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/appHealthMetrics': description: Provides operations to manage the appHealthMetrics property of the microsoft.graph.userExperienceAnalyticsBaseline entity. get: tags: - deviceManagement.userExperienceAnalyticsBaseline summary: Get appHealthMetrics from deviceManagement description: The scores and insights for the application health metrics. operationId: deviceManagement.userExperienceAnalyticsBaselines.GetAppHealthMetrics parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsCategory' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: userExperienceAnalyticsBaseline-id in: path description: The unique identifier of userExperienceAnalyticsBaseline required: true schema: type: string x-ms-docs-key-type: userExperienceAnalyticsBaseline '/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/batteryHealthMetrics': description: Provides operations to manage the batteryHealthMetrics property of the microsoft.graph.userExperienceAnalyticsBaseline entity. get: tags: - deviceManagement.userExperienceAnalyticsBaseline summary: Get batteryHealthMetrics from deviceManagement description: The scores and insights for the battery health metrics. operationId: deviceManagement.userExperienceAnalyticsBaselines.GetBatteryHealthMetrics parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsCategory' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: userExperienceAnalyticsBaseline-id in: path description: The unique identifier of userExperienceAnalyticsBaseline required: true schema: type: string x-ms-docs-key-type: userExperienceAnalyticsBaseline '/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/bestPracticesMetrics': description: Provides operations to manage the bestPracticesMetrics property of the microsoft.graph.userExperienceAnalyticsBaseline entity. get: tags: - deviceManagement.userExperienceAnalyticsBaseline summary: Get bestPracticesMetrics from deviceManagement description: The scores and insights for the best practices metrics. operationId: deviceManagement.userExperienceAnalyticsBaselines.GetBestPracticesMetrics parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsCategory' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: userExperienceAnalyticsBaseline-id in: path description: The unique identifier of userExperienceAnalyticsBaseline required: true schema: type: string x-ms-docs-key-type: userExperienceAnalyticsBaseline '/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/deviceBootPerformanceMetrics': description: Provides operations to manage the deviceBootPerformanceMetrics property of the microsoft.graph.userExperienceAnalyticsBaseline entity. get: tags: - deviceManagement.userExperienceAnalyticsBaseline summary: Get deviceBootPerformanceMetrics from deviceManagement description: The scores and insights for the device boot performance metrics. operationId: deviceManagement.userExperienceAnalyticsBaselines.GetDeviceBootPerformanceMetrics parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsCategory' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: userExperienceAnalyticsBaseline-id in: path description: The unique identifier of userExperienceAnalyticsBaseline required: true schema: type: string x-ms-docs-key-type: userExperienceAnalyticsBaseline '/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/rebootAnalyticsMetrics': description: Provides operations to manage the rebootAnalyticsMetrics property of the microsoft.graph.userExperienceAnalyticsBaseline entity. get: tags: - deviceManagement.userExperienceAnalyticsBaseline summary: Get rebootAnalyticsMetrics from deviceManagement description: The scores and insights for the reboot analytics metrics. operationId: deviceManagement.userExperienceAnalyticsBaselines.GetRebootAnalyticsMetrics parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsCategory' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: userExperienceAnalyticsBaseline-id in: path description: The unique identifier of userExperienceAnalyticsBaseline required: true schema: type: string x-ms-docs-key-type: userExperienceAnalyticsBaseline '/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/resourcePerformanceMetrics': description: Provides operations to manage the resourcePerformanceMetrics property of the microsoft.graph.userExperienceAnalyticsBaseline entity. get: tags: - deviceManagement.userExperienceAnalyticsBaseline summary: Get resourcePerformanceMetrics from deviceManagement description: The scores and insights for the resource performance metrics. operationId: deviceManagement.userExperienceAnalyticsBaselines.GetResourcePerformanceMetrics parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsCategory' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: userExperienceAnalyticsBaseline-id in: path description: The unique identifier of userExperienceAnalyticsBaseline required: true schema: type: string x-ms-docs-key-type: userExperienceAnalyticsBaseline '/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/workFromAnywhereMetrics': description: Provides operations to manage the workFromAnywhereMetrics property of the microsoft.graph.userExperienceAnalyticsBaseline entity. get: tags: - deviceManagement.userExperienceAnalyticsBaseline summary: Get workFromAnywhereMetrics from deviceManagement description: The scores and insights for the work from anywhere metrics. operationId: deviceManagement.userExperienceAnalyticsBaselines.GetWorkFromAnywhereMetrics parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsCategory' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: userExperienceAnalyticsBaseline-id in: path description: The unique identifier of userExperienceAnalyticsBaseline required: true schema: type: string x-ms-docs-key-type: userExperienceAnalyticsBaseline /deviceManagement/userExperienceAnalyticsBaselines/$count: description: Provides operations to count the resources in the collection. get: tags: - deviceManagement.userExperienceAnalyticsBaseline summary: Get the number of the resource operationId: deviceManagement.userExperienceAnalyticsBaselines.GetCount-cb93 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceManagement/userExperienceAnalyticsCategories: description: Provides operations to manage the userExperienceAnalyticsCategories property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.userExperienceAnalyticsCategory summary: Get userExperienceAnalyticsCategories from deviceManagement description: User experience analytics categories operationId: deviceManagement.ListUserExperienceAnalyticsCategories parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.userExperienceAnalyticsCategoryCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceManagement.userExperienceAnalyticsCategory summary: Create new navigation property to userExperienceAnalyticsCategories for deviceManagement operationId: deviceManagement.CreateUserExperienceAnalyticsCategories requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsCategory' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsCategory' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}': description: Provides operations to manage the userExperienceAnalyticsCategories property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.userExperienceAnalyticsCategory summary: Get userExperienceAnalyticsCategories from deviceManagement description: User experience analytics categories operationId: deviceManagement.GetUserExperienceAnalyticsCategories parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsCategory' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceManagement.userExperienceAnalyticsCategory summary: Update the navigation property userExperienceAnalyticsCategories in deviceManagement operationId: deviceManagement.UpdateUserExperienceAnalyticsCategories requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsCategory' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsCategory' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceManagement.userExperienceAnalyticsCategory summary: Delete navigation property userExperienceAnalyticsCategories for deviceManagement operationId: deviceManagement.DeleteUserExperienceAnalyticsCategories parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: userExperienceAnalyticsCategory-id in: path description: The unique identifier of userExperienceAnalyticsCategory required: true schema: type: string x-ms-docs-key-type: userExperienceAnalyticsCategory '/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues': description: Provides operations to manage the metricValues property of the microsoft.graph.userExperienceAnalyticsCategory entity. get: tags: - deviceManagement.userExperienceAnalyticsCategory summary: Get metricValues from deviceManagement description: The metric values for the user experience analytics category. Read-only. operationId: deviceManagement.userExperienceAnalyticsCategories.ListMetricValues parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.userExperienceAnalyticsMetricCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceManagement.userExperienceAnalyticsCategory summary: Create new navigation property to metricValues for deviceManagement operationId: deviceManagement.userExperienceAnalyticsCategories.CreateMetricValues requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsMetric' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsMetric' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: userExperienceAnalyticsCategory-id in: path description: The unique identifier of userExperienceAnalyticsCategory required: true schema: type: string x-ms-docs-key-type: userExperienceAnalyticsCategory x-ms-docs-grouped-path: - /deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues '/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}': description: Provides operations to manage the metricValues property of the microsoft.graph.userExperienceAnalyticsCategory entity. get: tags: - deviceManagement.userExperienceAnalyticsCategory summary: Get metricValues from deviceManagement description: The metric values for the user experience analytics category. Read-only. operationId: deviceManagement.userExperienceAnalyticsCategories.GetMetricValues parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsMetric' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceManagement.userExperienceAnalyticsCategory summary: Update the navigation property metricValues in deviceManagement operationId: deviceManagement.userExperienceAnalyticsCategories.UpdateMetricValues requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsMetric' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsMetric' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceManagement.userExperienceAnalyticsCategory summary: Delete navigation property metricValues for deviceManagement operationId: deviceManagement.userExperienceAnalyticsCategories.DeleteMetricValues parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: userExperienceAnalyticsCategory-id in: path description: The unique identifier of userExperienceAnalyticsCategory required: true schema: type: string x-ms-docs-key-type: userExperienceAnalyticsCategory - name: userExperienceAnalyticsMetric-id in: path description: The unique identifier of userExperienceAnalyticsMetric required: true schema: type: string x-ms-docs-key-type: userExperienceAnalyticsMetric x-ms-docs-grouped-path: - '/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}' '/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceManagement.userExperienceAnalyticsCategory summary: Get the number of the resource operationId: deviceManagement.userExperienceAnalyticsCategories.metricValues.GetCount-a34c parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: userExperienceAnalyticsCategory-id in: path description: The unique identifier of userExperienceAnalyticsCategory required: true schema: type: string x-ms-docs-key-type: userExperienceAnalyticsCategory /deviceManagement/userExperienceAnalyticsCategories/$count: description: Provides operations to count the resources in the collection. get: tags: - deviceManagement.userExperienceAnalyticsCategory summary: Get the number of the resource operationId: deviceManagement.userExperienceAnalyticsCategories.GetCount-6bb5 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceManagement/userExperienceAnalyticsDevicePerformance: description: Provides operations to manage the userExperienceAnalyticsDevicePerformance property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.userExperienceAnalyticsDevicePerformance summary: Get userExperienceAnalyticsDevicePerformance from deviceManagement description: User experience analytics device performance operationId: deviceManagement.ListUserExperienceAnalyticsDevicePerformance parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.userExperienceAnalyticsDevicePerformanceCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceManagement.userExperienceAnalyticsDevicePerformance summary: Create new navigation property to userExperienceAnalyticsDevicePerformance for deviceManagement operationId: deviceManagement.CreateUserExperienceAnalyticsDevicePerformance requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsDevicePerformance' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsDevicePerformance' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}': description: Provides operations to manage the userExperienceAnalyticsDevicePerformance property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.userExperienceAnalyticsDevicePerformance summary: Get userExperienceAnalyticsDevicePerformance from deviceManagement description: User experience analytics device performance operationId: deviceManagement.GetUserExperienceAnalyticsDevicePerformance parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsDevicePerformance' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceManagement.userExperienceAnalyticsDevicePerformance summary: Update the navigation property userExperienceAnalyticsDevicePerformance in deviceManagement operationId: deviceManagement.UpdateUserExperienceAnalyticsDevicePerformance requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsDevicePerformance' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsDevicePerformance' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceManagement.userExperienceAnalyticsDevicePerformance summary: Delete navigation property userExperienceAnalyticsDevicePerformance for deviceManagement operationId: deviceManagement.DeleteUserExperienceAnalyticsDevicePerformance parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: userExperienceAnalyticsDevicePerformance-id in: path description: The unique identifier of userExperienceAnalyticsDevicePerformance required: true schema: type: string x-ms-docs-key-type: userExperienceAnalyticsDevicePerformance /deviceManagement/userExperienceAnalyticsDevicePerformance/$count: description: Provides operations to count the resources in the collection. get: tags: - deviceManagement.userExperienceAnalyticsDevicePerformance summary: Get the number of the resource operationId: deviceManagement.userExperienceAnalyticsDevicePerformance.GetCount-7e9c parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' '/deviceManagement/userExperienceAnalyticsDevicePerformance/summarizeDevicePerformanceDevices(summarizeBy=''{summarizeBy}'')': description: Provides operations to call the summarizeDevicePerformanceDevices method. get: tags: - deviceManagement.Functions summary: Invoke function summarizeDevicePerformanceDevices operationId: deviceManagement.userExperienceAnalyticsDevicePerformance.summarizeDevicePerformanceDevices parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of userExperienceAnalyticsDevicePerformance type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsDevicePerformance' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: summarizeBy in: path description: 'Usage: summarizeBy=''{summarizeBy}''' required: true schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsSummarizedBy' /deviceManagement/userExperienceAnalyticsDeviceScores: description: Provides operations to manage the userExperienceAnalyticsDeviceScores property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.userExperienceAnalyticsDeviceScores summary: Get userExperienceAnalyticsDeviceScores from deviceManagement description: User experience analytics device scores operationId: deviceManagement.ListUserExperienceAnalyticsDeviceScores parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.userExperienceAnalyticsDeviceScoresCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceManagement.userExperienceAnalyticsDeviceScores summary: Create new navigation property to userExperienceAnalyticsDeviceScores for deviceManagement operationId: deviceManagement.CreateUserExperienceAnalyticsDeviceScores requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsDeviceScores' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsDeviceScores' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores-id}': description: Provides operations to manage the userExperienceAnalyticsDeviceScores property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.userExperienceAnalyticsDeviceScores summary: Get userExperienceAnalyticsDeviceScores from deviceManagement description: User experience analytics device scores operationId: deviceManagement.GetUserExperienceAnalyticsDeviceScores parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsDeviceScores' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceManagement.userExperienceAnalyticsDeviceScores summary: Update the navigation property userExperienceAnalyticsDeviceScores in deviceManagement operationId: deviceManagement.UpdateUserExperienceAnalyticsDeviceScores requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsDeviceScores' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsDeviceScores' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceManagement.userExperienceAnalyticsDeviceScores summary: Delete navigation property userExperienceAnalyticsDeviceScores for deviceManagement operationId: deviceManagement.DeleteUserExperienceAnalyticsDeviceScores parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: userExperienceAnalyticsDeviceScores-id in: path description: The unique identifier of userExperienceAnalyticsDeviceScores required: true schema: type: string x-ms-docs-key-type: userExperienceAnalyticsDeviceScores /deviceManagement/userExperienceAnalyticsDeviceScores/$count: description: Provides operations to count the resources in the collection. get: tags: - deviceManagement.userExperienceAnalyticsDeviceScores summary: Get the number of the resource operationId: deviceManagement.userExperienceAnalyticsDeviceScores.GetCount-396a parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceManagement/userExperienceAnalyticsDeviceStartupHistory: description: Provides operations to manage the userExperienceAnalyticsDeviceStartupHistory property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.userExperienceAnalyticsDeviceStartupHistory summary: Get userExperienceAnalyticsDeviceStartupHistory from deviceManagement description: User experience analytics device Startup History operationId: deviceManagement.ListUserExperienceAnalyticsDeviceStartupHistory parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.userExperienceAnalyticsDeviceStartupHistoryCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceManagement.userExperienceAnalyticsDeviceStartupHistory summary: Create new navigation property to userExperienceAnalyticsDeviceStartupHistory for deviceManagement operationId: deviceManagement.CreateUserExperienceAnalyticsDeviceStartupHistory requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsDeviceStartupHistory' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsDeviceStartupHistory' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}': description: Provides operations to manage the userExperienceAnalyticsDeviceStartupHistory property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.userExperienceAnalyticsDeviceStartupHistory summary: Get userExperienceAnalyticsDeviceStartupHistory from deviceManagement description: User experience analytics device Startup History operationId: deviceManagement.GetUserExperienceAnalyticsDeviceStartupHistory parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsDeviceStartupHistory' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceManagement.userExperienceAnalyticsDeviceStartupHistory summary: Update the navigation property userExperienceAnalyticsDeviceStartupHistory in deviceManagement operationId: deviceManagement.UpdateUserExperienceAnalyticsDeviceStartupHistory requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsDeviceStartupHistory' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsDeviceStartupHistory' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceManagement.userExperienceAnalyticsDeviceStartupHistory summary: Delete navigation property userExperienceAnalyticsDeviceStartupHistory for deviceManagement operationId: deviceManagement.DeleteUserExperienceAnalyticsDeviceStartupHistory parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: userExperienceAnalyticsDeviceStartupHistory-id in: path description: The unique identifier of userExperienceAnalyticsDeviceStartupHistory required: true schema: type: string x-ms-docs-key-type: userExperienceAnalyticsDeviceStartupHistory /deviceManagement/userExperienceAnalyticsDeviceStartupHistory/$count: description: Provides operations to count the resources in the collection. get: tags: - deviceManagement.userExperienceAnalyticsDeviceStartupHistory summary: Get the number of the resource operationId: deviceManagement.userExperienceAnalyticsDeviceStartupHistory.GetCount-a819 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceManagement/userExperienceAnalyticsDeviceStartupProcesses: description: Provides operations to manage the userExperienceAnalyticsDeviceStartupProcesses property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.userExperienceAnalyticsDeviceStartupProcess summary: Get userExperienceAnalyticsDeviceStartupProcesses from deviceManagement description: User experience analytics device Startup Processes operationId: deviceManagement.ListUserExperienceAnalyticsDeviceStartupProcesses parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.userExperienceAnalyticsDeviceStartupProcessCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceManagement.userExperienceAnalyticsDeviceStartupProcess summary: Create new navigation property to userExperienceAnalyticsDeviceStartupProcesses for deviceManagement operationId: deviceManagement.CreateUserExperienceAnalyticsDeviceStartupProcesses requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsDeviceStartupProcess' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsDeviceStartupProcess' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}': description: Provides operations to manage the userExperienceAnalyticsDeviceStartupProcesses property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.userExperienceAnalyticsDeviceStartupProcess summary: Get userExperienceAnalyticsDeviceStartupProcesses from deviceManagement description: User experience analytics device Startup Processes operationId: deviceManagement.GetUserExperienceAnalyticsDeviceStartupProcesses parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsDeviceStartupProcess' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceManagement.userExperienceAnalyticsDeviceStartupProcess summary: Update the navigation property userExperienceAnalyticsDeviceStartupProcesses in deviceManagement operationId: deviceManagement.UpdateUserExperienceAnalyticsDeviceStartupProcesses requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsDeviceStartupProcess' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsDeviceStartupProcess' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceManagement.userExperienceAnalyticsDeviceStartupProcess summary: Delete navigation property userExperienceAnalyticsDeviceStartupProcesses for deviceManagement operationId: deviceManagement.DeleteUserExperienceAnalyticsDeviceStartupProcesses parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: userExperienceAnalyticsDeviceStartupProcess-id in: path description: The unique identifier of userExperienceAnalyticsDeviceStartupProcess required: true schema: type: string x-ms-docs-key-type: userExperienceAnalyticsDeviceStartupProcess /deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/$count: description: Provides operations to count the resources in the collection. get: tags: - deviceManagement.userExperienceAnalyticsDeviceStartupProcess summary: Get the number of the resource operationId: deviceManagement.userExperienceAnalyticsDeviceStartupProcesses.GetCount-f629 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance: description: Provides operations to manage the userExperienceAnalyticsDeviceStartupProcessPerformance property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.userExperienceAnalyticsDeviceStartupProcessPerformance summary: Get userExperienceAnalyticsDeviceStartupProcessPerformance from deviceManagement description: User experience analytics device Startup Process Performance operationId: deviceManagement.ListUserExperienceAnalyticsDeviceStartupProcessPerformance parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.userExperienceAnalyticsDeviceStartupProcessPerformanceCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceManagement.userExperienceAnalyticsDeviceStartupProcessPerformance summary: Create new navigation property to userExperienceAnalyticsDeviceStartupProcessPerformance for deviceManagement operationId: deviceManagement.CreateUserExperienceAnalyticsDeviceStartupProcessPerformance requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsDeviceStartupProcessPerformance' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsDeviceStartupProcessPerformance' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/{userExperienceAnalyticsDeviceStartupProcessPerformance-id}': description: Provides operations to manage the userExperienceAnalyticsDeviceStartupProcessPerformance property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.userExperienceAnalyticsDeviceStartupProcessPerformance summary: Get userExperienceAnalyticsDeviceStartupProcessPerformance from deviceManagement description: User experience analytics device Startup Process Performance operationId: deviceManagement.GetUserExperienceAnalyticsDeviceStartupProcessPerformance parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsDeviceStartupProcessPerformance' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceManagement.userExperienceAnalyticsDeviceStartupProcessPerformance summary: Update the navigation property userExperienceAnalyticsDeviceStartupProcessPerformance in deviceManagement operationId: deviceManagement.UpdateUserExperienceAnalyticsDeviceStartupProcessPerformance requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsDeviceStartupProcessPerformance' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsDeviceStartupProcessPerformance' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceManagement.userExperienceAnalyticsDeviceStartupProcessPerformance summary: Delete navigation property userExperienceAnalyticsDeviceStartupProcessPerformance for deviceManagement operationId: deviceManagement.DeleteUserExperienceAnalyticsDeviceStartupProcessPerformance parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: userExperienceAnalyticsDeviceStartupProcessPerformance-id in: path description: The unique identifier of userExperienceAnalyticsDeviceStartupProcessPerformance required: true schema: type: string x-ms-docs-key-type: userExperienceAnalyticsDeviceStartupProcessPerformance /deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/$count: description: Provides operations to count the resources in the collection. get: tags: - deviceManagement.userExperienceAnalyticsDeviceStartupProcessPerformance summary: Get the number of the resource operationId: deviceManagement.userExperienceAnalyticsDeviceStartupProcessPerformance.GetCount-2dec parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceManagement/userExperienceAnalyticsMetricHistory: description: Provides operations to manage the userExperienceAnalyticsMetricHistory property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.userExperienceAnalyticsMetricHistory summary: Get userExperienceAnalyticsMetricHistory from deviceManagement description: User experience analytics metric history operationId: deviceManagement.ListUserExperienceAnalyticsMetricHistory parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.userExperienceAnalyticsMetricHistoryCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceManagement.userExperienceAnalyticsMetricHistory summary: Create new navigation property to userExperienceAnalyticsMetricHistory for deviceManagement operationId: deviceManagement.CreateUserExperienceAnalyticsMetricHistory requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsMetricHistory' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsMetricHistory' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}': description: Provides operations to manage the userExperienceAnalyticsMetricHistory property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.userExperienceAnalyticsMetricHistory summary: Get userExperienceAnalyticsMetricHistory from deviceManagement description: User experience analytics metric history operationId: deviceManagement.GetUserExperienceAnalyticsMetricHistory parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsMetricHistory' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceManagement.userExperienceAnalyticsMetricHistory summary: Update the navigation property userExperienceAnalyticsMetricHistory in deviceManagement operationId: deviceManagement.UpdateUserExperienceAnalyticsMetricHistory requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsMetricHistory' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsMetricHistory' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceManagement.userExperienceAnalyticsMetricHistory summary: Delete navigation property userExperienceAnalyticsMetricHistory for deviceManagement operationId: deviceManagement.DeleteUserExperienceAnalyticsMetricHistory parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: userExperienceAnalyticsMetricHistory-id in: path description: The unique identifier of userExperienceAnalyticsMetricHistory required: true schema: type: string x-ms-docs-key-type: userExperienceAnalyticsMetricHistory /deviceManagement/userExperienceAnalyticsMetricHistory/$count: description: Provides operations to count the resources in the collection. get: tags: - deviceManagement.userExperienceAnalyticsMetricHistory summary: Get the number of the resource operationId: deviceManagement.userExperienceAnalyticsMetricHistory.GetCount-6671 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceManagement/userExperienceAnalyticsModelScores: description: Provides operations to manage the userExperienceAnalyticsModelScores property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.userExperienceAnalyticsModelScores summary: Get userExperienceAnalyticsModelScores from deviceManagement description: User experience analytics model scores operationId: deviceManagement.ListUserExperienceAnalyticsModelScores parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.userExperienceAnalyticsModelScoresCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceManagement.userExperienceAnalyticsModelScores summary: Create new navigation property to userExperienceAnalyticsModelScores for deviceManagement operationId: deviceManagement.CreateUserExperienceAnalyticsModelScores requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsModelScores' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsModelScores' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores-id}': description: Provides operations to manage the userExperienceAnalyticsModelScores property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.userExperienceAnalyticsModelScores summary: Get userExperienceAnalyticsModelScores from deviceManagement description: User experience analytics model scores operationId: deviceManagement.GetUserExperienceAnalyticsModelScores parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsModelScores' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceManagement.userExperienceAnalyticsModelScores summary: Update the navigation property userExperienceAnalyticsModelScores in deviceManagement operationId: deviceManagement.UpdateUserExperienceAnalyticsModelScores requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsModelScores' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsModelScores' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceManagement.userExperienceAnalyticsModelScores summary: Delete navigation property userExperienceAnalyticsModelScores for deviceManagement operationId: deviceManagement.DeleteUserExperienceAnalyticsModelScores parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: userExperienceAnalyticsModelScores-id in: path description: The unique identifier of userExperienceAnalyticsModelScores required: true schema: type: string x-ms-docs-key-type: userExperienceAnalyticsModelScores /deviceManagement/userExperienceAnalyticsModelScores/$count: description: Provides operations to count the resources in the collection. get: tags: - deviceManagement.userExperienceAnalyticsModelScores summary: Get the number of the resource operationId: deviceManagement.userExperienceAnalyticsModelScores.GetCount-aff3 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceManagement/userExperienceAnalyticsOverview: description: Provides operations to manage the userExperienceAnalyticsOverview property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.userExperienceAnalyticsOverview summary: Get userExperienceAnalyticsOverview from deviceManagement description: User experience analytics overview operationId: deviceManagement.GetUserExperienceAnalyticsOverview parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsOverview' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceManagement.userExperienceAnalyticsOverview summary: Update the navigation property userExperienceAnalyticsOverview in deviceManagement operationId: deviceManagement.UpdateUserExperienceAnalyticsOverview requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsOverview' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsOverview' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceManagement.userExperienceAnalyticsOverview summary: Delete navigation property userExperienceAnalyticsOverview for deviceManagement operationId: deviceManagement.DeleteUserExperienceAnalyticsOverview parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /deviceManagement/userExperienceAnalyticsScoreHistory: description: Provides operations to manage the userExperienceAnalyticsScoreHistory property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.userExperienceAnalyticsScoreHistory summary: Get userExperienceAnalyticsScoreHistory from deviceManagement description: User experience analytics device Startup Score History operationId: deviceManagement.ListUserExperienceAnalyticsScoreHistory parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.userExperienceAnalyticsScoreHistoryCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceManagement.userExperienceAnalyticsScoreHistory summary: Create new navigation property to userExperienceAnalyticsScoreHistory for deviceManagement operationId: deviceManagement.CreateUserExperienceAnalyticsScoreHistory requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsScoreHistory' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsScoreHistory' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}': description: Provides operations to manage the userExperienceAnalyticsScoreHistory property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.userExperienceAnalyticsScoreHistory summary: Get userExperienceAnalyticsScoreHistory from deviceManagement description: User experience analytics device Startup Score History operationId: deviceManagement.GetUserExperienceAnalyticsScoreHistory parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsScoreHistory' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceManagement.userExperienceAnalyticsScoreHistory summary: Update the navigation property userExperienceAnalyticsScoreHistory in deviceManagement operationId: deviceManagement.UpdateUserExperienceAnalyticsScoreHistory requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsScoreHistory' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsScoreHistory' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceManagement.userExperienceAnalyticsScoreHistory summary: Delete navigation property userExperienceAnalyticsScoreHistory for deviceManagement operationId: deviceManagement.DeleteUserExperienceAnalyticsScoreHistory parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: userExperienceAnalyticsScoreHistory-id in: path description: The unique identifier of userExperienceAnalyticsScoreHistory required: true schema: type: string x-ms-docs-key-type: userExperienceAnalyticsScoreHistory /deviceManagement/userExperienceAnalyticsScoreHistory/$count: description: Provides operations to count the resources in the collection. get: tags: - deviceManagement.userExperienceAnalyticsScoreHistory summary: Get the number of the resource operationId: deviceManagement.userExperienceAnalyticsScoreHistory.GetCount-e5ba parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric: description: Provides operations to manage the userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric summary: Get userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric from deviceManagement description: User experience analytics work from anywhere hardware readiness metrics. operationId: deviceManagement.GetUserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceManagement.userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric summary: Update the navigation property userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric in deviceManagement operationId: deviceManagement.UpdateUserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceManagement.userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric summary: Delete navigation property userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric for deviceManagement operationId: deviceManagement.DeleteUserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics: description: Provides operations to manage the userExperienceAnalyticsWorkFromAnywhereMetrics property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.userExperienceAnalyticsWorkFromAnywhereMetric summary: Get userExperienceAnalyticsWorkFromAnywhereMetrics from deviceManagement description: User experience analytics work from anywhere metrics. operationId: deviceManagement.ListUserExperienceAnalyticsWorkFromAnywhereMetrics parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.userExperienceAnalyticsWorkFromAnywhereMetricCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceManagement.userExperienceAnalyticsWorkFromAnywhereMetric summary: Create new navigation property to userExperienceAnalyticsWorkFromAnywhereMetrics for deviceManagement operationId: deviceManagement.CreateUserExperienceAnalyticsWorkFromAnywhereMetrics requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsWorkFromAnywhereMetric' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsWorkFromAnywhereMetric' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}': description: Provides operations to manage the userExperienceAnalyticsWorkFromAnywhereMetrics property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.userExperienceAnalyticsWorkFromAnywhereMetric summary: Get userExperienceAnalyticsWorkFromAnywhereMetrics from deviceManagement description: User experience analytics work from anywhere metrics. operationId: deviceManagement.GetUserExperienceAnalyticsWorkFromAnywhereMetrics parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsWorkFromAnywhereMetric' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceManagement.userExperienceAnalyticsWorkFromAnywhereMetric summary: Update the navigation property userExperienceAnalyticsWorkFromAnywhereMetrics in deviceManagement operationId: deviceManagement.UpdateUserExperienceAnalyticsWorkFromAnywhereMetrics requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsWorkFromAnywhereMetric' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsWorkFromAnywhereMetric' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceManagement.userExperienceAnalyticsWorkFromAnywhereMetric summary: Delete navigation property userExperienceAnalyticsWorkFromAnywhereMetrics for deviceManagement operationId: deviceManagement.DeleteUserExperienceAnalyticsWorkFromAnywhereMetrics parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: userExperienceAnalyticsWorkFromAnywhereMetric-id in: path description: The unique identifier of userExperienceAnalyticsWorkFromAnywhereMetric required: true schema: type: string x-ms-docs-key-type: userExperienceAnalyticsWorkFromAnywhereMetric '/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices': description: Provides operations to manage the metricDevices property of the microsoft.graph.userExperienceAnalyticsWorkFromAnywhereMetric entity. get: tags: - deviceManagement.userExperienceAnalyticsWorkFromAnywhereMetric summary: Get metricDevices from deviceManagement description: The work from anywhere metric devices. Read-only. operationId: deviceManagement.userExperienceAnalyticsWorkFromAnywhereMetrics.ListMetricDevices parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.userExperienceAnalyticsWorkFromAnywhereDeviceCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceManagement.userExperienceAnalyticsWorkFromAnywhereMetric summary: Create new navigation property to metricDevices for deviceManagement operationId: deviceManagement.userExperienceAnalyticsWorkFromAnywhereMetrics.CreateMetricDevices requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsWorkFromAnywhereDevice' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsWorkFromAnywhereDevice' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: userExperienceAnalyticsWorkFromAnywhereMetric-id in: path description: The unique identifier of userExperienceAnalyticsWorkFromAnywhereMetric required: true schema: type: string x-ms-docs-key-type: userExperienceAnalyticsWorkFromAnywhereMetric '/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}': description: Provides operations to manage the metricDevices property of the microsoft.graph.userExperienceAnalyticsWorkFromAnywhereMetric entity. get: tags: - deviceManagement.userExperienceAnalyticsWorkFromAnywhereMetric summary: Get metricDevices from deviceManagement description: The work from anywhere metric devices. Read-only. operationId: deviceManagement.userExperienceAnalyticsWorkFromAnywhereMetrics.GetMetricDevices parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsWorkFromAnywhereDevice' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceManagement.userExperienceAnalyticsWorkFromAnywhereMetric summary: Update the navigation property metricDevices in deviceManagement operationId: deviceManagement.userExperienceAnalyticsWorkFromAnywhereMetrics.UpdateMetricDevices requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsWorkFromAnywhereDevice' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsWorkFromAnywhereDevice' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceManagement.userExperienceAnalyticsWorkFromAnywhereMetric summary: Delete navigation property metricDevices for deviceManagement operationId: deviceManagement.userExperienceAnalyticsWorkFromAnywhereMetrics.DeleteMetricDevices parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: userExperienceAnalyticsWorkFromAnywhereMetric-id in: path description: The unique identifier of userExperienceAnalyticsWorkFromAnywhereMetric required: true schema: type: string x-ms-docs-key-type: userExperienceAnalyticsWorkFromAnywhereMetric - name: userExperienceAnalyticsWorkFromAnywhereDevice-id in: path description: The unique identifier of userExperienceAnalyticsWorkFromAnywhereDevice required: true schema: type: string x-ms-docs-key-type: userExperienceAnalyticsWorkFromAnywhereDevice '/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceManagement.userExperienceAnalyticsWorkFromAnywhereMetric summary: Get the number of the resource operationId: deviceManagement.userExperienceAnalyticsWorkFromAnywhereMetrics.metricDevices.GetCount-bd0e parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: userExperienceAnalyticsWorkFromAnywhereMetric-id in: path description: The unique identifier of userExperienceAnalyticsWorkFromAnywhereMetric required: true schema: type: string x-ms-docs-key-type: userExperienceAnalyticsWorkFromAnywhereMetric /deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/$count: description: Provides operations to count the resources in the collection. get: tags: - deviceManagement.userExperienceAnalyticsWorkFromAnywhereMetric summary: Get the number of the resource operationId: deviceManagement.userExperienceAnalyticsWorkFromAnywhereMetrics.GetCount-2efc parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance: description: Provides operations to manage the userExperienceAnalyticsWorkFromAnywhereModelPerformance property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.userExperienceAnalyticsWorkFromAnywhereModelPerformance summary: Get userExperienceAnalyticsWorkFromAnywhereModelPerformance from deviceManagement description: The user experience analytics work from anywhere model performance operationId: deviceManagement.ListUserExperienceAnalyticsWorkFromAnywhereModelPerformance parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.userExperienceAnalyticsWorkFromAnywhereModelPerformanceCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceManagement.userExperienceAnalyticsWorkFromAnywhereModelPerformance summary: Create new navigation property to userExperienceAnalyticsWorkFromAnywhereModelPerformance for deviceManagement operationId: deviceManagement.CreateUserExperienceAnalyticsWorkFromAnywhereModelPerformance requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsWorkFromAnywhereModelPerformance' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsWorkFromAnywhereModelPerformance' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}': description: Provides operations to manage the userExperienceAnalyticsWorkFromAnywhereModelPerformance property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.userExperienceAnalyticsWorkFromAnywhereModelPerformance summary: Get userExperienceAnalyticsWorkFromAnywhereModelPerformance from deviceManagement description: The user experience analytics work from anywhere model performance operationId: deviceManagement.GetUserExperienceAnalyticsWorkFromAnywhereModelPerformance parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsWorkFromAnywhereModelPerformance' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceManagement.userExperienceAnalyticsWorkFromAnywhereModelPerformance summary: Update the navigation property userExperienceAnalyticsWorkFromAnywhereModelPerformance in deviceManagement operationId: deviceManagement.UpdateUserExperienceAnalyticsWorkFromAnywhereModelPerformance requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsWorkFromAnywhereModelPerformance' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsWorkFromAnywhereModelPerformance' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceManagement.userExperienceAnalyticsWorkFromAnywhereModelPerformance summary: Delete navigation property userExperienceAnalyticsWorkFromAnywhereModelPerformance for deviceManagement operationId: deviceManagement.DeleteUserExperienceAnalyticsWorkFromAnywhereModelPerformance parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: userExperienceAnalyticsWorkFromAnywhereModelPerformance-id in: path description: The unique identifier of userExperienceAnalyticsWorkFromAnywhereModelPerformance required: true schema: type: string x-ms-docs-key-type: userExperienceAnalyticsWorkFromAnywhereModelPerformance /deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/$count: description: Provides operations to count the resources in the collection. get: tags: - deviceManagement.userExperienceAnalyticsWorkFromAnywhereModelPerformance summary: Get the number of the resource operationId: deviceManagement.userExperienceAnalyticsWorkFromAnywhereModelPerformance.GetCount-4b25 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceManagement/virtualEndpoint: description: Provides operations to manage the virtualEndpoint property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.virtualEndpoint summary: Get virtualEndpoint from deviceManagement description: Virtual endpoint operationId: deviceManagement.GetVirtualEndpoint parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.virtualEndpoint' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceManagement.virtualEndpoint summary: Update the navigation property virtualEndpoint in deviceManagement operationId: deviceManagement.UpdateVirtualEndpoint requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.virtualEndpoint' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.virtualEndpoint' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceManagement.virtualEndpoint summary: Delete navigation property virtualEndpoint for deviceManagement operationId: deviceManagement.DeleteVirtualEndpoint parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /deviceManagement/virtualEndpoint/auditEvents: description: Provides operations to manage the auditEvents property of the microsoft.graph.virtualEndpoint entity. get: tags: - deviceManagement.virtualEndpoint summary: List auditEvents description: List all the cloudPcAuditEvent objects for the tenant. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/virtualendpoint-list-auditevents?view=graph-rest-1.0 operationId: deviceManagement.virtualEndpoint.ListAuditEvents parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.cloudPcAuditEventCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceManagement.virtualEndpoint summary: Create new navigation property to auditEvents for deviceManagement operationId: deviceManagement.virtualEndpoint.CreateAuditEvents requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.cloudPcAuditEvent' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.cloudPcAuditEvent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/deviceManagement/virtualEndpoint/auditEvents/{cloudPcAuditEvent-id}': description: Provides operations to manage the auditEvents property of the microsoft.graph.virtualEndpoint entity. get: tags: - deviceManagement.virtualEndpoint summary: Get cloudPcAuditEvent description: Read the properties and relationships of a cloudPcAuditEvent object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/cloudpcauditevent-get?view=graph-rest-1.0 operationId: deviceManagement.virtualEndpoint.GetAuditEvents parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.cloudPcAuditEvent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceManagement.virtualEndpoint summary: Update the navigation property auditEvents in deviceManagement operationId: deviceManagement.virtualEndpoint.UpdateAuditEvents requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.cloudPcAuditEvent' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.cloudPcAuditEvent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceManagement.virtualEndpoint summary: Delete navigation property auditEvents for deviceManagement operationId: deviceManagement.virtualEndpoint.DeleteAuditEvents parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: cloudPcAuditEvent-id in: path description: The unique identifier of cloudPcAuditEvent required: true schema: type: string x-ms-docs-key-type: cloudPcAuditEvent /deviceManagement/virtualEndpoint/auditEvents/$count: description: Provides operations to count the resources in the collection. get: tags: - deviceManagement.virtualEndpoint summary: Get the number of the resource operationId: deviceManagement.virtualEndpoint.auditEvents.GetCount-dc99 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceManagement/virtualEndpoint/auditEvents/getAuditActivityTypes(): description: Provides operations to call the getAuditActivityTypes method. get: tags: - deviceManagement.Functions summary: Invoke function getAuditActivityTypes description: Get audit activity types by tenant ID. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/cloudpcauditevent-getauditactivitytypes?view=graph-rest-1.0 operationId: deviceManagement.virtualEndpoint.auditEvents.getAuditActivityTypes parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: type: string nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-grouped-path: - '/deviceManagement/auditEvents/getAuditActivityTypes(category=''{category}'')' /deviceManagement/virtualEndpoint/cloudPCs: description: Provides operations to manage the cloudPCs property of the microsoft.graph.virtualEndpoint entity. get: tags: - deviceManagement.virtualEndpoint summary: List cloudPCs description: List the cloudPC devices in a tenant. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/virtualendpoint-list-cloudpcs?view=graph-rest-1.0 operationId: deviceManagement.virtualEndpoint.ListCloudPCs parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.cloudPCCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceManagement.virtualEndpoint summary: Create new navigation property to cloudPCs for deviceManagement operationId: deviceManagement.virtualEndpoint.CreateCloudPCs requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.cloudPC' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.cloudPC' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}': description: Provides operations to manage the cloudPCs property of the microsoft.graph.virtualEndpoint entity. get: tags: - deviceManagement.virtualEndpoint summary: Get cloudPC description: Read the properties and relationships of a specific cloudPC object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/cloudpc-get?view=graph-rest-1.0 operationId: deviceManagement.virtualEndpoint.GetCloudPCs parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.cloudPC' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceManagement.virtualEndpoint summary: Update the navigation property cloudPCs in deviceManagement operationId: deviceManagement.virtualEndpoint.UpdateCloudPCs requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.cloudPC' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.cloudPC' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceManagement.virtualEndpoint summary: Delete navigation property cloudPCs for deviceManagement operationId: deviceManagement.virtualEndpoint.DeleteCloudPCs parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: cloudPC-id in: path description: The unique identifier of cloudPC required: true schema: type: string x-ms-docs-key-type: cloudPC '/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/endGracePeriod': description: Provides operations to call the endGracePeriod method. post: tags: - deviceManagement.Actions summary: Invoke action endGracePeriod description: End the grace period for a specific cloudPC object. The grace period is triggered when the Cloud PC license is removed or the provisioning policy is unassigned. It allows users to access Cloud PCs for up to seven days before deprovisioning occurs. Ending the grace period immediately deprovisions the Cloud PC without waiting the seven days. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/cloudpc-endgraceperiod?view=graph-rest-1.0 operationId: deviceManagement.virtualEndpoint.cloudPCs.cloudPC.endGracePeriod responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: cloudPC-id in: path description: The unique identifier of cloudPC required: true schema: type: string x-ms-docs-key-type: cloudPC '/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/reboot': description: Provides operations to call the reboot method. post: tags: - deviceManagement.Actions summary: Invoke action reboot description: Reboot a specific cloudPC object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/cloudpc-reboot?view=graph-rest-1.0 operationId: deviceManagement.virtualEndpoint.cloudPCs.cloudPC.reboot responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: cloudPC-id in: path description: The unique identifier of cloudPC required: true schema: type: string x-ms-docs-key-type: cloudPC '/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/rename': description: Provides operations to call the rename method. post: tags: - deviceManagement.Actions summary: Invoke action rename description: Rename a specific cloudPC object. Use this API to update the displayName of a Cloud PC entity. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/cloudpc-rename?view=graph-rest-1.0 operationId: deviceManagement.virtualEndpoint.cloudPCs.cloudPC.rename requestBody: description: Action parameters content: application/json: schema: type: object properties: displayName: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: cloudPC-id in: path description: The unique identifier of cloudPC required: true schema: type: string x-ms-docs-key-type: cloudPC '/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/restore': description: Provides operations to call the restore method. post: tags: - deviceManagement.Actions summary: Invoke action restore description: Restore a specific cloudPC object to a previous state from a snapshot. Use this API to trigger a remote action that restores a Cloud PC device to a previous state. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/cloudpc-restore?view=graph-rest-1.0 operationId: deviceManagement.virtualEndpoint.cloudPCs.cloudPC.restore requestBody: description: Action parameters content: application/json: schema: type: object properties: cloudPcSnapshotId: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: cloudPC-id in: path description: The unique identifier of cloudPC required: true schema: type: string x-ms-docs-key-type: cloudPC '/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/troubleshoot': description: Provides operations to call the troubleshoot method. post: tags: - deviceManagement.Actions summary: Invoke action troubleshoot description: Troubleshoot a specific cloudPC object. Use this API to check the health status of the Cloud PC and the session host. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/cloudpc-troubleshoot?view=graph-rest-1.0 operationId: deviceManagement.virtualEndpoint.cloudPCs.cloudPC.troubleshoot responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: cloudPC-id in: path description: The unique identifier of cloudPC required: true schema: type: string x-ms-docs-key-type: cloudPC /deviceManagement/virtualEndpoint/cloudPCs/$count: description: Provides operations to count the resources in the collection. get: tags: - deviceManagement.virtualEndpoint summary: Get the number of the resource operationId: deviceManagement.virtualEndpoint.cloudPCs.GetCount-07ce parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceManagement/virtualEndpoint/deviceImages: description: Provides operations to manage the deviceImages property of the microsoft.graph.virtualEndpoint entity. get: tags: - deviceManagement.virtualEndpoint summary: List deviceImages description: List the properties and relationships of cloudPcDeviceImage objects (operating system images) uploaded to Cloud PC. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/virtualendpoint-list-deviceimages?view=graph-rest-1.0 operationId: deviceManagement.virtualEndpoint.ListDeviceImages parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.cloudPcDeviceImageCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceManagement.virtualEndpoint summary: Create cloudPcDeviceImage description: Create a new cloudPcDeviceImage object. Upload a custom OS image that you can later provision on Cloud PCs. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/virtualendpoint-post-deviceimages?view=graph-rest-1.0 operationId: deviceManagement.virtualEndpoint.CreateDeviceImages requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.cloudPcDeviceImage' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.cloudPcDeviceImage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}': description: Provides operations to manage the deviceImages property of the microsoft.graph.virtualEndpoint entity. get: tags: - deviceManagement.virtualEndpoint summary: Get cloudPcDeviceImage description: Read the properties and relationships of a specific cloudPcDeviceImage object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/cloudpcdeviceimage-get?view=graph-rest-1.0 operationId: deviceManagement.virtualEndpoint.GetDeviceImages parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.cloudPcDeviceImage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceManagement.virtualEndpoint summary: Update the navigation property deviceImages in deviceManagement operationId: deviceManagement.virtualEndpoint.UpdateDeviceImages requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.cloudPcDeviceImage' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.cloudPcDeviceImage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceManagement.virtualEndpoint summary: Delete cloudPcDeviceImage description: Delete a cloudPcDeviceImage object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/cloudpcdeviceimage-delete?view=graph-rest-1.0 operationId: deviceManagement.virtualEndpoint.DeleteDeviceImages parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: cloudPcDeviceImage-id in: path description: The unique identifier of cloudPcDeviceImage required: true schema: type: string x-ms-docs-key-type: cloudPcDeviceImage /deviceManagement/virtualEndpoint/deviceImages/$count: description: Provides operations to count the resources in the collection. get: tags: - deviceManagement.virtualEndpoint summary: Get the number of the resource operationId: deviceManagement.virtualEndpoint.deviceImages.GetCount-e128 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceManagement/virtualEndpoint/deviceImages/getSourceImages(): description: Provides operations to call the getSourceImages method. get: tags: - deviceManagement.Functions summary: Invoke function getSourceImages description: Get cloudPcSourceDeviceImage objects that can be uploaded and used on Cloud PCs. View a list of all the managed image resources from your Microsoft Entra subscriptions. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/cloudpcdeviceimage-getsourceimages?view=graph-rest-1.0 operationId: deviceManagement.virtualEndpoint.deviceImages.getSourceImages parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.cloudPcSourceDeviceImage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /deviceManagement/virtualEndpoint/galleryImages: description: Provides operations to manage the galleryImages property of the microsoft.graph.virtualEndpoint entity. get: tags: - deviceManagement.virtualEndpoint summary: List galleryImages description: List the properties and relationships of cloudPcGalleryImage objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/virtualendpoint-list-galleryimages?view=graph-rest-1.0 operationId: deviceManagement.virtualEndpoint.ListGalleryImages parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.cloudPcGalleryImageCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceManagement.virtualEndpoint summary: Create new navigation property to galleryImages for deviceManagement operationId: deviceManagement.virtualEndpoint.CreateGalleryImages requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.cloudPcGalleryImage' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.cloudPcGalleryImage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}': description: Provides operations to manage the galleryImages property of the microsoft.graph.virtualEndpoint entity. get: tags: - deviceManagement.virtualEndpoint summary: Get cloudPcGalleryImage description: Read the properties and relationships of a specific cloudPcGalleryImage object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/cloudpcgalleryimage-get?view=graph-rest-1.0 operationId: deviceManagement.virtualEndpoint.GetGalleryImages parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.cloudPcGalleryImage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceManagement.virtualEndpoint summary: Update the navigation property galleryImages in deviceManagement operationId: deviceManagement.virtualEndpoint.UpdateGalleryImages requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.cloudPcGalleryImage' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.cloudPcGalleryImage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceManagement.virtualEndpoint summary: Delete navigation property galleryImages for deviceManagement operationId: deviceManagement.virtualEndpoint.DeleteGalleryImages parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: cloudPcGalleryImage-id in: path description: The unique identifier of cloudPcGalleryImage required: true schema: type: string x-ms-docs-key-type: cloudPcGalleryImage /deviceManagement/virtualEndpoint/galleryImages/$count: description: Provides operations to count the resources in the collection. get: tags: - deviceManagement.virtualEndpoint summary: Get the number of the resource operationId: deviceManagement.virtualEndpoint.galleryImages.GetCount-be1a parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceManagement/virtualEndpoint/onPremisesConnections: description: Provides operations to manage the onPremisesConnections property of the microsoft.graph.virtualEndpoint entity. get: tags: - deviceManagement.virtualEndpoint summary: List onPremisesConnections description: List properties and relationships of the cloudPcOnPremisesConnection objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/virtualendpoint-list-onpremisesconnections?view=graph-rest-1.0 operationId: deviceManagement.virtualEndpoint.ListOnPremisesConnections parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.cloudPcOnPremisesConnectionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceManagement.virtualEndpoint summary: Create cloudPcOnPremisesConnection description: Create a new cloudPcOnPremisesConnection object for provisioning Cloud PCs. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/virtualendpoint-post-onpremisesconnections?view=graph-rest-1.0 operationId: deviceManagement.virtualEndpoint.CreateOnPremisesConnections requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.cloudPcOnPremisesConnection' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.cloudPcOnPremisesConnection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}': description: Provides operations to manage the onPremisesConnections property of the microsoft.graph.virtualEndpoint entity. get: tags: - deviceManagement.virtualEndpoint summary: Get cloudPcOnPremisesConnection description: Read the properties and relationships of the cloudPcOnPremisesConnection object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-get?view=graph-rest-1.0 operationId: deviceManagement.virtualEndpoint.GetOnPremisesConnections parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.cloudPcOnPremisesConnection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceManagement.virtualEndpoint summary: Update cloudPcOnPremisesConnection description: Update the properties of a cloudPcOnPremisesConnection object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-update?view=graph-rest-1.0 operationId: deviceManagement.virtualEndpoint.UpdateOnPremisesConnections requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.cloudPcOnPremisesConnection' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.cloudPcOnPremisesConnection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceManagement.virtualEndpoint summary: Delete cloudPcOnPremisesConnection description: 'Delete a specific cloudPcOnPremisesConnection object. When you delete an Azure network connection, permissions to the service are removed from the specified Azure resources. You cannot delete an Azure network connection when it''s in use, as indicated by the inUse property.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-delete?view=graph-rest-1.0 operationId: deviceManagement.virtualEndpoint.DeleteOnPremisesConnections parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: cloudPcOnPremisesConnection-id in: path description: The unique identifier of cloudPcOnPremisesConnection required: true schema: type: string x-ms-docs-key-type: cloudPcOnPremisesConnection '/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}/runHealthChecks': description: Provides operations to call the runHealthChecks method. post: tags: - deviceManagement.Actions summary: Invoke action runHealthChecks description: 'Run health checks on the cloudPcOnPremisesConnection object. It triggers a new health check for the cloudPcOnPremisesConnection (../resources/cloudpconpremisesconnection.md) object and changes the healthCheckStatus and [healthCheckStatusDetail properties when check finished.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-runhealthcheck?view=graph-rest-1.0 operationId: deviceManagement.virtualEndpoint.onPremisesConnections.cloudPcOnPremisesConnection.runHealthChecks responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: cloudPcOnPremisesConnection-id in: path description: The unique identifier of cloudPcOnPremisesConnection required: true schema: type: string x-ms-docs-key-type: cloudPcOnPremisesConnection /deviceManagement/virtualEndpoint/onPremisesConnections/$count: description: Provides operations to count the resources in the collection. get: tags: - deviceManagement.virtualEndpoint summary: Get the number of the resource operationId: deviceManagement.virtualEndpoint.onPremisesConnections.GetCount-f373 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceManagement/virtualEndpoint/provisioningPolicies: description: Provides operations to manage the provisioningPolicies property of the microsoft.graph.virtualEndpoint entity. get: tags: - deviceManagement.virtualEndpoint summary: List provisioningPolicies description: List properties and relationships of the cloudPcProvisioningPolicy objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/virtualendpoint-list-provisioningpolicies?view=graph-rest-1.0 operationId: deviceManagement.virtualEndpoint.ListProvisioningPolicies parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.cloudPcProvisioningPolicyCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceManagement.virtualEndpoint summary: Create cloudPcProvisioningPolicy description: Create a new cloudPcProvisioningPolicy object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/virtualendpoint-post-provisioningpolicies?view=graph-rest-1.0 operationId: deviceManagement.virtualEndpoint.CreateProvisioningPolicies requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.cloudPcProvisioningPolicy' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.cloudPcProvisioningPolicy' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}': description: Provides operations to manage the provisioningPolicies property of the microsoft.graph.virtualEndpoint entity. get: tags: - deviceManagement.virtualEndpoint summary: Get cloudPcProvisioningPolicy description: Read the properties and relationships of a cloudPcProvisioningPolicy object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-get?view=graph-rest-1.0 operationId: deviceManagement.virtualEndpoint.GetProvisioningPolicies parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.cloudPcProvisioningPolicy' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceManagement.virtualEndpoint summary: Update cloudPcProvisioningPolicy description: Update the properties of a cloudPcProvisioningPolicy object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-update?view=graph-rest-1.0 operationId: deviceManagement.virtualEndpoint.UpdateProvisioningPolicies requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.cloudPcProvisioningPolicy' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.cloudPcProvisioningPolicy' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceManagement.virtualEndpoint summary: Delete cloudPcProvisioningPolicy description: Delete a cloudPcProvisioningPolicy object. You can’t delete a policy that’s in use. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-delete?view=graph-rest-1.0 operationId: deviceManagement.virtualEndpoint.DeleteProvisioningPolicies parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: cloudPcProvisioningPolicy-id in: path description: The unique identifier of cloudPcProvisioningPolicy required: true schema: type: string x-ms-docs-key-type: cloudPcProvisioningPolicy '/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments': description: Provides operations to manage the assignments property of the microsoft.graph.cloudPcProvisioningPolicy entity. get: tags: - deviceManagement.virtualEndpoint summary: Get assignments from deviceManagement description: 'A defined collection of provisioning policy assignments. Represents the set of Microsoft 365 groups and security groups in Microsoft Entra ID that have provisioning policy assigned. Returned only on $expand. For an example about how to get the assignments relationship, see Get cloudPcProvisioningPolicy.' operationId: deviceManagement.virtualEndpoint.provisioningPolicies.ListAssignments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.cloudPcProvisioningPolicyAssignmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceManagement.virtualEndpoint summary: Create new navigation property to assignments for deviceManagement operationId: deviceManagement.virtualEndpoint.provisioningPolicies.CreateAssignments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.cloudPcProvisioningPolicyAssignment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.cloudPcProvisioningPolicyAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: cloudPcProvisioningPolicy-id in: path description: The unique identifier of cloudPcProvisioningPolicy required: true schema: type: string x-ms-docs-key-type: cloudPcProvisioningPolicy '/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}': description: Provides operations to manage the assignments property of the microsoft.graph.cloudPcProvisioningPolicy entity. get: tags: - deviceManagement.virtualEndpoint summary: Get assignments from deviceManagement description: 'A defined collection of provisioning policy assignments. Represents the set of Microsoft 365 groups and security groups in Microsoft Entra ID that have provisioning policy assigned. Returned only on $expand. For an example about how to get the assignments relationship, see Get cloudPcProvisioningPolicy.' operationId: deviceManagement.virtualEndpoint.provisioningPolicies.GetAssignments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.cloudPcProvisioningPolicyAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceManagement.virtualEndpoint summary: Update the navigation property assignments in deviceManagement operationId: deviceManagement.virtualEndpoint.provisioningPolicies.UpdateAssignments requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.cloudPcProvisioningPolicyAssignment' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.cloudPcProvisioningPolicyAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceManagement.virtualEndpoint summary: Delete navigation property assignments for deviceManagement operationId: deviceManagement.virtualEndpoint.provisioningPolicies.DeleteAssignments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: cloudPcProvisioningPolicy-id in: path description: The unique identifier of cloudPcProvisioningPolicy required: true schema: type: string x-ms-docs-key-type: cloudPcProvisioningPolicy - name: cloudPcProvisioningPolicyAssignment-id in: path description: The unique identifier of cloudPcProvisioningPolicyAssignment required: true schema: type: string x-ms-docs-key-type: cloudPcProvisioningPolicyAssignment '/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers': description: Provides operations to manage the assignedUsers property of the microsoft.graph.cloudPcProvisioningPolicyAssignment entity. get: tags: - deviceManagement.virtualEndpoint summary: Get assignedUsers from deviceManagement description: 'The assignment targeted users for the provisioning policy. This list of users is computed based on assignments, licenses, group memberships, and policies. Read-only. Supports$expand.' operationId: deviceManagement.virtualEndpoint.provisioningPolicies.assignments.ListAssignedUsers parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.userCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: cloudPcProvisioningPolicy-id in: path description: The unique identifier of cloudPcProvisioningPolicy required: true schema: type: string x-ms-docs-key-type: cloudPcProvisioningPolicy - name: cloudPcProvisioningPolicyAssignment-id in: path description: The unique identifier of cloudPcProvisioningPolicyAssignment required: true schema: type: string x-ms-docs-key-type: cloudPcProvisioningPolicyAssignment '/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}': description: Provides operations to manage the assignedUsers property of the microsoft.graph.cloudPcProvisioningPolicyAssignment entity. get: tags: - deviceManagement.virtualEndpoint summary: Get assignedUsers from deviceManagement description: 'The assignment targeted users for the provisioning policy. This list of users is computed based on assignments, licenses, group memberships, and policies. Read-only. Supports$expand.' operationId: deviceManagement.virtualEndpoint.provisioningPolicies.assignments.GetAssignedUsers parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: cloudPcProvisioningPolicy-id in: path description: The unique identifier of cloudPcProvisioningPolicy required: true schema: type: string x-ms-docs-key-type: cloudPcProvisioningPolicy - name: cloudPcProvisioningPolicyAssignment-id in: path description: The unique identifier of cloudPcProvisioningPolicyAssignment required: true schema: type: string x-ms-docs-key-type: cloudPcProvisioningPolicyAssignment - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/mailboxSettings': get: tags: - deviceManagement.virtualEndpoint summary: Get mailboxSettings property value description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' operationId: deviceManagement.virtualEndpoint.provisioningPolicies.assignments.assignedUsers.GetMailboxSettings parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' patch: tags: - deviceManagement.virtualEndpoint summary: Update property mailboxSettings value. operationId: deviceManagement.virtualEndpoint.provisioningPolicies.assignments.assignedUsers.UpdateMailboxSettings requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: cloudPcProvisioningPolicy-id in: path description: The unique identifier of cloudPcProvisioningPolicy required: true schema: type: string x-ms-docs-key-type: cloudPcProvisioningPolicy - name: cloudPcProvisioningPolicyAssignment-id in: path description: The unique identifier of cloudPcProvisioningPolicyAssignment required: true schema: type: string x-ms-docs-key-type: cloudPcProvisioningPolicyAssignment - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/serviceProvisioningErrors': get: tags: - deviceManagement.virtualEndpoint summary: Get serviceProvisioningErrors property value description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' operationId: deviceManagement.virtualEndpoint.provisioningPolicies.assignments.assignedUsers.ListServiceProvisioningErrors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: cloudPcProvisioningPolicy-id in: path description: The unique identifier of cloudPcProvisioningPolicy required: true schema: type: string x-ms-docs-key-type: cloudPcProvisioningPolicy - name: cloudPcProvisioningPolicyAssignment-id in: path description: The unique identifier of cloudPcProvisioningPolicyAssignment required: true schema: type: string x-ms-docs-key-type: cloudPcProvisioningPolicyAssignment - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/serviceProvisioningErrors/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceManagement.virtualEndpoint summary: Get the number of the resource operationId: deviceManagement.virtualEndpoint.provisioningPolicies.assignments.assignedUsers.ServiceProvisioningErrors.GetCount-115a parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: cloudPcProvisioningPolicy-id in: path description: The unique identifier of cloudPcProvisioningPolicy required: true schema: type: string x-ms-docs-key-type: cloudPcProvisioningPolicy - name: cloudPcProvisioningPolicyAssignment-id in: path description: The unique identifier of cloudPcProvisioningPolicyAssignment required: true schema: type: string x-ms-docs-key-type: cloudPcProvisioningPolicyAssignment - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceManagement.virtualEndpoint summary: Get the number of the resource operationId: deviceManagement.virtualEndpoint.provisioningPolicies.assignments.assignedUsers.GetCount-0cc7 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: cloudPcProvisioningPolicy-id in: path description: The unique identifier of cloudPcProvisioningPolicy required: true schema: type: string x-ms-docs-key-type: cloudPcProvisioningPolicy - name: cloudPcProvisioningPolicyAssignment-id in: path description: The unique identifier of cloudPcProvisioningPolicyAssignment required: true schema: type: string x-ms-docs-key-type: cloudPcProvisioningPolicyAssignment '/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceManagement.virtualEndpoint summary: Get the number of the resource operationId: deviceManagement.virtualEndpoint.provisioningPolicies.assignments.GetCount-69f3 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: cloudPcProvisioningPolicy-id in: path description: The unique identifier of cloudPcProvisioningPolicy required: true schema: type: string x-ms-docs-key-type: cloudPcProvisioningPolicy '/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assign': description: Provides operations to call the assign method. post: tags: - deviceManagement.Actions summary: Invoke action assign description: Assign a cloudPcProvisioningPolicy to user groups. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-assign?view=graph-rest-1.0 operationId: deviceManagement.virtualEndpoint.provisioningPolicies.cloudPcProvisioningPolicy.assign requestBody: description: Action parameters content: application/json: schema: type: object properties: assignments: type: array items: $ref: '#/components/schemas/microsoft.graph.cloudPcProvisioningPolicyAssignment' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: cloudPcProvisioningPolicy-id in: path description: The unique identifier of cloudPcProvisioningPolicy required: true schema: type: string x-ms-docs-key-type: cloudPcProvisioningPolicy x-ms-docs-grouped-path: - '/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assign' - '/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assign' - '/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assign' - '/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assign' /deviceManagement/virtualEndpoint/provisioningPolicies/$count: description: Provides operations to count the resources in the collection. get: tags: - deviceManagement.virtualEndpoint summary: Get the number of the resource operationId: deviceManagement.virtualEndpoint.provisioningPolicies.GetCount-08c5 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceManagement/virtualEndpoint/userSettings: description: Provides operations to manage the userSettings property of the microsoft.graph.virtualEndpoint entity. get: tags: - deviceManagement.virtualEndpoint summary: List userSettings description: Get a list of cloudPcUserSetting objects and their properties. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/virtualendpoint-list-usersettings?view=graph-rest-1.0 operationId: deviceManagement.virtualEndpoint.ListUserSettings parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.cloudPcUserSettingCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceManagement.virtualEndpoint summary: Create cloudPcUserSetting description: Create a new cloudPcUserSetting object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/virtualendpoint-post-usersettings?view=graph-rest-1.0 operationId: deviceManagement.virtualEndpoint.CreateUserSettings requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.cloudPcUserSetting' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.cloudPcUserSetting' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}': description: Provides operations to manage the userSettings property of the microsoft.graph.virtualEndpoint entity. get: tags: - deviceManagement.virtualEndpoint summary: Get cloudPcUserSetting description: Read the properties and relationships of a cloudPcUserSetting object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/cloudpcusersetting-get?view=graph-rest-1.0 operationId: deviceManagement.virtualEndpoint.GetUserSettings parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.cloudPcUserSetting' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceManagement.virtualEndpoint summary: Update cloudPcUserSetting description: Update the properties of a cloudPcUserSetting object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/cloudpcusersetting-update?view=graph-rest-1.0 operationId: deviceManagement.virtualEndpoint.UpdateUserSettings requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.cloudPcUserSetting' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.cloudPcUserSetting' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceManagement.virtualEndpoint summary: Delete cloudPcUserSetting description: Delete a cloudPcUserSetting object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/cloudpcusersetting-delete?view=graph-rest-1.0 operationId: deviceManagement.virtualEndpoint.DeleteUserSettings parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: cloudPcUserSetting-id in: path description: The unique identifier of cloudPcUserSetting required: true schema: type: string x-ms-docs-key-type: cloudPcUserSetting '/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments': description: Provides operations to manage the assignments property of the microsoft.graph.cloudPcUserSetting entity. get: tags: - deviceManagement.virtualEndpoint summary: Get assignments from deviceManagement description: 'Represents the set of Microsoft 365 groups and security groups in Microsoft Entra ID that have cloudPCUserSetting assigned. Returned only on $expand. For an example, see Get cloudPcUserSetting.' operationId: deviceManagement.virtualEndpoint.userSettings.ListAssignments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.cloudPcUserSettingAssignmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceManagement.virtualEndpoint summary: Create new navigation property to assignments for deviceManagement operationId: deviceManagement.virtualEndpoint.userSettings.CreateAssignments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.cloudPcUserSettingAssignment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.cloudPcUserSettingAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: cloudPcUserSetting-id in: path description: The unique identifier of cloudPcUserSetting required: true schema: type: string x-ms-docs-key-type: cloudPcUserSetting '/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}': description: Provides operations to manage the assignments property of the microsoft.graph.cloudPcUserSetting entity. get: tags: - deviceManagement.virtualEndpoint summary: Get assignments from deviceManagement description: 'Represents the set of Microsoft 365 groups and security groups in Microsoft Entra ID that have cloudPCUserSetting assigned. Returned only on $expand. For an example, see Get cloudPcUserSetting.' operationId: deviceManagement.virtualEndpoint.userSettings.GetAssignments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.cloudPcUserSettingAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceManagement.virtualEndpoint summary: Update the navigation property assignments in deviceManagement operationId: deviceManagement.virtualEndpoint.userSettings.UpdateAssignments requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.cloudPcUserSettingAssignment' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.cloudPcUserSettingAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceManagement.virtualEndpoint summary: Delete navigation property assignments for deviceManagement operationId: deviceManagement.virtualEndpoint.userSettings.DeleteAssignments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: cloudPcUserSetting-id in: path description: The unique identifier of cloudPcUserSetting required: true schema: type: string x-ms-docs-key-type: cloudPcUserSetting - name: cloudPcUserSettingAssignment-id in: path description: The unique identifier of cloudPcUserSettingAssignment required: true schema: type: string x-ms-docs-key-type: cloudPcUserSettingAssignment '/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceManagement.virtualEndpoint summary: Get the number of the resource operationId: deviceManagement.virtualEndpoint.userSettings.assignments.GetCount-e245 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: cloudPcUserSetting-id in: path description: The unique identifier of cloudPcUserSetting required: true schema: type: string x-ms-docs-key-type: cloudPcUserSetting '/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assign': description: Provides operations to call the assign method. post: tags: - deviceManagement.Actions summary: Invoke action assign description: Assign a cloudPcUserSetting to user groups. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/cloudpcusersetting-assign?view=graph-rest-1.0 operationId: deviceManagement.virtualEndpoint.userSettings.cloudPcUserSetting.assign requestBody: description: Action parameters content: application/json: schema: type: object properties: assignments: type: array items: $ref: '#/components/schemas/microsoft.graph.cloudPcUserSettingAssignment' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: cloudPcUserSetting-id in: path description: The unique identifier of cloudPcUserSetting required: true schema: type: string x-ms-docs-key-type: cloudPcUserSetting x-ms-docs-grouped-path: - '/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assign' - '/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assign' - '/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assign' - '/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assign' /deviceManagement/virtualEndpoint/userSettings/$count: description: Provides operations to count the resources in the collection. get: tags: - deviceManagement.virtualEndpoint summary: Get the number of the resource operationId: deviceManagement.virtualEndpoint.userSettings.GetCount-4aa3 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceManagement/windowsAutopilotDeviceIdentities: description: Provides operations to manage the windowsAutopilotDeviceIdentities property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.windowsAutopilotDeviceIdentity summary: List windowsAutopilotDeviceIdentities description: List properties and relationships of the windowsAutopilotDeviceIdentity objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-enrollment-windowsautopilotdeviceidentity-list?view=graph-rest-1.0 operationId: deviceManagement.ListWindowsAutopilotDeviceIdentities parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.windowsAutopilotDeviceIdentityCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceManagement.windowsAutopilotDeviceIdentity summary: Create windowsAutopilotDeviceIdentity description: Create a new windowsAutopilotDeviceIdentity object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-enrollment-windowsautopilotdeviceidentity-create?view=graph-rest-1.0 operationId: deviceManagement.CreateWindowsAutopilotDeviceIdentities requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsAutopilotDeviceIdentity' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsAutopilotDeviceIdentity' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}': description: Provides operations to manage the windowsAutopilotDeviceIdentities property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.windowsAutopilotDeviceIdentity summary: Get windowsAutopilotDeviceIdentity description: Read properties and relationships of the windowsAutopilotDeviceIdentity object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-enrollment-windowsautopilotdeviceidentity-get?view=graph-rest-1.0 operationId: deviceManagement.GetWindowsAutopilotDeviceIdentities parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsAutopilotDeviceIdentity' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceManagement.windowsAutopilotDeviceIdentity summary: Update the navigation property windowsAutopilotDeviceIdentities in deviceManagement operationId: deviceManagement.UpdateWindowsAutopilotDeviceIdentities requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsAutopilotDeviceIdentity' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsAutopilotDeviceIdentity' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceManagement.windowsAutopilotDeviceIdentity summary: Delete windowsAutopilotDeviceIdentity description: Deletes a windowsAutopilotDeviceIdentity. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-enrollment-windowsautopilotdeviceidentity-delete?view=graph-rest-1.0 operationId: deviceManagement.DeleteWindowsAutopilotDeviceIdentities parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: windowsAutopilotDeviceIdentity-id in: path description: The unique identifier of windowsAutopilotDeviceIdentity required: true schema: type: string x-ms-docs-key-type: windowsAutopilotDeviceIdentity '/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/assignUserToDevice': description: Provides operations to call the assignUserToDevice method. post: tags: - deviceManagement.Actions summary: Invoke action assignUserToDevice description: Assigns user to Autopilot devices. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-enrollment-windowsautopilotdeviceidentity-assignusertodevice?view=graph-rest-1.0 operationId: deviceManagement.windowsAutopilotDeviceIdentities.windowsAutopilotDeviceIdentity.assignUserToDevice requestBody: description: Action parameters content: application/json: schema: type: object properties: userPrincipalName: type: string nullable: true addressableUserName: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: windowsAutopilotDeviceIdentity-id in: path description: The unique identifier of windowsAutopilotDeviceIdentity required: true schema: type: string x-ms-docs-key-type: windowsAutopilotDeviceIdentity '/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/unassignUserFromDevice': description: Provides operations to call the unassignUserFromDevice method. post: tags: - deviceManagement.Actions summary: Invoke action unassignUserFromDevice description: Unassigns the user from an Autopilot device. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-enrollment-windowsautopilotdeviceidentity-unassignuserfromdevice?view=graph-rest-1.0 operationId: deviceManagement.windowsAutopilotDeviceIdentities.windowsAutopilotDeviceIdentity.unassignUserFromDevice responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: windowsAutopilotDeviceIdentity-id in: path description: The unique identifier of windowsAutopilotDeviceIdentity required: true schema: type: string x-ms-docs-key-type: windowsAutopilotDeviceIdentity '/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/updateDeviceProperties': description: Provides operations to call the updateDeviceProperties method. post: tags: - deviceManagement.Actions summary: Invoke action updateDeviceProperties description: Updates properties on Autopilot devices. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-enrollment-windowsautopilotdeviceidentity-updatedeviceproperties?view=graph-rest-1.0 operationId: deviceManagement.windowsAutopilotDeviceIdentities.windowsAutopilotDeviceIdentity.updateDeviceProperties requestBody: description: Action parameters content: application/json: schema: type: object properties: userPrincipalName: type: string nullable: true addressableUserName: type: string nullable: true groupTag: type: string nullable: true displayName: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: windowsAutopilotDeviceIdentity-id in: path description: The unique identifier of windowsAutopilotDeviceIdentity required: true schema: type: string x-ms-docs-key-type: windowsAutopilotDeviceIdentity /deviceManagement/windowsAutopilotDeviceIdentities/$count: description: Provides operations to count the resources in the collection. get: tags: - deviceManagement.windowsAutopilotDeviceIdentity summary: Get the number of the resource operationId: deviceManagement.windowsAutopilotDeviceIdentities.GetCount-0841 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceManagement/windowsInformationProtectionAppLearningSummaries: description: Provides operations to manage the windowsInformationProtectionAppLearningSummaries property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.windowsInformationProtectionAppLearningSummary summary: List windowsInformationProtectionAppLearningSummaries description: List properties and relationships of the windowsInformationProtectionAppLearningSummary objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionapplearningsummary-list?view=graph-rest-1.0 operationId: deviceManagement.ListWindowsInformationProtectionAppLearningSummaries parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.windowsInformationProtectionAppLearningSummaryCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceManagement.windowsInformationProtectionAppLearningSummary summary: Create windowsInformationProtectionAppLearningSummary description: Create a new windowsInformationProtectionAppLearningSummary object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionapplearningsummary-create?view=graph-rest-1.0 operationId: deviceManagement.CreateWindowsInformationProtectionAppLearningSummaries requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionAppLearningSummary' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionAppLearningSummary' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}': description: Provides operations to manage the windowsInformationProtectionAppLearningSummaries property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.windowsInformationProtectionAppLearningSummary summary: Get windowsInformationProtectionAppLearningSummary description: Read properties and relationships of the windowsInformationProtectionAppLearningSummary object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionapplearningsummary-get?view=graph-rest-1.0 operationId: deviceManagement.GetWindowsInformationProtectionAppLearningSummaries parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionAppLearningSummary' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceManagement.windowsInformationProtectionAppLearningSummary summary: Update windowsInformationProtectionAppLearningSummary description: Update the properties of a windowsInformationProtectionAppLearningSummary object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionapplearningsummary-update?view=graph-rest-1.0 operationId: deviceManagement.UpdateWindowsInformationProtectionAppLearningSummaries requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionAppLearningSummary' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionAppLearningSummary' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceManagement.windowsInformationProtectionAppLearningSummary summary: Delete windowsInformationProtectionAppLearningSummary description: Deletes a windowsInformationProtectionAppLearningSummary. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionapplearningsummary-delete?view=graph-rest-1.0 operationId: deviceManagement.DeleteWindowsInformationProtectionAppLearningSummaries parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: windowsInformationProtectionAppLearningSummary-id in: path description: The unique identifier of windowsInformationProtectionAppLearningSummary required: true schema: type: string x-ms-docs-key-type: windowsInformationProtectionAppLearningSummary /deviceManagement/windowsInformationProtectionAppLearningSummaries/$count: description: Provides operations to count the resources in the collection. get: tags: - deviceManagement.windowsInformationProtectionAppLearningSummary summary: Get the number of the resource operationId: deviceManagement.windowsInformationProtectionAppLearningSummaries.GetCount-07af parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceManagement/windowsInformationProtectionNetworkLearningSummaries: description: Provides operations to manage the windowsInformationProtectionNetworkLearningSummaries property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.windowsInformationProtectionNetworkLearningSummary summary: List windowsInformationProtectionNetworkLearningSummaries description: List properties and relationships of the windowsInformationProtectionNetworkLearningSummary objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionnetworklearningsummary-list?view=graph-rest-1.0 operationId: deviceManagement.ListWindowsInformationProtectionNetworkLearningSummaries parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.windowsInformationProtectionNetworkLearningSummaryCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceManagement.windowsInformationProtectionNetworkLearningSummary summary: Create windowsInformationProtectionNetworkLearningSummary description: Create a new windowsInformationProtectionNetworkLearningSummary object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionnetworklearningsummary-create?view=graph-rest-1.0 operationId: deviceManagement.CreateWindowsInformationProtectionNetworkLearningSummaries requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionNetworkLearningSummary' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionNetworkLearningSummary' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}': description: Provides operations to manage the windowsInformationProtectionNetworkLearningSummaries property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.windowsInformationProtectionNetworkLearningSummary summary: Get windowsInformationProtectionNetworkLearningSummary description: Read properties and relationships of the windowsInformationProtectionNetworkLearningSummary object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionnetworklearningsummary-get?view=graph-rest-1.0 operationId: deviceManagement.GetWindowsInformationProtectionNetworkLearningSummaries parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionNetworkLearningSummary' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceManagement.windowsInformationProtectionNetworkLearningSummary summary: Update windowsInformationProtectionNetworkLearningSummary description: Update the properties of a windowsInformationProtectionNetworkLearningSummary object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionnetworklearningsummary-update?view=graph-rest-1.0 operationId: deviceManagement.UpdateWindowsInformationProtectionNetworkLearningSummaries requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionNetworkLearningSummary' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionNetworkLearningSummary' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceManagement.windowsInformationProtectionNetworkLearningSummary summary: Delete windowsInformationProtectionNetworkLearningSummary description: Deletes a windowsInformationProtectionNetworkLearningSummary. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionnetworklearningsummary-delete?view=graph-rest-1.0 operationId: deviceManagement.DeleteWindowsInformationProtectionNetworkLearningSummaries parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: windowsInformationProtectionNetworkLearningSummary-id in: path description: The unique identifier of windowsInformationProtectionNetworkLearningSummary required: true schema: type: string x-ms-docs-key-type: windowsInformationProtectionNetworkLearningSummary /deviceManagement/windowsInformationProtectionNetworkLearningSummaries/$count: description: Provides operations to count the resources in the collection. get: tags: - deviceManagement.windowsInformationProtectionNetworkLearningSummary summary: Get the number of the resource operationId: deviceManagement.windowsInformationProtectionNetworkLearningSummaries.GetCount-c2c3 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceManagement/windowsMalwareInformation: description: Provides operations to manage the windowsMalwareInformation property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.windowsMalwareInformation summary: List windowsMalwareInformations description: List properties and relationships of the windowsMalwareInformation objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-devices-windowsmalwareinformation-list?view=graph-rest-1.0 operationId: deviceManagement.ListWindowsMalwareInformation parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.windowsMalwareInformationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceManagement.windowsMalwareInformation summary: Create windowsMalwareInformation description: Create a new windowsMalwareInformation object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-devices-windowsmalwareinformation-create?view=graph-rest-1.0 operationId: deviceManagement.CreateWindowsMalwareInformation requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsMalwareInformation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsMalwareInformation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}': description: Provides operations to manage the windowsMalwareInformation property of the microsoft.graph.deviceManagement entity. get: tags: - deviceManagement.windowsMalwareInformation summary: Get windowsMalwareInformation description: Read properties and relationships of the windowsMalwareInformation object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-devices-windowsmalwareinformation-get?view=graph-rest-1.0 operationId: deviceManagement.GetWindowsMalwareInformation parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsMalwareInformation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceManagement.windowsMalwareInformation summary: Update windowsMalwareInformation description: Update the properties of a windowsMalwareInformation object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-devices-windowsmalwareinformation-update?view=graph-rest-1.0 operationId: deviceManagement.UpdateWindowsMalwareInformation requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsMalwareInformation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsMalwareInformation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceManagement.windowsMalwareInformation summary: Delete windowsMalwareInformation description: Deletes a windowsMalwareInformation. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-devices-windowsmalwareinformation-delete?view=graph-rest-1.0 operationId: deviceManagement.DeleteWindowsMalwareInformation parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: windowsMalwareInformation-id in: path description: The unique identifier of windowsMalwareInformation required: true schema: type: string x-ms-docs-key-type: windowsMalwareInformation '/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates': description: Provides operations to manage the deviceMalwareStates property of the microsoft.graph.windowsMalwareInformation entity. get: tags: - deviceManagement.windowsMalwareInformation summary: List malwareStateForWindowsDevices description: List properties and relationships of the malwareStateForWindowsDevice objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-devices-malwarestateforwindowsdevice-list?view=graph-rest-1.0 operationId: deviceManagement.windowsMalwareInformation.ListDeviceMalwareStates parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.malwareStateForWindowsDeviceCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceManagement.windowsMalwareInformation summary: Create malwareStateForWindowsDevice description: Create a new malwareStateForWindowsDevice object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-devices-malwarestateforwindowsdevice-create?view=graph-rest-1.0 operationId: deviceManagement.windowsMalwareInformation.CreateDeviceMalwareStates requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.malwareStateForWindowsDevice' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.malwareStateForWindowsDevice' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: windowsMalwareInformation-id in: path description: The unique identifier of windowsMalwareInformation required: true schema: type: string x-ms-docs-key-type: windowsMalwareInformation '/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}': description: Provides operations to manage the deviceMalwareStates property of the microsoft.graph.windowsMalwareInformation entity. get: tags: - deviceManagement.windowsMalwareInformation summary: Get malwareStateForWindowsDevice description: Read properties and relationships of the malwareStateForWindowsDevice object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-devices-malwarestateforwindowsdevice-get?view=graph-rest-1.0 operationId: deviceManagement.windowsMalwareInformation.GetDeviceMalwareStates parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.malwareStateForWindowsDevice' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceManagement.windowsMalwareInformation summary: Update malwareStateForWindowsDevice description: Update the properties of a malwareStateForWindowsDevice object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-devices-malwarestateforwindowsdevice-update?view=graph-rest-1.0 operationId: deviceManagement.windowsMalwareInformation.UpdateDeviceMalwareStates requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.malwareStateForWindowsDevice' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.malwareStateForWindowsDevice' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceManagement.windowsMalwareInformation summary: Delete malwareStateForWindowsDevice description: Deletes a malwareStateForWindowsDevice. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-devices-malwarestateforwindowsdevice-delete?view=graph-rest-1.0 operationId: deviceManagement.windowsMalwareInformation.DeleteDeviceMalwareStates parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: windowsMalwareInformation-id in: path description: The unique identifier of windowsMalwareInformation required: true schema: type: string x-ms-docs-key-type: windowsMalwareInformation - name: malwareStateForWindowsDevice-id in: path description: The unique identifier of malwareStateForWindowsDevice required: true schema: type: string x-ms-docs-key-type: malwareStateForWindowsDevice '/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/$count': description: Provides operations to count the resources in the collection. get: tags: - deviceManagement.windowsMalwareInformation summary: Get the number of the resource operationId: deviceManagement.windowsMalwareInformation.deviceMalwareStates.GetCount-bf2c parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: windowsMalwareInformation-id in: path description: The unique identifier of windowsMalwareInformation required: true schema: type: string x-ms-docs-key-type: windowsMalwareInformation /deviceManagement/windowsMalwareInformation/$count: description: Provides operations to count the resources in the collection. get: tags: - deviceManagement.windowsMalwareInformation summary: Get the number of the resource operationId: deviceManagement.windowsMalwareInformation.GetCount-3d28 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /devices: description: Provides operations to manage the collection of device entities. get: tags: - devices.device summary: List devices description: Retrieve a list of device objects registered in the organization. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/device-list?view=graph-rest-1.0 operationId: devices.device.ListDevice parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.deviceCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - devices.device summary: Create device description: Create and register a new device in the organization. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/device-post-devices?view=graph-rest-1.0 operationId: devices.device.CreateDevice requestBody: description: New entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.device' required: true responses: 2XX: description: Created entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.device' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/devices/{device-id}': description: Provides operations to manage the collection of device entities. get: tags: - devices.device summary: Get device description: Get the properties and relationships of a device object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/device-get?view=graph-rest-1.0 operationId: devices.device.GetDevice parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.device' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - devices.device summary: Update device description: Update the properties of a registered device. Only certain properties of a device can be updated through approved Mobile Device Managment (MDM) apps. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/device-update?view=graph-rest-1.0 operationId: devices.device.UpdateDevice requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.device' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.device' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - devices.device summary: Delete device description: Delete a registered device. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/device-delete?view=graph-rest-1.0 operationId: devices.device.DeleteDevice parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: device-id in: path description: The unique identifier of device required: true schema: type: string x-ms-docs-key-type: device '/devices/{device-id}/extensions': description: Provides operations to manage the extensions property of the microsoft.graph.device entity. get: tags: - devices.extension summary: Get extensions from devices description: The collection of open extensions defined for the device. Read-only. Nullable. operationId: devices.ListExtensions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - devices.extension summary: Create new navigation property to extensions for devices operationId: devices.CreateExtensions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: device-id in: path description: The unique identifier of device required: true schema: type: string x-ms-docs-key-type: device '/devices/{device-id}/extensions/{extension-id}': description: Provides operations to manage the extensions property of the microsoft.graph.device entity. get: tags: - devices.extension summary: Get extensions from devices description: The collection of open extensions defined for the device. Read-only. Nullable. operationId: devices.GetExtensions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - devices.extension summary: Update the navigation property extensions in devices operationId: devices.UpdateExtensions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - devices.extension summary: Delete navigation property extensions for devices operationId: devices.DeleteExtensions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: device-id in: path description: The unique identifier of device required: true schema: type: string x-ms-docs-key-type: device - name: extension-id in: path description: The unique identifier of extension required: true schema: type: string x-ms-docs-key-type: extension '/devices/{device-id}/extensions/$count': description: Provides operations to count the resources in the collection. get: tags: - devices.extension summary: Get the number of the resource operationId: devices.extensions.GetCount-40b0 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: device-id in: path description: The unique identifier of device required: true schema: type: string x-ms-docs-key-type: device '/devices/{device-id}/memberOf': description: Provides operations to manage the memberOf property of the microsoft.graph.device entity. get: tags: - devices.directoryObject summary: List device memberships description: Get groups and administrative units that this device is a direct member of. This operation is not transitive. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/device-list-memberof?view=graph-rest-1.0 operationId: devices.ListMemberOf parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: device-id in: path description: The unique identifier of device required: true schema: type: string x-ms-docs-key-type: device '/devices/{device-id}/memberOf/{directoryObject-id}': description: Provides operations to manage the memberOf property of the microsoft.graph.device entity. get: tags: - devices.directoryObject summary: Get memberOf from devices description: Groups and administrative units that this device is a member of. Read-only. Nullable. Supports $expand. operationId: devices.GetMemberOf parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: device-id in: path description: The unique identifier of device required: true schema: type: string x-ms-docs-key-type: device - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/devices/{device-id}/memberOf/{directoryObject-id}/graph.administrativeUnit': description: Casts the previous resource to administrativeUnit. get: tags: - devices.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.administrativeUnit operationId: devices.GetMemberOf.AsAdministrativeUnit parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.administrativeUnit' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: device-id in: path description: The unique identifier of device required: true schema: type: string x-ms-docs-key-type: device - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/devices/{device-id}/memberOf/{directoryObject-id}/graph.group': description: Casts the previous resource to group. get: tags: - devices.directoryObject summary: List device memberships description: Get groups and administrative units that this device is a direct member of. This operation is not transitive. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/device-list-memberof?view=graph-rest-1.0 operationId: devices.GetMemberOf.AsGroup parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.group' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: device-id in: path description: The unique identifier of device required: true schema: type: string x-ms-docs-key-type: device - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/devices/{device-id}/memberOf/$count': description: Provides operations to count the resources in the collection. get: tags: - devices.directoryObject summary: Get the number of the resource operationId: devices.memberOf.GetCount-bd14 parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: device-id in: path description: The unique identifier of device required: true schema: type: string x-ms-docs-key-type: device '/devices/{device-id}/memberOf/graph.administrativeUnit': description: Casts the previous resource to administrativeUnit. get: tags: - devices.directoryObject summary: Get the items of type microsoft.graph.administrativeUnit in the microsoft.graph.directoryObject collection operationId: devices.ListMemberOf.AsAdministrativeUnit parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.administrativeUnitCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: device-id in: path description: The unique identifier of device required: true schema: type: string x-ms-docs-key-type: device '/devices/{device-id}/memberOf/graph.administrativeUnit/$count': description: Provides operations to count the resources in the collection. get: tags: - devices.directoryObject summary: Get the number of the resource operationId: devices.MemberOf.GetCount.AsAdministrativeUnit-dd3f parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: device-id in: path description: The unique identifier of device required: true schema: type: string x-ms-docs-key-type: device '/devices/{device-id}/memberOf/graph.group': description: Casts the previous resource to group. get: tags: - devices.directoryObject summary: List device memberships description: Get groups and administrative units that this device is a direct member of. This operation is not transitive. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/device-list-memberof?view=graph-rest-1.0 operationId: devices.ListMemberOf.AsGroup parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.groupCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: device-id in: path description: The unique identifier of device required: true schema: type: string x-ms-docs-key-type: device '/devices/{device-id}/memberOf/graph.group/$count': description: Provides operations to count the resources in the collection. get: tags: - devices.directoryObject summary: Get the number of the resource operationId: devices.MemberOf.GetCount.AsGroup-3872 parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: device-id in: path description: The unique identifier of device required: true schema: type: string x-ms-docs-key-type: device '/devices/{device-id}/checkMemberGroups': description: Provides operations to call the checkMemberGroups method. post: tags: - devices.Actions summary: Invoke action checkMemberGroups description: 'Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0 operationId: devices.device.checkMemberGroups requestBody: description: Action parameters content: application/json: schema: type: object properties: groupIds: type: array items: type: string required: true responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: type: string 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: device-id in: path description: The unique identifier of device required: true schema: type: string x-ms-docs-key-type: device '/devices/{device-id}/checkMemberObjects': description: Provides operations to call the checkMemberObjects method. post: tags: - devices.Actions summary: Invoke action checkMemberObjects operationId: devices.device.checkMemberObjects requestBody: description: Action parameters content: application/json: schema: type: object properties: ids: type: array items: type: string required: true responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: type: string 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: device-id in: path description: The unique identifier of device required: true schema: type: string x-ms-docs-key-type: device '/devices/{device-id}/getMemberGroups': description: Provides operations to call the getMemberGroups method. post: tags: - devices.Actions summary: Invoke action getMemberGroups description: 'Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0 operationId: devices.device.getMemberGroups requestBody: description: Action parameters content: application/json: schema: type: object properties: securityEnabledOnly: type: boolean default: false nullable: true required: true responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: type: string 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: device-id in: path description: The unique identifier of device required: true schema: type: string x-ms-docs-key-type: device '/devices/{device-id}/getMemberObjects': description: Provides operations to call the getMemberObjects method. post: tags: - devices.Actions summary: Invoke action getMemberObjects description: 'Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0 operationId: devices.device.getMemberObjects requestBody: description: Action parameters content: application/json: schema: type: object properties: securityEnabledOnly: type: boolean default: false nullable: true required: true responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: type: string 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: device-id in: path description: The unique identifier of device required: true schema: type: string x-ms-docs-key-type: device '/devices/{device-id}/restore': description: Provides operations to call the restore method. post: tags: - devices.Actions summary: Invoke action restore description: 'Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. However, security groups cannot be restored. Also, restoring an application doesn''t restore the associated service principal automatically. You must call this API to explicitly restore the deleted service principal. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0 operationId: devices.device.restore responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.directoryObject' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: device-id in: path description: The unique identifier of device required: true schema: type: string x-ms-docs-key-type: device '/devices/{device-id}/registeredOwners': description: Provides operations to manage the registeredOwners property of the microsoft.graph.device entity. get: tags: - devices.directoryObject summary: List registeredOwners description: 'Retrieve a list of users that are registered owners of the device. A registered owner is the user that cloud joined the device or registered their personal device. The registered owner is set at the time of registration. Currently, there can be only one owner.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/device-list-registeredowners?view=graph-rest-1.0 operationId: devices.ListRegisteredOwners parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: device-id in: path description: The unique identifier of device required: true schema: type: string x-ms-docs-key-type: device '/devices/{device-id}/registeredOwners/{directoryObject-id}/$ref': description: Provides operations to manage the collection of device entities. delete: tags: - devices.directoryObject summary: Delete registeredOwner description: Remove a user as a registered owner of the device. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/device-delete-registeredowners?view=graph-rest-1.0 operationId: devices.registeredOwners.DeleteRefDirectoryObject parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: device-id in: path description: The unique identifier of device required: true schema: type: string x-ms-docs-key-type: device - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/devices/{device-id}/registeredOwners/{directoryObject-id}/graph.appRoleAssignment': description: Casts the previous resource to appRoleAssignment. get: tags: - devices.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.appRoleAssignment operationId: devices.GetRegisteredOwners.AsAppRoleAssignment parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.appRoleAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: device-id in: path description: The unique identifier of device required: true schema: type: string x-ms-docs-key-type: device - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/devices/{device-id}/registeredOwners/{directoryObject-id}/graph.endpoint': description: Casts the previous resource to endpoint. get: tags: - devices.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.endpoint operationId: devices.GetRegisteredOwners.AsEndpoint parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.endpoint' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: device-id in: path description: The unique identifier of device required: true schema: type: string x-ms-docs-key-type: device - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/devices/{device-id}/registeredOwners/{directoryObject-id}/graph.servicePrincipal': description: Casts the previous resource to servicePrincipal. get: tags: - devices.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.servicePrincipal operationId: devices.GetRegisteredOwners.AsServicePrincipal parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.servicePrincipal' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: device-id in: path description: The unique identifier of device required: true schema: type: string x-ms-docs-key-type: device - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/devices/{device-id}/registeredOwners/{directoryObject-id}/graph.user': description: Casts the previous resource to user. get: tags: - devices.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.user operationId: devices.GetRegisteredOwners.AsUser parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: device-id in: path description: The unique identifier of device required: true schema: type: string x-ms-docs-key-type: device - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/devices/{device-id}/registeredOwners/$count': description: Provides operations to count the resources in the collection. get: tags: - devices.directoryObject summary: Get the number of the resource operationId: devices.registeredOwners.GetCount-d4e7 parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: device-id in: path description: The unique identifier of device required: true schema: type: string x-ms-docs-key-type: device '/devices/{device-id}/registeredOwners/$ref': description: Provides operations to manage the collection of device entities. get: tags: - devices.directoryObject summary: List registeredOwners description: 'Retrieve a list of users that are registered owners of the device. A registered owner is the user that cloud joined the device or registered their personal device. The registered owner is set at the time of registration. Currently, there can be only one owner.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/device-list-registeredowners?view=graph-rest-1.0 operationId: devices.ListRefRegisteredOwners parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/StringCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - devices.directoryObject summary: Create registeredOwner description: Add a user as a registered owner of the device. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/device-post-registeredowners?view=graph-rest-1.0 operationId: devices.CreateRefRegisteredOwners requestBody: $ref: '#/components/requestBodies/refPostBody' responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - devices.directoryObject summary: Delete registeredOwner description: Remove a user as a registered owner of the device. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/device-delete-registeredowners?view=graph-rest-1.0 operationId: devices.DeleteRefRegisteredOwners parameters: - name: If-Match in: header description: ETag schema: type: string - name: '@id' in: query description: The delete Uri required: true schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: device-id in: path description: The unique identifier of device required: true schema: type: string x-ms-docs-key-type: device '/devices/{device-id}/registeredOwners/graph.appRoleAssignment': description: Casts the previous resource to appRoleAssignment. get: tags: - devices.directoryObject summary: Get the items of type microsoft.graph.appRoleAssignment in the microsoft.graph.directoryObject collection operationId: devices.ListRegisteredOwners.AsAppRoleAssignment parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.appRoleAssignmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: device-id in: path description: The unique identifier of device required: true schema: type: string x-ms-docs-key-type: device '/devices/{device-id}/registeredOwners/graph.appRoleAssignment/$count': description: Provides operations to count the resources in the collection. get: tags: - devices.directoryObject summary: Get the number of the resource operationId: devices.RegisteredOwners.GetCount.AsAppRoleAssignment-6c67 parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: device-id in: path description: The unique identifier of device required: true schema: type: string x-ms-docs-key-type: device '/devices/{device-id}/registeredOwners/graph.endpoint': description: Casts the previous resource to endpoint. get: tags: - devices.directoryObject summary: Get the items of type microsoft.graph.endpoint in the microsoft.graph.directoryObject collection operationId: devices.ListRegisteredOwners.AsEndpoint parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.endpointCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: device-id in: path description: The unique identifier of device required: true schema: type: string x-ms-docs-key-type: device '/devices/{device-id}/registeredOwners/graph.endpoint/$count': description: Provides operations to count the resources in the collection. get: tags: - devices.directoryObject summary: Get the number of the resource operationId: devices.RegisteredOwners.GetCount.AsEndpoint-81ea parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: device-id in: path description: The unique identifier of device required: true schema: type: string x-ms-docs-key-type: device '/devices/{device-id}/registeredOwners/graph.servicePrincipal': description: Casts the previous resource to servicePrincipal. get: tags: - devices.directoryObject summary: Get the items of type microsoft.graph.servicePrincipal in the microsoft.graph.directoryObject collection operationId: devices.ListRegisteredOwners.AsServicePrincipal parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.servicePrincipalCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: device-id in: path description: The unique identifier of device required: true schema: type: string x-ms-docs-key-type: device '/devices/{device-id}/registeredOwners/graph.servicePrincipal/$count': description: Provides operations to count the resources in the collection. get: tags: - devices.directoryObject summary: Get the number of the resource operationId: devices.RegisteredOwners.GetCount.AsServicePrincipal-bf43 parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: device-id in: path description: The unique identifier of device required: true schema: type: string x-ms-docs-key-type: device '/devices/{device-id}/registeredOwners/graph.user': description: Casts the previous resource to user. get: tags: - devices.directoryObject summary: Get the items of type microsoft.graph.user in the microsoft.graph.directoryObject collection operationId: devices.ListRegisteredOwners.AsUser parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.userCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: device-id in: path description: The unique identifier of device required: true schema: type: string x-ms-docs-key-type: device '/devices/{device-id}/registeredOwners/graph.user/$count': description: Provides operations to count the resources in the collection. get: tags: - devices.directoryObject summary: Get the number of the resource operationId: devices.RegisteredOwners.GetCount.AsUser-8c65 parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: device-id in: path description: The unique identifier of device required: true schema: type: string x-ms-docs-key-type: device '/devices/{device-id}/registeredUsers': description: Provides operations to manage the registeredUsers property of the microsoft.graph.device entity. get: tags: - devices.directoryObject summary: List registeredUsers description: 'Retrieve a list of users that are registered users of the device. For cloud joined devices and registered personal devices, registered users are set to the same value as registered owners at the time of registration.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/device-list-registeredusers?view=graph-rest-1.0 operationId: devices.ListRegisteredUsers parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: device-id in: path description: The unique identifier of device required: true schema: type: string x-ms-docs-key-type: device '/devices/{device-id}/registeredUsers/{directoryObject-id}/$ref': description: Provides operations to manage the collection of device entities. delete: tags: - devices.directoryObject summary: Delete registeredUser description: Remove a user as a registered user of the device. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/device-delete-registeredusers?view=graph-rest-1.0 operationId: devices.registeredUsers.DeleteRefDirectoryObject parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: device-id in: path description: The unique identifier of device required: true schema: type: string x-ms-docs-key-type: device - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/devices/{device-id}/registeredUsers/{directoryObject-id}/graph.appRoleAssignment': description: Casts the previous resource to appRoleAssignment. get: tags: - devices.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.appRoleAssignment operationId: devices.GetRegisteredUsers.AsAppRoleAssignment parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.appRoleAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: device-id in: path description: The unique identifier of device required: true schema: type: string x-ms-docs-key-type: device - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/devices/{device-id}/registeredUsers/{directoryObject-id}/graph.endpoint': description: Casts the previous resource to endpoint. get: tags: - devices.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.endpoint operationId: devices.GetRegisteredUsers.AsEndpoint parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.endpoint' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: device-id in: path description: The unique identifier of device required: true schema: type: string x-ms-docs-key-type: device - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/devices/{device-id}/registeredUsers/{directoryObject-id}/graph.servicePrincipal': description: Casts the previous resource to servicePrincipal. get: tags: - devices.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.servicePrincipal operationId: devices.GetRegisteredUsers.AsServicePrincipal parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.servicePrincipal' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: device-id in: path description: The unique identifier of device required: true schema: type: string x-ms-docs-key-type: device - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/devices/{device-id}/registeredUsers/{directoryObject-id}/graph.user': description: Casts the previous resource to user. get: tags: - devices.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.user operationId: devices.GetRegisteredUsers.AsUser parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: device-id in: path description: The unique identifier of device required: true schema: type: string x-ms-docs-key-type: device - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/devices/{device-id}/registeredUsers/$count': description: Provides operations to count the resources in the collection. get: tags: - devices.directoryObject summary: Get the number of the resource operationId: devices.registeredUsers.GetCount-e934 parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: device-id in: path description: The unique identifier of device required: true schema: type: string x-ms-docs-key-type: device '/devices/{device-id}/registeredUsers/$ref': description: Provides operations to manage the collection of device entities. get: tags: - devices.directoryObject summary: List registeredUsers description: 'Retrieve a list of users that are registered users of the device. For cloud joined devices and registered personal devices, registered users are set to the same value as registered owners at the time of registration.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/device-list-registeredusers?view=graph-rest-1.0 operationId: devices.ListRefRegisteredUsers parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/StringCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - devices.directoryObject summary: Create registeredUser description: Add a registered user for the device. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/device-post-registeredusers?view=graph-rest-1.0 operationId: devices.CreateRefRegisteredUsers requestBody: $ref: '#/components/requestBodies/refPostBody' responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - devices.directoryObject summary: Delete registeredUser description: Remove a user as a registered user of the device. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/device-delete-registeredusers?view=graph-rest-1.0 operationId: devices.DeleteRefRegisteredUsers parameters: - name: If-Match in: header description: ETag schema: type: string - name: '@id' in: query description: The delete Uri required: true schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: device-id in: path description: The unique identifier of device required: true schema: type: string x-ms-docs-key-type: device '/devices/{device-id}/registeredUsers/graph.appRoleAssignment': description: Casts the previous resource to appRoleAssignment. get: tags: - devices.directoryObject summary: Get the items of type microsoft.graph.appRoleAssignment in the microsoft.graph.directoryObject collection operationId: devices.ListRegisteredUsers.AsAppRoleAssignment parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.appRoleAssignmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: device-id in: path description: The unique identifier of device required: true schema: type: string x-ms-docs-key-type: device '/devices/{device-id}/registeredUsers/graph.appRoleAssignment/$count': description: Provides operations to count the resources in the collection. get: tags: - devices.directoryObject summary: Get the number of the resource operationId: devices.RegisteredUsers.GetCount.AsAppRoleAssignment-7afb parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: device-id in: path description: The unique identifier of device required: true schema: type: string x-ms-docs-key-type: device '/devices/{device-id}/registeredUsers/graph.endpoint': description: Casts the previous resource to endpoint. get: tags: - devices.directoryObject summary: Get the items of type microsoft.graph.endpoint in the microsoft.graph.directoryObject collection operationId: devices.ListRegisteredUsers.AsEndpoint parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.endpointCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: device-id in: path description: The unique identifier of device required: true schema: type: string x-ms-docs-key-type: device '/devices/{device-id}/registeredUsers/graph.endpoint/$count': description: Provides operations to count the resources in the collection. get: tags: - devices.directoryObject summary: Get the number of the resource operationId: devices.RegisteredUsers.GetCount.AsEndpoint-38fb parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: device-id in: path description: The unique identifier of device required: true schema: type: string x-ms-docs-key-type: device '/devices/{device-id}/registeredUsers/graph.servicePrincipal': description: Casts the previous resource to servicePrincipal. get: tags: - devices.directoryObject summary: Get the items of type microsoft.graph.servicePrincipal in the microsoft.graph.directoryObject collection operationId: devices.ListRegisteredUsers.AsServicePrincipal parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.servicePrincipalCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: device-id in: path description: The unique identifier of device required: true schema: type: string x-ms-docs-key-type: device '/devices/{device-id}/registeredUsers/graph.servicePrincipal/$count': description: Provides operations to count the resources in the collection. get: tags: - devices.directoryObject summary: Get the number of the resource operationId: devices.RegisteredUsers.GetCount.AsServicePrincipal-c21e parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: device-id in: path description: The unique identifier of device required: true schema: type: string x-ms-docs-key-type: device '/devices/{device-id}/registeredUsers/graph.user': description: Casts the previous resource to user. get: tags: - devices.directoryObject summary: Get the items of type microsoft.graph.user in the microsoft.graph.directoryObject collection operationId: devices.ListRegisteredUsers.AsUser parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.userCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: device-id in: path description: The unique identifier of device required: true schema: type: string x-ms-docs-key-type: device '/devices/{device-id}/registeredUsers/graph.user/$count': description: Provides operations to count the resources in the collection. get: tags: - devices.directoryObject summary: Get the number of the resource operationId: devices.RegisteredUsers.GetCount.AsUser-ab49 parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: device-id in: path description: The unique identifier of device required: true schema: type: string x-ms-docs-key-type: device '/devices/{device-id}/transitiveMemberOf': description: Provides operations to manage the transitiveMemberOf property of the microsoft.graph.device entity. get: tags: - devices.directoryObject summary: List device transitive memberships description: 'Get the groups and administrative units that the device is a member of. This API request is transitive, and will also return all groups and administrative units the device is a nested member of.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/device-list-transitivememberof?view=graph-rest-1.0 operationId: devices.ListTransitiveMemberOf parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: device-id in: path description: The unique identifier of device required: true schema: type: string x-ms-docs-key-type: device '/devices/{device-id}/transitiveMemberOf/{directoryObject-id}': description: Provides operations to manage the transitiveMemberOf property of the microsoft.graph.device entity. get: tags: - devices.directoryObject summary: Get transitiveMemberOf from devices description: Groups and administrative units that the device is a member of. This operation is transitive. Supports $expand. operationId: devices.GetTransitiveMemberOf parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: device-id in: path description: The unique identifier of device required: true schema: type: string x-ms-docs-key-type: device - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/graph.administrativeUnit': description: Casts the previous resource to administrativeUnit. get: tags: - devices.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.administrativeUnit operationId: devices.GetTransitiveMemberOf.AsAdministrativeUnit parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.administrativeUnit' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: device-id in: path description: The unique identifier of device required: true schema: type: string x-ms-docs-key-type: device - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/graph.group': description: Casts the previous resource to group. get: tags: - devices.directoryObject summary: List device transitive memberships description: 'Get the groups and administrative units that the device is a member of. This API request is transitive, and will also return all groups and administrative units the device is a nested member of.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/device-list-transitivememberof?view=graph-rest-1.0 operationId: devices.GetTransitiveMemberOf.AsGroup parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.group' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: device-id in: path description: The unique identifier of device required: true schema: type: string x-ms-docs-key-type: device - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/devices/{device-id}/transitiveMemberOf/$count': description: Provides operations to count the resources in the collection. get: tags: - devices.directoryObject summary: Get the number of the resource operationId: devices.transitiveMemberOf.GetCount-5cbd parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: device-id in: path description: The unique identifier of device required: true schema: type: string x-ms-docs-key-type: device '/devices/{device-id}/transitiveMemberOf/graph.administrativeUnit': description: Casts the previous resource to administrativeUnit. get: tags: - devices.directoryObject summary: Get the items of type microsoft.graph.administrativeUnit in the microsoft.graph.directoryObject collection operationId: devices.ListTransitiveMemberOf.AsAdministrativeUnit parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.administrativeUnitCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: device-id in: path description: The unique identifier of device required: true schema: type: string x-ms-docs-key-type: device '/devices/{device-id}/transitiveMemberOf/graph.administrativeUnit/$count': description: Provides operations to count the resources in the collection. get: tags: - devices.directoryObject summary: Get the number of the resource operationId: devices.TransitiveMemberOf.GetCount.AsAdministrativeUnit-24c9 parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: device-id in: path description: The unique identifier of device required: true schema: type: string x-ms-docs-key-type: device '/devices/{device-id}/transitiveMemberOf/graph.group': description: Casts the previous resource to group. get: tags: - devices.directoryObject summary: List device transitive memberships description: 'Get the groups and administrative units that the device is a member of. This API request is transitive, and will also return all groups and administrative units the device is a nested member of.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/device-list-transitivememberof?view=graph-rest-1.0 operationId: devices.ListTransitiveMemberOf.AsGroup parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.groupCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: device-id in: path description: The unique identifier of device required: true schema: type: string x-ms-docs-key-type: device '/devices/{device-id}/transitiveMemberOf/graph.group/$count': description: Provides operations to count the resources in the collection. get: tags: - devices.directoryObject summary: Get the number of the resource operationId: devices.TransitiveMemberOf.GetCount.AsGroup-bca9 parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: device-id in: path description: The unique identifier of device required: true schema: type: string x-ms-docs-key-type: device '/devices(deviceId=''{deviceId}'')': description: Provides operations to manage the collection of device entities. get: tags: - devices.device summary: Get device description: Get the properties and relationships of a device object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/device-get?view=graph-rest-1.0 operationId: devices.device.GetDeviceByDeviceId parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.device' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - devices.device summary: Update device description: Update the properties of a registered device. Only certain properties of a device can be updated through approved Mobile Device Managment (MDM) apps. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/device-update?view=graph-rest-1.0 operationId: devices.device.UpdateDeviceByDeviceId requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.device' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.device' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - devices.device summary: Delete device description: Delete a registered device. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/device-delete?view=graph-rest-1.0 operationId: devices.device.DeleteDeviceByDeviceId parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: deviceId in: path description: Alternate key of device required: true schema: type: string nullable: true /devices/$count: description: Provides operations to count the resources in the collection. get: tags: - devices.device summary: Get the number of the resource operationId: devices.GetCount-3489 parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /devices/delta(): description: Provides operations to call the delta method. get: tags: - devices.Functions summary: Invoke function delta description: 'Get newly created, updated, or deleted devices without performing a full read of the entire resource collection. For more information, see Using delta query.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/device-delta?view=graph-rest-1.0 operationId: devices.delta parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of device type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.device' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-grouped-path: - /devices/delta() /devices/getAvailableExtensionProperties: description: Provides operations to call the getAvailableExtensionProperties method. post: tags: - devices.Actions summary: Invoke action getAvailableExtensionProperties description: 'Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties:' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0 operationId: devices.getAvailableExtensionProperties requestBody: description: Action parameters content: application/json: schema: type: object properties: isSyncedFromOnPremises: type: boolean default: false nullable: true required: true responses: 2XX: description: Success content: application/json: schema: title: Collection of extensionProperty type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.extensionProperty' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /devices/getByIds: description: Provides operations to call the getByIds method. post: tags: - devices.Actions summary: Invoke action getByIds description: 'Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to:' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0 operationId: devices.getByIds requestBody: description: Action parameters content: application/json: schema: type: object properties: ids: type: array items: type: string types: type: array items: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: title: Collection of directoryObject type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /devices/validateProperties: description: Provides operations to call the validateProperties method. post: tags: - devices.Actions summary: Invoke action validateProperties description: "Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:\n1. Validate the prefix and suffix naming policy\n2. Validate the custom banned words policy\n3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0 operationId: devices.validateProperties requestBody: description: Action parameters content: application/json: schema: type: object properties: entityType: type: string nullable: true displayName: type: string nullable: true mailNickname: type: string nullable: true onBehalfOfUserId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string format: uuid nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action /directory: description: Provides operations to manage the directory singleton. get: tags: - directory.directory summary: Get directory operationId: directory.directory.GetDirectory parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directory' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - directory.directory summary: Update directory operationId: directory.directory.UpdateDirectory requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directory' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directory' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /directory/administrativeUnits: description: Provides operations to manage the administrativeUnits property of the microsoft.graph.directory entity. get: tags: - directory.administrativeUnit summary: List administrativeUnits description: Retrieve a list of administrativeUnit objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directory-list-administrativeunits?view=graph-rest-1.0 operationId: directory.ListAdministrativeUnits parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.administrativeUnitCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - directory.administrativeUnit summary: Create administrativeUnit description: Use this API to create a new administrativeUnit. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directory-post-administrativeunits?view=graph-rest-1.0 operationId: directory.CreateAdministrativeUnits requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.administrativeUnit' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.administrativeUnit' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/directory/administrativeUnits/{administrativeUnit-id}': description: Provides operations to manage the administrativeUnits property of the microsoft.graph.directory entity. get: tags: - directory.administrativeUnit summary: Get administrativeUnit description: Retrieve the properties and relationships of an administrativeUnit object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/administrativeunit-get?view=graph-rest-1.0 operationId: directory.GetAdministrativeUnits parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.administrativeUnit' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - directory.administrativeUnit summary: Update administrativeUnit description: Update the properties of an administrativeUnit object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/administrativeunit-update?view=graph-rest-1.0 operationId: directory.UpdateAdministrativeUnits requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.administrativeUnit' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.administrativeUnit' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - directory.administrativeUnit summary: Delete administrativeUnit description: Delete an administrativeUnit. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/administrativeunit-delete?view=graph-rest-1.0 operationId: directory.DeleteAdministrativeUnits parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: administrativeUnit-id in: path description: The unique identifier of administrativeUnit required: true schema: type: string x-ms-docs-key-type: administrativeUnit '/directory/administrativeUnits/{administrativeUnit-id}/extensions': description: Provides operations to manage the extensions property of the microsoft.graph.administrativeUnit entity. get: tags: - directory.administrativeUnit summary: Get extensions from directory description: The collection of open extensions defined for this administrative unit. Nullable. operationId: directory.administrativeUnits.ListExtensions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - directory.administrativeUnit summary: Create new navigation property to extensions for directory operationId: directory.administrativeUnits.CreateExtensions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: administrativeUnit-id in: path description: The unique identifier of administrativeUnit required: true schema: type: string x-ms-docs-key-type: administrativeUnit '/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}': description: Provides operations to manage the extensions property of the microsoft.graph.administrativeUnit entity. get: tags: - directory.administrativeUnit summary: Get extensions from directory description: The collection of open extensions defined for this administrative unit. Nullable. operationId: directory.administrativeUnits.GetExtensions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - directory.administrativeUnit summary: Update the navigation property extensions in directory operationId: directory.administrativeUnits.UpdateExtensions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - directory.administrativeUnit summary: Delete navigation property extensions for directory operationId: directory.administrativeUnits.DeleteExtensions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: administrativeUnit-id in: path description: The unique identifier of administrativeUnit required: true schema: type: string x-ms-docs-key-type: administrativeUnit - name: extension-id in: path description: The unique identifier of extension required: true schema: type: string x-ms-docs-key-type: extension '/directory/administrativeUnits/{administrativeUnit-id}/extensions/$count': description: Provides operations to count the resources in the collection. get: tags: - directory.administrativeUnit summary: Get the number of the resource operationId: directory.administrativeUnits.extensions.GetCount-48cb parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: administrativeUnit-id in: path description: The unique identifier of administrativeUnit required: true schema: type: string x-ms-docs-key-type: administrativeUnit '/directory/administrativeUnits/{administrativeUnit-id}/members': description: Provides operations to manage the members property of the microsoft.graph.administrativeUnit entity. get: tags: - directory.administrativeUnit summary: List members description: 'Use this API to get the members list (users, groups, or devices) in an administrative unit.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/administrativeunit-list-members?view=graph-rest-1.0 operationId: directory.administrativeUnits.ListMembers parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - directory.administrativeUnit summary: Add a member description: 'Use this API to add a member (user, group, or device) to an administrative unit. Currently it''s only possible to add one member at a time to an administrative unit.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/administrativeunit-post-members?view=graph-rest-1.0 operationId: directory.administrativeUnits.CreateMembers requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryObject' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: administrativeUnit-id in: path description: The unique identifier of administrativeUnit required: true schema: type: string x-ms-docs-key-type: administrativeUnit '/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/$ref': description: Provides operations to manage the collection of directory entities. delete: tags: - directory.administrativeUnit summary: Remove a member description: 'Use this API to remove a member (user, group, or device) from an administrative unit.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/administrativeunit-delete-members?view=graph-rest-1.0 operationId: directory.administrativeUnits.members.DeleteRefDirectoryObject parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: administrativeUnit-id in: path description: The unique identifier of administrativeUnit required: true schema: type: string x-ms-docs-key-type: administrativeUnit - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/graph.application': description: Casts the previous resource to application. get: tags: - directory.administrativeUnit summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.application operationId: directory.administrativeUnits.GetMembers.AsApplication parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.application' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: administrativeUnit-id in: path description: The unique identifier of administrativeUnit required: true schema: type: string x-ms-docs-key-type: administrativeUnit - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/graph.device': description: Casts the previous resource to device. get: tags: - directory.administrativeUnit summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.device operationId: directory.administrativeUnits.GetMembers.AsDevice parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.device' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: administrativeUnit-id in: path description: The unique identifier of administrativeUnit required: true schema: type: string x-ms-docs-key-type: administrativeUnit - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/graph.group': description: Casts the previous resource to group. get: tags: - directory.administrativeUnit summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.group operationId: directory.administrativeUnits.GetMembers.AsGroup parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.group' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: administrativeUnit-id in: path description: The unique identifier of administrativeUnit required: true schema: type: string x-ms-docs-key-type: administrativeUnit - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/graph.orgContact': description: Casts the previous resource to orgContact. get: tags: - directory.administrativeUnit summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.orgContact operationId: directory.administrativeUnits.GetMembers.AsOrgContact parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.orgContact' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: administrativeUnit-id in: path description: The unique identifier of administrativeUnit required: true schema: type: string x-ms-docs-key-type: administrativeUnit - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/graph.servicePrincipal': description: Casts the previous resource to servicePrincipal. get: tags: - directory.administrativeUnit summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.servicePrincipal operationId: directory.administrativeUnits.GetMembers.AsServicePrincipal parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.servicePrincipal' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: administrativeUnit-id in: path description: The unique identifier of administrativeUnit required: true schema: type: string x-ms-docs-key-type: administrativeUnit - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/graph.user': description: Casts the previous resource to user. get: tags: - directory.administrativeUnit summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.user operationId: directory.administrativeUnits.GetMembers.AsUser parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: administrativeUnit-id in: path description: The unique identifier of administrativeUnit required: true schema: type: string x-ms-docs-key-type: administrativeUnit - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/directory/administrativeUnits/{administrativeUnit-id}/members/$count': description: Provides operations to count the resources in the collection. get: tags: - directory.administrativeUnit summary: Get the number of the resource operationId: directory.administrativeUnits.members.GetCount-777a parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: administrativeUnit-id in: path description: The unique identifier of administrativeUnit required: true schema: type: string x-ms-docs-key-type: administrativeUnit '/directory/administrativeUnits/{administrativeUnit-id}/members/$ref': description: Provides operations to manage the collection of directory entities. get: tags: - directory.administrativeUnit summary: List members description: 'Use this API to get the members list (users, groups, or devices) in an administrative unit.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/administrativeunit-list-members?view=graph-rest-1.0 operationId: directory.administrativeUnits.ListRefMembers parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/StringCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - directory.administrativeUnit summary: Add a member description: 'Use this API to add a member (user, group, or device) to an administrative unit. Currently it''s only possible to add one member at a time to an administrative unit.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/administrativeunit-post-members?view=graph-rest-1.0 operationId: directory.administrativeUnits.CreateRefMembers requestBody: $ref: '#/components/requestBodies/refPostBody' responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - directory.administrativeUnit summary: Remove a member description: 'Use this API to remove a member (user, group, or device) from an administrative unit.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/administrativeunit-delete-members?view=graph-rest-1.0 operationId: directory.administrativeUnits.DeleteRefMembers parameters: - name: If-Match in: header description: ETag schema: type: string - name: '@id' in: query description: The delete Uri required: true schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: administrativeUnit-id in: path description: The unique identifier of administrativeUnit required: true schema: type: string x-ms-docs-key-type: administrativeUnit '/directory/administrativeUnits/{administrativeUnit-id}/members/graph.application': description: Casts the previous resource to application. get: tags: - directory.administrativeUnit summary: Get the items of type microsoft.graph.application in the microsoft.graph.directoryObject collection operationId: directory.administrativeUnits.ListMembers.AsApplication parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.applicationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: administrativeUnit-id in: path description: The unique identifier of administrativeUnit required: true schema: type: string x-ms-docs-key-type: administrativeUnit '/directory/administrativeUnits/{administrativeUnit-id}/members/graph.application/$count': description: Provides operations to count the resources in the collection. get: tags: - directory.administrativeUnit summary: Get the number of the resource operationId: directory.administrativeUnits.Members.GetCount.AsApplication-12bb parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: administrativeUnit-id in: path description: The unique identifier of administrativeUnit required: true schema: type: string x-ms-docs-key-type: administrativeUnit '/directory/administrativeUnits/{administrativeUnit-id}/members/graph.device': description: Casts the previous resource to device. get: tags: - directory.administrativeUnit summary: Get the items of type microsoft.graph.device in the microsoft.graph.directoryObject collection operationId: directory.administrativeUnits.ListMembers.AsDevice parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.deviceCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: administrativeUnit-id in: path description: The unique identifier of administrativeUnit required: true schema: type: string x-ms-docs-key-type: administrativeUnit '/directory/administrativeUnits/{administrativeUnit-id}/members/graph.device/$count': description: Provides operations to count the resources in the collection. get: tags: - directory.administrativeUnit summary: Get the number of the resource operationId: directory.administrativeUnits.Members.GetCount.AsDevice-a313 parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: administrativeUnit-id in: path description: The unique identifier of administrativeUnit required: true schema: type: string x-ms-docs-key-type: administrativeUnit '/directory/administrativeUnits/{administrativeUnit-id}/members/graph.group': description: Casts the previous resource to group. get: tags: - directory.administrativeUnit summary: Get the items of type microsoft.graph.group in the microsoft.graph.directoryObject collection operationId: directory.administrativeUnits.ListMembers.AsGroup parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.groupCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: administrativeUnit-id in: path description: The unique identifier of administrativeUnit required: true schema: type: string x-ms-docs-key-type: administrativeUnit '/directory/administrativeUnits/{administrativeUnit-id}/members/graph.group/$count': description: Provides operations to count the resources in the collection. get: tags: - directory.administrativeUnit summary: Get the number of the resource operationId: directory.administrativeUnits.Members.GetCount.AsGroup-af07 parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: administrativeUnit-id in: path description: The unique identifier of administrativeUnit required: true schema: type: string x-ms-docs-key-type: administrativeUnit '/directory/administrativeUnits/{administrativeUnit-id}/members/graph.orgContact': description: Casts the previous resource to orgContact. get: tags: - directory.administrativeUnit summary: Get the items of type microsoft.graph.orgContact in the microsoft.graph.directoryObject collection operationId: directory.administrativeUnits.ListMembers.AsOrgContact parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.orgContactCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: administrativeUnit-id in: path description: The unique identifier of administrativeUnit required: true schema: type: string x-ms-docs-key-type: administrativeUnit '/directory/administrativeUnits/{administrativeUnit-id}/members/graph.orgContact/$count': description: Provides operations to count the resources in the collection. get: tags: - directory.administrativeUnit summary: Get the number of the resource operationId: directory.administrativeUnits.Members.GetCount.AsOrgContact-7392 parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: administrativeUnit-id in: path description: The unique identifier of administrativeUnit required: true schema: type: string x-ms-docs-key-type: administrativeUnit '/directory/administrativeUnits/{administrativeUnit-id}/members/graph.servicePrincipal': description: Casts the previous resource to servicePrincipal. get: tags: - directory.administrativeUnit summary: Get the items of type microsoft.graph.servicePrincipal in the microsoft.graph.directoryObject collection operationId: directory.administrativeUnits.ListMembers.AsServicePrincipal parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.servicePrincipalCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: administrativeUnit-id in: path description: The unique identifier of administrativeUnit required: true schema: type: string x-ms-docs-key-type: administrativeUnit '/directory/administrativeUnits/{administrativeUnit-id}/members/graph.servicePrincipal/$count': description: Provides operations to count the resources in the collection. get: tags: - directory.administrativeUnit summary: Get the number of the resource operationId: directory.administrativeUnits.Members.GetCount.AsServicePrincipal-1d41 parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: administrativeUnit-id in: path description: The unique identifier of administrativeUnit required: true schema: type: string x-ms-docs-key-type: administrativeUnit '/directory/administrativeUnits/{administrativeUnit-id}/members/graph.user': description: Casts the previous resource to user. get: tags: - directory.administrativeUnit summary: Get the items of type microsoft.graph.user in the microsoft.graph.directoryObject collection operationId: directory.administrativeUnits.ListMembers.AsUser parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.userCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: administrativeUnit-id in: path description: The unique identifier of administrativeUnit required: true schema: type: string x-ms-docs-key-type: administrativeUnit '/directory/administrativeUnits/{administrativeUnit-id}/members/graph.user/$count': description: Provides operations to count the resources in the collection. get: tags: - directory.administrativeUnit summary: Get the number of the resource operationId: directory.administrativeUnits.Members.GetCount.AsUser-5d18 parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: administrativeUnit-id in: path description: The unique identifier of administrativeUnit required: true schema: type: string x-ms-docs-key-type: administrativeUnit '/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers': description: Provides operations to manage the scopedRoleMembers property of the microsoft.graph.administrativeUnit entity. get: tags: - directory.administrativeUnit summary: List scopedRoleMembers description: List Microsoft Entra role assignments with administrative unit scope. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/administrativeunit-list-scopedrolemembers?view=graph-rest-1.0 operationId: directory.administrativeUnits.ListScopedRoleMembers parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.scopedRoleMembershipCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - directory.administrativeUnit summary: Add a scopedRoleMember description: 'Assign a Microsoft Entra role with administrative unit scope. For a list of roles that can be assigned with administrative unit scope, see Assign Microsoft Entra roles with administrative unit scope.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/administrativeunit-post-scopedrolemembers?view=graph-rest-1.0 operationId: directory.administrativeUnits.CreateScopedRoleMembers requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.scopedRoleMembership' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.scopedRoleMembership' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: administrativeUnit-id in: path description: The unique identifier of administrativeUnit required: true schema: type: string x-ms-docs-key-type: administrativeUnit '/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}': description: Provides operations to manage the scopedRoleMembers property of the microsoft.graph.administrativeUnit entity. get: tags: - directory.administrativeUnit summary: Get a scopedRoleMember description: Get a Microsoft Entra role assignment with administrative unit scope. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/administrativeunit-get-scopedrolemembers?view=graph-rest-1.0 operationId: directory.administrativeUnits.GetScopedRoleMembers parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.scopedRoleMembership' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - directory.administrativeUnit summary: Update the navigation property scopedRoleMembers in directory operationId: directory.administrativeUnits.UpdateScopedRoleMembers requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.scopedRoleMembership' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.scopedRoleMembership' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - directory.administrativeUnit summary: Remove a scopedRoleMember description: Remove a Microsoft Entra role assignment with administrative unit scope. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/administrativeunit-delete-scopedrolemembers?view=graph-rest-1.0 operationId: directory.administrativeUnits.DeleteScopedRoleMembers parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: administrativeUnit-id in: path description: The unique identifier of administrativeUnit required: true schema: type: string x-ms-docs-key-type: administrativeUnit - name: scopedRoleMembership-id in: path description: The unique identifier of scopedRoleMembership required: true schema: type: string x-ms-docs-key-type: scopedRoleMembership '/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/$count': description: Provides operations to count the resources in the collection. get: tags: - directory.administrativeUnit summary: Get the number of the resource operationId: directory.administrativeUnits.scopedRoleMembers.GetCount-cb3a parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: administrativeUnit-id in: path description: The unique identifier of administrativeUnit required: true schema: type: string x-ms-docs-key-type: administrativeUnit /directory/administrativeUnits/$count: description: Provides operations to count the resources in the collection. get: tags: - directory.administrativeUnit summary: Get the number of the resource operationId: directory.administrativeUnits.GetCount-a5a1 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /directory/administrativeUnits/delta(): description: Provides operations to call the delta method. get: tags: - directory.Functions summary: Invoke function delta operationId: directory.administrativeUnits.delta parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of administrativeUnit type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.administrativeUnit' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /directory/attributeSets: description: Provides operations to manage the attributeSets property of the microsoft.graph.directory entity. get: tags: - directory.attributeSet summary: List attributeSets description: Get a list of the attributeSet objects and their properties. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directory-list-attributesets?view=graph-rest-1.0 operationId: directory.ListAttributeSets parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.attributeSetCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - directory.attributeSet summary: Create attributeSet description: Create a new attributeSet object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directory-post-attributesets?view=graph-rest-1.0 operationId: directory.CreateAttributeSets requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attributeSet' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attributeSet' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/directory/attributeSets/{attributeSet-id}': description: Provides operations to manage the attributeSets property of the microsoft.graph.directory entity. get: tags: - directory.attributeSet summary: Get attributeSet description: Read the properties and relationships of an attributeSet object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attributeset-get?view=graph-rest-1.0 operationId: directory.GetAttributeSets parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attributeSet' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - directory.attributeSet summary: Update attributeSet description: Update the properties of an attributeSet object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attributeset-update?view=graph-rest-1.0 operationId: directory.UpdateAttributeSets requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attributeSet' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attributeSet' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - directory.attributeSet summary: Delete navigation property attributeSets for directory operationId: directory.DeleteAttributeSets parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: attributeSet-id in: path description: The unique identifier of attributeSet required: true schema: type: string x-ms-docs-key-type: attributeSet /directory/attributeSets/$count: description: Provides operations to count the resources in the collection. get: tags: - directory.attributeSet summary: Get the number of the resource operationId: directory.attributeSets.GetCount-147b parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /directory/customSecurityAttributeDefinitions: description: Provides operations to manage the customSecurityAttributeDefinitions property of the microsoft.graph.directory entity. get: tags: - directory.customSecurityAttributeDefinition summary: List customSecurityAttributeDefinitions description: Get a list of the customSecurityAttributeDefinition objects and their properties. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directory-list-customsecurityattributedefinitions?view=graph-rest-1.0 operationId: directory.ListCustomSecurityAttributeDefinitions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.customSecurityAttributeDefinitionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - directory.customSecurityAttributeDefinition summary: Create customSecurityAttributeDefinition description: Create a new customSecurityAttributeDefinition object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directory-post-customsecurityattributedefinitions?view=graph-rest-1.0 operationId: directory.CreateCustomSecurityAttributeDefinitions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.customSecurityAttributeDefinition' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.customSecurityAttributeDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}': description: Provides operations to manage the customSecurityAttributeDefinitions property of the microsoft.graph.directory entity. get: tags: - directory.customSecurityAttributeDefinition summary: Get customSecurityAttributeDefinition description: Read the properties and relationships of a customSecurityAttributeDefinition object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/customsecurityattributedefinition-get?view=graph-rest-1.0 operationId: directory.GetCustomSecurityAttributeDefinitions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.customSecurityAttributeDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - directory.customSecurityAttributeDefinition summary: Update customSecurityAttributeDefinition description: Update the properties of a customSecurityAttributeDefinition object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/customsecurityattributedefinition-update?view=graph-rest-1.0 operationId: directory.UpdateCustomSecurityAttributeDefinitions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.customSecurityAttributeDefinition' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.customSecurityAttributeDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - directory.customSecurityAttributeDefinition summary: Delete navigation property customSecurityAttributeDefinitions for directory operationId: directory.DeleteCustomSecurityAttributeDefinitions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: customSecurityAttributeDefinition-id in: path description: The unique identifier of customSecurityAttributeDefinition required: true schema: type: string x-ms-docs-key-type: customSecurityAttributeDefinition '/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues': description: Provides operations to manage the allowedValues property of the microsoft.graph.customSecurityAttributeDefinition entity. get: tags: - directory.customSecurityAttributeDefinition summary: List allowedValues description: Get a list of the allowedValue objects and their properties. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/customsecurityattributedefinition-list-allowedvalues?view=graph-rest-1.0 operationId: directory.customSecurityAttributeDefinitions.ListAllowedValues parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.allowedValueCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - directory.customSecurityAttributeDefinition summary: Create allowedValue description: Create a new allowedValue object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/customsecurityattributedefinition-post-allowedvalues?view=graph-rest-1.0 operationId: directory.customSecurityAttributeDefinitions.CreateAllowedValues requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.allowedValue' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.allowedValue' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: customSecurityAttributeDefinition-id in: path description: The unique identifier of customSecurityAttributeDefinition required: true schema: type: string x-ms-docs-key-type: customSecurityAttributeDefinition '/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}': description: Provides operations to manage the allowedValues property of the microsoft.graph.customSecurityAttributeDefinition entity. get: tags: - directory.customSecurityAttributeDefinition summary: Get allowedValue description: Read the properties and relationships of an allowedValue object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/allowedvalue-get?view=graph-rest-1.0 operationId: directory.customSecurityAttributeDefinitions.GetAllowedValues parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.allowedValue' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - directory.customSecurityAttributeDefinition summary: Update allowedValue description: Update the properties of an allowedValue object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/allowedvalue-update?view=graph-rest-1.0 operationId: directory.customSecurityAttributeDefinitions.UpdateAllowedValues requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.allowedValue' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.allowedValue' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - directory.customSecurityAttributeDefinition summary: Delete navigation property allowedValues for directory operationId: directory.customSecurityAttributeDefinitions.DeleteAllowedValues parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: customSecurityAttributeDefinition-id in: path description: The unique identifier of customSecurityAttributeDefinition required: true schema: type: string x-ms-docs-key-type: customSecurityAttributeDefinition - name: allowedValue-id in: path description: The unique identifier of allowedValue required: true schema: type: string x-ms-docs-key-type: allowedValue '/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/$count': description: Provides operations to count the resources in the collection. get: tags: - directory.customSecurityAttributeDefinition summary: Get the number of the resource operationId: directory.customSecurityAttributeDefinitions.allowedValues.GetCount-c982 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: customSecurityAttributeDefinition-id in: path description: The unique identifier of customSecurityAttributeDefinition required: true schema: type: string x-ms-docs-key-type: customSecurityAttributeDefinition /directory/customSecurityAttributeDefinitions/$count: description: Provides operations to count the resources in the collection. get: tags: - directory.customSecurityAttributeDefinition summary: Get the number of the resource operationId: directory.customSecurityAttributeDefinitions.GetCount-ae4b parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /directory/deletedItems: description: Provides operations to manage the deletedItems property of the microsoft.graph.directory entity. get: tags: - directory.directoryObject summary: Get deleted item (directory object) description: 'Retrieve the properties of a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items.' operationId: directory.ListDeletedItems parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation '/directory/deletedItems/{directoryObject-id}': description: Provides operations to manage the deletedItems property of the microsoft.graph.directory entity. get: tags: - directory.directoryObject summary: Get deleted item (directory object) description: 'Retrieve the properties of a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directory-deleteditems-get?view=graph-rest-1.0 operationId: directory.GetDeletedItems parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - directory.directoryObject summary: Permanently delete an item (directory object) description: 'Permanently delete a recently deleted application, group, servicePrincipal, or user object from deleted items. After an item is permanently deleted, it cannot be restored. Administrative units cannot be permanently deleted by using the deletedItems API. Soft-deleted administrative units will be permanently deleted 30 days after initial deletion unless they are restored.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directory-deleteditems-delete?view=graph-rest-1.0 operationId: directory.DeleteDeletedItems parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/directory/deletedItems/{directoryObject-id}/graph.administrativeUnit': description: Casts the previous resource to administrativeUnit. get: tags: - directory.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.administrativeUnit operationId: directory.GetDeletedItems.AsAdministrativeUnit parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.administrativeUnit' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/directory/deletedItems/{directoryObject-id}/graph.application': description: Casts the previous resource to application. get: tags: - directory.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.application operationId: directory.GetDeletedItems.AsApplication parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.application' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/directory/deletedItems/{directoryObject-id}/checkMemberGroups': description: Provides operations to call the checkMemberGroups method. post: tags: - directory.Actions summary: Invoke action checkMemberGroups description: 'Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0 operationId: directory.deletedItems.directoryObject.checkMemberGroups requestBody: description: Action parameters content: application/json: schema: type: object properties: groupIds: type: array items: type: string required: true responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: type: string 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/directory/deletedItems/{directoryObject-id}/checkMemberObjects': description: Provides operations to call the checkMemberObjects method. post: tags: - directory.Actions summary: Invoke action checkMemberObjects operationId: directory.deletedItems.directoryObject.checkMemberObjects requestBody: description: Action parameters content: application/json: schema: type: object properties: ids: type: array items: type: string required: true responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: type: string 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/directory/deletedItems/{directoryObject-id}/graph.device': description: Casts the previous resource to device. get: tags: - directory.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.device operationId: directory.GetDeletedItems.AsDevice parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.device' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/directory/deletedItems/{directoryObject-id}/getMemberGroups': description: Provides operations to call the getMemberGroups method. post: tags: - directory.Actions summary: Invoke action getMemberGroups description: 'Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0 operationId: directory.deletedItems.directoryObject.getMemberGroups requestBody: description: Action parameters content: application/json: schema: type: object properties: securityEnabledOnly: type: boolean default: false nullable: true required: true responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: type: string 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/directory/deletedItems/{directoryObject-id}/getMemberObjects': description: Provides operations to call the getMemberObjects method. post: tags: - directory.Actions summary: Invoke action getMemberObjects description: 'Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0 operationId: directory.deletedItems.directoryObject.getMemberObjects requestBody: description: Action parameters content: application/json: schema: type: object properties: securityEnabledOnly: type: boolean default: false nullable: true required: true responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: type: string 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/directory/deletedItems/{directoryObject-id}/graph.group': description: Casts the previous resource to group. get: tags: - directory.directoryObject summary: List deletedItems (directory objects) description: 'Retrieve a list of recently deleted directory objects. Currently, deleted items functionality is only supported for the application, servicePrincipal, group, administrative unit, and user resources.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directory-deleteditems-list?view=graph-rest-1.0 operationId: directory.GetDeletedItems.AsGroup parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.group' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/directory/deletedItems/{directoryObject-id}/restore': description: Provides operations to call the restore method. post: tags: - directory.Actions summary: Invoke action restore description: 'Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. However, security groups cannot be restored. Also, restoring an application doesn''t restore the associated service principal automatically. You must call this API to explicitly restore the deleted service principal. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0 operationId: directory.deletedItems.directoryObject.restore responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.directoryObject' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/directory/deletedItems/{directoryObject-id}/graph.servicePrincipal': description: Casts the previous resource to servicePrincipal. get: tags: - directory.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.servicePrincipal operationId: directory.GetDeletedItems.AsServicePrincipal parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.servicePrincipal' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/directory/deletedItems/{directoryObject-id}/graph.user': description: Casts the previous resource to user. get: tags: - directory.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.user operationId: directory.GetDeletedItems.AsUser parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject /directory/deletedItems/$count: description: Provides operations to count the resources in the collection. get: tags: - directory.directoryObject summary: Get the number of the resource operationId: directory.deletedItems.GetCount-665f parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /directory/deletedItems/graph.administrativeUnit: description: Casts the previous resource to administrativeUnit. get: tags: - directory.directoryObject summary: Get the items of type microsoft.graph.administrativeUnit in the microsoft.graph.directoryObject collection operationId: directory.ListDeletedItems.AsAdministrativeUnit parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.administrativeUnitCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /directory/deletedItems/graph.administrativeUnit/$count: description: Provides operations to count the resources in the collection. get: tags: - directory.directoryObject summary: Get the number of the resource operationId: directory.DeletedItems.GetCount.AsAdministrativeUnit-0f56 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /directory/deletedItems/graph.application: description: Casts the previous resource to application. get: tags: - directory.directoryObject summary: Get the items of type microsoft.graph.application in the microsoft.graph.directoryObject collection operationId: directory.ListDeletedItems.AsApplication parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.applicationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /directory/deletedItems/graph.application/$count: description: Provides operations to count the resources in the collection. get: tags: - directory.directoryObject summary: Get the number of the resource operationId: directory.DeletedItems.GetCount.AsApplication-09ac parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /directory/deletedItems/graph.device: description: Casts the previous resource to device. get: tags: - directory.directoryObject summary: Get the items of type microsoft.graph.device in the microsoft.graph.directoryObject collection operationId: directory.ListDeletedItems.AsDevice parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.deviceCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /directory/deletedItems/graph.device/$count: description: Provides operations to count the resources in the collection. get: tags: - directory.directoryObject summary: Get the number of the resource operationId: directory.DeletedItems.GetCount.AsDevice-6f35 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /directory/deletedItems/getAvailableExtensionProperties: description: Provides operations to call the getAvailableExtensionProperties method. post: tags: - directory.Actions summary: Invoke action getAvailableExtensionProperties description: 'Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties:' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0 operationId: directory.deletedItems.getAvailableExtensionProperties requestBody: description: Action parameters content: application/json: schema: type: object properties: isSyncedFromOnPremises: type: boolean default: false nullable: true required: true responses: 2XX: description: Success content: application/json: schema: title: Collection of extensionProperty type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.extensionProperty' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /directory/deletedItems/getByIds: description: Provides operations to call the getByIds method. post: tags: - directory.Actions summary: Invoke action getByIds description: 'Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to:' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0 operationId: directory.deletedItems.getByIds requestBody: description: Action parameters content: application/json: schema: type: object properties: ids: type: array items: type: string types: type: array items: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: title: Collection of directoryObject type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /directory/deletedItems/graph.group: description: Casts the previous resource to group. get: tags: - directory.directoryObject summary: List deletedItems (directory objects) description: 'Retrieve a list of recently deleted directory objects. Currently, deleted items functionality is only supported for the application, servicePrincipal, group, administrative unit, and user resources.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directory-deleteditems-list?view=graph-rest-1.0 operationId: directory.ListDeletedItems.AsGroup parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.groupCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /directory/deletedItems/graph.group/$count: description: Provides operations to count the resources in the collection. get: tags: - directory.directoryObject summary: Get the number of the resource operationId: directory.DeletedItems.GetCount.AsGroup-255d parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /directory/deletedItems/graph.servicePrincipal: description: Casts the previous resource to servicePrincipal. get: tags: - directory.directoryObject summary: Get the items of type microsoft.graph.servicePrincipal in the microsoft.graph.directoryObject collection operationId: directory.ListDeletedItems.AsServicePrincipal parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.servicePrincipalCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /directory/deletedItems/graph.servicePrincipal/$count: description: Provides operations to count the resources in the collection. get: tags: - directory.directoryObject summary: Get the number of the resource operationId: directory.DeletedItems.GetCount.AsServicePrincipal-6632 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /directory/deletedItems/graph.user: description: Casts the previous resource to user. get: tags: - directory.directoryObject summary: Get the items of type microsoft.graph.user in the microsoft.graph.directoryObject collection operationId: directory.ListDeletedItems.AsUser parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.userCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /directory/deletedItems/graph.user/$count: description: Provides operations to count the resources in the collection. get: tags: - directory.directoryObject summary: Get the number of the resource operationId: directory.DeletedItems.GetCount.AsUser-bc15 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /directory/deletedItems/validateProperties: description: Provides operations to call the validateProperties method. post: tags: - directory.Actions summary: Invoke action validateProperties description: "Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:\n1. Validate the prefix and suffix naming policy\n2. Validate the custom banned words policy\n3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0 operationId: directory.deletedItems.validateProperties requestBody: description: Action parameters content: application/json: schema: type: object properties: entityType: type: string nullable: true displayName: type: string nullable: true mailNickname: type: string nullable: true onBehalfOfUserId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string format: uuid nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action /directory/deviceLocalCredentials: description: Provides operations to manage the deviceLocalCredentials property of the microsoft.graph.directory entity. get: tags: - directory.deviceLocalCredentialInfo summary: List deviceLocalCredentialInfo description: 'Get a list of the deviceLocalCredentialInfo objects and their properties, excluding the credentials property. ' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directory-list-devicelocalcredentials?view=graph-rest-1.0 operationId: directory.ListDeviceLocalCredentials parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.deviceLocalCredentialInfoCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - directory.deviceLocalCredentialInfo summary: Create new navigation property to deviceLocalCredentials for directory operationId: directory.CreateDeviceLocalCredentials requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceLocalCredentialInfo' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceLocalCredentialInfo' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/directory/deviceLocalCredentials/{deviceLocalCredentialInfo-id}': description: Provides operations to manage the deviceLocalCredentials property of the microsoft.graph.directory entity. get: tags: - directory.deviceLocalCredentialInfo summary: Get deviceLocalCredentialInfo description: 'Retrieve the properties of a deviceLocalCredentialInfo for a specified device object. ' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/devicelocalcredentialinfo-get?view=graph-rest-1.0 operationId: directory.GetDeviceLocalCredentials parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceLocalCredentialInfo' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - directory.deviceLocalCredentialInfo summary: Update the navigation property deviceLocalCredentials in directory operationId: directory.UpdateDeviceLocalCredentials requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceLocalCredentialInfo' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceLocalCredentialInfo' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - directory.deviceLocalCredentialInfo summary: Delete navigation property deviceLocalCredentials for directory operationId: directory.DeleteDeviceLocalCredentials parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: deviceLocalCredentialInfo-id in: path description: The unique identifier of deviceLocalCredentialInfo required: true schema: type: string x-ms-docs-key-type: deviceLocalCredentialInfo /directory/deviceLocalCredentials/$count: description: Provides operations to count the resources in the collection. get: tags: - directory.deviceLocalCredentialInfo summary: Get the number of the resource operationId: directory.deviceLocalCredentials.GetCount-43fe parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /directory/federationConfigurations: description: Provides operations to manage the federationConfigurations property of the microsoft.graph.directory entity. get: tags: - directory.identityProviderBase summary: Get federationConfigurations from directory description: Configure domain federation with organizations whose identity provider (IdP) supports either the SAML or WS-Fed protocol. operationId: directory.ListFederationConfigurations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.identityProviderBaseCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - directory.identityProviderBase summary: Create new navigation property to federationConfigurations for directory operationId: directory.CreateFederationConfigurations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityProviderBase' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityProviderBase' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/directory/federationConfigurations/{identityProviderBase-id}': description: Provides operations to manage the federationConfigurations property of the microsoft.graph.directory entity. get: tags: - directory.identityProviderBase summary: Get federationConfigurations from directory description: Configure domain federation with organizations whose identity provider (IdP) supports either the SAML or WS-Fed protocol. operationId: directory.GetFederationConfigurations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityProviderBase' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - directory.identityProviderBase summary: Update the navigation property federationConfigurations in directory operationId: directory.UpdateFederationConfigurations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityProviderBase' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityProviderBase' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - directory.identityProviderBase summary: Delete samlOrWsFedExternalDomainFederation description: Delete a samlOrWsFedExternalDomainFederation object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/samlorwsfedexternaldomainfederation-delete?view=graph-rest-1.0 operationId: directory.DeleteFederationConfigurations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: identityProviderBase-id in: path description: The unique identifier of identityProviderBase required: true schema: type: string x-ms-docs-key-type: identityProviderBase /directory/federationConfigurations/$count: description: Provides operations to count the resources in the collection. get: tags: - directory.identityProviderBase summary: Get the number of the resource operationId: directory.federationConfigurations.GetCount-1592 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /directory/federationConfigurations/availableProviderTypes(): description: Provides operations to call the availableProviderTypes method. get: tags: - directory.Functions summary: Invoke function availableProviderTypes description: Get all identity providers supported in a directory. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/identityproviderbase-availableprovidertypes?view=graph-rest-1.0 operationId: directory.federationConfigurations.availableProviderTypes parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: type: string nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /directory/onPremisesSynchronization: description: Provides operations to manage the onPremisesSynchronization property of the microsoft.graph.directory entity. get: tags: - directory.onPremisesDirectorySynchronization summary: Get onPremisesDirectorySynchronization description: Read the properties and relationships of an onPremisesDirectorySynchronization object. operationId: directory.ListOnPremisesSynchronization parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.onPremisesDirectorySynchronizationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - directory.onPremisesDirectorySynchronization summary: Create new navigation property to onPremisesSynchronization for directory operationId: directory.CreateOnPremisesSynchronization requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onPremisesDirectorySynchronization' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onPremisesDirectorySynchronization' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}': description: Provides operations to manage the onPremisesSynchronization property of the microsoft.graph.directory entity. get: tags: - directory.onPremisesDirectorySynchronization summary: Get onPremisesDirectorySynchronization description: Read the properties and relationships of an onPremisesDirectorySynchronization object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/onpremisesdirectorysynchronization-get?view=graph-rest-1.0 operationId: directory.GetOnPremisesSynchronization parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onPremisesDirectorySynchronization' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - directory.onPremisesDirectorySynchronization summary: Update onPremisesDirectorySynchronization description: Update the properties of an onPremisesDirectorySynchronization object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/onpremisesdirectorysynchronization-update?view=graph-rest-1.0 operationId: directory.UpdateOnPremisesSynchronization requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onPremisesDirectorySynchronization' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onPremisesDirectorySynchronization' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - directory.onPremisesDirectorySynchronization summary: Delete navigation property onPremisesSynchronization for directory operationId: directory.DeleteOnPremisesSynchronization parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: onPremisesDirectorySynchronization-id in: path description: The unique identifier of onPremisesDirectorySynchronization required: true schema: type: string x-ms-docs-key-type: onPremisesDirectorySynchronization /directory/onPremisesSynchronization/$count: description: Provides operations to count the resources in the collection. get: tags: - directory.onPremisesDirectorySynchronization summary: Get the number of the resource operationId: directory.onPremisesSynchronization.GetCount-df9d parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /directory/subscriptions: description: Provides operations to manage the subscriptions property of the microsoft.graph.directory entity. get: tags: - directory.companySubscription summary: List subscriptions description: Get the list of commercial subscriptions that an organization acquired. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directory-list-subscriptions?view=graph-rest-1.0 operationId: directory.ListSubscriptions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.companySubscriptionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - directory.companySubscription summary: Create new navigation property to subscriptions for directory operationId: directory.CreateSubscriptions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.companySubscription' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.companySubscription' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/directory/subscriptions/{companySubscription-id}': description: Provides operations to manage the subscriptions property of the microsoft.graph.directory entity. get: tags: - directory.companySubscription summary: Get companySubscription description: Get a specific commercial subscription that an organization acquired. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/companysubscription-get?view=graph-rest-1.0 operationId: directory.GetSubscriptions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.companySubscription' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - directory.companySubscription summary: Update the navigation property subscriptions in directory operationId: directory.UpdateSubscriptions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.companySubscription' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.companySubscription' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - directory.companySubscription summary: Delete navigation property subscriptions for directory operationId: directory.DeleteSubscriptions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: companySubscription-id in: path description: The unique identifier of companySubscription required: true schema: type: string x-ms-docs-key-type: companySubscription x-ms-docs-grouped-path: - '/directory/subscriptions(commerceSubscriptionId=''{commerceSubscriptionId}'')' '/directory/subscriptions(commerceSubscriptionId=''{commerceSubscriptionId}'')': description: Provides operations to manage the subscriptions property of the microsoft.graph.directory entity. get: tags: - directory.companySubscription summary: Get companySubscription description: Get a specific commercial subscription that an organization acquired. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/companysubscription-get?view=graph-rest-1.0 operationId: directory.subscriptions.GetByCommerceSubscriptionId parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.companySubscription' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - directory.companySubscription summary: Update the navigation property subscriptions in directory operationId: directory.subscriptions.UpdateByCommerceSubscriptionId requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.companySubscription' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.companySubscription' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - directory.companySubscription summary: Delete navigation property subscriptions for directory operationId: directory.subscriptions.DeleteByCommerceSubscriptionId parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: commerceSubscriptionId in: path description: Alternate key of companySubscription required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/directory/subscriptions/{companySubscription-id}' /directory/subscriptions/$count: description: Provides operations to count the resources in the collection. get: tags: - directory.companySubscription summary: Get the number of the resource operationId: directory.subscriptions.GetCount-06e4 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /directoryObjects: description: Provides operations to manage the collection of directoryObject entities. get: tags: - directoryObjects.directoryObject summary: Get entities from directoryObjects operationId: directoryObjects.directoryObject.ListDirectoryObject parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - directoryObjects.directoryObject summary: Add new entity to directoryObjects operationId: directoryObjects.directoryObject.CreateDirectoryObject requestBody: description: New entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryObject' required: true responses: 2XX: description: Created entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/directoryObjects/{directoryObject-id}': description: Provides operations to manage the collection of directoryObject entities. get: tags: - directoryObjects.directoryObject summary: Get directoryObject description: Retrieve the properties and relationships of a directoryObject object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-get?view=graph-rest-1.0 operationId: directoryObjects.directoryObject.GetDirectoryObject parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - directoryObjects.directoryObject summary: Update entity in directoryObjects operationId: directoryObjects.directoryObject.UpdateDirectoryObject requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryObject' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - directoryObjects.directoryObject summary: Delete directoryObject description: 'Delete a directory object, for example, a group, user, application, or service principal.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-delete?view=graph-rest-1.0 operationId: directoryObjects.directoryObject.DeleteDirectoryObject parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/directoryObjects/{directoryObject-id}/checkMemberGroups': description: Provides operations to call the checkMemberGroups method. post: tags: - directoryObjects.Actions summary: Invoke action checkMemberGroups description: 'Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0 operationId: directoryObjects.directoryObject.checkMemberGroups requestBody: description: Action parameters content: application/json: schema: type: object properties: groupIds: type: array items: type: string required: true responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: type: string 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/directoryObjects/{directoryObject-id}/checkMemberObjects': description: Provides operations to call the checkMemberObjects method. post: tags: - directoryObjects.Actions summary: Invoke action checkMemberObjects operationId: directoryObjects.directoryObject.checkMemberObjects requestBody: description: Action parameters content: application/json: schema: type: object properties: ids: type: array items: type: string required: true responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: type: string 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/directoryObjects/{directoryObject-id}/getMemberGroups': description: Provides operations to call the getMemberGroups method. post: tags: - directoryObjects.Actions summary: Invoke action getMemberGroups description: 'Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0 operationId: directoryObjects.directoryObject.getMemberGroups requestBody: description: Action parameters content: application/json: schema: type: object properties: securityEnabledOnly: type: boolean default: false nullable: true required: true responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: type: string 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/directoryObjects/{directoryObject-id}/getMemberObjects': description: Provides operations to call the getMemberObjects method. post: tags: - directoryObjects.Actions summary: Invoke action getMemberObjects description: 'Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0 operationId: directoryObjects.directoryObject.getMemberObjects requestBody: description: Action parameters content: application/json: schema: type: object properties: securityEnabledOnly: type: boolean default: false nullable: true required: true responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: type: string 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/directoryObjects/{directoryObject-id}/restore': description: Provides operations to call the restore method. post: tags: - directoryObjects.Actions summary: Invoke action restore description: 'Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. However, security groups cannot be restored. Also, restoring an application doesn''t restore the associated service principal automatically. You must call this API to explicitly restore the deleted service principal. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0 operationId: directoryObjects.directoryObject.restore responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.directoryObject' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject /directoryObjects/$count: description: Provides operations to count the resources in the collection. get: tags: - directoryObjects.directoryObject summary: Get the number of the resource operationId: directoryObjects.GetCount-3210 parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /directoryObjects/delta(): description: Provides operations to call the delta method. get: tags: - directoryObjects.Functions summary: Invoke function delta description: 'Get newly created, updated, or deleted directory objects without performing a full read of the entire directoryObject collection. For more information about the delta function, see Use delta query to track changes in Microsoft Graph data for details.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-1.0 operationId: directoryObjects.delta parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of directoryObject type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /directoryObjects/getAvailableExtensionProperties: description: Provides operations to call the getAvailableExtensionProperties method. post: tags: - directoryObjects.Actions summary: Invoke action getAvailableExtensionProperties description: 'Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties:' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0 operationId: directoryObjects.getAvailableExtensionProperties requestBody: description: Action parameters content: application/json: schema: type: object properties: isSyncedFromOnPremises: type: boolean default: false nullable: true required: true responses: 2XX: description: Success content: application/json: schema: title: Collection of extensionProperty type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.extensionProperty' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /directoryObjects/getByIds: description: Provides operations to call the getByIds method. post: tags: - directoryObjects.Actions summary: Invoke action getByIds description: 'Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to:' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0 operationId: directoryObjects.getByIds requestBody: description: Action parameters content: application/json: schema: type: object properties: ids: type: array items: type: string types: type: array items: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: title: Collection of directoryObject type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /directoryObjects/validateProperties: description: Provides operations to call the validateProperties method. post: tags: - directoryObjects.Actions summary: Invoke action validateProperties description: "Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:\n1. Validate the prefix and suffix naming policy\n2. Validate the custom banned words policy\n3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0 operationId: directoryObjects.validateProperties requestBody: description: Action parameters content: application/json: schema: type: object properties: entityType: type: string nullable: true displayName: type: string nullable: true mailNickname: type: string nullable: true onBehalfOfUserId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string format: uuid nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action /directoryRoles: description: Provides operations to manage the collection of directoryRole entities. get: tags: - directoryRoles.directoryRole summary: List directoryRoles description: 'List the directory roles that are activated in the tenant. This operation only returns roles that have been activated. A role becomes activated when an admin activates the role using the Activate directoryRole API. Not all built-in roles are initially activated. When assigning a role using the Microsoft Entra admin center, the role activation step is implicitly done on the admin''s behalf. To get the full list of roles that are available in Microsoft Entra ID, use List directoryRoleTemplates.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryrole-list?view=graph-rest-1.0 operationId: directoryRoles.directoryRole.ListDirectoryRole parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.directoryRoleCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - directoryRoles.directoryRole summary: Activate directoryRole description: 'Activate a directory role. To read a directory role or update its members, it must first be activated in the tenant. The Company Administrators and the implicit user directory roles (User, Guest User, and Restricted Guest User roles) are activated by default. To access and assign members to other directory roles, you must first activate it with its corresponding directory role template ID.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryrole-post-directoryroles?view=graph-rest-1.0 operationId: directoryRoles.directoryRole.CreateDirectoryRole requestBody: description: New entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryRole' required: true responses: 2XX: description: Created entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryRole' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/directoryRoles/{directoryRole-id}': description: Provides operations to manage the collection of directoryRole entities. get: tags: - directoryRoles.directoryRole summary: Get directoryRole description: 'Retrieve the properties of a directoryRole object. The role must be activated in tenant for a successful response. You can use both the object ID and template ID of the directoryRole with this API. The template ID of a built-in role is immutable and can be seen in the role description on the Microsoft Entra admin center. For details, see Role template IDs.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryrole-get?view=graph-rest-1.0 operationId: directoryRoles.directoryRole.GetDirectoryRole parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryRole' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - directoryRoles.directoryRole summary: Update entity in directoryRoles operationId: directoryRoles.directoryRole.UpdateDirectoryRole requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryRole' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryRole' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - directoryRoles.directoryRole summary: Delete entity from directoryRoles operationId: directoryRoles.directoryRole.DeleteDirectoryRole parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: directoryRole-id in: path description: The unique identifier of directoryRole required: true schema: type: string x-ms-docs-key-type: directoryRole '/directoryRoles/{directoryRole-id}/members': description: Provides operations to manage the members property of the microsoft.graph.directoryRole entity. get: tags: - directoryRoles.directoryObject summary: List members of a directory role description: 'Retrieve the list of principals that are assigned to the directory role. You can use both the object ID and template ID of the directoryRole with this API. The template ID of a built-in role is immutable and can be seen in the role description on the Microsoft Entra admin center. For details, see Role template IDs.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryrole-list-members?view=graph-rest-1.0 operationId: directoryRoles.ListMembers parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: directoryRole-id in: path description: The unique identifier of directoryRole required: true schema: type: string x-ms-docs-key-type: directoryRole '/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/$ref': description: Provides operations to manage the collection of directoryRole entities. delete: tags: - directoryRoles.directoryObject summary: Remove directory role member description: 'Remove a member from a directoryRole. You can use both the object ID and template ID of the directoryRole with this API. The template ID of a built-in role is immutable and can be seen in the role description on the Microsoft Entra admin center. For details, see Role template IDs.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryrole-delete-member?view=graph-rest-1.0 operationId: directoryRoles.members.DeleteRefDirectoryObject parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: directoryRole-id in: path description: The unique identifier of directoryRole required: true schema: type: string x-ms-docs-key-type: directoryRole - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/graph.application': description: Casts the previous resource to application. get: tags: - directoryRoles.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.application operationId: directoryRoles.GetMembers.AsApplication parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.application' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: directoryRole-id in: path description: The unique identifier of directoryRole required: true schema: type: string x-ms-docs-key-type: directoryRole - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/graph.device': description: Casts the previous resource to device. get: tags: - directoryRoles.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.device operationId: directoryRoles.GetMembers.AsDevice parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.device' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: directoryRole-id in: path description: The unique identifier of directoryRole required: true schema: type: string x-ms-docs-key-type: directoryRole - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/graph.group': description: Casts the previous resource to group. get: tags: - directoryRoles.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.group operationId: directoryRoles.GetMembers.AsGroup parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.group' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: directoryRole-id in: path description: The unique identifier of directoryRole required: true schema: type: string x-ms-docs-key-type: directoryRole - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/graph.orgContact': description: Casts the previous resource to orgContact. get: tags: - directoryRoles.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.orgContact operationId: directoryRoles.GetMembers.AsOrgContact parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.orgContact' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: directoryRole-id in: path description: The unique identifier of directoryRole required: true schema: type: string x-ms-docs-key-type: directoryRole - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/graph.servicePrincipal': description: Casts the previous resource to servicePrincipal. get: tags: - directoryRoles.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.servicePrincipal operationId: directoryRoles.GetMembers.AsServicePrincipal parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.servicePrincipal' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: directoryRole-id in: path description: The unique identifier of directoryRole required: true schema: type: string x-ms-docs-key-type: directoryRole - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/graph.user': description: Casts the previous resource to user. get: tags: - directoryRoles.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.user operationId: directoryRoles.GetMembers.AsUser parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: directoryRole-id in: path description: The unique identifier of directoryRole required: true schema: type: string x-ms-docs-key-type: directoryRole - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/directoryRoles/{directoryRole-id}/members/$count': description: Provides operations to count the resources in the collection. get: tags: - directoryRoles.directoryObject summary: Get the number of the resource operationId: directoryRoles.members.GetCount-5361 parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: directoryRole-id in: path description: The unique identifier of directoryRole required: true schema: type: string x-ms-docs-key-type: directoryRole '/directoryRoles/{directoryRole-id}/members/$ref': description: Provides operations to manage the collection of directoryRole entities. get: tags: - directoryRoles.directoryObject summary: List members of a directory role description: 'Retrieve the list of principals that are assigned to the directory role. You can use both the object ID and template ID of the directoryRole with this API. The template ID of a built-in role is immutable and can be seen in the role description on the Microsoft Entra admin center. For details, see Role template IDs.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryrole-list-members?view=graph-rest-1.0 operationId: directoryRoles.ListRefMembers parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/StringCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - directoryRoles.directoryObject summary: Add directory role member description: 'Create a new directory role member. You can use both the object ID and template ID of the directoryRole with this API. The template ID of a built-in role is immutable and can be seen in the role description on the Microsoft Entra admin center. For details, see Role template IDs.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryrole-post-members?view=graph-rest-1.0 operationId: directoryRoles.CreateRefMembers requestBody: $ref: '#/components/requestBodies/refPostBody' responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - directoryRoles.directoryObject summary: Remove directory role member description: 'Remove a member from a directoryRole. You can use both the object ID and template ID of the directoryRole with this API. The template ID of a built-in role is immutable and can be seen in the role description on the Microsoft Entra admin center. For details, see Role template IDs.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryrole-delete-member?view=graph-rest-1.0 operationId: directoryRoles.DeleteRefMembers parameters: - name: If-Match in: header description: ETag schema: type: string - name: '@id' in: query description: The delete Uri required: true schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: directoryRole-id in: path description: The unique identifier of directoryRole required: true schema: type: string x-ms-docs-key-type: directoryRole '/directoryRoles/{directoryRole-id}/members/graph.application': description: Casts the previous resource to application. get: tags: - directoryRoles.directoryObject summary: Get the items of type microsoft.graph.application in the microsoft.graph.directoryObject collection operationId: directoryRoles.ListMembers.AsApplication parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.applicationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: directoryRole-id in: path description: The unique identifier of directoryRole required: true schema: type: string x-ms-docs-key-type: directoryRole '/directoryRoles/{directoryRole-id}/members/graph.application/$count': description: Provides operations to count the resources in the collection. get: tags: - directoryRoles.directoryObject summary: Get the number of the resource operationId: directoryRoles.Members.GetCount.AsApplication-290c parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: directoryRole-id in: path description: The unique identifier of directoryRole required: true schema: type: string x-ms-docs-key-type: directoryRole '/directoryRoles/{directoryRole-id}/members/graph.device': description: Casts the previous resource to device. get: tags: - directoryRoles.directoryObject summary: Get the items of type microsoft.graph.device in the microsoft.graph.directoryObject collection operationId: directoryRoles.ListMembers.AsDevice parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.deviceCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: directoryRole-id in: path description: The unique identifier of directoryRole required: true schema: type: string x-ms-docs-key-type: directoryRole '/directoryRoles/{directoryRole-id}/members/graph.device/$count': description: Provides operations to count the resources in the collection. get: tags: - directoryRoles.directoryObject summary: Get the number of the resource operationId: directoryRoles.Members.GetCount.AsDevice-e712 parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: directoryRole-id in: path description: The unique identifier of directoryRole required: true schema: type: string x-ms-docs-key-type: directoryRole '/directoryRoles/{directoryRole-id}/members/graph.group': description: Casts the previous resource to group. get: tags: - directoryRoles.directoryObject summary: Get the items of type microsoft.graph.group in the microsoft.graph.directoryObject collection operationId: directoryRoles.ListMembers.AsGroup parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.groupCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: directoryRole-id in: path description: The unique identifier of directoryRole required: true schema: type: string x-ms-docs-key-type: directoryRole '/directoryRoles/{directoryRole-id}/members/graph.group/$count': description: Provides operations to count the resources in the collection. get: tags: - directoryRoles.directoryObject summary: Get the number of the resource operationId: directoryRoles.Members.GetCount.AsGroup-b36f parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: directoryRole-id in: path description: The unique identifier of directoryRole required: true schema: type: string x-ms-docs-key-type: directoryRole '/directoryRoles/{directoryRole-id}/members/graph.orgContact': description: Casts the previous resource to orgContact. get: tags: - directoryRoles.directoryObject summary: Get the items of type microsoft.graph.orgContact in the microsoft.graph.directoryObject collection operationId: directoryRoles.ListMembers.AsOrgContact parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.orgContactCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: directoryRole-id in: path description: The unique identifier of directoryRole required: true schema: type: string x-ms-docs-key-type: directoryRole '/directoryRoles/{directoryRole-id}/members/graph.orgContact/$count': description: Provides operations to count the resources in the collection. get: tags: - directoryRoles.directoryObject summary: Get the number of the resource operationId: directoryRoles.Members.GetCount.AsOrgContact-3e36 parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: directoryRole-id in: path description: The unique identifier of directoryRole required: true schema: type: string x-ms-docs-key-type: directoryRole '/directoryRoles/{directoryRole-id}/members/graph.servicePrincipal': description: Casts the previous resource to servicePrincipal. get: tags: - directoryRoles.directoryObject summary: Get the items of type microsoft.graph.servicePrincipal in the microsoft.graph.directoryObject collection operationId: directoryRoles.ListMembers.AsServicePrincipal parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.servicePrincipalCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: directoryRole-id in: path description: The unique identifier of directoryRole required: true schema: type: string x-ms-docs-key-type: directoryRole '/directoryRoles/{directoryRole-id}/members/graph.servicePrincipal/$count': description: Provides operations to count the resources in the collection. get: tags: - directoryRoles.directoryObject summary: Get the number of the resource operationId: directoryRoles.Members.GetCount.AsServicePrincipal-b8f5 parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: directoryRole-id in: path description: The unique identifier of directoryRole required: true schema: type: string x-ms-docs-key-type: directoryRole '/directoryRoles/{directoryRole-id}/members/graph.user': description: Casts the previous resource to user. get: tags: - directoryRoles.directoryObject summary: Get the items of type microsoft.graph.user in the microsoft.graph.directoryObject collection operationId: directoryRoles.ListMembers.AsUser parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.userCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: directoryRole-id in: path description: The unique identifier of directoryRole required: true schema: type: string x-ms-docs-key-type: directoryRole '/directoryRoles/{directoryRole-id}/members/graph.user/$count': description: Provides operations to count the resources in the collection. get: tags: - directoryRoles.directoryObject summary: Get the number of the resource operationId: directoryRoles.Members.GetCount.AsUser-af1f parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: directoryRole-id in: path description: The unique identifier of directoryRole required: true schema: type: string x-ms-docs-key-type: directoryRole '/directoryRoles/{directoryRole-id}/checkMemberGroups': description: Provides operations to call the checkMemberGroups method. post: tags: - directoryRoles.Actions summary: Invoke action checkMemberGroups description: 'Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0 operationId: directoryRoles.directoryRole.checkMemberGroups requestBody: description: Action parameters content: application/json: schema: type: object properties: groupIds: type: array items: type: string required: true responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: type: string 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: directoryRole-id in: path description: The unique identifier of directoryRole required: true schema: type: string x-ms-docs-key-type: directoryRole '/directoryRoles/{directoryRole-id}/checkMemberObjects': description: Provides operations to call the checkMemberObjects method. post: tags: - directoryRoles.Actions summary: Invoke action checkMemberObjects operationId: directoryRoles.directoryRole.checkMemberObjects requestBody: description: Action parameters content: application/json: schema: type: object properties: ids: type: array items: type: string required: true responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: type: string 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: directoryRole-id in: path description: The unique identifier of directoryRole required: true schema: type: string x-ms-docs-key-type: directoryRole '/directoryRoles/{directoryRole-id}/getMemberGroups': description: Provides operations to call the getMemberGroups method. post: tags: - directoryRoles.Actions summary: Invoke action getMemberGroups description: 'Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0 operationId: directoryRoles.directoryRole.getMemberGroups requestBody: description: Action parameters content: application/json: schema: type: object properties: securityEnabledOnly: type: boolean default: false nullable: true required: true responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: type: string 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: directoryRole-id in: path description: The unique identifier of directoryRole required: true schema: type: string x-ms-docs-key-type: directoryRole '/directoryRoles/{directoryRole-id}/getMemberObjects': description: Provides operations to call the getMemberObjects method. post: tags: - directoryRoles.Actions summary: Invoke action getMemberObjects description: 'Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0 operationId: directoryRoles.directoryRole.getMemberObjects requestBody: description: Action parameters content: application/json: schema: type: object properties: securityEnabledOnly: type: boolean default: false nullable: true required: true responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: type: string 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: directoryRole-id in: path description: The unique identifier of directoryRole required: true schema: type: string x-ms-docs-key-type: directoryRole '/directoryRoles/{directoryRole-id}/restore': description: Provides operations to call the restore method. post: tags: - directoryRoles.Actions summary: Invoke action restore description: 'Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. However, security groups cannot be restored. Also, restoring an application doesn''t restore the associated service principal automatically. You must call this API to explicitly restore the deleted service principal. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0 operationId: directoryRoles.directoryRole.restore responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.directoryObject' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: directoryRole-id in: path description: The unique identifier of directoryRole required: true schema: type: string x-ms-docs-key-type: directoryRole '/directoryRoles/{directoryRole-id}/scopedMembers': description: Provides operations to manage the scopedMembers property of the microsoft.graph.directoryRole entity. get: tags: - directoryRoles.scopedRoleMembership summary: List scopedMembers for a directory role description: Retrieve a list of scopedRoleMembership objects for a directory role. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryrole-list-scopedmembers?view=graph-rest-1.0 operationId: directoryRoles.ListScopedMembers parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.scopedRoleMembershipCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - directoryRoles.scopedRoleMembership summary: Create new navigation property to scopedMembers for directoryRoles operationId: directoryRoles.CreateScopedMembers requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.scopedRoleMembership' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.scopedRoleMembership' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: directoryRole-id in: path description: The unique identifier of directoryRole required: true schema: type: string x-ms-docs-key-type: directoryRole '/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}': description: Provides operations to manage the scopedMembers property of the microsoft.graph.directoryRole entity. get: tags: - directoryRoles.scopedRoleMembership summary: Get scopedMembers from directoryRoles description: Members of this directory role that are scoped to administrative units. Read-only. Nullable. operationId: directoryRoles.GetScopedMembers parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.scopedRoleMembership' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - directoryRoles.scopedRoleMembership summary: Update the navigation property scopedMembers in directoryRoles operationId: directoryRoles.UpdateScopedMembers requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.scopedRoleMembership' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.scopedRoleMembership' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - directoryRoles.scopedRoleMembership summary: Delete navigation property scopedMembers for directoryRoles operationId: directoryRoles.DeleteScopedMembers parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: directoryRole-id in: path description: The unique identifier of directoryRole required: true schema: type: string x-ms-docs-key-type: directoryRole - name: scopedRoleMembership-id in: path description: The unique identifier of scopedRoleMembership required: true schema: type: string x-ms-docs-key-type: scopedRoleMembership '/directoryRoles/{directoryRole-id}/scopedMembers/$count': description: Provides operations to count the resources in the collection. get: tags: - directoryRoles.scopedRoleMembership summary: Get the number of the resource operationId: directoryRoles.scopedMembers.GetCount-b2b2 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: directoryRole-id in: path description: The unique identifier of directoryRole required: true schema: type: string x-ms-docs-key-type: directoryRole '/directoryRoles(roleTemplateId=''{roleTemplateId}'')': description: Provides operations to manage the collection of directoryRole entities. get: tags: - directoryRoles.directoryRole summary: Get directoryRole description: 'Retrieve the properties of a directoryRole object. The role must be activated in tenant for a successful response. You can use both the object ID and template ID of the directoryRole with this API. The template ID of a built-in role is immutable and can be seen in the role description on the Microsoft Entra admin center. For details, see Role template IDs.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryrole-get?view=graph-rest-1.0 operationId: directoryRoles.directoryRole.GetDirectoryRoleByRoleTemplateId parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryRole' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - directoryRoles.directoryRole summary: Update entity in directoryRoles by roleTemplateId operationId: directoryRoles.directoryRole.UpdateDirectoryRoleByRoleTemplateId requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryRole' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryRole' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - directoryRoles.directoryRole summary: Delete entity from directoryRoles by roleTemplateId operationId: directoryRoles.directoryRole.DeleteDirectoryRoleByRoleTemplateId parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: roleTemplateId in: path description: Alternate key of directoryRole required: true schema: type: string nullable: true /directoryRoles/$count: description: Provides operations to count the resources in the collection. get: tags: - directoryRoles.directoryRole summary: Get the number of the resource operationId: directoryRoles.GetCount-ad68 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /directoryRoles/delta(): description: Provides operations to call the delta method. get: tags: - directoryRoles.Functions summary: Invoke function delta description: 'Get newly created, updated, or deleted directory roles without having to perform a full read of the entire resource collection. See Using Delta Query for details.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryrole-delta?view=graph-rest-1.0 operationId: directoryRoles.delta parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of directoryRole type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryRole' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-grouped-path: - /directoryRoles/delta() /directoryRoles/getAvailableExtensionProperties: description: Provides operations to call the getAvailableExtensionProperties method. post: tags: - directoryRoles.Actions summary: Invoke action getAvailableExtensionProperties description: 'Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties:' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0 operationId: directoryRoles.getAvailableExtensionProperties requestBody: description: Action parameters content: application/json: schema: type: object properties: isSyncedFromOnPremises: type: boolean default: false nullable: true required: true responses: 2XX: description: Success content: application/json: schema: title: Collection of extensionProperty type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.extensionProperty' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /directoryRoles/getByIds: description: Provides operations to call the getByIds method. post: tags: - directoryRoles.Actions summary: Invoke action getByIds description: 'Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to:' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0 operationId: directoryRoles.getByIds requestBody: description: Action parameters content: application/json: schema: type: object properties: ids: type: array items: type: string types: type: array items: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: title: Collection of directoryObject type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /directoryRoles/validateProperties: description: Provides operations to call the validateProperties method. post: tags: - directoryRoles.Actions summary: Invoke action validateProperties description: "Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:\n1. Validate the prefix and suffix naming policy\n2. Validate the custom banned words policy\n3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0 operationId: directoryRoles.validateProperties requestBody: description: Action parameters content: application/json: schema: type: object properties: entityType: type: string nullable: true displayName: type: string nullable: true mailNickname: type: string nullable: true onBehalfOfUserId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string format: uuid nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action /directoryRoleTemplates: description: Provides operations to manage the collection of directoryRoleTemplate entities. get: tags: - directoryRoleTemplates.directoryRoleTemplate summary: List directoryRoleTemplates description: Retrieve a list of directoryRoleTemplate objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryroletemplate-list?view=graph-rest-1.0 operationId: directoryRoleTemplates.directoryRoleTemplate.ListDirectoryRoleTemplate parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.directoryRoleTemplateCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - directoryRoleTemplates.directoryRoleTemplate summary: Add new entity to directoryRoleTemplates operationId: directoryRoleTemplates.directoryRoleTemplate.CreateDirectoryRoleTemplate requestBody: description: New entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryRoleTemplate' required: true responses: 2XX: description: Created entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryRoleTemplate' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/directoryRoleTemplates/{directoryRoleTemplate-id}': description: Provides operations to manage the collection of directoryRoleTemplate entities. get: tags: - directoryRoleTemplates.directoryRoleTemplate summary: Get directoryRoleTemplate description: Retrieve the properties and relationships of a directoryroletemplate object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryroletemplate-get?view=graph-rest-1.0 operationId: directoryRoleTemplates.directoryRoleTemplate.GetDirectoryRoleTemplate parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryRoleTemplate' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - directoryRoleTemplates.directoryRoleTemplate summary: Update entity in directoryRoleTemplates operationId: directoryRoleTemplates.directoryRoleTemplate.UpdateDirectoryRoleTemplate requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryRoleTemplate' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryRoleTemplate' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - directoryRoleTemplates.directoryRoleTemplate summary: Delete entity from directoryRoleTemplates operationId: directoryRoleTemplates.directoryRoleTemplate.DeleteDirectoryRoleTemplate parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: directoryRoleTemplate-id in: path description: The unique identifier of directoryRoleTemplate required: true schema: type: string x-ms-docs-key-type: directoryRoleTemplate '/directoryRoleTemplates/{directoryRoleTemplate-id}/checkMemberGroups': description: Provides operations to call the checkMemberGroups method. post: tags: - directoryRoleTemplates.Actions summary: Invoke action checkMemberGroups description: 'Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0 operationId: directoryRoleTemplates.directoryRoleTemplate.checkMemberGroups requestBody: description: Action parameters content: application/json: schema: type: object properties: groupIds: type: array items: type: string required: true responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: type: string 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: directoryRoleTemplate-id in: path description: The unique identifier of directoryRoleTemplate required: true schema: type: string x-ms-docs-key-type: directoryRoleTemplate '/directoryRoleTemplates/{directoryRoleTemplate-id}/checkMemberObjects': description: Provides operations to call the checkMemberObjects method. post: tags: - directoryRoleTemplates.Actions summary: Invoke action checkMemberObjects operationId: directoryRoleTemplates.directoryRoleTemplate.checkMemberObjects requestBody: description: Action parameters content: application/json: schema: type: object properties: ids: type: array items: type: string required: true responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: type: string 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: directoryRoleTemplate-id in: path description: The unique identifier of directoryRoleTemplate required: true schema: type: string x-ms-docs-key-type: directoryRoleTemplate '/directoryRoleTemplates/{directoryRoleTemplate-id}/getMemberGroups': description: Provides operations to call the getMemberGroups method. post: tags: - directoryRoleTemplates.Actions summary: Invoke action getMemberGroups description: 'Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0 operationId: directoryRoleTemplates.directoryRoleTemplate.getMemberGroups requestBody: description: Action parameters content: application/json: schema: type: object properties: securityEnabledOnly: type: boolean default: false nullable: true required: true responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: type: string 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: directoryRoleTemplate-id in: path description: The unique identifier of directoryRoleTemplate required: true schema: type: string x-ms-docs-key-type: directoryRoleTemplate '/directoryRoleTemplates/{directoryRoleTemplate-id}/getMemberObjects': description: Provides operations to call the getMemberObjects method. post: tags: - directoryRoleTemplates.Actions summary: Invoke action getMemberObjects description: 'Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0 operationId: directoryRoleTemplates.directoryRoleTemplate.getMemberObjects requestBody: description: Action parameters content: application/json: schema: type: object properties: securityEnabledOnly: type: boolean default: false nullable: true required: true responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: type: string 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: directoryRoleTemplate-id in: path description: The unique identifier of directoryRoleTemplate required: true schema: type: string x-ms-docs-key-type: directoryRoleTemplate '/directoryRoleTemplates/{directoryRoleTemplate-id}/restore': description: Provides operations to call the restore method. post: tags: - directoryRoleTemplates.Actions summary: Invoke action restore description: 'Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. However, security groups cannot be restored. Also, restoring an application doesn''t restore the associated service principal automatically. You must call this API to explicitly restore the deleted service principal. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0 operationId: directoryRoleTemplates.directoryRoleTemplate.restore responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.directoryObject' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: directoryRoleTemplate-id in: path description: The unique identifier of directoryRoleTemplate required: true schema: type: string x-ms-docs-key-type: directoryRoleTemplate /directoryRoleTemplates/$count: description: Provides operations to count the resources in the collection. get: tags: - directoryRoleTemplates.directoryRoleTemplate summary: Get the number of the resource operationId: directoryRoleTemplates.GetCount-ed85 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /directoryRoleTemplates/delta(): description: Provides operations to call the delta method. get: tags: - directoryRoleTemplates.Functions summary: Invoke function delta description: 'Get newly created, updated, or deleted directory objects without performing a full read of the entire directoryObject collection. For more information about the delta function, see Use delta query to track changes in Microsoft Graph data for details.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-1.0 operationId: directoryRoleTemplates.delta parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of directoryObject type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /directoryRoleTemplates/getAvailableExtensionProperties: description: Provides operations to call the getAvailableExtensionProperties method. post: tags: - directoryRoleTemplates.Actions summary: Invoke action getAvailableExtensionProperties description: 'Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties:' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0 operationId: directoryRoleTemplates.getAvailableExtensionProperties requestBody: description: Action parameters content: application/json: schema: type: object properties: isSyncedFromOnPremises: type: boolean default: false nullable: true required: true responses: 2XX: description: Success content: application/json: schema: title: Collection of extensionProperty type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.extensionProperty' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /directoryRoleTemplates/getByIds: description: Provides operations to call the getByIds method. post: tags: - directoryRoleTemplates.Actions summary: Invoke action getByIds description: 'Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to:' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0 operationId: directoryRoleTemplates.getByIds requestBody: description: Action parameters content: application/json: schema: type: object properties: ids: type: array items: type: string types: type: array items: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: title: Collection of directoryObject type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /directoryRoleTemplates/validateProperties: description: Provides operations to call the validateProperties method. post: tags: - directoryRoleTemplates.Actions summary: Invoke action validateProperties description: "Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:\n1. Validate the prefix and suffix naming policy\n2. Validate the custom banned words policy\n3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0 operationId: directoryRoleTemplates.validateProperties requestBody: description: Action parameters content: application/json: schema: type: object properties: entityType: type: string nullable: true displayName: type: string nullable: true mailNickname: type: string nullable: true onBehalfOfUserId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string format: uuid nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action /domainDnsRecords: description: Provides operations to manage the collection of domainDnsRecord entities. get: tags: - domainDnsRecords.domainDnsRecord summary: Get entities from domainDnsRecords operationId: domainDnsRecords.domainDnsRecord.ListDomainDnsRecord parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.domainDnsRecordCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - domainDnsRecords.domainDnsRecord summary: Add new entity to domainDnsRecords operationId: domainDnsRecords.domainDnsRecord.CreateDomainDnsRecord requestBody: description: New entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.domainDnsRecord' required: true responses: 2XX: description: Created entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.domainDnsRecord' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/domainDnsRecords/{domainDnsRecord-id}': description: Provides operations to manage the collection of domainDnsRecord entities. get: tags: - domainDnsRecords.domainDnsRecord summary: Get entity from domainDnsRecords by key operationId: domainDnsRecords.domainDnsRecord.GetDomainDnsRecord parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.domainDnsRecord' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - domainDnsRecords.domainDnsRecord summary: Update entity in domainDnsRecords operationId: domainDnsRecords.domainDnsRecord.UpdateDomainDnsRecord requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.domainDnsRecord' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.domainDnsRecord' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - domainDnsRecords.domainDnsRecord summary: Delete entity from domainDnsRecords operationId: domainDnsRecords.domainDnsRecord.DeleteDomainDnsRecord parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: domainDnsRecord-id in: path description: The unique identifier of domainDnsRecord required: true schema: type: string x-ms-docs-key-type: domainDnsRecord /domainDnsRecords/$count: description: Provides operations to count the resources in the collection. get: tags: - domainDnsRecords.domainDnsRecord summary: Get the number of the resource operationId: domainDnsRecords.GetCount-96e3 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /domains: description: Provides operations to manage the collection of domain entities. get: tags: - domains.domain summary: List domains description: Retrieve a list of domain objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/domain-list?view=graph-rest-1.0 operationId: domains.domain.ListDomain parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.domainCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - domains.domain summary: Create domain description: 'Adds a domain to the tenant. Important: You cannot use an associated domain with your Microsoft Entra tenant until ownership is verified. See List verificationDnsRecords for details. Root domains require verification. For example, contoso.com requires verification. If a root domain is verified, subdomains of the root domain are automatically verified. For example, subdomain.contoso.com is automatically be verified if contoso.com has been verified.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/domain-post-domains?view=graph-rest-1.0 operationId: domains.domain.CreateDomain requestBody: description: New entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.domain' required: true responses: 2XX: description: Created entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.domain' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/domains/{domain-id}': description: Provides operations to manage the collection of domain entities. get: tags: - domains.domain summary: Get domain description: Retrieve the properties and relationships of domain object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/domain-get?view=graph-rest-1.0 operationId: domains.domain.GetDomain parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.domain' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - domains.domain summary: Update domain description: Update the properties of domain object. Only verified domains can be updated. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/domain-update?view=graph-rest-1.0 operationId: domains.domain.UpdateDomain requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.domain' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.domain' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - domains.domain summary: Delete domain description: Delete a domain from a tenant. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/domain-delete?view=graph-rest-1.0 operationId: domains.domain.DeleteDomain parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: domain-id in: path description: The unique identifier of domain required: true schema: type: string x-ms-docs-key-type: domain '/domains/{domain-id}/domainNameReferences': description: Provides operations to manage the domainNameReferences property of the microsoft.graph.domain entity. get: tags: - domains.directoryObject summary: List domainNameReferences description: Retrieve a list of directoryObject with a reference to the domain. The returned list will contain all directory objects that have a dependency on the domain. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/domain-list-domainnamereferences?view=graph-rest-1.0 operationId: domains.ListDomainNameReferences parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: domain-id in: path description: The unique identifier of domain required: true schema: type: string x-ms-docs-key-type: domain '/domains/{domain-id}/domainNameReferences/{directoryObject-id}': description: Provides operations to manage the domainNameReferences property of the microsoft.graph.domain entity. get: tags: - domains.directoryObject summary: Get domainNameReferences from domains description: 'The objects such as users and groups that reference the domain ID. Read-only, Nullable. Supports $expand and $filter by the OData type of objects returned. For example, /domains/{domainId}/domainNameReferences/microsoft.graph.user and /domains/{domainId}/domainNameReferences/microsoft.graph.group.' operationId: domains.GetDomainNameReferences parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: domain-id in: path description: The unique identifier of domain required: true schema: type: string x-ms-docs-key-type: domain - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/domains/{domain-id}/domainNameReferences/$count': description: Provides operations to count the resources in the collection. get: tags: - domains.directoryObject summary: Get the number of the resource operationId: domains.domainNameReferences.GetCount-a205 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: domain-id in: path description: The unique identifier of domain required: true schema: type: string x-ms-docs-key-type: domain '/domains/{domain-id}/federationConfiguration': description: Provides operations to manage the federationConfiguration property of the microsoft.graph.domain entity. get: tags: - domains.internalDomainFederation summary: List internalDomainFederations description: Read the properties of the internalDomainFederation objects for the domain. This API returns only one object in the collection. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/domain-list-federationconfiguration?view=graph-rest-1.0 operationId: domains.ListFederationConfiguration parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.internalDomainFederationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - domains.internalDomainFederation summary: Create internalDomainFederation description: Create a new internalDomainFederation object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/domain-post-federationconfiguration?view=graph-rest-1.0 operationId: domains.CreateFederationConfiguration requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.internalDomainFederation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.internalDomainFederation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: domain-id in: path description: The unique identifier of domain required: true schema: type: string x-ms-docs-key-type: domain '/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}': description: Provides operations to manage the federationConfiguration property of the microsoft.graph.domain entity. get: tags: - domains.internalDomainFederation summary: Get internalDomainFederation description: Read the properties and relationships of an internalDomainFederation object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/internaldomainfederation-get?view=graph-rest-1.0 operationId: domains.GetFederationConfiguration parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.internalDomainFederation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - domains.internalDomainFederation summary: Update internalDomainFederation description: Update the properties of an internalDomainFederation object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/internaldomainfederation-update?view=graph-rest-1.0 operationId: domains.UpdateFederationConfiguration requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.internalDomainFederation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.internalDomainFederation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - domains.internalDomainFederation summary: Delete internalDomainFederation description: Delete an internalDomainFederation object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/internaldomainfederation-delete?view=graph-rest-1.0 operationId: domains.DeleteFederationConfiguration parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: domain-id in: path description: The unique identifier of domain required: true schema: type: string x-ms-docs-key-type: domain - name: internalDomainFederation-id in: path description: The unique identifier of internalDomainFederation required: true schema: type: string x-ms-docs-key-type: internalDomainFederation '/domains/{domain-id}/federationConfiguration/$count': description: Provides operations to count the resources in the collection. get: tags: - domains.internalDomainFederation summary: Get the number of the resource operationId: domains.federationConfiguration.GetCount-9087 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: domain-id in: path description: The unique identifier of domain required: true schema: type: string x-ms-docs-key-type: domain '/domains/{domain-id}/forceDelete': description: Provides operations to call the forceDelete method. post: tags: - domains.Actions summary: Invoke action forceDelete description: 'Delete a domain using an asynchronous long-running operation. Before performing this operation, you must update or remove any references to Exchange as the provisioning service. The following actions are performed as part of this operation: After the domain deletion completes, API operations for the deleted domain return an HTTP 404 status code. To verify deletion of a domain, you can perform a get domain operation.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/domain-forcedelete?view=graph-rest-1.0 operationId: domains.domain.forceDelete requestBody: description: Action parameters content: application/json: schema: type: object properties: disableUserAccounts: type: boolean default: false nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: domain-id in: path description: The unique identifier of domain required: true schema: type: string x-ms-docs-key-type: domain '/domains/{domain-id}/promote': description: Provides operations to call the promote method. post: tags: - domains.Actions summary: Invoke action promote description: Promote a verified subdomain to the root domain. A verified domain has its isVerified property set to true. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/domain-promote?view=graph-rest-1.0 operationId: domains.domain.promote responses: 2XX: description: Success content: application/json: schema: type: object properties: value: type: boolean default: false nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: domain-id in: path description: The unique identifier of domain required: true schema: type: string x-ms-docs-key-type: domain '/domains/{domain-id}/verify': description: Provides operations to call the verify method. post: tags: - domains.Actions summary: Invoke action verify description: Validates the ownership of the domain. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/domain-verify?view=graph-rest-1.0 operationId: domains.domain.verify responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.domain' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: domain-id in: path description: The unique identifier of domain required: true schema: type: string x-ms-docs-key-type: domain '/domains/{domain-id}/serviceConfigurationRecords': description: Provides operations to manage the serviceConfigurationRecords property of the microsoft.graph.domain entity. get: tags: - domains.domainDnsRecord summary: List serviceConfigurationRecords description: Retrieves a list of domainDnsRecord objects needed to enable services for the domain. Use the returned list to add records to the zone file of the domain. This can be done through the domain registrar or DNS server configuration. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/domain-list-serviceconfigurationrecords?view=graph-rest-1.0 operationId: domains.ListServiceConfigurationRecords parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.domainDnsRecordCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - domains.domainDnsRecord summary: Create new navigation property to serviceConfigurationRecords for domains operationId: domains.CreateServiceConfigurationRecords requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.domainDnsRecord' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.domainDnsRecord' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: domain-id in: path description: The unique identifier of domain required: true schema: type: string x-ms-docs-key-type: domain '/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}': description: Provides operations to manage the serviceConfigurationRecords property of the microsoft.graph.domain entity. get: tags: - domains.domainDnsRecord summary: Get serviceConfigurationRecords from domains description: 'DNS records the customer adds to the DNS zone file of the domain before the domain can be used by Microsoft Online services. Read-only, Nullable. Supports $expand.' operationId: domains.GetServiceConfigurationRecords parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.domainDnsRecord' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - domains.domainDnsRecord summary: Update the navigation property serviceConfigurationRecords in domains operationId: domains.UpdateServiceConfigurationRecords requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.domainDnsRecord' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.domainDnsRecord' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - domains.domainDnsRecord summary: Delete navigation property serviceConfigurationRecords for domains operationId: domains.DeleteServiceConfigurationRecords parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: domain-id in: path description: The unique identifier of domain required: true schema: type: string x-ms-docs-key-type: domain - name: domainDnsRecord-id in: path description: The unique identifier of domainDnsRecord required: true schema: type: string x-ms-docs-key-type: domainDnsRecord '/domains/{domain-id}/serviceConfigurationRecords/$count': description: Provides operations to count the resources in the collection. get: tags: - domains.domainDnsRecord summary: Get the number of the resource operationId: domains.serviceConfigurationRecords.GetCount-999b parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: domain-id in: path description: The unique identifier of domain required: true schema: type: string x-ms-docs-key-type: domain '/domains/{domain-id}/verificationDnsRecords': description: Provides operations to manage the verificationDnsRecords property of the microsoft.graph.domain entity. get: tags: - domains.domainDnsRecord summary: List verificationDnsRecords description: 'Retrieve a list of domainDnsRecord objects. You cannot use an associated domain with your Microsoft Entra tenant until ownership is verified. To verify the ownership of the domain, retrieve the domain verification records and add the details to the zone file of the domain. This can be done through the domain registrar or DNS server configuration. Root domains require verification. For example, contoso.com requires verification. If a root domain is verified, subdomains of the root domain are automatically verified. For example, subdomain.contoso.com is automatically be verified if contoso.com has been verified.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/domain-list-verificationdnsrecords?view=graph-rest-1.0 operationId: domains.ListVerificationDnsRecords parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.domainDnsRecordCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - domains.domainDnsRecord summary: Create new navigation property to verificationDnsRecords for domains operationId: domains.CreateVerificationDnsRecords requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.domainDnsRecord' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.domainDnsRecord' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: domain-id in: path description: The unique identifier of domain required: true schema: type: string x-ms-docs-key-type: domain '/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}': description: Provides operations to manage the verificationDnsRecords property of the microsoft.graph.domain entity. get: tags: - domains.domainDnsRecord summary: Get verificationDnsRecords from domains description: 'DNS records that the customer adds to the DNS zone file of the domain before the customer can complete domain ownership verification with Microsoft Entra ID. Read-only, Nullable. Supports $expand.' operationId: domains.GetVerificationDnsRecords parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.domainDnsRecord' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - domains.domainDnsRecord summary: Update the navigation property verificationDnsRecords in domains operationId: domains.UpdateVerificationDnsRecords requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.domainDnsRecord' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.domainDnsRecord' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - domains.domainDnsRecord summary: Delete navigation property verificationDnsRecords for domains operationId: domains.DeleteVerificationDnsRecords parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: domain-id in: path description: The unique identifier of domain required: true schema: type: string x-ms-docs-key-type: domain - name: domainDnsRecord-id in: path description: The unique identifier of domainDnsRecord required: true schema: type: string x-ms-docs-key-type: domainDnsRecord '/domains/{domain-id}/verificationDnsRecords/$count': description: Provides operations to count the resources in the collection. get: tags: - domains.domainDnsRecord summary: Get the number of the resource operationId: domains.verificationDnsRecords.GetCount-d5a7 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: domain-id in: path description: The unique identifier of domain required: true schema: type: string x-ms-docs-key-type: domain /domains/$count: description: Provides operations to count the resources in the collection. get: tags: - domains.domain summary: Get the number of the resource operationId: domains.GetCount-3c31 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /drives: description: Provides operations to manage the collection of drive entities. get: tags: - drives.drive summary: Get entities from drives operationId: drives.drive.ListDrive parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.driveCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - drives.drive summary: Add new entity to drives operationId: drives.drive.CreateDrive requestBody: description: New entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.drive' required: true responses: 2XX: description: Created entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.drive' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/drives/{drive-id}': description: Provides operations to manage the collection of drive entities. get: tags: - drives.drive summary: Get entity from drives by key operationId: drives.drive.GetDrive parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.drive' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.drive summary: Update entity in drives operationId: drives.drive.UpdateDrive requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.drive' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.drive' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.drive summary: Delete entity from drives operationId: drives.drive.DeleteDrive parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive '/drives/{drive-id}/bundles': description: Provides operations to manage the bundles property of the microsoft.graph.drive entity. get: tags: - drives.driveItem summary: Get bundles from drives description: Collection of bundles (albums and multi-select-shared sets of items). Only in personal OneDrive. operationId: drives.ListBundles parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.driveItemCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - drives.driveItem summary: Create new navigation property to bundles for drives operationId: drives.CreateBundles requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive '/drives/{drive-id}/bundles/{driveItem-id}': description: Provides operations to manage the bundles property of the microsoft.graph.drive entity. get: tags: - drives.driveItem summary: Get bundles from drives description: Collection of bundles (albums and multi-select-shared sets of items). Only in personal OneDrive. operationId: drives.GetBundles parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/bundles/{driveItem-id}/content': description: Provides operations to manage the media for the drive entity. get: tags: - drives.driveItem summary: Get content for the navigation property bundles from drives description: 'The content stream, if the item represents a file.' operationId: drives.GetBundlesContent parameters: - name: $format in: query description: Format of the content schema: type: string responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - drives.driveItem summary: Update content for the navigation property bundles in drives description: 'The content stream, if the item represents a file.' operationId: drives.UpdateBundlesContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - drives.driveItem summary: Delete content for the navigation property bundles in drives description: 'The content stream, if the item represents a file.' operationId: drives.DeleteBundlesContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/bundles/$count': description: Provides operations to count the resources in the collection. get: tags: - drives.driveItem summary: Get the number of the resource operationId: drives.bundles.GetCount-c935 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive '/drives/{drive-id}/createdByUser': description: Provides operations to manage the createdByUser property of the microsoft.graph.baseItem entity. get: tags: - drives.user summary: Get createdByUser from drives description: Identity of the user who created the item. Read-only. operationId: drives.GetCreatedByUser parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/createdByUser' - '/drives/{drive-id}/list/createdByUser' - '/drives/{drive-id}/list/items/{listItem-id}/createdByUser' '/drives/{drive-id}/createdByUser/mailboxSettings': get: tags: - drives.user summary: Get mailboxSettings property value description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' operationId: drives.createdByUser.GetMailboxSettings parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' patch: tags: - drives.user summary: Update property mailboxSettings value. operationId: drives.createdByUser.UpdateMailboxSettings requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive '/drives/{drive-id}/createdByUser/serviceProvisioningErrors': get: tags: - drives.user summary: Get serviceProvisioningErrors property value description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' operationId: drives.createdByUser.ListServiceProvisioningErrors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive '/drives/{drive-id}/createdByUser/serviceProvisioningErrors/$count': description: Provides operations to count the resources in the collection. get: tags: - drives.user summary: Get the number of the resource operationId: drives.createdByUser.ServiceProvisioningErrors.GetCount-37a0 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive '/drives/{drive-id}/following': description: Provides operations to manage the following property of the microsoft.graph.drive entity. get: tags: - drives.driveItem summary: Get following from drives description: The list of items the user is following. Only in OneDrive for Business. operationId: drives.ListFollowing parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.driveItemCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive '/drives/{drive-id}/following/{driveItem-id}': description: Provides operations to manage the following property of the microsoft.graph.drive entity. get: tags: - drives.driveItem summary: Get following from drives description: The list of items the user is following. Only in OneDrive for Business. operationId: drives.GetFollowing parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/following/{driveItem-id}/content': description: Provides operations to manage the media for the drive entity. get: tags: - drives.driveItem summary: Get content for the navigation property following from drives description: 'The content stream, if the item represents a file.' operationId: drives.GetFollowingContent parameters: - name: $format in: query description: Format of the content schema: type: string responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - drives.driveItem summary: Update content for the navigation property following in drives description: 'The content stream, if the item represents a file.' operationId: drives.UpdateFollowingContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - drives.driveItem summary: Delete content for the navigation property following in drives description: 'The content stream, if the item represents a file.' operationId: drives.DeleteFollowingContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/following/$count': description: Provides operations to count the resources in the collection. get: tags: - drives.driveItem summary: Get the number of the resource operationId: drives.following.GetCount-16f3 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive '/drives/{drive-id}/items': description: Provides operations to manage the items property of the microsoft.graph.drive entity. get: tags: - drives.driveItem summary: 'drive: sharedWithMe' description: Get a list of driveItem objects shared with the owner of a drive. The driveItems returned from the sharedWithMe method always include the remoteItem facet that indicates they are items from a different drive. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-1.0 operationId: drives.ListItems parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.driveItemCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - drives.driveItem summary: Create new navigation property to items for drives operationId: drives.CreateItems requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive '/drives/{drive-id}/items/{driveItem-id}': description: Provides operations to manage the items property of the microsoft.graph.drive entity. get: tags: - drives.driveItem summary: Get items from drives description: All items contained in the drive. Read-only. Nullable. operationId: drives.GetItems parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property items in drives operationId: drives.UpdateItems requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property items for drives operationId: drives.DeleteItems parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/analytics': description: Provides operations to manage the analytics property of the microsoft.graph.driveItem entity. get: tags: - drives.driveItem summary: Get analytics from drives description: Analytics about the view activities that took place on this item. operationId: drives.items.GetAnalytics parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemAnalytics' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property analytics in drives operationId: drives.items.UpdateAnalytics requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemAnalytics' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemAnalytics' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property analytics for drives operationId: drives.items.DeleteAnalytics parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/analytics/allTime': description: Provides operations to manage the allTime property of the microsoft.graph.itemAnalytics entity. get: tags: - drives.driveItem summary: Get itemAnalytics description: "Get itemAnalytics about the views that took place under this resource.\nThe itemAnalytics resource is a convenient way to get activity stats for allTime and the lastSevenDays.\nFor a custom time range or interval, use the getActivitiesByInterval API." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/itemanalytics-get?view=graph-rest-1.0 operationId: drives.items.analytics.GetAllTime parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemActivityStat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats': description: Provides operations to manage the itemActivityStats property of the microsoft.graph.itemAnalytics entity. get: tags: - drives.driveItem summary: Get itemActivityStats from drives operationId: drives.items.analytics.ListItemActivityStats parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.itemActivityStatCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - drives.driveItem summary: Create new navigation property to itemActivityStats for drives operationId: drives.items.analytics.CreateItemActivityStats requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemActivityStat' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemActivityStat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}': description: Provides operations to manage the itemActivityStats property of the microsoft.graph.itemAnalytics entity. get: tags: - drives.driveItem summary: Get itemActivityStats from drives operationId: drives.items.analytics.GetItemActivityStats parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemActivityStat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property itemActivityStats in drives operationId: drives.items.analytics.UpdateItemActivityStats requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemActivityStat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemActivityStat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property itemActivityStats for drives operationId: drives.items.analytics.DeleteItemActivityStats parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: itemActivityStat-id in: path description: The unique identifier of itemActivityStat required: true schema: type: string x-ms-docs-key-type: itemActivityStat '/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities': description: Provides operations to manage the activities property of the microsoft.graph.itemActivityStat entity. get: tags: - drives.driveItem summary: Get activities from drives description: Exposes the itemActivities represented in this itemActivityStat resource. operationId: drives.items.analytics.itemActivityStats.ListActivities parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.itemActivityCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - drives.driveItem summary: Create new navigation property to activities for drives operationId: drives.items.analytics.itemActivityStats.CreateActivities requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemActivity' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemActivity' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: itemActivityStat-id in: path description: The unique identifier of itemActivityStat required: true schema: type: string x-ms-docs-key-type: itemActivityStat '/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}': description: Provides operations to manage the activities property of the microsoft.graph.itemActivityStat entity. get: tags: - drives.driveItem summary: Get activities from drives description: Exposes the itemActivities represented in this itemActivityStat resource. operationId: drives.items.analytics.itemActivityStats.GetActivities parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemActivity' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property activities in drives operationId: drives.items.analytics.itemActivityStats.UpdateActivities requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemActivity' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemActivity' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property activities for drives operationId: drives.items.analytics.itemActivityStats.DeleteActivities parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: itemActivityStat-id in: path description: The unique identifier of itemActivityStat required: true schema: type: string x-ms-docs-key-type: itemActivityStat - name: itemActivity-id in: path description: The unique identifier of itemActivity required: true schema: type: string x-ms-docs-key-type: itemActivity '/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem': description: Provides operations to manage the driveItem property of the microsoft.graph.itemActivity entity. get: tags: - drives.driveItem summary: Get driveItem from drives description: Exposes the driveItem that was the target of this activity. operationId: drives.items.analytics.itemActivityStats.activities.GetDriveItem parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: itemActivityStat-id in: path description: The unique identifier of itemActivityStat required: true schema: type: string x-ms-docs-key-type: itemActivityStat - name: itemActivity-id in: path description: The unique identifier of itemActivity required: true schema: type: string x-ms-docs-key-type: itemActivity '/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content': description: Provides operations to manage the media for the drive entity. get: tags: - drives.driveItem summary: Get content for the navigation property driveItem from drives description: 'The content stream, if the item represents a file.' operationId: drives.items.analytics.itemActivityStats.activities.GetDriveItemContent parameters: - name: $format in: query description: Format of the content schema: type: string responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - drives.driveItem summary: Update content for the navigation property driveItem in drives description: 'The content stream, if the item represents a file.' operationId: drives.items.analytics.itemActivityStats.activities.UpdateDriveItemContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - drives.driveItem summary: Delete content for the navigation property driveItem in drives description: 'The content stream, if the item represents a file.' operationId: drives.items.analytics.itemActivityStats.activities.DeleteDriveItemContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: itemActivityStat-id in: path description: The unique identifier of itemActivityStat required: true schema: type: string x-ms-docs-key-type: itemActivityStat - name: itemActivity-id in: path description: The unique identifier of itemActivity required: true schema: type: string x-ms-docs-key-type: itemActivity '/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count': description: Provides operations to count the resources in the collection. get: tags: - drives.driveItem summary: Get the number of the resource operationId: drives.items.analytics.itemActivityStats.activities.GetCount-7511 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: itemActivityStat-id in: path description: The unique identifier of itemActivityStat required: true schema: type: string x-ms-docs-key-type: itemActivityStat '/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count': description: Provides operations to count the resources in the collection. get: tags: - drives.driveItem summary: Get the number of the resource operationId: drives.items.analytics.itemActivityStats.GetCount-f4fa parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays': description: Provides operations to manage the lastSevenDays property of the microsoft.graph.itemAnalytics entity. get: tags: - drives.driveItem summary: Get lastSevenDays from drives operationId: drives.items.analytics.GetLastSevenDays parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemActivityStat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/children': description: Provides operations to manage the children property of the microsoft.graph.driveItem entity. get: tags: - drives.driveItem summary: List children of a driveItem description: Return a collection of DriveItems in the children relationship of a DriveItem. DriveItems with a non-null folder or package facet can have one or more child DriveItems. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0 operationId: drives.items.ListChildren parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.driveItemCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - drives.driveItem summary: Create new navigation property to children for drives operationId: drives.items.CreateChildren requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}': description: Provides operations to manage the children property of the microsoft.graph.driveItem entity. get: tags: - drives.driveItem summary: Get children from drives description: Collection containing Item objects for the immediate children of Item. Only items representing folders have children. Read-only. Nullable. operationId: drives.items.GetChildren parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: driveItem-id1 in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content': description: Provides operations to manage the media for the drive entity. get: tags: - drives.driveItem summary: Get content for the navigation property children from drives description: 'The content stream, if the item represents a file.' operationId: drives.items.GetChildrenContent parameters: - name: $format in: query description: Format of the content schema: type: string responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - drives.driveItem summary: Update content for the navigation property children in drives description: 'The content stream, if the item represents a file.' operationId: drives.items.UpdateChildrenContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - drives.driveItem summary: Delete content for the navigation property children in drives description: 'The content stream, if the item represents a file.' operationId: drives.items.DeleteChildrenContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: driveItem-id1 in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/children/$count': description: Provides operations to count the resources in the collection. get: tags: - drives.driveItem summary: Get the number of the resource operationId: drives.items.children.GetCount-17b0 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/content': description: Provides operations to manage the media for the drive entity. get: tags: - drives.driveItem summary: Get content for the navigation property items from drives description: 'The content stream, if the item represents a file.' operationId: drives.GetItemsContent parameters: - name: $format in: query description: Format of the content schema: type: string responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - drives.driveItem summary: Update content for the navigation property items in drives description: 'The content stream, if the item represents a file.' operationId: drives.UpdateItemsContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - drives.driveItem summary: Delete content for the navigation property items in drives description: 'The content stream, if the item represents a file.' operationId: drives.DeleteItemsContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/createdByUser': description: Provides operations to manage the createdByUser property of the microsoft.graph.baseItem entity. get: tags: - drives.driveItem summary: Get createdByUser from drives description: Identity of the user who created the item. Read-only. operationId: drives.items.GetCreatedByUser parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem x-ms-docs-grouped-path: - '/drives/{drive-id}/createdByUser' - '/drives/{drive-id}/list/createdByUser' - '/drives/{drive-id}/list/items/{listItem-id}/createdByUser' '/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings': get: tags: - drives.driveItem summary: Get mailboxSettings property value description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' operationId: drives.items.createdByUser.GetMailboxSettings parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' patch: tags: - drives.driveItem summary: Update property mailboxSettings value. operationId: drives.items.createdByUser.UpdateMailboxSettings requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors': get: tags: - drives.driveItem summary: Get serviceProvisioningErrors property value description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' operationId: drives.items.createdByUser.ListServiceProvisioningErrors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors/$count': description: Provides operations to count the resources in the collection. get: tags: - drives.driveItem summary: Get the number of the resource operationId: drives.items.createdByUser.ServiceProvisioningErrors.GetCount-9567 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser': description: Provides operations to manage the lastModifiedByUser property of the microsoft.graph.baseItem entity. get: tags: - drives.driveItem summary: Get lastModifiedByUser from drives description: Identity of the user who last modified the item. Read-only. operationId: drives.items.GetLastModifiedByUser parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem x-ms-docs-grouped-path: - '/drives/{drive-id}/lastModifiedByUser' - '/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser' - '/drives/{drive-id}/list/lastModifiedByUser' '/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings': get: tags: - drives.driveItem summary: Get mailboxSettings property value description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' operationId: drives.items.lastModifiedByUser.GetMailboxSettings parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' patch: tags: - drives.driveItem summary: Update property mailboxSettings value. operationId: drives.items.lastModifiedByUser.UpdateMailboxSettings requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors': get: tags: - drives.driveItem summary: Get serviceProvisioningErrors property value description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' operationId: drives.items.lastModifiedByUser.ListServiceProvisioningErrors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count': description: Provides operations to count the resources in the collection. get: tags: - drives.driveItem summary: Get the number of the resource operationId: drives.items.lastModifiedByUser.ServiceProvisioningErrors.GetCount-b2d2 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/listItem': description: Provides operations to manage the listItem property of the microsoft.graph.driveItem entity. get: tags: - drives.driveItem summary: Get listItem from drives description: 'For drives in SharePoint, the associated document library list item. Read-only. Nullable.' operationId: drives.items.GetListItem parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/assignSensitivityLabel': description: Provides operations to call the assignSensitivityLabel method. post: tags: - drives.Actions summary: Invoke action assignSensitivityLabel operationId: drives.drive.items.driveItem.assignSensitivityLabel requestBody: description: Action parameters content: application/json: schema: type: object properties: sensitivityLabelId: type: string nullable: true assignmentMethod: anyOf: - $ref: '#/components/schemas/microsoft.graph.sensitivityLabelAssignmentMethod' - type: object nullable: true justificationText: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/checkin': description: Provides operations to call the checkin method. post: tags: - drives.Actions summary: Invoke action checkin description: 'Check in a checked out driveItem resource, which makes the version of the document available to others.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.checkin requestBody: description: Action parameters content: application/json: schema: type: object properties: checkInAs: type: string nullable: true comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/checkout': description: Provides operations to call the checkout method. post: tags: - drives.Actions summary: Invoke action checkout description: 'Check out a driveItem resource to prevent others from editing the document, and prevent your changes from being visible until the documented is checked in.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.checkout responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/copy': description: Provides operations to call the copy method. post: tags: - drives.Actions summary: Invoke action copy description: 'Asynchronously creates a copy of an driveItem (including any children), under a new parent item or with a new name.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.copy requestBody: description: Action parameters content: application/json: schema: type: object properties: name: type: string nullable: true parentReference: anyOf: - $ref: '#/components/schemas/microsoft.graph.itemReference' - type: object nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.driveItem' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/createLink': description: Provides operations to call the createLink method. post: tags: - drives.Actions summary: Invoke action createLink description: "You can use createLink action to share a DriveItem via a sharing link. The createLink action will create a new sharing link if the specified link type doesn't already exist for the calling application.\nIf a sharing link of the specified type already exists for the app, the existing sharing link will be returned. DriveItem resources inherit sharing permissions from their ancestors." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.createLink requestBody: description: Action parameters content: application/json: schema: type: object properties: type: type: string nullable: true scope: type: string nullable: true expirationDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string format: date-time nullable: true password: type: string nullable: true message: type: string nullable: true recipients: type: array items: $ref: '#/components/schemas/microsoft.graph.driveRecipient' retainInheritedPermissions: type: boolean default: false nullable: true sendNotification: type: boolean default: false nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.permission' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem x-ms-docs-grouped-path: - '/drives/{drive-id}/list/items/{listItem-id}/createLink' '/drives/{drive-id}/items/{driveItem-id}/createUploadSession': description: Provides operations to call the createUploadSession method. post: tags: - drives.Actions summary: Invoke action createUploadSession operationId: drives.drive.items.driveItem.createUploadSession requestBody: description: Action parameters content: application/json: schema: type: object properties: item: anyOf: - $ref: '#/components/schemas/microsoft.graph.driveItemUploadableProperties' - type: object nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.uploadSession' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/delta()': description: Provides operations to call the delta method. get: tags: - drives.Functions summary: Invoke function delta description: "Track changes in a driveItem and its children over time. Your app begins by calling delta without any parameters.\nThe service starts enumerating the drive's hierarchy, returning pages of items and either an @odata.nextLink or an @odata.deltaLink, as described below.\nYour app should continue calling with the @odata.nextLink until you no longer see an @odata.nextLink returned, or you see a response with an empty set of changes. After you have finished receiving all the changes, you may apply them to your local state.\nTo check for changes in the future, call delta again with the @odata.deltaLink from the previous response. Deleted items are returned with the deleted facet.\nItems with this property set should be removed from your local state." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.delta-fa14 parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of driveItem type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.driveItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/delta(token=''{token}'')' - '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/delta' - '/drives/{drive-id}/list/items/delta()' - '/drives/{drive-id}/list/items/delta(token=''{token}'')' '/drives/{drive-id}/items/{driveItem-id}/delta(token=''{token}'')': description: Provides operations to call the delta method. get: tags: - drives.Functions summary: Invoke function delta operationId: drives.drive.items.driveItem.delta-9846 parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of driveItem type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.driveItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: token in: path description: 'Usage: token=''{token}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/delta()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/delta' - '/drives/{drive-id}/list/items/delta()' - '/drives/{drive-id}/list/items/delta(token=''{token}'')' '/drives/{drive-id}/items/{driveItem-id}/extractSensitivityLabels': description: Provides operations to call the extractSensitivityLabels method. post: tags: - drives.Actions summary: Invoke action extractSensitivityLabels operationId: drives.drive.items.driveItem.extractSensitivityLabels responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.extractSensitivityLabelsResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/follow': description: Provides operations to call the follow method. post: tags: - drives.Actions summary: Invoke action follow description: Follow a driveItem. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.follow responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.driveItem' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval()': description: Provides operations to call the getActivitiesByInterval method. get: tags: - drives.Functions summary: Invoke function getActivitiesByInterval description: Get a collection of itemActivityStats resources for the activities that took place on this resource within the specified time interval. Analytics aggregates might not be available for all action types. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/itemactivitystat-getactivitybyinterval?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.getActivitiesByInterval-4c35 parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of itemActivityStat type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.itemActivityStat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval(startDateTime=''{startDateTime}'',endDateTime=''{endDateTime}'',interval=''{interval}'')' - '/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval()' - '/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval(startDateTime=''{startDateTime}'',endDateTime=''{endDateTime}'',interval=''{interval}'')' '/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval(startDateTime=''{startDateTime}'',endDateTime=''{endDateTime}'',interval=''{interval}'')': description: Provides operations to call the getActivitiesByInterval method. get: tags: - drives.Functions summary: Invoke function getActivitiesByInterval operationId: drives.drive.items.driveItem.getActivitiesByInterval-ad27 parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of itemActivityStat type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.itemActivityStat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: startDateTime in: path description: 'Usage: startDateTime=''{startDateTime}''' required: true schema: type: string nullable: true - name: endDateTime in: path description: 'Usage: endDateTime=''{endDateTime}''' required: true schema: type: string nullable: true - name: interval in: path description: 'Usage: interval=''{interval}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval()' - '/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval()' - '/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval(startDateTime=''{startDateTime}'',endDateTime=''{endDateTime}'',interval=''{interval}'')' '/drives/{drive-id}/items/{driveItem-id}/invite': description: Provides operations to call the invite method. post: tags: - drives.Actions summary: Invoke action invite description: "Sends a sharing invitation for a driveItem.\nA sharing invitation provides permissions to the recipients and optionally sends them an email with a sharing link." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.invite requestBody: description: Action parameters content: application/json: schema: type: object properties: requireSignIn: type: boolean default: false nullable: true roles: type: array items: type: string nullable: true sendInvitation: type: boolean default: false nullable: true message: type: string nullable: true recipients: type: array items: $ref: '#/components/schemas/microsoft.graph.driveRecipient' retainInheritedPermissions: type: boolean default: false nullable: true expirationDateTime: type: string nullable: true password: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: title: Collection of permission type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.permission' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/permanentDelete': description: Provides operations to call the permanentDelete method. post: tags: - drives.Actions summary: Invoke action permanentDelete operationId: drives.drive.items.driveItem.permanentDelete responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/preview': description: Provides operations to call the preview method. post: tags: - drives.Actions summary: Invoke action preview operationId: drives.drive.items.driveItem.preview requestBody: description: Action parameters content: application/json: schema: type: object properties: page: type: string nullable: true zoom: oneOf: - type: number format: double - type: string - $ref: '#/components/schemas/ReferenceNumeric' nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.itemPreviewInfo' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/restore': description: Provides operations to call the restore method. post: tags: - drives.Actions summary: Invoke action restore description: 'Restore a driveItem that has been deleted and is currently in the recycle bin. NOTE: This functionality is currently only available for OneDrive Personal.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.restore requestBody: description: Action parameters content: application/json: schema: type: object properties: parentReference: anyOf: - $ref: '#/components/schemas/microsoft.graph.itemReference' - type: object nullable: true name: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.driveItem' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem x-ms-docs-grouped-path: - '/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore' '/drives/{drive-id}/items/{driveItem-id}/search(q=''{q}'')': description: Provides operations to call the search method. get: tags: - drives.Functions summary: Invoke function search description: "Search the hierarchy of items for items matching a query.\nYou can search within a folder hierarchy, a whole drive, or files shared with the current user." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.search parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of driveItem type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.driveItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: q in: path description: 'Usage: q=''{q}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/drives/{drive-id}/search(q=''{q}'')' '/drives/{drive-id}/items/{driveItem-id}/unfollow': description: Provides operations to call the unfollow method. post: tags: - drives.Actions summary: Invoke action unfollow description: Unfollow a driveItem. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.unfollow responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/validatePermission': description: Provides operations to call the validatePermission method. post: tags: - drives.Actions summary: Invoke action validatePermission operationId: drives.drive.items.driveItem.validatePermission requestBody: description: Action parameters content: application/json: schema: type: object properties: challengeToken: type: string nullable: true password: type: string required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/permissions': description: Provides operations to manage the permissions property of the microsoft.graph.driveItem entity. get: tags: - drives.driveItem summary: Get permissions from drives description: The set of permissions for the item. Read-only. Nullable. operationId: drives.items.ListPermissions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.permissionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - drives.driveItem summary: Create new navigation property to permissions for drives operationId: drives.items.CreatePermissions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.permission' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.permission' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}': description: Provides operations to manage the permissions property of the microsoft.graph.driveItem entity. get: tags: - drives.driveItem summary: Get permissions from drives description: The set of permissions for the item. Read-only. Nullable. operationId: drives.items.GetPermissions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.permission' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property permissions in drives operationId: drives.items.UpdatePermissions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.permission' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.permission' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property permissions for drives operationId: drives.items.DeletePermissions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: permission-id in: path description: The unique identifier of permission required: true schema: type: string x-ms-docs-key-type: permission '/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/grant': description: Provides operations to call the grant method. post: tags: - drives.Actions summary: Invoke action grant description: Grant users access to a link represented by a permission. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.permissions.permission.grant requestBody: description: Action parameters content: application/json: schema: type: object properties: roles: type: array items: type: string nullable: true recipients: type: array items: $ref: '#/components/schemas/microsoft.graph.driveRecipient' required: true responses: 2XX: description: Success content: application/json: schema: title: Collection of permission type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.permission' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: permission-id in: path description: The unique identifier of permission required: true schema: type: string x-ms-docs-key-type: permission '/drives/{drive-id}/items/{driveItem-id}/permissions/$count': description: Provides operations to count the resources in the collection. get: tags: - drives.driveItem summary: Get the number of the resource operationId: drives.items.permissions.GetCount-d367 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/retentionLabel': description: Provides operations to manage the retentionLabel property of the microsoft.graph.driveItem entity. get: tags: - drives.driveItem summary: Get retentionLabel from drives description: Information about retention label and settings enforced on the driveItem. Read-write. operationId: drives.items.GetRetentionLabel parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemRetentionLabel' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: 'driveItem: setRetentionLabel' description: 'Apply (set) a retention label on a driveItem (files and folders). Retention labels don''t need to be published in a retention label policy to be applied using this method. When a retention label is applied to a folder, all the items in the folder are tagged with the same retention label. For information about conflict resolution for retention labels, see Will an existing label be overridden or removed. For information about retention labels from an administrator''s perspective, see Use retention labels to manage the lifecycle of documents stored in SharePoint.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/driveitem-setretentionlabel?view=graph-rest-1.0 operationId: drives.items.UpdateRetentionLabel requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemRetentionLabel' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemRetentionLabel' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: 'driveItem: removeRetentionLabel' description: 'Remove a retention label from a driveItem. For information about retention labels from an administrator''s perspective, see Use retention labels to manage the lifecycle of documents stored in SharePoint.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/driveitem-removeretentionlabel?view=graph-rest-1.0 operationId: drives.items.DeleteRetentionLabel parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/subscriptions': description: Provides operations to manage the subscriptions property of the microsoft.graph.driveItem entity. get: tags: - drives.driveItem summary: Get subscriptions from drives description: The set of subscriptions on the item. Only supported on the root of a drive. operationId: drives.items.ListSubscriptions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.subscriptionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - drives.driveItem summary: Create new navigation property to subscriptions for drives operationId: drives.items.CreateSubscriptions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.subscription' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.subscription' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}': description: Provides operations to manage the subscriptions property of the microsoft.graph.driveItem entity. get: tags: - drives.driveItem summary: Get subscriptions from drives description: The set of subscriptions on the item. Only supported on the root of a drive. operationId: drives.items.GetSubscriptions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.subscription' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property subscriptions in drives operationId: drives.items.UpdateSubscriptions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.subscription' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.subscription' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property subscriptions for drives operationId: drives.items.DeleteSubscriptions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: subscription-id in: path description: The unique identifier of subscription required: true schema: type: string x-ms-docs-key-type: subscription '/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/reauthorize': description: Provides operations to call the reauthorize method. post: tags: - drives.Actions summary: Invoke action reauthorize description: Reauthorize a subscription when you receive a reauthorizationRequired challenge. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.subscriptions.subscription.reauthorize responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: subscription-id in: path description: The unique identifier of subscription required: true schema: type: string x-ms-docs-key-type: subscription x-ms-docs-grouped-path: - '/drives/{drive-id}/list/subscriptions/{subscription-id}/reauthorize' '/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count': description: Provides operations to count the resources in the collection. get: tags: - drives.driveItem summary: Get the number of the resource operationId: drives.items.subscriptions.GetCount-f848 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/thumbnails': description: Provides operations to manage the thumbnails property of the microsoft.graph.driveItem entity. get: tags: - drives.driveItem summary: Get thumbnails from drives description: 'Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. Nullable.' operationId: drives.items.ListThumbnails parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.thumbnailSetCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - drives.driveItem summary: Create new navigation property to thumbnails for drives operationId: drives.items.CreateThumbnails requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.thumbnailSet' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.thumbnailSet' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}': description: Provides operations to manage the thumbnails property of the microsoft.graph.driveItem entity. get: tags: - drives.driveItem summary: Get thumbnails from drives description: 'Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. Nullable.' operationId: drives.items.GetThumbnails parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.thumbnailSet' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property thumbnails in drives operationId: drives.items.UpdateThumbnails requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.thumbnailSet' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.thumbnailSet' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property thumbnails for drives operationId: drives.items.DeleteThumbnails parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: thumbnailSet-id in: path description: The unique identifier of thumbnailSet required: true schema: type: string x-ms-docs-key-type: thumbnailSet '/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count': description: Provides operations to count the resources in the collection. get: tags: - drives.driveItem summary: Get the number of the resource operationId: drives.items.thumbnails.GetCount-50f0 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/versions': description: Provides operations to manage the versions property of the microsoft.graph.driveItem entity. get: tags: - drives.driveItem summary: Get versions from drives description: 'The list of previous versions of the item. For more info, see getting previous versions. Read-only. Nullable.' operationId: drives.items.ListVersions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.driveItemVersionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - drives.driveItem summary: Create new navigation property to versions for drives operationId: drives.items.CreateVersions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}': description: Provides operations to manage the versions property of the microsoft.graph.driveItem entity. get: tags: - drives.driveItem summary: Get versions from drives description: 'The list of previous versions of the item. For more info, see getting previous versions. Read-only. Nullable.' operationId: drives.items.GetVersions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property versions in drives operationId: drives.items.UpdateVersions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property versions for drives operationId: drives.items.DeleteVersions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: driveItemVersion-id in: path description: The unique identifier of driveItemVersion required: true schema: type: string x-ms-docs-key-type: driveItemVersion '/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content': description: Provides operations to manage the media for the drive entity. get: tags: - drives.driveItem summary: Get content for the navigation property versions from drives description: The content stream for this version of the item. operationId: drives.items.GetVersionsContent responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - drives.driveItem summary: Update content for the navigation property versions in drives description: The content stream for this version of the item. operationId: drives.items.UpdateVersionsContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - drives.driveItem summary: Delete content for the navigation property versions in drives description: The content stream for this version of the item. operationId: drives.items.DeleteVersionsContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: driveItemVersion-id in: path description: The unique identifier of driveItemVersion required: true schema: type: string x-ms-docs-key-type: driveItemVersion '/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion': description: Provides operations to call the restoreVersion method. post: tags: - drives.Actions summary: Invoke action restoreVersion description: 'Restore a previous version of a DriveItem to be the current version. This will create a new version with the contents of the previous version, but preserves all existing versions of the file.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.versions.driveItemVersion.restoreVersion responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: driveItemVersion-id in: path description: The unique identifier of driveItemVersion required: true schema: type: string x-ms-docs-key-type: driveItemVersion x-ms-docs-grouped-path: - '/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion' '/drives/{drive-id}/items/{driveItem-id}/versions/$count': description: Provides operations to count the resources in the collection. get: tags: - drives.driveItem summary: Get the number of the resource operationId: drives.items.versions.GetCount-6d7a parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook': description: Provides operations to manage the workbook property of the microsoft.graph.driveItem entity. get: tags: - drives.driveItem summary: Get workbook from drives description: 'For files that are Excel spreadsheets, access to the workbook API to work with the spreadsheet''s contents. Nullable.' operationId: drives.items.GetWorkbook parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbook' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property workbook in drives operationId: drives.items.UpdateWorkbook requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbook' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbook' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property workbook for drives operationId: drives.items.DeleteWorkbook parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/application': description: Provides operations to manage the application property of the microsoft.graph.workbook entity. get: tags: - drives.driveItem summary: Get application from drives operationId: drives.items.workbook.GetApplication parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookApplication' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property application in drives operationId: drives.items.workbook.UpdateApplication requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookApplication' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookApplication' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property application for drives operationId: drives.items.workbook.DeleteApplication parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/application/calculate': description: Provides operations to call the calculate method. post: tags: - drives.Actions summary: Invoke action calculate description: Recalculate all currently opened workbooks in Excel. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/workbookapplication-calculate?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.application.calculate requestBody: description: Action parameters content: application/json: schema: type: object properties: calculationType: type: string required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/comments': description: Provides operations to manage the comments property of the microsoft.graph.workbook entity. get: tags: - drives.driveItem summary: Get comments from drives description: Represents a collection of comments in a workbook. operationId: drives.items.workbook.ListComments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.workbookCommentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - drives.driveItem summary: Create new navigation property to comments for drives operationId: drives.items.workbook.CreateComments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookComment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookComment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/comments/{workbookComment-id}': description: Provides operations to manage the comments property of the microsoft.graph.workbook entity. get: tags: - drives.driveItem summary: Get comments from drives description: Represents a collection of comments in a workbook. operationId: drives.items.workbook.GetComments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookComment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property comments in drives operationId: drives.items.workbook.UpdateComments requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookComment' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookComment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property comments for drives operationId: drives.items.workbook.DeleteComments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookComment-id in: path description: The unique identifier of workbookComment required: true schema: type: string x-ms-docs-key-type: workbookComment '/drives/{drive-id}/items/{driveItem-id}/workbook/comments/{workbookComment-id}/replies': description: Provides operations to manage the replies property of the microsoft.graph.workbookComment entity. get: tags: - drives.driveItem summary: Get replies from drives operationId: drives.items.workbook.comments.ListReplies parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.workbookCommentReplyCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - drives.driveItem summary: Create new navigation property to replies for drives operationId: drives.items.workbook.comments.CreateReplies requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookCommentReply' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookCommentReply' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookComment-id in: path description: The unique identifier of workbookComment required: true schema: type: string x-ms-docs-key-type: workbookComment '/drives/{drive-id}/items/{driveItem-id}/workbook/comments/{workbookComment-id}/replies/{workbookCommentReply-id}': description: Provides operations to manage the replies property of the microsoft.graph.workbookComment entity. get: tags: - drives.driveItem summary: Get replies from drives operationId: drives.items.workbook.comments.GetReplies parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookCommentReply' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property replies in drives operationId: drives.items.workbook.comments.UpdateReplies requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookCommentReply' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookCommentReply' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property replies for drives operationId: drives.items.workbook.comments.DeleteReplies parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookComment-id in: path description: The unique identifier of workbookComment required: true schema: type: string x-ms-docs-key-type: workbookComment - name: workbookCommentReply-id in: path description: The unique identifier of workbookCommentReply required: true schema: type: string x-ms-docs-key-type: workbookCommentReply '/drives/{drive-id}/items/{driveItem-id}/workbook/comments/{workbookComment-id}/replies/$count': description: Provides operations to count the resources in the collection. get: tags: - drives.driveItem summary: Get the number of the resource operationId: drives.items.workbook.comments.replies.GetCount-5e78 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookComment-id in: path description: The unique identifier of workbookComment required: true schema: type: string x-ms-docs-key-type: workbookComment '/drives/{drive-id}/items/{driveItem-id}/workbook/comments/$count': description: Provides operations to count the resources in the collection. get: tags: - drives.driveItem summary: Get the number of the resource operationId: drives.items.workbook.comments.GetCount-8437 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions': description: Provides operations to manage the functions property of the microsoft.graph.workbook entity. get: tags: - drives.driveItem summary: Get functions from drives operationId: drives.items.workbook.GetFunctions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookFunctions' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property functions in drives operationId: drives.items.workbook.UpdateFunctions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookFunctions' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookFunctions' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property functions for drives operationId: drives.items.workbook.DeleteFunctions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/abs': description: Provides operations to call the abs method. post: tags: - drives.Actions summary: Invoke action abs operationId: drives.drive.items.driveItem.workbook.functions.abs requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/accrInt': description: Provides operations to call the accrInt method. post: tags: - drives.Actions summary: Invoke action accrInt operationId: drives.drive.items.driveItem.workbook.functions.accrInt requestBody: description: Action parameters content: application/json: schema: type: object properties: issue: { } firstInterest: { } settlement: { } rate: { } par: { } frequency: { } basis: { } calcMethod: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/accrIntM': description: Provides operations to call the accrIntM method. post: tags: - drives.Actions summary: Invoke action accrIntM operationId: drives.drive.items.driveItem.workbook.functions.accrIntM requestBody: description: Action parameters content: application/json: schema: type: object properties: issue: { } settlement: { } rate: { } par: { } basis: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/acos': description: Provides operations to call the acos method. post: tags: - drives.Actions summary: Invoke action acos operationId: drives.drive.items.driveItem.workbook.functions.acos requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/acosh': description: Provides operations to call the acosh method. post: tags: - drives.Actions summary: Invoke action acosh operationId: drives.drive.items.driveItem.workbook.functions.acosh requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/acot': description: Provides operations to call the acot method. post: tags: - drives.Actions summary: Invoke action acot operationId: drives.drive.items.driveItem.workbook.functions.acot requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/acoth': description: Provides operations to call the acoth method. post: tags: - drives.Actions summary: Invoke action acoth operationId: drives.drive.items.driveItem.workbook.functions.acoth requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/amorDegrc': description: Provides operations to call the amorDegrc method. post: tags: - drives.Actions summary: Invoke action amorDegrc operationId: drives.drive.items.driveItem.workbook.functions.amorDegrc requestBody: description: Action parameters content: application/json: schema: type: object properties: cost: { } datePurchased: { } firstPeriod: { } salvage: { } period: { } rate: { } basis: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/amorLinc': description: Provides operations to call the amorLinc method. post: tags: - drives.Actions summary: Invoke action amorLinc operationId: drives.drive.items.driveItem.workbook.functions.amorLinc requestBody: description: Action parameters content: application/json: schema: type: object properties: cost: { } datePurchased: { } firstPeriod: { } salvage: { } period: { } rate: { } basis: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/and': description: Provides operations to call the and method. post: tags: - drives.Actions summary: Invoke action and operationId: drives.drive.items.driveItem.workbook.functions.and requestBody: description: Action parameters content: application/json: schema: type: object properties: values: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/arabic': description: Provides operations to call the arabic method. post: tags: - drives.Actions summary: Invoke action arabic operationId: drives.drive.items.driveItem.workbook.functions.arabic requestBody: description: Action parameters content: application/json: schema: type: object properties: text: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/areas': description: Provides operations to call the areas method. post: tags: - drives.Actions summary: Invoke action areas operationId: drives.drive.items.driveItem.workbook.functions.areas requestBody: description: Action parameters content: application/json: schema: type: object properties: reference: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/asc': description: Provides operations to call the asc method. post: tags: - drives.Actions summary: Invoke action asc operationId: drives.drive.items.driveItem.workbook.functions.asc requestBody: description: Action parameters content: application/json: schema: type: object properties: text: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/asin': description: Provides operations to call the asin method. post: tags: - drives.Actions summary: Invoke action asin operationId: drives.drive.items.driveItem.workbook.functions.asin requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/asinh': description: Provides operations to call the asinh method. post: tags: - drives.Actions summary: Invoke action asinh operationId: drives.drive.items.driveItem.workbook.functions.asinh requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/atan': description: Provides operations to call the atan method. post: tags: - drives.Actions summary: Invoke action atan operationId: drives.drive.items.driveItem.workbook.functions.atan requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/atan2': description: Provides operations to call the atan2 method. post: tags: - drives.Actions summary: Invoke action atan2 operationId: drives.drive.items.driveItem.workbook.functions.atan2 requestBody: description: Action parameters content: application/json: schema: type: object properties: xNum: { } yNum: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/atanh': description: Provides operations to call the atanh method. post: tags: - drives.Actions summary: Invoke action atanh operationId: drives.drive.items.driveItem.workbook.functions.atanh requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/aveDev': description: Provides operations to call the aveDev method. post: tags: - drives.Actions summary: Invoke action aveDev operationId: drives.drive.items.driveItem.workbook.functions.aveDev requestBody: description: Action parameters content: application/json: schema: type: object properties: values: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/average': description: Provides operations to call the average method. post: tags: - drives.Actions summary: Invoke action average operationId: drives.drive.items.driveItem.workbook.functions.average requestBody: description: Action parameters content: application/json: schema: type: object properties: values: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/averageA': description: Provides operations to call the averageA method. post: tags: - drives.Actions summary: Invoke action averageA operationId: drives.drive.items.driveItem.workbook.functions.averageA requestBody: description: Action parameters content: application/json: schema: type: object properties: values: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/averageIf': description: Provides operations to call the averageIf method. post: tags: - drives.Actions summary: Invoke action averageIf operationId: drives.drive.items.driveItem.workbook.functions.averageIf requestBody: description: Action parameters content: application/json: schema: type: object properties: range: { } criteria: { } averageRange: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/averageIfs': description: Provides operations to call the averageIfs method. post: tags: - drives.Actions summary: Invoke action averageIfs operationId: drives.drive.items.driveItem.workbook.functions.averageIfs requestBody: description: Action parameters content: application/json: schema: type: object properties: averageRange: { } values: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/bahtText': description: Provides operations to call the bahtText method. post: tags: - drives.Actions summary: Invoke action bahtText operationId: drives.drive.items.driveItem.workbook.functions.bahtText requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/base': description: Provides operations to call the base method. post: tags: - drives.Actions summary: Invoke action base operationId: drives.drive.items.driveItem.workbook.functions.base requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } radix: { } minLength: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/besselI': description: Provides operations to call the besselI method. post: tags: - drives.Actions summary: Invoke action besselI operationId: drives.drive.items.driveItem.workbook.functions.besselI requestBody: description: Action parameters content: application/json: schema: type: object properties: x: { } n: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/besselJ': description: Provides operations to call the besselJ method. post: tags: - drives.Actions summary: Invoke action besselJ operationId: drives.drive.items.driveItem.workbook.functions.besselJ requestBody: description: Action parameters content: application/json: schema: type: object properties: x: { } n: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/besselK': description: Provides operations to call the besselK method. post: tags: - drives.Actions summary: Invoke action besselK operationId: drives.drive.items.driveItem.workbook.functions.besselK requestBody: description: Action parameters content: application/json: schema: type: object properties: x: { } n: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/besselY': description: Provides operations to call the besselY method. post: tags: - drives.Actions summary: Invoke action besselY operationId: drives.drive.items.driveItem.workbook.functions.besselY requestBody: description: Action parameters content: application/json: schema: type: object properties: x: { } n: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/beta_Dist': description: Provides operations to call the beta_Dist method. post: tags: - drives.Actions summary: Invoke action beta_Dist operationId: drives.drive.items.driveItem.workbook.functions.beta_Dist requestBody: description: Action parameters content: application/json: schema: type: object properties: x: { } alpha: { } beta: { } cumulative: { } A: { } B: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/beta_Inv': description: Provides operations to call the beta_Inv method. post: tags: - drives.Actions summary: Invoke action beta_Inv operationId: drives.drive.items.driveItem.workbook.functions.beta_Inv requestBody: description: Action parameters content: application/json: schema: type: object properties: probability: { } alpha: { } beta: { } A: { } B: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/bin2Dec': description: Provides operations to call the bin2Dec method. post: tags: - drives.Actions summary: Invoke action bin2Dec operationId: drives.drive.items.driveItem.workbook.functions.bin2Dec requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/bin2Hex': description: Provides operations to call the bin2Hex method. post: tags: - drives.Actions summary: Invoke action bin2Hex operationId: drives.drive.items.driveItem.workbook.functions.bin2Hex requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } places: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/bin2Oct': description: Provides operations to call the bin2Oct method. post: tags: - drives.Actions summary: Invoke action bin2Oct operationId: drives.drive.items.driveItem.workbook.functions.bin2Oct requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } places: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/binom_Dist': description: Provides operations to call the binom_Dist method. post: tags: - drives.Actions summary: Invoke action binom_Dist operationId: drives.drive.items.driveItem.workbook.functions.binom_Dist requestBody: description: Action parameters content: application/json: schema: type: object properties: numberS: { } trials: { } probabilityS: { } cumulative: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/binom_Dist_Range': description: Provides operations to call the binom_Dist_Range method. post: tags: - drives.Actions summary: Invoke action binom_Dist_Range operationId: drives.drive.items.driveItem.workbook.functions.binom_Dist_Range requestBody: description: Action parameters content: application/json: schema: type: object properties: trials: { } probabilityS: { } numberS: { } numberS2: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/binom_Inv': description: Provides operations to call the binom_Inv method. post: tags: - drives.Actions summary: Invoke action binom_Inv operationId: drives.drive.items.driveItem.workbook.functions.binom_Inv requestBody: description: Action parameters content: application/json: schema: type: object properties: trials: { } probabilityS: { } alpha: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/bitand': description: Provides operations to call the bitand method. post: tags: - drives.Actions summary: Invoke action bitand operationId: drives.drive.items.driveItem.workbook.functions.bitand requestBody: description: Action parameters content: application/json: schema: type: object properties: number1: { } number2: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/bitlshift': description: Provides operations to call the bitlshift method. post: tags: - drives.Actions summary: Invoke action bitlshift operationId: drives.drive.items.driveItem.workbook.functions.bitlshift requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } shiftAmount: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/bitor': description: Provides operations to call the bitor method. post: tags: - drives.Actions summary: Invoke action bitor operationId: drives.drive.items.driveItem.workbook.functions.bitor requestBody: description: Action parameters content: application/json: schema: type: object properties: number1: { } number2: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/bitrshift': description: Provides operations to call the bitrshift method. post: tags: - drives.Actions summary: Invoke action bitrshift operationId: drives.drive.items.driveItem.workbook.functions.bitrshift requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } shiftAmount: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/bitxor': description: Provides operations to call the bitxor method. post: tags: - drives.Actions summary: Invoke action bitxor operationId: drives.drive.items.driveItem.workbook.functions.bitxor requestBody: description: Action parameters content: application/json: schema: type: object properties: number1: { } number2: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/ceiling_Math': description: Provides operations to call the ceiling_Math method. post: tags: - drives.Actions summary: Invoke action ceiling_Math operationId: drives.drive.items.driveItem.workbook.functions.ceiling_Math requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } significance: { } mode: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/ceiling_Precise': description: Provides operations to call the ceiling_Precise method. post: tags: - drives.Actions summary: Invoke action ceiling_Precise operationId: drives.drive.items.driveItem.workbook.functions.ceiling_Precise requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } significance: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/char': description: Provides operations to call the char method. post: tags: - drives.Actions summary: Invoke action char operationId: drives.drive.items.driveItem.workbook.functions.char requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/chiSq_Dist': description: Provides operations to call the chiSq_Dist method. post: tags: - drives.Actions summary: Invoke action chiSq_Dist operationId: drives.drive.items.driveItem.workbook.functions.chiSq_Dist requestBody: description: Action parameters content: application/json: schema: type: object properties: x: { } degFreedom: { } cumulative: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/chiSq_Dist_RT': description: Provides operations to call the chiSq_Dist_RT method. post: tags: - drives.Actions summary: Invoke action chiSq_Dist_RT operationId: drives.drive.items.driveItem.workbook.functions.chiSq_Dist_RT requestBody: description: Action parameters content: application/json: schema: type: object properties: x: { } degFreedom: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/chiSq_Inv': description: Provides operations to call the chiSq_Inv method. post: tags: - drives.Actions summary: Invoke action chiSq_Inv operationId: drives.drive.items.driveItem.workbook.functions.chiSq_Inv requestBody: description: Action parameters content: application/json: schema: type: object properties: probability: { } degFreedom: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/chiSq_Inv_RT': description: Provides operations to call the chiSq_Inv_RT method. post: tags: - drives.Actions summary: Invoke action chiSq_Inv_RT operationId: drives.drive.items.driveItem.workbook.functions.chiSq_Inv_RT requestBody: description: Action parameters content: application/json: schema: type: object properties: probability: { } degFreedom: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/choose': description: Provides operations to call the choose method. post: tags: - drives.Actions summary: Invoke action choose operationId: drives.drive.items.driveItem.workbook.functions.choose requestBody: description: Action parameters content: application/json: schema: type: object properties: indexNum: { } values: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/clean': description: Provides operations to call the clean method. post: tags: - drives.Actions summary: Invoke action clean operationId: drives.drive.items.driveItem.workbook.functions.clean requestBody: description: Action parameters content: application/json: schema: type: object properties: text: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/code': description: Provides operations to call the code method. post: tags: - drives.Actions summary: Invoke action code operationId: drives.drive.items.driveItem.workbook.functions.code requestBody: description: Action parameters content: application/json: schema: type: object properties: text: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/columns': description: Provides operations to call the columns method. post: tags: - drives.Actions summary: Invoke action columns operationId: drives.drive.items.driveItem.workbook.functions.columns requestBody: description: Action parameters content: application/json: schema: type: object properties: array: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/combin': description: Provides operations to call the combin method. post: tags: - drives.Actions summary: Invoke action combin operationId: drives.drive.items.driveItem.workbook.functions.combin requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } numberChosen: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/combina': description: Provides operations to call the combina method. post: tags: - drives.Actions summary: Invoke action combina operationId: drives.drive.items.driveItem.workbook.functions.combina requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } numberChosen: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/complex': description: Provides operations to call the complex method. post: tags: - drives.Actions summary: Invoke action complex operationId: drives.drive.items.driveItem.workbook.functions.complex requestBody: description: Action parameters content: application/json: schema: type: object properties: realNum: { } iNum: { } suffix: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/concatenate': description: Provides operations to call the concatenate method. post: tags: - drives.Actions summary: Invoke action concatenate operationId: drives.drive.items.driveItem.workbook.functions.concatenate requestBody: description: Action parameters content: application/json: schema: type: object properties: values: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/confidence_Norm': description: Provides operations to call the confidence_Norm method. post: tags: - drives.Actions summary: Invoke action confidence_Norm operationId: drives.drive.items.driveItem.workbook.functions.confidence_Norm requestBody: description: Action parameters content: application/json: schema: type: object properties: alpha: { } standardDev: { } size: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/confidence_T': description: Provides operations to call the confidence_T method. post: tags: - drives.Actions summary: Invoke action confidence_T operationId: drives.drive.items.driveItem.workbook.functions.confidence_T requestBody: description: Action parameters content: application/json: schema: type: object properties: alpha: { } standardDev: { } size: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/convert': description: Provides operations to call the convert method. post: tags: - drives.Actions summary: Invoke action convert operationId: drives.drive.items.driveItem.workbook.functions.convert requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } fromUnit: { } toUnit: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/cos': description: Provides operations to call the cos method. post: tags: - drives.Actions summary: Invoke action cos operationId: drives.drive.items.driveItem.workbook.functions.cos requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/cosh': description: Provides operations to call the cosh method. post: tags: - drives.Actions summary: Invoke action cosh operationId: drives.drive.items.driveItem.workbook.functions.cosh requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/cot': description: Provides operations to call the cot method. post: tags: - drives.Actions summary: Invoke action cot operationId: drives.drive.items.driveItem.workbook.functions.cot requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/coth': description: Provides operations to call the coth method. post: tags: - drives.Actions summary: Invoke action coth operationId: drives.drive.items.driveItem.workbook.functions.coth requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/count': description: Provides operations to call the count method. post: tags: - drives.Actions summary: Invoke action count operationId: drives.drive.items.driveItem.workbook.functions.count requestBody: description: Action parameters content: application/json: schema: type: object properties: values: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/count()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/count()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/count()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/count()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/count()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/count()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/count()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/count()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/count()' '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/countA': description: Provides operations to call the countA method. post: tags: - drives.Actions summary: Invoke action countA operationId: drives.drive.items.driveItem.workbook.functions.countA requestBody: description: Action parameters content: application/json: schema: type: object properties: values: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/countBlank': description: Provides operations to call the countBlank method. post: tags: - drives.Actions summary: Invoke action countBlank operationId: drives.drive.items.driveItem.workbook.functions.countBlank requestBody: description: Action parameters content: application/json: schema: type: object properties: range: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/countIf': description: Provides operations to call the countIf method. post: tags: - drives.Actions summary: Invoke action countIf operationId: drives.drive.items.driveItem.workbook.functions.countIf requestBody: description: Action parameters content: application/json: schema: type: object properties: range: { } criteria: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/countIfs': description: Provides operations to call the countIfs method. post: tags: - drives.Actions summary: Invoke action countIfs operationId: drives.drive.items.driveItem.workbook.functions.countIfs requestBody: description: Action parameters content: application/json: schema: type: object properties: values: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/coupDayBs': description: Provides operations to call the coupDayBs method. post: tags: - drives.Actions summary: Invoke action coupDayBs operationId: drives.drive.items.driveItem.workbook.functions.coupDayBs requestBody: description: Action parameters content: application/json: schema: type: object properties: settlement: { } maturity: { } frequency: { } basis: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/coupDays': description: Provides operations to call the coupDays method. post: tags: - drives.Actions summary: Invoke action coupDays operationId: drives.drive.items.driveItem.workbook.functions.coupDays requestBody: description: Action parameters content: application/json: schema: type: object properties: settlement: { } maturity: { } frequency: { } basis: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/coupDaysNc': description: Provides operations to call the coupDaysNc method. post: tags: - drives.Actions summary: Invoke action coupDaysNc operationId: drives.drive.items.driveItem.workbook.functions.coupDaysNc requestBody: description: Action parameters content: application/json: schema: type: object properties: settlement: { } maturity: { } frequency: { } basis: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/coupNcd': description: Provides operations to call the coupNcd method. post: tags: - drives.Actions summary: Invoke action coupNcd operationId: drives.drive.items.driveItem.workbook.functions.coupNcd requestBody: description: Action parameters content: application/json: schema: type: object properties: settlement: { } maturity: { } frequency: { } basis: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/coupNum': description: Provides operations to call the coupNum method. post: tags: - drives.Actions summary: Invoke action coupNum operationId: drives.drive.items.driveItem.workbook.functions.coupNum requestBody: description: Action parameters content: application/json: schema: type: object properties: settlement: { } maturity: { } frequency: { } basis: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/coupPcd': description: Provides operations to call the coupPcd method. post: tags: - drives.Actions summary: Invoke action coupPcd operationId: drives.drive.items.driveItem.workbook.functions.coupPcd requestBody: description: Action parameters content: application/json: schema: type: object properties: settlement: { } maturity: { } frequency: { } basis: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/csc': description: Provides operations to call the csc method. post: tags: - drives.Actions summary: Invoke action csc operationId: drives.drive.items.driveItem.workbook.functions.csc requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/csch': description: Provides operations to call the csch method. post: tags: - drives.Actions summary: Invoke action csch operationId: drives.drive.items.driveItem.workbook.functions.csch requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/cumIPmt': description: Provides operations to call the cumIPmt method. post: tags: - drives.Actions summary: Invoke action cumIPmt operationId: drives.drive.items.driveItem.workbook.functions.cumIPmt requestBody: description: Action parameters content: application/json: schema: type: object properties: rate: { } nper: { } pv: { } startPeriod: { } endPeriod: { } type: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/cumPrinc': description: Provides operations to call the cumPrinc method. post: tags: - drives.Actions summary: Invoke action cumPrinc operationId: drives.drive.items.driveItem.workbook.functions.cumPrinc requestBody: description: Action parameters content: application/json: schema: type: object properties: rate: { } nper: { } pv: { } startPeriod: { } endPeriod: { } type: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/date': description: Provides operations to call the date method. post: tags: - drives.Actions summary: Invoke action date operationId: drives.drive.items.driveItem.workbook.functions.date requestBody: description: Action parameters content: application/json: schema: type: object properties: year: { } month: { } day: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/datevalue': description: Provides operations to call the datevalue method. post: tags: - drives.Actions summary: Invoke action datevalue operationId: drives.drive.items.driveItem.workbook.functions.datevalue requestBody: description: Action parameters content: application/json: schema: type: object properties: dateText: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/daverage': description: Provides operations to call the daverage method. post: tags: - drives.Actions summary: Invoke action daverage operationId: drives.drive.items.driveItem.workbook.functions.daverage requestBody: description: Action parameters content: application/json: schema: type: object properties: database: { } field: { } criteria: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/day': description: Provides operations to call the day method. post: tags: - drives.Actions summary: Invoke action day operationId: drives.drive.items.driveItem.workbook.functions.day requestBody: description: Action parameters content: application/json: schema: type: object properties: serialNumber: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/days': description: Provides operations to call the days method. post: tags: - drives.Actions summary: Invoke action days operationId: drives.drive.items.driveItem.workbook.functions.days requestBody: description: Action parameters content: application/json: schema: type: object properties: endDate: { } startDate: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/days360': description: Provides operations to call the days360 method. post: tags: - drives.Actions summary: Invoke action days360 operationId: drives.drive.items.driveItem.workbook.functions.days360 requestBody: description: Action parameters content: application/json: schema: type: object properties: startDate: { } endDate: { } method: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/db': description: Provides operations to call the db method. post: tags: - drives.Actions summary: Invoke action db operationId: drives.drive.items.driveItem.workbook.functions.db requestBody: description: Action parameters content: application/json: schema: type: object properties: cost: { } salvage: { } life: { } period: { } month: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/dbcs': description: Provides operations to call the dbcs method. post: tags: - drives.Actions summary: Invoke action dbcs operationId: drives.drive.items.driveItem.workbook.functions.dbcs requestBody: description: Action parameters content: application/json: schema: type: object properties: text: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/dcount': description: Provides operations to call the dcount method. post: tags: - drives.Actions summary: Invoke action dcount operationId: drives.drive.items.driveItem.workbook.functions.dcount requestBody: description: Action parameters content: application/json: schema: type: object properties: database: { } field: { } criteria: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/dcountA': description: Provides operations to call the dcountA method. post: tags: - drives.Actions summary: Invoke action dcountA operationId: drives.drive.items.driveItem.workbook.functions.dcountA requestBody: description: Action parameters content: application/json: schema: type: object properties: database: { } field: { } criteria: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/ddb': description: Provides operations to call the ddb method. post: tags: - drives.Actions summary: Invoke action ddb operationId: drives.drive.items.driveItem.workbook.functions.ddb requestBody: description: Action parameters content: application/json: schema: type: object properties: cost: { } salvage: { } life: { } period: { } factor: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/dec2Bin': description: Provides operations to call the dec2Bin method. post: tags: - drives.Actions summary: Invoke action dec2Bin operationId: drives.drive.items.driveItem.workbook.functions.dec2Bin requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } places: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/dec2Hex': description: Provides operations to call the dec2Hex method. post: tags: - drives.Actions summary: Invoke action dec2Hex operationId: drives.drive.items.driveItem.workbook.functions.dec2Hex requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } places: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/dec2Oct': description: Provides operations to call the dec2Oct method. post: tags: - drives.Actions summary: Invoke action dec2Oct operationId: drives.drive.items.driveItem.workbook.functions.dec2Oct requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } places: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/decimal': description: Provides operations to call the decimal method. post: tags: - drives.Actions summary: Invoke action decimal operationId: drives.drive.items.driveItem.workbook.functions.decimal requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } radix: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/degrees': description: Provides operations to call the degrees method. post: tags: - drives.Actions summary: Invoke action degrees operationId: drives.drive.items.driveItem.workbook.functions.degrees requestBody: description: Action parameters content: application/json: schema: type: object properties: angle: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/delta': description: Provides operations to call the delta method. post: tags: - drives.Actions summary: Invoke action delta operationId: drives.drive.items.driveItem.workbook.functions.delta requestBody: description: Action parameters content: application/json: schema: type: object properties: number1: { } number2: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/delta()' - '/drives/{drive-id}/items/{driveItem-id}/delta(token=''{token}'')' - '/drives/{drive-id}/list/items/delta()' - '/drives/{drive-id}/list/items/delta(token=''{token}'')' '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/devSq': description: Provides operations to call the devSq method. post: tags: - drives.Actions summary: Invoke action devSq operationId: drives.drive.items.driveItem.workbook.functions.devSq requestBody: description: Action parameters content: application/json: schema: type: object properties: values: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/dget': description: Provides operations to call the dget method. post: tags: - drives.Actions summary: Invoke action dget operationId: drives.drive.items.driveItem.workbook.functions.dget requestBody: description: Action parameters content: application/json: schema: type: object properties: database: { } field: { } criteria: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/disc': description: Provides operations to call the disc method. post: tags: - drives.Actions summary: Invoke action disc operationId: drives.drive.items.driveItem.workbook.functions.disc requestBody: description: Action parameters content: application/json: schema: type: object properties: settlement: { } maturity: { } pr: { } redemption: { } basis: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/dmax': description: Provides operations to call the dmax method. post: tags: - drives.Actions summary: Invoke action dmax operationId: drives.drive.items.driveItem.workbook.functions.dmax requestBody: description: Action parameters content: application/json: schema: type: object properties: database: { } field: { } criteria: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/dmin': description: Provides operations to call the dmin method. post: tags: - drives.Actions summary: Invoke action dmin operationId: drives.drive.items.driveItem.workbook.functions.dmin requestBody: description: Action parameters content: application/json: schema: type: object properties: database: { } field: { } criteria: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/dollar': description: Provides operations to call the dollar method. post: tags: - drives.Actions summary: Invoke action dollar operationId: drives.drive.items.driveItem.workbook.functions.dollar requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } decimals: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/dollarDe': description: Provides operations to call the dollarDe method. post: tags: - drives.Actions summary: Invoke action dollarDe operationId: drives.drive.items.driveItem.workbook.functions.dollarDe requestBody: description: Action parameters content: application/json: schema: type: object properties: fractionalDollar: { } fraction: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/dollarFr': description: Provides operations to call the dollarFr method. post: tags: - drives.Actions summary: Invoke action dollarFr operationId: drives.drive.items.driveItem.workbook.functions.dollarFr requestBody: description: Action parameters content: application/json: schema: type: object properties: decimalDollar: { } fraction: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/dproduct': description: Provides operations to call the dproduct method. post: tags: - drives.Actions summary: Invoke action dproduct operationId: drives.drive.items.driveItem.workbook.functions.dproduct requestBody: description: Action parameters content: application/json: schema: type: object properties: database: { } field: { } criteria: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/dstDev': description: Provides operations to call the dstDev method. post: tags: - drives.Actions summary: Invoke action dstDev operationId: drives.drive.items.driveItem.workbook.functions.dstDev requestBody: description: Action parameters content: application/json: schema: type: object properties: database: { } field: { } criteria: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/dstDevP': description: Provides operations to call the dstDevP method. post: tags: - drives.Actions summary: Invoke action dstDevP operationId: drives.drive.items.driveItem.workbook.functions.dstDevP requestBody: description: Action parameters content: application/json: schema: type: object properties: database: { } field: { } criteria: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/dsum': description: Provides operations to call the dsum method. post: tags: - drives.Actions summary: Invoke action dsum operationId: drives.drive.items.driveItem.workbook.functions.dsum requestBody: description: Action parameters content: application/json: schema: type: object properties: database: { } field: { } criteria: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/duration': description: Provides operations to call the duration method. post: tags: - drives.Actions summary: Invoke action duration operationId: drives.drive.items.driveItem.workbook.functions.duration requestBody: description: Action parameters content: application/json: schema: type: object properties: settlement: { } maturity: { } coupon: { } yld: { } frequency: { } basis: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/dvar': description: Provides operations to call the dvar method. post: tags: - drives.Actions summary: Invoke action dvar operationId: drives.drive.items.driveItem.workbook.functions.dvar requestBody: description: Action parameters content: application/json: schema: type: object properties: database: { } field: { } criteria: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/dvarP': description: Provides operations to call the dvarP method. post: tags: - drives.Actions summary: Invoke action dvarP operationId: drives.drive.items.driveItem.workbook.functions.dvarP requestBody: description: Action parameters content: application/json: schema: type: object properties: database: { } field: { } criteria: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/ecma_Ceiling': description: Provides operations to call the ecma_Ceiling method. post: tags: - drives.Actions summary: Invoke action ecma_Ceiling operationId: drives.drive.items.driveItem.workbook.functions.ecma_Ceiling requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } significance: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/edate': description: Provides operations to call the edate method. post: tags: - drives.Actions summary: Invoke action edate operationId: drives.drive.items.driveItem.workbook.functions.edate requestBody: description: Action parameters content: application/json: schema: type: object properties: startDate: { } months: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/effect': description: Provides operations to call the effect method. post: tags: - drives.Actions summary: Invoke action effect operationId: drives.drive.items.driveItem.workbook.functions.effect requestBody: description: Action parameters content: application/json: schema: type: object properties: nominalRate: { } npery: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/eoMonth': description: Provides operations to call the eoMonth method. post: tags: - drives.Actions summary: Invoke action eoMonth operationId: drives.drive.items.driveItem.workbook.functions.eoMonth requestBody: description: Action parameters content: application/json: schema: type: object properties: startDate: { } months: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/erf': description: Provides operations to call the erf method. post: tags: - drives.Actions summary: Invoke action erf operationId: drives.drive.items.driveItem.workbook.functions.erf requestBody: description: Action parameters content: application/json: schema: type: object properties: lowerLimit: { } upperLimit: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/erf_Precise': description: Provides operations to call the erf_Precise method. post: tags: - drives.Actions summary: Invoke action erf_Precise operationId: drives.drive.items.driveItem.workbook.functions.erf_Precise requestBody: description: Action parameters content: application/json: schema: type: object properties: X: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/erfC': description: Provides operations to call the erfC method. post: tags: - drives.Actions summary: Invoke action erfC operationId: drives.drive.items.driveItem.workbook.functions.erfC requestBody: description: Action parameters content: application/json: schema: type: object properties: x: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/erfC_Precise': description: Provides operations to call the erfC_Precise method. post: tags: - drives.Actions summary: Invoke action erfC_Precise operationId: drives.drive.items.driveItem.workbook.functions.erfC_Precise requestBody: description: Action parameters content: application/json: schema: type: object properties: X: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/error_Type': description: Provides operations to call the error_Type method. post: tags: - drives.Actions summary: Invoke action error_Type operationId: drives.drive.items.driveItem.workbook.functions.error_Type requestBody: description: Action parameters content: application/json: schema: type: object properties: errorVal: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/even': description: Provides operations to call the even method. post: tags: - drives.Actions summary: Invoke action even operationId: drives.drive.items.driveItem.workbook.functions.even requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/exact': description: Provides operations to call the exact method. post: tags: - drives.Actions summary: Invoke action exact operationId: drives.drive.items.driveItem.workbook.functions.exact requestBody: description: Action parameters content: application/json: schema: type: object properties: text1: { } text2: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/exp': description: Provides operations to call the exp method. post: tags: - drives.Actions summary: Invoke action exp operationId: drives.drive.items.driveItem.workbook.functions.exp requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/expon_Dist': description: Provides operations to call the expon_Dist method. post: tags: - drives.Actions summary: Invoke action expon_Dist operationId: drives.drive.items.driveItem.workbook.functions.expon_Dist requestBody: description: Action parameters content: application/json: schema: type: object properties: x: { } lambda: { } cumulative: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/f_Dist': description: Provides operations to call the f_Dist method. post: tags: - drives.Actions summary: Invoke action f_Dist operationId: drives.drive.items.driveItem.workbook.functions.f_Dist requestBody: description: Action parameters content: application/json: schema: type: object properties: x: { } degFreedom1: { } degFreedom2: { } cumulative: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/f_Dist_RT': description: Provides operations to call the f_Dist_RT method. post: tags: - drives.Actions summary: Invoke action f_Dist_RT operationId: drives.drive.items.driveItem.workbook.functions.f_Dist_RT requestBody: description: Action parameters content: application/json: schema: type: object properties: x: { } degFreedom1: { } degFreedom2: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/f_Inv': description: Provides operations to call the f_Inv method. post: tags: - drives.Actions summary: Invoke action f_Inv operationId: drives.drive.items.driveItem.workbook.functions.f_Inv requestBody: description: Action parameters content: application/json: schema: type: object properties: probability: { } degFreedom1: { } degFreedom2: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/f_Inv_RT': description: Provides operations to call the f_Inv_RT method. post: tags: - drives.Actions summary: Invoke action f_Inv_RT operationId: drives.drive.items.driveItem.workbook.functions.f_Inv_RT requestBody: description: Action parameters content: application/json: schema: type: object properties: probability: { } degFreedom1: { } degFreedom2: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/fact': description: Provides operations to call the fact method. post: tags: - drives.Actions summary: Invoke action fact operationId: drives.drive.items.driveItem.workbook.functions.fact requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/factDouble': description: Provides operations to call the factDouble method. post: tags: - drives.Actions summary: Invoke action factDouble operationId: drives.drive.items.driveItem.workbook.functions.factDouble requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/false': description: Provides operations to call the false method. post: tags: - drives.Actions summary: Invoke action false operationId: drives.drive.items.driveItem.workbook.functions.false responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/find': description: Provides operations to call the find method. post: tags: - drives.Actions summary: Invoke action find operationId: drives.drive.items.driveItem.workbook.functions.find requestBody: description: Action parameters content: application/json: schema: type: object properties: findText: { } withinText: { } startNum: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/findB': description: Provides operations to call the findB method. post: tags: - drives.Actions summary: Invoke action findB operationId: drives.drive.items.driveItem.workbook.functions.findB requestBody: description: Action parameters content: application/json: schema: type: object properties: findText: { } withinText: { } startNum: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/fisher': description: Provides operations to call the fisher method. post: tags: - drives.Actions summary: Invoke action fisher operationId: drives.drive.items.driveItem.workbook.functions.fisher requestBody: description: Action parameters content: application/json: schema: type: object properties: x: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/fisherInv': description: Provides operations to call the fisherInv method. post: tags: - drives.Actions summary: Invoke action fisherInv operationId: drives.drive.items.driveItem.workbook.functions.fisherInv requestBody: description: Action parameters content: application/json: schema: type: object properties: y: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/fixed': description: Provides operations to call the fixed method. post: tags: - drives.Actions summary: Invoke action fixed operationId: drives.drive.items.driveItem.workbook.functions.fixed requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } decimals: { } noCommas: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/floor_Math': description: Provides operations to call the floor_Math method. post: tags: - drives.Actions summary: Invoke action floor_Math operationId: drives.drive.items.driveItem.workbook.functions.floor_Math requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } significance: { } mode: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/floor_Precise': description: Provides operations to call the floor_Precise method. post: tags: - drives.Actions summary: Invoke action floor_Precise operationId: drives.drive.items.driveItem.workbook.functions.floor_Precise requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } significance: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/fv': description: Provides operations to call the fv method. post: tags: - drives.Actions summary: Invoke action fv operationId: drives.drive.items.driveItem.workbook.functions.fv requestBody: description: Action parameters content: application/json: schema: type: object properties: rate: { } nper: { } pmt: { } pv: { } type: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/fvschedule': description: Provides operations to call the fvschedule method. post: tags: - drives.Actions summary: Invoke action fvschedule operationId: drives.drive.items.driveItem.workbook.functions.fvschedule requestBody: description: Action parameters content: application/json: schema: type: object properties: principal: { } schedule: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/gamma': description: Provides operations to call the gamma method. post: tags: - drives.Actions summary: Invoke action gamma operationId: drives.drive.items.driveItem.workbook.functions.gamma requestBody: description: Action parameters content: application/json: schema: type: object properties: x: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/gamma_Dist': description: Provides operations to call the gamma_Dist method. post: tags: - drives.Actions summary: Invoke action gamma_Dist operationId: drives.drive.items.driveItem.workbook.functions.gamma_Dist requestBody: description: Action parameters content: application/json: schema: type: object properties: x: { } alpha: { } beta: { } cumulative: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/gamma_Inv': description: Provides operations to call the gamma_Inv method. post: tags: - drives.Actions summary: Invoke action gamma_Inv operationId: drives.drive.items.driveItem.workbook.functions.gamma_Inv requestBody: description: Action parameters content: application/json: schema: type: object properties: probability: { } alpha: { } beta: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/gammaLn': description: Provides operations to call the gammaLn method. post: tags: - drives.Actions summary: Invoke action gammaLn operationId: drives.drive.items.driveItem.workbook.functions.gammaLn requestBody: description: Action parameters content: application/json: schema: type: object properties: x: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/gammaLn_Precise': description: Provides operations to call the gammaLn_Precise method. post: tags: - drives.Actions summary: Invoke action gammaLn_Precise operationId: drives.drive.items.driveItem.workbook.functions.gammaLn_Precise requestBody: description: Action parameters content: application/json: schema: type: object properties: x: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/gauss': description: Provides operations to call the gauss method. post: tags: - drives.Actions summary: Invoke action gauss operationId: drives.drive.items.driveItem.workbook.functions.gauss requestBody: description: Action parameters content: application/json: schema: type: object properties: x: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/gcd': description: Provides operations to call the gcd method. post: tags: - drives.Actions summary: Invoke action gcd operationId: drives.drive.items.driveItem.workbook.functions.gcd requestBody: description: Action parameters content: application/json: schema: type: object properties: values: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/geoMean': description: Provides operations to call the geoMean method. post: tags: - drives.Actions summary: Invoke action geoMean operationId: drives.drive.items.driveItem.workbook.functions.geoMean requestBody: description: Action parameters content: application/json: schema: type: object properties: values: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/geStep': description: Provides operations to call the geStep method. post: tags: - drives.Actions summary: Invoke action geStep operationId: drives.drive.items.driveItem.workbook.functions.geStep requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } step: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/harMean': description: Provides operations to call the harMean method. post: tags: - drives.Actions summary: Invoke action harMean operationId: drives.drive.items.driveItem.workbook.functions.harMean requestBody: description: Action parameters content: application/json: schema: type: object properties: values: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/hex2Bin': description: Provides operations to call the hex2Bin method. post: tags: - drives.Actions summary: Invoke action hex2Bin operationId: drives.drive.items.driveItem.workbook.functions.hex2Bin requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } places: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/hex2Dec': description: Provides operations to call the hex2Dec method. post: tags: - drives.Actions summary: Invoke action hex2Dec operationId: drives.drive.items.driveItem.workbook.functions.hex2Dec requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/hex2Oct': description: Provides operations to call the hex2Oct method. post: tags: - drives.Actions summary: Invoke action hex2Oct operationId: drives.drive.items.driveItem.workbook.functions.hex2Oct requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } places: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/hlookup': description: Provides operations to call the hlookup method. post: tags: - drives.Actions summary: Invoke action hlookup operationId: drives.drive.items.driveItem.workbook.functions.hlookup requestBody: description: Action parameters content: application/json: schema: type: object properties: lookupValue: { } tableArray: { } rowIndexNum: { } rangeLookup: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/hour': description: Provides operations to call the hour method. post: tags: - drives.Actions summary: Invoke action hour operationId: drives.drive.items.driveItem.workbook.functions.hour requestBody: description: Action parameters content: application/json: schema: type: object properties: serialNumber: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/hyperlink': description: Provides operations to call the hyperlink method. post: tags: - drives.Actions summary: Invoke action hyperlink operationId: drives.drive.items.driveItem.workbook.functions.hyperlink requestBody: description: Action parameters content: application/json: schema: type: object properties: linkLocation: { } friendlyName: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/hypGeom_Dist': description: Provides operations to call the hypGeom_Dist method. post: tags: - drives.Actions summary: Invoke action hypGeom_Dist operationId: drives.drive.items.driveItem.workbook.functions.hypGeom_Dist requestBody: description: Action parameters content: application/json: schema: type: object properties: sampleS: { } numberSample: { } populationS: { } numberPop: { } cumulative: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/if': description: Provides operations to call the if method. post: tags: - drives.Actions summary: Invoke action if operationId: drives.drive.items.driveItem.workbook.functions.if requestBody: description: Action parameters content: application/json: schema: type: object properties: logicalTest: { } valueIfTrue: { } valueIfFalse: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/imAbs': description: Provides operations to call the imAbs method. post: tags: - drives.Actions summary: Invoke action imAbs operationId: drives.drive.items.driveItem.workbook.functions.imAbs requestBody: description: Action parameters content: application/json: schema: type: object properties: inumber: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/imaginary': description: Provides operations to call the imaginary method. post: tags: - drives.Actions summary: Invoke action imaginary operationId: drives.drive.items.driveItem.workbook.functions.imaginary requestBody: description: Action parameters content: application/json: schema: type: object properties: inumber: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/imArgument': description: Provides operations to call the imArgument method. post: tags: - drives.Actions summary: Invoke action imArgument operationId: drives.drive.items.driveItem.workbook.functions.imArgument requestBody: description: Action parameters content: application/json: schema: type: object properties: inumber: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/imConjugate': description: Provides operations to call the imConjugate method. post: tags: - drives.Actions summary: Invoke action imConjugate operationId: drives.drive.items.driveItem.workbook.functions.imConjugate requestBody: description: Action parameters content: application/json: schema: type: object properties: inumber: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/imCos': description: Provides operations to call the imCos method. post: tags: - drives.Actions summary: Invoke action imCos operationId: drives.drive.items.driveItem.workbook.functions.imCos requestBody: description: Action parameters content: application/json: schema: type: object properties: inumber: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/imCosh': description: Provides operations to call the imCosh method. post: tags: - drives.Actions summary: Invoke action imCosh operationId: drives.drive.items.driveItem.workbook.functions.imCosh requestBody: description: Action parameters content: application/json: schema: type: object properties: inumber: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/imCot': description: Provides operations to call the imCot method. post: tags: - drives.Actions summary: Invoke action imCot operationId: drives.drive.items.driveItem.workbook.functions.imCot requestBody: description: Action parameters content: application/json: schema: type: object properties: inumber: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/imCsc': description: Provides operations to call the imCsc method. post: tags: - drives.Actions summary: Invoke action imCsc operationId: drives.drive.items.driveItem.workbook.functions.imCsc requestBody: description: Action parameters content: application/json: schema: type: object properties: inumber: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/imCsch': description: Provides operations to call the imCsch method. post: tags: - drives.Actions summary: Invoke action imCsch operationId: drives.drive.items.driveItem.workbook.functions.imCsch requestBody: description: Action parameters content: application/json: schema: type: object properties: inumber: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/imDiv': description: Provides operations to call the imDiv method. post: tags: - drives.Actions summary: Invoke action imDiv operationId: drives.drive.items.driveItem.workbook.functions.imDiv requestBody: description: Action parameters content: application/json: schema: type: object properties: inumber1: { } inumber2: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/imExp': description: Provides operations to call the imExp method. post: tags: - drives.Actions summary: Invoke action imExp operationId: drives.drive.items.driveItem.workbook.functions.imExp requestBody: description: Action parameters content: application/json: schema: type: object properties: inumber: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/imLn': description: Provides operations to call the imLn method. post: tags: - drives.Actions summary: Invoke action imLn operationId: drives.drive.items.driveItem.workbook.functions.imLn requestBody: description: Action parameters content: application/json: schema: type: object properties: inumber: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/imLog10': description: Provides operations to call the imLog10 method. post: tags: - drives.Actions summary: Invoke action imLog10 operationId: drives.drive.items.driveItem.workbook.functions.imLog10 requestBody: description: Action parameters content: application/json: schema: type: object properties: inumber: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/imLog2': description: Provides operations to call the imLog2 method. post: tags: - drives.Actions summary: Invoke action imLog2 operationId: drives.drive.items.driveItem.workbook.functions.imLog2 requestBody: description: Action parameters content: application/json: schema: type: object properties: inumber: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/imPower': description: Provides operations to call the imPower method. post: tags: - drives.Actions summary: Invoke action imPower operationId: drives.drive.items.driveItem.workbook.functions.imPower requestBody: description: Action parameters content: application/json: schema: type: object properties: inumber: { } number: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/imProduct': description: Provides operations to call the imProduct method. post: tags: - drives.Actions summary: Invoke action imProduct operationId: drives.drive.items.driveItem.workbook.functions.imProduct requestBody: description: Action parameters content: application/json: schema: type: object properties: values: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/imReal': description: Provides operations to call the imReal method. post: tags: - drives.Actions summary: Invoke action imReal operationId: drives.drive.items.driveItem.workbook.functions.imReal requestBody: description: Action parameters content: application/json: schema: type: object properties: inumber: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/imSec': description: Provides operations to call the imSec method. post: tags: - drives.Actions summary: Invoke action imSec operationId: drives.drive.items.driveItem.workbook.functions.imSec requestBody: description: Action parameters content: application/json: schema: type: object properties: inumber: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/imSech': description: Provides operations to call the imSech method. post: tags: - drives.Actions summary: Invoke action imSech operationId: drives.drive.items.driveItem.workbook.functions.imSech requestBody: description: Action parameters content: application/json: schema: type: object properties: inumber: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/imSin': description: Provides operations to call the imSin method. post: tags: - drives.Actions summary: Invoke action imSin operationId: drives.drive.items.driveItem.workbook.functions.imSin requestBody: description: Action parameters content: application/json: schema: type: object properties: inumber: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/imSinh': description: Provides operations to call the imSinh method. post: tags: - drives.Actions summary: Invoke action imSinh operationId: drives.drive.items.driveItem.workbook.functions.imSinh requestBody: description: Action parameters content: application/json: schema: type: object properties: inumber: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/imSqrt': description: Provides operations to call the imSqrt method. post: tags: - drives.Actions summary: Invoke action imSqrt operationId: drives.drive.items.driveItem.workbook.functions.imSqrt requestBody: description: Action parameters content: application/json: schema: type: object properties: inumber: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/imSub': description: Provides operations to call the imSub method. post: tags: - drives.Actions summary: Invoke action imSub operationId: drives.drive.items.driveItem.workbook.functions.imSub requestBody: description: Action parameters content: application/json: schema: type: object properties: inumber1: { } inumber2: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/imSum': description: Provides operations to call the imSum method. post: tags: - drives.Actions summary: Invoke action imSum operationId: drives.drive.items.driveItem.workbook.functions.imSum requestBody: description: Action parameters content: application/json: schema: type: object properties: values: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/imTan': description: Provides operations to call the imTan method. post: tags: - drives.Actions summary: Invoke action imTan operationId: drives.drive.items.driveItem.workbook.functions.imTan requestBody: description: Action parameters content: application/json: schema: type: object properties: inumber: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/int': description: Provides operations to call the int method. post: tags: - drives.Actions summary: Invoke action int operationId: drives.drive.items.driveItem.workbook.functions.int requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/intRate': description: Provides operations to call the intRate method. post: tags: - drives.Actions summary: Invoke action intRate operationId: drives.drive.items.driveItem.workbook.functions.intRate requestBody: description: Action parameters content: application/json: schema: type: object properties: settlement: { } maturity: { } investment: { } redemption: { } basis: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/ipmt': description: Provides operations to call the ipmt method. post: tags: - drives.Actions summary: Invoke action ipmt operationId: drives.drive.items.driveItem.workbook.functions.ipmt requestBody: description: Action parameters content: application/json: schema: type: object properties: rate: { } per: { } nper: { } pv: { } fv: { } type: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/irr': description: Provides operations to call the irr method. post: tags: - drives.Actions summary: Invoke action irr operationId: drives.drive.items.driveItem.workbook.functions.irr requestBody: description: Action parameters content: application/json: schema: type: object properties: values: { } guess: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/isErr': description: Provides operations to call the isErr method. post: tags: - drives.Actions summary: Invoke action isErr operationId: drives.drive.items.driveItem.workbook.functions.isErr requestBody: description: Action parameters content: application/json: schema: type: object properties: value: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/isError': description: Provides operations to call the isError method. post: tags: - drives.Actions summary: Invoke action isError operationId: drives.drive.items.driveItem.workbook.functions.isError requestBody: description: Action parameters content: application/json: schema: type: object properties: value: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/isEven': description: Provides operations to call the isEven method. post: tags: - drives.Actions summary: Invoke action isEven operationId: drives.drive.items.driveItem.workbook.functions.isEven requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/isFormula': description: Provides operations to call the isFormula method. post: tags: - drives.Actions summary: Invoke action isFormula operationId: drives.drive.items.driveItem.workbook.functions.isFormula requestBody: description: Action parameters content: application/json: schema: type: object properties: reference: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/isLogical': description: Provides operations to call the isLogical method. post: tags: - drives.Actions summary: Invoke action isLogical operationId: drives.drive.items.driveItem.workbook.functions.isLogical requestBody: description: Action parameters content: application/json: schema: type: object properties: value: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/isNA': description: Provides operations to call the isNA method. post: tags: - drives.Actions summary: Invoke action isNA operationId: drives.drive.items.driveItem.workbook.functions.isNA requestBody: description: Action parameters content: application/json: schema: type: object properties: value: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/isNonText': description: Provides operations to call the isNonText method. post: tags: - drives.Actions summary: Invoke action isNonText operationId: drives.drive.items.driveItem.workbook.functions.isNonText requestBody: description: Action parameters content: application/json: schema: type: object properties: value: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/isNumber': description: Provides operations to call the isNumber method. post: tags: - drives.Actions summary: Invoke action isNumber operationId: drives.drive.items.driveItem.workbook.functions.isNumber requestBody: description: Action parameters content: application/json: schema: type: object properties: value: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/iso_Ceiling': description: Provides operations to call the iso_Ceiling method. post: tags: - drives.Actions summary: Invoke action iso_Ceiling operationId: drives.drive.items.driveItem.workbook.functions.iso_Ceiling requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } significance: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/isOdd': description: Provides operations to call the isOdd method. post: tags: - drives.Actions summary: Invoke action isOdd operationId: drives.drive.items.driveItem.workbook.functions.isOdd requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/isoWeekNum': description: Provides operations to call the isoWeekNum method. post: tags: - drives.Actions summary: Invoke action isoWeekNum operationId: drives.drive.items.driveItem.workbook.functions.isoWeekNum requestBody: description: Action parameters content: application/json: schema: type: object properties: date: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/ispmt': description: Provides operations to call the ispmt method. post: tags: - drives.Actions summary: Invoke action ispmt operationId: drives.drive.items.driveItem.workbook.functions.ispmt requestBody: description: Action parameters content: application/json: schema: type: object properties: rate: { } per: { } nper: { } pv: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/isref': description: Provides operations to call the isref method. post: tags: - drives.Actions summary: Invoke action isref operationId: drives.drive.items.driveItem.workbook.functions.isref requestBody: description: Action parameters content: application/json: schema: type: object properties: value: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/isText': description: Provides operations to call the isText method. post: tags: - drives.Actions summary: Invoke action isText operationId: drives.drive.items.driveItem.workbook.functions.isText requestBody: description: Action parameters content: application/json: schema: type: object properties: value: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/kurt': description: Provides operations to call the kurt method. post: tags: - drives.Actions summary: Invoke action kurt operationId: drives.drive.items.driveItem.workbook.functions.kurt requestBody: description: Action parameters content: application/json: schema: type: object properties: values: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/large': description: Provides operations to call the large method. post: tags: - drives.Actions summary: Invoke action large operationId: drives.drive.items.driveItem.workbook.functions.large requestBody: description: Action parameters content: application/json: schema: type: object properties: array: { } k: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/lcm': description: Provides operations to call the lcm method. post: tags: - drives.Actions summary: Invoke action lcm operationId: drives.drive.items.driveItem.workbook.functions.lcm requestBody: description: Action parameters content: application/json: schema: type: object properties: values: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/left': description: Provides operations to call the left method. post: tags: - drives.Actions summary: Invoke action left operationId: drives.drive.items.driveItem.workbook.functions.left requestBody: description: Action parameters content: application/json: schema: type: object properties: text: { } numChars: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/leftb': description: Provides operations to call the leftb method. post: tags: - drives.Actions summary: Invoke action leftb operationId: drives.drive.items.driveItem.workbook.functions.leftb requestBody: description: Action parameters content: application/json: schema: type: object properties: text: { } numBytes: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/len': description: Provides operations to call the len method. post: tags: - drives.Actions summary: Invoke action len operationId: drives.drive.items.driveItem.workbook.functions.len requestBody: description: Action parameters content: application/json: schema: type: object properties: text: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/lenb': description: Provides operations to call the lenb method. post: tags: - drives.Actions summary: Invoke action lenb operationId: drives.drive.items.driveItem.workbook.functions.lenb requestBody: description: Action parameters content: application/json: schema: type: object properties: text: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/ln': description: Provides operations to call the ln method. post: tags: - drives.Actions summary: Invoke action ln operationId: drives.drive.items.driveItem.workbook.functions.ln requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/log': description: Provides operations to call the log method. post: tags: - drives.Actions summary: Invoke action log operationId: drives.drive.items.driveItem.workbook.functions.log requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } base: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/log10': description: Provides operations to call the log10 method. post: tags: - drives.Actions summary: Invoke action log10 operationId: drives.drive.items.driveItem.workbook.functions.log10 requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/logNorm_Dist': description: Provides operations to call the logNorm_Dist method. post: tags: - drives.Actions summary: Invoke action logNorm_Dist operationId: drives.drive.items.driveItem.workbook.functions.logNorm_Dist requestBody: description: Action parameters content: application/json: schema: type: object properties: x: { } mean: { } standardDev: { } cumulative: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/logNorm_Inv': description: Provides operations to call the logNorm_Inv method. post: tags: - drives.Actions summary: Invoke action logNorm_Inv operationId: drives.drive.items.driveItem.workbook.functions.logNorm_Inv requestBody: description: Action parameters content: application/json: schema: type: object properties: probability: { } mean: { } standardDev: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/lookup': description: Provides operations to call the lookup method. post: tags: - drives.Actions summary: Invoke action lookup operationId: drives.drive.items.driveItem.workbook.functions.lookup requestBody: description: Action parameters content: application/json: schema: type: object properties: lookupValue: { } lookupVector: { } resultVector: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/lower': description: Provides operations to call the lower method. post: tags: - drives.Actions summary: Invoke action lower operationId: drives.drive.items.driveItem.workbook.functions.lower requestBody: description: Action parameters content: application/json: schema: type: object properties: text: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/match': description: Provides operations to call the match method. post: tags: - drives.Actions summary: Invoke action match operationId: drives.drive.items.driveItem.workbook.functions.match requestBody: description: Action parameters content: application/json: schema: type: object properties: lookupValue: { } lookupArray: { } matchType: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/max': description: Provides operations to call the max method. post: tags: - drives.Actions summary: Invoke action max operationId: drives.drive.items.driveItem.workbook.functions.max requestBody: description: Action parameters content: application/json: schema: type: object properties: values: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/maxA': description: Provides operations to call the maxA method. post: tags: - drives.Actions summary: Invoke action maxA operationId: drives.drive.items.driveItem.workbook.functions.maxA requestBody: description: Action parameters content: application/json: schema: type: object properties: values: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/mduration': description: Provides operations to call the mduration method. post: tags: - drives.Actions summary: Invoke action mduration operationId: drives.drive.items.driveItem.workbook.functions.mduration requestBody: description: Action parameters content: application/json: schema: type: object properties: settlement: { } maturity: { } coupon: { } yld: { } frequency: { } basis: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/median': description: Provides operations to call the median method. post: tags: - drives.Actions summary: Invoke action median operationId: drives.drive.items.driveItem.workbook.functions.median requestBody: description: Action parameters content: application/json: schema: type: object properties: values: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/mid': description: Provides operations to call the mid method. post: tags: - drives.Actions summary: Invoke action mid operationId: drives.drive.items.driveItem.workbook.functions.mid requestBody: description: Action parameters content: application/json: schema: type: object properties: text: { } startNum: { } numChars: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/midb': description: Provides operations to call the midb method. post: tags: - drives.Actions summary: Invoke action midb operationId: drives.drive.items.driveItem.workbook.functions.midb requestBody: description: Action parameters content: application/json: schema: type: object properties: text: { } startNum: { } numBytes: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/min': description: Provides operations to call the min method. post: tags: - drives.Actions summary: Invoke action min operationId: drives.drive.items.driveItem.workbook.functions.min requestBody: description: Action parameters content: application/json: schema: type: object properties: values: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/minA': description: Provides operations to call the minA method. post: tags: - drives.Actions summary: Invoke action minA operationId: drives.drive.items.driveItem.workbook.functions.minA requestBody: description: Action parameters content: application/json: schema: type: object properties: values: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/minute': description: Provides operations to call the minute method. post: tags: - drives.Actions summary: Invoke action minute operationId: drives.drive.items.driveItem.workbook.functions.minute requestBody: description: Action parameters content: application/json: schema: type: object properties: serialNumber: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/mirr': description: Provides operations to call the mirr method. post: tags: - drives.Actions summary: Invoke action mirr operationId: drives.drive.items.driveItem.workbook.functions.mirr requestBody: description: Action parameters content: application/json: schema: type: object properties: values: { } financeRate: { } reinvestRate: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/mod': description: Provides operations to call the mod method. post: tags: - drives.Actions summary: Invoke action mod operationId: drives.drive.items.driveItem.workbook.functions.mod requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } divisor: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/month': description: Provides operations to call the month method. post: tags: - drives.Actions summary: Invoke action month operationId: drives.drive.items.driveItem.workbook.functions.month requestBody: description: Action parameters content: application/json: schema: type: object properties: serialNumber: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/mround': description: Provides operations to call the mround method. post: tags: - drives.Actions summary: Invoke action mround operationId: drives.drive.items.driveItem.workbook.functions.mround requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } multiple: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/multiNomial': description: Provides operations to call the multiNomial method. post: tags: - drives.Actions summary: Invoke action multiNomial operationId: drives.drive.items.driveItem.workbook.functions.multiNomial requestBody: description: Action parameters content: application/json: schema: type: object properties: values: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/n': description: Provides operations to call the n method. post: tags: - drives.Actions summary: Invoke action n operationId: drives.drive.items.driveItem.workbook.functions.n requestBody: description: Action parameters content: application/json: schema: type: object properties: value: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/na': description: Provides operations to call the na method. post: tags: - drives.Actions summary: Invoke action na operationId: drives.drive.items.driveItem.workbook.functions.na responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/negBinom_Dist': description: Provides operations to call the negBinom_Dist method. post: tags: - drives.Actions summary: Invoke action negBinom_Dist operationId: drives.drive.items.driveItem.workbook.functions.negBinom_Dist requestBody: description: Action parameters content: application/json: schema: type: object properties: numberF: { } numberS: { } probabilityS: { } cumulative: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/networkDays': description: Provides operations to call the networkDays method. post: tags: - drives.Actions summary: Invoke action networkDays operationId: drives.drive.items.driveItem.workbook.functions.networkDays requestBody: description: Action parameters content: application/json: schema: type: object properties: startDate: { } endDate: { } holidays: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/networkDays_Intl': description: Provides operations to call the networkDays_Intl method. post: tags: - drives.Actions summary: Invoke action networkDays_Intl operationId: drives.drive.items.driveItem.workbook.functions.networkDays_Intl requestBody: description: Action parameters content: application/json: schema: type: object properties: startDate: { } endDate: { } weekend: { } holidays: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/nominal': description: Provides operations to call the nominal method. post: tags: - drives.Actions summary: Invoke action nominal operationId: drives.drive.items.driveItem.workbook.functions.nominal requestBody: description: Action parameters content: application/json: schema: type: object properties: effectRate: { } npery: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/norm_Dist': description: Provides operations to call the norm_Dist method. post: tags: - drives.Actions summary: Invoke action norm_Dist operationId: drives.drive.items.driveItem.workbook.functions.norm_Dist requestBody: description: Action parameters content: application/json: schema: type: object properties: x: { } mean: { } standardDev: { } cumulative: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/norm_Inv': description: Provides operations to call the norm_Inv method. post: tags: - drives.Actions summary: Invoke action norm_Inv operationId: drives.drive.items.driveItem.workbook.functions.norm_Inv requestBody: description: Action parameters content: application/json: schema: type: object properties: probability: { } mean: { } standardDev: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/norm_S_Dist': description: Provides operations to call the norm_S_Dist method. post: tags: - drives.Actions summary: Invoke action norm_S_Dist operationId: drives.drive.items.driveItem.workbook.functions.norm_S_Dist requestBody: description: Action parameters content: application/json: schema: type: object properties: z: { } cumulative: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/norm_S_Inv': description: Provides operations to call the norm_S_Inv method. post: tags: - drives.Actions summary: Invoke action norm_S_Inv operationId: drives.drive.items.driveItem.workbook.functions.norm_S_Inv requestBody: description: Action parameters content: application/json: schema: type: object properties: probability: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/not': description: Provides operations to call the not method. post: tags: - drives.Actions summary: Invoke action not operationId: drives.drive.items.driveItem.workbook.functions.not requestBody: description: Action parameters content: application/json: schema: type: object properties: logical: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/now': description: Provides operations to call the now method. post: tags: - drives.Actions summary: Invoke action now operationId: drives.drive.items.driveItem.workbook.functions.now responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/nper': description: Provides operations to call the nper method. post: tags: - drives.Actions summary: Invoke action nper operationId: drives.drive.items.driveItem.workbook.functions.nper requestBody: description: Action parameters content: application/json: schema: type: object properties: rate: { } pmt: { } pv: { } fv: { } type: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/npv': description: Provides operations to call the npv method. post: tags: - drives.Actions summary: Invoke action npv operationId: drives.drive.items.driveItem.workbook.functions.npv requestBody: description: Action parameters content: application/json: schema: type: object properties: rate: { } values: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/numberValue': description: Provides operations to call the numberValue method. post: tags: - drives.Actions summary: Invoke action numberValue operationId: drives.drive.items.driveItem.workbook.functions.numberValue requestBody: description: Action parameters content: application/json: schema: type: object properties: text: { } decimalSeparator: { } groupSeparator: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/oct2Bin': description: Provides operations to call the oct2Bin method. post: tags: - drives.Actions summary: Invoke action oct2Bin operationId: drives.drive.items.driveItem.workbook.functions.oct2Bin requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } places: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/oct2Dec': description: Provides operations to call the oct2Dec method. post: tags: - drives.Actions summary: Invoke action oct2Dec operationId: drives.drive.items.driveItem.workbook.functions.oct2Dec requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/oct2Hex': description: Provides operations to call the oct2Hex method. post: tags: - drives.Actions summary: Invoke action oct2Hex operationId: drives.drive.items.driveItem.workbook.functions.oct2Hex requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } places: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/odd': description: Provides operations to call the odd method. post: tags: - drives.Actions summary: Invoke action odd operationId: drives.drive.items.driveItem.workbook.functions.odd requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/oddFPrice': description: Provides operations to call the oddFPrice method. post: tags: - drives.Actions summary: Invoke action oddFPrice operationId: drives.drive.items.driveItem.workbook.functions.oddFPrice requestBody: description: Action parameters content: application/json: schema: type: object properties: settlement: { } maturity: { } issue: { } firstCoupon: { } rate: { } yld: { } redemption: { } frequency: { } basis: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/oddFYield': description: Provides operations to call the oddFYield method. post: tags: - drives.Actions summary: Invoke action oddFYield operationId: drives.drive.items.driveItem.workbook.functions.oddFYield requestBody: description: Action parameters content: application/json: schema: type: object properties: settlement: { } maturity: { } issue: { } firstCoupon: { } rate: { } pr: { } redemption: { } frequency: { } basis: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/oddLPrice': description: Provides operations to call the oddLPrice method. post: tags: - drives.Actions summary: Invoke action oddLPrice operationId: drives.drive.items.driveItem.workbook.functions.oddLPrice requestBody: description: Action parameters content: application/json: schema: type: object properties: settlement: { } maturity: { } lastInterest: { } rate: { } yld: { } redemption: { } frequency: { } basis: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/oddLYield': description: Provides operations to call the oddLYield method. post: tags: - drives.Actions summary: Invoke action oddLYield operationId: drives.drive.items.driveItem.workbook.functions.oddLYield requestBody: description: Action parameters content: application/json: schema: type: object properties: settlement: { } maturity: { } lastInterest: { } rate: { } pr: { } redemption: { } frequency: { } basis: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/or': description: Provides operations to call the or method. post: tags: - drives.Actions summary: Invoke action or operationId: drives.drive.items.driveItem.workbook.functions.or requestBody: description: Action parameters content: application/json: schema: type: object properties: values: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/pduration': description: Provides operations to call the pduration method. post: tags: - drives.Actions summary: Invoke action pduration operationId: drives.drive.items.driveItem.workbook.functions.pduration requestBody: description: Action parameters content: application/json: schema: type: object properties: rate: { } pv: { } fv: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/percentile_Exc': description: Provides operations to call the percentile_Exc method. post: tags: - drives.Actions summary: Invoke action percentile_Exc operationId: drives.drive.items.driveItem.workbook.functions.percentile_Exc requestBody: description: Action parameters content: application/json: schema: type: object properties: array: { } k: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/percentile_Inc': description: Provides operations to call the percentile_Inc method. post: tags: - drives.Actions summary: Invoke action percentile_Inc operationId: drives.drive.items.driveItem.workbook.functions.percentile_Inc requestBody: description: Action parameters content: application/json: schema: type: object properties: array: { } k: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/percentRank_Exc': description: Provides operations to call the percentRank_Exc method. post: tags: - drives.Actions summary: Invoke action percentRank_Exc operationId: drives.drive.items.driveItem.workbook.functions.percentRank_Exc requestBody: description: Action parameters content: application/json: schema: type: object properties: array: { } x: { } significance: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/percentRank_Inc': description: Provides operations to call the percentRank_Inc method. post: tags: - drives.Actions summary: Invoke action percentRank_Inc operationId: drives.drive.items.driveItem.workbook.functions.percentRank_Inc requestBody: description: Action parameters content: application/json: schema: type: object properties: array: { } x: { } significance: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/permut': description: Provides operations to call the permut method. post: tags: - drives.Actions summary: Invoke action permut operationId: drives.drive.items.driveItem.workbook.functions.permut requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } numberChosen: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/permutationa': description: Provides operations to call the permutationa method. post: tags: - drives.Actions summary: Invoke action permutationa operationId: drives.drive.items.driveItem.workbook.functions.permutationa requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } numberChosen: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/phi': description: Provides operations to call the phi method. post: tags: - drives.Actions summary: Invoke action phi operationId: drives.drive.items.driveItem.workbook.functions.phi requestBody: description: Action parameters content: application/json: schema: type: object properties: x: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/pi': description: Provides operations to call the pi method. post: tags: - drives.Actions summary: Invoke action pi operationId: drives.drive.items.driveItem.workbook.functions.pi responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/pmt': description: Provides operations to call the pmt method. post: tags: - drives.Actions summary: Invoke action pmt operationId: drives.drive.items.driveItem.workbook.functions.pmt requestBody: description: Action parameters content: application/json: schema: type: object properties: rate: { } nper: { } pv: { } fv: { } type: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/poisson_Dist': description: Provides operations to call the poisson_Dist method. post: tags: - drives.Actions summary: Invoke action poisson_Dist operationId: drives.drive.items.driveItem.workbook.functions.poisson_Dist requestBody: description: Action parameters content: application/json: schema: type: object properties: x: { } mean: { } cumulative: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/power': description: Provides operations to call the power method. post: tags: - drives.Actions summary: Invoke action power operationId: drives.drive.items.driveItem.workbook.functions.power requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } power: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/ppmt': description: Provides operations to call the ppmt method. post: tags: - drives.Actions summary: Invoke action ppmt operationId: drives.drive.items.driveItem.workbook.functions.ppmt requestBody: description: Action parameters content: application/json: schema: type: object properties: rate: { } per: { } nper: { } pv: { } fv: { } type: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/price': description: Provides operations to call the price method. post: tags: - drives.Actions summary: Invoke action price operationId: drives.drive.items.driveItem.workbook.functions.price requestBody: description: Action parameters content: application/json: schema: type: object properties: settlement: { } maturity: { } rate: { } yld: { } redemption: { } frequency: { } basis: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/priceDisc': description: Provides operations to call the priceDisc method. post: tags: - drives.Actions summary: Invoke action priceDisc operationId: drives.drive.items.driveItem.workbook.functions.priceDisc requestBody: description: Action parameters content: application/json: schema: type: object properties: settlement: { } maturity: { } discount: { } redemption: { } basis: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/priceMat': description: Provides operations to call the priceMat method. post: tags: - drives.Actions summary: Invoke action priceMat operationId: drives.drive.items.driveItem.workbook.functions.priceMat requestBody: description: Action parameters content: application/json: schema: type: object properties: settlement: { } maturity: { } issue: { } rate: { } yld: { } basis: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/product': description: Provides operations to call the product method. post: tags: - drives.Actions summary: Invoke action product operationId: drives.drive.items.driveItem.workbook.functions.product requestBody: description: Action parameters content: application/json: schema: type: object properties: values: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/proper': description: Provides operations to call the proper method. post: tags: - drives.Actions summary: Invoke action proper operationId: drives.drive.items.driveItem.workbook.functions.proper requestBody: description: Action parameters content: application/json: schema: type: object properties: text: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/pv': description: Provides operations to call the pv method. post: tags: - drives.Actions summary: Invoke action pv operationId: drives.drive.items.driveItem.workbook.functions.pv requestBody: description: Action parameters content: application/json: schema: type: object properties: rate: { } nper: { } pmt: { } fv: { } type: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/quartile_Exc': description: Provides operations to call the quartile_Exc method. post: tags: - drives.Actions summary: Invoke action quartile_Exc operationId: drives.drive.items.driveItem.workbook.functions.quartile_Exc requestBody: description: Action parameters content: application/json: schema: type: object properties: array: { } quart: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/quartile_Inc': description: Provides operations to call the quartile_Inc method. post: tags: - drives.Actions summary: Invoke action quartile_Inc operationId: drives.drive.items.driveItem.workbook.functions.quartile_Inc requestBody: description: Action parameters content: application/json: schema: type: object properties: array: { } quart: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/quotient': description: Provides operations to call the quotient method. post: tags: - drives.Actions summary: Invoke action quotient operationId: drives.drive.items.driveItem.workbook.functions.quotient requestBody: description: Action parameters content: application/json: schema: type: object properties: numerator: { } denominator: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/radians': description: Provides operations to call the radians method. post: tags: - drives.Actions summary: Invoke action radians operationId: drives.drive.items.driveItem.workbook.functions.radians requestBody: description: Action parameters content: application/json: schema: type: object properties: angle: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/rand': description: Provides operations to call the rand method. post: tags: - drives.Actions summary: Invoke action rand operationId: drives.drive.items.driveItem.workbook.functions.rand responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/randBetween': description: Provides operations to call the randBetween method. post: tags: - drives.Actions summary: Invoke action randBetween operationId: drives.drive.items.driveItem.workbook.functions.randBetween requestBody: description: Action parameters content: application/json: schema: type: object properties: bottom: { } top: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/rank_Avg': description: Provides operations to call the rank_Avg method. post: tags: - drives.Actions summary: Invoke action rank_Avg operationId: drives.drive.items.driveItem.workbook.functions.rank_Avg requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } ref: { } order: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/rank_Eq': description: Provides operations to call the rank_Eq method. post: tags: - drives.Actions summary: Invoke action rank_Eq operationId: drives.drive.items.driveItem.workbook.functions.rank_Eq requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } ref: { } order: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/rate': description: Provides operations to call the rate method. post: tags: - drives.Actions summary: Invoke action rate operationId: drives.drive.items.driveItem.workbook.functions.rate requestBody: description: Action parameters content: application/json: schema: type: object properties: nper: { } pmt: { } pv: { } fv: { } type: { } guess: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/received': description: Provides operations to call the received method. post: tags: - drives.Actions summary: Invoke action received operationId: drives.drive.items.driveItem.workbook.functions.received requestBody: description: Action parameters content: application/json: schema: type: object properties: settlement: { } maturity: { } investment: { } discount: { } basis: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/replace': description: Provides operations to call the replace method. post: tags: - drives.Actions summary: Invoke action replace operationId: drives.drive.items.driveItem.workbook.functions.replace requestBody: description: Action parameters content: application/json: schema: type: object properties: oldText: { } startNum: { } numChars: { } newText: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/replaceB': description: Provides operations to call the replaceB method. post: tags: - drives.Actions summary: Invoke action replaceB operationId: drives.drive.items.driveItem.workbook.functions.replaceB requestBody: description: Action parameters content: application/json: schema: type: object properties: oldText: { } startNum: { } numBytes: { } newText: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/rept': description: Provides operations to call the rept method. post: tags: - drives.Actions summary: Invoke action rept operationId: drives.drive.items.driveItem.workbook.functions.rept requestBody: description: Action parameters content: application/json: schema: type: object properties: text: { } numberTimes: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/right': description: Provides operations to call the right method. post: tags: - drives.Actions summary: Invoke action right operationId: drives.drive.items.driveItem.workbook.functions.right requestBody: description: Action parameters content: application/json: schema: type: object properties: text: { } numChars: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/rightb': description: Provides operations to call the rightb method. post: tags: - drives.Actions summary: Invoke action rightb operationId: drives.drive.items.driveItem.workbook.functions.rightb requestBody: description: Action parameters content: application/json: schema: type: object properties: text: { } numBytes: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/roman': description: Provides operations to call the roman method. post: tags: - drives.Actions summary: Invoke action roman operationId: drives.drive.items.driveItem.workbook.functions.roman requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } form: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/round': description: Provides operations to call the round method. post: tags: - drives.Actions summary: Invoke action round operationId: drives.drive.items.driveItem.workbook.functions.round requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } numDigits: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/roundDown': description: Provides operations to call the roundDown method. post: tags: - drives.Actions summary: Invoke action roundDown operationId: drives.drive.items.driveItem.workbook.functions.roundDown requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } numDigits: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/roundUp': description: Provides operations to call the roundUp method. post: tags: - drives.Actions summary: Invoke action roundUp operationId: drives.drive.items.driveItem.workbook.functions.roundUp requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } numDigits: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/rows': description: Provides operations to call the rows method. post: tags: - drives.Actions summary: Invoke action rows operationId: drives.drive.items.driveItem.workbook.functions.rows requestBody: description: Action parameters content: application/json: schema: type: object properties: array: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/rri': description: Provides operations to call the rri method. post: tags: - drives.Actions summary: Invoke action rri operationId: drives.drive.items.driveItem.workbook.functions.rri requestBody: description: Action parameters content: application/json: schema: type: object properties: nper: { } pv: { } fv: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/sec': description: Provides operations to call the sec method. post: tags: - drives.Actions summary: Invoke action sec operationId: drives.drive.items.driveItem.workbook.functions.sec requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/sech': description: Provides operations to call the sech method. post: tags: - drives.Actions summary: Invoke action sech operationId: drives.drive.items.driveItem.workbook.functions.sech requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/second': description: Provides operations to call the second method. post: tags: - drives.Actions summary: Invoke action second operationId: drives.drive.items.driveItem.workbook.functions.second requestBody: description: Action parameters content: application/json: schema: type: object properties: serialNumber: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/seriesSum': description: Provides operations to call the seriesSum method. post: tags: - drives.Actions summary: Invoke action seriesSum operationId: drives.drive.items.driveItem.workbook.functions.seriesSum requestBody: description: Action parameters content: application/json: schema: type: object properties: x: { } n: { } m: { } coefficients: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/sheet': description: Provides operations to call the sheet method. post: tags: - drives.Actions summary: Invoke action sheet operationId: drives.drive.items.driveItem.workbook.functions.sheet requestBody: description: Action parameters content: application/json: schema: type: object properties: value: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/sheets': description: Provides operations to call the sheets method. post: tags: - drives.Actions summary: Invoke action sheets operationId: drives.drive.items.driveItem.workbook.functions.sheets requestBody: description: Action parameters content: application/json: schema: type: object properties: reference: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/sign': description: Provides operations to call the sign method. post: tags: - drives.Actions summary: Invoke action sign operationId: drives.drive.items.driveItem.workbook.functions.sign requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/sin': description: Provides operations to call the sin method. post: tags: - drives.Actions summary: Invoke action sin operationId: drives.drive.items.driveItem.workbook.functions.sin requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/sinh': description: Provides operations to call the sinh method. post: tags: - drives.Actions summary: Invoke action sinh operationId: drives.drive.items.driveItem.workbook.functions.sinh requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/skew': description: Provides operations to call the skew method. post: tags: - drives.Actions summary: Invoke action skew operationId: drives.drive.items.driveItem.workbook.functions.skew requestBody: description: Action parameters content: application/json: schema: type: object properties: values: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/skew_p': description: Provides operations to call the skew_p method. post: tags: - drives.Actions summary: Invoke action skew_p operationId: drives.drive.items.driveItem.workbook.functions.skew_p requestBody: description: Action parameters content: application/json: schema: type: object properties: values: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/sln': description: Provides operations to call the sln method. post: tags: - drives.Actions summary: Invoke action sln operationId: drives.drive.items.driveItem.workbook.functions.sln requestBody: description: Action parameters content: application/json: schema: type: object properties: cost: { } salvage: { } life: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/small': description: Provides operations to call the small method. post: tags: - drives.Actions summary: Invoke action small operationId: drives.drive.items.driveItem.workbook.functions.small requestBody: description: Action parameters content: application/json: schema: type: object properties: array: { } k: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/sqrt': description: Provides operations to call the sqrt method. post: tags: - drives.Actions summary: Invoke action sqrt operationId: drives.drive.items.driveItem.workbook.functions.sqrt requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/sqrtPi': description: Provides operations to call the sqrtPi method. post: tags: - drives.Actions summary: Invoke action sqrtPi operationId: drives.drive.items.driveItem.workbook.functions.sqrtPi requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/standardize': description: Provides operations to call the standardize method. post: tags: - drives.Actions summary: Invoke action standardize operationId: drives.drive.items.driveItem.workbook.functions.standardize requestBody: description: Action parameters content: application/json: schema: type: object properties: x: { } mean: { } standardDev: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/stDev_P': description: Provides operations to call the stDev_P method. post: tags: - drives.Actions summary: Invoke action stDev_P operationId: drives.drive.items.driveItem.workbook.functions.stDev_P requestBody: description: Action parameters content: application/json: schema: type: object properties: values: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/stDev_S': description: Provides operations to call the stDev_S method. post: tags: - drives.Actions summary: Invoke action stDev_S operationId: drives.drive.items.driveItem.workbook.functions.stDev_S requestBody: description: Action parameters content: application/json: schema: type: object properties: values: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/stDevA': description: Provides operations to call the stDevA method. post: tags: - drives.Actions summary: Invoke action stDevA operationId: drives.drive.items.driveItem.workbook.functions.stDevA requestBody: description: Action parameters content: application/json: schema: type: object properties: values: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/stDevPA': description: Provides operations to call the stDevPA method. post: tags: - drives.Actions summary: Invoke action stDevPA operationId: drives.drive.items.driveItem.workbook.functions.stDevPA requestBody: description: Action parameters content: application/json: schema: type: object properties: values: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/substitute': description: Provides operations to call the substitute method. post: tags: - drives.Actions summary: Invoke action substitute operationId: drives.drive.items.driveItem.workbook.functions.substitute requestBody: description: Action parameters content: application/json: schema: type: object properties: text: { } oldText: { } newText: { } instanceNum: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/subtotal': description: Provides operations to call the subtotal method. post: tags: - drives.Actions summary: Invoke action subtotal operationId: drives.drive.items.driveItem.workbook.functions.subtotal requestBody: description: Action parameters content: application/json: schema: type: object properties: functionNum: { } values: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/sum': description: Provides operations to call the sum method. post: tags: - drives.Actions summary: Invoke action sum operationId: drives.drive.items.driveItem.workbook.functions.sum requestBody: description: Action parameters content: application/json: schema: type: object properties: values: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/sumIf': description: Provides operations to call the sumIf method. post: tags: - drives.Actions summary: Invoke action sumIf operationId: drives.drive.items.driveItem.workbook.functions.sumIf requestBody: description: Action parameters content: application/json: schema: type: object properties: range: { } criteria: { } sumRange: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/sumIfs': description: Provides operations to call the sumIfs method. post: tags: - drives.Actions summary: Invoke action sumIfs operationId: drives.drive.items.driveItem.workbook.functions.sumIfs requestBody: description: Action parameters content: application/json: schema: type: object properties: sumRange: { } values: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/sumSq': description: Provides operations to call the sumSq method. post: tags: - drives.Actions summary: Invoke action sumSq operationId: drives.drive.items.driveItem.workbook.functions.sumSq requestBody: description: Action parameters content: application/json: schema: type: object properties: values: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/syd': description: Provides operations to call the syd method. post: tags: - drives.Actions summary: Invoke action syd operationId: drives.drive.items.driveItem.workbook.functions.syd requestBody: description: Action parameters content: application/json: schema: type: object properties: cost: { } salvage: { } life: { } per: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/t': description: Provides operations to call the t method. post: tags: - drives.Actions summary: Invoke action t operationId: drives.drive.items.driveItem.workbook.functions.t requestBody: description: Action parameters content: application/json: schema: type: object properties: value: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/t_Dist': description: Provides operations to call the t_Dist method. post: tags: - drives.Actions summary: Invoke action t_Dist operationId: drives.drive.items.driveItem.workbook.functions.t_Dist requestBody: description: Action parameters content: application/json: schema: type: object properties: x: { } degFreedom: { } cumulative: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/t_Dist_2T': description: Provides operations to call the t_Dist_2T method. post: tags: - drives.Actions summary: Invoke action t_Dist_2T operationId: drives.drive.items.driveItem.workbook.functions.t_Dist_2T requestBody: description: Action parameters content: application/json: schema: type: object properties: x: { } degFreedom: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/t_Dist_RT': description: Provides operations to call the t_Dist_RT method. post: tags: - drives.Actions summary: Invoke action t_Dist_RT operationId: drives.drive.items.driveItem.workbook.functions.t_Dist_RT requestBody: description: Action parameters content: application/json: schema: type: object properties: x: { } degFreedom: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/t_Inv': description: Provides operations to call the t_Inv method. post: tags: - drives.Actions summary: Invoke action t_Inv operationId: drives.drive.items.driveItem.workbook.functions.t_Inv requestBody: description: Action parameters content: application/json: schema: type: object properties: probability: { } degFreedom: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/t_Inv_2T': description: Provides operations to call the t_Inv_2T method. post: tags: - drives.Actions summary: Invoke action t_Inv_2T operationId: drives.drive.items.driveItem.workbook.functions.t_Inv_2T requestBody: description: Action parameters content: application/json: schema: type: object properties: probability: { } degFreedom: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/tan': description: Provides operations to call the tan method. post: tags: - drives.Actions summary: Invoke action tan operationId: drives.drive.items.driveItem.workbook.functions.tan requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/tanh': description: Provides operations to call the tanh method. post: tags: - drives.Actions summary: Invoke action tanh operationId: drives.drive.items.driveItem.workbook.functions.tanh requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/tbillEq': description: Provides operations to call the tbillEq method. post: tags: - drives.Actions summary: Invoke action tbillEq operationId: drives.drive.items.driveItem.workbook.functions.tbillEq requestBody: description: Action parameters content: application/json: schema: type: object properties: settlement: { } maturity: { } discount: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/tbillPrice': description: Provides operations to call the tbillPrice method. post: tags: - drives.Actions summary: Invoke action tbillPrice operationId: drives.drive.items.driveItem.workbook.functions.tbillPrice requestBody: description: Action parameters content: application/json: schema: type: object properties: settlement: { } maturity: { } discount: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/tbillYield': description: Provides operations to call the tbillYield method. post: tags: - drives.Actions summary: Invoke action tbillYield operationId: drives.drive.items.driveItem.workbook.functions.tbillYield requestBody: description: Action parameters content: application/json: schema: type: object properties: settlement: { } maturity: { } pr: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/text': description: Provides operations to call the text method. post: tags: - drives.Actions summary: Invoke action text operationId: drives.drive.items.driveItem.workbook.functions.text requestBody: description: Action parameters content: application/json: schema: type: object properties: value: { } formatText: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/time': description: Provides operations to call the time method. post: tags: - drives.Actions summary: Invoke action time operationId: drives.drive.items.driveItem.workbook.functions.time requestBody: description: Action parameters content: application/json: schema: type: object properties: hour: { } minute: { } second: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/timevalue': description: Provides operations to call the timevalue method. post: tags: - drives.Actions summary: Invoke action timevalue operationId: drives.drive.items.driveItem.workbook.functions.timevalue requestBody: description: Action parameters content: application/json: schema: type: object properties: timeText: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/today': description: Provides operations to call the today method. post: tags: - drives.Actions summary: Invoke action today operationId: drives.drive.items.driveItem.workbook.functions.today responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/trim': description: Provides operations to call the trim method. post: tags: - drives.Actions summary: Invoke action trim operationId: drives.drive.items.driveItem.workbook.functions.trim requestBody: description: Action parameters content: application/json: schema: type: object properties: text: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/trimMean': description: Provides operations to call the trimMean method. post: tags: - drives.Actions summary: Invoke action trimMean operationId: drives.drive.items.driveItem.workbook.functions.trimMean requestBody: description: Action parameters content: application/json: schema: type: object properties: array: { } percent: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/true': description: Provides operations to call the true method. post: tags: - drives.Actions summary: Invoke action true operationId: drives.drive.items.driveItem.workbook.functions.true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/trunc': description: Provides operations to call the trunc method. post: tags: - drives.Actions summary: Invoke action trunc operationId: drives.drive.items.driveItem.workbook.functions.trunc requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } numDigits: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/type': description: Provides operations to call the type method. post: tags: - drives.Actions summary: Invoke action type operationId: drives.drive.items.driveItem.workbook.functions.type requestBody: description: Action parameters content: application/json: schema: type: object properties: value: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/unichar': description: Provides operations to call the unichar method. post: tags: - drives.Actions summary: Invoke action unichar operationId: drives.drive.items.driveItem.workbook.functions.unichar requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/unicode': description: Provides operations to call the unicode method. post: tags: - drives.Actions summary: Invoke action unicode operationId: drives.drive.items.driveItem.workbook.functions.unicode requestBody: description: Action parameters content: application/json: schema: type: object properties: text: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/upper': description: Provides operations to call the upper method. post: tags: - drives.Actions summary: Invoke action upper operationId: drives.drive.items.driveItem.workbook.functions.upper requestBody: description: Action parameters content: application/json: schema: type: object properties: text: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/usdollar': description: Provides operations to call the usdollar method. post: tags: - drives.Actions summary: Invoke action usdollar operationId: drives.drive.items.driveItem.workbook.functions.usdollar requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } decimals: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/value': description: Provides operations to call the value method. post: tags: - drives.Actions summary: Invoke action value operationId: drives.drive.items.driveItem.workbook.functions.value requestBody: description: Action parameters content: application/json: schema: type: object properties: text: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/var_P': description: Provides operations to call the var_P method. post: tags: - drives.Actions summary: Invoke action var_P operationId: drives.drive.items.driveItem.workbook.functions.var_P requestBody: description: Action parameters content: application/json: schema: type: object properties: values: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/var_S': description: Provides operations to call the var_S method. post: tags: - drives.Actions summary: Invoke action var_S operationId: drives.drive.items.driveItem.workbook.functions.var_S requestBody: description: Action parameters content: application/json: schema: type: object properties: values: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/varA': description: Provides operations to call the varA method. post: tags: - drives.Actions summary: Invoke action varA operationId: drives.drive.items.driveItem.workbook.functions.varA requestBody: description: Action parameters content: application/json: schema: type: object properties: values: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/varPA': description: Provides operations to call the varPA method. post: tags: - drives.Actions summary: Invoke action varPA operationId: drives.drive.items.driveItem.workbook.functions.varPA requestBody: description: Action parameters content: application/json: schema: type: object properties: values: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/vdb': description: Provides operations to call the vdb method. post: tags: - drives.Actions summary: Invoke action vdb operationId: drives.drive.items.driveItem.workbook.functions.vdb requestBody: description: Action parameters content: application/json: schema: type: object properties: cost: { } salvage: { } life: { } startPeriod: { } endPeriod: { } factor: { } noSwitch: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/vlookup': description: Provides operations to call the vlookup method. post: tags: - drives.Actions summary: Invoke action vlookup operationId: drives.drive.items.driveItem.workbook.functions.vlookup requestBody: description: Action parameters content: application/json: schema: type: object properties: lookupValue: { } tableArray: { } colIndexNum: { } rangeLookup: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/weekday': description: Provides operations to call the weekday method. post: tags: - drives.Actions summary: Invoke action weekday operationId: drives.drive.items.driveItem.workbook.functions.weekday requestBody: description: Action parameters content: application/json: schema: type: object properties: serialNumber: { } returnType: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/weekNum': description: Provides operations to call the weekNum method. post: tags: - drives.Actions summary: Invoke action weekNum operationId: drives.drive.items.driveItem.workbook.functions.weekNum requestBody: description: Action parameters content: application/json: schema: type: object properties: serialNumber: { } returnType: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/weibull_Dist': description: Provides operations to call the weibull_Dist method. post: tags: - drives.Actions summary: Invoke action weibull_Dist operationId: drives.drive.items.driveItem.workbook.functions.weibull_Dist requestBody: description: Action parameters content: application/json: schema: type: object properties: x: { } alpha: { } beta: { } cumulative: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/workDay': description: Provides operations to call the workDay method. post: tags: - drives.Actions summary: Invoke action workDay operationId: drives.drive.items.driveItem.workbook.functions.workDay requestBody: description: Action parameters content: application/json: schema: type: object properties: startDate: { } days: { } holidays: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/workDay_Intl': description: Provides operations to call the workDay_Intl method. post: tags: - drives.Actions summary: Invoke action workDay_Intl operationId: drives.drive.items.driveItem.workbook.functions.workDay_Intl requestBody: description: Action parameters content: application/json: schema: type: object properties: startDate: { } days: { } weekend: { } holidays: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/xirr': description: Provides operations to call the xirr method. post: tags: - drives.Actions summary: Invoke action xirr operationId: drives.drive.items.driveItem.workbook.functions.xirr requestBody: description: Action parameters content: application/json: schema: type: object properties: values: { } dates: { } guess: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/xnpv': description: Provides operations to call the xnpv method. post: tags: - drives.Actions summary: Invoke action xnpv operationId: drives.drive.items.driveItem.workbook.functions.xnpv requestBody: description: Action parameters content: application/json: schema: type: object properties: rate: { } values: { } dates: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/xor': description: Provides operations to call the xor method. post: tags: - drives.Actions summary: Invoke action xor operationId: drives.drive.items.driveItem.workbook.functions.xor requestBody: description: Action parameters content: application/json: schema: type: object properties: values: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/year': description: Provides operations to call the year method. post: tags: - drives.Actions summary: Invoke action year operationId: drives.drive.items.driveItem.workbook.functions.year requestBody: description: Action parameters content: application/json: schema: type: object properties: serialNumber: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/yearFrac': description: Provides operations to call the yearFrac method. post: tags: - drives.Actions summary: Invoke action yearFrac operationId: drives.drive.items.driveItem.workbook.functions.yearFrac requestBody: description: Action parameters content: application/json: schema: type: object properties: startDate: { } endDate: { } basis: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/yield': description: Provides operations to call the yield method. post: tags: - drives.Actions summary: Invoke action yield operationId: drives.drive.items.driveItem.workbook.functions.yield requestBody: description: Action parameters content: application/json: schema: type: object properties: settlement: { } maturity: { } rate: { } pr: { } redemption: { } frequency: { } basis: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/yieldDisc': description: Provides operations to call the yieldDisc method. post: tags: - drives.Actions summary: Invoke action yieldDisc operationId: drives.drive.items.driveItem.workbook.functions.yieldDisc requestBody: description: Action parameters content: application/json: schema: type: object properties: settlement: { } maturity: { } pr: { } redemption: { } basis: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/yieldMat': description: Provides operations to call the yieldMat method. post: tags: - drives.Actions summary: Invoke action yieldMat operationId: drives.drive.items.driveItem.workbook.functions.yieldMat requestBody: description: Action parameters content: application/json: schema: type: object properties: settlement: { } maturity: { } issue: { } rate: { } pr: { } basis: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/z_Test': description: Provides operations to call the z_Test method. post: tags: - drives.Actions summary: Invoke action z_Test operationId: drives.drive.items.driveItem.workbook.functions.z_Test requestBody: description: Action parameters content: application/json: schema: type: object properties: array: { } x: { } sigma: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/closeSession': description: Provides operations to call the closeSession method. post: tags: - drives.Actions summary: Invoke action closeSession description: Use this API to close an existing workbook session. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/workbook-closesession?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.closeSession responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/createSession': description: Provides operations to call the createSession method. post: tags: - drives.Actions summary: Invoke action createSession description: 'Create a new workbook session. Excel APIs can be called in one of two modes: To represent the session in the API, use the workbook-session-id: {session-id} header. In some cases, creating a new session requires an indeterminate time to complete. Microsoft Graph also provides a long running operations pattern. This pattern provides a way to poll for creation status updates, without waiting for the creation to complete. The following are the steps:' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/workbook-createsession?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.createSession requestBody: description: Action parameters content: application/json: schema: type: object properties: persistChanges: type: boolean default: false required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookSessionInfo' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/refreshSession': description: Provides operations to call the refreshSession method. post: tags: - drives.Actions summary: Invoke action refreshSession description: Use this API to refresh an existing workbook session. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/workbook-refreshsession?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.refreshSession responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/sessionInfoResource(key=''{key}'')': description: Provides operations to call the sessionInfoResource method. get: tags: - drives.Functions summary: Invoke function sessionInfoResource operationId: drives.drive.items.driveItem.workbook.sessionInfoResource responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookSessionInfo' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: key in: path description: 'Usage: key=''{key}''' required: true schema: type: string '/drives/{drive-id}/items/{driveItem-id}/workbook/tableRowOperationResult(key=''{key}'')': description: Provides operations to call the tableRowOperationResult method. get: tags: - drives.Functions summary: Invoke function tableRowOperationResult description: "This function is the last in a series of steps to create a workbookTableRow resource asynchronously. A best practice to create multiple table rows is to batch them in one create tableRow operation and carry out the operation asynchronously. An asynchronous request to create table rows involves the following steps:\n1. Issue an async Create tableRow request and get the query URL returned in the Location response header.\n2. Use the query URL returned from step 1 to issue the Get workbookOperation request and get the operation ID for step 3. \n Alternatively, for convenience, after you get a succeeded operationStatus result, you can get the query URL from the resourceLocation property of the workbookOperation returned in the response, and apply the query URL to step 3. \n3. Use the query URL returned from step 2 as the GET request URL for this function tableRowOperationResult. A successful function call returns the new table rows in a workbookTableRow resource. This function does not do anything if called independently." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/workbook-tablerowoperationresult?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.tableRowOperationResult responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookTableRow' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: key in: path description: 'Usage: key=''{key}''' required: true schema: type: string '/drives/{drive-id}/items/{driveItem-id}/workbook/names': description: Provides operations to manage the names property of the microsoft.graph.workbook entity. get: tags: - drives.driveItem summary: Get names from drives description: Represents a collection of workbooks scoped named items (named ranges and constants). Read-only. operationId: drives.items.workbook.ListNames parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.workbookNamedItemCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - drives.driveItem summary: Create new navigation property to names for drives operationId: drives.items.workbook.CreateNames requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookNamedItem' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookNamedItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}': description: Provides operations to manage the names property of the microsoft.graph.workbook entity. get: tags: - drives.driveItem summary: Get names from drives description: Represents a collection of workbooks scoped named items (named ranges and constants). Read-only. operationId: drives.items.workbook.GetNames parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookNamedItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property names in drives operationId: drives.items.workbook.UpdateNames requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookNamedItem' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookNamedItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property names for drives operationId: drives.items.workbook.DeleteNames parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookNamedItem-id in: path description: The unique identifier of workbookNamedItem required: true schema: type: string x-ms-docs-key-type: workbookNamedItem '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()': description: Provides operations to call the range method. get: tags: - drives.Functions summary: Invoke function range description: Returns the range object that is associated with the name. Throws an exception if the named item's type is not a range. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/nameditem-range?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.names.workbookNamedItem.range responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookRange' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookNamedItem-id in: path description: The unique identifier of workbookNamedItem required: true schema: type: string x-ms-docs-key-type: workbookNamedItem x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/range()' '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/worksheet': description: Provides operations to manage the worksheet property of the microsoft.graph.workbookNamedItem entity. get: tags: - drives.driveItem summary: Get worksheet from drives description: Returns the worksheet on which the named item is scoped to. Available only if the item is scoped to the worksheet. Read-only. operationId: drives.items.workbook.names.GetWorksheet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookNamedItem-id in: path description: The unique identifier of workbookNamedItem required: true schema: type: string x-ms-docs-key-type: workbookNamedItem x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/worksheet' '/drives/{drive-id}/items/{driveItem-id}/workbook/names/$count': description: Provides operations to count the resources in the collection. get: tags: - drives.driveItem summary: Get the number of the resource operationId: drives.items.workbook.names.GetCount-eada parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/names/add': description: Provides operations to call the add method. post: tags: - drives.Actions summary: Invoke action add description: Adds a new name to the collection of the given scope using the user's locale for the formula. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/nameditem-add?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.names.add requestBody: description: Action parameters content: application/json: schema: type: object properties: name: type: string nullable: true reference: { } comment: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookNamedItem' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/add' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/add' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/add' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/add' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/add' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/add' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/add' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/add' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/add' '/drives/{drive-id}/items/{driveItem-id}/workbook/names/addFormulaLocal': description: Provides operations to call the addFormulaLocal method. post: tags: - drives.Actions summary: Invoke action addFormulaLocal description: Adds a new name to the collection of the given scope using the user's locale for the formula. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/nameditem-addformulalocal?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.names.addFormulaLocal requestBody: description: Action parameters content: application/json: schema: type: object properties: name: type: string nullable: true formula: type: string nullable: true comment: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookNamedItem' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/addFormulaLocal' '/drives/{drive-id}/items/{driveItem-id}/workbook/operations': description: Provides operations to manage the operations property of the microsoft.graph.workbook entity. get: tags: - drives.driveItem summary: Get operations from drives description: 'The status of workbook operations. Getting an operation collection is not supported, but you can get the status of a long-running operation if the Location header is returned in the response. Read-only.' operationId: drives.items.workbook.ListOperations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.workbookOperationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - drives.driveItem summary: Create new navigation property to operations for drives operationId: drives.items.workbook.CreateOperations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookOperation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookOperation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/operations/{workbookOperation-id}': description: Provides operations to manage the operations property of the microsoft.graph.workbook entity. get: tags: - drives.driveItem summary: Get operations from drives description: 'The status of workbook operations. Getting an operation collection is not supported, but you can get the status of a long-running operation if the Location header is returned in the response. Read-only.' operationId: drives.items.workbook.GetOperations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookOperation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property operations in drives operationId: drives.items.workbook.UpdateOperations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookOperation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookOperation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property operations for drives operationId: drives.items.workbook.DeleteOperations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookOperation-id in: path description: The unique identifier of workbookOperation required: true schema: type: string x-ms-docs-key-type: workbookOperation '/drives/{drive-id}/items/{driveItem-id}/workbook/operations/$count': description: Provides operations to count the resources in the collection. get: tags: - drives.driveItem summary: Get the number of the resource operationId: drives.items.workbook.operations.GetCount-67f8 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/tables': description: Provides operations to manage the tables property of the microsoft.graph.workbook entity. get: tags: - drives.driveItem summary: Get tables from drives description: Represents a collection of tables associated with the workbook. Read-only. operationId: drives.items.workbook.ListTables parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.workbookTableCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - drives.driveItem summary: Create new navigation property to tables for drives operationId: drives.items.workbook.CreateTables requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookTable' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookTable' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}': description: Provides operations to manage the tables property of the microsoft.graph.workbook entity. get: tags: - drives.driveItem summary: Get tables from drives description: Represents a collection of tables associated with the workbook. Read-only. operationId: drives.items.workbook.GetTables parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookTable' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property tables in drives operationId: drives.items.workbook.UpdateTables requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookTable' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookTable' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property tables for drives operationId: drives.items.workbook.DeleteTables parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns': description: Provides operations to manage the columns property of the microsoft.graph.workbookTable entity. get: tags: - drives.driveItem summary: Get columns from drives description: Represents a collection of all the columns in the table. Read-only. operationId: drives.items.workbook.tables.ListColumns parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.workbookTableColumnCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - drives.driveItem summary: Create new navigation property to columns for drives operationId: drives.items.workbook.tables.CreateColumns requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookTableColumn' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookTableColumn' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/columns' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/columns' '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}': description: Provides operations to manage the columns property of the microsoft.graph.workbookTable entity. get: tags: - drives.driveItem summary: Get columns from drives description: Represents a collection of all the columns in the table. Read-only. operationId: drives.items.workbook.tables.GetColumns parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookTableColumn' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property columns in drives operationId: drives.items.workbook.tables.UpdateColumns requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookTableColumn' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookTableColumn' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property columns for drives operationId: drives.items.workbook.tables.DeleteColumns parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: workbookTableColumn-id in: path description: The unique identifier of workbookTableColumn required: true schema: type: string x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}' '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter': description: Provides operations to manage the filter property of the microsoft.graph.workbookTableColumn entity. get: tags: - drives.driveItem summary: Get filter from drives description: Retrieve the filter applied to the column. Read-only. operationId: drives.items.workbook.tables.columns.GetFilter parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookFilter' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property filter in drives operationId: drives.items.workbook.tables.columns.UpdateFilter requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookFilter' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookFilter' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property filter for drives operationId: drives.items.workbook.tables.columns.DeleteFilter parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: workbookTableColumn-id in: path description: The unique identifier of workbookTableColumn required: true schema: type: string x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/filter' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/filter' '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/apply': description: Provides operations to call the apply method. post: tags: - drives.Actions summary: Invoke action apply description: Apply the given filter criteria on the given column. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/filter-apply?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.filter.apply requestBody: description: Action parameters content: application/json: schema: type: object properties: criteria: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFilterCriteria' - type: object nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: workbookTableColumn-id in: path description: The unique identifier of workbookTableColumn required: true schema: type: string x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/apply' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/apply' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/apply' '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyBottomItemsFilter': description: Provides operations to call the applyBottomItemsFilter method. post: tags: - drives.Actions summary: Invoke action applyBottomItemsFilter operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.filter.applyBottomItemsFilter requestBody: description: Action parameters content: application/json: schema: type: object properties: count: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: workbookTableColumn-id in: path description: The unique identifier of workbookTableColumn required: true schema: type: string x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyBottomItemsFilter' '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyBottomPercentFilter': description: Provides operations to call the applyBottomPercentFilter method. post: tags: - drives.Actions summary: Invoke action applyBottomPercentFilter operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.filter.applyBottomPercentFilter requestBody: description: Action parameters content: application/json: schema: type: object properties: percent: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: workbookTableColumn-id in: path description: The unique identifier of workbookTableColumn required: true schema: type: string x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyBottomPercentFilter' '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyCellColorFilter': description: Provides operations to call the applyCellColorFilter method. post: tags: - drives.Actions summary: Invoke action applyCellColorFilter operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.filter.applyCellColorFilter requestBody: description: Action parameters content: application/json: schema: type: object properties: color: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: workbookTableColumn-id in: path description: The unique identifier of workbookTableColumn required: true schema: type: string x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyCellColorFilter' '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyCustomFilter': description: Provides operations to call the applyCustomFilter method. post: tags: - drives.Actions summary: Invoke action applyCustomFilter operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.filter.applyCustomFilter requestBody: description: Action parameters content: application/json: schema: type: object properties: criteria1: type: string nullable: true criteria2: type: string nullable: true oper: type: string required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: workbookTableColumn-id in: path description: The unique identifier of workbookTableColumn required: true schema: type: string x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyCustomFilter' '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyDynamicFilter': description: Provides operations to call the applyDynamicFilter method. post: tags: - drives.Actions summary: Invoke action applyDynamicFilter operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.filter.applyDynamicFilter requestBody: description: Action parameters content: application/json: schema: type: object properties: criteria: type: string required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: workbookTableColumn-id in: path description: The unique identifier of workbookTableColumn required: true schema: type: string x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyDynamicFilter' '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyFontColorFilter': description: Provides operations to call the applyFontColorFilter method. post: tags: - drives.Actions summary: Invoke action applyFontColorFilter operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.filter.applyFontColorFilter requestBody: description: Action parameters content: application/json: schema: type: object properties: color: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: workbookTableColumn-id in: path description: The unique identifier of workbookTableColumn required: true schema: type: string x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyFontColorFilter' '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyIconFilter': description: Provides operations to call the applyIconFilter method. post: tags: - drives.Actions summary: Invoke action applyIconFilter operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.filter.applyIconFilter requestBody: description: Action parameters content: application/json: schema: type: object properties: icon: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookIcon' - type: object nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: workbookTableColumn-id in: path description: The unique identifier of workbookTableColumn required: true schema: type: string x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyIconFilter' '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyTopItemsFilter': description: Provides operations to call the applyTopItemsFilter method. post: tags: - drives.Actions summary: Invoke action applyTopItemsFilter operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.filter.applyTopItemsFilter requestBody: description: Action parameters content: application/json: schema: type: object properties: count: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: workbookTableColumn-id in: path description: The unique identifier of workbookTableColumn required: true schema: type: string x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyTopItemsFilter' '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyTopPercentFilter': description: Provides operations to call the applyTopPercentFilter method. post: tags: - drives.Actions summary: Invoke action applyTopPercentFilter operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.filter.applyTopPercentFilter requestBody: description: Action parameters content: application/json: schema: type: object properties: percent: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: workbookTableColumn-id in: path description: The unique identifier of workbookTableColumn required: true schema: type: string x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyTopPercentFilter' '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyValuesFilter': description: Provides operations to call the applyValuesFilter method. post: tags: - drives.Actions summary: Invoke action applyValuesFilter operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.filter.applyValuesFilter requestBody: description: Action parameters content: application/json: schema: type: object properties: values: { } required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: workbookTableColumn-id in: path description: The unique identifier of workbookTableColumn required: true schema: type: string x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyValuesFilter' '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear': description: Provides operations to call the clear method. post: tags: - drives.Actions summary: Invoke action clear description: Clear the filter on the given column. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/filter-clear?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.filter.clear responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: workbookTableColumn-id in: path description: The unique identifier of workbookTableColumn required: true schema: type: string x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/clear' '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()': description: Provides operations to call the dataBodyRange method. get: tags: - drives.Functions summary: Invoke function dataBodyRange description: Gets the range object associated with the data body of the column. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/tablecolumn-databodyrange?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.dataBodyRange responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookRange' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: workbookTableColumn-id in: path description: The unique identifier of workbookTableColumn required: true schema: type: string x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/dataBodyRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/dataBodyRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/dataBodyRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/dataBodyRange()' '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()': description: Provides operations to call the headerRowRange method. get: tags: - drives.Functions summary: Invoke function headerRowRange description: Gets the range object associated with the header row of the column. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/tablecolumn-headerrowrange?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.headerRowRange responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookRange' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: workbookTableColumn-id in: path description: The unique identifier of workbookTableColumn required: true schema: type: string x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/headerRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/headerRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/headerRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/headerRowRange()' '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()': description: Provides operations to call the range method. get: tags: - drives.Functions summary: Invoke function range description: Gets the range object associated with the entire column. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/tablecolumn-range?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.range responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookRange' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: workbookTableColumn-id in: path description: The unique identifier of workbookTableColumn required: true schema: type: string x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/range()' '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()': description: Provides operations to call the totalRowRange method. get: tags: - drives.Functions summary: Invoke function totalRowRange description: Gets the range object associated with the totals row of the column. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/tablecolumn-totalrowrange?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.totalRowRange responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookRange' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: workbookTableColumn-id in: path description: The unique identifier of workbookTableColumn required: true schema: type: string x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/totalRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/totalRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/totalRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/totalRowRange()' '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/add': description: Provides operations to call the add method. post: tags: - drives.Actions summary: Invoke action add description: Adds a new column to the table. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/tablecolumncollection-add?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.add requestBody: description: Action parameters content: application/json: schema: type: object properties: index: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 nullable: true values: { } name: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookTableColumn' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/add' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/add' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/add' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/add' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/add' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/add' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/add' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/add' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/add' '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/count()': description: Provides operations to call the count method. get: tags: - drives.Functions summary: Invoke function count operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.count responses: 2XX: description: Success content: application/json: schema: type: object properties: value: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/count' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/count()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/count()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/count()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/count()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/count()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/count()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/count()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/count()' '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})': description: Provides operations to call the itemAt method. get: tags: - drives.Functions summary: Invoke function itemAt description: Gets a column based on its position in the collection. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/tablecolumncollection-itemat?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.itemAt responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookTableColumn' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/itemAt(index={index})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/itemAt(index={index})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/itemAt(index={index})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/itemAt(index={index})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})' '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/filter': description: Provides operations to manage the filter property of the microsoft.graph.workbookTableColumn entity. get: tags: - drives.driveItem summary: Get filter from drives description: Retrieve the filter applied to the column. Read-only. operationId: drives.items.workbook.tables.columns.itemAt.GetFilter parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookFilter' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property filter in drives operationId: drives.items.workbook.tables.columns.itemAt.UpdateFilter requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookFilter' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookFilter' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property filter for drives operationId: drives.items.workbook.tables.columns.itemAt.DeleteFilter parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/filter' '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/dataBodyRange()': description: Provides operations to call the dataBodyRange method. get: tags: - drives.Functions summary: Invoke function dataBodyRange description: Gets the range object associated with the data body of the column. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/tablecolumn-databodyrange?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.itemAt.dataBodyRange responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookRange' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/dataBodyRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/dataBodyRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/dataBodyRange()' '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/headerRowRange()': description: Provides operations to call the headerRowRange method. get: tags: - drives.Functions summary: Invoke function headerRowRange description: Gets the range object associated with the header row of the column. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/tablecolumn-headerrowrange?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.itemAt.headerRowRange responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookRange' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/headerRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/headerRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/headerRowRange()' '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/range()': description: Provides operations to call the range method. get: tags: - drives.Functions summary: Invoke function range description: Gets the range object associated with the entire column. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/tablecolumn-range?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.itemAt.range responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookRange' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/range()' '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/totalRowRange()': description: Provides operations to call the totalRowRange method. get: tags: - drives.Functions summary: Invoke function totalRowRange description: Gets the range object associated with the totals row of the column. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/tablecolumn-totalrowrange?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.columns.itemAt.totalRowRange responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookRange' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/totalRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/totalRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/totalRowRange()' '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/clearFilters': description: Provides operations to call the clearFilters method. post: tags: - drives.Actions summary: Invoke action clearFilters description: Clears all the filters currently applied on the table. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/table-clearfilters?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.clearFilters responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/clearFilters' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/clearFilters' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/clearFilters' '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/convertToRange': description: Provides operations to call the convertToRange method. post: tags: - drives.Actions summary: Invoke action convertToRange description: Converts the table into a normal range of cells. All data is preserved. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/table-converttorange?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.convertToRange responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookRange' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/convertToRange' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/convertToRange' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/convertToRange' '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()': description: Provides operations to call the dataBodyRange method. get: tags: - drives.Functions summary: Invoke function dataBodyRange description: Gets the range object associated with the data body of the table. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/table-databodyrange?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.dataBodyRange responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookRange' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/dataBodyRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/dataBodyRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/dataBodyRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/dataBodyRange()' '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()': description: Provides operations to call the headerRowRange method. get: tags: - drives.Functions summary: Invoke function headerRowRange description: Gets the range object associated with header row of the table. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/table-headerrowrange?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.headerRowRange responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookRange' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/headerRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/headerRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/headerRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/headerRowRange()' '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()': description: Provides operations to call the range method. get: tags: - drives.Functions summary: Invoke function range description: Get the range object associated with the entire table. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/table-range?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.range responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookRange' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/range()' '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/reapplyFilters': description: Provides operations to call the reapplyFilters method. post: tags: - drives.Actions summary: Invoke action reapplyFilters description: Reapplies all the filters currently on the table. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/table-reapplyfilters?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.reapplyFilters responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/reapplyFilters' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/reapplyFilters' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/reapplyFilters' '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()': description: Provides operations to call the totalRowRange method. get: tags: - drives.Functions summary: Invoke function totalRowRange description: Gets the range object associated with totals row of the table. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/table-totalrowrange?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.totalRowRange responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookRange' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/totalRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/totalRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/totalRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/totalRowRange()' '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows': description: Provides operations to manage the rows property of the microsoft.graph.workbookTable entity. get: tags: - drives.driveItem summary: Get rows from drives description: Represents a collection of all the rows in the table. Read-only. operationId: drives.items.workbook.tables.ListRows parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.workbookTableRowCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - drives.driveItem summary: Create new navigation property to rows for drives operationId: drives.items.workbook.tables.CreateRows requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookTableRow' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookTableRow' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/rows' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/rows' '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}': description: Provides operations to manage the rows property of the microsoft.graph.workbookTable entity. get: tags: - drives.driveItem summary: Get rows from drives description: Represents a collection of all the rows in the table. Read-only. operationId: drives.items.workbook.tables.GetRows parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookTableRow' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property rows in drives operationId: drives.items.workbook.tables.UpdateRows requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookTableRow' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookTableRow' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property rows for drives operationId: drives.items.workbook.tables.DeleteRows parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: workbookTableRow-id in: path description: The unique identifier of workbookTableRow required: true schema: type: string x-ms-docs-key-type: workbookTableRow x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}' '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()': description: Provides operations to call the range method. get: tags: - drives.Functions summary: Invoke function range operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.rows.workbookTableRow.range responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookRange' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: workbookTableRow-id in: path description: The unique identifier of workbookTableRow required: true schema: type: string x-ms-docs-key-type: workbookTableRow x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/range()' '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/add': description: Provides operations to call the add method. post: tags: - drives.Actions summary: Invoke action add description: 'Adds rows to the end of the table. Note that the API can accept multiple rows data using this API. Adding one row at a time could lead to performance degradation. The recommended approach would be to batch the rows together in a single call rather than doing single row insertion. For best results, collect the rows to be inserted on the application side and perform single rows add operation. Experiment with the number of rows to determine the ideal number of rows to use in single API call. ' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/tablerowcollection-add?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.rows.add requestBody: description: Action parameters content: application/json: schema: type: object properties: index: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 nullable: true values: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookTableRow' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/add' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/add' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/add' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/add' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/add' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/add' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/add' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/add' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/add' '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/count()': description: Provides operations to call the count method. get: tags: - drives.Functions summary: Invoke function count operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.rows.count responses: 2XX: description: Success content: application/json: schema: type: object properties: value: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/count' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/count()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/count()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/count()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/count()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/count()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/count()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/count()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/count()' '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/itemAt(index={index})': description: Provides operations to call the itemAt method. get: tags: - drives.Functions summary: Invoke function itemAt description: Gets a row based on its position in the collection. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/tablerowcollection-itemat?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.rows.itemAt responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookTableRow' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/itemAt(index={index})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/itemAt(index={index})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/itemAt(index={index})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})' '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/itemAt(index={index})/range()': description: Provides operations to call the range method. get: tags: - drives.Functions summary: Invoke function range operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.rows.itemAt.range responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookRange' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/range()' '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort': description: Provides operations to manage the sort property of the microsoft.graph.workbookTable entity. get: tags: - drives.driveItem summary: Get sort from drives description: Represents the sorting for the table. Read-only. operationId: drives.items.workbook.tables.GetSort parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookTableSort' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property sort in drives operationId: drives.items.workbook.tables.UpdateSort requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookTableSort' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookTableSort' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property sort for drives operationId: drives.items.workbook.tables.DeleteSort parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/sort' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/sort' '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/apply': description: Provides operations to call the apply method. post: tags: - drives.Actions summary: Invoke action apply description: Perform a sort operation. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/tablesort-apply?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.sort.apply requestBody: description: Action parameters content: application/json: schema: type: object properties: fields: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookSortField' matchCase: type: boolean default: false method: type: string required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/apply' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/apply' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/apply' '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/clear': description: Provides operations to call the clear method. post: tags: - drives.Actions summary: Invoke action clear description: 'Clears the sorting that is currently on the table. While this doesn''t modify the table''s ordering, it clears the state of the header buttons.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/tablesort-clear?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.sort.clear responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/clear' '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/reapply': description: Provides operations to call the reapply method. post: tags: - drives.Actions summary: Invoke action reapply description: Reapplies the current sorting parameters to the table. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/tablesort-reapply?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.tables.workbookTable.sort.reapply responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/reapply' '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/worksheet': description: Provides operations to manage the worksheet property of the microsoft.graph.workbookTable entity. get: tags: - drives.driveItem summary: Get worksheet from drives description: The worksheet containing the current table. Read-only. operationId: drives.items.workbook.tables.GetWorksheet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/worksheet' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/worksheet' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/worksheet' '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/add': description: Provides operations to call the add method. post: tags: - drives.Actions summary: Invoke action add description: Use this API to create a new Table. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/workbook-post-tables?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.tables.add requestBody: description: Action parameters content: application/json: schema: type: object properties: address: type: string nullable: true hasHeaders: type: boolean default: false required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookTable' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/add' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/add' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/add' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/add' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/add' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/add' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/add' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/add' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/add' '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/count()': description: Provides operations to call the count method. get: tags: - drives.Functions summary: Invoke function count operationId: drives.drive.items.driveItem.workbook.tables.count responses: 2XX: description: Success content: application/json: schema: type: object properties: value: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/count' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/count()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/count()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/count()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/count()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/count()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/count()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/count()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/count()' '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})': description: Provides operations to call the itemAt method. get: tags: - drives.Functions summary: Invoke function itemAt operationId: drives.drive.items.driveItem.workbook.tables.itemAt responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookTable' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/itemAt(index={index})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/itemAt(index={index})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/itemAt(index={index})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/itemAt(index={index})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})' '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/columns': description: Provides operations to manage the columns property of the microsoft.graph.workbookTable entity. get: tags: - drives.driveItem summary: Get columns from drives description: Represents a collection of all the columns in the table. Read-only. operationId: drives.items.workbook.tables.itemAt.ListColumns parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.workbookTableColumnCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - drives.driveItem summary: Create new navigation property to columns for drives operationId: drives.items.workbook.tables.itemAt.CreateColumns requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookTableColumn' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookTableColumn' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/columns' '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/clearFilters': description: Provides operations to call the clearFilters method. post: tags: - drives.Actions summary: Invoke action clearFilters description: Clears all the filters currently applied on the table. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/table-clearfilters?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.tables.itemAt.clearFilters responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/clearFilters' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/clearFilters' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/clearFilters' '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/convertToRange': description: Provides operations to call the convertToRange method. post: tags: - drives.Actions summary: Invoke action convertToRange description: Converts the table into a normal range of cells. All data is preserved. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/table-converttorange?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.tables.itemAt.convertToRange responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookRange' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/convertToRange' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/convertToRange' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/convertToRange' '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/dataBodyRange()': description: Provides operations to call the dataBodyRange method. get: tags: - drives.Functions summary: Invoke function dataBodyRange description: Gets the range object associated with the data body of the table. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/table-databodyrange?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.tables.itemAt.dataBodyRange responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookRange' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/dataBodyRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/dataBodyRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/dataBodyRange()' '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/headerRowRange()': description: Provides operations to call the headerRowRange method. get: tags: - drives.Functions summary: Invoke function headerRowRange description: Gets the range object associated with header row of the table. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/table-headerrowrange?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.tables.itemAt.headerRowRange responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookRange' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/headerRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/headerRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/headerRowRange()' '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/range()': description: Provides operations to call the range method. get: tags: - drives.Functions summary: Invoke function range description: Get the range object associated with the entire table. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/table-range?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.tables.itemAt.range responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookRange' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/range()' '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/reapplyFilters': description: Provides operations to call the reapplyFilters method. post: tags: - drives.Actions summary: Invoke action reapplyFilters description: Reapplies all the filters currently on the table. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/table-reapplyfilters?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.tables.itemAt.reapplyFilters responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/reapplyFilters' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/reapplyFilters' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/reapplyFilters' '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/totalRowRange()': description: Provides operations to call the totalRowRange method. get: tags: - drives.Functions summary: Invoke function totalRowRange description: Gets the range object associated with totals row of the table. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/table-totalrowrange?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.tables.itemAt.totalRowRange responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookRange' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/totalRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/totalRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/totalRowRange()' '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/rows': description: Provides operations to manage the rows property of the microsoft.graph.workbookTable entity. get: tags: - drives.driveItem summary: Get rows from drives description: Represents a collection of all the rows in the table. Read-only. operationId: drives.items.workbook.tables.itemAt.ListRows parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.workbookTableRowCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - drives.driveItem summary: Create new navigation property to rows for drives operationId: drives.items.workbook.tables.itemAt.CreateRows requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookTableRow' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookTableRow' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/rows' '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/sort': description: Provides operations to manage the sort property of the microsoft.graph.workbookTable entity. get: tags: - drives.driveItem summary: Get sort from drives description: Represents the sorting for the table. Read-only. operationId: drives.items.workbook.tables.itemAt.GetSort parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookTableSort' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property sort in drives operationId: drives.items.workbook.tables.itemAt.UpdateSort requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookTableSort' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookTableSort' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property sort for drives operationId: drives.items.workbook.tables.itemAt.DeleteSort parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/sort' '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/worksheet': description: Provides operations to manage the worksheet property of the microsoft.graph.workbookTable entity. get: tags: - drives.driveItem summary: Get worksheet from drives description: The worksheet containing the current table. Read-only. operationId: drives.items.workbook.tables.itemAt.GetWorksheet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/worksheet' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/worksheet' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/worksheet' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets': description: Provides operations to manage the worksheets property of the microsoft.graph.workbook entity. get: tags: - drives.driveItem summary: Get worksheets from drives description: Represents a collection of worksheets associated with the workbook. Read-only. operationId: drives.items.workbook.ListWorksheets parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.workbookWorksheetCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - drives.driveItem summary: Create new navigation property to worksheets for drives operationId: drives.items.workbook.CreateWorksheets requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}': description: Provides operations to manage the worksheets property of the microsoft.graph.workbook entity. get: tags: - drives.driveItem summary: Get worksheets from drives description: Represents a collection of worksheets associated with the workbook. Read-only. operationId: drives.items.workbook.GetWorksheets parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property worksheets in drives operationId: drives.items.workbook.UpdateWorksheets requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property worksheets for drives operationId: drives.items.workbook.DeleteWorksheets parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts': description: Provides operations to manage the charts property of the microsoft.graph.workbookWorksheet entity. get: tags: - drives.driveItem summary: Get charts from drives description: Returns collection of charts that are part of the worksheet. Read-only. operationId: drives.items.workbook.worksheets.ListCharts parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.workbookChartCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - drives.driveItem summary: Create new navigation property to charts for drives operationId: drives.items.workbook.worksheets.CreateCharts requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChart' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChart' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}': description: Provides operations to manage the charts property of the microsoft.graph.workbookWorksheet entity. get: tags: - drives.driveItem summary: Get charts from drives description: Returns collection of charts that are part of the worksheet. Read-only. operationId: drives.items.workbook.worksheets.GetCharts parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChart' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property charts in drives operationId: drives.items.workbook.worksheets.UpdateCharts requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChart' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChart' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property charts for drives operationId: drives.items.workbook.worksheets.DeleteCharts parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes': description: Provides operations to manage the axes property of the microsoft.graph.workbookChart entity. get: tags: - drives.driveItem summary: Get axes from drives description: Represents chart axes. Read-only. operationId: drives.items.workbook.worksheets.charts.GetAxes parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAxes' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property axes in drives operationId: drives.items.workbook.worksheets.charts.UpdateAxes requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAxes' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAxes' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property axes for drives operationId: drives.items.workbook.worksheets.charts.DeleteAxes parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/axes' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/axes' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis': description: Provides operations to manage the categoryAxis property of the microsoft.graph.workbookChartAxes entity. get: tags: - drives.driveItem summary: Get categoryAxis from drives description: Represents the category axis in a chart. Read-only. operationId: drives.items.workbook.worksheets.charts.axes.GetCategoryAxis parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAxis' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property categoryAxis in drives operationId: drives.items.workbook.worksheets.charts.axes.UpdateCategoryAxis requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAxis' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAxis' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property categoryAxis for drives operationId: drives.items.workbook.worksheets.charts.axes.DeleteCategoryAxis parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format': description: Provides operations to manage the format property of the microsoft.graph.workbookChartAxis entity. get: tags: - drives.driveItem summary: Get format from drives description: 'Represents the formatting of a chart object, which includes line and font formatting. Read-only.' operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.GetFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAxisFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property format in drives operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.UpdateFormat requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAxisFormat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAxisFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property format for drives operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.DeleteFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/font': description: Provides operations to manage the font property of the microsoft.graph.workbookChartAxisFormat entity. get: tags: - drives.driveItem summary: Get font from drives description: 'Represents the font attributes (font name, font size, color, etc.) for a chart axis element. Read-only.' operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.format.GetFont parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartFont' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property font in drives operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.format.UpdateFont requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartFont' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartFont' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property font for drives operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.format.DeleteFont parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/font' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/font' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line': description: Provides operations to manage the line property of the microsoft.graph.workbookChartAxisFormat entity. get: tags: - drives.driveItem summary: Get line from drives description: Represents chart line formatting. Read-only. operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.format.GetLine parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property line in drives operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.format.UpdateLine requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property line for drives operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.format.DeleteLine parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line/clear': description: Provides operations to call the clear method. post: tags: - drives.Actions summary: Invoke action clear description: Clear the line format of a chart element. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chartlineformat-clear?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.axes.categoryAxis.format.line.clear responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/clear' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines': description: Provides operations to manage the majorGridlines property of the microsoft.graph.workbookChartAxis entity. get: tags: - drives.driveItem summary: Get majorGridlines from drives description: Returns a gridlines object that represents the major gridlines for the specified axis. Read-only. operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.GetMajorGridlines parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlines' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property majorGridlines in drives operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.UpdateMajorGridlines requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlines' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlines' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property majorGridlines for drives operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.DeleteMajorGridlines parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format': description: Provides operations to manage the format property of the microsoft.graph.workbookChartGridlines entity. get: tags: - drives.driveItem summary: Get format from drives description: Represents the formatting of chart gridlines. Read-only. operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.majorGridlines.GetFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property format in drives operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.majorGridlines.UpdateFormat requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property format for drives operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.majorGridlines.DeleteFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line': description: Provides operations to manage the line property of the microsoft.graph.workbookChartGridlinesFormat entity. get: tags: - drives.driveItem summary: Get line from drives description: Represents chart line formatting. Read-only. operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.majorGridlines.format.GetLine parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property line in drives operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.majorGridlines.format.UpdateLine requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property line for drives operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.majorGridlines.format.DeleteLine parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line/clear': description: Provides operations to call the clear method. post: tags: - drives.Actions summary: Invoke action clear description: Clear the line format of a chart element. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chartlineformat-clear?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.axes.categoryAxis.majorGridlines.format.line.clear responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/clear' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines': description: Provides operations to manage the minorGridlines property of the microsoft.graph.workbookChartAxis entity. get: tags: - drives.driveItem summary: Get minorGridlines from drives description: Returns a Gridlines object that represents the minor gridlines for the specified axis. Read-only. operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.GetMinorGridlines parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlines' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property minorGridlines in drives operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.UpdateMinorGridlines requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlines' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlines' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property minorGridlines for drives operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.DeleteMinorGridlines parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format': description: Provides operations to manage the format property of the microsoft.graph.workbookChartGridlines entity. get: tags: - drives.driveItem summary: Get format from drives description: Represents the formatting of chart gridlines. Read-only. operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.minorGridlines.GetFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property format in drives operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.minorGridlines.UpdateFormat requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property format for drives operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.minorGridlines.DeleteFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line': description: Provides operations to manage the line property of the microsoft.graph.workbookChartGridlinesFormat entity. get: tags: - drives.driveItem summary: Get line from drives description: Represents chart line formatting. Read-only. operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.minorGridlines.format.GetLine parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property line in drives operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.minorGridlines.format.UpdateLine requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property line for drives operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.minorGridlines.format.DeleteLine parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line/clear': description: Provides operations to call the clear method. post: tags: - drives.Actions summary: Invoke action clear description: Clear the line format of a chart element. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chartlineformat-clear?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.axes.categoryAxis.minorGridlines.format.line.clear responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/clear' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/title': description: Provides operations to manage the title property of the microsoft.graph.workbookChartAxis entity. get: tags: - drives.driveItem summary: Get title from drives description: Represents the axis title. Read-only. operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.GetTitle parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitle' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property title in drives operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.UpdateTitle requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitle' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitle' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property title for drives operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.DeleteTitle parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/title' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/title' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/title/format': description: Provides operations to manage the format property of the microsoft.graph.workbookChartAxisTitle entity. get: tags: - drives.driveItem summary: Get format from drives description: Represents the formatting of chart axis title. Read-only. operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.title.GetFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitleFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property format in drives operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.title.UpdateFormat requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitleFormat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitleFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property format for drives operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.title.DeleteFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/title/format' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/title/format' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/title/format/font': description: Provides operations to manage the font property of the microsoft.graph.workbookChartAxisTitleFormat entity. get: tags: - drives.driveItem summary: Get font from drives description: 'Represents the font attributes, such as font name, font size, color, etc. of chart axis title object. Read-only.' operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.title.format.GetFont parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartFont' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property font in drives operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.title.format.UpdateFont requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartFont' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartFont' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property font for drives operationId: drives.items.workbook.worksheets.charts.axes.categoryAxis.title.format.DeleteFont parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/title/format/font' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/title/format/font' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis': description: Provides operations to manage the seriesAxis property of the microsoft.graph.workbookChartAxes entity. get: tags: - drives.driveItem summary: Get seriesAxis from drives description: Represents the series axis of a 3-dimensional chart. Read-only. operationId: drives.items.workbook.worksheets.charts.axes.GetSeriesAxis parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAxis' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property seriesAxis in drives operationId: drives.items.workbook.worksheets.charts.axes.UpdateSeriesAxis requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAxis' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAxis' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property seriesAxis for drives operationId: drives.items.workbook.worksheets.charts.axes.DeleteSeriesAxis parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format': description: Provides operations to manage the format property of the microsoft.graph.workbookChartAxis entity. get: tags: - drives.driveItem summary: Get format from drives description: 'Represents the formatting of a chart object, which includes line and font formatting. Read-only.' operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.GetFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAxisFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property format in drives operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.UpdateFormat requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAxisFormat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAxisFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property format for drives operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.DeleteFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/font': description: Provides operations to manage the font property of the microsoft.graph.workbookChartAxisFormat entity. get: tags: - drives.driveItem summary: Get font from drives description: 'Represents the font attributes (font name, font size, color, etc.) for a chart axis element. Read-only.' operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.format.GetFont parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartFont' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property font in drives operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.format.UpdateFont requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartFont' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartFont' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property font for drives operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.format.DeleteFont parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/font' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/font' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line': description: Provides operations to manage the line property of the microsoft.graph.workbookChartAxisFormat entity. get: tags: - drives.driveItem summary: Get line from drives description: Represents chart line formatting. Read-only. operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.format.GetLine parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property line in drives operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.format.UpdateLine requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property line for drives operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.format.DeleteLine parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line/clear': description: Provides operations to call the clear method. post: tags: - drives.Actions summary: Invoke action clear description: Clear the line format of a chart element. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chartlineformat-clear?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.axes.seriesAxis.format.line.clear responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/clear' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines': description: Provides operations to manage the majorGridlines property of the microsoft.graph.workbookChartAxis entity. get: tags: - drives.driveItem summary: Get majorGridlines from drives description: Returns a gridlines object that represents the major gridlines for the specified axis. Read-only. operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.GetMajorGridlines parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlines' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property majorGridlines in drives operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.UpdateMajorGridlines requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlines' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlines' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property majorGridlines for drives operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.DeleteMajorGridlines parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format': description: Provides operations to manage the format property of the microsoft.graph.workbookChartGridlines entity. get: tags: - drives.driveItem summary: Get format from drives description: Represents the formatting of chart gridlines. Read-only. operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.majorGridlines.GetFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property format in drives operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.majorGridlines.UpdateFormat requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property format for drives operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.majorGridlines.DeleteFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line': description: Provides operations to manage the line property of the microsoft.graph.workbookChartGridlinesFormat entity. get: tags: - drives.driveItem summary: Get line from drives description: Represents chart line formatting. Read-only. operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.majorGridlines.format.GetLine parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property line in drives operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.majorGridlines.format.UpdateLine requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property line for drives operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.majorGridlines.format.DeleteLine parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line/clear': description: Provides operations to call the clear method. post: tags: - drives.Actions summary: Invoke action clear description: Clear the line format of a chart element. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chartlineformat-clear?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.axes.seriesAxis.majorGridlines.format.line.clear responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/clear' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines': description: Provides operations to manage the minorGridlines property of the microsoft.graph.workbookChartAxis entity. get: tags: - drives.driveItem summary: Get minorGridlines from drives description: Returns a Gridlines object that represents the minor gridlines for the specified axis. Read-only. operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.GetMinorGridlines parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlines' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property minorGridlines in drives operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.UpdateMinorGridlines requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlines' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlines' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property minorGridlines for drives operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.DeleteMinorGridlines parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format': description: Provides operations to manage the format property of the microsoft.graph.workbookChartGridlines entity. get: tags: - drives.driveItem summary: Get format from drives description: Represents the formatting of chart gridlines. Read-only. operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.minorGridlines.GetFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property format in drives operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.minorGridlines.UpdateFormat requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property format for drives operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.minorGridlines.DeleteFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line': description: Provides operations to manage the line property of the microsoft.graph.workbookChartGridlinesFormat entity. get: tags: - drives.driveItem summary: Get line from drives description: Represents chart line formatting. Read-only. operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.minorGridlines.format.GetLine parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property line in drives operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.minorGridlines.format.UpdateLine requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property line for drives operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.minorGridlines.format.DeleteLine parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line/clear': description: Provides operations to call the clear method. post: tags: - drives.Actions summary: Invoke action clear description: Clear the line format of a chart element. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chartlineformat-clear?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.axes.seriesAxis.minorGridlines.format.line.clear responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/clear' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/title': description: Provides operations to manage the title property of the microsoft.graph.workbookChartAxis entity. get: tags: - drives.driveItem summary: Get title from drives description: Represents the axis title. Read-only. operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.GetTitle parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitle' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property title in drives operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.UpdateTitle requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitle' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitle' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property title for drives operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.DeleteTitle parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/title' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/title' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/title/format': description: Provides operations to manage the format property of the microsoft.graph.workbookChartAxisTitle entity. get: tags: - drives.driveItem summary: Get format from drives description: Represents the formatting of chart axis title. Read-only. operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.title.GetFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitleFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property format in drives operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.title.UpdateFormat requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitleFormat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitleFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property format for drives operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.title.DeleteFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/title/format' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/title/format' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/title/format/font': description: Provides operations to manage the font property of the microsoft.graph.workbookChartAxisTitleFormat entity. get: tags: - drives.driveItem summary: Get font from drives description: 'Represents the font attributes, such as font name, font size, color, etc. of chart axis title object. Read-only.' operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.title.format.GetFont parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartFont' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property font in drives operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.title.format.UpdateFont requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartFont' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartFont' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property font for drives operationId: drives.items.workbook.worksheets.charts.axes.seriesAxis.title.format.DeleteFont parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/title/format/font' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/title/format/font' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis': description: Provides operations to manage the valueAxis property of the microsoft.graph.workbookChartAxes entity. get: tags: - drives.driveItem summary: Get valueAxis from drives description: Represents the value axis in an axis. Read-only. operationId: drives.items.workbook.worksheets.charts.axes.GetValueAxis parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAxis' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property valueAxis in drives operationId: drives.items.workbook.worksheets.charts.axes.UpdateValueAxis requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAxis' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAxis' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property valueAxis for drives operationId: drives.items.workbook.worksheets.charts.axes.DeleteValueAxis parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format': description: Provides operations to manage the format property of the microsoft.graph.workbookChartAxis entity. get: tags: - drives.driveItem summary: Get format from drives description: 'Represents the formatting of a chart object, which includes line and font formatting. Read-only.' operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.GetFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAxisFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property format in drives operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.UpdateFormat requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAxisFormat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAxisFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property format for drives operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.DeleteFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/font': description: Provides operations to manage the font property of the microsoft.graph.workbookChartAxisFormat entity. get: tags: - drives.driveItem summary: Get font from drives description: 'Represents the font attributes (font name, font size, color, etc.) for a chart axis element. Read-only.' operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.format.GetFont parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartFont' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property font in drives operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.format.UpdateFont requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartFont' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartFont' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property font for drives operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.format.DeleteFont parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/font' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/font' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line': description: Provides operations to manage the line property of the microsoft.graph.workbookChartAxisFormat entity. get: tags: - drives.driveItem summary: Get line from drives description: Represents chart line formatting. Read-only. operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.format.GetLine parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property line in drives operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.format.UpdateLine requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property line for drives operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.format.DeleteLine parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line/clear': description: Provides operations to call the clear method. post: tags: - drives.Actions summary: Invoke action clear description: Clear the line format of a chart element. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chartlineformat-clear?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.axes.valueAxis.format.line.clear responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/clear' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines': description: Provides operations to manage the majorGridlines property of the microsoft.graph.workbookChartAxis entity. get: tags: - drives.driveItem summary: Get majorGridlines from drives description: Returns a gridlines object that represents the major gridlines for the specified axis. Read-only. operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.GetMajorGridlines parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlines' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property majorGridlines in drives operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.UpdateMajorGridlines requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlines' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlines' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property majorGridlines for drives operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.DeleteMajorGridlines parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format': description: Provides operations to manage the format property of the microsoft.graph.workbookChartGridlines entity. get: tags: - drives.driveItem summary: Get format from drives description: Represents the formatting of chart gridlines. Read-only. operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.majorGridlines.GetFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property format in drives operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.majorGridlines.UpdateFormat requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property format for drives operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.majorGridlines.DeleteFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line': description: Provides operations to manage the line property of the microsoft.graph.workbookChartGridlinesFormat entity. get: tags: - drives.driveItem summary: Get line from drives description: Represents chart line formatting. Read-only. operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.majorGridlines.format.GetLine parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property line in drives operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.majorGridlines.format.UpdateLine requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property line for drives operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.majorGridlines.format.DeleteLine parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line/clear': description: Provides operations to call the clear method. post: tags: - drives.Actions summary: Invoke action clear description: Clear the line format of a chart element. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chartlineformat-clear?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.axes.valueAxis.majorGridlines.format.line.clear responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/clear' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines': description: Provides operations to manage the minorGridlines property of the microsoft.graph.workbookChartAxis entity. get: tags: - drives.driveItem summary: Get minorGridlines from drives description: Returns a Gridlines object that represents the minor gridlines for the specified axis. Read-only. operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.GetMinorGridlines parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlines' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property minorGridlines in drives operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.UpdateMinorGridlines requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlines' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlines' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property minorGridlines for drives operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.DeleteMinorGridlines parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format': description: Provides operations to manage the format property of the microsoft.graph.workbookChartGridlines entity. get: tags: - drives.driveItem summary: Get format from drives description: Represents the formatting of chart gridlines. Read-only. operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.minorGridlines.GetFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property format in drives operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.minorGridlines.UpdateFormat requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property format for drives operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.minorGridlines.DeleteFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line': description: Provides operations to manage the line property of the microsoft.graph.workbookChartGridlinesFormat entity. get: tags: - drives.driveItem summary: Get line from drives description: Represents chart line formatting. Read-only. operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.minorGridlines.format.GetLine parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property line in drives operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.minorGridlines.format.UpdateLine requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property line for drives operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.minorGridlines.format.DeleteLine parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line/clear': description: Provides operations to call the clear method. post: tags: - drives.Actions summary: Invoke action clear description: Clear the line format of a chart element. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chartlineformat-clear?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.axes.valueAxis.minorGridlines.format.line.clear responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/clear' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/title': description: Provides operations to manage the title property of the microsoft.graph.workbookChartAxis entity. get: tags: - drives.driveItem summary: Get title from drives description: Represents the axis title. Read-only. operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.GetTitle parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitle' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property title in drives operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.UpdateTitle requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitle' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitle' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property title for drives operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.DeleteTitle parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/title' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/title' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/title/format': description: Provides operations to manage the format property of the microsoft.graph.workbookChartAxisTitle entity. get: tags: - drives.driveItem summary: Get format from drives description: Represents the formatting of chart axis title. Read-only. operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.title.GetFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitleFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property format in drives operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.title.UpdateFormat requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitleFormat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitleFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property format for drives operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.title.DeleteFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/title/format' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/title/format' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/title/format/font': description: Provides operations to manage the font property of the microsoft.graph.workbookChartAxisTitleFormat entity. get: tags: - drives.driveItem summary: Get font from drives description: 'Represents the font attributes, such as font name, font size, color, etc. of chart axis title object. Read-only.' operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.title.format.GetFont parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartFont' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property font in drives operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.title.format.UpdateFont requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartFont' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartFont' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property font for drives operationId: drives.items.workbook.worksheets.charts.axes.valueAxis.title.format.DeleteFont parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/title/format/font' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/title/format/font' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels': description: Provides operations to manage the dataLabels property of the microsoft.graph.workbookChart entity. get: tags: - drives.driveItem summary: Get dataLabels from drives description: Represents the data labels on the chart. Read-only. operationId: drives.items.workbook.worksheets.charts.GetDataLabels parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartDataLabels' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property dataLabels in drives operationId: drives.items.workbook.worksheets.charts.UpdateDataLabels requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartDataLabels' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartDataLabels' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property dataLabels for drives operationId: drives.items.workbook.worksheets.charts.DeleteDataLabels parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/dataLabels' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/dataLabels' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format': description: Provides operations to manage the format property of the microsoft.graph.workbookChartDataLabels entity. get: tags: - drives.driveItem summary: Get format from drives description: 'Represents the format of chart data labels, which includes fill and font formatting. Read-only.' operationId: drives.items.workbook.worksheets.charts.dataLabels.GetFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartDataLabelFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property format in drives operationId: drives.items.workbook.worksheets.charts.dataLabels.UpdateFormat requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartDataLabelFormat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartDataLabelFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property format for drives operationId: drives.items.workbook.worksheets.charts.dataLabels.DeleteFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill': description: Provides operations to manage the fill property of the microsoft.graph.workbookChartDataLabelFormat entity. get: tags: - drives.driveItem summary: Get fill from drives description: Represents the fill format of the current chart data label. Read-only. operationId: drives.items.workbook.worksheets.charts.dataLabels.format.GetFill parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartFill' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property fill in drives operationId: drives.items.workbook.worksheets.charts.dataLabels.format.UpdateFill requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartFill' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartFill' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property fill for drives operationId: drives.items.workbook.worksheets.charts.dataLabels.format.DeleteFill parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/clear': description: Provides operations to call the clear method. post: tags: - drives.Actions summary: Invoke action clear description: Clear the fill color of a chart element. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chartfill-clear?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.dataLabels.format.fill.clear responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/clear' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/setSolidColor': description: Provides operations to call the setSolidColor method. post: tags: - drives.Actions summary: Invoke action setSolidColor description: Sets the fill formatting of a chart element to a uniform color. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chartfill-setsolidcolor?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.dataLabels.format.fill.setSolidColor requestBody: description: Action parameters content: application/json: schema: type: object properties: color: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/setSolidColor' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/setSolidColor' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/setSolidColor' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/setSolidColor' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/setSolidColor' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/font': description: Provides operations to manage the font property of the microsoft.graph.workbookChartDataLabelFormat entity. get: tags: - drives.driveItem summary: Get font from drives description: 'Represents the font attributes (font name, font size, color, etc.) for a chart data label. Read-only.' operationId: drives.items.workbook.worksheets.charts.dataLabels.format.GetFont parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartFont' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property font in drives operationId: drives.items.workbook.worksheets.charts.dataLabels.format.UpdateFont requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartFont' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartFont' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property font for drives operationId: drives.items.workbook.worksheets.charts.dataLabels.format.DeleteFont parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format': description: Provides operations to manage the format property of the microsoft.graph.workbookChart entity. get: tags: - drives.driveItem summary: Get format from drives description: Encapsulates the format properties for the chart area. Read-only. operationId: drives.items.workbook.worksheets.charts.GetFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAreaFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property format in drives operationId: drives.items.workbook.worksheets.charts.UpdateFormat requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAreaFormat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAreaFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property format for drives operationId: drives.items.workbook.worksheets.charts.DeleteFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/format' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/format' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill': description: Provides operations to manage the fill property of the microsoft.graph.workbookChartAreaFormat entity. get: tags: - drives.driveItem summary: Get fill from drives description: 'Represents the fill format of an object, which includes background formatting information. Read-only.' operationId: drives.items.workbook.worksheets.charts.format.GetFill parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartFill' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property fill in drives operationId: drives.items.workbook.worksheets.charts.format.UpdateFill requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartFill' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartFill' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property fill for drives operationId: drives.items.workbook.worksheets.charts.format.DeleteFill parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/clear': description: Provides operations to call the clear method. post: tags: - drives.Actions summary: Invoke action clear description: Clear the fill color of a chart element. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chartfill-clear?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.format.fill.clear responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/clear' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/setSolidColor': description: Provides operations to call the setSolidColor method. post: tags: - drives.Actions summary: Invoke action setSolidColor description: Sets the fill formatting of a chart element to a uniform color. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chartfill-setsolidcolor?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.format.fill.setSolidColor requestBody: description: Action parameters content: application/json: schema: type: object properties: color: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/setSolidColor' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/setSolidColor' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/setSolidColor' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/setSolidColor' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/setSolidColor' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/font': description: Provides operations to manage the font property of the microsoft.graph.workbookChartAreaFormat entity. get: tags: - drives.driveItem summary: Get font from drives description: 'Represents the font attributes (font name, font size, color, etc.) for the current object. Read-only.' operationId: drives.items.workbook.worksheets.charts.format.GetFont parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartFont' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property font in drives operationId: drives.items.workbook.worksheets.charts.format.UpdateFont requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartFont' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartFont' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property font for drives operationId: drives.items.workbook.worksheets.charts.format.DeleteFont parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend': description: Provides operations to manage the legend property of the microsoft.graph.workbookChart entity. get: tags: - drives.driveItem summary: Get legend from drives description: Represents the legend for the chart. Read-only. operationId: drives.items.workbook.worksheets.charts.GetLegend parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartLegend' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property legend in drives operationId: drives.items.workbook.worksheets.charts.UpdateLegend requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartLegend' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartLegend' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property legend for drives operationId: drives.items.workbook.worksheets.charts.DeleteLegend parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/legend' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/legend' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format': description: Provides operations to manage the format property of the microsoft.graph.workbookChartLegend entity. get: tags: - drives.driveItem summary: Get format from drives description: 'Represents the formatting of a chart legend, which includes fill and font formatting. Read-only.' operationId: drives.items.workbook.worksheets.charts.legend.GetFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartLegendFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property format in drives operationId: drives.items.workbook.worksheets.charts.legend.UpdateFormat requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartLegendFormat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartLegendFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property format for drives operationId: drives.items.workbook.worksheets.charts.legend.DeleteFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill': description: Provides operations to manage the fill property of the microsoft.graph.workbookChartLegendFormat entity. get: tags: - drives.driveItem summary: Get fill from drives description: 'Represents the fill format of an object, which includes background formating information. Read-only.' operationId: drives.items.workbook.worksheets.charts.legend.format.GetFill parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartFill' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property fill in drives operationId: drives.items.workbook.worksheets.charts.legend.format.UpdateFill requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartFill' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartFill' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property fill for drives operationId: drives.items.workbook.worksheets.charts.legend.format.DeleteFill parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/clear': description: Provides operations to call the clear method. post: tags: - drives.Actions summary: Invoke action clear description: Clear the fill color of a chart element. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chartfill-clear?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.legend.format.fill.clear responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/clear' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/setSolidColor': description: Provides operations to call the setSolidColor method. post: tags: - drives.Actions summary: Invoke action setSolidColor description: Sets the fill formatting of a chart element to a uniform color. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chartfill-setsolidcolor?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.legend.format.fill.setSolidColor requestBody: description: Action parameters content: application/json: schema: type: object properties: color: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/setSolidColor' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/setSolidColor' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/setSolidColor' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/setSolidColor' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/setSolidColor' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/font': description: Provides operations to manage the font property of the microsoft.graph.workbookChartLegendFormat entity. get: tags: - drives.driveItem summary: Get font from drives description: 'Represents the font attributes such as font name, font size, color, etc. of a chart legend. Read-only.' operationId: drives.items.workbook.worksheets.charts.legend.format.GetFont parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartFont' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property font in drives operationId: drives.items.workbook.worksheets.charts.legend.format.UpdateFont requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartFont' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartFont' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property font for drives operationId: drives.items.workbook.worksheets.charts.legend.format.DeleteFont parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image()': description: Provides operations to call the image method. get: tags: - drives.Functions summary: Invoke function image operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.image-8f13 responses: 2XX: description: Success content: application/json: schema: type: object properties: value: type: string nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width},height={height},fittingMode=''{fittingMode}'')' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width},height={height})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width},height={height},fittingMode=''{fittingMode}'')' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width},height={height})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width},height={height},fittingMode=''{fittingMode}'')' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width},height={height})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width})' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width},height={height},fittingMode=''{fittingMode}'')': description: Provides operations to call the image method. get: tags: - drives.Functions summary: Invoke function image operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.image-4f04 responses: 2XX: description: Success content: application/json: schema: type: object properties: value: type: string nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart - name: width in: path description: 'Usage: width={width}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 - name: height in: path description: 'Usage: height={height}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 - name: fittingMode in: path description: 'Usage: fittingMode=''{fittingMode}''' required: true schema: type: string x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width},height={height})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width},height={height},fittingMode=''{fittingMode}'')' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width},height={height})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width},height={height},fittingMode=''{fittingMode}'')' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width},height={height})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width})' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width},height={height})': description: Provides operations to call the image method. get: tags: - drives.Functions summary: Invoke function image operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.image-664c responses: 2XX: description: Success content: application/json: schema: type: object properties: value: type: string nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart - name: width in: path description: 'Usage: width={width}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 - name: height in: path description: 'Usage: height={height}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width},height={height},fittingMode=''{fittingMode}'')' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width},height={height},fittingMode=''{fittingMode}'')' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width},height={height})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width},height={height},fittingMode=''{fittingMode}'')' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width},height={height})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width})' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width})': description: Provides operations to call the image method. get: tags: - drives.Functions summary: Invoke function image operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.image-9795 responses: 2XX: description: Success content: application/json: schema: type: object properties: value: type: string nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart - name: width in: path description: 'Usage: width={width}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width},height={height},fittingMode=''{fittingMode}'')' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width},height={height})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width},height={height},fittingMode=''{fittingMode}'')' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width},height={height})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width},height={height},fittingMode=''{fittingMode}'')' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width},height={height})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width})' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/setData': description: Provides operations to call the setData method. post: tags: - drives.Actions summary: Invoke action setData description: Resets the source data for the chart. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chart-setdata?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.setData requestBody: description: Action parameters content: application/json: schema: type: object properties: sourceData: { } seriesBy: type: string required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/setData' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/setData' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/setPosition': description: Provides operations to call the setPosition method. post: tags: - drives.Actions summary: Invoke action setPosition description: Positions the chart relative to cells on the worksheet. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chart-setposition?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.setPosition requestBody: description: Action parameters content: application/json: schema: type: object properties: startCell: { } endCell: { } required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/setPosition' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/setPosition' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series': description: Provides operations to manage the series property of the microsoft.graph.workbookChart entity. get: tags: - drives.driveItem summary: Get series from drives description: Represents either a single series or collection of series in the chart. Read-only. operationId: drives.items.workbook.worksheets.charts.ListSeries parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.workbookChartSeriesCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - drives.driveItem summary: Create new navigation property to series for drives operationId: drives.items.workbook.worksheets.charts.CreateSeries requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartSeries' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartSeries' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/series' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/series' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}': description: Provides operations to manage the series property of the microsoft.graph.workbookChart entity. get: tags: - drives.driveItem summary: Get series from drives description: Represents either a single series or collection of series in the chart. Read-only. operationId: drives.items.workbook.worksheets.charts.GetSeries parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartSeries' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property series in drives operationId: drives.items.workbook.worksheets.charts.UpdateSeries requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartSeries' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartSeries' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property series for drives operationId: drives.items.workbook.worksheets.charts.DeleteSeries parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart - name: workbookChartSeries-id in: path description: The unique identifier of workbookChartSeries required: true schema: type: string x-ms-docs-key-type: workbookChartSeries '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format': description: Provides operations to manage the format property of the microsoft.graph.workbookChartSeries entity. get: tags: - drives.driveItem summary: Get format from drives description: 'Represents the formatting of a chart series, which includes fill and line formatting. Read-only.' operationId: drives.items.workbook.worksheets.charts.series.GetFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartSeriesFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property format in drives operationId: drives.items.workbook.worksheets.charts.series.UpdateFormat requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartSeriesFormat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartSeriesFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property format for drives operationId: drives.items.workbook.worksheets.charts.series.DeleteFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart - name: workbookChartSeries-id in: path description: The unique identifier of workbookChartSeries required: true schema: type: string x-ms-docs-key-type: workbookChartSeries x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/itemAt(index={index})/format' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill': description: Provides operations to manage the fill property of the microsoft.graph.workbookChartSeriesFormat entity. get: tags: - drives.driveItem summary: Get fill from drives description: 'Represents the fill format of a chart series, which includes background formatting information. Read-only.' operationId: drives.items.workbook.worksheets.charts.series.format.GetFill parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartFill' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property fill in drives operationId: drives.items.workbook.worksheets.charts.series.format.UpdateFill requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartFill' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartFill' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property fill for drives operationId: drives.items.workbook.worksheets.charts.series.format.DeleteFill parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart - name: workbookChartSeries-id in: path description: The unique identifier of workbookChartSeries required: true schema: type: string x-ms-docs-key-type: workbookChartSeries '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/clear': description: Provides operations to call the clear method. post: tags: - drives.Actions summary: Invoke action clear description: Clear the fill color of a chart element. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chartfill-clear?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.series.workbookChartSeries.format.fill.clear responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart - name: workbookChartSeries-id in: path description: The unique identifier of workbookChartSeries required: true schema: type: string x-ms-docs-key-type: workbookChartSeries x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/clear' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/setSolidColor': description: Provides operations to call the setSolidColor method. post: tags: - drives.Actions summary: Invoke action setSolidColor description: Sets the fill formatting of a chart element to a uniform color. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chartfill-setsolidcolor?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.series.workbookChartSeries.format.fill.setSolidColor requestBody: description: Action parameters content: application/json: schema: type: object properties: color: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart - name: workbookChartSeries-id in: path description: The unique identifier of workbookChartSeries required: true schema: type: string x-ms-docs-key-type: workbookChartSeries x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/setSolidColor' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/setSolidColor' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/setSolidColor' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/setSolidColor' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/setSolidColor' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/line': description: Provides operations to manage the line property of the microsoft.graph.workbookChartSeriesFormat entity. get: tags: - drives.driveItem summary: Get line from drives description: Represents line formatting. Read-only. operationId: drives.items.workbook.worksheets.charts.series.format.GetLine parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property line in drives operationId: drives.items.workbook.worksheets.charts.series.format.UpdateLine requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property line for drives operationId: drives.items.workbook.worksheets.charts.series.format.DeleteLine parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart - name: workbookChartSeries-id in: path description: The unique identifier of workbookChartSeries required: true schema: type: string x-ms-docs-key-type: workbookChartSeries '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/line/clear': description: Provides operations to call the clear method. post: tags: - drives.Actions summary: Invoke action clear description: Clear the line format of a chart element. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chartlineformat-clear?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.series.workbookChartSeries.format.line.clear responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart - name: workbookChartSeries-id in: path description: The unique identifier of workbookChartSeries required: true schema: type: string x-ms-docs-key-type: workbookChartSeries x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/clear' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points': description: Provides operations to manage the points property of the microsoft.graph.workbookChartSeries entity. get: tags: - drives.driveItem summary: Get points from drives description: Represents a collection of all points in the series. Read-only. operationId: drives.items.workbook.worksheets.charts.series.ListPoints parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.workbookChartPointCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - drives.driveItem summary: Create new navigation property to points for drives operationId: drives.items.workbook.worksheets.charts.series.CreatePoints requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartPoint' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartPoint' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart - name: workbookChartSeries-id in: path description: The unique identifier of workbookChartSeries required: true schema: type: string x-ms-docs-key-type: workbookChartSeries x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/itemAt(index={index})/points' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}': description: Provides operations to manage the points property of the microsoft.graph.workbookChartSeries entity. get: tags: - drives.driveItem summary: Get points from drives description: Represents a collection of all points in the series. Read-only. operationId: drives.items.workbook.worksheets.charts.series.GetPoints parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartPoint' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property points in drives operationId: drives.items.workbook.worksheets.charts.series.UpdatePoints requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartPoint' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartPoint' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property points for drives operationId: drives.items.workbook.worksheets.charts.series.DeletePoints parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart - name: workbookChartSeries-id in: path description: The unique identifier of workbookChartSeries required: true schema: type: string x-ms-docs-key-type: workbookChartSeries - name: workbookChartPoint-id in: path description: The unique identifier of workbookChartPoint required: true schema: type: string x-ms-docs-key-type: workbookChartPoint '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format': description: Provides operations to manage the format property of the microsoft.graph.workbookChartPoint entity. get: tags: - drives.driveItem summary: Get format from drives description: Encapsulates the format properties chart point. Read-only. operationId: drives.items.workbook.worksheets.charts.series.points.GetFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartPointFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property format in drives operationId: drives.items.workbook.worksheets.charts.series.points.UpdateFormat requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartPointFormat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartPointFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property format for drives operationId: drives.items.workbook.worksheets.charts.series.points.DeleteFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart - name: workbookChartSeries-id in: path description: The unique identifier of workbookChartSeries required: true schema: type: string x-ms-docs-key-type: workbookChartSeries - name: workbookChartPoint-id in: path description: The unique identifier of workbookChartPoint required: true schema: type: string x-ms-docs-key-type: workbookChartPoint x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/itemAt(index={index})/format' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill': description: Provides operations to manage the fill property of the microsoft.graph.workbookChartPointFormat entity. get: tags: - drives.driveItem summary: Get fill from drives description: 'Represents the fill format of a chart, which includes background formatting information. Read-only.' operationId: drives.items.workbook.worksheets.charts.series.points.format.GetFill parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartFill' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property fill in drives operationId: drives.items.workbook.worksheets.charts.series.points.format.UpdateFill requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartFill' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartFill' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property fill for drives operationId: drives.items.workbook.worksheets.charts.series.points.format.DeleteFill parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart - name: workbookChartSeries-id in: path description: The unique identifier of workbookChartSeries required: true schema: type: string x-ms-docs-key-type: workbookChartSeries - name: workbookChartPoint-id in: path description: The unique identifier of workbookChartPoint required: true schema: type: string x-ms-docs-key-type: workbookChartPoint '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/clear': description: Provides operations to call the clear method. post: tags: - drives.Actions summary: Invoke action clear description: Clear the fill color of a chart element. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chartfill-clear?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.series.workbookChartSeries.points.workbookChartPoint.format.fill.clear responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart - name: workbookChartSeries-id in: path description: The unique identifier of workbookChartSeries required: true schema: type: string x-ms-docs-key-type: workbookChartSeries - name: workbookChartPoint-id in: path description: The unique identifier of workbookChartPoint required: true schema: type: string x-ms-docs-key-type: workbookChartPoint x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/clear' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/setSolidColor': description: Provides operations to call the setSolidColor method. post: tags: - drives.Actions summary: Invoke action setSolidColor description: Sets the fill formatting of a chart element to a uniform color. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chartfill-setsolidcolor?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.series.workbookChartSeries.points.workbookChartPoint.format.fill.setSolidColor requestBody: description: Action parameters content: application/json: schema: type: object properties: color: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart - name: workbookChartSeries-id in: path description: The unique identifier of workbookChartSeries required: true schema: type: string x-ms-docs-key-type: workbookChartSeries - name: workbookChartPoint-id in: path description: The unique identifier of workbookChartPoint required: true schema: type: string x-ms-docs-key-type: workbookChartPoint x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/setSolidColor' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/setSolidColor' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/setSolidColor' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/setSolidColor' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/setSolidColor' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/count()': description: Provides operations to call the count method. get: tags: - drives.Functions summary: Invoke function count operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.series.workbookChartSeries.points.count responses: 2XX: description: Success content: application/json: schema: type: object properties: value: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart - name: workbookChartSeries-id in: path description: The unique identifier of workbookChartSeries required: true schema: type: string x-ms-docs-key-type: workbookChartSeries x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/count' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/count()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/count()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/count()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/count()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/count()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/count()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/count()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/count()' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/itemAt(index={index})': description: Provides operations to call the itemAt method. get: tags: - drives.Functions summary: Invoke function itemAt description: Retrieve a point based on its position within the series. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chartpointscollection-itemat?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.series.workbookChartSeries.points.itemAt responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookChartPoint' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart - name: workbookChartSeries-id in: path description: The unique identifier of workbookChartSeries required: true schema: type: string x-ms-docs-key-type: workbookChartSeries - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/itemAt(index={index})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/itemAt(index={index})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/itemAt(index={index})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/itemAt(index={index})/format': description: Provides operations to manage the format property of the microsoft.graph.workbookChartPoint entity. get: tags: - drives.driveItem summary: Get format from drives description: Encapsulates the format properties chart point. Read-only. operationId: drives.items.workbook.worksheets.charts.series.points.itemAt.GetFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartPointFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property format in drives operationId: drives.items.workbook.worksheets.charts.series.points.itemAt.UpdateFormat requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartPointFormat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartPointFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property format for drives operationId: drives.items.workbook.worksheets.charts.series.points.itemAt.DeleteFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart - name: workbookChartSeries-id in: path description: The unique identifier of workbookChartSeries required: true schema: type: string x-ms-docs-key-type: workbookChartSeries - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/count()': description: Provides operations to call the count method. get: tags: - drives.Functions summary: Invoke function count operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.series.count responses: 2XX: description: Success content: application/json: schema: type: object properties: value: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/count' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/count()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/count()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/count()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/count()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/count()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/count()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/count()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/count()' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/itemAt(index={index})': description: Provides operations to call the itemAt method. get: tags: - drives.Functions summary: Invoke function itemAt description: Retrieves a series based on its position in the collection externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chartseriescollection-itemat?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.series.itemAt responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookChartSeries' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/itemAt(index={index})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/itemAt(index={index})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/itemAt(index={index})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/itemAt(index={index})/format': description: Provides operations to manage the format property of the microsoft.graph.workbookChartSeries entity. get: tags: - drives.driveItem summary: Get format from drives description: 'Represents the formatting of a chart series, which includes fill and line formatting. Read-only.' operationId: drives.items.workbook.worksheets.charts.series.itemAt.GetFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartSeriesFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property format in drives operationId: drives.items.workbook.worksheets.charts.series.itemAt.UpdateFormat requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartSeriesFormat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartSeriesFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property format for drives operationId: drives.items.workbook.worksheets.charts.series.itemAt.DeleteFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/itemAt(index={index})/points': description: Provides operations to manage the points property of the microsoft.graph.workbookChartSeries entity. get: tags: - drives.driveItem summary: Get points from drives description: Represents a collection of all points in the series. Read-only. operationId: drives.items.workbook.worksheets.charts.series.itemAt.ListPoints parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.workbookChartPointCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - drives.driveItem summary: Create new navigation property to points for drives operationId: drives.items.workbook.worksheets.charts.series.itemAt.CreatePoints requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartPoint' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartPoint' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title': description: Provides operations to manage the title property of the microsoft.graph.workbookChart entity. get: tags: - drives.driveItem summary: Get title from drives description: 'Represents the title of the specified chart, including the text, visibility, position and formatting of the title. Read-only.' operationId: drives.items.workbook.worksheets.charts.GetTitle parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartTitle' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property title in drives operationId: drives.items.workbook.worksheets.charts.UpdateTitle requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartTitle' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartTitle' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property title for drives operationId: drives.items.workbook.worksheets.charts.DeleteTitle parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/title' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/title' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format': description: Provides operations to manage the format property of the microsoft.graph.workbookChartTitle entity. get: tags: - drives.driveItem summary: Get format from drives description: 'Represents the formatting of a chart title, which includes fill and font formatting. Read-only.' operationId: drives.items.workbook.worksheets.charts.title.GetFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartTitleFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property format in drives operationId: drives.items.workbook.worksheets.charts.title.UpdateFormat requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartTitleFormat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartTitleFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property format for drives operationId: drives.items.workbook.worksheets.charts.title.DeleteFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill': description: Provides operations to manage the fill property of the microsoft.graph.workbookChartTitleFormat entity. get: tags: - drives.driveItem summary: Get fill from drives description: 'Represents the fill format of an object, which includes background formatting information. Read-only.' operationId: drives.items.workbook.worksheets.charts.title.format.GetFill parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartFill' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property fill in drives operationId: drives.items.workbook.worksheets.charts.title.format.UpdateFill requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartFill' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartFill' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property fill for drives operationId: drives.items.workbook.worksheets.charts.title.format.DeleteFill parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/clear': description: Provides operations to call the clear method. post: tags: - drives.Actions summary: Invoke action clear description: Clear the fill color of a chart element. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chartfill-clear?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.title.format.fill.clear responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/clear' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/setSolidColor': description: Provides operations to call the setSolidColor method. post: tags: - drives.Actions summary: Invoke action setSolidColor description: Sets the fill formatting of a chart element to a uniform color. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chartfill-setsolidcolor?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.title.format.fill.setSolidColor requestBody: description: Action parameters content: application/json: schema: type: object properties: color: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/setSolidColor' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/setSolidColor' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/setSolidColor' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/setSolidColor' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/setSolidColor' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/font': description: Provides operations to manage the font property of the microsoft.graph.workbookChartTitleFormat entity. get: tags: - drives.driveItem summary: Get font from drives description: 'Represents the font attributes (font name, font size, color, etc.) for the current object. Read-only.' operationId: drives.items.workbook.worksheets.charts.title.format.GetFont parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartFont' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property font in drives operationId: drives.items.workbook.worksheets.charts.title.format.UpdateFont requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartFont' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartFont' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property font for drives operationId: drives.items.workbook.worksheets.charts.title.format.DeleteFont parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/worksheet': description: Provides operations to manage the worksheet property of the microsoft.graph.workbookChart entity. get: tags: - drives.driveItem summary: Get worksheet from drives description: The worksheet containing the current chart. Read-only. operationId: drives.items.workbook.worksheets.charts.GetWorksheet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/worksheet' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/worksheet' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/add': description: Provides operations to call the add method. post: tags: - drives.Actions summary: Invoke action add description: Creates a new chart. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chartcollection-add?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.add requestBody: description: Action parameters content: application/json: schema: type: object properties: type: type: string sourceData: { } seriesBy: type: string required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookChart' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/add' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/add' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/add' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/add' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/add' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/add' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/add' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/add' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/add' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/count()': description: Provides operations to call the count method. get: tags: - drives.Functions summary: Invoke function count operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.count responses: 2XX: description: Success content: application/json: schema: type: object properties: value: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/count' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/count()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/count()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/count()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/count()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/count()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/count()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/count()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/count()' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')': description: Provides operations to call the item method. get: tags: - drives.Functions summary: Invoke function item operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.item responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookChart' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: name in: path description: 'Usage: name=''{name}''' required: true schema: type: string nullable: true '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/axes': description: Provides operations to manage the axes property of the microsoft.graph.workbookChart entity. get: tags: - drives.driveItem summary: Get axes from drives description: Represents chart axes. Read-only. operationId: drives.items.workbook.worksheets.charts.item.GetAxes parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAxes' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property axes in drives operationId: drives.items.workbook.worksheets.charts.item.UpdateAxes requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAxes' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAxes' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property axes for drives operationId: drives.items.workbook.worksheets.charts.item.DeleteAxes parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: name in: path description: 'Usage: name=''{name}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/axes' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/dataLabels': description: Provides operations to manage the dataLabels property of the microsoft.graph.workbookChart entity. get: tags: - drives.driveItem summary: Get dataLabels from drives description: Represents the data labels on the chart. Read-only. operationId: drives.items.workbook.worksheets.charts.item.GetDataLabels parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartDataLabels' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property dataLabels in drives operationId: drives.items.workbook.worksheets.charts.item.UpdateDataLabels requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartDataLabels' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartDataLabels' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property dataLabels for drives operationId: drives.items.workbook.worksheets.charts.item.DeleteDataLabels parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: name in: path description: 'Usage: name=''{name}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/dataLabels' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/format': description: Provides operations to manage the format property of the microsoft.graph.workbookChart entity. get: tags: - drives.driveItem summary: Get format from drives description: Encapsulates the format properties for the chart area. Read-only. operationId: drives.items.workbook.worksheets.charts.item.GetFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAreaFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property format in drives operationId: drives.items.workbook.worksheets.charts.item.UpdateFormat requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAreaFormat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAreaFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property format for drives operationId: drives.items.workbook.worksheets.charts.item.DeleteFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: name in: path description: 'Usage: name=''{name}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/format' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/legend': description: Provides operations to manage the legend property of the microsoft.graph.workbookChart entity. get: tags: - drives.driveItem summary: Get legend from drives description: Represents the legend for the chart. Read-only. operationId: drives.items.workbook.worksheets.charts.item.GetLegend parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartLegend' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property legend in drives operationId: drives.items.workbook.worksheets.charts.item.UpdateLegend requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartLegend' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartLegend' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property legend for drives operationId: drives.items.workbook.worksheets.charts.item.DeleteLegend parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: name in: path description: 'Usage: name=''{name}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/legend' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image()': description: Provides operations to call the image method. get: tags: - drives.Functions summary: Invoke function image operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.item.image-8f13 responses: 2XX: description: Success content: application/json: schema: type: object properties: value: type: string nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: name in: path description: 'Usage: name=''{name}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width},height={height},fittingMode=''{fittingMode}'')' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width},height={height})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width},height={height},fittingMode=''{fittingMode}'')' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width},height={height})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width},height={height},fittingMode=''{fittingMode}'')' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width},height={height})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width})' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width},height={height},fittingMode=''{fittingMode}'')': description: Provides operations to call the image method. get: tags: - drives.Functions summary: Invoke function image operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.item.image-4f04 responses: 2XX: description: Success content: application/json: schema: type: object properties: value: type: string nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: name in: path description: 'Usage: name=''{name}''' required: true schema: type: string nullable: true - name: width in: path description: 'Usage: width={width}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 - name: height in: path description: 'Usage: height={height}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 - name: fittingMode in: path description: 'Usage: fittingMode=''{fittingMode}''' required: true schema: type: string x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width},height={height},fittingMode=''{fittingMode}'')' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width},height={height})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width},height={height})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width},height={height},fittingMode=''{fittingMode}'')' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width},height={height})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width})' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width},height={height})': description: Provides operations to call the image method. get: tags: - drives.Functions summary: Invoke function image operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.item.image-664c responses: 2XX: description: Success content: application/json: schema: type: object properties: value: type: string nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: name in: path description: 'Usage: name=''{name}''' required: true schema: type: string nullable: true - name: width in: path description: 'Usage: width={width}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 - name: height in: path description: 'Usage: height={height}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width},height={height},fittingMode=''{fittingMode}'')' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width},height={height})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width},height={height},fittingMode=''{fittingMode}'')' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width},height={height},fittingMode=''{fittingMode}'')' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width},height={height})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width})' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width})': description: Provides operations to call the image method. get: tags: - drives.Functions summary: Invoke function image operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.item.image-9795 responses: 2XX: description: Success content: application/json: schema: type: object properties: value: type: string nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: name in: path description: 'Usage: name=''{name}''' required: true schema: type: string nullable: true - name: width in: path description: 'Usage: width={width}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width},height={height},fittingMode=''{fittingMode}'')' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width},height={height})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width},height={height},fittingMode=''{fittingMode}'')' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width},height={height})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width},height={height},fittingMode=''{fittingMode}'')' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width},height={height})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width})' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/setData': description: Provides operations to call the setData method. post: tags: - drives.Actions summary: Invoke action setData description: Resets the source data for the chart. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chart-setdata?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.item.setData requestBody: description: Action parameters content: application/json: schema: type: object properties: sourceData: { } seriesBy: type: string required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: name in: path description: 'Usage: name=''{name}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/setData' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/setData' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/setPosition': description: Provides operations to call the setPosition method. post: tags: - drives.Actions summary: Invoke action setPosition description: Positions the chart relative to cells on the worksheet. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chart-setposition?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.item.setPosition requestBody: description: Action parameters content: application/json: schema: type: object properties: startCell: { } endCell: { } required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: name in: path description: 'Usage: name=''{name}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/setPosition' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/setPosition' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/series': description: Provides operations to manage the series property of the microsoft.graph.workbookChart entity. get: tags: - drives.driveItem summary: Get series from drives description: Represents either a single series or collection of series in the chart. Read-only. operationId: drives.items.workbook.worksheets.charts.item.ListSeries parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.workbookChartSeriesCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - drives.driveItem summary: Create new navigation property to series for drives operationId: drives.items.workbook.worksheets.charts.item.CreateSeries requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartSeries' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartSeries' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: name in: path description: 'Usage: name=''{name}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/series' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/title': description: Provides operations to manage the title property of the microsoft.graph.workbookChart entity. get: tags: - drives.driveItem summary: Get title from drives description: 'Represents the title of the specified chart, including the text, visibility, position and formatting of the title. Read-only.' operationId: drives.items.workbook.worksheets.charts.item.GetTitle parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartTitle' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property title in drives operationId: drives.items.workbook.worksheets.charts.item.UpdateTitle requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartTitle' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartTitle' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property title for drives operationId: drives.items.workbook.worksheets.charts.item.DeleteTitle parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: name in: path description: 'Usage: name=''{name}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/title' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/worksheet': description: Provides operations to manage the worksheet property of the microsoft.graph.workbookChart entity. get: tags: - drives.driveItem summary: Get worksheet from drives description: The worksheet containing the current chart. Read-only. operationId: drives.items.workbook.worksheets.charts.item.GetWorksheet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: name in: path description: 'Usage: name=''{name}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/worksheet' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/worksheet' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})': description: Provides operations to call the itemAt method. get: tags: - drives.Functions summary: Invoke function itemAt description: Gets a chart based on its position in the collection. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chartcollection-itemat?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.itemAt responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookChart' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/itemAt(index={index})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/itemAt(index={index})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/itemAt(index={index})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/itemAt(index={index})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/axes': description: Provides operations to manage the axes property of the microsoft.graph.workbookChart entity. get: tags: - drives.driveItem summary: Get axes from drives description: Represents chart axes. Read-only. operationId: drives.items.workbook.worksheets.charts.itemAt.GetAxes parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAxes' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property axes in drives operationId: drives.items.workbook.worksheets.charts.itemAt.UpdateAxes requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAxes' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAxes' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property axes for drives operationId: drives.items.workbook.worksheets.charts.itemAt.DeleteAxes parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/axes' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/dataLabels': description: Provides operations to manage the dataLabels property of the microsoft.graph.workbookChart entity. get: tags: - drives.driveItem summary: Get dataLabels from drives description: Represents the data labels on the chart. Read-only. operationId: drives.items.workbook.worksheets.charts.itemAt.GetDataLabels parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartDataLabels' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property dataLabels in drives operationId: drives.items.workbook.worksheets.charts.itemAt.UpdateDataLabels requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartDataLabels' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartDataLabels' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property dataLabels for drives operationId: drives.items.workbook.worksheets.charts.itemAt.DeleteDataLabels parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/dataLabels' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/format': description: Provides operations to manage the format property of the microsoft.graph.workbookChart entity. get: tags: - drives.driveItem summary: Get format from drives description: Encapsulates the format properties for the chart area. Read-only. operationId: drives.items.workbook.worksheets.charts.itemAt.GetFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAreaFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property format in drives operationId: drives.items.workbook.worksheets.charts.itemAt.UpdateFormat requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAreaFormat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAreaFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property format for drives operationId: drives.items.workbook.worksheets.charts.itemAt.DeleteFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/format' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/legend': description: Provides operations to manage the legend property of the microsoft.graph.workbookChart entity. get: tags: - drives.driveItem summary: Get legend from drives description: Represents the legend for the chart. Read-only. operationId: drives.items.workbook.worksheets.charts.itemAt.GetLegend parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartLegend' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property legend in drives operationId: drives.items.workbook.worksheets.charts.itemAt.UpdateLegend requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartLegend' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartLegend' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property legend for drives operationId: drives.items.workbook.worksheets.charts.itemAt.DeleteLegend parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/legend' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image()': description: Provides operations to call the image method. get: tags: - drives.Functions summary: Invoke function image operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.itemAt.image-8f13 responses: 2XX: description: Success content: application/json: schema: type: object properties: value: type: string nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width},height={height},fittingMode=''{fittingMode}'')' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width},height={height})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width},height={height},fittingMode=''{fittingMode}'')' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width},height={height})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width},height={height},fittingMode=''{fittingMode}'')' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width},height={height})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width})' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width},height={height},fittingMode=''{fittingMode}'')': description: Provides operations to call the image method. get: tags: - drives.Functions summary: Invoke function image operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.itemAt.image-4f04 responses: 2XX: description: Success content: application/json: schema: type: object properties: value: type: string nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 - name: width in: path description: 'Usage: width={width}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 - name: height in: path description: 'Usage: height={height}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 - name: fittingMode in: path description: 'Usage: fittingMode=''{fittingMode}''' required: true schema: type: string x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width},height={height},fittingMode=''{fittingMode}'')' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width},height={height})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width},height={height},fittingMode=''{fittingMode}'')' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width},height={height})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width},height={height})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width})' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width},height={height})': description: Provides operations to call the image method. get: tags: - drives.Functions summary: Invoke function image operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.itemAt.image-664c responses: 2XX: description: Success content: application/json: schema: type: object properties: value: type: string nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 - name: width in: path description: 'Usage: width={width}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 - name: height in: path description: 'Usage: height={height}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width},height={height},fittingMode=''{fittingMode}'')' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width},height={height})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width},height={height},fittingMode=''{fittingMode}'')' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width},height={height})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width},height={height},fittingMode=''{fittingMode}'')' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width})' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width})': description: Provides operations to call the image method. get: tags: - drives.Functions summary: Invoke function image operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.itemAt.image-9795 responses: 2XX: description: Success content: application/json: schema: type: object properties: value: type: string nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 - name: width in: path description: 'Usage: width={width}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width},height={height},fittingMode=''{fittingMode}'')' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width},height={height})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width},height={height},fittingMode=''{fittingMode}'')' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width},height={height})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width},height={height},fittingMode=''{fittingMode}'')' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width},height={height})' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/setData': description: Provides operations to call the setData method. post: tags: - drives.Actions summary: Invoke action setData description: Resets the source data for the chart. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chart-setdata?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.itemAt.setData requestBody: description: Action parameters content: application/json: schema: type: object properties: sourceData: { } seriesBy: type: string required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/setData' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/setData' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/setPosition': description: Provides operations to call the setPosition method. post: tags: - drives.Actions summary: Invoke action setPosition description: Positions the chart relative to cells on the worksheet. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chart-setposition?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.itemAt.setPosition requestBody: description: Action parameters content: application/json: schema: type: object properties: startCell: { } endCell: { } required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/setPosition' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/setPosition' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/series': description: Provides operations to manage the series property of the microsoft.graph.workbookChart entity. get: tags: - drives.driveItem summary: Get series from drives description: Represents either a single series or collection of series in the chart. Read-only. operationId: drives.items.workbook.worksheets.charts.itemAt.ListSeries parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.workbookChartSeriesCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - drives.driveItem summary: Create new navigation property to series for drives operationId: drives.items.workbook.worksheets.charts.itemAt.CreateSeries requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartSeries' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartSeries' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/series' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/title': description: Provides operations to manage the title property of the microsoft.graph.workbookChart entity. get: tags: - drives.driveItem summary: Get title from drives description: 'Represents the title of the specified chart, including the text, visibility, position and formatting of the title. Read-only.' operationId: drives.items.workbook.worksheets.charts.itemAt.GetTitle parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartTitle' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property title in drives operationId: drives.items.workbook.worksheets.charts.itemAt.UpdateTitle requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartTitle' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartTitle' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property title for drives operationId: drives.items.workbook.worksheets.charts.itemAt.DeleteTitle parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/title' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/worksheet': description: Provides operations to manage the worksheet property of the microsoft.graph.workbookChart entity. get: tags: - drives.driveItem summary: Get worksheet from drives description: The worksheet containing the current chart. Read-only. operationId: drives.items.workbook.worksheets.charts.itemAt.GetWorksheet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/worksheet' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/worksheet' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})': description: Provides operations to call the cell method. get: tags: - drives.Functions summary: Invoke function cell description: 'Gets the range object containing the single cell based on row and column numbers. The cell can be outside the bounds of its parent range, so long as it''s stays within the worksheet grid.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/worksheet-cell?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.cell responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookRange' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: row in: path description: 'Usage: row={row}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 - name: column in: path description: 'Usage: column={column}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()': description: Provides operations to call the range method. get: tags: - drives.Functions summary: Invoke function range operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.range-bc5e responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookRange' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/range()' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')': description: Provides operations to call the range method. get: tags: - drives.Functions summary: Invoke function range operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.range-b0fa responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookRange' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: address in: path description: 'Usage: address=''{address}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/range()' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()': description: Provides operations to call the usedRange method. get: tags: - drives.Functions summary: Invoke function usedRange operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.usedRange-5ff6 responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookRange' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})': description: Provides operations to call the usedRange method. get: tags: - drives.Functions summary: Invoke function usedRange operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.usedRange-63c8 responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookRange' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: valuesOnly in: path description: 'Usage: valuesOnly={valuesOnly}' required: true schema: type: boolean default: false x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names': description: Provides operations to manage the names property of the microsoft.graph.workbookWorksheet entity. get: tags: - drives.driveItem summary: Get names from drives description: Returns collection of names that are associated with the worksheet. Read-only. operationId: drives.items.workbook.worksheets.ListNames parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.workbookNamedItemCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - drives.driveItem summary: Create new navigation property to names for drives operationId: drives.items.workbook.worksheets.CreateNames requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookNamedItem' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookNamedItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}': description: Provides operations to manage the names property of the microsoft.graph.workbookWorksheet entity. get: tags: - drives.driveItem summary: Get names from drives description: Returns collection of names that are associated with the worksheet. Read-only. operationId: drives.items.workbook.worksheets.GetNames parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookNamedItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property names in drives operationId: drives.items.workbook.worksheets.UpdateNames requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookNamedItem' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookNamedItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property names for drives operationId: drives.items.workbook.worksheets.DeleteNames parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookNamedItem-id in: path description: The unique identifier of workbookNamedItem required: true schema: type: string x-ms-docs-key-type: workbookNamedItem '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()': description: Provides operations to call the range method. get: tags: - drives.Functions summary: Invoke function range description: Returns the range object that is associated with the name. Throws an exception if the named item's type is not a range. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/nameditem-range?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.names.workbookNamedItem.range responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookRange' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookNamedItem-id in: path description: The unique identifier of workbookNamedItem required: true schema: type: string x-ms-docs-key-type: workbookNamedItem x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/range()' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/worksheet': description: Provides operations to manage the worksheet property of the microsoft.graph.workbookNamedItem entity. get: tags: - drives.driveItem summary: Get worksheet from drives description: Returns the worksheet on which the named item is scoped to. Available only if the item is scoped to the worksheet. Read-only. operationId: drives.items.workbook.worksheets.names.GetWorksheet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookNamedItem-id in: path description: The unique identifier of workbookNamedItem required: true schema: type: string x-ms-docs-key-type: workbookNamedItem x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/worksheet' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/$count': description: Provides operations to count the resources in the collection. get: tags: - drives.driveItem summary: Get the number of the resource operationId: drives.items.workbook.worksheets.names.GetCount-b666 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/add': description: Provides operations to call the add method. post: tags: - drives.Actions summary: Invoke action add description: Adds a new name to the collection of the given scope using the user's locale for the formula. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/nameditem-add?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.names.add requestBody: description: Action parameters content: application/json: schema: type: object properties: name: type: string nullable: true reference: { } comment: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookNamedItem' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/add' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/add' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/add' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/add' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/add' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/add' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/add' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/add' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/add' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/addFormulaLocal': description: Provides operations to call the addFormulaLocal method. post: tags: - drives.Actions summary: Invoke action addFormulaLocal description: Adds a new name to the collection of the given scope using the user's locale for the formula. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/nameditem-addformulalocal?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.names.addFormulaLocal requestBody: description: Action parameters content: application/json: schema: type: object properties: name: type: string nullable: true formula: type: string nullable: true comment: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookNamedItem' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/addFormulaLocal' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/pivotTables': description: Provides operations to manage the pivotTables property of the microsoft.graph.workbookWorksheet entity. get: tags: - drives.driveItem summary: Get pivotTables from drives description: Collection of PivotTables that are part of the worksheet. operationId: drives.items.workbook.worksheets.ListPivotTables parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.workbookPivotTableCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - drives.driveItem summary: Create new navigation property to pivotTables for drives operationId: drives.items.workbook.worksheets.CreatePivotTables requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookPivotTable' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookPivotTable' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/pivotTables/{workbookPivotTable-id}': description: Provides operations to manage the pivotTables property of the microsoft.graph.workbookWorksheet entity. get: tags: - drives.driveItem summary: Get pivotTables from drives description: Collection of PivotTables that are part of the worksheet. operationId: drives.items.workbook.worksheets.GetPivotTables parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookPivotTable' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property pivotTables in drives operationId: drives.items.workbook.worksheets.UpdatePivotTables requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookPivotTable' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookPivotTable' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property pivotTables for drives operationId: drives.items.workbook.worksheets.DeletePivotTables parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookPivotTable-id in: path description: The unique identifier of workbookPivotTable required: true schema: type: string x-ms-docs-key-type: workbookPivotTable '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/pivotTables/{workbookPivotTable-id}/refresh': description: Provides operations to call the refresh method. post: tags: - drives.Actions summary: Invoke action refresh description: Refreshes the PivotTable. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/workbookpivottable-refresh?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.pivotTables.workbookPivotTable.refresh responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookPivotTable-id in: path description: The unique identifier of workbookPivotTable required: true schema: type: string x-ms-docs-key-type: workbookPivotTable '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet': description: Provides operations to manage the worksheet property of the microsoft.graph.workbookPivotTable entity. get: tags: - drives.driveItem summary: Get worksheet from drives description: The worksheet containing the current PivotTable. Read-only. operationId: drives.items.workbook.worksheets.pivotTables.GetWorksheet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookPivotTable-id in: path description: The unique identifier of workbookPivotTable required: true schema: type: string x-ms-docs-key-type: workbookPivotTable '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/pivotTables/$count': description: Provides operations to count the resources in the collection. get: tags: - drives.driveItem summary: Get the number of the resource operationId: drives.items.workbook.worksheets.pivotTables.GetCount-d7ec parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/pivotTables/refreshAll': description: Provides operations to call the refreshAll method. post: tags: - drives.Actions summary: Invoke action refreshAll description: Refreshes the PivotTable within a given worksheet. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/workbookpivottable-refreshall?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.pivotTables.refreshAll responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/protection': description: Provides operations to manage the protection property of the microsoft.graph.workbookWorksheet entity. get: tags: - drives.driveItem summary: Get protection from drives description: Returns sheet protection object for a worksheet. Read-only. operationId: drives.items.workbook.worksheets.GetProtection parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookWorksheetProtection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property protection in drives operationId: drives.items.workbook.worksheets.UpdateProtection requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookWorksheetProtection' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookWorksheetProtection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property protection for drives operationId: drives.items.workbook.worksheets.DeleteProtection parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/protection/protect': description: Provides operations to call the protect method. post: tags: - drives.Actions summary: Invoke action protect description: Protect a worksheet. It throws if the worksheet has been protected. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/worksheetprotection-protect?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.protection.protect requestBody: description: Action parameters content: application/json: schema: type: object properties: options: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookWorksheetProtectionOptions' - type: object nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/protection/unprotect': description: Provides operations to call the unprotect method. post: tags: - drives.Actions summary: Invoke action unprotect description: Unprotect a worksheet externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/worksheetprotection-unprotect?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.protection.unprotect responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables': description: Provides operations to manage the tables property of the microsoft.graph.workbookWorksheet entity. get: tags: - drives.driveItem summary: Get tables from drives description: Collection of tables that are part of the worksheet. Read-only. operationId: drives.items.workbook.worksheets.ListTables parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.workbookTableCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - drives.driveItem summary: Create new navigation property to tables for drives operationId: drives.items.workbook.worksheets.CreateTables requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookTable' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookTable' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}': description: Provides operations to manage the tables property of the microsoft.graph.workbookWorksheet entity. get: tags: - drives.driveItem summary: Get tables from drives description: Collection of tables that are part of the worksheet. Read-only. operationId: drives.items.workbook.worksheets.GetTables parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookTable' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property tables in drives operationId: drives.items.workbook.worksheets.UpdateTables requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookTable' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookTable' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property tables for drives operationId: drives.items.workbook.worksheets.DeleteTables parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns': description: Provides operations to manage the columns property of the microsoft.graph.workbookTable entity. get: tags: - drives.driveItem summary: Get columns from drives description: Represents a collection of all the columns in the table. Read-only. operationId: drives.items.workbook.worksheets.tables.ListColumns parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.workbookTableColumnCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - drives.driveItem summary: Create new navigation property to columns for drives operationId: drives.items.workbook.worksheets.tables.CreateColumns requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookTableColumn' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookTableColumn' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/columns' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/columns' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}': description: Provides operations to manage the columns property of the microsoft.graph.workbookTable entity. get: tags: - drives.driveItem summary: Get columns from drives description: Represents a collection of all the columns in the table. Read-only. operationId: drives.items.workbook.worksheets.tables.GetColumns parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookTableColumn' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property columns in drives operationId: drives.items.workbook.worksheets.tables.UpdateColumns requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookTableColumn' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookTableColumn' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property columns for drives operationId: drives.items.workbook.worksheets.tables.DeleteColumns parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: workbookTableColumn-id in: path description: The unique identifier of workbookTableColumn required: true schema: type: string x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter': description: Provides operations to manage the filter property of the microsoft.graph.workbookTableColumn entity. get: tags: - drives.driveItem summary: Get filter from drives description: Retrieve the filter applied to the column. Read-only. operationId: drives.items.workbook.worksheets.tables.columns.GetFilter parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookFilter' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property filter in drives operationId: drives.items.workbook.worksheets.tables.columns.UpdateFilter requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookFilter' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookFilter' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property filter for drives operationId: drives.items.workbook.worksheets.tables.columns.DeleteFilter parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: workbookTableColumn-id in: path description: The unique identifier of workbookTableColumn required: true schema: type: string x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/filter' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/filter' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/apply': description: Provides operations to call the apply method. post: tags: - drives.Actions summary: Invoke action apply description: Apply the given filter criteria on the given column. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/filter-apply?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.filter.apply requestBody: description: Action parameters content: application/json: schema: type: object properties: criteria: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFilterCriteria' - type: object nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: workbookTableColumn-id in: path description: The unique identifier of workbookTableColumn required: true schema: type: string x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/apply' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/apply' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/apply' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyBottomItemsFilter': description: Provides operations to call the applyBottomItemsFilter method. post: tags: - drives.Actions summary: Invoke action applyBottomItemsFilter operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.filter.applyBottomItemsFilter requestBody: description: Action parameters content: application/json: schema: type: object properties: count: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: workbookTableColumn-id in: path description: The unique identifier of workbookTableColumn required: true schema: type: string x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyBottomItemsFilter' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyBottomPercentFilter': description: Provides operations to call the applyBottomPercentFilter method. post: tags: - drives.Actions summary: Invoke action applyBottomPercentFilter operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.filter.applyBottomPercentFilter requestBody: description: Action parameters content: application/json: schema: type: object properties: percent: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: workbookTableColumn-id in: path description: The unique identifier of workbookTableColumn required: true schema: type: string x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyBottomPercentFilter' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyCellColorFilter': description: Provides operations to call the applyCellColorFilter method. post: tags: - drives.Actions summary: Invoke action applyCellColorFilter operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.filter.applyCellColorFilter requestBody: description: Action parameters content: application/json: schema: type: object properties: color: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: workbookTableColumn-id in: path description: The unique identifier of workbookTableColumn required: true schema: type: string x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyCellColorFilter' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyCustomFilter': description: Provides operations to call the applyCustomFilter method. post: tags: - drives.Actions summary: Invoke action applyCustomFilter operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.filter.applyCustomFilter requestBody: description: Action parameters content: application/json: schema: type: object properties: criteria1: type: string nullable: true criteria2: type: string nullable: true oper: type: string required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: workbookTableColumn-id in: path description: The unique identifier of workbookTableColumn required: true schema: type: string x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyCustomFilter' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyDynamicFilter': description: Provides operations to call the applyDynamicFilter method. post: tags: - drives.Actions summary: Invoke action applyDynamicFilter operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.filter.applyDynamicFilter requestBody: description: Action parameters content: application/json: schema: type: object properties: criteria: type: string required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: workbookTableColumn-id in: path description: The unique identifier of workbookTableColumn required: true schema: type: string x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyDynamicFilter' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyFontColorFilter': description: Provides operations to call the applyFontColorFilter method. post: tags: - drives.Actions summary: Invoke action applyFontColorFilter operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.filter.applyFontColorFilter requestBody: description: Action parameters content: application/json: schema: type: object properties: color: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: workbookTableColumn-id in: path description: The unique identifier of workbookTableColumn required: true schema: type: string x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyFontColorFilter' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyIconFilter': description: Provides operations to call the applyIconFilter method. post: tags: - drives.Actions summary: Invoke action applyIconFilter operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.filter.applyIconFilter requestBody: description: Action parameters content: application/json: schema: type: object properties: icon: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookIcon' - type: object nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: workbookTableColumn-id in: path description: The unique identifier of workbookTableColumn required: true schema: type: string x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyIconFilter' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyTopItemsFilter': description: Provides operations to call the applyTopItemsFilter method. post: tags: - drives.Actions summary: Invoke action applyTopItemsFilter operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.filter.applyTopItemsFilter requestBody: description: Action parameters content: application/json: schema: type: object properties: count: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: workbookTableColumn-id in: path description: The unique identifier of workbookTableColumn required: true schema: type: string x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyTopItemsFilter' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyTopPercentFilter': description: Provides operations to call the applyTopPercentFilter method. post: tags: - drives.Actions summary: Invoke action applyTopPercentFilter operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.filter.applyTopPercentFilter requestBody: description: Action parameters content: application/json: schema: type: object properties: percent: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: workbookTableColumn-id in: path description: The unique identifier of workbookTableColumn required: true schema: type: string x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyTopPercentFilter' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyValuesFilter': description: Provides operations to call the applyValuesFilter method. post: tags: - drives.Actions summary: Invoke action applyValuesFilter operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.filter.applyValuesFilter requestBody: description: Action parameters content: application/json: schema: type: object properties: values: { } required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: workbookTableColumn-id in: path description: The unique identifier of workbookTableColumn required: true schema: type: string x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyValuesFilter' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear': description: Provides operations to call the clear method. post: tags: - drives.Actions summary: Invoke action clear description: Clear the filter on the given column. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/filter-clear?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.filter.clear responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: workbookTableColumn-id in: path description: The unique identifier of workbookTableColumn required: true schema: type: string x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/clear' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()': description: Provides operations to call the dataBodyRange method. get: tags: - drives.Functions summary: Invoke function dataBodyRange description: Gets the range object associated with the data body of the column. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/tablecolumn-databodyrange?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.dataBodyRange responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookRange' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: workbookTableColumn-id in: path description: The unique identifier of workbookTableColumn required: true schema: type: string x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/dataBodyRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/dataBodyRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/dataBodyRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/dataBodyRange()' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()': description: Provides operations to call the headerRowRange method. get: tags: - drives.Functions summary: Invoke function headerRowRange description: Gets the range object associated with the header row of the column. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/tablecolumn-headerrowrange?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.headerRowRange responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookRange' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: workbookTableColumn-id in: path description: The unique identifier of workbookTableColumn required: true schema: type: string x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/headerRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/headerRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/headerRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/headerRowRange()' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()': description: Provides operations to call the range method. get: tags: - drives.Functions summary: Invoke function range description: Gets the range object associated with the entire column. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/tablecolumn-range?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.range responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookRange' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: workbookTableColumn-id in: path description: The unique identifier of workbookTableColumn required: true schema: type: string x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/range()' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()': description: Provides operations to call the totalRowRange method. get: tags: - drives.Functions summary: Invoke function totalRowRange description: Gets the range object associated with the totals row of the column. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/tablecolumn-totalrowrange?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.totalRowRange responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookRange' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: workbookTableColumn-id in: path description: The unique identifier of workbookTableColumn required: true schema: type: string x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/totalRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/totalRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/totalRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/totalRowRange()' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/add': description: Provides operations to call the add method. post: tags: - drives.Actions summary: Invoke action add description: Adds a new column to the table. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/tablecolumncollection-add?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.add requestBody: description: Action parameters content: application/json: schema: type: object properties: index: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 nullable: true values: { } name: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookTableColumn' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/add' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/add' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/add' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/add' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/add' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/add' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/add' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/add' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/add' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/count()': description: Provides operations to call the count method. get: tags: - drives.Functions summary: Invoke function count operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.count responses: 2XX: description: Success content: application/json: schema: type: object properties: value: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/count' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/count()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/count()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/count()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/count()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/count()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/count()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/count()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/count()' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})': description: Provides operations to call the itemAt method. get: tags: - drives.Functions summary: Invoke function itemAt description: Gets a column based on its position in the collection. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/tablecolumncollection-itemat?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.itemAt responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookTableColumn' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/itemAt(index={index})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/itemAt(index={index})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/itemAt(index={index})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/itemAt(index={index})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/filter': description: Provides operations to manage the filter property of the microsoft.graph.workbookTableColumn entity. get: tags: - drives.driveItem summary: Get filter from drives description: Retrieve the filter applied to the column. Read-only. operationId: drives.items.workbook.worksheets.tables.columns.itemAt.GetFilter parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookFilter' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property filter in drives operationId: drives.items.workbook.worksheets.tables.columns.itemAt.UpdateFilter requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookFilter' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookFilter' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property filter for drives operationId: drives.items.workbook.worksheets.tables.columns.itemAt.DeleteFilter parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/filter' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/dataBodyRange()': description: Provides operations to call the dataBodyRange method. get: tags: - drives.Functions summary: Invoke function dataBodyRange description: Gets the range object associated with the data body of the column. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/tablecolumn-databodyrange?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.itemAt.dataBodyRange responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookRange' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/dataBodyRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/dataBodyRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/dataBodyRange()' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/headerRowRange()': description: Provides operations to call the headerRowRange method. get: tags: - drives.Functions summary: Invoke function headerRowRange description: Gets the range object associated with the header row of the column. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/tablecolumn-headerrowrange?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.itemAt.headerRowRange responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookRange' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/headerRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/headerRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/headerRowRange()' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/range()': description: Provides operations to call the range method. get: tags: - drives.Functions summary: Invoke function range description: Gets the range object associated with the entire column. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/tablecolumn-range?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.itemAt.range responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookRange' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/range()' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/totalRowRange()': description: Provides operations to call the totalRowRange method. get: tags: - drives.Functions summary: Invoke function totalRowRange description: Gets the range object associated with the totals row of the column. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/tablecolumn-totalrowrange?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.itemAt.totalRowRange responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookRange' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/totalRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/totalRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/totalRowRange()' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/clearFilters': description: Provides operations to call the clearFilters method. post: tags: - drives.Actions summary: Invoke action clearFilters description: Clears all the filters currently applied on the table. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/table-clearfilters?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.clearFilters responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/clearFilters' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/clearFilters' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/clearFilters' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/convertToRange': description: Provides operations to call the convertToRange method. post: tags: - drives.Actions summary: Invoke action convertToRange description: Converts the table into a normal range of cells. All data is preserved. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/table-converttorange?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.convertToRange responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookRange' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/convertToRange' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/convertToRange' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/convertToRange' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()': description: Provides operations to call the dataBodyRange method. get: tags: - drives.Functions summary: Invoke function dataBodyRange description: Gets the range object associated with the data body of the table. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/table-databodyrange?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.dataBodyRange responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookRange' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/dataBodyRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/dataBodyRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/dataBodyRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/dataBodyRange()' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()': description: Provides operations to call the headerRowRange method. get: tags: - drives.Functions summary: Invoke function headerRowRange description: Gets the range object associated with header row of the table. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/table-headerrowrange?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.headerRowRange responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookRange' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/headerRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/headerRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/headerRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/headerRowRange()' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()': description: Provides operations to call the range method. get: tags: - drives.Functions summary: Invoke function range description: Get the range object associated with the entire table. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/table-range?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.range responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookRange' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/range()' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/reapplyFilters': description: Provides operations to call the reapplyFilters method. post: tags: - drives.Actions summary: Invoke action reapplyFilters description: Reapplies all the filters currently on the table. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/table-reapplyfilters?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.reapplyFilters responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/reapplyFilters' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/reapplyFilters' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/reapplyFilters' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()': description: Provides operations to call the totalRowRange method. get: tags: - drives.Functions summary: Invoke function totalRowRange description: Gets the range object associated with totals row of the table. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/table-totalrowrange?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.totalRowRange responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookRange' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/totalRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/totalRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/totalRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/totalRowRange()' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows': description: Provides operations to manage the rows property of the microsoft.graph.workbookTable entity. get: tags: - drives.driveItem summary: Get rows from drives description: Represents a collection of all the rows in the table. Read-only. operationId: drives.items.workbook.worksheets.tables.ListRows parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.workbookTableRowCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - drives.driveItem summary: Create new navigation property to rows for drives operationId: drives.items.workbook.worksheets.tables.CreateRows requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookTableRow' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookTableRow' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/rows' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/rows' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}': description: Provides operations to manage the rows property of the microsoft.graph.workbookTable entity. get: tags: - drives.driveItem summary: Get rows from drives description: Represents a collection of all the rows in the table. Read-only. operationId: drives.items.workbook.worksheets.tables.GetRows parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookTableRow' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property rows in drives operationId: drives.items.workbook.worksheets.tables.UpdateRows requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookTableRow' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookTableRow' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property rows for drives operationId: drives.items.workbook.worksheets.tables.DeleteRows parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: workbookTableRow-id in: path description: The unique identifier of workbookTableRow required: true schema: type: string x-ms-docs-key-type: workbookTableRow x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()': description: Provides operations to call the range method. get: tags: - drives.Functions summary: Invoke function range operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.rows.workbookTableRow.range responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookRange' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: workbookTableRow-id in: path description: The unique identifier of workbookTableRow required: true schema: type: string x-ms-docs-key-type: workbookTableRow x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/range()' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/add': description: Provides operations to call the add method. post: tags: - drives.Actions summary: Invoke action add description: 'Adds rows to the end of the table. Note that the API can accept multiple rows data using this API. Adding one row at a time could lead to performance degradation. The recommended approach would be to batch the rows together in a single call rather than doing single row insertion. For best results, collect the rows to be inserted on the application side and perform single rows add operation. Experiment with the number of rows to determine the ideal number of rows to use in single API call. ' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/tablerowcollection-add?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.rows.add requestBody: description: Action parameters content: application/json: schema: type: object properties: index: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 nullable: true values: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookTableRow' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/add' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/add' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/add' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/add' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/add' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/add' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/add' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/add' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/add' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/count()': description: Provides operations to call the count method. get: tags: - drives.Functions summary: Invoke function count operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.rows.count responses: 2XX: description: Success content: application/json: schema: type: object properties: value: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/count' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/count()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/count()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/count()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/count()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/count()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/count()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/count()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/count()' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/itemAt(index={index})': description: Provides operations to call the itemAt method. get: tags: - drives.Functions summary: Invoke function itemAt description: Gets a row based on its position in the collection. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/tablerowcollection-itemat?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.rows.itemAt responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookTableRow' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/itemAt(index={index})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/itemAt(index={index})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/itemAt(index={index})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/itemAt(index={index})/range()': description: Provides operations to call the range method. get: tags: - drives.Functions summary: Invoke function range operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.rows.itemAt.range responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookRange' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/range()' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort': description: Provides operations to manage the sort property of the microsoft.graph.workbookTable entity. get: tags: - drives.driveItem summary: Get sort from drives description: Represents the sorting for the table. Read-only. operationId: drives.items.workbook.worksheets.tables.GetSort parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookTableSort' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property sort in drives operationId: drives.items.workbook.worksheets.tables.UpdateSort requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookTableSort' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookTableSort' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property sort for drives operationId: drives.items.workbook.worksheets.tables.DeleteSort parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/sort' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/sort' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/apply': description: Provides operations to call the apply method. post: tags: - drives.Actions summary: Invoke action apply description: Perform a sort operation. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/tablesort-apply?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.sort.apply requestBody: description: Action parameters content: application/json: schema: type: object properties: fields: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookSortField' matchCase: type: boolean default: false method: type: string required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/apply' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/apply' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/apply' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/clear': description: Provides operations to call the clear method. post: tags: - drives.Actions summary: Invoke action clear description: 'Clears the sorting that is currently on the table. While this doesn''t modify the table''s ordering, it clears the state of the header buttons.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/tablesort-clear?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.sort.clear responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/line/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/clear' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/reapply': description: Provides operations to call the reapply method. post: tags: - drives.Actions summary: Invoke action reapply description: Reapplies the current sorting parameters to the table. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/tablesort-reapply?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.sort.reapply responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/reapply' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/worksheet': description: Provides operations to manage the worksheet property of the microsoft.graph.workbookTable entity. get: tags: - drives.driveItem summary: Get worksheet from drives description: The worksheet containing the current table. Read-only. operationId: drives.items.workbook.worksheets.tables.GetWorksheet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/worksheet' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/worksheet' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/worksheet' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/add': description: Provides operations to call the add method. post: tags: - drives.Actions summary: Invoke action add description: Use this API to create a new Table. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/workbook-post-tables?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.add requestBody: description: Action parameters content: application/json: schema: type: object properties: address: type: string nullable: true hasHeaders: type: boolean default: false required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookTable' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/add' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/add' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/add' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/add' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/add' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/add' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/add' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/add' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/add' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/count()': description: Provides operations to call the count method. get: tags: - drives.Functions summary: Invoke function count operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.count responses: 2XX: description: Success content: application/json: schema: type: object properties: value: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/count' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/count()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/count()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/count()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/count()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/count()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/count()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/count()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/count()' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})': description: Provides operations to call the itemAt method. get: tags: - drives.Functions summary: Invoke function itemAt operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.itemAt responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookTable' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/itemAt(index={index})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/itemAt(index={index})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/itemAt(index={index})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/itemAt(index={index})' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/columns': description: Provides operations to manage the columns property of the microsoft.graph.workbookTable entity. get: tags: - drives.driveItem summary: Get columns from drives description: Represents a collection of all the columns in the table. Read-only. operationId: drives.items.workbook.worksheets.tables.itemAt.ListColumns parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.workbookTableColumnCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - drives.driveItem summary: Create new navigation property to columns for drives operationId: drives.items.workbook.worksheets.tables.itemAt.CreateColumns requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookTableColumn' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookTableColumn' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/columns' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/clearFilters': description: Provides operations to call the clearFilters method. post: tags: - drives.Actions summary: Invoke action clearFilters description: Clears all the filters currently applied on the table. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/table-clearfilters?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.itemAt.clearFilters responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/clearFilters' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/clearFilters' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/clearFilters' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/convertToRange': description: Provides operations to call the convertToRange method. post: tags: - drives.Actions summary: Invoke action convertToRange description: Converts the table into a normal range of cells. All data is preserved. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/table-converttorange?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.itemAt.convertToRange responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookRange' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/convertToRange' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/convertToRange' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/convertToRange' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/dataBodyRange()': description: Provides operations to call the dataBodyRange method. get: tags: - drives.Functions summary: Invoke function dataBodyRange description: Gets the range object associated with the data body of the table. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/table-databodyrange?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.itemAt.dataBodyRange responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookRange' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/dataBodyRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/dataBodyRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/dataBodyRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/headerRowRange()': description: Provides operations to call the headerRowRange method. get: tags: - drives.Functions summary: Invoke function headerRowRange description: Gets the range object associated with header row of the table. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/table-headerrowrange?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.itemAt.headerRowRange responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookRange' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/headerRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/headerRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/headerRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/range()': description: Provides operations to call the range method. get: tags: - drives.Functions summary: Invoke function range description: Get the range object associated with the entire table. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/table-range?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.itemAt.range responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookRange' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/reapplyFilters': description: Provides operations to call the reapplyFilters method. post: tags: - drives.Actions summary: Invoke action reapplyFilters description: Reapplies all the filters currently on the table. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/table-reapplyfilters?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.itemAt.reapplyFilters responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/reapplyFilters' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/reapplyFilters' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/reapplyFilters' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/totalRowRange()': description: Provides operations to call the totalRowRange method. get: tags: - drives.Functions summary: Invoke function totalRowRange description: Gets the range object associated with totals row of the table. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/table-totalrowrange?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.itemAt.totalRowRange responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookRange' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/totalRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/totalRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/totalRowRange()' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/rows': description: Provides operations to manage the rows property of the microsoft.graph.workbookTable entity. get: tags: - drives.driveItem summary: Get rows from drives description: Represents a collection of all the rows in the table. Read-only. operationId: drives.items.workbook.worksheets.tables.itemAt.ListRows parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.workbookTableRowCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - drives.driveItem summary: Create new navigation property to rows for drives operationId: drives.items.workbook.worksheets.tables.itemAt.CreateRows requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookTableRow' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookTableRow' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/rows' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/sort': description: Provides operations to manage the sort property of the microsoft.graph.workbookTable entity. get: tags: - drives.driveItem summary: Get sort from drives description: Represents the sorting for the table. Read-only. operationId: drives.items.workbook.worksheets.tables.itemAt.GetSort parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookTableSort' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.driveItem summary: Update the navigation property sort in drives operationId: drives.items.workbook.worksheets.tables.itemAt.UpdateSort requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookTableSort' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookTableSort' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.driveItem summary: Delete navigation property sort for drives operationId: drives.items.workbook.worksheets.tables.itemAt.DeleteSort parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/sort' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/worksheet': description: Provides operations to manage the worksheet property of the microsoft.graph.workbookTable entity. get: tags: - drives.driveItem summary: Get worksheet from drives description: The worksheet containing the current table. Read-only. operationId: drives.items.workbook.worksheets.tables.itemAt.GetWorksheet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/worksheet' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/itemAt(index={index})/worksheet' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/worksheet' '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/$count': description: Provides operations to count the resources in the collection. get: tags: - drives.driveItem summary: Get the number of the resource operationId: drives.items.workbook.worksheets.GetCount-98c0 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/add': description: Provides operations to call the add method. post: tags: - drives.Actions summary: Invoke action add description: 'Add a new worksheet to the workbook. The worksheet is added at the end of existing worksheets. If you want to activate the newly added worksheet, call .activate() on it.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/worksheetcollection-add?view=graph-rest-1.0 operationId: drives.drive.items.driveItem.workbook.worksheets.add requestBody: description: Action parameters content: application/json: schema: type: object properties: name: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/workbook/names/add' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/add' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/add' - '/drives/{drive-id}/items/{driveItem-id}/workbook/tables/add' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/add' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/add' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/add' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/add' - '/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/add' '/drives/{drive-id}/items/$count': description: Provides operations to count the resources in the collection. get: tags: - drives.driveItem summary: Get the number of the resource operationId: drives.items.GetCount-9c16 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive '/drives/{drive-id}/lastModifiedByUser': description: Provides operations to manage the lastModifiedByUser property of the microsoft.graph.baseItem entity. get: tags: - drives.user summary: Get lastModifiedByUser from drives description: Identity of the user who last modified the item. Read-only. operationId: drives.GetLastModifiedByUser parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser' - '/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser' - '/drives/{drive-id}/list/lastModifiedByUser' '/drives/{drive-id}/lastModifiedByUser/mailboxSettings': get: tags: - drives.user summary: Get mailboxSettings property value description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' operationId: drives.lastModifiedByUser.GetMailboxSettings parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' patch: tags: - drives.user summary: Update property mailboxSettings value. operationId: drives.lastModifiedByUser.UpdateMailboxSettings requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive '/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors': get: tags: - drives.user summary: Get serviceProvisioningErrors property value description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' operationId: drives.lastModifiedByUser.ListServiceProvisioningErrors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive '/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors/$count': description: Provides operations to count the resources in the collection. get: tags: - drives.user summary: Get the number of the resource operationId: drives.lastModifiedByUser.ServiceProvisioningErrors.GetCount-54d5 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive '/drives/{drive-id}/list': description: Provides operations to manage the list property of the microsoft.graph.drive entity. get: tags: - drives.list summary: Get list from drives description: 'For drives in SharePoint, the underlying document library list. Read-only. Nullable.' operationId: drives.GetList parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.list' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.list summary: Update the navigation property list in drives operationId: drives.UpdateList requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.list' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.list' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.list summary: Delete navigation property list for drives operationId: drives.DeleteList parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive '/drives/{drive-id}/list/columns': description: Provides operations to manage the columns property of the microsoft.graph.list entity. get: tags: - drives.list summary: Get columns from drives description: The collection of field definitions for this list. operationId: drives.list.ListColumns parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - drives.list summary: Create new navigation property to columns for drives operationId: drives.list.CreateColumns requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive '/drives/{drive-id}/list/columns/{columnDefinition-id}': description: Provides operations to manage the columns property of the microsoft.graph.list entity. get: tags: - drives.list summary: Get columns from drives description: The collection of field definitions for this list. operationId: drives.list.GetColumns parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.list summary: Update the navigation property columns in drives operationId: drives.list.UpdateColumns requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.list summary: Delete navigation property columns for drives operationId: drives.list.DeleteColumns parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: columnDefinition-id in: path description: The unique identifier of columnDefinition required: true schema: type: string x-ms-docs-key-type: columnDefinition '/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn': description: Provides operations to manage the sourceColumn property of the microsoft.graph.columnDefinition entity. get: tags: - drives.list summary: Get sourceColumn from drives description: The source column for the content type column. operationId: drives.list.columns.GetSourceColumn parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: columnDefinition-id in: path description: The unique identifier of columnDefinition required: true schema: type: string x-ms-docs-key-type: columnDefinition x-ms-docs-grouped-path: - '/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn' '/drives/{drive-id}/list/columns/$count': description: Provides operations to count the resources in the collection. get: tags: - drives.list summary: Get the number of the resource operationId: drives.list.columns.GetCount-5e2e parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive '/drives/{drive-id}/list/contentTypes': description: Provides operations to manage the contentTypes property of the microsoft.graph.list entity. get: tags: - drives.list summary: Get contentTypes from drives description: The collection of content types present in this list. operationId: drives.list.ListContentTypes parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.contentTypeCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - drives.list summary: Create new navigation property to contentTypes for drives operationId: drives.list.CreateContentTypes requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive '/drives/{drive-id}/list/contentTypes/{contentType-id}': description: Provides operations to manage the contentTypes property of the microsoft.graph.list entity. get: tags: - drives.list summary: Get contentTypes from drives description: The collection of content types present in this list. operationId: drives.list.GetContentTypes parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.list summary: Update the navigation property contentTypes in drives operationId: drives.list.UpdateContentTypes requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.list summary: Delete navigation property contentTypes for drives operationId: drives.list.DeleteContentTypes parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType '/drives/{drive-id}/list/contentTypes/{contentType-id}/base': description: Provides operations to manage the base property of the microsoft.graph.contentType entity. get: tags: - drives.list summary: Get base from drives description: Parent contentType from which this content type is derived. operationId: drives.list.contentTypes.GetBase parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType '/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes': description: Provides operations to manage the baseTypes property of the microsoft.graph.contentType entity. get: tags: - drives.list summary: Get baseTypes from drives description: The collection of content types that are ancestors of this content type. operationId: drives.list.contentTypes.ListBaseTypes parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.contentTypeCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType '/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}': description: Provides operations to manage the baseTypes property of the microsoft.graph.contentType entity. get: tags: - drives.list summary: Get baseTypes from drives description: The collection of content types that are ancestors of this content type. operationId: drives.list.contentTypes.GetBaseTypes parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType - name: contentType-id1 in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType '/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count': description: Provides operations to count the resources in the collection. get: tags: - drives.list summary: Get the number of the resource operationId: drives.list.contentTypes.baseTypes.GetCount-95ae parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType '/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks': description: Provides operations to manage the columnLinks property of the microsoft.graph.contentType entity. get: tags: - drives.list summary: Get columnLinks from drives description: The collection of columns that are required by this content type. operationId: drives.list.contentTypes.ListColumnLinks parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.columnLinkCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - drives.list summary: Create new navigation property to columnLinks for drives operationId: drives.list.contentTypes.CreateColumnLinks requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnLink' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnLink' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType '/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}': description: Provides operations to manage the columnLinks property of the microsoft.graph.contentType entity. get: tags: - drives.list summary: Get columnLinks from drives description: The collection of columns that are required by this content type. operationId: drives.list.contentTypes.GetColumnLinks parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnLink' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.list summary: Update the navigation property columnLinks in drives operationId: drives.list.contentTypes.UpdateColumnLinks requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnLink' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnLink' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.list summary: Delete navigation property columnLinks for drives operationId: drives.list.contentTypes.DeleteColumnLinks parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType - name: columnLink-id in: path description: The unique identifier of columnLink required: true schema: type: string x-ms-docs-key-type: columnLink '/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count': description: Provides operations to count the resources in the collection. get: tags: - drives.list summary: Get the number of the resource operationId: drives.list.contentTypes.columnLinks.GetCount-e5f5 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType '/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions': description: Provides operations to manage the columnPositions property of the microsoft.graph.contentType entity. get: tags: - drives.list summary: Get columnPositions from drives description: Column order information in a content type. operationId: drives.list.contentTypes.ListColumnPositions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType '/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}': description: Provides operations to manage the columnPositions property of the microsoft.graph.contentType entity. get: tags: - drives.list summary: Get columnPositions from drives description: Column order information in a content type. operationId: drives.list.contentTypes.GetColumnPositions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType - name: columnDefinition-id in: path description: The unique identifier of columnDefinition required: true schema: type: string x-ms-docs-key-type: columnDefinition '/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count': description: Provides operations to count the resources in the collection. get: tags: - drives.list summary: Get the number of the resource operationId: drives.list.contentTypes.columnPositions.GetCount-6cb6 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType '/drives/{drive-id}/list/contentTypes/{contentType-id}/columns': description: Provides operations to manage the columns property of the microsoft.graph.contentType entity. get: tags: - drives.list summary: Get columns from drives description: The collection of column definitions for this content type. operationId: drives.list.contentTypes.ListColumns parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - drives.list summary: Create new navigation property to columns for drives operationId: drives.list.contentTypes.CreateColumns requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType '/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}': description: Provides operations to manage the columns property of the microsoft.graph.contentType entity. get: tags: - drives.list summary: Get columns from drives description: The collection of column definitions for this content type. operationId: drives.list.contentTypes.GetColumns parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.list summary: Update the navigation property columns in drives operationId: drives.list.contentTypes.UpdateColumns requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.list summary: Delete navigation property columns for drives operationId: drives.list.contentTypes.DeleteColumns parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType - name: columnDefinition-id in: path description: The unique identifier of columnDefinition required: true schema: type: string x-ms-docs-key-type: columnDefinition '/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn': description: Provides operations to manage the sourceColumn property of the microsoft.graph.columnDefinition entity. get: tags: - drives.list summary: Get sourceColumn from drives description: The source column for the content type column. operationId: drives.list.contentTypes.columns.GetSourceColumn parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType - name: columnDefinition-id in: path description: The unique identifier of columnDefinition required: true schema: type: string x-ms-docs-key-type: columnDefinition x-ms-docs-grouped-path: - '/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn' '/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count': description: Provides operations to count the resources in the collection. get: tags: - drives.list summary: Get the number of the resource operationId: drives.list.contentTypes.columns.GetCount-4b13 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType '/drives/{drive-id}/list/contentTypes/{contentType-id}/associateWithHubSites': description: Provides operations to call the associateWithHubSites method. post: tags: - drives.Actions summary: Invoke action associateWithHubSites description: Associate a published content type present in a content type hub with a list of hub sites. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0 operationId: drives.drive.list.contentTypes.contentType.associateWithHubSites requestBody: description: Action parameters content: application/json: schema: type: object properties: hubSiteUrls: type: array items: type: string propagateToExistingLists: type: boolean default: false nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType '/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation': description: Provides operations to call the copyToDefaultContentLocation method. post: tags: - drives.Actions summary: Invoke action copyToDefaultContentLocation description: Copy a file to a default content location in a content type. The file can then be added as a default file or template via a POST operation. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0 operationId: drives.drive.list.contentTypes.contentType.copyToDefaultContentLocation requestBody: description: Action parameters content: application/json: schema: type: object properties: sourceFile: $ref: '#/components/schemas/microsoft.graph.itemReference' destinationFileName: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType '/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished()': description: Provides operations to call the isPublished method. get: tags: - drives.Functions summary: Invoke function isPublished description: Check the publishing status of a contentType in a content type hub site. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0 operationId: drives.drive.list.contentTypes.contentType.isPublished responses: 2XX: description: Success content: application/json: schema: type: object properties: value: type: boolean default: false 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType '/drives/{drive-id}/list/contentTypes/{contentType-id}/publish': description: Provides operations to call the publish method. post: tags: - drives.Actions summary: Invoke action publish description: Publishes a contentType present in the content type hub site. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0 operationId: drives.drive.list.contentTypes.contentType.publish responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType '/drives/{drive-id}/list/contentTypes/{contentType-id}/unpublish': description: Provides operations to call the unpublish method. post: tags: - drives.Actions summary: Invoke action unpublish description: Unpublish a contentType from a content type hub site. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0 operationId: drives.drive.list.contentTypes.contentType.unpublish responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType '/drives/{drive-id}/list/contentTypes/$count': description: Provides operations to count the resources in the collection. get: tags: - drives.list summary: Get the number of the resource operationId: drives.list.contentTypes.GetCount-5838 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive '/drives/{drive-id}/list/contentTypes/addCopy': description: Provides operations to call the addCopy method. post: tags: - drives.Actions summary: Invoke action addCopy description: Add a copy of a content type from a site to a list. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0 operationId: drives.drive.list.contentTypes.addCopy requestBody: description: Action parameters content: application/json: schema: type: object properties: contentType: type: string required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.contentType' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive '/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub': description: Provides operations to call the addCopyFromContentTypeHub method. post: tags: - drives.Actions summary: Invoke action addCopyFromContentTypeHub description: 'Add or sync a copy of a published content type from the content type hub to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a ''push everywhere'' to ''pull as needed'' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see contentType: getCompatibleHubContentTypes and the blog post Syntex Product Updates – August 2021.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0 operationId: drives.drive.list.contentTypes.addCopyFromContentTypeHub requestBody: description: Action parameters content: application/json: schema: type: object properties: contentTypeId: type: string required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.contentType' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive '/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes()': description: Provides operations to call the getCompatibleHubContentTypes method. get: tags: - drives.Functions summary: Invoke function getCompatibleHubContentTypes description: 'Get a list of compatible content types from the content type hub that can be added to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a ''push everywhere'' to ''pull as needed'' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see contentType: addCopyFromContentTypeHub and the blog post Syntex Product Updates – August 2021.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0 operationId: drives.drive.list.contentTypes.getCompatibleHubContentTypes parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of contentType type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.contentType' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive '/drives/{drive-id}/list/createdByUser': description: Provides operations to manage the createdByUser property of the microsoft.graph.baseItem entity. get: tags: - drives.list summary: Get createdByUser from drives description: Identity of the user who created the item. Read-only. operationId: drives.list.GetCreatedByUser parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive x-ms-docs-grouped-path: - '/drives/{drive-id}/createdByUser' - '/drives/{drive-id}/items/{driveItem-id}/createdByUser' - '/drives/{drive-id}/list/items/{listItem-id}/createdByUser' '/drives/{drive-id}/list/createdByUser/mailboxSettings': get: tags: - drives.list summary: Get mailboxSettings property value description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' operationId: drives.list.createdByUser.GetMailboxSettings parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' patch: tags: - drives.list summary: Update property mailboxSettings value. operationId: drives.list.createdByUser.UpdateMailboxSettings requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive '/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors': get: tags: - drives.list summary: Get serviceProvisioningErrors property value description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' operationId: drives.list.createdByUser.ListServiceProvisioningErrors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive '/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors/$count': description: Provides operations to count the resources in the collection. get: tags: - drives.list summary: Get the number of the resource operationId: drives.list.createdByUser.ServiceProvisioningErrors.GetCount-63ab parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive '/drives/{drive-id}/list/drive': description: Provides operations to manage the drive property of the microsoft.graph.list entity. get: tags: - drives.list summary: Get drive from drives description: Allows access to the list as a drive resource with driveItems. Only present on document libraries. operationId: drives.list.GetDrive parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.drive' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive '/drives/{drive-id}/list/items': description: Provides operations to manage the items property of the microsoft.graph.list entity. get: tags: - drives.list summary: Get items from drives description: All items contained in the list. operationId: drives.list.ListItems parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.listItemCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - drives.list summary: Create new navigation property to items for drives operationId: drives.list.CreateItems requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItem' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive '/drives/{drive-id}/list/items/{listItem-id}': description: Provides operations to manage the items property of the microsoft.graph.list entity. get: tags: - drives.list summary: Get items from drives description: All items contained in the list. operationId: drives.list.GetItems parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.list summary: Update the navigation property items in drives operationId: drives.list.UpdateItems requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItem' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.list summary: Delete navigation property items for drives operationId: drives.list.DeleteItems parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem '/drives/{drive-id}/list/items/{listItem-id}/analytics': description: Provides operations to manage the analytics property of the microsoft.graph.listItem entity. get: tags: - drives.list summary: Get analytics from drives description: Analytics about the view activities that took place on this item. operationId: drives.list.items.GetAnalytics parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemAnalytics' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem '/drives/{drive-id}/list/items/{listItem-id}/createdByUser': description: Provides operations to manage the createdByUser property of the microsoft.graph.baseItem entity. get: tags: - drives.list summary: Get createdByUser from drives description: Identity of the user who created the item. Read-only. operationId: drives.list.items.GetCreatedByUser parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem x-ms-docs-grouped-path: - '/drives/{drive-id}/createdByUser' - '/drives/{drive-id}/items/{driveItem-id}/createdByUser' - '/drives/{drive-id}/list/createdByUser' '/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings': get: tags: - drives.list summary: Get mailboxSettings property value description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' operationId: drives.list.items.createdByUser.GetMailboxSettings parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' patch: tags: - drives.list summary: Update property mailboxSettings value. operationId: drives.list.items.createdByUser.UpdateMailboxSettings requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem '/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors': get: tags: - drives.list summary: Get serviceProvisioningErrors property value description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' operationId: drives.list.items.createdByUser.ListServiceProvisioningErrors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem '/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count': description: Provides operations to count the resources in the collection. get: tags: - drives.list summary: Get the number of the resource operationId: drives.list.items.createdByUser.ServiceProvisioningErrors.GetCount-5900 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem '/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions': description: Provides operations to manage the documentSetVersions property of the microsoft.graph.listItem entity. get: tags: - drives.list summary: Get documentSetVersions from drives description: Version information for a document set version created by a user. operationId: drives.list.items.ListDocumentSetVersions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.documentSetVersionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - drives.list summary: Create new navigation property to documentSetVersions for drives operationId: drives.list.items.CreateDocumentSetVersions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem '/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}': description: Provides operations to manage the documentSetVersions property of the microsoft.graph.listItem entity. get: tags: - drives.list summary: Get documentSetVersions from drives description: Version information for a document set version created by a user. operationId: drives.list.items.GetDocumentSetVersions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.list summary: Update the navigation property documentSetVersions in drives operationId: drives.list.items.UpdateDocumentSetVersions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.list summary: Delete navigation property documentSetVersions for drives operationId: drives.list.items.DeleteDocumentSetVersions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem - name: documentSetVersion-id in: path description: The unique identifier of documentSetVersion required: true schema: type: string x-ms-docs-key-type: documentSetVersion '/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields': description: Provides operations to manage the fields property of the microsoft.graph.listItemVersion entity. get: tags: - drives.list summary: Get fields from drives description: A collection of the fields and values for this version of the list item. operationId: drives.list.items.documentSetVersions.GetFields parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.list summary: Update the navigation property fields in drives operationId: drives.list.items.documentSetVersions.UpdateFields requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.list summary: Delete navigation property fields for drives operationId: drives.list.items.documentSetVersions.DeleteFields parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem - name: documentSetVersion-id in: path description: The unique identifier of documentSetVersion required: true schema: type: string x-ms-docs-key-type: documentSetVersion x-ms-docs-grouped-path: - '/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields' '/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore': description: Provides operations to call the restore method. post: tags: - drives.Actions summary: Invoke action restore description: Restore a document set version. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0 operationId: drives.drive.list.items.listItem.documentSetVersions.documentSetVersion.restore responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem - name: documentSetVersion-id in: path description: The unique identifier of documentSetVersion required: true schema: type: string x-ms-docs-key-type: documentSetVersion x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/restore' '/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count': description: Provides operations to count the resources in the collection. get: tags: - drives.list summary: Get the number of the resource operationId: drives.list.items.documentSetVersions.GetCount-7796 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem '/drives/{drive-id}/list/items/{listItem-id}/driveItem': description: Provides operations to manage the driveItem property of the microsoft.graph.listItem entity. get: tags: - drives.list summary: Get driveItem from drives description: 'For document libraries, the driveItem relationship exposes the listItem as a driveItem' operationId: drives.list.items.GetDriveItem parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem '/drives/{drive-id}/list/items/{listItem-id}/driveItem/content': description: Provides operations to manage the media for the drive entity. get: tags: - drives.list summary: Get content for the navigation property driveItem from drives description: 'The content stream, if the item represents a file.' operationId: drives.list.items.GetDriveItemContent parameters: - name: $format in: query description: Format of the content schema: type: string responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - drives.list summary: Update content for the navigation property driveItem in drives description: 'The content stream, if the item represents a file.' operationId: drives.list.items.UpdateDriveItemContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - drives.list summary: Delete content for the navigation property driveItem in drives description: 'The content stream, if the item represents a file.' operationId: drives.list.items.DeleteDriveItemContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem '/drives/{drive-id}/list/items/{listItem-id}/fields': description: Provides operations to manage the fields property of the microsoft.graph.listItem entity. get: tags: - drives.list summary: Get fields from drives description: The values of the columns set on this list item. operationId: drives.list.items.GetFields parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.list summary: Update the navigation property fields in drives operationId: drives.list.items.UpdateFields requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.list summary: Delete navigation property fields for drives operationId: drives.list.items.DeleteFields parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem '/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser': description: Provides operations to manage the lastModifiedByUser property of the microsoft.graph.baseItem entity. get: tags: - drives.list summary: Get lastModifiedByUser from drives description: Identity of the user who last modified the item. Read-only. operationId: drives.list.items.GetLastModifiedByUser parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser' - '/drives/{drive-id}/lastModifiedByUser' - '/drives/{drive-id}/list/lastModifiedByUser' '/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings': get: tags: - drives.list summary: Get mailboxSettings property value description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' operationId: drives.list.items.lastModifiedByUser.GetMailboxSettings parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' patch: tags: - drives.list summary: Update property mailboxSettings value. operationId: drives.list.items.lastModifiedByUser.UpdateMailboxSettings requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem '/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors': get: tags: - drives.list summary: Get serviceProvisioningErrors property value description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' operationId: drives.list.items.lastModifiedByUser.ListServiceProvisioningErrors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem '/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count': description: Provides operations to count the resources in the collection. get: tags: - drives.list summary: Get the number of the resource operationId: drives.list.items.lastModifiedByUser.ServiceProvisioningErrors.GetCount-06dd parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem '/drives/{drive-id}/list/items/{listItem-id}/createLink': description: Provides operations to call the createLink method. post: tags: - drives.Actions summary: Invoke action createLink operationId: drives.drive.list.items.listItem.createLink requestBody: description: Action parameters content: application/json: schema: type: object properties: type: type: string nullable: true scope: type: string nullable: true expirationDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string format: date-time nullable: true password: type: string nullable: true message: type: string nullable: true recipients: type: array items: $ref: '#/components/schemas/microsoft.graph.driveRecipient' retainInheritedPermissions: type: boolean default: false nullable: true sendNotification: type: boolean default: false nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.permission' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/createLink' '/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval()': description: Provides operations to call the getActivitiesByInterval method. get: tags: - drives.Functions summary: Invoke function getActivitiesByInterval operationId: drives.drive.list.items.listItem.getActivitiesByInterval-4c35 parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of itemActivityStat type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.itemActivityStat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval()' - '/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval(startDateTime=''{startDateTime}'',endDateTime=''{endDateTime}'',interval=''{interval}'')' - '/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval(startDateTime=''{startDateTime}'',endDateTime=''{endDateTime}'',interval=''{interval}'')' '/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval(startDateTime=''{startDateTime}'',endDateTime=''{endDateTime}'',interval=''{interval}'')': description: Provides operations to call the getActivitiesByInterval method. get: tags: - drives.Functions summary: Invoke function getActivitiesByInterval operationId: drives.drive.list.items.listItem.getActivitiesByInterval-ad27 parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of itemActivityStat type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.itemActivityStat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem - name: startDateTime in: path description: 'Usage: startDateTime=''{startDateTime}''' required: true schema: type: string nullable: true - name: endDateTime in: path description: 'Usage: endDateTime=''{endDateTime}''' required: true schema: type: string nullable: true - name: interval in: path description: 'Usage: interval=''{interval}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval()' - '/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval(startDateTime=''{startDateTime}'',endDateTime=''{endDateTime}'',interval=''{interval}'')' - '/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval()' '/drives/{drive-id}/list/items/{listItem-id}/versions': description: Provides operations to manage the versions property of the microsoft.graph.listItem entity. get: tags: - drives.list summary: Get versions from drives description: The list of previous versions of the list item. operationId: drives.list.items.ListVersions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.listItemVersionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - drives.list summary: Create new navigation property to versions for drives operationId: drives.list.items.CreateVersions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItemVersion' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItemVersion' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem '/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}': description: Provides operations to manage the versions property of the microsoft.graph.listItem entity. get: tags: - drives.list summary: Get versions from drives description: The list of previous versions of the list item. operationId: drives.list.items.GetVersions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItemVersion' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.list summary: Update the navigation property versions in drives operationId: drives.list.items.UpdateVersions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItemVersion' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItemVersion' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.list summary: Delete navigation property versions for drives operationId: drives.list.items.DeleteVersions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem - name: listItemVersion-id in: path description: The unique identifier of listItemVersion required: true schema: type: string x-ms-docs-key-type: listItemVersion '/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields': description: Provides operations to manage the fields property of the microsoft.graph.listItemVersion entity. get: tags: - drives.list summary: Get fields from drives description: A collection of the fields and values for this version of the list item. operationId: drives.list.items.versions.GetFields parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.list summary: Update the navigation property fields in drives operationId: drives.list.items.versions.UpdateFields requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.list summary: Delete navigation property fields for drives operationId: drives.list.items.versions.DeleteFields parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem - name: listItemVersion-id in: path description: The unique identifier of listItemVersion required: true schema: type: string x-ms-docs-key-type: listItemVersion x-ms-docs-grouped-path: - '/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields' '/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion': description: Provides operations to call the restoreVersion method. post: tags: - drives.Actions summary: Invoke action restoreVersion description: 'Restore a previous version of a ListItem to be the current version. This will create a new version with the contents of the previous version, but preserves all existing versions of the item.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0 operationId: drives.drive.list.items.listItem.versions.listItemVersion.restoreVersion responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem - name: listItemVersion-id in: path description: The unique identifier of listItemVersion required: true schema: type: string x-ms-docs-key-type: listItemVersion x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion' '/drives/{drive-id}/list/items/{listItem-id}/versions/$count': description: Provides operations to count the resources in the collection. get: tags: - drives.list summary: Get the number of the resource operationId: drives.list.items.versions.GetCount-c6e1 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem '/drives/{drive-id}/list/items/$count': description: Provides operations to count the resources in the collection. get: tags: - drives.list summary: Get the number of the resource operationId: drives.list.items.GetCount-e46a parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive '/drives/{drive-id}/list/items/delta()': description: Provides operations to call the delta method. get: tags: - drives.Functions summary: Invoke function delta description: "Get newly created, updated, or deleted list items without having to perform a full read of the entire items collection. Your app begins by calling delta without any parameters.\nThe service starts enumerating the hierarchy of the list, returning pages of items, and either an @odata.nextLink or an @odata.deltaLink.\nYour app should continue calling with the @odata.nextLink until you see an @odata.deltaLink returned. After you received all the changes, you can apply them to your local state.\nTo check for changes in the future, call delta again with the @odata.deltaLink from the previous response. The delta feed shows the latest state for each item, not each change. If an item was renamed twice, it only shows up once, with its latest name.\nThe same item might appear more than once in a delta feed, for various reasons. You should use the last occurrence you see. Items with this property should be removed from your local state." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-1.0 operationId: drives.drive.list.items.delta-fa14 parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of listItem type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.listItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/delta()' - '/drives/{drive-id}/items/{driveItem-id}/delta(token=''{token}'')' - '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/delta' - '/drives/{drive-id}/list/items/delta(token=''{token}'')' '/drives/{drive-id}/list/items/delta(token=''{token}'')': description: Provides operations to call the delta method. get: tags: - drives.Functions summary: Invoke function delta operationId: drives.drive.list.items.delta-9846 parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of listItem type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.listItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: token in: path description: 'Usage: token=''{token}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/delta()' - '/drives/{drive-id}/items/{driveItem-id}/delta(token=''{token}'')' - '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/delta' - '/drives/{drive-id}/list/items/delta()' '/drives/{drive-id}/list/lastModifiedByUser': description: Provides operations to manage the lastModifiedByUser property of the microsoft.graph.baseItem entity. get: tags: - drives.list summary: Get lastModifiedByUser from drives description: Identity of the user who last modified the item. Read-only. operationId: drives.list.GetLastModifiedByUser parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser' - '/drives/{drive-id}/lastModifiedByUser' - '/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser' '/drives/{drive-id}/list/lastModifiedByUser/mailboxSettings': get: tags: - drives.list summary: Get mailboxSettings property value description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' operationId: drives.list.lastModifiedByUser.GetMailboxSettings parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' patch: tags: - drives.list summary: Update property mailboxSettings value. operationId: drives.list.lastModifiedByUser.UpdateMailboxSettings requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive '/drives/{drive-id}/list/lastModifiedByUser/serviceProvisioningErrors': get: tags: - drives.list summary: Get serviceProvisioningErrors property value description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' operationId: drives.list.lastModifiedByUser.ListServiceProvisioningErrors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive '/drives/{drive-id}/list/lastModifiedByUser/serviceProvisioningErrors/$count': description: Provides operations to count the resources in the collection. get: tags: - drives.list summary: Get the number of the resource operationId: drives.list.lastModifiedByUser.ServiceProvisioningErrors.GetCount-d262 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive '/drives/{drive-id}/list/operations': description: Provides operations to manage the operations property of the microsoft.graph.list entity. get: tags: - drives.list summary: Get operations from drives description: The collection of long-running operations on the list. operationId: drives.list.ListOperations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.richLongRunningOperationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - drives.list summary: Create new navigation property to operations for drives operationId: drives.list.CreateOperations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive '/drives/{drive-id}/list/operations/{richLongRunningOperation-id}': description: Provides operations to manage the operations property of the microsoft.graph.list entity. get: tags: - drives.list summary: Get operations from drives description: The collection of long-running operations on the list. operationId: drives.list.GetOperations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.list summary: Update the navigation property operations in drives operationId: drives.list.UpdateOperations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.list summary: Delete navigation property operations for drives operationId: drives.list.DeleteOperations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: richLongRunningOperation-id in: path description: The unique identifier of richLongRunningOperation required: true schema: type: string x-ms-docs-key-type: richLongRunningOperation '/drives/{drive-id}/list/operations/$count': description: Provides operations to count the resources in the collection. get: tags: - drives.list summary: Get the number of the resource operationId: drives.list.operations.GetCount-e8e7 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive '/drives/{drive-id}/list/subscriptions': description: Provides operations to manage the subscriptions property of the microsoft.graph.list entity. get: tags: - drives.list summary: Get subscriptions from drives description: The set of subscriptions on the list. operationId: drives.list.ListSubscriptions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.subscriptionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - drives.list summary: Create new navigation property to subscriptions for drives operationId: drives.list.CreateSubscriptions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.subscription' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.subscription' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive '/drives/{drive-id}/list/subscriptions/{subscription-id}': description: Provides operations to manage the subscriptions property of the microsoft.graph.list entity. get: tags: - drives.list summary: Get subscriptions from drives description: The set of subscriptions on the list. operationId: drives.list.GetSubscriptions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.subscription' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - drives.list summary: Update the navigation property subscriptions in drives operationId: drives.list.UpdateSubscriptions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.subscription' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.subscription' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - drives.list summary: Delete navigation property subscriptions for drives operationId: drives.list.DeleteSubscriptions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: subscription-id in: path description: The unique identifier of subscription required: true schema: type: string x-ms-docs-key-type: subscription '/drives/{drive-id}/list/subscriptions/{subscription-id}/reauthorize': description: Provides operations to call the reauthorize method. post: tags: - drives.Actions summary: Invoke action reauthorize description: Reauthorize a subscription when you receive a reauthorizationRequired challenge. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0 operationId: drives.drive.list.subscriptions.subscription.reauthorize responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: subscription-id in: path description: The unique identifier of subscription required: true schema: type: string x-ms-docs-key-type: subscription x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/reauthorize' '/drives/{drive-id}/list/subscriptions/$count': description: Provides operations to count the resources in the collection. get: tags: - drives.list summary: Get the number of the resource operationId: drives.list.subscriptions.GetCount-59f5 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive '/drives/{drive-id}/recent()': description: Provides operations to call the recent method. get: tags: - drives.Functions summary: Invoke function recent description: "List a set of items that have been recently used by the signed in user.\nThis collection includes items that are in the user's drive and items they have access to from other drives." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/drive-recent?view=graph-rest-1.0 operationId: drives.drive.recent parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of driveItem type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.driveItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive '/drives/{drive-id}/search(q=''{q}'')': description: Provides operations to call the search method. get: tags: - drives.Functions summary: Invoke function search description: "Search the hierarchy of items for items matching a query.\nYou can search within a folder hierarchy, a whole drive, or files shared with the current user." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0 operationId: drives.drive.search parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of driveItem type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.driveItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: q in: path description: 'Usage: q=''{q}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/drives/{drive-id}/items/{driveItem-id}/search(q=''{q}'')' '/drives/{drive-id}/sharedWithMe()': description: Provides operations to call the sharedWithMe method. get: tags: - drives.Functions summary: Invoke function sharedWithMe description: Get a list of driveItem objects shared with the owner of a drive. The driveItems returned from the sharedWithMe method always include the remoteItem facet that indicates they are items from a different drive. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-1.0 operationId: drives.drive.sharedWithMe parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of driveItem type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.driveItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive '/drives/{drive-id}/root': description: Provides operations to manage the root property of the microsoft.graph.drive entity. get: tags: - drives.driveItem summary: Get root from drives description: The root folder of the drive. Read-only. operationId: drives.GetRoot parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive '/drives/{drive-id}/root/content': description: Provides operations to manage the media for the drive entity. get: tags: - drives.driveItem summary: Get content for the navigation property root from drives description: 'The content stream, if the item represents a file.' operationId: drives.GetRootContent parameters: - name: $format in: query description: Format of the content schema: type: string responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - drives.driveItem summary: Update content for the navigation property root in drives description: 'The content stream, if the item represents a file.' operationId: drives.UpdateRootContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - drives.driveItem summary: Delete content for the navigation property root in drives description: 'The content stream, if the item represents a file.' operationId: drives.DeleteRootContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive '/drives/{drive-id}/special': description: Provides operations to manage the special property of the microsoft.graph.drive entity. get: tags: - drives.driveItem summary: Get special from drives description: Collection of common folders available in OneDrive. Read-only. Nullable. operationId: drives.ListSpecial parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.driveItemCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive '/drives/{drive-id}/special/{driveItem-id}': description: Provides operations to manage the special property of the microsoft.graph.drive entity. get: tags: - drives.driveItem summary: Get special from drives description: Collection of common folders available in OneDrive. Read-only. Nullable. operationId: drives.GetSpecial parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/special/{driveItem-id}/content': description: Provides operations to manage the media for the drive entity. get: tags: - drives.driveItem summary: Get content for the navigation property special from drives description: 'The content stream, if the item represents a file.' operationId: drives.GetSpecialContent parameters: - name: $format in: query description: Format of the content schema: type: string responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - drives.driveItem summary: Update content for the navigation property special in drives description: 'The content stream, if the item represents a file.' operationId: drives.UpdateSpecialContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - drives.driveItem summary: Delete content for the navigation property special in drives description: 'The content stream, if the item represents a file.' operationId: drives.DeleteSpecialContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/drives/{drive-id}/special/$count': description: Provides operations to count the resources in the collection. get: tags: - drives.driveItem summary: Get the number of the resource operationId: drives.special.GetCount-6a2e parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive /education: description: Provides operations to manage the educationRoot singleton. get: tags: - education.educationRoot summary: Get education operationId: education.educationRoot.GetEducationRoot parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationRoot' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - education.educationRoot summary: Update education operationId: education.educationRoot.UpdateEducationRoot requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationRoot' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationRoot' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /education/classes: description: Provides operations to manage the classes property of the microsoft.graph.educationRoot entity. get: tags: - education.educationClass summary: List educationClasses description: Get a list of the educationClass objects and their properties. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationclass-list?view=graph-rest-1.0 operationId: education.ListClasses parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.educationClassCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - education.educationClass summary: Create educationClass description: Create a new educationClass object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationclass-post?view=graph-rest-1.0 operationId: education.CreateClasses requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationClass' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationClass' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/education/classes/{educationClass-id}': description: Provides operations to manage the classes property of the microsoft.graph.educationRoot entity. get: tags: - education.educationClass summary: Get educationClass description: 'Retrieve a class from the system. A class is a universal group with a special property that indicates to the system that the group is a class. Group members represent the students; group admins represent the teachers in the class. If you''re using the delegated token, the user will only see classes in which they are members.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationclass-get?view=graph-rest-1.0 operationId: education.GetClasses parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationClass' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - education.educationClass summary: Update educationClass description: Update the properties of an educationClass object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationclass-update?view=graph-rest-1.0 operationId: education.UpdateClasses requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationClass' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationClass' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - education.educationClass summary: Delete educationClass description: 'Delete an educationClass. Because a class is also a universal group, deleting a class deletes the group.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationclass-delete?view=graph-rest-1.0 operationId: education.DeleteClasses parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: educationClass-id in: path description: The unique identifier of educationClass required: true schema: type: string x-ms-docs-key-type: educationClass '/education/classes/{educationClass-id}/assignmentCategories': description: Provides operations to manage the assignmentCategories property of the microsoft.graph.educationClass entity. get: tags: - education.educationClass summary: List assignmentCategories description: Retrieve a list of educationCategory objects. Only teachers can perform this operation. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationclass-list-categories?view=graph-rest-1.0 operationId: education.classes.ListAssignmentCategories parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.educationCategoryCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - education.educationClass summary: Create educationCategory description: Create a new educationCategory on an educationClass. Only teachers can perform this operation. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationclass-post-category?view=graph-rest-1.0 operationId: education.classes.CreateAssignmentCategories requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationCategory' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationCategory' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: educationClass-id in: path description: The unique identifier of educationClass required: true schema: type: string x-ms-docs-key-type: educationClass '/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}': description: Provides operations to manage the assignmentCategories property of the microsoft.graph.educationClass entity. get: tags: - education.educationClass summary: Get educationCategory description: 'Retrieve an educationCategory object. Only teachers, students, and applications with application permissions can perform this operation.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationcategory-get?view=graph-rest-1.0 operationId: education.classes.GetAssignmentCategories parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationCategory' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - education.educationClass summary: Update the navigation property assignmentCategories in education operationId: education.classes.UpdateAssignmentCategories requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationCategory' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationCategory' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - education.educationClass summary: Delete educationCategory description: Delete an existing category. Only teachers can perform this operation. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationcategory-delete?view=graph-rest-1.0 operationId: education.classes.DeleteAssignmentCategories parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: educationClass-id in: path description: The unique identifier of educationClass required: true schema: type: string x-ms-docs-key-type: educationClass - name: educationCategory-id in: path description: The unique identifier of educationCategory required: true schema: type: string x-ms-docs-key-type: educationCategory '/education/classes/{educationClass-id}/assignmentCategories/$count': description: Provides operations to count the resources in the collection. get: tags: - education.educationClass summary: Get the number of the resource operationId: education.classes.assignmentCategories.GetCount-8570 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: educationClass-id in: path description: The unique identifier of educationClass required: true schema: type: string x-ms-docs-key-type: educationClass '/education/classes/{educationClass-id}/assignmentCategories/delta()': description: Provides operations to call the delta method. get: tags: - education.Functions summary: Invoke function delta description: Get a list of newly created or updated educationCategory objects without having to perform a full read of the collection. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-1.0 operationId: education.classes.educationClass.assignmentCategories.delta parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of educationCategory type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.educationCategory' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: educationClass-id in: path description: The unique identifier of educationClass required: true schema: type: string x-ms-docs-key-type: educationClass x-ms-docs-grouped-path: - '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/delta()' - '/education/classes/{educationClass-id}/assignments/delta()' - /education/classes/delta() - '/education/me/assignments/{educationAssignment-id}/categories/delta()' - /education/me/assignments/delta() - /education/schools/delta() - '/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/delta()' - '/education/users/{educationUser-id}/assignments/delta()' - /education/users/delta() '/education/classes/{educationClass-id}/assignmentDefaults': description: Provides operations to manage the assignmentDefaults property of the microsoft.graph.educationClass entity. get: tags: - education.educationClass summary: Get educationAssignmentDefaults description: Read the properties and relationships of an educationAssignmentDefaults object. These are the class-level assignment defaults respected by new assignments created in the class. Callers can continue to specify custom values on each assignment creation if they don't want the default behaviors. Only teachers can perform this operation. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationassignmentdefaults-get?view=graph-rest-1.0 operationId: education.classes.GetAssignmentDefaults parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationAssignmentDefaults' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - education.educationClass summary: Update educationAssignmentDefaults description: Update the properties of an educationAssignmentDefaults object. Only teachers can update these settings. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationassignmentdefaults-update?view=graph-rest-1.0 operationId: education.classes.UpdateAssignmentDefaults requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationAssignmentDefaults' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationAssignmentDefaults' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - education.educationClass summary: Delete navigation property assignmentDefaults for education operationId: education.classes.DeleteAssignmentDefaults parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: educationClass-id in: path description: The unique identifier of educationClass required: true schema: type: string x-ms-docs-key-type: educationClass '/education/classes/{educationClass-id}/assignments': description: Provides operations to manage the assignments property of the microsoft.graph.educationClass entity. get: tags: - education.educationClass summary: List class assignments description: 'Retrieve a list of assignment objects. Only teachers, students, and applications with application permissions can perform this operation. A teacher, or an application running with application permissions, can see all assignment objects for the class. Students can only see assignments that are assigned to them.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationclass-list-assignments?view=graph-rest-1.0 operationId: education.classes.ListAssignments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.educationAssignmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - education.educationClass summary: Create educationAssignment description: 'Create a new assignment. Only teachers in a class can create an assignment. Assignments start in draft status, which means that students can''t see the assignment until it''s published.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationclass-post-assignment?view=graph-rest-1.0 operationId: education.classes.CreateAssignments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationAssignment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: educationClass-id in: path description: The unique identifier of educationClass required: true schema: type: string x-ms-docs-key-type: educationClass '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}': description: Provides operations to manage the assignments property of the microsoft.graph.educationClass entity. get: tags: - education.educationClass summary: Get educationAssignment description: 'Get the properties and relationships of an assignment. Only teachers, students, and applications with application permissions can perform this operation. Students can only see assignments assigned to them; teachers and applications with application permissions can see all assignments in a class. You can use the Prefer header in your request to get the inactive status in case the assignment is deactivated; otherwise, the response value for the status property is unknownFutureValue.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationassignment-get?view=graph-rest-1.0 operationId: education.classes.GetAssignments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - education.educationClass summary: Update educationassignment description: 'Update an educationAssignment object. Only teachers can perform this action. Alternatively, request to change the status of an assignment with publish action. Don''t use a PATCH operation for this purpose.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationassignment-update?view=graph-rest-1.0 operationId: education.classes.UpdateAssignments requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationAssignment' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - education.educationClass summary: Delete educationAssignment description: Delete an existing assignment. Only teachers within a class can delete assignments. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationassignment-delete?view=graph-rest-1.0 operationId: education.classes.DeleteAssignments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: educationClass-id in: path description: The unique identifier of educationClass required: true schema: type: string x-ms-docs-key-type: educationClass - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories': description: Provides operations to manage the categories property of the microsoft.graph.educationAssignment entity. get: tags: - education.educationClass summary: List categories description: 'List all the categories associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationassignment-list-categories?view=graph-rest-1.0 operationId: education.classes.assignments.ListCategories parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.educationCategoryCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - education.educationClass summary: Create educationCategories description: Add one or more existing educationCategory objects to the specified educationAssignment. Only teachers can perform this operation. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationassignment-post-categories?view=graph-rest-1.0 operationId: education.classes.assignments.CreateCategories requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationCategory' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationCategory' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: educationClass-id in: path description: The unique identifier of educationClass required: true schema: type: string x-ms-docs-key-type: educationClass - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment x-ms-docs-grouped-path: - '/education/me/assignments/{educationAssignment-id}/categories' - '/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories' '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref': description: Provides operations to manage the collection of educationRoot entities. delete: tags: - education.educationClass summary: Remove educationCategory description: Remove an educationCategory from an educationAssignment. Only teachers can perform this operation. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationassignment-remove-category?view=graph-rest-1.0 operationId: education.classes.assignments.categories.DeleteRefEducationCategory parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: educationClass-id in: path description: The unique identifier of educationClass required: true schema: type: string x-ms-docs-key-type: educationClass - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment - name: educationCategory-id in: path description: The unique identifier of educationCategory required: true schema: type: string x-ms-docs-key-type: educationCategory '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/$count': description: Provides operations to count the resources in the collection. get: tags: - education.educationClass summary: Get the number of the resource operationId: education.classes.assignments.categories.GetCount-639a parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: educationClass-id in: path description: The unique identifier of educationClass required: true schema: type: string x-ms-docs-key-type: educationClass - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/$ref': description: Provides operations to manage the collection of educationRoot entities. get: tags: - education.educationClass summary: List categories description: 'List all the categories associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationassignment-list-categories?view=graph-rest-1.0 operationId: education.classes.assignments.ListRefCategories parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/StringCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - education.educationClass summary: Create educationCategories description: Add one or more existing educationCategory objects to the specified educationAssignment. Only teachers can perform this operation. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationassignment-post-categories?view=graph-rest-1.0 operationId: education.classes.assignments.CreateRefCategories requestBody: $ref: '#/components/requestBodies/refPostBody' responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - education.educationClass summary: Remove educationCategory description: Remove an educationCategory from an educationAssignment. Only teachers can perform this operation. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationassignment-remove-category?view=graph-rest-1.0 operationId: education.classes.assignments.DeleteRefCategories parameters: - name: If-Match in: header description: ETag schema: type: string - name: '@id' in: query description: The delete Uri required: true schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: educationClass-id in: path description: The unique identifier of educationClass required: true schema: type: string x-ms-docs-key-type: educationClass - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/delta()': description: Provides operations to call the delta method. get: tags: - education.Functions summary: Invoke function delta description: Get a list of newly created or updated educationCategory objects without having to perform a full read of the collection. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-1.0 operationId: education.classes.educationClass.assignments.educationAssignment.categories.delta parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of educationCategory type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.educationCategory' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: educationClass-id in: path description: The unique identifier of educationClass required: true schema: type: string x-ms-docs-key-type: educationClass - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment x-ms-docs-grouped-path: - '/education/classes/{educationClass-id}/assignmentCategories/delta()' - '/education/classes/{educationClass-id}/assignments/delta()' - /education/classes/delta() - '/education/me/assignments/{educationAssignment-id}/categories/delta()' - /education/me/assignments/delta() - /education/schools/delta() - '/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/delta()' - '/education/users/{educationUser-id}/assignments/delta()' - /education/users/delta() '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/gradingCategory': description: Provides operations to manage the gradingCategory property of the microsoft.graph.educationAssignment entity. get: tags: - education.educationClass summary: Get gradingCategory from education description: 'When set, enables users to weight assignments differently when computing a class average grade.' operationId: education.classes.assignments.GetGradingCategory parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationGradingCategory' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: educationClass-id in: path description: The unique identifier of educationClass required: true schema: type: string x-ms-docs-key-type: educationClass - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment x-ms-docs-grouped-path: - '/education/me/assignments/{educationAssignment-id}/gradingCategory' - '/education/users/{educationUser-id}/assignments/{educationAssignment-id}/gradingCategory' '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/activate': description: Provides operations to call the activate method. post: tags: - education.Actions summary: Invoke action activate description: Activate an inactive educationAssignment to signal that the assignment has further action items for teachers or students. This action can only be performed by a teacher on currently inactive assignments. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationassignment-activate?view=graph-rest-1.0 operationId: education.classes.educationClass.assignments.educationAssignment.activate responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.educationAssignment' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: educationClass-id in: path description: The unique identifier of educationClass required: true schema: type: string x-ms-docs-key-type: educationClass - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment x-ms-docs-grouped-path: - '/education/me/assignments/{educationAssignment-id}/activate' - '/education/users/{educationUser-id}/assignments/{educationAssignment-id}/activate' '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/deactivate': description: Provides operations to call the deactivate method. post: tags: - education.Actions summary: Invoke action deactivate description: Mark an assigned educationAssignment as inactive to signal that the assignment has no further action items for teachers and students. This action can only be performed by a teacher on assigned assignments. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationassignment-deactivate?view=graph-rest-1.0 operationId: education.classes.educationClass.assignments.educationAssignment.deactivate responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.educationAssignment' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: educationClass-id in: path description: The unique identifier of educationClass required: true schema: type: string x-ms-docs-key-type: educationClass - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment x-ms-docs-grouped-path: - '/education/me/assignments/{educationAssignment-id}/deactivate' - '/education/users/{educationUser-id}/assignments/{educationAssignment-id}/deactivate' '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/publish': description: Provides operations to call the publish method. post: tags: - education.Actions summary: Invoke action publish description: 'Publish an education assignment. Change the status of an educationAssignment from its original draft status to the published status. You can change the status from draft to scheduled if the assignment is scheduled for a future date. Only a teacher in the class can make this call. When an assignment is in draft status, students will not see the assignment, nor will there be any submission objects. Calling this API creates educationSubmission objects and displays the assignment in each student''s list. The status of the assignment goes back to draft if there is any backend failure during publish process. To update the properties of a published assignment, see update an assignment.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-1.0 operationId: education.classes.educationClass.assignments.educationAssignment.publish responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.educationAssignment' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: educationClass-id in: path description: The unique identifier of educationClass required: true schema: type: string x-ms-docs-key-type: educationClass - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment x-ms-docs-grouped-path: - '/education/classes/{educationClass-id}/modules/{educationModule-id}/publish' - '/education/me/assignments/{educationAssignment-id}/publish' - '/education/users/{educationUser-id}/assignments/{educationAssignment-id}/publish' '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder': description: Provides operations to call the setUpFeedbackResourcesFolder method. post: tags: - education.Actions summary: Invoke action setUpFeedbackResourcesFolder description: Create a SharePoint folder to upload feedback files for a given educationSubmission. Only teachers can perform this operation. The teacher determines the resources to upload in the feedback resources folder of a submission. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-1.0 operationId: education.classes.educationClass.assignments.educationAssignment.setUpFeedbackResourcesFolder responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.educationAssignment' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: educationClass-id in: path description: The unique identifier of educationClass required: true schema: type: string x-ms-docs-key-type: educationClass - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment x-ms-docs-grouped-path: - '/education/me/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder' - '/education/users/{educationUser-id}/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder' '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/setUpResourcesFolder': description: Provides operations to call the setUpResourcesFolder method. post: tags: - education.Actions summary: Invoke action setUpResourcesFolder description: 'Create a SharePoint folder to upload files for a given educationAssignment. Only teachers can perform this operation. The teacher determines the resources to upload in the assignment''s folder. ' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-1.0 operationId: education.classes.educationClass.assignments.educationAssignment.setUpResourcesFolder responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.educationAssignment' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: educationClass-id in: path description: The unique identifier of educationClass required: true schema: type: string x-ms-docs-key-type: educationClass - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment x-ms-docs-grouped-path: - '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder' - '/education/classes/{educationClass-id}/modules/{educationModule-id}/setUpResourcesFolder' - '/education/me/assignments/{educationAssignment-id}/setUpResourcesFolder' - '/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder' - '/education/users/{educationUser-id}/assignments/{educationAssignment-id}/setUpResourcesFolder' - '/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder' '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources': description: Provides operations to manage the resources property of the microsoft.graph.educationAssignment entity. get: tags: - education.educationClass summary: List assignment resources description: 'Get all the educationAssignmentResource objects associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationassignment-list-resources?view=graph-rest-1.0 operationId: education.classes.assignments.ListResources parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.educationAssignmentResourceCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - education.educationClass summary: Create educationAssignmentResource description: 'Create an assignment resource. Only teachers can perform this operation. You can create the following types of assignment resources: Every resource has an @odata.type property to indicate which type of resource is being created.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationassignment-post-resource?view=graph-rest-1.0 operationId: education.classes.assignments.CreateResources requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationAssignmentResource' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationAssignmentResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: educationClass-id in: path description: The unique identifier of educationClass required: true schema: type: string x-ms-docs-key-type: educationClass - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment x-ms-docs-grouped-path: - '/education/me/assignments/{educationAssignment-id}/resources' - '/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources' '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}': description: Provides operations to manage the resources property of the microsoft.graph.educationAssignment entity. get: tags: - education.educationClass summary: Get educationAssignmentResource description: 'Get the properties of an education assignment resource associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationassignmentresource-get?view=graph-rest-1.0 operationId: education.classes.assignments.GetResources parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationAssignmentResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - education.educationClass summary: Update the navigation property resources in education operationId: education.classes.assignments.UpdateResources requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationAssignmentResource' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationAssignmentResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - education.educationClass summary: Delete educationAssignmentResource description: 'Delete a specific educationAssignmentResource attached to an assignment. In general, only teachers in the class can remove a resource. However, teachers can''t remove resources marked as ''distributeToStudents'', after the assignment has been published to students.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationassignmentresource-delete?view=graph-rest-1.0 operationId: education.classes.assignments.DeleteResources parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: educationClass-id in: path description: The unique identifier of educationClass required: true schema: type: string x-ms-docs-key-type: educationClass - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment - name: educationAssignmentResource-id in: path description: The unique identifier of educationAssignmentResource required: true schema: type: string x-ms-docs-key-type: educationAssignmentResource x-ms-docs-grouped-path: - '/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}' - '/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}' '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/$count': description: Provides operations to count the resources in the collection. get: tags: - education.educationClass summary: Get the number of the resource operationId: education.classes.assignments.resources.GetCount-f57b parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: educationClass-id in: path description: The unique identifier of educationClass required: true schema: type: string x-ms-docs-key-type: educationClass - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric': description: Provides operations to manage the rubric property of the microsoft.graph.educationAssignment entity. get: tags: - education.educationClass summary: Get educationRubric attached to educationAssignment description: 'Get the educationRubric object attached to an educationAssignment, if one exists. Only teachers, students, and applications with application permissions can perform this operation.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationassignment-get-rubric?view=graph-rest-1.0 operationId: education.classes.assignments.GetRubric parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationRubric' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - education.educationClass summary: Attach educationRubric to an assignment description: Attach an existing educationRubric object to an educationAssignment. Only teachers can perform this operation. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationassignment-put-rubric?view=graph-rest-1.0 operationId: education.classes.assignments.UpdateRubric requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationRubric' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationRubric' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - education.educationClass summary: Delete educationRubric from educationAssignment description: Remove an educationRubric from an educationAssignment. This method doesn't delete the rubric itself and can only be performed by teachers. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationassignment-delete-rubric?view=graph-rest-1.0 operationId: education.classes.assignments.DeleteRubric parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: educationClass-id in: path description: The unique identifier of educationClass required: true schema: type: string x-ms-docs-key-type: educationClass - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment x-ms-docs-grouped-path: - '/education/me/assignments/{educationAssignment-id}/rubric' - '/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric' '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref': description: Provides operations to manage the collection of educationRoot entities. get: tags: - education.educationClass summary: Get educationRubric attached to educationAssignment description: 'Get the educationRubric object attached to an educationAssignment, if one exists. Only teachers, students, and applications with application permissions can perform this operation.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationassignment-get-rubric?view=graph-rest-1.0 operationId: education.classes.assignments.GetRefRubric responses: 2XX: description: Retrieved navigation property link content: application/json: schema: type: string 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation put: tags: - education.educationClass summary: Attach educationRubric to an assignment description: Attach an existing educationRubric object to an educationAssignment. Only teachers can perform this operation. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationassignment-put-rubric?view=graph-rest-1.0 operationId: education.classes.assignments.UpdateRefRubric requestBody: $ref: '#/components/requestBodies/refPutBody' responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - education.educationClass summary: Delete educationRubric from educationAssignment description: Remove an educationRubric from an educationAssignment. This method doesn't delete the rubric itself and can only be performed by teachers. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationassignment-delete-rubric?view=graph-rest-1.0 operationId: education.classes.assignments.DeleteRefRubric parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: educationClass-id in: path description: The unique identifier of educationClass required: true schema: type: string x-ms-docs-key-type: educationClass - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions': description: Provides operations to manage the submissions property of the microsoft.graph.educationAssignment entity. get: tags: - education.educationClass summary: List submissions description: 'List all the submissions associated with an assignment. Only teachers, students, and applications with application permissions can perform this operation. A teacher or an application with application permissions can get all the submissions while a student can only get submissions that they''re associated with.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationassignment-list-submissions?view=graph-rest-1.0 operationId: education.classes.assignments.ListSubmissions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.educationSubmissionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - education.educationClass summary: Create new navigation property to submissions for education operationId: education.classes.assignments.CreateSubmissions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationSubmission' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationSubmission' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: educationClass-id in: path description: The unique identifier of educationClass required: true schema: type: string x-ms-docs-key-type: educationClass - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment x-ms-docs-grouped-path: - '/education/me/assignments/{educationAssignment-id}/submissions' - '/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions' '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}': description: Provides operations to manage the submissions property of the microsoft.graph.educationAssignment entity. get: tags: - education.educationClass summary: Get educationSubmission description: 'Retrieve a particular submission. Only teachers, students, and applications with application permissions can perform this operation. A submission object represents a student''s work for an assignment. Resources associated with the submission represent this work. Only the assignedTo student can see and modify the submission. A teacher or application with application permissions has full access to all submissions. The grade and feedback from a teacher are part of the educationOutcome associated with this object. Only teachers or applications with application permissions can add or change grades and feedback. Students will not see the grade or feedback until the assignment has been released.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationsubmission-get?view=graph-rest-1.0 operationId: education.classes.assignments.GetSubmissions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationSubmission' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - education.educationClass summary: Update the navigation property submissions in education operationId: education.classes.assignments.UpdateSubmissions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationSubmission' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationSubmission' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - education.educationClass summary: Delete navigation property submissions for education operationId: education.classes.assignments.DeleteSubmissions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: educationClass-id in: path description: The unique identifier of educationClass required: true schema: type: string x-ms-docs-key-type: educationClass - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment - name: educationSubmission-id in: path description: The unique identifier of educationSubmission required: true schema: type: string x-ms-docs-key-type: educationSubmission x-ms-docs-grouped-path: - '/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}' - '/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}' '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/excuse': description: Provides operations to call the excuse method. post: tags: - education.Actions summary: Invoke action excuse description: 'Excuse a submission. Excused submissions aren''t included in average grade calculations. Grading rubrics and feedback are deleted. Only teachers can perform this action. If the Prefer: include-unknown-enum-members request header is provided, the excused submission shows the excused status. Otherwise, the submission status retains the returned status. For more information about how to use this header, see the Examples section.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationsubmission-excuse?view=graph-rest-1.0 operationId: education.classes.educationClass.assignments.educationAssignment.submissions.educationSubmission.excuse responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.educationSubmission' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: educationClass-id in: path description: The unique identifier of educationClass required: true schema: type: string x-ms-docs-key-type: educationClass - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment - name: educationSubmission-id in: path description: The unique identifier of educationSubmission required: true schema: type: string x-ms-docs-key-type: educationSubmission x-ms-docs-grouped-path: - '/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/excuse' - '/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/excuse' '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign': description: Provides operations to call the reassign method. post: tags: - education.Actions summary: Invoke action reassign description: 'Reassign the submission to the student with feedback for review. Only teachers can perform this action. Include the Prefer: include-unknown-enum-members header when you call this method; otherwise, a reassigned submission is treated as a returned submission. This means that the reassigned status is mapped to the returned status, and reassignedDateTime and reassignedBy properties are mapped to returnedDateTime and returnedBy respectively. If the header Prefer: include-unknown-enum-members is provided, a reassigned submission retains the reassigned status. For details, see the examples section.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-1.0 operationId: education.classes.educationClass.assignments.educationAssignment.submissions.educationSubmission.reassign responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.educationSubmission' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: educationClass-id in: path description: The unique identifier of educationClass required: true schema: type: string x-ms-docs-key-type: educationClass - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment - name: educationSubmission-id in: path description: The unique identifier of educationSubmission required: true schema: type: string x-ms-docs-key-type: educationSubmission x-ms-docs-grouped-path: - '/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign' - '/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign' '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return': description: Provides operations to call the return method. post: tags: - education.Actions summary: Invoke action return description: Make the grade and feedback associated with this submission available to the student. This action changes the status of the submission from 'submitted' to 'returned' and indicates that feedback is provided or grading is done. This action can only be done by the teacher. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-1.0 operationId: education.classes.educationClass.assignments.educationAssignment.submissions.educationSubmission.return responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.educationSubmission' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: educationClass-id in: path description: The unique identifier of educationClass required: true schema: type: string x-ms-docs-key-type: educationClass - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment - name: educationSubmission-id in: path description: The unique identifier of educationSubmission required: true schema: type: string x-ms-docs-key-type: educationSubmission x-ms-docs-grouped-path: - '/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return' - '/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return' '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder': description: Provides operations to call the setUpResourcesFolder method. post: tags: - education.Actions summary: Invoke action setUpResourcesFolder description: 'Trigger the creation of the SharePoint resource folder where all file-based resources (Word, Excel, and so on) should be uploaded for a given submission. Only teachers and students can perform this operation. Note that files must be located in this folder in order to be added as resources. Only a student in the class can determine what files to upload in a given submission-level resource folder. ' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-1.0 operationId: education.classes.educationClass.assignments.educationAssignment.submissions.educationSubmission.setUpResourcesFolder responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.educationSubmission' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: educationClass-id in: path description: The unique identifier of educationClass required: true schema: type: string x-ms-docs-key-type: educationClass - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment - name: educationSubmission-id in: path description: The unique identifier of educationSubmission required: true schema: type: string x-ms-docs-key-type: educationSubmission x-ms-docs-grouped-path: - '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/setUpResourcesFolder' - '/education/classes/{educationClass-id}/modules/{educationModule-id}/setUpResourcesFolder' - '/education/me/assignments/{educationAssignment-id}/setUpResourcesFolder' - '/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder' - '/education/users/{educationUser-id}/assignments/{educationAssignment-id}/setUpResourcesFolder' - '/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder' '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit': description: Provides operations to call the submit method. post: tags: - education.Actions summary: Invoke action submit description: 'Indicate that a student is done with the work and is ready to hand in the assignment. Only teachers, students, and applications with application permissions can perform this operation. This method changes the status of the submission from working to submitted. During the submit process, all the resources are copied to the submittedResources bucket. The teacher will be looking at the submitted resources list for grading. A teacher can also submit a student''s assignment on their behalf.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-1.0 operationId: education.classes.educationClass.assignments.educationAssignment.submissions.educationSubmission.submit responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.educationSubmission' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: educationClass-id in: path description: The unique identifier of educationClass required: true schema: type: string x-ms-docs-key-type: educationClass - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment - name: educationSubmission-id in: path description: The unique identifier of educationSubmission required: true schema: type: string x-ms-docs-key-type: educationSubmission x-ms-docs-grouped-path: - '/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit' - '/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit' '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit': description: Provides operations to call the unsubmit method. post: tags: - education.Actions summary: Invoke action unsubmit description: 'Indicate that a student wants to work on the submission of the assignment after it was turned in. Only teachers, students, and applications with application permissions can perform this operation. This method changes the status of the submission from submitted to working. During the submit process, all the resources are copied from submittedResources to workingResources. The teacher will be looking at the working resources list for grading. A teacher can also unsubmit a student''s assignment on their behalf.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-1.0 operationId: education.classes.educationClass.assignments.educationAssignment.submissions.educationSubmission.unsubmit responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.educationSubmission' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: educationClass-id in: path description: The unique identifier of educationClass required: true schema: type: string x-ms-docs-key-type: educationClass - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment - name: educationSubmission-id in: path description: The unique identifier of educationSubmission required: true schema: type: string x-ms-docs-key-type: educationSubmission x-ms-docs-grouped-path: - '/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit' - '/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit' '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes': description: Provides operations to manage the outcomes property of the microsoft.graph.educationSubmission entity. get: tags: - education.educationClass summary: List outcomes description: 'Retrieve a list of educationOutcome objects. There are four types of outcomes: educationPointsOutcome, educationFeedbackOutcome, educationRubricOutcome, and educationFeedbackResourceOutcome. Only teachers, students, and applications with application permissions can perform this operation. A submission for a credit assignment (one that has no point value and no rubric) has an educationFeedbackOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for a points assignment (one that has a point value assigned) has both an educationFeedbackOutcome and an educationPointsOutcome. A submission for an assignment with an attached rubric, if the rubric is a credit rubric (no points), has an educationFeedbackOutcome and an educationRubricOutcome. (It might also return an educationPointsOutcome, but that outcome is ignored.) A submission for an assignment with an attached rubric, if the rubric is a points rubric, has an educationFeedbackOutcome, an educationPointsOutcome, and an educationRubricOutcome. A submission for a feedback resource has an educationFeedbackResourceOutcome. All outcome types have a regular and a published property appropriate to that type of outcome; for example, points and publishedPoints, feedback and publishedFeedback. The regular property is the most recent value updated by the teacher; the published property is the most recent value returned to the student.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationsubmission-list-outcomes?view=graph-rest-1.0 operationId: education.classes.assignments.submissions.ListOutcomes parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.educationOutcomeCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - education.educationClass summary: Create educationFeedbackResourceOutcome description: 'Create a new feedback resource for a submission. Only a teacher can perform this operation. To create a new file-based resource, upload the file to the feedback resources folder associated with the assignment. If the file doesn''t exist or isn''t in that folder, the POST request will fail.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationfeedbackresourceoutcome-post-outcomes?view=graph-rest-1.0 operationId: education.classes.assignments.submissions.CreateOutcomes requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationOutcome' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationOutcome' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: educationClass-id in: path description: The unique identifier of educationClass required: true schema: type: string x-ms-docs-key-type: educationClass - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment - name: educationSubmission-id in: path description: The unique identifier of educationSubmission required: true schema: type: string x-ms-docs-key-type: educationSubmission x-ms-docs-grouped-path: - '/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes' - '/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes' '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}': description: Provides operations to manage the outcomes property of the microsoft.graph.educationSubmission entity. get: tags: - education.educationClass summary: Get outcomes from education operationId: education.classes.assignments.submissions.GetOutcomes parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationOutcome' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - education.educationClass summary: Update educationOutcome description: Update the properties of an educationOutcome object. Only teachers can perform this operation. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationoutcome-update?view=graph-rest-1.0 operationId: education.classes.assignments.submissions.UpdateOutcomes requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationOutcome' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationOutcome' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - education.educationClass summary: Delete educationFeedbackResourceOutcome description: Delete a feedback resource from a submission. This can only be done by a teacher. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationfeedbackresourceoutcome-delete?view=graph-rest-1.0 operationId: education.classes.assignments.submissions.DeleteOutcomes parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: educationClass-id in: path description: The unique identifier of educationClass required: true schema: type: string x-ms-docs-key-type: educationClass - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment - name: educationSubmission-id in: path description: The unique identifier of educationSubmission required: true schema: type: string x-ms-docs-key-type: educationSubmission - name: educationOutcome-id in: path description: The unique identifier of educationOutcome required: true schema: type: string x-ms-docs-key-type: educationOutcome x-ms-docs-grouped-path: - '/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}' - '/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}' '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count': description: Provides operations to count the resources in the collection. get: tags: - education.educationClass summary: Get the number of the resource operationId: education.classes.assignments.submissions.outcomes.GetCount-2ffd parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: educationClass-id in: path description: The unique identifier of educationClass required: true schema: type: string x-ms-docs-key-type: educationClass - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment - name: educationSubmission-id in: path description: The unique identifier of educationSubmission required: true schema: type: string x-ms-docs-key-type: educationSubmission '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources': description: Provides operations to manage the resources property of the microsoft.graph.educationSubmission entity. get: tags: - education.educationClass summary: List submission resources description: 'List the resources associated with a submission. Only teachers, students, and applications with application permissions can perform this operation. The educationSubmissionResource object is a wrapper around the actual resource object the student is working on. The wrapper also includes a pointer to the resources on the assignment if this resource was copied from the assignment during the assign process. These resources are the working copy of the assignment. The submittedResources are the resources that were officially submitted for grading.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationsubmission-list-resources?view=graph-rest-1.0 operationId: education.classes.assignments.submissions.ListResources parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.educationSubmissionResourceCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - education.educationClass summary: Create educationSubmissionResource description: 'Add an educationSubmissionResource to a submission resource list. Only teachers and students can perform this operation. The operation will not succeed if the allowStudentsToAddResources flag is not set to true. To create a new file-based resource, upload the file to the resources folder associated with the submission. If the file doesn''t exist or is not in that folder, the POST request will fail.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationsubmission-post-resources?view=graph-rest-1.0 operationId: education.classes.assignments.submissions.CreateResources requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationSubmissionResource' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationSubmissionResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: educationClass-id in: path description: The unique identifier of educationClass required: true schema: type: string x-ms-docs-key-type: educationClass - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment - name: educationSubmission-id in: path description: The unique identifier of educationSubmission required: true schema: type: string x-ms-docs-key-type: educationSubmission x-ms-docs-grouped-path: - '/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources' - '/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources' '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}': description: Provides operations to manage the resources property of the microsoft.graph.educationSubmission entity. get: tags: - education.educationClass summary: Get educationSubmissionResource description: 'Retrieve the properties of a specific resource associated with a submission. Only teachers, students, and applications with application permissions can perform this operation. This resource is in the ''working'' resource list and should be considered work in process by a student. This resource is wrapped with a possible pointer back to the assignment resource if it was copied from the assignment.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationsubmissionresource-get?view=graph-rest-1.0 operationId: education.classes.assignments.submissions.GetResources parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationSubmissionResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - education.educationClass summary: Update the navigation property resources in education operationId: education.classes.assignments.submissions.UpdateResources requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationSubmissionResource' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationSubmissionResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - education.educationClass summary: Delete educationSubmissionResource description: 'Delete an educationSubmissionResource from the submission. Only teachers and students can perform this operation. If the resource was copied from the assignment, a new copy of the resource will be created after the current copy is deleted. This allows you to ''reset'' the resource to its original state. If the resource wasn''t copied from the assignment but was added from the student, the resource is deleted.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationsubmissionresource-delete?view=graph-rest-1.0 operationId: education.classes.assignments.submissions.DeleteResources parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: educationClass-id in: path description: The unique identifier of educationClass required: true schema: type: string x-ms-docs-key-type: educationClass - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment - name: educationSubmission-id in: path description: The unique identifier of educationSubmission required: true schema: type: string x-ms-docs-key-type: educationSubmission - name: educationSubmissionResource-id in: path description: The unique identifier of educationSubmissionResource required: true schema: type: string x-ms-docs-key-type: educationSubmissionResource x-ms-docs-grouped-path: - '/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}' - '/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}' '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count': description: Provides operations to count the resources in the collection. get: tags: - education.educationClass summary: Get the number of the resource operationId: education.classes.assignments.submissions.resources.GetCount-3e92 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: educationClass-id in: path description: The unique identifier of educationClass required: true schema: type: string x-ms-docs-key-type: educationClass - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment - name: educationSubmission-id in: path description: The unique identifier of educationSubmission required: true schema: type: string x-ms-docs-key-type: educationSubmission '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources': description: Provides operations to manage the submittedResources property of the microsoft.graph.educationSubmission entity. get: tags: - education.educationClass summary: List submittedResources description: 'List the educationSubmissionResource objects that were officially submitted for grading. Only teachers, students, and applications with application permissions can perform this operation. The student who owns the submission can''t change the submitted list without resubmitting the assignment. This resource is a wrapper around the real resource and can contain a pointer back to the actual assignment resource if this resource was copied from the assignment.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationsubmission-list-submittedresources?view=graph-rest-1.0 operationId: education.classes.assignments.submissions.ListSubmittedResources parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.educationSubmissionResourceCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - education.educationClass summary: Create new navigation property to submittedResources for education operationId: education.classes.assignments.submissions.CreateSubmittedResources requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationSubmissionResource' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationSubmissionResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: educationClass-id in: path description: The unique identifier of educationClass required: true schema: type: string x-ms-docs-key-type: educationClass - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment - name: educationSubmission-id in: path description: The unique identifier of educationSubmission required: true schema: type: string x-ms-docs-key-type: educationSubmission x-ms-docs-grouped-path: - '/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources' - '/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources' '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}': description: Provides operations to manage the submittedResources property of the microsoft.graph.educationSubmission entity. get: tags: - education.educationClass summary: Get educationSubmittedSubmissionResource description: 'Retrieve a submitted resource. Only teachers, students, and applications with application permissions can perform this operation. Resources are available to a teacher or an application with application permissions after a student submits it, and are available to the student after the teacher returns the submission. Teachers can leave notes in some resources.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationsubmittedsubmissionresource-get?view=graph-rest-1.0 operationId: education.classes.assignments.submissions.GetSubmittedResources parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationSubmissionResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - education.educationClass summary: Update the navigation property submittedResources in education operationId: education.classes.assignments.submissions.UpdateSubmittedResources requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationSubmissionResource' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationSubmissionResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - education.educationClass summary: Delete navigation property submittedResources for education operationId: education.classes.assignments.submissions.DeleteSubmittedResources parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: educationClass-id in: path description: The unique identifier of educationClass required: true schema: type: string x-ms-docs-key-type: educationClass - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment - name: educationSubmission-id in: path description: The unique identifier of educationSubmission required: true schema: type: string x-ms-docs-key-type: educationSubmission - name: educationSubmissionResource-id in: path description: The unique identifier of educationSubmissionResource required: true schema: type: string x-ms-docs-key-type: educationSubmissionResource x-ms-docs-grouped-path: - '/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}' - '/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}' '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count': description: Provides operations to count the resources in the collection. get: tags: - education.educationClass summary: Get the number of the resource operationId: education.classes.assignments.submissions.submittedResources.GetCount-ecf9 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: educationClass-id in: path description: The unique identifier of educationClass required: true schema: type: string x-ms-docs-key-type: educationClass - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment - name: educationSubmission-id in: path description: The unique identifier of educationSubmission required: true schema: type: string x-ms-docs-key-type: educationSubmission '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/$count': description: Provides operations to count the resources in the collection. get: tags: - education.educationClass summary: Get the number of the resource operationId: education.classes.assignments.submissions.GetCount-231f parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: educationClass-id in: path description: The unique identifier of educationClass required: true schema: type: string x-ms-docs-key-type: educationClass - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment '/education/classes/{educationClass-id}/assignments/$count': description: Provides operations to count the resources in the collection. get: tags: - education.educationClass summary: Get the number of the resource operationId: education.classes.assignments.GetCount-a470 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: educationClass-id in: path description: The unique identifier of educationClass required: true schema: type: string x-ms-docs-key-type: educationClass '/education/classes/{educationClass-id}/assignments/delta()': description: Provides operations to call the delta method. get: tags: - education.Functions summary: Invoke function delta description: Get a list of newly-created or updated assignments without reading the whole collection. A teacher or an application running with application permissions can see all assignment objects for the class. Students can only see assignments that are assigned to them. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationassignment-delta?view=graph-rest-1.0 operationId: education.classes.educationClass.assignments.delta parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of educationAssignment type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.educationAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: educationClass-id in: path description: The unique identifier of educationClass required: true schema: type: string x-ms-docs-key-type: educationClass x-ms-docs-grouped-path: - '/education/classes/{educationClass-id}/assignmentCategories/delta()' - '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/delta()' - /education/classes/delta() - '/education/me/assignments/{educationAssignment-id}/categories/delta()' - /education/me/assignments/delta() - /education/schools/delta() - '/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/delta()' - '/education/users/{educationUser-id}/assignments/delta()' - /education/users/delta() '/education/classes/{educationClass-id}/assignmentSettings': description: Provides operations to manage the assignmentSettings property of the microsoft.graph.educationClass entity. get: tags: - education.educationClass summary: Get assignmentSettings from education description: Specifies class-level assignments settings. operationId: education.classes.GetAssignmentSettings parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationAssignmentSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - education.educationClass summary: Update educationAssignmentSettings description: Update the properties of an educationAssignmentSettings object. Only teachers can update these settings. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationassignmentsettings-update?view=graph-rest-1.0 operationId: education.classes.UpdateAssignmentSettings requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationAssignmentSettings' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationAssignmentSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - education.educationClass summary: Delete navigation property assignmentSettings for education operationId: education.classes.DeleteAssignmentSettings parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: educationClass-id in: path description: The unique identifier of educationClass required: true schema: type: string x-ms-docs-key-type: educationClass '/education/classes/{educationClass-id}/assignmentSettings/gradingCategories': description: Provides operations to manage the gradingCategories property of the microsoft.graph.educationAssignmentSettings entity. get: tags: - education.educationClass summary: Get gradingCategories from education description: 'When set, enables users to weight assignments differently when computing a class average grade.' operationId: education.classes.assignmentSettings.ListGradingCategories parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.educationGradingCategoryCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - education.educationClass summary: Create new navigation property to gradingCategories for education operationId: education.classes.assignmentSettings.CreateGradingCategories requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationGradingCategory' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationGradingCategory' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: educationClass-id in: path description: The unique identifier of educationClass required: true schema: type: string x-ms-docs-key-type: educationClass '/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/{educationGradingCategory-id}': description: Provides operations to manage the gradingCategories property of the microsoft.graph.educationAssignmentSettings entity. get: tags: - education.educationClass summary: Get gradingCategories from education description: 'When set, enables users to weight assignments differently when computing a class average grade.' operationId: education.classes.assignmentSettings.GetGradingCategories parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationGradingCategory' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - education.educationClass summary: Update gradingCategory description: Update a single gradingCategory on the educationAssignmentSettings. Only teachers can perform this operation. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationgradingcategory-update?view=graph-rest-1.0 operationId: education.classes.assignmentSettings.UpdateGradingCategories requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationGradingCategory' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationGradingCategory' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - education.educationClass summary: Delete navigation property gradingCategories for education operationId: education.classes.assignmentSettings.DeleteGradingCategories parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: educationClass-id in: path description: The unique identifier of educationClass required: true schema: type: string x-ms-docs-key-type: educationClass - name: educationGradingCategory-id in: path description: The unique identifier of educationGradingCategory required: true schema: type: string x-ms-docs-key-type: educationGradingCategory '/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/$count': description: Provides operations to count the resources in the collection. get: tags: - education.educationClass summary: Get the number of the resource operationId: education.classes.assignmentSettings.gradingCategories.GetCount-c354 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: educationClass-id in: path description: The unique identifier of educationClass required: true schema: type: string x-ms-docs-key-type: educationClass '/education/classes/{educationClass-id}/group': description: Provides operations to manage the group property of the microsoft.graph.educationClass entity. get: tags: - education.educationClass summary: Get group from education description: The underlying Microsoft 365 group object. operationId: education.classes.GetGroup parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.group' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: educationClass-id in: path description: The unique identifier of educationClass required: true schema: type: string x-ms-docs-key-type: educationClass '/education/classes/{educationClass-id}/group/serviceProvisioningErrors': get: tags: - education.educationClass summary: Get serviceProvisioningErrors property value description: '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).' operationId: education.classes.group.ListServiceProvisioningErrors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: educationClass-id in: path description: The unique identifier of educationClass required: true schema: type: string x-ms-docs-key-type: educationClass '/education/classes/{educationClass-id}/group/serviceProvisioningErrors/$count': description: Provides operations to count the resources in the collection. get: tags: - education.educationClass summary: Get the number of the resource operationId: education.classes.group.ServiceProvisioningErrors.GetCount-5a91 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: educationClass-id in: path description: The unique identifier of educationClass required: true schema: type: string x-ms-docs-key-type: educationClass '/education/classes/{educationClass-id}/members': description: Provides operations to manage the members property of the microsoft.graph.educationClass entity. get: tags: - education.educationClass summary: List members of an educationClass description: Retrieves the educationUser members of an educationClass. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationclass-list-members?view=graph-rest-1.0 operationId: education.classes.ListMembers parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.educationUserCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: educationClass-id in: path description: The unique identifier of educationClass required: true schema: type: string x-ms-docs-key-type: educationClass '/education/classes/{educationClass-id}/members/{educationUser-id}/$ref': description: Provides operations to manage the collection of educationRoot entities. delete: tags: - education.educationClass summary: Remove member from educationClass description: Remove an educationUser from an educationClass. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationclass-delete-members?view=graph-rest-1.0 operationId: education.classes.members.DeleteRefEducationUser parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: educationClass-id in: path description: The unique identifier of educationClass required: true schema: type: string x-ms-docs-key-type: educationClass - name: educationUser-id in: path description: The unique identifier of educationUser required: true schema: type: string x-ms-docs-key-type: educationUser '/education/classes/{educationClass-id}/members/$count': description: Provides operations to count the resources in the collection. get: tags: - education.educationClass summary: Get the number of the resource operationId: education.classes.members.GetCount-4459 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: educationClass-id in: path description: The unique identifier of educationClass required: true schema: type: string x-ms-docs-key-type: educationClass '/education/classes/{educationClass-id}/members/$ref': description: Provides operations to manage the collection of educationRoot entities. get: tags: - education.educationClass summary: List members of an educationClass description: Retrieves the educationUser members of an educationClass. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationclass-list-members?view=graph-rest-1.0 operationId: education.classes.ListRefMembers parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/StringCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - education.educationClass summary: Add a student description: Add an educationUser member to an educationClass. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationclass-post-members?view=graph-rest-1.0 operationId: education.classes.CreateRefMembers requestBody: $ref: '#/components/requestBodies/refPostBody' responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - education.educationClass summary: Remove member from educationClass description: Remove an educationUser from an educationClass. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationclass-delete-members?view=graph-rest-1.0 operationId: education.classes.DeleteRefMembers parameters: - name: If-Match in: header description: ETag schema: type: string - name: '@id' in: query description: The delete Uri required: true schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: educationClass-id in: path description: The unique identifier of educationClass required: true schema: type: string x-ms-docs-key-type: educationClass '/education/classes/{educationClass-id}/modules': description: Provides operations to manage the modules property of the microsoft.graph.educationClass entity. get: tags: - education.educationClass summary: List class modules description: 'Retrieve a list of module objects. Only teachers, students, and applications with application permissions can perform this operation. A teacher or an application with application permissions can see all module objects for the class. Students can only see published modules.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationclass-list-modules?view=graph-rest-1.0 operationId: education.classes.ListModules parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.educationModuleCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - education.educationClass summary: Create educationModule description: 'Create a new module in a class. Only teachers in a class can create a module. Modules start in the draft state, which means that students can''t see the modules until publication.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationclass-post-module?view=graph-rest-1.0 operationId: education.classes.CreateModules requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationModule' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationModule' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: educationClass-id in: path description: The unique identifier of educationClass required: true schema: type: string x-ms-docs-key-type: educationClass '/education/classes/{educationClass-id}/modules/{educationModule-id}': description: Provides operations to manage the modules property of the microsoft.graph.educationClass entity. get: tags: - education.educationClass summary: Get educationModule description: 'Get the properties and relationships of a module. Only teachers, students, and applications with application permissions can perform this operation. Students can only see published modules; teachers and applications with application permissions can see all modules in a class.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationmodule-get?view=graph-rest-1.0 operationId: education.classes.GetModules parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationModule' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - education.educationClass summary: Update educationModule description: Update an educationModule object in a class. Only teachers in the class can perform this operation. You can't use a PATCH request to change the status of a module. Use the publish action to change the module status. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationmodule-update?view=graph-rest-1.0 operationId: education.classes.UpdateModules requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationModule' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationModule' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - education.educationClass summary: Delete educationModule description: Delete an existing module in a class. Only teachers within a class can delete modules. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationmodule-delete?view=graph-rest-1.0 operationId: education.classes.DeleteModules parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: educationClass-id in: path description: The unique identifier of educationClass required: true schema: type: string x-ms-docs-key-type: educationClass - name: educationModule-id in: path description: The unique identifier of educationModule required: true schema: type: string x-ms-docs-key-type: educationModule '/education/classes/{educationClass-id}/modules/{educationModule-id}/pin': description: Provides operations to call the pin method. post: tags: - education.Actions summary: Invoke action pin description: Pin an educationModule in the class work list. This action sets the isPinned property to true for an educationModule. Only teachers can perform this action and only one module at a time can be pinned in the class work list. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationmodule-pin?view=graph-rest-1.0 operationId: education.classes.educationClass.modules.educationModule.pin responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.educationModule' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: educationClass-id in: path description: The unique identifier of educationClass required: true schema: type: string x-ms-docs-key-type: educationClass - name: educationModule-id in: path description: The unique identifier of educationModule required: true schema: type: string x-ms-docs-key-type: educationModule '/education/classes/{educationClass-id}/modules/{educationModule-id}/publish': description: Provides operations to call the publish method. post: tags: - education.Actions summary: Invoke action publish description: 'Change the state of an educationModule from its original draft status to the published status. Only teachers in the class can perform this operation. When a module is in draft status, students can''t see the module. When you call this API, the module appears in the student''s class work list.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationmodule-publish?view=graph-rest-1.0 operationId: education.classes.educationClass.modules.educationModule.publish responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.educationModule' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: educationClass-id in: path description: The unique identifier of educationClass required: true schema: type: string x-ms-docs-key-type: educationClass - name: educationModule-id in: path description: The unique identifier of educationModule required: true schema: type: string x-ms-docs-key-type: educationModule x-ms-docs-grouped-path: - '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/publish' - '/education/me/assignments/{educationAssignment-id}/publish' - '/education/users/{educationUser-id}/assignments/{educationAssignment-id}/publish' '/education/classes/{educationClass-id}/modules/{educationModule-id}/setUpResourcesFolder': description: Provides operations to call the setUpResourcesFolder method. post: tags: - education.Actions summary: Invoke action setUpResourcesFolder description: Create a SharePoint folder to upload files for a given educationModule. Only teachers can perform this operation. The teacher determines what resources to upload to the SharePoint folder for the module. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationmodule-setupresourcesfolder?view=graph-rest-1.0 operationId: education.classes.educationClass.modules.educationModule.setUpResourcesFolder responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.educationModule' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: educationClass-id in: path description: The unique identifier of educationClass required: true schema: type: string x-ms-docs-key-type: educationClass - name: educationModule-id in: path description: The unique identifier of educationModule required: true schema: type: string x-ms-docs-key-type: educationModule x-ms-docs-grouped-path: - '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/setUpResourcesFolder' - '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder' - '/education/me/assignments/{educationAssignment-id}/setUpResourcesFolder' - '/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder' - '/education/users/{educationUser-id}/assignments/{educationAssignment-id}/setUpResourcesFolder' - '/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder' '/education/classes/{educationClass-id}/modules/{educationModule-id}/unpin': description: Provides operations to call the unpin method. post: tags: - education.Actions summary: Invoke action unpin description: Unpin an educationModule in the classwork list. This action sets the isPinned property to false for an educationModule. Only teachers in the class can perform this operation. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationmodule-unpin?view=graph-rest-1.0 operationId: education.classes.educationClass.modules.educationModule.unpin responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.educationModule' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: educationClass-id in: path description: The unique identifier of educationClass required: true schema: type: string x-ms-docs-key-type: educationClass - name: educationModule-id in: path description: The unique identifier of educationModule required: true schema: type: string x-ms-docs-key-type: educationModule '/education/classes/{educationClass-id}/modules/{educationModule-id}/resources': description: Provides operations to manage the resources property of the microsoft.graph.educationModule entity. get: tags: - education.educationClass summary: List module resources description: 'Get all the educationModuleResource objects associated with a module. Only teachers, students, and applications with application permissions can perform this operation.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationmodule-list-resources?view=graph-rest-1.0 operationId: education.classes.modules.ListResources parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.educationModuleResourceCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - education.educationClass summary: Create educationModuleResource description: 'Create a resource in a module. Only teachers can perform this operation. You can create the following types of module resources: Every resource has an @odata.type property to indicate which type of resource is being created.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationmodule-post-resources?view=graph-rest-1.0 operationId: education.classes.modules.CreateResources requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationModuleResource' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationModuleResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: educationClass-id in: path description: The unique identifier of educationClass required: true schema: type: string x-ms-docs-key-type: educationClass - name: educationModule-id in: path description: The unique identifier of educationModule required: true schema: type: string x-ms-docs-key-type: educationModule '/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/{educationModuleResource-id}': description: Provides operations to manage the resources property of the microsoft.graph.educationModule entity. get: tags: - education.educationClass summary: Get educationModuleResource description: 'Get the properties of a resource associated with a module. Only teachers, students, and applications with application permissions can perform this operation.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationmoduleresource-get?view=graph-rest-1.0 operationId: education.classes.modules.GetResources parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationModuleResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - education.educationClass summary: Update educationModuleResource description: 'Update a resource in a module. Only teachers can perform this operation. The only one property that can be updated is displayName, for all resource types.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationmoduleresource-update?view=graph-rest-1.0 operationId: education.classes.modules.UpdateResources requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationModuleResource' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationModuleResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - education.educationClass summary: Delete educationModuleResource description: Delete a specific educationModuleResource attached to a module. Only teachers in the class can remove a resource. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationmoduleresource-delete?view=graph-rest-1.0 operationId: education.classes.modules.DeleteResources parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: educationClass-id in: path description: The unique identifier of educationClass required: true schema: type: string x-ms-docs-key-type: educationClass - name: educationModule-id in: path description: The unique identifier of educationModule required: true schema: type: string x-ms-docs-key-type: educationModule - name: educationModuleResource-id in: path description: The unique identifier of educationModuleResource required: true schema: type: string x-ms-docs-key-type: educationModuleResource '/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/$count': description: Provides operations to count the resources in the collection. get: tags: - education.educationClass summary: Get the number of the resource operationId: education.classes.modules.resources.GetCount-2a6c parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: educationClass-id in: path description: The unique identifier of educationClass required: true schema: type: string x-ms-docs-key-type: educationClass - name: educationModule-id in: path description: The unique identifier of educationModule required: true schema: type: string x-ms-docs-key-type: educationModule '/education/classes/{educationClass-id}/modules/$count': description: Provides operations to count the resources in the collection. get: tags: - education.educationClass summary: Get the number of the resource operationId: education.classes.modules.GetCount-7c88 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: educationClass-id in: path description: The unique identifier of educationClass required: true schema: type: string x-ms-docs-key-type: educationClass '/education/classes/{educationClass-id}/schools': description: Provides operations to manage the schools property of the microsoft.graph.educationClass entity. get: tags: - education.educationClass summary: List schools description: Retrieve a list of schools in which the class is taught. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationclass-list-schools?view=graph-rest-1.0 operationId: education.classes.ListSchools parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.educationSchoolCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: educationClass-id in: path description: The unique identifier of educationClass required: true schema: type: string x-ms-docs-key-type: educationClass '/education/classes/{educationClass-id}/schools/{educationSchool-id}': description: Provides operations to manage the schools property of the microsoft.graph.educationClass entity. get: tags: - education.educationClass summary: Get schools from education description: All schools that this class is associated with. Nullable. operationId: education.classes.GetSchools parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationSchool' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: educationClass-id in: path description: The unique identifier of educationClass required: true schema: type: string x-ms-docs-key-type: educationClass - name: educationSchool-id in: path description: The unique identifier of educationSchool required: true schema: type: string x-ms-docs-key-type: educationSchool '/education/classes/{educationClass-id}/schools/$count': description: Provides operations to count the resources in the collection. get: tags: - education.educationClass summary: Get the number of the resource operationId: education.classes.schools.GetCount-fef1 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: educationClass-id in: path description: The unique identifier of educationClass required: true schema: type: string x-ms-docs-key-type: educationClass '/education/classes/{educationClass-id}/teachers': description: Provides operations to manage the teachers property of the microsoft.graph.educationClass entity. get: tags: - education.educationClass summary: List teachers description: Retrieve a list of teachers for a class. Delegated tokens must be members of the class to get the teacher list. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationclass-list-teachers?view=graph-rest-1.0 operationId: education.classes.ListTeachers parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.educationUserCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: educationClass-id in: path description: The unique identifier of educationClass required: true schema: type: string x-ms-docs-key-type: educationClass '/education/classes/{educationClass-id}/teachers/{educationUser-id}/$ref': description: Provides operations to manage the collection of educationRoot entities. delete: tags: - education.educationClass summary: Remove teacher from educationClass description: Remove a teacher from an educationClass. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationclass-delete-teachers?view=graph-rest-1.0 operationId: education.classes.teachers.DeleteRefEducationUser parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: educationClass-id in: path description: The unique identifier of educationClass required: true schema: type: string x-ms-docs-key-type: educationClass - name: educationUser-id in: path description: The unique identifier of educationUser required: true schema: type: string x-ms-docs-key-type: educationUser '/education/classes/{educationClass-id}/teachers/$count': description: Provides operations to count the resources in the collection. get: tags: - education.educationClass summary: Get the number of the resource operationId: education.classes.teachers.GetCount-4305 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: educationClass-id in: path description: The unique identifier of educationClass required: true schema: type: string x-ms-docs-key-type: educationClass '/education/classes/{educationClass-id}/teachers/$ref': description: Provides operations to manage the collection of educationRoot entities. get: tags: - education.educationClass summary: List teachers description: Retrieve a list of teachers for a class. Delegated tokens must be members of the class to get the teacher list. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationclass-list-teachers?view=graph-rest-1.0 operationId: education.classes.ListRefTeachers parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/StringCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - education.educationClass summary: Add teacher description: Add a teacher to a class. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationclass-post-teachers?view=graph-rest-1.0 operationId: education.classes.CreateRefTeachers requestBody: $ref: '#/components/requestBodies/refPostBody' responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - education.educationClass summary: Remove teacher from educationClass description: Remove a teacher from an educationClass. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationclass-delete-teachers?view=graph-rest-1.0 operationId: education.classes.DeleteRefTeachers parameters: - name: If-Match in: header description: ETag schema: type: string - name: '@id' in: query description: The delete Uri required: true schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: educationClass-id in: path description: The unique identifier of educationClass required: true schema: type: string x-ms-docs-key-type: educationClass /education/classes/$count: description: Provides operations to count the resources in the collection. get: tags: - education.educationClass summary: Get the number of the resource operationId: education.classes.GetCount-fe5a parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /education/classes/delta(): description: Provides operations to call the delta method. get: tags: - education.Functions summary: Invoke function delta description: 'Get newly created or updated classes, including membership changes, without having to perform a full read of the entire class collection. See Use delta query for details.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationclass-delta?view=graph-rest-1.0 operationId: education.classes.delta parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of educationClass type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.educationClass' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-grouped-path: - '/education/classes/{educationClass-id}/assignmentCategories/delta()' - '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/delta()' - '/education/classes/{educationClass-id}/assignments/delta()' - '/education/me/assignments/{educationAssignment-id}/categories/delta()' - /education/me/assignments/delta() - /education/schools/delta() - '/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/delta()' - '/education/users/{educationUser-id}/assignments/delta()' - /education/users/delta() /education/me: description: Provides operations to manage the me property of the microsoft.graph.educationRoot entity. get: tags: - education.educationUser summary: Get me from education operationId: education.GetMe parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationUser' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - education.educationUser summary: Update the navigation property me in education operationId: education.UpdateMe requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationUser' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationUser' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - education.educationUser summary: Delete navigation property me for education operationId: education.DeleteMe parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /education/me/assignments: description: Provides operations to manage the assignments property of the microsoft.graph.educationUser entity. get: tags: - education.educationUser summary: List assignments of a user description: 'Returns a list of educationAssignment assigned to a educationUser for all classes. Only teachers, students, and applications with application permissions can perform this operation. This method allows a caller to find all the assignments belonging to a student or a teacher in a single call rather than having to request assignments from each class. The assignment list contains what is needed to get the detailed information for the assignment from within the class namespace. Use the methods defined for the assignment for all other operations.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationuser-list-assignments?view=graph-rest-1.0 operationId: education.me.ListAssignments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.educationAssignmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - education.educationUser summary: Create new navigation property to assignments for education operationId: education.me.CreateAssignments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationAssignment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation x-ms-docs-grouped-path: - '/education/users/{educationUser-id}/assignments' '/education/me/assignments/{educationAssignment-id}': description: Provides operations to manage the assignments property of the microsoft.graph.educationUser entity. get: tags: - education.educationUser summary: Get assignments from education description: Assignments belonging to the user. operationId: education.me.GetAssignments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - education.educationUser summary: Update the navigation property assignments in education operationId: education.me.UpdateAssignments requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationAssignment' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - education.educationUser summary: Delete navigation property assignments for education operationId: education.me.DeleteAssignments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment x-ms-docs-grouped-path: - '/education/users/{educationUser-id}/assignments/{educationAssignment-id}' '/education/me/assignments/{educationAssignment-id}/categories': description: Provides operations to manage the categories property of the microsoft.graph.educationAssignment entity. get: tags: - education.educationUser summary: Get categories from education description: 'When set, enables users to easily find assignments of a given type. Read-only. Nullable.' operationId: education.me.assignments.ListCategories parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.educationCategoryCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - education.educationUser summary: Create new navigation property to categories for education operationId: education.me.assignments.CreateCategories requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationCategory' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationCategory' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment x-ms-docs-grouped-path: - '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories' - '/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories' '/education/me/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref': description: Provides operations to manage the collection of educationRoot entities. delete: tags: - education.educationUser summary: Delete ref of navigation property categories for education operationId: education.me.assignments.categories.DeleteRefEducationCategory parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment - name: educationCategory-id in: path description: The unique identifier of educationCategory required: true schema: type: string x-ms-docs-key-type: educationCategory '/education/me/assignments/{educationAssignment-id}/categories/$count': description: Provides operations to count the resources in the collection. get: tags: - education.educationUser summary: Get the number of the resource operationId: education.me.assignments.categories.GetCount-da6c parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment '/education/me/assignments/{educationAssignment-id}/categories/$ref': description: Provides operations to manage the collection of educationRoot entities. get: tags: - education.educationUser summary: Get ref of categories from education description: 'When set, enables users to easily find assignments of a given type. Read-only. Nullable.' operationId: education.me.assignments.ListRefCategories parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/StringCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - education.educationUser summary: Create new navigation property ref to categories for education operationId: education.me.assignments.CreateRefCategories requestBody: $ref: '#/components/requestBodies/refPostBody' responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - education.educationUser summary: Delete ref of navigation property categories for education operationId: education.me.assignments.DeleteRefCategories parameters: - name: If-Match in: header description: ETag schema: type: string - name: '@id' in: query description: The delete Uri required: true schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment '/education/me/assignments/{educationAssignment-id}/categories/delta()': description: Provides operations to call the delta method. get: tags: - education.Functions summary: Invoke function delta description: Get a list of newly created or updated educationCategory objects without having to perform a full read of the collection. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-1.0 operationId: education.me.assignments.educationAssignment.categories.delta parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of educationCategory type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.educationCategory' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment x-ms-docs-grouped-path: - '/education/classes/{educationClass-id}/assignmentCategories/delta()' - '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/delta()' - '/education/classes/{educationClass-id}/assignments/delta()' - /education/classes/delta() - /education/me/assignments/delta() - /education/schools/delta() - '/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/delta()' - '/education/users/{educationUser-id}/assignments/delta()' - /education/users/delta() '/education/me/assignments/{educationAssignment-id}/gradingCategory': description: Provides operations to manage the gradingCategory property of the microsoft.graph.educationAssignment entity. get: tags: - education.educationUser summary: Get gradingCategory from education description: 'When set, enables users to weight assignments differently when computing a class average grade.' operationId: education.me.assignments.GetGradingCategory parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationGradingCategory' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment x-ms-docs-grouped-path: - '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/gradingCategory' - '/education/users/{educationUser-id}/assignments/{educationAssignment-id}/gradingCategory' '/education/me/assignments/{educationAssignment-id}/activate': description: Provides operations to call the activate method. post: tags: - education.Actions summary: Invoke action activate description: Activate an inactive educationAssignment to signal that the assignment has further action items for teachers or students. This action can only be performed by a teacher on currently inactive assignments. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationassignment-activate?view=graph-rest-1.0 operationId: education.me.assignments.educationAssignment.activate responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.educationAssignment' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment x-ms-docs-grouped-path: - '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/activate' - '/education/users/{educationUser-id}/assignments/{educationAssignment-id}/activate' '/education/me/assignments/{educationAssignment-id}/deactivate': description: Provides operations to call the deactivate method. post: tags: - education.Actions summary: Invoke action deactivate description: Mark an assigned educationAssignment as inactive to signal that the assignment has no further action items for teachers and students. This action can only be performed by a teacher on assigned assignments. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationassignment-deactivate?view=graph-rest-1.0 operationId: education.me.assignments.educationAssignment.deactivate responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.educationAssignment' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment x-ms-docs-grouped-path: - '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/deactivate' - '/education/users/{educationUser-id}/assignments/{educationAssignment-id}/deactivate' '/education/me/assignments/{educationAssignment-id}/publish': description: Provides operations to call the publish method. post: tags: - education.Actions summary: Invoke action publish description: 'Publish an education assignment. Change the status of an educationAssignment from its original draft status to the published status. You can change the status from draft to scheduled if the assignment is scheduled for a future date. Only a teacher in the class can make this call. When an assignment is in draft status, students will not see the assignment, nor will there be any submission objects. Calling this API creates educationSubmission objects and displays the assignment in each student''s list. The status of the assignment goes back to draft if there is any backend failure during publish process. To update the properties of a published assignment, see update an assignment.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-1.0 operationId: education.me.assignments.educationAssignment.publish responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.educationAssignment' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment x-ms-docs-grouped-path: - '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/publish' - '/education/classes/{educationClass-id}/modules/{educationModule-id}/publish' - '/education/users/{educationUser-id}/assignments/{educationAssignment-id}/publish' '/education/me/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder': description: Provides operations to call the setUpFeedbackResourcesFolder method. post: tags: - education.Actions summary: Invoke action setUpFeedbackResourcesFolder description: Create a SharePoint folder to upload feedback files for a given educationSubmission. Only teachers can perform this operation. The teacher determines the resources to upload in the feedback resources folder of a submission. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-1.0 operationId: education.me.assignments.educationAssignment.setUpFeedbackResourcesFolder responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.educationAssignment' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment x-ms-docs-grouped-path: - '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder' - '/education/users/{educationUser-id}/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder' '/education/me/assignments/{educationAssignment-id}/setUpResourcesFolder': description: Provides operations to call the setUpResourcesFolder method. post: tags: - education.Actions summary: Invoke action setUpResourcesFolder description: 'Create a SharePoint folder to upload files for a given educationAssignment. Only teachers can perform this operation. The teacher determines the resources to upload in the assignment''s folder. ' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-1.0 operationId: education.me.assignments.educationAssignment.setUpResourcesFolder responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.educationAssignment' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment x-ms-docs-grouped-path: - '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/setUpResourcesFolder' - '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder' - '/education/classes/{educationClass-id}/modules/{educationModule-id}/setUpResourcesFolder' - '/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder' - '/education/users/{educationUser-id}/assignments/{educationAssignment-id}/setUpResourcesFolder' - '/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder' '/education/me/assignments/{educationAssignment-id}/resources': description: Provides operations to manage the resources property of the microsoft.graph.educationAssignment entity. get: tags: - education.educationUser summary: Get resources from education description: Learning objects that are associated with this assignment. Only teachers can modify this list. Nullable. operationId: education.me.assignments.ListResources parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.educationAssignmentResourceCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - education.educationUser summary: Create new navigation property to resources for education operationId: education.me.assignments.CreateResources requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationAssignmentResource' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationAssignmentResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment x-ms-docs-grouped-path: - '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources' - '/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources' '/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}': description: Provides operations to manage the resources property of the microsoft.graph.educationAssignment entity. get: tags: - education.educationUser summary: Get resources from education description: Learning objects that are associated with this assignment. Only teachers can modify this list. Nullable. operationId: education.me.assignments.GetResources parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationAssignmentResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - education.educationUser summary: Update the navigation property resources in education operationId: education.me.assignments.UpdateResources requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationAssignmentResource' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationAssignmentResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - education.educationUser summary: Delete navigation property resources for education operationId: education.me.assignments.DeleteResources parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment - name: educationAssignmentResource-id in: path description: The unique identifier of educationAssignmentResource required: true schema: type: string x-ms-docs-key-type: educationAssignmentResource x-ms-docs-grouped-path: - '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}' - '/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}' '/education/me/assignments/{educationAssignment-id}/resources/$count': description: Provides operations to count the resources in the collection. get: tags: - education.educationUser summary: Get the number of the resource operationId: education.me.assignments.resources.GetCount-c8bf parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment '/education/me/assignments/{educationAssignment-id}/rubric': description: Provides operations to manage the rubric property of the microsoft.graph.educationAssignment entity. get: tags: - education.educationUser summary: Get rubric from education description: 'When set, the grading rubric attached to this assignment.' operationId: education.me.assignments.GetRubric parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationRubric' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - education.educationUser summary: Update the navigation property rubric in education operationId: education.me.assignments.UpdateRubric requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationRubric' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationRubric' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - education.educationUser summary: Delete navigation property rubric for education operationId: education.me.assignments.DeleteRubric parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment x-ms-docs-grouped-path: - '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric' - '/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric' '/education/me/assignments/{educationAssignment-id}/rubric/$ref': description: Provides operations to manage the collection of educationRoot entities. get: tags: - education.educationUser summary: Get ref of rubric from education description: 'When set, the grading rubric attached to this assignment.' operationId: education.me.assignments.GetRefRubric responses: 2XX: description: Retrieved navigation property link content: application/json: schema: type: string 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation put: tags: - education.educationUser summary: Update the ref of navigation property rubric in education operationId: education.me.assignments.UpdateRefRubric requestBody: $ref: '#/components/requestBodies/refPutBody' responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - education.educationUser summary: Delete ref of navigation property rubric for education operationId: education.me.assignments.DeleteRefRubric parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment '/education/me/assignments/{educationAssignment-id}/submissions': description: Provides operations to manage the submissions property of the microsoft.graph.educationAssignment entity. get: tags: - education.educationUser summary: Get submissions from education description: 'Once published, there''s a submission object for each student representing their work and grade. Read-only. Nullable.' operationId: education.me.assignments.ListSubmissions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.educationSubmissionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - education.educationUser summary: Create new navigation property to submissions for education operationId: education.me.assignments.CreateSubmissions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationSubmission' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationSubmission' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment x-ms-docs-grouped-path: - '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions' - '/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions' '/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}': description: Provides operations to manage the submissions property of the microsoft.graph.educationAssignment entity. get: tags: - education.educationUser summary: Get submissions from education description: 'Once published, there''s a submission object for each student representing their work and grade. Read-only. Nullable.' operationId: education.me.assignments.GetSubmissions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationSubmission' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - education.educationUser summary: Update the navigation property submissions in education operationId: education.me.assignments.UpdateSubmissions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationSubmission' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationSubmission' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - education.educationUser summary: Delete navigation property submissions for education operationId: education.me.assignments.DeleteSubmissions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment - name: educationSubmission-id in: path description: The unique identifier of educationSubmission required: true schema: type: string x-ms-docs-key-type: educationSubmission x-ms-docs-grouped-path: - '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}' - '/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}' '/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/excuse': description: Provides operations to call the excuse method. post: tags: - education.Actions summary: Invoke action excuse description: 'Excuse a submission. Excused submissions aren''t included in average grade calculations. Grading rubrics and feedback are deleted. Only teachers can perform this action. If the Prefer: include-unknown-enum-members request header is provided, the excused submission shows the excused status. Otherwise, the submission status retains the returned status. For more information about how to use this header, see the Examples section.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationsubmission-excuse?view=graph-rest-1.0 operationId: education.me.assignments.educationAssignment.submissions.educationSubmission.excuse responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.educationSubmission' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment - name: educationSubmission-id in: path description: The unique identifier of educationSubmission required: true schema: type: string x-ms-docs-key-type: educationSubmission x-ms-docs-grouped-path: - '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/excuse' - '/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/excuse' '/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign': description: Provides operations to call the reassign method. post: tags: - education.Actions summary: Invoke action reassign description: 'Reassign the submission to the student with feedback for review. Only teachers can perform this action. Include the Prefer: include-unknown-enum-members header when you call this method; otherwise, a reassigned submission is treated as a returned submission. This means that the reassigned status is mapped to the returned status, and reassignedDateTime and reassignedBy properties are mapped to returnedDateTime and returnedBy respectively. If the header Prefer: include-unknown-enum-members is provided, a reassigned submission retains the reassigned status. For details, see the examples section.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-1.0 operationId: education.me.assignments.educationAssignment.submissions.educationSubmission.reassign responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.educationSubmission' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment - name: educationSubmission-id in: path description: The unique identifier of educationSubmission required: true schema: type: string x-ms-docs-key-type: educationSubmission x-ms-docs-grouped-path: - '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign' - '/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign' '/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return': description: Provides operations to call the return method. post: tags: - education.Actions summary: Invoke action return description: Make the grade and feedback associated with this submission available to the student. This action changes the status of the submission from 'submitted' to 'returned' and indicates that feedback is provided or grading is done. This action can only be done by the teacher. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-1.0 operationId: education.me.assignments.educationAssignment.submissions.educationSubmission.return responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.educationSubmission' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment - name: educationSubmission-id in: path description: The unique identifier of educationSubmission required: true schema: type: string x-ms-docs-key-type: educationSubmission x-ms-docs-grouped-path: - '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return' - '/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return' '/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder': description: Provides operations to call the setUpResourcesFolder method. post: tags: - education.Actions summary: Invoke action setUpResourcesFolder description: 'Trigger the creation of the SharePoint resource folder where all file-based resources (Word, Excel, and so on) should be uploaded for a given submission. Only teachers and students can perform this operation. Note that files must be located in this folder in order to be added as resources. Only a student in the class can determine what files to upload in a given submission-level resource folder. ' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-1.0 operationId: education.me.assignments.educationAssignment.submissions.educationSubmission.setUpResourcesFolder responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.educationSubmission' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment - name: educationSubmission-id in: path description: The unique identifier of educationSubmission required: true schema: type: string x-ms-docs-key-type: educationSubmission x-ms-docs-grouped-path: - '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/setUpResourcesFolder' - '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder' - '/education/classes/{educationClass-id}/modules/{educationModule-id}/setUpResourcesFolder' - '/education/me/assignments/{educationAssignment-id}/setUpResourcesFolder' - '/education/users/{educationUser-id}/assignments/{educationAssignment-id}/setUpResourcesFolder' - '/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder' '/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit': description: Provides operations to call the submit method. post: tags: - education.Actions summary: Invoke action submit description: 'Indicate that a student is done with the work and is ready to hand in the assignment. Only teachers, students, and applications with application permissions can perform this operation. This method changes the status of the submission from working to submitted. During the submit process, all the resources are copied to the submittedResources bucket. The teacher will be looking at the submitted resources list for grading. A teacher can also submit a student''s assignment on their behalf.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-1.0 operationId: education.me.assignments.educationAssignment.submissions.educationSubmission.submit responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.educationSubmission' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment - name: educationSubmission-id in: path description: The unique identifier of educationSubmission required: true schema: type: string x-ms-docs-key-type: educationSubmission x-ms-docs-grouped-path: - '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit' - '/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit' '/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit': description: Provides operations to call the unsubmit method. post: tags: - education.Actions summary: Invoke action unsubmit description: 'Indicate that a student wants to work on the submission of the assignment after it was turned in. Only teachers, students, and applications with application permissions can perform this operation. This method changes the status of the submission from submitted to working. During the submit process, all the resources are copied from submittedResources to workingResources. The teacher will be looking at the working resources list for grading. A teacher can also unsubmit a student''s assignment on their behalf.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-1.0 operationId: education.me.assignments.educationAssignment.submissions.educationSubmission.unsubmit responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.educationSubmission' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment - name: educationSubmission-id in: path description: The unique identifier of educationSubmission required: true schema: type: string x-ms-docs-key-type: educationSubmission x-ms-docs-grouped-path: - '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit' - '/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit' '/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes': description: Provides operations to manage the outcomes property of the microsoft.graph.educationSubmission entity. get: tags: - education.educationUser summary: Get outcomes from education operationId: education.me.assignments.submissions.ListOutcomes parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.educationOutcomeCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - education.educationUser summary: Create new navigation property to outcomes for education operationId: education.me.assignments.submissions.CreateOutcomes requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationOutcome' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationOutcome' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment - name: educationSubmission-id in: path description: The unique identifier of educationSubmission required: true schema: type: string x-ms-docs-key-type: educationSubmission x-ms-docs-grouped-path: - '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes' - '/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes' '/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}': description: Provides operations to manage the outcomes property of the microsoft.graph.educationSubmission entity. get: tags: - education.educationUser summary: Get outcomes from education operationId: education.me.assignments.submissions.GetOutcomes parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationOutcome' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - education.educationUser summary: Update the navigation property outcomes in education operationId: education.me.assignments.submissions.UpdateOutcomes requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationOutcome' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationOutcome' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - education.educationUser summary: Delete navigation property outcomes for education operationId: education.me.assignments.submissions.DeleteOutcomes parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment - name: educationSubmission-id in: path description: The unique identifier of educationSubmission required: true schema: type: string x-ms-docs-key-type: educationSubmission - name: educationOutcome-id in: path description: The unique identifier of educationOutcome required: true schema: type: string x-ms-docs-key-type: educationOutcome x-ms-docs-grouped-path: - '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}' - '/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}' '/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count': description: Provides operations to count the resources in the collection. get: tags: - education.educationUser summary: Get the number of the resource operationId: education.me.assignments.submissions.outcomes.GetCount-86b6 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment - name: educationSubmission-id in: path description: The unique identifier of educationSubmission required: true schema: type: string x-ms-docs-key-type: educationSubmission '/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources': description: Provides operations to manage the resources property of the microsoft.graph.educationSubmission entity. get: tags: - education.educationUser summary: Get resources from education operationId: education.me.assignments.submissions.ListResources parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.educationSubmissionResourceCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - education.educationUser summary: Create new navigation property to resources for education operationId: education.me.assignments.submissions.CreateResources requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationSubmissionResource' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationSubmissionResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment - name: educationSubmission-id in: path description: The unique identifier of educationSubmission required: true schema: type: string x-ms-docs-key-type: educationSubmission x-ms-docs-grouped-path: - '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources' - '/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources' '/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}': description: Provides operations to manage the resources property of the microsoft.graph.educationSubmission entity. get: tags: - education.educationUser summary: Get resources from education operationId: education.me.assignments.submissions.GetResources parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationSubmissionResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - education.educationUser summary: Update the navigation property resources in education operationId: education.me.assignments.submissions.UpdateResources requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationSubmissionResource' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationSubmissionResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - education.educationUser summary: Delete navigation property resources for education operationId: education.me.assignments.submissions.DeleteResources parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment - name: educationSubmission-id in: path description: The unique identifier of educationSubmission required: true schema: type: string x-ms-docs-key-type: educationSubmission - name: educationSubmissionResource-id in: path description: The unique identifier of educationSubmissionResource required: true schema: type: string x-ms-docs-key-type: educationSubmissionResource x-ms-docs-grouped-path: - '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}' - '/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}' '/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count': description: Provides operations to count the resources in the collection. get: tags: - education.educationUser summary: Get the number of the resource operationId: education.me.assignments.submissions.resources.GetCount-4a0c parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment - name: educationSubmission-id in: path description: The unique identifier of educationSubmission required: true schema: type: string x-ms-docs-key-type: educationSubmission '/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources': description: Provides operations to manage the submittedResources property of the microsoft.graph.educationSubmission entity. get: tags: - education.educationUser summary: Get submittedResources from education operationId: education.me.assignments.submissions.ListSubmittedResources parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.educationSubmissionResourceCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - education.educationUser summary: Create new navigation property to submittedResources for education operationId: education.me.assignments.submissions.CreateSubmittedResources requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationSubmissionResource' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationSubmissionResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment - name: educationSubmission-id in: path description: The unique identifier of educationSubmission required: true schema: type: string x-ms-docs-key-type: educationSubmission x-ms-docs-grouped-path: - '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources' - '/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources' '/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}': description: Provides operations to manage the submittedResources property of the microsoft.graph.educationSubmission entity. get: tags: - education.educationUser summary: Get submittedResources from education operationId: education.me.assignments.submissions.GetSubmittedResources parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationSubmissionResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - education.educationUser summary: Update the navigation property submittedResources in education operationId: education.me.assignments.submissions.UpdateSubmittedResources requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationSubmissionResource' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationSubmissionResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - education.educationUser summary: Delete navigation property submittedResources for education operationId: education.me.assignments.submissions.DeleteSubmittedResources parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment - name: educationSubmission-id in: path description: The unique identifier of educationSubmission required: true schema: type: string x-ms-docs-key-type: educationSubmission - name: educationSubmissionResource-id in: path description: The unique identifier of educationSubmissionResource required: true schema: type: string x-ms-docs-key-type: educationSubmissionResource x-ms-docs-grouped-path: - '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}' - '/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}' '/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count': description: Provides operations to count the resources in the collection. get: tags: - education.educationUser summary: Get the number of the resource operationId: education.me.assignments.submissions.submittedResources.GetCount-a574 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment - name: educationSubmission-id in: path description: The unique identifier of educationSubmission required: true schema: type: string x-ms-docs-key-type: educationSubmission '/education/me/assignments/{educationAssignment-id}/submissions/$count': description: Provides operations to count the resources in the collection. get: tags: - education.educationUser summary: Get the number of the resource operationId: education.me.assignments.submissions.GetCount-39e1 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment /education/me/assignments/$count: description: Provides operations to count the resources in the collection. get: tags: - education.educationUser summary: Get the number of the resource operationId: education.me.assignments.GetCount-d634 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /education/me/assignments/delta(): description: Provides operations to call the delta method. get: tags: - education.Functions summary: Invoke function delta description: Get a list of newly-created or updated assignments without reading the whole collection. A teacher or an application running with application permissions can see all assignment objects for the class. Students can only see assignments that are assigned to them. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationassignment-delta?view=graph-rest-1.0 operationId: education.me.assignments.delta parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of educationAssignment type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.educationAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-grouped-path: - '/education/classes/{educationClass-id}/assignmentCategories/delta()' - '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/delta()' - '/education/classes/{educationClass-id}/assignments/delta()' - /education/classes/delta() - '/education/me/assignments/{educationAssignment-id}/categories/delta()' - /education/schools/delta() - '/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/delta()' - '/education/users/{educationUser-id}/assignments/delta()' - /education/users/delta() /education/me/classes: description: Provides operations to manage the classes property of the microsoft.graph.educationUser entity. get: tags: - education.educationUser summary: List classes of an educationUser description: Get the educationClass resources an educationUser is a member of. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationuser-list-classes?view=graph-rest-1.0 operationId: education.me.ListClasses parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.educationClassCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation x-ms-docs-grouped-path: - '/education/users/{educationUser-id}/classes' '/education/me/classes/{educationClass-id}': description: Provides operations to manage the classes property of the microsoft.graph.educationUser entity. get: tags: - education.educationUser summary: Get classes from education description: Classes to which the user belongs. Nullable. operationId: education.me.GetClasses parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationClass' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: educationClass-id in: path description: The unique identifier of educationClass required: true schema: type: string x-ms-docs-key-type: educationClass x-ms-docs-grouped-path: - '/education/users/{educationUser-id}/classes/{educationClass-id}' /education/me/classes/$count: description: Provides operations to count the resources in the collection. get: tags: - education.educationUser summary: Get the number of the resource operationId: education.me.classes.GetCount-94ca parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /education/me/rubrics: description: Provides operations to manage the rubrics property of the microsoft.graph.educationUser entity. get: tags: - education.educationUser summary: List rubrics description: Retrieve a list of educationRubric objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationuser-list-rubrics?view=graph-rest-1.0 operationId: education.me.ListRubrics parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.educationRubricCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - education.educationUser summary: Create educationRubric description: Create a new educationRubric object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationuser-post-rubrics?view=graph-rest-1.0 operationId: education.me.CreateRubrics requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationRubric' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationRubric' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation x-ms-docs-grouped-path: - '/education/users/{educationUser-id}/rubrics' '/education/me/rubrics/{educationRubric-id}': description: Provides operations to manage the rubrics property of the microsoft.graph.educationUser entity. get: tags: - education.educationUser summary: Get educationRubric description: Retrieve the properties and relationships of an educationRubric object. Only teachers and students can perform this operation. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationrubric-get?view=graph-rest-1.0 operationId: education.me.GetRubrics parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationRubric' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - education.educationUser summary: Update educationRubric description: 'Update the properties of an educationRubric object. Only teachers can perform this operation. Updating a rubric attached to an assignment (PATCH /education/classes/{class-id}/assignments/{assignment-id}/rubric) is only possible before the assignment is published, and what is updated is actually the original rubric that exists under /education/users/{id}/rubrics. After the assignment is published, an immutable copy of the rubric is made that is attached to that specific assignment. That rubric can be retrieved using GET /education/classes/{class-id}/assignments/{assignment-id}/rubric, but it cannot be updated.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationrubric-update?view=graph-rest-1.0 operationId: education.me.UpdateRubrics requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationRubric' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationRubric' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - education.educationUser summary: Delete educationRubric description: Delete an educationRubric object. Only teachers can perform this operation. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationrubric-delete?view=graph-rest-1.0 operationId: education.me.DeleteRubrics parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: educationRubric-id in: path description: The unique identifier of educationRubric required: true schema: type: string x-ms-docs-key-type: educationRubric x-ms-docs-grouped-path: - '/education/users/{educationUser-id}/rubrics/{educationRubric-id}' /education/me/rubrics/$count: description: Provides operations to count the resources in the collection. get: tags: - education.educationUser summary: Get the number of the resource operationId: education.me.rubrics.GetCount-346e parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /education/me/schools: description: Provides operations to manage the schools property of the microsoft.graph.educationUser entity. get: tags: - education.educationUser summary: List schools of an educationUser description: Retrieve a list of schools for a user. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationuser-list-schools?view=graph-rest-1.0 operationId: education.me.ListSchools parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.educationSchoolCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation x-ms-docs-grouped-path: - '/education/users/{educationUser-id}/schools' '/education/me/schools/{educationSchool-id}': description: Provides operations to manage the schools property of the microsoft.graph.educationUser entity. get: tags: - education.educationUser summary: Get schools from education description: Schools to which the user belongs. Nullable. operationId: education.me.GetSchools parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationSchool' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: educationSchool-id in: path description: The unique identifier of educationSchool required: true schema: type: string x-ms-docs-key-type: educationSchool x-ms-docs-grouped-path: - '/education/users/{educationUser-id}/schools/{educationSchool-id}' /education/me/schools/$count: description: Provides operations to count the resources in the collection. get: tags: - education.educationUser summary: Get the number of the resource operationId: education.me.schools.GetCount-c9bf parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /education/me/taughtClasses: description: Provides operations to manage the taughtClasses property of the microsoft.graph.educationUser entity. get: tags: - education.educationUser summary: Get taughtClasses from education description: Classes for which the user is a teacher. operationId: education.me.ListTaughtClasses parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.educationClassCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation x-ms-docs-grouped-path: - '/education/users/{educationUser-id}/taughtClasses' '/education/me/taughtClasses/{educationClass-id}': description: Provides operations to manage the taughtClasses property of the microsoft.graph.educationUser entity. get: tags: - education.educationUser summary: Get taughtClasses from education description: Classes for which the user is a teacher. operationId: education.me.GetTaughtClasses parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationClass' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: educationClass-id in: path description: The unique identifier of educationClass required: true schema: type: string x-ms-docs-key-type: educationClass x-ms-docs-grouped-path: - '/education/users/{educationUser-id}/taughtClasses/{educationClass-id}' /education/me/taughtClasses/$count: description: Provides operations to count the resources in the collection. get: tags: - education.educationUser summary: Get the number of the resource operationId: education.me.taughtClasses.GetCount-94df parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /education/me/user: description: Provides operations to manage the user property of the microsoft.graph.educationUser entity. get: tags: - education.educationUser summary: Get educationUser description: Retrieve the simple directory user that corresponds to this educationUser. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationuser-get-user?view=graph-rest-1.0 operationId: education.me.GetUser parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation x-ms-docs-grouped-path: - '/education/users/{educationUser-id}/user' /education/me/user/mailboxSettings: get: tags: - education.educationUser summary: Get mailboxSettings property value description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' operationId: education.me.user.GetMailboxSettings parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' patch: tags: - education.educationUser summary: Update property mailboxSettings value. operationId: education.me.user.UpdateMailboxSettings requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /education/me/user/serviceProvisioningErrors: get: tags: - education.educationUser summary: Get serviceProvisioningErrors property value description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' operationId: education.me.user.ListServiceProvisioningErrors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /education/me/user/serviceProvisioningErrors/$count: description: Provides operations to count the resources in the collection. get: tags: - education.educationUser summary: Get the number of the resource operationId: education.me.user.ServiceProvisioningErrors.GetCount-b2a3 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /education/schools: description: Provides operations to manage the schools property of the microsoft.graph.educationRoot entity. get: tags: - education.educationSchool summary: List educationSchools description: Get a list of the educationSchool objects and their properties. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationschool-list?view=graph-rest-1.0 operationId: education.ListSchools parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.educationSchoolCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - education.educationSchool summary: Create educationSchool description: Create a new educationSchool object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationschool-post?view=graph-rest-1.0 operationId: education.CreateSchools requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationSchool' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationSchool' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/education/schools/{educationSchool-id}': description: Provides operations to manage the schools property of the microsoft.graph.educationRoot entity. get: tags: - education.educationSchool summary: Get educationSchool description: Read the properties and relationships of an educationSchool object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationschool-get?view=graph-rest-1.0 operationId: education.GetSchools parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationSchool' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - education.educationSchool summary: Update educationSchool description: Update the properties of an educationSchool object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationschool-update?view=graph-rest-1.0 operationId: education.UpdateSchools requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationSchool' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationSchool' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - education.educationSchool summary: Delete educationSchool description: Delete a school. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationschool-delete?view=graph-rest-1.0 operationId: education.DeleteSchools parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: educationSchool-id in: path description: The unique identifier of educationSchool required: true schema: type: string x-ms-docs-key-type: educationSchool '/education/schools/{educationSchool-id}/administrativeUnit': description: Provides operations to manage the administrativeUnit property of the microsoft.graph.educationSchool entity. get: tags: - education.educationSchool summary: Get administrativeUnit from education description: The underlying administrativeUnit for this school. operationId: education.schools.GetAdministrativeUnit parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.administrativeUnit' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - education.educationSchool summary: Update the navigation property administrativeUnit in education operationId: education.schools.UpdateAdministrativeUnit requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.administrativeUnit' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.administrativeUnit' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: educationSchool-id in: path description: The unique identifier of educationSchool required: true schema: type: string x-ms-docs-key-type: educationSchool '/education/schools/{educationSchool-id}/classes': description: Provides operations to manage the classes property of the microsoft.graph.educationSchool entity. get: tags: - education.educationSchool summary: List classes of an educationSchool description: Get the educationClass resources owned by an educationSchool. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationschool-list-classes?view=graph-rest-1.0 operationId: education.schools.ListClasses parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.educationClassCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: educationSchool-id in: path description: The unique identifier of educationSchool required: true schema: type: string x-ms-docs-key-type: educationSchool '/education/schools/{educationSchool-id}/classes/{educationClass-id}/$ref': description: Provides operations to manage the collection of educationRoot entities. delete: tags: - education.educationSchool summary: Remove educationClass description: Delete a class from a school. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationschool-delete-classes?view=graph-rest-1.0 operationId: education.schools.classes.DeleteRefEducationClass parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: educationSchool-id in: path description: The unique identifier of educationSchool required: true schema: type: string x-ms-docs-key-type: educationSchool - name: educationClass-id in: path description: The unique identifier of educationClass required: true schema: type: string x-ms-docs-key-type: educationClass '/education/schools/{educationSchool-id}/classes/$count': description: Provides operations to count the resources in the collection. get: tags: - education.educationSchool summary: Get the number of the resource operationId: education.schools.classes.GetCount-d3ee parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: educationSchool-id in: path description: The unique identifier of educationSchool required: true schema: type: string x-ms-docs-key-type: educationSchool '/education/schools/{educationSchool-id}/classes/$ref': description: Provides operations to manage the collection of educationRoot entities. get: tags: - education.educationSchool summary: List classes of an educationSchool description: Get the educationClass resources owned by an educationSchool. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationschool-list-classes?view=graph-rest-1.0 operationId: education.schools.ListRefClasses parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/StringCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - education.educationSchool summary: Add educationClass to educationSchool description: Add a class to a school. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationschool-post-classes?view=graph-rest-1.0 operationId: education.schools.CreateRefClasses requestBody: $ref: '#/components/requestBodies/refPostBody' responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - education.educationSchool summary: Remove educationClass description: Delete a class from a school. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationschool-delete-classes?view=graph-rest-1.0 operationId: education.schools.DeleteRefClasses parameters: - name: If-Match in: header description: ETag schema: type: string - name: '@id' in: query description: The delete Uri required: true schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: educationSchool-id in: path description: The unique identifier of educationSchool required: true schema: type: string x-ms-docs-key-type: educationSchool '/education/schools/{educationSchool-id}/users': description: Provides operations to manage the users property of the microsoft.graph.educationSchool entity. get: tags: - education.educationSchool summary: List users of an educationSchool description: Get the educationUser resources associated with an educationSchool. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationschool-list-users?view=graph-rest-1.0 operationId: education.schools.ListUsers parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.educationUserCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: educationSchool-id in: path description: The unique identifier of educationSchool required: true schema: type: string x-ms-docs-key-type: educationSchool '/education/schools/{educationSchool-id}/users/{educationUser-id}/$ref': description: Provides operations to manage the collection of educationRoot entities. delete: tags: - education.educationSchool summary: Remove educationUser from an educationSchool description: Delete a user from a school. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationschool-delete-users?view=graph-rest-1.0 operationId: education.schools.users.DeleteRefEducationUser parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: educationSchool-id in: path description: The unique identifier of educationSchool required: true schema: type: string x-ms-docs-key-type: educationSchool - name: educationUser-id in: path description: The unique identifier of educationUser required: true schema: type: string x-ms-docs-key-type: educationUser '/education/schools/{educationSchool-id}/users/$count': description: Provides operations to count the resources in the collection. get: tags: - education.educationSchool summary: Get the number of the resource operationId: education.schools.users.GetCount-e5a6 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: educationSchool-id in: path description: The unique identifier of educationSchool required: true schema: type: string x-ms-docs-key-type: educationSchool '/education/schools/{educationSchool-id}/users/$ref': description: Provides operations to manage the collection of educationRoot entities. get: tags: - education.educationSchool summary: List users of an educationSchool description: Get the educationUser resources associated with an educationSchool. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationschool-list-users?view=graph-rest-1.0 operationId: education.schools.ListRefUsers parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/StringCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - education.educationSchool summary: Add educationUser to an educationSchool description: Add a user to a school. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationschool-post-users?view=graph-rest-1.0 operationId: education.schools.CreateRefUsers requestBody: $ref: '#/components/requestBodies/refPostBody' responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - education.educationSchool summary: Remove educationUser from an educationSchool description: Delete a user from a school. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationschool-delete-users?view=graph-rest-1.0 operationId: education.schools.DeleteRefUsers parameters: - name: If-Match in: header description: ETag schema: type: string - name: '@id' in: query description: The delete Uri required: true schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: educationSchool-id in: path description: The unique identifier of educationSchool required: true schema: type: string x-ms-docs-key-type: educationSchool /education/schools/$count: description: Provides operations to count the resources in the collection. get: tags: - education.educationSchool summary: Get the number of the resource operationId: education.schools.GetCount-c02b parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /education/schools/delta(): description: Provides operations to call the delta method. get: tags: - education.Functions summary: Invoke function delta description: Get newly created or updated schools without having to perform a full read of the entire school collection. See Use delta query for details. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationschool-delta?view=graph-rest-1.0 operationId: education.schools.delta parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of educationSchool type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.educationSchool' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-grouped-path: - '/education/classes/{educationClass-id}/assignmentCategories/delta()' - '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/delta()' - '/education/classes/{educationClass-id}/assignments/delta()' - /education/classes/delta() - '/education/me/assignments/{educationAssignment-id}/categories/delta()' - /education/me/assignments/delta() - '/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/delta()' - '/education/users/{educationUser-id}/assignments/delta()' - /education/users/delta() /education/users: description: Provides operations to manage the users property of the microsoft.graph.educationRoot entity. get: tags: - education.educationUser summary: List educationUsers description: Get a list of the educationUser objects and their properties. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationuser-list?view=graph-rest-1.0 operationId: education.ListUsers parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.educationUserCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - education.educationUser summary: Create educationUser description: Create a new educationUser object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationuser-post?view=graph-rest-1.0 operationId: education.CreateUsers requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationUser' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationUser' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/education/users/{educationUser-id}': description: Provides operations to manage the users property of the microsoft.graph.educationRoot entity. get: tags: - education.educationUser summary: Get educationUser description: Read the properties and relationships of an educationUser object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationuser-get?view=graph-rest-1.0 operationId: education.GetUsers parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationUser' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - education.educationUser summary: Update educationUser description: Update the properties of an educationUser object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationuser-update?view=graph-rest-1.0 operationId: education.UpdateUsers requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationUser' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationUser' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - education.educationUser summary: Delete educationUser description: Delete a user. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationuser-delete?view=graph-rest-1.0 operationId: education.DeleteUsers parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: educationUser-id in: path description: The unique identifier of educationUser required: true schema: type: string x-ms-docs-key-type: educationUser '/education/users/{educationUser-id}/assignments': description: Provides operations to manage the assignments property of the microsoft.graph.educationUser entity. get: tags: - education.educationUser summary: List assignments of a user description: 'Returns a list of educationAssignment assigned to a educationUser for all classes. Only teachers, students, and applications with application permissions can perform this operation. This method allows a caller to find all the assignments belonging to a student or a teacher in a single call rather than having to request assignments from each class. The assignment list contains what is needed to get the detailed information for the assignment from within the class namespace. Use the methods defined for the assignment for all other operations.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationuser-list-assignments?view=graph-rest-1.0 operationId: education.users.ListAssignments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.educationAssignmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - education.educationUser summary: Create new navigation property to assignments for education operationId: education.users.CreateAssignments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationAssignment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: educationUser-id in: path description: The unique identifier of educationUser required: true schema: type: string x-ms-docs-key-type: educationUser x-ms-docs-grouped-path: - /education/me/assignments '/education/users/{educationUser-id}/assignments/{educationAssignment-id}': description: Provides operations to manage the assignments property of the microsoft.graph.educationUser entity. get: tags: - education.educationUser summary: Get assignments from education description: Assignments belonging to the user. operationId: education.users.GetAssignments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - education.educationUser summary: Update the navigation property assignments in education operationId: education.users.UpdateAssignments requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationAssignment' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - education.educationUser summary: Delete navigation property assignments for education operationId: education.users.DeleteAssignments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: educationUser-id in: path description: The unique identifier of educationUser required: true schema: type: string x-ms-docs-key-type: educationUser - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment x-ms-docs-grouped-path: - '/education/me/assignments/{educationAssignment-id}' '/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories': description: Provides operations to manage the categories property of the microsoft.graph.educationAssignment entity. get: tags: - education.educationUser summary: Get categories from education description: 'When set, enables users to easily find assignments of a given type. Read-only. Nullable.' operationId: education.users.assignments.ListCategories parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.educationCategoryCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - education.educationUser summary: Create new navigation property to categories for education operationId: education.users.assignments.CreateCategories requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationCategory' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationCategory' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: educationUser-id in: path description: The unique identifier of educationUser required: true schema: type: string x-ms-docs-key-type: educationUser - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment x-ms-docs-grouped-path: - '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories' - '/education/me/assignments/{educationAssignment-id}/categories' '/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref': description: Provides operations to manage the collection of educationRoot entities. delete: tags: - education.educationUser summary: Delete ref of navigation property categories for education operationId: education.users.assignments.categories.DeleteRefEducationCategory parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: educationUser-id in: path description: The unique identifier of educationUser required: true schema: type: string x-ms-docs-key-type: educationUser - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment - name: educationCategory-id in: path description: The unique identifier of educationCategory required: true schema: type: string x-ms-docs-key-type: educationCategory '/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$count': description: Provides operations to count the resources in the collection. get: tags: - education.educationUser summary: Get the number of the resource operationId: education.users.assignments.categories.GetCount-0551 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: educationUser-id in: path description: The unique identifier of educationUser required: true schema: type: string x-ms-docs-key-type: educationUser - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment '/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$ref': description: Provides operations to manage the collection of educationRoot entities. get: tags: - education.educationUser summary: Get ref of categories from education description: 'When set, enables users to easily find assignments of a given type. Read-only. Nullable.' operationId: education.users.assignments.ListRefCategories parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/StringCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - education.educationUser summary: Create new navigation property ref to categories for education operationId: education.users.assignments.CreateRefCategories requestBody: $ref: '#/components/requestBodies/refPostBody' responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - education.educationUser summary: Delete ref of navigation property categories for education operationId: education.users.assignments.DeleteRefCategories parameters: - name: If-Match in: header description: ETag schema: type: string - name: '@id' in: query description: The delete Uri required: true schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: educationUser-id in: path description: The unique identifier of educationUser required: true schema: type: string x-ms-docs-key-type: educationUser - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment '/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/delta()': description: Provides operations to call the delta method. get: tags: - education.Functions summary: Invoke function delta description: Get a list of newly created or updated educationCategory objects without having to perform a full read of the collection. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-1.0 operationId: education.users.educationUser.assignments.educationAssignment.categories.delta parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of educationCategory type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.educationCategory' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: educationUser-id in: path description: The unique identifier of educationUser required: true schema: type: string x-ms-docs-key-type: educationUser - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment x-ms-docs-grouped-path: - '/education/classes/{educationClass-id}/assignmentCategories/delta()' - '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/delta()' - '/education/classes/{educationClass-id}/assignments/delta()' - /education/classes/delta() - '/education/me/assignments/{educationAssignment-id}/categories/delta()' - /education/me/assignments/delta() - /education/schools/delta() - '/education/users/{educationUser-id}/assignments/delta()' - /education/users/delta() '/education/users/{educationUser-id}/assignments/{educationAssignment-id}/gradingCategory': description: Provides operations to manage the gradingCategory property of the microsoft.graph.educationAssignment entity. get: tags: - education.educationUser summary: Get gradingCategory from education description: 'When set, enables users to weight assignments differently when computing a class average grade.' operationId: education.users.assignments.GetGradingCategory parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationGradingCategory' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: educationUser-id in: path description: The unique identifier of educationUser required: true schema: type: string x-ms-docs-key-type: educationUser - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment x-ms-docs-grouped-path: - '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/gradingCategory' - '/education/me/assignments/{educationAssignment-id}/gradingCategory' '/education/users/{educationUser-id}/assignments/{educationAssignment-id}/activate': description: Provides operations to call the activate method. post: tags: - education.Actions summary: Invoke action activate description: Activate an inactive educationAssignment to signal that the assignment has further action items for teachers or students. This action can only be performed by a teacher on currently inactive assignments. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationassignment-activate?view=graph-rest-1.0 operationId: education.users.educationUser.assignments.educationAssignment.activate responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.educationAssignment' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: educationUser-id in: path description: The unique identifier of educationUser required: true schema: type: string x-ms-docs-key-type: educationUser - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment x-ms-docs-grouped-path: - '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/activate' - '/education/me/assignments/{educationAssignment-id}/activate' '/education/users/{educationUser-id}/assignments/{educationAssignment-id}/deactivate': description: Provides operations to call the deactivate method. post: tags: - education.Actions summary: Invoke action deactivate description: Mark an assigned educationAssignment as inactive to signal that the assignment has no further action items for teachers and students. This action can only be performed by a teacher on assigned assignments. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationassignment-deactivate?view=graph-rest-1.0 operationId: education.users.educationUser.assignments.educationAssignment.deactivate responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.educationAssignment' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: educationUser-id in: path description: The unique identifier of educationUser required: true schema: type: string x-ms-docs-key-type: educationUser - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment x-ms-docs-grouped-path: - '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/deactivate' - '/education/me/assignments/{educationAssignment-id}/deactivate' '/education/users/{educationUser-id}/assignments/{educationAssignment-id}/publish': description: Provides operations to call the publish method. post: tags: - education.Actions summary: Invoke action publish description: 'Publish an education assignment. Change the status of an educationAssignment from its original draft status to the published status. You can change the status from draft to scheduled if the assignment is scheduled for a future date. Only a teacher in the class can make this call. When an assignment is in draft status, students will not see the assignment, nor will there be any submission objects. Calling this API creates educationSubmission objects and displays the assignment in each student''s list. The status of the assignment goes back to draft if there is any backend failure during publish process. To update the properties of a published assignment, see update an assignment.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-1.0 operationId: education.users.educationUser.assignments.educationAssignment.publish responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.educationAssignment' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: educationUser-id in: path description: The unique identifier of educationUser required: true schema: type: string x-ms-docs-key-type: educationUser - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment x-ms-docs-grouped-path: - '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/publish' - '/education/classes/{educationClass-id}/modules/{educationModule-id}/publish' - '/education/me/assignments/{educationAssignment-id}/publish' '/education/users/{educationUser-id}/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder': description: Provides operations to call the setUpFeedbackResourcesFolder method. post: tags: - education.Actions summary: Invoke action setUpFeedbackResourcesFolder description: Create a SharePoint folder to upload feedback files for a given educationSubmission. Only teachers can perform this operation. The teacher determines the resources to upload in the feedback resources folder of a submission. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-1.0 operationId: education.users.educationUser.assignments.educationAssignment.setUpFeedbackResourcesFolder responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.educationAssignment' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: educationUser-id in: path description: The unique identifier of educationUser required: true schema: type: string x-ms-docs-key-type: educationUser - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment x-ms-docs-grouped-path: - '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder' - '/education/me/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder' '/education/users/{educationUser-id}/assignments/{educationAssignment-id}/setUpResourcesFolder': description: Provides operations to call the setUpResourcesFolder method. post: tags: - education.Actions summary: Invoke action setUpResourcesFolder description: 'Create a SharePoint folder to upload files for a given educationAssignment. Only teachers can perform this operation. The teacher determines the resources to upload in the assignment''s folder. ' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-1.0 operationId: education.users.educationUser.assignments.educationAssignment.setUpResourcesFolder responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.educationAssignment' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: educationUser-id in: path description: The unique identifier of educationUser required: true schema: type: string x-ms-docs-key-type: educationUser - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment x-ms-docs-grouped-path: - '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/setUpResourcesFolder' - '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder' - '/education/classes/{educationClass-id}/modules/{educationModule-id}/setUpResourcesFolder' - '/education/me/assignments/{educationAssignment-id}/setUpResourcesFolder' - '/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder' - '/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder' '/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources': description: Provides operations to manage the resources property of the microsoft.graph.educationAssignment entity. get: tags: - education.educationUser summary: Get resources from education description: Learning objects that are associated with this assignment. Only teachers can modify this list. Nullable. operationId: education.users.assignments.ListResources parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.educationAssignmentResourceCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - education.educationUser summary: Create new navigation property to resources for education operationId: education.users.assignments.CreateResources requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationAssignmentResource' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationAssignmentResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: educationUser-id in: path description: The unique identifier of educationUser required: true schema: type: string x-ms-docs-key-type: educationUser - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment x-ms-docs-grouped-path: - '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources' - '/education/me/assignments/{educationAssignment-id}/resources' '/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}': description: Provides operations to manage the resources property of the microsoft.graph.educationAssignment entity. get: tags: - education.educationUser summary: Get resources from education description: Learning objects that are associated with this assignment. Only teachers can modify this list. Nullable. operationId: education.users.assignments.GetResources parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationAssignmentResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - education.educationUser summary: Update the navigation property resources in education operationId: education.users.assignments.UpdateResources requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationAssignmentResource' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationAssignmentResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - education.educationUser summary: Delete navigation property resources for education operationId: education.users.assignments.DeleteResources parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: educationUser-id in: path description: The unique identifier of educationUser required: true schema: type: string x-ms-docs-key-type: educationUser - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment - name: educationAssignmentResource-id in: path description: The unique identifier of educationAssignmentResource required: true schema: type: string x-ms-docs-key-type: educationAssignmentResource x-ms-docs-grouped-path: - '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}' - '/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}' '/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/$count': description: Provides operations to count the resources in the collection. get: tags: - education.educationUser summary: Get the number of the resource operationId: education.users.assignments.resources.GetCount-69da parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: educationUser-id in: path description: The unique identifier of educationUser required: true schema: type: string x-ms-docs-key-type: educationUser - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment '/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric': description: Provides operations to manage the rubric property of the microsoft.graph.educationAssignment entity. get: tags: - education.educationUser summary: Get rubric from education description: 'When set, the grading rubric attached to this assignment.' operationId: education.users.assignments.GetRubric parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationRubric' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - education.educationUser summary: Update the navigation property rubric in education operationId: education.users.assignments.UpdateRubric requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationRubric' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationRubric' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - education.educationUser summary: Delete navigation property rubric for education operationId: education.users.assignments.DeleteRubric parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: educationUser-id in: path description: The unique identifier of educationUser required: true schema: type: string x-ms-docs-key-type: educationUser - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment x-ms-docs-grouped-path: - '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric' - '/education/me/assignments/{educationAssignment-id}/rubric' '/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref': description: Provides operations to manage the collection of educationRoot entities. get: tags: - education.educationUser summary: Get ref of rubric from education description: 'When set, the grading rubric attached to this assignment.' operationId: education.users.assignments.GetRefRubric responses: 2XX: description: Retrieved navigation property link content: application/json: schema: type: string 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation put: tags: - education.educationUser summary: Update the ref of navigation property rubric in education operationId: education.users.assignments.UpdateRefRubric requestBody: $ref: '#/components/requestBodies/refPutBody' responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - education.educationUser summary: Delete ref of navigation property rubric for education operationId: education.users.assignments.DeleteRefRubric parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: educationUser-id in: path description: The unique identifier of educationUser required: true schema: type: string x-ms-docs-key-type: educationUser - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment '/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions': description: Provides operations to manage the submissions property of the microsoft.graph.educationAssignment entity. get: tags: - education.educationUser summary: Get submissions from education description: 'Once published, there''s a submission object for each student representing their work and grade. Read-only. Nullable.' operationId: education.users.assignments.ListSubmissions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.educationSubmissionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - education.educationUser summary: Create new navigation property to submissions for education operationId: education.users.assignments.CreateSubmissions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationSubmission' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationSubmission' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: educationUser-id in: path description: The unique identifier of educationUser required: true schema: type: string x-ms-docs-key-type: educationUser - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment x-ms-docs-grouped-path: - '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions' - '/education/me/assignments/{educationAssignment-id}/submissions' '/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}': description: Provides operations to manage the submissions property of the microsoft.graph.educationAssignment entity. get: tags: - education.educationUser summary: Get submissions from education description: 'Once published, there''s a submission object for each student representing their work and grade. Read-only. Nullable.' operationId: education.users.assignments.GetSubmissions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationSubmission' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - education.educationUser summary: Update the navigation property submissions in education operationId: education.users.assignments.UpdateSubmissions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationSubmission' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationSubmission' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - education.educationUser summary: Delete navigation property submissions for education operationId: education.users.assignments.DeleteSubmissions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: educationUser-id in: path description: The unique identifier of educationUser required: true schema: type: string x-ms-docs-key-type: educationUser - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment - name: educationSubmission-id in: path description: The unique identifier of educationSubmission required: true schema: type: string x-ms-docs-key-type: educationSubmission x-ms-docs-grouped-path: - '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}' - '/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}' '/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/excuse': description: Provides operations to call the excuse method. post: tags: - education.Actions summary: Invoke action excuse description: 'Excuse a submission. Excused submissions aren''t included in average grade calculations. Grading rubrics and feedback are deleted. Only teachers can perform this action. If the Prefer: include-unknown-enum-members request header is provided, the excused submission shows the excused status. Otherwise, the submission status retains the returned status. For more information about how to use this header, see the Examples section.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationsubmission-excuse?view=graph-rest-1.0 operationId: education.users.educationUser.assignments.educationAssignment.submissions.educationSubmission.excuse responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.educationSubmission' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: educationUser-id in: path description: The unique identifier of educationUser required: true schema: type: string x-ms-docs-key-type: educationUser - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment - name: educationSubmission-id in: path description: The unique identifier of educationSubmission required: true schema: type: string x-ms-docs-key-type: educationSubmission x-ms-docs-grouped-path: - '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/excuse' - '/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/excuse' '/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign': description: Provides operations to call the reassign method. post: tags: - education.Actions summary: Invoke action reassign description: 'Reassign the submission to the student with feedback for review. Only teachers can perform this action. Include the Prefer: include-unknown-enum-members header when you call this method; otherwise, a reassigned submission is treated as a returned submission. This means that the reassigned status is mapped to the returned status, and reassignedDateTime and reassignedBy properties are mapped to returnedDateTime and returnedBy respectively. If the header Prefer: include-unknown-enum-members is provided, a reassigned submission retains the reassigned status. For details, see the examples section.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-1.0 operationId: education.users.educationUser.assignments.educationAssignment.submissions.educationSubmission.reassign responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.educationSubmission' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: educationUser-id in: path description: The unique identifier of educationUser required: true schema: type: string x-ms-docs-key-type: educationUser - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment - name: educationSubmission-id in: path description: The unique identifier of educationSubmission required: true schema: type: string x-ms-docs-key-type: educationSubmission x-ms-docs-grouped-path: - '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign' - '/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign' '/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return': description: Provides operations to call the return method. post: tags: - education.Actions summary: Invoke action return description: Make the grade and feedback associated with this submission available to the student. This action changes the status of the submission from 'submitted' to 'returned' and indicates that feedback is provided or grading is done. This action can only be done by the teacher. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-1.0 operationId: education.users.educationUser.assignments.educationAssignment.submissions.educationSubmission.return responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.educationSubmission' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: educationUser-id in: path description: The unique identifier of educationUser required: true schema: type: string x-ms-docs-key-type: educationUser - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment - name: educationSubmission-id in: path description: The unique identifier of educationSubmission required: true schema: type: string x-ms-docs-key-type: educationSubmission x-ms-docs-grouped-path: - '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return' - '/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return' '/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder': description: Provides operations to call the setUpResourcesFolder method. post: tags: - education.Actions summary: Invoke action setUpResourcesFolder description: 'Trigger the creation of the SharePoint resource folder where all file-based resources (Word, Excel, and so on) should be uploaded for a given submission. Only teachers and students can perform this operation. Note that files must be located in this folder in order to be added as resources. Only a student in the class can determine what files to upload in a given submission-level resource folder. ' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-1.0 operationId: education.users.educationUser.assignments.educationAssignment.submissions.educationSubmission.setUpResourcesFolder responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.educationSubmission' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: educationUser-id in: path description: The unique identifier of educationUser required: true schema: type: string x-ms-docs-key-type: educationUser - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment - name: educationSubmission-id in: path description: The unique identifier of educationSubmission required: true schema: type: string x-ms-docs-key-type: educationSubmission x-ms-docs-grouped-path: - '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/setUpResourcesFolder' - '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder' - '/education/classes/{educationClass-id}/modules/{educationModule-id}/setUpResourcesFolder' - '/education/me/assignments/{educationAssignment-id}/setUpResourcesFolder' - '/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder' - '/education/users/{educationUser-id}/assignments/{educationAssignment-id}/setUpResourcesFolder' '/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit': description: Provides operations to call the submit method. post: tags: - education.Actions summary: Invoke action submit description: 'Indicate that a student is done with the work and is ready to hand in the assignment. Only teachers, students, and applications with application permissions can perform this operation. This method changes the status of the submission from working to submitted. During the submit process, all the resources are copied to the submittedResources bucket. The teacher will be looking at the submitted resources list for grading. A teacher can also submit a student''s assignment on their behalf.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-1.0 operationId: education.users.educationUser.assignments.educationAssignment.submissions.educationSubmission.submit responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.educationSubmission' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: educationUser-id in: path description: The unique identifier of educationUser required: true schema: type: string x-ms-docs-key-type: educationUser - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment - name: educationSubmission-id in: path description: The unique identifier of educationSubmission required: true schema: type: string x-ms-docs-key-type: educationSubmission x-ms-docs-grouped-path: - '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit' - '/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit' '/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit': description: Provides operations to call the unsubmit method. post: tags: - education.Actions summary: Invoke action unsubmit description: 'Indicate that a student wants to work on the submission of the assignment after it was turned in. Only teachers, students, and applications with application permissions can perform this operation. This method changes the status of the submission from submitted to working. During the submit process, all the resources are copied from submittedResources to workingResources. The teacher will be looking at the working resources list for grading. A teacher can also unsubmit a student''s assignment on their behalf.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-1.0 operationId: education.users.educationUser.assignments.educationAssignment.submissions.educationSubmission.unsubmit responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.educationSubmission' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: educationUser-id in: path description: The unique identifier of educationUser required: true schema: type: string x-ms-docs-key-type: educationUser - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment - name: educationSubmission-id in: path description: The unique identifier of educationSubmission required: true schema: type: string x-ms-docs-key-type: educationSubmission x-ms-docs-grouped-path: - '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit' - '/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit' '/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes': description: Provides operations to manage the outcomes property of the microsoft.graph.educationSubmission entity. get: tags: - education.educationUser summary: Get outcomes from education operationId: education.users.assignments.submissions.ListOutcomes parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.educationOutcomeCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - education.educationUser summary: Create new navigation property to outcomes for education operationId: education.users.assignments.submissions.CreateOutcomes requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationOutcome' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationOutcome' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: educationUser-id in: path description: The unique identifier of educationUser required: true schema: type: string x-ms-docs-key-type: educationUser - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment - name: educationSubmission-id in: path description: The unique identifier of educationSubmission required: true schema: type: string x-ms-docs-key-type: educationSubmission x-ms-docs-grouped-path: - '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes' - '/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes' '/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}': description: Provides operations to manage the outcomes property of the microsoft.graph.educationSubmission entity. get: tags: - education.educationUser summary: Get outcomes from education operationId: education.users.assignments.submissions.GetOutcomes parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationOutcome' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - education.educationUser summary: Update the navigation property outcomes in education operationId: education.users.assignments.submissions.UpdateOutcomes requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationOutcome' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationOutcome' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - education.educationUser summary: Delete navigation property outcomes for education operationId: education.users.assignments.submissions.DeleteOutcomes parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: educationUser-id in: path description: The unique identifier of educationUser required: true schema: type: string x-ms-docs-key-type: educationUser - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment - name: educationSubmission-id in: path description: The unique identifier of educationSubmission required: true schema: type: string x-ms-docs-key-type: educationSubmission - name: educationOutcome-id in: path description: The unique identifier of educationOutcome required: true schema: type: string x-ms-docs-key-type: educationOutcome x-ms-docs-grouped-path: - '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}' - '/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}' '/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count': description: Provides operations to count the resources in the collection. get: tags: - education.educationUser summary: Get the number of the resource operationId: education.users.assignments.submissions.outcomes.GetCount-c6c3 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: educationUser-id in: path description: The unique identifier of educationUser required: true schema: type: string x-ms-docs-key-type: educationUser - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment - name: educationSubmission-id in: path description: The unique identifier of educationSubmission required: true schema: type: string x-ms-docs-key-type: educationSubmission '/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources': description: Provides operations to manage the resources property of the microsoft.graph.educationSubmission entity. get: tags: - education.educationUser summary: Get resources from education operationId: education.users.assignments.submissions.ListResources parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.educationSubmissionResourceCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - education.educationUser summary: Create new navigation property to resources for education operationId: education.users.assignments.submissions.CreateResources requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationSubmissionResource' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationSubmissionResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: educationUser-id in: path description: The unique identifier of educationUser required: true schema: type: string x-ms-docs-key-type: educationUser - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment - name: educationSubmission-id in: path description: The unique identifier of educationSubmission required: true schema: type: string x-ms-docs-key-type: educationSubmission x-ms-docs-grouped-path: - '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources' - '/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources' '/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}': description: Provides operations to manage the resources property of the microsoft.graph.educationSubmission entity. get: tags: - education.educationUser summary: Get resources from education operationId: education.users.assignments.submissions.GetResources parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationSubmissionResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - education.educationUser summary: Update the navigation property resources in education operationId: education.users.assignments.submissions.UpdateResources requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationSubmissionResource' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationSubmissionResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - education.educationUser summary: Delete navigation property resources for education operationId: education.users.assignments.submissions.DeleteResources parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: educationUser-id in: path description: The unique identifier of educationUser required: true schema: type: string x-ms-docs-key-type: educationUser - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment - name: educationSubmission-id in: path description: The unique identifier of educationSubmission required: true schema: type: string x-ms-docs-key-type: educationSubmission - name: educationSubmissionResource-id in: path description: The unique identifier of educationSubmissionResource required: true schema: type: string x-ms-docs-key-type: educationSubmissionResource x-ms-docs-grouped-path: - '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}' - '/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}' '/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count': description: Provides operations to count the resources in the collection. get: tags: - education.educationUser summary: Get the number of the resource operationId: education.users.assignments.submissions.resources.GetCount-cb98 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: educationUser-id in: path description: The unique identifier of educationUser required: true schema: type: string x-ms-docs-key-type: educationUser - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment - name: educationSubmission-id in: path description: The unique identifier of educationSubmission required: true schema: type: string x-ms-docs-key-type: educationSubmission '/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources': description: Provides operations to manage the submittedResources property of the microsoft.graph.educationSubmission entity. get: tags: - education.educationUser summary: Get submittedResources from education operationId: education.users.assignments.submissions.ListSubmittedResources parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.educationSubmissionResourceCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - education.educationUser summary: Create new navigation property to submittedResources for education operationId: education.users.assignments.submissions.CreateSubmittedResources requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationSubmissionResource' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationSubmissionResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: educationUser-id in: path description: The unique identifier of educationUser required: true schema: type: string x-ms-docs-key-type: educationUser - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment - name: educationSubmission-id in: path description: The unique identifier of educationSubmission required: true schema: type: string x-ms-docs-key-type: educationSubmission x-ms-docs-grouped-path: - '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources' - '/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources' '/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}': description: Provides operations to manage the submittedResources property of the microsoft.graph.educationSubmission entity. get: tags: - education.educationUser summary: Get submittedResources from education operationId: education.users.assignments.submissions.GetSubmittedResources parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationSubmissionResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - education.educationUser summary: Update the navigation property submittedResources in education operationId: education.users.assignments.submissions.UpdateSubmittedResources requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationSubmissionResource' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationSubmissionResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - education.educationUser summary: Delete navigation property submittedResources for education operationId: education.users.assignments.submissions.DeleteSubmittedResources parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: educationUser-id in: path description: The unique identifier of educationUser required: true schema: type: string x-ms-docs-key-type: educationUser - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment - name: educationSubmission-id in: path description: The unique identifier of educationSubmission required: true schema: type: string x-ms-docs-key-type: educationSubmission - name: educationSubmissionResource-id in: path description: The unique identifier of educationSubmissionResource required: true schema: type: string x-ms-docs-key-type: educationSubmissionResource x-ms-docs-grouped-path: - '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}' - '/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}' '/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count': description: Provides operations to count the resources in the collection. get: tags: - education.educationUser summary: Get the number of the resource operationId: education.users.assignments.submissions.submittedResources.GetCount-6158 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: educationUser-id in: path description: The unique identifier of educationUser required: true schema: type: string x-ms-docs-key-type: educationUser - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment - name: educationSubmission-id in: path description: The unique identifier of educationSubmission required: true schema: type: string x-ms-docs-key-type: educationSubmission '/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/$count': description: Provides operations to count the resources in the collection. get: tags: - education.educationUser summary: Get the number of the resource operationId: education.users.assignments.submissions.GetCount-fe47 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: educationUser-id in: path description: The unique identifier of educationUser required: true schema: type: string x-ms-docs-key-type: educationUser - name: educationAssignment-id in: path description: The unique identifier of educationAssignment required: true schema: type: string x-ms-docs-key-type: educationAssignment '/education/users/{educationUser-id}/assignments/$count': description: Provides operations to count the resources in the collection. get: tags: - education.educationUser summary: Get the number of the resource operationId: education.users.assignments.GetCount-d390 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: educationUser-id in: path description: The unique identifier of educationUser required: true schema: type: string x-ms-docs-key-type: educationUser '/education/users/{educationUser-id}/assignments/delta()': description: Provides operations to call the delta method. get: tags: - education.Functions summary: Invoke function delta description: Get a list of newly-created or updated assignments without reading the whole collection. A teacher or an application running with application permissions can see all assignment objects for the class. Students can only see assignments that are assigned to them. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationassignment-delta?view=graph-rest-1.0 operationId: education.users.educationUser.assignments.delta parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of educationAssignment type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.educationAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: educationUser-id in: path description: The unique identifier of educationUser required: true schema: type: string x-ms-docs-key-type: educationUser x-ms-docs-grouped-path: - '/education/classes/{educationClass-id}/assignmentCategories/delta()' - '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/delta()' - '/education/classes/{educationClass-id}/assignments/delta()' - /education/classes/delta() - '/education/me/assignments/{educationAssignment-id}/categories/delta()' - /education/me/assignments/delta() - /education/schools/delta() - '/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/delta()' - /education/users/delta() '/education/users/{educationUser-id}/classes': description: Provides operations to manage the classes property of the microsoft.graph.educationUser entity. get: tags: - education.educationUser summary: Get classes from education description: Classes to which the user belongs. Nullable. operationId: education.users.ListClasses parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.educationClassCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: educationUser-id in: path description: The unique identifier of educationUser required: true schema: type: string x-ms-docs-key-type: educationUser x-ms-docs-grouped-path: - /education/me/classes '/education/users/{educationUser-id}/classes/{educationClass-id}': description: Provides operations to manage the classes property of the microsoft.graph.educationUser entity. get: tags: - education.educationUser summary: Get classes from education description: Classes to which the user belongs. Nullable. operationId: education.users.GetClasses parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationClass' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: educationUser-id in: path description: The unique identifier of educationUser required: true schema: type: string x-ms-docs-key-type: educationUser - name: educationClass-id in: path description: The unique identifier of educationClass required: true schema: type: string x-ms-docs-key-type: educationClass x-ms-docs-grouped-path: - '/education/me/classes/{educationClass-id}' '/education/users/{educationUser-id}/classes/$count': description: Provides operations to count the resources in the collection. get: tags: - education.educationUser summary: Get the number of the resource operationId: education.users.classes.GetCount-4517 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: educationUser-id in: path description: The unique identifier of educationUser required: true schema: type: string x-ms-docs-key-type: educationUser '/education/users/{educationUser-id}/rubrics': description: Provides operations to manage the rubrics property of the microsoft.graph.educationUser entity. get: tags: - education.educationUser summary: Get rubrics from education description: 'When set, the grading rubric attached to the assignment.' operationId: education.users.ListRubrics parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.educationRubricCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - education.educationUser summary: Create new navigation property to rubrics for education operationId: education.users.CreateRubrics requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationRubric' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationRubric' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: educationUser-id in: path description: The unique identifier of educationUser required: true schema: type: string x-ms-docs-key-type: educationUser x-ms-docs-grouped-path: - /education/me/rubrics '/education/users/{educationUser-id}/rubrics/{educationRubric-id}': description: Provides operations to manage the rubrics property of the microsoft.graph.educationUser entity. get: tags: - education.educationUser summary: Get rubrics from education description: 'When set, the grading rubric attached to the assignment.' operationId: education.users.GetRubrics parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationRubric' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - education.educationUser summary: Update the navigation property rubrics in education operationId: education.users.UpdateRubrics requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationRubric' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationRubric' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - education.educationUser summary: Delete navigation property rubrics for education operationId: education.users.DeleteRubrics parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: educationUser-id in: path description: The unique identifier of educationUser required: true schema: type: string x-ms-docs-key-type: educationUser - name: educationRubric-id in: path description: The unique identifier of educationRubric required: true schema: type: string x-ms-docs-key-type: educationRubric x-ms-docs-grouped-path: - '/education/me/rubrics/{educationRubric-id}' '/education/users/{educationUser-id}/rubrics/$count': description: Provides operations to count the resources in the collection. get: tags: - education.educationUser summary: Get the number of the resource operationId: education.users.rubrics.GetCount-7e40 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: educationUser-id in: path description: The unique identifier of educationUser required: true schema: type: string x-ms-docs-key-type: educationUser '/education/users/{educationUser-id}/schools': description: Provides operations to manage the schools property of the microsoft.graph.educationUser entity. get: tags: - education.educationUser summary: Get schools from education description: Schools to which the user belongs. Nullable. operationId: education.users.ListSchools parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.educationSchoolCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: educationUser-id in: path description: The unique identifier of educationUser required: true schema: type: string x-ms-docs-key-type: educationUser x-ms-docs-grouped-path: - /education/me/schools '/education/users/{educationUser-id}/schools/{educationSchool-id}': description: Provides operations to manage the schools property of the microsoft.graph.educationUser entity. get: tags: - education.educationUser summary: Get schools from education description: Schools to which the user belongs. Nullable. operationId: education.users.GetSchools parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationSchool' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: educationUser-id in: path description: The unique identifier of educationUser required: true schema: type: string x-ms-docs-key-type: educationUser - name: educationSchool-id in: path description: The unique identifier of educationSchool required: true schema: type: string x-ms-docs-key-type: educationSchool x-ms-docs-grouped-path: - '/education/me/schools/{educationSchool-id}' '/education/users/{educationUser-id}/schools/$count': description: Provides operations to count the resources in the collection. get: tags: - education.educationUser summary: Get the number of the resource operationId: education.users.schools.GetCount-a99c parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: educationUser-id in: path description: The unique identifier of educationUser required: true schema: type: string x-ms-docs-key-type: educationUser '/education/users/{educationUser-id}/taughtClasses': description: Provides operations to manage the taughtClasses property of the microsoft.graph.educationUser entity. get: tags: - education.educationUser summary: List taughtClasses description: Get the educationClass resources owned by an educationUser. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationuser-list-taughtclasses?view=graph-rest-1.0 operationId: education.users.ListTaughtClasses parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.educationClassCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: educationUser-id in: path description: The unique identifier of educationUser required: true schema: type: string x-ms-docs-key-type: educationUser x-ms-docs-grouped-path: - /education/me/taughtClasses '/education/users/{educationUser-id}/taughtClasses/{educationClass-id}': description: Provides operations to manage the taughtClasses property of the microsoft.graph.educationUser entity. get: tags: - education.educationUser summary: Get taughtClasses from education description: Classes for which the user is a teacher. operationId: education.users.GetTaughtClasses parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationClass' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: educationUser-id in: path description: The unique identifier of educationUser required: true schema: type: string x-ms-docs-key-type: educationUser - name: educationClass-id in: path description: The unique identifier of educationClass required: true schema: type: string x-ms-docs-key-type: educationClass x-ms-docs-grouped-path: - '/education/me/taughtClasses/{educationClass-id}' '/education/users/{educationUser-id}/taughtClasses/$count': description: Provides operations to count the resources in the collection. get: tags: - education.educationUser summary: Get the number of the resource operationId: education.users.taughtClasses.GetCount-788d parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: educationUser-id in: path description: The unique identifier of educationUser required: true schema: type: string x-ms-docs-key-type: educationUser '/education/users/{educationUser-id}/user': description: Provides operations to manage the user property of the microsoft.graph.educationUser entity. get: tags: - education.educationUser summary: Get user from education description: The directory user that corresponds to this user. operationId: education.users.GetUser parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: educationUser-id in: path description: The unique identifier of educationUser required: true schema: type: string x-ms-docs-key-type: educationUser x-ms-docs-grouped-path: - /education/me/user '/education/users/{educationUser-id}/user/mailboxSettings': get: tags: - education.educationUser summary: Get mailboxSettings property value description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' operationId: education.users.user.GetMailboxSettings parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' patch: tags: - education.educationUser summary: Update property mailboxSettings value. operationId: education.users.user.UpdateMailboxSettings requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: educationUser-id in: path description: The unique identifier of educationUser required: true schema: type: string x-ms-docs-key-type: educationUser '/education/users/{educationUser-id}/user/serviceProvisioningErrors': get: tags: - education.educationUser summary: Get serviceProvisioningErrors property value description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' operationId: education.users.user.ListServiceProvisioningErrors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: educationUser-id in: path description: The unique identifier of educationUser required: true schema: type: string x-ms-docs-key-type: educationUser '/education/users/{educationUser-id}/user/serviceProvisioningErrors/$count': description: Provides operations to count the resources in the collection. get: tags: - education.educationUser summary: Get the number of the resource operationId: education.users.user.ServiceProvisioningErrors.GetCount-9dc6 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: educationUser-id in: path description: The unique identifier of educationUser required: true schema: type: string x-ms-docs-key-type: educationUser /education/users/$count: description: Provides operations to count the resources in the collection. get: tags: - education.educationUser summary: Get the number of the resource operationId: education.users.GetCount-6be9 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /education/users/delta(): description: Provides operations to call the delta method. get: tags: - education.Functions summary: Invoke function delta description: Get newly created or updated educationUser without having to perform a full read of the entire collection. See Use delta query for details. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/educationuser-delta?view=graph-rest-1.0 operationId: education.users.delta parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of educationUser type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.educationUser' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-grouped-path: - '/education/classes/{educationClass-id}/assignmentCategories/delta()' - '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/delta()' - '/education/classes/{educationClass-id}/assignments/delta()' - /education/classes/delta() - '/education/me/assignments/{educationAssignment-id}/categories/delta()' - /education/me/assignments/delta() - /education/schools/delta() - '/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/delta()' - '/education/users/{educationUser-id}/assignments/delta()' /employeeExperience: description: Provides operations to manage the employeeExperience singleton. get: tags: - employeeExperience.employeeExperience summary: Get employeeExperience operationId: employeeExperience.employeeExperience.GetEmployeeExperience parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.employeeExperience' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - employeeExperience.employeeExperience summary: Update employeeExperience operationId: employeeExperience.employeeExperience.UpdateEmployeeExperience requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.employeeExperience' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.employeeExperience' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /employeeExperience/learningCourseActivities: description: Provides operations to manage the learningCourseActivities property of the microsoft.graph.employeeExperience entity. get: tags: - employeeExperience.learningCourseActivity summary: Get learningCourseActivity description: 'Get the specified learningCourseActivity object using either an ID or an externalCourseActivityId of the learning provider, or a courseActivityId of a user.' operationId: employeeExperience.ListLearningCourseActivities parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.learningCourseActivityCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - employeeExperience.learningCourseActivity summary: Create new navigation property to learningCourseActivities for employeeExperience operationId: employeeExperience.CreateLearningCourseActivities requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.learningCourseActivity' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.learningCourseActivity' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/employeeExperience/learningCourseActivities/{learningCourseActivity-id}': description: Provides operations to manage the learningCourseActivities property of the microsoft.graph.employeeExperience entity. get: tags: - employeeExperience.learningCourseActivity summary: Get learningCourseActivity description: 'Get the specified learningCourseActivity object using either an ID or an externalCourseActivityId of the learning provider, or a courseActivityId of a user.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/learningcourseactivity-get?view=graph-rest-1.0 operationId: employeeExperience.GetLearningCourseActivities parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.learningCourseActivity' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - employeeExperience.learningCourseActivity summary: Update the navigation property learningCourseActivities in employeeExperience operationId: employeeExperience.UpdateLearningCourseActivities requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.learningCourseActivity' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.learningCourseActivity' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - employeeExperience.learningCourseActivity summary: Delete navigation property learningCourseActivities for employeeExperience operationId: employeeExperience.DeleteLearningCourseActivities parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: learningCourseActivity-id in: path description: The unique identifier of learningCourseActivity required: true schema: type: string x-ms-docs-key-type: learningCourseActivity x-ms-docs-grouped-path: - '/employeeExperience/learningCourseActivities(externalcourseActivityId=''{externalcourseActivityId}'')' '/employeeExperience/learningCourseActivities(externalcourseActivityId=''{externalcourseActivityId}'')': description: Provides operations to manage the learningCourseActivities property of the microsoft.graph.employeeExperience entity. get: tags: - employeeExperience.learningCourseActivity summary: Get learningCourseActivity description: 'Get the specified learningCourseActivity object using either an ID or an externalCourseActivityId of the learning provider, or a courseActivityId of a user.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/learningcourseactivity-get?view=graph-rest-1.0 operationId: employeeExperience.learningCourseActivities.GetByExternalcourseActivityId parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.learningCourseActivity' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - employeeExperience.learningCourseActivity summary: Update the navigation property learningCourseActivities in employeeExperience operationId: employeeExperience.learningCourseActivities.UpdateByExternalcourseActivityId requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.learningCourseActivity' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.learningCourseActivity' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - employeeExperience.learningCourseActivity summary: Delete navigation property learningCourseActivities for employeeExperience operationId: employeeExperience.learningCourseActivities.DeleteByExternalcourseActivityId parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: externalcourseActivityId in: path description: Alternate key of learningCourseActivity required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/employeeExperience/learningCourseActivities/{learningCourseActivity-id}' /employeeExperience/learningCourseActivities/$count: description: Provides operations to count the resources in the collection. get: tags: - employeeExperience.learningCourseActivity summary: Get the number of the resource operationId: employeeExperience.learningCourseActivities.GetCount-b347 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /employeeExperience/learningProviders: description: Provides operations to manage the learningProviders property of the microsoft.graph.employeeExperience entity. get: tags: - employeeExperience.learningProvider summary: List learningProviders description: Get a list of the learningProvider resources registered in Viva Learning for a tenant. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/employeeexperience-list-learningproviders?view=graph-rest-1.0 operationId: employeeExperience.ListLearningProviders parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.learningProviderCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - employeeExperience.learningProvider summary: Create learningProvider description: Create a new learningProvider object and register it with Viva Learning using the specified display name and logos for different themes. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/employeeexperience-post-learningproviders?view=graph-rest-1.0 operationId: employeeExperience.CreateLearningProviders requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.learningProvider' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.learningProvider' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/employeeExperience/learningProviders/{learningProvider-id}': description: Provides operations to manage the learningProviders property of the microsoft.graph.employeeExperience entity. get: tags: - employeeExperience.learningProvider summary: Get learningProvider description: Read the properties and relationships of a learningProvider object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/learningprovider-get?view=graph-rest-1.0 operationId: employeeExperience.GetLearningProviders parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.learningProvider' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - employeeExperience.learningProvider summary: Update learningProvider description: Update the properties of a learningProvider object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/learningprovider-update?view=graph-rest-1.0 operationId: employeeExperience.UpdateLearningProviders requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.learningProvider' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.learningProvider' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - employeeExperience.learningProvider summary: Delete learningProvider description: Delete a learningProvider resource and remove its registration in Viva Learning for a tenant. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/employeeexperience-delete-learningproviders?view=graph-rest-1.0 operationId: employeeExperience.DeleteLearningProviders parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: learningProvider-id in: path description: The unique identifier of learningProvider required: true schema: type: string x-ms-docs-key-type: learningProvider '/employeeExperience/learningProviders/{learningProvider-id}/learningContents': description: Provides operations to manage the learningContents property of the microsoft.graph.learningProvider entity. get: tags: - employeeExperience.learningProvider summary: List learningContents description: Get a list of the learningContent resources and their properties. This list represents the metadata of the specified provider's content in Viva Learning. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/learningprovider-list-learningcontents?view=graph-rest-1.0 operationId: employeeExperience.learningProviders.ListLearningContents parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.learningContentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - employeeExperience.learningProvider summary: Create new navigation property to learningContents for employeeExperience operationId: employeeExperience.learningProviders.CreateLearningContents requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.learningContent' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.learningContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: learningProvider-id in: path description: The unique identifier of learningProvider required: true schema: type: string x-ms-docs-key-type: learningProvider '/employeeExperience/learningProviders/{learningProvider-id}/learningContents/{learningContent-id}': description: Provides operations to manage the learningContents property of the microsoft.graph.learningProvider entity. get: tags: - employeeExperience.learningProvider summary: Get learningContent description: Get the specified learningContent resource which represents the metadata of the specified provider's ingested content. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/learningcontent-get?view=graph-rest-1.0 operationId: employeeExperience.learningProviders.GetLearningContents parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.learningContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - employeeExperience.learningProvider summary: Update the navigation property learningContents in employeeExperience operationId: employeeExperience.learningProviders.UpdateLearningContents requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.learningContent' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.learningContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - employeeExperience.learningProvider summary: Delete learningContent description: Delete the specified learningContent resource that represents the metadata of the specified provider's ingested content. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/learningprovider-delete-learningcontents?view=graph-rest-1.0 operationId: employeeExperience.learningProviders.DeleteLearningContents parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: learningProvider-id in: path description: The unique identifier of learningProvider required: true schema: type: string x-ms-docs-key-type: learningProvider - name: learningContent-id in: path description: The unique identifier of learningContent required: true schema: type: string x-ms-docs-key-type: learningContent x-ms-docs-grouped-path: - '/employeeExperience/learningProviders/{learningProvider-id}/learningContents(externalId=''{externalId}'')' '/employeeExperience/learningProviders/{learningProvider-id}/learningContents(externalId=''{externalId}'')': description: Provides operations to manage the learningContents property of the microsoft.graph.learningProvider entity. get: tags: - employeeExperience.learningProvider summary: Get learningContent description: Get the specified learningContent resource which represents the metadata of the specified provider's ingested content. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/learningcontent-get?view=graph-rest-1.0 operationId: employeeExperience.learningProviders.learningContents.GetByExternalId parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.learningContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - employeeExperience.learningProvider summary: Update the navigation property learningContents in employeeExperience operationId: employeeExperience.learningProviders.learningContents.UpdateByExternalId requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.learningContent' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.learningContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - employeeExperience.learningProvider summary: Delete learningContent description: Delete the specified learningContent resource that represents the metadata of the specified provider's ingested content. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/learningprovider-delete-learningcontents?view=graph-rest-1.0 operationId: employeeExperience.learningProviders.learningContents.DeleteByExternalId parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: learningProvider-id in: path description: The unique identifier of learningProvider required: true schema: type: string x-ms-docs-key-type: learningProvider - name: externalId in: path description: Alternate key of learningContent required: true schema: type: string x-ms-docs-grouped-path: - '/employeeExperience/learningProviders/{learningProvider-id}/learningContents/{learningContent-id}' '/employeeExperience/learningProviders/{learningProvider-id}/learningContents/$count': description: Provides operations to count the resources in the collection. get: tags: - employeeExperience.learningProvider summary: Get the number of the resource operationId: employeeExperience.learningProviders.learningContents.GetCount-2b22 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: learningProvider-id in: path description: The unique identifier of learningProvider required: true schema: type: string x-ms-docs-key-type: learningProvider '/employeeExperience/learningProviders/{learningProvider-id}/learningCourseActivities': description: Provides operations to manage the learningCourseActivities property of the microsoft.graph.learningProvider entity. get: tags: - employeeExperience.learningProvider summary: Get learningCourseActivity description: 'Get the specified learningCourseActivity object using either an ID or an externalCourseActivityId of the learning provider, or a courseActivityId of a user.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/learningcourseactivity-get?view=graph-rest-1.0 operationId: employeeExperience.learningProviders.ListLearningCourseActivities parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.learningCourseActivityCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - employeeExperience.learningProvider summary: Create learningCourseActivity description: "Create a new learningCourseActivity object. A learning course activity can be one of two types: \n- Assignment\n- Self-initiated Use this method to create either type of activity." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/employeeexperienceuser-post-learningcourseactivities?view=graph-rest-1.0 operationId: employeeExperience.learningProviders.CreateLearningCourseActivities requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.learningCourseActivity' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.learningCourseActivity' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: learningProvider-id in: path description: The unique identifier of learningProvider required: true schema: type: string x-ms-docs-key-type: learningProvider '/employeeExperience/learningProviders/{learningProvider-id}/learningCourseActivities/{learningCourseActivity-id}': description: Provides operations to manage the learningCourseActivities property of the microsoft.graph.learningProvider entity. get: tags: - employeeExperience.learningProvider summary: Get learningCourseActivities from employeeExperience operationId: employeeExperience.learningProviders.GetLearningCourseActivities parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.learningCourseActivity' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - employeeExperience.learningProvider summary: Update learningCourseActivity description: 'Update the properties of a learningCourseActivity object. ' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/learningcourseactivity-update?view=graph-rest-1.0 operationId: employeeExperience.learningProviders.UpdateLearningCourseActivities requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.learningCourseActivity' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.learningCourseActivity' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - employeeExperience.learningProvider summary: Delete learningCourseActivity description: Delete a learningCourseActivity object using the course activity ID of either an assignment or a self-initiated activity. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/learningcourseactivity-delete?view=graph-rest-1.0 operationId: employeeExperience.learningProviders.DeleteLearningCourseActivities parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: learningProvider-id in: path description: The unique identifier of learningProvider required: true schema: type: string x-ms-docs-key-type: learningProvider - name: learningCourseActivity-id in: path description: The unique identifier of learningCourseActivity required: true schema: type: string x-ms-docs-key-type: learningCourseActivity x-ms-docs-grouped-path: - '/employeeExperience/learningProviders/{learningProvider-id}/learningCourseActivities(externalcourseActivityId=''{externalcourseActivityId}'')' '/employeeExperience/learningProviders/{learningProvider-id}/learningCourseActivities(externalcourseActivityId=''{externalcourseActivityId}'')': description: Provides operations to manage the learningCourseActivities property of the microsoft.graph.learningProvider entity. get: tags: - employeeExperience.learningProvider summary: Get learningCourseActivities from employeeExperience operationId: employeeExperience.learningProviders.learningCourseActivities.GetByExternalcourseActivityId parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.learningCourseActivity' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - employeeExperience.learningProvider summary: Update learningCourseActivity description: 'Update the properties of a learningCourseActivity object. ' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/learningcourseactivity-update?view=graph-rest-1.0 operationId: employeeExperience.learningProviders.learningCourseActivities.UpdateByExternalcourseActivityId requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.learningCourseActivity' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.learningCourseActivity' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - employeeExperience.learningProvider summary: Delete learningCourseActivity description: Delete a learningCourseActivity object using the course activity ID of either an assignment or a self-initiated activity. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/learningcourseactivity-delete?view=graph-rest-1.0 operationId: employeeExperience.learningProviders.learningCourseActivities.DeleteByExternalcourseActivityId parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: learningProvider-id in: path description: The unique identifier of learningProvider required: true schema: type: string x-ms-docs-key-type: learningProvider - name: externalcourseActivityId in: path description: Alternate key of learningCourseActivity required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/employeeExperience/learningProviders/{learningProvider-id}/learningCourseActivities/{learningCourseActivity-id}' '/employeeExperience/learningProviders/{learningProvider-id}/learningCourseActivities/$count': description: Provides operations to count the resources in the collection. get: tags: - employeeExperience.learningProvider summary: Get the number of the resource operationId: employeeExperience.learningProviders.learningCourseActivities.GetCount-abe5 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: learningProvider-id in: path description: The unique identifier of learningProvider required: true schema: type: string x-ms-docs-key-type: learningProvider /employeeExperience/learningProviders/$count: description: Provides operations to count the resources in the collection. get: tags: - employeeExperience.learningProvider summary: Get the number of the resource operationId: employeeExperience.learningProviders.GetCount-4d87 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /external: description: Provides operations to manage the external singleton. get: tags: - external.external summary: Get external operationId: external.external.GetExternal parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.externalConnectors.external' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - external.external summary: Update external operationId: external.external.UpdateExternal requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.externalConnectors.external' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.externalConnectors.external' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /external/connections: description: Provides operations to manage the connections property of the microsoft.graph.externalConnectors.external entity. get: tags: - external.externalConnection summary: List externalConnections description: Get a list of the externalConnection objects and their properties. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-list?view=graph-rest-1.0 operationId: external.ListConnections parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.externalConnectors.externalConnectionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - external.externalConnection summary: Create externalConnection description: Create a new externalConnection object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/externalconnectors-external-post-connections?view=graph-rest-1.0 operationId: external.CreateConnections requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.externalConnectors.externalConnection' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.externalConnectors.externalConnection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/external/connections/{externalConnection-id}': description: Provides operations to manage the connections property of the microsoft.graph.externalConnectors.external entity. get: tags: - external.externalConnection summary: Get externalConnection description: Read the properties and relationships of an externalConnection object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-get?view=graph-rest-1.0 operationId: external.GetConnections parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.externalConnectors.externalConnection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - external.externalConnection summary: Update externalConnection description: Update the properties of an externalConnection object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-update?view=graph-rest-1.0 operationId: external.UpdateConnections requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.externalConnectors.externalConnection' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.externalConnectors.externalConnection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - external.externalConnection summary: Delete externalConnection description: Deletes an externalConnection object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-delete?view=graph-rest-1.0 operationId: external.DeleteConnections parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: externalConnection-id in: path description: The unique identifier of externalConnection required: true schema: type: string x-ms-docs-key-type: externalConnection '/external/connections/{externalConnection-id}/groups': description: Provides operations to manage the groups property of the microsoft.graph.externalConnectors.externalConnection entity. get: tags: - external.externalConnection summary: Get externalGroup description: Get an externalGroup object. operationId: external.connections.ListGroups parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.externalConnectors.externalGroupCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - external.externalConnection summary: Create externalGroup description: Create a new externalGroup object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-post-groups?view=graph-rest-1.0 operationId: external.connections.CreateGroups requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.externalConnectors.externalGroup' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.externalConnectors.externalGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: externalConnection-id in: path description: The unique identifier of externalConnection required: true schema: type: string x-ms-docs-key-type: externalConnection '/external/connections/{externalConnection-id}/groups/{externalGroup-id}': description: Provides operations to manage the groups property of the microsoft.graph.externalConnectors.externalConnection entity. get: tags: - external.externalConnection summary: Get externalGroup description: Get an externalGroup object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/externalconnectors-externalgroup-get?view=graph-rest-1.0 operationId: external.connections.GetGroups parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.externalConnectors.externalGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - external.externalConnection summary: Update externalGroup description: Update the properties of an externalGroup object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/externalconnectors-externalgroup-update?view=graph-rest-1.0 operationId: external.connections.UpdateGroups requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.externalConnectors.externalGroup' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.externalConnectors.externalGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - external.externalConnection summary: Delete externalGroup description: Delete an externalGroup object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/externalconnectors-externalgroup-delete?view=graph-rest-1.0 operationId: external.connections.DeleteGroups parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: externalConnection-id in: path description: The unique identifier of externalConnection required: true schema: type: string x-ms-docs-key-type: externalConnection - name: externalGroup-id in: path description: The unique identifier of externalGroup required: true schema: type: string x-ms-docs-key-type: externalGroup '/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members': description: Provides operations to manage the members property of the microsoft.graph.externalConnectors.externalGroup entity. get: tags: - external.externalConnection summary: Get members from external description: 'A member added to an externalGroup. You can add Microsoft Entra users, Microsoft Entra groups, or an externalGroup as members.' operationId: external.connections.groups.ListMembers parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.externalConnectors.identityCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - external.externalConnection summary: Create identity description: Create an identity resource for a new member in an externalGroup. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/externalconnectors-externalgroup-post-members?view=graph-rest-1.0 operationId: external.connections.groups.CreateMembers requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.externalConnectors.identity' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.externalConnectors.identity' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: externalConnection-id in: path description: The unique identifier of externalConnection required: true schema: type: string x-ms-docs-key-type: externalConnection - name: externalGroup-id in: path description: The unique identifier of externalGroup required: true schema: type: string x-ms-docs-key-type: externalGroup '/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}': description: Provides operations to manage the members property of the microsoft.graph.externalConnectors.externalGroup entity. get: tags: - external.externalConnection summary: Get members from external description: 'A member added to an externalGroup. You can add Microsoft Entra users, Microsoft Entra groups, or an externalGroup as members.' operationId: external.connections.groups.GetMembers parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.externalConnectors.identity' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - external.externalConnection summary: Update the navigation property members in external operationId: external.connections.groups.UpdateMembers requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.externalConnectors.identity' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.externalConnectors.identity' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - external.externalConnection summary: Delete identity description: Delete an identity resource to remove the corresponding member from an externalGroup. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/externalconnectors-externalgroupmember-delete?view=graph-rest-1.0 operationId: external.connections.groups.DeleteMembers parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: externalConnection-id in: path description: The unique identifier of externalConnection required: true schema: type: string x-ms-docs-key-type: externalConnection - name: externalGroup-id in: path description: The unique identifier of externalGroup required: true schema: type: string x-ms-docs-key-type: externalGroup - name: identity-id in: path description: The unique identifier of identity required: true schema: type: string x-ms-docs-key-type: identity '/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/$count': description: Provides operations to count the resources in the collection. get: tags: - external.externalConnection summary: Get the number of the resource operationId: external.connections.groups.members.GetCount-482b parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: externalConnection-id in: path description: The unique identifier of externalConnection required: true schema: type: string x-ms-docs-key-type: externalConnection - name: externalGroup-id in: path description: The unique identifier of externalGroup required: true schema: type: string x-ms-docs-key-type: externalGroup '/external/connections/{externalConnection-id}/groups/$count': description: Provides operations to count the resources in the collection. get: tags: - external.externalConnection summary: Get the number of the resource operationId: external.connections.groups.GetCount-51f5 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: externalConnection-id in: path description: The unique identifier of externalConnection required: true schema: type: string x-ms-docs-key-type: externalConnection '/external/connections/{externalConnection-id}/items': description: Provides operations to manage the items property of the microsoft.graph.externalConnectors.externalConnection entity. get: tags: - external.externalConnection summary: Get externalItem description: Read the properties and relationships of an externalItem object. operationId: external.connections.ListItems parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.externalConnectors.externalItemCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - external.externalConnection summary: Create new navigation property to items for external operationId: external.connections.CreateItems requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.externalConnectors.externalItem' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.externalConnectors.externalItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: externalConnection-id in: path description: The unique identifier of externalConnection required: true schema: type: string x-ms-docs-key-type: externalConnection '/external/connections/{externalConnection-id}/items/{externalItem-id}': description: Provides operations to manage the items property of the microsoft.graph.externalConnectors.externalConnection entity. get: tags: - external.externalConnection summary: Get externalItem description: Read the properties and relationships of an externalItem object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/externalconnectors-externalitem-get?view=graph-rest-1.0 operationId: external.connections.GetItems parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.externalConnectors.externalItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation put: tags: - external.externalConnection summary: Create externalItem description: Create a new externalItem object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-put-items?view=graph-rest-1.0 operationId: external.connections.UpdateItems requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.externalConnectors.externalItem' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.externalConnectors.externalItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - external.externalConnection summary: Delete externalItem description: Delete an externalItem object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/externalconnectors-externalitem-delete?view=graph-rest-1.0 operationId: external.connections.DeleteItems parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: externalConnection-id in: path description: The unique identifier of externalConnection required: true schema: type: string x-ms-docs-key-type: externalConnection - name: externalItem-id in: path description: The unique identifier of externalItem required: true schema: type: string x-ms-docs-key-type: externalItem '/external/connections/{externalConnection-id}/items/{externalItem-id}/activities': description: Provides operations to manage the activities property of the microsoft.graph.externalConnectors.externalItem entity. get: tags: - external.externalConnection summary: Get activities from external description: Returns a list of activities performed on the item. Write-only. operationId: external.connections.items.ListActivities parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.externalConnectors.externalActivityCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - external.externalConnection summary: Create new navigation property to activities for external operationId: external.connections.items.CreateActivities requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.externalConnectors.externalActivity' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.externalConnectors.externalActivity' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: externalConnection-id in: path description: The unique identifier of externalConnection required: true schema: type: string x-ms-docs-key-type: externalConnection - name: externalItem-id in: path description: The unique identifier of externalItem required: true schema: type: string x-ms-docs-key-type: externalItem '/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}': description: Provides operations to manage the activities property of the microsoft.graph.externalConnectors.externalItem entity. get: tags: - external.externalConnection summary: Get activities from external description: Returns a list of activities performed on the item. Write-only. operationId: external.connections.items.GetActivities parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.externalConnectors.externalActivity' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - external.externalConnection summary: Update the navigation property activities in external operationId: external.connections.items.UpdateActivities requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.externalConnectors.externalActivity' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.externalConnectors.externalActivity' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - external.externalConnection summary: Delete navigation property activities for external operationId: external.connections.items.DeleteActivities parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: externalConnection-id in: path description: The unique identifier of externalConnection required: true schema: type: string x-ms-docs-key-type: externalConnection - name: externalItem-id in: path description: The unique identifier of externalItem required: true schema: type: string x-ms-docs-key-type: externalItem - name: externalActivity-id in: path description: The unique identifier of externalActivity required: true schema: type: string x-ms-docs-key-type: externalActivity '/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}/performedBy': description: Provides operations to manage the performedBy property of the microsoft.graph.externalConnectors.externalActivity entity. get: tags: - external.externalConnection summary: Get performedBy from external description: Represents an identity used to identify who is responsible for the activity. operationId: external.connections.items.activities.GetPerformedBy parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.externalConnectors.identity' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: externalConnection-id in: path description: The unique identifier of externalConnection required: true schema: type: string x-ms-docs-key-type: externalConnection - name: externalItem-id in: path description: The unique identifier of externalItem required: true schema: type: string x-ms-docs-key-type: externalItem - name: externalActivity-id in: path description: The unique identifier of externalActivity required: true schema: type: string x-ms-docs-key-type: externalActivity '/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/$count': description: Provides operations to count the resources in the collection. get: tags: - external.externalConnection summary: Get the number of the resource operationId: external.connections.items.activities.GetCount-d5b5 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: externalConnection-id in: path description: The unique identifier of externalConnection required: true schema: type: string x-ms-docs-key-type: externalConnection - name: externalItem-id in: path description: The unique identifier of externalItem required: true schema: type: string x-ms-docs-key-type: externalItem '/external/connections/{externalConnection-id}/items/{externalItem-id}/microsoft.graph.externalConnectors.addActivities': description: Provides operations to call the addActivities method. post: tags: - external.Actions summary: Invoke action addActivities operationId: external.connections.externalConnection.items.externalItem.addActivities requestBody: description: Action parameters content: application/json: schema: type: object properties: activities: type: array items: $ref: '#/components/schemas/microsoft.graph.externalConnectors.externalActivity' required: true responses: 2XX: description: Success content: application/json: schema: title: Collection of externalActivityResult type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.externalConnectors.externalActivityResult' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: externalConnection-id in: path description: The unique identifier of externalConnection required: true schema: type: string x-ms-docs-key-type: externalConnection - name: externalItem-id in: path description: The unique identifier of externalItem required: true schema: type: string x-ms-docs-key-type: externalItem '/external/connections/{externalConnection-id}/items/$count': description: Provides operations to count the resources in the collection. get: tags: - external.externalConnection summary: Get the number of the resource operationId: external.connections.items.GetCount-e4dc parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: externalConnection-id in: path description: The unique identifier of externalConnection required: true schema: type: string x-ms-docs-key-type: externalConnection '/external/connections/{externalConnection-id}/operations': description: Provides operations to manage the operations property of the microsoft.graph.externalConnectors.externalConnection entity. get: tags: - external.externalConnection summary: Get connectionOperation description: Read the properties and relationships of a connectionOperation object. operationId: external.connections.ListOperations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.externalConnectors.connectionOperationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - external.externalConnection summary: Create new navigation property to operations for external operationId: external.connections.CreateOperations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.externalConnectors.connectionOperation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.externalConnectors.connectionOperation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: externalConnection-id in: path description: The unique identifier of externalConnection required: true schema: type: string x-ms-docs-key-type: externalConnection '/external/connections/{externalConnection-id}/operations/{connectionOperation-id}': description: Provides operations to manage the operations property of the microsoft.graph.externalConnectors.externalConnection entity. get: tags: - external.externalConnection summary: Get connectionOperation description: Read the properties and relationships of a connectionOperation object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/externalconnectors-connectionoperation-get?view=graph-rest-1.0 operationId: external.connections.GetOperations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.externalConnectors.connectionOperation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - external.externalConnection summary: Update the navigation property operations in external operationId: external.connections.UpdateOperations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.externalConnectors.connectionOperation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.externalConnectors.connectionOperation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - external.externalConnection summary: Delete navigation property operations for external operationId: external.connections.DeleteOperations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: externalConnection-id in: path description: The unique identifier of externalConnection required: true schema: type: string x-ms-docs-key-type: externalConnection - name: connectionOperation-id in: path description: The unique identifier of connectionOperation required: true schema: type: string x-ms-docs-key-type: connectionOperation '/external/connections/{externalConnection-id}/operations/$count': description: Provides operations to count the resources in the collection. get: tags: - external.externalConnection summary: Get the number of the resource operationId: external.connections.operations.GetCount-f5c4 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: externalConnection-id in: path description: The unique identifier of externalConnection required: true schema: type: string x-ms-docs-key-type: externalConnection '/external/connections/{externalConnection-id}/schema': description: Provides operations to manage the schema property of the microsoft.graph.externalConnectors.externalConnection entity. get: tags: - external.externalConnection summary: Get schema description: Read the properties and relationships of a schema object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/externalconnectors-schema-get?view=graph-rest-1.0 operationId: external.connections.GetSchema parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.externalConnectors.schema' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - external.externalConnection summary: Create or update schema description: Create a new or update an existing schema for a Microsoft Search connection. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-patch-schema?view=graph-rest-1.0 operationId: external.connections.UpdateSchema requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.externalConnectors.schema' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.externalConnectors.schema' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: externalConnection-id in: path description: The unique identifier of externalConnection required: true schema: type: string x-ms-docs-key-type: externalConnection /external/connections/$count: description: Provides operations to count the resources in the collection. get: tags: - external.externalConnection summary: Get the number of the resource operationId: external.connections.GetCount-5ccf parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /filterOperators: description: Provides operations to manage the collection of filterOperatorSchema entities. get: tags: - filterOperators.filterOperatorSchema summary: Get entities from filterOperators operationId: filterOperators.filterOperatorSchema.ListFilterOperatorSchema parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.filterOperatorSchemaCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - filterOperators.filterOperatorSchema summary: Add new entity to filterOperators operationId: filterOperators.filterOperatorSchema.CreateFilterOperatorSchema requestBody: description: New entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.filterOperatorSchema' required: true responses: 2XX: description: Created entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.filterOperatorSchema' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/filterOperators/{filterOperatorSchema-id}': description: Provides operations to manage the collection of filterOperatorSchema entities. get: tags: - filterOperators.filterOperatorSchema summary: Get entity from filterOperators by key operationId: filterOperators.filterOperatorSchema.GetFilterOperatorSchema parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.filterOperatorSchema' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - filterOperators.filterOperatorSchema summary: Update entity in filterOperators operationId: filterOperators.filterOperatorSchema.UpdateFilterOperatorSchema requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.filterOperatorSchema' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.filterOperatorSchema' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - filterOperators.filterOperatorSchema summary: Delete entity from filterOperators operationId: filterOperators.filterOperatorSchema.DeleteFilterOperatorSchema parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: filterOperatorSchema-id in: path description: The unique identifier of filterOperatorSchema required: true schema: type: string x-ms-docs-key-type: filterOperatorSchema /filterOperators/$count: description: Provides operations to count the resources in the collection. get: tags: - filterOperators.filterOperatorSchema summary: Get the number of the resource operationId: filterOperators.GetCount-b21d parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /functions: description: Provides operations to manage the collection of attributeMappingFunctionSchema entities. get: tags: - functions.attributeMappingFunctionSchema summary: Get entities from functions operationId: functions.attributeMappingFunctionSchema.ListAttributeMappingFunctionSchema parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.attributeMappingFunctionSchemaCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - functions.attributeMappingFunctionSchema summary: Add new entity to functions operationId: functions.attributeMappingFunctionSchema.CreateAttributeMappingFunctionSchema requestBody: description: New entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attributeMappingFunctionSchema' required: true responses: 2XX: description: Created entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attributeMappingFunctionSchema' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/functions/{attributeMappingFunctionSchema-id}': description: Provides operations to manage the collection of attributeMappingFunctionSchema entities. get: tags: - functions.attributeMappingFunctionSchema summary: Get entity from functions by key operationId: functions.attributeMappingFunctionSchema.GetAttributeMappingFunctionSchema parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attributeMappingFunctionSchema' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - functions.attributeMappingFunctionSchema summary: Update entity in functions operationId: functions.attributeMappingFunctionSchema.UpdateAttributeMappingFunctionSchema requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attributeMappingFunctionSchema' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attributeMappingFunctionSchema' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - functions.attributeMappingFunctionSchema summary: Delete entity from functions operationId: functions.attributeMappingFunctionSchema.DeleteAttributeMappingFunctionSchema parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: attributeMappingFunctionSchema-id in: path description: The unique identifier of attributeMappingFunctionSchema required: true schema: type: string x-ms-docs-key-type: attributeMappingFunctionSchema /functions/$count: description: Provides operations to count the resources in the collection. get: tags: - functions.attributeMappingFunctionSchema summary: Get the number of the resource operationId: functions.GetCount-0c74 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /groupLifecyclePolicies: description: Provides operations to manage the collection of groupLifecyclePolicy entities. get: tags: - groupLifecyclePolicies.groupLifecyclePolicy summary: List groupLifecyclePolicies description: List all the groupLifecyclePolicies. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/grouplifecyclepolicy-list?view=graph-rest-1.0 operationId: groupLifecyclePolicies.groupLifecyclePolicy.ListGroupLifecyclePolicy parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.groupLifecyclePolicyCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groupLifecyclePolicies.groupLifecyclePolicy summary: Create groupLifecyclePolicy description: Creates a new groupLifecyclePolicy. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/grouplifecyclepolicy-post-grouplifecyclepolicies?view=graph-rest-1.0 operationId: groupLifecyclePolicies.groupLifecyclePolicy.CreateGroupLifecyclePolicy requestBody: description: New entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.groupLifecyclePolicy' required: true responses: 2XX: description: Created entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.groupLifecyclePolicy' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/groupLifecyclePolicies/{groupLifecyclePolicy-id}': description: Provides operations to manage the collection of groupLifecyclePolicy entities. get: tags: - groupLifecyclePolicies.groupLifecyclePolicy summary: Get groupLifecyclePolicy description: Retrieve the properties and relationships of a groupLifecyclePolicies object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/grouplifecyclepolicy-get?view=graph-rest-1.0 operationId: groupLifecyclePolicies.groupLifecyclePolicy.GetGroupLifecyclePolicy parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.groupLifecyclePolicy' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groupLifecyclePolicies.groupLifecyclePolicy summary: Update groupLifecyclePolicy description: Update the properties of a groupLifecyclePolicygroupLifecyclePolicy resource type object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/grouplifecyclepolicy-update?view=graph-rest-1.0 operationId: groupLifecyclePolicies.groupLifecyclePolicy.UpdateGroupLifecyclePolicy requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.groupLifecyclePolicy' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.groupLifecyclePolicy' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groupLifecyclePolicies.groupLifecyclePolicy summary: Delete groupLifecyclePolicy description: Delete a groupLifecyclePolicy. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/grouplifecyclepolicy-delete?view=graph-rest-1.0 operationId: groupLifecyclePolicies.groupLifecyclePolicy.DeleteGroupLifecyclePolicy parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: groupLifecyclePolicy-id in: path description: The unique identifier of groupLifecyclePolicy required: true schema: type: string x-ms-docs-key-type: groupLifecyclePolicy '/groupLifecyclePolicies/{groupLifecyclePolicy-id}/addGroup': description: Provides operations to call the addGroup method. post: tags: - groupLifecyclePolicies.Actions summary: Invoke action addGroup description: Adds specific groups to a lifecycle policy. This action limits the group lifecycle policy to a set of groups only if the managedGroupTypes property of groupLifecyclePolicy is set to Selected. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/grouplifecyclepolicy-addgroup?view=graph-rest-1.0 operationId: groupLifecyclePolicies.groupLifecyclePolicy.addGroup requestBody: description: Action parameters content: application/json: schema: type: object properties: groupId: type: string required: true responses: 2XX: description: Success content: application/json: schema: type: object properties: value: type: boolean default: false 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: groupLifecyclePolicy-id in: path description: The unique identifier of groupLifecyclePolicy required: true schema: type: string x-ms-docs-key-type: groupLifecyclePolicy '/groupLifecyclePolicies/{groupLifecyclePolicy-id}/removeGroup': description: Provides operations to call the removeGroup method. post: tags: - groupLifecyclePolicies.Actions summary: Invoke action removeGroup description: Removes a group from a lifecycle policy. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/grouplifecyclepolicy-removegroup?view=graph-rest-1.0 operationId: groupLifecyclePolicies.groupLifecyclePolicy.removeGroup requestBody: description: Action parameters content: application/json: schema: type: object properties: groupId: type: string required: true responses: 2XX: description: Success content: application/json: schema: type: object properties: value: type: boolean default: false 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: groupLifecyclePolicy-id in: path description: The unique identifier of groupLifecyclePolicy required: true schema: type: string x-ms-docs-key-type: groupLifecyclePolicy /groupLifecyclePolicies/$count: description: Provides operations to count the resources in the collection. get: tags: - groupLifecyclePolicies.groupLifecyclePolicy summary: Get the number of the resource operationId: groupLifecyclePolicies.GetCount-ca62 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /groups: description: Provides operations to manage the collection of group entities. get: tags: - groups.group summary: List groups description: 'List all the groups available in an organization, excluding dynamic distribution groups. To retrieve dynamic distribution groups, use the Exchange admin center. This operation returns by default only a subset of the properties for each group. These default properties are noted in the Properties section. To get properties that are not returned by default, do a GET operation for the group and specify the properties in a $select OData query option. The hasMembersWithLicenseErrors and isArchived properties are an exception and are not returned in the $select query.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/group-list?view=graph-rest-1.0 operationId: groups.group.ListGroup parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.groupCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.group summary: Create group description: 'Create a new group as specified in the request body. You can create the following types of groups: This operation returns by default only a subset of the properties for each group. These default properties are noted in the Properties section. To get properties that are not returned by default, do a GET operation and specify the properties in a $select OData query option.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/group-post-groups?view=graph-rest-1.0 operationId: groups.group.CreateGroup requestBody: description: New entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.group' required: true responses: 2XX: description: Created entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.group' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/groups/{group-id}': description: Provides operations to manage the collection of group entities. get: tags: - groups.group summary: Get group description: 'Get the properties and relationships of a group object. This operation returns by default only a subset of all the available properties, as noted in the Properties section. To get properties that aren''t_ returned by default, specify them in a $select OData query option. The hasMembersWithLicenseErrors and isArchived properties are an exception and aren''t returned in the $select query.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/group-get?view=graph-rest-1.0 operationId: groups.group.GetGroup parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.group' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.group summary: Upsert group description: "Create a new group object if it doesn't exist, or update the properties of an existing group object.\nYou can create or update the following types of group: By default, this operation returns only a subset of the properties for each group. For a list of properties that are returned by default, see the Properties section of the group resource. To get properties that are not returned by default, do a GET operation and specify the properties in a $select OData query option." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/group-upsert?view=graph-rest-1.0 operationId: groups.group.UpdateGroup requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.group' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.group' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.group summary: Delete group description: 'Delete group. When deleted, Microsoft 365 groups are moved to a temporary container and can be restored within 30 days. After that time, they''re permanently deleted. This isn''t applicable to Security groups and Distribution groups which are permanently deleted immediately. To learn more, see deletedItems.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/group-delete?view=graph-rest-1.0 operationId: groups.group.DeleteGroup parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/acceptedSenders': description: Provides operations to manage the acceptedSenders property of the microsoft.graph.group entity. get: tags: - groups.directoryObject summary: List acceptedSenders description: "Users in the accepted senders list can post to conversations of the group (identified in the GET request URL).\nMake sure you do not specify the same user or group in the accepted senders and rejected senders lists, otherwise you will get an error." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/group-list-acceptedsenders?view=graph-rest-1.0 operationId: groups.ListAcceptedSenders parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/acceptedSenders/{directoryObject-id}/$ref': description: Provides operations to manage the collection of group entities. delete: tags: - groups.directoryObject summary: Remove acceptedSender externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/group-delete-acceptedsenders?view=graph-rest-1.0 operationId: groups.acceptedSenders.DeleteRefDirectoryObject parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/groups/{group-id}/acceptedSenders/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.directoryObject summary: Get the number of the resource operationId: groups.acceptedSenders.GetCount-576b parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/acceptedSenders/$ref': description: Provides operations to manage the collection of group entities. get: tags: - groups.directoryObject summary: List acceptedSenders description: "Users in the accepted senders list can post to conversations of the group (identified in the GET request URL).\nMake sure you do not specify the same user or group in the accepted senders and rejected senders lists, otherwise you will get an error." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/group-list-acceptedsenders?view=graph-rest-1.0 operationId: groups.ListRefAcceptedSenders parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/StringCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.directoryObject summary: Create acceptedSender description: 'Specify the user or group in @odata.id in the request body. Users in the accepted senders list can post to conversations of the group. Make sure you don''t specify the same user or group in the accepted senders and rejected senders lists, otherwise you''ll get an error.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/group-post-acceptedsenders?view=graph-rest-1.0 operationId: groups.CreateRefAcceptedSenders requestBody: $ref: '#/components/requestBodies/refPostBody' responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.directoryObject summary: Remove acceptedSender externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/group-delete-acceptedsenders?view=graph-rest-1.0 operationId: groups.DeleteRefAcceptedSenders parameters: - name: If-Match in: header description: ETag schema: type: string - name: '@id' in: query description: The delete Uri required: true schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/appRoleAssignments': description: Provides operations to manage the appRoleAssignments property of the microsoft.graph.group entity. get: tags: - groups.appRoleAssignment summary: List appRoleAssignments granted to a group description: Retrieve the list of appRoleAssignment that have been granted to a group. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/group-list-approleassignments?view=graph-rest-1.0 operationId: groups.ListAppRoleAssignments parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.appRoleAssignmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.appRoleAssignment summary: Grant an appRoleAssignment to a group description: 'Use this API to assign an app role to a security group. All direct members of the group will be considered assigned. Security groups with dynamic memberships are supported. To grant an app role assignment to a group, you need three identifiers: Additional licenses might be required to use a group to manage access to applications.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/group-post-approleassignments?view=graph-rest-1.0 operationId: groups.CreateAppRoleAssignments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.appRoleAssignment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.appRoleAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}': description: Provides operations to manage the appRoleAssignments property of the microsoft.graph.group entity. get: tags: - groups.appRoleAssignment summary: Get appRoleAssignments from groups description: Represents the app roles granted to a group for an application. Supports $expand. operationId: groups.GetAppRoleAssignments parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.appRoleAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.appRoleAssignment summary: Update the navigation property appRoleAssignments in groups operationId: groups.UpdateAppRoleAssignments requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.appRoleAssignment' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.appRoleAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.appRoleAssignment summary: Delete appRoleAssignment description: Deletes an appRoleAssignment that a group has been granted. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/group-delete-approleassignments?view=graph-rest-1.0 operationId: groups.DeleteAppRoleAssignments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: appRoleAssignment-id in: path description: The unique identifier of appRoleAssignment required: true schema: type: string x-ms-docs-key-type: appRoleAssignment '/groups/{group-id}/appRoleAssignments/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.appRoleAssignment summary: Get the number of the resource operationId: groups.appRoleAssignments.GetCount-ce16 parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/calendar': description: Provides operations to manage the calendar property of the microsoft.graph.group entity. get: tags: - groups.calendar summary: Get calendar from groups description: The group's calendar. Read-only. operationId: groups.GetCalendar parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/calendar/calendarPermissions': description: Provides operations to manage the calendarPermissions property of the microsoft.graph.calendar entity. get: tags: - groups.calendar summary: Get calendarPermissions from groups description: The permissions of the users with whom the calendar is shared. operationId: groups.calendar.ListCalendarPermissions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.calendarPermissionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.calendar summary: Create new navigation property to calendarPermissions for groups operationId: groups.calendar.CreateCalendarPermissions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendarPermission' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendarPermission' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}': description: Provides operations to manage the calendarPermissions property of the microsoft.graph.calendar entity. get: tags: - groups.calendar summary: Get calendarPermissions from groups description: The permissions of the users with whom the calendar is shared. operationId: groups.calendar.GetCalendarPermissions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendarPermission' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.calendar summary: Update the navigation property calendarPermissions in groups operationId: groups.calendar.UpdateCalendarPermissions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendarPermission' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendarPermission' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.calendar summary: Delete navigation property calendarPermissions for groups operationId: groups.calendar.DeleteCalendarPermissions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: calendarPermission-id in: path description: The unique identifier of calendarPermission required: true schema: type: string x-ms-docs-key-type: calendarPermission '/groups/{group-id}/calendar/calendarPermissions/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.calendar summary: Get the number of the resource operationId: groups.calendar.calendarPermissions.GetCount-b54a parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/calendar/calendarView': description: Provides operations to manage the calendarView property of the microsoft.graph.calendar entity. get: tags: - groups.calendar summary: Get calendarView from groups description: The calendar view for the calendar. Navigation property. Read-only. operationId: groups.calendar.ListCalendarView parameters: - name: startDateTime in: query description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' required: true schema: type: string - name: endDateTime in: query description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/calendar/calendarView/{event-id}': description: Provides operations to manage the calendarView property of the microsoft.graph.calendar entity. get: tags: - groups.calendar summary: Get calendarView from groups description: The calendar view for the calendar. Navigation property. Read-only. operationId: groups.calendar.GetCalendarView parameters: - name: startDateTime in: query description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' required: true schema: type: string - name: endDateTime in: query description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/groups/{group-id}/calendar/calendarView/{event-id}/attachments': description: Provides operations to manage the attachments property of the microsoft.graph.event entity. get: tags: - groups.calendar summary: Get attachments from groups description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: groups.calendar.calendarView.ListAttachments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.calendar summary: Create new navigation property to attachments for groups operationId: groups.calendar.calendarView.CreateAttachments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/attachments' - '/groups/{group-id}/calendar/events/{event-id}/attachments' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/attachments' - '/groups/{group-id}/calendarView/{event-id}/attachments' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/attachments' - '/groups/{group-id}/events/{event-id}/attachments' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments' '/groups/{group-id}/calendar/calendarView/{event-id}/attachments/{attachment-id}': description: Provides operations to manage the attachments property of the microsoft.graph.event entity. get: tags: - groups.calendar summary: Get attachments from groups description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: groups.calendar.calendarView.GetAttachments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.calendar summary: Delete navigation property attachments for groups operationId: groups.calendar.calendarView.DeleteAttachments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: attachment-id in: path description: The unique identifier of attachment required: true schema: type: string x-ms-docs-key-type: attachment x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/groups/{group-id}/calendar/events/{event-id}/attachments/{attachment-id}' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/groups/{group-id}/calendarView/{event-id}/attachments/{attachment-id}' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/groups/{group-id}/events/{event-id}/attachments/{attachment-id}' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' '/groups/{group-id}/calendar/calendarView/{event-id}/attachments/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.calendar summary: Get the number of the resource operationId: groups.calendar.calendarView.attachments.GetCount-20d6 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/groups/{group-id}/calendar/calendarView/{event-id}/attachments/createUploadSession': description: Provides operations to call the createUploadSession method. post: tags: - groups.Actions summary: Invoke action createUploadSession description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 operationId: groups.group.calendar.calendarView.event.attachments.createUploadSession requestBody: description: Action parameters content: application/json: schema: type: object properties: AttachmentItem: $ref: '#/components/schemas/microsoft.graph.attachmentItem' required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.uploadSession' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/groups/{group-id}/calendar/events/{event-id}/attachments/createUploadSession' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/groups/{group-id}/calendarView/{event-id}/attachments/createUploadSession' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/createUploadSession' - '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/createUploadSession' - '/groups/{group-id}/events/{event-id}/attachments/createUploadSession' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/createUploadSession' - '/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/createUploadSession' '/groups/{group-id}/calendar/calendarView/{event-id}/calendar': description: Provides operations to manage the calendar property of the microsoft.graph.event entity. get: tags: - groups.calendar summary: Get calendar from groups description: The calendar that contains the event. Navigation property. Read-only. operationId: groups.calendar.calendarView.GetCalendar parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/calendar' - '/groups/{group-id}/calendar/events/{event-id}/calendar' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/calendar' - '/groups/{group-id}/calendarView/{event-id}/calendar' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/calendar' - '/groups/{group-id}/events/{event-id}/calendar' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/calendar' '/groups/{group-id}/calendar/calendarView/{event-id}/extensions': description: Provides operations to manage the extensions property of the microsoft.graph.event entity. get: tags: - groups.calendar summary: Get extensions from groups description: The collection of open extensions defined for the event. Nullable. operationId: groups.calendar.calendarView.ListExtensions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.calendar summary: Create new navigation property to extensions for groups operationId: groups.calendar.calendarView.CreateExtensions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/extensions' - '/groups/{group-id}/calendar/events/{event-id}/extensions' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/extensions' - '/groups/{group-id}/calendarView/{event-id}/extensions' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/extensions' - '/groups/{group-id}/events/{event-id}/extensions' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions' '/groups/{group-id}/calendar/calendarView/{event-id}/extensions/{extension-id}': description: Provides operations to manage the extensions property of the microsoft.graph.event entity. get: tags: - groups.calendar summary: Get extensions from groups description: The collection of open extensions defined for the event. Nullable. operationId: groups.calendar.calendarView.GetExtensions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.calendar summary: Update the navigation property extensions in groups operationId: groups.calendar.calendarView.UpdateExtensions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.calendar summary: Delete navigation property extensions for groups operationId: groups.calendar.calendarView.DeleteExtensions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: extension-id in: path description: The unique identifier of extension required: true schema: type: string x-ms-docs-key-type: extension x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/groups/{group-id}/calendar/events/{event-id}/extensions/{extension-id}' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/groups/{group-id}/calendarView/{event-id}/extensions/{extension-id}' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/groups/{group-id}/events/{event-id}/extensions/{extension-id}' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' '/groups/{group-id}/calendar/calendarView/{event-id}/extensions/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.calendar summary: Get the number of the resource operationId: groups.calendar.calendarView.extensions.GetCount-d91f parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/groups/{group-id}/calendar/calendarView/{event-id}/instances': description: Provides operations to manage the instances property of the microsoft.graph.event entity. get: tags: - groups.calendar summary: Get instances from groups description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' operationId: groups.calendar.calendarView.ListInstances parameters: - name: startDateTime in: query description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' required: true schema: type: string - name: endDateTime in: query description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/events/{event-id}/instances' - '/groups/{group-id}/calendarView/{event-id}/instances' - '/groups/{group-id}/events/{event-id}/instances' '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}': description: Provides operations to manage the instances property of the microsoft.graph.event entity. get: tags: - groups.calendar summary: Get instances from groups description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' operationId: groups.calendar.calendarView.GetInstances parameters: - name: startDateTime in: query description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' required: true schema: type: string - name: endDateTime in: query description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}' '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/attachments': description: Provides operations to manage the attachments property of the microsoft.graph.event entity. get: tags: - groups.calendar summary: Get attachments from groups description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: groups.calendar.calendarView.instances.ListAttachments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.calendar summary: Create new navigation property to attachments for groups operationId: groups.calendar.calendarView.instances.CreateAttachments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/attachments' - '/groups/{group-id}/calendar/events/{event-id}/attachments' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/attachments' - '/groups/{group-id}/calendarView/{event-id}/attachments' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/attachments' - '/groups/{group-id}/events/{event-id}/attachments' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments' '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}': description: Provides operations to manage the attachments property of the microsoft.graph.event entity. get: tags: - groups.calendar summary: Get attachments from groups description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: groups.calendar.calendarView.instances.GetAttachments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.calendar summary: Delete navigation property attachments for groups operationId: groups.calendar.calendarView.instances.DeleteAttachments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: attachment-id in: path description: The unique identifier of attachment required: true schema: type: string x-ms-docs-key-type: attachment x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/attachments/{attachment-id}' - '/groups/{group-id}/calendar/events/{event-id}/attachments/{attachment-id}' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/groups/{group-id}/calendarView/{event-id}/attachments/{attachment-id}' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/groups/{group-id}/events/{event-id}/attachments/{attachment-id}' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.calendar summary: Get the number of the resource operationId: groups.calendar.calendarView.instances.attachments.GetCount-dd28 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession': description: Provides operations to call the createUploadSession method. post: tags: - groups.Actions summary: Invoke action createUploadSession description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 operationId: groups.group.calendar.calendarView.event.instances.event.attachments.createUploadSession requestBody: description: Action parameters content: application/json: schema: type: object properties: AttachmentItem: $ref: '#/components/schemas/microsoft.graph.attachmentItem' required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.uploadSession' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/attachments/createUploadSession' - '/groups/{group-id}/calendar/events/{event-id}/attachments/createUploadSession' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/groups/{group-id}/calendarView/{event-id}/attachments/createUploadSession' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/createUploadSession' - '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/createUploadSession' - '/groups/{group-id}/events/{event-id}/attachments/createUploadSession' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/createUploadSession' - '/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/createUploadSession' '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/calendar': description: Provides operations to manage the calendar property of the microsoft.graph.event entity. get: tags: - groups.calendar summary: Get calendar from groups description: The calendar that contains the event. Navigation property. Read-only. operationId: groups.calendar.calendarView.instances.GetCalendar parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/calendar' - '/groups/{group-id}/calendar/events/{event-id}/calendar' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/calendar' - '/groups/{group-id}/calendarView/{event-id}/calendar' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/calendar' - '/groups/{group-id}/events/{event-id}/calendar' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/calendar' '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/extensions': description: Provides operations to manage the extensions property of the microsoft.graph.event entity. get: tags: - groups.calendar summary: Get extensions from groups description: The collection of open extensions defined for the event. Nullable. operationId: groups.calendar.calendarView.instances.ListExtensions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.calendar summary: Create new navigation property to extensions for groups operationId: groups.calendar.calendarView.instances.CreateExtensions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/extensions' - '/groups/{group-id}/calendar/events/{event-id}/extensions' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/extensions' - '/groups/{group-id}/calendarView/{event-id}/extensions' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/extensions' - '/groups/{group-id}/events/{event-id}/extensions' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions' '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}': description: Provides operations to manage the extensions property of the microsoft.graph.event entity. get: tags: - groups.calendar summary: Get extensions from groups description: The collection of open extensions defined for the event. Nullable. operationId: groups.calendar.calendarView.instances.GetExtensions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.calendar summary: Update the navigation property extensions in groups operationId: groups.calendar.calendarView.instances.UpdateExtensions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.calendar summary: Delete navigation property extensions for groups operationId: groups.calendar.calendarView.instances.DeleteExtensions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: extension-id in: path description: The unique identifier of extension required: true schema: type: string x-ms-docs-key-type: extension x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/extensions/{extension-id}' - '/groups/{group-id}/calendar/events/{event-id}/extensions/{extension-id}' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/groups/{group-id}/calendarView/{event-id}/extensions/{extension-id}' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/groups/{group-id}/events/{event-id}/extensions/{extension-id}' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/extensions/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.calendar summary: Get the number of the resource operationId: groups.calendar.calendarView.instances.extensions.GetCount-8770 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/accept': description: Provides operations to call the accept method. post: tags: - groups.Actions summary: Invoke action accept description: Accept the specified event in a user calendar. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0 operationId: groups.group.calendar.calendarView.event.instances.event.accept requestBody: description: Action parameters content: application/json: schema: type: object properties: SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/accept' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/accept' - '/groups/{group-id}/calendar/events/{event-id}/accept' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/accept' - '/groups/{group-id}/calendarView/{event-id}/accept' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/accept' - '/groups/{group-id}/events/{event-id}/accept' '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/cancel': description: Provides operations to call the cancel method. post: tags: - groups.Actions summary: Invoke action cancel description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0 operationId: groups.group.calendar.calendarView.event.instances.event.cancel requestBody: description: Action parameters content: application/json: schema: type: object properties: Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/cancel' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/cancel' - '/groups/{group-id}/calendar/events/{event-id}/cancel' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/cancel' - '/groups/{group-id}/calendarView/{event-id}/cancel' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/cancel' - '/groups/{group-id}/events/{event-id}/cancel' '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/decline': description: Provides operations to call the decline method. post: tags: - groups.Actions summary: Invoke action decline description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0 operationId: groups.group.calendar.calendarView.event.instances.event.decline requestBody: description: Action parameters content: application/json: schema: type: object properties: ProposedNewTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - type: object nullable: true SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/decline' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/decline' - '/groups/{group-id}/calendar/events/{event-id}/decline' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/decline' - '/groups/{group-id}/calendarView/{event-id}/decline' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/decline' - '/groups/{group-id}/events/{event-id}/decline' '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/dismissReminder': description: Provides operations to call the dismissReminder method. post: tags: - groups.Actions summary: Invoke action dismissReminder description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 operationId: groups.group.calendar.calendarView.event.instances.event.dismissReminder responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/dismissReminder' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/dismissReminder' - '/groups/{group-id}/calendar/events/{event-id}/dismissReminder' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/groups/{group-id}/calendarView/{event-id}/dismissReminder' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/dismissReminder' - '/groups/{group-id}/events/{event-id}/dismissReminder' '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/forward': description: Provides operations to call the forward method. post: tags: - groups.Actions summary: Invoke action forward description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0 operationId: groups.group.calendar.calendarView.event.instances.event.forward requestBody: description: Action parameters content: application/json: schema: type: object properties: ToRecipients: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/forward' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/forward' - '/groups/{group-id}/calendar/events/{event-id}/forward' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/forward' - '/groups/{group-id}/calendarView/{event-id}/forward' - '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/forward' - '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/forward' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/forward' - '/groups/{group-id}/events/{event-id}/forward' - '/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/forward' - '/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/forward' '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/snoozeReminder': description: Provides operations to call the snoozeReminder method. post: tags: - groups.Actions summary: Invoke action snoozeReminder description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0 operationId: groups.group.calendar.calendarView.event.instances.event.snoozeReminder requestBody: description: Action parameters content: application/json: schema: type: object properties: NewReminderTime: $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/snoozeReminder' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/groups/{group-id}/calendar/events/{event-id}/snoozeReminder' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/groups/{group-id}/calendarView/{event-id}/snoozeReminder' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/groups/{group-id}/events/{event-id}/snoozeReminder' '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept': description: Provides operations to call the tentativelyAccept method. post: tags: - groups.Actions summary: Invoke action tentativelyAccept description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0 operationId: groups.group.calendar.calendarView.event.instances.event.tentativelyAccept requestBody: description: Action parameters content: application/json: schema: type: object properties: ProposedNewTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - type: object nullable: true SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/tentativelyAccept' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/groups/{group-id}/calendar/events/{event-id}/tentativelyAccept' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/groups/{group-id}/calendarView/{event-id}/tentativelyAccept' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/groups/{group-id}/events/{event-id}/tentativelyAccept' '/groups/{group-id}/calendar/calendarView/{event-id}/instances/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.calendar summary: Get the number of the resource operationId: groups.calendar.calendarView.instances.GetCount-bc95 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/groups/{group-id}/calendar/calendarView/{event-id}/instances/delta()': description: Provides operations to call the delta method. get: tags: - groups.Functions summary: Invoke function delta description: 'Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user''s primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 operationId: groups.group.calendar.calendarView.event.instances.delta parameters: - name: startDateTime in: query description: 'The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - name: endDateTime in: query description: 'The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of event type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.event' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/delta()' - '/groups/{group-id}/calendar/events/{event-id}/instances/delta()' - '/groups/{group-id}/calendar/events/delta()' - '/groups/{group-id}/calendarView/{event-id}/instances/delta()' - '/groups/{group-id}/calendarView/delta()' - '/groups/{group-id}/events/{event-id}/instances/delta()' - '/groups/{group-id}/events/delta()' - '/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/delta()' - '/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/delta(token=''{token}'')' - '/groups/{group-id}/sites/delta()' - '/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/delta()' - '/groups/{group-id}/team/channels/{channel-id}/messages/delta()' - '/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/delta()' - '/groups/{group-id}/team/primaryChannel/messages/delta()' - /groups/delta() - /groups/delta() '/groups/{group-id}/calendar/calendarView/{event-id}/accept': description: Provides operations to call the accept method. post: tags: - groups.Actions summary: Invoke action accept description: Accept the specified event in a user calendar. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0 operationId: groups.group.calendar.calendarView.event.accept requestBody: description: Action parameters content: application/json: schema: type: object properties: SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/accept' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/accept' - '/groups/{group-id}/calendar/events/{event-id}/accept' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/accept' - '/groups/{group-id}/calendarView/{event-id}/accept' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/accept' - '/groups/{group-id}/events/{event-id}/accept' '/groups/{group-id}/calendar/calendarView/{event-id}/cancel': description: Provides operations to call the cancel method. post: tags: - groups.Actions summary: Invoke action cancel description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0 operationId: groups.group.calendar.calendarView.event.cancel requestBody: description: Action parameters content: application/json: schema: type: object properties: Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/cancel' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/cancel' - '/groups/{group-id}/calendar/events/{event-id}/cancel' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/cancel' - '/groups/{group-id}/calendarView/{event-id}/cancel' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/cancel' - '/groups/{group-id}/events/{event-id}/cancel' '/groups/{group-id}/calendar/calendarView/{event-id}/decline': description: Provides operations to call the decline method. post: tags: - groups.Actions summary: Invoke action decline description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0 operationId: groups.group.calendar.calendarView.event.decline requestBody: description: Action parameters content: application/json: schema: type: object properties: ProposedNewTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - type: object nullable: true SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/decline' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/decline' - '/groups/{group-id}/calendar/events/{event-id}/decline' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/decline' - '/groups/{group-id}/calendarView/{event-id}/decline' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/decline' - '/groups/{group-id}/events/{event-id}/decline' '/groups/{group-id}/calendar/calendarView/{event-id}/dismissReminder': description: Provides operations to call the dismissReminder method. post: tags: - groups.Actions summary: Invoke action dismissReminder description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 operationId: groups.group.calendar.calendarView.event.dismissReminder responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/dismissReminder' - '/groups/{group-id}/calendar/events/{event-id}/dismissReminder' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/groups/{group-id}/calendarView/{event-id}/dismissReminder' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/dismissReminder' - '/groups/{group-id}/events/{event-id}/dismissReminder' '/groups/{group-id}/calendar/calendarView/{event-id}/forward': description: Provides operations to call the forward method. post: tags: - groups.Actions summary: Invoke action forward description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0 operationId: groups.group.calendar.calendarView.event.forward requestBody: description: Action parameters content: application/json: schema: type: object properties: ToRecipients: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/forward' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/forward' - '/groups/{group-id}/calendar/events/{event-id}/forward' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/forward' - '/groups/{group-id}/calendarView/{event-id}/forward' - '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/forward' - '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/forward' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/forward' - '/groups/{group-id}/events/{event-id}/forward' - '/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/forward' - '/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/forward' '/groups/{group-id}/calendar/calendarView/{event-id}/snoozeReminder': description: Provides operations to call the snoozeReminder method. post: tags: - groups.Actions summary: Invoke action snoozeReminder description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0 operationId: groups.group.calendar.calendarView.event.snoozeReminder requestBody: description: Action parameters content: application/json: schema: type: object properties: NewReminderTime: $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/groups/{group-id}/calendar/events/{event-id}/snoozeReminder' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/groups/{group-id}/calendarView/{event-id}/snoozeReminder' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/groups/{group-id}/events/{event-id}/snoozeReminder' '/groups/{group-id}/calendar/calendarView/{event-id}/tentativelyAccept': description: Provides operations to call the tentativelyAccept method. post: tags: - groups.Actions summary: Invoke action tentativelyAccept description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0 operationId: groups.group.calendar.calendarView.event.tentativelyAccept requestBody: description: Action parameters content: application/json: schema: type: object properties: ProposedNewTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - type: object nullable: true SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/groups/{group-id}/calendar/events/{event-id}/tentativelyAccept' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/groups/{group-id}/calendarView/{event-id}/tentativelyAccept' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/groups/{group-id}/events/{event-id}/tentativelyAccept' '/groups/{group-id}/calendar/calendarView/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.calendar summary: Get the number of the resource operationId: groups.calendar.calendarView.GetCount-08e4 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/calendar/calendarView/delta()': description: Provides operations to call the delta method. get: tags: - groups.Functions summary: Invoke function delta description: 'Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user''s primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 operationId: groups.group.calendar.calendarView.delta parameters: - name: startDateTime in: query description: 'The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - name: endDateTime in: query description: 'The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of event type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.event' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/delta()' - '/groups/{group-id}/calendar/events/{event-id}/instances/delta()' - '/groups/{group-id}/calendar/events/delta()' - '/groups/{group-id}/calendarView/{event-id}/instances/delta()' - '/groups/{group-id}/calendarView/delta()' - '/groups/{group-id}/events/{event-id}/instances/delta()' - '/groups/{group-id}/events/delta()' - '/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/delta()' - '/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/delta(token=''{token}'')' - '/groups/{group-id}/sites/delta()' - '/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/delta()' - '/groups/{group-id}/team/channels/{channel-id}/messages/delta()' - '/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/delta()' - '/groups/{group-id}/team/primaryChannel/messages/delta()' - /groups/delta() - /groups/delta() '/groups/{group-id}/calendar/events': description: Provides operations to manage the events property of the microsoft.graph.calendar entity. get: tags: - groups.calendar summary: Get events from groups description: The events in the calendar. Navigation property. Read-only. operationId: groups.calendar.ListEvents parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.calendar summary: Create new navigation property to events for groups operationId: groups.calendar.CreateEvents requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/calendar/events/{event-id}': description: Provides operations to manage the events property of the microsoft.graph.calendar entity. get: tags: - groups.calendar summary: Get events from groups description: The events in the calendar. Navigation property. Read-only. operationId: groups.calendar.GetEvents parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.calendar summary: Update event description: Update an event object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/group-update-event?view=graph-rest-1.0 operationId: groups.calendar.UpdateEvents requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.calendar summary: Delete navigation property events for groups operationId: groups.calendar.DeleteEvents parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/groups/{group-id}/calendar/events/{event-id}/attachments': description: Provides operations to manage the attachments property of the microsoft.graph.event entity. get: tags: - groups.calendar summary: Get attachments from groups description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: groups.calendar.events.ListAttachments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.calendar summary: Create new navigation property to attachments for groups operationId: groups.calendar.events.CreateAttachments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/attachments' - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/attachments' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/attachments' - '/groups/{group-id}/calendarView/{event-id}/attachments' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/attachments' - '/groups/{group-id}/events/{event-id}/attachments' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments' '/groups/{group-id}/calendar/events/{event-id}/attachments/{attachment-id}': description: Provides operations to manage the attachments property of the microsoft.graph.event entity. get: tags: - groups.calendar summary: Get attachments from groups description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: groups.calendar.events.GetAttachments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.calendar summary: Delete navigation property attachments for groups operationId: groups.calendar.events.DeleteAttachments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: attachment-id in: path description: The unique identifier of attachment required: true schema: type: string x-ms-docs-key-type: attachment x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/attachments/{attachment-id}' - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/groups/{group-id}/calendarView/{event-id}/attachments/{attachment-id}' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/groups/{group-id}/events/{event-id}/attachments/{attachment-id}' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' '/groups/{group-id}/calendar/events/{event-id}/attachments/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.calendar summary: Get the number of the resource operationId: groups.calendar.events.attachments.GetCount-a03a parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/groups/{group-id}/calendar/events/{event-id}/attachments/createUploadSession': description: Provides operations to call the createUploadSession method. post: tags: - groups.Actions summary: Invoke action createUploadSession description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 operationId: groups.group.calendar.events.event.attachments.createUploadSession requestBody: description: Action parameters content: application/json: schema: type: object properties: AttachmentItem: $ref: '#/components/schemas/microsoft.graph.attachmentItem' required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.uploadSession' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/attachments/createUploadSession' - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/groups/{group-id}/calendarView/{event-id}/attachments/createUploadSession' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/createUploadSession' - '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/createUploadSession' - '/groups/{group-id}/events/{event-id}/attachments/createUploadSession' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/createUploadSession' - '/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/createUploadSession' '/groups/{group-id}/calendar/events/{event-id}/calendar': description: Provides operations to manage the calendar property of the microsoft.graph.event entity. get: tags: - groups.calendar summary: Get calendar from groups description: The calendar that contains the event. Navigation property. Read-only. operationId: groups.calendar.events.GetCalendar parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/calendar' - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/calendar' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/calendar' - '/groups/{group-id}/calendarView/{event-id}/calendar' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/calendar' - '/groups/{group-id}/events/{event-id}/calendar' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/calendar' '/groups/{group-id}/calendar/events/{event-id}/extensions': description: Provides operations to manage the extensions property of the microsoft.graph.event entity. get: tags: - groups.calendar summary: Get extensions from groups description: The collection of open extensions defined for the event. Nullable. operationId: groups.calendar.events.ListExtensions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.calendar summary: Create new navigation property to extensions for groups operationId: groups.calendar.events.CreateExtensions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/extensions' - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/extensions' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/extensions' - '/groups/{group-id}/calendarView/{event-id}/extensions' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/extensions' - '/groups/{group-id}/events/{event-id}/extensions' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions' '/groups/{group-id}/calendar/events/{event-id}/extensions/{extension-id}': description: Provides operations to manage the extensions property of the microsoft.graph.event entity. get: tags: - groups.calendar summary: Get extensions from groups description: The collection of open extensions defined for the event. Nullable. operationId: groups.calendar.events.GetExtensions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.calendar summary: Update the navigation property extensions in groups operationId: groups.calendar.events.UpdateExtensions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.calendar summary: Delete navigation property extensions for groups operationId: groups.calendar.events.DeleteExtensions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: extension-id in: path description: The unique identifier of extension required: true schema: type: string x-ms-docs-key-type: extension x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/extensions/{extension-id}' - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/groups/{group-id}/calendarView/{event-id}/extensions/{extension-id}' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/groups/{group-id}/events/{event-id}/extensions/{extension-id}' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' '/groups/{group-id}/calendar/events/{event-id}/extensions/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.calendar summary: Get the number of the resource operationId: groups.calendar.events.extensions.GetCount-d77e parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/groups/{group-id}/calendar/events/{event-id}/instances': description: Provides operations to manage the instances property of the microsoft.graph.event entity. get: tags: - groups.calendar summary: Get instances from groups description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' operationId: groups.calendar.events.ListInstances parameters: - name: startDateTime in: query description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' required: true schema: type: string - name: endDateTime in: query description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/instances' - '/groups/{group-id}/calendarView/{event-id}/instances' - '/groups/{group-id}/events/{event-id}/instances' '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}': description: Provides operations to manage the instances property of the microsoft.graph.event entity. get: tags: - groups.calendar summary: Get instances from groups description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' operationId: groups.calendar.events.GetInstances parameters: - name: startDateTime in: query description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' required: true schema: type: string - name: endDateTime in: query description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}' '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/attachments': description: Provides operations to manage the attachments property of the microsoft.graph.event entity. get: tags: - groups.calendar summary: Get attachments from groups description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: groups.calendar.events.instances.ListAttachments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.calendar summary: Create new navigation property to attachments for groups operationId: groups.calendar.events.instances.CreateAttachments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/attachments' - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/attachments' - '/groups/{group-id}/calendar/events/{event-id}/attachments' - '/groups/{group-id}/calendarView/{event-id}/attachments' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/attachments' - '/groups/{group-id}/events/{event-id}/attachments' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments' '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}': description: Provides operations to manage the attachments property of the microsoft.graph.event entity. get: tags: - groups.calendar summary: Get attachments from groups description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: groups.calendar.events.instances.GetAttachments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.calendar summary: Delete navigation property attachments for groups operationId: groups.calendar.events.instances.DeleteAttachments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: attachment-id in: path description: The unique identifier of attachment required: true schema: type: string x-ms-docs-key-type: attachment x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/attachments/{attachment-id}' - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/groups/{group-id}/calendar/events/{event-id}/attachments/{attachment-id}' - '/groups/{group-id}/calendarView/{event-id}/attachments/{attachment-id}' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/groups/{group-id}/events/{event-id}/attachments/{attachment-id}' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/attachments/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.calendar summary: Get the number of the resource operationId: groups.calendar.events.instances.attachments.GetCount-a2af parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/attachments/createUploadSession': description: Provides operations to call the createUploadSession method. post: tags: - groups.Actions summary: Invoke action createUploadSession description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 operationId: groups.group.calendar.events.event.instances.event.attachments.createUploadSession requestBody: description: Action parameters content: application/json: schema: type: object properties: AttachmentItem: $ref: '#/components/schemas/microsoft.graph.attachmentItem' required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.uploadSession' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/attachments/createUploadSession' - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/groups/{group-id}/calendar/events/{event-id}/attachments/createUploadSession' - '/groups/{group-id}/calendarView/{event-id}/attachments/createUploadSession' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/createUploadSession' - '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/createUploadSession' - '/groups/{group-id}/events/{event-id}/attachments/createUploadSession' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/createUploadSession' - '/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/createUploadSession' '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/calendar': description: Provides operations to manage the calendar property of the microsoft.graph.event entity. get: tags: - groups.calendar summary: Get calendar from groups description: The calendar that contains the event. Navigation property. Read-only. operationId: groups.calendar.events.instances.GetCalendar parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/calendar' - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/calendar' - '/groups/{group-id}/calendar/events/{event-id}/calendar' - '/groups/{group-id}/calendarView/{event-id}/calendar' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/calendar' - '/groups/{group-id}/events/{event-id}/calendar' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/calendar' '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/extensions': description: Provides operations to manage the extensions property of the microsoft.graph.event entity. get: tags: - groups.calendar summary: Get extensions from groups description: The collection of open extensions defined for the event. Nullable. operationId: groups.calendar.events.instances.ListExtensions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.calendar summary: Create new navigation property to extensions for groups operationId: groups.calendar.events.instances.CreateExtensions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/extensions' - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/extensions' - '/groups/{group-id}/calendar/events/{event-id}/extensions' - '/groups/{group-id}/calendarView/{event-id}/extensions' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/extensions' - '/groups/{group-id}/events/{event-id}/extensions' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions' '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/extensions/{extension-id}': description: Provides operations to manage the extensions property of the microsoft.graph.event entity. get: tags: - groups.calendar summary: Get extensions from groups description: The collection of open extensions defined for the event. Nullable. operationId: groups.calendar.events.instances.GetExtensions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.calendar summary: Update the navigation property extensions in groups operationId: groups.calendar.events.instances.UpdateExtensions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.calendar summary: Delete navigation property extensions for groups operationId: groups.calendar.events.instances.DeleteExtensions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: extension-id in: path description: The unique identifier of extension required: true schema: type: string x-ms-docs-key-type: extension x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/extensions/{extension-id}' - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/groups/{group-id}/calendar/events/{event-id}/extensions/{extension-id}' - '/groups/{group-id}/calendarView/{event-id}/extensions/{extension-id}' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/groups/{group-id}/events/{event-id}/extensions/{extension-id}' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/extensions/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.calendar summary: Get the number of the resource operationId: groups.calendar.events.instances.extensions.GetCount-7abb parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/accept': description: Provides operations to call the accept method. post: tags: - groups.Actions summary: Invoke action accept description: Accept the specified event in a user calendar. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0 operationId: groups.group.calendar.events.event.instances.event.accept requestBody: description: Action parameters content: application/json: schema: type: object properties: SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/accept' - '/groups/{group-id}/calendar/calendarView/{event-id}/accept' - '/groups/{group-id}/calendar/events/{event-id}/accept' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/accept' - '/groups/{group-id}/calendarView/{event-id}/accept' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/accept' - '/groups/{group-id}/events/{event-id}/accept' '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/cancel': description: Provides operations to call the cancel method. post: tags: - groups.Actions summary: Invoke action cancel description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0 operationId: groups.group.calendar.events.event.instances.event.cancel requestBody: description: Action parameters content: application/json: schema: type: object properties: Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/cancel' - '/groups/{group-id}/calendar/calendarView/{event-id}/cancel' - '/groups/{group-id}/calendar/events/{event-id}/cancel' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/cancel' - '/groups/{group-id}/calendarView/{event-id}/cancel' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/cancel' - '/groups/{group-id}/events/{event-id}/cancel' '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/decline': description: Provides operations to call the decline method. post: tags: - groups.Actions summary: Invoke action decline description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0 operationId: groups.group.calendar.events.event.instances.event.decline requestBody: description: Action parameters content: application/json: schema: type: object properties: ProposedNewTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - type: object nullable: true SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/decline' - '/groups/{group-id}/calendar/calendarView/{event-id}/decline' - '/groups/{group-id}/calendar/events/{event-id}/decline' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/decline' - '/groups/{group-id}/calendarView/{event-id}/decline' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/decline' - '/groups/{group-id}/events/{event-id}/decline' '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/dismissReminder': description: Provides operations to call the dismissReminder method. post: tags: - groups.Actions summary: Invoke action dismissReminder description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 operationId: groups.group.calendar.events.event.instances.event.dismissReminder responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/groups/{group-id}/calendar/calendarView/{event-id}/dismissReminder' - '/groups/{group-id}/calendar/events/{event-id}/dismissReminder' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/groups/{group-id}/calendarView/{event-id}/dismissReminder' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/dismissReminder' - '/groups/{group-id}/events/{event-id}/dismissReminder' '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/forward': description: Provides operations to call the forward method. post: tags: - groups.Actions summary: Invoke action forward description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0 operationId: groups.group.calendar.events.event.instances.event.forward requestBody: description: Action parameters content: application/json: schema: type: object properties: ToRecipients: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/forward' - '/groups/{group-id}/calendar/calendarView/{event-id}/forward' - '/groups/{group-id}/calendar/events/{event-id}/forward' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/forward' - '/groups/{group-id}/calendarView/{event-id}/forward' - '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/forward' - '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/forward' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/forward' - '/groups/{group-id}/events/{event-id}/forward' - '/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/forward' - '/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/forward' '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/snoozeReminder': description: Provides operations to call the snoozeReminder method. post: tags: - groups.Actions summary: Invoke action snoozeReminder description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0 operationId: groups.group.calendar.events.event.instances.event.snoozeReminder requestBody: description: Action parameters content: application/json: schema: type: object properties: NewReminderTime: $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/groups/{group-id}/calendar/calendarView/{event-id}/snoozeReminder' - '/groups/{group-id}/calendar/events/{event-id}/snoozeReminder' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/groups/{group-id}/calendarView/{event-id}/snoozeReminder' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/groups/{group-id}/events/{event-id}/snoozeReminder' '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/tentativelyAccept': description: Provides operations to call the tentativelyAccept method. post: tags: - groups.Actions summary: Invoke action tentativelyAccept description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0 operationId: groups.group.calendar.events.event.instances.event.tentativelyAccept requestBody: description: Action parameters content: application/json: schema: type: object properties: ProposedNewTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - type: object nullable: true SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/groups/{group-id}/calendar/calendarView/{event-id}/tentativelyAccept' - '/groups/{group-id}/calendar/events/{event-id}/tentativelyAccept' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/groups/{group-id}/calendarView/{event-id}/tentativelyAccept' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/groups/{group-id}/events/{event-id}/tentativelyAccept' '/groups/{group-id}/calendar/events/{event-id}/instances/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.calendar summary: Get the number of the resource operationId: groups.calendar.events.instances.GetCount-0152 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/groups/{group-id}/calendar/events/{event-id}/instances/delta()': description: Provides operations to call the delta method. get: tags: - groups.Functions summary: Invoke function delta description: 'Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user''s primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 operationId: groups.group.calendar.events.event.instances.delta parameters: - name: startDateTime in: query description: 'The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - name: endDateTime in: query description: 'The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of event type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.event' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/delta()' - '/groups/{group-id}/calendar/calendarView/delta()' - '/groups/{group-id}/calendar/events/delta()' - '/groups/{group-id}/calendarView/{event-id}/instances/delta()' - '/groups/{group-id}/calendarView/delta()' - '/groups/{group-id}/events/{event-id}/instances/delta()' - '/groups/{group-id}/events/delta()' - '/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/delta()' - '/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/delta(token=''{token}'')' - '/groups/{group-id}/sites/delta()' - '/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/delta()' - '/groups/{group-id}/team/channels/{channel-id}/messages/delta()' - '/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/delta()' - '/groups/{group-id}/team/primaryChannel/messages/delta()' - /groups/delta() - /groups/delta() '/groups/{group-id}/calendar/events/{event-id}/accept': description: Provides operations to call the accept method. post: tags: - groups.Actions summary: Invoke action accept description: Accept the specified event in a user calendar. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0 operationId: groups.group.calendar.events.event.accept requestBody: description: Action parameters content: application/json: schema: type: object properties: SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/accept' - '/groups/{group-id}/calendar/calendarView/{event-id}/accept' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/accept' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/accept' - '/groups/{group-id}/calendarView/{event-id}/accept' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/accept' - '/groups/{group-id}/events/{event-id}/accept' '/groups/{group-id}/calendar/events/{event-id}/cancel': description: Provides operations to call the cancel method. post: tags: - groups.Actions summary: Invoke action cancel description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0 operationId: groups.group.calendar.events.event.cancel requestBody: description: Action parameters content: application/json: schema: type: object properties: Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/cancel' - '/groups/{group-id}/calendar/calendarView/{event-id}/cancel' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/cancel' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/cancel' - '/groups/{group-id}/calendarView/{event-id}/cancel' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/cancel' - '/groups/{group-id}/events/{event-id}/cancel' '/groups/{group-id}/calendar/events/{event-id}/decline': description: Provides operations to call the decline method. post: tags: - groups.Actions summary: Invoke action decline description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0 operationId: groups.group.calendar.events.event.decline requestBody: description: Action parameters content: application/json: schema: type: object properties: ProposedNewTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - type: object nullable: true SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/decline' - '/groups/{group-id}/calendar/calendarView/{event-id}/decline' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/decline' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/decline' - '/groups/{group-id}/calendarView/{event-id}/decline' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/decline' - '/groups/{group-id}/events/{event-id}/decline' '/groups/{group-id}/calendar/events/{event-id}/dismissReminder': description: Provides operations to call the dismissReminder method. post: tags: - groups.Actions summary: Invoke action dismissReminder description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 operationId: groups.group.calendar.events.event.dismissReminder responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/groups/{group-id}/calendar/calendarView/{event-id}/dismissReminder' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/dismissReminder' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/groups/{group-id}/calendarView/{event-id}/dismissReminder' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/dismissReminder' - '/groups/{group-id}/events/{event-id}/dismissReminder' '/groups/{group-id}/calendar/events/{event-id}/forward': description: Provides operations to call the forward method. post: tags: - groups.Actions summary: Invoke action forward description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0 operationId: groups.group.calendar.events.event.forward requestBody: description: Action parameters content: application/json: schema: type: object properties: ToRecipients: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/forward' - '/groups/{group-id}/calendar/calendarView/{event-id}/forward' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/forward' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/forward' - '/groups/{group-id}/calendarView/{event-id}/forward' - '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/forward' - '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/forward' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/forward' - '/groups/{group-id}/events/{event-id}/forward' - '/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/forward' - '/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/forward' '/groups/{group-id}/calendar/events/{event-id}/snoozeReminder': description: Provides operations to call the snoozeReminder method. post: tags: - groups.Actions summary: Invoke action snoozeReminder description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0 operationId: groups.group.calendar.events.event.snoozeReminder requestBody: description: Action parameters content: application/json: schema: type: object properties: NewReminderTime: $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/groups/{group-id}/calendar/calendarView/{event-id}/snoozeReminder' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/groups/{group-id}/calendarView/{event-id}/snoozeReminder' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/groups/{group-id}/events/{event-id}/snoozeReminder' '/groups/{group-id}/calendar/events/{event-id}/tentativelyAccept': description: Provides operations to call the tentativelyAccept method. post: tags: - groups.Actions summary: Invoke action tentativelyAccept description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0 operationId: groups.group.calendar.events.event.tentativelyAccept requestBody: description: Action parameters content: application/json: schema: type: object properties: ProposedNewTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - type: object nullable: true SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/groups/{group-id}/calendar/calendarView/{event-id}/tentativelyAccept' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/groups/{group-id}/calendarView/{event-id}/tentativelyAccept' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/groups/{group-id}/events/{event-id}/tentativelyAccept' '/groups/{group-id}/calendar/events/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.calendar summary: Get the number of the resource operationId: groups.calendar.events.GetCount-b856 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/calendar/events/delta()': description: Provides operations to call the delta method. get: tags: - groups.Functions summary: Invoke function delta description: 'Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user''s primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 operationId: groups.group.calendar.events.delta parameters: - name: startDateTime in: query description: 'The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - name: endDateTime in: query description: 'The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of event type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.event' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/delta()' - '/groups/{group-id}/calendar/calendarView/delta()' - '/groups/{group-id}/calendar/events/{event-id}/instances/delta()' - '/groups/{group-id}/calendarView/{event-id}/instances/delta()' - '/groups/{group-id}/calendarView/delta()' - '/groups/{group-id}/events/{event-id}/instances/delta()' - '/groups/{group-id}/events/delta()' - '/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/delta()' - '/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/delta(token=''{token}'')' - '/groups/{group-id}/sites/delta()' - '/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/delta()' - '/groups/{group-id}/team/channels/{channel-id}/messages/delta()' - '/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/delta()' - '/groups/{group-id}/team/primaryChannel/messages/delta()' - /groups/delta() - /groups/delta() '/groups/{group-id}/calendar/allowedCalendarSharingRoles(User=''{User}'')': description: Provides operations to call the allowedCalendarSharingRoles method. get: tags: - groups.Functions summary: Invoke function allowedCalendarSharingRoles operationId: groups.group.calendar.allowedCalendarSharingRoles parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.calendarRoleType' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: User in: path description: 'Usage: User=''{User}''' required: true schema: type: string '/groups/{group-id}/calendar/getSchedule': description: Provides operations to call the getSchedule method. post: tags: - groups.Actions summary: Invoke action getSchedule description: 'Get the free/busy availability information for a collection of users, distributions lists, or resources (rooms or equipment) for a specified time period.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-1.0 operationId: groups.group.calendar.getSchedule requestBody: description: Action parameters content: application/json: schema: type: object properties: Schedules: type: array items: type: string nullable: true EndTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' - type: object nullable: true StartTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' - type: object nullable: true AvailabilityViewInterval: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 nullable: true required: true responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.scheduleInformation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/calendarView': description: Provides operations to manage the calendarView property of the microsoft.graph.group entity. get: tags: - groups.event summary: List group calendarView description: "Get the occurrences, exceptions, and single instances of events in a calendar view defined by a time range,\nfrom the default calendar of a group." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/group-list-calendarview?view=graph-rest-1.0 operationId: groups.ListCalendarView parameters: - name: startDateTime in: query description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' required: true schema: type: string - name: endDateTime in: query description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/calendarView/{event-id}': description: Provides operations to manage the calendarView property of the microsoft.graph.group entity. get: tags: - groups.event summary: Get calendarView from groups description: The calendar view for the calendar. Read-only. operationId: groups.GetCalendarView parameters: - name: startDateTime in: query description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' required: true schema: type: string - name: endDateTime in: query description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/groups/{group-id}/calendarView/{event-id}/attachments': description: Provides operations to manage the attachments property of the microsoft.graph.event entity. get: tags: - groups.event summary: Get attachments from groups description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: groups.calendarView.ListAttachments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.event summary: Create new navigation property to attachments for groups operationId: groups.calendarView.CreateAttachments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/attachments' - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/attachments' - '/groups/{group-id}/calendar/events/{event-id}/attachments' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/attachments' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/attachments' - '/groups/{group-id}/events/{event-id}/attachments' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments' '/groups/{group-id}/calendarView/{event-id}/attachments/{attachment-id}': description: Provides operations to manage the attachments property of the microsoft.graph.event entity. get: tags: - groups.event summary: Get attachments from groups description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: groups.calendarView.GetAttachments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.event summary: Delete navigation property attachments for groups operationId: groups.calendarView.DeleteAttachments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: attachment-id in: path description: The unique identifier of attachment required: true schema: type: string x-ms-docs-key-type: attachment x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/attachments/{attachment-id}' - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/groups/{group-id}/calendar/events/{event-id}/attachments/{attachment-id}' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/groups/{group-id}/events/{event-id}/attachments/{attachment-id}' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' '/groups/{group-id}/calendarView/{event-id}/attachments/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.event summary: Get the number of the resource operationId: groups.calendarView.attachments.GetCount-5e75 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/groups/{group-id}/calendarView/{event-id}/attachments/createUploadSession': description: Provides operations to call the createUploadSession method. post: tags: - groups.Actions summary: Invoke action createUploadSession description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 operationId: groups.group.calendarView.event.attachments.createUploadSession requestBody: description: Action parameters content: application/json: schema: type: object properties: AttachmentItem: $ref: '#/components/schemas/microsoft.graph.attachmentItem' required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.uploadSession' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/attachments/createUploadSession' - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/groups/{group-id}/calendar/events/{event-id}/attachments/createUploadSession' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/createUploadSession' - '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/createUploadSession' - '/groups/{group-id}/events/{event-id}/attachments/createUploadSession' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/createUploadSession' - '/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/createUploadSession' '/groups/{group-id}/calendarView/{event-id}/calendar': description: Provides operations to manage the calendar property of the microsoft.graph.event entity. get: tags: - groups.event summary: Get calendar from groups description: The calendar that contains the event. Navigation property. Read-only. operationId: groups.calendarView.GetCalendar parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/calendar' - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/calendar' - '/groups/{group-id}/calendar/events/{event-id}/calendar' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/calendar' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/calendar' - '/groups/{group-id}/events/{event-id}/calendar' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/calendar' '/groups/{group-id}/calendarView/{event-id}/extensions': description: Provides operations to manage the extensions property of the microsoft.graph.event entity. get: tags: - groups.event summary: Get extensions from groups description: The collection of open extensions defined for the event. Nullable. operationId: groups.calendarView.ListExtensions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.event summary: Create new navigation property to extensions for groups operationId: groups.calendarView.CreateExtensions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/extensions' - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/extensions' - '/groups/{group-id}/calendar/events/{event-id}/extensions' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/extensions' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/extensions' - '/groups/{group-id}/events/{event-id}/extensions' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions' '/groups/{group-id}/calendarView/{event-id}/extensions/{extension-id}': description: Provides operations to manage the extensions property of the microsoft.graph.event entity. get: tags: - groups.event summary: Get extensions from groups description: The collection of open extensions defined for the event. Nullable. operationId: groups.calendarView.GetExtensions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.event summary: Update the navigation property extensions in groups operationId: groups.calendarView.UpdateExtensions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.event summary: Delete navigation property extensions for groups operationId: groups.calendarView.DeleteExtensions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: extension-id in: path description: The unique identifier of extension required: true schema: type: string x-ms-docs-key-type: extension x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/extensions/{extension-id}' - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/groups/{group-id}/calendar/events/{event-id}/extensions/{extension-id}' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/groups/{group-id}/events/{event-id}/extensions/{extension-id}' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' '/groups/{group-id}/calendarView/{event-id}/extensions/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.event summary: Get the number of the resource operationId: groups.calendarView.extensions.GetCount-265d parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/groups/{group-id}/calendarView/{event-id}/instances': description: Provides operations to manage the instances property of the microsoft.graph.event entity. get: tags: - groups.event summary: Get instances from groups description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' operationId: groups.calendarView.ListInstances parameters: - name: startDateTime in: query description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' required: true schema: type: string - name: endDateTime in: query description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/instances' - '/groups/{group-id}/calendar/events/{event-id}/instances' - '/groups/{group-id}/events/{event-id}/instances' '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}': description: Provides operations to manage the instances property of the microsoft.graph.event entity. get: tags: - groups.event summary: Get instances from groups description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' operationId: groups.calendarView.GetInstances parameters: - name: startDateTime in: query description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' required: true schema: type: string - name: endDateTime in: query description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}' '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/attachments': description: Provides operations to manage the attachments property of the microsoft.graph.event entity. get: tags: - groups.event summary: Get attachments from groups description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: groups.calendarView.instances.ListAttachments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.event summary: Create new navigation property to attachments for groups operationId: groups.calendarView.instances.CreateAttachments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/attachments' - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/attachments' - '/groups/{group-id}/calendar/events/{event-id}/attachments' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/attachments' - '/groups/{group-id}/calendarView/{event-id}/attachments' - '/groups/{group-id}/events/{event-id}/attachments' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments' '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}': description: Provides operations to manage the attachments property of the microsoft.graph.event entity. get: tags: - groups.event summary: Get attachments from groups description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: groups.calendarView.instances.GetAttachments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.event summary: Delete navigation property attachments for groups operationId: groups.calendarView.instances.DeleteAttachments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: attachment-id in: path description: The unique identifier of attachment required: true schema: type: string x-ms-docs-key-type: attachment x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/attachments/{attachment-id}' - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/groups/{group-id}/calendar/events/{event-id}/attachments/{attachment-id}' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/groups/{group-id}/calendarView/{event-id}/attachments/{attachment-id}' - '/groups/{group-id}/events/{event-id}/attachments/{attachment-id}' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/attachments/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.event summary: Get the number of the resource operationId: groups.calendarView.instances.attachments.GetCount-55dd parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession': description: Provides operations to call the createUploadSession method. post: tags: - groups.Actions summary: Invoke action createUploadSession description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 operationId: groups.group.calendarView.event.instances.event.attachments.createUploadSession requestBody: description: Action parameters content: application/json: schema: type: object properties: AttachmentItem: $ref: '#/components/schemas/microsoft.graph.attachmentItem' required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.uploadSession' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/attachments/createUploadSession' - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/groups/{group-id}/calendar/events/{event-id}/attachments/createUploadSession' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/groups/{group-id}/calendarView/{event-id}/attachments/createUploadSession' - '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/createUploadSession' - '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/createUploadSession' - '/groups/{group-id}/events/{event-id}/attachments/createUploadSession' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/createUploadSession' - '/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/createUploadSession' '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/calendar': description: Provides operations to manage the calendar property of the microsoft.graph.event entity. get: tags: - groups.event summary: Get calendar from groups description: The calendar that contains the event. Navigation property. Read-only. operationId: groups.calendarView.instances.GetCalendar parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/calendar' - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/calendar' - '/groups/{group-id}/calendar/events/{event-id}/calendar' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/calendar' - '/groups/{group-id}/calendarView/{event-id}/calendar' - '/groups/{group-id}/events/{event-id}/calendar' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/calendar' '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/extensions': description: Provides operations to manage the extensions property of the microsoft.graph.event entity. get: tags: - groups.event summary: Get extensions from groups description: The collection of open extensions defined for the event. Nullable. operationId: groups.calendarView.instances.ListExtensions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.event summary: Create new navigation property to extensions for groups operationId: groups.calendarView.instances.CreateExtensions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/extensions' - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/extensions' - '/groups/{group-id}/calendar/events/{event-id}/extensions' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/extensions' - '/groups/{group-id}/calendarView/{event-id}/extensions' - '/groups/{group-id}/events/{event-id}/extensions' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions' '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}': description: Provides operations to manage the extensions property of the microsoft.graph.event entity. get: tags: - groups.event summary: Get extensions from groups description: The collection of open extensions defined for the event. Nullable. operationId: groups.calendarView.instances.GetExtensions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.event summary: Update the navigation property extensions in groups operationId: groups.calendarView.instances.UpdateExtensions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.event summary: Delete navigation property extensions for groups operationId: groups.calendarView.instances.DeleteExtensions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: extension-id in: path description: The unique identifier of extension required: true schema: type: string x-ms-docs-key-type: extension x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/extensions/{extension-id}' - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/groups/{group-id}/calendar/events/{event-id}/extensions/{extension-id}' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/groups/{group-id}/calendarView/{event-id}/extensions/{extension-id}' - '/groups/{group-id}/events/{event-id}/extensions/{extension-id}' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/extensions/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.event summary: Get the number of the resource operationId: groups.calendarView.instances.extensions.GetCount-bf2a parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/accept': description: Provides operations to call the accept method. post: tags: - groups.Actions summary: Invoke action accept description: Accept the specified event in a user calendar. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0 operationId: groups.group.calendarView.event.instances.event.accept requestBody: description: Action parameters content: application/json: schema: type: object properties: SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/accept' - '/groups/{group-id}/calendar/calendarView/{event-id}/accept' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/accept' - '/groups/{group-id}/calendar/events/{event-id}/accept' - '/groups/{group-id}/calendarView/{event-id}/accept' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/accept' - '/groups/{group-id}/events/{event-id}/accept' '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/cancel': description: Provides operations to call the cancel method. post: tags: - groups.Actions summary: Invoke action cancel description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0 operationId: groups.group.calendarView.event.instances.event.cancel requestBody: description: Action parameters content: application/json: schema: type: object properties: Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/cancel' - '/groups/{group-id}/calendar/calendarView/{event-id}/cancel' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/cancel' - '/groups/{group-id}/calendar/events/{event-id}/cancel' - '/groups/{group-id}/calendarView/{event-id}/cancel' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/cancel' - '/groups/{group-id}/events/{event-id}/cancel' '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/decline': description: Provides operations to call the decline method. post: tags: - groups.Actions summary: Invoke action decline description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0 operationId: groups.group.calendarView.event.instances.event.decline requestBody: description: Action parameters content: application/json: schema: type: object properties: ProposedNewTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - type: object nullable: true SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/decline' - '/groups/{group-id}/calendar/calendarView/{event-id}/decline' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/decline' - '/groups/{group-id}/calendar/events/{event-id}/decline' - '/groups/{group-id}/calendarView/{event-id}/decline' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/decline' - '/groups/{group-id}/events/{event-id}/decline' '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder': description: Provides operations to call the dismissReminder method. post: tags: - groups.Actions summary: Invoke action dismissReminder description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 operationId: groups.group.calendarView.event.instances.event.dismissReminder responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/groups/{group-id}/calendar/calendarView/{event-id}/dismissReminder' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/dismissReminder' - '/groups/{group-id}/calendar/events/{event-id}/dismissReminder' - '/groups/{group-id}/calendarView/{event-id}/dismissReminder' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/dismissReminder' - '/groups/{group-id}/events/{event-id}/dismissReminder' '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/forward': description: Provides operations to call the forward method. post: tags: - groups.Actions summary: Invoke action forward description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0 operationId: groups.group.calendarView.event.instances.event.forward requestBody: description: Action parameters content: application/json: schema: type: object properties: ToRecipients: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/forward' - '/groups/{group-id}/calendar/calendarView/{event-id}/forward' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/forward' - '/groups/{group-id}/calendar/events/{event-id}/forward' - '/groups/{group-id}/calendarView/{event-id}/forward' - '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/forward' - '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/forward' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/forward' - '/groups/{group-id}/events/{event-id}/forward' - '/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/forward' - '/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/forward' '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder': description: Provides operations to call the snoozeReminder method. post: tags: - groups.Actions summary: Invoke action snoozeReminder description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0 operationId: groups.group.calendarView.event.instances.event.snoozeReminder requestBody: description: Action parameters content: application/json: schema: type: object properties: NewReminderTime: $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/groups/{group-id}/calendar/calendarView/{event-id}/snoozeReminder' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/groups/{group-id}/calendar/events/{event-id}/snoozeReminder' - '/groups/{group-id}/calendarView/{event-id}/snoozeReminder' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/groups/{group-id}/events/{event-id}/snoozeReminder' '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept': description: Provides operations to call the tentativelyAccept method. post: tags: - groups.Actions summary: Invoke action tentativelyAccept description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0 operationId: groups.group.calendarView.event.instances.event.tentativelyAccept requestBody: description: Action parameters content: application/json: schema: type: object properties: ProposedNewTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - type: object nullable: true SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/groups/{group-id}/calendar/calendarView/{event-id}/tentativelyAccept' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/groups/{group-id}/calendar/events/{event-id}/tentativelyAccept' - '/groups/{group-id}/calendarView/{event-id}/tentativelyAccept' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/groups/{group-id}/events/{event-id}/tentativelyAccept' '/groups/{group-id}/calendarView/{event-id}/instances/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.event summary: Get the number of the resource operationId: groups.calendarView.instances.GetCount-fa3b parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/groups/{group-id}/calendarView/{event-id}/instances/delta()': description: Provides operations to call the delta method. get: tags: - groups.Functions summary: Invoke function delta description: 'Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user''s primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 operationId: groups.group.calendarView.event.instances.delta parameters: - name: startDateTime in: query description: 'The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - name: endDateTime in: query description: 'The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of event type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.event' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/delta()' - '/groups/{group-id}/calendar/calendarView/delta()' - '/groups/{group-id}/calendar/events/{event-id}/instances/delta()' - '/groups/{group-id}/calendar/events/delta()' - '/groups/{group-id}/calendarView/delta()' - '/groups/{group-id}/events/{event-id}/instances/delta()' - '/groups/{group-id}/events/delta()' - '/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/delta()' - '/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/delta(token=''{token}'')' - '/groups/{group-id}/sites/delta()' - '/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/delta()' - '/groups/{group-id}/team/channels/{channel-id}/messages/delta()' - '/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/delta()' - '/groups/{group-id}/team/primaryChannel/messages/delta()' - /groups/delta() - /groups/delta() '/groups/{group-id}/calendarView/{event-id}/accept': description: Provides operations to call the accept method. post: tags: - groups.Actions summary: Invoke action accept description: Accept the specified event in a user calendar. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0 operationId: groups.group.calendarView.event.accept requestBody: description: Action parameters content: application/json: schema: type: object properties: SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/accept' - '/groups/{group-id}/calendar/calendarView/{event-id}/accept' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/accept' - '/groups/{group-id}/calendar/events/{event-id}/accept' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/accept' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/accept' - '/groups/{group-id}/events/{event-id}/accept' '/groups/{group-id}/calendarView/{event-id}/cancel': description: Provides operations to call the cancel method. post: tags: - groups.Actions summary: Invoke action cancel description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0 operationId: groups.group.calendarView.event.cancel requestBody: description: Action parameters content: application/json: schema: type: object properties: Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/cancel' - '/groups/{group-id}/calendar/calendarView/{event-id}/cancel' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/cancel' - '/groups/{group-id}/calendar/events/{event-id}/cancel' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/cancel' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/cancel' - '/groups/{group-id}/events/{event-id}/cancel' '/groups/{group-id}/calendarView/{event-id}/decline': description: Provides operations to call the decline method. post: tags: - groups.Actions summary: Invoke action decline description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0 operationId: groups.group.calendarView.event.decline requestBody: description: Action parameters content: application/json: schema: type: object properties: ProposedNewTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - type: object nullable: true SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/decline' - '/groups/{group-id}/calendar/calendarView/{event-id}/decline' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/decline' - '/groups/{group-id}/calendar/events/{event-id}/decline' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/decline' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/decline' - '/groups/{group-id}/events/{event-id}/decline' '/groups/{group-id}/calendarView/{event-id}/dismissReminder': description: Provides operations to call the dismissReminder method. post: tags: - groups.Actions summary: Invoke action dismissReminder description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 operationId: groups.group.calendarView.event.dismissReminder responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/groups/{group-id}/calendar/calendarView/{event-id}/dismissReminder' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/dismissReminder' - '/groups/{group-id}/calendar/events/{event-id}/dismissReminder' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/dismissReminder' - '/groups/{group-id}/events/{event-id}/dismissReminder' '/groups/{group-id}/calendarView/{event-id}/forward': description: Provides operations to call the forward method. post: tags: - groups.Actions summary: Invoke action forward description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0 operationId: groups.group.calendarView.event.forward requestBody: description: Action parameters content: application/json: schema: type: object properties: ToRecipients: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/forward' - '/groups/{group-id}/calendar/calendarView/{event-id}/forward' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/forward' - '/groups/{group-id}/calendar/events/{event-id}/forward' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/forward' - '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/forward' - '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/forward' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/forward' - '/groups/{group-id}/events/{event-id}/forward' - '/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/forward' - '/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/forward' '/groups/{group-id}/calendarView/{event-id}/snoozeReminder': description: Provides operations to call the snoozeReminder method. post: tags: - groups.Actions summary: Invoke action snoozeReminder description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0 operationId: groups.group.calendarView.event.snoozeReminder requestBody: description: Action parameters content: application/json: schema: type: object properties: NewReminderTime: $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/groups/{group-id}/calendar/calendarView/{event-id}/snoozeReminder' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/groups/{group-id}/calendar/events/{event-id}/snoozeReminder' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/groups/{group-id}/events/{event-id}/snoozeReminder' '/groups/{group-id}/calendarView/{event-id}/tentativelyAccept': description: Provides operations to call the tentativelyAccept method. post: tags: - groups.Actions summary: Invoke action tentativelyAccept description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0 operationId: groups.group.calendarView.event.tentativelyAccept requestBody: description: Action parameters content: application/json: schema: type: object properties: ProposedNewTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - type: object nullable: true SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/groups/{group-id}/calendar/calendarView/{event-id}/tentativelyAccept' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/groups/{group-id}/calendar/events/{event-id}/tentativelyAccept' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/groups/{group-id}/events/{event-id}/tentativelyAccept' '/groups/{group-id}/calendarView/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.event summary: Get the number of the resource operationId: groups.calendarView.GetCount-d2ad parameters: - name: startDateTime in: query description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' required: true schema: type: string - name: endDateTime in: query description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/calendarView/delta()': description: Provides operations to call the delta method. get: tags: - groups.Functions summary: Invoke function delta description: 'Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user''s primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 operationId: groups.group.calendarView.delta parameters: - name: startDateTime in: query description: 'The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - name: endDateTime in: query description: 'The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of event type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.event' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/delta()' - '/groups/{group-id}/calendar/calendarView/delta()' - '/groups/{group-id}/calendar/events/{event-id}/instances/delta()' - '/groups/{group-id}/calendar/events/delta()' - '/groups/{group-id}/calendarView/{event-id}/instances/delta()' - '/groups/{group-id}/events/{event-id}/instances/delta()' - '/groups/{group-id}/events/delta()' - '/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/delta()' - '/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/delta(token=''{token}'')' - '/groups/{group-id}/sites/delta()' - '/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/delta()' - '/groups/{group-id}/team/channels/{channel-id}/messages/delta()' - '/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/delta()' - '/groups/{group-id}/team/primaryChannel/messages/delta()' - /groups/delta() - /groups/delta() '/groups/{group-id}/conversations': description: Provides operations to manage the conversations property of the microsoft.graph.group entity. get: tags: - groups.conversation summary: List conversations description: Retrieve the list of conversations in this group. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/group-list-conversations?view=graph-rest-1.0 operationId: groups.ListConversations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.conversationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.conversation summary: Create open extension description: 'Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0 operationId: groups.CreateConversations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/conversations/{conversation-id}': description: Provides operations to manage the conversations property of the microsoft.graph.group entity. get: tags: - groups.conversation summary: Get conversation description: Retrieve the properties and relationships of conversation object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/conversation-get?view=graph-rest-1.0 operationId: groups.GetConversations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.conversation summary: Delete conversation description: Delete conversation. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/group-delete-conversation?view=graph-rest-1.0 operationId: groups.DeleteConversations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: conversation-id in: path description: The unique identifier of conversation required: true schema: type: string x-ms-docs-key-type: conversation '/groups/{group-id}/conversations/{conversation-id}/threads': description: Provides operations to manage the threads property of the microsoft.graph.conversation entity. get: tags: - groups.conversation summary: List threads description: 'Get all the threads in a group conversation. Note: You can also get all the threads of a group.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/conversation-list-threads?view=graph-rest-1.0 operationId: groups.conversations.ListThreads parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.conversationThreadCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.conversation summary: Create thread description: "Create a new thread in the specified conversation. A thread and post are created as specified. Use reply thread to further post \nto that thread. Or, if you get the post ID, you can also reply to that post in that thread. Note: You can also start a new conversation by first creating a thread." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/conversation-post-threads?view=graph-rest-1.0 operationId: groups.conversations.CreateThreads requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationThread' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationThread' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: conversation-id in: path description: The unique identifier of conversation required: true schema: type: string x-ms-docs-key-type: conversation '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}': description: Provides operations to manage the threads property of the microsoft.graph.conversation entity. get: tags: - groups.conversation summary: Get threads from groups description: A collection of all the conversation threads in the conversation. A navigation property. Read-only. Nullable. operationId: groups.conversations.GetThreads parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationThread' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.conversation summary: Update the navigation property threads in groups operationId: groups.conversations.UpdateThreads requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationThread' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationThread' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.conversation summary: Delete navigation property threads for groups operationId: groups.conversations.DeleteThreads parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: conversation-id in: path description: The unique identifier of conversation required: true schema: type: string x-ms-docs-key-type: conversation - name: conversationThread-id in: path description: The unique identifier of conversationThread required: true schema: type: string x-ms-docs-key-type: conversationThread '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/reply': description: Provides operations to call the reply method. post: tags: - groups.Actions summary: Invoke action reply description: 'Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0 operationId: groups.group.conversations.conversation.threads.conversationThread.reply requestBody: description: Action parameters content: application/json: schema: type: object properties: Post: $ref: '#/components/schemas/microsoft.graph.post' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: conversation-id in: path description: The unique identifier of conversation required: true schema: type: string x-ms-docs-key-type: conversation - name: conversationThread-id in: path description: The unique identifier of conversationThread required: true schema: type: string x-ms-docs-key-type: conversationThread x-ms-docs-grouped-path: - '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/reply' - '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/reply' - '/groups/{group-id}/threads/{conversationThread-id}/reply' - '/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/reply' - '/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/reply' '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts': description: Provides operations to manage the posts property of the microsoft.graph.conversationThread entity. get: tags: - groups.conversation summary: Get posts from groups operationId: groups.conversations.threads.ListPosts parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.postCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: conversation-id in: path description: The unique identifier of conversation required: true schema: type: string x-ms-docs-key-type: conversation - name: conversationThread-id in: path description: The unique identifier of conversationThread required: true schema: type: string x-ms-docs-key-type: conversationThread x-ms-docs-grouped-path: - '/groups/{group-id}/threads/{conversationThread-id}/posts' '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}': description: Provides operations to manage the posts property of the microsoft.graph.conversationThread entity. get: tags: - groups.conversation summary: Get posts from groups operationId: groups.conversations.threads.GetPosts parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.post' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: conversation-id in: path description: The unique identifier of conversation required: true schema: type: string x-ms-docs-key-type: conversation - name: conversationThread-id in: path description: The unique identifier of conversationThread required: true schema: type: string x-ms-docs-key-type: conversationThread - name: post-id in: path description: The unique identifier of post required: true schema: type: string x-ms-docs-key-type: post x-ms-docs-grouped-path: - '/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}' '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments': description: Provides operations to manage the attachments property of the microsoft.graph.post entity. get: tags: - groups.conversation summary: Get attachments from groups description: Read-only. Nullable. Supports $expand. operationId: groups.conversations.threads.posts.ListAttachments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.conversation summary: Create new navigation property to attachments for groups operationId: groups.conversations.threads.posts.CreateAttachments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: conversation-id in: path description: The unique identifier of conversation required: true schema: type: string x-ms-docs-key-type: conversation - name: conversationThread-id in: path description: The unique identifier of conversationThread required: true schema: type: string x-ms-docs-key-type: conversationThread - name: post-id in: path description: The unique identifier of post required: true schema: type: string x-ms-docs-key-type: post x-ms-docs-grouped-path: - '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments' - '/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments' - '/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments' '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}': description: Provides operations to manage the attachments property of the microsoft.graph.post entity. get: tags: - groups.conversation summary: Get attachments from groups description: Read-only. Nullable. Supports $expand. operationId: groups.conversations.threads.posts.GetAttachments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.conversation summary: Delete navigation property attachments for groups operationId: groups.conversations.threads.posts.DeleteAttachments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: conversation-id in: path description: The unique identifier of conversation required: true schema: type: string x-ms-docs-key-type: conversation - name: conversationThread-id in: path description: The unique identifier of conversationThread required: true schema: type: string x-ms-docs-key-type: conversationThread - name: post-id in: path description: The unique identifier of post required: true schema: type: string x-ms-docs-key-type: post - name: attachment-id in: path description: The unique identifier of attachment required: true schema: type: string x-ms-docs-key-type: attachment x-ms-docs-grouped-path: - '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}' - '/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}' - '/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}' '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.conversation summary: Get the number of the resource operationId: groups.conversations.threads.posts.attachments.GetCount-d70e parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: conversation-id in: path description: The unique identifier of conversation required: true schema: type: string x-ms-docs-key-type: conversation - name: conversationThread-id in: path description: The unique identifier of conversationThread required: true schema: type: string x-ms-docs-key-type: conversationThread - name: post-id in: path description: The unique identifier of post required: true schema: type: string x-ms-docs-key-type: post '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/createUploadSession': description: Provides operations to call the createUploadSession method. post: tags: - groups.Actions summary: Invoke action createUploadSession description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 operationId: groups.group.conversations.conversation.threads.conversationThread.posts.post.attachments.createUploadSession requestBody: description: Action parameters content: application/json: schema: type: object properties: AttachmentItem: $ref: '#/components/schemas/microsoft.graph.attachmentItem' required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.uploadSession' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: conversation-id in: path description: The unique identifier of conversation required: true schema: type: string x-ms-docs-key-type: conversation - name: conversationThread-id in: path description: The unique identifier of conversationThread required: true schema: type: string x-ms-docs-key-type: conversationThread - name: post-id in: path description: The unique identifier of post required: true schema: type: string x-ms-docs-key-type: post x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/attachments/createUploadSession' - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/groups/{group-id}/calendar/events/{event-id}/attachments/createUploadSession' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/groups/{group-id}/calendarView/{event-id}/attachments/createUploadSession' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/createUploadSession' - '/groups/{group-id}/events/{event-id}/attachments/createUploadSession' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/createUploadSession' - '/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/createUploadSession' '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions': description: Provides operations to manage the extensions property of the microsoft.graph.post entity. get: tags: - groups.conversation summary: Get extensions from groups description: The collection of open extensions defined for the post. Read-only. Nullable. Supports $expand. operationId: groups.conversations.threads.posts.ListExtensions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.conversation summary: Create new navigation property to extensions for groups operationId: groups.conversations.threads.posts.CreateExtensions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: conversation-id in: path description: The unique identifier of conversation required: true schema: type: string x-ms-docs-key-type: conversation - name: conversationThread-id in: path description: The unique identifier of conversationThread required: true schema: type: string x-ms-docs-key-type: conversationThread - name: post-id in: path description: The unique identifier of post required: true schema: type: string x-ms-docs-key-type: post x-ms-docs-grouped-path: - '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions' - '/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions' - '/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions' '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}': description: Provides operations to manage the extensions property of the microsoft.graph.post entity. get: tags: - groups.conversation summary: Get extensions from groups description: The collection of open extensions defined for the post. Read-only. Nullable. Supports $expand. operationId: groups.conversations.threads.posts.GetExtensions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.conversation summary: Update the navigation property extensions in groups operationId: groups.conversations.threads.posts.UpdateExtensions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.conversation summary: Delete navigation property extensions for groups operationId: groups.conversations.threads.posts.DeleteExtensions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: conversation-id in: path description: The unique identifier of conversation required: true schema: type: string x-ms-docs-key-type: conversation - name: conversationThread-id in: path description: The unique identifier of conversationThread required: true schema: type: string x-ms-docs-key-type: conversationThread - name: post-id in: path description: The unique identifier of post required: true schema: type: string x-ms-docs-key-type: post - name: extension-id in: path description: The unique identifier of extension required: true schema: type: string x-ms-docs-key-type: extension x-ms-docs-grouped-path: - '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}' - '/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}' - '/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}' '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.conversation summary: Get the number of the resource operationId: groups.conversations.threads.posts.extensions.GetCount-e717 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: conversation-id in: path description: The unique identifier of conversation required: true schema: type: string x-ms-docs-key-type: conversation - name: conversationThread-id in: path description: The unique identifier of conversationThread required: true schema: type: string x-ms-docs-key-type: conversationThread - name: post-id in: path description: The unique identifier of post required: true schema: type: string x-ms-docs-key-type: post '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo': description: Provides operations to manage the inReplyTo property of the microsoft.graph.post entity. get: tags: - groups.conversation summary: Get inReplyTo from groups description: Read-only. Supports $expand. operationId: groups.conversations.threads.posts.GetInReplyTo parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.post' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: conversation-id in: path description: The unique identifier of conversation required: true schema: type: string x-ms-docs-key-type: conversation - name: conversationThread-id in: path description: The unique identifier of conversationThread required: true schema: type: string x-ms-docs-key-type: conversationThread - name: post-id in: path description: The unique identifier of post required: true schema: type: string x-ms-docs-key-type: post x-ms-docs-grouped-path: - '/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo' '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments': description: Provides operations to manage the attachments property of the microsoft.graph.post entity. get: tags: - groups.conversation summary: Get attachments from groups description: Read-only. Nullable. Supports $expand. operationId: groups.conversations.threads.posts.inReplyTo.ListAttachments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.conversation summary: Create new navigation property to attachments for groups operationId: groups.conversations.threads.posts.inReplyTo.CreateAttachments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: conversation-id in: path description: The unique identifier of conversation required: true schema: type: string x-ms-docs-key-type: conversation - name: conversationThread-id in: path description: The unique identifier of conversationThread required: true schema: type: string x-ms-docs-key-type: conversationThread - name: post-id in: path description: The unique identifier of post required: true schema: type: string x-ms-docs-key-type: post x-ms-docs-grouped-path: - '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments' - '/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments' - '/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments' '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}': description: Provides operations to manage the attachments property of the microsoft.graph.post entity. get: tags: - groups.conversation summary: Get attachments from groups description: Read-only. Nullable. Supports $expand. operationId: groups.conversations.threads.posts.inReplyTo.GetAttachments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.conversation summary: Delete navigation property attachments for groups operationId: groups.conversations.threads.posts.inReplyTo.DeleteAttachments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: conversation-id in: path description: The unique identifier of conversation required: true schema: type: string x-ms-docs-key-type: conversation - name: conversationThread-id in: path description: The unique identifier of conversationThread required: true schema: type: string x-ms-docs-key-type: conversationThread - name: post-id in: path description: The unique identifier of post required: true schema: type: string x-ms-docs-key-type: post - name: attachment-id in: path description: The unique identifier of attachment required: true schema: type: string x-ms-docs-key-type: attachment x-ms-docs-grouped-path: - '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}' - '/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}' - '/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}' '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.conversation summary: Get the number of the resource operationId: groups.conversations.threads.posts.inReplyTo.attachments.GetCount-d80c parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: conversation-id in: path description: The unique identifier of conversation required: true schema: type: string x-ms-docs-key-type: conversation - name: conversationThread-id in: path description: The unique identifier of conversationThread required: true schema: type: string x-ms-docs-key-type: conversationThread - name: post-id in: path description: The unique identifier of post required: true schema: type: string x-ms-docs-key-type: post '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/createUploadSession': description: Provides operations to call the createUploadSession method. post: tags: - groups.Actions summary: Invoke action createUploadSession description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 operationId: groups.group.conversations.conversation.threads.conversationThread.posts.post.inReplyTo.attachments.createUploadSession requestBody: description: Action parameters content: application/json: schema: type: object properties: AttachmentItem: $ref: '#/components/schemas/microsoft.graph.attachmentItem' required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.uploadSession' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: conversation-id in: path description: The unique identifier of conversation required: true schema: type: string x-ms-docs-key-type: conversation - name: conversationThread-id in: path description: The unique identifier of conversationThread required: true schema: type: string x-ms-docs-key-type: conversationThread - name: post-id in: path description: The unique identifier of post required: true schema: type: string x-ms-docs-key-type: post x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/attachments/createUploadSession' - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/groups/{group-id}/calendar/events/{event-id}/attachments/createUploadSession' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/groups/{group-id}/calendarView/{event-id}/attachments/createUploadSession' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/createUploadSession' - '/groups/{group-id}/events/{event-id}/attachments/createUploadSession' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/createUploadSession' - '/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/createUploadSession' '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions': description: Provides operations to manage the extensions property of the microsoft.graph.post entity. get: tags: - groups.conversation summary: Get extensions from groups description: The collection of open extensions defined for the post. Read-only. Nullable. Supports $expand. operationId: groups.conversations.threads.posts.inReplyTo.ListExtensions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.conversation summary: Create new navigation property to extensions for groups operationId: groups.conversations.threads.posts.inReplyTo.CreateExtensions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: conversation-id in: path description: The unique identifier of conversation required: true schema: type: string x-ms-docs-key-type: conversation - name: conversationThread-id in: path description: The unique identifier of conversationThread required: true schema: type: string x-ms-docs-key-type: conversationThread - name: post-id in: path description: The unique identifier of post required: true schema: type: string x-ms-docs-key-type: post x-ms-docs-grouped-path: - '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions' - '/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions' - '/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions' '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}': description: Provides operations to manage the extensions property of the microsoft.graph.post entity. get: tags: - groups.conversation summary: Get extensions from groups description: The collection of open extensions defined for the post. Read-only. Nullable. Supports $expand. operationId: groups.conversations.threads.posts.inReplyTo.GetExtensions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.conversation summary: Update the navigation property extensions in groups operationId: groups.conversations.threads.posts.inReplyTo.UpdateExtensions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.conversation summary: Delete navigation property extensions for groups operationId: groups.conversations.threads.posts.inReplyTo.DeleteExtensions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: conversation-id in: path description: The unique identifier of conversation required: true schema: type: string x-ms-docs-key-type: conversation - name: conversationThread-id in: path description: The unique identifier of conversationThread required: true schema: type: string x-ms-docs-key-type: conversationThread - name: post-id in: path description: The unique identifier of post required: true schema: type: string x-ms-docs-key-type: post - name: extension-id in: path description: The unique identifier of extension required: true schema: type: string x-ms-docs-key-type: extension x-ms-docs-grouped-path: - '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}' - '/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}' - '/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}' '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.conversation summary: Get the number of the resource operationId: groups.conversations.threads.posts.inReplyTo.extensions.GetCount-6de4 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: conversation-id in: path description: The unique identifier of conversation required: true schema: type: string x-ms-docs-key-type: conversation - name: conversationThread-id in: path description: The unique identifier of conversationThread required: true schema: type: string x-ms-docs-key-type: conversationThread - name: post-id in: path description: The unique identifier of post required: true schema: type: string x-ms-docs-key-type: post '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/forward': description: Provides operations to call the forward method. post: tags: - groups.Actions summary: Invoke action forward description: "Forward a post to a recipient. You can specify both the parent conversation and thread in the request, \nor, you can specify just the parent thread without the parent conversation. " externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-1.0 operationId: groups.group.conversations.conversation.threads.conversationThread.posts.post.inReplyTo.forward requestBody: description: Action parameters content: application/json: schema: type: object properties: Comment: type: string nullable: true ToRecipients: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: conversation-id in: path description: The unique identifier of conversation required: true schema: type: string x-ms-docs-key-type: conversation - name: conversationThread-id in: path description: The unique identifier of conversationThread required: true schema: type: string x-ms-docs-key-type: conversationThread - name: post-id in: path description: The unique identifier of post required: true schema: type: string x-ms-docs-key-type: post x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/forward' - '/groups/{group-id}/calendar/calendarView/{event-id}/forward' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/forward' - '/groups/{group-id}/calendar/events/{event-id}/forward' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/forward' - '/groups/{group-id}/calendarView/{event-id}/forward' - '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/forward' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/forward' - '/groups/{group-id}/events/{event-id}/forward' - '/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/forward' - '/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/forward' '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/reply': description: Provides operations to call the reply method. post: tags: - groups.Actions summary: Invoke action reply operationId: groups.group.conversations.conversation.threads.conversationThread.posts.post.inReplyTo.reply requestBody: description: Action parameters content: application/json: schema: type: object properties: Post: $ref: '#/components/schemas/microsoft.graph.post' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: conversation-id in: path description: The unique identifier of conversation required: true schema: type: string x-ms-docs-key-type: conversation - name: conversationThread-id in: path description: The unique identifier of conversationThread required: true schema: type: string x-ms-docs-key-type: conversationThread - name: post-id in: path description: The unique identifier of post required: true schema: type: string x-ms-docs-key-type: post x-ms-docs-grouped-path: - '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/reply' - '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/reply' - '/groups/{group-id}/threads/{conversationThread-id}/reply' - '/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/reply' - '/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/reply' '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/forward': description: Provides operations to call the forward method. post: tags: - groups.Actions summary: Invoke action forward description: "Forward a post to a recipient. You can specify both the parent conversation and thread in the request, \nor, you can specify just the parent thread without the parent conversation. " externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-1.0 operationId: groups.group.conversations.conversation.threads.conversationThread.posts.post.forward requestBody: description: Action parameters content: application/json: schema: type: object properties: Comment: type: string nullable: true ToRecipients: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: conversation-id in: path description: The unique identifier of conversation required: true schema: type: string x-ms-docs-key-type: conversation - name: conversationThread-id in: path description: The unique identifier of conversationThread required: true schema: type: string x-ms-docs-key-type: conversationThread - name: post-id in: path description: The unique identifier of post required: true schema: type: string x-ms-docs-key-type: post x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/forward' - '/groups/{group-id}/calendar/calendarView/{event-id}/forward' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/forward' - '/groups/{group-id}/calendar/events/{event-id}/forward' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/forward' - '/groups/{group-id}/calendarView/{event-id}/forward' - '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/forward' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/forward' - '/groups/{group-id}/events/{event-id}/forward' - '/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/forward' - '/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/forward' '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/reply': description: Provides operations to call the reply method. post: tags: - groups.Actions summary: Invoke action reply operationId: groups.group.conversations.conversation.threads.conversationThread.posts.post.reply requestBody: description: Action parameters content: application/json: schema: type: object properties: Post: $ref: '#/components/schemas/microsoft.graph.post' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: conversation-id in: path description: The unique identifier of conversation required: true schema: type: string x-ms-docs-key-type: conversation - name: conversationThread-id in: path description: The unique identifier of conversationThread required: true schema: type: string x-ms-docs-key-type: conversationThread - name: post-id in: path description: The unique identifier of post required: true schema: type: string x-ms-docs-key-type: post x-ms-docs-grouped-path: - '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/reply' - '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/reply' - '/groups/{group-id}/threads/{conversationThread-id}/reply' - '/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/reply' - '/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/reply' '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.conversation summary: Get the number of the resource operationId: groups.conversations.threads.posts.GetCount-3615 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: conversation-id in: path description: The unique identifier of conversation required: true schema: type: string x-ms-docs-key-type: conversation - name: conversationThread-id in: path description: The unique identifier of conversationThread required: true schema: type: string x-ms-docs-key-type: conversationThread '/groups/{group-id}/conversations/{conversation-id}/threads/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.conversation summary: Get the number of the resource operationId: groups.conversations.threads.GetCount-401a parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: conversation-id in: path description: The unique identifier of conversation required: true schema: type: string x-ms-docs-key-type: conversation '/groups/{group-id}/conversations/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.conversation summary: Get the number of the resource operationId: groups.conversations.GetCount-c7df parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/createdOnBehalfOf': description: Provides operations to manage the createdOnBehalfOf property of the microsoft.graph.group entity. get: tags: - groups.directoryObject summary: Get createdOnBehalfOf from groups description: 'The user (or application) that created the group. NOTE: This property isn''t set if the user is an administrator. Read-only.' operationId: groups.GetCreatedOnBehalfOf parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/drive': description: Provides operations to manage the drive property of the microsoft.graph.group entity. get: tags: - groups.drive summary: Get drive from groups description: The group's default drive. Read-only. operationId: groups.GetDrive parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.drive' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/drives': description: Provides operations to manage the drives property of the microsoft.graph.group entity. get: tags: - groups.drive summary: Get drives from groups description: The group's drives. Read-only. operationId: groups.ListDrives parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.driveCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/drives/{drive-id}': description: Provides operations to manage the drives property of the microsoft.graph.group entity. get: tags: - groups.drive summary: Get drives from groups description: The group's drives. Read-only. operationId: groups.GetDrives parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.drive' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive '/groups/{group-id}/drives/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.drive summary: Get the number of the resource operationId: groups.drives.GetCount-9ca4 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/events': description: Provides operations to manage the events property of the microsoft.graph.group entity. get: tags: - groups.event summary: List events description: Retrieve a list of event objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/group-list-events?view=graph-rest-1.0 operationId: groups.ListEvents parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.event summary: Create event description: Use this API to create a new event. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/group-post-events?view=graph-rest-1.0 operationId: groups.CreateEvents requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/events/{event-id}': description: Provides operations to manage the events property of the microsoft.graph.group entity. get: tags: - groups.event summary: Get event description: Get an event object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/group-get-event?view=graph-rest-1.0 operationId: groups.GetEvents parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.event summary: Update the navigation property events in groups operationId: groups.UpdateEvents requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.event summary: Delete event description: Delete an event object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/group-delete-event?view=graph-rest-1.0 operationId: groups.DeleteEvents parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/groups/{group-id}/events/{event-id}/attachments': description: Provides operations to manage the attachments property of the microsoft.graph.event entity. get: tags: - groups.event summary: Get attachments from groups description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: groups.events.ListAttachments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.event summary: Create new navigation property to attachments for groups operationId: groups.events.CreateAttachments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/attachments' - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/attachments' - '/groups/{group-id}/calendar/events/{event-id}/attachments' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/attachments' - '/groups/{group-id}/calendarView/{event-id}/attachments' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/attachments' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments' '/groups/{group-id}/events/{event-id}/attachments/{attachment-id}': description: Provides operations to manage the attachments property of the microsoft.graph.event entity. get: tags: - groups.event summary: Get attachments from groups description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: groups.events.GetAttachments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.event summary: Delete navigation property attachments for groups operationId: groups.events.DeleteAttachments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: attachment-id in: path description: The unique identifier of attachment required: true schema: type: string x-ms-docs-key-type: attachment x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/attachments/{attachment-id}' - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/groups/{group-id}/calendar/events/{event-id}/attachments/{attachment-id}' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/groups/{group-id}/calendarView/{event-id}/attachments/{attachment-id}' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' '/groups/{group-id}/events/{event-id}/attachments/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.event summary: Get the number of the resource operationId: groups.events.attachments.GetCount-87ba parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/groups/{group-id}/events/{event-id}/attachments/createUploadSession': description: Provides operations to call the createUploadSession method. post: tags: - groups.Actions summary: Invoke action createUploadSession description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 operationId: groups.group.events.event.attachments.createUploadSession requestBody: description: Action parameters content: application/json: schema: type: object properties: AttachmentItem: $ref: '#/components/schemas/microsoft.graph.attachmentItem' required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.uploadSession' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/attachments/createUploadSession' - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/groups/{group-id}/calendar/events/{event-id}/attachments/createUploadSession' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/groups/{group-id}/calendarView/{event-id}/attachments/createUploadSession' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/createUploadSession' - '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/createUploadSession' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/createUploadSession' - '/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/createUploadSession' '/groups/{group-id}/events/{event-id}/calendar': description: Provides operations to manage the calendar property of the microsoft.graph.event entity. get: tags: - groups.event summary: Get calendar from groups description: The calendar that contains the event. Navigation property. Read-only. operationId: groups.events.GetCalendar parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/calendar' - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/calendar' - '/groups/{group-id}/calendar/events/{event-id}/calendar' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/calendar' - '/groups/{group-id}/calendarView/{event-id}/calendar' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/calendar' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/calendar' '/groups/{group-id}/events/{event-id}/extensions': description: Provides operations to manage the extensions property of the microsoft.graph.event entity. get: tags: - groups.event summary: Get open extension description: Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. operationId: groups.events.ListExtensions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.event summary: Create open extension description: 'Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0 operationId: groups.events.CreateExtensions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/extensions' - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/extensions' - '/groups/{group-id}/calendar/events/{event-id}/extensions' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/extensions' - '/groups/{group-id}/calendarView/{event-id}/extensions' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/extensions' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions' '/groups/{group-id}/events/{event-id}/extensions/{extension-id}': description: Provides operations to manage the extensions property of the microsoft.graph.event entity. get: tags: - groups.event summary: Get open extension description: Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0 operationId: groups.events.GetExtensions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.event summary: Update the navigation property extensions in groups operationId: groups.events.UpdateExtensions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.event summary: Delete navigation property extensions for groups operationId: groups.events.DeleteExtensions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: extension-id in: path description: The unique identifier of extension required: true schema: type: string x-ms-docs-key-type: extension x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/extensions/{extension-id}' - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/groups/{group-id}/calendar/events/{event-id}/extensions/{extension-id}' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/groups/{group-id}/calendarView/{event-id}/extensions/{extension-id}' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' '/groups/{group-id}/events/{event-id}/extensions/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.event summary: Get the number of the resource operationId: groups.events.extensions.GetCount-0817 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/groups/{group-id}/events/{event-id}/instances': description: Provides operations to manage the instances property of the microsoft.graph.event entity. get: tags: - groups.event summary: Get instances from groups description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' operationId: groups.events.ListInstances parameters: - name: startDateTime in: query description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' required: true schema: type: string - name: endDateTime in: query description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/instances' - '/groups/{group-id}/calendar/events/{event-id}/instances' - '/groups/{group-id}/calendarView/{event-id}/instances' '/groups/{group-id}/events/{event-id}/instances/{event-id1}': description: Provides operations to manage the instances property of the microsoft.graph.event entity. get: tags: - groups.event summary: Get instances from groups description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' operationId: groups.events.GetInstances parameters: - name: startDateTime in: query description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' required: true schema: type: string - name: endDateTime in: query description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}' '/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments': description: Provides operations to manage the attachments property of the microsoft.graph.event entity. get: tags: - groups.event summary: Get attachments from groups description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: groups.events.instances.ListAttachments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.event summary: Create new navigation property to attachments for groups operationId: groups.events.instances.CreateAttachments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/attachments' - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/attachments' - '/groups/{group-id}/calendar/events/{event-id}/attachments' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/attachments' - '/groups/{group-id}/calendarView/{event-id}/attachments' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/attachments' - '/groups/{group-id}/events/{event-id}/attachments' '/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}': description: Provides operations to manage the attachments property of the microsoft.graph.event entity. get: tags: - groups.event summary: Get attachments from groups description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: groups.events.instances.GetAttachments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.event summary: Delete navigation property attachments for groups operationId: groups.events.instances.DeleteAttachments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: attachment-id in: path description: The unique identifier of attachment required: true schema: type: string x-ms-docs-key-type: attachment x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/attachments/{attachment-id}' - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/groups/{group-id}/calendar/events/{event-id}/attachments/{attachment-id}' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/groups/{group-id}/calendarView/{event-id}/attachments/{attachment-id}' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/groups/{group-id}/events/{event-id}/attachments/{attachment-id}' '/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.event summary: Get the number of the resource operationId: groups.events.instances.attachments.GetCount-a881 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession': description: Provides operations to call the createUploadSession method. post: tags: - groups.Actions summary: Invoke action createUploadSession description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 operationId: groups.group.events.event.instances.event.attachments.createUploadSession requestBody: description: Action parameters content: application/json: schema: type: object properties: AttachmentItem: $ref: '#/components/schemas/microsoft.graph.attachmentItem' required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.uploadSession' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/attachments/createUploadSession' - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/groups/{group-id}/calendar/events/{event-id}/attachments/createUploadSession' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/groups/{group-id}/calendarView/{event-id}/attachments/createUploadSession' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/createUploadSession' - '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/createUploadSession' - '/groups/{group-id}/events/{event-id}/attachments/createUploadSession' - '/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/createUploadSession' - '/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/createUploadSession' '/groups/{group-id}/events/{event-id}/instances/{event-id1}/calendar': description: Provides operations to manage the calendar property of the microsoft.graph.event entity. get: tags: - groups.event summary: Get calendar from groups description: The calendar that contains the event. Navigation property. Read-only. operationId: groups.events.instances.GetCalendar parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/calendar' - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/calendar' - '/groups/{group-id}/calendar/events/{event-id}/calendar' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/calendar' - '/groups/{group-id}/calendarView/{event-id}/calendar' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/calendar' - '/groups/{group-id}/events/{event-id}/calendar' '/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions': description: Provides operations to manage the extensions property of the microsoft.graph.event entity. get: tags: - groups.event summary: Get extensions from groups description: The collection of open extensions defined for the event. Nullable. operationId: groups.events.instances.ListExtensions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.event summary: Create new navigation property to extensions for groups operationId: groups.events.instances.CreateExtensions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/extensions' - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/extensions' - '/groups/{group-id}/calendar/events/{event-id}/extensions' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/extensions' - '/groups/{group-id}/calendarView/{event-id}/extensions' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/extensions' - '/groups/{group-id}/events/{event-id}/extensions' '/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}': description: Provides operations to manage the extensions property of the microsoft.graph.event entity. get: tags: - groups.event summary: Get extensions from groups description: The collection of open extensions defined for the event. Nullable. operationId: groups.events.instances.GetExtensions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.event summary: Update the navigation property extensions in groups operationId: groups.events.instances.UpdateExtensions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.event summary: Delete navigation property extensions for groups operationId: groups.events.instances.DeleteExtensions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: extension-id in: path description: The unique identifier of extension required: true schema: type: string x-ms-docs-key-type: extension x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/extensions/{extension-id}' - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/groups/{group-id}/calendar/events/{event-id}/extensions/{extension-id}' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/groups/{group-id}/calendarView/{event-id}/extensions/{extension-id}' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/groups/{group-id}/events/{event-id}/extensions/{extension-id}' '/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.event summary: Get the number of the resource operationId: groups.events.instances.extensions.GetCount-1e62 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/groups/{group-id}/events/{event-id}/instances/{event-id1}/accept': description: Provides operations to call the accept method. post: tags: - groups.Actions summary: Invoke action accept description: Accept the specified event in a user calendar. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0 operationId: groups.group.events.event.instances.event.accept requestBody: description: Action parameters content: application/json: schema: type: object properties: SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/accept' - '/groups/{group-id}/calendar/calendarView/{event-id}/accept' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/accept' - '/groups/{group-id}/calendar/events/{event-id}/accept' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/accept' - '/groups/{group-id}/calendarView/{event-id}/accept' - '/groups/{group-id}/events/{event-id}/accept' '/groups/{group-id}/events/{event-id}/instances/{event-id1}/cancel': description: Provides operations to call the cancel method. post: tags: - groups.Actions summary: Invoke action cancel description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0 operationId: groups.group.events.event.instances.event.cancel requestBody: description: Action parameters content: application/json: schema: type: object properties: Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/cancel' - '/groups/{group-id}/calendar/calendarView/{event-id}/cancel' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/cancel' - '/groups/{group-id}/calendar/events/{event-id}/cancel' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/cancel' - '/groups/{group-id}/calendarView/{event-id}/cancel' - '/groups/{group-id}/events/{event-id}/cancel' '/groups/{group-id}/events/{event-id}/instances/{event-id1}/decline': description: Provides operations to call the decline method. post: tags: - groups.Actions summary: Invoke action decline description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0 operationId: groups.group.events.event.instances.event.decline requestBody: description: Action parameters content: application/json: schema: type: object properties: ProposedNewTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - type: object nullable: true SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/decline' - '/groups/{group-id}/calendar/calendarView/{event-id}/decline' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/decline' - '/groups/{group-id}/calendar/events/{event-id}/decline' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/decline' - '/groups/{group-id}/calendarView/{event-id}/decline' - '/groups/{group-id}/events/{event-id}/decline' '/groups/{group-id}/events/{event-id}/instances/{event-id1}/dismissReminder': description: Provides operations to call the dismissReminder method. post: tags: - groups.Actions summary: Invoke action dismissReminder description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 operationId: groups.group.events.event.instances.event.dismissReminder responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/groups/{group-id}/calendar/calendarView/{event-id}/dismissReminder' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/dismissReminder' - '/groups/{group-id}/calendar/events/{event-id}/dismissReminder' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/groups/{group-id}/calendarView/{event-id}/dismissReminder' - '/groups/{group-id}/events/{event-id}/dismissReminder' '/groups/{group-id}/events/{event-id}/instances/{event-id1}/forward': description: Provides operations to call the forward method. post: tags: - groups.Actions summary: Invoke action forward description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0 operationId: groups.group.events.event.instances.event.forward requestBody: description: Action parameters content: application/json: schema: type: object properties: ToRecipients: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/forward' - '/groups/{group-id}/calendar/calendarView/{event-id}/forward' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/forward' - '/groups/{group-id}/calendar/events/{event-id}/forward' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/forward' - '/groups/{group-id}/calendarView/{event-id}/forward' - '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/forward' - '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/forward' - '/groups/{group-id}/events/{event-id}/forward' - '/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/forward' - '/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/forward' '/groups/{group-id}/events/{event-id}/instances/{event-id1}/snoozeReminder': description: Provides operations to call the snoozeReminder method. post: tags: - groups.Actions summary: Invoke action snoozeReminder description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0 operationId: groups.group.events.event.instances.event.snoozeReminder requestBody: description: Action parameters content: application/json: schema: type: object properties: NewReminderTime: $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/groups/{group-id}/calendar/calendarView/{event-id}/snoozeReminder' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/groups/{group-id}/calendar/events/{event-id}/snoozeReminder' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/groups/{group-id}/calendarView/{event-id}/snoozeReminder' - '/groups/{group-id}/events/{event-id}/snoozeReminder' '/groups/{group-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept': description: Provides operations to call the tentativelyAccept method. post: tags: - groups.Actions summary: Invoke action tentativelyAccept description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0 operationId: groups.group.events.event.instances.event.tentativelyAccept requestBody: description: Action parameters content: application/json: schema: type: object properties: ProposedNewTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - type: object nullable: true SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/groups/{group-id}/calendar/calendarView/{event-id}/tentativelyAccept' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/groups/{group-id}/calendar/events/{event-id}/tentativelyAccept' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/groups/{group-id}/calendarView/{event-id}/tentativelyAccept' - '/groups/{group-id}/events/{event-id}/tentativelyAccept' '/groups/{group-id}/events/{event-id}/instances/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.event summary: Get the number of the resource operationId: groups.events.instances.GetCount-53dc parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/groups/{group-id}/events/{event-id}/instances/delta()': description: Provides operations to call the delta method. get: tags: - groups.Functions summary: Invoke function delta description: 'Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user''s primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 operationId: groups.group.events.event.instances.delta parameters: - name: startDateTime in: query description: 'The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - name: endDateTime in: query description: 'The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of event type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.event' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/delta()' - '/groups/{group-id}/calendar/calendarView/delta()' - '/groups/{group-id}/calendar/events/{event-id}/instances/delta()' - '/groups/{group-id}/calendar/events/delta()' - '/groups/{group-id}/calendarView/{event-id}/instances/delta()' - '/groups/{group-id}/calendarView/delta()' - '/groups/{group-id}/events/delta()' - '/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/delta()' - '/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/delta(token=''{token}'')' - '/groups/{group-id}/sites/delta()' - '/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/delta()' - '/groups/{group-id}/team/channels/{channel-id}/messages/delta()' - '/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/delta()' - '/groups/{group-id}/team/primaryChannel/messages/delta()' - /groups/delta() - /groups/delta() '/groups/{group-id}/events/{event-id}/accept': description: Provides operations to call the accept method. post: tags: - groups.Actions summary: Invoke action accept description: Accept the specified event in a user calendar. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0 operationId: groups.group.events.event.accept requestBody: description: Action parameters content: application/json: schema: type: object properties: SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/accept' - '/groups/{group-id}/calendar/calendarView/{event-id}/accept' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/accept' - '/groups/{group-id}/calendar/events/{event-id}/accept' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/accept' - '/groups/{group-id}/calendarView/{event-id}/accept' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/accept' '/groups/{group-id}/events/{event-id}/cancel': description: Provides operations to call the cancel method. post: tags: - groups.Actions summary: Invoke action cancel description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0 operationId: groups.group.events.event.cancel requestBody: description: Action parameters content: application/json: schema: type: object properties: Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/cancel' - '/groups/{group-id}/calendar/calendarView/{event-id}/cancel' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/cancel' - '/groups/{group-id}/calendar/events/{event-id}/cancel' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/cancel' - '/groups/{group-id}/calendarView/{event-id}/cancel' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/cancel' '/groups/{group-id}/events/{event-id}/decline': description: Provides operations to call the decline method. post: tags: - groups.Actions summary: Invoke action decline description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0 operationId: groups.group.events.event.decline requestBody: description: Action parameters content: application/json: schema: type: object properties: ProposedNewTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - type: object nullable: true SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/decline' - '/groups/{group-id}/calendar/calendarView/{event-id}/decline' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/decline' - '/groups/{group-id}/calendar/events/{event-id}/decline' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/decline' - '/groups/{group-id}/calendarView/{event-id}/decline' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/decline' '/groups/{group-id}/events/{event-id}/dismissReminder': description: Provides operations to call the dismissReminder method. post: tags: - groups.Actions summary: Invoke action dismissReminder description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 operationId: groups.group.events.event.dismissReminder responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/groups/{group-id}/calendar/calendarView/{event-id}/dismissReminder' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/dismissReminder' - '/groups/{group-id}/calendar/events/{event-id}/dismissReminder' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/groups/{group-id}/calendarView/{event-id}/dismissReminder' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/dismissReminder' '/groups/{group-id}/events/{event-id}/forward': description: Provides operations to call the forward method. post: tags: - groups.Actions summary: Invoke action forward description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0 operationId: groups.group.events.event.forward requestBody: description: Action parameters content: application/json: schema: type: object properties: ToRecipients: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/forward' - '/groups/{group-id}/calendar/calendarView/{event-id}/forward' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/forward' - '/groups/{group-id}/calendar/events/{event-id}/forward' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/forward' - '/groups/{group-id}/calendarView/{event-id}/forward' - '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/forward' - '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/forward' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/forward' - '/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/forward' - '/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/forward' '/groups/{group-id}/events/{event-id}/snoozeReminder': description: Provides operations to call the snoozeReminder method. post: tags: - groups.Actions summary: Invoke action snoozeReminder description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0 operationId: groups.group.events.event.snoozeReminder requestBody: description: Action parameters content: application/json: schema: type: object properties: NewReminderTime: $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/groups/{group-id}/calendar/calendarView/{event-id}/snoozeReminder' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/groups/{group-id}/calendar/events/{event-id}/snoozeReminder' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/groups/{group-id}/calendarView/{event-id}/snoozeReminder' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/snoozeReminder' '/groups/{group-id}/events/{event-id}/tentativelyAccept': description: Provides operations to call the tentativelyAccept method. post: tags: - groups.Actions summary: Invoke action tentativelyAccept description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0 operationId: groups.group.events.event.tentativelyAccept requestBody: description: Action parameters content: application/json: schema: type: object properties: ProposedNewTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - type: object nullable: true SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/groups/{group-id}/calendar/calendarView/{event-id}/tentativelyAccept' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/groups/{group-id}/calendar/events/{event-id}/tentativelyAccept' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/groups/{group-id}/calendarView/{event-id}/tentativelyAccept' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept' '/groups/{group-id}/events/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.event summary: Get the number of the resource operationId: groups.events.GetCount-ab92 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/events/delta()': description: Provides operations to call the delta method. get: tags: - groups.Functions summary: Invoke function delta description: 'Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user''s primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 operationId: groups.group.events.delta parameters: - name: startDateTime in: query description: 'The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - name: endDateTime in: query description: 'The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of event type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.event' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/delta()' - '/groups/{group-id}/calendar/calendarView/delta()' - '/groups/{group-id}/calendar/events/{event-id}/instances/delta()' - '/groups/{group-id}/calendar/events/delta()' - '/groups/{group-id}/calendarView/{event-id}/instances/delta()' - '/groups/{group-id}/calendarView/delta()' - '/groups/{group-id}/events/{event-id}/instances/delta()' - '/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/delta()' - '/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/delta(token=''{token}'')' - '/groups/{group-id}/sites/delta()' - '/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/delta()' - '/groups/{group-id}/team/channels/{channel-id}/messages/delta()' - '/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/delta()' - '/groups/{group-id}/team/primaryChannel/messages/delta()' - /groups/delta() - /groups/delta() '/groups/{group-id}/extensions': description: Provides operations to manage the extensions property of the microsoft.graph.group entity. get: tags: - groups.extension summary: Get extensions from groups description: The collection of open extensions defined for the group. Read-only. Nullable. operationId: groups.ListExtensions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.extension summary: Create new navigation property to extensions for groups operationId: groups.CreateExtensions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/extensions/{extension-id}': description: Provides operations to manage the extensions property of the microsoft.graph.group entity. get: tags: - groups.extension summary: Get extensions from groups description: The collection of open extensions defined for the group. Read-only. Nullable. operationId: groups.GetExtensions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.extension summary: Update the navigation property extensions in groups operationId: groups.UpdateExtensions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.extension summary: Delete navigation property extensions for groups operationId: groups.DeleteExtensions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: extension-id in: path description: The unique identifier of extension required: true schema: type: string x-ms-docs-key-type: extension '/groups/{group-id}/extensions/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.extension summary: Get the number of the resource operationId: groups.extensions.GetCount-e2e0 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/groupLifecyclePolicies': description: Provides operations to manage the groupLifecyclePolicies property of the microsoft.graph.group entity. get: tags: - groups.groupLifecyclePolicy summary: List groupLifecyclePolicies description: Retrieves a list of groupLifecyclePolicy objects to which a group belongs. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/group-list-grouplifecyclepolicies?view=graph-rest-1.0 operationId: groups.ListGroupLifecyclePolicies parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.groupLifecyclePolicyCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.groupLifecyclePolicy summary: Create new navigation property to groupLifecyclePolicies for groups operationId: groups.CreateGroupLifecyclePolicies requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.groupLifecyclePolicy' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.groupLifecyclePolicy' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/groupLifecyclePolicies/{groupLifecyclePolicy-id}': description: Provides operations to manage the groupLifecyclePolicies property of the microsoft.graph.group entity. get: tags: - groups.groupLifecyclePolicy summary: Get groupLifecyclePolicies from groups description: The collection of lifecycle policies for this group. Read-only. Nullable. operationId: groups.GetGroupLifecyclePolicies parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.groupLifecyclePolicy' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.groupLifecyclePolicy summary: Update the navigation property groupLifecyclePolicies in groups operationId: groups.UpdateGroupLifecyclePolicies requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.groupLifecyclePolicy' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.groupLifecyclePolicy' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.groupLifecyclePolicy summary: Delete navigation property groupLifecyclePolicies for groups operationId: groups.DeleteGroupLifecyclePolicies parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: groupLifecyclePolicy-id in: path description: The unique identifier of groupLifecyclePolicy required: true schema: type: string x-ms-docs-key-type: groupLifecyclePolicy '/groups/{group-id}/groupLifecyclePolicies/{groupLifecyclePolicy-id}/addGroup': description: Provides operations to call the addGroup method. post: tags: - groups.Actions summary: Invoke action addGroup description: Adds specific groups to a lifecycle policy. This action limits the group lifecycle policy to a set of groups only if the managedGroupTypes property of groupLifecyclePolicy is set to Selected. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/grouplifecyclepolicy-addgroup?view=graph-rest-1.0 operationId: groups.group.groupLifecyclePolicies.groupLifecyclePolicy.addGroup requestBody: description: Action parameters content: application/json: schema: type: object properties: groupId: type: string required: true responses: 2XX: description: Success content: application/json: schema: type: object properties: value: type: boolean default: false 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: groupLifecyclePolicy-id in: path description: The unique identifier of groupLifecyclePolicy required: true schema: type: string x-ms-docs-key-type: groupLifecyclePolicy '/groups/{group-id}/groupLifecyclePolicies/{groupLifecyclePolicy-id}/removeGroup': description: Provides operations to call the removeGroup method. post: tags: - groups.Actions summary: Invoke action removeGroup description: Removes a group from a lifecycle policy. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/grouplifecyclepolicy-removegroup?view=graph-rest-1.0 operationId: groups.group.groupLifecyclePolicies.groupLifecyclePolicy.removeGroup requestBody: description: Action parameters content: application/json: schema: type: object properties: groupId: type: string required: true responses: 2XX: description: Success content: application/json: schema: type: object properties: value: type: boolean default: false 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: groupLifecyclePolicy-id in: path description: The unique identifier of groupLifecyclePolicy required: true schema: type: string x-ms-docs-key-type: groupLifecyclePolicy '/groups/{group-id}/groupLifecyclePolicies/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.groupLifecyclePolicy summary: Get the number of the resource operationId: groups.groupLifecyclePolicies.GetCount-ba70 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/memberOf': description: Provides operations to manage the memberOf property of the microsoft.graph.group entity. get: tags: - groups.directoryObject summary: List memberOf description: 'Get groups that the group is a direct member of. This operation is not transitive. Unlike getting a user''s Microsoft 365 groups, this returns all types of groups, not just Microsoft 365 groups.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/group-list-memberof?view=graph-rest-1.0 operationId: groups.ListMemberOf parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/memberOf/{directoryObject-id}': description: Provides operations to manage the memberOf property of the microsoft.graph.group entity. get: tags: - groups.directoryObject summary: Get memberOf from groups description: 'Groups that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable. Supports $expand.' operationId: groups.GetMemberOf parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/groups/{group-id}/memberOf/{directoryObject-id}/graph.administrativeUnit': description: Casts the previous resource to administrativeUnit. get: tags: - groups.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.administrativeUnit operationId: groups.GetMemberOf.AsAdministrativeUnit parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.administrativeUnit' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/groups/{group-id}/memberOf/{directoryObject-id}/graph.group': description: Casts the previous resource to group. get: tags: - groups.directoryObject summary: List memberOf description: 'Get groups that the group is a direct member of. This operation is not transitive. Unlike getting a user''s Microsoft 365 groups, this returns all types of groups, not just Microsoft 365 groups.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/group-list-memberof?view=graph-rest-1.0 operationId: groups.GetMemberOf.AsGroup parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.group' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/groups/{group-id}/memberOf/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.directoryObject summary: Get the number of the resource operationId: groups.memberOf.GetCount-e9c5 parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/memberOf/graph.administrativeUnit': description: Casts the previous resource to administrativeUnit. get: tags: - groups.directoryObject summary: Get the items of type microsoft.graph.administrativeUnit in the microsoft.graph.directoryObject collection operationId: groups.ListMemberOf.AsAdministrativeUnit parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.administrativeUnitCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/memberOf/graph.administrativeUnit/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.directoryObject summary: Get the number of the resource operationId: groups.MemberOf.GetCount.AsAdministrativeUnit-4c17 parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/memberOf/graph.group': description: Casts the previous resource to group. get: tags: - groups.directoryObject summary: List memberOf description: 'Get groups that the group is a direct member of. This operation is not transitive. Unlike getting a user''s Microsoft 365 groups, this returns all types of groups, not just Microsoft 365 groups.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/group-list-memberof?view=graph-rest-1.0 operationId: groups.ListMemberOf.AsGroup parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.groupCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/memberOf/graph.group/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.directoryObject summary: Get the number of the resource operationId: groups.MemberOf.GetCount.AsGroup-6572 parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/members': description: Provides operations to manage the members property of the microsoft.graph.group entity. get: tags: - groups.directoryObject summary: List group members description: 'Get a list of the group''s direct members. A group can have users, organizational contacts, devices, service principals and other groups as members. This operation is not transitive.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-1.0 operationId: groups.ListMembers parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/members/{directoryObject-id}/$ref': description: Provides operations to manage the collection of group entities. delete: tags: - groups.directoryObject summary: Remove member description: Remove a member from a group via the members navigation property. You can't remove a member from groups with dynamic memberships. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/group-delete-members?view=graph-rest-1.0 operationId: groups.members.DeleteRefDirectoryObject parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/groups/{group-id}/members/{directoryObject-id}/graph.application': description: Casts the previous resource to application. get: tags: - groups.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.application operationId: groups.GetMembers.AsApplication parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.application' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/groups/{group-id}/members/{directoryObject-id}/graph.device': description: Casts the previous resource to device. get: tags: - groups.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.device operationId: groups.GetMembers.AsDevice parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.device' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/groups/{group-id}/members/{directoryObject-id}/graph.group': description: Casts the previous resource to group. get: tags: - groups.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.group operationId: groups.GetMembers.AsGroup parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.group' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/groups/{group-id}/members/{directoryObject-id}/graph.orgContact': description: Casts the previous resource to orgContact. get: tags: - groups.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.orgContact operationId: groups.GetMembers.AsOrgContact parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.orgContact' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/groups/{group-id}/members/{directoryObject-id}/graph.servicePrincipal': description: Casts the previous resource to servicePrincipal. get: tags: - groups.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.servicePrincipal operationId: groups.GetMembers.AsServicePrincipal parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.servicePrincipal' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/groups/{group-id}/members/{directoryObject-id}/graph.user': description: Casts the previous resource to user. get: tags: - groups.directoryObject summary: List group members description: 'Get a list of the group''s direct members. A group can have users, organizational contacts, devices, service principals and other groups as members. This operation is not transitive.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-1.0 operationId: groups.GetMembers.AsUser parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/groups/{group-id}/members/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.directoryObject summary: Get the number of the resource operationId: groups.members.GetCount-e1e6 parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/members/$ref': description: Provides operations to manage the collection of group entities. get: tags: - groups.directoryObject summary: List group members description: 'Get a list of the group''s direct members. A group can have users, organizational contacts, devices, service principals and other groups as members. This operation is not transitive.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-1.0 operationId: groups.ListRefMembers parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/StringCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.directoryObject summary: Add members description: 'Add a member to a security or Microsoft 365 group. When using the API to add multiple members in one request, you can add up to only 20 members. The following table shows the types of members that can be added to either security groups or Microsoft 365 groups.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/group-post-members?view=graph-rest-1.0 operationId: groups.CreateRefMembers requestBody: $ref: '#/components/requestBodies/refPostBody' responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.directoryObject summary: Remove member description: Remove a member from a group via the members navigation property. You can't remove a member from groups with dynamic memberships. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/group-delete-members?view=graph-rest-1.0 operationId: groups.DeleteRefMembers parameters: - name: If-Match in: header description: ETag schema: type: string - name: '@id' in: query description: The delete Uri required: true schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/members/graph.application': description: Casts the previous resource to application. get: tags: - groups.directoryObject summary: Get the items of type microsoft.graph.application in the microsoft.graph.directoryObject collection operationId: groups.ListMembers.AsApplication parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.applicationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/members/graph.application/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.directoryObject summary: Get the number of the resource operationId: groups.Members.GetCount.AsApplication-2734 parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/members/graph.device': description: Casts the previous resource to device. get: tags: - groups.directoryObject summary: Get the items of type microsoft.graph.device in the microsoft.graph.directoryObject collection operationId: groups.ListMembers.AsDevice parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.deviceCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/members/graph.device/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.directoryObject summary: Get the number of the resource operationId: groups.Members.GetCount.AsDevice-e7a3 parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/members/graph.group': description: Casts the previous resource to group. get: tags: - groups.directoryObject summary: Get the items of type microsoft.graph.group in the microsoft.graph.directoryObject collection operationId: groups.ListMembers.AsGroup parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.groupCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/members/graph.group/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.directoryObject summary: Get the number of the resource operationId: groups.Members.GetCount.AsGroup-86be parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/members/graph.orgContact': description: Casts the previous resource to orgContact. get: tags: - groups.directoryObject summary: Get the items of type microsoft.graph.orgContact in the microsoft.graph.directoryObject collection operationId: groups.ListMembers.AsOrgContact parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.orgContactCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/members/graph.orgContact/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.directoryObject summary: Get the number of the resource operationId: groups.Members.GetCount.AsOrgContact-9781 parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/members/graph.servicePrincipal': description: Casts the previous resource to servicePrincipal. get: tags: - groups.directoryObject summary: Get the items of type microsoft.graph.servicePrincipal in the microsoft.graph.directoryObject collection operationId: groups.ListMembers.AsServicePrincipal parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.servicePrincipalCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/members/graph.servicePrincipal/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.directoryObject summary: Get the number of the resource operationId: groups.Members.GetCount.AsServicePrincipal-c922 parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/members/graph.user': description: Casts the previous resource to user. get: tags: - groups.directoryObject summary: List group members description: 'Get a list of the group''s direct members. A group can have users, organizational contacts, devices, service principals and other groups as members. This operation is not transitive.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-1.0 operationId: groups.ListMembers.AsUser parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.userCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/members/graph.user/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.directoryObject summary: Get the number of the resource operationId: groups.Members.GetCount.AsUser-b36e parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/membersWithLicenseErrors': description: Provides operations to manage the membersWithLicenseErrors property of the microsoft.graph.group entity. get: tags: - groups.directoryObject summary: Get membersWithLicenseErrors from groups description: A list of group members with license errors from this group-based license assignment. Read-only. operationId: groups.ListMembersWithLicenseErrors parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}': description: Provides operations to manage the membersWithLicenseErrors property of the microsoft.graph.group entity. get: tags: - groups.directoryObject summary: Get membersWithLicenseErrors from groups description: A list of group members with license errors from this group-based license assignment. Read-only. operationId: groups.GetMembersWithLicenseErrors parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/graph.application': description: Casts the previous resource to application. get: tags: - groups.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.application operationId: groups.GetMembersWithLicenseErrors.AsApplication parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.application' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/graph.device': description: Casts the previous resource to device. get: tags: - groups.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.device operationId: groups.GetMembersWithLicenseErrors.AsDevice parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.device' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/graph.group': description: Casts the previous resource to group. get: tags: - groups.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.group operationId: groups.GetMembersWithLicenseErrors.AsGroup parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.group' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/graph.orgContact': description: Casts the previous resource to orgContact. get: tags: - groups.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.orgContact operationId: groups.GetMembersWithLicenseErrors.AsOrgContact parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.orgContact' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/graph.servicePrincipal': description: Casts the previous resource to servicePrincipal. get: tags: - groups.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.servicePrincipal operationId: groups.GetMembersWithLicenseErrors.AsServicePrincipal parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.servicePrincipal' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/graph.user': description: Casts the previous resource to user. get: tags: - groups.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.user operationId: groups.GetMembersWithLicenseErrors.AsUser parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/groups/{group-id}/membersWithLicenseErrors/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.directoryObject summary: Get the number of the resource operationId: groups.membersWithLicenseErrors.GetCount-3ebc parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/membersWithLicenseErrors/graph.application': description: Casts the previous resource to application. get: tags: - groups.directoryObject summary: Get the items of type microsoft.graph.application in the microsoft.graph.directoryObject collection operationId: groups.ListMembersWithLicenseErrors.AsApplication parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.applicationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/membersWithLicenseErrors/graph.application/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.directoryObject summary: Get the number of the resource operationId: groups.MembersWithLicenseErrors.GetCount.AsApplication-85ba parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/membersWithLicenseErrors/graph.device': description: Casts the previous resource to device. get: tags: - groups.directoryObject summary: Get the items of type microsoft.graph.device in the microsoft.graph.directoryObject collection operationId: groups.ListMembersWithLicenseErrors.AsDevice parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.deviceCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/membersWithLicenseErrors/graph.device/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.directoryObject summary: Get the number of the resource operationId: groups.MembersWithLicenseErrors.GetCount.AsDevice-5960 parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/membersWithLicenseErrors/graph.group': description: Casts the previous resource to group. get: tags: - groups.directoryObject summary: Get the items of type microsoft.graph.group in the microsoft.graph.directoryObject collection operationId: groups.ListMembersWithLicenseErrors.AsGroup parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.groupCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/membersWithLicenseErrors/graph.group/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.directoryObject summary: Get the number of the resource operationId: groups.MembersWithLicenseErrors.GetCount.AsGroup-bee4 parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/membersWithLicenseErrors/graph.orgContact': description: Casts the previous resource to orgContact. get: tags: - groups.directoryObject summary: Get the items of type microsoft.graph.orgContact in the microsoft.graph.directoryObject collection operationId: groups.ListMembersWithLicenseErrors.AsOrgContact parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.orgContactCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/membersWithLicenseErrors/graph.orgContact/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.directoryObject summary: Get the number of the resource operationId: groups.MembersWithLicenseErrors.GetCount.AsOrgContact-7eba parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/membersWithLicenseErrors/graph.servicePrincipal': description: Casts the previous resource to servicePrincipal. get: tags: - groups.directoryObject summary: Get the items of type microsoft.graph.servicePrincipal in the microsoft.graph.directoryObject collection operationId: groups.ListMembersWithLicenseErrors.AsServicePrincipal parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.servicePrincipalCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/membersWithLicenseErrors/graph.servicePrincipal/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.directoryObject summary: Get the number of the resource operationId: groups.MembersWithLicenseErrors.GetCount.AsServicePrincipal-0062 parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/membersWithLicenseErrors/graph.user': description: Casts the previous resource to user. get: tags: - groups.directoryObject summary: Get the items of type microsoft.graph.user in the microsoft.graph.directoryObject collection operationId: groups.ListMembersWithLicenseErrors.AsUser parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.userCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/membersWithLicenseErrors/graph.user/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.directoryObject summary: Get the number of the resource operationId: groups.MembersWithLicenseErrors.GetCount.AsUser-0a9e parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/addFavorite': description: Provides operations to call the addFavorite method. post: tags: - groups.Actions summary: Invoke action addFavorite description: Add the group to the list of the current user's favorite groups. The group shows up in Outlook and Teams favorites. Supported for Microsoft 365 groups only. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/group-addfavorite?view=graph-rest-1.0 operationId: groups.group.addFavorite responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/assignLicense': description: Provides operations to call the assignLicense method. post: tags: - groups.Actions summary: Invoke action assignLicense description: 'Add or remove licenses on the group. Licenses assigned to the group will be assigned to all users in the group. To learn more about group-based licensing, see What is group-based licensing in Microsoft Entra ID. To get the subscriptions available in the directory, perform a GET subscribedSkus request.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/group-assignlicense?view=graph-rest-1.0 operationId: groups.group.assignLicense requestBody: description: Action parameters content: application/json: schema: type: object properties: addLicenses: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLicense' removeLicenses: type: array items: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string format: uuid required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.group' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/checkGrantedPermissionsForApp': description: Provides operations to call the checkGrantedPermissionsForApp method. post: tags: - groups.Actions summary: Invoke action checkGrantedPermissionsForApp operationId: groups.group.checkGrantedPermissionsForApp responses: 2XX: description: Success content: application/json: schema: title: Collection of resourceSpecificPermissionGrant type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/checkMemberGroups': description: Provides operations to call the checkMemberGroups method. post: tags: - groups.Actions summary: Invoke action checkMemberGroups description: 'Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0 operationId: groups.group.checkMemberGroups requestBody: description: Action parameters content: application/json: schema: type: object properties: groupIds: type: array items: type: string required: true responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: type: string 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/checkMemberObjects': description: Provides operations to call the checkMemberObjects method. post: tags: - groups.Actions summary: Invoke action checkMemberObjects operationId: groups.group.checkMemberObjects requestBody: description: Action parameters content: application/json: schema: type: object properties: ids: type: array items: type: string required: true responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: type: string 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/getMemberGroups': description: Provides operations to call the getMemberGroups method. post: tags: - groups.Actions summary: Invoke action getMemberGroups description: 'Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0 operationId: groups.group.getMemberGroups requestBody: description: Action parameters content: application/json: schema: type: object properties: securityEnabledOnly: type: boolean default: false nullable: true required: true responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: type: string 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/getMemberObjects': description: Provides operations to call the getMemberObjects method. post: tags: - groups.Actions summary: Invoke action getMemberObjects description: 'Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0 operationId: groups.group.getMemberObjects requestBody: description: Action parameters content: application/json: schema: type: object properties: securityEnabledOnly: type: boolean default: false nullable: true required: true responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: type: string 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/removeFavorite': description: Provides operations to call the removeFavorite method. post: tags: - groups.Actions summary: Invoke action removeFavorite description: Remove the group from the list of the current user's favorite groups. Supported for Microsoft 365 groups only. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/group-removefavorite?view=graph-rest-1.0 operationId: groups.group.removeFavorite responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/renew': description: Provides operations to call the renew method. post: tags: - groups.Actions summary: Invoke action renew description: 'Renews a group''s expiration. When a group is renewed, the group expiration is extended by the number of days defined in the policy.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/group-renew?view=graph-rest-1.0 operationId: groups.group.renew responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/resetUnseenCount': description: Provides operations to call the resetUnseenCount method. post: tags: - groups.Actions summary: Invoke action resetUnseenCount description: Reset the unseenCount of all the posts that the current user hasn't seen since their last visit. Supported for Microsoft 365 groups only. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/group-resetunseencount?view=graph-rest-1.0 operationId: groups.group.resetUnseenCount responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/restore': description: Provides operations to call the restore method. post: tags: - groups.Actions summary: Invoke action restore description: 'Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. However, security groups cannot be restored. Also, restoring an application doesn''t restore the associated service principal automatically. You must call this API to explicitly restore the deleted service principal. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0 operationId: groups.group.restore responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.directoryObject' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore' '/groups/{group-id}/retryServiceProvisioning': description: Provides operations to call the retryServiceProvisioning method. post: tags: - groups.Actions summary: Invoke action retryServiceProvisioning description: Retry the group service provisioning. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/group-retryserviceprovisioning?view=graph-rest-1.0 operationId: groups.group.retryServiceProvisioning responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/subscribeByMail': description: Provides operations to call the subscribeByMail method. post: tags: - groups.Actions summary: Invoke action subscribeByMail description: 'Calling this method will enable the current user to receive email notifications for this group, about new posts, events, and files in that group. Supported for Microsoft 365 groups only.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/group-subscribebymail?view=graph-rest-1.0 operationId: groups.group.subscribeByMail responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/unsubscribeByMail': description: Provides operations to call the unsubscribeByMail method. post: tags: - groups.Actions summary: Invoke action unsubscribeByMail description: 'Calling this method prevents the current user from receiving email notifications for this group about new posts, events, and files in that group. Supported for Microsoft 365 groups only.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/group-unsubscribebymail?view=graph-rest-1.0 operationId: groups.group.unsubscribeByMail responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/validateProperties': description: Provides operations to call the validateProperties method. post: tags: - groups.Actions summary: Invoke action validateProperties description: 'Validate that a Microsoft 365 group''s display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to update a Microsoft 365 group. To validate the properties before creating a group, use the directoryobject:validateProperties function. The following policy validations are performed for the display name and mail nickname properties: This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/group-validateproperties?view=graph-rest-1.0 operationId: groups.group.validateProperties requestBody: description: Action parameters content: application/json: schema: type: object properties: displayName: type: string nullable: true mailNickname: type: string nullable: true onBehalfOfUserId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string format: uuid nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group x-ms-docs-grouped-path: - /groups/validateProperties '/groups/{group-id}/onenote': description: Provides operations to manage the onenote property of the microsoft.graph.group entity. get: tags: - groups.onenote summary: Get onenote from groups operationId: groups.GetOnenote parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenote' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.onenote summary: Update the navigation property onenote in groups operationId: groups.UpdateOnenote requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenote' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenote' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.onenote summary: Delete navigation property onenote for groups operationId: groups.DeleteOnenote parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/onenote/notebooks': description: Provides operations to manage the notebooks property of the microsoft.graph.onenote entity. get: tags: - groups.onenote summary: Get notebooks from groups description: The collection of OneNote notebooks that are owned by the user or group. Read-only. Nullable. operationId: groups.onenote.ListNotebooks parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.notebookCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.onenote summary: Create new navigation property to notebooks for groups operationId: groups.onenote.CreateNotebooks requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/onenote/notebooks' '/groups/{group-id}/onenote/notebooks/{notebook-id}': description: Provides operations to manage the notebooks property of the microsoft.graph.onenote entity. get: tags: - groups.onenote summary: Get notebooks from groups description: The collection of OneNote notebooks that are owned by the user or group. Read-only. Nullable. operationId: groups.onenote.GetNotebooks parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.onenote summary: Update the navigation property notebooks in groups operationId: groups.onenote.UpdateNotebooks requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.onenote summary: Delete navigation property notebooks for groups operationId: groups.onenote.DeleteNotebooks parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}' '/groups/{group-id}/onenote/notebooks/{notebook-id}/copyNotebook': description: Provides operations to call the copyNotebook method. post: tags: - groups.Actions summary: Invoke action copyNotebook description: 'For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-1.0 operationId: groups.group.onenote.notebooks.notebook.copyNotebook requestBody: description: Action parameters content: application/json: schema: type: object properties: groupId: type: string nullable: true renameAs: type: string nullable: true notebookFolder: type: string nullable: true siteCollectionId: type: string nullable: true siteId: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenoteOperation' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/copyNotebook' '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups': description: Provides operations to manage the sectionGroups property of the microsoft.graph.notebook entity. get: tags: - groups.onenote summary: Get sectionGroups from groups description: The section groups in the notebook. Read-only. Nullable. operationId: groups.onenote.notebooks.ListSectionGroups parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.sectionGroupCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.onenote summary: Create new navigation property to sectionGroups for groups operationId: groups.onenote.notebooks.CreateSectionGroups requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups' '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}': description: Provides operations to manage the sectionGroups property of the microsoft.graph.notebook entity. get: tags: - groups.onenote summary: Get sectionGroups from groups description: The section groups in the notebook. Read-only. Nullable. operationId: groups.onenote.notebooks.GetSectionGroups parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.onenote summary: Update the navigation property sectionGroups in groups operationId: groups.onenote.notebooks.UpdateSectionGroups requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.onenote summary: Delete navigation property sectionGroups for groups operationId: groups.onenote.notebooks.DeleteSectionGroups parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}' '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook': description: Provides operations to manage the parentNotebook property of the microsoft.graph.sectionGroup entity. get: tags: - groups.onenote summary: Get parentNotebook from groups description: The notebook that contains the section group. Read-only. operationId: groups.onenote.notebooks.sectionGroups.GetParentNotebook parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook' '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup': description: Provides operations to manage the parentSectionGroup property of the microsoft.graph.sectionGroup entity. get: tags: - groups.onenote summary: Get parentSectionGroup from groups description: The section group that contains the section group. Read-only. operationId: groups.onenote.notebooks.sectionGroups.GetParentSectionGroup parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup' '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups': description: Provides operations to manage the sectionGroups property of the microsoft.graph.sectionGroup entity. get: tags: - groups.onenote summary: Get sectionGroups from groups description: The section groups in the section. Read-only. Nullable. operationId: groups.onenote.notebooks.sectionGroups.ListSectionGroups parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.sectionGroupCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups' '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}': description: Provides operations to manage the sectionGroups property of the microsoft.graph.sectionGroup entity. get: tags: - groups.onenote summary: Get sectionGroups from groups description: The section groups in the section. Read-only. Nullable. operationId: groups.onenote.notebooks.sectionGroups.GetSectionGroups parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: sectionGroup-id1 in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}' '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.onenote summary: Get the number of the resource operationId: groups.onenote.notebooks.sectionGroups.sectionGroups.GetCount-e27e parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections': description: Provides operations to manage the sections property of the microsoft.graph.sectionGroup entity. get: tags: - groups.onenote summary: Get sections from groups description: The sections in the section group. Read-only. Nullable. operationId: groups.onenote.notebooks.sectionGroups.ListSections parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.onenoteSectionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.onenote summary: Create new navigation property to sections for groups operationId: groups.onenote.notebooks.sectionGroups.CreateSections requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections' '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}': description: Provides operations to manage the sections property of the microsoft.graph.sectionGroup entity. get: tags: - groups.onenote summary: Get sections from groups description: The sections in the section group. Read-only. Nullable. operationId: groups.onenote.notebooks.sectionGroups.GetSections parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.onenote summary: Update the navigation property sections in groups operationId: groups.onenote.notebooks.sectionGroups.UpdateSections requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.onenote summary: Delete navigation property sections for groups operationId: groups.onenote.notebooks.sectionGroups.DeleteSections parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}' '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook': description: Provides operations to call the copyToNotebook method. post: tags: - groups.Actions summary: Invoke action copyToNotebook description: 'For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0 operationId: groups.group.onenote.notebooks.notebook.sectionGroups.sectionGroup.sections.onenoteSection.copyToNotebook requestBody: description: Action parameters content: application/json: schema: type: object properties: id: type: string nullable: true groupId: type: string nullable: true renameAs: type: string nullable: true siteCollectionId: type: string nullable: true siteId: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenoteOperation' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook' - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook' - '/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToNotebook' '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup': description: Provides operations to call the copyToSectionGroup method. post: tags: - groups.Actions summary: Invoke action copyToSectionGroup description: 'For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0 operationId: groups.group.onenote.notebooks.notebook.sectionGroups.sectionGroup.sections.onenoteSection.copyToSectionGroup requestBody: description: Action parameters content: application/json: schema: type: object properties: id: type: string nullable: true groupId: type: string nullable: true renameAs: type: string nullable: true siteCollectionId: type: string nullable: true siteId: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenoteOperation' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup' - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup' - '/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup' - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup' '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages': description: Provides operations to manage the pages property of the microsoft.graph.onenoteSection entity. get: tags: - groups.onenote summary: Get pages from groups description: The collection of pages in the section. Read-only. Nullable. operationId: groups.onenote.notebooks.sectionGroups.sections.ListPages parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.onenotePageCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.onenote summary: Create new navigation property to pages for groups operationId: groups.onenote.notebooks.sectionGroups.sections.CreatePages requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages' - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages' - '/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages' - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages' '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}': description: Provides operations to manage the pages property of the microsoft.graph.onenoteSection entity. get: tags: - groups.onenote summary: Get pages from groups description: The collection of pages in the section. Read-only. Nullable. operationId: groups.onenote.notebooks.sectionGroups.sections.GetPages parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.onenote summary: Update the navigation property pages in groups operationId: groups.onenote.notebooks.sectionGroups.sections.UpdatePages requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.onenote summary: Delete navigation property pages for groups operationId: groups.onenote.notebooks.sectionGroups.sections.DeletePages parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}' - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}' - '/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}' - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}' '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content': description: Provides operations to manage the media for the group entity. get: tags: - groups.onenote summary: Get content for the navigation property pages from groups description: The page's HTML content. operationId: groups.onenote.notebooks.sectionGroups.sections.GetPagesContent responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - groups.onenote summary: Update content for the navigation property pages in groups description: The page's HTML content. operationId: groups.onenote.notebooks.sectionGroups.sections.UpdatePagesContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - groups.onenote summary: Delete content for the navigation property pages in groups description: The page's HTML content. operationId: groups.onenote.notebooks.sectionGroups.sections.DeletePagesContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection': description: Provides operations to call the copyToSection method. post: tags: - groups.Actions summary: Invoke action copyToSection description: 'Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0 operationId: groups.group.onenote.notebooks.notebook.sectionGroups.sectionGroup.sections.onenoteSection.pages.onenotePage.copyToSection requestBody: description: Action parameters content: application/json: schema: type: object properties: id: type: string nullable: true groupId: type: string nullable: true siteCollectionId: type: string nullable: true siteId: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenoteOperation' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/groups/{group-id}/onenote/pages/{onenotePage-id}/copyToSection' - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/copyToSection' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent': description: Provides operations to call the onenotePatchContent method. post: tags: - groups.Actions summary: Invoke action onenotePatchContent operationId: groups.group.onenote.notebooks.notebook.sectionGroups.sectionGroup.sections.onenoteSection.pages.onenotePage.onenotePatchContent requestBody: description: Action parameters content: application/json: schema: type: object properties: commands: type: array items: $ref: '#/components/schemas/microsoft.graph.onenotePatchContentCommand' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/groups/{group-id}/onenote/pages/{onenotePage-id}/onenotePatchContent' - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/onenotePatchContent' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()': description: Provides operations to call the preview method. get: tags: - groups.Functions summary: Invoke function preview operationId: groups.group.onenote.notebooks.notebook.sectionGroups.sectionGroup.sections.onenoteSection.pages.onenotePage.preview responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenotePagePreview' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - '/groups/{group-id}/onenote/pages/{onenotePage-id}/preview()' - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - '/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - '/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/preview()' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook': description: Provides operations to manage the parentNotebook property of the microsoft.graph.onenotePage entity. get: tags: - groups.onenote summary: Get parentNotebook from groups description: The notebook that contains the page. Read-only. operationId: groups.onenote.notebooks.sectionGroups.sections.pages.GetParentNotebook parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - '/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook' - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - '/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection': description: Provides operations to manage the parentSection property of the microsoft.graph.onenotePage entity. get: tags: - groups.onenote summary: Get parentSection from groups description: The section that contains the page. Read-only. operationId: groups.onenote.notebooks.sectionGroups.sections.pages.GetParentSection parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - '/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection' - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - '/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - '/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.onenote summary: Get the number of the resource operationId: groups.onenote.notebooks.sectionGroups.sections.pages.GetCount-6db1 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook': description: Provides operations to manage the parentNotebook property of the microsoft.graph.onenoteSection entity. get: tags: - groups.onenote summary: Get parentNotebook from groups description: The notebook that contains the section. Read-only. operationId: groups.onenote.notebooks.sectionGroups.sections.GetParentNotebook parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook' - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook' - '/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook' '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup': description: Provides operations to manage the parentSectionGroup property of the microsoft.graph.onenoteSection entity. get: tags: - groups.onenote summary: Get parentSectionGroup from groups description: The section group that contains the section. Read-only. operationId: groups.onenote.notebooks.sectionGroups.sections.GetParentSectionGroup parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup' - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup' - '/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup' - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup' '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.onenote summary: Get the number of the resource operationId: groups.onenote.notebooks.sectionGroups.sections.GetCount-abc0 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.onenote summary: Get the number of the resource operationId: groups.onenote.notebooks.sectionGroups.GetCount-e27e parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections': description: Provides operations to manage the sections property of the microsoft.graph.notebook entity. get: tags: - groups.onenote summary: Get sections from groups description: The sections in the notebook. Read-only. Nullable. operationId: groups.onenote.notebooks.ListSections parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.onenoteSectionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.onenote summary: Create new navigation property to sections for groups operationId: groups.onenote.notebooks.CreateSections requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections' '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}': description: Provides operations to manage the sections property of the microsoft.graph.notebook entity. get: tags: - groups.onenote summary: Get sections from groups description: The sections in the notebook. Read-only. Nullable. operationId: groups.onenote.notebooks.GetSections parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.onenote summary: Update the navigation property sections in groups operationId: groups.onenote.notebooks.UpdateSections requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.onenote summary: Delete navigation property sections for groups operationId: groups.onenote.notebooks.DeleteSections parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}' '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook': description: Provides operations to call the copyToNotebook method. post: tags: - groups.Actions summary: Invoke action copyToNotebook description: 'For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0 operationId: groups.group.onenote.notebooks.notebook.sections.onenoteSection.copyToNotebook requestBody: description: Action parameters content: application/json: schema: type: object properties: id: type: string nullable: true groupId: type: string nullable: true renameAs: type: string nullable: true siteCollectionId: type: string nullable: true siteId: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenoteOperation' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook' - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook' - '/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToNotebook' '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup': description: Provides operations to call the copyToSectionGroup method. post: tags: - groups.Actions summary: Invoke action copyToSectionGroup description: 'For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0 operationId: groups.group.onenote.notebooks.notebook.sections.onenoteSection.copyToSectionGroup requestBody: description: Action parameters content: application/json: schema: type: object properties: id: type: string nullable: true groupId: type: string nullable: true renameAs: type: string nullable: true siteCollectionId: type: string nullable: true siteId: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenoteOperation' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup' - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup' - '/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup' - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup' '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages': description: Provides operations to manage the pages property of the microsoft.graph.onenoteSection entity. get: tags: - groups.onenote summary: Get pages from groups description: The collection of pages in the section. Read-only. Nullable. operationId: groups.onenote.notebooks.sections.ListPages parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.onenotePageCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.onenote summary: Create new navigation property to pages for groups operationId: groups.onenote.notebooks.sections.CreatePages requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages' - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages' - '/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages' - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages' '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}': description: Provides operations to manage the pages property of the microsoft.graph.onenoteSection entity. get: tags: - groups.onenote summary: Get pages from groups description: The collection of pages in the section. Read-only. Nullable. operationId: groups.onenote.notebooks.sections.GetPages parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.onenote summary: Update the navigation property pages in groups operationId: groups.onenote.notebooks.sections.UpdatePages requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.onenote summary: Delete navigation property pages for groups operationId: groups.onenote.notebooks.sections.DeletePages parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}' - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}' - '/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}' - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}' '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content': description: Provides operations to manage the media for the group entity. get: tags: - groups.onenote summary: Get content for the navigation property pages from groups description: The page's HTML content. operationId: groups.onenote.notebooks.sections.GetPagesContent responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - groups.onenote summary: Update content for the navigation property pages in groups description: The page's HTML content. operationId: groups.onenote.notebooks.sections.UpdatePagesContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - groups.onenote summary: Delete content for the navigation property pages in groups description: The page's HTML content. operationId: groups.onenote.notebooks.sections.DeletePagesContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection': description: Provides operations to call the copyToSection method. post: tags: - groups.Actions summary: Invoke action copyToSection description: 'Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0 operationId: groups.group.onenote.notebooks.notebook.sections.onenoteSection.pages.onenotePage.copyToSection requestBody: description: Action parameters content: application/json: schema: type: object properties: id: type: string nullable: true groupId: type: string nullable: true siteCollectionId: type: string nullable: true siteId: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenoteOperation' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/groups/{group-id}/onenote/pages/{onenotePage-id}/copyToSection' - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/copyToSection' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent': description: Provides operations to call the onenotePatchContent method. post: tags: - groups.Actions summary: Invoke action onenotePatchContent operationId: groups.group.onenote.notebooks.notebook.sections.onenoteSection.pages.onenotePage.onenotePatchContent requestBody: description: Action parameters content: application/json: schema: type: object properties: commands: type: array items: $ref: '#/components/schemas/microsoft.graph.onenotePatchContentCommand' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/groups/{group-id}/onenote/pages/{onenotePage-id}/onenotePatchContent' - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/onenotePatchContent' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()': description: Provides operations to call the preview method. get: tags: - groups.Functions summary: Invoke function preview operationId: groups.group.onenote.notebooks.notebook.sections.onenoteSection.pages.onenotePage.preview responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenotePagePreview' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - '/groups/{group-id}/onenote/pages/{onenotePage-id}/preview()' - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - '/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - '/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/preview()' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook': description: Provides operations to manage the parentNotebook property of the microsoft.graph.onenotePage entity. get: tags: - groups.onenote summary: Get parentNotebook from groups description: The notebook that contains the page. Read-only. operationId: groups.onenote.notebooks.sections.pages.GetParentNotebook parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - '/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook' - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - '/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection': description: Provides operations to manage the parentSection property of the microsoft.graph.onenotePage entity. get: tags: - groups.onenote summary: Get parentSection from groups description: The section that contains the page. Read-only. operationId: groups.onenote.notebooks.sections.pages.GetParentSection parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - '/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection' - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - '/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - '/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.onenote summary: Get the number of the resource operationId: groups.onenote.notebooks.sections.pages.GetCount-9305 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook': description: Provides operations to manage the parentNotebook property of the microsoft.graph.onenoteSection entity. get: tags: - groups.onenote summary: Get parentNotebook from groups description: The notebook that contains the section. Read-only. operationId: groups.onenote.notebooks.sections.GetParentNotebook parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook' - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook' - '/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook' '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup': description: Provides operations to manage the parentSectionGroup property of the microsoft.graph.onenoteSection entity. get: tags: - groups.onenote summary: Get parentSectionGroup from groups description: The section group that contains the section. Read-only. operationId: groups.onenote.notebooks.sections.GetParentSectionGroup parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup' - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup' - '/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup' - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup' '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.onenote summary: Get the number of the resource operationId: groups.onenote.notebooks.sections.GetCount-8678 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook '/groups/{group-id}/onenote/notebooks/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.onenote summary: Get the number of the resource operationId: groups.onenote.notebooks.GetCount-4d2a parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/onenote/notebooks/getNotebookFromWebUrl': description: Provides operations to call the getNotebookFromWebUrl method. post: tags: - groups.Actions summary: Invoke action getNotebookFromWebUrl description: 'Retrieve the properties and relationships of a notebook object by using its URL path. The location can be user notebooks on Microsoft 365, group notebooks, or SharePoint site-hosted team notebooks on Microsoft 365.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-1.0 operationId: groups.group.onenote.notebooks.getNotebookFromWebUrl requestBody: description: Action parameters content: application/json: schema: type: object properties: webUrl: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.CopyNotebookModel' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/getNotebookFromWebUrl' '/groups/{group-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})': description: Provides operations to call the getRecentNotebooks method. get: tags: - groups.Functions summary: Invoke function getRecentNotebooks description: Get a list of recentNotebook instances that have been accessed by the signed-in user. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/notebook-getrecentnotebooks?view=graph-rest-1.0 operationId: groups.group.onenote.notebooks.getRecentNotebooks parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.recentNotebook' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: includePersonalNotebooks in: path description: 'Usage: includePersonalNotebooks={includePersonalNotebooks}' required: true schema: type: boolean default: false x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})' '/groups/{group-id}/onenote/operations': description: Provides operations to manage the operations property of the microsoft.graph.onenote entity. get: tags: - groups.onenote summary: Get operations from groups description: 'The status of OneNote operations. Getting an operations collection isn''t supported, but you can get the status of long-running operations if the Operation-Location header is returned in the response. Read-only. Nullable.' operationId: groups.onenote.ListOperations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.onenoteOperationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.onenote summary: Create new navigation property to operations for groups operationId: groups.onenote.CreateOperations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteOperation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteOperation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/onenote/operations' '/groups/{group-id}/onenote/operations/{onenoteOperation-id}': description: Provides operations to manage the operations property of the microsoft.graph.onenote entity. get: tags: - groups.onenote summary: Get operations from groups description: 'The status of OneNote operations. Getting an operations collection isn''t supported, but you can get the status of long-running operations if the Operation-Location header is returned in the response. Read-only. Nullable.' operationId: groups.onenote.GetOperations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteOperation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.onenote summary: Update the navigation property operations in groups operationId: groups.onenote.UpdateOperations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteOperation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteOperation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.onenote summary: Delete navigation property operations for groups operationId: groups.onenote.DeleteOperations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: onenoteOperation-id in: path description: The unique identifier of onenoteOperation required: true schema: type: string x-ms-docs-key-type: onenoteOperation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}' '/groups/{group-id}/onenote/operations/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.onenote summary: Get the number of the resource operationId: groups.onenote.operations.GetCount-b2ab parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/onenote/pages': description: Provides operations to manage the pages property of the microsoft.graph.onenote entity. get: tags: - groups.onenote summary: Get pages from groups description: The pages in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. operationId: groups.onenote.ListPages parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.onenotePageCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.onenote summary: Create new navigation property to pages for groups operationId: groups.onenote.CreatePages requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/onenote/pages' '/groups/{group-id}/onenote/pages/{onenotePage-id}': description: Provides operations to manage the pages property of the microsoft.graph.onenote entity. get: tags: - groups.onenote summary: Get pages from groups description: The pages in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. operationId: groups.onenote.GetPages parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.onenote summary: Update the navigation property pages in groups operationId: groups.onenote.UpdatePages requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.onenote summary: Delete navigation property pages for groups operationId: groups.onenote.DeletePages parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}' '/groups/{group-id}/onenote/pages/{onenotePage-id}/content': description: Provides operations to manage the media for the group entity. get: tags: - groups.onenote summary: Get content for the navigation property pages from groups description: The page's HTML content. operationId: groups.onenote.GetPagesContent responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - groups.onenote summary: Update content for the navigation property pages in groups description: The page's HTML content. operationId: groups.onenote.UpdatePagesContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - groups.onenote summary: Delete content for the navigation property pages in groups description: The page's HTML content. operationId: groups.onenote.DeletePagesContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage '/groups/{group-id}/onenote/pages/{onenotePage-id}/copyToSection': description: Provides operations to call the copyToSection method. post: tags: - groups.Actions summary: Invoke action copyToSection description: 'Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0 operationId: groups.group.onenote.pages.onenotePage.copyToSection requestBody: description: Action parameters content: application/json: schema: type: object properties: id: type: string nullable: true groupId: type: string nullable: true siteCollectionId: type: string nullable: true siteId: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenoteOperation' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/copyToSection' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' '/groups/{group-id}/onenote/pages/{onenotePage-id}/onenotePatchContent': description: Provides operations to call the onenotePatchContent method. post: tags: - groups.Actions summary: Invoke action onenotePatchContent operationId: groups.group.onenote.pages.onenotePage.onenotePatchContent requestBody: description: Action parameters content: application/json: schema: type: object properties: commands: type: array items: $ref: '#/components/schemas/microsoft.graph.onenotePatchContentCommand' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/onenotePatchContent' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' '/groups/{group-id}/onenote/pages/{onenotePage-id}/preview()': description: Provides operations to call the preview method. get: tags: - groups.Functions summary: Invoke function preview operationId: groups.group.onenote.pages.onenotePage.preview responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenotePagePreview' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - '/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - '/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/preview()' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' '/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook': description: Provides operations to manage the parentNotebook property of the microsoft.graph.onenotePage entity. get: tags: - groups.onenote summary: Get parentNotebook from groups description: The notebook that contains the page. Read-only. operationId: groups.onenote.pages.GetParentNotebook parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - '/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' '/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection': description: Provides operations to manage the parentSection property of the microsoft.graph.onenotePage entity. get: tags: - groups.onenote summary: Get parentSection from groups description: The section that contains the page. Read-only. operationId: groups.onenote.pages.GetParentSection parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - '/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - '/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' '/groups/{group-id}/onenote/pages/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.onenote summary: Get the number of the resource operationId: groups.onenote.pages.GetCount-8bf6 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/onenote/resources': description: Provides operations to manage the resources property of the microsoft.graph.onenote entity. get: tags: - groups.onenote summary: Get resources from groups description: 'The image and other file resources in OneNote pages. Getting a resources collection isn''t supported, but you can get the binary content of a specific resource. Read-only. Nullable.' operationId: groups.onenote.ListResources parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.onenoteResourceCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.onenote summary: Create new navigation property to resources for groups operationId: groups.onenote.CreateResources requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteResource' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/onenote/resources' '/groups/{group-id}/onenote/resources/{onenoteResource-id}': description: Provides operations to manage the resources property of the microsoft.graph.onenote entity. get: tags: - groups.onenote summary: Get resources from groups description: 'The image and other file resources in OneNote pages. Getting a resources collection isn''t supported, but you can get the binary content of a specific resource. Read-only. Nullable.' operationId: groups.onenote.GetResources parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.onenote summary: Update the navigation property resources in groups operationId: groups.onenote.UpdateResources requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteResource' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.onenote summary: Delete navigation property resources for groups operationId: groups.onenote.DeleteResources parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: onenoteResource-id in: path description: The unique identifier of onenoteResource required: true schema: type: string x-ms-docs-key-type: onenoteResource x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}' '/groups/{group-id}/onenote/resources/{onenoteResource-id}/content': description: Provides operations to manage the media for the group entity. get: tags: - groups.onenote summary: Get content for the navigation property resources from groups description: The content stream operationId: groups.onenote.GetResourcesContent responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - groups.onenote summary: Update content for the navigation property resources in groups description: The content stream operationId: groups.onenote.UpdateResourcesContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - groups.onenote summary: Delete content for the navigation property resources in groups description: The content stream operationId: groups.onenote.DeleteResourcesContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: onenoteResource-id in: path description: The unique identifier of onenoteResource required: true schema: type: string x-ms-docs-key-type: onenoteResource '/groups/{group-id}/onenote/resources/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.onenote summary: Get the number of the resource operationId: groups.onenote.resources.GetCount-b07f parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/onenote/sectionGroups': description: Provides operations to manage the sectionGroups property of the microsoft.graph.onenote entity. get: tags: - groups.onenote summary: Get sectionGroups from groups description: The section groups in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. operationId: groups.onenote.ListSectionGroups parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.sectionGroupCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.onenote summary: Create new navigation property to sectionGroups for groups operationId: groups.onenote.CreateSectionGroups requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups' '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}': description: Provides operations to manage the sectionGroups property of the microsoft.graph.onenote entity. get: tags: - groups.onenote summary: Get sectionGroups from groups description: The section groups in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. operationId: groups.onenote.GetSectionGroups parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.onenote summary: Update the navigation property sectionGroups in groups operationId: groups.onenote.UpdateSectionGroups requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.onenote summary: Delete navigation property sectionGroups for groups operationId: groups.onenote.DeleteSectionGroups parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}' '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook': description: Provides operations to manage the parentNotebook property of the microsoft.graph.sectionGroup entity. get: tags: - groups.onenote summary: Get parentNotebook from groups description: The notebook that contains the section group. Read-only. operationId: groups.onenote.sectionGroups.GetParentNotebook parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook' '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup': description: Provides operations to manage the parentSectionGroup property of the microsoft.graph.sectionGroup entity. get: tags: - groups.onenote summary: Get parentSectionGroup from groups description: The section group that contains the section group. Read-only. operationId: groups.onenote.sectionGroups.GetParentSectionGroup parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup' '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups': description: Provides operations to manage the sectionGroups property of the microsoft.graph.sectionGroup entity. get: tags: - groups.onenote summary: Get sectionGroups from groups description: The section groups in the section. Read-only. Nullable. operationId: groups.onenote.sectionGroups.ListSectionGroups parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.sectionGroupCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups' '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}': description: Provides operations to manage the sectionGroups property of the microsoft.graph.sectionGroup entity. get: tags: - groups.onenote summary: Get sectionGroups from groups description: The section groups in the section. Read-only. Nullable. operationId: groups.onenote.sectionGroups.GetSectionGroups parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: sectionGroup-id1 in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}' '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.onenote summary: Get the number of the resource operationId: groups.onenote.sectionGroups.sectionGroups.GetCount-17b9 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections': description: Provides operations to manage the sections property of the microsoft.graph.sectionGroup entity. get: tags: - groups.onenote summary: Get sections from groups description: The sections in the section group. Read-only. Nullable. operationId: groups.onenote.sectionGroups.ListSections parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.onenoteSectionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.onenote summary: Create new navigation property to sections for groups operationId: groups.onenote.sectionGroups.CreateSections requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections' '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}': description: Provides operations to manage the sections property of the microsoft.graph.sectionGroup entity. get: tags: - groups.onenote summary: Get sections from groups description: The sections in the section group. Read-only. Nullable. operationId: groups.onenote.sectionGroups.GetSections parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.onenote summary: Update the navigation property sections in groups operationId: groups.onenote.sectionGroups.UpdateSections requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.onenote summary: Delete navigation property sections for groups operationId: groups.onenote.sectionGroups.DeleteSections parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}' '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook': description: Provides operations to call the copyToNotebook method. post: tags: - groups.Actions summary: Invoke action copyToNotebook description: 'For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0 operationId: groups.group.onenote.sectionGroups.sectionGroup.sections.onenoteSection.copyToNotebook requestBody: description: Action parameters content: application/json: schema: type: object properties: id: type: string nullable: true groupId: type: string nullable: true renameAs: type: string nullable: true siteCollectionId: type: string nullable: true siteId: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenoteOperation' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook' - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook' - '/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToNotebook' '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup': description: Provides operations to call the copyToSectionGroup method. post: tags: - groups.Actions summary: Invoke action copyToSectionGroup description: 'For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0 operationId: groups.group.onenote.sectionGroups.sectionGroup.sections.onenoteSection.copyToSectionGroup requestBody: description: Action parameters content: application/json: schema: type: object properties: id: type: string nullable: true groupId: type: string nullable: true renameAs: type: string nullable: true siteCollectionId: type: string nullable: true siteId: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenoteOperation' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup' - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup' - '/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup' - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup' '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages': description: Provides operations to manage the pages property of the microsoft.graph.onenoteSection entity. get: tags: - groups.onenote summary: Get pages from groups description: The collection of pages in the section. Read-only. Nullable. operationId: groups.onenote.sectionGroups.sections.ListPages parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.onenotePageCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.onenote summary: Create new navigation property to pages for groups operationId: groups.onenote.sectionGroups.sections.CreatePages requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages' - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages' - '/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages' - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages' '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}': description: Provides operations to manage the pages property of the microsoft.graph.onenoteSection entity. get: tags: - groups.onenote summary: Get pages from groups description: The collection of pages in the section. Read-only. Nullable. operationId: groups.onenote.sectionGroups.sections.GetPages parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.onenote summary: Update the navigation property pages in groups operationId: groups.onenote.sectionGroups.sections.UpdatePages requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.onenote summary: Delete navigation property pages for groups operationId: groups.onenote.sectionGroups.sections.DeletePages parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}' - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}' - '/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}' - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}' '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content': description: Provides operations to manage the media for the group entity. get: tags: - groups.onenote summary: Get content for the navigation property pages from groups description: The page's HTML content. operationId: groups.onenote.sectionGroups.sections.GetPagesContent responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - groups.onenote summary: Update content for the navigation property pages in groups description: The page's HTML content. operationId: groups.onenote.sectionGroups.sections.UpdatePagesContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - groups.onenote summary: Delete content for the navigation property pages in groups description: The page's HTML content. operationId: groups.onenote.sectionGroups.sections.DeletePagesContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection': description: Provides operations to call the copyToSection method. post: tags: - groups.Actions summary: Invoke action copyToSection description: 'Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0 operationId: groups.group.onenote.sectionGroups.sectionGroup.sections.onenoteSection.pages.onenotePage.copyToSection requestBody: description: Action parameters content: application/json: schema: type: object properties: id: type: string nullable: true groupId: type: string nullable: true siteCollectionId: type: string nullable: true siteId: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenoteOperation' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/groups/{group-id}/onenote/pages/{onenotePage-id}/copyToSection' - '/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/copyToSection' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent': description: Provides operations to call the onenotePatchContent method. post: tags: - groups.Actions summary: Invoke action onenotePatchContent operationId: groups.group.onenote.sectionGroups.sectionGroup.sections.onenoteSection.pages.onenotePage.onenotePatchContent requestBody: description: Action parameters content: application/json: schema: type: object properties: commands: type: array items: $ref: '#/components/schemas/microsoft.graph.onenotePatchContentCommand' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/groups/{group-id}/onenote/pages/{onenotePage-id}/onenotePatchContent' - '/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/onenotePatchContent' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()': description: Provides operations to call the preview method. get: tags: - groups.Functions summary: Invoke function preview operationId: groups.group.onenote.sectionGroups.sectionGroup.sections.onenoteSection.pages.onenotePage.preview responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenotePagePreview' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - '/groups/{group-id}/onenote/pages/{onenotePage-id}/preview()' - '/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - '/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/preview()' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook': description: Provides operations to manage the parentNotebook property of the microsoft.graph.onenotePage entity. get: tags: - groups.onenote summary: Get parentNotebook from groups description: The notebook that contains the page. Read-only. operationId: groups.onenote.sectionGroups.sections.pages.GetParentNotebook parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - '/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook' - '/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection': description: Provides operations to manage the parentSection property of the microsoft.graph.onenotePage entity. get: tags: - groups.onenote summary: Get parentSection from groups description: The section that contains the page. Read-only. operationId: groups.onenote.sectionGroups.sections.pages.GetParentSection parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - '/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection' - '/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - '/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.onenote summary: Get the number of the resource operationId: groups.onenote.sectionGroups.sections.pages.GetCount-110b parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook': description: Provides operations to manage the parentNotebook property of the microsoft.graph.onenoteSection entity. get: tags: - groups.onenote summary: Get parentNotebook from groups description: The notebook that contains the section. Read-only. operationId: groups.onenote.sectionGroups.sections.GetParentNotebook parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook' - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook' - '/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook' '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup': description: Provides operations to manage the parentSectionGroup property of the microsoft.graph.onenoteSection entity. get: tags: - groups.onenote summary: Get parentSectionGroup from groups description: The section group that contains the section. Read-only. operationId: groups.onenote.sectionGroups.sections.GetParentSectionGroup parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup' - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup' - '/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup' - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup' '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.onenote summary: Get the number of the resource operationId: groups.onenote.sectionGroups.sections.GetCount-4d99 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup '/groups/{group-id}/onenote/sectionGroups/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.onenote summary: Get the number of the resource operationId: groups.onenote.sectionGroups.GetCount-17b9 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/onenote/sections': description: Provides operations to manage the sections property of the microsoft.graph.onenote entity. get: tags: - groups.onenote summary: Get sections from groups description: The sections in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. operationId: groups.onenote.ListSections parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.onenoteSectionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.onenote summary: Create new navigation property to sections for groups operationId: groups.onenote.CreateSections requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/onenote/sections' '/groups/{group-id}/onenote/sections/{onenoteSection-id}': description: Provides operations to manage the sections property of the microsoft.graph.onenote entity. get: tags: - groups.onenote summary: Get sections from groups description: The sections in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. operationId: groups.onenote.GetSections parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.onenote summary: Update the navigation property sections in groups operationId: groups.onenote.UpdateSections requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.onenote summary: Delete navigation property sections for groups operationId: groups.onenote.DeleteSections parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}' '/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToNotebook': description: Provides operations to call the copyToNotebook method. post: tags: - groups.Actions summary: Invoke action copyToNotebook description: 'For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0 operationId: groups.group.onenote.sections.onenoteSection.copyToNotebook requestBody: description: Action parameters content: application/json: schema: type: object properties: id: type: string nullable: true groupId: type: string nullable: true renameAs: type: string nullable: true siteCollectionId: type: string nullable: true siteId: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenoteOperation' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook' - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook' - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToNotebook' '/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup': description: Provides operations to call the copyToSectionGroup method. post: tags: - groups.Actions summary: Invoke action copyToSectionGroup description: 'For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0 operationId: groups.group.onenote.sections.onenoteSection.copyToSectionGroup requestBody: description: Action parameters content: application/json: schema: type: object properties: id: type: string nullable: true groupId: type: string nullable: true renameAs: type: string nullable: true siteCollectionId: type: string nullable: true siteId: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenoteOperation' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup' - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup' - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup' - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup' '/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages': description: Provides operations to manage the pages property of the microsoft.graph.onenoteSection entity. get: tags: - groups.onenote summary: Get pages from groups description: The collection of pages in the section. Read-only. Nullable. operationId: groups.onenote.sections.ListPages parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.onenotePageCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.onenote summary: Create new navigation property to pages for groups operationId: groups.onenote.sections.CreatePages requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages' - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages' - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages' - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages' '/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}': description: Provides operations to manage the pages property of the microsoft.graph.onenoteSection entity. get: tags: - groups.onenote summary: Get pages from groups description: The collection of pages in the section. Read-only. Nullable. operationId: groups.onenote.sections.GetPages parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.onenote summary: Update the navigation property pages in groups operationId: groups.onenote.sections.UpdatePages requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.onenote summary: Delete navigation property pages for groups operationId: groups.onenote.sections.DeletePages parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}' - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}' - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}' - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}' '/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content': description: Provides operations to manage the media for the group entity. get: tags: - groups.onenote summary: Get content for the navigation property pages from groups description: The page's HTML content. operationId: groups.onenote.sections.GetPagesContent responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - groups.onenote summary: Update content for the navigation property pages in groups description: The page's HTML content. operationId: groups.onenote.sections.UpdatePagesContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - groups.onenote summary: Delete content for the navigation property pages in groups description: The page's HTML content. operationId: groups.onenote.sections.DeletePagesContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage '/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection': description: Provides operations to call the copyToSection method. post: tags: - groups.Actions summary: Invoke action copyToSection description: 'Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0 operationId: groups.group.onenote.sections.onenoteSection.pages.onenotePage.copyToSection requestBody: description: Action parameters content: application/json: schema: type: object properties: id: type: string nullable: true groupId: type: string nullable: true siteCollectionId: type: string nullable: true siteId: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenoteOperation' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/groups/{group-id}/onenote/pages/{onenotePage-id}/copyToSection' - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/copyToSection' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' '/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent': description: Provides operations to call the onenotePatchContent method. post: tags: - groups.Actions summary: Invoke action onenotePatchContent operationId: groups.group.onenote.sections.onenoteSection.pages.onenotePage.onenotePatchContent requestBody: description: Action parameters content: application/json: schema: type: object properties: commands: type: array items: $ref: '#/components/schemas/microsoft.graph.onenotePatchContentCommand' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/groups/{group-id}/onenote/pages/{onenotePage-id}/onenotePatchContent' - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/onenotePatchContent' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' '/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()': description: Provides operations to call the preview method. get: tags: - groups.Functions summary: Invoke function preview operationId: groups.group.onenote.sections.onenoteSection.pages.onenotePage.preview responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenotePagePreview' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - '/groups/{group-id}/onenote/pages/{onenotePage-id}/preview()' - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - '/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/preview()' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' '/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook': description: Provides operations to manage the parentNotebook property of the microsoft.graph.onenotePage entity. get: tags: - groups.onenote summary: Get parentNotebook from groups description: The notebook that contains the page. Read-only. operationId: groups.onenote.sections.pages.GetParentNotebook parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - '/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook' - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' '/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection': description: Provides operations to manage the parentSection property of the microsoft.graph.onenotePage entity. get: tags: - groups.onenote summary: Get parentSection from groups description: The section that contains the page. Read-only. operationId: groups.onenote.sections.pages.GetParentSection parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - '/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection' - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - '/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' '/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.onenote summary: Get the number of the resource operationId: groups.onenote.sections.pages.GetCount-375d parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection '/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook': description: Provides operations to manage the parentNotebook property of the microsoft.graph.onenoteSection entity. get: tags: - groups.onenote summary: Get parentNotebook from groups description: The notebook that contains the section. Read-only. operationId: groups.onenote.sections.GetParentNotebook parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook' - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook' - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook' '/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup': description: Provides operations to manage the parentSectionGroup property of the microsoft.graph.onenoteSection entity. get: tags: - groups.onenote summary: Get parentSectionGroup from groups description: The section group that contains the section. Read-only. operationId: groups.onenote.sections.GetParentSectionGroup parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup' - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup' - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup' - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup' '/groups/{group-id}/onenote/sections/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.onenote summary: Get the number of the resource operationId: groups.onenote.sections.GetCount-0122 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/owners': description: Provides operations to manage the owners property of the microsoft.graph.group entity. get: tags: - groups.directoryObject summary: List group owners description: Retrieve a list of the group's owners. The owners are a set of users or service principals who are allowed to modify the group object. Owners are currently not available in Microsoft Graph for groups that were created in Exchange or groups that are synchronized from an on-premises environment. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/group-list-owners?view=graph-rest-1.0 operationId: groups.ListOwners parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/owners/{directoryObject-id}/$ref': description: Provides operations to manage the collection of group entities. delete: tags: - groups.directoryObject summary: Remove group owner description: 'Remove an owner from a Microsoft 365 group or a security group through the owners navigation property. Once owners are assigned to a group, the last owner (a user object) of the group cannot be removed.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/group-delete-owners?view=graph-rest-1.0 operationId: groups.owners.DeleteRefDirectoryObject parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/groups/{group-id}/owners/{directoryObject-id}/graph.application': description: Casts the previous resource to application. get: tags: - groups.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.application operationId: groups.GetOwners.AsApplication parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.application' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/groups/{group-id}/owners/{directoryObject-id}/graph.device': description: Casts the previous resource to device. get: tags: - groups.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.device operationId: groups.GetOwners.AsDevice parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.device' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/groups/{group-id}/owners/{directoryObject-id}/graph.group': description: Casts the previous resource to group. get: tags: - groups.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.group operationId: groups.GetOwners.AsGroup parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.group' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/groups/{group-id}/owners/{directoryObject-id}/graph.orgContact': description: Casts the previous resource to orgContact. get: tags: - groups.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.orgContact operationId: groups.GetOwners.AsOrgContact parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.orgContact' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/groups/{group-id}/owners/{directoryObject-id}/graph.servicePrincipal': description: Casts the previous resource to servicePrincipal. get: tags: - groups.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.servicePrincipal operationId: groups.GetOwners.AsServicePrincipal parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.servicePrincipal' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/groups/{group-id}/owners/{directoryObject-id}/graph.user': description: Casts the previous resource to user. get: tags: - groups.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.user operationId: groups.GetOwners.AsUser parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/groups/{group-id}/owners/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.directoryObject summary: Get the number of the resource operationId: groups.owners.GetCount-9fe3 parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/owners/$ref': description: Provides operations to manage the collection of group entities. get: tags: - groups.directoryObject summary: List group owners description: Retrieve a list of the group's owners. The owners are a set of users or service principals who are allowed to modify the group object. Owners are currently not available in Microsoft Graph for groups that were created in Exchange or groups that are synchronized from an on-premises environment. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/group-list-owners?view=graph-rest-1.0 operationId: groups.ListRefOwners parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/StringCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.directoryObject summary: Add owners description: Add a user or service principal to a Microsoft 365 or security group's owners. The owners are a set of users or service principals who are allowed to modify the group object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/group-post-owners?view=graph-rest-1.0 operationId: groups.CreateRefOwners requestBody: $ref: '#/components/requestBodies/refPostBody' responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.directoryObject summary: Remove group owner description: 'Remove an owner from a Microsoft 365 group or a security group through the owners navigation property. Once owners are assigned to a group, the last owner (a user object) of the group cannot be removed.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/group-delete-owners?view=graph-rest-1.0 operationId: groups.DeleteRefOwners parameters: - name: If-Match in: header description: ETag schema: type: string - name: '@id' in: query description: The delete Uri required: true schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/owners/graph.application': description: Casts the previous resource to application. get: tags: - groups.directoryObject summary: Get the items of type microsoft.graph.application in the microsoft.graph.directoryObject collection operationId: groups.ListOwners.AsApplication parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.applicationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/owners/graph.application/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.directoryObject summary: Get the number of the resource operationId: groups.Owners.GetCount.AsApplication-bd83 parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/owners/graph.device': description: Casts the previous resource to device. get: tags: - groups.directoryObject summary: Get the items of type microsoft.graph.device in the microsoft.graph.directoryObject collection operationId: groups.ListOwners.AsDevice parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.deviceCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/owners/graph.device/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.directoryObject summary: Get the number of the resource operationId: groups.Owners.GetCount.AsDevice-2b5b parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/owners/graph.group': description: Casts the previous resource to group. get: tags: - groups.directoryObject summary: Get the items of type microsoft.graph.group in the microsoft.graph.directoryObject collection operationId: groups.ListOwners.AsGroup parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.groupCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/owners/graph.group/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.directoryObject summary: Get the number of the resource operationId: groups.Owners.GetCount.AsGroup-a694 parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/owners/graph.orgContact': description: Casts the previous resource to orgContact. get: tags: - groups.directoryObject summary: Get the items of type microsoft.graph.orgContact in the microsoft.graph.directoryObject collection operationId: groups.ListOwners.AsOrgContact parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.orgContactCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/owners/graph.orgContact/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.directoryObject summary: Get the number of the resource operationId: groups.Owners.GetCount.AsOrgContact-b70b parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/owners/graph.servicePrincipal': description: Casts the previous resource to servicePrincipal. get: tags: - groups.directoryObject summary: Get the items of type microsoft.graph.servicePrincipal in the microsoft.graph.directoryObject collection operationId: groups.ListOwners.AsServicePrincipal parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.servicePrincipalCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/owners/graph.servicePrincipal/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.directoryObject summary: Get the number of the resource operationId: groups.Owners.GetCount.AsServicePrincipal-8498 parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/owners/graph.user': description: Casts the previous resource to user. get: tags: - groups.directoryObject summary: Get the items of type microsoft.graph.user in the microsoft.graph.directoryObject collection operationId: groups.ListOwners.AsUser parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.userCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/owners/graph.user/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.directoryObject summary: Get the number of the resource operationId: groups.Owners.GetCount.AsUser-1c87 parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/permissionGrants': description: Provides operations to manage the permissionGrants property of the microsoft.graph.group entity. get: tags: - groups.resourceSpecificPermissionGrant summary: List permissionGrants of a group description: 'List all resource-specific permission grants on the group. This list specifies the Microsoft Entra apps that have access to the group, along with the corresponding resource-specific access that each app has.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/group-list-permissiongrants?view=graph-rest-1.0 operationId: groups.ListPermissionGrants parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.resourceSpecificPermissionGrantCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.resourceSpecificPermissionGrant summary: Create new navigation property to permissionGrants for groups operationId: groups.CreatePermissionGrants requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}': description: Provides operations to manage the permissionGrants property of the microsoft.graph.group entity. get: tags: - groups.resourceSpecificPermissionGrant summary: Get permissionGrants from groups operationId: groups.GetPermissionGrants parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.resourceSpecificPermissionGrant summary: Update the navigation property permissionGrants in groups operationId: groups.UpdatePermissionGrants requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.resourceSpecificPermissionGrant summary: Delete navigation property permissionGrants for groups operationId: groups.DeletePermissionGrants parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: resourceSpecificPermissionGrant-id in: path description: The unique identifier of resourceSpecificPermissionGrant required: true schema: type: string x-ms-docs-key-type: resourceSpecificPermissionGrant '/groups/{group-id}/permissionGrants/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.resourceSpecificPermissionGrant summary: Get the number of the resource operationId: groups.permissionGrants.GetCount-76af parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/photo': description: Provides operations to manage the photo property of the microsoft.graph.group entity. get: tags: - groups.profilePhoto summary: Get photo from groups description: The group's profile photo operationId: groups.GetPhoto parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.profilePhoto' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.profilePhoto summary: Update the navigation property photo in groups operationId: groups.UpdatePhoto requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.profilePhoto' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.profilePhoto' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.profilePhoto summary: Delete navigation property photo for groups operationId: groups.DeletePhoto parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/photo/$value': description: Provides operations to manage the media for the group entity. get: tags: - groups.profilePhoto summary: Get media content for the navigation property photo from groups description: The group's profile photo operationId: groups.GetPhotoContent responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - groups.profilePhoto summary: Update media content for the navigation property photo in groups description: The group's profile photo operationId: groups.UpdatePhotoContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - groups.profilePhoto summary: Delete media content for the navigation property photo in groups description: The group's profile photo operationId: groups.DeletePhotoContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/photos': description: Provides operations to manage the photos property of the microsoft.graph.group entity. get: tags: - groups.profilePhoto summary: List photos description: Retrieve a list of profilePhoto objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/group-list-photos?view=graph-rest-1.0 operationId: groups.ListPhotos parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.profilePhotoCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/photos/{profilePhoto-id}': description: Provides operations to manage the photos property of the microsoft.graph.group entity. get: tags: - groups.profilePhoto summary: Get photos from groups description: The profile photos owned by the group. Read-only. Nullable. operationId: groups.GetPhotos parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.profilePhoto' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: profilePhoto-id in: path description: The unique identifier of profilePhoto required: true schema: type: string x-ms-docs-key-type: profilePhoto '/groups/{group-id}/photos/{profilePhoto-id}/$value': description: Provides operations to manage the media for the group entity. get: tags: - groups.profilePhoto summary: List photos description: Retrieve a list of profilePhoto objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/group-list-photos?view=graph-rest-1.0 operationId: groups.GetPhotosContent responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - groups.profilePhoto summary: Update media content for the navigation property photos in groups description: The unique identifier for an entity. Read-only. operationId: groups.UpdatePhotosContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - groups.profilePhoto summary: Delete media content for the navigation property photos in groups description: The unique identifier for an entity. Read-only. operationId: groups.DeletePhotosContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: profilePhoto-id in: path description: The unique identifier of profilePhoto required: true schema: type: string x-ms-docs-key-type: profilePhoto '/groups/{group-id}/planner': description: Provides operations to manage the planner property of the microsoft.graph.group entity. get: tags: - groups.plannerGroup summary: Get planner from groups description: Entry-point to Planner resource that might exist for a Unified Group. operationId: groups.GetPlanner parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.plannerGroup summary: Update the navigation property planner in groups operationId: groups.UpdatePlanner parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerGroup' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.plannerGroup summary: Delete navigation property planner for groups operationId: groups.DeletePlanner parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/planner/plans': description: Provides operations to manage the plans property of the microsoft.graph.plannerGroup entity. get: tags: - groups.plannerGroup summary: List plans description: Retrieve a list of plannerPlan objects owned by a group object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/plannergroup-list-plans?view=graph-rest-1.0 operationId: groups.planner.ListPlans parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.plannerPlanCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.plannerGroup summary: Create new navigation property to plans for groups operationId: groups.planner.CreatePlans requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerPlan' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerPlan' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/planner/plans/{plannerPlan-id}': description: Provides operations to manage the plans property of the microsoft.graph.plannerGroup entity. get: tags: - groups.plannerGroup summary: Get plans from groups description: Read-only. Nullable. Returns the plannerPlans owned by the group. operationId: groups.planner.GetPlans parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerPlan' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.plannerGroup summary: Update the navigation property plans in groups operationId: groups.planner.UpdatePlans requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerPlan' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerPlan' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.plannerGroup summary: Delete navigation property plans for groups operationId: groups.planner.DeletePlans parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan '/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets': description: Provides operations to manage the buckets property of the microsoft.graph.plannerPlan entity. get: tags: - groups.plannerGroup summary: Get buckets from groups description: Read-only. Nullable. Collection of buckets in the plan. operationId: groups.planner.plans.ListBuckets parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.plannerBucketCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.plannerGroup summary: Create new navigation property to buckets for groups operationId: groups.planner.plans.CreateBuckets requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerBucket' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerBucket' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan '/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}': description: Provides operations to manage the buckets property of the microsoft.graph.plannerPlan entity. get: tags: - groups.plannerGroup summary: Get buckets from groups description: Read-only. Nullable. Collection of buckets in the plan. operationId: groups.planner.plans.GetBuckets parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerBucket' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.plannerGroup summary: Update the navigation property buckets in groups operationId: groups.planner.plans.UpdateBuckets requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerBucket' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerBucket' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.plannerGroup summary: Delete navigation property buckets for groups operationId: groups.planner.plans.DeleteBuckets parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan - name: plannerBucket-id in: path description: The unique identifier of plannerBucket required: true schema: type: string x-ms-docs-key-type: plannerBucket '/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks': description: Provides operations to manage the tasks property of the microsoft.graph.plannerBucket entity. get: tags: - groups.plannerGroup summary: Get tasks from groups description: Read-only. Nullable. The collection of tasks in the bucket. operationId: groups.planner.plans.buckets.ListTasks parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.plannerTaskCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.plannerGroup summary: Create new navigation property to tasks for groups operationId: groups.planner.plans.buckets.CreateTasks requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan - name: plannerBucket-id in: path description: The unique identifier of plannerBucket required: true schema: type: string x-ms-docs-key-type: plannerBucket '/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}': description: Provides operations to manage the tasks property of the microsoft.graph.plannerBucket entity. get: tags: - groups.plannerGroup summary: Get tasks from groups description: Read-only. Nullable. The collection of tasks in the bucket. operationId: groups.planner.plans.buckets.GetTasks parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.plannerGroup summary: Update the navigation property tasks in groups operationId: groups.planner.plans.buckets.UpdateTasks requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.plannerGroup summary: Delete navigation property tasks for groups operationId: groups.planner.plans.buckets.DeleteTasks parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan - name: plannerBucket-id in: path description: The unique identifier of plannerBucket required: true schema: type: string x-ms-docs-key-type: plannerBucket - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask '/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat': description: Provides operations to manage the assignedToTaskBoardFormat property of the microsoft.graph.plannerTask entity. get: tags: - groups.plannerGroup summary: Get assignedToTaskBoardFormat from groups description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by assignedTo. operationId: groups.planner.plans.buckets.tasks.GetAssignedToTaskBoardFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.plannerGroup summary: Update the navigation property assignedToTaskBoardFormat in groups operationId: groups.planner.plans.buckets.tasks.UpdateAssignedToTaskBoardFormat parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.plannerGroup summary: Delete navigation property assignedToTaskBoardFormat for groups operationId: groups.planner.plans.buckets.tasks.DeleteAssignedToTaskBoardFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan - name: plannerBucket-id in: path description: The unique identifier of plannerBucket required: true schema: type: string x-ms-docs-key-type: plannerBucket - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask x-ms-docs-grouped-path: - '/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat' '/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat': description: Provides operations to manage the bucketTaskBoardFormat property of the microsoft.graph.plannerTask entity. get: tags: - groups.plannerGroup summary: Get bucketTaskBoardFormat from groups description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by bucket. operationId: groups.planner.plans.buckets.tasks.GetBucketTaskBoardFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.plannerGroup summary: Update the navigation property bucketTaskBoardFormat in groups operationId: groups.planner.plans.buckets.tasks.UpdateBucketTaskBoardFormat parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.plannerGroup summary: Delete navigation property bucketTaskBoardFormat for groups operationId: groups.planner.plans.buckets.tasks.DeleteBucketTaskBoardFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan - name: plannerBucket-id in: path description: The unique identifier of plannerBucket required: true schema: type: string x-ms-docs-key-type: plannerBucket - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask x-ms-docs-grouped-path: - '/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat' '/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details': description: Provides operations to manage the details property of the microsoft.graph.plannerTask entity. get: tags: - groups.plannerGroup summary: Get details from groups description: Read-only. Nullable. More details about the task. operationId: groups.planner.plans.buckets.tasks.GetDetails parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.plannerGroup summary: Update the navigation property details in groups operationId: groups.planner.plans.buckets.tasks.UpdateDetails parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.plannerGroup summary: Delete navigation property details for groups operationId: groups.planner.plans.buckets.tasks.DeleteDetails parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan - name: plannerBucket-id in: path description: The unique identifier of plannerBucket required: true schema: type: string x-ms-docs-key-type: plannerBucket - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask x-ms-docs-grouped-path: - '/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/details' '/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat': description: Provides operations to manage the progressTaskBoardFormat property of the microsoft.graph.plannerTask entity. get: tags: - groups.plannerGroup summary: Get progressTaskBoardFormat from groups description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by progress. operationId: groups.planner.plans.buckets.tasks.GetProgressTaskBoardFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.plannerGroup summary: Update the navigation property progressTaskBoardFormat in groups operationId: groups.planner.plans.buckets.tasks.UpdateProgressTaskBoardFormat parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.plannerGroup summary: Delete navigation property progressTaskBoardFormat for groups operationId: groups.planner.plans.buckets.tasks.DeleteProgressTaskBoardFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan - name: plannerBucket-id in: path description: The unique identifier of plannerBucket required: true schema: type: string x-ms-docs-key-type: plannerBucket - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask x-ms-docs-grouped-path: - '/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/progressTaskBoardFormat' '/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.plannerGroup summary: Get the number of the resource operationId: groups.planner.plans.buckets.tasks.GetCount-384e parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan - name: plannerBucket-id in: path description: The unique identifier of plannerBucket required: true schema: type: string x-ms-docs-key-type: plannerBucket '/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.plannerGroup summary: Get the number of the resource operationId: groups.planner.plans.buckets.GetCount-66eb parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan '/groups/{group-id}/planner/plans/{plannerPlan-id}/details': description: Provides operations to manage the details property of the microsoft.graph.plannerPlan entity. get: tags: - groups.plannerGroup summary: Get details from groups description: Read-only. Nullable. Extra details about the plan. operationId: groups.planner.plans.GetDetails parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerPlanDetails' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.plannerGroup summary: Update the navigation property details in groups operationId: groups.planner.plans.UpdateDetails parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerPlanDetails' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerPlanDetails' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.plannerGroup summary: Delete navigation property details for groups operationId: groups.planner.plans.DeleteDetails parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan '/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks': description: Provides operations to manage the tasks property of the microsoft.graph.plannerPlan entity. get: tags: - groups.plannerGroup summary: Get tasks from groups description: Read-only. Nullable. Collection of tasks in the plan. operationId: groups.planner.plans.ListTasks parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.plannerTaskCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.plannerGroup summary: Create new navigation property to tasks for groups operationId: groups.planner.plans.CreateTasks requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan '/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}': description: Provides operations to manage the tasks property of the microsoft.graph.plannerPlan entity. get: tags: - groups.plannerGroup summary: Get tasks from groups description: Read-only. Nullable. Collection of tasks in the plan. operationId: groups.planner.plans.GetTasks parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.plannerGroup summary: Update the navigation property tasks in groups operationId: groups.planner.plans.UpdateTasks requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.plannerGroup summary: Delete navigation property tasks for groups operationId: groups.planner.plans.DeleteTasks parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask '/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat': description: Provides operations to manage the assignedToTaskBoardFormat property of the microsoft.graph.plannerTask entity. get: tags: - groups.plannerGroup summary: Get assignedToTaskBoardFormat from groups description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by assignedTo. operationId: groups.planner.plans.tasks.GetAssignedToTaskBoardFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.plannerGroup summary: Update the navigation property assignedToTaskBoardFormat in groups operationId: groups.planner.plans.tasks.UpdateAssignedToTaskBoardFormat parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.plannerGroup summary: Delete navigation property assignedToTaskBoardFormat for groups operationId: groups.planner.plans.tasks.DeleteAssignedToTaskBoardFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask x-ms-docs-grouped-path: - '/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat' '/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat': description: Provides operations to manage the bucketTaskBoardFormat property of the microsoft.graph.plannerTask entity. get: tags: - groups.plannerGroup summary: Get bucketTaskBoardFormat from groups description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by bucket. operationId: groups.planner.plans.tasks.GetBucketTaskBoardFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.plannerGroup summary: Update the navigation property bucketTaskBoardFormat in groups operationId: groups.planner.plans.tasks.UpdateBucketTaskBoardFormat parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.plannerGroup summary: Delete navigation property bucketTaskBoardFormat for groups operationId: groups.planner.plans.tasks.DeleteBucketTaskBoardFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask x-ms-docs-grouped-path: - '/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat' '/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/details': description: Provides operations to manage the details property of the microsoft.graph.plannerTask entity. get: tags: - groups.plannerGroup summary: Get details from groups description: Read-only. Nullable. More details about the task. operationId: groups.planner.plans.tasks.GetDetails parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.plannerGroup summary: Update the navigation property details in groups operationId: groups.planner.plans.tasks.UpdateDetails parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.plannerGroup summary: Delete navigation property details for groups operationId: groups.planner.plans.tasks.DeleteDetails parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask x-ms-docs-grouped-path: - '/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details' '/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/progressTaskBoardFormat': description: Provides operations to manage the progressTaskBoardFormat property of the microsoft.graph.plannerTask entity. get: tags: - groups.plannerGroup summary: Get progressTaskBoardFormat from groups description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by progress. operationId: groups.planner.plans.tasks.GetProgressTaskBoardFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.plannerGroup summary: Update the navigation property progressTaskBoardFormat in groups operationId: groups.planner.plans.tasks.UpdateProgressTaskBoardFormat parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.plannerGroup summary: Delete navigation property progressTaskBoardFormat for groups operationId: groups.planner.plans.tasks.DeleteProgressTaskBoardFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask x-ms-docs-grouped-path: - '/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat' '/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.plannerGroup summary: Get the number of the resource operationId: groups.planner.plans.tasks.GetCount-d84b parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan '/groups/{group-id}/planner/plans/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.plannerGroup summary: Get the number of the resource operationId: groups.planner.plans.GetCount-dff1 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/rejectedSenders': description: Provides operations to manage the rejectedSenders property of the microsoft.graph.group entity. get: tags: - groups.directoryObject summary: List rejectedSenders description: 'Users in the rejected senders list can''t post to conversations of the group (identified in the GET request URL). Make sure you don''t specify the same user or group in the rejected senders and accepted senders lists, otherwise you get an error.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/group-list-rejectedsenders?view=graph-rest-1.0 operationId: groups.ListRejectedSenders parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/rejectedSenders/{directoryObject-id}/$ref': description: Provides operations to manage the collection of group entities. delete: tags: - groups.directoryObject summary: Remove rejectedSender externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/group-delete-rejectedsenders?view=graph-rest-1.0 operationId: groups.rejectedSenders.DeleteRefDirectoryObject parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/groups/{group-id}/rejectedSenders/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.directoryObject summary: Get the number of the resource operationId: groups.rejectedSenders.GetCount-b188 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/rejectedSenders/$ref': description: Provides operations to manage the collection of group entities. get: tags: - groups.directoryObject summary: List rejectedSenders description: 'Users in the rejected senders list can''t post to conversations of the group (identified in the GET request URL). Make sure you don''t specify the same user or group in the rejected senders and accepted senders lists, otherwise you get an error.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/group-list-rejectedsenders?view=graph-rest-1.0 operationId: groups.ListRefRejectedSenders parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/StringCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.directoryObject summary: Create rejectedSender description: 'Specify the user or group in @odata.id in the request body. Users in the rejected senders list can''t post to conversations of the group (identified in the POST request URL). Make sure you don''t specify the same user or group in the rejected senders and accepted senders lists, otherwise you''ll get an error.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/group-post-rejectedsenders?view=graph-rest-1.0 operationId: groups.CreateRefRejectedSenders requestBody: $ref: '#/components/requestBodies/refPostBody' responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.directoryObject summary: Remove rejectedSender externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/group-delete-rejectedsenders?view=graph-rest-1.0 operationId: groups.DeleteRefRejectedSenders parameters: - name: If-Match in: header description: ETag schema: type: string - name: '@id' in: query description: The delete Uri required: true schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/serviceProvisioningErrors': get: tags: - groups.serviceProvisioningError summary: Get serviceProvisioningErrors property value description: '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).' operationId: groups.ListServiceProvisioningErrors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/serviceProvisioningErrors/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.serviceProvisioningError summary: Get the number of the resource operationId: groups.ServiceProvisioningErrors.GetCount-e58f parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/settings': description: Provides operations to manage the settings property of the microsoft.graph.group entity. get: tags: - groups.groupSetting summary: List settings description: Retrieve a list of tenant-level or group-specific group settings objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/group-list-settings?view=graph-rest-1.0 operationId: groups.ListSettings parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.groupSettingCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.groupSetting summary: Create settings description: 'Create a new setting based on the templates available in groupSettingTemplates. These settings can be at the tenant-level or at the group level. Group settings apply to only Microsoft 365 groups. The template named Group.Unified can be used to configure tenant-wide Microsoft 365 group settings, while the template named Group.Unified.Guest can be used to configure group-specific settings.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/group-post-settings?view=graph-rest-1.0 operationId: groups.CreateSettings requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.groupSetting' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.groupSetting' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/settings/{groupSetting-id}': description: Provides operations to manage the settings property of the microsoft.graph.group entity. get: tags: - groups.groupSetting summary: Get groupSetting description: Retrieve the properties of a specific group setting object. The setting can be a tenant-level or group-specific setting. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/groupsetting-get?view=graph-rest-1.0 operationId: groups.GetSettings parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.groupSetting' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.groupSetting summary: Update groupSetting description: Update the properties of a groupSetting object for tenant-wide group settings or a specific group setting. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/groupsetting-update?view=graph-rest-1.0 operationId: groups.UpdateSettings requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.groupSetting' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.groupSetting' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.groupSetting summary: Delete navigation property settings for groups operationId: groups.DeleteSettings parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: groupSetting-id in: path description: The unique identifier of groupSetting required: true schema: type: string x-ms-docs-key-type: groupSetting '/groups/{group-id}/settings/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.groupSetting summary: Get the number of the resource operationId: groups.settings.GetCount-7641 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/sites': description: Provides operations to manage the sites property of the microsoft.graph.group entity. get: tags: - groups.site summary: Get sites from groups description: The list of SharePoint sites in this group. Access the default site with /sites/root. operationId: groups.ListSites parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.siteCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/sites/{site-id}': description: Provides operations to manage the sites property of the microsoft.graph.group entity. get: tags: - groups.site summary: Get sites from groups description: The list of SharePoint sites in this group. Access the default site with /sites/root. operationId: groups.GetSites parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.site' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property sites in groups operationId: groups.UpdateSites requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.site' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.site' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site '/groups/{group-id}/sites/{site-id}/analytics': description: Provides operations to manage the analytics property of the microsoft.graph.site entity. get: tags: - groups.site summary: Get analytics from groups description: Analytics about the view activities that took place on this site. operationId: groups.sites.GetAnalytics parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemAnalytics' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property analytics in groups operationId: groups.sites.UpdateAnalytics requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemAnalytics' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemAnalytics' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property analytics for groups operationId: groups.sites.DeleteAnalytics parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/analytics' - '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/analytics' '/groups/{group-id}/sites/{site-id}/analytics/allTime': description: Provides operations to manage the allTime property of the microsoft.graph.itemAnalytics entity. get: tags: - groups.site summary: Get allTime from groups operationId: groups.sites.analytics.GetAllTime parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemActivityStat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site '/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats': description: Provides operations to manage the itemActivityStats property of the microsoft.graph.itemAnalytics entity. get: tags: - groups.site summary: Get itemActivityStats from groups operationId: groups.sites.analytics.ListItemActivityStats parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.itemActivityStatCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to itemActivityStats for groups operationId: groups.sites.analytics.CreateItemActivityStats requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemActivityStat' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemActivityStat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site '/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}': description: Provides operations to manage the itemActivityStats property of the microsoft.graph.itemAnalytics entity. get: tags: - groups.site summary: Get itemActivityStats from groups operationId: groups.sites.analytics.GetItemActivityStats parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemActivityStat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property itemActivityStats in groups operationId: groups.sites.analytics.UpdateItemActivityStats requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemActivityStat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemActivityStat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property itemActivityStats for groups operationId: groups.sites.analytics.DeleteItemActivityStats parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: itemActivityStat-id in: path description: The unique identifier of itemActivityStat required: true schema: type: string x-ms-docs-key-type: itemActivityStat '/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities': description: Provides operations to manage the activities property of the microsoft.graph.itemActivityStat entity. get: tags: - groups.site summary: Get activities from groups description: Exposes the itemActivities represented in this itemActivityStat resource. operationId: groups.sites.analytics.itemActivityStats.ListActivities parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.itemActivityCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to activities for groups operationId: groups.sites.analytics.itemActivityStats.CreateActivities requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemActivity' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemActivity' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: itemActivityStat-id in: path description: The unique identifier of itemActivityStat required: true schema: type: string x-ms-docs-key-type: itemActivityStat '/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}': description: Provides operations to manage the activities property of the microsoft.graph.itemActivityStat entity. get: tags: - groups.site summary: Get activities from groups description: Exposes the itemActivities represented in this itemActivityStat resource. operationId: groups.sites.analytics.itemActivityStats.GetActivities parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemActivity' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property activities in groups operationId: groups.sites.analytics.itemActivityStats.UpdateActivities requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemActivity' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemActivity' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property activities for groups operationId: groups.sites.analytics.itemActivityStats.DeleteActivities parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: itemActivityStat-id in: path description: The unique identifier of itemActivityStat required: true schema: type: string x-ms-docs-key-type: itemActivityStat - name: itemActivity-id in: path description: The unique identifier of itemActivity required: true schema: type: string x-ms-docs-key-type: itemActivity '/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem': description: Provides operations to manage the driveItem property of the microsoft.graph.itemActivity entity. get: tags: - groups.site summary: Get driveItem from groups description: Exposes the driveItem that was the target of this activity. operationId: groups.sites.analytics.itemActivityStats.activities.GetDriveItem parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: itemActivityStat-id in: path description: The unique identifier of itemActivityStat required: true schema: type: string x-ms-docs-key-type: itemActivityStat - name: itemActivity-id in: path description: The unique identifier of itemActivity required: true schema: type: string x-ms-docs-key-type: itemActivity '/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content': description: Provides operations to manage the media for the group entity. get: tags: - groups.site summary: Get content for the navigation property driveItem from groups description: 'The content stream, if the item represents a file.' operationId: groups.sites.analytics.itemActivityStats.activities.GetDriveItemContent parameters: - name: $format in: query description: Format of the content schema: type: string responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - groups.site summary: Update content for the navigation property driveItem in groups description: 'The content stream, if the item represents a file.' operationId: groups.sites.analytics.itemActivityStats.activities.UpdateDriveItemContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - groups.site summary: Delete content for the navigation property driveItem in groups description: 'The content stream, if the item represents a file.' operationId: groups.sites.analytics.itemActivityStats.activities.DeleteDriveItemContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: itemActivityStat-id in: path description: The unique identifier of itemActivityStat required: true schema: type: string x-ms-docs-key-type: itemActivityStat - name: itemActivity-id in: path description: The unique identifier of itemActivity required: true schema: type: string x-ms-docs-key-type: itemActivity '/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.analytics.itemActivityStats.activities.GetCount-adef parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: itemActivityStat-id in: path description: The unique identifier of itemActivityStat required: true schema: type: string x-ms-docs-key-type: itemActivityStat '/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.analytics.itemActivityStats.GetCount-81ab parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site '/groups/{group-id}/sites/{site-id}/analytics/lastSevenDays': description: Provides operations to manage the lastSevenDays property of the microsoft.graph.itemAnalytics entity. get: tags: - groups.site summary: Get lastSevenDays from groups operationId: groups.sites.analytics.GetLastSevenDays parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemActivityStat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site '/groups/{group-id}/sites/{site-id}/columns': description: Provides operations to manage the columns property of the microsoft.graph.site entity. get: tags: - groups.site summary: Get columns from groups description: The collection of column definitions reusable across lists under this site. operationId: groups.sites.ListColumns parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to columns for groups operationId: groups.sites.CreateColumns requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/columns' - '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/columns' '/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}': description: Provides operations to manage the columns property of the microsoft.graph.site entity. get: tags: - groups.site summary: Get columns from groups description: The collection of column definitions reusable across lists under this site. operationId: groups.sites.GetColumns parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property columns in groups operationId: groups.sites.UpdateColumns requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property columns for groups operationId: groups.sites.DeleteColumns parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: columnDefinition-id in: path description: The unique identifier of columnDefinition required: true schema: type: string x-ms-docs-key-type: columnDefinition '/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}/sourceColumn': description: Provides operations to manage the sourceColumn property of the microsoft.graph.columnDefinition entity. get: tags: - groups.site summary: Get sourceColumn from groups description: The source column for the content type column. operationId: groups.sites.columns.GetSourceColumn parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: columnDefinition-id in: path description: The unique identifier of columnDefinition required: true schema: type: string x-ms-docs-key-type: columnDefinition x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn' - '/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}/sourceColumn' - '/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn' '/groups/{group-id}/sites/{site-id}/columns/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.columns.GetCount-c1d5 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site '/groups/{group-id}/sites/{site-id}/contentTypes': description: Provides operations to manage the contentTypes property of the microsoft.graph.site entity. get: tags: - groups.site summary: Get contentTypes from groups description: The collection of content types defined for this site. operationId: groups.sites.ListContentTypes parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.contentTypeCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to contentTypes for groups operationId: groups.sites.CreateContentTypes requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/contentTypes' - '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/contentTypes' '/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}': description: Provides operations to manage the contentTypes property of the microsoft.graph.site entity. get: tags: - groups.site summary: Get contentTypes from groups description: The collection of content types defined for this site. operationId: groups.sites.GetContentTypes parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property contentTypes in groups operationId: groups.sites.UpdateContentTypes requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property contentTypes for groups operationId: groups.sites.DeleteContentTypes parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType '/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/base': description: Provides operations to manage the base property of the microsoft.graph.contentType entity. get: tags: - groups.site summary: Get base from groups description: Parent contentType from which this content type is derived. operationId: groups.sites.contentTypes.GetBase parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/base' '/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes': description: Provides operations to manage the baseTypes property of the microsoft.graph.contentType entity. get: tags: - groups.site summary: Get baseTypes from groups description: The collection of content types that are ancestors of this content type. operationId: groups.sites.contentTypes.ListBaseTypes parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.contentTypeCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/baseTypes' '/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}': description: Provides operations to manage the baseTypes property of the microsoft.graph.contentType entity. get: tags: - groups.site summary: Get baseTypes from groups description: The collection of content types that are ancestors of this content type. operationId: groups.sites.contentTypes.GetBaseTypes parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType - name: contentType-id1 in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}' '/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.contentTypes.baseTypes.GetCount-968b parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType '/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks': description: Provides operations to manage the columnLinks property of the microsoft.graph.contentType entity. get: tags: - groups.site summary: Get columnLinks from groups description: The collection of columns that are required by this content type. operationId: groups.sites.contentTypes.ListColumnLinks parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.columnLinkCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to columnLinks for groups operationId: groups.sites.contentTypes.CreateColumnLinks requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnLink' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnLink' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks' '/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}': description: Provides operations to manage the columnLinks property of the microsoft.graph.contentType entity. get: tags: - groups.site summary: Get columnLinks from groups description: The collection of columns that are required by this content type. operationId: groups.sites.contentTypes.GetColumnLinks parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnLink' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property columnLinks in groups operationId: groups.sites.contentTypes.UpdateColumnLinks requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnLink' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnLink' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property columnLinks for groups operationId: groups.sites.contentTypes.DeleteColumnLinks parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType - name: columnLink-id in: path description: The unique identifier of columnLink required: true schema: type: string x-ms-docs-key-type: columnLink x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}' '/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.contentTypes.columnLinks.GetCount-6e1c parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType '/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions': description: Provides operations to manage the columnPositions property of the microsoft.graph.contentType entity. get: tags: - groups.site summary: Get columnPositions from groups description: Column order information in a content type. operationId: groups.sites.contentTypes.ListColumnPositions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions' '/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}': description: Provides operations to manage the columnPositions property of the microsoft.graph.contentType entity. get: tags: - groups.site summary: Get columnPositions from groups description: Column order information in a content type. operationId: groups.sites.contentTypes.GetColumnPositions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType - name: columnDefinition-id in: path description: The unique identifier of columnDefinition required: true schema: type: string x-ms-docs-key-type: columnDefinition x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}' '/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.contentTypes.columnPositions.GetCount-1e7b parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType '/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns': description: Provides operations to manage the columns property of the microsoft.graph.contentType entity. get: tags: - groups.site summary: Get columns from groups description: The collection of column definitions for this content type. operationId: groups.sites.contentTypes.ListColumns parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to columns for groups operationId: groups.sites.contentTypes.CreateColumns requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns' '/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}': description: Provides operations to manage the columns property of the microsoft.graph.contentType entity. get: tags: - groups.site summary: Get columns from groups description: The collection of column definitions for this content type. operationId: groups.sites.contentTypes.GetColumns parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property columns in groups operationId: groups.sites.contentTypes.UpdateColumns requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property columns for groups operationId: groups.sites.contentTypes.DeleteColumns parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType - name: columnDefinition-id in: path description: The unique identifier of columnDefinition required: true schema: type: string x-ms-docs-key-type: columnDefinition x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}' '/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn': description: Provides operations to manage the sourceColumn property of the microsoft.graph.columnDefinition entity. get: tags: - groups.site summary: Get sourceColumn from groups description: The source column for the content type column. operationId: groups.sites.contentTypes.columns.GetSourceColumn parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType - name: columnDefinition-id in: path description: The unique identifier of columnDefinition required: true schema: type: string x-ms-docs-key-type: columnDefinition x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}/sourceColumn' - '/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}/sourceColumn' - '/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn' '/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.contentTypes.columns.GetCount-7525 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType '/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/associateWithHubSites': description: Provides operations to call the associateWithHubSites method. post: tags: - groups.Actions summary: Invoke action associateWithHubSites description: Associate a published content type present in a content type hub with a list of hub sites. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0 operationId: groups.group.sites.site.contentTypes.contentType.associateWithHubSites requestBody: description: Action parameters content: application/json: schema: type: object properties: hubSiteUrls: type: array items: type: string propagateToExistingLists: type: boolean default: false nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/associateWithHubSites' '/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation': description: Provides operations to call the copyToDefaultContentLocation method. post: tags: - groups.Actions summary: Invoke action copyToDefaultContentLocation description: Copy a file to a default content location in a content type. The file can then be added as a default file or template via a POST operation. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0 operationId: groups.group.sites.site.contentTypes.contentType.copyToDefaultContentLocation requestBody: description: Action parameters content: application/json: schema: type: object properties: sourceFile: $ref: '#/components/schemas/microsoft.graph.itemReference' destinationFileName: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation' '/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/isPublished()': description: Provides operations to call the isPublished method. get: tags: - groups.Functions summary: Invoke function isPublished description: Check the publishing status of a contentType in a content type hub site. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0 operationId: groups.group.sites.site.contentTypes.contentType.isPublished responses: 2XX: description: Success content: application/json: schema: type: object properties: value: type: boolean default: false 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/isPublished()' '/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/publish': description: Provides operations to call the publish method. post: tags: - groups.Actions summary: Invoke action publish description: Publishes a contentType present in the content type hub site. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0 operationId: groups.group.sites.site.contentTypes.contentType.publish responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/publish' '/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/unpublish': description: Provides operations to call the unpublish method. post: tags: - groups.Actions summary: Invoke action unpublish description: Unpublish a contentType from a content type hub site. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0 operationId: groups.group.sites.site.contentTypes.contentType.unpublish responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/unpublish' '/groups/{group-id}/sites/{site-id}/contentTypes/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.contentTypes.GetCount-4805 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site '/groups/{group-id}/sites/{site-id}/contentTypes/addCopy': description: Provides operations to call the addCopy method. post: tags: - groups.Actions summary: Invoke action addCopy description: Add a copy of a content type from a site to a list. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0 operationId: groups.group.sites.site.contentTypes.addCopy requestBody: description: Action parameters content: application/json: schema: type: object properties: contentType: type: string required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.contentType' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/addCopy' '/groups/{group-id}/sites/{site-id}/contentTypes/addCopyFromContentTypeHub': description: Provides operations to call the addCopyFromContentTypeHub method. post: tags: - groups.Actions summary: Invoke action addCopyFromContentTypeHub description: 'Add or sync a copy of a published content type from the content type hub to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a ''push everywhere'' to ''pull as needed'' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see contentType: getCompatibleHubContentTypes and the blog post Syntex Product Updates – August 2021.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0 operationId: groups.group.sites.site.contentTypes.addCopyFromContentTypeHub requestBody: description: Action parameters content: application/json: schema: type: object properties: contentTypeId: type: string required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.contentType' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/addCopyFromContentTypeHub' '/groups/{group-id}/sites/{site-id}/contentTypes/getCompatibleHubContentTypes()': description: Provides operations to call the getCompatibleHubContentTypes method. get: tags: - groups.Functions summary: Invoke function getCompatibleHubContentTypes description: 'Get a list of compatible content types from the content type hub that can be added to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a ''push everywhere'' to ''pull as needed'' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see contentType: addCopyFromContentTypeHub and the blog post Syntex Product Updates – August 2021.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0 operationId: groups.group.sites.site.contentTypes.getCompatibleHubContentTypes parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of contentType type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.contentType' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/getCompatibleHubContentTypes()' '/groups/{group-id}/sites/{site-id}/createdByUser': description: Provides operations to manage the createdByUser property of the microsoft.graph.baseItem entity. get: tags: - groups.site summary: Get createdByUser from groups description: Identity of the user who created the item. Read-only. operationId: groups.sites.GetCreatedByUser parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser' - '/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser' - '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/createdByUser' - '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/createdByUser' - '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser' - '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/createdByUser' '/groups/{group-id}/sites/{site-id}/createdByUser/mailboxSettings': get: tags: - groups.site summary: Get mailboxSettings property value description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' operationId: groups.sites.createdByUser.GetMailboxSettings parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' patch: tags: - groups.site summary: Update property mailboxSettings value. operationId: groups.sites.createdByUser.UpdateMailboxSettings requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site '/groups/{group-id}/sites/{site-id}/createdByUser/serviceProvisioningErrors': get: tags: - groups.site summary: Get serviceProvisioningErrors property value description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' operationId: groups.sites.createdByUser.ListServiceProvisioningErrors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site '/groups/{group-id}/sites/{site-id}/createdByUser/serviceProvisioningErrors/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.createdByUser.ServiceProvisioningErrors.GetCount-d41e parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site '/groups/{group-id}/sites/{site-id}/drive': description: Provides operations to manage the drive property of the microsoft.graph.site entity. get: tags: - groups.site summary: Get drive from groups description: The default drive (document library) for this site. operationId: groups.sites.GetDrive parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.drive' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/drive' - '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/drive' '/groups/{group-id}/sites/{site-id}/drives': description: Provides operations to manage the drives property of the microsoft.graph.site entity. get: tags: - groups.site summary: Get drives from groups description: The collection of drives (document libraries) under this site. operationId: groups.sites.ListDrives parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.driveCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/drives' - '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/drives' '/groups/{group-id}/sites/{site-id}/drives/{drive-id}': description: Provides operations to manage the drives property of the microsoft.graph.site entity. get: tags: - groups.site summary: Get drives from groups description: The collection of drives (document libraries) under this site. operationId: groups.sites.GetDrives parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.drive' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive '/groups/{group-id}/sites/{site-id}/drives/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.drives.GetCount-ba0d parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site '/groups/{group-id}/sites/{site-id}/externalColumns': description: Provides operations to manage the externalColumns property of the microsoft.graph.site entity. get: tags: - groups.site summary: Get externalColumns from groups operationId: groups.sites.ListExternalColumns parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/externalColumns' - '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/externalColumns' '/groups/{group-id}/sites/{site-id}/externalColumns/{columnDefinition-id}': description: Provides operations to manage the externalColumns property of the microsoft.graph.site entity. get: tags: - groups.site summary: Get externalColumns from groups operationId: groups.sites.GetExternalColumns parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: columnDefinition-id in: path description: The unique identifier of columnDefinition required: true schema: type: string x-ms-docs-key-type: columnDefinition '/groups/{group-id}/sites/{site-id}/externalColumns/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.externalColumns.GetCount-e0e3 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site '/groups/{group-id}/sites/{site-id}/items': description: Provides operations to manage the items property of the microsoft.graph.site entity. get: tags: - groups.site summary: Get items from groups description: Used to address any item contained in this site. This collection can't be enumerated. operationId: groups.sites.ListItems parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.baseItemCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/items' - '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/items' '/groups/{group-id}/sites/{site-id}/items/{baseItem-id}': description: Provides operations to manage the items property of the microsoft.graph.site entity. get: tags: - groups.site summary: Get items from groups description: Used to address any item contained in this site. This collection can't be enumerated. operationId: groups.sites.GetItems parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.baseItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: baseItem-id in: path description: The unique identifier of baseItem required: true schema: type: string x-ms-docs-key-type: baseItem '/groups/{group-id}/sites/{site-id}/items/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.items.GetCount-57bf parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site '/groups/{group-id}/sites/{site-id}/lastModifiedByUser': description: Provides operations to manage the lastModifiedByUser property of the microsoft.graph.baseItem entity. get: tags: - groups.site summary: Get lastModifiedByUser from groups description: Identity of the user who last modified the item. Read-only. operationId: groups.sites.GetLastModifiedByUser parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser' - '/groups/{group-id}/sites/{site-id}/lists/{list-id}/lastModifiedByUser' - '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/lastModifiedByUser' - '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/lastModifiedByUser' - '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser' - '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/lastModifiedByUser' '/groups/{group-id}/sites/{site-id}/lastModifiedByUser/mailboxSettings': get: tags: - groups.site summary: Get mailboxSettings property value description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' operationId: groups.sites.lastModifiedByUser.GetMailboxSettings parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' patch: tags: - groups.site summary: Update property mailboxSettings value. operationId: groups.sites.lastModifiedByUser.UpdateMailboxSettings requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site '/groups/{group-id}/sites/{site-id}/lastModifiedByUser/serviceProvisioningErrors': get: tags: - groups.site summary: Get serviceProvisioningErrors property value description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' operationId: groups.sites.lastModifiedByUser.ListServiceProvisioningErrors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site '/groups/{group-id}/sites/{site-id}/lastModifiedByUser/serviceProvisioningErrors/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.lastModifiedByUser.ServiceProvisioningErrors.GetCount-e132 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site '/groups/{group-id}/sites/{site-id}/lists': description: Provides operations to manage the lists property of the microsoft.graph.site entity. get: tags: - groups.site summary: Get lists from groups description: The collection of lists under this site. operationId: groups.sites.ListLists parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.listCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to lists for groups operationId: groups.sites.CreateLists requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.list' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.list' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/lists' - '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/lists' '/groups/{group-id}/sites/{site-id}/lists/{list-id}': description: Provides operations to manage the lists property of the microsoft.graph.site entity. get: tags: - groups.site summary: Get lists from groups description: The collection of lists under this site. operationId: groups.sites.GetLists parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.list' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property lists in groups operationId: groups.sites.UpdateLists requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.list' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.list' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property lists for groups operationId: groups.sites.DeleteLists parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list '/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns': description: Provides operations to manage the columns property of the microsoft.graph.list entity. get: tags: - groups.site summary: Get columns from groups description: The collection of field definitions for this list. operationId: groups.sites.lists.ListColumns parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to columns for groups operationId: groups.sites.lists.CreateColumns requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list '/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}': description: Provides operations to manage the columns property of the microsoft.graph.list entity. get: tags: - groups.site summary: Get columns from groups description: The collection of field definitions for this list. operationId: groups.sites.lists.GetColumns parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property columns in groups operationId: groups.sites.lists.UpdateColumns requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property columns for groups operationId: groups.sites.lists.DeleteColumns parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list - name: columnDefinition-id in: path description: The unique identifier of columnDefinition required: true schema: type: string x-ms-docs-key-type: columnDefinition '/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}/sourceColumn': description: Provides operations to manage the sourceColumn property of the microsoft.graph.columnDefinition entity. get: tags: - groups.site summary: Get sourceColumn from groups description: The source column for the content type column. operationId: groups.sites.lists.columns.GetSourceColumn parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list - name: columnDefinition-id in: path description: The unique identifier of columnDefinition required: true schema: type: string x-ms-docs-key-type: columnDefinition x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}/sourceColumn' - '/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn' - '/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn' '/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.lists.columns.GetCount-aebb parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list '/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes': description: Provides operations to manage the contentTypes property of the microsoft.graph.list entity. get: tags: - groups.site summary: Get contentTypes from groups description: The collection of content types present in this list. operationId: groups.sites.lists.ListContentTypes parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.contentTypeCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to contentTypes for groups operationId: groups.sites.lists.CreateContentTypes requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list '/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}': description: Provides operations to manage the contentTypes property of the microsoft.graph.list entity. get: tags: - groups.site summary: Get contentTypes from groups description: The collection of content types present in this list. operationId: groups.sites.lists.GetContentTypes parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property contentTypes in groups operationId: groups.sites.lists.UpdateContentTypes requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property contentTypes for groups operationId: groups.sites.lists.DeleteContentTypes parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType '/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/base': description: Provides operations to manage the base property of the microsoft.graph.contentType entity. get: tags: - groups.site summary: Get base from groups description: Parent contentType from which this content type is derived. operationId: groups.sites.lists.contentTypes.GetBase parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/base' '/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/baseTypes': description: Provides operations to manage the baseTypes property of the microsoft.graph.contentType entity. get: tags: - groups.site summary: Get baseTypes from groups description: The collection of content types that are ancestors of this content type. operationId: groups.sites.lists.contentTypes.ListBaseTypes parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.contentTypeCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes' '/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}': description: Provides operations to manage the baseTypes property of the microsoft.graph.contentType entity. get: tags: - groups.site summary: Get baseTypes from groups description: The collection of content types that are ancestors of this content type. operationId: groups.sites.lists.contentTypes.GetBaseTypes parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType - name: contentType-id1 in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}' '/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/baseTypes/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.lists.contentTypes.baseTypes.GetCount-bc27 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType '/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks': description: Provides operations to manage the columnLinks property of the microsoft.graph.contentType entity. get: tags: - groups.site summary: Get columnLinks from groups description: The collection of columns that are required by this content type. operationId: groups.sites.lists.contentTypes.ListColumnLinks parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.columnLinkCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to columnLinks for groups operationId: groups.sites.lists.contentTypes.CreateColumnLinks requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnLink' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnLink' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks' '/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}': description: Provides operations to manage the columnLinks property of the microsoft.graph.contentType entity. get: tags: - groups.site summary: Get columnLinks from groups description: The collection of columns that are required by this content type. operationId: groups.sites.lists.contentTypes.GetColumnLinks parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnLink' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property columnLinks in groups operationId: groups.sites.lists.contentTypes.UpdateColumnLinks requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnLink' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnLink' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property columnLinks for groups operationId: groups.sites.lists.contentTypes.DeleteColumnLinks parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType - name: columnLink-id in: path description: The unique identifier of columnLink required: true schema: type: string x-ms-docs-key-type: columnLink x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}' '/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.lists.contentTypes.columnLinks.GetCount-7d75 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType '/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions': description: Provides operations to manage the columnPositions property of the microsoft.graph.contentType entity. get: tags: - groups.site summary: Get columnPositions from groups description: Column order information in a content type. operationId: groups.sites.lists.contentTypes.ListColumnPositions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions' '/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}': description: Provides operations to manage the columnPositions property of the microsoft.graph.contentType entity. get: tags: - groups.site summary: Get columnPositions from groups description: Column order information in a content type. operationId: groups.sites.lists.contentTypes.GetColumnPositions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType - name: columnDefinition-id in: path description: The unique identifier of columnDefinition required: true schema: type: string x-ms-docs-key-type: columnDefinition x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}' '/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.lists.contentTypes.columnPositions.GetCount-c8a7 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType '/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns': description: Provides operations to manage the columns property of the microsoft.graph.contentType entity. get: tags: - groups.site summary: Get columns from groups description: The collection of column definitions for this content type. operationId: groups.sites.lists.contentTypes.ListColumns parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to columns for groups operationId: groups.sites.lists.contentTypes.CreateColumns requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns' '/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}': description: Provides operations to manage the columns property of the microsoft.graph.contentType entity. get: tags: - groups.site summary: Get columns from groups description: The collection of column definitions for this content type. operationId: groups.sites.lists.contentTypes.GetColumns parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property columns in groups operationId: groups.sites.lists.contentTypes.UpdateColumns requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property columns for groups operationId: groups.sites.lists.contentTypes.DeleteColumns parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType - name: columnDefinition-id in: path description: The unique identifier of columnDefinition required: true schema: type: string x-ms-docs-key-type: columnDefinition x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}' '/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn': description: Provides operations to manage the sourceColumn property of the microsoft.graph.columnDefinition entity. get: tags: - groups.site summary: Get sourceColumn from groups description: The source column for the content type column. operationId: groups.sites.lists.contentTypes.columns.GetSourceColumn parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType - name: columnDefinition-id in: path description: The unique identifier of columnDefinition required: true schema: type: string x-ms-docs-key-type: columnDefinition x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}/sourceColumn' - '/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn' - '/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}/sourceColumn' '/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.lists.contentTypes.columns.GetCount-1d9f parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType '/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/associateWithHubSites': description: Provides operations to call the associateWithHubSites method. post: tags: - groups.Actions summary: Invoke action associateWithHubSites description: Associate a published content type present in a content type hub with a list of hub sites. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0 operationId: groups.group.sites.site.lists.list.contentTypes.contentType.associateWithHubSites requestBody: description: Action parameters content: application/json: schema: type: object properties: hubSiteUrls: type: array items: type: string propagateToExistingLists: type: boolean default: false nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/associateWithHubSites' '/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation': description: Provides operations to call the copyToDefaultContentLocation method. post: tags: - groups.Actions summary: Invoke action copyToDefaultContentLocation description: Copy a file to a default content location in a content type. The file can then be added as a default file or template via a POST operation. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0 operationId: groups.group.sites.site.lists.list.contentTypes.contentType.copyToDefaultContentLocation requestBody: description: Action parameters content: application/json: schema: type: object properties: sourceFile: $ref: '#/components/schemas/microsoft.graph.itemReference' destinationFileName: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation' '/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/isPublished()': description: Provides operations to call the isPublished method. get: tags: - groups.Functions summary: Invoke function isPublished description: Check the publishing status of a contentType in a content type hub site. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0 operationId: groups.group.sites.site.lists.list.contentTypes.contentType.isPublished responses: 2XX: description: Success content: application/json: schema: type: object properties: value: type: boolean default: false 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/isPublished()' '/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/publish': description: Provides operations to call the publish method. post: tags: - groups.Actions summary: Invoke action publish description: Publishes a contentType present in the content type hub site. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0 operationId: groups.group.sites.site.lists.list.contentTypes.contentType.publish responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/publish' '/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/unpublish': description: Provides operations to call the unpublish method. post: tags: - groups.Actions summary: Invoke action unpublish description: Unpublish a contentType from a content type hub site. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0 operationId: groups.group.sites.site.lists.list.contentTypes.contentType.unpublish responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/unpublish' '/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.lists.contentTypes.GetCount-e9e2 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list '/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/addCopy': description: Provides operations to call the addCopy method. post: tags: - groups.Actions summary: Invoke action addCopy description: Add a copy of a content type from a site to a list. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0 operationId: groups.group.sites.site.lists.list.contentTypes.addCopy requestBody: description: Action parameters content: application/json: schema: type: object properties: contentType: type: string required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.contentType' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/contentTypes/addCopy' '/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/addCopyFromContentTypeHub': description: Provides operations to call the addCopyFromContentTypeHub method. post: tags: - groups.Actions summary: Invoke action addCopyFromContentTypeHub description: 'Add or sync a copy of a published content type from the content type hub to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a ''push everywhere'' to ''pull as needed'' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see contentType: getCompatibleHubContentTypes and the blog post Syntex Product Updates – August 2021.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0 operationId: groups.group.sites.site.lists.list.contentTypes.addCopyFromContentTypeHub requestBody: description: Action parameters content: application/json: schema: type: object properties: contentTypeId: type: string required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.contentType' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/contentTypes/addCopyFromContentTypeHub' '/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/getCompatibleHubContentTypes()': description: Provides operations to call the getCompatibleHubContentTypes method. get: tags: - groups.Functions summary: Invoke function getCompatibleHubContentTypes description: 'Get a list of compatible content types from the content type hub that can be added to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a ''push everywhere'' to ''pull as needed'' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see contentType: addCopyFromContentTypeHub and the blog post Syntex Product Updates – August 2021.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0 operationId: groups.group.sites.site.lists.list.contentTypes.getCompatibleHubContentTypes parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of contentType type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.contentType' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/contentTypes/getCompatibleHubContentTypes()' '/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser': description: Provides operations to manage the createdByUser property of the microsoft.graph.baseItem entity. get: tags: - groups.site summary: Get createdByUser from groups description: Identity of the user who created the item. Read-only. operationId: groups.sites.lists.GetCreatedByUser parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/createdByUser' - '/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser' - '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/createdByUser' - '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/createdByUser' - '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser' - '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/createdByUser' '/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings': get: tags: - groups.site summary: Get mailboxSettings property value description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' operationId: groups.sites.lists.createdByUser.GetMailboxSettings parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' patch: tags: - groups.site summary: Update property mailboxSettings value. operationId: groups.sites.lists.createdByUser.UpdateMailboxSettings requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list '/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors': get: tags: - groups.site summary: Get serviceProvisioningErrors property value description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' operationId: groups.sites.lists.createdByUser.ListServiceProvisioningErrors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list '/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.lists.createdByUser.ServiceProvisioningErrors.GetCount-c250 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list '/groups/{group-id}/sites/{site-id}/lists/{list-id}/drive': description: Provides operations to manage the drive property of the microsoft.graph.list entity. get: tags: - groups.site summary: Get drive from groups description: Allows access to the list as a drive resource with driveItems. Only present on document libraries. operationId: groups.sites.lists.GetDrive parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.drive' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list '/groups/{group-id}/sites/{site-id}/lists/{list-id}/items': description: Provides operations to manage the items property of the microsoft.graph.list entity. get: tags: - groups.site summary: Get items from groups description: All items contained in the list. operationId: groups.sites.lists.ListItems parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.listItemCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to items for groups operationId: groups.sites.lists.CreateItems requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItem' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list '/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}': description: Provides operations to manage the items property of the microsoft.graph.list entity. get: tags: - groups.site summary: Get items from groups description: All items contained in the list. operationId: groups.sites.lists.GetItems parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property items in groups operationId: groups.sites.lists.UpdateItems requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItem' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property items for groups operationId: groups.sites.lists.DeleteItems parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem '/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics': description: Provides operations to manage the analytics property of the microsoft.graph.listItem entity. get: tags: - groups.site summary: Get analytics from groups description: Analytics about the view activities that took place on this item. operationId: groups.sites.lists.items.GetAnalytics parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemAnalytics' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem '/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser': description: Provides operations to manage the createdByUser property of the microsoft.graph.baseItem entity. get: tags: - groups.site summary: Get createdByUser from groups description: Identity of the user who created the item. Read-only. operationId: groups.sites.lists.items.GetCreatedByUser parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/createdByUser' - '/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser' - '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/createdByUser' - '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/createdByUser' - '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser' - '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/createdByUser' '/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings': get: tags: - groups.site summary: Get mailboxSettings property value description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' operationId: groups.sites.lists.items.createdByUser.GetMailboxSettings parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' patch: tags: - groups.site summary: Update property mailboxSettings value. operationId: groups.sites.lists.items.createdByUser.UpdateMailboxSettings requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem '/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors': get: tags: - groups.site summary: Get serviceProvisioningErrors property value description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' operationId: groups.sites.lists.items.createdByUser.ListServiceProvisioningErrors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem '/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.lists.items.createdByUser.ServiceProvisioningErrors.GetCount-bb02 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem '/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions': description: Provides operations to manage the documentSetVersions property of the microsoft.graph.listItem entity. get: tags: - groups.site summary: Get documentSetVersions from groups description: Version information for a document set version created by a user. operationId: groups.sites.lists.items.ListDocumentSetVersions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.documentSetVersionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to documentSetVersions for groups operationId: groups.sites.lists.items.CreateDocumentSetVersions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem '/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}': description: Provides operations to manage the documentSetVersions property of the microsoft.graph.listItem entity. get: tags: - groups.site summary: Get documentSetVersions from groups description: Version information for a document set version created by a user. operationId: groups.sites.lists.items.GetDocumentSetVersions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property documentSetVersions in groups operationId: groups.sites.lists.items.UpdateDocumentSetVersions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property documentSetVersions for groups operationId: groups.sites.lists.items.DeleteDocumentSetVersions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem - name: documentSetVersion-id in: path description: The unique identifier of documentSetVersion required: true schema: type: string x-ms-docs-key-type: documentSetVersion '/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields': description: Provides operations to manage the fields property of the microsoft.graph.listItemVersion entity. get: tags: - groups.site summary: Get fields from groups description: A collection of the fields and values for this version of the list item. operationId: groups.sites.lists.items.documentSetVersions.GetFields parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property fields in groups operationId: groups.sites.lists.items.documentSetVersions.UpdateFields requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property fields for groups operationId: groups.sites.lists.items.documentSetVersions.DeleteFields parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem - name: documentSetVersion-id in: path description: The unique identifier of documentSetVersion required: true schema: type: string x-ms-docs-key-type: documentSetVersion x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields' '/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore': description: Provides operations to call the restore method. post: tags: - groups.Actions summary: Invoke action restore description: Restore a document set version. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0 operationId: groups.group.sites.site.lists.list.items.listItem.documentSetVersions.documentSetVersion.restore responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem - name: documentSetVersion-id in: path description: The unique identifier of documentSetVersion required: true schema: type: string x-ms-docs-key-type: documentSetVersion x-ms-docs-grouped-path: - '/groups/{group-id}/restore' '/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.lists.items.documentSetVersions.GetCount-dcaf parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem '/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem': description: Provides operations to manage the driveItem property of the microsoft.graph.listItem entity. get: tags: - groups.site summary: Get driveItem from groups description: 'For document libraries, the driveItem relationship exposes the listItem as a driveItem' operationId: groups.sites.lists.items.GetDriveItem parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem '/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content': description: Provides operations to manage the media for the group entity. get: tags: - groups.site summary: Get content for the navigation property driveItem from groups description: 'The content stream, if the item represents a file.' operationId: groups.sites.lists.items.GetDriveItemContent parameters: - name: $format in: query description: Format of the content schema: type: string responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - groups.site summary: Update content for the navigation property driveItem in groups description: 'The content stream, if the item represents a file.' operationId: groups.sites.lists.items.UpdateDriveItemContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - groups.site summary: Delete content for the navigation property driveItem in groups description: 'The content stream, if the item represents a file.' operationId: groups.sites.lists.items.DeleteDriveItemContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem '/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields': description: Provides operations to manage the fields property of the microsoft.graph.listItem entity. get: tags: - groups.site summary: Get fields from groups description: The values of the columns set on this list item. operationId: groups.sites.lists.items.GetFields parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property fields in groups operationId: groups.sites.lists.items.UpdateFields requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property fields for groups operationId: groups.sites.lists.items.DeleteFields parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem '/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser': description: Provides operations to manage the lastModifiedByUser property of the microsoft.graph.baseItem entity. get: tags: - groups.site summary: Get lastModifiedByUser from groups description: Identity of the user who last modified the item. Read-only. operationId: groups.sites.lists.items.GetLastModifiedByUser parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/lastModifiedByUser' - '/groups/{group-id}/sites/{site-id}/lists/{list-id}/lastModifiedByUser' - '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/lastModifiedByUser' - '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/lastModifiedByUser' - '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser' - '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/lastModifiedByUser' '/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings': get: tags: - groups.site summary: Get mailboxSettings property value description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' operationId: groups.sites.lists.items.lastModifiedByUser.GetMailboxSettings parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' patch: tags: - groups.site summary: Update property mailboxSettings value. operationId: groups.sites.lists.items.lastModifiedByUser.UpdateMailboxSettings requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem '/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors': get: tags: - groups.site summary: Get serviceProvisioningErrors property value description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' operationId: groups.sites.lists.items.lastModifiedByUser.ListServiceProvisioningErrors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem '/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.lists.items.lastModifiedByUser.ServiceProvisioningErrors.GetCount-3e90 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem '/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createLink': description: Provides operations to call the createLink method. post: tags: - groups.Actions summary: Invoke action createLink operationId: groups.group.sites.site.lists.list.items.listItem.createLink requestBody: description: Action parameters content: application/json: schema: type: object properties: type: type: string nullable: true scope: type: string nullable: true expirationDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string format: date-time nullable: true password: type: string nullable: true message: type: string nullable: true recipients: type: array items: $ref: '#/components/schemas/microsoft.graph.driveRecipient' retainInheritedPermissions: type: boolean default: false nullable: true sendNotification: type: boolean default: false nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.permission' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem '/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval()': description: Provides operations to call the getActivitiesByInterval method. get: tags: - groups.Functions summary: Invoke function getActivitiesByInterval operationId: groups.group.sites.site.lists.list.items.listItem.getActivitiesByInterval-4c35 parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of itemActivityStat type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.itemActivityStat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval(startDateTime=''{startDateTime}'',endDateTime=''{endDateTime}'',interval=''{interval}'')' - '/groups/{group-id}/sites/{site-id}/getActivitiesByInterval()' - '/groups/{group-id}/sites/{site-id}/getActivitiesByInterval(startDateTime=''{startDateTime}'',endDateTime=''{endDateTime}'',interval=''{interval}'')' - '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/getActivitiesByInterval()' - '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/getActivitiesByInterval(startDateTime=''{startDateTime}'',endDateTime=''{endDateTime}'',interval=''{interval}'')' '/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval(startDateTime=''{startDateTime}'',endDateTime=''{endDateTime}'',interval=''{interval}'')': description: Provides operations to call the getActivitiesByInterval method. get: tags: - groups.Functions summary: Invoke function getActivitiesByInterval operationId: groups.group.sites.site.lists.list.items.listItem.getActivitiesByInterval-ad27 parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of itemActivityStat type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.itemActivityStat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem - name: startDateTime in: path description: 'Usage: startDateTime=''{startDateTime}''' required: true schema: type: string nullable: true - name: endDateTime in: path description: 'Usage: endDateTime=''{endDateTime}''' required: true schema: type: string nullable: true - name: interval in: path description: 'Usage: interval=''{interval}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval()' - '/groups/{group-id}/sites/{site-id}/getActivitiesByInterval()' - '/groups/{group-id}/sites/{site-id}/getActivitiesByInterval(startDateTime=''{startDateTime}'',endDateTime=''{endDateTime}'',interval=''{interval}'')' - '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/getActivitiesByInterval()' - '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/getActivitiesByInterval(startDateTime=''{startDateTime}'',endDateTime=''{endDateTime}'',interval=''{interval}'')' '/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions': description: Provides operations to manage the versions property of the microsoft.graph.listItem entity. get: tags: - groups.site summary: Get versions from groups description: The list of previous versions of the list item. operationId: groups.sites.lists.items.ListVersions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.listItemVersionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to versions for groups operationId: groups.sites.lists.items.CreateVersions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItemVersion' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItemVersion' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem '/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}': description: Provides operations to manage the versions property of the microsoft.graph.listItem entity. get: tags: - groups.site summary: Get versions from groups description: The list of previous versions of the list item. operationId: groups.sites.lists.items.GetVersions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItemVersion' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property versions in groups operationId: groups.sites.lists.items.UpdateVersions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItemVersion' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItemVersion' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property versions for groups operationId: groups.sites.lists.items.DeleteVersions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem - name: listItemVersion-id in: path description: The unique identifier of listItemVersion required: true schema: type: string x-ms-docs-key-type: listItemVersion '/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields': description: Provides operations to manage the fields property of the microsoft.graph.listItemVersion entity. get: tags: - groups.site summary: Get fields from groups description: A collection of the fields and values for this version of the list item. operationId: groups.sites.lists.items.versions.GetFields parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property fields in groups operationId: groups.sites.lists.items.versions.UpdateFields requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property fields for groups operationId: groups.sites.lists.items.versions.DeleteFields parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem - name: listItemVersion-id in: path description: The unique identifier of listItemVersion required: true schema: type: string x-ms-docs-key-type: listItemVersion x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields' '/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion': description: Provides operations to call the restoreVersion method. post: tags: - groups.Actions summary: Invoke action restoreVersion description: 'Restore a previous version of a ListItem to be the current version. This will create a new version with the contents of the previous version, but preserves all existing versions of the item.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0 operationId: groups.group.sites.site.lists.list.items.listItem.versions.listItemVersion.restoreVersion responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem - name: listItemVersion-id in: path description: The unique identifier of listItemVersion required: true schema: type: string x-ms-docs-key-type: listItemVersion '/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.lists.items.versions.GetCount-1c13 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem '/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/delta()': description: Provides operations to call the delta method. get: tags: - groups.Functions summary: Invoke function delta description: "Get newly created, updated, or deleted list items without having to perform a full read of the entire items collection. Your app begins by calling delta without any parameters.\nThe service starts enumerating the hierarchy of the list, returning pages of items, and either an @odata.nextLink or an @odata.deltaLink.\nYour app should continue calling with the @odata.nextLink until you see an @odata.deltaLink returned. After you received all the changes, you can apply them to your local state.\nTo check for changes in the future, call delta again with the @odata.deltaLink from the previous response. The delta feed shows the latest state for each item, not each change. If an item was renamed twice, it only shows up once, with its latest name.\nThe same item might appear more than once in a delta feed, for various reasons. You should use the last occurrence you see. Items with this property should be removed from your local state." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-1.0 operationId: groups.group.sites.site.lists.list.items.delta-fa14 parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of listItem type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.listItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/delta()' - '/groups/{group-id}/calendar/calendarView/delta()' - '/groups/{group-id}/calendar/events/{event-id}/instances/delta()' - '/groups/{group-id}/calendar/events/delta()' - '/groups/{group-id}/calendarView/{event-id}/instances/delta()' - '/groups/{group-id}/calendarView/delta()' - '/groups/{group-id}/events/{event-id}/instances/delta()' - '/groups/{group-id}/events/delta()' - '/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/delta(token=''{token}'')' - '/groups/{group-id}/sites/delta()' - '/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/delta()' - '/groups/{group-id}/team/channels/{channel-id}/messages/delta()' - '/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/delta()' - '/groups/{group-id}/team/primaryChannel/messages/delta()' - /groups/delta() - /groups/delta() '/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/delta(token=''{token}'')': description: Provides operations to call the delta method. get: tags: - groups.Functions summary: Invoke function delta operationId: groups.group.sites.site.lists.list.items.delta-9846 parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of listItem type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.listItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list - name: token in: path description: 'Usage: token=''{token}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/delta()' - '/groups/{group-id}/calendar/calendarView/delta()' - '/groups/{group-id}/calendar/events/{event-id}/instances/delta()' - '/groups/{group-id}/calendar/events/delta()' - '/groups/{group-id}/calendarView/{event-id}/instances/delta()' - '/groups/{group-id}/calendarView/delta()' - '/groups/{group-id}/events/{event-id}/instances/delta()' - '/groups/{group-id}/events/delta()' - '/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/delta()' - '/groups/{group-id}/sites/delta()' - '/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/delta()' - '/groups/{group-id}/team/channels/{channel-id}/messages/delta()' - '/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/delta()' - '/groups/{group-id}/team/primaryChannel/messages/delta()' - /groups/delta() - /groups/delta() '/groups/{group-id}/sites/{site-id}/lists/{list-id}/lastModifiedByUser': description: Provides operations to manage the lastModifiedByUser property of the microsoft.graph.baseItem entity. get: tags: - groups.site summary: Get lastModifiedByUser from groups description: Identity of the user who last modified the item. Read-only. operationId: groups.sites.lists.GetLastModifiedByUser parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/lastModifiedByUser' - '/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser' - '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/lastModifiedByUser' - '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/lastModifiedByUser' - '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser' - '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/lastModifiedByUser' '/groups/{group-id}/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings': get: tags: - groups.site summary: Get mailboxSettings property value description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' operationId: groups.sites.lists.lastModifiedByUser.GetMailboxSettings parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' patch: tags: - groups.site summary: Update property mailboxSettings value. operationId: groups.sites.lists.lastModifiedByUser.UpdateMailboxSettings requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list '/groups/{group-id}/sites/{site-id}/lists/{list-id}/lastModifiedByUser/serviceProvisioningErrors': get: tags: - groups.site summary: Get serviceProvisioningErrors property value description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' operationId: groups.sites.lists.lastModifiedByUser.ListServiceProvisioningErrors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list '/groups/{group-id}/sites/{site-id}/lists/{list-id}/lastModifiedByUser/serviceProvisioningErrors/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.lists.lastModifiedByUser.ServiceProvisioningErrors.GetCount-f14e parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list '/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations': description: Provides operations to manage the operations property of the microsoft.graph.list entity. get: tags: - groups.site summary: Get operations from groups description: The collection of long-running operations on the list. operationId: groups.sites.lists.ListOperations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.richLongRunningOperationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to operations for groups operationId: groups.sites.lists.CreateOperations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list '/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}': description: Provides operations to manage the operations property of the microsoft.graph.list entity. get: tags: - groups.site summary: Get operations from groups description: The collection of long-running operations on the list. operationId: groups.sites.lists.GetOperations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property operations in groups operationId: groups.sites.lists.UpdateOperations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property operations for groups operationId: groups.sites.lists.DeleteOperations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list - name: richLongRunningOperation-id in: path description: The unique identifier of richLongRunningOperation required: true schema: type: string x-ms-docs-key-type: richLongRunningOperation '/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.lists.operations.GetCount-3c85 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list '/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions': description: Provides operations to manage the subscriptions property of the microsoft.graph.list entity. get: tags: - groups.site summary: Get subscriptions from groups description: The set of subscriptions on the list. operationId: groups.sites.lists.ListSubscriptions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.subscriptionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to subscriptions for groups operationId: groups.sites.lists.CreateSubscriptions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.subscription' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.subscription' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list '/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}': description: Provides operations to manage the subscriptions property of the microsoft.graph.list entity. get: tags: - groups.site summary: Get subscriptions from groups description: The set of subscriptions on the list. operationId: groups.sites.lists.GetSubscriptions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.subscription' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property subscriptions in groups operationId: groups.sites.lists.UpdateSubscriptions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.subscription' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.subscription' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property subscriptions for groups operationId: groups.sites.lists.DeleteSubscriptions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list - name: subscription-id in: path description: The unique identifier of subscription required: true schema: type: string x-ms-docs-key-type: subscription '/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}/reauthorize': description: Provides operations to call the reauthorize method. post: tags: - groups.Actions summary: Invoke action reauthorize description: Reauthorize a subscription when you receive a reauthorizationRequired challenge. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0 operationId: groups.group.sites.site.lists.list.subscriptions.subscription.reauthorize responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list - name: subscription-id in: path description: The unique identifier of subscription required: true schema: type: string x-ms-docs-key-type: subscription '/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.lists.subscriptions.GetCount-5f55 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list '/groups/{group-id}/sites/{site-id}/lists/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.lists.GetCount-338f parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site '/groups/{group-id}/sites/{site-id}/getActivitiesByInterval()': description: Provides operations to call the getActivitiesByInterval method. get: tags: - groups.Functions summary: Invoke function getActivitiesByInterval operationId: groups.group.sites.site.getActivitiesByInterval-4c35 parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of itemActivityStat type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.itemActivityStat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval()' - '/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval(startDateTime=''{startDateTime}'',endDateTime=''{endDateTime}'',interval=''{interval}'')' - '/groups/{group-id}/sites/{site-id}/getActivitiesByInterval(startDateTime=''{startDateTime}'',endDateTime=''{endDateTime}'',interval=''{interval}'')' - '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/getActivitiesByInterval()' - '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/getActivitiesByInterval(startDateTime=''{startDateTime}'',endDateTime=''{endDateTime}'',interval=''{interval}'')' '/groups/{group-id}/sites/{site-id}/getActivitiesByInterval(startDateTime=''{startDateTime}'',endDateTime=''{endDateTime}'',interval=''{interval}'')': description: Provides operations to call the getActivitiesByInterval method. get: tags: - groups.Functions summary: Invoke function getActivitiesByInterval operationId: groups.group.sites.site.getActivitiesByInterval-ad27 parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of itemActivityStat type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.itemActivityStat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: startDateTime in: path description: 'Usage: startDateTime=''{startDateTime}''' required: true schema: type: string nullable: true - name: endDateTime in: path description: 'Usage: endDateTime=''{endDateTime}''' required: true schema: type: string nullable: true - name: interval in: path description: 'Usage: interval=''{interval}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval()' - '/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval(startDateTime=''{startDateTime}'',endDateTime=''{endDateTime}'',interval=''{interval}'')' - '/groups/{group-id}/sites/{site-id}/getActivitiesByInterval()' - '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/getActivitiesByInterval()' - '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/getActivitiesByInterval(startDateTime=''{startDateTime}'',endDateTime=''{endDateTime}'',interval=''{interval}'')' '/groups/{group-id}/sites/{site-id}/getApplicableContentTypesForList(listId=''{listId}'')': description: Provides operations to call the getApplicableContentTypesForList method. get: tags: - groups.Functions summary: Invoke function getApplicableContentTypesForList description: Get site contentTypes that can be added to a list. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-1.0 operationId: groups.group.sites.site.getApplicableContentTypesForList parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of contentType type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.contentType' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: listId in: path description: 'Usage: listId=''{listId}''' required: true schema: type: string x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/getApplicableContentTypesForList(listId=''{listId}'')' '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')': description: Provides operations to call the getByPath method. get: tags: - groups.Functions summary: Invoke function getByPath operationId: groups.group.sites.site.getByPath responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.site' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: path in: path description: 'Usage: path=''{path}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')' '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/analytics': description: Provides operations to manage the analytics property of the microsoft.graph.site entity. get: tags: - groups.site summary: Get analytics from groups description: Analytics about the view activities that took place on this site. operationId: groups.sites.getByPath.GetAnalytics parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemAnalytics' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property analytics in groups operationId: groups.sites.getByPath.UpdateAnalytics requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemAnalytics' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemAnalytics' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property analytics for groups operationId: groups.sites.getByPath.DeleteAnalytics parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: path in: path description: 'Usage: path=''{path}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/analytics' - '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/analytics' '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/columns': description: Provides operations to manage the columns property of the microsoft.graph.site entity. get: tags: - groups.site summary: Get columns from groups description: The collection of column definitions reusable across lists under this site. operationId: groups.sites.getByPath.ListColumns parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to columns for groups operationId: groups.sites.getByPath.CreateColumns requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: path in: path description: 'Usage: path=''{path}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/columns' - '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/columns' '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/contentTypes': description: Provides operations to manage the contentTypes property of the microsoft.graph.site entity. get: tags: - groups.site summary: Get contentTypes from groups description: The collection of content types defined for this site. operationId: groups.sites.getByPath.ListContentTypes parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.contentTypeCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to contentTypes for groups operationId: groups.sites.getByPath.CreateContentTypes requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: path in: path description: 'Usage: path=''{path}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/contentTypes' - '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/contentTypes' '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/createdByUser': description: Provides operations to manage the createdByUser property of the microsoft.graph.baseItem entity. get: tags: - groups.site summary: Get createdByUser from groups description: Identity of the user who created the item. Read-only. operationId: groups.sites.getByPath.GetCreatedByUser parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: path in: path description: 'Usage: path=''{path}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/createdByUser' - '/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser' - '/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser' - '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/createdByUser' - '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser' - '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/createdByUser' '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/drive': description: Provides operations to manage the drive property of the microsoft.graph.site entity. get: tags: - groups.site summary: Get drive from groups description: The default drive (document library) for this site. operationId: groups.sites.getByPath.GetDrive parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.drive' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: path in: path description: 'Usage: path=''{path}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/drive' - '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/drive' '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/drives': description: Provides operations to manage the drives property of the microsoft.graph.site entity. get: tags: - groups.site summary: Get drives from groups description: The collection of drives (document libraries) under this site. operationId: groups.sites.getByPath.ListDrives parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.driveCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: path in: path description: 'Usage: path=''{path}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/drives' - '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/drives' '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/externalColumns': description: Provides operations to manage the externalColumns property of the microsoft.graph.site entity. get: tags: - groups.site summary: Get externalColumns from groups operationId: groups.sites.getByPath.ListExternalColumns parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: path in: path description: 'Usage: path=''{path}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/externalColumns' - '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/externalColumns' '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/items': description: Provides operations to manage the items property of the microsoft.graph.site entity. get: tags: - groups.site summary: Get items from groups description: Used to address any item contained in this site. This collection can't be enumerated. operationId: groups.sites.getByPath.ListItems parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.baseItemCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: path in: path description: 'Usage: path=''{path}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/items' - '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/items' '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/lastModifiedByUser': description: Provides operations to manage the lastModifiedByUser property of the microsoft.graph.baseItem entity. get: tags: - groups.site summary: Get lastModifiedByUser from groups description: Identity of the user who last modified the item. Read-only. operationId: groups.sites.getByPath.GetLastModifiedByUser parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: path in: path description: 'Usage: path=''{path}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/lastModifiedByUser' - '/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser' - '/groups/{group-id}/sites/{site-id}/lists/{list-id}/lastModifiedByUser' - '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/lastModifiedByUser' - '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser' - '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/lastModifiedByUser' '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/lists': description: Provides operations to manage the lists property of the microsoft.graph.site entity. get: tags: - groups.site summary: Get lists from groups description: The collection of lists under this site. operationId: groups.sites.getByPath.ListLists parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.listCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to lists for groups operationId: groups.sites.getByPath.CreateLists requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.list' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.list' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: path in: path description: 'Usage: path=''{path}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/lists' - '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/lists' '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/getActivitiesByInterval()': description: Provides operations to call the getActivitiesByInterval method. get: tags: - groups.Functions summary: Invoke function getActivitiesByInterval operationId: groups.group.sites.site.getByPath.getActivitiesByInterval-4c35 parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of itemActivityStat type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.itemActivityStat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: path in: path description: 'Usage: path=''{path}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval()' - '/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval(startDateTime=''{startDateTime}'',endDateTime=''{endDateTime}'',interval=''{interval}'')' - '/groups/{group-id}/sites/{site-id}/getActivitiesByInterval()' - '/groups/{group-id}/sites/{site-id}/getActivitiesByInterval(startDateTime=''{startDateTime}'',endDateTime=''{endDateTime}'',interval=''{interval}'')' - '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/getActivitiesByInterval(startDateTime=''{startDateTime}'',endDateTime=''{endDateTime}'',interval=''{interval}'')' '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/getActivitiesByInterval(startDateTime=''{startDateTime}'',endDateTime=''{endDateTime}'',interval=''{interval}'')': description: Provides operations to call the getActivitiesByInterval method. get: tags: - groups.Functions summary: Invoke function getActivitiesByInterval operationId: groups.group.sites.site.getByPath.getActivitiesByInterval-ad27 parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of itemActivityStat type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.itemActivityStat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: path in: path description: 'Usage: path=''{path}''' required: true schema: type: string nullable: true - name: startDateTime in: path description: 'Usage: startDateTime=''{startDateTime}''' required: true schema: type: string nullable: true - name: endDateTime in: path description: 'Usage: endDateTime=''{endDateTime}''' required: true schema: type: string nullable: true - name: interval in: path description: 'Usage: interval=''{interval}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval()' - '/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval(startDateTime=''{startDateTime}'',endDateTime=''{endDateTime}'',interval=''{interval}'')' - '/groups/{group-id}/sites/{site-id}/getActivitiesByInterval()' - '/groups/{group-id}/sites/{site-id}/getActivitiesByInterval(startDateTime=''{startDateTime}'',endDateTime=''{endDateTime}'',interval=''{interval}'')' - '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/getActivitiesByInterval()' '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/getApplicableContentTypesForList(listId=''{listId}'')': description: Provides operations to call the getApplicableContentTypesForList method. get: tags: - groups.Functions summary: Invoke function getApplicableContentTypesForList description: Get site contentTypes that can be added to a list. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-1.0 operationId: groups.group.sites.site.getByPath.getApplicableContentTypesForList parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of contentType type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.contentType' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: path in: path description: 'Usage: path=''{path}''' required: true schema: type: string nullable: true - name: listId in: path description: 'Usage: listId=''{listId}''' required: true schema: type: string x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/getApplicableContentTypesForList(listId=''{listId}'')' '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')': description: Provides operations to call the getByPath method. get: tags: - groups.Functions summary: Invoke function getByPath operationId: groups.group.sites.site.getByPath.getByPath responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.site' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: path in: path description: 'Usage: path=''{path}''' required: true schema: type: string nullable: true - name: path1 in: path description: 'Usage: path=''{path1}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')' '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/analytics': description: Provides operations to manage the analytics property of the microsoft.graph.site entity. get: tags: - groups.site summary: Get analytics from groups description: Analytics about the view activities that took place on this site. operationId: groups.sites.getByPath.getByPath.GetAnalytics parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemAnalytics' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property analytics in groups operationId: groups.sites.getByPath.getByPath.UpdateAnalytics requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemAnalytics' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemAnalytics' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property analytics for groups operationId: groups.sites.getByPath.getByPath.DeleteAnalytics parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: path in: path description: 'Usage: path=''{path}''' required: true schema: type: string nullable: true - name: path1 in: path description: 'Usage: path=''{path1}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/analytics' - '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/analytics' '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/columns': description: Provides operations to manage the columns property of the microsoft.graph.site entity. get: tags: - groups.site summary: Get columns from groups description: The collection of column definitions reusable across lists under this site. operationId: groups.sites.getByPath.getByPath.ListColumns parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to columns for groups operationId: groups.sites.getByPath.getByPath.CreateColumns requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: path in: path description: 'Usage: path=''{path}''' required: true schema: type: string nullable: true - name: path1 in: path description: 'Usage: path=''{path1}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/columns' - '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/columns' '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/contentTypes': description: Provides operations to manage the contentTypes property of the microsoft.graph.site entity. get: tags: - groups.site summary: Get contentTypes from groups description: The collection of content types defined for this site. operationId: groups.sites.getByPath.getByPath.ListContentTypes parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.contentTypeCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to contentTypes for groups operationId: groups.sites.getByPath.getByPath.CreateContentTypes requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: path in: path description: 'Usage: path=''{path}''' required: true schema: type: string nullable: true - name: path1 in: path description: 'Usage: path=''{path1}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/contentTypes' - '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/contentTypes' '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/createdByUser': description: Provides operations to manage the createdByUser property of the microsoft.graph.baseItem entity. get: tags: - groups.site summary: Get createdByUser from groups description: Identity of the user who created the item. Read-only. operationId: groups.sites.getByPath.getByPath.GetCreatedByUser parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: path in: path description: 'Usage: path=''{path}''' required: true schema: type: string nullable: true - name: path1 in: path description: 'Usage: path=''{path1}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/createdByUser' - '/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser' - '/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser' - '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/createdByUser' - '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser' - '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/createdByUser' '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/drive': description: Provides operations to manage the drive property of the microsoft.graph.site entity. get: tags: - groups.site summary: Get drive from groups description: The default drive (document library) for this site. operationId: groups.sites.getByPath.getByPath.GetDrive parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.drive' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: path in: path description: 'Usage: path=''{path}''' required: true schema: type: string nullable: true - name: path1 in: path description: 'Usage: path=''{path1}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/drive' - '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/drive' '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/drives': description: Provides operations to manage the drives property of the microsoft.graph.site entity. get: tags: - groups.site summary: Get drives from groups description: The collection of drives (document libraries) under this site. operationId: groups.sites.getByPath.getByPath.ListDrives parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.driveCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: path in: path description: 'Usage: path=''{path}''' required: true schema: type: string nullable: true - name: path1 in: path description: 'Usage: path=''{path1}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/drives' - '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/drives' '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/externalColumns': description: Provides operations to manage the externalColumns property of the microsoft.graph.site entity. get: tags: - groups.site summary: Get externalColumns from groups operationId: groups.sites.getByPath.getByPath.ListExternalColumns parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: path in: path description: 'Usage: path=''{path}''' required: true schema: type: string nullable: true - name: path1 in: path description: 'Usage: path=''{path1}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/externalColumns' - '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/externalColumns' '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/items': description: Provides operations to manage the items property of the microsoft.graph.site entity. get: tags: - groups.site summary: Get items from groups description: Used to address any item contained in this site. This collection can't be enumerated. operationId: groups.sites.getByPath.getByPath.ListItems parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.baseItemCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: path in: path description: 'Usage: path=''{path}''' required: true schema: type: string nullable: true - name: path1 in: path description: 'Usage: path=''{path1}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/items' - '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/items' '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/lastModifiedByUser': description: Provides operations to manage the lastModifiedByUser property of the microsoft.graph.baseItem entity. get: tags: - groups.site summary: Get lastModifiedByUser from groups description: Identity of the user who last modified the item. Read-only. operationId: groups.sites.getByPath.getByPath.GetLastModifiedByUser parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: path in: path description: 'Usage: path=''{path}''' required: true schema: type: string nullable: true - name: path1 in: path description: 'Usage: path=''{path1}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/lastModifiedByUser' - '/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser' - '/groups/{group-id}/sites/{site-id}/lists/{list-id}/lastModifiedByUser' - '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/lastModifiedByUser' - '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser' - '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/lastModifiedByUser' '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/lists': description: Provides operations to manage the lists property of the microsoft.graph.site entity. get: tags: - groups.site summary: Get lists from groups description: The collection of lists under this site. operationId: groups.sites.getByPath.getByPath.ListLists parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.listCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to lists for groups operationId: groups.sites.getByPath.getByPath.CreateLists requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.list' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.list' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: path in: path description: 'Usage: path=''{path}''' required: true schema: type: string nullable: true - name: path1 in: path description: 'Usage: path=''{path1}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/lists' - '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/lists' '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/onenote': description: Provides operations to manage the onenote property of the microsoft.graph.site entity. get: tags: - groups.site summary: Get onenote from groups description: Calls the OneNote service for notebook related operations. operationId: groups.sites.getByPath.getByPath.GetOnenote parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenote' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property onenote in groups operationId: groups.sites.getByPath.getByPath.UpdateOnenote requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenote' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenote' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property onenote for groups operationId: groups.sites.getByPath.getByPath.DeleteOnenote parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: path in: path description: 'Usage: path=''{path}''' required: true schema: type: string nullable: true - name: path1 in: path description: 'Usage: path=''{path1}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/onenote' - '/groups/{group-id}/sites/{site-id}/onenote' '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/operations': description: Provides operations to manage the operations property of the microsoft.graph.site entity. get: tags: - groups.site summary: Get operations from groups description: The collection of long-running operations on the site. operationId: groups.sites.getByPath.getByPath.ListOperations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.richLongRunningOperationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to operations for groups operationId: groups.sites.getByPath.getByPath.CreateOperations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: path in: path description: 'Usage: path=''{path}''' required: true schema: type: string nullable: true - name: path1 in: path description: 'Usage: path=''{path1}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/operations' - '/groups/{group-id}/sites/{site-id}/operations' '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/pages': description: Provides operations to manage the pages property of the microsoft.graph.site entity. get: tags: - groups.site summary: Get pages from groups description: The collection of pages in the baseSitePages list in this site. operationId: groups.sites.getByPath.getByPath.ListPages parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.baseSitePageCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to pages for groups operationId: groups.sites.getByPath.getByPath.CreatePages requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.baseSitePage' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.baseSitePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: path in: path description: 'Usage: path=''{path}''' required: true schema: type: string nullable: true - name: path1 in: path description: 'Usage: path=''{path1}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/pages' - '/groups/{group-id}/sites/{site-id}/pages' '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/permissions': description: Provides operations to manage the permissions property of the microsoft.graph.site entity. get: tags: - groups.site summary: Get permissions from groups description: The permissions associated with the site. Nullable. operationId: groups.sites.getByPath.getByPath.ListPermissions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.permissionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to permissions for groups operationId: groups.sites.getByPath.getByPath.CreatePermissions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.permission' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.permission' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: path in: path description: 'Usage: path=''{path}''' required: true schema: type: string nullable: true - name: path1 in: path description: 'Usage: path=''{path1}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/permissions' - '/groups/{group-id}/sites/{site-id}/permissions' '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/sites': description: Provides operations to manage the sites property of the microsoft.graph.site entity. get: tags: - groups.site summary: Get sites from groups description: The collection of the sub-sites under this site. operationId: groups.sites.getByPath.getByPath.ListSites parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.siteCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: path in: path description: 'Usage: path=''{path}''' required: true schema: type: string nullable: true - name: path1 in: path description: 'Usage: path=''{path1}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/sites' - '/groups/{group-id}/sites/{site-id}/sites' '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/termStore': description: Provides operations to manage the termStore property of the microsoft.graph.site entity. get: tags: - groups.site summary: Get termStore from groups description: The default termStore under this site. operationId: groups.sites.getByPath.getByPath.GetTermStore parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.store' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property termStore in groups operationId: groups.sites.getByPath.getByPath.UpdateTermStore requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.store' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.store' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property termStore for groups operationId: groups.sites.getByPath.getByPath.DeleteTermStore parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: path in: path description: 'Usage: path=''{path}''' required: true schema: type: string nullable: true - name: path1 in: path description: 'Usage: path=''{path1}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/termStore' - '/groups/{group-id}/sites/{site-id}/termStore' '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/termStores': description: Provides operations to manage the termStores property of the microsoft.graph.site entity. get: tags: - groups.site summary: Get termStores from groups description: The collection of termStores under this site. operationId: groups.sites.getByPath.getByPath.ListTermStores parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.storeCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to termStores for groups operationId: groups.sites.getByPath.getByPath.CreateTermStores requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.store' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.store' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: path in: path description: 'Usage: path=''{path}''' required: true schema: type: string nullable: true - name: path1 in: path description: 'Usage: path=''{path1}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/termStores' - '/groups/{group-id}/sites/{site-id}/termStores' '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/onenote': description: Provides operations to manage the onenote property of the microsoft.graph.site entity. get: tags: - groups.site summary: Get onenote from groups description: Calls the OneNote service for notebook related operations. operationId: groups.sites.getByPath.GetOnenote parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenote' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property onenote in groups operationId: groups.sites.getByPath.UpdateOnenote requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenote' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenote' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property onenote for groups operationId: groups.sites.getByPath.DeleteOnenote parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: path in: path description: 'Usage: path=''{path}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/onenote' - '/groups/{group-id}/sites/{site-id}/onenote' '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/operations': description: Provides operations to manage the operations property of the microsoft.graph.site entity. get: tags: - groups.site summary: Get operations from groups description: The collection of long-running operations on the site. operationId: groups.sites.getByPath.ListOperations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.richLongRunningOperationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to operations for groups operationId: groups.sites.getByPath.CreateOperations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: path in: path description: 'Usage: path=''{path}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/operations' - '/groups/{group-id}/sites/{site-id}/operations' '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/pages': description: Provides operations to manage the pages property of the microsoft.graph.site entity. get: tags: - groups.site summary: Get pages from groups description: The collection of pages in the baseSitePages list in this site. operationId: groups.sites.getByPath.ListPages parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.baseSitePageCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to pages for groups operationId: groups.sites.getByPath.CreatePages requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.baseSitePage' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.baseSitePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: path in: path description: 'Usage: path=''{path}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/pages' - '/groups/{group-id}/sites/{site-id}/pages' '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/permissions': description: Provides operations to manage the permissions property of the microsoft.graph.site entity. get: tags: - groups.site summary: Get permissions from groups description: The permissions associated with the site. Nullable. operationId: groups.sites.getByPath.ListPermissions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.permissionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to permissions for groups operationId: groups.sites.getByPath.CreatePermissions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.permission' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.permission' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: path in: path description: 'Usage: path=''{path}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/permissions' - '/groups/{group-id}/sites/{site-id}/permissions' '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/sites': description: Provides operations to manage the sites property of the microsoft.graph.site entity. get: tags: - groups.site summary: Get sites from groups description: The collection of the sub-sites under this site. operationId: groups.sites.getByPath.ListSites parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.siteCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: path in: path description: 'Usage: path=''{path}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/sites' - '/groups/{group-id}/sites/{site-id}/sites' '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/termStore': description: Provides operations to manage the termStore property of the microsoft.graph.site entity. get: tags: - groups.site summary: Get termStore from groups description: The default termStore under this site. operationId: groups.sites.getByPath.GetTermStore parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.store' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property termStore in groups operationId: groups.sites.getByPath.UpdateTermStore requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.store' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.store' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property termStore for groups operationId: groups.sites.getByPath.DeleteTermStore parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: path in: path description: 'Usage: path=''{path}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/termStore' - '/groups/{group-id}/sites/{site-id}/termStore' '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/termStores': description: Provides operations to manage the termStores property of the microsoft.graph.site entity. get: tags: - groups.site summary: Get termStores from groups description: The collection of termStores under this site. operationId: groups.sites.getByPath.ListTermStores parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.storeCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to termStores for groups operationId: groups.sites.getByPath.CreateTermStores requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.store' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.store' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: path in: path description: 'Usage: path=''{path}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/termStores' - '/groups/{group-id}/sites/{site-id}/termStores' '/groups/{group-id}/sites/{site-id}/onenote': description: Provides operations to manage the onenote property of the microsoft.graph.site entity. get: tags: - groups.site summary: Get onenote from groups description: Calls the OneNote service for notebook related operations. operationId: groups.sites.GetOnenote parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenote' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property onenote in groups operationId: groups.sites.UpdateOnenote requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenote' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenote' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property onenote for groups operationId: groups.sites.DeleteOnenote parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/onenote' - '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/onenote' '/groups/{group-id}/sites/{site-id}/onenote/notebooks': description: Provides operations to manage the notebooks property of the microsoft.graph.onenote entity. get: tags: - groups.site summary: Get notebooks from groups description: The collection of OneNote notebooks that are owned by the user or group. Read-only. Nullable. operationId: groups.sites.onenote.ListNotebooks parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.notebookCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to notebooks for groups operationId: groups.sites.onenote.CreateNotebooks requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks' '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}': description: Provides operations to manage the notebooks property of the microsoft.graph.onenote entity. get: tags: - groups.site summary: Get notebooks from groups description: The collection of OneNote notebooks that are owned by the user or group. Read-only. Nullable. operationId: groups.sites.onenote.GetNotebooks parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property notebooks in groups operationId: groups.sites.onenote.UpdateNotebooks requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property notebooks for groups operationId: groups.sites.onenote.DeleteNotebooks parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}' '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/copyNotebook': description: Provides operations to call the copyNotebook method. post: tags: - groups.Actions summary: Invoke action copyNotebook description: 'For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-1.0 operationId: groups.group.sites.site.onenote.notebooks.notebook.copyNotebook requestBody: description: Action parameters content: application/json: schema: type: object properties: groupId: type: string nullable: true renameAs: type: string nullable: true notebookFolder: type: string nullable: true siteCollectionId: type: string nullable: true siteId: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenoteOperation' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/copyNotebook' '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups': description: Provides operations to manage the sectionGroups property of the microsoft.graph.notebook entity. get: tags: - groups.site summary: Get sectionGroups from groups description: The section groups in the notebook. Read-only. Nullable. operationId: groups.sites.onenote.notebooks.ListSectionGroups parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.sectionGroupCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to sectionGroups for groups operationId: groups.sites.onenote.notebooks.CreateSectionGroups requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups' '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}': description: Provides operations to manage the sectionGroups property of the microsoft.graph.notebook entity. get: tags: - groups.site summary: Get sectionGroups from groups description: The section groups in the notebook. Read-only. Nullable. operationId: groups.sites.onenote.notebooks.GetSectionGroups parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property sectionGroups in groups operationId: groups.sites.onenote.notebooks.UpdateSectionGroups requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property sectionGroups for groups operationId: groups.sites.onenote.notebooks.DeleteSectionGroups parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}' '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook': description: Provides operations to manage the parentNotebook property of the microsoft.graph.sectionGroup entity. get: tags: - groups.site summary: Get parentNotebook from groups description: The notebook that contains the section group. Read-only. operationId: groups.sites.onenote.notebooks.sectionGroups.GetParentNotebook parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook' - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook' '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup': description: Provides operations to manage the parentSectionGroup property of the microsoft.graph.sectionGroup entity. get: tags: - groups.site summary: Get parentSectionGroup from groups description: The section group that contains the section group. Read-only. operationId: groups.sites.onenote.notebooks.sectionGroups.GetParentSectionGroup parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup' - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup' '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups': description: Provides operations to manage the sectionGroups property of the microsoft.graph.sectionGroup entity. get: tags: - groups.site summary: Get sectionGroups from groups description: The section groups in the section. Read-only. Nullable. operationId: groups.sites.onenote.notebooks.sectionGroups.ListSectionGroups parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.sectionGroupCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups' - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups' '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}': description: Provides operations to manage the sectionGroups property of the microsoft.graph.sectionGroup entity. get: tags: - groups.site summary: Get sectionGroups from groups description: The section groups in the section. Read-only. Nullable. operationId: groups.sites.onenote.notebooks.sectionGroups.GetSectionGroups parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: sectionGroup-id1 in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}' - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}' '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.onenote.notebooks.sectionGroups.sectionGroups.GetCount-b8c2 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections': description: Provides operations to manage the sections property of the microsoft.graph.sectionGroup entity. get: tags: - groups.site summary: Get sections from groups description: The sections in the section group. Read-only. Nullable. operationId: groups.sites.onenote.notebooks.sectionGroups.ListSections parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.onenoteSectionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to sections for groups operationId: groups.sites.onenote.notebooks.sectionGroups.CreateSections requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections' - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections' '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}': description: Provides operations to manage the sections property of the microsoft.graph.sectionGroup entity. get: tags: - groups.site summary: Get sections from groups description: The sections in the section group. Read-only. Nullable. operationId: groups.sites.onenote.notebooks.sectionGroups.GetSections parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property sections in groups operationId: groups.sites.onenote.notebooks.sectionGroups.UpdateSections requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property sections for groups operationId: groups.sites.onenote.notebooks.sectionGroups.DeleteSections parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}' - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}' '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook': description: Provides operations to call the copyToNotebook method. post: tags: - groups.Actions summary: Invoke action copyToNotebook description: 'For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0 operationId: groups.group.sites.site.onenote.notebooks.notebook.sectionGroups.sectionGroup.sections.onenoteSection.copyToNotebook requestBody: description: Action parameters content: application/json: schema: type: object properties: id: type: string nullable: true groupId: type: string nullable: true renameAs: type: string nullable: true siteCollectionId: type: string nullable: true siteId: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenoteOperation' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook' - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook' - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook' - '/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToNotebook' '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup': description: Provides operations to call the copyToSectionGroup method. post: tags: - groups.Actions summary: Invoke action copyToSectionGroup description: 'For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0 operationId: groups.group.sites.site.onenote.notebooks.notebook.sectionGroups.sectionGroup.sections.onenoteSection.copyToSectionGroup requestBody: description: Action parameters content: application/json: schema: type: object properties: id: type: string nullable: true groupId: type: string nullable: true renameAs: type: string nullable: true siteCollectionId: type: string nullable: true siteId: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenoteOperation' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup' - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup' - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup' - '/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup' - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup' '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages': description: Provides operations to manage the pages property of the microsoft.graph.onenoteSection entity. get: tags: - groups.site summary: Get pages from groups description: The collection of pages in the section. Read-only. Nullable. operationId: groups.sites.onenote.notebooks.sectionGroups.sections.ListPages parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.onenotePageCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to pages for groups operationId: groups.sites.onenote.notebooks.sectionGroups.sections.CreatePages requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages' - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages' - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages' - '/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages' - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages' '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}': description: Provides operations to manage the pages property of the microsoft.graph.onenoteSection entity. get: tags: - groups.site summary: Get pages from groups description: The collection of pages in the section. Read-only. Nullable. operationId: groups.sites.onenote.notebooks.sectionGroups.sections.GetPages parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property pages in groups operationId: groups.sites.onenote.notebooks.sectionGroups.sections.UpdatePages requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property pages for groups operationId: groups.sites.onenote.notebooks.sectionGroups.sections.DeletePages parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}' - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}' - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}' - '/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}' - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}' '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content': description: Provides operations to manage the media for the group entity. get: tags: - groups.site summary: Get content for the navigation property pages from groups description: The page's HTML content. operationId: groups.sites.onenote.notebooks.sectionGroups.sections.GetPagesContent responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - groups.site summary: Update content for the navigation property pages in groups description: The page's HTML content. operationId: groups.sites.onenote.notebooks.sectionGroups.sections.UpdatePagesContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - groups.site summary: Delete content for the navigation property pages in groups description: The page's HTML content. operationId: groups.sites.onenote.notebooks.sectionGroups.sections.DeletePagesContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection': description: Provides operations to call the copyToSection method. post: tags: - groups.Actions summary: Invoke action copyToSection description: 'Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0 operationId: groups.group.sites.site.onenote.notebooks.notebook.sectionGroups.sectionGroup.sections.onenoteSection.pages.onenotePage.copyToSection requestBody: description: Action parameters content: application/json: schema: type: object properties: id: type: string nullable: true groupId: type: string nullable: true siteCollectionId: type: string nullable: true siteId: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenoteOperation' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/groups/{group-id}/onenote/pages/{onenotePage-id}/copyToSection' - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/copyToSection' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent': description: Provides operations to call the onenotePatchContent method. post: tags: - groups.Actions summary: Invoke action onenotePatchContent operationId: groups.group.sites.site.onenote.notebooks.notebook.sectionGroups.sectionGroup.sections.onenoteSection.pages.onenotePage.onenotePatchContent requestBody: description: Action parameters content: application/json: schema: type: object properties: commands: type: array items: $ref: '#/components/schemas/microsoft.graph.onenotePatchContentCommand' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/groups/{group-id}/onenote/pages/{onenotePage-id}/onenotePatchContent' - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/onenotePatchContent' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()': description: Provides operations to call the preview method. get: tags: - groups.Functions summary: Invoke function preview operationId: groups.group.sites.site.onenote.notebooks.notebook.sectionGroups.sectionGroup.sections.onenoteSection.pages.onenotePage.preview responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenotePagePreview' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - '/groups/{group-id}/onenote/pages/{onenotePage-id}/preview()' - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - '/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - '/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/preview()' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook': description: Provides operations to manage the parentNotebook property of the microsoft.graph.onenotePage entity. get: tags: - groups.site summary: Get parentNotebook from groups description: The notebook that contains the page. Read-only. operationId: groups.sites.onenote.notebooks.sectionGroups.sections.pages.GetParentNotebook parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - '/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook' - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - '/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection': description: Provides operations to manage the parentSection property of the microsoft.graph.onenotePage entity. get: tags: - groups.site summary: Get parentSection from groups description: The section that contains the page. Read-only. operationId: groups.sites.onenote.notebooks.sectionGroups.sections.pages.GetParentSection parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - '/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection' - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - '/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - '/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.onenote.notebooks.sectionGroups.sections.pages.GetCount-e302 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook': description: Provides operations to manage the parentNotebook property of the microsoft.graph.onenoteSection entity. get: tags: - groups.site summary: Get parentNotebook from groups description: The notebook that contains the section. Read-only. operationId: groups.sites.onenote.notebooks.sectionGroups.sections.GetParentNotebook parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook' - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook' - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook' - '/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook' '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup': description: Provides operations to manage the parentSectionGroup property of the microsoft.graph.onenoteSection entity. get: tags: - groups.site summary: Get parentSectionGroup from groups description: The section group that contains the section. Read-only. operationId: groups.sites.onenote.notebooks.sectionGroups.sections.GetParentSectionGroup parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup' - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup' - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup' - '/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup' - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup' '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.onenote.notebooks.sectionGroups.sections.GetCount-17fa parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.onenote.notebooks.sectionGroups.GetCount-b8c2 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections': description: Provides operations to manage the sections property of the microsoft.graph.notebook entity. get: tags: - groups.site summary: Get sections from groups description: The sections in the notebook. Read-only. Nullable. operationId: groups.sites.onenote.notebooks.ListSections parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.onenoteSectionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to sections for groups operationId: groups.sites.onenote.notebooks.CreateSections requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections' '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}': description: Provides operations to manage the sections property of the microsoft.graph.notebook entity. get: tags: - groups.site summary: Get sections from groups description: The sections in the notebook. Read-only. Nullable. operationId: groups.sites.onenote.notebooks.GetSections parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property sections in groups operationId: groups.sites.onenote.notebooks.UpdateSections requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property sections for groups operationId: groups.sites.onenote.notebooks.DeleteSections parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}' '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook': description: Provides operations to call the copyToNotebook method. post: tags: - groups.Actions summary: Invoke action copyToNotebook description: 'For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0 operationId: groups.group.sites.site.onenote.notebooks.notebook.sections.onenoteSection.copyToNotebook requestBody: description: Action parameters content: application/json: schema: type: object properties: id: type: string nullable: true groupId: type: string nullable: true renameAs: type: string nullable: true siteCollectionId: type: string nullable: true siteId: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenoteOperation' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook' - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook' - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook' - '/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToNotebook' '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup': description: Provides operations to call the copyToSectionGroup method. post: tags: - groups.Actions summary: Invoke action copyToSectionGroup description: 'For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0 operationId: groups.group.sites.site.onenote.notebooks.notebook.sections.onenoteSection.copyToSectionGroup requestBody: description: Action parameters content: application/json: schema: type: object properties: id: type: string nullable: true groupId: type: string nullable: true renameAs: type: string nullable: true siteCollectionId: type: string nullable: true siteId: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenoteOperation' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup' - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup' - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup' - '/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup' - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup' '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages': description: Provides operations to manage the pages property of the microsoft.graph.onenoteSection entity. get: tags: - groups.site summary: Get pages from groups description: The collection of pages in the section. Read-only. Nullable. operationId: groups.sites.onenote.notebooks.sections.ListPages parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.onenotePageCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to pages for groups operationId: groups.sites.onenote.notebooks.sections.CreatePages requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages' - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages' - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages' - '/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages' - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages' '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}': description: Provides operations to manage the pages property of the microsoft.graph.onenoteSection entity. get: tags: - groups.site summary: Get pages from groups description: The collection of pages in the section. Read-only. Nullable. operationId: groups.sites.onenote.notebooks.sections.GetPages parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property pages in groups operationId: groups.sites.onenote.notebooks.sections.UpdatePages requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property pages for groups operationId: groups.sites.onenote.notebooks.sections.DeletePages parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}' - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}' - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}' - '/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}' - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}' '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content': description: Provides operations to manage the media for the group entity. get: tags: - groups.site summary: Get content for the navigation property pages from groups description: The page's HTML content. operationId: groups.sites.onenote.notebooks.sections.GetPagesContent responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - groups.site summary: Update content for the navigation property pages in groups description: The page's HTML content. operationId: groups.sites.onenote.notebooks.sections.UpdatePagesContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - groups.site summary: Delete content for the navigation property pages in groups description: The page's HTML content. operationId: groups.sites.onenote.notebooks.sections.DeletePagesContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection': description: Provides operations to call the copyToSection method. post: tags: - groups.Actions summary: Invoke action copyToSection description: 'Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0 operationId: groups.group.sites.site.onenote.notebooks.notebook.sections.onenoteSection.pages.onenotePage.copyToSection requestBody: description: Action parameters content: application/json: schema: type: object properties: id: type: string nullable: true groupId: type: string nullable: true siteCollectionId: type: string nullable: true siteId: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenoteOperation' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/groups/{group-id}/onenote/pages/{onenotePage-id}/copyToSection' - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/copyToSection' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent': description: Provides operations to call the onenotePatchContent method. post: tags: - groups.Actions summary: Invoke action onenotePatchContent operationId: groups.group.sites.site.onenote.notebooks.notebook.sections.onenoteSection.pages.onenotePage.onenotePatchContent requestBody: description: Action parameters content: application/json: schema: type: object properties: commands: type: array items: $ref: '#/components/schemas/microsoft.graph.onenotePatchContentCommand' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/groups/{group-id}/onenote/pages/{onenotePage-id}/onenotePatchContent' - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/onenotePatchContent' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()': description: Provides operations to call the preview method. get: tags: - groups.Functions summary: Invoke function preview operationId: groups.group.sites.site.onenote.notebooks.notebook.sections.onenoteSection.pages.onenotePage.preview responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenotePagePreview' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - '/groups/{group-id}/onenote/pages/{onenotePage-id}/preview()' - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - '/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - '/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/preview()' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook': description: Provides operations to manage the parentNotebook property of the microsoft.graph.onenotePage entity. get: tags: - groups.site summary: Get parentNotebook from groups description: The notebook that contains the page. Read-only. operationId: groups.sites.onenote.notebooks.sections.pages.GetParentNotebook parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - '/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook' - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - '/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection': description: Provides operations to manage the parentSection property of the microsoft.graph.onenotePage entity. get: tags: - groups.site summary: Get parentSection from groups description: The section that contains the page. Read-only. operationId: groups.sites.onenote.notebooks.sections.pages.GetParentSection parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - '/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection' - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - '/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - '/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.onenote.notebooks.sections.pages.GetCount-8ff7 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook': description: Provides operations to manage the parentNotebook property of the microsoft.graph.onenoteSection entity. get: tags: - groups.site summary: Get parentNotebook from groups description: The notebook that contains the section. Read-only. operationId: groups.sites.onenote.notebooks.sections.GetParentNotebook parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook' - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook' - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook' - '/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook' '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup': description: Provides operations to manage the parentSectionGroup property of the microsoft.graph.onenoteSection entity. get: tags: - groups.site summary: Get parentSectionGroup from groups description: The section group that contains the section. Read-only. operationId: groups.sites.onenote.notebooks.sections.GetParentSectionGroup parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup' - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup' - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup' - '/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup' - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup' '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.onenote.notebooks.sections.GetCount-3eb3 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook '/groups/{group-id}/sites/{site-id}/onenote/notebooks/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.onenote.notebooks.GetCount-4d42 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site '/groups/{group-id}/sites/{site-id}/onenote/notebooks/getNotebookFromWebUrl': description: Provides operations to call the getNotebookFromWebUrl method. post: tags: - groups.Actions summary: Invoke action getNotebookFromWebUrl description: 'Retrieve the properties and relationships of a notebook object by using its URL path. The location can be user notebooks on Microsoft 365, group notebooks, or SharePoint site-hosted team notebooks on Microsoft 365.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-1.0 operationId: groups.group.sites.site.onenote.notebooks.getNotebookFromWebUrl requestBody: description: Action parameters content: application/json: schema: type: object properties: webUrl: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.CopyNotebookModel' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/getNotebookFromWebUrl' '/groups/{group-id}/sites/{site-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})': description: Provides operations to call the getRecentNotebooks method. get: tags: - groups.Functions summary: Invoke function getRecentNotebooks description: Get a list of recentNotebook instances that have been accessed by the signed-in user. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/notebook-getrecentnotebooks?view=graph-rest-1.0 operationId: groups.group.sites.site.onenote.notebooks.getRecentNotebooks parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.recentNotebook' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: includePersonalNotebooks in: path description: 'Usage: includePersonalNotebooks={includePersonalNotebooks}' required: true schema: type: boolean default: false x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})' '/groups/{group-id}/sites/{site-id}/onenote/operations': description: Provides operations to manage the operations property of the microsoft.graph.onenote entity. get: tags: - groups.site summary: Get operations from groups description: 'The status of OneNote operations. Getting an operations collection isn''t supported, but you can get the status of long-running operations if the Operation-Location header is returned in the response. Read-only. Nullable.' operationId: groups.sites.onenote.ListOperations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.onenoteOperationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to operations for groups operationId: groups.sites.onenote.CreateOperations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteOperation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteOperation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/operations' '/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}': description: Provides operations to manage the operations property of the microsoft.graph.onenote entity. get: tags: - groups.site summary: Get operations from groups description: 'The status of OneNote operations. Getting an operations collection isn''t supported, but you can get the status of long-running operations if the Operation-Location header is returned in the response. Read-only. Nullable.' operationId: groups.sites.onenote.GetOperations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteOperation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property operations in groups operationId: groups.sites.onenote.UpdateOperations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteOperation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteOperation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property operations for groups operationId: groups.sites.onenote.DeleteOperations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: onenoteOperation-id in: path description: The unique identifier of onenoteOperation required: true schema: type: string x-ms-docs-key-type: onenoteOperation x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/operations/{onenoteOperation-id}' '/groups/{group-id}/sites/{site-id}/onenote/operations/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.onenote.operations.GetCount-c658 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site '/groups/{group-id}/sites/{site-id}/onenote/pages': description: Provides operations to manage the pages property of the microsoft.graph.onenote entity. get: tags: - groups.site summary: Get pages from groups description: The pages in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. operationId: groups.sites.onenote.ListPages parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.onenotePageCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to pages for groups operationId: groups.sites.onenote.CreatePages requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/pages' '/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}': description: Provides operations to manage the pages property of the microsoft.graph.onenote entity. get: tags: - groups.site summary: Get pages from groups description: The pages in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. operationId: groups.sites.onenote.GetPages parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property pages in groups operationId: groups.sites.onenote.UpdatePages requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property pages for groups operationId: groups.sites.onenote.DeletePages parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/pages/{onenotePage-id}' '/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/content': description: Provides operations to manage the media for the group entity. get: tags: - groups.site summary: Get content for the navigation property pages from groups description: The page's HTML content. operationId: groups.sites.onenote.GetPagesContent responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - groups.site summary: Update content for the navigation property pages in groups description: The page's HTML content. operationId: groups.sites.onenote.UpdatePagesContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - groups.site summary: Delete content for the navigation property pages in groups description: The page's HTML content. operationId: groups.sites.onenote.DeletePagesContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage '/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/copyToSection': description: Provides operations to call the copyToSection method. post: tags: - groups.Actions summary: Invoke action copyToSection description: 'Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0 operationId: groups.group.sites.site.onenote.pages.onenotePage.copyToSection requestBody: description: Action parameters content: application/json: schema: type: object properties: id: type: string nullable: true groupId: type: string nullable: true siteCollectionId: type: string nullable: true siteId: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenoteOperation' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/groups/{group-id}/onenote/pages/{onenotePage-id}/copyToSection' - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' '/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/onenotePatchContent': description: Provides operations to call the onenotePatchContent method. post: tags: - groups.Actions summary: Invoke action onenotePatchContent operationId: groups.group.sites.site.onenote.pages.onenotePage.onenotePatchContent requestBody: description: Action parameters content: application/json: schema: type: object properties: commands: type: array items: $ref: '#/components/schemas/microsoft.graph.onenotePatchContentCommand' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/groups/{group-id}/onenote/pages/{onenotePage-id}/onenotePatchContent' - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' '/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/preview()': description: Provides operations to call the preview method. get: tags: - groups.Functions summary: Invoke function preview operationId: groups.group.sites.site.onenote.pages.onenotePage.preview responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenotePagePreview' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - '/groups/{group-id}/onenote/pages/{onenotePage-id}/preview()' - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - '/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' '/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook': description: Provides operations to manage the parentNotebook property of the microsoft.graph.onenotePage entity. get: tags: - groups.site summary: Get parentNotebook from groups description: The notebook that contains the page. Read-only. operationId: groups.sites.onenote.pages.GetParentNotebook parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - '/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook' - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - '/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' '/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection': description: Provides operations to manage the parentSection property of the microsoft.graph.onenotePage entity. get: tags: - groups.site summary: Get parentSection from groups description: The section that contains the page. Read-only. operationId: groups.sites.onenote.pages.GetParentSection parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - '/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection' - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - '/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' '/groups/{group-id}/sites/{site-id}/onenote/pages/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.onenote.pages.GetCount-5751 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site '/groups/{group-id}/sites/{site-id}/onenote/resources': description: Provides operations to manage the resources property of the microsoft.graph.onenote entity. get: tags: - groups.site summary: Get resources from groups description: 'The image and other file resources in OneNote pages. Getting a resources collection isn''t supported, but you can get the binary content of a specific resource. Read-only. Nullable.' operationId: groups.sites.onenote.ListResources parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.onenoteResourceCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to resources for groups operationId: groups.sites.onenote.CreateResources requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteResource' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/resources' '/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}': description: Provides operations to manage the resources property of the microsoft.graph.onenote entity. get: tags: - groups.site summary: Get resources from groups description: 'The image and other file resources in OneNote pages. Getting a resources collection isn''t supported, but you can get the binary content of a specific resource. Read-only. Nullable.' operationId: groups.sites.onenote.GetResources parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property resources in groups operationId: groups.sites.onenote.UpdateResources requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteResource' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property resources for groups operationId: groups.sites.onenote.DeleteResources parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: onenoteResource-id in: path description: The unique identifier of onenoteResource required: true schema: type: string x-ms-docs-key-type: onenoteResource x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/resources/{onenoteResource-id}' '/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}/content': description: Provides operations to manage the media for the group entity. get: tags: - groups.site summary: Get content for the navigation property resources from groups description: The content stream operationId: groups.sites.onenote.GetResourcesContent responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - groups.site summary: Update content for the navigation property resources in groups description: The content stream operationId: groups.sites.onenote.UpdateResourcesContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - groups.site summary: Delete content for the navigation property resources in groups description: The content stream operationId: groups.sites.onenote.DeleteResourcesContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: onenoteResource-id in: path description: The unique identifier of onenoteResource required: true schema: type: string x-ms-docs-key-type: onenoteResource '/groups/{group-id}/sites/{site-id}/onenote/resources/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.onenote.resources.GetCount-08d2 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups': description: Provides operations to manage the sectionGroups property of the microsoft.graph.onenote entity. get: tags: - groups.site summary: Get sectionGroups from groups description: The section groups in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. operationId: groups.sites.onenote.ListSectionGroups parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.sectionGroupCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to sectionGroups for groups operationId: groups.sites.onenote.CreateSectionGroups requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/sectionGroups' '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}': description: Provides operations to manage the sectionGroups property of the microsoft.graph.onenote entity. get: tags: - groups.site summary: Get sectionGroups from groups description: The section groups in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. operationId: groups.sites.onenote.GetSectionGroups parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property sectionGroups in groups operationId: groups.sites.onenote.UpdateSectionGroups requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property sectionGroups for groups operationId: groups.sites.onenote.DeleteSectionGroups parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}' '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook': description: Provides operations to manage the parentNotebook property of the microsoft.graph.sectionGroup entity. get: tags: - groups.site summary: Get parentNotebook from groups description: The notebook that contains the section group. Read-only. operationId: groups.sites.onenote.sectionGroups.GetParentNotebook parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook' - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook' '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup': description: Provides operations to manage the parentSectionGroup property of the microsoft.graph.sectionGroup entity. get: tags: - groups.site summary: Get parentSectionGroup from groups description: The section group that contains the section group. Read-only. operationId: groups.sites.onenote.sectionGroups.GetParentSectionGroup parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup' - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup' '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups': description: Provides operations to manage the sectionGroups property of the microsoft.graph.sectionGroup entity. get: tags: - groups.site summary: Get sectionGroups from groups description: The section groups in the section. Read-only. Nullable. operationId: groups.sites.onenote.sectionGroups.ListSectionGroups parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.sectionGroupCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups' - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups' '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}': description: Provides operations to manage the sectionGroups property of the microsoft.graph.sectionGroup entity. get: tags: - groups.site summary: Get sectionGroups from groups description: The section groups in the section. Read-only. Nullable. operationId: groups.sites.onenote.sectionGroups.GetSectionGroups parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: sectionGroup-id1 in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}' - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}' '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.onenote.sectionGroups.sectionGroups.GetCount-c957 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections': description: Provides operations to manage the sections property of the microsoft.graph.sectionGroup entity. get: tags: - groups.site summary: Get sections from groups description: The sections in the section group. Read-only. Nullable. operationId: groups.sites.onenote.sectionGroups.ListSections parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.onenoteSectionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to sections for groups operationId: groups.sites.onenote.sectionGroups.CreateSections requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections' - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections' '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}': description: Provides operations to manage the sections property of the microsoft.graph.sectionGroup entity. get: tags: - groups.site summary: Get sections from groups description: The sections in the section group. Read-only. Nullable. operationId: groups.sites.onenote.sectionGroups.GetSections parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property sections in groups operationId: groups.sites.onenote.sectionGroups.UpdateSections requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property sections for groups operationId: groups.sites.onenote.sectionGroups.DeleteSections parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}' - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}' '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook': description: Provides operations to call the copyToNotebook method. post: tags: - groups.Actions summary: Invoke action copyToNotebook description: 'For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0 operationId: groups.group.sites.site.onenote.sectionGroups.sectionGroup.sections.onenoteSection.copyToNotebook requestBody: description: Action parameters content: application/json: schema: type: object properties: id: type: string nullable: true groupId: type: string nullable: true renameAs: type: string nullable: true siteCollectionId: type: string nullable: true siteId: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenoteOperation' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook' - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook' - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook' - '/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToNotebook' '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup': description: Provides operations to call the copyToSectionGroup method. post: tags: - groups.Actions summary: Invoke action copyToSectionGroup description: 'For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0 operationId: groups.group.sites.site.onenote.sectionGroups.sectionGroup.sections.onenoteSection.copyToSectionGroup requestBody: description: Action parameters content: application/json: schema: type: object properties: id: type: string nullable: true groupId: type: string nullable: true renameAs: type: string nullable: true siteCollectionId: type: string nullable: true siteId: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenoteOperation' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup' - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup' - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup' - '/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup' - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup' '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages': description: Provides operations to manage the pages property of the microsoft.graph.onenoteSection entity. get: tags: - groups.site summary: Get pages from groups description: The collection of pages in the section. Read-only. Nullable. operationId: groups.sites.onenote.sectionGroups.sections.ListPages parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.onenotePageCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to pages for groups operationId: groups.sites.onenote.sectionGroups.sections.CreatePages requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages' - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages' - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages' - '/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages' - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages' '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}': description: Provides operations to manage the pages property of the microsoft.graph.onenoteSection entity. get: tags: - groups.site summary: Get pages from groups description: The collection of pages in the section. Read-only. Nullable. operationId: groups.sites.onenote.sectionGroups.sections.GetPages parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property pages in groups operationId: groups.sites.onenote.sectionGroups.sections.UpdatePages requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property pages for groups operationId: groups.sites.onenote.sectionGroups.sections.DeletePages parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}' - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}' - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}' - '/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}' - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}' '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content': description: Provides operations to manage the media for the group entity. get: tags: - groups.site summary: Get content for the navigation property pages from groups description: The page's HTML content. operationId: groups.sites.onenote.sectionGroups.sections.GetPagesContent responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - groups.site summary: Update content for the navigation property pages in groups description: The page's HTML content. operationId: groups.sites.onenote.sectionGroups.sections.UpdatePagesContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - groups.site summary: Delete content for the navigation property pages in groups description: The page's HTML content. operationId: groups.sites.onenote.sectionGroups.sections.DeletePagesContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection': description: Provides operations to call the copyToSection method. post: tags: - groups.Actions summary: Invoke action copyToSection description: 'Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0 operationId: groups.group.sites.site.onenote.sectionGroups.sectionGroup.sections.onenoteSection.pages.onenotePage.copyToSection requestBody: description: Action parameters content: application/json: schema: type: object properties: id: type: string nullable: true groupId: type: string nullable: true siteCollectionId: type: string nullable: true siteId: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenoteOperation' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/groups/{group-id}/onenote/pages/{onenotePage-id}/copyToSection' - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/copyToSection' - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent': description: Provides operations to call the onenotePatchContent method. post: tags: - groups.Actions summary: Invoke action onenotePatchContent operationId: groups.group.sites.site.onenote.sectionGroups.sectionGroup.sections.onenoteSection.pages.onenotePage.onenotePatchContent requestBody: description: Action parameters content: application/json: schema: type: object properties: commands: type: array items: $ref: '#/components/schemas/microsoft.graph.onenotePatchContentCommand' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/groups/{group-id}/onenote/pages/{onenotePage-id}/onenotePatchContent' - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/onenotePatchContent' - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()': description: Provides operations to call the preview method. get: tags: - groups.Functions summary: Invoke function preview operationId: groups.group.sites.site.onenote.sectionGroups.sectionGroup.sections.onenoteSection.pages.onenotePage.preview responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenotePagePreview' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - '/groups/{group-id}/onenote/pages/{onenotePage-id}/preview()' - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - '/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - '/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/preview()' - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook': description: Provides operations to manage the parentNotebook property of the microsoft.graph.onenotePage entity. get: tags: - groups.site summary: Get parentNotebook from groups description: The notebook that contains the page. Read-only. operationId: groups.sites.onenote.sectionGroups.sections.pages.GetParentNotebook parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - '/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook' - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - '/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection': description: Provides operations to manage the parentSection property of the microsoft.graph.onenotePage entity. get: tags: - groups.site summary: Get parentSection from groups description: The section that contains the page. Read-only. operationId: groups.sites.onenote.sectionGroups.sections.pages.GetParentSection parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - '/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection' - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - '/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - '/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection' - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.onenote.sectionGroups.sections.pages.GetCount-f260 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook': description: Provides operations to manage the parentNotebook property of the microsoft.graph.onenoteSection entity. get: tags: - groups.site summary: Get parentNotebook from groups description: The notebook that contains the section. Read-only. operationId: groups.sites.onenote.sectionGroups.sections.GetParentNotebook parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook' - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook' - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook' - '/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook' '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup': description: Provides operations to manage the parentSectionGroup property of the microsoft.graph.onenoteSection entity. get: tags: - groups.site summary: Get parentSectionGroup from groups description: The section group that contains the section. Read-only. operationId: groups.sites.onenote.sectionGroups.sections.GetParentSectionGroup parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup' - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup' - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup' - '/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup' - '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup' '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.onenote.sectionGroups.sections.GetCount-60a8 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.onenote.sectionGroups.GetCount-c957 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site '/groups/{group-id}/sites/{site-id}/onenote/sections': description: Provides operations to manage the sections property of the microsoft.graph.onenote entity. get: tags: - groups.site summary: Get sections from groups description: The sections in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. operationId: groups.sites.onenote.ListSections parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.onenoteSectionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to sections for groups operationId: groups.sites.onenote.CreateSections requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/sections' '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}': description: Provides operations to manage the sections property of the microsoft.graph.onenote entity. get: tags: - groups.site summary: Get sections from groups description: The sections in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. operationId: groups.sites.onenote.GetSections parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property sections in groups operationId: groups.sites.onenote.UpdateSections requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property sections for groups operationId: groups.sites.onenote.DeleteSections parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/sections/{onenoteSection-id}' '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToNotebook': description: Provides operations to call the copyToNotebook method. post: tags: - groups.Actions summary: Invoke action copyToNotebook description: 'For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0 operationId: groups.group.sites.site.onenote.sections.onenoteSection.copyToNotebook requestBody: description: Action parameters content: application/json: schema: type: object properties: id: type: string nullable: true groupId: type: string nullable: true renameAs: type: string nullable: true siteCollectionId: type: string nullable: true siteId: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenoteOperation' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook' - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook' - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook' - '/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook' '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup': description: Provides operations to call the copyToSectionGroup method. post: tags: - groups.Actions summary: Invoke action copyToSectionGroup description: 'For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0 operationId: groups.group.sites.site.onenote.sections.onenoteSection.copyToSectionGroup requestBody: description: Action parameters content: application/json: schema: type: object properties: id: type: string nullable: true groupId: type: string nullable: true renameAs: type: string nullable: true siteCollectionId: type: string nullable: true siteId: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenoteOperation' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup' - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup' - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup' - '/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup' '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages': description: Provides operations to manage the pages property of the microsoft.graph.onenoteSection entity. get: tags: - groups.site summary: Get pages from groups description: The collection of pages in the section. Read-only. Nullable. operationId: groups.sites.onenote.sections.ListPages parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.onenotePageCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to pages for groups operationId: groups.sites.onenote.sections.CreatePages requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages' - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages' - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages' - '/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages' '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}': description: Provides operations to manage the pages property of the microsoft.graph.onenoteSection entity. get: tags: - groups.site summary: Get pages from groups description: The collection of pages in the section. Read-only. Nullable. operationId: groups.sites.onenote.sections.GetPages parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property pages in groups operationId: groups.sites.onenote.sections.UpdatePages requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property pages for groups operationId: groups.sites.onenote.sections.DeletePages parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}' - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}' - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}' - '/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}' '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content': description: Provides operations to manage the media for the group entity. get: tags: - groups.site summary: Get content for the navigation property pages from groups description: The page's HTML content. operationId: groups.sites.onenote.sections.GetPagesContent responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - groups.site summary: Update content for the navigation property pages in groups description: The page's HTML content. operationId: groups.sites.onenote.sections.UpdatePagesContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - groups.site summary: Delete content for the navigation property pages in groups description: The page's HTML content. operationId: groups.sites.onenote.sections.DeletePagesContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection': description: Provides operations to call the copyToSection method. post: tags: - groups.Actions summary: Invoke action copyToSection description: 'Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0 operationId: groups.group.sites.site.onenote.sections.onenoteSection.pages.onenotePage.copyToSection requestBody: description: Action parameters content: application/json: schema: type: object properties: id: type: string nullable: true groupId: type: string nullable: true siteCollectionId: type: string nullable: true siteId: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenoteOperation' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/groups/{group-id}/onenote/pages/{onenotePage-id}/copyToSection' - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/copyToSection' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent': description: Provides operations to call the onenotePatchContent method. post: tags: - groups.Actions summary: Invoke action onenotePatchContent operationId: groups.group.sites.site.onenote.sections.onenoteSection.pages.onenotePage.onenotePatchContent requestBody: description: Action parameters content: application/json: schema: type: object properties: commands: type: array items: $ref: '#/components/schemas/microsoft.graph.onenotePatchContentCommand' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/groups/{group-id}/onenote/pages/{onenotePage-id}/onenotePatchContent' - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/onenotePatchContent' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()': description: Provides operations to call the preview method. get: tags: - groups.Functions summary: Invoke function preview operationId: groups.group.sites.site.onenote.sections.onenoteSection.pages.onenotePage.preview responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenotePagePreview' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - '/groups/{group-id}/onenote/pages/{onenotePage-id}/preview()' - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - '/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - '/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/preview()' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook': description: Provides operations to manage the parentNotebook property of the microsoft.graph.onenotePage entity. get: tags: - groups.site summary: Get parentNotebook from groups description: The notebook that contains the page. Read-only. operationId: groups.sites.onenote.sections.pages.GetParentNotebook parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - '/groups/{group-id}/onenote/pages/{onenotePage-id}/parentNotebook' - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - '/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection': description: Provides operations to manage the parentSection property of the microsoft.graph.onenotePage entity. get: tags: - groups.site summary: Get parentSection from groups description: The section that contains the page. Read-only. operationId: groups.sites.onenote.sections.pages.GetParentSection parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - '/groups/{group-id}/onenote/pages/{onenotePage-id}/parentSection' - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - '/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - '/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.onenote.sections.pages.GetCount-859e parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook': description: Provides operations to manage the parentNotebook property of the microsoft.graph.onenoteSection entity. get: tags: - groups.site summary: Get parentNotebook from groups description: The notebook that contains the section. Read-only. operationId: groups.sites.onenote.sections.GetParentNotebook parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook' - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook' - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook' - '/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook' '/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup': description: Provides operations to manage the parentSectionGroup property of the microsoft.graph.onenoteSection entity. get: tags: - groups.site summary: Get parentSectionGroup from groups description: The section group that contains the section. Read-only. operationId: groups.sites.onenote.sections.GetParentSectionGroup parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup' - '/groups/{group-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup' - '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup' - '/groups/{group-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup' - '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup' - '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup' '/groups/{group-id}/sites/{site-id}/onenote/sections/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.onenote.sections.GetCount-361f parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site '/groups/{group-id}/sites/{site-id}/operations': description: Provides operations to manage the operations property of the microsoft.graph.site entity. get: tags: - groups.site summary: Get operations from groups description: The collection of long-running operations on the site. operationId: groups.sites.ListOperations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.richLongRunningOperationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to operations for groups operationId: groups.sites.CreateOperations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/operations' - '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/operations' '/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}': description: Provides operations to manage the operations property of the microsoft.graph.site entity. get: tags: - groups.site summary: Get operations from groups description: The collection of long-running operations on the site. operationId: groups.sites.GetOperations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property operations in groups operationId: groups.sites.UpdateOperations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property operations for groups operationId: groups.sites.DeleteOperations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: richLongRunningOperation-id in: path description: The unique identifier of richLongRunningOperation required: true schema: type: string x-ms-docs-key-type: richLongRunningOperation '/groups/{group-id}/sites/{site-id}/operations/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.operations.GetCount-3fe8 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site '/groups/{group-id}/sites/{site-id}/pages': description: Provides operations to manage the pages property of the microsoft.graph.site entity. get: tags: - groups.site summary: Get pages from groups description: The collection of pages in the baseSitePages list in this site. operationId: groups.sites.ListPages parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.baseSitePageCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to pages for groups operationId: groups.sites.CreatePages requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.baseSitePage' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.baseSitePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/pages' - '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/pages' '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}': description: Provides operations to manage the pages property of the microsoft.graph.site entity. get: tags: - groups.site summary: Get pages from groups description: The collection of pages in the baseSitePages list in this site. operationId: groups.sites.GetPages parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.baseSitePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property pages in groups operationId: groups.sites.UpdatePages requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.baseSitePage' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.baseSitePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property pages for groups operationId: groups.sites.DeletePages parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: baseSitePage-id in: path description: The unique identifier of baseSitePage required: true schema: type: string x-ms-docs-key-type: baseSitePage '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser': description: Provides operations to manage the createdByUser property of the microsoft.graph.baseItem entity. get: tags: - groups.site summary: Get createdByUser from groups description: Identity of the user who created the item. Read-only. operationId: groups.sites.pages.GetCreatedByUser parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: baseSitePage-id in: path description: The unique identifier of baseSitePage required: true schema: type: string x-ms-docs-key-type: baseSitePage x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/createdByUser' - '/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser' - '/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser' - '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/createdByUser' - '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/createdByUser' - '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/createdByUser' '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings': get: tags: - groups.site summary: Get mailboxSettings property value description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' operationId: groups.sites.pages.createdByUser.GetMailboxSettings parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' patch: tags: - groups.site summary: Update property mailboxSettings value. operationId: groups.sites.pages.createdByUser.UpdateMailboxSettings requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: baseSitePage-id in: path description: The unique identifier of baseSitePage required: true schema: type: string x-ms-docs-key-type: baseSitePage '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors': get: tags: - groups.site summary: Get serviceProvisioningErrors property value description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' operationId: groups.sites.pages.createdByUser.ListServiceProvisioningErrors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: baseSitePage-id in: path description: The unique identifier of baseSitePage required: true schema: type: string x-ms-docs-key-type: baseSitePage '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.pages.createdByUser.ServiceProvisioningErrors.GetCount-c713 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: baseSitePage-id in: path description: The unique identifier of baseSitePage required: true schema: type: string x-ms-docs-key-type: baseSitePage '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser': description: Provides operations to manage the lastModifiedByUser property of the microsoft.graph.baseItem entity. get: tags: - groups.site summary: Get lastModifiedByUser from groups description: Identity of the user who last modified the item. Read-only. operationId: groups.sites.pages.GetLastModifiedByUser parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: baseSitePage-id in: path description: The unique identifier of baseSitePage required: true schema: type: string x-ms-docs-key-type: baseSitePage x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/lastModifiedByUser' - '/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser' - '/groups/{group-id}/sites/{site-id}/lists/{list-id}/lastModifiedByUser' - '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/lastModifiedByUser' - '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/lastModifiedByUser' - '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/lastModifiedByUser' '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings': get: tags: - groups.site summary: Get mailboxSettings property value description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' operationId: groups.sites.pages.lastModifiedByUser.GetMailboxSettings parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' patch: tags: - groups.site summary: Update property mailboxSettings value. operationId: groups.sites.pages.lastModifiedByUser.UpdateMailboxSettings requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: baseSitePage-id in: path description: The unique identifier of baseSitePage required: true schema: type: string x-ms-docs-key-type: baseSitePage '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors': get: tags: - groups.site summary: Get serviceProvisioningErrors property value description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' operationId: groups.sites.pages.lastModifiedByUser.ListServiceProvisioningErrors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: baseSitePage-id in: path description: The unique identifier of baseSitePage required: true schema: type: string x-ms-docs-key-type: baseSitePage '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.pages.lastModifiedByUser.ServiceProvisioningErrors.GetCount-206a parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: baseSitePage-id in: path description: The unique identifier of baseSitePage required: true schema: type: string x-ms-docs-key-type: baseSitePage '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage': description: Casts the previous resource to sitePage. get: tags: - groups.site summary: Get the item of type microsoft.graph.baseSitePage as microsoft.graph.sitePage operationId: groups.sites.GetPages.AsSitePage parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sitePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: baseSitePage-id in: path description: The unique identifier of baseSitePage required: true schema: type: string x-ms-docs-key-type: baseSitePage '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/canvasLayout': description: Provides operations to manage the canvasLayout property of the microsoft.graph.sitePage entity. get: tags: - groups.site summary: Get canvasLayout from groups description: 'Indicates the layout of the content in a given SharePoint page, including horizontal sections and vertical sections.' operationId: groups.sites.pages.AsSitePage.GetCanvasLayout parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.canvasLayout' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property canvasLayout in groups operationId: groups.sites.pages.AsSitePage.UpdateCanvasLayout requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.canvasLayout' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.canvasLayout' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property canvasLayout for groups operationId: groups.sites.pages.AsSitePage.DeleteCanvasLayout parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: baseSitePage-id in: path description: The unique identifier of baseSitePage required: true schema: type: string x-ms-docs-key-type: baseSitePage '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/canvasLayout/horizontalSections': description: Provides operations to manage the horizontalSections property of the microsoft.graph.canvasLayout entity. get: tags: - groups.site summary: Get horizontalSections from groups description: Collection of horizontal sections on the SharePoint page. operationId: groups.sites.pages.AsSitePage.canvasLayout.ListHorizontalSections parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.horizontalSectionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to horizontalSections for groups operationId: groups.sites.pages.AsSitePage.canvasLayout.CreateHorizontalSections requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.horizontalSection' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.horizontalSection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: baseSitePage-id in: path description: The unique identifier of baseSitePage required: true schema: type: string x-ms-docs-key-type: baseSitePage '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}': description: Provides operations to manage the horizontalSections property of the microsoft.graph.canvasLayout entity. get: tags: - groups.site summary: Get horizontalSections from groups description: Collection of horizontal sections on the SharePoint page. operationId: groups.sites.pages.AsSitePage.canvasLayout.GetHorizontalSections parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.horizontalSection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property horizontalSections in groups operationId: groups.sites.pages.AsSitePage.canvasLayout.UpdateHorizontalSections requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.horizontalSection' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.horizontalSection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property horizontalSections for groups operationId: groups.sites.pages.AsSitePage.canvasLayout.DeleteHorizontalSections parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: baseSitePage-id in: path description: The unique identifier of baseSitePage required: true schema: type: string x-ms-docs-key-type: baseSitePage - name: horizontalSection-id in: path description: The unique identifier of horizontalSection required: true schema: type: string x-ms-docs-key-type: horizontalSection '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns': description: Provides operations to manage the columns property of the microsoft.graph.horizontalSection entity. get: tags: - groups.site summary: Get columns from groups description: The set of vertical columns in this section. operationId: groups.sites.pages.AsSitePage.canvasLayout.horizontalSections.ListColumns parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.horizontalSectionColumnCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to columns for groups operationId: groups.sites.pages.AsSitePage.canvasLayout.horizontalSections.CreateColumns requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.horizontalSectionColumn' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.horizontalSectionColumn' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: baseSitePage-id in: path description: The unique identifier of baseSitePage required: true schema: type: string x-ms-docs-key-type: baseSitePage - name: horizontalSection-id in: path description: The unique identifier of horizontalSection required: true schema: type: string x-ms-docs-key-type: horizontalSection '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}': description: Provides operations to manage the columns property of the microsoft.graph.horizontalSection entity. get: tags: - groups.site summary: Get columns from groups description: The set of vertical columns in this section. operationId: groups.sites.pages.AsSitePage.canvasLayout.horizontalSections.GetColumns parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.horizontalSectionColumn' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property columns in groups operationId: groups.sites.pages.AsSitePage.canvasLayout.horizontalSections.UpdateColumns requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.horizontalSectionColumn' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.horizontalSectionColumn' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property columns for groups operationId: groups.sites.pages.AsSitePage.canvasLayout.horizontalSections.DeleteColumns parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: baseSitePage-id in: path description: The unique identifier of baseSitePage required: true schema: type: string x-ms-docs-key-type: baseSitePage - name: horizontalSection-id in: path description: The unique identifier of horizontalSection required: true schema: type: string x-ms-docs-key-type: horizontalSection - name: horizontalSectionColumn-id in: path description: The unique identifier of horizontalSectionColumn required: true schema: type: string x-ms-docs-key-type: horizontalSectionColumn '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts': description: Provides operations to manage the webparts property of the microsoft.graph.horizontalSectionColumn entity. get: tags: - groups.site summary: Get webparts from groups description: The collection of WebParts in this column. operationId: groups.sites.pages.AsSitePage.canvasLayout.horizontalSections.columns.ListWebparts parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.webPartCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to webparts for groups operationId: groups.sites.pages.AsSitePage.canvasLayout.horizontalSections.columns.CreateWebparts requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.webPart' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.webPart' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: baseSitePage-id in: path description: The unique identifier of baseSitePage required: true schema: type: string x-ms-docs-key-type: baseSitePage - name: horizontalSection-id in: path description: The unique identifier of horizontalSection required: true schema: type: string x-ms-docs-key-type: horizontalSection - name: horizontalSectionColumn-id in: path description: The unique identifier of horizontalSectionColumn required: true schema: type: string x-ms-docs-key-type: horizontalSectionColumn '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}': description: Provides operations to manage the webparts property of the microsoft.graph.horizontalSectionColumn entity. get: tags: - groups.site summary: Get webparts from groups description: The collection of WebParts in this column. operationId: groups.sites.pages.AsSitePage.canvasLayout.horizontalSections.columns.GetWebparts parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.webPart' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property webparts in groups operationId: groups.sites.pages.AsSitePage.canvasLayout.horizontalSections.columns.UpdateWebparts requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.webPart' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.webPart' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property webparts for groups operationId: groups.sites.pages.AsSitePage.canvasLayout.horizontalSections.columns.DeleteWebparts parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: baseSitePage-id in: path description: The unique identifier of baseSitePage required: true schema: type: string x-ms-docs-key-type: baseSitePage - name: horizontalSection-id in: path description: The unique identifier of horizontalSection required: true schema: type: string x-ms-docs-key-type: horizontalSection - name: horizontalSectionColumn-id in: path description: The unique identifier of horizontalSectionColumn required: true schema: type: string x-ms-docs-key-type: horizontalSectionColumn - name: webPart-id in: path description: The unique identifier of webPart required: true schema: type: string x-ms-docs-key-type: webPart '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}/getPositionOfWebPart': description: Provides operations to call the getPositionOfWebPart method. post: tags: - groups.Actions summary: Invoke action getPositionOfWebPart operationId: groups.group.sites.site.pages.baseSitePage.microsoft.graph.sitePage.canvasLayout.horizontalSections.horizontalSection.columns.horizontalSectionColumn.webparts.webPart.getPositionOfWebPart responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.webPartPosition' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: baseSitePage-id in: path description: The unique identifier of baseSitePage required: true schema: type: string x-ms-docs-key-type: baseSitePage - name: horizontalSection-id in: path description: The unique identifier of horizontalSection required: true schema: type: string x-ms-docs-key-type: horizontalSection - name: horizontalSectionColumn-id in: path description: The unique identifier of horizontalSectionColumn required: true schema: type: string x-ms-docs-key-type: horizontalSectionColumn - name: webPart-id in: path description: The unique identifier of webPart required: true schema: type: string x-ms-docs-key-type: webPart x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/canvasLayout/verticalSection/webparts/{webPart-id}/getPositionOfWebPart' - '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/webParts/{webPart-id}/getPositionOfWebPart' '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.pages.AsSitePage.canvasLayout.horizontalSections.columns.webparts.GetCount-d720 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: baseSitePage-id in: path description: The unique identifier of baseSitePage required: true schema: type: string x-ms-docs-key-type: baseSitePage - name: horizontalSection-id in: path description: The unique identifier of horizontalSection required: true schema: type: string x-ms-docs-key-type: horizontalSection - name: horizontalSectionColumn-id in: path description: The unique identifier of horizontalSectionColumn required: true schema: type: string x-ms-docs-key-type: horizontalSectionColumn '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.pages.AsSitePage.canvasLayout.horizontalSections.columns.GetCount-8e2b parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: baseSitePage-id in: path description: The unique identifier of baseSitePage required: true schema: type: string x-ms-docs-key-type: baseSitePage - name: horizontalSection-id in: path description: The unique identifier of horizontalSection required: true schema: type: string x-ms-docs-key-type: horizontalSection '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/canvasLayout/horizontalSections/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.pages.AsSitePage.canvasLayout.horizontalSections.GetCount-f24e parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: baseSitePage-id in: path description: The unique identifier of baseSitePage required: true schema: type: string x-ms-docs-key-type: baseSitePage '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/canvasLayout/verticalSection': description: Provides operations to manage the verticalSection property of the microsoft.graph.canvasLayout entity. get: tags: - groups.site summary: Get verticalSection from groups description: Vertical section on the SharePoint page. operationId: groups.sites.pages.AsSitePage.canvasLayout.GetVerticalSection parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.verticalSection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property verticalSection in groups operationId: groups.sites.pages.AsSitePage.canvasLayout.UpdateVerticalSection requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.verticalSection' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.verticalSection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property verticalSection for groups operationId: groups.sites.pages.AsSitePage.canvasLayout.DeleteVerticalSection parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: baseSitePage-id in: path description: The unique identifier of baseSitePage required: true schema: type: string x-ms-docs-key-type: baseSitePage '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/canvasLayout/verticalSection/webparts': description: Provides operations to manage the webparts property of the microsoft.graph.verticalSection entity. get: tags: - groups.site summary: Get webparts from groups description: The set of web parts in this section. operationId: groups.sites.pages.AsSitePage.canvasLayout.verticalSection.ListWebparts parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.webPartCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to webparts for groups operationId: groups.sites.pages.AsSitePage.canvasLayout.verticalSection.CreateWebparts requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.webPart' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.webPart' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: baseSitePage-id in: path description: The unique identifier of baseSitePage required: true schema: type: string x-ms-docs-key-type: baseSitePage '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/canvasLayout/verticalSection/webparts/{webPart-id}': description: Provides operations to manage the webparts property of the microsoft.graph.verticalSection entity. get: tags: - groups.site summary: Get webparts from groups description: The set of web parts in this section. operationId: groups.sites.pages.AsSitePage.canvasLayout.verticalSection.GetWebparts parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.webPart' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property webparts in groups operationId: groups.sites.pages.AsSitePage.canvasLayout.verticalSection.UpdateWebparts requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.webPart' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.webPart' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property webparts for groups operationId: groups.sites.pages.AsSitePage.canvasLayout.verticalSection.DeleteWebparts parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: baseSitePage-id in: path description: The unique identifier of baseSitePage required: true schema: type: string x-ms-docs-key-type: baseSitePage - name: webPart-id in: path description: The unique identifier of webPart required: true schema: type: string x-ms-docs-key-type: webPart '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/canvasLayout/verticalSection/webparts/{webPart-id}/getPositionOfWebPart': description: Provides operations to call the getPositionOfWebPart method. post: tags: - groups.Actions summary: Invoke action getPositionOfWebPart operationId: groups.group.sites.site.pages.baseSitePage.microsoft.graph.sitePage.canvasLayout.verticalSection.webparts.webPart.getPositionOfWebPart responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.webPartPosition' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: baseSitePage-id in: path description: The unique identifier of baseSitePage required: true schema: type: string x-ms-docs-key-type: baseSitePage - name: webPart-id in: path description: The unique identifier of webPart required: true schema: type: string x-ms-docs-key-type: webPart x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}/getPositionOfWebPart' - '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/webParts/{webPart-id}/getPositionOfWebPart' '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/canvasLayout/verticalSection/webparts/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.pages.AsSitePage.canvasLayout.verticalSection.webparts.GetCount-1669 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: baseSitePage-id in: path description: The unique identifier of baseSitePage required: true schema: type: string x-ms-docs-key-type: baseSitePage '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/createdByUser': description: Provides operations to manage the createdByUser property of the microsoft.graph.baseItem entity. get: tags: - groups.site summary: Get createdByUser from groups description: Identity of the user who created the item. Read-only. operationId: groups.sites.pages.AsSitePage.GetCreatedByUser parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: baseSitePage-id in: path description: The unique identifier of baseSitePage required: true schema: type: string x-ms-docs-key-type: baseSitePage x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/createdByUser' - '/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser' - '/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser' - '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/createdByUser' - '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/createdByUser' - '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser' '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/createdByUser/mailboxSettings': get: tags: - groups.site summary: Get mailboxSettings property value description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' operationId: groups.sites.pages.AsSitePage.createdByUser.GetMailboxSettings parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' patch: tags: - groups.site summary: Update property mailboxSettings value. operationId: groups.sites.pages.AsSitePage.createdByUser.UpdateMailboxSettings requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: baseSitePage-id in: path description: The unique identifier of baseSitePage required: true schema: type: string x-ms-docs-key-type: baseSitePage '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/createdByUser/serviceProvisioningErrors': get: tags: - groups.site summary: Get serviceProvisioningErrors property value description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' operationId: groups.sites.pages.AsSitePage.createdByUser.ListServiceProvisioningErrors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: baseSitePage-id in: path description: The unique identifier of baseSitePage required: true schema: type: string x-ms-docs-key-type: baseSitePage '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/createdByUser/serviceProvisioningErrors/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.pages.AsSitePage.createdByUser.ServiceProvisioningErrors.GetCount-e9fc parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: baseSitePage-id in: path description: The unique identifier of baseSitePage required: true schema: type: string x-ms-docs-key-type: baseSitePage '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/lastModifiedByUser': description: Provides operations to manage the lastModifiedByUser property of the microsoft.graph.baseItem entity. get: tags: - groups.site summary: Get lastModifiedByUser from groups description: Identity of the user who last modified the item. Read-only. operationId: groups.sites.pages.AsSitePage.GetLastModifiedByUser parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: baseSitePage-id in: path description: The unique identifier of baseSitePage required: true schema: type: string x-ms-docs-key-type: baseSitePage x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/lastModifiedByUser' - '/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser' - '/groups/{group-id}/sites/{site-id}/lists/{list-id}/lastModifiedByUser' - '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/lastModifiedByUser' - '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/lastModifiedByUser' - '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser' '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/lastModifiedByUser/mailboxSettings': get: tags: - groups.site summary: Get mailboxSettings property value description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' operationId: groups.sites.pages.AsSitePage.lastModifiedByUser.GetMailboxSettings parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' patch: tags: - groups.site summary: Update property mailboxSettings value. operationId: groups.sites.pages.AsSitePage.lastModifiedByUser.UpdateMailboxSettings requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: baseSitePage-id in: path description: The unique identifier of baseSitePage required: true schema: type: string x-ms-docs-key-type: baseSitePage '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/lastModifiedByUser/serviceProvisioningErrors': get: tags: - groups.site summary: Get serviceProvisioningErrors property value description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' operationId: groups.sites.pages.AsSitePage.lastModifiedByUser.ListServiceProvisioningErrors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: baseSitePage-id in: path description: The unique identifier of baseSitePage required: true schema: type: string x-ms-docs-key-type: baseSitePage '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/lastModifiedByUser/serviceProvisioningErrors/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.pages.AsSitePage.lastModifiedByUser.ServiceProvisioningErrors.GetCount-95e5 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: baseSitePage-id in: path description: The unique identifier of baseSitePage required: true schema: type: string x-ms-docs-key-type: baseSitePage '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/webParts': description: Provides operations to manage the webParts property of the microsoft.graph.sitePage entity. get: tags: - groups.site summary: Get webParts from groups description: Collection of webparts on the SharePoint page. operationId: groups.sites.pages.AsSitePage.ListWebParts parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.webPartCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to webParts for groups operationId: groups.sites.pages.AsSitePage.CreateWebParts requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.webPart' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.webPart' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: baseSitePage-id in: path description: The unique identifier of baseSitePage required: true schema: type: string x-ms-docs-key-type: baseSitePage '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/webParts/{webPart-id}': description: Provides operations to manage the webParts property of the microsoft.graph.sitePage entity. get: tags: - groups.site summary: Get webParts from groups description: Collection of webparts on the SharePoint page. operationId: groups.sites.pages.AsSitePage.GetWebParts parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.webPart' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property webParts in groups operationId: groups.sites.pages.AsSitePage.UpdateWebParts requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.webPart' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.webPart' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property webParts for groups operationId: groups.sites.pages.AsSitePage.DeleteWebParts parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: baseSitePage-id in: path description: The unique identifier of baseSitePage required: true schema: type: string x-ms-docs-key-type: baseSitePage - name: webPart-id in: path description: The unique identifier of webPart required: true schema: type: string x-ms-docs-key-type: webPart '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/webParts/{webPart-id}/getPositionOfWebPart': description: Provides operations to call the getPositionOfWebPart method. post: tags: - groups.Actions summary: Invoke action getPositionOfWebPart operationId: groups.group.sites.site.pages.baseSitePage.microsoft.graph.sitePage.webParts.webPart.getPositionOfWebPart responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.webPartPosition' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: baseSitePage-id in: path description: The unique identifier of baseSitePage required: true schema: type: string x-ms-docs-key-type: baseSitePage - name: webPart-id in: path description: The unique identifier of webPart required: true schema: type: string x-ms-docs-key-type: webPart x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}/getPositionOfWebPart' - '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/canvasLayout/verticalSection/webparts/{webPart-id}/getPositionOfWebPart' '/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/webParts/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.pages.AsSitePage.webParts.GetCount-8625 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: baseSitePage-id in: path description: The unique identifier of baseSitePage required: true schema: type: string x-ms-docs-key-type: baseSitePage '/groups/{group-id}/sites/{site-id}/pages/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.pages.GetCount-0d48 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site '/groups/{group-id}/sites/{site-id}/pages/graph.sitePage': description: Casts the previous resource to sitePage. get: tags: - groups.site summary: Get the items of type microsoft.graph.sitePage in the microsoft.graph.baseSitePage collection operationId: groups.sites.ListPages.AsSitePage parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.sitePageCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site '/groups/{group-id}/sites/{site-id}/pages/graph.sitePage/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.Pages.GetCount.AsSitePage-c27e parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site '/groups/{group-id}/sites/{site-id}/permissions': description: Provides operations to manage the permissions property of the microsoft.graph.site entity. get: tags: - groups.site summary: Get permissions from groups description: The permissions associated with the site. Nullable. operationId: groups.sites.ListPermissions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.permissionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to permissions for groups operationId: groups.sites.CreatePermissions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.permission' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.permission' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/permissions' - '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/permissions' '/groups/{group-id}/sites/{site-id}/permissions/{permission-id}': description: Provides operations to manage the permissions property of the microsoft.graph.site entity. get: tags: - groups.site summary: Get permissions from groups description: The permissions associated with the site. Nullable. operationId: groups.sites.GetPermissions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.permission' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property permissions in groups operationId: groups.sites.UpdatePermissions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.permission' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.permission' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property permissions for groups operationId: groups.sites.DeletePermissions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: permission-id in: path description: The unique identifier of permission required: true schema: type: string x-ms-docs-key-type: permission '/groups/{group-id}/sites/{site-id}/permissions/{permission-id}/grant': description: Provides operations to call the grant method. post: tags: - groups.Actions summary: Invoke action grant description: Grant users access to a link represented by a permission. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0 operationId: groups.group.sites.site.permissions.permission.grant requestBody: description: Action parameters content: application/json: schema: type: object properties: roles: type: array items: type: string nullable: true recipients: type: array items: $ref: '#/components/schemas/microsoft.graph.driveRecipient' required: true responses: 2XX: description: Success content: application/json: schema: title: Collection of permission type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.permission' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: permission-id in: path description: The unique identifier of permission required: true schema: type: string x-ms-docs-key-type: permission '/groups/{group-id}/sites/{site-id}/permissions/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.permissions.GetCount-a797 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site '/groups/{group-id}/sites/{site-id}/sites': description: Provides operations to manage the sites property of the microsoft.graph.site entity. get: tags: - groups.site summary: Get sites from groups description: The collection of the sub-sites under this site. operationId: groups.sites.ListSites parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.siteCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/sites' - '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/sites' '/groups/{group-id}/sites/{site-id}/sites/{site-id1}': description: Provides operations to manage the sites property of the microsoft.graph.site entity. get: tags: - groups.site summary: Get sites from groups description: The collection of the sub-sites under this site. operationId: groups.sites.GetSites parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.site' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: site-id1 in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site '/groups/{group-id}/sites/{site-id}/sites/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.sites.GetCount-9a08 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site '/groups/{group-id}/sites/{site-id}/termStore': description: Provides operations to manage the termStore property of the microsoft.graph.site entity. get: tags: - groups.site summary: Get termStore from groups description: The default termStore under this site. operationId: groups.sites.GetTermStore parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.store' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property termStore in groups operationId: groups.sites.UpdateTermStore requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.store' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.store' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property termStore for groups operationId: groups.sites.DeleteTermStore parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/termStore' - '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/termStore' '/groups/{group-id}/sites/{site-id}/termStore/groups': description: Provides operations to manage the groups property of the microsoft.graph.termStore.store entity. get: tags: - groups.site summary: Get groups from groups description: Collection of all groups available in the term store. operationId: groups.sites.termStore.ListGroups parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.groupCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to groups for groups operationId: groups.sites.termStore.CreateGroups requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.group' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.group' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups' '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}': description: Provides operations to manage the groups property of the microsoft.graph.termStore.store entity. get: tags: - groups.site summary: Get groups from groups description: Collection of all groups available in the term store. operationId: groups.sites.termStore.GetGroups parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.group' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property groups in groups operationId: groups.sites.termStore.UpdateGroups requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.group' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.group' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property groups for groups operationId: groups.sites.termStore.DeleteGroups parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: group-id1 in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}' '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets': description: Provides operations to manage the sets property of the microsoft.graph.termStore.group entity. get: tags: - groups.site summary: Get sets from groups description: 'All sets under the group in a term [store].' operationId: groups.sites.termStore.groups.ListSets parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.setCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to sets for groups operationId: groups.sites.termStore.groups.CreateSets requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: group-id1 in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets' '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}': description: Provides operations to manage the sets property of the microsoft.graph.termStore.group entity. get: tags: - groups.site summary: Get sets from groups description: 'All sets under the group in a term [store].' operationId: groups.sites.termStore.groups.GetSets parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property sets in groups operationId: groups.sites.termStore.groups.UpdateSets requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property sets for groups operationId: groups.sites.termStore.groups.DeleteSets parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: group-id1 in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}' '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children': description: Provides operations to manage the children property of the microsoft.graph.termStore.set entity. get: tags: - groups.site summary: Get children from groups description: 'Children terms of set in term [store].' operationId: groups.sites.termStore.groups.sets.ListChildren parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to children for groups operationId: groups.sites.termStore.groups.sets.CreateChildren requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: group-id1 in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children' '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}': description: Provides operations to manage the children property of the microsoft.graph.termStore.set entity. get: tags: - groups.site summary: Get children from groups description: 'Children terms of set in term [store].' operationId: groups.sites.termStore.groups.sets.GetChildren parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property children in groups operationId: groups.sites.termStore.groups.sets.UpdateChildren requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property children for groups operationId: groups.sites.termStore.groups.sets.DeleteChildren parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: group-id1 in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}' '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children': description: Provides operations to manage the children property of the microsoft.graph.termStore.term entity. get: tags: - groups.site summary: Get children from groups description: Children of current term. operationId: groups.sites.termStore.groups.sets.children.ListChildren parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to children for groups operationId: groups.sites.termStore.groups.sets.children.CreateChildren requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: group-id1 in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children' '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}': description: Provides operations to manage the children property of the microsoft.graph.termStore.term entity. get: tags: - groups.site summary: Get children from groups description: Children of current term. operationId: groups.sites.termStore.groups.sets.children.GetChildren parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property children in groups operationId: groups.sites.termStore.groups.sets.children.UpdateChildren requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property children for groups operationId: groups.sites.termStore.groups.sets.children.DeleteChildren parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: group-id1 in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}' '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - groups.site summary: Get relations from groups description: To indicate which terms are related to the current term as either pinned or reused. operationId: groups.sites.termStore.groups.sets.children.children.ListRelations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to relations for groups operationId: groups.sites.termStore.groups.sets.children.children.CreateRelations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: group-id1 in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations' '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - groups.site summary: Get relations from groups description: To indicate which terms are related to the current term as either pinned or reused. operationId: groups.sites.termStore.groups.sets.children.children.GetRelations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property relations in groups operationId: groups.sites.termStore.groups.sets.children.children.UpdateRelations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property relations for groups operationId: groups.sites.termStore.groups.sets.children.children.DeleteRelations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: group-id1 in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm': description: Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. get: tags: - groups.site summary: Get fromTerm from groups description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' operationId: groups.sites.termStore.groups.sets.children.children.relations.GetFromTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: group-id1 in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. get: tags: - groups.site summary: Get set from groups description: 'The [set] in which the relation is relevant.' operationId: groups.sites.termStore.groups.sets.children.children.relations.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: group-id1 in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm': description: Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. get: tags: - groups.site summary: Get toTerm from groups description: 'The to [term] of the relation. The term to which the relationship is defined.' operationId: groups.sites.termStore.groups.sets.children.children.relations.GetToTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: group-id1 in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.termStore.groups.sets.children.children.relations.GetCount-6f37 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: group-id1 in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.term entity. get: tags: - groups.site summary: Get set from groups description: 'The [set] in which the term is created.' operationId: groups.sites.termStore.groups.sets.children.children.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: group-id1 in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/set' '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.termStore.groups.sets.children.children.GetCount-74e2 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: group-id1 in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - groups.site summary: Get relations from groups description: To indicate which terms are related to the current term as either pinned or reused. operationId: groups.sites.termStore.groups.sets.children.ListRelations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to relations for groups operationId: groups.sites.termStore.groups.sets.children.CreateRelations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: group-id1 in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations' '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - groups.site summary: Get relations from groups description: To indicate which terms are related to the current term as either pinned or reused. operationId: groups.sites.termStore.groups.sets.children.GetRelations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property relations in groups operationId: groups.sites.termStore.groups.sets.children.UpdateRelations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property relations for groups operationId: groups.sites.termStore.groups.sets.children.DeleteRelations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: group-id1 in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm': description: Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. get: tags: - groups.site summary: Get fromTerm from groups description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' operationId: groups.sites.termStore.groups.sets.children.relations.GetFromTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: group-id1 in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. get: tags: - groups.site summary: Get set from groups description: 'The [set] in which the relation is relevant.' operationId: groups.sites.termStore.groups.sets.children.relations.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: group-id1 in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm': description: Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. get: tags: - groups.site summary: Get toTerm from groups description: 'The to [term] of the relation. The term to which the relationship is defined.' operationId: groups.sites.termStore.groups.sets.children.relations.GetToTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: group-id1 in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.termStore.groups.sets.children.relations.GetCount-6f37 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: group-id1 in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.term entity. get: tags: - groups.site summary: Get set from groups description: 'The [set] in which the term is created.' operationId: groups.sites.termStore.groups.sets.children.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: group-id1 in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/set' '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.termStore.groups.sets.children.GetCount-74e2 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: group-id1 in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup': description: Provides operations to manage the parentGroup property of the microsoft.graph.termStore.set entity. get: tags: - groups.site summary: Get parentGroup from groups description: 'The parent [group] that contains the set.' operationId: groups.sites.termStore.groups.sets.GetParentGroup parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.group' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property parentGroup in groups operationId: groups.sites.termStore.groups.sets.UpdateParentGroup requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.group' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.group' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property parentGroup for groups operationId: groups.sites.termStore.groups.sets.DeleteParentGroup parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: group-id1 in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/parentGroup' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup' '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations': description: Provides operations to manage the relations property of the microsoft.graph.termStore.set entity. get: tags: - groups.site summary: Get relations from groups description: Indicates which terms have been pinned or reused directly under the set. operationId: groups.sites.termStore.groups.sets.ListRelations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to relations for groups operationId: groups.sites.termStore.groups.sets.CreateRelations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: group-id1 in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations' '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}': description: Provides operations to manage the relations property of the microsoft.graph.termStore.set entity. get: tags: - groups.site summary: Get relations from groups description: Indicates which terms have been pinned or reused directly under the set. operationId: groups.sites.termStore.groups.sets.GetRelations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property relations in groups operationId: groups.sites.termStore.groups.sets.UpdateRelations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property relations for groups operationId: groups.sites.termStore.groups.sets.DeleteRelations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: group-id1 in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}' '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm': description: Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. get: tags: - groups.site summary: Get fromTerm from groups description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' operationId: groups.sites.termStore.groups.sets.relations.GetFromTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: group-id1 in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. get: tags: - groups.site summary: Get set from groups description: 'The [set] in which the relation is relevant.' operationId: groups.sites.termStore.groups.sets.relations.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: group-id1 in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm': description: Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. get: tags: - groups.site summary: Get toTerm from groups description: 'The to [term] of the relation. The term to which the relationship is defined.' operationId: groups.sites.termStore.groups.sets.relations.GetToTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: group-id1 in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.termStore.groups.sets.relations.GetCount-0ded parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: group-id1 in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms': description: Provides operations to manage the terms property of the microsoft.graph.termStore.set entity. get: tags: - groups.site summary: Get terms from groups description: All the terms under the set. operationId: groups.sites.termStore.groups.sets.ListTerms parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to terms for groups operationId: groups.sites.termStore.groups.sets.CreateTerms requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: group-id1 in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms' '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}': description: Provides operations to manage the terms property of the microsoft.graph.termStore.set entity. get: tags: - groups.site summary: Get terms from groups description: All the terms under the set. operationId: groups.sites.termStore.groups.sets.GetTerms parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property terms in groups operationId: groups.sites.termStore.groups.sets.UpdateTerms requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property terms for groups operationId: groups.sites.termStore.groups.sets.DeleteTerms parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: group-id1 in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}' '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children': description: Provides operations to manage the children property of the microsoft.graph.termStore.term entity. get: tags: - groups.site summary: Get children from groups description: Children of current term. operationId: groups.sites.termStore.groups.sets.terms.ListChildren parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to children for groups operationId: groups.sites.termStore.groups.sets.terms.CreateChildren requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: group-id1 in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children' '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}': description: Provides operations to manage the children property of the microsoft.graph.termStore.term entity. get: tags: - groups.site summary: Get children from groups description: Children of current term. operationId: groups.sites.termStore.groups.sets.terms.GetChildren parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property children in groups operationId: groups.sites.termStore.groups.sets.terms.UpdateChildren requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property children for groups operationId: groups.sites.termStore.groups.sets.terms.DeleteChildren parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: group-id1 in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}' '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - groups.site summary: Get relations from groups description: To indicate which terms are related to the current term as either pinned or reused. operationId: groups.sites.termStore.groups.sets.terms.children.ListRelations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to relations for groups operationId: groups.sites.termStore.groups.sets.terms.children.CreateRelations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: group-id1 in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations' '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - groups.site summary: Get relations from groups description: To indicate which terms are related to the current term as either pinned or reused. operationId: groups.sites.termStore.groups.sets.terms.children.GetRelations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property relations in groups operationId: groups.sites.termStore.groups.sets.terms.children.UpdateRelations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property relations for groups operationId: groups.sites.termStore.groups.sets.terms.children.DeleteRelations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: group-id1 in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm': description: Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. get: tags: - groups.site summary: Get fromTerm from groups description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' operationId: groups.sites.termStore.groups.sets.terms.children.relations.GetFromTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: group-id1 in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. get: tags: - groups.site summary: Get set from groups description: 'The [set] in which the relation is relevant.' operationId: groups.sites.termStore.groups.sets.terms.children.relations.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: group-id1 in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm': description: Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. get: tags: - groups.site summary: Get toTerm from groups description: 'The to [term] of the relation. The term to which the relationship is defined.' operationId: groups.sites.termStore.groups.sets.terms.children.relations.GetToTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: group-id1 in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.termStore.groups.sets.terms.children.relations.GetCount-1c30 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: group-id1 in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.term entity. get: tags: - groups.site summary: Get set from groups description: 'The [set] in which the term is created.' operationId: groups.sites.termStore.groups.sets.terms.children.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: group-id1 in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/set' '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.termStore.groups.sets.terms.children.GetCount-1121 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: group-id1 in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - groups.site summary: Get relations from groups description: To indicate which terms are related to the current term as either pinned or reused. operationId: groups.sites.termStore.groups.sets.terms.ListRelations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to relations for groups operationId: groups.sites.termStore.groups.sets.terms.CreateRelations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: group-id1 in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations' '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - groups.site summary: Get relations from groups description: To indicate which terms are related to the current term as either pinned or reused. operationId: groups.sites.termStore.groups.sets.terms.GetRelations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property relations in groups operationId: groups.sites.termStore.groups.sets.terms.UpdateRelations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property relations for groups operationId: groups.sites.termStore.groups.sets.terms.DeleteRelations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: group-id1 in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm': description: Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. get: tags: - groups.site summary: Get fromTerm from groups description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' operationId: groups.sites.termStore.groups.sets.terms.relations.GetFromTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: group-id1 in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. get: tags: - groups.site summary: Get set from groups description: 'The [set] in which the relation is relevant.' operationId: groups.sites.termStore.groups.sets.terms.relations.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: group-id1 in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm': description: Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. get: tags: - groups.site summary: Get toTerm from groups description: 'The to [term] of the relation. The term to which the relationship is defined.' operationId: groups.sites.termStore.groups.sets.terms.relations.GetToTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: group-id1 in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.termStore.groups.sets.terms.relations.GetCount-5947 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: group-id1 in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.term entity. get: tags: - groups.site summary: Get set from groups description: 'The [set] in which the term is created.' operationId: groups.sites.termStore.groups.sets.terms.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: group-id1 in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/set' '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.termStore.groups.sets.terms.GetCount-d756 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: group-id1 in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.termStore.groups.sets.GetCount-4bca parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: group-id1 in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/sites/{site-id}/termStore/groups/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.termStore.groups.GetCount-cc52 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site '/groups/{group-id}/sites/{site-id}/termStore/sets': description: Provides operations to manage the sets property of the microsoft.graph.termStore.store entity. get: tags: - groups.site summary: Get sets from groups description: Collection of all sets available in the term store. This relationship can only be used to load a specific term set. operationId: groups.sites.termStore.ListSets parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.setCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to sets for groups operationId: groups.sites.termStore.CreateSets requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets' '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}': description: Provides operations to manage the sets property of the microsoft.graph.termStore.store entity. get: tags: - groups.site summary: Get sets from groups description: Collection of all sets available in the term store. This relationship can only be used to load a specific term set. operationId: groups.sites.termStore.GetSets parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property sets in groups operationId: groups.sites.termStore.UpdateSets requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property sets for groups operationId: groups.sites.termStore.DeleteSets parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}' '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children': description: Provides operations to manage the children property of the microsoft.graph.termStore.set entity. get: tags: - groups.site summary: Get children from groups description: 'Children terms of set in term [store].' operationId: groups.sites.termStore.sets.ListChildren parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to children for groups operationId: groups.sites.termStore.sets.CreateChildren requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children' '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}': description: Provides operations to manage the children property of the microsoft.graph.termStore.set entity. get: tags: - groups.site summary: Get children from groups description: 'Children terms of set in term [store].' operationId: groups.sites.termStore.sets.GetChildren parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property children in groups operationId: groups.sites.termStore.sets.UpdateChildren requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property children for groups operationId: groups.sites.termStore.sets.DeleteChildren parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}' '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children': description: Provides operations to manage the children property of the microsoft.graph.termStore.term entity. get: tags: - groups.site summary: Get children from groups description: Children of current term. operationId: groups.sites.termStore.sets.children.ListChildren parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to children for groups operationId: groups.sites.termStore.sets.children.CreateChildren requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children' '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}': description: Provides operations to manage the children property of the microsoft.graph.termStore.term entity. get: tags: - groups.site summary: Get children from groups description: Children of current term. operationId: groups.sites.termStore.sets.children.GetChildren parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property children in groups operationId: groups.sites.termStore.sets.children.UpdateChildren requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property children for groups operationId: groups.sites.termStore.sets.children.DeleteChildren parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}' '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - groups.site summary: Get relations from groups description: To indicate which terms are related to the current term as either pinned or reused. operationId: groups.sites.termStore.sets.children.children.ListRelations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to relations for groups operationId: groups.sites.termStore.sets.children.children.CreateRelations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations' '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - groups.site summary: Get relations from groups description: To indicate which terms are related to the current term as either pinned or reused. operationId: groups.sites.termStore.sets.children.children.GetRelations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property relations in groups operationId: groups.sites.termStore.sets.children.children.UpdateRelations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property relations for groups operationId: groups.sites.termStore.sets.children.children.DeleteRelations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm': description: Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. get: tags: - groups.site summary: Get fromTerm from groups description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' operationId: groups.sites.termStore.sets.children.children.relations.GetFromTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. get: tags: - groups.site summary: Get set from groups description: 'The [set] in which the relation is relevant.' operationId: groups.sites.termStore.sets.children.children.relations.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm': description: Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. get: tags: - groups.site summary: Get toTerm from groups description: 'The to [term] of the relation. The term to which the relationship is defined.' operationId: groups.sites.termStore.sets.children.children.relations.GetToTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.termStore.sets.children.children.relations.GetCount-6f37 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.term entity. get: tags: - groups.site summary: Get set from groups description: 'The [set] in which the term is created.' operationId: groups.sites.termStore.sets.children.children.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/set' '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.termStore.sets.children.children.GetCount-74e2 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - groups.site summary: Get relations from groups description: To indicate which terms are related to the current term as either pinned or reused. operationId: groups.sites.termStore.sets.children.ListRelations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to relations for groups operationId: groups.sites.termStore.sets.children.CreateRelations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations' '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - groups.site summary: Get relations from groups description: To indicate which terms are related to the current term as either pinned or reused. operationId: groups.sites.termStore.sets.children.GetRelations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property relations in groups operationId: groups.sites.termStore.sets.children.UpdateRelations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property relations for groups operationId: groups.sites.termStore.sets.children.DeleteRelations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm': description: Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. get: tags: - groups.site summary: Get fromTerm from groups description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' operationId: groups.sites.termStore.sets.children.relations.GetFromTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. get: tags: - groups.site summary: Get set from groups description: 'The [set] in which the relation is relevant.' operationId: groups.sites.termStore.sets.children.relations.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm': description: Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. get: tags: - groups.site summary: Get toTerm from groups description: 'The to [term] of the relation. The term to which the relationship is defined.' operationId: groups.sites.termStore.sets.children.relations.GetToTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.termStore.sets.children.relations.GetCount-6f37 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.term entity. get: tags: - groups.site summary: Get set from groups description: 'The [set] in which the term is created.' operationId: groups.sites.termStore.sets.children.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/set' '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.termStore.sets.children.GetCount-74e2 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup': description: Provides operations to manage the parentGroup property of the microsoft.graph.termStore.set entity. get: tags: - groups.site summary: Get parentGroup from groups description: 'The parent [group] that contains the set.' operationId: groups.sites.termStore.sets.GetParentGroup parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.group' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property parentGroup in groups operationId: groups.sites.termStore.sets.UpdateParentGroup requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.group' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.group' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property parentGroup for groups operationId: groups.sites.termStore.sets.DeleteParentGroup parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/parentGroup' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup' '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets': description: Provides operations to manage the sets property of the microsoft.graph.termStore.group entity. get: tags: - groups.site summary: Get sets from groups description: 'All sets under the group in a term [store].' operationId: groups.sites.termStore.sets.parentGroup.ListSets parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.setCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to sets for groups operationId: groups.sites.termStore.sets.parentGroup.CreateSets requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets' '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}': description: Provides operations to manage the sets property of the microsoft.graph.termStore.group entity. get: tags: - groups.site summary: Get sets from groups description: 'All sets under the group in a term [store].' operationId: groups.sites.termStore.sets.parentGroup.GetSets parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property sets in groups operationId: groups.sites.termStore.sets.parentGroup.UpdateSets requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property sets for groups operationId: groups.sites.termStore.sets.parentGroup.DeleteSets parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}' '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children': description: Provides operations to manage the children property of the microsoft.graph.termStore.set entity. get: tags: - groups.site summary: Get children from groups description: 'Children terms of set in term [store].' operationId: groups.sites.termStore.sets.parentGroup.sets.ListChildren parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to children for groups operationId: groups.sites.termStore.sets.parentGroup.sets.CreateChildren requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children' '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}': description: Provides operations to manage the children property of the microsoft.graph.termStore.set entity. get: tags: - groups.site summary: Get children from groups description: 'Children terms of set in term [store].' operationId: groups.sites.termStore.sets.parentGroup.sets.GetChildren parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property children in groups operationId: groups.sites.termStore.sets.parentGroup.sets.UpdateChildren requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property children for groups operationId: groups.sites.termStore.sets.parentGroup.sets.DeleteChildren parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}' '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children': description: Provides operations to manage the children property of the microsoft.graph.termStore.term entity. get: tags: - groups.site summary: Get children from groups description: Children of current term. operationId: groups.sites.termStore.sets.parentGroup.sets.children.ListChildren parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to children for groups operationId: groups.sites.termStore.sets.parentGroup.sets.children.CreateChildren requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children' '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}': description: Provides operations to manage the children property of the microsoft.graph.termStore.term entity. get: tags: - groups.site summary: Get children from groups description: Children of current term. operationId: groups.sites.termStore.sets.parentGroup.sets.children.GetChildren parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property children in groups operationId: groups.sites.termStore.sets.parentGroup.sets.children.UpdateChildren requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property children for groups operationId: groups.sites.termStore.sets.parentGroup.sets.children.DeleteChildren parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}' '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - groups.site summary: Get relations from groups description: To indicate which terms are related to the current term as either pinned or reused. operationId: groups.sites.termStore.sets.parentGroup.sets.children.children.ListRelations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to relations for groups operationId: groups.sites.termStore.sets.parentGroup.sets.children.children.CreateRelations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations' '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - groups.site summary: Get relations from groups description: To indicate which terms are related to the current term as either pinned or reused. operationId: groups.sites.termStore.sets.parentGroup.sets.children.children.GetRelations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property relations in groups operationId: groups.sites.termStore.sets.parentGroup.sets.children.children.UpdateRelations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property relations for groups operationId: groups.sites.termStore.sets.parentGroup.sets.children.children.DeleteRelations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm': description: Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. get: tags: - groups.site summary: Get fromTerm from groups description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' operationId: groups.sites.termStore.sets.parentGroup.sets.children.children.relations.GetFromTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. get: tags: - groups.site summary: Get set from groups description: 'The [set] in which the relation is relevant.' operationId: groups.sites.termStore.sets.parentGroup.sets.children.children.relations.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm': description: Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. get: tags: - groups.site summary: Get toTerm from groups description: 'The to [term] of the relation. The term to which the relationship is defined.' operationId: groups.sites.termStore.sets.parentGroup.sets.children.children.relations.GetToTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.termStore.sets.parentGroup.sets.children.children.relations.GetCount-764f parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.term entity. get: tags: - groups.site summary: Get set from groups description: 'The [set] in which the term is created.' operationId: groups.sites.termStore.sets.parentGroup.sets.children.children.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/set' '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.termStore.sets.parentGroup.sets.children.children.GetCount-f5ef parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - groups.site summary: Get relations from groups description: To indicate which terms are related to the current term as either pinned or reused. operationId: groups.sites.termStore.sets.parentGroup.sets.children.ListRelations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to relations for groups operationId: groups.sites.termStore.sets.parentGroup.sets.children.CreateRelations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations' '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - groups.site summary: Get relations from groups description: To indicate which terms are related to the current term as either pinned or reused. operationId: groups.sites.termStore.sets.parentGroup.sets.children.GetRelations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property relations in groups operationId: groups.sites.termStore.sets.parentGroup.sets.children.UpdateRelations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property relations for groups operationId: groups.sites.termStore.sets.parentGroup.sets.children.DeleteRelations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm': description: Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. get: tags: - groups.site summary: Get fromTerm from groups description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' operationId: groups.sites.termStore.sets.parentGroup.sets.children.relations.GetFromTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. get: tags: - groups.site summary: Get set from groups description: 'The [set] in which the relation is relevant.' operationId: groups.sites.termStore.sets.parentGroup.sets.children.relations.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm': description: Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. get: tags: - groups.site summary: Get toTerm from groups description: 'The to [term] of the relation. The term to which the relationship is defined.' operationId: groups.sites.termStore.sets.parentGroup.sets.children.relations.GetToTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.termStore.sets.parentGroup.sets.children.relations.GetCount-764f parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.term entity. get: tags: - groups.site summary: Get set from groups description: 'The [set] in which the term is created.' operationId: groups.sites.termStore.sets.parentGroup.sets.children.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/set' '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.termStore.sets.parentGroup.sets.children.GetCount-f5ef parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations': description: Provides operations to manage the relations property of the microsoft.graph.termStore.set entity. get: tags: - groups.site summary: Get relations from groups description: Indicates which terms have been pinned or reused directly under the set. operationId: groups.sites.termStore.sets.parentGroup.sets.ListRelations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to relations for groups operationId: groups.sites.termStore.sets.parentGroup.sets.CreateRelations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations' '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}': description: Provides operations to manage the relations property of the microsoft.graph.termStore.set entity. get: tags: - groups.site summary: Get relations from groups description: Indicates which terms have been pinned or reused directly under the set. operationId: groups.sites.termStore.sets.parentGroup.sets.GetRelations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property relations in groups operationId: groups.sites.termStore.sets.parentGroup.sets.UpdateRelations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property relations for groups operationId: groups.sites.termStore.sets.parentGroup.sets.DeleteRelations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}' '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm': description: Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. get: tags: - groups.site summary: Get fromTerm from groups description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' operationId: groups.sites.termStore.sets.parentGroup.sets.relations.GetFromTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. get: tags: - groups.site summary: Get set from groups description: 'The [set] in which the relation is relevant.' operationId: groups.sites.termStore.sets.parentGroup.sets.relations.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm': description: Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. get: tags: - groups.site summary: Get toTerm from groups description: 'The to [term] of the relation. The term to which the relationship is defined.' operationId: groups.sites.termStore.sets.parentGroup.sets.relations.GetToTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.termStore.sets.parentGroup.sets.relations.GetCount-340c parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms': description: Provides operations to manage the terms property of the microsoft.graph.termStore.set entity. get: tags: - groups.site summary: Get terms from groups description: All the terms under the set. operationId: groups.sites.termStore.sets.parentGroup.sets.ListTerms parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to terms for groups operationId: groups.sites.termStore.sets.parentGroup.sets.CreateTerms requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms' '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}': description: Provides operations to manage the terms property of the microsoft.graph.termStore.set entity. get: tags: - groups.site summary: Get terms from groups description: All the terms under the set. operationId: groups.sites.termStore.sets.parentGroup.sets.GetTerms parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property terms in groups operationId: groups.sites.termStore.sets.parentGroup.sets.UpdateTerms requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property terms for groups operationId: groups.sites.termStore.sets.parentGroup.sets.DeleteTerms parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}' '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children': description: Provides operations to manage the children property of the microsoft.graph.termStore.term entity. get: tags: - groups.site summary: Get children from groups description: Children of current term. operationId: groups.sites.termStore.sets.parentGroup.sets.terms.ListChildren parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to children for groups operationId: groups.sites.termStore.sets.parentGroup.sets.terms.CreateChildren requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children' '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}': description: Provides operations to manage the children property of the microsoft.graph.termStore.term entity. get: tags: - groups.site summary: Get children from groups description: Children of current term. operationId: groups.sites.termStore.sets.parentGroup.sets.terms.GetChildren parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property children in groups operationId: groups.sites.termStore.sets.parentGroup.sets.terms.UpdateChildren requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property children for groups operationId: groups.sites.termStore.sets.parentGroup.sets.terms.DeleteChildren parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}' '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - groups.site summary: Get relations from groups description: To indicate which terms are related to the current term as either pinned or reused. operationId: groups.sites.termStore.sets.parentGroup.sets.terms.children.ListRelations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to relations for groups operationId: groups.sites.termStore.sets.parentGroup.sets.terms.children.CreateRelations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations' '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - groups.site summary: Get relations from groups description: To indicate which terms are related to the current term as either pinned or reused. operationId: groups.sites.termStore.sets.parentGroup.sets.terms.children.GetRelations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property relations in groups operationId: groups.sites.termStore.sets.parentGroup.sets.terms.children.UpdateRelations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property relations for groups operationId: groups.sites.termStore.sets.parentGroup.sets.terms.children.DeleteRelations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm': description: Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. get: tags: - groups.site summary: Get fromTerm from groups description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' operationId: groups.sites.termStore.sets.parentGroup.sets.terms.children.relations.GetFromTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. get: tags: - groups.site summary: Get set from groups description: 'The [set] in which the relation is relevant.' operationId: groups.sites.termStore.sets.parentGroup.sets.terms.children.relations.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm': description: Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. get: tags: - groups.site summary: Get toTerm from groups description: 'The to [term] of the relation. The term to which the relationship is defined.' operationId: groups.sites.termStore.sets.parentGroup.sets.terms.children.relations.GetToTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.termStore.sets.parentGroup.sets.terms.children.relations.GetCount-0b7e parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.term entity. get: tags: - groups.site summary: Get set from groups description: 'The [set] in which the term is created.' operationId: groups.sites.termStore.sets.parentGroup.sets.terms.children.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/set' '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.termStore.sets.parentGroup.sets.terms.children.GetCount-5b79 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - groups.site summary: Get relations from groups description: To indicate which terms are related to the current term as either pinned or reused. operationId: groups.sites.termStore.sets.parentGroup.sets.terms.ListRelations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to relations for groups operationId: groups.sites.termStore.sets.parentGroup.sets.terms.CreateRelations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations' '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - groups.site summary: Get relations from groups description: To indicate which terms are related to the current term as either pinned or reused. operationId: groups.sites.termStore.sets.parentGroup.sets.terms.GetRelations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property relations in groups operationId: groups.sites.termStore.sets.parentGroup.sets.terms.UpdateRelations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property relations for groups operationId: groups.sites.termStore.sets.parentGroup.sets.terms.DeleteRelations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm': description: Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. get: tags: - groups.site summary: Get fromTerm from groups description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' operationId: groups.sites.termStore.sets.parentGroup.sets.terms.relations.GetFromTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. get: tags: - groups.site summary: Get set from groups description: 'The [set] in which the relation is relevant.' operationId: groups.sites.termStore.sets.parentGroup.sets.terms.relations.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm': description: Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. get: tags: - groups.site summary: Get toTerm from groups description: 'The to [term] of the relation. The term to which the relationship is defined.' operationId: groups.sites.termStore.sets.parentGroup.sets.terms.relations.GetToTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.termStore.sets.parentGroup.sets.terms.relations.GetCount-8176 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.term entity. get: tags: - groups.site summary: Get set from groups description: 'The [set] in which the term is created.' operationId: groups.sites.termStore.sets.parentGroup.sets.terms.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/set' '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.termStore.sets.parentGroup.sets.terms.GetCount-0c41 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.termStore.sets.parentGroup.sets.GetCount-a575 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations': description: Provides operations to manage the relations property of the microsoft.graph.termStore.set entity. get: tags: - groups.site summary: Get relations from groups description: Indicates which terms have been pinned or reused directly under the set. operationId: groups.sites.termStore.sets.ListRelations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to relations for groups operationId: groups.sites.termStore.sets.CreateRelations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations' '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}': description: Provides operations to manage the relations property of the microsoft.graph.termStore.set entity. get: tags: - groups.site summary: Get relations from groups description: Indicates which terms have been pinned or reused directly under the set. operationId: groups.sites.termStore.sets.GetRelations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property relations in groups operationId: groups.sites.termStore.sets.UpdateRelations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property relations for groups operationId: groups.sites.termStore.sets.DeleteRelations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}' '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm': description: Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. get: tags: - groups.site summary: Get fromTerm from groups description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' operationId: groups.sites.termStore.sets.relations.GetFromTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. get: tags: - groups.site summary: Get set from groups description: 'The [set] in which the relation is relevant.' operationId: groups.sites.termStore.sets.relations.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm': description: Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. get: tags: - groups.site summary: Get toTerm from groups description: 'The to [term] of the relation. The term to which the relationship is defined.' operationId: groups.sites.termStore.sets.relations.GetToTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.termStore.sets.relations.GetCount-0ded parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms': description: Provides operations to manage the terms property of the microsoft.graph.termStore.set entity. get: tags: - groups.site summary: Get terms from groups description: All the terms under the set. operationId: groups.sites.termStore.sets.ListTerms parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to terms for groups operationId: groups.sites.termStore.sets.CreateTerms requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms' '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}': description: Provides operations to manage the terms property of the microsoft.graph.termStore.set entity. get: tags: - groups.site summary: Get terms from groups description: All the terms under the set. operationId: groups.sites.termStore.sets.GetTerms parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property terms in groups operationId: groups.sites.termStore.sets.UpdateTerms requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property terms for groups operationId: groups.sites.termStore.sets.DeleteTerms parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}' '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children': description: Provides operations to manage the children property of the microsoft.graph.termStore.term entity. get: tags: - groups.site summary: Get children from groups description: Children of current term. operationId: groups.sites.termStore.sets.terms.ListChildren parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to children for groups operationId: groups.sites.termStore.sets.terms.CreateChildren requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children' '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}': description: Provides operations to manage the children property of the microsoft.graph.termStore.term entity. get: tags: - groups.site summary: Get children from groups description: Children of current term. operationId: groups.sites.termStore.sets.terms.GetChildren parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property children in groups operationId: groups.sites.termStore.sets.terms.UpdateChildren requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property children for groups operationId: groups.sites.termStore.sets.terms.DeleteChildren parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}' '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - groups.site summary: Get relations from groups description: To indicate which terms are related to the current term as either pinned or reused. operationId: groups.sites.termStore.sets.terms.children.ListRelations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to relations for groups operationId: groups.sites.termStore.sets.terms.children.CreateRelations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations' '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - groups.site summary: Get relations from groups description: To indicate which terms are related to the current term as either pinned or reused. operationId: groups.sites.termStore.sets.terms.children.GetRelations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property relations in groups operationId: groups.sites.termStore.sets.terms.children.UpdateRelations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property relations for groups operationId: groups.sites.termStore.sets.terms.children.DeleteRelations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm': description: Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. get: tags: - groups.site summary: Get fromTerm from groups description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' operationId: groups.sites.termStore.sets.terms.children.relations.GetFromTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. get: tags: - groups.site summary: Get set from groups description: 'The [set] in which the relation is relevant.' operationId: groups.sites.termStore.sets.terms.children.relations.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm': description: Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. get: tags: - groups.site summary: Get toTerm from groups description: 'The to [term] of the relation. The term to which the relationship is defined.' operationId: groups.sites.termStore.sets.terms.children.relations.GetToTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.termStore.sets.terms.children.relations.GetCount-1c30 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.term entity. get: tags: - groups.site summary: Get set from groups description: 'The [set] in which the term is created.' operationId: groups.sites.termStore.sets.terms.children.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/set' '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.termStore.sets.terms.children.GetCount-1121 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - groups.site summary: Get relations from groups description: To indicate which terms are related to the current term as either pinned or reused. operationId: groups.sites.termStore.sets.terms.ListRelations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to relations for groups operationId: groups.sites.termStore.sets.terms.CreateRelations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations' '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - groups.site summary: Get relations from groups description: To indicate which terms are related to the current term as either pinned or reused. operationId: groups.sites.termStore.sets.terms.GetRelations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property relations in groups operationId: groups.sites.termStore.sets.terms.UpdateRelations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property relations for groups operationId: groups.sites.termStore.sets.terms.DeleteRelations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm': description: Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. get: tags: - groups.site summary: Get fromTerm from groups description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' operationId: groups.sites.termStore.sets.terms.relations.GetFromTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. get: tags: - groups.site summary: Get set from groups description: 'The [set] in which the relation is relevant.' operationId: groups.sites.termStore.sets.terms.relations.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm': description: Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. get: tags: - groups.site summary: Get toTerm from groups description: 'The to [term] of the relation. The term to which the relationship is defined.' operationId: groups.sites.termStore.sets.terms.relations.GetToTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.termStore.sets.terms.relations.GetCount-5947 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.term entity. get: tags: - groups.site summary: Get set from groups description: 'The [set] in which the term is created.' operationId: groups.sites.termStore.sets.terms.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/set' '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.termStore.sets.terms.GetCount-d756 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set '/groups/{group-id}/sites/{site-id}/termStore/sets/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.termStore.sets.GetCount-4bca parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site '/groups/{group-id}/sites/{site-id}/termStores': description: Provides operations to manage the termStores property of the microsoft.graph.site entity. get: tags: - groups.site summary: Get termStores from groups description: The collection of termStores under this site. operationId: groups.sites.ListTermStores parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.storeCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to termStores for groups operationId: groups.sites.CreateTermStores requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.store' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.store' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/termStores' - '/groups/{group-id}/sites/{site-id}/getByPath(path=''{path}'')/termStores' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}': description: Provides operations to manage the termStores property of the microsoft.graph.site entity. get: tags: - groups.site summary: Get termStores from groups description: The collection of termStores under this site. operationId: groups.sites.GetTermStores parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.store' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property termStores in groups operationId: groups.sites.UpdateTermStores requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.store' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.store' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property termStores for groups operationId: groups.sites.DeleteTermStores parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups': description: Provides operations to manage the groups property of the microsoft.graph.termStore.store entity. get: tags: - groups.site summary: Get groups from groups description: Collection of all groups available in the term store. operationId: groups.sites.termStores.ListGroups parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.groupCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to groups for groups operationId: groups.sites.termStores.CreateGroups requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.group' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.group' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}': description: Provides operations to manage the groups property of the microsoft.graph.termStore.store entity. get: tags: - groups.site summary: Get groups from groups description: Collection of all groups available in the term store. operationId: groups.sites.termStores.GetGroups parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.group' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property groups in groups operationId: groups.sites.termStores.UpdateGroups requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.group' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.group' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property groups for groups operationId: groups.sites.termStores.DeleteGroups parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: group-id1 in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets': description: Provides operations to manage the sets property of the microsoft.graph.termStore.group entity. get: tags: - groups.site summary: Get sets from groups description: 'All sets under the group in a term [store].' operationId: groups.sites.termStores.groups.ListSets parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.setCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to sets for groups operationId: groups.sites.termStores.groups.CreateSets requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: group-id1 in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}': description: Provides operations to manage the sets property of the microsoft.graph.termStore.group entity. get: tags: - groups.site summary: Get sets from groups description: 'All sets under the group in a term [store].' operationId: groups.sites.termStores.groups.GetSets parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property sets in groups operationId: groups.sites.termStores.groups.UpdateSets requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property sets for groups operationId: groups.sites.termStores.groups.DeleteSets parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: group-id1 in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children': description: Provides operations to manage the children property of the microsoft.graph.termStore.set entity. get: tags: - groups.site summary: Get children from groups description: 'Children terms of set in term [store].' operationId: groups.sites.termStores.groups.sets.ListChildren parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to children for groups operationId: groups.sites.termStores.groups.sets.CreateChildren requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: group-id1 in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}': description: Provides operations to manage the children property of the microsoft.graph.termStore.set entity. get: tags: - groups.site summary: Get children from groups description: 'Children terms of set in term [store].' operationId: groups.sites.termStores.groups.sets.GetChildren parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property children in groups operationId: groups.sites.termStores.groups.sets.UpdateChildren requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property children for groups operationId: groups.sites.termStores.groups.sets.DeleteChildren parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: group-id1 in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children': description: Provides operations to manage the children property of the microsoft.graph.termStore.term entity. get: tags: - groups.site summary: Get children from groups description: Children of current term. operationId: groups.sites.termStores.groups.sets.children.ListChildren parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to children for groups operationId: groups.sites.termStores.groups.sets.children.CreateChildren requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: group-id1 in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}': description: Provides operations to manage the children property of the microsoft.graph.termStore.term entity. get: tags: - groups.site summary: Get children from groups description: Children of current term. operationId: groups.sites.termStores.groups.sets.children.GetChildren parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property children in groups operationId: groups.sites.termStores.groups.sets.children.UpdateChildren requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property children for groups operationId: groups.sites.termStores.groups.sets.children.DeleteChildren parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: group-id1 in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - groups.site summary: Get relations from groups description: To indicate which terms are related to the current term as either pinned or reused. operationId: groups.sites.termStores.groups.sets.children.children.ListRelations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to relations for groups operationId: groups.sites.termStores.groups.sets.children.children.CreateRelations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: group-id1 in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - groups.site summary: Get relations from groups description: To indicate which terms are related to the current term as either pinned or reused. operationId: groups.sites.termStores.groups.sets.children.children.GetRelations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property relations in groups operationId: groups.sites.termStores.groups.sets.children.children.UpdateRelations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property relations for groups operationId: groups.sites.termStores.groups.sets.children.children.DeleteRelations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: group-id1 in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm': description: Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. get: tags: - groups.site summary: Get fromTerm from groups description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' operationId: groups.sites.termStores.groups.sets.children.children.relations.GetFromTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: group-id1 in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. get: tags: - groups.site summary: Get set from groups description: 'The [set] in which the relation is relevant.' operationId: groups.sites.termStores.groups.sets.children.children.relations.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: group-id1 in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm': description: Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. get: tags: - groups.site summary: Get toTerm from groups description: 'The to [term] of the relation. The term to which the relationship is defined.' operationId: groups.sites.termStores.groups.sets.children.children.relations.GetToTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: group-id1 in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.termStores.groups.sets.children.children.relations.GetCount-66d5 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: group-id1 in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.term entity. get: tags: - groups.site summary: Get set from groups description: 'The [set] in which the term is created.' operationId: groups.sites.termStores.groups.sets.children.children.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: group-id1 in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/set' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.termStores.groups.sets.children.children.GetCount-9d6e parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: group-id1 in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - groups.site summary: Get relations from groups description: To indicate which terms are related to the current term as either pinned or reused. operationId: groups.sites.termStores.groups.sets.children.ListRelations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to relations for groups operationId: groups.sites.termStores.groups.sets.children.CreateRelations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: group-id1 in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - groups.site summary: Get relations from groups description: To indicate which terms are related to the current term as either pinned or reused. operationId: groups.sites.termStores.groups.sets.children.GetRelations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property relations in groups operationId: groups.sites.termStores.groups.sets.children.UpdateRelations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property relations for groups operationId: groups.sites.termStores.groups.sets.children.DeleteRelations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: group-id1 in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm': description: Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. get: tags: - groups.site summary: Get fromTerm from groups description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' operationId: groups.sites.termStores.groups.sets.children.relations.GetFromTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: group-id1 in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. get: tags: - groups.site summary: Get set from groups description: 'The [set] in which the relation is relevant.' operationId: groups.sites.termStores.groups.sets.children.relations.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: group-id1 in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm': description: Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. get: tags: - groups.site summary: Get toTerm from groups description: 'The to [term] of the relation. The term to which the relationship is defined.' operationId: groups.sites.termStores.groups.sets.children.relations.GetToTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: group-id1 in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.termStores.groups.sets.children.relations.GetCount-66d5 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: group-id1 in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.term entity. get: tags: - groups.site summary: Get set from groups description: 'The [set] in which the term is created.' operationId: groups.sites.termStores.groups.sets.children.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: group-id1 in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/set' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.termStores.groups.sets.children.GetCount-9d6e parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: group-id1 in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/parentGroup': description: Provides operations to manage the parentGroup property of the microsoft.graph.termStore.set entity. get: tags: - groups.site summary: Get parentGroup from groups description: 'The parent [group] that contains the set.' operationId: groups.sites.termStores.groups.sets.GetParentGroup parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.group' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property parentGroup in groups operationId: groups.sites.termStores.groups.sets.UpdateParentGroup requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.group' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.group' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property parentGroup for groups operationId: groups.sites.termStores.groups.sets.DeleteParentGroup parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: group-id1 in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations': description: Provides operations to manage the relations property of the microsoft.graph.termStore.set entity. get: tags: - groups.site summary: Get relations from groups description: Indicates which terms have been pinned or reused directly under the set. operationId: groups.sites.termStores.groups.sets.ListRelations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to relations for groups operationId: groups.sites.termStores.groups.sets.CreateRelations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: group-id1 in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}': description: Provides operations to manage the relations property of the microsoft.graph.termStore.set entity. get: tags: - groups.site summary: Get relations from groups description: Indicates which terms have been pinned or reused directly under the set. operationId: groups.sites.termStores.groups.sets.GetRelations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property relations in groups operationId: groups.sites.termStores.groups.sets.UpdateRelations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property relations for groups operationId: groups.sites.termStores.groups.sets.DeleteRelations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: group-id1 in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm': description: Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. get: tags: - groups.site summary: Get fromTerm from groups description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' operationId: groups.sites.termStores.groups.sets.relations.GetFromTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: group-id1 in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. get: tags: - groups.site summary: Get set from groups description: 'The [set] in which the relation is relevant.' operationId: groups.sites.termStores.groups.sets.relations.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: group-id1 in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm': description: Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. get: tags: - groups.site summary: Get toTerm from groups description: 'The to [term] of the relation. The term to which the relationship is defined.' operationId: groups.sites.termStores.groups.sets.relations.GetToTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: group-id1 in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.termStores.groups.sets.relations.GetCount-f318 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: group-id1 in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms': description: Provides operations to manage the terms property of the microsoft.graph.termStore.set entity. get: tags: - groups.site summary: Get terms from groups description: All the terms under the set. operationId: groups.sites.termStores.groups.sets.ListTerms parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to terms for groups operationId: groups.sites.termStores.groups.sets.CreateTerms requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: group-id1 in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}': description: Provides operations to manage the terms property of the microsoft.graph.termStore.set entity. get: tags: - groups.site summary: Get terms from groups description: All the terms under the set. operationId: groups.sites.termStores.groups.sets.GetTerms parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property terms in groups operationId: groups.sites.termStores.groups.sets.UpdateTerms requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property terms for groups operationId: groups.sites.termStores.groups.sets.DeleteTerms parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: group-id1 in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children': description: Provides operations to manage the children property of the microsoft.graph.termStore.term entity. get: tags: - groups.site summary: Get children from groups description: Children of current term. operationId: groups.sites.termStores.groups.sets.terms.ListChildren parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to children for groups operationId: groups.sites.termStores.groups.sets.terms.CreateChildren requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: group-id1 in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}': description: Provides operations to manage the children property of the microsoft.graph.termStore.term entity. get: tags: - groups.site summary: Get children from groups description: Children of current term. operationId: groups.sites.termStores.groups.sets.terms.GetChildren parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property children in groups operationId: groups.sites.termStores.groups.sets.terms.UpdateChildren requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property children for groups operationId: groups.sites.termStores.groups.sets.terms.DeleteChildren parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: group-id1 in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - groups.site summary: Get relations from groups description: To indicate which terms are related to the current term as either pinned or reused. operationId: groups.sites.termStores.groups.sets.terms.children.ListRelations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to relations for groups operationId: groups.sites.termStores.groups.sets.terms.children.CreateRelations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: group-id1 in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - groups.site summary: Get relations from groups description: To indicate which terms are related to the current term as either pinned or reused. operationId: groups.sites.termStores.groups.sets.terms.children.GetRelations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property relations in groups operationId: groups.sites.termStores.groups.sets.terms.children.UpdateRelations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property relations for groups operationId: groups.sites.termStores.groups.sets.terms.children.DeleteRelations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: group-id1 in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm': description: Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. get: tags: - groups.site summary: Get fromTerm from groups description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' operationId: groups.sites.termStores.groups.sets.terms.children.relations.GetFromTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: group-id1 in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. get: tags: - groups.site summary: Get set from groups description: 'The [set] in which the relation is relevant.' operationId: groups.sites.termStores.groups.sets.terms.children.relations.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: group-id1 in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm': description: Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. get: tags: - groups.site summary: Get toTerm from groups description: 'The to [term] of the relation. The term to which the relationship is defined.' operationId: groups.sites.termStores.groups.sets.terms.children.relations.GetToTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: group-id1 in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.termStores.groups.sets.terms.children.relations.GetCount-de60 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: group-id1 in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.term entity. get: tags: - groups.site summary: Get set from groups description: 'The [set] in which the term is created.' operationId: groups.sites.termStores.groups.sets.terms.children.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: group-id1 in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/set' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.termStores.groups.sets.terms.children.GetCount-2d29 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: group-id1 in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - groups.site summary: Get relations from groups description: To indicate which terms are related to the current term as either pinned or reused. operationId: groups.sites.termStores.groups.sets.terms.ListRelations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to relations for groups operationId: groups.sites.termStores.groups.sets.terms.CreateRelations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: group-id1 in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - groups.site summary: Get relations from groups description: To indicate which terms are related to the current term as either pinned or reused. operationId: groups.sites.termStores.groups.sets.terms.GetRelations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property relations in groups operationId: groups.sites.termStores.groups.sets.terms.UpdateRelations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property relations for groups operationId: groups.sites.termStores.groups.sets.terms.DeleteRelations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: group-id1 in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm': description: Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. get: tags: - groups.site summary: Get fromTerm from groups description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' operationId: groups.sites.termStores.groups.sets.terms.relations.GetFromTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: group-id1 in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. get: tags: - groups.site summary: Get set from groups description: 'The [set] in which the relation is relevant.' operationId: groups.sites.termStores.groups.sets.terms.relations.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: group-id1 in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm': description: Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. get: tags: - groups.site summary: Get toTerm from groups description: 'The to [term] of the relation. The term to which the relationship is defined.' operationId: groups.sites.termStores.groups.sets.terms.relations.GetToTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: group-id1 in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.termStores.groups.sets.terms.relations.GetCount-602b parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: group-id1 in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.term entity. get: tags: - groups.site summary: Get set from groups description: 'The [set] in which the term is created.' operationId: groups.sites.termStores.groups.sets.terms.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: group-id1 in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/set' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.termStores.groups.sets.terms.GetCount-4072 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: group-id1 in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.termStores.groups.sets.GetCount-ceb2 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: group-id1 in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.termStores.groups.GetCount-e001 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets': description: Provides operations to manage the sets property of the microsoft.graph.termStore.store entity. get: tags: - groups.site summary: Get sets from groups description: Collection of all sets available in the term store. This relationship can only be used to load a specific term set. operationId: groups.sites.termStores.ListSets parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.setCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to sets for groups operationId: groups.sites.termStores.CreateSets requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/sets' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}': description: Provides operations to manage the sets property of the microsoft.graph.termStore.store entity. get: tags: - groups.site summary: Get sets from groups description: Collection of all sets available in the term store. This relationship can only be used to load a specific term set. operationId: groups.sites.termStores.GetSets parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property sets in groups operationId: groups.sites.termStores.UpdateSets requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property sets for groups operationId: groups.sites.termStores.DeleteSets parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children': description: Provides operations to manage the children property of the microsoft.graph.termStore.set entity. get: tags: - groups.site summary: Get children from groups description: 'Children terms of set in term [store].' operationId: groups.sites.termStores.sets.ListChildren parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to children for groups operationId: groups.sites.termStores.sets.CreateChildren requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}': description: Provides operations to manage the children property of the microsoft.graph.termStore.set entity. get: tags: - groups.site summary: Get children from groups description: 'Children terms of set in term [store].' operationId: groups.sites.termStores.sets.GetChildren parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property children in groups operationId: groups.sites.termStores.sets.UpdateChildren requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property children for groups operationId: groups.sites.termStores.sets.DeleteChildren parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children': description: Provides operations to manage the children property of the microsoft.graph.termStore.term entity. get: tags: - groups.site summary: Get children from groups description: Children of current term. operationId: groups.sites.termStores.sets.children.ListChildren parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to children for groups operationId: groups.sites.termStores.sets.children.CreateChildren requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}': description: Provides operations to manage the children property of the microsoft.graph.termStore.term entity. get: tags: - groups.site summary: Get children from groups description: Children of current term. operationId: groups.sites.termStores.sets.children.GetChildren parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property children in groups operationId: groups.sites.termStores.sets.children.UpdateChildren requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property children for groups operationId: groups.sites.termStores.sets.children.DeleteChildren parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - groups.site summary: Get relations from groups description: To indicate which terms are related to the current term as either pinned or reused. operationId: groups.sites.termStores.sets.children.children.ListRelations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to relations for groups operationId: groups.sites.termStores.sets.children.children.CreateRelations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - groups.site summary: Get relations from groups description: To indicate which terms are related to the current term as either pinned or reused. operationId: groups.sites.termStores.sets.children.children.GetRelations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property relations in groups operationId: groups.sites.termStores.sets.children.children.UpdateRelations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property relations for groups operationId: groups.sites.termStores.sets.children.children.DeleteRelations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm': description: Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. get: tags: - groups.site summary: Get fromTerm from groups description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' operationId: groups.sites.termStores.sets.children.children.relations.GetFromTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. get: tags: - groups.site summary: Get set from groups description: 'The [set] in which the relation is relevant.' operationId: groups.sites.termStores.sets.children.children.relations.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm': description: Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. get: tags: - groups.site summary: Get toTerm from groups description: 'The to [term] of the relation. The term to which the relationship is defined.' operationId: groups.sites.termStores.sets.children.children.relations.GetToTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.termStores.sets.children.children.relations.GetCount-66d5 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.term entity. get: tags: - groups.site summary: Get set from groups description: 'The [set] in which the term is created.' operationId: groups.sites.termStores.sets.children.children.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/set' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.termStores.sets.children.children.GetCount-9d6e parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - groups.site summary: Get relations from groups description: To indicate which terms are related to the current term as either pinned or reused. operationId: groups.sites.termStores.sets.children.ListRelations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to relations for groups operationId: groups.sites.termStores.sets.children.CreateRelations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - groups.site summary: Get relations from groups description: To indicate which terms are related to the current term as either pinned or reused. operationId: groups.sites.termStores.sets.children.GetRelations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property relations in groups operationId: groups.sites.termStores.sets.children.UpdateRelations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property relations for groups operationId: groups.sites.termStores.sets.children.DeleteRelations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm': description: Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. get: tags: - groups.site summary: Get fromTerm from groups description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' operationId: groups.sites.termStores.sets.children.relations.GetFromTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. get: tags: - groups.site summary: Get set from groups description: 'The [set] in which the relation is relevant.' operationId: groups.sites.termStores.sets.children.relations.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm': description: Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. get: tags: - groups.site summary: Get toTerm from groups description: 'The to [term] of the relation. The term to which the relationship is defined.' operationId: groups.sites.termStores.sets.children.relations.GetToTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.termStores.sets.children.relations.GetCount-66d5 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.term entity. get: tags: - groups.site summary: Get set from groups description: 'The [set] in which the term is created.' operationId: groups.sites.termStores.sets.children.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/set' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.termStores.sets.children.GetCount-9d6e parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup': description: Provides operations to manage the parentGroup property of the microsoft.graph.termStore.set entity. get: tags: - groups.site summary: Get parentGroup from groups description: 'The parent [group] that contains the set.' operationId: groups.sites.termStores.sets.GetParentGroup parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.group' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property parentGroup in groups operationId: groups.sites.termStores.sets.UpdateParentGroup requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.group' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.group' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property parentGroup for groups operationId: groups.sites.termStores.sets.DeleteParentGroup parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/parentGroup' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets': description: Provides operations to manage the sets property of the microsoft.graph.termStore.group entity. get: tags: - groups.site summary: Get sets from groups description: 'All sets under the group in a term [store].' operationId: groups.sites.termStores.sets.parentGroup.ListSets parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.setCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to sets for groups operationId: groups.sites.termStores.sets.parentGroup.CreateSets requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}': description: Provides operations to manage the sets property of the microsoft.graph.termStore.group entity. get: tags: - groups.site summary: Get sets from groups description: 'All sets under the group in a term [store].' operationId: groups.sites.termStores.sets.parentGroup.GetSets parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property sets in groups operationId: groups.sites.termStores.sets.parentGroup.UpdateSets requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property sets for groups operationId: groups.sites.termStores.sets.parentGroup.DeleteSets parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children': description: Provides operations to manage the children property of the microsoft.graph.termStore.set entity. get: tags: - groups.site summary: Get children from groups description: 'Children terms of set in term [store].' operationId: groups.sites.termStores.sets.parentGroup.sets.ListChildren parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to children for groups operationId: groups.sites.termStores.sets.parentGroup.sets.CreateChildren requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}': description: Provides operations to manage the children property of the microsoft.graph.termStore.set entity. get: tags: - groups.site summary: Get children from groups description: 'Children terms of set in term [store].' operationId: groups.sites.termStores.sets.parentGroup.sets.GetChildren parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property children in groups operationId: groups.sites.termStores.sets.parentGroup.sets.UpdateChildren requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property children for groups operationId: groups.sites.termStores.sets.parentGroup.sets.DeleteChildren parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children': description: Provides operations to manage the children property of the microsoft.graph.termStore.term entity. get: tags: - groups.site summary: Get children from groups description: Children of current term. operationId: groups.sites.termStores.sets.parentGroup.sets.children.ListChildren parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to children for groups operationId: groups.sites.termStores.sets.parentGroup.sets.children.CreateChildren requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}': description: Provides operations to manage the children property of the microsoft.graph.termStore.term entity. get: tags: - groups.site summary: Get children from groups description: Children of current term. operationId: groups.sites.termStores.sets.parentGroup.sets.children.GetChildren parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property children in groups operationId: groups.sites.termStores.sets.parentGroup.sets.children.UpdateChildren requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property children for groups operationId: groups.sites.termStores.sets.parentGroup.sets.children.DeleteChildren parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - groups.site summary: Get relations from groups description: To indicate which terms are related to the current term as either pinned or reused. operationId: groups.sites.termStores.sets.parentGroup.sets.children.children.ListRelations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to relations for groups operationId: groups.sites.termStores.sets.parentGroup.sets.children.children.CreateRelations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - groups.site summary: Get relations from groups description: To indicate which terms are related to the current term as either pinned or reused. operationId: groups.sites.termStores.sets.parentGroup.sets.children.children.GetRelations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property relations in groups operationId: groups.sites.termStores.sets.parentGroup.sets.children.children.UpdateRelations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property relations for groups operationId: groups.sites.termStores.sets.parentGroup.sets.children.children.DeleteRelations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm': description: Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. get: tags: - groups.site summary: Get fromTerm from groups description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' operationId: groups.sites.termStores.sets.parentGroup.sets.children.children.relations.GetFromTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. get: tags: - groups.site summary: Get set from groups description: 'The [set] in which the relation is relevant.' operationId: groups.sites.termStores.sets.parentGroup.sets.children.children.relations.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm': description: Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. get: tags: - groups.site summary: Get toTerm from groups description: 'The to [term] of the relation. The term to which the relationship is defined.' operationId: groups.sites.termStores.sets.parentGroup.sets.children.children.relations.GetToTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.termStores.sets.parentGroup.sets.children.children.relations.GetCount-2349 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.term entity. get: tags: - groups.site summary: Get set from groups description: 'The [set] in which the term is created.' operationId: groups.sites.termStores.sets.parentGroup.sets.children.children.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/set' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.termStores.sets.parentGroup.sets.children.children.GetCount-d1bd parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - groups.site summary: Get relations from groups description: To indicate which terms are related to the current term as either pinned or reused. operationId: groups.sites.termStores.sets.parentGroup.sets.children.ListRelations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to relations for groups operationId: groups.sites.termStores.sets.parentGroup.sets.children.CreateRelations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - groups.site summary: Get relations from groups description: To indicate which terms are related to the current term as either pinned or reused. operationId: groups.sites.termStores.sets.parentGroup.sets.children.GetRelations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property relations in groups operationId: groups.sites.termStores.sets.parentGroup.sets.children.UpdateRelations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property relations for groups operationId: groups.sites.termStores.sets.parentGroup.sets.children.DeleteRelations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm': description: Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. get: tags: - groups.site summary: Get fromTerm from groups description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' operationId: groups.sites.termStores.sets.parentGroup.sets.children.relations.GetFromTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. get: tags: - groups.site summary: Get set from groups description: 'The [set] in which the relation is relevant.' operationId: groups.sites.termStores.sets.parentGroup.sets.children.relations.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm': description: Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. get: tags: - groups.site summary: Get toTerm from groups description: 'The to [term] of the relation. The term to which the relationship is defined.' operationId: groups.sites.termStores.sets.parentGroup.sets.children.relations.GetToTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.termStores.sets.parentGroup.sets.children.relations.GetCount-2349 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.term entity. get: tags: - groups.site summary: Get set from groups description: 'The [set] in which the term is created.' operationId: groups.sites.termStores.sets.parentGroup.sets.children.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/set' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.termStores.sets.parentGroup.sets.children.GetCount-d1bd parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations': description: Provides operations to manage the relations property of the microsoft.graph.termStore.set entity. get: tags: - groups.site summary: Get relations from groups description: Indicates which terms have been pinned or reused directly under the set. operationId: groups.sites.termStores.sets.parentGroup.sets.ListRelations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to relations for groups operationId: groups.sites.termStores.sets.parentGroup.sets.CreateRelations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}': description: Provides operations to manage the relations property of the microsoft.graph.termStore.set entity. get: tags: - groups.site summary: Get relations from groups description: Indicates which terms have been pinned or reused directly under the set. operationId: groups.sites.termStores.sets.parentGroup.sets.GetRelations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property relations in groups operationId: groups.sites.termStores.sets.parentGroup.sets.UpdateRelations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property relations for groups operationId: groups.sites.termStores.sets.parentGroup.sets.DeleteRelations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm': description: Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. get: tags: - groups.site summary: Get fromTerm from groups description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' operationId: groups.sites.termStores.sets.parentGroup.sets.relations.GetFromTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. get: tags: - groups.site summary: Get set from groups description: 'The [set] in which the relation is relevant.' operationId: groups.sites.termStores.sets.parentGroup.sets.relations.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm': description: Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. get: tags: - groups.site summary: Get toTerm from groups description: 'The to [term] of the relation. The term to which the relationship is defined.' operationId: groups.sites.termStores.sets.parentGroup.sets.relations.GetToTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.termStores.sets.parentGroup.sets.relations.GetCount-4e99 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms': description: Provides operations to manage the terms property of the microsoft.graph.termStore.set entity. get: tags: - groups.site summary: Get terms from groups description: All the terms under the set. operationId: groups.sites.termStores.sets.parentGroup.sets.ListTerms parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to terms for groups operationId: groups.sites.termStores.sets.parentGroup.sets.CreateTerms requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}': description: Provides operations to manage the terms property of the microsoft.graph.termStore.set entity. get: tags: - groups.site summary: Get terms from groups description: All the terms under the set. operationId: groups.sites.termStores.sets.parentGroup.sets.GetTerms parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property terms in groups operationId: groups.sites.termStores.sets.parentGroup.sets.UpdateTerms requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property terms for groups operationId: groups.sites.termStores.sets.parentGroup.sets.DeleteTerms parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children': description: Provides operations to manage the children property of the microsoft.graph.termStore.term entity. get: tags: - groups.site summary: Get children from groups description: Children of current term. operationId: groups.sites.termStores.sets.parentGroup.sets.terms.ListChildren parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to children for groups operationId: groups.sites.termStores.sets.parentGroup.sets.terms.CreateChildren requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}': description: Provides operations to manage the children property of the microsoft.graph.termStore.term entity. get: tags: - groups.site summary: Get children from groups description: Children of current term. operationId: groups.sites.termStores.sets.parentGroup.sets.terms.GetChildren parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property children in groups operationId: groups.sites.termStores.sets.parentGroup.sets.terms.UpdateChildren requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property children for groups operationId: groups.sites.termStores.sets.parentGroup.sets.terms.DeleteChildren parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - groups.site summary: Get relations from groups description: To indicate which terms are related to the current term as either pinned or reused. operationId: groups.sites.termStores.sets.parentGroup.sets.terms.children.ListRelations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to relations for groups operationId: groups.sites.termStores.sets.parentGroup.sets.terms.children.CreateRelations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - groups.site summary: Get relations from groups description: To indicate which terms are related to the current term as either pinned or reused. operationId: groups.sites.termStores.sets.parentGroup.sets.terms.children.GetRelations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property relations in groups operationId: groups.sites.termStores.sets.parentGroup.sets.terms.children.UpdateRelations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property relations for groups operationId: groups.sites.termStores.sets.parentGroup.sets.terms.children.DeleteRelations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm': description: Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. get: tags: - groups.site summary: Get fromTerm from groups description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' operationId: groups.sites.termStores.sets.parentGroup.sets.terms.children.relations.GetFromTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. get: tags: - groups.site summary: Get set from groups description: 'The [set] in which the relation is relevant.' operationId: groups.sites.termStores.sets.parentGroup.sets.terms.children.relations.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm': description: Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. get: tags: - groups.site summary: Get toTerm from groups description: 'The to [term] of the relation. The term to which the relationship is defined.' operationId: groups.sites.termStores.sets.parentGroup.sets.terms.children.relations.GetToTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.termStores.sets.parentGroup.sets.terms.children.relations.GetCount-9206 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.term entity. get: tags: - groups.site summary: Get set from groups description: 'The [set] in which the term is created.' operationId: groups.sites.termStores.sets.parentGroup.sets.terms.children.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/set' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.termStores.sets.parentGroup.sets.terms.children.GetCount-de56 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - groups.site summary: Get relations from groups description: To indicate which terms are related to the current term as either pinned or reused. operationId: groups.sites.termStores.sets.parentGroup.sets.terms.ListRelations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to relations for groups operationId: groups.sites.termStores.sets.parentGroup.sets.terms.CreateRelations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - groups.site summary: Get relations from groups description: To indicate which terms are related to the current term as either pinned or reused. operationId: groups.sites.termStores.sets.parentGroup.sets.terms.GetRelations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property relations in groups operationId: groups.sites.termStores.sets.parentGroup.sets.terms.UpdateRelations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property relations for groups operationId: groups.sites.termStores.sets.parentGroup.sets.terms.DeleteRelations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm': description: Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. get: tags: - groups.site summary: Get fromTerm from groups description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' operationId: groups.sites.termStores.sets.parentGroup.sets.terms.relations.GetFromTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. get: tags: - groups.site summary: Get set from groups description: 'The [set] in which the relation is relevant.' operationId: groups.sites.termStores.sets.parentGroup.sets.terms.relations.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm': description: Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. get: tags: - groups.site summary: Get toTerm from groups description: 'The to [term] of the relation. The term to which the relationship is defined.' operationId: groups.sites.termStores.sets.parentGroup.sets.terms.relations.GetToTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.termStores.sets.parentGroup.sets.terms.relations.GetCount-5399 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.term entity. get: tags: - groups.site summary: Get set from groups description: 'The [set] in which the term is created.' operationId: groups.sites.termStores.sets.parentGroup.sets.terms.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/set' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.termStores.sets.parentGroup.sets.terms.GetCount-c418 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.termStores.sets.parentGroup.sets.GetCount-12d6 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations': description: Provides operations to manage the relations property of the microsoft.graph.termStore.set entity. get: tags: - groups.site summary: Get relations from groups description: Indicates which terms have been pinned or reused directly under the set. operationId: groups.sites.termStores.sets.ListRelations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to relations for groups operationId: groups.sites.termStores.sets.CreateRelations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}': description: Provides operations to manage the relations property of the microsoft.graph.termStore.set entity. get: tags: - groups.site summary: Get relations from groups description: Indicates which terms have been pinned or reused directly under the set. operationId: groups.sites.termStores.sets.GetRelations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property relations in groups operationId: groups.sites.termStores.sets.UpdateRelations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property relations for groups operationId: groups.sites.termStores.sets.DeleteRelations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm': description: Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. get: tags: - groups.site summary: Get fromTerm from groups description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' operationId: groups.sites.termStores.sets.relations.GetFromTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. get: tags: - groups.site summary: Get set from groups description: 'The [set] in which the relation is relevant.' operationId: groups.sites.termStores.sets.relations.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm': description: Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. get: tags: - groups.site summary: Get toTerm from groups description: 'The to [term] of the relation. The term to which the relationship is defined.' operationId: groups.sites.termStores.sets.relations.GetToTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.termStores.sets.relations.GetCount-f318 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms': description: Provides operations to manage the terms property of the microsoft.graph.termStore.set entity. get: tags: - groups.site summary: Get terms from groups description: All the terms under the set. operationId: groups.sites.termStores.sets.ListTerms parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to terms for groups operationId: groups.sites.termStores.sets.CreateTerms requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}': description: Provides operations to manage the terms property of the microsoft.graph.termStore.set entity. get: tags: - groups.site summary: Get terms from groups description: All the terms under the set. operationId: groups.sites.termStores.sets.GetTerms parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property terms in groups operationId: groups.sites.termStores.sets.UpdateTerms requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property terms for groups operationId: groups.sites.termStores.sets.DeleteTerms parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children': description: Provides operations to manage the children property of the microsoft.graph.termStore.term entity. get: tags: - groups.site summary: Get children from groups description: Children of current term. operationId: groups.sites.termStores.sets.terms.ListChildren parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to children for groups operationId: groups.sites.termStores.sets.terms.CreateChildren requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}': description: Provides operations to manage the children property of the microsoft.graph.termStore.term entity. get: tags: - groups.site summary: Get children from groups description: Children of current term. operationId: groups.sites.termStores.sets.terms.GetChildren parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property children in groups operationId: groups.sites.termStores.sets.terms.UpdateChildren requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property children for groups operationId: groups.sites.termStores.sets.terms.DeleteChildren parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - groups.site summary: Get relations from groups description: To indicate which terms are related to the current term as either pinned or reused. operationId: groups.sites.termStores.sets.terms.children.ListRelations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to relations for groups operationId: groups.sites.termStores.sets.terms.children.CreateRelations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - groups.site summary: Get relations from groups description: To indicate which terms are related to the current term as either pinned or reused. operationId: groups.sites.termStores.sets.terms.children.GetRelations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property relations in groups operationId: groups.sites.termStores.sets.terms.children.UpdateRelations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property relations for groups operationId: groups.sites.termStores.sets.terms.children.DeleteRelations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm': description: Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. get: tags: - groups.site summary: Get fromTerm from groups description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' operationId: groups.sites.termStores.sets.terms.children.relations.GetFromTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. get: tags: - groups.site summary: Get set from groups description: 'The [set] in which the relation is relevant.' operationId: groups.sites.termStores.sets.terms.children.relations.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm': description: Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. get: tags: - groups.site summary: Get toTerm from groups description: 'The to [term] of the relation. The term to which the relationship is defined.' operationId: groups.sites.termStores.sets.terms.children.relations.GetToTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.termStores.sets.terms.children.relations.GetCount-de60 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.term entity. get: tags: - groups.site summary: Get set from groups description: 'The [set] in which the term is created.' operationId: groups.sites.termStores.sets.terms.children.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/set' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.termStores.sets.terms.children.GetCount-2d29 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - groups.site summary: Get relations from groups description: To indicate which terms are related to the current term as either pinned or reused. operationId: groups.sites.termStores.sets.terms.ListRelations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.site summary: Create new navigation property to relations for groups operationId: groups.sites.termStores.sets.terms.CreateRelations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - groups.site summary: Get relations from groups description: To indicate which terms are related to the current term as either pinned or reused. operationId: groups.sites.termStores.sets.terms.GetRelations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.site summary: Update the navigation property relations in groups operationId: groups.sites.termStores.sets.terms.UpdateRelations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.site summary: Delete navigation property relations for groups operationId: groups.sites.termStores.sets.terms.DeleteRelations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm': description: Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. get: tags: - groups.site summary: Get fromTerm from groups description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' operationId: groups.sites.termStores.sets.terms.relations.GetFromTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. get: tags: - groups.site summary: Get set from groups description: 'The [set] in which the relation is relevant.' operationId: groups.sites.termStores.sets.terms.relations.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm': description: Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. get: tags: - groups.site summary: Get toTerm from groups description: 'The to [term] of the relation. The term to which the relationship is defined.' operationId: groups.sites.termStores.sets.terms.relations.GetToTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.termStores.sets.terms.relations.GetCount-602b parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.term entity. get: tags: - groups.site summary: Get set from groups description: 'The [set] in which the term is created.' operationId: groups.sites.termStores.sets.terms.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.termStores.sets.terms.GetCount-4072 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set '/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.termStores.sets.GetCount-ceb2 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store '/groups/{group-id}/sites/{site-id}/termStores/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.termStores.GetCount-e001 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site '/groups/{group-id}/sites/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.site summary: Get the number of the resource operationId: groups.sites.GetCount-9a08 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/sites/add': description: Provides operations to call the add method. post: tags: - groups.Actions summary: Invoke action add description: Follow a user's site or multiple sites. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-1.0 operationId: groups.group.sites.add requestBody: description: Action parameters content: application/json: schema: type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.site' required: true responses: 2XX: description: Success content: application/json: schema: title: Collection of site type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.site' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group x-ms-docs-grouped-path: - '/groups/{group-id}/team/channels/{channel-id}/members/add' - '/groups/{group-id}/team/members/add' - '/groups/{group-id}/team/primaryChannel/members/add' '/groups/{group-id}/sites/delta()': description: Provides operations to call the delta method. get: tags: - groups.Functions summary: Invoke function delta description: "Get newly created, updated, or deleted sites without having to perform a full read of the entire sites collection. A delta function call for sites is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls,\nyou can query for incremental changes in the sites. It allows you to maintain and synchronize a local store of a user's sites without having to fetch all the sites from the server every time.\nThe application calls the API without specifying any parameters.\nThe service begins enumerating sites and returns pages of changes to these sites, accompanied by either an @odata.nextLink or an @odata.deltaLink.\nYour application should continue making calls using the @odata.nextLink until there's an @odata.deltaLink in the response. After you receive all the changes, you can apply them to your local state.\nTo monitor future changes, call the delta API by using the @odata.deltaLink in the previous response. Any resources marked as deleted should be removed from your local state." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/site-delta?view=graph-rest-1.0 operationId: groups.group.sites.delta parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of site type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.site' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/delta()' - '/groups/{group-id}/calendar/calendarView/delta()' - '/groups/{group-id}/calendar/events/{event-id}/instances/delta()' - '/groups/{group-id}/calendar/events/delta()' - '/groups/{group-id}/calendarView/{event-id}/instances/delta()' - '/groups/{group-id}/calendarView/delta()' - '/groups/{group-id}/events/{event-id}/instances/delta()' - '/groups/{group-id}/events/delta()' - '/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/delta()' - '/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/delta(token=''{token}'')' - '/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/delta()' - '/groups/{group-id}/team/channels/{channel-id}/messages/delta()' - '/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/delta()' - '/groups/{group-id}/team/primaryChannel/messages/delta()' - /groups/delta() - /groups/delta() '/groups/{group-id}/sites/getAllSites()': description: Provides operations to call the getAllSites method. get: tags: - groups.Functions summary: Invoke function getAllSites description: 'List sites across geographies in an organization. This API can also be used to enumerate all sites in a non-multi-geo tenant. For more information, see Best practices for discovering files and detecting changes at scale.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/site-getallsites?view=graph-rest-1.0 operationId: groups.group.sites.getAllSites parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of site type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.site' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/sites/remove': description: Provides operations to call the remove method. post: tags: - groups.Actions summary: Invoke action remove description: Unfollow a user's site or multiple sites. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/site-unfollow?view=graph-rest-1.0 operationId: groups.group.sites.remove requestBody: description: Action parameters content: application/json: schema: type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.site' required: true responses: 2XX: description: Success content: application/json: schema: title: Collection of site type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.site' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/team': description: Provides operations to manage the team property of the microsoft.graph.group entity. get: tags: - groups.team summary: Get team from groups description: The team associated with this group. operationId: groups.GetTeam parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.team' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation put: tags: - groups.team summary: Create team from group description: "Create a new team under a group. In order to create a team, the group must have a least one owner. If the creation of the team call is delayed, you can retry the call up to three times before you have to wait for 15 minutes due to a propagation delay. If the group was created less than 15 minutes ago, the call might fail with a 404 error code due to replication delays. If the group was created less than 15 minutes ago, it's possible for a call to create a team to fail with a 404 error code, due to ongoing replication delays.\nThe recommended pattern is to retry the Create team call three times, with a 10 second delay between calls." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/team-put-teams?view=graph-rest-1.0 operationId: groups.UpdateTeam requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.team' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.team' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.team summary: Delete navigation property team for groups operationId: groups.DeleteTeam parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/team/allChannels': description: Provides operations to manage the allChannels property of the microsoft.graph.team entity. get: tags: - groups.team summary: Get allChannels from groups description: List of channels either hosted in or shared with the team (incoming channels). operationId: groups.team.ListAllChannels parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.channelCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/team/allChannels/{channel-id}': description: Provides operations to manage the allChannels property of the microsoft.graph.team entity. get: tags: - groups.team summary: Get allChannels from groups description: List of channels either hosted in or shared with the team (incoming channels). operationId: groups.team.GetAllChannels parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.channel' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel '/groups/{group-id}/team/allChannels/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.team summary: Get the number of the resource operationId: groups.team.allChannels.GetCount-4fa6 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/team/channels': description: Provides operations to manage the channels property of the microsoft.graph.team entity. get: tags: - groups.team summary: Get channels from groups description: The collection of channels and messages associated with the team. operationId: groups.team.ListChannels parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.channelCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.team summary: Create new navigation property to channels for groups operationId: groups.team.CreateChannels requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.channel' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.channel' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/team/channels/{channel-id}': description: Provides operations to manage the channels property of the microsoft.graph.team entity. get: tags: - groups.team summary: Get channels from groups description: The collection of channels and messages associated with the team. operationId: groups.team.GetChannels parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.channel' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.team summary: Update the navigation property channels in groups operationId: groups.team.UpdateChannels requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.channel' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.channel' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.team summary: Delete navigation property channels for groups operationId: groups.team.DeleteChannels parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel '/groups/{group-id}/team/channels/{channel-id}/filesFolder': description: Provides operations to manage the filesFolder property of the microsoft.graph.channel entity. get: tags: - groups.team summary: Get filesFolder from groups description: Metadata for the location where the channel's files are stored. operationId: groups.team.channels.GetFilesFolder parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel x-ms-docs-grouped-path: - '/groups/{group-id}/team/primaryChannel/filesFolder' '/groups/{group-id}/team/channels/{channel-id}/filesFolder/content': description: Provides operations to manage the media for the group entity. get: tags: - groups.team summary: Get content for the navigation property filesFolder from groups description: 'The content stream, if the item represents a file.' operationId: groups.team.channels.GetFilesFolderContent parameters: - name: $format in: query description: Format of the content schema: type: string responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - groups.team summary: Update content for the navigation property filesFolder in groups description: 'The content stream, if the item represents a file.' operationId: groups.team.channels.UpdateFilesFolderContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - groups.team summary: Delete content for the navigation property filesFolder in groups description: 'The content stream, if the item represents a file.' operationId: groups.team.channels.DeleteFilesFolderContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel '/groups/{group-id}/team/channels/{channel-id}/members': description: Provides operations to manage the members property of the microsoft.graph.channel entity. get: tags: - groups.team summary: Get members from groups description: A collection of membership records associated with the channel. operationId: groups.team.channels.ListMembers parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.conversationMemberCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.team summary: Create new navigation property to members for groups operationId: groups.team.channels.CreateMembers requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationMember' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationMember' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel x-ms-docs-grouped-path: - '/groups/{group-id}/team/primaryChannel/members' '/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}': description: Provides operations to manage the members property of the microsoft.graph.channel entity. get: tags: - groups.team summary: Get members from groups description: A collection of membership records associated with the channel. operationId: groups.team.channels.GetMembers parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationMember' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.team summary: Update the navigation property members in groups operationId: groups.team.channels.UpdateMembers requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationMember' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationMember' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.team summary: Delete navigation property members for groups operationId: groups.team.channels.DeleteMembers parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: conversationMember-id in: path description: The unique identifier of conversationMember required: true schema: type: string x-ms-docs-key-type: conversationMember x-ms-docs-grouped-path: - '/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}' '/groups/{group-id}/team/channels/{channel-id}/members/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.team summary: Get the number of the resource operationId: groups.team.channels.members.GetCount-fa97 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel '/groups/{group-id}/team/channels/{channel-id}/members/add': description: Provides operations to call the add method. post: tags: - groups.Actions summary: Invoke action add description: Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0 operationId: groups.group.team.channels.channel.members.add requestBody: description: Action parameters content: application/json: schema: type: object properties: values: type: array items: $ref: '#/components/schemas/microsoft.graph.conversationMember' required: true responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.actionResultPart' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel x-ms-docs-grouped-path: - '/groups/{group-id}/sites/add' - '/groups/{group-id}/team/members/add' - '/groups/{group-id}/team/primaryChannel/members/add' '/groups/{group-id}/team/channels/{channel-id}/messages': description: Provides operations to manage the messages property of the microsoft.graph.channel entity. get: tags: - groups.team summary: Get messages from groups description: A collection of all the messages in the channel. A navigation property. Nullable. operationId: groups.team.channels.ListMessages parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.team summary: Create new navigation property to messages for groups operationId: groups.team.channels.CreateMessages requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel x-ms-docs-grouped-path: - '/groups/{group-id}/team/primaryChannel/messages' '/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}': description: Provides operations to manage the messages property of the microsoft.graph.channel entity. get: tags: - groups.team summary: Get messages from groups description: A collection of all the messages in the channel. A navigation property. Nullable. operationId: groups.team.channels.GetMessages parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.team summary: Update the navigation property messages in groups operationId: groups.team.channels.UpdateMessages requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.team summary: Delete navigation property messages for groups operationId: groups.team.channels.DeleteMessages parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}' '/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents': description: Provides operations to manage the hostedContents property of the microsoft.graph.chatMessage entity. get: tags: - groups.team summary: Get hostedContents from groups description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: groups.team.channels.messages.ListHostedContents parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageHostedContentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.team summary: Create new navigation property to hostedContents for groups operationId: groups.team.channels.messages.CreateHostedContents requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents' - '/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents' - '/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents' '/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}': description: Provides operations to manage the hostedContents property of the microsoft.graph.chatMessage entity. get: tags: - groups.team summary: Get hostedContents from groups description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: groups.team.channels.messages.GetHostedContents parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.team summary: Update the navigation property hostedContents in groups operationId: groups.team.channels.messages.UpdateHostedContents requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.team summary: Delete navigation property hostedContents for groups operationId: groups.team.channels.messages.DeleteHostedContents parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessageHostedContent-id in: path description: The unique identifier of chatMessageHostedContent required: true schema: type: string x-ms-docs-key-type: chatMessageHostedContent x-ms-docs-grouped-path: - '/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}' - '/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}' - '/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}' '/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value': description: Provides operations to manage the media for the group entity. get: tags: - groups.team summary: Get media content for the navigation property hostedContents from groups description: The unique identifier for an entity. Read-only. operationId: groups.team.channels.messages.GetHostedContentsContent responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - groups.team summary: Update media content for the navigation property hostedContents in groups description: The unique identifier for an entity. Read-only. operationId: groups.team.channels.messages.UpdateHostedContentsContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - groups.team summary: Delete media content for the navigation property hostedContents in groups description: The unique identifier for an entity. Read-only. operationId: groups.team.channels.messages.DeleteHostedContentsContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessageHostedContent-id in: path description: The unique identifier of chatMessageHostedContent required: true schema: type: string x-ms-docs-key-type: chatMessageHostedContent '/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.team summary: Get the number of the resource operationId: groups.team.channels.messages.hostedContents.GetCount-7beb parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage '/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/setReaction': description: Provides operations to call the setReaction method. post: tags: - groups.Actions summary: Invoke action setReaction operationId: groups.group.team.channels.channel.messages.chatMessage.setReaction requestBody: description: Action parameters content: application/json: schema: type: object properties: reactionType: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction' - '/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/setReaction' - '/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction' '/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/softDelete': description: Provides operations to call the softDelete method. post: tags: - groups.Actions summary: Invoke action softDelete description: Delete a single chatMessage or a chat message reply in a channel or a chat. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0 operationId: groups.group.team.channels.channel.messages.chatMessage.softDelete responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete' - '/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/softDelete' - '/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete' '/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/undoSoftDelete': description: Provides operations to call the undoSoftDelete method. post: tags: - groups.Actions summary: Invoke action undoSoftDelete description: Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0 operationId: groups.group.team.channels.channel.messages.chatMessage.undoSoftDelete responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete' - '/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/undoSoftDelete' - '/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete' '/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction': description: Provides operations to call the unsetReaction method. post: tags: - groups.Actions summary: Invoke action unsetReaction operationId: groups.group.team.channels.channel.messages.chatMessage.unsetReaction requestBody: description: Action parameters content: application/json: schema: type: object properties: reactionType: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction' - '/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/unsetReaction' - '/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction' '/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies': description: Provides operations to manage the replies property of the microsoft.graph.chatMessage entity. get: tags: - groups.team summary: Get replies from groups description: Replies for a specified message. Supports $expand for channel messages. operationId: groups.team.channels.messages.ListReplies parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.team summary: Create new navigation property to replies for groups operationId: groups.team.channels.messages.CreateReplies requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies' '/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}': description: Provides operations to manage the replies property of the microsoft.graph.chatMessage entity. get: tags: - groups.team summary: Get replies from groups description: Replies for a specified message. Supports $expand for channel messages. operationId: groups.team.channels.messages.GetReplies parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.team summary: Update the navigation property replies in groups operationId: groups.team.channels.messages.UpdateReplies requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.team summary: Delete navigation property replies for groups operationId: groups.team.channels.messages.DeleteReplies parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}' '/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents': description: Provides operations to manage the hostedContents property of the microsoft.graph.chatMessage entity. get: tags: - groups.team summary: Get hostedContents from groups description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: groups.team.channels.messages.replies.ListHostedContents parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageHostedContentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.team summary: Create new navigation property to hostedContents for groups operationId: groups.team.channels.messages.replies.CreateHostedContents requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents' - '/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents' - '/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents' '/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}': description: Provides operations to manage the hostedContents property of the microsoft.graph.chatMessage entity. get: tags: - groups.team summary: Get hostedContents from groups description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: groups.team.channels.messages.replies.GetHostedContents parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.team summary: Update the navigation property hostedContents in groups operationId: groups.team.channels.messages.replies.UpdateHostedContents requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.team summary: Delete navigation property hostedContents for groups operationId: groups.team.channels.messages.replies.DeleteHostedContents parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessageHostedContent-id in: path description: The unique identifier of chatMessageHostedContent required: true schema: type: string x-ms-docs-key-type: chatMessageHostedContent x-ms-docs-grouped-path: - '/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}' - '/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}' - '/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}' '/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value': description: Provides operations to manage the media for the group entity. get: tags: - groups.team summary: Get media content for the navigation property hostedContents from groups description: The unique identifier for an entity. Read-only. operationId: groups.team.channels.messages.replies.GetHostedContentsContent responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - groups.team summary: Update media content for the navigation property hostedContents in groups description: The unique identifier for an entity. Read-only. operationId: groups.team.channels.messages.replies.UpdateHostedContentsContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - groups.team summary: Delete media content for the navigation property hostedContents in groups description: The unique identifier for an entity. Read-only. operationId: groups.team.channels.messages.replies.DeleteHostedContentsContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessageHostedContent-id in: path description: The unique identifier of chatMessageHostedContent required: true schema: type: string x-ms-docs-key-type: chatMessageHostedContent '/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.team summary: Get the number of the resource operationId: groups.team.channels.messages.replies.hostedContents.GetCount-2a4d parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage '/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction': description: Provides operations to call the setReaction method. post: tags: - groups.Actions summary: Invoke action setReaction operationId: groups.group.team.channels.channel.messages.chatMessage.replies.chatMessage.setReaction requestBody: description: Action parameters content: application/json: schema: type: object properties: reactionType: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/setReaction' - '/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/setReaction' - '/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction' '/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete': description: Provides operations to call the softDelete method. post: tags: - groups.Actions summary: Invoke action softDelete description: Delete a single chatMessage or a chat message reply in a channel or a chat. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0 operationId: groups.group.team.channels.channel.messages.chatMessage.replies.chatMessage.softDelete responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/softDelete' - '/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/softDelete' - '/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete' '/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete': description: Provides operations to call the undoSoftDelete method. post: tags: - groups.Actions summary: Invoke action undoSoftDelete description: Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0 operationId: groups.group.team.channels.channel.messages.chatMessage.replies.chatMessage.undoSoftDelete responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/undoSoftDelete' - '/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/undoSoftDelete' - '/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete' '/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction': description: Provides operations to call the unsetReaction method. post: tags: - groups.Actions summary: Invoke action unsetReaction operationId: groups.group.team.channels.channel.messages.chatMessage.replies.chatMessage.unsetReaction requestBody: description: Action parameters content: application/json: schema: type: object properties: reactionType: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction' - '/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/unsetReaction' - '/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction' '/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.team summary: Get the number of the resource operationId: groups.team.channels.messages.replies.GetCount-d2f1 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage '/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/delta()': description: Provides operations to call the delta method. get: tags: - groups.Functions summary: Invoke function delta description: 'Retrieve the list of messages (without the replies) in a channel of a team. By using delta query, you can get new or updated messages in a channel. Delta query supports both full synchronization that retrieves all the messages in the specified channel, and incremental synchronization that retrieves those messages that have been added or changed in the channel since the last synchronization. Typically, you would do an initial full synchronization, and then get incremental changes to that messages view periodically. To get the replies for a message, use the list message replies or the get message reply operation. A GET request with the delta function returns either: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call for that same calendar view. A @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin to retrieve more changes (messages changed or posted after acquiring @odata.deltaLink). For more information, see the delta query documentation.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0 operationId: groups.group.team.channels.channel.messages.chatMessage.replies.delta parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of chatMessage type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/delta()' - '/groups/{group-id}/calendar/calendarView/delta()' - '/groups/{group-id}/calendar/events/{event-id}/instances/delta()' - '/groups/{group-id}/calendar/events/delta()' - '/groups/{group-id}/calendarView/{event-id}/instances/delta()' - '/groups/{group-id}/calendarView/delta()' - '/groups/{group-id}/events/{event-id}/instances/delta()' - '/groups/{group-id}/events/delta()' - '/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/delta()' - '/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/delta(token=''{token}'')' - '/groups/{group-id}/sites/delta()' - '/groups/{group-id}/team/channels/{channel-id}/messages/delta()' - '/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/delta()' - '/groups/{group-id}/team/primaryChannel/messages/delta()' - /groups/delta() - /groups/delta() '/groups/{group-id}/team/channels/{channel-id}/messages/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.team summary: Get the number of the resource operationId: groups.team.channels.messages.GetCount-f67e parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel '/groups/{group-id}/team/channels/{channel-id}/messages/delta()': description: Provides operations to call the delta method. get: tags: - groups.Functions summary: Invoke function delta description: 'Retrieve the list of messages (without the replies) in a channel of a team. By using delta query, you can get new or updated messages in a channel. Delta query supports both full synchronization that retrieves all the messages in the specified channel, and incremental synchronization that retrieves those messages that have been added or changed in the channel since the last synchronization. Typically, you would do an initial full synchronization, and then get incremental changes to that messages view periodically. To get the replies for a message, use the list message replies or the get message reply operation. A GET request with the delta function returns either: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call for that same calendar view. A @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin to retrieve more changes (messages changed or posted after acquiring @odata.deltaLink). For more information, see the delta query documentation.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0 operationId: groups.group.team.channels.channel.messages.delta parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of chatMessage type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/delta()' - '/groups/{group-id}/calendar/calendarView/delta()' - '/groups/{group-id}/calendar/events/{event-id}/instances/delta()' - '/groups/{group-id}/calendar/events/delta()' - '/groups/{group-id}/calendarView/{event-id}/instances/delta()' - '/groups/{group-id}/calendarView/delta()' - '/groups/{group-id}/events/{event-id}/instances/delta()' - '/groups/{group-id}/events/delta()' - '/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/delta()' - '/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/delta(token=''{token}'')' - '/groups/{group-id}/sites/delta()' - '/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/delta()' - '/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/delta()' - '/groups/{group-id}/team/primaryChannel/messages/delta()' - /groups/delta() - /groups/delta() '/groups/{group-id}/team/channels/{channel-id}/archive': description: Provides operations to call the archive method. post: tags: - groups.Actions summary: Invoke action archive description: '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 channel without an owner or that belongs to a group that has no owner, can''t be archived. To restore a channel from its archived state, use the channel: unarchive method. A channel can’t be archived or unarchived if its team is archived.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/channel-archive?view=graph-rest-1.0 operationId: groups.group.team.channels.channel.archive requestBody: description: Action parameters content: application/json: schema: type: object properties: shouldSetSpoSiteReadOnlyForMembers: type: boolean default: false nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel x-ms-docs-grouped-path: - '/groups/{group-id}/team/archive' - '/groups/{group-id}/team/primaryChannel/archive' '/groups/{group-id}/team/channels/{channel-id}/completeMigration': description: Provides operations to call the completeMigration method. post: tags: - groups.Actions summary: Invoke action completeMigration description: '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.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0 operationId: groups.group.team.channels.channel.completeMigration responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel x-ms-docs-grouped-path: - '/groups/{group-id}/team/completeMigration' - '/groups/{group-id}/team/primaryChannel/completeMigration' '/groups/{group-id}/team/channels/{channel-id}/doesUserHaveAccess(userId=''@userId'',tenantId=''@tenantId'',userPrincipalName=''@userPrincipalName'')': description: Provides operations to call the doesUserHaveAccess method. get: tags: - groups.Functions summary: Invoke function doesUserHaveAccess description: Determine whether a user has access to a shared channel. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-1.0 operationId: groups.group.team.channels.channel.doesUserHaveAccess responses: 2XX: description: Success content: application/json: schema: type: object properties: value: type: boolean default: false 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: userId in: query description: 'Usage: userId=''@userId''' schema: type: string nullable: true - name: tenantId in: query description: 'Usage: tenantId=''@tenantId''' schema: type: string nullable: true - name: userPrincipalName in: query description: 'Usage: userPrincipalName=''@userPrincipalName''' schema: type: string nullable: true x-ms-docs-grouped-path: - '/groups/{group-id}/team/primaryChannel/doesUserHaveAccess(userId=''@userId'',tenantId=''@tenantId'',userPrincipalName=''@userPrincipalName'')' '/groups/{group-id}/team/channels/{channel-id}/provisionEmail': description: Provides operations to call the provisionEmail method. post: tags: - groups.Actions summary: Invoke action provisionEmail description: '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.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0 operationId: groups.group.team.channels.channel.provisionEmail responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.provisionChannelEmailResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel x-ms-docs-grouped-path: - '/groups/{group-id}/team/primaryChannel/provisionEmail' '/groups/{group-id}/team/channels/{channel-id}/removeEmail': description: Provides operations to call the removeEmail method. post: tags: - groups.Actions summary: Invoke action removeEmail description: 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. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0 operationId: groups.group.team.channels.channel.removeEmail responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel x-ms-docs-grouped-path: - '/groups/{group-id}/team/primaryChannel/removeEmail' '/groups/{group-id}/team/channels/{channel-id}/unarchive': description: Provides operations to call the unarchive method. post: tags: - groups.Actions summary: Invoke action unarchive description: '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.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/channel-unarchive?view=graph-rest-1.0 operationId: groups.group.team.channels.channel.unarchive responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel x-ms-docs-grouped-path: - '/groups/{group-id}/team/unarchive' - '/groups/{group-id}/team/primaryChannel/unarchive' '/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams': description: Provides operations to manage the sharedWithTeams property of the microsoft.graph.channel entity. get: tags: - groups.team summary: Get sharedWithTeams from groups description: A collection of teams with which a channel is shared. operationId: groups.team.channels.ListSharedWithTeams parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.sharedWithChannelTeamInfoCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.team summary: Create new navigation property to sharedWithTeams for groups operationId: groups.team.channels.CreateSharedWithTeams requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharedWithChannelTeamInfo' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharedWithChannelTeamInfo' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel x-ms-docs-grouped-path: - '/groups/{group-id}/team/primaryChannel/sharedWithTeams' '/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}': description: Provides operations to manage the sharedWithTeams property of the microsoft.graph.channel entity. get: tags: - groups.team summary: Get sharedWithTeams from groups description: A collection of teams with which a channel is shared. operationId: groups.team.channels.GetSharedWithTeams parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharedWithChannelTeamInfo' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.team summary: Update the navigation property sharedWithTeams in groups operationId: groups.team.channels.UpdateSharedWithTeams requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharedWithChannelTeamInfo' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharedWithChannelTeamInfo' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.team summary: Delete navigation property sharedWithTeams for groups operationId: groups.team.channels.DeleteSharedWithTeams parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: sharedWithChannelTeamInfo-id in: path description: The unique identifier of sharedWithChannelTeamInfo required: true schema: type: string x-ms-docs-key-type: sharedWithChannelTeamInfo x-ms-docs-grouped-path: - '/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}' '/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers': description: Provides operations to manage the allowedMembers property of the microsoft.graph.sharedWithChannelTeamInfo entity. get: tags: - groups.team summary: Get allowedMembers from groups description: A collection of team members who have access to the shared channel. operationId: groups.team.channels.sharedWithTeams.ListAllowedMembers parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.conversationMemberCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: sharedWithChannelTeamInfo-id in: path description: The unique identifier of sharedWithChannelTeamInfo required: true schema: type: string x-ms-docs-key-type: sharedWithChannelTeamInfo x-ms-docs-grouped-path: - '/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers' '/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}': description: Provides operations to manage the allowedMembers property of the microsoft.graph.sharedWithChannelTeamInfo entity. get: tags: - groups.team summary: Get allowedMembers from groups description: A collection of team members who have access to the shared channel. operationId: groups.team.channels.sharedWithTeams.GetAllowedMembers parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationMember' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: sharedWithChannelTeamInfo-id in: path description: The unique identifier of sharedWithChannelTeamInfo required: true schema: type: string x-ms-docs-key-type: sharedWithChannelTeamInfo - name: conversationMember-id in: path description: The unique identifier of conversationMember required: true schema: type: string x-ms-docs-key-type: conversationMember x-ms-docs-grouped-path: - '/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}' '/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.team summary: Get the number of the resource operationId: groups.team.channels.sharedWithTeams.allowedMembers.GetCount-d551 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: sharedWithChannelTeamInfo-id in: path description: The unique identifier of sharedWithChannelTeamInfo required: true schema: type: string x-ms-docs-key-type: sharedWithChannelTeamInfo '/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/team': description: Provides operations to manage the team property of the microsoft.graph.teamInfo entity. get: tags: - groups.team summary: Get team from groups operationId: groups.team.channels.sharedWithTeams.GetTeam parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.team' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: sharedWithChannelTeamInfo-id in: path description: The unique identifier of sharedWithChannelTeamInfo required: true schema: type: string x-ms-docs-key-type: sharedWithChannelTeamInfo x-ms-docs-grouped-path: - '/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/team' '/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.team summary: Get the number of the resource operationId: groups.team.channels.sharedWithTeams.GetCount-3479 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel '/groups/{group-id}/team/channels/{channel-id}/tabs': description: Provides operations to manage the tabs property of the microsoft.graph.channel entity. get: tags: - groups.team summary: Get tabs from groups description: A collection of all the tabs in the channel. A navigation property. operationId: groups.team.channels.ListTabs parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.teamsTabCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.team summary: Create new navigation property to tabs for groups operationId: groups.team.channels.CreateTabs requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsTab' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsTab' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel x-ms-docs-grouped-path: - '/groups/{group-id}/team/primaryChannel/tabs' '/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}': description: Provides operations to manage the tabs property of the microsoft.graph.channel entity. get: tags: - groups.team summary: Get tabs from groups description: A collection of all the tabs in the channel. A navigation property. operationId: groups.team.channels.GetTabs parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsTab' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.team summary: Update the navigation property tabs in groups operationId: groups.team.channels.UpdateTabs requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsTab' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsTab' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.team summary: Delete navigation property tabs for groups operationId: groups.team.channels.DeleteTabs parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: teamsTab-id in: path description: The unique identifier of teamsTab required: true schema: type: string x-ms-docs-key-type: teamsTab x-ms-docs-grouped-path: - '/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}' '/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp': description: Provides operations to manage the teamsApp property of the microsoft.graph.teamsTab entity. get: tags: - groups.team summary: Get teamsApp from groups description: The application that is linked to the tab. This can't be changed after tab creation. operationId: groups.team.channels.tabs.GetTeamsApp parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: teamsTab-id in: path description: The unique identifier of teamsTab required: true schema: type: string x-ms-docs-key-type: teamsTab x-ms-docs-grouped-path: - '/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}/teamsApp' '/groups/{group-id}/team/channels/{channel-id}/tabs/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.team summary: Get the number of the resource operationId: groups.team.channels.tabs.GetCount-5a2c parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel '/groups/{group-id}/team/channels/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.team summary: Get the number of the resource operationId: groups.team.channels.GetCount-dcc7 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/team/channels/getAllMessages()': description: Provides operations to call the getAllMessages method. get: tags: - groups.Functions summary: Invoke function getAllMessages description: '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.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/channel-getallmessages?view=graph-rest-1.0 operationId: groups.group.team.channels.getAllMessages parameters: - name: model in: query description: The payment model for the API schema: type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of chatMessage type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/team/channels/getAllRetainedMessages()': description: Provides operations to call the getAllRetainedMessages method. get: tags: - groups.Functions summary: Invoke function getAllRetainedMessages operationId: groups.group.team.channels.getAllRetainedMessages parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of chatMessage type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/team/group': description: Provides operations to manage the group property of the microsoft.graph.team entity. get: tags: - groups.team summary: Get group from groups operationId: groups.team.GetGroup parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.group' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/team/group/serviceProvisioningErrors': get: tags: - groups.team summary: Get serviceProvisioningErrors property value description: '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).' operationId: groups.team.group.ListServiceProvisioningErrors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/team/group/serviceProvisioningErrors/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.team summary: Get the number of the resource operationId: groups.team.group.ServiceProvisioningErrors.GetCount-2547 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/team/incomingChannels': description: Provides operations to manage the incomingChannels property of the microsoft.graph.team entity. get: tags: - groups.team summary: Get incomingChannels from groups description: List of channels shared with the team. operationId: groups.team.ListIncomingChannels parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.channelCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/team/incomingChannels/{channel-id}': description: Provides operations to manage the incomingChannels property of the microsoft.graph.team entity. get: tags: - groups.team summary: Get incomingChannels from groups description: List of channels shared with the team. operationId: groups.team.GetIncomingChannels parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.channel' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel '/groups/{group-id}/team/incomingChannels/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.team summary: Get the number of the resource operationId: groups.team.incomingChannels.GetCount-d4b9 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/team/installedApps': description: Provides operations to manage the installedApps property of the microsoft.graph.team entity. get: tags: - groups.team summary: Get installedApps from groups description: The apps installed in this team. operationId: groups.team.ListInstalledApps parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.teamsAppInstallationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.team summary: Create new navigation property to installedApps for groups operationId: groups.team.CreateInstalledApps requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}': description: Provides operations to manage the installedApps property of the microsoft.graph.team entity. get: tags: - groups.team summary: Get installedApps from groups description: The apps installed in this team. operationId: groups.team.GetInstalledApps parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.team summary: Update the navigation property installedApps in groups operationId: groups.team.UpdateInstalledApps requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.team summary: Delete navigation property installedApps for groups operationId: groups.team.DeleteInstalledApps parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: teamsAppInstallation-id in: path description: The unique identifier of teamsAppInstallation required: true schema: type: string x-ms-docs-key-type: teamsAppInstallation '/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/upgrade': description: Provides operations to call the upgrade method. post: tags: - groups.Actions summary: Invoke action upgrade description: Upgrade an app installation within a chat. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-1.0 operationId: groups.group.team.installedApps.teamsAppInstallation.upgrade requestBody: description: Action parameters content: application/json: schema: type: object properties: consentedPermissionSet: anyOf: - $ref: '#/components/schemas/microsoft.graph.teamsAppPermissionSet' - type: object nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: teamsAppInstallation-id in: path description: The unique identifier of teamsAppInstallation required: true schema: type: string x-ms-docs-key-type: teamsAppInstallation '/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/teamsApp': description: Provides operations to manage the teamsApp property of the microsoft.graph.teamsAppInstallation entity. get: tags: - groups.team summary: Get teamsApp from groups description: The app that is installed. operationId: groups.team.installedApps.GetTeamsApp parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: teamsAppInstallation-id in: path description: The unique identifier of teamsAppInstallation required: true schema: type: string x-ms-docs-key-type: teamsAppInstallation '/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/teamsAppDefinition': description: Provides operations to manage the teamsAppDefinition property of the microsoft.graph.teamsAppInstallation entity. get: tags: - groups.team summary: Get teamsAppDefinition from groups description: The details of this version of the app. operationId: groups.team.installedApps.GetTeamsAppDefinition parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsAppDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: teamsAppInstallation-id in: path description: The unique identifier of teamsAppInstallation required: true schema: type: string x-ms-docs-key-type: teamsAppInstallation '/groups/{group-id}/team/installedApps/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.team summary: Get the number of the resource operationId: groups.team.installedApps.GetCount-83d4 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/team/members': description: Provides operations to manage the members property of the microsoft.graph.team entity. get: tags: - groups.team summary: Get members from groups description: Members and owners of the team. operationId: groups.team.ListMembers parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.conversationMemberCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.team summary: Create new navigation property to members for groups operationId: groups.team.CreateMembers requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationMember' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationMember' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/team/members/{conversationMember-id}': description: Provides operations to manage the members property of the microsoft.graph.team entity. get: tags: - groups.team summary: Get members from groups description: Members and owners of the team. operationId: groups.team.GetMembers parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationMember' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.team summary: Update the navigation property members in groups operationId: groups.team.UpdateMembers requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationMember' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationMember' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.team summary: Delete navigation property members for groups operationId: groups.team.DeleteMembers parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: conversationMember-id in: path description: The unique identifier of conversationMember required: true schema: type: string x-ms-docs-key-type: conversationMember '/groups/{group-id}/team/members/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.team summary: Get the number of the resource operationId: groups.team.members.GetCount-a0b1 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/team/members/add': description: Provides operations to call the add method. post: tags: - groups.Actions summary: Invoke action add description: Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0 operationId: groups.group.team.members.add requestBody: description: Action parameters content: application/json: schema: type: object properties: values: type: array items: $ref: '#/components/schemas/microsoft.graph.conversationMember' required: true responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.actionResultPart' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group x-ms-docs-grouped-path: - '/groups/{group-id}/sites/add' - '/groups/{group-id}/team/channels/{channel-id}/members/add' - '/groups/{group-id}/team/primaryChannel/members/add' '/groups/{group-id}/team/archive': description: Provides operations to call the archive method. post: tags: - groups.Actions summary: Invoke action archive description: "Archive the specified team. \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 and group must have an owner. To restore a team from its archived state, use the API to unarchive." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/team-archive?view=graph-rest-1.0 operationId: groups.group.team.archive requestBody: description: Action parameters content: application/json: schema: type: object properties: shouldSetSpoSiteReadOnlyForMembers: type: boolean default: false nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group x-ms-docs-grouped-path: - '/groups/{group-id}/team/channels/{channel-id}/archive' - '/groups/{group-id}/team/primaryChannel/archive' '/groups/{group-id}/team/clone': description: Provides operations to call the clone method. post: tags: - groups.Actions summary: Invoke action clone description: "Create a copy of a team. This operation also creates a copy of the corresponding group.\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. \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. After the POST clone returns, you need to GET the operation returned by the Location: header to see if it's running, succeeded, or failed. You should continue to GET until the status isn't running. The recommended delay between GETs is 5 seconds." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/team-clone?view=graph-rest-1.0 operationId: groups.group.team.clone requestBody: description: Action parameters content: application/json: schema: type: object properties: displayName: type: string nullable: true description: type: string nullable: true mailNickname: type: string nullable: true classification: type: string nullable: true visibility: $ref: '#/components/schemas/microsoft.graph.teamVisibilityType' partsToClone: $ref: '#/components/schemas/microsoft.graph.clonableTeamParts' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/team/completeMigration': description: Provides operations to call the completeMigration method. post: tags: - groups.Actions summary: Invoke action completeMigration description: '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.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/team-completemigration?view=graph-rest-1.0 operationId: groups.group.team.completeMigration responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group x-ms-docs-grouped-path: - '/groups/{group-id}/team/channels/{channel-id}/completeMigration' - '/groups/{group-id}/team/primaryChannel/completeMigration' '/groups/{group-id}/team/sendActivityNotification': description: Provides operations to call the sendActivityNotification method. post: tags: - groups.Actions summary: Invoke action sendActivityNotification description: "Send an activity feed notification in the scope of a team. For more information about sending notifications and the requirements for doing so, see\nsending Teams activity notifications." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/team-sendactivitynotification?view=graph-rest-1.0 operationId: groups.group.team.sendActivityNotification requestBody: description: Action parameters content: application/json: schema: type: object properties: topic: anyOf: - $ref: '#/components/schemas/microsoft.graph.teamworkActivityTopic' - type: object nullable: true activityType: type: string nullable: true chainId: type: integer format: int64 nullable: true previewText: anyOf: - $ref: '#/components/schemas/microsoft.graph.itemBody' - type: object nullable: true teamsAppId: type: string nullable: true templateParameters: type: array items: $ref: '#/components/schemas/microsoft.graph.keyValuePair' recipient: anyOf: - $ref: '#/components/schemas/microsoft.graph.teamworkNotificationRecipient' - type: object nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/team/unarchive': description: Provides operations to call the unarchive method. post: tags: - groups.Actions summary: Invoke action unarchive description: '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.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/team-unarchive?view=graph-rest-1.0 operationId: groups.group.team.unarchive responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group x-ms-docs-grouped-path: - '/groups/{group-id}/team/channels/{channel-id}/unarchive' - '/groups/{group-id}/team/primaryChannel/unarchive' '/groups/{group-id}/team/operations': description: Provides operations to manage the operations property of the microsoft.graph.team entity. get: tags: - groups.team summary: Get operations from groups description: The async operations that ran or are running on this team. operationId: groups.team.ListOperations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.teamsAsyncOperationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.team summary: Create new navigation property to operations for groups operationId: groups.team.CreateOperations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsAsyncOperation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsAsyncOperation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/team/operations/{teamsAsyncOperation-id}': description: Provides operations to manage the operations property of the microsoft.graph.team entity. get: tags: - groups.team summary: Get operations from groups description: The async operations that ran or are running on this team. operationId: groups.team.GetOperations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsAsyncOperation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.team summary: Update the navigation property operations in groups operationId: groups.team.UpdateOperations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsAsyncOperation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsAsyncOperation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.team summary: Delete navigation property operations for groups operationId: groups.team.DeleteOperations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: teamsAsyncOperation-id in: path description: The unique identifier of teamsAsyncOperation required: true schema: type: string x-ms-docs-key-type: teamsAsyncOperation '/groups/{group-id}/team/operations/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.team summary: Get the number of the resource operationId: groups.team.operations.GetCount-6921 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/team/permissionGrants': description: Provides operations to manage the permissionGrants property of the microsoft.graph.team entity. get: tags: - groups.team summary: Get permissionGrants from groups description: A collection of permissions granted to apps to access the team. operationId: groups.team.ListPermissionGrants parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.resourceSpecificPermissionGrantCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.team summary: Create new navigation property to permissionGrants for groups operationId: groups.team.CreatePermissionGrants requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}': description: Provides operations to manage the permissionGrants property of the microsoft.graph.team entity. get: tags: - groups.team summary: Get permissionGrants from groups description: A collection of permissions granted to apps to access the team. operationId: groups.team.GetPermissionGrants parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.team summary: Update the navigation property permissionGrants in groups operationId: groups.team.UpdatePermissionGrants requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.team summary: Delete navigation property permissionGrants for groups operationId: groups.team.DeletePermissionGrants parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: resourceSpecificPermissionGrant-id in: path description: The unique identifier of resourceSpecificPermissionGrant required: true schema: type: string x-ms-docs-key-type: resourceSpecificPermissionGrant '/groups/{group-id}/team/permissionGrants/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.team summary: Get the number of the resource operationId: groups.team.permissionGrants.GetCount-5668 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/team/photo': description: Provides operations to manage the photo property of the microsoft.graph.team entity. get: tags: - groups.team summary: Get photo from groups description: The profile photo for the team. operationId: groups.team.GetPhoto parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.profilePhoto' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.team summary: Update the navigation property photo in groups operationId: groups.team.UpdatePhoto requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.profilePhoto' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.profilePhoto' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/team/photo/$value': description: Provides operations to manage the media for the group entity. get: tags: - groups.team summary: Get media content for the navigation property photo from groups description: The profile photo for the team. operationId: groups.team.GetPhotoContent responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - groups.team summary: Update media content for the navigation property photo in groups description: The profile photo for the team. operationId: groups.team.UpdatePhotoContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - groups.team summary: Delete media content for the navigation property photo in groups description: The profile photo for the team. operationId: groups.team.DeletePhotoContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/team/primaryChannel': description: Provides operations to manage the primaryChannel property of the microsoft.graph.team entity. get: tags: - groups.team summary: Get primaryChannel from groups description: The general channel for the team. operationId: groups.team.GetPrimaryChannel parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.channel' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.team summary: Update the navigation property primaryChannel in groups operationId: groups.team.UpdatePrimaryChannel requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.channel' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.channel' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.team summary: Delete navigation property primaryChannel for groups operationId: groups.team.DeletePrimaryChannel parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/team/primaryChannel/filesFolder': description: Provides operations to manage the filesFolder property of the microsoft.graph.channel entity. get: tags: - groups.team summary: Get filesFolder from groups description: Metadata for the location where the channel's files are stored. operationId: groups.team.primaryChannel.GetFilesFolder parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group x-ms-docs-grouped-path: - '/groups/{group-id}/team/channels/{channel-id}/filesFolder' '/groups/{group-id}/team/primaryChannel/filesFolder/content': description: Provides operations to manage the media for the group entity. get: tags: - groups.team summary: Get content for the navigation property filesFolder from groups description: 'The content stream, if the item represents a file.' operationId: groups.team.primaryChannel.GetFilesFolderContent parameters: - name: $format in: query description: Format of the content schema: type: string responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - groups.team summary: Update content for the navigation property filesFolder in groups description: 'The content stream, if the item represents a file.' operationId: groups.team.primaryChannel.UpdateFilesFolderContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - groups.team summary: Delete content for the navigation property filesFolder in groups description: 'The content stream, if the item represents a file.' operationId: groups.team.primaryChannel.DeleteFilesFolderContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/team/primaryChannel/members': description: Provides operations to manage the members property of the microsoft.graph.channel entity. get: tags: - groups.team summary: Get members from groups description: A collection of membership records associated with the channel. operationId: groups.team.primaryChannel.ListMembers parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.conversationMemberCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.team summary: Create new navigation property to members for groups operationId: groups.team.primaryChannel.CreateMembers requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationMember' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationMember' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group x-ms-docs-grouped-path: - '/groups/{group-id}/team/channels/{channel-id}/members' '/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}': description: Provides operations to manage the members property of the microsoft.graph.channel entity. get: tags: - groups.team summary: Get members from groups description: A collection of membership records associated with the channel. operationId: groups.team.primaryChannel.GetMembers parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationMember' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.team summary: Update the navigation property members in groups operationId: groups.team.primaryChannel.UpdateMembers requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationMember' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationMember' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.team summary: Delete navigation property members for groups operationId: groups.team.primaryChannel.DeleteMembers parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: conversationMember-id in: path description: The unique identifier of conversationMember required: true schema: type: string x-ms-docs-key-type: conversationMember x-ms-docs-grouped-path: - '/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}' '/groups/{group-id}/team/primaryChannel/members/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.team summary: Get the number of the resource operationId: groups.team.primaryChannel.members.GetCount-cb2b parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/team/primaryChannel/members/add': description: Provides operations to call the add method. post: tags: - groups.Actions summary: Invoke action add description: Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0 operationId: groups.group.team.primaryChannel.members.add requestBody: description: Action parameters content: application/json: schema: type: object properties: values: type: array items: $ref: '#/components/schemas/microsoft.graph.conversationMember' required: true responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.actionResultPart' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group x-ms-docs-grouped-path: - '/groups/{group-id}/sites/add' - '/groups/{group-id}/team/channels/{channel-id}/members/add' - '/groups/{group-id}/team/members/add' '/groups/{group-id}/team/primaryChannel/messages': description: Provides operations to manage the messages property of the microsoft.graph.channel entity. get: tags: - groups.team summary: Get messages from groups description: A collection of all the messages in the channel. A navigation property. Nullable. operationId: groups.team.primaryChannel.ListMessages parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.team summary: Create new navigation property to messages for groups operationId: groups.team.primaryChannel.CreateMessages requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group x-ms-docs-grouped-path: - '/groups/{group-id}/team/channels/{channel-id}/messages' '/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}': description: Provides operations to manage the messages property of the microsoft.graph.channel entity. get: tags: - groups.team summary: Get messages from groups description: A collection of all the messages in the channel. A navigation property. Nullable. operationId: groups.team.primaryChannel.GetMessages parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.team summary: Update the navigation property messages in groups operationId: groups.team.primaryChannel.UpdateMessages requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.team summary: Delete navigation property messages for groups operationId: groups.team.primaryChannel.DeleteMessages parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}' '/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents': description: Provides operations to manage the hostedContents property of the microsoft.graph.chatMessage entity. get: tags: - groups.team summary: Get hostedContents from groups description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: groups.team.primaryChannel.messages.ListHostedContents parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageHostedContentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.team summary: Create new navigation property to hostedContents for groups operationId: groups.team.primaryChannel.messages.CreateHostedContents requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents' - '/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents' - '/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents' '/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}': description: Provides operations to manage the hostedContents property of the microsoft.graph.chatMessage entity. get: tags: - groups.team summary: Get hostedContents from groups description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: groups.team.primaryChannel.messages.GetHostedContents parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.team summary: Update the navigation property hostedContents in groups operationId: groups.team.primaryChannel.messages.UpdateHostedContents requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.team summary: Delete navigation property hostedContents for groups operationId: groups.team.primaryChannel.messages.DeleteHostedContents parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessageHostedContent-id in: path description: The unique identifier of chatMessageHostedContent required: true schema: type: string x-ms-docs-key-type: chatMessageHostedContent x-ms-docs-grouped-path: - '/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}' - '/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}' - '/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}' '/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value': description: Provides operations to manage the media for the group entity. get: tags: - groups.team summary: Get media content for the navigation property hostedContents from groups description: The unique identifier for an entity. Read-only. operationId: groups.team.primaryChannel.messages.GetHostedContentsContent responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - groups.team summary: Update media content for the navigation property hostedContents in groups description: The unique identifier for an entity. Read-only. operationId: groups.team.primaryChannel.messages.UpdateHostedContentsContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - groups.team summary: Delete media content for the navigation property hostedContents in groups description: The unique identifier for an entity. Read-only. operationId: groups.team.primaryChannel.messages.DeleteHostedContentsContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessageHostedContent-id in: path description: The unique identifier of chatMessageHostedContent required: true schema: type: string x-ms-docs-key-type: chatMessageHostedContent '/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.team summary: Get the number of the resource operationId: groups.team.primaryChannel.messages.hostedContents.GetCount-7396 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage '/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/setReaction': description: Provides operations to call the setReaction method. post: tags: - groups.Actions summary: Invoke action setReaction operationId: groups.group.team.primaryChannel.messages.chatMessage.setReaction requestBody: description: Action parameters content: application/json: schema: type: object properties: reactionType: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/setReaction' - '/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction' - '/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction' '/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/softDelete': description: Provides operations to call the softDelete method. post: tags: - groups.Actions summary: Invoke action softDelete description: Delete a single chatMessage or a chat message reply in a channel or a chat. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0 operationId: groups.group.team.primaryChannel.messages.chatMessage.softDelete responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/softDelete' - '/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete' - '/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete' '/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/undoSoftDelete': description: Provides operations to call the undoSoftDelete method. post: tags: - groups.Actions summary: Invoke action undoSoftDelete description: Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0 operationId: groups.group.team.primaryChannel.messages.chatMessage.undoSoftDelete responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/undoSoftDelete' - '/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete' - '/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete' '/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/unsetReaction': description: Provides operations to call the unsetReaction method. post: tags: - groups.Actions summary: Invoke action unsetReaction operationId: groups.group.team.primaryChannel.messages.chatMessage.unsetReaction requestBody: description: Action parameters content: application/json: schema: type: object properties: reactionType: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction' - '/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction' - '/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction' '/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies': description: Provides operations to manage the replies property of the microsoft.graph.chatMessage entity. get: tags: - groups.team summary: Get replies from groups description: Replies for a specified message. Supports $expand for channel messages. operationId: groups.team.primaryChannel.messages.ListReplies parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.team summary: Create new navigation property to replies for groups operationId: groups.team.primaryChannel.messages.CreateReplies requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies' '/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}': description: Provides operations to manage the replies property of the microsoft.graph.chatMessage entity. get: tags: - groups.team summary: Get replies from groups description: Replies for a specified message. Supports $expand for channel messages. operationId: groups.team.primaryChannel.messages.GetReplies parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.team summary: Update the navigation property replies in groups operationId: groups.team.primaryChannel.messages.UpdateReplies requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.team summary: Delete navigation property replies for groups operationId: groups.team.primaryChannel.messages.DeleteReplies parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}' '/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents': description: Provides operations to manage the hostedContents property of the microsoft.graph.chatMessage entity. get: tags: - groups.team summary: Get hostedContents from groups description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: groups.team.primaryChannel.messages.replies.ListHostedContents parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageHostedContentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.team summary: Create new navigation property to hostedContents for groups operationId: groups.team.primaryChannel.messages.replies.CreateHostedContents requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents' - '/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents' - '/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents' '/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}': description: Provides operations to manage the hostedContents property of the microsoft.graph.chatMessage entity. get: tags: - groups.team summary: Get hostedContents from groups description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: groups.team.primaryChannel.messages.replies.GetHostedContents parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.team summary: Update the navigation property hostedContents in groups operationId: groups.team.primaryChannel.messages.replies.UpdateHostedContents requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.team summary: Delete navigation property hostedContents for groups operationId: groups.team.primaryChannel.messages.replies.DeleteHostedContents parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessageHostedContent-id in: path description: The unique identifier of chatMessageHostedContent required: true schema: type: string x-ms-docs-key-type: chatMessageHostedContent x-ms-docs-grouped-path: - '/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}' - '/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}' - '/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}' '/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value': description: Provides operations to manage the media for the group entity. get: tags: - groups.team summary: Get media content for the navigation property hostedContents from groups description: The unique identifier for an entity. Read-only. operationId: groups.team.primaryChannel.messages.replies.GetHostedContentsContent responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - groups.team summary: Update media content for the navigation property hostedContents in groups description: The unique identifier for an entity. Read-only. operationId: groups.team.primaryChannel.messages.replies.UpdateHostedContentsContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - groups.team summary: Delete media content for the navigation property hostedContents in groups description: The unique identifier for an entity. Read-only. operationId: groups.team.primaryChannel.messages.replies.DeleteHostedContentsContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessageHostedContent-id in: path description: The unique identifier of chatMessageHostedContent required: true schema: type: string x-ms-docs-key-type: chatMessageHostedContent '/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.team summary: Get the number of the resource operationId: groups.team.primaryChannel.messages.replies.hostedContents.GetCount-4ed6 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage '/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction': description: Provides operations to call the setReaction method. post: tags: - groups.Actions summary: Invoke action setReaction operationId: groups.group.team.primaryChannel.messages.chatMessage.replies.chatMessage.setReaction requestBody: description: Action parameters content: application/json: schema: type: object properties: reactionType: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/setReaction' - '/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction' - '/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/setReaction' '/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete': description: Provides operations to call the softDelete method. post: tags: - groups.Actions summary: Invoke action softDelete description: Delete a single chatMessage or a chat message reply in a channel or a chat. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0 operationId: groups.group.team.primaryChannel.messages.chatMessage.replies.chatMessage.softDelete responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/softDelete' - '/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete' - '/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/softDelete' '/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete': description: Provides operations to call the undoSoftDelete method. post: tags: - groups.Actions summary: Invoke action undoSoftDelete description: Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0 operationId: groups.group.team.primaryChannel.messages.chatMessage.replies.chatMessage.undoSoftDelete responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/undoSoftDelete' - '/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete' - '/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/undoSoftDelete' '/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction': description: Provides operations to call the unsetReaction method. post: tags: - groups.Actions summary: Invoke action unsetReaction operationId: groups.group.team.primaryChannel.messages.chatMessage.replies.chatMessage.unsetReaction requestBody: description: Action parameters content: application/json: schema: type: object properties: reactionType: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction' - '/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction' - '/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/unsetReaction' '/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.team summary: Get the number of the resource operationId: groups.team.primaryChannel.messages.replies.GetCount-b5b0 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage '/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/delta()': description: Provides operations to call the delta method. get: tags: - groups.Functions summary: Invoke function delta description: 'Retrieve the list of messages (without the replies) in a channel of a team. By using delta query, you can get new or updated messages in a channel. Delta query supports both full synchronization that retrieves all the messages in the specified channel, and incremental synchronization that retrieves those messages that have been added or changed in the channel since the last synchronization. Typically, you would do an initial full synchronization, and then get incremental changes to that messages view periodically. To get the replies for a message, use the list message replies or the get message reply operation. A GET request with the delta function returns either: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call for that same calendar view. A @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin to retrieve more changes (messages changed or posted after acquiring @odata.deltaLink). For more information, see the delta query documentation.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0 operationId: groups.group.team.primaryChannel.messages.chatMessage.replies.delta parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of chatMessage type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/delta()' - '/groups/{group-id}/calendar/calendarView/delta()' - '/groups/{group-id}/calendar/events/{event-id}/instances/delta()' - '/groups/{group-id}/calendar/events/delta()' - '/groups/{group-id}/calendarView/{event-id}/instances/delta()' - '/groups/{group-id}/calendarView/delta()' - '/groups/{group-id}/events/{event-id}/instances/delta()' - '/groups/{group-id}/events/delta()' - '/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/delta()' - '/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/delta(token=''{token}'')' - '/groups/{group-id}/sites/delta()' - '/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/delta()' - '/groups/{group-id}/team/channels/{channel-id}/messages/delta()' - '/groups/{group-id}/team/primaryChannel/messages/delta()' - /groups/delta() - /groups/delta() '/groups/{group-id}/team/primaryChannel/messages/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.team summary: Get the number of the resource operationId: groups.team.primaryChannel.messages.GetCount-045c parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/team/primaryChannel/messages/delta()': description: Provides operations to call the delta method. get: tags: - groups.Functions summary: Invoke function delta description: 'Retrieve the list of messages (without the replies) in a channel of a team. By using delta query, you can get new or updated messages in a channel. Delta query supports both full synchronization that retrieves all the messages in the specified channel, and incremental synchronization that retrieves those messages that have been added or changed in the channel since the last synchronization. Typically, you would do an initial full synchronization, and then get incremental changes to that messages view periodically. To get the replies for a message, use the list message replies or the get message reply operation. A GET request with the delta function returns either: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call for that same calendar view. A @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin to retrieve more changes (messages changed or posted after acquiring @odata.deltaLink). For more information, see the delta query documentation.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0 operationId: groups.group.team.primaryChannel.messages.delta parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of chatMessage type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/delta()' - '/groups/{group-id}/calendar/calendarView/delta()' - '/groups/{group-id}/calendar/events/{event-id}/instances/delta()' - '/groups/{group-id}/calendar/events/delta()' - '/groups/{group-id}/calendarView/{event-id}/instances/delta()' - '/groups/{group-id}/calendarView/delta()' - '/groups/{group-id}/events/{event-id}/instances/delta()' - '/groups/{group-id}/events/delta()' - '/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/delta()' - '/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/delta(token=''{token}'')' - '/groups/{group-id}/sites/delta()' - '/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/delta()' - '/groups/{group-id}/team/channels/{channel-id}/messages/delta()' - '/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/delta()' - /groups/delta() - /groups/delta() '/groups/{group-id}/team/primaryChannel/archive': description: Provides operations to call the archive method. post: tags: - groups.Actions summary: Invoke action archive description: '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 channel without an owner or that belongs to a group that has no owner, can''t be archived. To restore a channel from its archived state, use the channel: unarchive method. A channel can’t be archived or unarchived if its team is archived.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/channel-archive?view=graph-rest-1.0 operationId: groups.group.team.primaryChannel.archive requestBody: description: Action parameters content: application/json: schema: type: object properties: shouldSetSpoSiteReadOnlyForMembers: type: boolean default: false nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group x-ms-docs-grouped-path: - '/groups/{group-id}/team/channels/{channel-id}/archive' - '/groups/{group-id}/team/archive' '/groups/{group-id}/team/primaryChannel/completeMigration': description: Provides operations to call the completeMigration method. post: tags: - groups.Actions summary: Invoke action completeMigration description: '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.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0 operationId: groups.group.team.primaryChannel.completeMigration responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group x-ms-docs-grouped-path: - '/groups/{group-id}/team/channels/{channel-id}/completeMigration' - '/groups/{group-id}/team/completeMigration' '/groups/{group-id}/team/primaryChannel/doesUserHaveAccess(userId=''@userId'',tenantId=''@tenantId'',userPrincipalName=''@userPrincipalName'')': description: Provides operations to call the doesUserHaveAccess method. get: tags: - groups.Functions summary: Invoke function doesUserHaveAccess description: Determine whether a user has access to a shared channel. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-1.0 operationId: groups.group.team.primaryChannel.doesUserHaveAccess responses: 2XX: description: Success content: application/json: schema: type: object properties: value: type: boolean default: false 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: userId in: query description: 'Usage: userId=''@userId''' schema: type: string nullable: true - name: tenantId in: query description: 'Usage: tenantId=''@tenantId''' schema: type: string nullable: true - name: userPrincipalName in: query description: 'Usage: userPrincipalName=''@userPrincipalName''' schema: type: string nullable: true x-ms-docs-grouped-path: - '/groups/{group-id}/team/channels/{channel-id}/doesUserHaveAccess(userId=''@userId'',tenantId=''@tenantId'',userPrincipalName=''@userPrincipalName'')' '/groups/{group-id}/team/primaryChannel/provisionEmail': description: Provides operations to call the provisionEmail method. post: tags: - groups.Actions summary: Invoke action provisionEmail description: '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.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0 operationId: groups.group.team.primaryChannel.provisionEmail responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.provisionChannelEmailResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group x-ms-docs-grouped-path: - '/groups/{group-id}/team/channels/{channel-id}/provisionEmail' '/groups/{group-id}/team/primaryChannel/removeEmail': description: Provides operations to call the removeEmail method. post: tags: - groups.Actions summary: Invoke action removeEmail description: 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. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0 operationId: groups.group.team.primaryChannel.removeEmail responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group x-ms-docs-grouped-path: - '/groups/{group-id}/team/channels/{channel-id}/removeEmail' '/groups/{group-id}/team/primaryChannel/unarchive': description: Provides operations to call the unarchive method. post: tags: - groups.Actions summary: Invoke action unarchive description: '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.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/channel-unarchive?view=graph-rest-1.0 operationId: groups.group.team.primaryChannel.unarchive responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group x-ms-docs-grouped-path: - '/groups/{group-id}/team/channels/{channel-id}/unarchive' - '/groups/{group-id}/team/unarchive' '/groups/{group-id}/team/primaryChannel/sharedWithTeams': description: Provides operations to manage the sharedWithTeams property of the microsoft.graph.channel entity. get: tags: - groups.team summary: Get sharedWithTeams from groups description: A collection of teams with which a channel is shared. operationId: groups.team.primaryChannel.ListSharedWithTeams parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.sharedWithChannelTeamInfoCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.team summary: Create new navigation property to sharedWithTeams for groups operationId: groups.team.primaryChannel.CreateSharedWithTeams requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharedWithChannelTeamInfo' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharedWithChannelTeamInfo' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group x-ms-docs-grouped-path: - '/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams' '/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}': description: Provides operations to manage the sharedWithTeams property of the microsoft.graph.channel entity. get: tags: - groups.team summary: Get sharedWithTeams from groups description: A collection of teams with which a channel is shared. operationId: groups.team.primaryChannel.GetSharedWithTeams parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharedWithChannelTeamInfo' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.team summary: Update the navigation property sharedWithTeams in groups operationId: groups.team.primaryChannel.UpdateSharedWithTeams requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharedWithChannelTeamInfo' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharedWithChannelTeamInfo' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.team summary: Delete navigation property sharedWithTeams for groups operationId: groups.team.primaryChannel.DeleteSharedWithTeams parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: sharedWithChannelTeamInfo-id in: path description: The unique identifier of sharedWithChannelTeamInfo required: true schema: type: string x-ms-docs-key-type: sharedWithChannelTeamInfo x-ms-docs-grouped-path: - '/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}' '/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers': description: Provides operations to manage the allowedMembers property of the microsoft.graph.sharedWithChannelTeamInfo entity. get: tags: - groups.team summary: Get allowedMembers from groups description: A collection of team members who have access to the shared channel. operationId: groups.team.primaryChannel.sharedWithTeams.ListAllowedMembers parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.conversationMemberCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: sharedWithChannelTeamInfo-id in: path description: The unique identifier of sharedWithChannelTeamInfo required: true schema: type: string x-ms-docs-key-type: sharedWithChannelTeamInfo x-ms-docs-grouped-path: - '/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers' '/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}': description: Provides operations to manage the allowedMembers property of the microsoft.graph.sharedWithChannelTeamInfo entity. get: tags: - groups.team summary: Get allowedMembers from groups description: A collection of team members who have access to the shared channel. operationId: groups.team.primaryChannel.sharedWithTeams.GetAllowedMembers parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationMember' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: sharedWithChannelTeamInfo-id in: path description: The unique identifier of sharedWithChannelTeamInfo required: true schema: type: string x-ms-docs-key-type: sharedWithChannelTeamInfo - name: conversationMember-id in: path description: The unique identifier of conversationMember required: true schema: type: string x-ms-docs-key-type: conversationMember x-ms-docs-grouped-path: - '/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}' '/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.team summary: Get the number of the resource operationId: groups.team.primaryChannel.sharedWithTeams.allowedMembers.GetCount-c289 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: sharedWithChannelTeamInfo-id in: path description: The unique identifier of sharedWithChannelTeamInfo required: true schema: type: string x-ms-docs-key-type: sharedWithChannelTeamInfo '/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/team': description: Provides operations to manage the team property of the microsoft.graph.teamInfo entity. get: tags: - groups.team summary: Get team from groups operationId: groups.team.primaryChannel.sharedWithTeams.GetTeam parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.team' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: sharedWithChannelTeamInfo-id in: path description: The unique identifier of sharedWithChannelTeamInfo required: true schema: type: string x-ms-docs-key-type: sharedWithChannelTeamInfo x-ms-docs-grouped-path: - '/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/team' '/groups/{group-id}/team/primaryChannel/sharedWithTeams/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.team summary: Get the number of the resource operationId: groups.team.primaryChannel.sharedWithTeams.GetCount-fbef parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/team/primaryChannel/tabs': description: Provides operations to manage the tabs property of the microsoft.graph.channel entity. get: tags: - groups.team summary: Get tabs from groups description: A collection of all the tabs in the channel. A navigation property. operationId: groups.team.primaryChannel.ListTabs parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.teamsTabCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.team summary: Create new navigation property to tabs for groups operationId: groups.team.primaryChannel.CreateTabs requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsTab' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsTab' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group x-ms-docs-grouped-path: - '/groups/{group-id}/team/channels/{channel-id}/tabs' '/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}': description: Provides operations to manage the tabs property of the microsoft.graph.channel entity. get: tags: - groups.team summary: Get tabs from groups description: A collection of all the tabs in the channel. A navigation property. operationId: groups.team.primaryChannel.GetTabs parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsTab' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.team summary: Update the navigation property tabs in groups operationId: groups.team.primaryChannel.UpdateTabs requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsTab' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsTab' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.team summary: Delete navigation property tabs for groups operationId: groups.team.primaryChannel.DeleteTabs parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: teamsTab-id in: path description: The unique identifier of teamsTab required: true schema: type: string x-ms-docs-key-type: teamsTab x-ms-docs-grouped-path: - '/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}' '/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}/teamsApp': description: Provides operations to manage the teamsApp property of the microsoft.graph.teamsTab entity. get: tags: - groups.team summary: Get teamsApp from groups description: The application that is linked to the tab. This can't be changed after tab creation. operationId: groups.team.primaryChannel.tabs.GetTeamsApp parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: teamsTab-id in: path description: The unique identifier of teamsTab required: true schema: type: string x-ms-docs-key-type: teamsTab x-ms-docs-grouped-path: - '/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp' '/groups/{group-id}/team/primaryChannel/tabs/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.team summary: Get the number of the resource operationId: groups.team.primaryChannel.tabs.GetCount-23e6 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/team/schedule': description: Provides operations to manage the schedule property of the microsoft.graph.team entity. get: tags: - groups.team summary: Get schedule from groups description: The schedule of shifts for this team. operationId: groups.team.GetSchedule parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.schedule' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation put: tags: - groups.team summary: Update the navigation property schedule in groups operationId: groups.team.UpdateSchedule requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.schedule' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.schedule' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.team summary: Delete navigation property schedule for groups operationId: groups.team.DeleteSchedule parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/team/schedule/share': description: Provides operations to call the share method. post: tags: - groups.Actions summary: Invoke action share description: '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 timeOff instance in the specified time range, the share action updates the shared version from the draft version, so that in addition to managers, employees can also view the most current information about the item. The notifyTeam parameter further specifies which employees can view the item.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/schedule-share?view=graph-rest-1.0 operationId: groups.group.team.schedule.share requestBody: description: Action parameters content: application/json: schema: type: object properties: notifyTeam: type: boolean default: false nullable: true startDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string format: date-time nullable: true endDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string format: date-time nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/team/schedule/offerShiftRequests': description: Provides operations to manage the offerShiftRequests property of the microsoft.graph.schedule entity. get: tags: - groups.team summary: Get offerShiftRequests from groups description: The offer requests for shifts in the schedule. operationId: groups.team.schedule.ListOfferShiftRequests parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.offerShiftRequestCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.team summary: Create new navigation property to offerShiftRequests for groups operationId: groups.team.schedule.CreateOfferShiftRequests requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.offerShiftRequest' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.offerShiftRequest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}': description: Provides operations to manage the offerShiftRequests property of the microsoft.graph.schedule entity. get: tags: - groups.team summary: Get offerShiftRequests from groups description: The offer requests for shifts in the schedule. operationId: groups.team.schedule.GetOfferShiftRequests parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.offerShiftRequest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.team summary: Update the navigation property offerShiftRequests in groups operationId: groups.team.schedule.UpdateOfferShiftRequests requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.offerShiftRequest' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.offerShiftRequest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.team summary: Delete navigation property offerShiftRequests for groups operationId: groups.team.schedule.DeleteOfferShiftRequests parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: offerShiftRequest-id in: path description: The unique identifier of offerShiftRequest required: true schema: type: string x-ms-docs-key-type: offerShiftRequest '/groups/{group-id}/team/schedule/offerShiftRequests/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.team summary: Get the number of the resource operationId: groups.team.schedule.offerShiftRequests.GetCount-a576 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/team/schedule/openShiftChangeRequests': description: Provides operations to manage the openShiftChangeRequests property of the microsoft.graph.schedule entity. get: tags: - groups.team summary: Get openShiftChangeRequests from groups description: The open shift requests in the schedule. operationId: groups.team.schedule.ListOpenShiftChangeRequests parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.openShiftChangeRequestCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.team summary: Create new navigation property to openShiftChangeRequests for groups operationId: groups.team.schedule.CreateOpenShiftChangeRequests requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.openShiftChangeRequest' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.openShiftChangeRequest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}': description: Provides operations to manage the openShiftChangeRequests property of the microsoft.graph.schedule entity. get: tags: - groups.team summary: Get openShiftChangeRequests from groups description: The open shift requests in the schedule. operationId: groups.team.schedule.GetOpenShiftChangeRequests parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.openShiftChangeRequest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.team summary: Update the navigation property openShiftChangeRequests in groups operationId: groups.team.schedule.UpdateOpenShiftChangeRequests requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.openShiftChangeRequest' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.openShiftChangeRequest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.team summary: Delete navigation property openShiftChangeRequests for groups operationId: groups.team.schedule.DeleteOpenShiftChangeRequests parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: openShiftChangeRequest-id in: path description: The unique identifier of openShiftChangeRequest required: true schema: type: string x-ms-docs-key-type: openShiftChangeRequest '/groups/{group-id}/team/schedule/openShiftChangeRequests/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.team summary: Get the number of the resource operationId: groups.team.schedule.openShiftChangeRequests.GetCount-a139 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/team/schedule/openShifts': description: Provides operations to manage the openShifts property of the microsoft.graph.schedule entity. get: tags: - groups.team summary: Get openShifts from groups description: The set of open shifts in a scheduling group in the schedule. operationId: groups.team.schedule.ListOpenShifts parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.openShiftCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.team summary: Create new navigation property to openShifts for groups operationId: groups.team.schedule.CreateOpenShifts requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.openShift' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.openShift' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/team/schedule/openShifts/{openShift-id}': description: Provides operations to manage the openShifts property of the microsoft.graph.schedule entity. get: tags: - groups.team summary: Get openShifts from groups description: The set of open shifts in a scheduling group in the schedule. operationId: groups.team.schedule.GetOpenShifts parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.openShift' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.team summary: Update the navigation property openShifts in groups operationId: groups.team.schedule.UpdateOpenShifts requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.openShift' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.openShift' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.team summary: Delete navigation property openShifts for groups operationId: groups.team.schedule.DeleteOpenShifts parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: openShift-id in: path description: The unique identifier of openShift required: true schema: type: string x-ms-docs-key-type: openShift '/groups/{group-id}/team/schedule/openShifts/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.team summary: Get the number of the resource operationId: groups.team.schedule.openShifts.GetCount-bc49 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/team/schedule/schedulingGroups': description: Provides operations to manage the schedulingGroups property of the microsoft.graph.schedule entity. get: tags: - groups.team summary: Get schedulingGroups from groups description: The logical grouping of users in the schedule (usually by role). operationId: groups.team.schedule.ListSchedulingGroups parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.schedulingGroupCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.team summary: Create new navigation property to schedulingGroups for groups operationId: groups.team.schedule.CreateSchedulingGroups requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.schedulingGroup' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.schedulingGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}': description: Provides operations to manage the schedulingGroups property of the microsoft.graph.schedule entity. get: tags: - groups.team summary: Get schedulingGroups from groups description: The logical grouping of users in the schedule (usually by role). operationId: groups.team.schedule.GetSchedulingGroups parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.schedulingGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.team summary: Update the navigation property schedulingGroups in groups operationId: groups.team.schedule.UpdateSchedulingGroups requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.schedulingGroup' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.schedulingGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.team summary: Delete navigation property schedulingGroups for groups operationId: groups.team.schedule.DeleteSchedulingGroups parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: schedulingGroup-id in: path description: The unique identifier of schedulingGroup required: true schema: type: string x-ms-docs-key-type: schedulingGroup '/groups/{group-id}/team/schedule/schedulingGroups/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.team summary: Get the number of the resource operationId: groups.team.schedule.schedulingGroups.GetCount-dd9d parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/team/schedule/shifts': description: Provides operations to manage the shifts property of the microsoft.graph.schedule entity. get: tags: - groups.team summary: Get shifts from groups description: The shifts in the schedule. operationId: groups.team.schedule.ListShifts parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.shiftCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.team summary: Create new navigation property to shifts for groups operationId: groups.team.schedule.CreateShifts requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.shift' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.shift' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/team/schedule/shifts/{shift-id}': description: Provides operations to manage the shifts property of the microsoft.graph.schedule entity. get: tags: - groups.team summary: Get shifts from groups description: The shifts in the schedule. operationId: groups.team.schedule.GetShifts parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.shift' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.team summary: Update the navigation property shifts in groups operationId: groups.team.schedule.UpdateShifts requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.shift' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.shift' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.team summary: Delete navigation property shifts for groups operationId: groups.team.schedule.DeleteShifts parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: shift-id in: path description: The unique identifier of shift required: true schema: type: string x-ms-docs-key-type: shift '/groups/{group-id}/team/schedule/shifts/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.team summary: Get the number of the resource operationId: groups.team.schedule.shifts.GetCount-b3cf parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/team/schedule/swapShiftsChangeRequests': description: Provides operations to manage the swapShiftsChangeRequests property of the microsoft.graph.schedule entity. get: tags: - groups.team summary: Get swapShiftsChangeRequests from groups description: The swap requests for shifts in the schedule. operationId: groups.team.schedule.ListSwapShiftsChangeRequests parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.swapShiftsChangeRequestCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.team summary: Create new navigation property to swapShiftsChangeRequests for groups operationId: groups.team.schedule.CreateSwapShiftsChangeRequests requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.swapShiftsChangeRequest' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.swapShiftsChangeRequest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}': description: Provides operations to manage the swapShiftsChangeRequests property of the microsoft.graph.schedule entity. get: tags: - groups.team summary: Get swapShiftsChangeRequests from groups description: The swap requests for shifts in the schedule. operationId: groups.team.schedule.GetSwapShiftsChangeRequests parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.swapShiftsChangeRequest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.team summary: Update the navigation property swapShiftsChangeRequests in groups operationId: groups.team.schedule.UpdateSwapShiftsChangeRequests requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.swapShiftsChangeRequest' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.swapShiftsChangeRequest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.team summary: Delete navigation property swapShiftsChangeRequests for groups operationId: groups.team.schedule.DeleteSwapShiftsChangeRequests parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: swapShiftsChangeRequest-id in: path description: The unique identifier of swapShiftsChangeRequest required: true schema: type: string x-ms-docs-key-type: swapShiftsChangeRequest '/groups/{group-id}/team/schedule/swapShiftsChangeRequests/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.team summary: Get the number of the resource operationId: groups.team.schedule.swapShiftsChangeRequests.GetCount-61ae parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/team/schedule/timeOffReasons': description: Provides operations to manage the timeOffReasons property of the microsoft.graph.schedule entity. get: tags: - groups.team summary: Get timeOffReasons from groups description: The set of reasons for a time off in the schedule. operationId: groups.team.schedule.ListTimeOffReasons parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.timeOffReasonCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.team summary: Create new navigation property to timeOffReasons for groups operationId: groups.team.schedule.CreateTimeOffReasons requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.timeOffReason' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.timeOffReason' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}': description: Provides operations to manage the timeOffReasons property of the microsoft.graph.schedule entity. get: tags: - groups.team summary: Get timeOffReasons from groups description: The set of reasons for a time off in the schedule. operationId: groups.team.schedule.GetTimeOffReasons parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.timeOffReason' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.team summary: Update the navigation property timeOffReasons in groups operationId: groups.team.schedule.UpdateTimeOffReasons requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.timeOffReason' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.timeOffReason' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.team summary: Delete navigation property timeOffReasons for groups operationId: groups.team.schedule.DeleteTimeOffReasons parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: timeOffReason-id in: path description: The unique identifier of timeOffReason required: true schema: type: string x-ms-docs-key-type: timeOffReason '/groups/{group-id}/team/schedule/timeOffReasons/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.team summary: Get the number of the resource operationId: groups.team.schedule.timeOffReasons.GetCount-bf68 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/team/schedule/timeOffRequests': description: Provides operations to manage the timeOffRequests property of the microsoft.graph.schedule entity. get: tags: - groups.team summary: Get timeOffRequests from groups description: The time off requests in the schedule. operationId: groups.team.schedule.ListTimeOffRequests parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.timeOffRequestCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.team summary: Create new navigation property to timeOffRequests for groups operationId: groups.team.schedule.CreateTimeOffRequests requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.timeOffRequest' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.timeOffRequest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}': description: Provides operations to manage the timeOffRequests property of the microsoft.graph.schedule entity. get: tags: - groups.team summary: Get timeOffRequests from groups description: The time off requests in the schedule. operationId: groups.team.schedule.GetTimeOffRequests parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.timeOffRequest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.team summary: Update the navigation property timeOffRequests in groups operationId: groups.team.schedule.UpdateTimeOffRequests requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.timeOffRequest' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.timeOffRequest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.team summary: Delete navigation property timeOffRequests for groups operationId: groups.team.schedule.DeleteTimeOffRequests parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: timeOffRequest-id in: path description: The unique identifier of timeOffRequest required: true schema: type: string x-ms-docs-key-type: timeOffRequest '/groups/{group-id}/team/schedule/timeOffRequests/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.team summary: Get the number of the resource operationId: groups.team.schedule.timeOffRequests.GetCount-082b parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/team/schedule/timesOff': description: Provides operations to manage the timesOff property of the microsoft.graph.schedule entity. get: tags: - groups.team summary: Get timesOff from groups description: The instances of times off in the schedule. operationId: groups.team.schedule.ListTimesOff parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.timeOffCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.team summary: Create new navigation property to timesOff for groups operationId: groups.team.schedule.CreateTimesOff requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.timeOff' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.timeOff' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/team/schedule/timesOff/{timeOff-id}': description: Provides operations to manage the timesOff property of the microsoft.graph.schedule entity. get: tags: - groups.team summary: Get timesOff from groups description: The instances of times off in the schedule. operationId: groups.team.schedule.GetTimesOff parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.timeOff' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.team summary: Update the navigation property timesOff in groups operationId: groups.team.schedule.UpdateTimesOff requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.timeOff' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.timeOff' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.team summary: Delete navigation property timesOff for groups operationId: groups.team.schedule.DeleteTimesOff parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: timeOff-id in: path description: The unique identifier of timeOff required: true schema: type: string x-ms-docs-key-type: timeOff '/groups/{group-id}/team/schedule/timesOff/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.team summary: Get the number of the resource operationId: groups.team.schedule.timesOff.GetCount-e64b parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/team/tags': description: Provides operations to manage the tags property of the microsoft.graph.team entity. get: tags: - groups.team summary: Get tags from groups description: The tags associated with the team. operationId: groups.team.ListTags parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.teamworkTagCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.team summary: Create new navigation property to tags for groups operationId: groups.team.CreateTags requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamworkTag' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamworkTag' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/team/tags/{teamworkTag-id}': description: Provides operations to manage the tags property of the microsoft.graph.team entity. get: tags: - groups.team summary: Get tags from groups description: The tags associated with the team. operationId: groups.team.GetTags parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamworkTag' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.team summary: Update the navigation property tags in groups operationId: groups.team.UpdateTags requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamworkTag' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamworkTag' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.team summary: Delete navigation property tags for groups operationId: groups.team.DeleteTags parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: teamworkTag-id in: path description: The unique identifier of teamworkTag required: true schema: type: string x-ms-docs-key-type: teamworkTag '/groups/{group-id}/team/tags/{teamworkTag-id}/members': description: Provides operations to manage the members property of the microsoft.graph.teamworkTag entity. get: tags: - groups.team summary: Get members from groups description: Users assigned to the tag. operationId: groups.team.tags.ListMembers parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.teamworkTagMemberCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.team summary: Create new navigation property to members for groups operationId: groups.team.tags.CreateMembers requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamworkTagMember' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamworkTagMember' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: teamworkTag-id in: path description: The unique identifier of teamworkTag required: true schema: type: string x-ms-docs-key-type: teamworkTag '/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}': description: Provides operations to manage the members property of the microsoft.graph.teamworkTag entity. get: tags: - groups.team summary: Get members from groups description: Users assigned to the tag. operationId: groups.team.tags.GetMembers parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamworkTagMember' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.team summary: Update the navigation property members in groups operationId: groups.team.tags.UpdateMembers requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamworkTagMember' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamworkTagMember' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.team summary: Delete navigation property members for groups operationId: groups.team.tags.DeleteMembers parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: teamworkTag-id in: path description: The unique identifier of teamworkTag required: true schema: type: string x-ms-docs-key-type: teamworkTag - name: teamworkTagMember-id in: path description: The unique identifier of teamworkTagMember required: true schema: type: string x-ms-docs-key-type: teamworkTagMember '/groups/{group-id}/team/tags/{teamworkTag-id}/members/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.team summary: Get the number of the resource operationId: groups.team.tags.members.GetCount-2a7d parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: teamworkTag-id in: path description: The unique identifier of teamworkTag required: true schema: type: string x-ms-docs-key-type: teamworkTag '/groups/{group-id}/team/tags/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.team summary: Get the number of the resource operationId: groups.team.tags.GetCount-a8f7 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/team/template': description: Provides operations to manage the template property of the microsoft.graph.team entity. get: tags: - groups.team summary: Get template from groups description: The template this team was created from. See available templates. operationId: groups.team.GetTemplate parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsTemplate' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/threads': description: Provides operations to manage the threads property of the microsoft.graph.group entity. get: tags: - groups.conversationThread summary: List threads description: Get all the threads of a group. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/group-list-threads?view=graph-rest-1.0 operationId: groups.ListThreads parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.conversationThreadCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.conversationThread summary: Create conversation thread description: "Start a new group conversation by first creating a thread. A new conversation, conversation thread, and post are created in the group.\nUse reply thread or reply post to further post to that thread. Note: You can also start a new thread in an existing conversation." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/group-post-threads?view=graph-rest-1.0 operationId: groups.CreateThreads requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationThread' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationThread' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/threads/{conversationThread-id}': description: Provides operations to manage the threads property of the microsoft.graph.group entity. get: tags: - groups.conversationThread summary: Get conversationThread description: "Get a specific thread that belongs to a group. You can specify both the parent conversation and the thread, or, \nyou can specify the thread without referencing the parent conversation. " externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/conversationthread-get?view=graph-rest-1.0 operationId: groups.GetThreads parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationThread' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.conversationThread summary: Update conversation thread externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/group-update-thread?view=graph-rest-1.0 operationId: groups.UpdateThreads requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationThread' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationThread' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.conversationThread summary: Delete conversation thread description: Delete conversationThread. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/group-delete-thread?view=graph-rest-1.0 operationId: groups.DeleteThreads parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: conversationThread-id in: path description: The unique identifier of conversationThread required: true schema: type: string x-ms-docs-key-type: conversationThread '/groups/{group-id}/threads/{conversationThread-id}/reply': description: Provides operations to call the reply method. post: tags: - groups.Actions summary: Invoke action reply description: 'Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0 operationId: groups.group.threads.conversationThread.reply requestBody: description: Action parameters content: application/json: schema: type: object properties: Post: $ref: '#/components/schemas/microsoft.graph.post' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: conversationThread-id in: path description: The unique identifier of conversationThread required: true schema: type: string x-ms-docs-key-type: conversationThread x-ms-docs-grouped-path: - '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/reply' - '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/reply' - '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/reply' - '/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/reply' - '/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/reply' '/groups/{group-id}/threads/{conversationThread-id}/posts': description: Provides operations to manage the posts property of the microsoft.graph.conversationThread entity. get: tags: - groups.conversationThread summary: Get post description: "Get the properties and relationships of a post in a specified thread. You can specify both the parent \nconversation and the thread, or, you can specify the thread without referencing the parent conversation. Since the post resource supports extensions, you can also use the GET operation to get custom properties and extension data in a post instance." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/post-get?view=graph-rest-1.0 operationId: groups.threads.ListPosts parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.postCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: conversationThread-id in: path description: The unique identifier of conversationThread required: true schema: type: string x-ms-docs-key-type: conversationThread x-ms-docs-grouped-path: - '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts' '/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}': description: Provides operations to manage the posts property of the microsoft.graph.conversationThread entity. get: tags: - groups.conversationThread summary: Get posts from groups operationId: groups.threads.GetPosts parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.post' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: conversationThread-id in: path description: The unique identifier of conversationThread required: true schema: type: string x-ms-docs-key-type: conversationThread - name: post-id in: path description: The unique identifier of post required: true schema: type: string x-ms-docs-key-type: post x-ms-docs-grouped-path: - '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}' '/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments': description: Provides operations to manage the attachments property of the microsoft.graph.post entity. get: tags: - groups.conversationThread summary: List attachments description: Retrieve a list of attachment objects attached to a post. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/post-list-attachments?view=graph-rest-1.0 operationId: groups.threads.posts.ListAttachments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.conversationThread summary: Create new navigation property to attachments for groups operationId: groups.threads.posts.CreateAttachments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: conversationThread-id in: path description: The unique identifier of conversationThread required: true schema: type: string x-ms-docs-key-type: conversationThread - name: post-id in: path description: The unique identifier of post required: true schema: type: string x-ms-docs-key-type: post x-ms-docs-grouped-path: - '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments' - '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments' - '/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments' '/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}': description: Provides operations to manage the attachments property of the microsoft.graph.post entity. get: tags: - groups.conversationThread summary: Get attachments from groups description: Read-only. Nullable. Supports $expand. operationId: groups.threads.posts.GetAttachments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.conversationThread summary: Delete navigation property attachments for groups operationId: groups.threads.posts.DeleteAttachments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: conversationThread-id in: path description: The unique identifier of conversationThread required: true schema: type: string x-ms-docs-key-type: conversationThread - name: post-id in: path description: The unique identifier of post required: true schema: type: string x-ms-docs-key-type: post - name: attachment-id in: path description: The unique identifier of attachment required: true schema: type: string x-ms-docs-key-type: attachment x-ms-docs-grouped-path: - '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}' - '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}' - '/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}' '/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.conversationThread summary: Get the number of the resource operationId: groups.threads.posts.attachments.GetCount-b54e parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: conversationThread-id in: path description: The unique identifier of conversationThread required: true schema: type: string x-ms-docs-key-type: conversationThread - name: post-id in: path description: The unique identifier of post required: true schema: type: string x-ms-docs-key-type: post '/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/createUploadSession': description: Provides operations to call the createUploadSession method. post: tags: - groups.Actions summary: Invoke action createUploadSession description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 operationId: groups.group.threads.conversationThread.posts.post.attachments.createUploadSession requestBody: description: Action parameters content: application/json: schema: type: object properties: AttachmentItem: $ref: '#/components/schemas/microsoft.graph.attachmentItem' required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.uploadSession' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: conversationThread-id in: path description: The unique identifier of conversationThread required: true schema: type: string x-ms-docs-key-type: conversationThread - name: post-id in: path description: The unique identifier of post required: true schema: type: string x-ms-docs-key-type: post x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/attachments/createUploadSession' - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/groups/{group-id}/calendar/events/{event-id}/attachments/createUploadSession' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/groups/{group-id}/calendarView/{event-id}/attachments/createUploadSession' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/createUploadSession' - '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/createUploadSession' - '/groups/{group-id}/events/{event-id}/attachments/createUploadSession' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/createUploadSession' '/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions': description: Provides operations to manage the extensions property of the microsoft.graph.post entity. get: tags: - groups.conversationThread summary: Get open extension description: Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. operationId: groups.threads.posts.ListExtensions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.conversationThread summary: Create new navigation property to extensions for groups operationId: groups.threads.posts.CreateExtensions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: conversationThread-id in: path description: The unique identifier of conversationThread required: true schema: type: string x-ms-docs-key-type: conversationThread - name: post-id in: path description: The unique identifier of post required: true schema: type: string x-ms-docs-key-type: post x-ms-docs-grouped-path: - '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions' - '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions' - '/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions' '/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}': description: Provides operations to manage the extensions property of the microsoft.graph.post entity. get: tags: - groups.conversationThread summary: Get open extension description: Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0 operationId: groups.threads.posts.GetExtensions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.conversationThread summary: Update open extension description: "Update an open extension (openTypeExtension object) on a supported resource type.\n- If a property in the request body matches the name of an existing property in the extension, the data in the extension is updated.\n- Otherwise, that property and its data are added to the extension. The data in an extension can be primitive types or arrays of primitive types. See the table in the Permissions section for the list of resources that support open extensions." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/opentypeextension-update?view=graph-rest-1.0 operationId: groups.threads.posts.UpdateExtensions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.conversationThread summary: Delete navigation property extensions for groups operationId: groups.threads.posts.DeleteExtensions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: conversationThread-id in: path description: The unique identifier of conversationThread required: true schema: type: string x-ms-docs-key-type: conversationThread - name: post-id in: path description: The unique identifier of post required: true schema: type: string x-ms-docs-key-type: post - name: extension-id in: path description: The unique identifier of extension required: true schema: type: string x-ms-docs-key-type: extension x-ms-docs-grouped-path: - '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}' - '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}' - '/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}' '/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.conversationThread summary: Get the number of the resource operationId: groups.threads.posts.extensions.GetCount-5e10 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: conversationThread-id in: path description: The unique identifier of conversationThread required: true schema: type: string x-ms-docs-key-type: conversationThread - name: post-id in: path description: The unique identifier of post required: true schema: type: string x-ms-docs-key-type: post '/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo': description: Provides operations to manage the inReplyTo property of the microsoft.graph.post entity. get: tags: - groups.conversationThread summary: Get inReplyTo from groups description: Read-only. Supports $expand. operationId: groups.threads.posts.GetInReplyTo parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.post' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: conversationThread-id in: path description: The unique identifier of conversationThread required: true schema: type: string x-ms-docs-key-type: conversationThread - name: post-id in: path description: The unique identifier of post required: true schema: type: string x-ms-docs-key-type: post x-ms-docs-grouped-path: - '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo' '/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments': description: Provides operations to manage the attachments property of the microsoft.graph.post entity. get: tags: - groups.conversationThread summary: Get attachments from groups description: Read-only. Nullable. Supports $expand. operationId: groups.threads.posts.inReplyTo.ListAttachments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.conversationThread summary: Create new navigation property to attachments for groups operationId: groups.threads.posts.inReplyTo.CreateAttachments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: conversationThread-id in: path description: The unique identifier of conversationThread required: true schema: type: string x-ms-docs-key-type: conversationThread - name: post-id in: path description: The unique identifier of post required: true schema: type: string x-ms-docs-key-type: post x-ms-docs-grouped-path: - '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments' - '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments' - '/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments' '/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}': description: Provides operations to manage the attachments property of the microsoft.graph.post entity. get: tags: - groups.conversationThread summary: Get attachments from groups description: Read-only. Nullable. Supports $expand. operationId: groups.threads.posts.inReplyTo.GetAttachments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.conversationThread summary: Delete navigation property attachments for groups operationId: groups.threads.posts.inReplyTo.DeleteAttachments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: conversationThread-id in: path description: The unique identifier of conversationThread required: true schema: type: string x-ms-docs-key-type: conversationThread - name: post-id in: path description: The unique identifier of post required: true schema: type: string x-ms-docs-key-type: post - name: attachment-id in: path description: The unique identifier of attachment required: true schema: type: string x-ms-docs-key-type: attachment x-ms-docs-grouped-path: - '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}' - '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}' - '/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}' '/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.conversationThread summary: Get the number of the resource operationId: groups.threads.posts.inReplyTo.attachments.GetCount-5b74 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: conversationThread-id in: path description: The unique identifier of conversationThread required: true schema: type: string x-ms-docs-key-type: conversationThread - name: post-id in: path description: The unique identifier of post required: true schema: type: string x-ms-docs-key-type: post '/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/createUploadSession': description: Provides operations to call the createUploadSession method. post: tags: - groups.Actions summary: Invoke action createUploadSession description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 operationId: groups.group.threads.conversationThread.posts.post.inReplyTo.attachments.createUploadSession requestBody: description: Action parameters content: application/json: schema: type: object properties: AttachmentItem: $ref: '#/components/schemas/microsoft.graph.attachmentItem' required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.uploadSession' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: conversationThread-id in: path description: The unique identifier of conversationThread required: true schema: type: string x-ms-docs-key-type: conversationThread - name: post-id in: path description: The unique identifier of post required: true schema: type: string x-ms-docs-key-type: post x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/attachments/createUploadSession' - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/groups/{group-id}/calendar/events/{event-id}/attachments/createUploadSession' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/groups/{group-id}/calendarView/{event-id}/attachments/createUploadSession' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/createUploadSession' - '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/createUploadSession' - '/groups/{group-id}/events/{event-id}/attachments/createUploadSession' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/createUploadSession' '/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions': description: Provides operations to manage the extensions property of the microsoft.graph.post entity. get: tags: - groups.conversationThread summary: Get extensions from groups description: The collection of open extensions defined for the post. Read-only. Nullable. Supports $expand. operationId: groups.threads.posts.inReplyTo.ListExtensions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groups.conversationThread summary: Create new navigation property to extensions for groups operationId: groups.threads.posts.inReplyTo.CreateExtensions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: conversationThread-id in: path description: The unique identifier of conversationThread required: true schema: type: string x-ms-docs-key-type: conversationThread - name: post-id in: path description: The unique identifier of post required: true schema: type: string x-ms-docs-key-type: post x-ms-docs-grouped-path: - '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions' - '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions' - '/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions' '/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}': description: Provides operations to manage the extensions property of the microsoft.graph.post entity. get: tags: - groups.conversationThread summary: Get extensions from groups description: The collection of open extensions defined for the post. Read-only. Nullable. Supports $expand. operationId: groups.threads.posts.inReplyTo.GetExtensions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.conversationThread summary: Update the navigation property extensions in groups operationId: groups.threads.posts.inReplyTo.UpdateExtensions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.conversationThread summary: Delete navigation property extensions for groups operationId: groups.threads.posts.inReplyTo.DeleteExtensions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: conversationThread-id in: path description: The unique identifier of conversationThread required: true schema: type: string x-ms-docs-key-type: conversationThread - name: post-id in: path description: The unique identifier of post required: true schema: type: string x-ms-docs-key-type: post - name: extension-id in: path description: The unique identifier of extension required: true schema: type: string x-ms-docs-key-type: extension x-ms-docs-grouped-path: - '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}' - '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}' - '/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}' '/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.conversationThread summary: Get the number of the resource operationId: groups.threads.posts.inReplyTo.extensions.GetCount-364f parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: conversationThread-id in: path description: The unique identifier of conversationThread required: true schema: type: string x-ms-docs-key-type: conversationThread - name: post-id in: path description: The unique identifier of post required: true schema: type: string x-ms-docs-key-type: post '/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/forward': description: Provides operations to call the forward method. post: tags: - groups.Actions summary: Invoke action forward description: "Forward a post to a recipient. You can specify both the parent conversation and thread in the request, \nor, you can specify just the parent thread without the parent conversation. " externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-1.0 operationId: groups.group.threads.conversationThread.posts.post.inReplyTo.forward requestBody: description: Action parameters content: application/json: schema: type: object properties: Comment: type: string nullable: true ToRecipients: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: conversationThread-id in: path description: The unique identifier of conversationThread required: true schema: type: string x-ms-docs-key-type: conversationThread - name: post-id in: path description: The unique identifier of post required: true schema: type: string x-ms-docs-key-type: post x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/forward' - '/groups/{group-id}/calendar/calendarView/{event-id}/forward' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/forward' - '/groups/{group-id}/calendar/events/{event-id}/forward' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/forward' - '/groups/{group-id}/calendarView/{event-id}/forward' - '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/forward' - '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/forward' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/forward' - '/groups/{group-id}/events/{event-id}/forward' - '/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/forward' '/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/reply': description: Provides operations to call the reply method. post: tags: - groups.Actions summary: Invoke action reply operationId: groups.group.threads.conversationThread.posts.post.inReplyTo.reply requestBody: description: Action parameters content: application/json: schema: type: object properties: Post: $ref: '#/components/schemas/microsoft.graph.post' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: conversationThread-id in: path description: The unique identifier of conversationThread required: true schema: type: string x-ms-docs-key-type: conversationThread - name: post-id in: path description: The unique identifier of post required: true schema: type: string x-ms-docs-key-type: post x-ms-docs-grouped-path: - '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/reply' - '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/reply' - '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/reply' - '/groups/{group-id}/threads/{conversationThread-id}/reply' - '/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/reply' '/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/forward': description: Provides operations to call the forward method. post: tags: - groups.Actions summary: Invoke action forward description: "Forward a post to a recipient. You can specify both the parent conversation and thread in the request, \nor, you can specify just the parent thread without the parent conversation. " externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-1.0 operationId: groups.group.threads.conversationThread.posts.post.forward requestBody: description: Action parameters content: application/json: schema: type: object properties: Comment: type: string nullable: true ToRecipients: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: conversationThread-id in: path description: The unique identifier of conversationThread required: true schema: type: string x-ms-docs-key-type: conversationThread - name: post-id in: path description: The unique identifier of post required: true schema: type: string x-ms-docs-key-type: post x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/forward' - '/groups/{group-id}/calendar/calendarView/{event-id}/forward' - '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/forward' - '/groups/{group-id}/calendar/events/{event-id}/forward' - '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/forward' - '/groups/{group-id}/calendarView/{event-id}/forward' - '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/forward' - '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/forward' - '/groups/{group-id}/events/{event-id}/instances/{event-id1}/forward' - '/groups/{group-id}/events/{event-id}/forward' - '/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/forward' '/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/reply': description: Provides operations to call the reply method. post: tags: - groups.Actions summary: Invoke action reply operationId: groups.group.threads.conversationThread.posts.post.reply requestBody: description: Action parameters content: application/json: schema: type: object properties: Post: $ref: '#/components/schemas/microsoft.graph.post' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: conversationThread-id in: path description: The unique identifier of conversationThread required: true schema: type: string x-ms-docs-key-type: conversationThread - name: post-id in: path description: The unique identifier of post required: true schema: type: string x-ms-docs-key-type: post x-ms-docs-grouped-path: - '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/reply' - '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/reply' - '/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/reply' - '/groups/{group-id}/threads/{conversationThread-id}/reply' - '/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/reply' '/groups/{group-id}/threads/{conversationThread-id}/posts/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.conversationThread summary: Get the number of the resource operationId: groups.threads.posts.GetCount-fcff parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: conversationThread-id in: path description: The unique identifier of conversationThread required: true schema: type: string x-ms-docs-key-type: conversationThread '/groups/{group-id}/threads/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.conversationThread summary: Get the number of the resource operationId: groups.threads.GetCount-22d8 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/transitiveMemberOf': description: Provides operations to manage the transitiveMemberOf property of the microsoft.graph.group entity. get: tags: - groups.directoryObject summary: List group transitive memberOf description: 'Get groups that the group is a member of. This operation is transitive and will also include all groups that this group is a nested member of. Unlike getting a user''s Microsoft 365 groups, this returns all types of groups, not just Microsoft 365 groups.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/group-list-transitivememberof?view=graph-rest-1.0 operationId: groups.ListTransitiveMemberOf parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/transitiveMemberOf/{directoryObject-id}': description: Provides operations to manage the transitiveMemberOf property of the microsoft.graph.group entity. get: tags: - groups.directoryObject summary: Get transitiveMemberOf from groups description: 'The groups that a group is a member of, either directly or through nested membership. Nullable.' operationId: groups.GetTransitiveMemberOf parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/groups/{group-id}/transitiveMemberOf/{directoryObject-id}/graph.administrativeUnit': description: Casts the previous resource to administrativeUnit. get: tags: - groups.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.administrativeUnit operationId: groups.GetTransitiveMemberOf.AsAdministrativeUnit parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.administrativeUnit' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/groups/{group-id}/transitiveMemberOf/{directoryObject-id}/graph.group': description: Casts the previous resource to group. get: tags: - groups.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.group operationId: groups.GetTransitiveMemberOf.AsGroup parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.group' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/groups/{group-id}/transitiveMemberOf/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.directoryObject summary: Get the number of the resource operationId: groups.transitiveMemberOf.GetCount-c756 parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/transitiveMemberOf/graph.administrativeUnit': description: Casts the previous resource to administrativeUnit. get: tags: - groups.directoryObject summary: Get the items of type microsoft.graph.administrativeUnit in the microsoft.graph.directoryObject collection operationId: groups.ListTransitiveMemberOf.AsAdministrativeUnit parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.administrativeUnitCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/transitiveMemberOf/graph.administrativeUnit/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.directoryObject summary: Get the number of the resource operationId: groups.TransitiveMemberOf.GetCount.AsAdministrativeUnit-af58 parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/transitiveMemberOf/graph.group': description: Casts the previous resource to group. get: tags: - groups.directoryObject summary: Get the items of type microsoft.graph.group in the microsoft.graph.directoryObject collection operationId: groups.ListTransitiveMemberOf.AsGroup parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.groupCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/transitiveMemberOf/graph.group/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.directoryObject summary: Get the number of the resource operationId: groups.TransitiveMemberOf.GetCount.AsGroup-4a46 parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/transitiveMembers': description: Provides operations to manage the transitiveMembers property of the microsoft.graph.group entity. get: tags: - groups.directoryObject summary: List group transitive members description: 'Get a list of the group''s members. A group can have different object types as members. For more information about supported member types for different groups, see Group membership. This operation is transitive and returns a flat list of all nested members. An attempt to filter by an OData cast that represents an unsupported member type returns a 400 Bad Request error with the Request_UnsupportedQuery code.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-1.0 operationId: groups.ListTransitiveMembers parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/transitiveMembers/{directoryObject-id}': description: Provides operations to manage the transitiveMembers property of the microsoft.graph.group entity. get: tags: - groups.directoryObject summary: Get transitiveMembers from groups description: The direct and transitive members of a group. Nullable. operationId: groups.GetTransitiveMembers parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/groups/{group-id}/transitiveMembers/{directoryObject-id}/graph.application': description: Casts the previous resource to application. get: tags: - groups.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.application operationId: groups.GetTransitiveMembers.AsApplication parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.application' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/groups/{group-id}/transitiveMembers/{directoryObject-id}/graph.device': description: Casts the previous resource to device. get: tags: - groups.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.device operationId: groups.GetTransitiveMembers.AsDevice parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.device' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/groups/{group-id}/transitiveMembers/{directoryObject-id}/graph.group': description: Casts the previous resource to group. get: tags: - groups.directoryObject summary: List group transitive members description: 'Get a list of the group''s members. A group can have different object types as members. For more information about supported member types for different groups, see Group membership. This operation is transitive and returns a flat list of all nested members. An attempt to filter by an OData cast that represents an unsupported member type returns a 400 Bad Request error with the Request_UnsupportedQuery code.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-1.0 operationId: groups.GetTransitiveMembers.AsGroup parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.group' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/groups/{group-id}/transitiveMembers/{directoryObject-id}/graph.orgContact': description: Casts the previous resource to orgContact. get: tags: - groups.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.orgContact operationId: groups.GetTransitiveMembers.AsOrgContact parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.orgContact' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/groups/{group-id}/transitiveMembers/{directoryObject-id}/graph.servicePrincipal': description: Casts the previous resource to servicePrincipal. get: tags: - groups.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.servicePrincipal operationId: groups.GetTransitiveMembers.AsServicePrincipal parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.servicePrincipal' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/groups/{group-id}/transitiveMembers/{directoryObject-id}/graph.user': description: Casts the previous resource to user. get: tags: - groups.directoryObject summary: List group transitive members description: 'Get a list of the group''s members. A group can have different object types as members. For more information about supported member types for different groups, see Group membership. This operation is transitive and returns a flat list of all nested members. An attempt to filter by an OData cast that represents an unsupported member type returns a 400 Bad Request error with the Request_UnsupportedQuery code.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-1.0 operationId: groups.GetTransitiveMembers.AsUser parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/groups/{group-id}/transitiveMembers/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.directoryObject summary: Get the number of the resource operationId: groups.transitiveMembers.GetCount-1996 parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/transitiveMembers/graph.application': description: Casts the previous resource to application. get: tags: - groups.directoryObject summary: Get the items of type microsoft.graph.application in the microsoft.graph.directoryObject collection operationId: groups.ListTransitiveMembers.AsApplication parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.applicationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/transitiveMembers/graph.application/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.directoryObject summary: Get the number of the resource operationId: groups.TransitiveMembers.GetCount.AsApplication-eafb parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/transitiveMembers/graph.device': description: Casts the previous resource to device. get: tags: - groups.directoryObject summary: Get the items of type microsoft.graph.device in the microsoft.graph.directoryObject collection operationId: groups.ListTransitiveMembers.AsDevice parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.deviceCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/transitiveMembers/graph.device/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.directoryObject summary: Get the number of the resource operationId: groups.TransitiveMembers.GetCount.AsDevice-0e55 parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/transitiveMembers/graph.group': description: Casts the previous resource to group. get: tags: - groups.directoryObject summary: List group transitive members description: 'Get a list of the group''s members. A group can have different object types as members. For more information about supported member types for different groups, see Group membership. This operation is transitive and returns a flat list of all nested members. An attempt to filter by an OData cast that represents an unsupported member type returns a 400 Bad Request error with the Request_UnsupportedQuery code.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-1.0 operationId: groups.ListTransitiveMembers.AsGroup parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.groupCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/transitiveMembers/graph.group/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.directoryObject summary: Get the number of the resource operationId: groups.TransitiveMembers.GetCount.AsGroup-d4d7 parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/transitiveMembers/graph.orgContact': description: Casts the previous resource to orgContact. get: tags: - groups.directoryObject summary: Get the items of type microsoft.graph.orgContact in the microsoft.graph.directoryObject collection operationId: groups.ListTransitiveMembers.AsOrgContact parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.orgContactCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/transitiveMembers/graph.orgContact/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.directoryObject summary: Get the number of the resource operationId: groups.TransitiveMembers.GetCount.AsOrgContact-a89e parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/transitiveMembers/graph.servicePrincipal': description: Casts the previous resource to servicePrincipal. get: tags: - groups.directoryObject summary: Get the items of type microsoft.graph.servicePrincipal in the microsoft.graph.directoryObject collection operationId: groups.ListTransitiveMembers.AsServicePrincipal parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.servicePrincipalCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/transitiveMembers/graph.servicePrincipal/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.directoryObject summary: Get the number of the resource operationId: groups.TransitiveMembers.GetCount.AsServicePrincipal-102f parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/transitiveMembers/graph.user': description: Casts the previous resource to user. get: tags: - groups.directoryObject summary: List group transitive members description: 'Get a list of the group''s members. A group can have different object types as members. For more information about supported member types for different groups, see Group membership. This operation is transitive and returns a flat list of all nested members. An attempt to filter by an OData cast that represents an unsupported member type returns a 400 Bad Request error with the Request_UnsupportedQuery code.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-1.0 operationId: groups.ListTransitiveMembers.AsUser parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.userCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups/{group-id}/transitiveMembers/graph.user/$count': description: Provides operations to count the resources in the collection. get: tags: - groups.directoryObject summary: Get the number of the resource operationId: groups.TransitiveMembers.GetCount.AsUser-c600 parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/groups(uniqueName=''{uniqueName}'')': description: Provides operations to manage the collection of group entities. get: tags: - groups.group summary: Get group description: 'Get the properties and relationships of a group object. This operation returns by default only a subset of all the available properties, as noted in the Properties section. To get properties that aren''t_ returned by default, specify them in a $select OData query option. The hasMembersWithLicenseErrors and isArchived properties are an exception and aren''t returned in the $select query.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/group-get?view=graph-rest-1.0 operationId: groups.group.GetGroupByUniqueName parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.group' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groups.group summary: Upsert group description: "Create a new group object if it doesn't exist, or update the properties of an existing group object.\nYou can create or update the following types of group: By default, this operation returns only a subset of the properties for each group. For a list of properties that are returned by default, see the Properties section of the group resource. To get properties that are not returned by default, do a GET operation and specify the properties in a $select OData query option." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/group-upsert?view=graph-rest-1.0 operationId: groups.group.UpdateGroupByUniqueName requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.group' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.group' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groups.group summary: Delete group description: 'Delete group. When deleted, Microsoft 365 groups are moved to a temporary container and can be restored within 30 days. After that time, they''re permanently deleted. This isn''t applicable to Security groups and Distribution groups which are permanently deleted immediately. To learn more, see deletedItems.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/group-delete?view=graph-rest-1.0 operationId: groups.group.DeleteGroupByUniqueName parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: uniqueName in: path description: Alternate key of group required: true schema: type: string nullable: true /groups/$count: description: Provides operations to count the resources in the collection. get: tags: - groups.group summary: Get the number of the resource operationId: groups.GetCount-044a parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /groups/delta(): description: Provides operations to call the delta method. get: tags: - groups.Functions summary: Invoke function delta description: 'Get newly created, updated, or deleted groups, including group membership changes, without having to perform a full read of the entire group collection. See Using Delta Query for details.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/group-delta?view=graph-rest-1.0 operationId: groups.delta parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of group type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.group' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-grouped-path: - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/delta()' - '/groups/{group-id}/calendar/calendarView/delta()' - '/groups/{group-id}/calendar/events/{event-id}/instances/delta()' - '/groups/{group-id}/calendar/events/delta()' - '/groups/{group-id}/calendarView/{event-id}/instances/delta()' - '/groups/{group-id}/calendarView/delta()' - '/groups/{group-id}/events/{event-id}/instances/delta()' - '/groups/{group-id}/events/delta()' - '/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/delta()' - '/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/delta(token=''{token}'')' - '/groups/{group-id}/sites/delta()' - '/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/delta()' - '/groups/{group-id}/team/channels/{channel-id}/messages/delta()' - '/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/delta()' - '/groups/{group-id}/team/primaryChannel/messages/delta()' - /groups/delta() /groups/getAvailableExtensionProperties: description: Provides operations to call the getAvailableExtensionProperties method. post: tags: - groups.Actions summary: Invoke action getAvailableExtensionProperties description: 'Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties:' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0 operationId: groups.getAvailableExtensionProperties requestBody: description: Action parameters content: application/json: schema: type: object properties: isSyncedFromOnPremises: type: boolean default: false nullable: true required: true responses: 2XX: description: Success content: application/json: schema: title: Collection of extensionProperty type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.extensionProperty' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /groups/getByIds: description: Provides operations to call the getByIds method. post: tags: - groups.Actions summary: Invoke action getByIds description: 'Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to:' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0 operationId: groups.getByIds requestBody: description: Action parameters content: application/json: schema: type: object properties: ids: type: array items: type: string types: type: array items: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: title: Collection of directoryObject type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /groups/validateProperties: description: Provides operations to call the validateProperties method. post: tags: - groups.Actions summary: Invoke action validateProperties description: "Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:\n1. Validate the prefix and suffix naming policy\n2. Validate the custom banned words policy\n3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0 operationId: groups.validateProperties requestBody: description: Action parameters content: application/json: schema: type: object properties: entityType: type: string nullable: true displayName: type: string nullable: true mailNickname: type: string nullable: true onBehalfOfUserId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string format: uuid nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-docs-grouped-path: - '/groups/{group-id}/validateProperties' /groupSettings: description: Provides operations to manage the collection of groupSetting entities. get: tags: - groupSettings.groupSetting summary: List settings description: Retrieve a list of tenant-level or group-specific group settings objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/group-list-settings?view=graph-rest-1.0 operationId: groupSettings.groupSetting.ListGroupSetting parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.groupSettingCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groupSettings.groupSetting summary: Create settings description: 'Create a new setting based on the templates available in groupSettingTemplates. These settings can be at the tenant-level or at the group level. Group settings apply to only Microsoft 365 groups. The template named Group.Unified can be used to configure tenant-wide Microsoft 365 group settings, while the template named Group.Unified.Guest can be used to configure group-specific settings.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/group-post-settings?view=graph-rest-1.0 operationId: groupSettings.groupSetting.CreateGroupSetting requestBody: description: New entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.groupSetting' required: true responses: 2XX: description: Created entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.groupSetting' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/groupSettings/{groupSetting-id}': description: Provides operations to manage the collection of groupSetting entities. get: tags: - groupSettings.groupSetting summary: Get groupSetting description: Retrieve the properties of a specific group setting object. The setting can be a tenant-level or group-specific setting. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/groupsetting-get?view=graph-rest-1.0 operationId: groupSettings.groupSetting.GetGroupSetting parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.groupSetting' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groupSettings.groupSetting summary: Update groupSetting description: Update the properties of a groupSetting object for tenant-wide group settings or a specific group setting. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/groupsetting-update?view=graph-rest-1.0 operationId: groupSettings.groupSetting.UpdateGroupSetting requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.groupSetting' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.groupSetting' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groupSettings.groupSetting summary: Delete a group setting description: Delete a tenant-level or group-specific groupSetting object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/groupsetting-delete?view=graph-rest-1.0 operationId: groupSettings.groupSetting.DeleteGroupSetting parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: groupSetting-id in: path description: The unique identifier of groupSetting required: true schema: type: string x-ms-docs-key-type: groupSetting /groupSettings/$count: description: Provides operations to count the resources in the collection. get: tags: - groupSettings.groupSetting summary: Get the number of the resource operationId: groupSettings.GetCount-d8de parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /groupSettingTemplates: description: Provides operations to manage the collection of groupSettingTemplate entities. get: tags: - groupSettingTemplates.groupSettingTemplate summary: List groupSettingTemplates description: Group setting templates represents a set of templates from which group settings may be created and used within a tenant. This operation retrieves the list of available groupSettingTemplates objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/groupsettingtemplate-list?view=graph-rest-1.0 operationId: groupSettingTemplates.groupSettingTemplate.ListGroupSettingTemplate parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.groupSettingTemplateCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - groupSettingTemplates.groupSettingTemplate summary: Add new entity to groupSettingTemplates operationId: groupSettingTemplates.groupSettingTemplate.CreateGroupSettingTemplate requestBody: description: New entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.groupSettingTemplate' required: true responses: 2XX: description: Created entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.groupSettingTemplate' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/groupSettingTemplates/{groupSettingTemplate-id}': description: Provides operations to manage the collection of groupSettingTemplate entities. get: tags: - groupSettingTemplates.groupSettingTemplate summary: Get a group setting template description: 'A group setting template represents a template of settings from which settings may be created within a tenant. This operation allows retrieval of the properties of the groupSettingTemplate object, including the available settings and their defaults.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/groupsettingtemplate-get?view=graph-rest-1.0 operationId: groupSettingTemplates.groupSettingTemplate.GetGroupSettingTemplate parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.groupSettingTemplate' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - groupSettingTemplates.groupSettingTemplate summary: Update entity in groupSettingTemplates operationId: groupSettingTemplates.groupSettingTemplate.UpdateGroupSettingTemplate requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.groupSettingTemplate' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.groupSettingTemplate' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - groupSettingTemplates.groupSettingTemplate summary: Delete entity from groupSettingTemplates operationId: groupSettingTemplates.groupSettingTemplate.DeleteGroupSettingTemplate parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: groupSettingTemplate-id in: path description: The unique identifier of groupSettingTemplate required: true schema: type: string x-ms-docs-key-type: groupSettingTemplate '/groupSettingTemplates/{groupSettingTemplate-id}/checkMemberGroups': description: Provides operations to call the checkMemberGroups method. post: tags: - groupSettingTemplates.Actions summary: Invoke action checkMemberGroups description: 'Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0 operationId: groupSettingTemplates.groupSettingTemplate.checkMemberGroups requestBody: description: Action parameters content: application/json: schema: type: object properties: groupIds: type: array items: type: string required: true responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: type: string 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: groupSettingTemplate-id in: path description: The unique identifier of groupSettingTemplate required: true schema: type: string x-ms-docs-key-type: groupSettingTemplate '/groupSettingTemplates/{groupSettingTemplate-id}/checkMemberObjects': description: Provides operations to call the checkMemberObjects method. post: tags: - groupSettingTemplates.Actions summary: Invoke action checkMemberObjects operationId: groupSettingTemplates.groupSettingTemplate.checkMemberObjects requestBody: description: Action parameters content: application/json: schema: type: object properties: ids: type: array items: type: string required: true responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: type: string 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: groupSettingTemplate-id in: path description: The unique identifier of groupSettingTemplate required: true schema: type: string x-ms-docs-key-type: groupSettingTemplate '/groupSettingTemplates/{groupSettingTemplate-id}/getMemberGroups': description: Provides operations to call the getMemberGroups method. post: tags: - groupSettingTemplates.Actions summary: Invoke action getMemberGroups description: 'Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0 operationId: groupSettingTemplates.groupSettingTemplate.getMemberGroups requestBody: description: Action parameters content: application/json: schema: type: object properties: securityEnabledOnly: type: boolean default: false nullable: true required: true responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: type: string 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: groupSettingTemplate-id in: path description: The unique identifier of groupSettingTemplate required: true schema: type: string x-ms-docs-key-type: groupSettingTemplate '/groupSettingTemplates/{groupSettingTemplate-id}/getMemberObjects': description: Provides operations to call the getMemberObjects method. post: tags: - groupSettingTemplates.Actions summary: Invoke action getMemberObjects description: 'Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0 operationId: groupSettingTemplates.groupSettingTemplate.getMemberObjects requestBody: description: Action parameters content: application/json: schema: type: object properties: securityEnabledOnly: type: boolean default: false nullable: true required: true responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: type: string 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: groupSettingTemplate-id in: path description: The unique identifier of groupSettingTemplate required: true schema: type: string x-ms-docs-key-type: groupSettingTemplate '/groupSettingTemplates/{groupSettingTemplate-id}/restore': description: Provides operations to call the restore method. post: tags: - groupSettingTemplates.Actions summary: Invoke action restore description: 'Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. However, security groups cannot be restored. Also, restoring an application doesn''t restore the associated service principal automatically. You must call this API to explicitly restore the deleted service principal. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0 operationId: groupSettingTemplates.groupSettingTemplate.restore responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.directoryObject' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: groupSettingTemplate-id in: path description: The unique identifier of groupSettingTemplate required: true schema: type: string x-ms-docs-key-type: groupSettingTemplate /groupSettingTemplates/$count: description: Provides operations to count the resources in the collection. get: tags: - groupSettingTemplates.groupSettingTemplate summary: Get the number of the resource operationId: groupSettingTemplates.GetCount-f6d8 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /groupSettingTemplates/delta(): description: Provides operations to call the delta method. get: tags: - groupSettingTemplates.Functions summary: Invoke function delta description: 'Get newly created, updated, or deleted directory objects without performing a full read of the entire directoryObject collection. For more information about the delta function, see Use delta query to track changes in Microsoft Graph data for details.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-1.0 operationId: groupSettingTemplates.delta parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of directoryObject type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /groupSettingTemplates/getAvailableExtensionProperties: description: Provides operations to call the getAvailableExtensionProperties method. post: tags: - groupSettingTemplates.Actions summary: Invoke action getAvailableExtensionProperties description: 'Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties:' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0 operationId: groupSettingTemplates.getAvailableExtensionProperties requestBody: description: Action parameters content: application/json: schema: type: object properties: isSyncedFromOnPremises: type: boolean default: false nullable: true required: true responses: 2XX: description: Success content: application/json: schema: title: Collection of extensionProperty type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.extensionProperty' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /groupSettingTemplates/getByIds: description: Provides operations to call the getByIds method. post: tags: - groupSettingTemplates.Actions summary: Invoke action getByIds description: 'Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to:' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0 operationId: groupSettingTemplates.getByIds requestBody: description: Action parameters content: application/json: schema: type: object properties: ids: type: array items: type: string types: type: array items: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: title: Collection of directoryObject type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /groupSettingTemplates/validateProperties: description: Provides operations to call the validateProperties method. post: tags: - groupSettingTemplates.Actions summary: Invoke action validateProperties description: "Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:\n1. Validate the prefix and suffix naming policy\n2. Validate the custom banned words policy\n3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0 operationId: groupSettingTemplates.validateProperties requestBody: description: Action parameters content: application/json: schema: type: object properties: entityType: type: string nullable: true displayName: type: string nullable: true mailNickname: type: string nullable: true onBehalfOfUserId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string format: uuid nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action /identity: description: Provides operations to manage the identityContainer singleton. get: tags: - identity.identityContainer summary: Get identity operationId: identity.identityContainer.GetIdentityContainer parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityContainer' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identity.identityContainer summary: Update identity operationId: identity.identityContainer.UpdateIdentityContainer requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityContainer' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityContainer' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /identity/apiConnectors: description: Provides operations to manage the apiConnectors property of the microsoft.graph.identityContainer entity. get: tags: - identity.identityApiConnector summary: List identityApiConnectors description: Read the properties of an identityApiConnector object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/identityapiconnector-list?view=graph-rest-1.0 operationId: identity.ListApiConnectors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.identityApiConnectorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identity.identityApiConnector summary: Create identityApiConnector description: Create a new identityApiConnector object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/identityapiconnector-create?view=graph-rest-1.0 operationId: identity.CreateApiConnectors requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityApiConnector' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityApiConnector' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/identity/apiConnectors/{identityApiConnector-id}': description: Provides operations to manage the apiConnectors property of the microsoft.graph.identityContainer entity. get: tags: - identity.identityApiConnector summary: Get identityApiConnector description: Read the properties of an identityApiConnector object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/identityapiconnector-get?view=graph-rest-1.0 operationId: identity.GetApiConnectors parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityApiConnector' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identity.identityApiConnector summary: Update identityApiConnector description: Update the properties of an identityApiConnector object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/identityapiconnector-update?view=graph-rest-1.0 operationId: identity.UpdateApiConnectors requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityApiConnector' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityApiConnector' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identity.identityApiConnector summary: Delete identityApiConnector description: Delete an identityApiConnector object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/identityapiconnector-delete?view=graph-rest-1.0 operationId: identity.DeleteApiConnectors parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: identityApiConnector-id in: path description: The unique identifier of identityApiConnector required: true schema: type: string x-ms-docs-key-type: identityApiConnector '/identity/apiConnectors/{identityApiConnector-id}/uploadClientCertificate': description: Provides operations to call the uploadClientCertificate method. post: tags: - identity.Actions summary: Invoke action uploadClientCertificate description: Upload a PKCS 12 format key (.pfx) to an API connector's authentication configuration. The input is a base-64 encoded value of the PKCS 12 certificate contents. This method returns an apiConnector. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-1.0 operationId: identity.apiConnectors.identityApiConnector.uploadClientCertificate requestBody: description: Action parameters content: application/json: schema: type: object properties: pkcs12Value: type: string nullable: true password: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.identityApiConnector' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: identityApiConnector-id in: path description: The unique identifier of identityApiConnector required: true schema: type: string x-ms-docs-key-type: identityApiConnector x-ms-docs-grouped-path: - '/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/uploadClientCertificate' - '/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/uploadClientCertificate' /identity/apiConnectors/$count: description: Provides operations to count the resources in the collection. get: tags: - identity.identityApiConnector summary: Get the number of the resource operationId: identity.apiConnectors.GetCount-7133 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /identity/authenticationEventListeners: description: Provides operations to manage the authenticationEventListeners property of the microsoft.graph.identityContainer entity. get: tags: - identity.authenticationEventListener summary: List authenticationEventListeners description: 'Get a list of the authenticationEventListener objects and their properties. The following derived types are supported:' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/identitycontainer-list-authenticationeventlisteners?view=graph-rest-1.0 operationId: identity.ListAuthenticationEventListeners parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.authenticationEventListenerCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identity.authenticationEventListener summary: Create authenticationEventListener description: Create a new authenticationEventListener object. You can create one of the following subtypes that are derived from authenticationEventListener. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/identitycontainer-post-authenticationeventlisteners?view=graph-rest-1.0 operationId: identity.CreateAuthenticationEventListeners requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authenticationEventListener' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authenticationEventListener' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/identity/authenticationEventListeners/{authenticationEventListener-id}': description: Provides operations to manage the authenticationEventListeners property of the microsoft.graph.identityContainer entity. get: tags: - identity.authenticationEventListener summary: Get authenticationEventListener description: Read the properties and relationships of an authenticationEventListener object. The @odata.type property in the response object indicates the type of the authenticationEventListener object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/authenticationeventlistener-get?view=graph-rest-1.0 operationId: identity.GetAuthenticationEventListeners parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authenticationEventListener' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identity.authenticationEventListener summary: Update authenticationEventListener description: Update the properties of an authenticationEventListener object. You must specify the @odata.type property and the value of the authenticationEventListener object type to update. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/authenticationeventlistener-update?view=graph-rest-1.0 operationId: identity.UpdateAuthenticationEventListeners requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authenticationEventListener' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authenticationEventListener' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identity.authenticationEventListener summary: Delete authenticationEventListener description: Delete an authenticationEventListener object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/authenticationeventlistener-delete?view=graph-rest-1.0 operationId: identity.DeleteAuthenticationEventListeners parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: authenticationEventListener-id in: path description: The unique identifier of authenticationEventListener required: true schema: type: string x-ms-docs-key-type: authenticationEventListener /identity/authenticationEventListeners/$count: description: Provides operations to count the resources in the collection. get: tags: - identity.authenticationEventListener summary: Get the number of the resource operationId: identity.authenticationEventListeners.GetCount-3038 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /identity/authenticationEventsFlows: description: Provides operations to manage the authenticationEventsFlows property of the microsoft.graph.identityContainer entity. get: tags: - identity.authenticationEventsFlow summary: List authenticationEventsFlows description: "Get a collection of authentication events policies that are derived from authenticationEventsFlow. The following derived subtypes are supported: \n- externalUsersSelfServiceSignupEventsFlow" externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/identitycontainer-list-authenticationeventsflows?view=graph-rest-1.0 operationId: identity.ListAuthenticationEventsFlows parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.authenticationEventsFlowCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identity.authenticationEventsFlow summary: Create authenticationEventsFlow description: "Create a new authenticationEventsFlow object that is of the type specified in the request body. The following derived subtypes are supported:\n- externalUsersSelfServiceSignupEventsFlow object type." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/identitycontainer-post-authenticationeventsflows?view=graph-rest-1.0 operationId: identity.CreateAuthenticationEventsFlows requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authenticationEventsFlow' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authenticationEventsFlow' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/identity/authenticationEventsFlows/{authenticationEventsFlow-id}': description: Provides operations to manage the authenticationEventsFlows property of the microsoft.graph.identityContainer entity. get: tags: - identity.authenticationEventsFlow summary: Get authenticationEventsFlow description: "Retrieve the properties and relationships of a specific authenticationEventsFlow object by ID. The @odata.type property in the response object indicates the type of the object, which can be one of the following derived subtypes:\n- externalUsersSelfServiceSignupEventsFlow" externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/authenticationeventsflow-get?view=graph-rest-1.0 operationId: identity.GetAuthenticationEventsFlows parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authenticationEventsFlow' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identity.authenticationEventsFlow summary: Update authenticationEventsFlow description: "Update the properties of an authenticationEventsFlow object by ID. You must specify the @odata.type property and the value of the authenticationEventsFlow object type to update. The following derived subtypes are supported:\n- externalUsersSelfServiceSignupEventsFlow" externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/authenticationeventsflow-update?view=graph-rest-1.0 operationId: identity.UpdateAuthenticationEventsFlows requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authenticationEventsFlow' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authenticationEventsFlow' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identity.authenticationEventsFlow summary: Delete authenticationEventsFlow description: "Delete a specific authenticationEventsFlow resource by ID. This operation also removes or unlinks all applications from the flow, which disables the customized authentication experience defined for the application. The following derived subtypes are supported:\n- externalUsersSelfServiceSignupEventsFlow" externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/authenticationeventsflow-delete?view=graph-rest-1.0 operationId: identity.DeleteAuthenticationEventsFlows parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: authenticationEventsFlow-id in: path description: The unique identifier of authenticationEventsFlow required: true schema: type: string x-ms-docs-key-type: authenticationEventsFlow '/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions': get: tags: - identity.authenticationEventsFlow summary: Get conditions property value description: The conditions representing the context of the authentication request that's used to decide whether the events policy is invoked. operationId: identity.authenticationEventsFlows.GetConditions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authenticationConditions' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: authenticationEventsFlow-id in: path description: The unique identifier of authenticationEventsFlow required: true schema: type: string x-ms-docs-key-type: authenticationEventsFlow '/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications': description: Provides operations to manage the includeApplications property of the microsoft.graph.authenticationConditionsApplications entity. get: tags: - identity.authenticationEventsFlow summary: List includeApplications (for a user flow) description: List the applications linked to an authenticationEventsFlow. These are the applications for which the authentication experience defined by the user flow is enabled. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/authenticationconditionsapplications-list-includeapplications?view=graph-rest-1.0 operationId: identity.authenticationEventsFlows.ListIncludeApplications parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.authenticationConditionApplicationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identity.authenticationEventsFlow summary: Add includeApplication (to a user flow) description: 'Add or link an application to a user flow, or authenticationEventsFlow. This enables the authentication experience defined by the user flow to be enabled for the application. An application can only be linked to one user flow.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/authenticationconditionsapplications-post-includeapplications?view=graph-rest-1.0 operationId: identity.authenticationEventsFlows.CreateIncludeApplications requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authenticationConditionApplication' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authenticationConditionApplication' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: authenticationEventsFlow-id in: path description: The unique identifier of authenticationEventsFlow required: true schema: type: string x-ms-docs-key-type: authenticationEventsFlow x-ms-docs-grouped-path: - '/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/graph.externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications' '/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications/{authenticationConditionApplication-appId}': description: Provides operations to manage the includeApplications property of the microsoft.graph.authenticationConditionsApplications entity. get: tags: - identity.authenticationEventsFlow summary: Get includeApplications from identity operationId: identity.authenticationEventsFlows.GetIncludeApplications parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authenticationConditionApplication' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identity.authenticationEventsFlow summary: Update the navigation property includeApplications in identity operationId: identity.authenticationEventsFlows.UpdateIncludeApplications requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authenticationConditionApplication' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authenticationConditionApplication' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identity.authenticationEventsFlow summary: Delete authenticationConditionApplication (from a user flow) description: Remove or unlink an application from an authenticationEventsFlow object. This disables the customized authentication experience defined for the application. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/authenticationconditionapplication-delete?view=graph-rest-1.0 operationId: identity.authenticationEventsFlows.DeleteIncludeApplications parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: authenticationEventsFlow-id in: path description: The unique identifier of authenticationEventsFlow required: true schema: type: string x-ms-docs-key-type: authenticationEventsFlow - name: authenticationConditionApplication-appId in: path description: The unique identifier of authenticationConditionApplication required: true schema: type: string x-ms-docs-key-type: authenticationConditionApplication x-ms-docs-grouped-path: - '/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/graph.externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/{authenticationConditionApplication-appId}' '/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications/$count': description: Provides operations to count the resources in the collection. get: tags: - identity.authenticationEventsFlow summary: Get the number of the resource operationId: identity.authenticationEventsFlows.includeApplications.GetCount-656e parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: authenticationEventsFlow-id in: path description: The unique identifier of authenticationEventsFlow required: true schema: type: string x-ms-docs-key-type: authenticationEventsFlow '/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/graph.externalUsersSelfServiceSignUpEventsFlow': description: Casts the previous resource to externalUsersSelfServiceSignUpEventsFlow. get: tags: - identity.authenticationEventsFlow summary: Get the item of type microsoft.graph.authenticationEventsFlow as microsoft.graph.externalUsersSelfServiceSignUpEventsFlow operationId: identity.GetAuthenticationEventsFlows.AsExternalUsersSelfServiceSignUpEventsFlow parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.externalUsersSelfServiceSignUpEventsFlow' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: authenticationEventsFlow-id in: path description: The unique identifier of authenticationEventsFlow required: true schema: type: string x-ms-docs-key-type: authenticationEventsFlow '/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/graph.externalUsersSelfServiceSignUpEventsFlow/conditions': get: tags: - identity.authenticationEventsFlow summary: Get conditions property value description: The conditions representing the context of the authentication request that's used to decide whether the events policy is invoked. operationId: identity.authenticationEventsFlows.AsExternalUsersSelfServiceSignUpEventsFlow.GetConditions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authenticationConditions' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: authenticationEventsFlow-id in: path description: The unique identifier of authenticationEventsFlow required: true schema: type: string x-ms-docs-key-type: authenticationEventsFlow '/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/graph.externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications': description: Provides operations to manage the includeApplications property of the microsoft.graph.authenticationConditionsApplications entity. get: tags: - identity.authenticationEventsFlow summary: Get includeApplications from identity operationId: identity.authenticationEventsFlows.AsExternalUsersSelfServiceSignUpEventsFlow.ListIncludeApplications parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.authenticationConditionApplicationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identity.authenticationEventsFlow summary: Create new navigation property to includeApplications for identity operationId: identity.authenticationEventsFlows.AsExternalUsersSelfServiceSignUpEventsFlow.CreateIncludeApplications requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authenticationConditionApplication' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authenticationConditionApplication' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: authenticationEventsFlow-id in: path description: The unique identifier of authenticationEventsFlow required: true schema: type: string x-ms-docs-key-type: authenticationEventsFlow x-ms-docs-grouped-path: - '/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications' '/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/graph.externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/{authenticationConditionApplication-appId}': description: Provides operations to manage the includeApplications property of the microsoft.graph.authenticationConditionsApplications entity. get: tags: - identity.authenticationEventsFlow summary: Get includeApplications from identity operationId: identity.authenticationEventsFlows.AsExternalUsersSelfServiceSignUpEventsFlow.GetIncludeApplications parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authenticationConditionApplication' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identity.authenticationEventsFlow summary: Update the navigation property includeApplications in identity operationId: identity.authenticationEventsFlows.AsExternalUsersSelfServiceSignUpEventsFlow.UpdateIncludeApplications requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authenticationConditionApplication' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authenticationConditionApplication' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identity.authenticationEventsFlow summary: Delete navigation property includeApplications for identity operationId: identity.authenticationEventsFlows.AsExternalUsersSelfServiceSignUpEventsFlow.DeleteIncludeApplications parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: authenticationEventsFlow-id in: path description: The unique identifier of authenticationEventsFlow required: true schema: type: string x-ms-docs-key-type: authenticationEventsFlow - name: authenticationConditionApplication-appId in: path description: The unique identifier of authenticationConditionApplication required: true schema: type: string x-ms-docs-key-type: authenticationConditionApplication x-ms-docs-grouped-path: - '/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications/{authenticationConditionApplication-appId}' '/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/graph.externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/$count': description: Provides operations to count the resources in the collection. get: tags: - identity.authenticationEventsFlow summary: Get the number of the resource operationId: identity.authenticationEventsFlows.AsExternalUsersSelfServiceSignUpEventsFlow.includeApplications.GetCount-c0bf parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: authenticationEventsFlow-id in: path description: The unique identifier of authenticationEventsFlow required: true schema: type: string x-ms-docs-key-type: authenticationEventsFlow '/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/graph.externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection': get: tags: - identity.authenticationEventsFlow summary: Get onAttributeCollection property value description: The configuration for what to invoke when attributes are ready to be collected from the user. operationId: identity.authenticationEventsFlows.AsExternalUsersSelfServiceSignUpEventsFlow.GetOnAttributeCollection parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onAttributeCollectionHandler' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: authenticationEventsFlow-id in: path description: The unique identifier of authenticationEventsFlow required: true schema: type: string x-ms-docs-key-type: authenticationEventsFlow '/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/graph.externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/graph.onAttributeCollectionExternalUsersSelfServiceSignUp': description: Casts the previous resource to onAttributeCollectionExternalUsersSelfServiceSignUp. get: tags: - identity.authenticationEventsFlow summary: Get the item of type microsoft.graph.onAttributeCollectionHandler as microsoft.graph.onAttributeCollectionExternalUsersSelfServiceSignUp operationId: identity.authenticationEventsFlows.GetOnAttributeCollection.AsOnAttributeCollectionExternalUsersSelfServiceSignUp responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onAttributeCollectionExternalUsersSelfServiceSignUp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: authenticationEventsFlow-id in: path description: The unique identifier of authenticationEventsFlow required: true schema: type: string x-ms-docs-key-type: authenticationEventsFlow '/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/graph.externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/graph.onAttributeCollectionExternalUsersSelfServiceSignUp/attributes': description: Provides operations to manage the attributes property of the microsoft.graph.onAttributeCollectionExternalUsersSelfServiceSignUp entity. get: tags: - identity.authenticationEventsFlow summary: List attributes (of a user flow) description: Get an identityUserFlowAttribute collection associated with an external identities self-service user flow represented by an externalUsersSelfServiceSignupEventsFlow object. These attributes are collected from the user during the authentication experience defined by the user flow. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/onattributecollectionexternalusersselfservicesignup-list-attributes?view=graph-rest-1.0 operationId: identity.authenticationEventsFlows.AsOnAttributeCollectionExternalUsersSelfServiceSignUp.ListAttributes parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.identityUserFlowAttributeCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: authenticationEventsFlow-id in: path description: The unique identifier of authenticationEventsFlow required: true schema: type: string x-ms-docs-key-type: authenticationEventsFlow '/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/graph.externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/graph.onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/{identityUserFlowAttribute-id}/$ref': description: Provides operations to manage the collection of identityContainer entities. delete: tags: - identity.authenticationEventsFlow summary: Delete ref of navigation property attributes for identity operationId: identity.authenticationEventsFlows.AsOnAttributeCollectionExternalUsersSelfServiceSignUp.attributes.DeleteRefIdentityUserFlowAttribute parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: authenticationEventsFlow-id in: path description: The unique identifier of authenticationEventsFlow required: true schema: type: string x-ms-docs-key-type: authenticationEventsFlow - name: identityUserFlowAttribute-id in: path description: The unique identifier of identityUserFlowAttribute required: true schema: type: string x-ms-docs-key-type: identityUserFlowAttribute '/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/graph.externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/graph.onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/$count': description: Provides operations to count the resources in the collection. get: tags: - identity.authenticationEventsFlow summary: Get the number of the resource operationId: identity.authenticationEventsFlows.AsOnAttributeCollectionExternalUsersSelfServiceSignUp.attributes.GetCount-8938 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: authenticationEventsFlow-id in: path description: The unique identifier of authenticationEventsFlow required: true schema: type: string x-ms-docs-key-type: authenticationEventsFlow '/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/graph.externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/graph.onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/$ref': description: Provides operations to manage the collection of identityContainer entities. get: tags: - identity.authenticationEventsFlow summary: List attributes (of a user flow) description: Get an identityUserFlowAttribute collection associated with an external identities self-service user flow represented by an externalUsersSelfServiceSignupEventsFlow object. These attributes are collected from the user during the authentication experience defined by the user flow. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/onattributecollectionexternalusersselfservicesignup-list-attributes?view=graph-rest-1.0 operationId: identity.authenticationEventsFlows.AsOnAttributeCollectionExternalUsersSelfServiceSignUp.ListRefAttributes parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/StringCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identity.authenticationEventsFlow summary: Add attribute (to user flow) description: 'Add an attribute to an external identities self-service user flow represented by an externalUsersSelfServiceSignupEventsFlow object. You can add both custom and built-in attributes to a user flow. Prerequisite: PATCH the user flow with the updated onAttributeCollection event that includes the new attribute.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/onattributecollectionexternalusersselfservicesignup-post-attributes?view=graph-rest-1.0 operationId: identity.authenticationEventsFlows.AsOnAttributeCollectionExternalUsersSelfServiceSignUp.CreateRefAttributes requestBody: $ref: '#/components/requestBodies/refPostBody' responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identity.authenticationEventsFlow summary: Delete ref of navigation property attributes for identity operationId: identity.authenticationEventsFlows.AsOnAttributeCollectionExternalUsersSelfServiceSignUp.DeleteRefAttributes parameters: - name: If-Match in: header description: ETag schema: type: string - name: '@id' in: query description: The delete Uri required: true schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: authenticationEventsFlow-id in: path description: The unique identifier of authenticationEventsFlow required: true schema: type: string x-ms-docs-key-type: authenticationEventsFlow '/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/graph.externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart': get: tags: - identity.authenticationEventsFlow summary: Get onAuthenticationMethodLoadStart property value description: Required. The configuration for what to invoke when authentication methods are ready to be presented to the user. Must have at least one identity provider linked. operationId: identity.authenticationEventsFlows.AsExternalUsersSelfServiceSignUpEventsFlow.GetOnAuthenticationMethodLoadStart parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onAuthenticationMethodLoadStartHandler' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: authenticationEventsFlow-id in: path description: The unique identifier of authenticationEventsFlow required: true schema: type: string x-ms-docs-key-type: authenticationEventsFlow '/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/graph.externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/graph.onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp': description: Casts the previous resource to onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp. get: tags: - identity.authenticationEventsFlow summary: Get the item of type microsoft.graph.onAuthenticationMethodLoadStartHandler as microsoft.graph.onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp operationId: identity.authenticationEventsFlows.GetOnAuthenticationMethodLoadStart.AsOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: authenticationEventsFlow-id in: path description: The unique identifier of authenticationEventsFlow required: true schema: type: string x-ms-docs-key-type: authenticationEventsFlow '/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/graph.externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/graph.onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders': description: Provides operations to manage the identityProviders property of the microsoft.graph.onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp entity. get: tags: - identity.authenticationEventsFlow summary: List identityProviders (in a user flow) description: Get the identity providers that are defined for an external identities self-service sign up user flow that's represented by an externalUsersSelfServiceSignupEventsFlow object type. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/onauthenticationmethodloadstartexternalusersselfservicesignup-list-identityproviders?view=graph-rest-1.0 operationId: identity.authenticationEventsFlows.AsOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp.ListIdentityProviders parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.identityProviderBaseCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: authenticationEventsFlow-id in: path description: The unique identifier of authenticationEventsFlow required: true schema: type: string x-ms-docs-key-type: authenticationEventsFlow '/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/graph.externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/graph.onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/{identityProviderBase-id}/$ref': description: Provides operations to manage the collection of identityContainer entities. delete: tags: - identity.authenticationEventsFlow summary: Delete ref of navigation property identityProviders for identity operationId: identity.authenticationEventsFlows.AsOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp.identityProviders.DeleteRefIdentityProviderBase parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: authenticationEventsFlow-id in: path description: The unique identifier of authenticationEventsFlow required: true schema: type: string x-ms-docs-key-type: authenticationEventsFlow - name: identityProviderBase-id in: path description: The unique identifier of identityProviderBase required: true schema: type: string x-ms-docs-key-type: identityProviderBase '/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/graph.externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/graph.onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/$count': description: Provides operations to count the resources in the collection. get: tags: - identity.authenticationEventsFlow summary: Get the number of the resource operationId: identity.authenticationEventsFlows.AsOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp.identityProviders.GetCount-4765 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: authenticationEventsFlow-id in: path description: The unique identifier of authenticationEventsFlow required: true schema: type: string x-ms-docs-key-type: authenticationEventsFlow '/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/graph.externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/graph.onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/$ref': description: Provides operations to manage the collection of identityContainer entities. get: tags: - identity.authenticationEventsFlow summary: List identityProviders (in a user flow) description: Get the identity providers that are defined for an external identities self-service sign up user flow that's represented by an externalUsersSelfServiceSignupEventsFlow object type. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/onauthenticationmethodloadstartexternalusersselfservicesignup-list-identityproviders?view=graph-rest-1.0 operationId: identity.authenticationEventsFlows.AsOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp.ListRefIdentityProviders parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/StringCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identity.authenticationEventsFlow summary: Add identityProvider (to a user flow) description: Add an identity provider to an external identities self-service user flow represented by an externalUsersSelfServiceSignupEventsFlow object type. The identity provider must first be configured in the tenant. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/onauthenticationmethodloadstartexternalusersselfservicesignup-post-identityproviders?view=graph-rest-1.0 operationId: identity.authenticationEventsFlows.AsOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp.CreateRefIdentityProviders requestBody: $ref: '#/components/requestBodies/refPostBody' responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identity.authenticationEventsFlow summary: Delete ref of navigation property identityProviders for identity operationId: identity.authenticationEventsFlows.AsOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp.DeleteRefIdentityProviders parameters: - name: If-Match in: header description: ETag schema: type: string - name: '@id' in: query description: The delete Uri required: true schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: authenticationEventsFlow-id in: path description: The unique identifier of authenticationEventsFlow required: true schema: type: string x-ms-docs-key-type: authenticationEventsFlow /identity/authenticationEventsFlows/$count: description: Provides operations to count the resources in the collection. get: tags: - identity.authenticationEventsFlow summary: Get the number of the resource operationId: identity.authenticationEventsFlows.GetCount-e384 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /identity/authenticationEventsFlows/graph.externalUsersSelfServiceSignUpEventsFlow: description: Casts the previous resource to externalUsersSelfServiceSignUpEventsFlow. get: tags: - identity.authenticationEventsFlow summary: Get the items of type microsoft.graph.externalUsersSelfServiceSignUpEventsFlow in the microsoft.graph.authenticationEventsFlow collection operationId: identity.ListAuthenticationEventsFlows.AsExternalUsersSelfServiceSignUpEventsFlow parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.externalUsersSelfServiceSignUpEventsFlowCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /identity/authenticationEventsFlows/graph.externalUsersSelfServiceSignUpEventsFlow/$count: description: Provides operations to count the resources in the collection. get: tags: - identity.authenticationEventsFlow summary: Get the number of the resource operationId: identity.AuthenticationEventsFlows.GetCount.AsExternalUsersSelfServiceSignUpEventsFlow-9d4c parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /identity/b2xUserFlows: description: Provides operations to manage the b2xUserFlows property of the microsoft.graph.identityContainer entity. get: tags: - identity.b2xIdentityUserFlow summary: List b2xIdentityUserFlows description: Retrieve a list of b2xIdentityUserFlow objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/identitycontainer-list-b2xuserflows?view=graph-rest-1.0 operationId: identity.ListB2xUserFlows parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.b2xIdentityUserFlowCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identity.b2xIdentityUserFlow summary: Create b2xIdentityUserFlow description: Create a new b2xIdentityUserFlow object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/identitycontainer-post-b2xuserflows?view=graph-rest-1.0 operationId: identity.CreateB2xUserFlows requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.b2xIdentityUserFlow' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.b2xIdentityUserFlow' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/identity/b2xUserFlows/{b2xIdentityUserFlow-id}': description: Provides operations to manage the b2xUserFlows property of the microsoft.graph.identityContainer entity. get: tags: - identity.b2xIdentityUserFlow summary: Get b2xIdentityUserFlow description: Retrieve the properties and relationships of a b2xIdentityUserFlow object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/b2xidentityuserflow-get?view=graph-rest-1.0 operationId: identity.GetB2xUserFlows parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.b2xIdentityUserFlow' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identity.b2xIdentityUserFlow summary: Update the navigation property b2xUserFlows in identity operationId: identity.UpdateB2xUserFlows requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.b2xIdentityUserFlow' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.b2xIdentityUserFlow' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identity.b2xIdentityUserFlow summary: Delete b2xIdentityUserFlow description: Delete a b2xIdentityUserFlow object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/b2xidentityuserflow-delete?view=graph-rest-1.0 operationId: identity.DeleteB2xUserFlows parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: b2xIdentityUserFlow-id in: path description: The unique identifier of b2xIdentityUserFlow required: true schema: type: string x-ms-docs-key-type: b2xIdentityUserFlow '/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration': get: tags: - identity.b2xIdentityUserFlow summary: Get userFlowApiConnectorConfiguration description: Get the apiConnectorConfiguration property in a b2xIdentityUserFlow to detail the API connectors enabled for the user flow. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/b2xidentityuserflow-get-apiconnectorconfiguration?view=graph-rest-1.0 operationId: identity.b2xUserFlows.GetApiConnectorConfiguration parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userFlowApiConnectorConfiguration' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: b2xIdentityUserFlow-id in: path description: The unique identifier of b2xIdentityUserFlow required: true schema: type: string x-ms-docs-key-type: b2xIdentityUserFlow '/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection': description: Provides operations to manage the postAttributeCollection property of the microsoft.graph.userFlowApiConnectorConfiguration entity. get: tags: - identity.b2xIdentityUserFlow summary: Get postAttributeCollection from identity operationId: identity.b2xUserFlows.GetPostAttributeCollection parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityApiConnector' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identity.b2xIdentityUserFlow summary: Update the navigation property postAttributeCollection in identity operationId: identity.b2xUserFlows.UpdatePostAttributeCollection requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityApiConnector' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityApiConnector' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identity.b2xIdentityUserFlow summary: Delete navigation property postAttributeCollection for identity operationId: identity.b2xUserFlows.DeletePostAttributeCollection parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: b2xIdentityUserFlow-id in: path description: The unique identifier of b2xIdentityUserFlow required: true schema: type: string x-ms-docs-key-type: b2xIdentityUserFlow '/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref': description: Provides operations to manage the collection of identityContainer entities. get: tags: - identity.b2xIdentityUserFlow summary: Get ref of postAttributeCollection from identity operationId: identity.b2xUserFlows.GetRefPostAttributeCollection responses: 2XX: description: Retrieved navigation property link content: application/json: schema: type: string 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation put: tags: - identity.b2xIdentityUserFlow summary: Update the ref of navigation property postAttributeCollection in identity operationId: identity.b2xUserFlows.UpdateRefPostAttributeCollection requestBody: $ref: '#/components/requestBodies/refPutBody' responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identity.b2xIdentityUserFlow summary: Delete ref of navigation property postAttributeCollection for identity operationId: identity.b2xUserFlows.DeleteRefPostAttributeCollection parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: b2xIdentityUserFlow-id in: path description: The unique identifier of b2xIdentityUserFlow required: true schema: type: string x-ms-docs-key-type: b2xIdentityUserFlow '/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/uploadClientCertificate': description: Provides operations to call the uploadClientCertificate method. post: tags: - identity.Actions summary: Invoke action uploadClientCertificate description: Upload a PKCS 12 format key (.pfx) to an API connector's authentication configuration. The input is a base-64 encoded value of the PKCS 12 certificate contents. This method returns an apiConnector. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-1.0 operationId: identity.b2xUserFlows.b2xIdentityUserFlow.apiConnectorConfiguration.postAttributeCollection.uploadClientCertificate requestBody: description: Action parameters content: application/json: schema: type: object properties: pkcs12Value: type: string nullable: true password: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.identityApiConnector' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: b2xIdentityUserFlow-id in: path description: The unique identifier of b2xIdentityUserFlow required: true schema: type: string x-ms-docs-key-type: b2xIdentityUserFlow x-ms-docs-grouped-path: - '/identity/apiConnectors/{identityApiConnector-id}/uploadClientCertificate' - '/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/uploadClientCertificate' '/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup': description: Provides operations to manage the postFederationSignup property of the microsoft.graph.userFlowApiConnectorConfiguration entity. get: tags: - identity.b2xIdentityUserFlow summary: Get postFederationSignup from identity operationId: identity.b2xUserFlows.GetPostFederationSignup parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityApiConnector' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identity.b2xIdentityUserFlow summary: Update the navigation property postFederationSignup in identity operationId: identity.b2xUserFlows.UpdatePostFederationSignup requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityApiConnector' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityApiConnector' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identity.b2xIdentityUserFlow summary: Delete navigation property postFederationSignup for identity operationId: identity.b2xUserFlows.DeletePostFederationSignup parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: b2xIdentityUserFlow-id in: path description: The unique identifier of b2xIdentityUserFlow required: true schema: type: string x-ms-docs-key-type: b2xIdentityUserFlow '/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/$ref': description: Provides operations to manage the collection of identityContainer entities. get: tags: - identity.b2xIdentityUserFlow summary: Get ref of postFederationSignup from identity operationId: identity.b2xUserFlows.GetRefPostFederationSignup responses: 2XX: description: Retrieved navigation property link content: application/json: schema: type: string 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation put: tags: - identity.b2xIdentityUserFlow summary: Update the ref of navigation property postFederationSignup in identity operationId: identity.b2xUserFlows.UpdateRefPostFederationSignup requestBody: $ref: '#/components/requestBodies/refPutBody' responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identity.b2xIdentityUserFlow summary: Delete ref of navigation property postFederationSignup for identity operationId: identity.b2xUserFlows.DeleteRefPostFederationSignup parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: b2xIdentityUserFlow-id in: path description: The unique identifier of b2xIdentityUserFlow required: true schema: type: string x-ms-docs-key-type: b2xIdentityUserFlow '/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/uploadClientCertificate': description: Provides operations to call the uploadClientCertificate method. post: tags: - identity.Actions summary: Invoke action uploadClientCertificate description: Upload a PKCS 12 format key (.pfx) to an API connector's authentication configuration. The input is a base-64 encoded value of the PKCS 12 certificate contents. This method returns an apiConnector. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-1.0 operationId: identity.b2xUserFlows.b2xIdentityUserFlow.apiConnectorConfiguration.postFederationSignup.uploadClientCertificate requestBody: description: Action parameters content: application/json: schema: type: object properties: pkcs12Value: type: string nullable: true password: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.identityApiConnector' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: b2xIdentityUserFlow-id in: path description: The unique identifier of b2xIdentityUserFlow required: true schema: type: string x-ms-docs-key-type: b2xIdentityUserFlow x-ms-docs-grouped-path: - '/identity/apiConnectors/{identityApiConnector-id}/uploadClientCertificate' - '/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/uploadClientCertificate' '/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders': description: Provides operations to manage the identityProviders property of the microsoft.graph.b2xIdentityUserFlow entity. get: tags: - identity.b2xIdentityUserFlow summary: List identityProviders description: Get the identity providers in a b2xIdentityUserFlow object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/b2xidentityuserflow-list-identityproviders?view=graph-rest-1.0 operationId: identity.b2xUserFlows.ListIdentityProviders parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.identityProviderCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: removalDate: '2023-03-15' date: '2021-08-24' version: 2021-05/identityProvider description: The identityProvider API is deprecated and will stop returning data on March 2023. Please use the new identityProviderBase API. x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: b2xIdentityUserFlow-id in: path description: The unique identifier of b2xIdentityUserFlow required: true schema: type: string x-ms-docs-key-type: b2xIdentityUserFlow '/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders/{identityProvider-id}': description: Provides operations to manage the identityProviders property of the microsoft.graph.b2xIdentityUserFlow entity. get: tags: - identity.b2xIdentityUserFlow summary: Get identityProviders from identity description: The identity providers included in the user flow. operationId: identity.b2xUserFlows.GetIdentityProviders parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityProvider' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: removalDate: '2023-03-15' date: '2021-08-24' version: 2021-05/identityProvider description: The identityProvider API is deprecated and will stop returning data on March 2023. Please use the new identityProviderBase API. x-ms-docs-operation-type: operation parameters: - name: b2xIdentityUserFlow-id in: path description: The unique identifier of b2xIdentityUserFlow required: true schema: type: string x-ms-docs-key-type: b2xIdentityUserFlow - name: identityProvider-id in: path description: The unique identifier of identityProvider required: true schema: type: string x-ms-docs-key-type: identityProvider '/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders/$count': description: Provides operations to count the resources in the collection. get: tags: - identity.b2xIdentityUserFlow summary: Get the number of the resource operationId: identity.b2xUserFlows.identityProviders.GetCount-97b6 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: removalDate: '2023-03-15' date: '2021-08-24' version: 2021-05/identityProvider description: The identityProvider API is deprecated and will stop returning data on March 2023. Please use the new identityProviderBase API. parameters: - name: b2xIdentityUserFlow-id in: path description: The unique identifier of b2xIdentityUserFlow required: true schema: type: string x-ms-docs-key-type: b2xIdentityUserFlow '/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages': description: Provides operations to manage the languages property of the microsoft.graph.b2xIdentityUserFlow entity. get: tags: - identity.b2xIdentityUserFlow summary: List languages description: Retrieve a list of languages supported for customization in a B2X user flow. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/b2xidentityuserflow-list-languages?view=graph-rest-1.0 operationId: identity.b2xUserFlows.ListLanguages parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.userFlowLanguageConfigurationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identity.b2xIdentityUserFlow summary: Create new navigation property to languages for identity operationId: identity.b2xUserFlows.CreateLanguages requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userFlowLanguageConfiguration' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userFlowLanguageConfiguration' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: b2xIdentityUserFlow-id in: path description: The unique identifier of b2xIdentityUserFlow required: true schema: type: string x-ms-docs-key-type: b2xIdentityUserFlow '/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}': description: Provides operations to manage the languages property of the microsoft.graph.b2xIdentityUserFlow entity. get: tags: - identity.b2xIdentityUserFlow summary: Get userFlowLanguageConfiguration description: 'Read the properties and relationships of a userFlowLanguageConfiguration object. These objects represent a language available in a user flow. Note: Language customization is enabled by default in Microsoft Entra user flows.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-get?view=graph-rest-1.0 operationId: identity.b2xUserFlows.GetLanguages parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userFlowLanguageConfiguration' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identity.b2xIdentityUserFlow summary: Update the navigation property languages in identity operationId: identity.b2xUserFlows.UpdateLanguages requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userFlowLanguageConfiguration' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userFlowLanguageConfiguration' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identity.b2xIdentityUserFlow summary: Delete navigation property languages for identity operationId: identity.b2xUserFlows.DeleteLanguages parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: b2xIdentityUserFlow-id in: path description: The unique identifier of b2xIdentityUserFlow required: true schema: type: string x-ms-docs-key-type: b2xIdentityUserFlow - name: userFlowLanguageConfiguration-id in: path description: The unique identifier of userFlowLanguageConfiguration required: true schema: type: string x-ms-docs-key-type: userFlowLanguageConfiguration '/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages': description: Provides operations to manage the defaultPages property of the microsoft.graph.userFlowLanguageConfiguration entity. get: tags: - identity.b2xIdentityUserFlow summary: Get userFlowLanguagePage description: Read the values in a userFlowLanguagePage object for a language in a user flow. These values are shown to a user during a user journey defined by a user flow. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/userflowlanguagepage-get?view=graph-rest-1.0 operationId: identity.b2xUserFlows.languages.ListDefaultPages parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.userFlowLanguagePageCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identity.b2xIdentityUserFlow summary: Create new navigation property to defaultPages for identity operationId: identity.b2xUserFlows.languages.CreateDefaultPages requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userFlowLanguagePage' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userFlowLanguagePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: b2xIdentityUserFlow-id in: path description: The unique identifier of b2xIdentityUserFlow required: true schema: type: string x-ms-docs-key-type: b2xIdentityUserFlow - name: userFlowLanguageConfiguration-id in: path description: The unique identifier of userFlowLanguageConfiguration required: true schema: type: string x-ms-docs-key-type: userFlowLanguageConfiguration '/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}': description: Provides operations to manage the defaultPages property of the microsoft.graph.userFlowLanguageConfiguration entity. get: tags: - identity.b2xIdentityUserFlow summary: Get defaultPages from identity description: Collection of pages with the default content to display in a user flow for a specified language. This collection doesn't allow any kind of modification. operationId: identity.b2xUserFlows.languages.GetDefaultPages parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userFlowLanguagePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identity.b2xIdentityUserFlow summary: Update the navigation property defaultPages in identity operationId: identity.b2xUserFlows.languages.UpdateDefaultPages requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userFlowLanguagePage' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userFlowLanguagePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identity.b2xIdentityUserFlow summary: Delete navigation property defaultPages for identity operationId: identity.b2xUserFlows.languages.DeleteDefaultPages parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: b2xIdentityUserFlow-id in: path description: The unique identifier of b2xIdentityUserFlow required: true schema: type: string x-ms-docs-key-type: b2xIdentityUserFlow - name: userFlowLanguageConfiguration-id in: path description: The unique identifier of userFlowLanguageConfiguration required: true schema: type: string x-ms-docs-key-type: userFlowLanguageConfiguration - name: userFlowLanguagePage-id in: path description: The unique identifier of userFlowLanguagePage required: true schema: type: string x-ms-docs-key-type: userFlowLanguagePage '/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value': description: Provides operations to manage the media for the identityContainer entity. get: tags: - identity.b2xIdentityUserFlow summary: Get userFlowLanguagePage description: Read the values in a userFlowLanguagePage object for a language in a user flow. These values are shown to a user during a user journey defined by a user flow. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/userflowlanguagepage-get?view=graph-rest-1.0 operationId: identity.b2xUserFlows.languages.GetDefaultPagesContent responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - identity.b2xIdentityUserFlow summary: Update media content for the navigation property defaultPages in identity description: The unique identifier for an entity. Read-only. operationId: identity.b2xUserFlows.languages.UpdateDefaultPagesContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - identity.b2xIdentityUserFlow summary: Delete media content for the navigation property defaultPages in identity description: The unique identifier for an entity. Read-only. operationId: identity.b2xUserFlows.languages.DeleteDefaultPagesContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: b2xIdentityUserFlow-id in: path description: The unique identifier of b2xIdentityUserFlow required: true schema: type: string x-ms-docs-key-type: b2xIdentityUserFlow - name: userFlowLanguageConfiguration-id in: path description: The unique identifier of userFlowLanguageConfiguration required: true schema: type: string x-ms-docs-key-type: userFlowLanguageConfiguration - name: userFlowLanguagePage-id in: path description: The unique identifier of userFlowLanguagePage required: true schema: type: string x-ms-docs-key-type: userFlowLanguagePage '/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/$count': description: Provides operations to count the resources in the collection. get: tags: - identity.b2xIdentityUserFlow summary: Get the number of the resource operationId: identity.b2xUserFlows.languages.defaultPages.GetCount-335e parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: b2xIdentityUserFlow-id in: path description: The unique identifier of b2xIdentityUserFlow required: true schema: type: string x-ms-docs-key-type: b2xIdentityUserFlow - name: userFlowLanguageConfiguration-id in: path description: The unique identifier of userFlowLanguageConfiguration required: true schema: type: string x-ms-docs-key-type: userFlowLanguageConfiguration '/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages': description: Provides operations to manage the overridesPages property of the microsoft.graph.userFlowLanguageConfiguration entity. get: tags: - identity.b2xIdentityUserFlow summary: List overridesPages description: Get the userFlowLanguagePage resources from the overridesPages navigation property. These pages are used to customize the values shown to the user during a user journey in a user flow. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-list-overridespages?view=graph-rest-1.0 operationId: identity.b2xUserFlows.languages.ListOverridesPages parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.userFlowLanguagePageCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identity.b2xIdentityUserFlow summary: Create new navigation property to overridesPages for identity operationId: identity.b2xUserFlows.languages.CreateOverridesPages requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userFlowLanguagePage' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userFlowLanguagePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: b2xIdentityUserFlow-id in: path description: The unique identifier of b2xIdentityUserFlow required: true schema: type: string x-ms-docs-key-type: b2xIdentityUserFlow - name: userFlowLanguageConfiguration-id in: path description: The unique identifier of userFlowLanguageConfiguration required: true schema: type: string x-ms-docs-key-type: userFlowLanguageConfiguration '/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}': description: Provides operations to manage the overridesPages property of the microsoft.graph.userFlowLanguageConfiguration entity. get: tags: - identity.b2xIdentityUserFlow summary: Get overridesPages from identity description: 'Collection of pages with the overrides messages to display in a user flow for a specified language. This collection only allows you to modify the content of the page, any other modification isn''t allowed (creation or deletion of pages).' operationId: identity.b2xUserFlows.languages.GetOverridesPages parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userFlowLanguagePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identity.b2xIdentityUserFlow summary: Update userFlowLanguagePage description: 'Update the values in an userFlowLanguagePage object. You may only update the values in an overridesPage, which is used to customize the values shown to a user during a user journey defined by a user flow.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/userflowlanguagepage-put?view=graph-rest-1.0 operationId: identity.b2xUserFlows.languages.UpdateOverridesPages requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userFlowLanguagePage' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userFlowLanguagePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identity.b2xIdentityUserFlow summary: Delete userFlowLanguagePage description: 'Deletes the values in an userFlowLanguagePage object. You may only delete the values in an overridesPage, which is used to customize the values shown to a user during a user journey defined by a user flow.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/userflowlanguagepage-delete?view=graph-rest-1.0 operationId: identity.b2xUserFlows.languages.DeleteOverridesPages parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: b2xIdentityUserFlow-id in: path description: The unique identifier of b2xIdentityUserFlow required: true schema: type: string x-ms-docs-key-type: b2xIdentityUserFlow - name: userFlowLanguageConfiguration-id in: path description: The unique identifier of userFlowLanguageConfiguration required: true schema: type: string x-ms-docs-key-type: userFlowLanguageConfiguration - name: userFlowLanguagePage-id in: path description: The unique identifier of userFlowLanguagePage required: true schema: type: string x-ms-docs-key-type: userFlowLanguagePage '/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value': description: Provides operations to manage the media for the identityContainer entity. get: tags: - identity.b2xIdentityUserFlow summary: List overridesPages description: Get the userFlowLanguagePage resources from the overridesPages navigation property. These pages are used to customize the values shown to the user during a user journey in a user flow. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-list-overridespages?view=graph-rest-1.0 operationId: identity.b2xUserFlows.languages.GetOverridesPagesContent responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - identity.b2xIdentityUserFlow summary: Update userFlowLanguagePage description: 'Update the values in an userFlowLanguagePage object. You may only update the values in an overridesPage, which is used to customize the values shown to a user during a user journey defined by a user flow.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/userflowlanguagepage-put?view=graph-rest-1.0 operationId: identity.b2xUserFlows.languages.UpdateOverridesPagesContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - identity.b2xIdentityUserFlow summary: Delete userFlowLanguagePage description: 'Deletes the values in an userFlowLanguagePage object. You may only delete the values in an overridesPage, which is used to customize the values shown to a user during a user journey defined by a user flow.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/userflowlanguagepage-delete?view=graph-rest-1.0 operationId: identity.b2xUserFlows.languages.DeleteOverridesPagesContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: b2xIdentityUserFlow-id in: path description: The unique identifier of b2xIdentityUserFlow required: true schema: type: string x-ms-docs-key-type: b2xIdentityUserFlow - name: userFlowLanguageConfiguration-id in: path description: The unique identifier of userFlowLanguageConfiguration required: true schema: type: string x-ms-docs-key-type: userFlowLanguageConfiguration - name: userFlowLanguagePage-id in: path description: The unique identifier of userFlowLanguagePage required: true schema: type: string x-ms-docs-key-type: userFlowLanguagePage '/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/$count': description: Provides operations to count the resources in the collection. get: tags: - identity.b2xIdentityUserFlow summary: Get the number of the resource operationId: identity.b2xUserFlows.languages.overridesPages.GetCount-5299 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: b2xIdentityUserFlow-id in: path description: The unique identifier of b2xIdentityUserFlow required: true schema: type: string x-ms-docs-key-type: b2xIdentityUserFlow - name: userFlowLanguageConfiguration-id in: path description: The unique identifier of userFlowLanguageConfiguration required: true schema: type: string x-ms-docs-key-type: userFlowLanguageConfiguration '/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/$count': description: Provides operations to count the resources in the collection. get: tags: - identity.b2xIdentityUserFlow summary: Get the number of the resource operationId: identity.b2xUserFlows.languages.GetCount-16c9 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: b2xIdentityUserFlow-id in: path description: The unique identifier of b2xIdentityUserFlow required: true schema: type: string x-ms-docs-key-type: b2xIdentityUserFlow '/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments': description: Provides operations to manage the userAttributeAssignments property of the microsoft.graph.b2xIdentityUserFlow entity. get: tags: - identity.b2xIdentityUserFlow summary: List userAttributeAssignments description: Get the identityUserFlowAttributeAssignment resources from the userAttributeAssignments navigation property in a b2xIdentityUserFlow. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/b2xidentityuserflow-list-userattributeassignments?view=graph-rest-1.0 operationId: identity.b2xUserFlows.ListUserAttributeAssignments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.identityUserFlowAttributeAssignmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identity.b2xIdentityUserFlow summary: Create userAttributeAssignments description: Create a new identityUserFlowAttributeAssignment object in a b2xIdentityUserFlow. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/b2xidentityuserflow-post-userattributeassignments?view=graph-rest-1.0 operationId: identity.b2xUserFlows.CreateUserAttributeAssignments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityUserFlowAttributeAssignment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityUserFlowAttributeAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: b2xIdentityUserFlow-id in: path description: The unique identifier of b2xIdentityUserFlow required: true schema: type: string x-ms-docs-key-type: b2xIdentityUserFlow '/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}': description: Provides operations to manage the userAttributeAssignments property of the microsoft.graph.b2xIdentityUserFlow entity. get: tags: - identity.b2xIdentityUserFlow summary: Get identityUserFlowAttributeAssignment description: Read the properties and relationships of an identityUserFlowAttributeAssignment object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-get?view=graph-rest-1.0 operationId: identity.b2xUserFlows.GetUserAttributeAssignments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityUserFlowAttributeAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identity.b2xIdentityUserFlow summary: Update identityUserFlowAttributeAssignment description: Update the properties of a identityUserFlowAttributeAssignment object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-update?view=graph-rest-1.0 operationId: identity.b2xUserFlows.UpdateUserAttributeAssignments requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityUserFlowAttributeAssignment' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityUserFlowAttributeAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identity.b2xIdentityUserFlow summary: Delete userAttributeAssignment description: Delete an identityUserFlowAttributeAssignment object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-delete?view=graph-rest-1.0 operationId: identity.b2xUserFlows.DeleteUserAttributeAssignments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: b2xIdentityUserFlow-id in: path description: The unique identifier of b2xIdentityUserFlow required: true schema: type: string x-ms-docs-key-type: b2xIdentityUserFlow - name: identityUserFlowAttributeAssignment-id in: path description: The unique identifier of identityUserFlowAttributeAssignment required: true schema: type: string x-ms-docs-key-type: identityUserFlowAttributeAssignment '/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}/userAttribute': description: Provides operations to manage the userAttribute property of the microsoft.graph.identityUserFlowAttributeAssignment entity. get: tags: - identity.b2xIdentityUserFlow summary: Get userAttribute from identity description: The user attribute that you want to add to your user flow. operationId: identity.b2xUserFlows.userAttributeAssignments.GetUserAttribute parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityUserFlowAttribute' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: b2xIdentityUserFlow-id in: path description: The unique identifier of b2xIdentityUserFlow required: true schema: type: string x-ms-docs-key-type: b2xIdentityUserFlow - name: identityUserFlowAttributeAssignment-id in: path description: The unique identifier of identityUserFlowAttributeAssignment required: true schema: type: string x-ms-docs-key-type: identityUserFlowAttributeAssignment '/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/$count': description: Provides operations to count the resources in the collection. get: tags: - identity.b2xIdentityUserFlow summary: Get the number of the resource operationId: identity.b2xUserFlows.userAttributeAssignments.GetCount-b381 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: b2xIdentityUserFlow-id in: path description: The unique identifier of b2xIdentityUserFlow required: true schema: type: string x-ms-docs-key-type: b2xIdentityUserFlow '/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/getOrder()': description: Provides operations to call the getOrder method. get: tags: - identity.Functions summary: Invoke function getOrder description: Get the order of identityUserFlowAttributeAssignments being collected within a user flow. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-getorder?view=graph-rest-1.0 operationId: identity.b2xUserFlows.b2xIdentityUserFlow.userAttributeAssignments.getOrder responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.assignmentOrder' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: b2xIdentityUserFlow-id in: path description: The unique identifier of b2xIdentityUserFlow required: true schema: type: string x-ms-docs-key-type: b2xIdentityUserFlow '/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/setOrder': description: Provides operations to call the setOrder method. post: tags: - identity.Actions summary: Invoke action setOrder description: Set the order of identityUserFlowAttributeAssignments being collected within a user flow. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-setorder?view=graph-rest-1.0 operationId: identity.b2xUserFlows.b2xIdentityUserFlow.userAttributeAssignments.setOrder requestBody: description: Action parameters content: application/json: schema: type: object properties: newAssignmentOrder: anyOf: - $ref: '#/components/schemas/microsoft.graph.assignmentOrder' - type: object nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: b2xIdentityUserFlow-id in: path description: The unique identifier of b2xIdentityUserFlow required: true schema: type: string x-ms-docs-key-type: b2xIdentityUserFlow '/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders': description: Provides operations to manage the userFlowIdentityProviders property of the microsoft.graph.b2xIdentityUserFlow entity. get: tags: - identity.b2xIdentityUserFlow summary: Get userFlowIdentityProviders from identity operationId: identity.b2xUserFlows.ListUserFlowIdentityProviders parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.identityProviderBaseCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: b2xIdentityUserFlow-id in: path description: The unique identifier of b2xIdentityUserFlow required: true schema: type: string x-ms-docs-key-type: b2xIdentityUserFlow '/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/{identityProviderBase-id}/$ref': description: Provides operations to manage the collection of identityContainer entities. delete: tags: - identity.b2xIdentityUserFlow summary: Delete ref of navigation property userFlowIdentityProviders for identity operationId: identity.b2xUserFlows.userFlowIdentityProviders.DeleteRefIdentityProviderBase parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: b2xIdentityUserFlow-id in: path description: The unique identifier of b2xIdentityUserFlow required: true schema: type: string x-ms-docs-key-type: b2xIdentityUserFlow - name: identityProviderBase-id in: path description: The unique identifier of identityProviderBase required: true schema: type: string x-ms-docs-key-type: identityProviderBase '/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$count': description: Provides operations to count the resources in the collection. get: tags: - identity.b2xIdentityUserFlow summary: Get the number of the resource operationId: identity.b2xUserFlows.userFlowIdentityProviders.GetCount-0185 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: b2xIdentityUserFlow-id in: path description: The unique identifier of b2xIdentityUserFlow required: true schema: type: string x-ms-docs-key-type: b2xIdentityUserFlow '/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$ref': description: Provides operations to manage the collection of identityContainer entities. get: tags: - identity.b2xIdentityUserFlow summary: Get ref of userFlowIdentityProviders from identity operationId: identity.b2xUserFlows.ListRefUserFlowIdentityProviders parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/StringCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identity.b2xIdentityUserFlow summary: Create new navigation property ref to userFlowIdentityProviders for identity operationId: identity.b2xUserFlows.CreateRefUserFlowIdentityProviders requestBody: $ref: '#/components/requestBodies/refPostBody' responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identity.b2xIdentityUserFlow summary: Delete ref of navigation property userFlowIdentityProviders for identity operationId: identity.b2xUserFlows.DeleteRefUserFlowIdentityProviders parameters: - name: If-Match in: header description: ETag schema: type: string - name: '@id' in: query description: The delete Uri required: true schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: b2xIdentityUserFlow-id in: path description: The unique identifier of b2xIdentityUserFlow required: true schema: type: string x-ms-docs-key-type: b2xIdentityUserFlow /identity/b2xUserFlows/$count: description: Provides operations to count the resources in the collection. get: tags: - identity.b2xIdentityUserFlow summary: Get the number of the resource operationId: identity.b2xUserFlows.GetCount-cfff parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /identity/conditionalAccess/authenticationContextClassReferences: description: Provides operations to manage the authenticationContextClassReferences property of the microsoft.graph.conditionalAccessRoot entity. get: tags: - identity.conditionalAccessRoot summary: List authenticationContextClassReferences description: Retrieve a list of authenticationContextClassReference objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/conditionalaccessroot-list-authenticationcontextclassreferences?view=graph-rest-1.0 operationId: identity.conditionalAccess.ListAuthenticationContextClassReferences parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.authenticationContextClassReferenceCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identity.conditionalAccessRoot summary: Create new navigation property to authenticationContextClassReferences for identity operationId: identity.conditionalAccess.CreateAuthenticationContextClassReferences requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authenticationContextClassReference' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authenticationContextClassReference' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}': description: Provides operations to manage the authenticationContextClassReferences property of the microsoft.graph.conditionalAccessRoot entity. get: tags: - identity.conditionalAccessRoot summary: Get authenticationContextClassReference description: Retrieve the properties and relationships of a authenticationContextClassReference object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/authenticationcontextclassreference-get?view=graph-rest-1.0 operationId: identity.conditionalAccess.GetAuthenticationContextClassReferences parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authenticationContextClassReference' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identity.conditionalAccessRoot summary: Update authenticationContextClassReference description: 'Create an authenticationContextClassReference object, if the ID has not been used. If ID has been used, this call updates the authenticationContextClassReference object.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/authenticationcontextclassreference-update?view=graph-rest-1.0 operationId: identity.conditionalAccess.UpdateAuthenticationContextClassReferences requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authenticationContextClassReference' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authenticationContextClassReference' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identity.conditionalAccessRoot summary: Delete authenticationContextClassReference description: Delete an authenticationContextClassReference object that's not published or used by a conditional access policy. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/authenticationcontextclassreference-delete?view=graph-rest-1.0 operationId: identity.conditionalAccess.DeleteAuthenticationContextClassReferences parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: authenticationContextClassReference-id in: path description: The unique identifier of authenticationContextClassReference required: true schema: type: string x-ms-docs-key-type: authenticationContextClassReference /identity/conditionalAccess/authenticationContextClassReferences/$count: description: Provides operations to count the resources in the collection. get: tags: - identity.conditionalAccessRoot summary: Get the number of the resource operationId: identity.conditionalAccess.authenticationContextClassReferences.GetCount-1d40 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /identity/conditionalAccess/authenticationStrength: description: Provides operations to manage the authenticationStrength property of the microsoft.graph.conditionalAccessRoot entity. get: tags: - identity.conditionalAccessRoot summary: Get authenticationStrength from identity operationId: identity.conditionalAccess.GetAuthenticationStrength parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authenticationStrengthRoot' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identity.conditionalAccessRoot summary: Update the navigation property authenticationStrength in identity operationId: identity.conditionalAccess.UpdateAuthenticationStrength requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authenticationStrengthRoot' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authenticationStrengthRoot' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identity.conditionalAccessRoot summary: Delete navigation property authenticationStrength for identity operationId: identity.conditionalAccess.DeleteAuthenticationStrength parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /identity/conditionalAccess/authenticationStrength/authenticationMethodModes: description: Provides operations to manage the authenticationMethodModes property of the microsoft.graph.authenticationStrengthRoot entity. get: tags: - identity.conditionalAccessRoot summary: List authenticationMethodModes description: 'Get a list of all supported authentication methods, or all supported authentication method combinations as a list of authenticationMethodModes objects and their properties.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/authenticationstrengthroot-list-authenticationmethodmodes?view=graph-rest-1.0 operationId: identity.conditionalAccess.authenticationStrength.ListAuthenticationMethodModes parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.authenticationMethodModeDetailCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identity.conditionalAccessRoot summary: Create new navigation property to authenticationMethodModes for identity operationId: identity.conditionalAccess.authenticationStrength.CreateAuthenticationMethodModes requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authenticationMethodModeDetail' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authenticationMethodModeDetail' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/identity/conditionalAccess/authenticationStrength/authenticationMethodModes/{authenticationMethodModeDetail-id}': description: Provides operations to manage the authenticationMethodModes property of the microsoft.graph.authenticationStrengthRoot entity. get: tags: - identity.conditionalAccessRoot summary: Get authenticationMethodModes from identity description: Names and descriptions of all valid authentication method modes in the system. operationId: identity.conditionalAccess.authenticationStrength.GetAuthenticationMethodModes parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authenticationMethodModeDetail' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identity.conditionalAccessRoot summary: Update the navigation property authenticationMethodModes in identity operationId: identity.conditionalAccess.authenticationStrength.UpdateAuthenticationMethodModes requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authenticationMethodModeDetail' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authenticationMethodModeDetail' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identity.conditionalAccessRoot summary: Delete navigation property authenticationMethodModes for identity operationId: identity.conditionalAccess.authenticationStrength.DeleteAuthenticationMethodModes parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: authenticationMethodModeDetail-id in: path description: The unique identifier of authenticationMethodModeDetail required: true schema: type: string x-ms-docs-key-type: authenticationMethodModeDetail /identity/conditionalAccess/authenticationStrength/authenticationMethodModes/$count: description: Provides operations to count the resources in the collection. get: tags: - identity.conditionalAccessRoot summary: Get the number of the resource operationId: identity.conditionalAccess.authenticationStrength.authenticationMethodModes.GetCount-e876 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /identity/conditionalAccess/authenticationStrength/policies: description: Provides operations to manage the policies property of the microsoft.graph.authenticationStrengthRoot entity. get: tags: - identity.conditionalAccessRoot summary: Get policies from identity description: 'A collection of authentication strength policies that exist for this tenant, including both built-in and custom policies.' operationId: identity.conditionalAccess.authenticationStrength.ListPolicies parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.authenticationStrengthPolicyCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identity.conditionalAccessRoot summary: Create new navigation property to policies for identity operationId: identity.conditionalAccess.authenticationStrength.CreatePolicies requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authenticationStrengthPolicy' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authenticationStrengthPolicy' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy-id}': description: Provides operations to manage the policies property of the microsoft.graph.authenticationStrengthRoot entity. get: tags: - identity.conditionalAccessRoot summary: Get policies from identity description: 'A collection of authentication strength policies that exist for this tenant, including both built-in and custom policies.' operationId: identity.conditionalAccess.authenticationStrength.GetPolicies parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authenticationStrengthPolicy' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identity.conditionalAccessRoot summary: Update the navigation property policies in identity operationId: identity.conditionalAccess.authenticationStrength.UpdatePolicies requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authenticationStrengthPolicy' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authenticationStrengthPolicy' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identity.conditionalAccessRoot summary: Delete navigation property policies for identity operationId: identity.conditionalAccess.authenticationStrength.DeletePolicies parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: authenticationStrengthPolicy-id in: path description: The unique identifier of authenticationStrengthPolicy required: true schema: type: string x-ms-docs-key-type: authenticationStrengthPolicy '/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy-id}/combinationConfigurations': description: Provides operations to manage the combinationConfigurations property of the microsoft.graph.authenticationStrengthPolicy entity. get: tags: - identity.conditionalAccessRoot summary: List combinationConfigurations description: "Get the authenticationCombinationConfiguration objects for an authentication strength policy. The objects can be of one or more of the following derived types:\n* fido2combinationConfigurations\n* x509certificatecombinationconfiguration authenticationCombinationConfiguration objects are supported only for custom authentication strengths." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-list-combinationconfigurations?view=graph-rest-1.0 operationId: identity.conditionalAccess.authenticationStrength.policies.ListCombinationConfigurations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.authenticationCombinationConfigurationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identity.conditionalAccessRoot summary: Create authenticationCombinationConfiguration description: "Create a new authenticationCombinationConfiguration object which can be of one of the following derived types:\n* fido2combinationConfiguration\n* x509certificatecombinationconfiguration" externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-post-combinationconfigurations?view=graph-rest-1.0 operationId: identity.conditionalAccess.authenticationStrength.policies.CreateCombinationConfigurations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authenticationCombinationConfiguration' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authenticationCombinationConfiguration' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: authenticationStrengthPolicy-id in: path description: The unique identifier of authenticationStrengthPolicy required: true schema: type: string x-ms-docs-key-type: authenticationStrengthPolicy '/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}': description: Provides operations to manage the combinationConfigurations property of the microsoft.graph.authenticationStrengthPolicy entity. get: tags: - identity.conditionalAccessRoot summary: Get authenticationCombinationConfiguration description: Read the properties and relationships of an authenticationCombinationConfiguration object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/authenticationcombinationconfiguration-get?view=graph-rest-1.0 operationId: identity.conditionalAccess.authenticationStrength.policies.GetCombinationConfigurations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authenticationCombinationConfiguration' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identity.conditionalAccessRoot summary: Update authenticationCombinationConfiguration description: "Update the properties of an authenticationCombinationConfiguration object. \nThe properties can be for one of the following derived types:\n* fido2combinationConfigurations\n* x509certificatecombinationconfiguration" externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/authenticationcombinationconfiguration-update?view=graph-rest-1.0 operationId: identity.conditionalAccess.authenticationStrength.policies.UpdateCombinationConfigurations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authenticationCombinationConfiguration' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authenticationCombinationConfiguration' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identity.conditionalAccessRoot summary: Delete authenticationCombinationConfiguration description: Delete an authenticationCombinationConfiguration for a custom authenticationStrengthPolicy object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-delete-combinationconfigurations?view=graph-rest-1.0 operationId: identity.conditionalAccess.authenticationStrength.policies.DeleteCombinationConfigurations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: authenticationStrengthPolicy-id in: path description: The unique identifier of authenticationStrengthPolicy required: true schema: type: string x-ms-docs-key-type: authenticationStrengthPolicy - name: authenticationCombinationConfiguration-id in: path description: The unique identifier of authenticationCombinationConfiguration required: true schema: type: string x-ms-docs-key-type: authenticationCombinationConfiguration '/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/$count': description: Provides operations to count the resources in the collection. get: tags: - identity.conditionalAccessRoot summary: Get the number of the resource operationId: identity.conditionalAccess.authenticationStrength.policies.combinationConfigurations.GetCount-64b7 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: authenticationStrengthPolicy-id in: path description: The unique identifier of authenticationStrengthPolicy required: true schema: type: string x-ms-docs-key-type: authenticationStrengthPolicy '/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy-id}/updateAllowedCombinations': description: Provides operations to call the updateAllowedCombinations method. post: tags: - identity.Actions summary: Invoke action updateAllowedCombinations description: 'Update the allowedCombinations property of an authenticationStrengthPolicy object. To update other properties of an authenticationStrengthPolicy object, use the Update authenticationStrengthPolicy method.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-updateallowedcombinations?view=graph-rest-1.0 operationId: identity.conditionalAccess.authenticationStrength.policies.authenticationStrengthPolicy.updateAllowedCombinations requestBody: description: Action parameters content: application/json: schema: type: object properties: allowedCombinations: type: array items: anyOf: - $ref: '#/components/schemas/microsoft.graph.authenticationMethodModes' - type: object nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.updateAllowedCombinationsResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: authenticationStrengthPolicy-id in: path description: The unique identifier of authenticationStrengthPolicy required: true schema: type: string x-ms-docs-key-type: authenticationStrengthPolicy '/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy-id}/usage()': description: Provides operations to call the usage method. get: tags: - identity.Functions summary: Invoke function usage description: 'Allows the caller to see which Conditional Access policies reference a specified authentication strength policy. The policies are returned in two collections, one containing Conditional Access policies that require an MFA claim and the other containing Conditional Access policies that do not require such a claim. Policies in the former category are restricted in what kinds of changes may be made to them to prevent undermining the MFA requirement of those policies.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-usage?view=graph-rest-1.0 operationId: identity.conditionalAccess.authenticationStrength.policies.authenticationStrengthPolicy.usage responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.authenticationStrengthUsage' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: authenticationStrengthPolicy-id in: path description: The unique identifier of authenticationStrengthPolicy required: true schema: type: string x-ms-docs-key-type: authenticationStrengthPolicy /identity/conditionalAccess/authenticationStrength/policies/$count: description: Provides operations to count the resources in the collection. get: tags: - identity.conditionalAccessRoot summary: Get the number of the resource operationId: identity.conditionalAccess.authenticationStrength.policies.GetCount-8166 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /identity/conditionalAccess/namedLocations: description: Provides operations to manage the namedLocations property of the microsoft.graph.conditionalAccessRoot entity. get: tags: - identity.conditionalAccessRoot summary: List namedLocations description: Get a list of namedLocation objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/conditionalaccessroot-list-namedlocations?view=graph-rest-1.0 operationId: identity.conditionalAccess.ListNamedLocations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.namedLocationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identity.conditionalAccessRoot summary: Create namedLocation description: Create a new namedLocation object. Named locations can be either ipNamedLocation or countryNamedLocation objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/conditionalaccessroot-post-namedlocations?view=graph-rest-1.0 operationId: identity.conditionalAccess.CreateNamedLocations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.namedLocation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.namedLocation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/identity/conditionalAccess/namedLocations/{namedLocation-id}': description: Provides operations to manage the namedLocations property of the microsoft.graph.conditionalAccessRoot entity. get: tags: - identity.conditionalAccessRoot summary: Get ipNamedLocation description: Retrieve the properties and relationships of an ipNamedLocation object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/ipnamedlocation-get?view=graph-rest-1.0 operationId: identity.conditionalAccess.GetNamedLocations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.namedLocation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identity.conditionalAccessRoot summary: Update countryNamedLocation description: Update the properties of a countryNamedLocation object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/countrynamedlocation-update?view=graph-rest-1.0 operationId: identity.conditionalAccess.UpdateNamedLocations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.namedLocation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.namedLocation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identity.conditionalAccessRoot summary: Delete ipNamedLocation description: Delete an ipNamedLocation object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/ipnamedlocation-delete?view=graph-rest-1.0 operationId: identity.conditionalAccess.DeleteNamedLocations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: namedLocation-id in: path description: The unique identifier of namedLocation required: true schema: type: string x-ms-docs-key-type: namedLocation /identity/conditionalAccess/namedLocations/$count: description: Provides operations to count the resources in the collection. get: tags: - identity.conditionalAccessRoot summary: Get the number of the resource operationId: identity.conditionalAccess.namedLocations.GetCount-e424 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /identity/conditionalAccess/policies: description: Provides operations to manage the policies property of the microsoft.graph.conditionalAccessRoot entity. get: tags: - identity.conditionalAccessRoot summary: List policies description: Retrieve a list of conditionalAccessPolicy objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/conditionalaccessroot-list-policies?view=graph-rest-1.0 operationId: identity.conditionalAccess.ListPolicies parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.conditionalAccessPolicyCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identity.conditionalAccessRoot summary: Create conditionalAccessPolicy description: Create a new conditionalAccessPolicy. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/conditionalaccessroot-post-policies?view=graph-rest-1.0 operationId: identity.conditionalAccess.CreatePolicies requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conditionalAccessPolicy' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conditionalAccessPolicy' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}': description: Provides operations to manage the policies property of the microsoft.graph.conditionalAccessRoot entity. get: tags: - identity.conditionalAccessRoot summary: Get conditionalAccessPolicy description: Retrieve the properties and relationships of a conditionalAccessPolicy object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/conditionalaccesspolicy-get?view=graph-rest-1.0 operationId: identity.conditionalAccess.GetPolicies parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conditionalAccessPolicy' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identity.conditionalAccessRoot summary: Update conditionalaccesspolicy description: Update the properties of a conditionalAccessPolicy object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/conditionalaccesspolicy-update?view=graph-rest-1.0 operationId: identity.conditionalAccess.UpdatePolicies requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conditionalAccessPolicy' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conditionalAccessPolicy' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identity.conditionalAccessRoot summary: Delete conditionalAccessPolicy description: Delete a conditionalAccessPolicy object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/conditionalaccesspolicy-delete?view=graph-rest-1.0 operationId: identity.conditionalAccess.DeletePolicies parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: conditionalAccessPolicy-id in: path description: The unique identifier of conditionalAccessPolicy required: true schema: type: string x-ms-docs-key-type: conditionalAccessPolicy /identity/conditionalAccess/policies/$count: description: Provides operations to count the resources in the collection. get: tags: - identity.conditionalAccessRoot summary: Get the number of the resource operationId: identity.conditionalAccess.policies.GetCount-608a parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /identity/conditionalAccess/templates: description: Provides operations to manage the templates property of the microsoft.graph.conditionalAccessRoot entity. get: tags: - identity.conditionalAccessRoot summary: List conditionalAccessTemplates description: Get a list of the conditionalAccessTemplate objects and their properties. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/conditionalaccessroot-list-templates?view=graph-rest-1.0 operationId: identity.conditionalAccess.ListTemplates parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.conditionalAccessTemplateCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation '/identity/conditionalAccess/templates/{conditionalAccessTemplate-id}': description: Provides operations to manage the templates property of the microsoft.graph.conditionalAccessRoot entity. get: tags: - identity.conditionalAccessRoot summary: Get conditionalAccessTemplate description: Read the properties and relationships of a conditionalAccessTemplate object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/conditionalaccesstemplate-get?view=graph-rest-1.0 operationId: identity.conditionalAccess.GetTemplates parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conditionalAccessTemplate' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: conditionalAccessTemplate-id in: path description: The unique identifier of conditionalAccessTemplate required: true schema: type: string x-ms-docs-key-type: conditionalAccessTemplate /identity/conditionalAccess/templates/$count: description: Provides operations to count the resources in the collection. get: tags: - identity.conditionalAccessRoot summary: Get the number of the resource operationId: identity.conditionalAccess.templates.GetCount-a96d parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /identity/customAuthenticationExtensions: description: Provides operations to manage the customAuthenticationExtensions property of the microsoft.graph.identityContainer entity. get: tags: - identity.customAuthenticationExtension summary: List customAuthenticationExtensions description: Get a list of the customAuthenticationExtension objects and their properties. The following derived types are supported. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/identitycontainer-list-customauthenticationextensions?view=graph-rest-1.0 operationId: identity.ListCustomAuthenticationExtensions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.customAuthenticationExtensionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identity.customAuthenticationExtension summary: Create customAuthenticationExtension description: Create a new customAuthenticationExtension object. The following derived types are currently supported. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/identitycontainer-post-customauthenticationextensions?view=graph-rest-1.0 operationId: identity.CreateCustomAuthenticationExtensions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.customAuthenticationExtension' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.customAuthenticationExtension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}': description: Provides operations to manage the customAuthenticationExtensions property of the microsoft.graph.identityContainer entity. get: tags: - identity.customAuthenticationExtension summary: Get customAuthenticationExtension description: Read the properties and relationships of a customAuthenticationExtension object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/customauthenticationextension-get?view=graph-rest-1.0 operationId: identity.GetCustomAuthenticationExtensions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.customAuthenticationExtension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identity.customAuthenticationExtension summary: Update customAuthenticationExtension description: Update the properties of a customAuthenticationExtension object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/customauthenticationextension-update?view=graph-rest-1.0 operationId: identity.UpdateCustomAuthenticationExtensions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.customAuthenticationExtension' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.customAuthenticationExtension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identity.customAuthenticationExtension summary: Delete customAuthenticationExtension description: Delete a customAuthenticationExtension object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/customauthenticationextension-delete?view=graph-rest-1.0 operationId: identity.DeleteCustomAuthenticationExtensions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: customAuthenticationExtension-id in: path description: The unique identifier of customAuthenticationExtension required: true schema: type: string x-ms-docs-key-type: customAuthenticationExtension '/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}/validateAuthenticationConfiguration': description: Provides operations to call the validateAuthenticationConfiguration method. post: tags: - identity.Actions summary: Invoke action validateAuthenticationConfiguration description: An API to check validity of the endpoint and and authentication configuration for a customAuthenticationExtension. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/customauthenticationextension-validateauthenticationconfiguration?view=graph-rest-1.0 operationId: identity.customAuthenticationExtensions.customAuthenticationExtension.validateAuthenticationConfiguration responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.authenticationConfigurationValidation' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: customAuthenticationExtension-id in: path description: The unique identifier of customAuthenticationExtension required: true schema: type: string x-ms-docs-key-type: customAuthenticationExtension x-ms-docs-grouped-path: - /identity/customAuthenticationExtensions/validateAuthenticationConfiguration /identity/customAuthenticationExtensions/$count: description: Provides operations to count the resources in the collection. get: tags: - identity.customAuthenticationExtension summary: Get the number of the resource operationId: identity.customAuthenticationExtensions.GetCount-bad5 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /identity/customAuthenticationExtensions/validateAuthenticationConfiguration: description: Provides operations to call the validateAuthenticationConfiguration method. post: tags: - identity.Actions summary: Invoke action validateAuthenticationConfiguration operationId: identity.customAuthenticationExtensions.validateAuthenticationConfiguration requestBody: description: Action parameters content: application/json: schema: type: object properties: endpointConfiguration: anyOf: - $ref: '#/components/schemas/microsoft.graph.customExtensionEndpointConfiguration' - type: object nullable: true authenticationConfiguration: anyOf: - $ref: '#/components/schemas/microsoft.graph.customExtensionAuthenticationConfiguration' - type: object nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.authenticationConfigurationValidation' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-docs-grouped-path: - '/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}/validateAuthenticationConfiguration' /identity/identityProviders: description: Provides operations to manage the identityProviders property of the microsoft.graph.identityContainer entity. get: tags: - identity.identityProviderBase summary: List identityProviders description: 'Get a collection of identity provider resources that are configured for a tenant, and that are derived from identityProviderBase. For a Microsoft Entra tenant, the providers can be socialIdentityProviders or builtinIdentityProviders objects. For an Azure AD B2C, the providers can be socialIdentityProvider, or appleManagedIdentityProvider objects.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/identitycontainer-list-identityproviders?view=graph-rest-1.0 operationId: identity.ListIdentityProviders parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.identityProviderBaseCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identity.identityProviderBase summary: Create identityProvider description: 'Create an identity provider object that is of the type specified in the request body. Among the types of providers derived from identityProviderBase, you can currently create a socialIdentityProvider resource in Microsoft Entra ID. In Azure AD B2C, this operation can currently create a socialIdentityProvider, or an appleManagedIdentityProvider resource.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/identitycontainer-post-identityproviders?view=graph-rest-1.0 operationId: identity.CreateIdentityProviders requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityProviderBase' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityProviderBase' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/identity/identityProviders/{identityProviderBase-id}': description: Provides operations to manage the identityProviders property of the microsoft.graph.identityContainer entity. get: tags: - identity.identityProviderBase summary: Get identityProvider description: 'Get the properties and relationships of the specified identity provider configured in the tenant. Among the types of providers derived from identityProviderBase, you can currently get a socialIdentityProvider or a builtinIdentityProvider resource in Microsoft Entra ID. In Azure AD B2C, this operation can currently get a socialIdentityProvider, or an appleManagedIdentityProvider resource.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/identityproviderbase-get?view=graph-rest-1.0 operationId: identity.GetIdentityProviders parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityProviderBase' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identity.identityProviderBase summary: Update identityProvider description: 'Update the properties of the specified identity provider configured in the tenant. Among the types of providers derived from identityProviderBase, you can currently update a socialIdentityProvider resource in Microsoft Entra ID. In Azure AD B2C, this operation can currently update a socialIdentityProvider, or an appleManagedIdentityProvider resource.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/identityproviderbase-update?view=graph-rest-1.0 operationId: identity.UpdateIdentityProviders requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityProviderBase' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityProviderBase' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identity.identityProviderBase summary: Delete identityProvider description: 'Delete an identity provider resource that is of the type specified by the id in the request. Among the types of providers derived from identityProviderBase, you can currently delete a socialIdentityProvider resource in Microsoft Entra ID. In Azure AD B2C, this operation can currently delete a socialIdentityProvider, or an appleManagedIdentityProvider resource.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/identityproviderbase-delete?view=graph-rest-1.0 operationId: identity.DeleteIdentityProviders parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: identityProviderBase-id in: path description: The unique identifier of identityProviderBase required: true schema: type: string x-ms-docs-key-type: identityProviderBase /identity/identityProviders/$count: description: Provides operations to count the resources in the collection. get: tags: - identity.identityProviderBase summary: Get the number of the resource operationId: identity.identityProviders.GetCount-7742 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /identity/identityProviders/availableProviderTypes(): description: Provides operations to call the availableProviderTypes method. get: tags: - identity.Functions summary: Invoke function availableProviderTypes description: Get all identity providers supported in a directory. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/identityproviderbase-availableprovidertypes?view=graph-rest-1.0 operationId: identity.identityProviders.availableProviderTypes parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: type: string nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /identity/userFlowAttributes: description: Provides operations to manage the userFlowAttributes property of the microsoft.graph.identityContainer entity. get: tags: - identity.identityUserFlowAttribute summary: List identityUserFlowAttributes description: Retrieve a list of identityUserFlowAttribute objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/identityuserflowattribute-list?view=graph-rest-1.0 operationId: identity.ListUserFlowAttributes parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.identityUserFlowAttributeCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identity.identityUserFlowAttribute summary: Create identityUserFlowAttribute description: Create a new custom identityUserFlowAttribute object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/identityuserflowattribute-post?view=graph-rest-1.0 operationId: identity.CreateUserFlowAttributes requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityUserFlowAttribute' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityUserFlowAttribute' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/identity/userFlowAttributes/{identityUserFlowAttribute-id}': description: Provides operations to manage the userFlowAttributes property of the microsoft.graph.identityContainer entity. get: tags: - identity.identityUserFlowAttribute summary: Get identityUserFlowAttribute description: Retrieve the properties and relationships of a identityUserFlowAttribute object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/identityuserflowattribute-get?view=graph-rest-1.0 operationId: identity.GetUserFlowAttributes parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityUserFlowAttribute' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identity.identityUserFlowAttribute summary: Update identityUserFlowAttribute description: Update the properties of a custom identityUserFlowAttribute object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/identityuserflowattribute-update?view=graph-rest-1.0 operationId: identity.UpdateUserFlowAttributes requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityUserFlowAttribute' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityUserFlowAttribute' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identity.identityUserFlowAttribute summary: Delete identityUserFlowAttribute description: Delete a custom identityUserFlowAttribute. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/identityuserflowattribute-delete?view=graph-rest-1.0 operationId: identity.DeleteUserFlowAttributes parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: identityUserFlowAttribute-id in: path description: The unique identifier of identityUserFlowAttribute required: true schema: type: string x-ms-docs-key-type: identityUserFlowAttribute /identity/userFlowAttributes/$count: description: Provides operations to count the resources in the collection. get: tags: - identity.identityUserFlowAttribute summary: Get the number of the resource operationId: identity.userFlowAttributes.GetCount-9651 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /identityGovernance: description: Provides operations to manage the identityGovernance singleton. get: tags: - identityGovernance.identityGovernance summary: Get identityGovernance operationId: identityGovernance.identityGovernance.GetIdentityGovernance parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.identityGovernance summary: Update identityGovernance operationId: identityGovernance.identityGovernance.UpdateIdentityGovernance requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /identityGovernance/accessReviews: description: Provides operations to manage the accessReviews property of the microsoft.graph.identityGovernance entity. get: tags: - identityGovernance.accessReviewSet summary: Get accessReviews from identityGovernance operationId: identityGovernance.GetAccessReviews parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessReviewSet' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.accessReviewSet summary: Update the navigation property accessReviews in identityGovernance operationId: identityGovernance.UpdateAccessReviews requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessReviewSet' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessReviewSet' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.accessReviewSet summary: Delete navigation property accessReviews for identityGovernance operationId: identityGovernance.DeleteAccessReviews parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /identityGovernance/accessReviews/definitions: description: Provides operations to manage the definitions property of the microsoft.graph.accessReviewSet entity. get: tags: - identityGovernance.accessReviewSet summary: List definitions description: Get a list of the accessReviewScheduleDefinition objects and their properties. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/accessreviewset-list-definitions?view=graph-rest-1.0 operationId: identityGovernance.accessReviews.ListDefinitions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.accessReviewScheduleDefinitionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.accessReviewSet summary: Create definitions description: Create a new accessReviewScheduleDefinition object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/accessreviewset-post-definitions?view=graph-rest-1.0 operationId: identityGovernance.accessReviews.CreateDefinitions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessReviewScheduleDefinition' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessReviewScheduleDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}': description: Provides operations to manage the definitions property of the microsoft.graph.accessReviewSet entity. get: tags: - identityGovernance.accessReviewSet summary: Get accessReviewScheduleDefinition description: 'Read the properties and relationships of an accessReviewScheduleDefinition object. To retrieve the instances of the access review series, use the list accessReviewInstance API.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-get?view=graph-rest-1.0 operationId: identityGovernance.accessReviews.GetDefinitions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessReviewScheduleDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation put: tags: - identityGovernance.accessReviewSet summary: Update accessReviewScheduleDefinition description: Update an existing accessReviewScheduleDefinition object to change one or more of its properties. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-update?view=graph-rest-1.0 operationId: identityGovernance.accessReviews.UpdateDefinitions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessReviewScheduleDefinition' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessReviewScheduleDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.accessReviewSet summary: Delete accessReviewScheduleDefinition description: Deletes an accessReviewScheduleDefinition object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-delete?view=graph-rest-1.0 operationId: identityGovernance.accessReviews.DeleteDefinitions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessReviewScheduleDefinition-id in: path description: The unique identifier of accessReviewScheduleDefinition required: true schema: type: string x-ms-docs-key-type: accessReviewScheduleDefinition '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances': description: Provides operations to manage the instances property of the microsoft.graph.accessReviewScheduleDefinition entity. get: tags: - identityGovernance.accessReviewSet summary: List instances description: Get a list of the accessReviewInstance objects and their properties. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-list-instances?view=graph-rest-1.0 operationId: identityGovernance.accessReviews.definitions.ListInstances parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.accessReviewInstanceCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.accessReviewSet summary: Create new navigation property to instances for identityGovernance operationId: identityGovernance.accessReviews.definitions.CreateInstances requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessReviewInstance' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessReviewInstance' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessReviewScheduleDefinition-id in: path description: The unique identifier of accessReviewScheduleDefinition required: true schema: type: string x-ms-docs-key-type: accessReviewScheduleDefinition '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}': description: Provides operations to manage the instances property of the microsoft.graph.accessReviewScheduleDefinition entity. get: tags: - identityGovernance.accessReviewSet summary: Get accessReviewInstance description: Read the properties and relationships of an accessReviewInstance object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/accessreviewinstance-get?view=graph-rest-1.0 operationId: identityGovernance.accessReviews.definitions.GetInstances parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessReviewInstance' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.accessReviewSet summary: Update accessReviewInstance description: 'Update the properties of an accessReviewInstance object. Only the reviewers and fallbackReviewers properties can be updated but the scope property is also required in the request body. You can only add reviewers to the fallbackReviewers property but can''t remove existing fallbackReviewers. To update an accessReviewInstance, it''s status must be InProgress.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/accessreviewinstance-update?view=graph-rest-1.0 operationId: identityGovernance.accessReviews.definitions.UpdateInstances requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessReviewInstance' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessReviewInstance' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.accessReviewSet summary: Delete navigation property instances for identityGovernance operationId: identityGovernance.accessReviews.definitions.DeleteInstances parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessReviewScheduleDefinition-id in: path description: The unique identifier of accessReviewScheduleDefinition required: true schema: type: string x-ms-docs-key-type: accessReviewScheduleDefinition - name: accessReviewInstance-id in: path description: The unique identifier of accessReviewInstance required: true schema: type: string x-ms-docs-key-type: accessReviewInstance '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers': description: Provides operations to manage the contactedReviewers property of the microsoft.graph.accessReviewInstance entity. get: tags: - identityGovernance.accessReviewSet summary: List contactedReviewers description: 'Get the reviewers for an access review instance, irrespective of whether or not they have received a notification. The reviewers are represented by an accessReviewReviewer object. A list of zero or more objects are returned, including all of their nested properties.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/accessreviewinstance-list-contactedreviewers?view=graph-rest-1.0 operationId: identityGovernance.accessReviews.definitions.instances.ListContactedReviewers parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.accessReviewReviewerCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.accessReviewSet summary: Create new navigation property to contactedReviewers for identityGovernance operationId: identityGovernance.accessReviews.definitions.instances.CreateContactedReviewers requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessReviewReviewer' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessReviewReviewer' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessReviewScheduleDefinition-id in: path description: The unique identifier of accessReviewScheduleDefinition required: true schema: type: string x-ms-docs-key-type: accessReviewScheduleDefinition - name: accessReviewInstance-id in: path description: The unique identifier of accessReviewInstance required: true schema: type: string x-ms-docs-key-type: accessReviewInstance '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}': description: Provides operations to manage the contactedReviewers property of the microsoft.graph.accessReviewInstance entity. get: tags: - identityGovernance.accessReviewSet summary: Get contactedReviewers from identityGovernance description: 'Returns the collection of reviewers who were contacted to complete this review. While the reviewers and fallbackReviewers properties of the accessReviewScheduleDefinition might specify group owners or managers as reviewers, contactedReviewers returns their individual identities. Supports $select. Read-only.' operationId: identityGovernance.accessReviews.definitions.instances.GetContactedReviewers parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessReviewReviewer' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.accessReviewSet summary: Update the navigation property contactedReviewers in identityGovernance operationId: identityGovernance.accessReviews.definitions.instances.UpdateContactedReviewers requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessReviewReviewer' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessReviewReviewer' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.accessReviewSet summary: Delete navigation property contactedReviewers for identityGovernance operationId: identityGovernance.accessReviews.definitions.instances.DeleteContactedReviewers parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessReviewScheduleDefinition-id in: path description: The unique identifier of accessReviewScheduleDefinition required: true schema: type: string x-ms-docs-key-type: accessReviewScheduleDefinition - name: accessReviewInstance-id in: path description: The unique identifier of accessReviewInstance required: true schema: type: string x-ms-docs-key-type: accessReviewInstance - name: accessReviewReviewer-id in: path description: The unique identifier of accessReviewReviewer required: true schema: type: string x-ms-docs-key-type: accessReviewReviewer '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.accessReviewSet summary: Get the number of the resource operationId: identityGovernance.accessReviews.definitions.instances.contactedReviewers.GetCount-fe5f parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: accessReviewScheduleDefinition-id in: path description: The unique identifier of accessReviewScheduleDefinition required: true schema: type: string x-ms-docs-key-type: accessReviewScheduleDefinition - name: accessReviewInstance-id in: path description: The unique identifier of accessReviewInstance required: true schema: type: string x-ms-docs-key-type: accessReviewInstance '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions': description: Provides operations to manage the decisions property of the microsoft.graph.accessReviewInstance entity. get: tags: - identityGovernance.accessReviewSet summary: List decisions description: 'Retrieve the accessReviewInstanceDecisionItem objects for a specific accessReviewInstance. A list of zero or more accessReviewInstanceDecisionItem objects are returned, including all of their nested properties.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-1.0 operationId: identityGovernance.accessReviews.definitions.instances.ListDecisions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.accessReviewInstanceDecisionItemCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.accessReviewSet summary: Create new navigation property to decisions for identityGovernance operationId: identityGovernance.accessReviews.definitions.instances.CreateDecisions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItem' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessReviewScheduleDefinition-id in: path description: The unique identifier of accessReviewScheduleDefinition required: true schema: type: string x-ms-docs-key-type: accessReviewScheduleDefinition - name: accessReviewInstance-id in: path description: The unique identifier of accessReviewInstance required: true schema: type: string x-ms-docs-key-type: accessReviewInstance '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}': description: Provides operations to manage the decisions property of the microsoft.graph.accessReviewInstance entity. get: tags: - identityGovernance.accessReviewSet summary: Get accessReviewInstanceDecisionItem description: Read the properties and relationships of an accessReviewInstanceDecisionItem object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-get?view=graph-rest-1.0 operationId: identityGovernance.accessReviews.definitions.instances.GetDecisions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.accessReviewSet summary: Update the navigation property decisions in identityGovernance operationId: identityGovernance.accessReviews.definitions.instances.UpdateDecisions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItem' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.accessReviewSet summary: Delete navigation property decisions for identityGovernance operationId: identityGovernance.accessReviews.definitions.instances.DeleteDecisions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessReviewScheduleDefinition-id in: path description: The unique identifier of accessReviewScheduleDefinition required: true schema: type: string x-ms-docs-key-type: accessReviewScheduleDefinition - name: accessReviewInstance-id in: path description: The unique identifier of accessReviewInstance required: true schema: type: string x-ms-docs-key-type: accessReviewInstance - name: accessReviewInstanceDecisionItem-id in: path description: The unique identifier of accessReviewInstanceDecisionItem required: true schema: type: string x-ms-docs-key-type: accessReviewInstanceDecisionItem '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights': description: Provides operations to manage the insights property of the microsoft.graph.accessReviewInstanceDecisionItem entity. get: tags: - identityGovernance.accessReviewSet summary: Get insights from identityGovernance description: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. operationId: identityGovernance.accessReviews.definitions.instances.decisions.ListInsights parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.governanceInsightCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.accessReviewSet summary: Create new navigation property to insights for identityGovernance operationId: identityGovernance.accessReviews.definitions.instances.decisions.CreateInsights requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.governanceInsight' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.governanceInsight' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessReviewScheduleDefinition-id in: path description: The unique identifier of accessReviewScheduleDefinition required: true schema: type: string x-ms-docs-key-type: accessReviewScheduleDefinition - name: accessReviewInstance-id in: path description: The unique identifier of accessReviewInstance required: true schema: type: string x-ms-docs-key-type: accessReviewInstance - name: accessReviewInstanceDecisionItem-id in: path description: The unique identifier of accessReviewInstanceDecisionItem required: true schema: type: string x-ms-docs-key-type: accessReviewInstanceDecisionItem x-ms-docs-grouped-path: - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights' '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}': description: Provides operations to manage the insights property of the microsoft.graph.accessReviewInstanceDecisionItem entity. get: tags: - identityGovernance.accessReviewSet summary: Get insights from identityGovernance description: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. operationId: identityGovernance.accessReviews.definitions.instances.decisions.GetInsights parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.governanceInsight' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.accessReviewSet summary: Update the navigation property insights in identityGovernance operationId: identityGovernance.accessReviews.definitions.instances.decisions.UpdateInsights requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.governanceInsight' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.governanceInsight' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.accessReviewSet summary: Delete navigation property insights for identityGovernance operationId: identityGovernance.accessReviews.definitions.instances.decisions.DeleteInsights parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessReviewScheduleDefinition-id in: path description: The unique identifier of accessReviewScheduleDefinition required: true schema: type: string x-ms-docs-key-type: accessReviewScheduleDefinition - name: accessReviewInstance-id in: path description: The unique identifier of accessReviewInstance required: true schema: type: string x-ms-docs-key-type: accessReviewInstance - name: accessReviewInstanceDecisionItem-id in: path description: The unique identifier of accessReviewInstanceDecisionItem required: true schema: type: string x-ms-docs-key-type: accessReviewInstanceDecisionItem - name: governanceInsight-id in: path description: The unique identifier of governanceInsight required: true schema: type: string x-ms-docs-key-type: governanceInsight x-ms-docs-grouped-path: - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}' '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.accessReviewSet summary: Get the number of the resource operationId: identityGovernance.accessReviews.definitions.instances.decisions.insights.GetCount-9dc2 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: accessReviewScheduleDefinition-id in: path description: The unique identifier of accessReviewScheduleDefinition required: true schema: type: string x-ms-docs-key-type: accessReviewScheduleDefinition - name: accessReviewInstance-id in: path description: The unique identifier of accessReviewInstance required: true schema: type: string x-ms-docs-key-type: accessReviewInstance - name: accessReviewInstanceDecisionItem-id in: path description: The unique identifier of accessReviewInstanceDecisionItem required: true schema: type: string x-ms-docs-key-type: accessReviewInstanceDecisionItem '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.accessReviewSet summary: Get the number of the resource operationId: identityGovernance.accessReviews.definitions.instances.decisions.GetCount-c10a parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: accessReviewScheduleDefinition-id in: path description: The unique identifier of accessReviewScheduleDefinition required: true schema: type: string x-ms-docs-key-type: accessReviewScheduleDefinition - name: accessReviewInstance-id in: path description: The unique identifier of accessReviewInstance required: true schema: type: string x-ms-docs-key-type: accessReviewInstance '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/filterByCurrentUser(on=''{on}'')': description: Provides operations to call the filterByCurrentUser method. get: tags: - identityGovernance.Functions summary: Invoke function filterByCurrentUser description: 'Retrieve all decision items for an instance of an access review or a stage of an instance of a multi-stage access review, for which the calling user is the reviewer. The decision items are represented by accessReviewInstanceDecisionItem objects on a given accessReviewInstance or accessReviewStage for which the calling user is the reviewer.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-filterbycurrentuser?view=graph-rest-1.0 operationId: identityGovernance.accessReviews.definitions.accessReviewScheduleDefinition.instances.accessReviewInstance.decisions.filterByCurrentUser parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of accessReviewInstanceDecisionItem type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: accessReviewScheduleDefinition-id in: path description: The unique identifier of accessReviewScheduleDefinition required: true schema: type: string x-ms-docs-key-type: accessReviewScheduleDefinition - name: accessReviewInstance-id in: path description: The unique identifier of accessReviewInstance required: true schema: type: string x-ms-docs-key-type: accessReviewInstance - name: on in: path description: 'Usage: on=''{on}''' required: true schema: $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItemFilterByCurrentUserOptions' x-ms-docs-grouped-path: - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/accessReviews/definitions/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/appConsent/appConsentRequests/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/entitlementManagement/accessPackages/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/entitlementManagement/assignmentRequests/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/entitlementManagement/assignments/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/assignmentApprovals/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/assignmentSchedules/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/eligibilitySchedules/filterByCurrentUser(on=''{on}'')' '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/acceptRecommendations': description: Provides operations to call the acceptRecommendations method. post: tags: - identityGovernance.Actions summary: Invoke action acceptRecommendations description: Allows the acceptance of recommendations on all accessReviewInstanceDecisionItem objects that haven't been reviewed on an accessReviewInstance object for which the calling user is a reviewer. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/accessreviewinstance-acceptrecommendations?view=graph-rest-1.0 operationId: identityGovernance.accessReviews.definitions.accessReviewScheduleDefinition.instances.accessReviewInstance.acceptRecommendations responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: accessReviewScheduleDefinition-id in: path description: The unique identifier of accessReviewScheduleDefinition required: true schema: type: string x-ms-docs-key-type: accessReviewScheduleDefinition - name: accessReviewInstance-id in: path description: The unique identifier of accessReviewInstance required: true schema: type: string x-ms-docs-key-type: accessReviewInstance '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/applyDecisions': description: Provides operations to call the applyDecisions method. post: tags: - identityGovernance.Actions summary: Invoke action applyDecisions description: Apply review decisions on an accessReviewInstance if the decisions were not applied automatically because the autoApplyDecisionsEnabled property is false in the review's accessReviewScheduleSettings. The status of the accessReviewInstance must be Completed to call this method. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-1.0 operationId: identityGovernance.accessReviews.definitions.accessReviewScheduleDefinition.instances.accessReviewInstance.applyDecisions responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: accessReviewScheduleDefinition-id in: path description: The unique identifier of accessReviewScheduleDefinition required: true schema: type: string x-ms-docs-key-type: accessReviewScheduleDefinition - name: accessReviewInstance-id in: path description: The unique identifier of accessReviewInstance required: true schema: type: string x-ms-docs-key-type: accessReviewInstance '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/batchRecordDecisions': description: Provides operations to call the batchRecordDecisions method. post: tags: - identityGovernance.Actions summary: Invoke action batchRecordDecisions description: 'Enables reviewers to review all accessReviewInstanceDecisionItem objects in batches by using principalId, resourceId, or neither.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/accessreviewinstance-batchrecorddecisions?view=graph-rest-1.0 operationId: identityGovernance.accessReviews.definitions.accessReviewScheduleDefinition.instances.accessReviewInstance.batchRecordDecisions requestBody: description: Action parameters content: application/json: schema: type: object properties: decision: type: string nullable: true justification: type: string nullable: true principalId: type: string nullable: true resourceId: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: accessReviewScheduleDefinition-id in: path description: The unique identifier of accessReviewScheduleDefinition required: true schema: type: string x-ms-docs-key-type: accessReviewScheduleDefinition - name: accessReviewInstance-id in: path description: The unique identifier of accessReviewInstance required: true schema: type: string x-ms-docs-key-type: accessReviewInstance '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/resetDecisions': description: Provides operations to call the resetDecisions method. post: tags: - identityGovernance.Actions summary: Invoke action resetDecisions description: Resets all accessReviewInstanceDecisionItem objects on an accessReviewInstance to notReviewed. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/accessreviewinstance-resetdecisions?view=graph-rest-1.0 operationId: identityGovernance.accessReviews.definitions.accessReviewScheduleDefinition.instances.accessReviewInstance.resetDecisions responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: accessReviewScheduleDefinition-id in: path description: The unique identifier of accessReviewScheduleDefinition required: true schema: type: string x-ms-docs-key-type: accessReviewScheduleDefinition - name: accessReviewInstance-id in: path description: The unique identifier of accessReviewInstance required: true schema: type: string x-ms-docs-key-type: accessReviewInstance '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/sendReminder': description: Provides operations to call the sendReminder method. post: tags: - identityGovernance.Actions summary: Invoke action sendReminder description: Send a reminder to the reviewers of an active accessReviewInstance. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/accessreviewinstance-sendreminder?view=graph-rest-1.0 operationId: identityGovernance.accessReviews.definitions.accessReviewScheduleDefinition.instances.accessReviewInstance.sendReminder responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: accessReviewScheduleDefinition-id in: path description: The unique identifier of accessReviewScheduleDefinition required: true schema: type: string x-ms-docs-key-type: accessReviewScheduleDefinition - name: accessReviewInstance-id in: path description: The unique identifier of accessReviewInstance required: true schema: type: string x-ms-docs-key-type: accessReviewInstance '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stop': description: Provides operations to call the stop method. post: tags: - identityGovernance.Actions summary: Invoke action stop description: 'Stop a currently active accessReviewInstance. After the access review instance stops, the instance status is marked as Completed, the reviewers can no longer give input, and the access review decisions are applied. Stopping an instance will not stop future instances. To prevent a recurring access review from starting future instances, update the schedule definition to change its scheduled end date.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/accessreviewinstance-stop?view=graph-rest-1.0 operationId: identityGovernance.accessReviews.definitions.accessReviewScheduleDefinition.instances.accessReviewInstance.stop responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: accessReviewScheduleDefinition-id in: path description: The unique identifier of accessReviewScheduleDefinition required: true schema: type: string x-ms-docs-key-type: accessReviewScheduleDefinition - name: accessReviewInstance-id in: path description: The unique identifier of accessReviewInstance required: true schema: type: string x-ms-docs-key-type: accessReviewInstance x-ms-docs-grouped-path: - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/stop' - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/stop' '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages': description: Provides operations to manage the stages property of the microsoft.graph.accessReviewInstance entity. get: tags: - identityGovernance.accessReviewSet summary: List stages (of an access review) description: Retrieve the stages in a multi-stage access review instance. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/accessreviewinstance-list-stages?view=graph-rest-1.0 operationId: identityGovernance.accessReviews.definitions.instances.ListStages parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.accessReviewStageCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.accessReviewSet summary: Create new navigation property to stages for identityGovernance operationId: identityGovernance.accessReviews.definitions.instances.CreateStages requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessReviewStage' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessReviewStage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessReviewScheduleDefinition-id in: path description: The unique identifier of accessReviewScheduleDefinition required: true schema: type: string x-ms-docs-key-type: accessReviewScheduleDefinition - name: accessReviewInstance-id in: path description: The unique identifier of accessReviewInstance required: true schema: type: string x-ms-docs-key-type: accessReviewInstance '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}': description: Provides operations to manage the stages property of the microsoft.graph.accessReviewInstance entity. get: tags: - identityGovernance.accessReviewSet summary: Get accessReviewStage description: Retrieve the properties and relationships of an accessReviewStage object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/accessreviewstage-get?view=graph-rest-1.0 operationId: identityGovernance.accessReviews.definitions.instances.GetStages parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessReviewStage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.accessReviewSet summary: Update accessReviewStage description: 'Update the properties of an accessReviewStage object. Only the reviewers and fallbackReviewers properties can be updated. You can only add reviewers to the fallbackReviewers property but can''t remove existing fallbackReviewers. To update an accessReviewStage, its status must be NotStarted, Initializing, or InProgress.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/accessreviewstage-update?view=graph-rest-1.0 operationId: identityGovernance.accessReviews.definitions.instances.UpdateStages requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessReviewStage' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessReviewStage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.accessReviewSet summary: Delete navigation property stages for identityGovernance operationId: identityGovernance.accessReviews.definitions.instances.DeleteStages parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessReviewScheduleDefinition-id in: path description: The unique identifier of accessReviewScheduleDefinition required: true schema: type: string x-ms-docs-key-type: accessReviewScheduleDefinition - name: accessReviewInstance-id in: path description: The unique identifier of accessReviewInstance required: true schema: type: string x-ms-docs-key-type: accessReviewInstance - name: accessReviewStage-id in: path description: The unique identifier of accessReviewStage required: true schema: type: string x-ms-docs-key-type: accessReviewStage '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions': description: Provides operations to manage the decisions property of the microsoft.graph.accessReviewStage entity. get: tags: - identityGovernance.accessReviewSet summary: List decisions (from a multi-stage access review) description: Get the decisions from a stage in a multi-stage access review. The decisions in an accessReviewStage object are represented by an accessReviewInstanceDecisionItem object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/accessreviewstage-list-decisions?view=graph-rest-1.0 operationId: identityGovernance.accessReviews.definitions.instances.stages.ListDecisions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.accessReviewInstanceDecisionItemCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.accessReviewSet summary: Create new navigation property to decisions for identityGovernance operationId: identityGovernance.accessReviews.definitions.instances.stages.CreateDecisions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItem' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessReviewScheduleDefinition-id in: path description: The unique identifier of accessReviewScheduleDefinition required: true schema: type: string x-ms-docs-key-type: accessReviewScheduleDefinition - name: accessReviewInstance-id in: path description: The unique identifier of accessReviewInstance required: true schema: type: string x-ms-docs-key-type: accessReviewInstance - name: accessReviewStage-id in: path description: The unique identifier of accessReviewStage required: true schema: type: string x-ms-docs-key-type: accessReviewStage '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}': description: Provides operations to manage the decisions property of the microsoft.graph.accessReviewStage entity. get: tags: - identityGovernance.accessReviewSet summary: Get accessReviewInstanceDecisionItem description: Read the properties and relationships of an accessReviewInstanceDecisionItem object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-get?view=graph-rest-1.0 operationId: identityGovernance.accessReviews.definitions.instances.stages.GetDecisions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.accessReviewSet summary: Update accessReviewInstanceDecisionItem description: 'Update access decisions, known as accessReviewInstanceDecisionItems, for which the user is the reviewer.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-update?view=graph-rest-1.0 operationId: identityGovernance.accessReviews.definitions.instances.stages.UpdateDecisions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItem' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.accessReviewSet summary: Delete navigation property decisions for identityGovernance operationId: identityGovernance.accessReviews.definitions.instances.stages.DeleteDecisions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessReviewScheduleDefinition-id in: path description: The unique identifier of accessReviewScheduleDefinition required: true schema: type: string x-ms-docs-key-type: accessReviewScheduleDefinition - name: accessReviewInstance-id in: path description: The unique identifier of accessReviewInstance required: true schema: type: string x-ms-docs-key-type: accessReviewInstance - name: accessReviewStage-id in: path description: The unique identifier of accessReviewStage required: true schema: type: string x-ms-docs-key-type: accessReviewStage - name: accessReviewInstanceDecisionItem-id in: path description: The unique identifier of accessReviewInstanceDecisionItem required: true schema: type: string x-ms-docs-key-type: accessReviewInstanceDecisionItem '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights': description: Provides operations to manage the insights property of the microsoft.graph.accessReviewInstanceDecisionItem entity. get: tags: - identityGovernance.accessReviewSet summary: Get insights from identityGovernance description: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. operationId: identityGovernance.accessReviews.definitions.instances.stages.decisions.ListInsights parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.governanceInsightCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.accessReviewSet summary: Create new navigation property to insights for identityGovernance operationId: identityGovernance.accessReviews.definitions.instances.stages.decisions.CreateInsights requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.governanceInsight' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.governanceInsight' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessReviewScheduleDefinition-id in: path description: The unique identifier of accessReviewScheduleDefinition required: true schema: type: string x-ms-docs-key-type: accessReviewScheduleDefinition - name: accessReviewInstance-id in: path description: The unique identifier of accessReviewInstance required: true schema: type: string x-ms-docs-key-type: accessReviewInstance - name: accessReviewStage-id in: path description: The unique identifier of accessReviewStage required: true schema: type: string x-ms-docs-key-type: accessReviewStage - name: accessReviewInstanceDecisionItem-id in: path description: The unique identifier of accessReviewInstanceDecisionItem required: true schema: type: string x-ms-docs-key-type: accessReviewInstanceDecisionItem x-ms-docs-grouped-path: - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights' '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}': description: Provides operations to manage the insights property of the microsoft.graph.accessReviewInstanceDecisionItem entity. get: tags: - identityGovernance.accessReviewSet summary: Get insights from identityGovernance description: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. operationId: identityGovernance.accessReviews.definitions.instances.stages.decisions.GetInsights parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.governanceInsight' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.accessReviewSet summary: Update the navigation property insights in identityGovernance operationId: identityGovernance.accessReviews.definitions.instances.stages.decisions.UpdateInsights requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.governanceInsight' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.governanceInsight' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.accessReviewSet summary: Delete navigation property insights for identityGovernance operationId: identityGovernance.accessReviews.definitions.instances.stages.decisions.DeleteInsights parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessReviewScheduleDefinition-id in: path description: The unique identifier of accessReviewScheduleDefinition required: true schema: type: string x-ms-docs-key-type: accessReviewScheduleDefinition - name: accessReviewInstance-id in: path description: The unique identifier of accessReviewInstance required: true schema: type: string x-ms-docs-key-type: accessReviewInstance - name: accessReviewStage-id in: path description: The unique identifier of accessReviewStage required: true schema: type: string x-ms-docs-key-type: accessReviewStage - name: accessReviewInstanceDecisionItem-id in: path description: The unique identifier of accessReviewInstanceDecisionItem required: true schema: type: string x-ms-docs-key-type: accessReviewInstanceDecisionItem - name: governanceInsight-id in: path description: The unique identifier of governanceInsight required: true schema: type: string x-ms-docs-key-type: governanceInsight x-ms-docs-grouped-path: - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}' '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.accessReviewSet summary: Get the number of the resource operationId: identityGovernance.accessReviews.definitions.instances.stages.decisions.insights.GetCount-fabb parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: accessReviewScheduleDefinition-id in: path description: The unique identifier of accessReviewScheduleDefinition required: true schema: type: string x-ms-docs-key-type: accessReviewScheduleDefinition - name: accessReviewInstance-id in: path description: The unique identifier of accessReviewInstance required: true schema: type: string x-ms-docs-key-type: accessReviewInstance - name: accessReviewStage-id in: path description: The unique identifier of accessReviewStage required: true schema: type: string x-ms-docs-key-type: accessReviewStage - name: accessReviewInstanceDecisionItem-id in: path description: The unique identifier of accessReviewInstanceDecisionItem required: true schema: type: string x-ms-docs-key-type: accessReviewInstanceDecisionItem '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.accessReviewSet summary: Get the number of the resource operationId: identityGovernance.accessReviews.definitions.instances.stages.decisions.GetCount-35e1 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: accessReviewScheduleDefinition-id in: path description: The unique identifier of accessReviewScheduleDefinition required: true schema: type: string x-ms-docs-key-type: accessReviewScheduleDefinition - name: accessReviewInstance-id in: path description: The unique identifier of accessReviewInstance required: true schema: type: string x-ms-docs-key-type: accessReviewInstance - name: accessReviewStage-id in: path description: The unique identifier of accessReviewStage required: true schema: type: string x-ms-docs-key-type: accessReviewStage '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/filterByCurrentUser(on=''{on}'')': description: Provides operations to call the filterByCurrentUser method. get: tags: - identityGovernance.Functions summary: Invoke function filterByCurrentUser description: 'Retrieve all decision items for an instance of an access review or a stage of an instance of a multi-stage access review, for which the calling user is the reviewer. The decision items are represented by accessReviewInstanceDecisionItem objects on a given accessReviewInstance or accessReviewStage for which the calling user is the reviewer.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-filterbycurrentuser?view=graph-rest-1.0 operationId: identityGovernance.accessReviews.definitions.accessReviewScheduleDefinition.instances.accessReviewInstance.stages.accessReviewStage.decisions.filterByCurrentUser parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of accessReviewInstanceDecisionItem type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: accessReviewScheduleDefinition-id in: path description: The unique identifier of accessReviewScheduleDefinition required: true schema: type: string x-ms-docs-key-type: accessReviewScheduleDefinition - name: accessReviewInstance-id in: path description: The unique identifier of accessReviewInstance required: true schema: type: string x-ms-docs-key-type: accessReviewInstance - name: accessReviewStage-id in: path description: The unique identifier of accessReviewStage required: true schema: type: string x-ms-docs-key-type: accessReviewStage - name: on in: path description: 'Usage: on=''{on}''' required: true schema: $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItemFilterByCurrentUserOptions' x-ms-docs-grouped-path: - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/accessReviews/definitions/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/appConsent/appConsentRequests/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/entitlementManagement/accessPackages/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/entitlementManagement/assignmentRequests/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/entitlementManagement/assignments/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/assignmentApprovals/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/assignmentSchedules/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/eligibilitySchedules/filterByCurrentUser(on=''{on}'')' '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/stop': description: Provides operations to call the stop method. post: tags: - identityGovernance.Actions summary: Invoke action stop description: 'Stop an access review stage that is inProgress. After the access review stage stops, the stage status will be Completed and the reviewers can no longer give input. If there are subsequent stages that depend on the completed stage, the next stage will be created. The accessReviewInstanceDecisionItem objects will always reflect the last decisions recorded across all stages at that given time, regardless of the status of the stages.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/accessreviewstage-stop?view=graph-rest-1.0 operationId: identityGovernance.accessReviews.definitions.accessReviewScheduleDefinition.instances.accessReviewInstance.stages.accessReviewStage.stop responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: accessReviewScheduleDefinition-id in: path description: The unique identifier of accessReviewScheduleDefinition required: true schema: type: string x-ms-docs-key-type: accessReviewScheduleDefinition - name: accessReviewInstance-id in: path description: The unique identifier of accessReviewInstance required: true schema: type: string x-ms-docs-key-type: accessReviewInstance - name: accessReviewStage-id in: path description: The unique identifier of accessReviewStage required: true schema: type: string x-ms-docs-key-type: accessReviewStage x-ms-docs-grouped-path: - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stop' - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/stop' '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.accessReviewSet summary: Get the number of the resource operationId: identityGovernance.accessReviews.definitions.instances.stages.GetCount-f2c5 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: accessReviewScheduleDefinition-id in: path description: The unique identifier of accessReviewScheduleDefinition required: true schema: type: string x-ms-docs-key-type: accessReviewScheduleDefinition - name: accessReviewInstance-id in: path description: The unique identifier of accessReviewInstance required: true schema: type: string x-ms-docs-key-type: accessReviewInstance '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/filterByCurrentUser(on=''{on}'')': description: Provides operations to call the filterByCurrentUser method. get: tags: - identityGovernance.Functions summary: Invoke function filterByCurrentUser description: Return all accessReviewStage objects on a given accessReviewInstance where the calling user is a reviewer on one or more accessReviewInstanceDecisionItem objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/accessreviewstage-filterbycurrentuser?view=graph-rest-1.0 operationId: identityGovernance.accessReviews.definitions.accessReviewScheduleDefinition.instances.accessReviewInstance.stages.filterByCurrentUser parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of accessReviewStage type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.accessReviewStage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: accessReviewScheduleDefinition-id in: path description: The unique identifier of accessReviewScheduleDefinition required: true schema: type: string x-ms-docs-key-type: accessReviewScheduleDefinition - name: accessReviewInstance-id in: path description: The unique identifier of accessReviewInstance required: true schema: type: string x-ms-docs-key-type: accessReviewInstance - name: on in: path description: 'Usage: on=''{on}''' required: true schema: $ref: '#/components/schemas/microsoft.graph.accessReviewStageFilterByCurrentUserOptions' x-ms-docs-grouped-path: - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/accessReviews/definitions/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/appConsent/appConsentRequests/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/entitlementManagement/accessPackages/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/entitlementManagement/assignmentRequests/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/entitlementManagement/assignments/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/assignmentApprovals/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/assignmentSchedules/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/eligibilitySchedules/filterByCurrentUser(on=''{on}'')' '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.accessReviewSet summary: Get the number of the resource operationId: identityGovernance.accessReviews.definitions.instances.GetCount-b022 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: accessReviewScheduleDefinition-id in: path description: The unique identifier of accessReviewScheduleDefinition required: true schema: type: string x-ms-docs-key-type: accessReviewScheduleDefinition '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/filterByCurrentUser(on=''{on}'')': description: Provides operations to call the filterByCurrentUser method. get: tags: - identityGovernance.Functions summary: Invoke function filterByCurrentUser description: Retrieve all accessReviewInstance objects on a given accessReviewScheduleDefinition where the calling user is a reviewer on one or more accessReviewInstanceDecisionItem objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/accessreviewinstance-filterbycurrentuser?view=graph-rest-1.0 operationId: identityGovernance.accessReviews.definitions.accessReviewScheduleDefinition.instances.filterByCurrentUser parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of accessReviewInstance type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.accessReviewInstance' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: accessReviewScheduleDefinition-id in: path description: The unique identifier of accessReviewScheduleDefinition required: true schema: type: string x-ms-docs-key-type: accessReviewScheduleDefinition - name: on in: path description: 'Usage: on=''{on}''' required: true schema: $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceFilterByCurrentUserOptions' x-ms-docs-grouped-path: - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/accessReviews/definitions/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/appConsent/appConsentRequests/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/entitlementManagement/accessPackages/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/entitlementManagement/assignmentRequests/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/entitlementManagement/assignments/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/assignmentApprovals/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/assignmentSchedules/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/eligibilitySchedules/filterByCurrentUser(on=''{on}'')' '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/stop': description: Provides operations to call the stop method. post: tags: - identityGovernance.Actions summary: Invoke action stop operationId: identityGovernance.accessReviews.definitions.accessReviewScheduleDefinition.stop responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: accessReviewScheduleDefinition-id in: path description: The unique identifier of accessReviewScheduleDefinition required: true schema: type: string x-ms-docs-key-type: accessReviewScheduleDefinition x-ms-docs-grouped-path: - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stop' - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/stop' /identityGovernance/accessReviews/definitions/$count: description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.accessReviewSet summary: Get the number of the resource operationId: identityGovernance.accessReviews.definitions.GetCount-6cbe parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' '/identityGovernance/accessReviews/definitions/filterByCurrentUser(on=''{on}'')': description: Provides operations to call the filterByCurrentUser method. get: tags: - identityGovernance.Functions summary: Invoke function filterByCurrentUser description: Returns accessReviewScheduleDefinition objects where the calling user is a reviewer on one or more accessReviewInstance objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-filterbycurrentuser?view=graph-rest-1.0 operationId: identityGovernance.accessReviews.definitions.filterByCurrentUser parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of accessReviewScheduleDefinition type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.accessReviewScheduleDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: on in: path description: 'Usage: on=''{on}''' required: true schema: $ref: '#/components/schemas/microsoft.graph.accessReviewScheduleDefinitionFilterByCurrentUserOptions' x-ms-docs-grouped-path: - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/appConsent/appConsentRequests/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/entitlementManagement/accessPackages/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/entitlementManagement/assignmentRequests/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/entitlementManagement/assignments/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/assignmentApprovals/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/assignmentSchedules/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/eligibilitySchedules/filterByCurrentUser(on=''{on}'')' /identityGovernance/accessReviews/historyDefinitions: description: Provides operations to manage the historyDefinitions property of the microsoft.graph.accessReviewSet entity. get: tags: - identityGovernance.accessReviewSet summary: List historyDefinitions description: 'Retrieve the accessReviewHistoryDefinition objects created in the last 30 days, including all nested properties.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/accessreviewset-list-historydefinitions?view=graph-rest-1.0 operationId: identityGovernance.accessReviews.ListHistoryDefinitions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.accessReviewHistoryDefinitionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.accessReviewSet summary: Create historyDefinitions description: Create a new accessReviewHistoryDefinition object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/accessreviewset-post-historydefinitions?view=graph-rest-1.0 operationId: identityGovernance.accessReviews.CreateHistoryDefinitions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessReviewHistoryDefinition' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessReviewHistoryDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}': description: Provides operations to manage the historyDefinitions property of the microsoft.graph.accessReviewSet entity. get: tags: - identityGovernance.accessReviewSet summary: Get accessReviewHistoryDefinition description: 'Retrieve an accessReviewHistoryDefinition object by its identifier. All the properties of the access review history definition object are returned. If the definition is 30 days or older, a 404 Not Found error is returned.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/accessreviewhistorydefinition-get?view=graph-rest-1.0 operationId: identityGovernance.accessReviews.GetHistoryDefinitions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessReviewHistoryDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.accessReviewSet summary: Update the navigation property historyDefinitions in identityGovernance operationId: identityGovernance.accessReviews.UpdateHistoryDefinitions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessReviewHistoryDefinition' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessReviewHistoryDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.accessReviewSet summary: Delete navigation property historyDefinitions for identityGovernance operationId: identityGovernance.accessReviews.DeleteHistoryDefinitions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessReviewHistoryDefinition-id in: path description: The unique identifier of accessReviewHistoryDefinition required: true schema: type: string x-ms-docs-key-type: accessReviewHistoryDefinition '/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances': description: Provides operations to manage the instances property of the microsoft.graph.accessReviewHistoryDefinition entity. get: tags: - identityGovernance.accessReviewSet summary: List instances (of an accessReviewHistoryDefinition) description: Retrieve the instances of an access review history definition created in the last 30 days. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/accessreviewhistorydefinition-list-instances?view=graph-rest-1.0 operationId: identityGovernance.accessReviews.historyDefinitions.ListInstances parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.accessReviewHistoryInstanceCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.accessReviewSet summary: Create new navigation property to instances for identityGovernance operationId: identityGovernance.accessReviews.historyDefinitions.CreateInstances requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessReviewHistoryInstance' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessReviewHistoryInstance' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessReviewHistoryDefinition-id in: path description: The unique identifier of accessReviewHistoryDefinition required: true schema: type: string x-ms-docs-key-type: accessReviewHistoryDefinition '/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}': description: Provides operations to manage the instances property of the microsoft.graph.accessReviewHistoryDefinition entity. get: tags: - identityGovernance.accessReviewSet summary: Get instances from identityGovernance description: 'If the accessReviewHistoryDefinition is a recurring definition, instances represent each recurrence. A definition that doesn''t recur will have exactly one instance.' operationId: identityGovernance.accessReviews.historyDefinitions.GetInstances parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessReviewHistoryInstance' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.accessReviewSet summary: Update the navigation property instances in identityGovernance operationId: identityGovernance.accessReviews.historyDefinitions.UpdateInstances requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessReviewHistoryInstance' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessReviewHistoryInstance' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.accessReviewSet summary: Delete navigation property instances for identityGovernance operationId: identityGovernance.accessReviews.historyDefinitions.DeleteInstances parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessReviewHistoryDefinition-id in: path description: The unique identifier of accessReviewHistoryDefinition required: true schema: type: string x-ms-docs-key-type: accessReviewHistoryDefinition - name: accessReviewHistoryInstance-id in: path description: The unique identifier of accessReviewHistoryInstance required: true schema: type: string x-ms-docs-key-type: accessReviewHistoryInstance '/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}/generateDownloadUri': description: Provides operations to call the generateDownloadUri method. post: tags: - identityGovernance.Actions summary: Invoke action generateDownloadUri description: Generates a URI for an accessReviewHistoryInstance object the status for which is done. Each URI can be used to retrieve the instance's review history data. Each URI is valid for 24 hours and can be retrieved by fetching the downloadUri property from the accessReviewHistoryInstance object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/accessreviewhistoryinstance-generatedownloaduri?view=graph-rest-1.0 operationId: identityGovernance.accessReviews.historyDefinitions.accessReviewHistoryDefinition.instances.accessReviewHistoryInstance.generateDownloadUri responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.accessReviewHistoryInstance' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: accessReviewHistoryDefinition-id in: path description: The unique identifier of accessReviewHistoryDefinition required: true schema: type: string x-ms-docs-key-type: accessReviewHistoryDefinition - name: accessReviewHistoryInstance-id in: path description: The unique identifier of accessReviewHistoryInstance required: true schema: type: string x-ms-docs-key-type: accessReviewHistoryInstance '/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.accessReviewSet summary: Get the number of the resource operationId: identityGovernance.accessReviews.historyDefinitions.instances.GetCount-cbe7 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: accessReviewHistoryDefinition-id in: path description: The unique identifier of accessReviewHistoryDefinition required: true schema: type: string x-ms-docs-key-type: accessReviewHistoryDefinition /identityGovernance/accessReviews/historyDefinitions/$count: description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.accessReviewSet summary: Get the number of the resource operationId: identityGovernance.accessReviews.historyDefinitions.GetCount-6aff parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /identityGovernance/appConsent: description: Provides operations to manage the appConsent property of the microsoft.graph.identityGovernance entity. get: tags: - identityGovernance.appConsentApprovalRoute summary: Get appConsent from identityGovernance operationId: identityGovernance.GetAppConsent parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.appConsentApprovalRoute' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.appConsentApprovalRoute summary: Update the navigation property appConsent in identityGovernance operationId: identityGovernance.UpdateAppConsent requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.appConsentApprovalRoute' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.appConsentApprovalRoute' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.appConsentApprovalRoute summary: Delete navigation property appConsent for identityGovernance operationId: identityGovernance.DeleteAppConsent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /identityGovernance/appConsent/appConsentRequests: description: Provides operations to manage the appConsentRequests property of the microsoft.graph.appConsentApprovalRoute entity. get: tags: - identityGovernance.appConsentApprovalRoute summary: List appConsentRequests description: Retrieve appConsentRequest objects and their properties. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/appconsentapprovalroute-list-appconsentrequests?view=graph-rest-1.0 operationId: identityGovernance.appConsent.ListAppConsentRequests parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.appConsentRequestCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.appConsentApprovalRoute summary: Create new navigation property to appConsentRequests for identityGovernance operationId: identityGovernance.appConsent.CreateAppConsentRequests requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.appConsentRequest' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.appConsentRequest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}': description: Provides operations to manage the appConsentRequests property of the microsoft.graph.appConsentApprovalRoute entity. get: tags: - identityGovernance.appConsentApprovalRoute summary: Get appConsentRequest description: Read the properties and relationships of an appConsentRequest object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/appconsentrequest-get?view=graph-rest-1.0 operationId: identityGovernance.appConsent.GetAppConsentRequests parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.appConsentRequest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.appConsentApprovalRoute summary: Update the navigation property appConsentRequests in identityGovernance operationId: identityGovernance.appConsent.UpdateAppConsentRequests requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.appConsentRequest' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.appConsentRequest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.appConsentApprovalRoute summary: Delete navigation property appConsentRequests for identityGovernance operationId: identityGovernance.appConsent.DeleteAppConsentRequests parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: appConsentRequest-id in: path description: The unique identifier of appConsentRequest required: true schema: type: string x-ms-docs-key-type: appConsentRequest '/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests': description: Provides operations to manage the userConsentRequests property of the microsoft.graph.appConsentRequest entity. get: tags: - identityGovernance.appConsentApprovalRoute summary: List userConsentRequests description: Retrieve a collection of userConsentRequest objects and their properties. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/appconsentrequest-list-userconsentrequests?view=graph-rest-1.0 operationId: identityGovernance.appConsent.appConsentRequests.ListUserConsentRequests parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.userConsentRequestCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.appConsentApprovalRoute summary: Create new navigation property to userConsentRequests for identityGovernance operationId: identityGovernance.appConsent.appConsentRequests.CreateUserConsentRequests requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userConsentRequest' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userConsentRequest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: appConsentRequest-id in: path description: The unique identifier of appConsentRequest required: true schema: type: string x-ms-docs-key-type: appConsentRequest '/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}': description: Provides operations to manage the userConsentRequests property of the microsoft.graph.appConsentRequest entity. get: tags: - identityGovernance.appConsentApprovalRoute summary: Get userConsentRequest description: Read the properties and relationships of a userConsentRequest object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/userconsentrequest-get?view=graph-rest-1.0 operationId: identityGovernance.appConsent.appConsentRequests.GetUserConsentRequests parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userConsentRequest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.appConsentApprovalRoute summary: Update the navigation property userConsentRequests in identityGovernance operationId: identityGovernance.appConsent.appConsentRequests.UpdateUserConsentRequests requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userConsentRequest' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userConsentRequest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.appConsentApprovalRoute summary: Delete navigation property userConsentRequests for identityGovernance operationId: identityGovernance.appConsent.appConsentRequests.DeleteUserConsentRequests parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: appConsentRequest-id in: path description: The unique identifier of appConsentRequest required: true schema: type: string x-ms-docs-key-type: appConsentRequest - name: userConsentRequest-id in: path description: The unique identifier of userConsentRequest required: true schema: type: string x-ms-docs-key-type: userConsentRequest '/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval': description: Provides operations to manage the approval property of the microsoft.graph.userConsentRequest entity. get: tags: - identityGovernance.appConsentApprovalRoute summary: Get approval from identityGovernance description: Approval decisions associated with a request. operationId: identityGovernance.appConsent.appConsentRequests.userConsentRequests.GetApproval parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.approval' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.appConsentApprovalRoute summary: Update the navigation property approval in identityGovernance operationId: identityGovernance.appConsent.appConsentRequests.userConsentRequests.UpdateApproval requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.approval' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.approval' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.appConsentApprovalRoute summary: Delete navigation property approval for identityGovernance operationId: identityGovernance.appConsent.appConsentRequests.userConsentRequests.DeleteApproval parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: appConsentRequest-id in: path description: The unique identifier of appConsentRequest required: true schema: type: string x-ms-docs-key-type: appConsentRequest - name: userConsentRequest-id in: path description: The unique identifier of userConsentRequest required: true schema: type: string x-ms-docs-key-type: userConsentRequest '/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages': description: Provides operations to manage the stages property of the microsoft.graph.approval entity. get: tags: - identityGovernance.appConsentApprovalRoute summary: Get stages from identityGovernance description: A collection of stages in the approval decision. operationId: identityGovernance.appConsent.appConsentRequests.userConsentRequests.approval.ListStages parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.approvalStageCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.appConsentApprovalRoute summary: Create new navigation property to stages for identityGovernance operationId: identityGovernance.appConsent.appConsentRequests.userConsentRequests.approval.CreateStages requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.approvalStage' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.approvalStage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: appConsentRequest-id in: path description: The unique identifier of appConsentRequest required: true schema: type: string x-ms-docs-key-type: appConsentRequest - name: userConsentRequest-id in: path description: The unique identifier of userConsentRequest required: true schema: type: string x-ms-docs-key-type: userConsentRequest x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages' - '/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/stages' '/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages/{approvalStage-id}': description: Provides operations to manage the stages property of the microsoft.graph.approval entity. get: tags: - identityGovernance.appConsentApprovalRoute summary: Get stages from identityGovernance description: A collection of stages in the approval decision. operationId: identityGovernance.appConsent.appConsentRequests.userConsentRequests.approval.GetStages parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.approvalStage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.appConsentApprovalRoute summary: Update the navigation property stages in identityGovernance operationId: identityGovernance.appConsent.appConsentRequests.userConsentRequests.approval.UpdateStages requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.approvalStage' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.approvalStage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.appConsentApprovalRoute summary: Delete navigation property stages for identityGovernance operationId: identityGovernance.appConsent.appConsentRequests.userConsentRequests.approval.DeleteStages parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: appConsentRequest-id in: path description: The unique identifier of appConsentRequest required: true schema: type: string x-ms-docs-key-type: appConsentRequest - name: userConsentRequest-id in: path description: The unique identifier of userConsentRequest required: true schema: type: string x-ms-docs-key-type: userConsentRequest - name: approvalStage-id in: path description: The unique identifier of approvalStage required: true schema: type: string x-ms-docs-key-type: approvalStage x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages/{approvalStage-id}' - '/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/stages/{approvalStage-id}' '/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.appConsentApprovalRoute summary: Get the number of the resource operationId: identityGovernance.appConsent.appConsentRequests.userConsentRequests.approval.stages.GetCount-3a21 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: appConsentRequest-id in: path description: The unique identifier of appConsentRequest required: true schema: type: string x-ms-docs-key-type: appConsentRequest - name: userConsentRequest-id in: path description: The unique identifier of userConsentRequest required: true schema: type: string x-ms-docs-key-type: userConsentRequest '/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.appConsentApprovalRoute summary: Get the number of the resource operationId: identityGovernance.appConsent.appConsentRequests.userConsentRequests.GetCount-cf9d parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: appConsentRequest-id in: path description: The unique identifier of appConsentRequest required: true schema: type: string x-ms-docs-key-type: appConsentRequest '/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/filterByCurrentUser(on=''{on}'')': description: Provides operations to call the filterByCurrentUser method. get: tags: - identityGovernance.Functions summary: Invoke function filterByCurrentUser description: 'Retrieve a collection of userConsentRequest objects for accessing a specified app, for which the current user is the reviewer.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/userconsentrequest-filterbycurrentuser?view=graph-rest-1.0 operationId: identityGovernance.appConsent.appConsentRequests.appConsentRequest.userConsentRequests.filterByCurrentUser parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of userConsentRequest type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.userConsentRequest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: appConsentRequest-id in: path description: The unique identifier of appConsentRequest required: true schema: type: string x-ms-docs-key-type: appConsentRequest - name: on in: path description: 'Usage: on=''{on}''' required: true schema: $ref: '#/components/schemas/microsoft.graph.consentRequestFilterByCurrentUserOptions' x-ms-docs-grouped-path: - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/accessReviews/definitions/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/appConsent/appConsentRequests/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/entitlementManagement/accessPackages/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/entitlementManagement/assignmentRequests/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/entitlementManagement/assignments/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/assignmentApprovals/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/assignmentSchedules/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/eligibilitySchedules/filterByCurrentUser(on=''{on}'')' /identityGovernance/appConsent/appConsentRequests/$count: description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.appConsentApprovalRoute summary: Get the number of the resource operationId: identityGovernance.appConsent.appConsentRequests.GetCount-d9b5 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' '/identityGovernance/appConsent/appConsentRequests/filterByCurrentUser(on=''{on}'')': description: Provides operations to call the filterByCurrentUser method. get: tags: - identityGovernance.Functions summary: Invoke function filterByCurrentUser description: Retrieve a collection of appConsentRequest objects for which the current user is the reviewer and the status of the userConsentRequest for accessing the specified app is InProgress. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/appconsentrequest-filterbycurrentuser?view=graph-rest-1.0 operationId: identityGovernance.appConsent.appConsentRequests.filterByCurrentUser parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of appConsentRequest type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.appConsentRequest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: on in: path description: 'Usage: on=''{on}''' required: true schema: $ref: '#/components/schemas/microsoft.graph.consentRequestFilterByCurrentUserOptions' x-ms-docs-grouped-path: - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/accessReviews/definitions/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/entitlementManagement/accessPackages/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/entitlementManagement/assignmentRequests/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/entitlementManagement/assignments/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/assignmentApprovals/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/assignmentSchedules/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/eligibilitySchedules/filterByCurrentUser(on=''{on}'')' /identityGovernance/entitlementManagement: description: Provides operations to manage the entitlementManagement property of the microsoft.graph.identityGovernance entity. get: tags: - identityGovernance.entitlementManagement summary: Get entitlementManagement from identityGovernance operationId: identityGovernance.GetEntitlementManagement parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.entitlementManagement' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property entitlementManagement in identityGovernance operationId: identityGovernance.UpdateEntitlementManagement requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.entitlementManagement' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.entitlementManagement' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property entitlementManagement for identityGovernance operationId: identityGovernance.DeleteEntitlementManagement parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /identityGovernance/entitlementManagement/accessPackageAssignmentApprovals: description: Provides operations to manage the accessPackageAssignmentApprovals property of the microsoft.graph.entitlementManagement entity. get: tags: - identityGovernance.entitlementManagement summary: Get approval description: "Retrieve the properties of an approval object. This API request is made by an approver in the following scenarios: In Microsoft Entra entitlement management, providing the identifier of the access package assignment request.\nIn PIM for groups, providing the identifier of the assignment schedule request." operationId: identityGovernance.entitlementManagement.ListAccessPackageAssignmentApprovals parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.approvalCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.entitlementManagement summary: Create new navigation property to accessPackageAssignmentApprovals for identityGovernance operationId: identityGovernance.entitlementManagement.CreateAccessPackageAssignmentApprovals requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.approval' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.approval' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}': description: Provides operations to manage the accessPackageAssignmentApprovals property of the microsoft.graph.entitlementManagement entity. get: tags: - identityGovernance.entitlementManagement summary: Get approval description: "Retrieve the properties of an approval object. This API request is made by an approver in the following scenarios: In Microsoft Entra entitlement management, providing the identifier of the access package assignment request.\nIn PIM for groups, providing the identifier of the assignment schedule request." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/approval-get?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.GetAccessPackageAssignmentApprovals parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.approval' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property accessPackageAssignmentApprovals in identityGovernance operationId: identityGovernance.entitlementManagement.UpdateAccessPackageAssignmentApprovals requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.approval' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.approval' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property accessPackageAssignmentApprovals for identityGovernance operationId: identityGovernance.entitlementManagement.DeleteAccessPackageAssignmentApprovals parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: approval-id in: path description: The unique identifier of approval required: true schema: type: string x-ms-docs-key-type: approval '/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages': description: Provides operations to manage the stages property of the microsoft.graph.approval entity. get: tags: - identityGovernance.entitlementManagement summary: List approval stages description: "List the approvalStage objects associated with an approval. This API request is made by an approver in the following scenarios: In Microsoft Entra entitlement management, providing the identifier of the access package assignment request.\nIn PIM for groups, providing the identifier of the assignment schedule request." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/approval-list-stages?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.accessPackageAssignmentApprovals.ListStages parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.approvalStageCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.entitlementManagement summary: Create new navigation property to stages for identityGovernance operationId: identityGovernance.entitlementManagement.accessPackageAssignmentApprovals.CreateStages requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.approvalStage' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.approvalStage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: approval-id in: path description: The unique identifier of approval required: true schema: type: string x-ms-docs-key-type: approval x-ms-docs-grouped-path: - '/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages' - '/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/stages' '/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages/{approvalStage-id}': description: Provides operations to manage the stages property of the microsoft.graph.approval entity. get: tags: - identityGovernance.entitlementManagement summary: Get approvalStage description: Retrieve the properties of an approvalStage object. An approval stage is contained within an approval object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/approvalstage-get?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.accessPackageAssignmentApprovals.GetStages parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.approvalStage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update approvalStage description: Approve or deny an approvalStage object in an approval. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/approvalstage-update?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.accessPackageAssignmentApprovals.UpdateStages requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.approvalStage' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.approvalStage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property stages for identityGovernance operationId: identityGovernance.entitlementManagement.accessPackageAssignmentApprovals.DeleteStages parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: approval-id in: path description: The unique identifier of approval required: true schema: type: string x-ms-docs-key-type: approval - name: approvalStage-id in: path description: The unique identifier of approvalStage required: true schema: type: string x-ms-docs-key-type: approvalStage x-ms-docs-grouped-path: - '/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages/{approvalStage-id}' - '/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/stages/{approvalStage-id}' '/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.entitlementManagement summary: Get the number of the resource operationId: identityGovernance.entitlementManagement.accessPackageAssignmentApprovals.stages.GetCount-0bb2 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: approval-id in: path description: The unique identifier of approval required: true schema: type: string x-ms-docs-key-type: approval /identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/$count: description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.entitlementManagement summary: Get the number of the resource operationId: identityGovernance.entitlementManagement.accessPackageAssignmentApprovals.GetCount-ac9b parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' '/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/filterByCurrentUser(on=''{on}'')': description: Provides operations to call the filterByCurrentUser method. get: tags: - identityGovernance.Functions summary: Invoke function filterByCurrentUser description: 'In Microsoft Entra entitlement management, return a collection of access package assignment approvals. The objects returned are those that are in scope for approval by the calling user. In PIM for groups, return a collection of assignment approvals. The objects returned are those that are in scope for approval by the calling user.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.accessPackageAssignmentApprovals.filterByCurrentUser parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of approval type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.approval' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: on in: path description: 'Usage: on=''{on}''' required: true schema: $ref: '#/components/schemas/microsoft.graph.approvalFilterByCurrentUserOptions' x-ms-docs-grouped-path: - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/accessReviews/definitions/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/appConsent/appConsentRequests/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/entitlementManagement/accessPackages/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/entitlementManagement/assignmentRequests/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/entitlementManagement/assignments/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/assignmentApprovals/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/assignmentSchedules/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/eligibilitySchedules/filterByCurrentUser(on=''{on}'')' /identityGovernance/entitlementManagement/accessPackages: description: Provides operations to manage the accessPackages property of the microsoft.graph.entitlementManagement entity. get: tags: - identityGovernance.entitlementManagement summary: List accessPackages description: 'Retrieve a list of accessPackage objects. The resulting list includes all the access packages that the caller has access to read, across all catalogs.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackages?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.ListAccessPackages parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.entitlementManagement summary: Create accessPackage description: Create a new accessPackage object. The access package will be added to an existing accessPackageCatalog. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/entitlementmanagement-post-accesspackages?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.CreateAccessPackages requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackage' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}': description: Provides operations to manage the accessPackages property of the microsoft.graph.entitlementManagement entity. get: tags: - identityGovernance.entitlementManagement summary: List resourceRoleScopes description: Retrieve an access package with a list of accessPackageResourceRoleScope objects. These objects represent the resource roles that an access package assigns to each subject. Each object links to an accessPackageResourceRole and an accessPackageResourceScope. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/accesspackage-list-resourcerolescopes?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.GetAccessPackages parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update accessPackage description: 'Update an existing accessPackage object to change one or more of its properties, such as the display name or description.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/accesspackage-update?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.UpdateAccessPackages requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackage' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete accessPackage description: Delete an accessPackage object. You cannot delete an access package if it has any accessPackageAssignment. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/accesspackage-delete?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.DeleteAccessPackages parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackage-id in: path description: The unique identifier of accessPackage required: true schema: type: string x-ms-docs-key-type: accessPackage '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith': description: Provides operations to manage the accessPackagesIncompatibleWith property of the microsoft.graph.accessPackage entity. get: tags: - identityGovernance.entitlementManagement summary: List accessPackagesIncompatibleWith description: Retrieve a list of the accessPackage objects that have marked a specified accessPackage as incompatible. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/accesspackage-list-accesspackagesincompatiblewith?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.accessPackages.ListAccessPackagesIncompatibleWith parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: accessPackage-id in: path description: The unique identifier of accessPackage required: true schema: type: string x-ms-docs-key-type: accessPackage '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith/{accessPackage-id1}': description: Provides operations to manage the accessPackagesIncompatibleWith property of the microsoft.graph.accessPackage entity. get: tags: - identityGovernance.entitlementManagement summary: Get accessPackagesIncompatibleWith from identityGovernance description: The access packages that are incompatible with this package. Read-only. operationId: identityGovernance.entitlementManagement.accessPackages.GetAccessPackagesIncompatibleWith parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackage-id in: path description: The unique identifier of accessPackage required: true schema: type: string x-ms-docs-key-type: accessPackage - name: accessPackage-id1 in: path description: The unique identifier of accessPackage required: true schema: type: string x-ms-docs-key-type: accessPackage '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.entitlementManagement summary: Get the number of the resource operationId: identityGovernance.entitlementManagement.accessPackages.accessPackagesIncompatibleWith.GetCount-2183 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: accessPackage-id in: path description: The unique identifier of accessPackage required: true schema: type: string x-ms-docs-key-type: accessPackage '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies': description: Provides operations to manage the assignmentPolicies property of the microsoft.graph.accessPackage entity. get: tags: - identityGovernance.entitlementManagement summary: Get assignmentPolicies from identityGovernance description: Read-only. Nullable. Supports $expand. operationId: identityGovernance.entitlementManagement.accessPackages.ListAssignmentPolicies parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageAssignmentPolicyCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.entitlementManagement summary: Create new navigation property to assignmentPolicies for identityGovernance operationId: identityGovernance.entitlementManagement.accessPackages.CreateAssignmentPolicies requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageAssignmentPolicy' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageAssignmentPolicy' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackage-id in: path description: The unique identifier of accessPackage required: true schema: type: string x-ms-docs-key-type: accessPackage '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}': description: Provides operations to manage the assignmentPolicies property of the microsoft.graph.accessPackage entity. get: tags: - identityGovernance.entitlementManagement summary: Get assignmentPolicies from identityGovernance description: Read-only. Nullable. Supports $expand. operationId: identityGovernance.entitlementManagement.accessPackages.GetAssignmentPolicies parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageAssignmentPolicy' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property assignmentPolicies in identityGovernance operationId: identityGovernance.entitlementManagement.accessPackages.UpdateAssignmentPolicies requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageAssignmentPolicy' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageAssignmentPolicy' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property assignmentPolicies for identityGovernance operationId: identityGovernance.entitlementManagement.accessPackages.DeleteAssignmentPolicies parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackage-id in: path description: The unique identifier of accessPackage required: true schema: type: string x-ms-docs-key-type: accessPackage - name: accessPackageAssignmentPolicy-id in: path description: The unique identifier of accessPackageAssignmentPolicy required: true schema: type: string x-ms-docs-key-type: accessPackageAssignmentPolicy '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackage': description: Provides operations to manage the accessPackage property of the microsoft.graph.accessPackageAssignmentPolicy entity. get: tags: - identityGovernance.entitlementManagement summary: Get accessPackage from identityGovernance description: Access package containing this policy. Read-only. Supports $expand. operationId: identityGovernance.entitlementManagement.accessPackages.assignmentPolicies.GetAccessPackage parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackage-id in: path description: The unique identifier of accessPackage required: true schema: type: string x-ms-docs-key-type: accessPackage - name: accessPackageAssignmentPolicy-id in: path description: The unique identifier of accessPackageAssignmentPolicy required: true schema: type: string x-ms-docs-key-type: accessPackageAssignmentPolicy x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackage' '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}/catalog': description: Provides operations to manage the catalog property of the microsoft.graph.accessPackageAssignmentPolicy entity. get: tags: - identityGovernance.entitlementManagement summary: Get catalog from identityGovernance description: Catalog of the access package containing this policy. Read-only. operationId: identityGovernance.entitlementManagement.accessPackages.assignmentPolicies.GetCatalog parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageCatalog' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackage-id in: path description: The unique identifier of accessPackage required: true schema: type: string x-ms-docs-key-type: accessPackage - name: accessPackageAssignmentPolicy-id in: path description: The unique identifier of accessPackageAssignmentPolicy required: true schema: type: string x-ms-docs-key-type: accessPackageAssignmentPolicy x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/catalog' '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings': description: Provides operations to manage the customExtensionStageSettings property of the microsoft.graph.accessPackageAssignmentPolicy entity. get: tags: - identityGovernance.entitlementManagement summary: Get customExtensionStageSettings from identityGovernance description: The collection of stages when to execute one or more custom access package workflow extensions. Supports $expand. operationId: identityGovernance.entitlementManagement.accessPackages.assignmentPolicies.ListCustomExtensionStageSettings parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.customExtensionStageSettingCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.entitlementManagement summary: Create new navigation property to customExtensionStageSettings for identityGovernance operationId: identityGovernance.entitlementManagement.accessPackages.assignmentPolicies.CreateCustomExtensionStageSettings requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.customExtensionStageSetting' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.customExtensionStageSetting' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackage-id in: path description: The unique identifier of accessPackage required: true schema: type: string x-ms-docs-key-type: accessPackage - name: accessPackageAssignmentPolicy-id in: path description: The unique identifier of accessPackageAssignmentPolicy required: true schema: type: string x-ms-docs-key-type: accessPackageAssignmentPolicy x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings' '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}': description: Provides operations to manage the customExtensionStageSettings property of the microsoft.graph.accessPackageAssignmentPolicy entity. get: tags: - identityGovernance.entitlementManagement summary: Get customExtensionStageSettings from identityGovernance description: The collection of stages when to execute one or more custom access package workflow extensions. Supports $expand. operationId: identityGovernance.entitlementManagement.accessPackages.assignmentPolicies.GetCustomExtensionStageSettings parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.customExtensionStageSetting' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property customExtensionStageSettings in identityGovernance operationId: identityGovernance.entitlementManagement.accessPackages.assignmentPolicies.UpdateCustomExtensionStageSettings requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.customExtensionStageSetting' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.customExtensionStageSetting' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property customExtensionStageSettings for identityGovernance operationId: identityGovernance.entitlementManagement.accessPackages.assignmentPolicies.DeleteCustomExtensionStageSettings parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackage-id in: path description: The unique identifier of accessPackage required: true schema: type: string x-ms-docs-key-type: accessPackage - name: accessPackageAssignmentPolicy-id in: path description: The unique identifier of accessPackageAssignmentPolicy required: true schema: type: string x-ms-docs-key-type: accessPackageAssignmentPolicy - name: customExtensionStageSetting-id in: path description: The unique identifier of customExtensionStageSetting required: true schema: type: string x-ms-docs-key-type: customExtensionStageSetting x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}' '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}/customExtension': description: Provides operations to manage the customExtension property of the microsoft.graph.customExtensionStageSetting entity. get: tags: - identityGovernance.entitlementManagement summary: Get customExtension from identityGovernance description: Indicates the custom workflow extension that will be executed at this stage. Nullable. Supports $expand. operationId: identityGovernance.entitlementManagement.accessPackages.assignmentPolicies.customExtensionStageSettings.GetCustomExtension parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.customCalloutExtension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackage-id in: path description: The unique identifier of accessPackage required: true schema: type: string x-ms-docs-key-type: accessPackage - name: accessPackageAssignmentPolicy-id in: path description: The unique identifier of accessPackageAssignmentPolicy required: true schema: type: string x-ms-docs-key-type: accessPackageAssignmentPolicy - name: customExtensionStageSetting-id in: path description: The unique identifier of customExtensionStageSetting required: true schema: type: string x-ms-docs-key-type: customExtensionStageSetting x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}/customExtension' '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.entitlementManagement summary: Get the number of the resource operationId: identityGovernance.entitlementManagement.accessPackages.assignmentPolicies.customExtensionStageSettings.GetCount-a366 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: accessPackage-id in: path description: The unique identifier of accessPackage required: true schema: type: string x-ms-docs-key-type: accessPackage - name: accessPackageAssignmentPolicy-id in: path description: The unique identifier of accessPackageAssignmentPolicy required: true schema: type: string x-ms-docs-key-type: accessPackageAssignmentPolicy '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions': description: Provides operations to manage the questions property of the microsoft.graph.accessPackageAssignmentPolicy entity. get: tags: - identityGovernance.entitlementManagement summary: Get questions from identityGovernance description: Questions that are posed to the requestor. operationId: identityGovernance.entitlementManagement.accessPackages.assignmentPolicies.ListQuestions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageQuestionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.entitlementManagement summary: Create new navigation property to questions for identityGovernance operationId: identityGovernance.entitlementManagement.accessPackages.assignmentPolicies.CreateQuestions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageQuestion' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageQuestion' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackage-id in: path description: The unique identifier of accessPackage required: true schema: type: string x-ms-docs-key-type: accessPackage - name: accessPackageAssignmentPolicy-id in: path description: The unique identifier of accessPackageAssignmentPolicy required: true schema: type: string x-ms-docs-key-type: accessPackageAssignmentPolicy x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions' '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions/{accessPackageQuestion-id}': description: Provides operations to manage the questions property of the microsoft.graph.accessPackageAssignmentPolicy entity. get: tags: - identityGovernance.entitlementManagement summary: Get questions from identityGovernance description: Questions that are posed to the requestor. operationId: identityGovernance.entitlementManagement.accessPackages.assignmentPolicies.GetQuestions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageQuestion' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property questions in identityGovernance operationId: identityGovernance.entitlementManagement.accessPackages.assignmentPolicies.UpdateQuestions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageQuestion' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageQuestion' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property questions for identityGovernance operationId: identityGovernance.entitlementManagement.accessPackages.assignmentPolicies.DeleteQuestions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackage-id in: path description: The unique identifier of accessPackage required: true schema: type: string x-ms-docs-key-type: accessPackage - name: accessPackageAssignmentPolicy-id in: path description: The unique identifier of accessPackageAssignmentPolicy required: true schema: type: string x-ms-docs-key-type: accessPackageAssignmentPolicy - name: accessPackageQuestion-id in: path description: The unique identifier of accessPackageQuestion required: true schema: type: string x-ms-docs-key-type: accessPackageQuestion x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions/{accessPackageQuestion-id}' '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.entitlementManagement summary: Get the number of the resource operationId: identityGovernance.entitlementManagement.accessPackages.assignmentPolicies.questions.GetCount-00ce parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: accessPackage-id in: path description: The unique identifier of accessPackage required: true schema: type: string x-ms-docs-key-type: accessPackage - name: accessPackageAssignmentPolicy-id in: path description: The unique identifier of accessPackageAssignmentPolicy required: true schema: type: string x-ms-docs-key-type: accessPackageAssignmentPolicy '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.entitlementManagement summary: Get the number of the resource operationId: identityGovernance.entitlementManagement.accessPackages.assignmentPolicies.GetCount-96f1 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: accessPackage-id in: path description: The unique identifier of accessPackage required: true schema: type: string x-ms-docs-key-type: accessPackage '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/catalog': description: Provides operations to manage the catalog property of the microsoft.graph.accessPackage entity. get: tags: - identityGovernance.entitlementManagement summary: Get catalog from identityGovernance description: Required when creating the access package. Read-only. Nullable. operationId: identityGovernance.entitlementManagement.accessPackages.GetCatalog parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageCatalog' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackage-id in: path description: The unique identifier of accessPackage required: true schema: type: string x-ms-docs-key-type: accessPackage '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages': description: Provides operations to manage the incompatibleAccessPackages property of the microsoft.graph.accessPackage entity. get: tags: - identityGovernance.entitlementManagement summary: List incompatibleAccessPackages description: 'Retrieve a list of the accessPackage objects that have been marked as incompatible on an accessPackage. ' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/accesspackage-list-incompatibleaccesspackages?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.accessPackages.ListIncompatibleAccessPackages parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: accessPackage-id in: path description: The unique identifier of accessPackage required: true schema: type: string x-ms-docs-key-type: accessPackage '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/{accessPackage-id1}/$ref': description: Provides operations to manage the collection of identityGovernance entities. delete: tags: - identityGovernance.entitlementManagement summary: Remove accessPackage from incompatibleAccessPackages description: 'Remove an access package from the list of access packages that have been marked as incompatible on an accessPackage. ' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/accesspackage-delete-incompatibleaccesspackage?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.accessPackages.incompatibleAccessPackages.DeleteRefAccessPackage parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackage-id in: path description: The unique identifier of accessPackage required: true schema: type: string x-ms-docs-key-type: accessPackage - name: accessPackage-id1 in: path description: The unique identifier of accessPackage required: true schema: type: string x-ms-docs-key-type: accessPackage '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.entitlementManagement summary: Get the number of the resource operationId: identityGovernance.entitlementManagement.accessPackages.incompatibleAccessPackages.GetCount-c2c1 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: accessPackage-id in: path description: The unique identifier of accessPackage required: true schema: type: string x-ms-docs-key-type: accessPackage '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref': description: Provides operations to manage the collection of identityGovernance entities. get: tags: - identityGovernance.entitlementManagement summary: List incompatibleAccessPackages description: 'Retrieve a list of the accessPackage objects that have been marked as incompatible on an accessPackage. ' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/accesspackage-list-incompatibleaccesspackages?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.accessPackages.ListRefIncompatibleAccessPackages parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/StringCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.entitlementManagement summary: Add accessPackage to incompatibleAccessPackages description: 'Add an accessPackage to the list of access packages that have been marked as incompatible on an accessPackage. ' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/accesspackage-post-incompatibleaccesspackage?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.accessPackages.CreateRefIncompatibleAccessPackages requestBody: $ref: '#/components/requestBodies/refPostBody' responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Remove accessPackage from incompatibleAccessPackages description: 'Remove an access package from the list of access packages that have been marked as incompatible on an accessPackage. ' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/accesspackage-delete-incompatibleaccesspackage?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.accessPackages.DeleteRefIncompatibleAccessPackages parameters: - name: If-Match in: header description: ETag schema: type: string - name: '@id' in: query description: The delete Uri required: true schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackage-id in: path description: The unique identifier of accessPackage required: true schema: type: string x-ms-docs-key-type: accessPackage '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups': description: Provides operations to manage the incompatibleGroups property of the microsoft.graph.accessPackage entity. get: tags: - identityGovernance.entitlementManagement summary: List incompatibleGroups description: 'Retrieve a list of the group objects that have been marked as incompatible on an accessPackage. ' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/accesspackage-list-incompatiblegroups?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.accessPackages.ListIncompatibleGroups parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.groupCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: accessPackage-id in: path description: The unique identifier of accessPackage required: true schema: type: string x-ms-docs-key-type: accessPackage '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/{group-id}/$ref': description: Provides operations to manage the collection of identityGovernance entities. delete: tags: - identityGovernance.entitlementManagement summary: Remove group from incompatibleGroups description: 'Remove a group from the list of groups that have been marked as incompatible on an accessPackage. ' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/accesspackage-delete-incompatiblegroup?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.accessPackages.incompatibleGroups.DeleteRefGroup parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackage-id in: path description: The unique identifier of accessPackage required: true schema: type: string x-ms-docs-key-type: accessPackage - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/{group-id}/serviceProvisioningErrors': get: tags: - identityGovernance.entitlementManagement summary: Get serviceProvisioningErrors property value description: '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).' operationId: identityGovernance.entitlementManagement.accessPackages.incompatibleGroups.ListServiceProvisioningErrors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: accessPackage-id in: path description: The unique identifier of accessPackage required: true schema: type: string x-ms-docs-key-type: accessPackage - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/{group-id}/serviceProvisioningErrors/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.entitlementManagement summary: Get the number of the resource operationId: identityGovernance.entitlementManagement.accessPackages.incompatibleGroups.ServiceProvisioningErrors.GetCount-072a parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: accessPackage-id in: path description: The unique identifier of accessPackage required: true schema: type: string x-ms-docs-key-type: accessPackage - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.entitlementManagement summary: Get the number of the resource operationId: identityGovernance.entitlementManagement.accessPackages.incompatibleGroups.GetCount-30b4 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: accessPackage-id in: path description: The unique identifier of accessPackage required: true schema: type: string x-ms-docs-key-type: accessPackage '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref': description: Provides operations to manage the collection of identityGovernance entities. get: tags: - identityGovernance.entitlementManagement summary: List incompatibleGroups description: 'Retrieve a list of the group objects that have been marked as incompatible on an accessPackage. ' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/accesspackage-list-incompatiblegroups?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.accessPackages.ListRefIncompatibleGroups parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/StringCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.entitlementManagement summary: Add group to incompatibleGroups description: 'Add a group to the list of groups that have been marked as incompatible on an accessPackage. ' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/accesspackage-post-incompatiblegroup?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.accessPackages.CreateRefIncompatibleGroups requestBody: $ref: '#/components/requestBodies/refPostBody' responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Remove group from incompatibleGroups description: 'Remove a group from the list of groups that have been marked as incompatible on an accessPackage. ' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/accesspackage-delete-incompatiblegroup?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.accessPackages.DeleteRefIncompatibleGroups parameters: - name: If-Match in: header description: ETag schema: type: string - name: '@id' in: query description: The delete Uri required: true schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackage-id in: path description: The unique identifier of accessPackage required: true schema: type: string x-ms-docs-key-type: accessPackage '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/getApplicablePolicyRequirements': description: Provides operations to call the getApplicablePolicyRequirements method. post: tags: - identityGovernance.Actions summary: Invoke action getApplicablePolicyRequirements description: 'In Microsoft Entra entitlement management, this action retrieves a list of accessPackageAssignmentRequestRequirements objects that the currently signed-in user can use to create an accessPackageAssignmentRequest. Each requirement object corresponds to an access package assignment policy that the currently signed-in user is allowed to request an assignment for.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/accesspackage-getapplicablepolicyrequirements?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.accessPackages.accessPackage.getApplicablePolicyRequirements responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.accessPackageAssignmentRequestRequirements' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: accessPackage-id in: path description: The unique identifier of accessPackage required: true schema: type: string x-ms-docs-key-type: accessPackage '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes': description: Provides operations to manage the resourceRoleScopes property of the microsoft.graph.accessPackage entity. get: tags: - identityGovernance.entitlementManagement summary: Get resourceRoleScopes from identityGovernance description: The resource roles and scopes in this access package. operationId: identityGovernance.entitlementManagement.accessPackages.ListResourceRoleScopes parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceRoleScopeCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.entitlementManagement summary: Create resourceRoleScope description: 'Create a new accessPackageResourceRoleScope for adding a resource role to an access package. The access package resource, for a group, an app, or a SharePoint Online site, must already exist in the access package catalog, and the originId for the resource role retrieved from the list of the resource roles. Once you add the resource role scope to the access package, the user will receive this resource role through any current and future access package assignments.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/accesspackage-post-resourcerolescopes?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.accessPackages.CreateResourceRoleScopes requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRoleScope' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRoleScope' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackage-id in: path description: The unique identifier of accessPackage required: true schema: type: string x-ms-docs-key-type: accessPackage '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}': description: Provides operations to manage the resourceRoleScopes property of the microsoft.graph.accessPackage entity. get: tags: - identityGovernance.entitlementManagement summary: Get resourceRoleScopes from identityGovernance description: The resource roles and scopes in this access package. operationId: identityGovernance.entitlementManagement.accessPackages.GetResourceRoleScopes parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRoleScope' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property resourceRoleScopes in identityGovernance operationId: identityGovernance.entitlementManagement.accessPackages.UpdateResourceRoleScopes requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRoleScope' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRoleScope' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Remove resourceRoleScope from an accessPackage description: Remove a accessPackageResourceRoleScope from an accessPackage list of resource role scopes. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/accesspackage-delete-resourcerolescopes?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.accessPackages.DeleteResourceRoleScopes parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackage-id in: path description: The unique identifier of accessPackage required: true schema: type: string x-ms-docs-key-type: accessPackage - name: accessPackageResourceRoleScope-id in: path description: The unique identifier of accessPackageResourceRoleScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRoleScope '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role': description: Provides operations to manage the role property of the microsoft.graph.accessPackageResourceRoleScope entity. get: tags: - identityGovernance.entitlementManagement summary: Get role from identityGovernance operationId: identityGovernance.entitlementManagement.accessPackages.resourceRoleScopes.GetRole parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property role in identityGovernance operationId: identityGovernance.entitlementManagement.accessPackages.resourceRoleScopes.UpdateRole requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property role for identityGovernance operationId: identityGovernance.entitlementManagement.accessPackages.resourceRoleScopes.DeleteRole parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackage-id in: path description: The unique identifier of accessPackage required: true schema: type: string x-ms-docs-key-type: accessPackage - name: accessPackageResourceRoleScope-id in: path description: The unique identifier of accessPackageResourceRoleScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRoleScope x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role' '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource': description: Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceRole entity. get: tags: - identityGovernance.entitlementManagement summary: Get resource from identityGovernance operationId: identityGovernance.entitlementManagement.accessPackages.resourceRoleScopes.role.GetResource parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property resource in identityGovernance operationId: identityGovernance.entitlementManagement.accessPackages.resourceRoleScopes.role.UpdateResource requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property resource for identityGovernance operationId: identityGovernance.entitlementManagement.accessPackages.resourceRoleScopes.role.DeleteResource parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackage-id in: path description: The unique identifier of accessPackage required: true schema: type: string x-ms-docs-key-type: accessPackage - name: accessPackageResourceRoleScope-id in: path description: The unique identifier of accessPackageResourceRoleScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRoleScope x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/environment': description: Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get environment from identityGovernance description: Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. operationId: identityGovernance.entitlementManagement.accessPackages.resourceRoleScopes.role.resource.GetEnvironment parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceEnvironment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackage-id in: path description: The unique identifier of accessPackage required: true schema: type: string x-ms-docs-key-type: accessPackage - name: accessPackageResourceRoleScope-id in: path description: The unique identifier of accessPackageResourceRoleScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRoleScope x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles': description: Provides operations to manage the roles property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get roles from identityGovernance description: Read-only. Nullable. Supports $expand. operationId: identityGovernance.entitlementManagement.accessPackages.resourceRoleScopes.role.resource.ListRoles parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceRoleCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.entitlementManagement summary: Create new navigation property to roles for identityGovernance operationId: identityGovernance.entitlementManagement.accessPackages.resourceRoleScopes.role.resource.CreateRoles requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackage-id in: path description: The unique identifier of accessPackage required: true schema: type: string x-ms-docs-key-type: accessPackage - name: accessPackageResourceRoleScope-id in: path description: The unique identifier of accessPackageResourceRoleScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRoleScope x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles' '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/{accessPackageResourceRole-id}': description: Provides operations to manage the roles property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get roles from identityGovernance description: Read-only. Nullable. Supports $expand. operationId: identityGovernance.entitlementManagement.accessPackages.resourceRoleScopes.role.resource.GetRoles parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property roles in identityGovernance operationId: identityGovernance.entitlementManagement.accessPackages.resourceRoleScopes.role.resource.UpdateRoles requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property roles for identityGovernance operationId: identityGovernance.entitlementManagement.accessPackages.resourceRoleScopes.role.resource.DeleteRoles parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackage-id in: path description: The unique identifier of accessPackage required: true schema: type: string x-ms-docs-key-type: accessPackage - name: accessPackageResourceRoleScope-id in: path description: The unique identifier of accessPackageResourceRoleScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRoleScope - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/roles/{accessPackageResourceRole-id1}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/roles/{accessPackageResourceRole-id1}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.entitlementManagement summary: Get the number of the resource operationId: identityGovernance.entitlementManagement.accessPackages.resourceRoleScopes.role.resource.roles.GetCount-43af parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: accessPackage-id in: path description: The unique identifier of accessPackage required: true schema: type: string x-ms-docs-key-type: accessPackage - name: accessPackageResourceRoleScope-id in: path description: The unique identifier of accessPackageResourceRoleScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRoleScope '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes': description: Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get scopes from identityGovernance description: Read-only. Nullable. Supports $expand. operationId: identityGovernance.entitlementManagement.accessPackages.resourceRoleScopes.role.resource.ListScopes parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceScopeCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.entitlementManagement summary: Create new navigation property to scopes for identityGovernance operationId: identityGovernance.entitlementManagement.accessPackages.resourceRoleScopes.role.resource.CreateScopes requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackage-id in: path description: The unique identifier of accessPackage required: true schema: type: string x-ms-docs-key-type: accessPackage - name: accessPackageResourceRoleScope-id in: path description: The unique identifier of accessPackageResourceRoleScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRoleScope x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes' '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}': description: Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get scopes from identityGovernance description: Read-only. Nullable. Supports $expand. operationId: identityGovernance.entitlementManagement.accessPackages.resourceRoleScopes.role.resource.GetScopes parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property scopes in identityGovernance operationId: identityGovernance.entitlementManagement.accessPackages.resourceRoleScopes.role.resource.UpdateScopes requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property scopes for identityGovernance operationId: identityGovernance.entitlementManagement.accessPackages.resourceRoleScopes.role.resource.DeleteScopes parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackage-id in: path description: The unique identifier of accessPackage required: true schema: type: string x-ms-docs-key-type: accessPackage - name: accessPackageResourceRoleScope-id in: path description: The unique identifier of accessPackageResourceRoleScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRoleScope - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/scopes/{accessPackageResourceScope-id1}' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/scopes/{accessPackageResourceScope-id1}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}' '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource': description: Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceScope entity. get: tags: - identityGovernance.entitlementManagement summary: Get resource from identityGovernance operationId: identityGovernance.entitlementManagement.accessPackages.resourceRoleScopes.role.resource.scopes.GetResource parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property resource in identityGovernance operationId: identityGovernance.entitlementManagement.accessPackages.resourceRoleScopes.role.resource.scopes.UpdateResource requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property resource for identityGovernance operationId: identityGovernance.entitlementManagement.accessPackages.resourceRoleScopes.role.resource.scopes.DeleteResource parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackage-id in: path description: The unique identifier of accessPackage required: true schema: type: string x-ms-docs-key-type: accessPackage - name: accessPackageResourceRoleScope-id in: path description: The unique identifier of accessPackageResourceRoleScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRoleScope - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource' '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/environment': description: Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get environment from identityGovernance description: Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. operationId: identityGovernance.entitlementManagement.accessPackages.resourceRoleScopes.role.resource.scopes.resource.GetEnvironment parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceEnvironment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackage-id in: path description: The unique identifier of accessPackage required: true schema: type: string x-ms-docs-key-type: accessPackage - name: accessPackageResourceRoleScope-id in: path description: The unique identifier of accessPackageResourceRoleScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRoleScope - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles': description: Provides operations to manage the roles property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get roles from identityGovernance description: Read-only. Nullable. Supports $expand. operationId: identityGovernance.entitlementManagement.accessPackages.resourceRoleScopes.role.resource.scopes.resource.ListRoles parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceRoleCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.entitlementManagement summary: Create new navigation property to roles for identityGovernance operationId: identityGovernance.entitlementManagement.accessPackages.resourceRoleScopes.role.resource.scopes.resource.CreateRoles requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackage-id in: path description: The unique identifier of accessPackage required: true schema: type: string x-ms-docs-key-type: accessPackage - name: accessPackageResourceRoleScope-id in: path description: The unique identifier of accessPackageResourceRoleScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRoleScope - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles' '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}': description: Provides operations to manage the roles property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get roles from identityGovernance description: Read-only. Nullable. Supports $expand. operationId: identityGovernance.entitlementManagement.accessPackages.resourceRoleScopes.role.resource.scopes.resource.GetRoles parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property roles in identityGovernance operationId: identityGovernance.entitlementManagement.accessPackages.resourceRoleScopes.role.resource.scopes.resource.UpdateRoles requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property roles for identityGovernance operationId: identityGovernance.entitlementManagement.accessPackages.resourceRoleScopes.role.resource.scopes.resource.DeleteRoles parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackage-id in: path description: The unique identifier of accessPackage required: true schema: type: string x-ms-docs-key-type: accessPackage - name: accessPackageResourceRoleScope-id in: path description: The unique identifier of accessPackageResourceRoleScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRoleScope - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/roles/{accessPackageResourceRole-id1}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/roles/{accessPackageResourceRole-id1}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.entitlementManagement summary: Get the number of the resource operationId: identityGovernance.entitlementManagement.accessPackages.resourceRoleScopes.role.resource.scopes.resource.roles.GetCount-29b9 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: accessPackage-id in: path description: The unique identifier of accessPackage required: true schema: type: string x-ms-docs-key-type: accessPackage - name: accessPackageResourceRoleScope-id in: path description: The unique identifier of accessPackageResourceRoleScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRoleScope - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.entitlementManagement summary: Get the number of the resource operationId: identityGovernance.entitlementManagement.accessPackages.resourceRoleScopes.role.resource.scopes.GetCount-a183 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: accessPackage-id in: path description: The unique identifier of accessPackage required: true schema: type: string x-ms-docs-key-type: accessPackage - name: accessPackageResourceRoleScope-id in: path description: The unique identifier of accessPackageResourceRoleScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRoleScope '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope': description: Provides operations to manage the scope property of the microsoft.graph.accessPackageResourceRoleScope entity. get: tags: - identityGovernance.entitlementManagement summary: Get scope from identityGovernance operationId: identityGovernance.entitlementManagement.accessPackages.resourceRoleScopes.GetScope parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property scope in identityGovernance operationId: identityGovernance.entitlementManagement.accessPackages.resourceRoleScopes.UpdateScope requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property scope for identityGovernance operationId: identityGovernance.entitlementManagement.accessPackages.resourceRoleScopes.DeleteScope parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackage-id in: path description: The unique identifier of accessPackage required: true schema: type: string x-ms-docs-key-type: accessPackage - name: accessPackageResourceRoleScope-id in: path description: The unique identifier of accessPackageResourceRoleScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRoleScope x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope' '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource': description: Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceScope entity. get: tags: - identityGovernance.entitlementManagement summary: Get resource from identityGovernance operationId: identityGovernance.entitlementManagement.accessPackages.resourceRoleScopes.scope.GetResource parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property resource in identityGovernance operationId: identityGovernance.entitlementManagement.accessPackages.resourceRoleScopes.scope.UpdateResource requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property resource for identityGovernance operationId: identityGovernance.entitlementManagement.accessPackages.resourceRoleScopes.scope.DeleteResource parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackage-id in: path description: The unique identifier of accessPackage required: true schema: type: string x-ms-docs-key-type: accessPackage - name: accessPackageResourceRoleScope-id in: path description: The unique identifier of accessPackageResourceRoleScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRoleScope x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource' '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/environment': description: Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get environment from identityGovernance description: Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. operationId: identityGovernance.entitlementManagement.accessPackages.resourceRoleScopes.scope.resource.GetEnvironment parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceEnvironment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackage-id in: path description: The unique identifier of accessPackage required: true schema: type: string x-ms-docs-key-type: accessPackage - name: accessPackageResourceRoleScope-id in: path description: The unique identifier of accessPackageResourceRoleScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRoleScope x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles': description: Provides operations to manage the roles property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get roles from identityGovernance description: Read-only. Nullable. Supports $expand. operationId: identityGovernance.entitlementManagement.accessPackages.resourceRoleScopes.scope.resource.ListRoles parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceRoleCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.entitlementManagement summary: Create new navigation property to roles for identityGovernance operationId: identityGovernance.entitlementManagement.accessPackages.resourceRoleScopes.scope.resource.CreateRoles requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackage-id in: path description: The unique identifier of accessPackage required: true schema: type: string x-ms-docs-key-type: accessPackage - name: accessPackageResourceRoleScope-id in: path description: The unique identifier of accessPackageResourceRoleScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRoleScope x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles' '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}': description: Provides operations to manage the roles property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get roles from identityGovernance description: Read-only. Nullable. Supports $expand. operationId: identityGovernance.entitlementManagement.accessPackages.resourceRoleScopes.scope.resource.GetRoles parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property roles in identityGovernance operationId: identityGovernance.entitlementManagement.accessPackages.resourceRoleScopes.scope.resource.UpdateRoles requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property roles for identityGovernance operationId: identityGovernance.entitlementManagement.accessPackages.resourceRoleScopes.scope.resource.DeleteRoles parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackage-id in: path description: The unique identifier of accessPackage required: true schema: type: string x-ms-docs-key-type: accessPackage - name: accessPackageResourceRoleScope-id in: path description: The unique identifier of accessPackageResourceRoleScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRoleScope - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/roles/{accessPackageResourceRole-id1}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/roles/{accessPackageResourceRole-id1}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource': description: Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceRole entity. get: tags: - identityGovernance.entitlementManagement summary: Get resource from identityGovernance operationId: identityGovernance.entitlementManagement.accessPackages.resourceRoleScopes.scope.resource.roles.GetResource parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property resource in identityGovernance operationId: identityGovernance.entitlementManagement.accessPackages.resourceRoleScopes.scope.resource.roles.UpdateResource requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property resource for identityGovernance operationId: identityGovernance.entitlementManagement.accessPackages.resourceRoleScopes.scope.resource.roles.DeleteResource parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackage-id in: path description: The unique identifier of accessPackage required: true schema: type: string x-ms-docs-key-type: accessPackage - name: accessPackageResourceRoleScope-id in: path description: The unique identifier of accessPackageResourceRoleScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRoleScope - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/environment': description: Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get environment from identityGovernance description: Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. operationId: identityGovernance.entitlementManagement.accessPackages.resourceRoleScopes.scope.resource.roles.resource.GetEnvironment parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceEnvironment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackage-id in: path description: The unique identifier of accessPackage required: true schema: type: string x-ms-docs-key-type: accessPackage - name: accessPackageResourceRoleScope-id in: path description: The unique identifier of accessPackageResourceRoleScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRoleScope - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes': description: Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get scopes from identityGovernance description: Read-only. Nullable. Supports $expand. operationId: identityGovernance.entitlementManagement.accessPackages.resourceRoleScopes.scope.resource.roles.resource.ListScopes parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceScopeCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.entitlementManagement summary: Create new navigation property to scopes for identityGovernance operationId: identityGovernance.entitlementManagement.accessPackages.resourceRoleScopes.scope.resource.roles.resource.CreateScopes requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackage-id in: path description: The unique identifier of accessPackage required: true schema: type: string x-ms-docs-key-type: accessPackage - name: accessPackageResourceRoleScope-id in: path description: The unique identifier of accessPackageResourceRoleScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRoleScope - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes' '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}': description: Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get scopes from identityGovernance description: Read-only. Nullable. Supports $expand. operationId: identityGovernance.entitlementManagement.accessPackages.resourceRoleScopes.scope.resource.roles.resource.GetScopes parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property scopes in identityGovernance operationId: identityGovernance.entitlementManagement.accessPackages.resourceRoleScopes.scope.resource.roles.resource.UpdateScopes requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property scopes for identityGovernance operationId: identityGovernance.entitlementManagement.accessPackages.resourceRoleScopes.scope.resource.roles.resource.DeleteScopes parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackage-id in: path description: The unique identifier of accessPackage required: true schema: type: string x-ms-docs-key-type: accessPackage - name: accessPackageResourceRoleScope-id in: path description: The unique identifier of accessPackageResourceRoleScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRoleScope - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/scopes/{accessPackageResourceScope-id1}' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/scopes/{accessPackageResourceScope-id1}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}' '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.entitlementManagement summary: Get the number of the resource operationId: identityGovernance.entitlementManagement.accessPackages.resourceRoleScopes.scope.resource.roles.resource.scopes.GetCount-85f9 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: accessPackage-id in: path description: The unique identifier of accessPackage required: true schema: type: string x-ms-docs-key-type: accessPackage - name: accessPackageResourceRoleScope-id in: path description: The unique identifier of accessPackageResourceRoleScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRoleScope - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.entitlementManagement summary: Get the number of the resource operationId: identityGovernance.entitlementManagement.accessPackages.resourceRoleScopes.scope.resource.roles.GetCount-e406 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: accessPackage-id in: path description: The unique identifier of accessPackage required: true schema: type: string x-ms-docs-key-type: accessPackage - name: accessPackageResourceRoleScope-id in: path description: The unique identifier of accessPackageResourceRoleScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRoleScope '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes': description: Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get scopes from identityGovernance description: Read-only. Nullable. Supports $expand. operationId: identityGovernance.entitlementManagement.accessPackages.resourceRoleScopes.scope.resource.ListScopes parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceScopeCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.entitlementManagement summary: Create new navigation property to scopes for identityGovernance operationId: identityGovernance.entitlementManagement.accessPackages.resourceRoleScopes.scope.resource.CreateScopes requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackage-id in: path description: The unique identifier of accessPackage required: true schema: type: string x-ms-docs-key-type: accessPackage - name: accessPackageResourceRoleScope-id in: path description: The unique identifier of accessPackageResourceRoleScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRoleScope x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes' '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/{accessPackageResourceScope-id}': description: Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get scopes from identityGovernance description: Read-only. Nullable. Supports $expand. operationId: identityGovernance.entitlementManagement.accessPackages.resourceRoleScopes.scope.resource.GetScopes parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property scopes in identityGovernance operationId: identityGovernance.entitlementManagement.accessPackages.resourceRoleScopes.scope.resource.UpdateScopes requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property scopes for identityGovernance operationId: identityGovernance.entitlementManagement.accessPackages.resourceRoleScopes.scope.resource.DeleteScopes parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackage-id in: path description: The unique identifier of accessPackage required: true schema: type: string x-ms-docs-key-type: accessPackage - name: accessPackageResourceRoleScope-id in: path description: The unique identifier of accessPackageResourceRoleScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRoleScope - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/scopes/{accessPackageResourceScope-id1}' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/scopes/{accessPackageResourceScope-id1}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}' '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.entitlementManagement summary: Get the number of the resource operationId: identityGovernance.entitlementManagement.accessPackages.resourceRoleScopes.scope.resource.scopes.GetCount-441e parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: accessPackage-id in: path description: The unique identifier of accessPackage required: true schema: type: string x-ms-docs-key-type: accessPackage - name: accessPackageResourceRoleScope-id in: path description: The unique identifier of accessPackageResourceRoleScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRoleScope '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.entitlementManagement summary: Get the number of the resource operationId: identityGovernance.entitlementManagement.accessPackages.resourceRoleScopes.GetCount-aec9 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: accessPackage-id in: path description: The unique identifier of accessPackage required: true schema: type: string x-ms-docs-key-type: accessPackage /identityGovernance/entitlementManagement/accessPackages/$count: description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.entitlementManagement summary: Get the number of the resource operationId: identityGovernance.entitlementManagement.accessPackages.GetCount-87ea parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' '/identityGovernance/entitlementManagement/accessPackages/filterByCurrentUser(on=''{on}'')': description: Provides operations to call the filterByCurrentUser method. get: tags: - identityGovernance.Functions summary: Invoke function filterByCurrentUser description: 'In Microsoft Entra Entitlement Management, retrieve a list of accessPackage objects filtered on the signed-in user.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/accesspackage-filterbycurrentuser?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.accessPackages.filterByCurrentUser parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of accessPackage type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.accessPackage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: on in: path description: 'Usage: on=''{on}''' required: true schema: $ref: '#/components/schemas/microsoft.graph.accessPackageFilterByCurrentUserOptions' x-ms-docs-grouped-path: - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/accessReviews/definitions/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/appConsent/appConsentRequests/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/entitlementManagement/assignmentRequests/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/entitlementManagement/assignments/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/assignmentApprovals/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/assignmentSchedules/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/eligibilitySchedules/filterByCurrentUser(on=''{on}'')' /identityGovernance/entitlementManagement/assignmentPolicies: description: Provides operations to manage the assignmentPolicies property of the microsoft.graph.entitlementManagement entity. get: tags: - identityGovernance.entitlementManagement summary: List assignmentPolicies description: 'In Microsoft Entra entitlement management, retrieve a list of accessPackageAssignmentPolicy objects. If the delegated user is in a directory role, the resulting list includes all the assignment policies that the caller has access to read, across all catalogs and access packages. If the delegated user is an access package manager or catalog owner, they should instead retrieve the policies for the access packages they can read with list accessPackages by including $expand=assignmentPolicies as a query parameter.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/entitlementmanagement-list-assignmentpolicies?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.ListAssignmentPolicies parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageAssignmentPolicyCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.entitlementManagement summary: Create assignmentPolicies description: 'In Microsoft Entra entitlement management, create a new accessPackageAssignmentPolicy object. The request will include a reference to the accessPackage that will contain this policy, which must already exist.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/entitlementmanagement-post-assignmentpolicies?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.CreateAssignmentPolicies requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageAssignmentPolicy' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageAssignmentPolicy' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}': description: Provides operations to manage the assignmentPolicies property of the microsoft.graph.entitlementManagement entity. get: tags: - identityGovernance.entitlementManagement summary: Get accessPackageAssignmentPolicy description: "In Microsoft Entra entitlement management, retrieve the properties and relationships of an\n accessPackageAssignmentPolicy object." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/accesspackageassignmentpolicy-get?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.GetAssignmentPolicies parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageAssignmentPolicy' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation put: tags: - identityGovernance.entitlementManagement summary: Update the navigation property assignmentPolicies in identityGovernance operationId: identityGovernance.entitlementManagement.UpdateAssignmentPolicies requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageAssignmentPolicy' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageAssignmentPolicy' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete accessPackageAssignmentPolicy description: 'In Microsoft Entra entitlement management, delete an accessPackageAssignmentPolicy.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/accesspackageassignmentpolicy-delete?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.DeleteAssignmentPolicies parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageAssignmentPolicy-id in: path description: The unique identifier of accessPackageAssignmentPolicy required: true schema: type: string x-ms-docs-key-type: accessPackageAssignmentPolicy '/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackage': description: Provides operations to manage the accessPackage property of the microsoft.graph.accessPackageAssignmentPolicy entity. get: tags: - identityGovernance.entitlementManagement summary: Get accessPackage from identityGovernance description: Access package containing this policy. Read-only. Supports $expand. operationId: identityGovernance.entitlementManagement.assignmentPolicies.GetAccessPackage parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageAssignmentPolicy-id in: path description: The unique identifier of accessPackageAssignmentPolicy required: true schema: type: string x-ms-docs-key-type: accessPackageAssignmentPolicy x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackage' '/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/catalog': description: Provides operations to manage the catalog property of the microsoft.graph.accessPackageAssignmentPolicy entity. get: tags: - identityGovernance.entitlementManagement summary: Get catalog from identityGovernance description: Catalog of the access package containing this policy. Read-only. operationId: identityGovernance.entitlementManagement.assignmentPolicies.GetCatalog parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageCatalog' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageAssignmentPolicy-id in: path description: The unique identifier of accessPackageAssignmentPolicy required: true schema: type: string x-ms-docs-key-type: accessPackageAssignmentPolicy x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}/catalog' '/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings': description: Provides operations to manage the customExtensionStageSettings property of the microsoft.graph.accessPackageAssignmentPolicy entity. get: tags: - identityGovernance.entitlementManagement summary: Get customExtensionStageSettings from identityGovernance description: The collection of stages when to execute one or more custom access package workflow extensions. Supports $expand. operationId: identityGovernance.entitlementManagement.assignmentPolicies.ListCustomExtensionStageSettings parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.customExtensionStageSettingCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.entitlementManagement summary: Create new navigation property to customExtensionStageSettings for identityGovernance operationId: identityGovernance.entitlementManagement.assignmentPolicies.CreateCustomExtensionStageSettings requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.customExtensionStageSetting' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.customExtensionStageSetting' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageAssignmentPolicy-id in: path description: The unique identifier of accessPackageAssignmentPolicy required: true schema: type: string x-ms-docs-key-type: accessPackageAssignmentPolicy x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings' '/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}': description: Provides operations to manage the customExtensionStageSettings property of the microsoft.graph.accessPackageAssignmentPolicy entity. get: tags: - identityGovernance.entitlementManagement summary: Get customExtensionStageSettings from identityGovernance description: The collection of stages when to execute one or more custom access package workflow extensions. Supports $expand. operationId: identityGovernance.entitlementManagement.assignmentPolicies.GetCustomExtensionStageSettings parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.customExtensionStageSetting' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property customExtensionStageSettings in identityGovernance operationId: identityGovernance.entitlementManagement.assignmentPolicies.UpdateCustomExtensionStageSettings requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.customExtensionStageSetting' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.customExtensionStageSetting' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property customExtensionStageSettings for identityGovernance operationId: identityGovernance.entitlementManagement.assignmentPolicies.DeleteCustomExtensionStageSettings parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageAssignmentPolicy-id in: path description: The unique identifier of accessPackageAssignmentPolicy required: true schema: type: string x-ms-docs-key-type: accessPackageAssignmentPolicy - name: customExtensionStageSetting-id in: path description: The unique identifier of customExtensionStageSetting required: true schema: type: string x-ms-docs-key-type: customExtensionStageSetting x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}' '/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}/customExtension': description: Provides operations to manage the customExtension property of the microsoft.graph.customExtensionStageSetting entity. get: tags: - identityGovernance.entitlementManagement summary: Get customExtension from identityGovernance description: Indicates the custom workflow extension that will be executed at this stage. Nullable. Supports $expand. operationId: identityGovernance.entitlementManagement.assignmentPolicies.customExtensionStageSettings.GetCustomExtension parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.customCalloutExtension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageAssignmentPolicy-id in: path description: The unique identifier of accessPackageAssignmentPolicy required: true schema: type: string x-ms-docs-key-type: accessPackageAssignmentPolicy - name: customExtensionStageSetting-id in: path description: The unique identifier of customExtensionStageSetting required: true schema: type: string x-ms-docs-key-type: customExtensionStageSetting x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}/customExtension' '/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.entitlementManagement summary: Get the number of the resource operationId: identityGovernance.entitlementManagement.assignmentPolicies.customExtensionStageSettings.GetCount-551d parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: accessPackageAssignmentPolicy-id in: path description: The unique identifier of accessPackageAssignmentPolicy required: true schema: type: string x-ms-docs-key-type: accessPackageAssignmentPolicy '/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions': description: Provides operations to manage the questions property of the microsoft.graph.accessPackageAssignmentPolicy entity. get: tags: - identityGovernance.entitlementManagement summary: Get questions from identityGovernance description: Questions that are posed to the requestor. operationId: identityGovernance.entitlementManagement.assignmentPolicies.ListQuestions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageQuestionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.entitlementManagement summary: Create new navigation property to questions for identityGovernance operationId: identityGovernance.entitlementManagement.assignmentPolicies.CreateQuestions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageQuestion' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageQuestion' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageAssignmentPolicy-id in: path description: The unique identifier of accessPackageAssignmentPolicy required: true schema: type: string x-ms-docs-key-type: accessPackageAssignmentPolicy x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions' '/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions/{accessPackageQuestion-id}': description: Provides operations to manage the questions property of the microsoft.graph.accessPackageAssignmentPolicy entity. get: tags: - identityGovernance.entitlementManagement summary: Get questions from identityGovernance description: Questions that are posed to the requestor. operationId: identityGovernance.entitlementManagement.assignmentPolicies.GetQuestions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageQuestion' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property questions in identityGovernance operationId: identityGovernance.entitlementManagement.assignmentPolicies.UpdateQuestions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageQuestion' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageQuestion' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property questions for identityGovernance operationId: identityGovernance.entitlementManagement.assignmentPolicies.DeleteQuestions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageAssignmentPolicy-id in: path description: The unique identifier of accessPackageAssignmentPolicy required: true schema: type: string x-ms-docs-key-type: accessPackageAssignmentPolicy - name: accessPackageQuestion-id in: path description: The unique identifier of accessPackageQuestion required: true schema: type: string x-ms-docs-key-type: accessPackageQuestion x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions/{accessPackageQuestion-id}' '/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.entitlementManagement summary: Get the number of the resource operationId: identityGovernance.entitlementManagement.assignmentPolicies.questions.GetCount-ce3b parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: accessPackageAssignmentPolicy-id in: path description: The unique identifier of accessPackageAssignmentPolicy required: true schema: type: string x-ms-docs-key-type: accessPackageAssignmentPolicy /identityGovernance/entitlementManagement/assignmentPolicies/$count: description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.entitlementManagement summary: Get the number of the resource operationId: identityGovernance.entitlementManagement.assignmentPolicies.GetCount-7f35 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /identityGovernance/entitlementManagement/assignmentRequests: description: Provides operations to manage the assignmentRequests property of the microsoft.graph.entitlementManagement entity. get: tags: - identityGovernance.entitlementManagement summary: List assignmentRequests description: 'In Microsoft Entra entitlement management, retrieve a list of accessPackageAssignmentRequest objects. The resulting list includes all the assignment requests, current and well as expired, that the caller has access to read, across all catalogs and access packages.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/entitlementmanagement-list-assignmentrequests?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.ListAssignmentRequests parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageAssignmentRequestCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.entitlementManagement summary: Create accessPackageAssignmentRequest description: 'In Microsoft Entra Entitlement Management, create a new accessPackageAssignmentRequest object. This operation is used to assign a user to an access package, update the assignment, or to remove an access package assignment.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/entitlementmanagement-post-assignmentrequests?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.CreateAssignmentRequests requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageAssignmentRequest' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageAssignmentRequest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}': description: Provides operations to manage the assignmentRequests property of the microsoft.graph.entitlementManagement entity. get: tags: - identityGovernance.entitlementManagement summary: Get accessPackageAssignmentRequest description: 'In Microsoft Entra entitlement management, retrieve the properties and relationships of an accessPackageAssignmentRequest object.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-get?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.GetAssignmentRequests parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageAssignmentRequest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property assignmentRequests in identityGovernance operationId: identityGovernance.entitlementManagement.UpdateAssignmentRequests requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageAssignmentRequest' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageAssignmentRequest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete accessPackageAssignmentRequest description: Delete an accessPackageAssignmentRequest object. This request can be made to remove a denied or completed request. You cannot delete an access package assignment request if it has any accessPackageAssignment objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-delete?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.DeleteAssignmentRequests parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageAssignmentRequest-id in: path description: The unique identifier of accessPackageAssignmentRequest required: true schema: type: string x-ms-docs-key-type: accessPackageAssignmentRequest '/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/accessPackage': description: Provides operations to manage the accessPackage property of the microsoft.graph.accessPackageAssignmentRequest entity. get: tags: - identityGovernance.entitlementManagement summary: Get accessPackage from identityGovernance description: The access package associated with the accessPackageAssignmentRequest. An access package defines the collections of resource roles and the policies for how one or more users can get access to those resources. Read-only. Nullable. Supports $expand. operationId: identityGovernance.entitlementManagement.assignmentRequests.GetAccessPackage parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageAssignmentRequest-id in: path description: The unique identifier of accessPackageAssignmentRequest required: true schema: type: string x-ms-docs-key-type: accessPackageAssignmentRequest '/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/assignment': description: Provides operations to manage the assignment property of the microsoft.graph.accessPackageAssignmentRequest entity. get: tags: - identityGovernance.entitlementManagement summary: Get assignment from identityGovernance description: 'For a requestType of userAdd or adminAdd, this is an access package assignment requested to be created. For a requestType of userRemove, adminRemove or systemRemove, this has the id property of an existing assignment to be removed. Supports $expand.' operationId: identityGovernance.entitlementManagement.assignmentRequests.GetAssignment parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageAssignmentRequest-id in: path description: The unique identifier of accessPackageAssignmentRequest required: true schema: type: string x-ms-docs-key-type: accessPackageAssignmentRequest '/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/cancel': description: Provides operations to call the cancel method. post: tags: - identityGovernance.Actions summary: Invoke action cancel description: 'In Microsoft Entra Entitlement Management, cancel accessPackageAssignmentRequest objects that are in a cancellable state: accepted, pendingApproval, pendingNotBefore, pendingApprovalEscalated.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-cancel?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.assignmentRequests.accessPackageAssignmentRequest.cancel responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: accessPackageAssignmentRequest-id in: path description: The unique identifier of accessPackageAssignmentRequest required: true schema: type: string x-ms-docs-key-type: accessPackageAssignmentRequest x-ms-docs-grouped-path: - '/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/cancel' - '/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/cancel' '/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/reprocess': description: Provides operations to call the reprocess method. post: tags: - identityGovernance.Actions summary: Invoke action reprocess description: 'In Microsoft Entra entitlement management, callers can automatically retry a user''s request for access to an access package. It''s performed on an accessPackageAssignmentRequest object whose requestState is in a DeliveryFailed or PartiallyDelivered state. You can only reprocess a request within 14 days from the time the original request was completed. For requests completed more than 14 days, you will need to ask the users to cancel the request(s) and make a new request in the MyAccess portal.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-reprocess?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.assignmentRequests.accessPackageAssignmentRequest.reprocess responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: accessPackageAssignmentRequest-id in: path description: The unique identifier of accessPackageAssignmentRequest required: true schema: type: string x-ms-docs-key-type: accessPackageAssignmentRequest x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/assignments/{accessPackageAssignment-id}/reprocess' '/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/resume': description: Provides operations to call the resume method. post: tags: - identityGovernance.Actions summary: Invoke action resume description: 'In Microsoft Entra entitlement management, when an access package policy has been enabled to call out a custom extension and the request processing is waiting for the callback from the customer, the customer can initiate a resume action. It is performed on an accessPackageAssignmentRequest object whose requestStatus is in a WaitingForCallback state.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-resume?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.assignmentRequests.accessPackageAssignmentRequest.resume requestBody: description: Action parameters content: application/json: schema: type: object properties: source: type: string nullable: true type: type: string nullable: true data: anyOf: - $ref: '#/components/schemas/microsoft.graph.customExtensionData' - type: object nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: accessPackageAssignmentRequest-id in: path description: The unique identifier of accessPackageAssignmentRequest required: true schema: type: string x-ms-docs-key-type: accessPackageAssignmentRequest '/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/requestor': description: Provides operations to manage the requestor property of the microsoft.graph.accessPackageAssignmentRequest entity. get: tags: - identityGovernance.entitlementManagement summary: Get requestor from identityGovernance description: 'The subject who requested or, if a direct assignment, was assigned. Read-only. Nullable. Supports $expand.' operationId: identityGovernance.entitlementManagement.assignmentRequests.GetRequestor parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageSubject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageAssignmentRequest-id in: path description: The unique identifier of accessPackageAssignmentRequest required: true schema: type: string x-ms-docs-key-type: accessPackageAssignmentRequest /identityGovernance/entitlementManagement/assignmentRequests/$count: description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.entitlementManagement summary: Get the number of the resource operationId: identityGovernance.entitlementManagement.assignmentRequests.GetCount-e1cf parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' '/identityGovernance/entitlementManagement/assignmentRequests/filterByCurrentUser(on=''{on}'')': description: Provides operations to call the filterByCurrentUser method. get: tags: - identityGovernance.Functions summary: Invoke function filterByCurrentUser description: 'In Microsoft Entra Entitlement Management, retrieve a list of accessPackageAssignmentRequest objects filtered on the signed-in user.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-filterbycurrentuser?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.assignmentRequests.filterByCurrentUser parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of accessPackageAssignmentRequest type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.accessPackageAssignmentRequest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: on in: path description: 'Usage: on=''{on}''' required: true schema: $ref: '#/components/schemas/microsoft.graph.accessPackageAssignmentRequestFilterByCurrentUserOptions' x-ms-docs-grouped-path: - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/accessReviews/definitions/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/appConsent/appConsentRequests/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/entitlementManagement/accessPackages/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/entitlementManagement/assignments/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/assignmentApprovals/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/assignmentSchedules/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/eligibilitySchedules/filterByCurrentUser(on=''{on}'')' /identityGovernance/entitlementManagement/assignments: description: Provides operations to manage the assignments property of the microsoft.graph.entitlementManagement entity. get: tags: - identityGovernance.entitlementManagement summary: List assignments description: 'In Microsoft Entra entitlement management, retrieve a list of accessPackageAssignment objects. For directory-wide administrators, the resulting list includes all the assignments, current and well as expired, that the caller has access to read, across all catalogs and access packages. If the caller is on behalf of a delegated user who is assigned only to catalog-specific delegated administrative roles, the request must supply a filter to indicate a specific access package, such as: $filter=accessPackage/id eq ''a914b616-e04e-476b-aa37-91038f0b165b''.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/entitlementmanagement-list-assignments?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.ListAssignments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageAssignmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.entitlementManagement summary: Create new navigation property to assignments for identityGovernance operationId: identityGovernance.entitlementManagement.CreateAssignments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageAssignment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/identityGovernance/entitlementManagement/assignments/{accessPackageAssignment-id}': description: Provides operations to manage the assignments property of the microsoft.graph.entitlementManagement entity. get: tags: - identityGovernance.entitlementManagement summary: Get accessPackageAssignment description: 'In Microsoft Entra entitlement management, retrieve the properties and relationships of an accessPackageAssignment object.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/accesspackageassignment-get?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.GetAssignments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property assignments in identityGovernance operationId: identityGovernance.entitlementManagement.UpdateAssignments requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageAssignment' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property assignments for identityGovernance operationId: identityGovernance.entitlementManagement.DeleteAssignments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageAssignment-id in: path description: The unique identifier of accessPackageAssignment required: true schema: type: string x-ms-docs-key-type: accessPackageAssignment '/identityGovernance/entitlementManagement/assignments/{accessPackageAssignment-id}/accessPackage': description: Provides operations to manage the accessPackage property of the microsoft.graph.accessPackageAssignment entity. get: tags: - identityGovernance.entitlementManagement summary: Get accessPackage from identityGovernance description: Read-only. Nullable. Supports $filter (eq) on the id property and $expand query parameters. operationId: identityGovernance.entitlementManagement.assignments.GetAccessPackage parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageAssignment-id in: path description: The unique identifier of accessPackageAssignment required: true schema: type: string x-ms-docs-key-type: accessPackageAssignment '/identityGovernance/entitlementManagement/assignments/{accessPackageAssignment-id}/assignmentPolicy': description: Provides operations to manage the assignmentPolicy property of the microsoft.graph.accessPackageAssignment entity. get: tags: - identityGovernance.entitlementManagement summary: Get assignmentPolicy from identityGovernance description: Read-only. Supports $filter (eq) on the id property and $expand query parameters. operationId: identityGovernance.entitlementManagement.assignments.GetAssignmentPolicy parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageAssignmentPolicy' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageAssignment-id in: path description: The unique identifier of accessPackageAssignment required: true schema: type: string x-ms-docs-key-type: accessPackageAssignment '/identityGovernance/entitlementManagement/assignments/{accessPackageAssignment-id}/reprocess': description: Provides operations to call the reprocess method. post: tags: - identityGovernance.Actions summary: Invoke action reprocess description: 'In Microsoft Entra entitlement management, callers can automatically reevaluate and enforce an accessPackageAssignment object of a user’s assignments for a specific access package. The state of the access package assignment must be Delivered for the administrator to reprocess the user''s assignment. Only admins with the Access Package Assignment Manager role, or higher, in Microsoft Entra entitlement management can perform this action.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/accesspackageassignment-reprocess?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.assignments.accessPackageAssignment.reprocess responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: accessPackageAssignment-id in: path description: The unique identifier of accessPackageAssignment required: true schema: type: string x-ms-docs-key-type: accessPackageAssignment x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/reprocess' '/identityGovernance/entitlementManagement/assignments/{accessPackageAssignment-id}/target': description: Provides operations to manage the target property of the microsoft.graph.accessPackageAssignment entity. get: tags: - identityGovernance.entitlementManagement summary: Get target from identityGovernance description: The subject of the access package assignment. Read-only. Nullable. Supports $expand. Supports $filter (eq) on objectId. operationId: identityGovernance.entitlementManagement.assignments.GetTarget parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageSubject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageAssignment-id in: path description: The unique identifier of accessPackageAssignment required: true schema: type: string x-ms-docs-key-type: accessPackageAssignment /identityGovernance/entitlementManagement/assignments/$count: description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.entitlementManagement summary: Get the number of the resource operationId: identityGovernance.entitlementManagement.assignments.GetCount-bb79 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /identityGovernance/entitlementManagement/assignments/additionalAccess(): description: Provides operations to call the additionalAccess method. get: tags: - identityGovernance.Functions summary: Invoke function additionalAccess description: 'In Microsoft Entra Entitlement Management, retrieve a collection of accessPackageAssignment objects that indicate a target user has an assignment to a specified access package and also an assignment to another, potentially incompatible, access package. This can be used to prepare to configure the incompatible access packages for a specific access package.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/accesspackageassignment-additionalaccess?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.assignments.additionalAccess-894c parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of accessPackageAssignment type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.accessPackageAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/assignments/additionalAccess(accessPackageId=''{accessPackageId}'',incompatibleAccessPackageId=''{incompatibleAccessPackageId}'')' '/identityGovernance/entitlementManagement/assignments/additionalAccess(accessPackageId=''{accessPackageId}'',incompatibleAccessPackageId=''{incompatibleAccessPackageId}'')': description: Provides operations to call the additionalAccess method. get: tags: - identityGovernance.Functions summary: Invoke function additionalAccess operationId: identityGovernance.entitlementManagement.assignments.additionalAccess-9b62 parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of accessPackageAssignment type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.accessPackageAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: accessPackageId in: path description: 'Usage: accessPackageId=''{accessPackageId}''' required: true schema: type: string nullable: true - name: incompatibleAccessPackageId in: path description: 'Usage: incompatibleAccessPackageId=''{incompatibleAccessPackageId}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - /identityGovernance/entitlementManagement/assignments/additionalAccess() '/identityGovernance/entitlementManagement/assignments/filterByCurrentUser(on=''{on}'')': description: Provides operations to call the filterByCurrentUser method. get: tags: - identityGovernance.Functions summary: Invoke function filterByCurrentUser description: 'In Microsoft Entra Entitlement Management, retrieve a list of accessPackageAssignment objects filtered on the signed-in user.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/accesspackageassignment-filterbycurrentuser?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.assignments.filterByCurrentUser parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of accessPackageAssignment type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.accessPackageAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: on in: path description: 'Usage: on=''{on}''' required: true schema: $ref: '#/components/schemas/microsoft.graph.accessPackageAssignmentFilterByCurrentUserOptions' x-ms-docs-grouped-path: - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/accessReviews/definitions/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/appConsent/appConsentRequests/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/entitlementManagement/accessPackages/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/entitlementManagement/assignmentRequests/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/assignmentApprovals/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/assignmentSchedules/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/eligibilitySchedules/filterByCurrentUser(on=''{on}'')' /identityGovernance/entitlementManagement/catalogs: description: Provides operations to manage the catalogs property of the microsoft.graph.entitlementManagement entity. get: tags: - identityGovernance.entitlementManagement summary: List catalogs description: Retrieve a list of accessPackageCatalog objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/entitlementmanagement-list-catalogs?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.ListCatalogs parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageCatalogCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.entitlementManagement summary: Create accessPackageCatalog description: Create a new accessPackageCatalog object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/entitlementmanagement-post-catalogs?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.CreateCatalogs requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageCatalog' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageCatalog' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}': description: Provides operations to manage the catalogs property of the microsoft.graph.entitlementManagement entity. get: tags: - identityGovernance.entitlementManagement summary: Get accessPackageCatalog description: Retrieve the properties and relationships of an accessPackageCatalog object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/accesspackagecatalog-get?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.GetCatalogs parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageCatalog' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update accessPackageCatalog description: 'Update an existing accessPackageCatalog object to change one or more of its properties, such as the display name or description.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/accesspackagecatalog-update?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.UpdateCatalogs requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageCatalog' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageCatalog' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete accessPackageCatalog description: Delete an accessPackageCatalog. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/accesspackagecatalog-delete?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.DeleteCatalogs parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageCatalog-id in: path description: The unique identifier of accessPackageCatalog required: true schema: type: string x-ms-docs-key-type: accessPackageCatalog '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages': description: Provides operations to manage the accessPackages property of the microsoft.graph.accessPackageCatalog entity. get: tags: - identityGovernance.entitlementManagement summary: Get accessPackages from identityGovernance description: The access packages in this catalog. Read-only. Nullable. operationId: identityGovernance.entitlementManagement.catalogs.ListAccessPackages parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: accessPackageCatalog-id in: path description: The unique identifier of accessPackageCatalog required: true schema: type: string x-ms-docs-key-type: accessPackageCatalog x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/accessPackages' '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}': description: Provides operations to manage the accessPackages property of the microsoft.graph.accessPackageCatalog entity. get: tags: - identityGovernance.entitlementManagement summary: Get accessPackages from identityGovernance description: The access packages in this catalog. Read-only. Nullable. operationId: identityGovernance.entitlementManagement.catalogs.GetAccessPackages parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageCatalog-id in: path description: The unique identifier of accessPackageCatalog required: true schema: type: string x-ms-docs-key-type: accessPackageCatalog - name: accessPackage-id in: path description: The unique identifier of accessPackage required: true schema: type: string x-ms-docs-key-type: accessPackage x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/accessPackages/{accessPackage-id}' '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.entitlementManagement summary: Get the number of the resource operationId: identityGovernance.entitlementManagement.catalogs.accessPackages.GetCount-d253 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: accessPackageCatalog-id in: path description: The unique identifier of accessPackageCatalog required: true schema: type: string x-ms-docs-key-type: accessPackageCatalog '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions': description: Provides operations to manage the customWorkflowExtensions property of the microsoft.graph.accessPackageCatalog entity. get: tags: - identityGovernance.entitlementManagement summary: List accessPackageCustomWorkflowExtensions description: Get a list of the accessPackageAssignmentRequestWorkflowExtension and accessPackageAssignmentWorkflowExtension objects and their properties. The resulting list includes all the customAccessPackageWorkflowExtension objects for the catalog that the caller has access to read. Each object includes an @odata.type property that indicates whether the object is an accessPackageAssignmentRequestWorkflowExtension or an accessPackageAssignmentWorkflowExtension. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/accesspackagecatalog-list-accesspackagecustomworkflowextensions?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.catalogs.ListCustomWorkflowExtensions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.customCalloutExtensionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.entitlementManagement summary: Create accessPackageCustomWorkflowExtension description: Create a new accessPackageAssignmentRequestWorkflowExtension or accessPackageAssignmentWorkflowExtension object and add it to an existing accessPackageCatalog object. You must explicitly provide an @odata.type property that indicates whether the object is an accessPackageAssignmentRequestWorkflowExtension or an accessPackageAssignmentWorkflowExtension. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/accesspackagecatalog-post-accesspackagecustomworkflowextensions?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.catalogs.CreateCustomWorkflowExtensions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.customCalloutExtension' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.customCalloutExtension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageCatalog-id in: path description: The unique identifier of accessPackageCatalog required: true schema: type: string x-ms-docs-key-type: accessPackageCatalog x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions' '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions/{customCalloutExtension-id}': description: Provides operations to manage the customWorkflowExtensions property of the microsoft.graph.accessPackageCatalog entity. get: tags: - identityGovernance.entitlementManagement summary: Get accessPackageAssignmentRequestWorkflowExtension description: Read the properties and relationships of an accessPackageAssignmentRequestWorkflowExtension object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/accesspackageassignmentrequestworkflowextension-get?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.catalogs.GetCustomWorkflowExtensions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.customCalloutExtension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update accessPackageAssignmentRequestWorkflowExtension description: Update the properties of an accessPackageAssignmentRequestWorkflowExtension object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/accesspackageassignmentrequestworkflowextension-update?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.catalogs.UpdateCustomWorkflowExtensions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.customCalloutExtension' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.customCalloutExtension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete accessPackageAssignmentWorkflowExtension description: 'Delete an accessPackageAssignmentWorkflowExtension object. The custom workflow extension must first be removed from any associated policies before it can be deleted. Follow these steps to remove the custom workflow extension from any associated policies:' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/accesspackageassignmentworkflowextension-delete?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.catalogs.DeleteCustomWorkflowExtensions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageCatalog-id in: path description: The unique identifier of accessPackageCatalog required: true schema: type: string x-ms-docs-key-type: accessPackageCatalog - name: customCalloutExtension-id in: path description: The unique identifier of customCalloutExtension required: true schema: type: string x-ms-docs-key-type: customCalloutExtension x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions/{customCalloutExtension-id}' '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.entitlementManagement summary: Get the number of the resource operationId: identityGovernance.entitlementManagement.catalogs.customWorkflowExtensions.GetCount-dc25 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: accessPackageCatalog-id in: path description: The unique identifier of accessPackageCatalog required: true schema: type: string x-ms-docs-key-type: accessPackageCatalog '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles': description: Provides operations to manage the resourceRoles property of the microsoft.graph.accessPackageCatalog entity. get: tags: - identityGovernance.entitlementManagement summary: List resourceRoles description: 'Retrieve a list of accessPackageResourceRole objects of an accessPackageResource in an accessPackageCatalog. The resource should have been added to the catalog by creating an accessPackageResourceRequest. This list of roles can then be used by the caller to select a role, which is needed when subsequently creating an accessPackageResourceRoleScope.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/accesspackagecatalog-list-resourceroles?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.catalogs.ListResourceRoles parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceRoleCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.entitlementManagement summary: Create new navigation property to resourceRoles for identityGovernance operationId: identityGovernance.entitlementManagement.catalogs.CreateResourceRoles requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageCatalog-id in: path description: The unique identifier of accessPackageCatalog required: true schema: type: string x-ms-docs-key-type: accessPackageCatalog x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles' '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}': description: Provides operations to manage the resourceRoles property of the microsoft.graph.accessPackageCatalog entity. get: tags: - identityGovernance.entitlementManagement summary: Get resourceRoles from identityGovernance operationId: identityGovernance.entitlementManagement.catalogs.GetResourceRoles parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property resourceRoles in identityGovernance operationId: identityGovernance.entitlementManagement.catalogs.UpdateResourceRoles requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property resourceRoles for identityGovernance operationId: identityGovernance.entitlementManagement.catalogs.DeleteResourceRoles parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageCatalog-id in: path description: The unique identifier of accessPackageCatalog required: true schema: type: string x-ms-docs-key-type: accessPackageCatalog - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}' '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource': description: Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceRole entity. get: tags: - identityGovernance.entitlementManagement summary: Get resource from identityGovernance operationId: identityGovernance.entitlementManagement.catalogs.resourceRoles.GetResource parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property resource in identityGovernance operationId: identityGovernance.entitlementManagement.catalogs.resourceRoles.UpdateResource requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property resource for identityGovernance operationId: identityGovernance.entitlementManagement.catalogs.resourceRoles.DeleteResource parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageCatalog-id in: path description: The unique identifier of accessPackageCatalog required: true schema: type: string x-ms-docs-key-type: accessPackageCatalog - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/environment': description: Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get environment from identityGovernance description: Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. operationId: identityGovernance.entitlementManagement.catalogs.resourceRoles.resource.GetEnvironment parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceEnvironment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageCatalog-id in: path description: The unique identifier of accessPackageCatalog required: true schema: type: string x-ms-docs-key-type: accessPackageCatalog - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/roles': description: Provides operations to manage the roles property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get roles from identityGovernance description: Read-only. Nullable. Supports $expand. operationId: identityGovernance.entitlementManagement.catalogs.resourceRoles.resource.ListRoles parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceRoleCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.entitlementManagement summary: Create new navigation property to roles for identityGovernance operationId: identityGovernance.entitlementManagement.catalogs.resourceRoles.resource.CreateRoles requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageCatalog-id in: path description: The unique identifier of accessPackageCatalog required: true schema: type: string x-ms-docs-key-type: accessPackageCatalog - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles' '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/roles/{accessPackageResourceRole-id1}': description: Provides operations to manage the roles property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get roles from identityGovernance description: Read-only. Nullable. Supports $expand. operationId: identityGovernance.entitlementManagement.catalogs.resourceRoles.resource.GetRoles parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property roles in identityGovernance operationId: identityGovernance.entitlementManagement.catalogs.resourceRoles.resource.UpdateRoles requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property roles for identityGovernance operationId: identityGovernance.entitlementManagement.catalogs.resourceRoles.resource.DeleteRoles parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageCatalog-id in: path description: The unique identifier of accessPackageCatalog required: true schema: type: string x-ms-docs-key-type: accessPackageCatalog - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole - name: accessPackageResourceRole-id1 in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/roles/{accessPackageResourceRole-id1}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/roles/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.entitlementManagement summary: Get the number of the resource operationId: identityGovernance.entitlementManagement.catalogs.resourceRoles.resource.roles.GetCount-caee parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: accessPackageCatalog-id in: path description: The unique identifier of accessPackageCatalog required: true schema: type: string x-ms-docs-key-type: accessPackageCatalog - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes': description: Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get scopes from identityGovernance description: Read-only. Nullable. Supports $expand. operationId: identityGovernance.entitlementManagement.catalogs.resourceRoles.resource.ListScopes parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceScopeCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.entitlementManagement summary: Create new navigation property to scopes for identityGovernance operationId: identityGovernance.entitlementManagement.catalogs.resourceRoles.resource.CreateScopes requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageCatalog-id in: path description: The unique identifier of accessPackageCatalog required: true schema: type: string x-ms-docs-key-type: accessPackageCatalog - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes' '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}': description: Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get scopes from identityGovernance description: Read-only. Nullable. Supports $expand. operationId: identityGovernance.entitlementManagement.catalogs.resourceRoles.resource.GetScopes parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property scopes in identityGovernance operationId: identityGovernance.entitlementManagement.catalogs.resourceRoles.resource.UpdateScopes requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property scopes for identityGovernance operationId: identityGovernance.entitlementManagement.catalogs.resourceRoles.resource.DeleteScopes parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageCatalog-id in: path description: The unique identifier of accessPackageCatalog required: true schema: type: string x-ms-docs-key-type: accessPackageCatalog - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/scopes/{accessPackageResourceScope-id1}' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/scopes/{accessPackageResourceScope-id1}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}' '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource': description: Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceScope entity. get: tags: - identityGovernance.entitlementManagement summary: Get resource from identityGovernance operationId: identityGovernance.entitlementManagement.catalogs.resourceRoles.resource.scopes.GetResource parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property resource in identityGovernance operationId: identityGovernance.entitlementManagement.catalogs.resourceRoles.resource.scopes.UpdateResource requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property resource for identityGovernance operationId: identityGovernance.entitlementManagement.catalogs.resourceRoles.resource.scopes.DeleteResource parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageCatalog-id in: path description: The unique identifier of accessPackageCatalog required: true schema: type: string x-ms-docs-key-type: accessPackageCatalog - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource' '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment': description: Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get environment from identityGovernance description: Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. operationId: identityGovernance.entitlementManagement.catalogs.resourceRoles.resource.scopes.resource.GetEnvironment parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceEnvironment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageCatalog-id in: path description: The unique identifier of accessPackageCatalog required: true schema: type: string x-ms-docs-key-type: accessPackageCatalog - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles': description: Provides operations to manage the roles property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get roles from identityGovernance description: Read-only. Nullable. Supports $expand. operationId: identityGovernance.entitlementManagement.catalogs.resourceRoles.resource.scopes.resource.ListRoles parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceRoleCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.entitlementManagement summary: Create new navigation property to roles for identityGovernance operationId: identityGovernance.entitlementManagement.catalogs.resourceRoles.resource.scopes.resource.CreateRoles requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageCatalog-id in: path description: The unique identifier of accessPackageCatalog required: true schema: type: string x-ms-docs-key-type: accessPackageCatalog - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles' '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}': description: Provides operations to manage the roles property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get roles from identityGovernance description: Read-only. Nullable. Supports $expand. operationId: identityGovernance.entitlementManagement.catalogs.resourceRoles.resource.scopes.resource.GetRoles parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property roles in identityGovernance operationId: identityGovernance.entitlementManagement.catalogs.resourceRoles.resource.scopes.resource.UpdateRoles requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property roles for identityGovernance operationId: identityGovernance.entitlementManagement.catalogs.resourceRoles.resource.scopes.resource.DeleteRoles parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageCatalog-id in: path description: The unique identifier of accessPackageCatalog required: true schema: type: string x-ms-docs-key-type: accessPackageCatalog - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope - name: accessPackageResourceRole-id1 in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/roles/{accessPackageResourceRole-id1}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/roles/{accessPackageResourceRole-id1}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.entitlementManagement summary: Get the number of the resource operationId: identityGovernance.entitlementManagement.catalogs.resourceRoles.resource.scopes.resource.roles.GetCount-d5ce parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: accessPackageCatalog-id in: path description: The unique identifier of accessPackageCatalog required: true schema: type: string x-ms-docs-key-type: accessPackageCatalog - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.entitlementManagement summary: Get the number of the resource operationId: identityGovernance.entitlementManagement.catalogs.resourceRoles.resource.scopes.GetCount-0bb0 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: accessPackageCatalog-id in: path description: The unique identifier of accessPackageCatalog required: true schema: type: string x-ms-docs-key-type: accessPackageCatalog - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.entitlementManagement summary: Get the number of the resource operationId: identityGovernance.entitlementManagement.catalogs.resourceRoles.GetCount-0b89 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: accessPackageCatalog-id in: path description: The unique identifier of accessPackageCatalog required: true schema: type: string x-ms-docs-key-type: accessPackageCatalog '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources': description: Provides operations to manage the resources property of the microsoft.graph.accessPackageCatalog entity. get: tags: - identityGovernance.entitlementManagement summary: List resources description: Retrieve a list of accessPackageResource objects in an accessPackageCatalog. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/accesspackagecatalog-list-resources?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.catalogs.ListResources parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.entitlementManagement summary: Create new navigation property to resources for identityGovernance operationId: identityGovernance.entitlementManagement.catalogs.CreateResources requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageCatalog-id in: path description: The unique identifier of accessPackageCatalog required: true schema: type: string x-ms-docs-key-type: accessPackageCatalog x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources' '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}': description: Provides operations to manage the resources property of the microsoft.graph.accessPackageCatalog entity. get: tags: - identityGovernance.entitlementManagement summary: Get resources from identityGovernance description: Access package resources in this catalog. operationId: identityGovernance.entitlementManagement.catalogs.GetResources parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property resources in identityGovernance operationId: identityGovernance.entitlementManagement.catalogs.UpdateResources requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property resources for identityGovernance operationId: identityGovernance.entitlementManagement.catalogs.DeleteResources parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageCatalog-id in: path description: The unique identifier of accessPackageCatalog required: true schema: type: string x-ms-docs-key-type: accessPackageCatalog - name: accessPackageResource-id in: path description: The unique identifier of accessPackageResource required: true schema: type: string x-ms-docs-key-type: accessPackageResource x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}' '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/environment': description: Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get environment from identityGovernance description: Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. operationId: identityGovernance.entitlementManagement.catalogs.resources.GetEnvironment parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceEnvironment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageCatalog-id in: path description: The unique identifier of accessPackageCatalog required: true schema: type: string x-ms-docs-key-type: accessPackageCatalog - name: accessPackageResource-id in: path description: The unique identifier of accessPackageResource required: true schema: type: string x-ms-docs-key-type: accessPackageResource x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles': description: Provides operations to manage the roles property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get roles from identityGovernance description: Read-only. Nullable. Supports $expand. operationId: identityGovernance.entitlementManagement.catalogs.resources.ListRoles parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceRoleCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.entitlementManagement summary: Create new navigation property to roles for identityGovernance operationId: identityGovernance.entitlementManagement.catalogs.resources.CreateRoles requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageCatalog-id in: path description: The unique identifier of accessPackageCatalog required: true schema: type: string x-ms-docs-key-type: accessPackageCatalog - name: accessPackageResource-id in: path description: The unique identifier of accessPackageResource required: true schema: type: string x-ms-docs-key-type: accessPackageResource x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles' '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}': description: Provides operations to manage the roles property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get roles from identityGovernance description: Read-only. Nullable. Supports $expand. operationId: identityGovernance.entitlementManagement.catalogs.resources.GetRoles parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property roles in identityGovernance operationId: identityGovernance.entitlementManagement.catalogs.resources.UpdateRoles requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property roles for identityGovernance operationId: identityGovernance.entitlementManagement.catalogs.resources.DeleteRoles parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageCatalog-id in: path description: The unique identifier of accessPackageCatalog required: true schema: type: string x-ms-docs-key-type: accessPackageCatalog - name: accessPackageResource-id in: path description: The unique identifier of accessPackageResource required: true schema: type: string x-ms-docs-key-type: accessPackageResource - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/roles/{accessPackageResourceRole-id1}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/roles/{accessPackageResourceRole-id1}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource': description: Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceRole entity. get: tags: - identityGovernance.entitlementManagement summary: Get resource from identityGovernance operationId: identityGovernance.entitlementManagement.catalogs.resources.roles.GetResource parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property resource in identityGovernance operationId: identityGovernance.entitlementManagement.catalogs.resources.roles.UpdateResource requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property resource for identityGovernance operationId: identityGovernance.entitlementManagement.catalogs.resources.roles.DeleteResource parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageCatalog-id in: path description: The unique identifier of accessPackageCatalog required: true schema: type: string x-ms-docs-key-type: accessPackageCatalog - name: accessPackageResource-id in: path description: The unique identifier of accessPackageResource required: true schema: type: string x-ms-docs-key-type: accessPackageResource - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment': description: Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get environment from identityGovernance description: Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. operationId: identityGovernance.entitlementManagement.catalogs.resources.roles.resource.GetEnvironment parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceEnvironment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageCatalog-id in: path description: The unique identifier of accessPackageCatalog required: true schema: type: string x-ms-docs-key-type: accessPackageCatalog - name: accessPackageResource-id in: path description: The unique identifier of accessPackageResource required: true schema: type: string x-ms-docs-key-type: accessPackageResource - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes': description: Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get scopes from identityGovernance description: Read-only. Nullable. Supports $expand. operationId: identityGovernance.entitlementManagement.catalogs.resources.roles.resource.ListScopes parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceScopeCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.entitlementManagement summary: Create new navigation property to scopes for identityGovernance operationId: identityGovernance.entitlementManagement.catalogs.resources.roles.resource.CreateScopes requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageCatalog-id in: path description: The unique identifier of accessPackageCatalog required: true schema: type: string x-ms-docs-key-type: accessPackageCatalog - name: accessPackageResource-id in: path description: The unique identifier of accessPackageResource required: true schema: type: string x-ms-docs-key-type: accessPackageResource - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes' '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}': description: Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get scopes from identityGovernance description: Read-only. Nullable. Supports $expand. operationId: identityGovernance.entitlementManagement.catalogs.resources.roles.resource.GetScopes parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property scopes in identityGovernance operationId: identityGovernance.entitlementManagement.catalogs.resources.roles.resource.UpdateScopes requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property scopes for identityGovernance operationId: identityGovernance.entitlementManagement.catalogs.resources.roles.resource.DeleteScopes parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageCatalog-id in: path description: The unique identifier of accessPackageCatalog required: true schema: type: string x-ms-docs-key-type: accessPackageCatalog - name: accessPackageResource-id in: path description: The unique identifier of accessPackageResource required: true schema: type: string x-ms-docs-key-type: accessPackageResource - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/scopes/{accessPackageResourceScope-id1}' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/scopes/{accessPackageResourceScope-id1}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}' '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource': description: Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceScope entity. get: tags: - identityGovernance.entitlementManagement summary: Get resource from identityGovernance operationId: identityGovernance.entitlementManagement.catalogs.resources.roles.resource.scopes.GetResource parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property resource in identityGovernance operationId: identityGovernance.entitlementManagement.catalogs.resources.roles.resource.scopes.UpdateResource requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property resource for identityGovernance operationId: identityGovernance.entitlementManagement.catalogs.resources.roles.resource.scopes.DeleteResource parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageCatalog-id in: path description: The unique identifier of accessPackageCatalog required: true schema: type: string x-ms-docs-key-type: accessPackageCatalog - name: accessPackageResource-id in: path description: The unique identifier of accessPackageResource required: true schema: type: string x-ms-docs-key-type: accessPackageResource - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource' '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment': description: Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get environment from identityGovernance description: Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. operationId: identityGovernance.entitlementManagement.catalogs.resources.roles.resource.scopes.resource.GetEnvironment parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceEnvironment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageCatalog-id in: path description: The unique identifier of accessPackageCatalog required: true schema: type: string x-ms-docs-key-type: accessPackageCatalog - name: accessPackageResource-id in: path description: The unique identifier of accessPackageResource required: true schema: type: string x-ms-docs-key-type: accessPackageResource - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.entitlementManagement summary: Get the number of the resource operationId: identityGovernance.entitlementManagement.catalogs.resources.roles.resource.scopes.GetCount-d8a6 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: accessPackageCatalog-id in: path description: The unique identifier of accessPackageCatalog required: true schema: type: string x-ms-docs-key-type: accessPackageCatalog - name: accessPackageResource-id in: path description: The unique identifier of accessPackageResource required: true schema: type: string x-ms-docs-key-type: accessPackageResource - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.entitlementManagement summary: Get the number of the resource operationId: identityGovernance.entitlementManagement.catalogs.resources.roles.GetCount-09f2 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: accessPackageCatalog-id in: path description: The unique identifier of accessPackageCatalog required: true schema: type: string x-ms-docs-key-type: accessPackageCatalog - name: accessPackageResource-id in: path description: The unique identifier of accessPackageResource required: true schema: type: string x-ms-docs-key-type: accessPackageResource '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes': description: Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get scopes from identityGovernance description: Read-only. Nullable. Supports $expand. operationId: identityGovernance.entitlementManagement.catalogs.resources.ListScopes parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceScopeCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.entitlementManagement summary: Create new navigation property to scopes for identityGovernance operationId: identityGovernance.entitlementManagement.catalogs.resources.CreateScopes requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageCatalog-id in: path description: The unique identifier of accessPackageCatalog required: true schema: type: string x-ms-docs-key-type: accessPackageCatalog - name: accessPackageResource-id in: path description: The unique identifier of accessPackageResource required: true schema: type: string x-ms-docs-key-type: accessPackageResource x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes' '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}': description: Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get scopes from identityGovernance description: Read-only. Nullable. Supports $expand. operationId: identityGovernance.entitlementManagement.catalogs.resources.GetScopes parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property scopes in identityGovernance operationId: identityGovernance.entitlementManagement.catalogs.resources.UpdateScopes requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property scopes for identityGovernance operationId: identityGovernance.entitlementManagement.catalogs.resources.DeleteScopes parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageCatalog-id in: path description: The unique identifier of accessPackageCatalog required: true schema: type: string x-ms-docs-key-type: accessPackageCatalog - name: accessPackageResource-id in: path description: The unique identifier of accessPackageResource required: true schema: type: string x-ms-docs-key-type: accessPackageResource - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/scopes/{accessPackageResourceScope-id1}' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/scopes/{accessPackageResourceScope-id1}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}' '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource': description: Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceScope entity. get: tags: - identityGovernance.entitlementManagement summary: Get resource from identityGovernance operationId: identityGovernance.entitlementManagement.catalogs.resources.scopes.GetResource parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property resource in identityGovernance operationId: identityGovernance.entitlementManagement.catalogs.resources.scopes.UpdateResource requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property resource for identityGovernance operationId: identityGovernance.entitlementManagement.catalogs.resources.scopes.DeleteResource parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageCatalog-id in: path description: The unique identifier of accessPackageCatalog required: true schema: type: string x-ms-docs-key-type: accessPackageCatalog - name: accessPackageResource-id in: path description: The unique identifier of accessPackageResource required: true schema: type: string x-ms-docs-key-type: accessPackageResource - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource' '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment': description: Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get environment from identityGovernance description: Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. operationId: identityGovernance.entitlementManagement.catalogs.resources.scopes.resource.GetEnvironment parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceEnvironment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageCatalog-id in: path description: The unique identifier of accessPackageCatalog required: true schema: type: string x-ms-docs-key-type: accessPackageCatalog - name: accessPackageResource-id in: path description: The unique identifier of accessPackageResource required: true schema: type: string x-ms-docs-key-type: accessPackageResource - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles': description: Provides operations to manage the roles property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get roles from identityGovernance description: Read-only. Nullable. Supports $expand. operationId: identityGovernance.entitlementManagement.catalogs.resources.scopes.resource.ListRoles parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceRoleCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.entitlementManagement summary: Create new navigation property to roles for identityGovernance operationId: identityGovernance.entitlementManagement.catalogs.resources.scopes.resource.CreateRoles requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageCatalog-id in: path description: The unique identifier of accessPackageCatalog required: true schema: type: string x-ms-docs-key-type: accessPackageCatalog - name: accessPackageResource-id in: path description: The unique identifier of accessPackageResource required: true schema: type: string x-ms-docs-key-type: accessPackageResource - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles' '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}': description: Provides operations to manage the roles property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get roles from identityGovernance description: Read-only. Nullable. Supports $expand. operationId: identityGovernance.entitlementManagement.catalogs.resources.scopes.resource.GetRoles parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property roles in identityGovernance operationId: identityGovernance.entitlementManagement.catalogs.resources.scopes.resource.UpdateRoles requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property roles for identityGovernance operationId: identityGovernance.entitlementManagement.catalogs.resources.scopes.resource.DeleteRoles parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageCatalog-id in: path description: The unique identifier of accessPackageCatalog required: true schema: type: string x-ms-docs-key-type: accessPackageCatalog - name: accessPackageResource-id in: path description: The unique identifier of accessPackageResource required: true schema: type: string x-ms-docs-key-type: accessPackageResource - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/roles/{accessPackageResourceRole-id1}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/roles/{accessPackageResourceRole-id1}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource': description: Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceRole entity. get: tags: - identityGovernance.entitlementManagement summary: Get resource from identityGovernance operationId: identityGovernance.entitlementManagement.catalogs.resources.scopes.resource.roles.GetResource parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property resource in identityGovernance operationId: identityGovernance.entitlementManagement.catalogs.resources.scopes.resource.roles.UpdateResource requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property resource for identityGovernance operationId: identityGovernance.entitlementManagement.catalogs.resources.scopes.resource.roles.DeleteResource parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageCatalog-id in: path description: The unique identifier of accessPackageCatalog required: true schema: type: string x-ms-docs-key-type: accessPackageCatalog - name: accessPackageResource-id in: path description: The unique identifier of accessPackageResource required: true schema: type: string x-ms-docs-key-type: accessPackageResource - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment': description: Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get environment from identityGovernance description: Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. operationId: identityGovernance.entitlementManagement.catalogs.resources.scopes.resource.roles.resource.GetEnvironment parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceEnvironment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageCatalog-id in: path description: The unique identifier of accessPackageCatalog required: true schema: type: string x-ms-docs-key-type: accessPackageCatalog - name: accessPackageResource-id in: path description: The unique identifier of accessPackageResource required: true schema: type: string x-ms-docs-key-type: accessPackageResource - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.entitlementManagement summary: Get the number of the resource operationId: identityGovernance.entitlementManagement.catalogs.resources.scopes.resource.roles.GetCount-8e7a parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: accessPackageCatalog-id in: path description: The unique identifier of accessPackageCatalog required: true schema: type: string x-ms-docs-key-type: accessPackageCatalog - name: accessPackageResource-id in: path description: The unique identifier of accessPackageResource required: true schema: type: string x-ms-docs-key-type: accessPackageResource - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.entitlementManagement summary: Get the number of the resource operationId: identityGovernance.entitlementManagement.catalogs.resources.scopes.GetCount-da5f parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: accessPackageCatalog-id in: path description: The unique identifier of accessPackageCatalog required: true schema: type: string x-ms-docs-key-type: accessPackageCatalog - name: accessPackageResource-id in: path description: The unique identifier of accessPackageResource required: true schema: type: string x-ms-docs-key-type: accessPackageResource '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.entitlementManagement summary: Get the number of the resource operationId: identityGovernance.entitlementManagement.catalogs.resources.GetCount-d7cc parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: accessPackageCatalog-id in: path description: The unique identifier of accessPackageCatalog required: true schema: type: string x-ms-docs-key-type: accessPackageCatalog '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes': description: Provides operations to manage the resourceScopes property of the microsoft.graph.accessPackageCatalog entity. get: tags: - identityGovernance.entitlementManagement summary: Get resourceScopes from identityGovernance operationId: identityGovernance.entitlementManagement.catalogs.ListResourceScopes parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceScopeCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.entitlementManagement summary: Create new navigation property to resourceScopes for identityGovernance operationId: identityGovernance.entitlementManagement.catalogs.CreateResourceScopes requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageCatalog-id in: path description: The unique identifier of accessPackageCatalog required: true schema: type: string x-ms-docs-key-type: accessPackageCatalog x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes' '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}': description: Provides operations to manage the resourceScopes property of the microsoft.graph.accessPackageCatalog entity. get: tags: - identityGovernance.entitlementManagement summary: Get resourceScopes from identityGovernance operationId: identityGovernance.entitlementManagement.catalogs.GetResourceScopes parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property resourceScopes in identityGovernance operationId: identityGovernance.entitlementManagement.catalogs.UpdateResourceScopes requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property resourceScopes for identityGovernance operationId: identityGovernance.entitlementManagement.catalogs.DeleteResourceScopes parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageCatalog-id in: path description: The unique identifier of accessPackageCatalog required: true schema: type: string x-ms-docs-key-type: accessPackageCatalog - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}' '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource': description: Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceScope entity. get: tags: - identityGovernance.entitlementManagement summary: Get resource from identityGovernance operationId: identityGovernance.entitlementManagement.catalogs.resourceScopes.GetResource parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property resource in identityGovernance operationId: identityGovernance.entitlementManagement.catalogs.resourceScopes.UpdateResource requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property resource for identityGovernance operationId: identityGovernance.entitlementManagement.catalogs.resourceScopes.DeleteResource parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageCatalog-id in: path description: The unique identifier of accessPackageCatalog required: true schema: type: string x-ms-docs-key-type: accessPackageCatalog - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource' '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/environment': description: Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get environment from identityGovernance description: Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. operationId: identityGovernance.entitlementManagement.catalogs.resourceScopes.resource.GetEnvironment parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceEnvironment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageCatalog-id in: path description: The unique identifier of accessPackageCatalog required: true schema: type: string x-ms-docs-key-type: accessPackageCatalog - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles': description: Provides operations to manage the roles property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get roles from identityGovernance description: Read-only. Nullable. Supports $expand. operationId: identityGovernance.entitlementManagement.catalogs.resourceScopes.resource.ListRoles parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceRoleCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.entitlementManagement summary: Create new navigation property to roles for identityGovernance operationId: identityGovernance.entitlementManagement.catalogs.resourceScopes.resource.CreateRoles requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageCatalog-id in: path description: The unique identifier of accessPackageCatalog required: true schema: type: string x-ms-docs-key-type: accessPackageCatalog - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles' '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}': description: Provides operations to manage the roles property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get roles from identityGovernance description: Read-only. Nullable. Supports $expand. operationId: identityGovernance.entitlementManagement.catalogs.resourceScopes.resource.GetRoles parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property roles in identityGovernance operationId: identityGovernance.entitlementManagement.catalogs.resourceScopes.resource.UpdateRoles requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property roles for identityGovernance operationId: identityGovernance.entitlementManagement.catalogs.resourceScopes.resource.DeleteRoles parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageCatalog-id in: path description: The unique identifier of accessPackageCatalog required: true schema: type: string x-ms-docs-key-type: accessPackageCatalog - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/roles/{accessPackageResourceRole-id1}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/roles/{accessPackageResourceRole-id1}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource': description: Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceRole entity. get: tags: - identityGovernance.entitlementManagement summary: Get resource from identityGovernance operationId: identityGovernance.entitlementManagement.catalogs.resourceScopes.resource.roles.GetResource parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property resource in identityGovernance operationId: identityGovernance.entitlementManagement.catalogs.resourceScopes.resource.roles.UpdateResource requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property resource for identityGovernance operationId: identityGovernance.entitlementManagement.catalogs.resourceScopes.resource.roles.DeleteResource parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageCatalog-id in: path description: The unique identifier of accessPackageCatalog required: true schema: type: string x-ms-docs-key-type: accessPackageCatalog - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment': description: Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get environment from identityGovernance description: Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. operationId: identityGovernance.entitlementManagement.catalogs.resourceScopes.resource.roles.resource.GetEnvironment parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceEnvironment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageCatalog-id in: path description: The unique identifier of accessPackageCatalog required: true schema: type: string x-ms-docs-key-type: accessPackageCatalog - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes': description: Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get scopes from identityGovernance description: Read-only. Nullable. Supports $expand. operationId: identityGovernance.entitlementManagement.catalogs.resourceScopes.resource.roles.resource.ListScopes parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceScopeCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.entitlementManagement summary: Create new navigation property to scopes for identityGovernance operationId: identityGovernance.entitlementManagement.catalogs.resourceScopes.resource.roles.resource.CreateScopes requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageCatalog-id in: path description: The unique identifier of accessPackageCatalog required: true schema: type: string x-ms-docs-key-type: accessPackageCatalog - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes' '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}': description: Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get scopes from identityGovernance description: Read-only. Nullable. Supports $expand. operationId: identityGovernance.entitlementManagement.catalogs.resourceScopes.resource.roles.resource.GetScopes parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property scopes in identityGovernance operationId: identityGovernance.entitlementManagement.catalogs.resourceScopes.resource.roles.resource.UpdateScopes requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property scopes for identityGovernance operationId: identityGovernance.entitlementManagement.catalogs.resourceScopes.resource.roles.resource.DeleteScopes parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageCatalog-id in: path description: The unique identifier of accessPackageCatalog required: true schema: type: string x-ms-docs-key-type: accessPackageCatalog - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole - name: accessPackageResourceScope-id1 in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/scopes/{accessPackageResourceScope-id1}' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/scopes/{accessPackageResourceScope-id1}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}' '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.entitlementManagement summary: Get the number of the resource operationId: identityGovernance.entitlementManagement.catalogs.resourceScopes.resource.roles.resource.scopes.GetCount-d233 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: accessPackageCatalog-id in: path description: The unique identifier of accessPackageCatalog required: true schema: type: string x-ms-docs-key-type: accessPackageCatalog - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.entitlementManagement summary: Get the number of the resource operationId: identityGovernance.entitlementManagement.catalogs.resourceScopes.resource.roles.GetCount-61e2 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: accessPackageCatalog-id in: path description: The unique identifier of accessPackageCatalog required: true schema: type: string x-ms-docs-key-type: accessPackageCatalog - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/scopes': description: Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get scopes from identityGovernance description: Read-only. Nullable. Supports $expand. operationId: identityGovernance.entitlementManagement.catalogs.resourceScopes.resource.ListScopes parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceScopeCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.entitlementManagement summary: Create new navigation property to scopes for identityGovernance operationId: identityGovernance.entitlementManagement.catalogs.resourceScopes.resource.CreateScopes requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageCatalog-id in: path description: The unique identifier of accessPackageCatalog required: true schema: type: string x-ms-docs-key-type: accessPackageCatalog - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes' '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/scopes/{accessPackageResourceScope-id1}': description: Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get scopes from identityGovernance description: Read-only. Nullable. Supports $expand. operationId: identityGovernance.entitlementManagement.catalogs.resourceScopes.resource.GetScopes parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property scopes in identityGovernance operationId: identityGovernance.entitlementManagement.catalogs.resourceScopes.resource.UpdateScopes requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property scopes for identityGovernance operationId: identityGovernance.entitlementManagement.catalogs.resourceScopes.resource.DeleteScopes parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageCatalog-id in: path description: The unique identifier of accessPackageCatalog required: true schema: type: string x-ms-docs-key-type: accessPackageCatalog - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope - name: accessPackageResourceScope-id1 in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/scopes/{accessPackageResourceScope-id1}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}' '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/scopes/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.entitlementManagement summary: Get the number of the resource operationId: identityGovernance.entitlementManagement.catalogs.resourceScopes.resource.scopes.GetCount-8843 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: accessPackageCatalog-id in: path description: The unique identifier of accessPackageCatalog required: true schema: type: string x-ms-docs-key-type: accessPackageCatalog - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.entitlementManagement summary: Get the number of the resource operationId: identityGovernance.entitlementManagement.catalogs.resourceScopes.GetCount-41be parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: accessPackageCatalog-id in: path description: The unique identifier of accessPackageCatalog required: true schema: type: string x-ms-docs-key-type: accessPackageCatalog /identityGovernance/entitlementManagement/catalogs/$count: description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.entitlementManagement summary: Get the number of the resource operationId: identityGovernance.entitlementManagement.catalogs.GetCount-ec42 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /identityGovernance/entitlementManagement/connectedOrganizations: description: Provides operations to manage the connectedOrganizations property of the microsoft.graph.entitlementManagement entity. get: tags: - identityGovernance.entitlementManagement summary: List connectedOrganizations description: Retrieve a list of connectedOrganization objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/entitlementmanagement-list-connectedorganizations?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.ListConnectedOrganizations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.connectedOrganizationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.entitlementManagement summary: Create connectedOrganization description: Create a new connectedOrganization object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/entitlementmanagement-post-connectedorganizations?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.CreateConnectedOrganizations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.connectedOrganization' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.connectedOrganization' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}': description: Provides operations to manage the connectedOrganizations property of the microsoft.graph.entitlementManagement entity. get: tags: - identityGovernance.entitlementManagement summary: Get connectedOrganization description: Retrieve the properties and relationships of a connectedOrganization object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/connectedorganization-get?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.GetConnectedOrganizations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.connectedOrganization' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update connectedOrganization description: Update a connectedOrganization object to change one or more of its properties. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/connectedorganization-update?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.UpdateConnectedOrganizations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.connectedOrganization' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.connectedOrganization' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete connectedOrganization description: Delete a connectedOrganization object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/connectedorganization-delete?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.DeleteConnectedOrganizations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: connectedOrganization-id in: path description: The unique identifier of connectedOrganization required: true schema: type: string x-ms-docs-key-type: connectedOrganization '/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors': description: Provides operations to manage the externalSponsors property of the microsoft.graph.connectedOrganization entity. get: tags: - identityGovernance.entitlementManagement summary: Get externalSponsors from identityGovernance operationId: identityGovernance.entitlementManagement.connectedOrganizations.ListExternalSponsors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: connectedOrganization-id in: path description: The unique identifier of connectedOrganization required: true schema: type: string x-ms-docs-key-type: connectedOrganization '/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/{directoryObject-id}/$ref': description: Provides operations to manage the collection of identityGovernance entities. delete: tags: - identityGovernance.entitlementManagement summary: Remove externalSponsors description: Remove a user or a group from the connected organization's external sponsors. The external sponsors are a set of users who can approve requests on behalf of other users from that connected organization. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/connectedorganization-delete-externalsponsors?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.connectedOrganizations.externalSponsors.DeleteRefDirectoryObject parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: connectedOrganization-id in: path description: The unique identifier of connectedOrganization required: true schema: type: string x-ms-docs-key-type: connectedOrganization - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.entitlementManagement summary: Get the number of the resource operationId: identityGovernance.entitlementManagement.connectedOrganizations.externalSponsors.GetCount-3513 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: connectedOrganization-id in: path description: The unique identifier of connectedOrganization required: true schema: type: string x-ms-docs-key-type: connectedOrganization '/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$ref': description: Provides operations to manage the collection of identityGovernance entities. get: tags: - identityGovernance.entitlementManagement summary: Get ref of externalSponsors from identityGovernance operationId: identityGovernance.entitlementManagement.connectedOrganizations.ListRefExternalSponsors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/StringCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.entitlementManagement summary: Add externalSponsors description: Add a user or a group to the connected organization's external sponsors. The external sponsors are a set of users who can approve requests on behalf of other users from that connected organization. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/connectedorganization-post-externalsponsors?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.connectedOrganizations.CreateRefExternalSponsors requestBody: $ref: '#/components/requestBodies/refPostBody' responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Remove externalSponsors description: Remove a user or a group from the connected organization's external sponsors. The external sponsors are a set of users who can approve requests on behalf of other users from that connected organization. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/connectedorganization-delete-externalsponsors?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.connectedOrganizations.DeleteRefExternalSponsors parameters: - name: If-Match in: header description: ETag schema: type: string - name: '@id' in: query description: The delete Uri required: true schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: connectedOrganization-id in: path description: The unique identifier of connectedOrganization required: true schema: type: string x-ms-docs-key-type: connectedOrganization '/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors': description: Provides operations to manage the internalSponsors property of the microsoft.graph.connectedOrganization entity. get: tags: - identityGovernance.entitlementManagement summary: Get internalSponsors from identityGovernance operationId: identityGovernance.entitlementManagement.connectedOrganizations.ListInternalSponsors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: connectedOrganization-id in: path description: The unique identifier of connectedOrganization required: true schema: type: string x-ms-docs-key-type: connectedOrganization '/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/{directoryObject-id}/$ref': description: Provides operations to manage the collection of identityGovernance entities. delete: tags: - identityGovernance.entitlementManagement summary: Remove internalSponsors description: Remove a user or a group from the connected organization's internal sponsors. The internal sponsors are a set of users who can approve requests on behalf of other users from that connected organization. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/connectedorganization-delete-internalsponsors?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.connectedOrganizations.internalSponsors.DeleteRefDirectoryObject parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: connectedOrganization-id in: path description: The unique identifier of connectedOrganization required: true schema: type: string x-ms-docs-key-type: connectedOrganization - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.entitlementManagement summary: Get the number of the resource operationId: identityGovernance.entitlementManagement.connectedOrganizations.internalSponsors.GetCount-7123 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: connectedOrganization-id in: path description: The unique identifier of connectedOrganization required: true schema: type: string x-ms-docs-key-type: connectedOrganization '/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$ref': description: Provides operations to manage the collection of identityGovernance entities. get: tags: - identityGovernance.entitlementManagement summary: Get ref of internalSponsors from identityGovernance operationId: identityGovernance.entitlementManagement.connectedOrganizations.ListRefInternalSponsors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/StringCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.entitlementManagement summary: Add internalSponsors description: Add a user or a group to the connected organization's internal sponsors. The internal sponsors are a set of users who can approve requests on behalf of other users from that connected organization. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/connectedorganization-post-internalsponsors?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.connectedOrganizations.CreateRefInternalSponsors requestBody: $ref: '#/components/requestBodies/refPostBody' responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Remove internalSponsors description: Remove a user or a group from the connected organization's internal sponsors. The internal sponsors are a set of users who can approve requests on behalf of other users from that connected organization. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/connectedorganization-delete-internalsponsors?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.connectedOrganizations.DeleteRefInternalSponsors parameters: - name: If-Match in: header description: ETag schema: type: string - name: '@id' in: query description: The delete Uri required: true schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: connectedOrganization-id in: path description: The unique identifier of connectedOrganization required: true schema: type: string x-ms-docs-key-type: connectedOrganization /identityGovernance/entitlementManagement/connectedOrganizations/$count: description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.entitlementManagement summary: Get the number of the resource operationId: identityGovernance.entitlementManagement.connectedOrganizations.GetCount-03a9 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /identityGovernance/entitlementManagement/resourceEnvironments: description: Provides operations to manage the resourceEnvironments property of the microsoft.graph.entitlementManagement entity. get: tags: - identityGovernance.entitlementManagement summary: List accessPackageResourceEnvironments description: Retrieve a list of accessPackageResourceEnvironment objects and their properties. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/entitlementmanagement-list-resourceenvironments?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.ListResourceEnvironments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceEnvironmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.entitlementManagement summary: Create new navigation property to resourceEnvironments for identityGovernance operationId: identityGovernance.entitlementManagement.CreateResourceEnvironments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceEnvironment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceEnvironment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}': description: Provides operations to manage the resourceEnvironments property of the microsoft.graph.entitlementManagement entity. get: tags: - identityGovernance.entitlementManagement summary: Get resourceEnvironments from identityGovernance description: A reference to the geolocation environments in which a resource is located. operationId: identityGovernance.entitlementManagement.GetResourceEnvironments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceEnvironment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property resourceEnvironments in identityGovernance operationId: identityGovernance.entitlementManagement.UpdateResourceEnvironments requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceEnvironment' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceEnvironment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property resourceEnvironments for identityGovernance operationId: identityGovernance.entitlementManagement.DeleteResourceEnvironments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceEnvironment-id in: path description: The unique identifier of accessPackageResourceEnvironment required: true schema: type: string x-ms-docs-key-type: accessPackageResourceEnvironment '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources': description: Provides operations to manage the resources property of the microsoft.graph.accessPackageResourceEnvironment entity. get: tags: - identityGovernance.entitlementManagement summary: Get resources from identityGovernance description: Read-only. Required. operationId: identityGovernance.entitlementManagement.resourceEnvironments.ListResources parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.entitlementManagement summary: Create new navigation property to resources for identityGovernance operationId: identityGovernance.entitlementManagement.resourceEnvironments.CreateResources requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceEnvironment-id in: path description: The unique identifier of accessPackageResourceEnvironment required: true schema: type: string x-ms-docs-key-type: accessPackageResourceEnvironment '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}': description: Provides operations to manage the resources property of the microsoft.graph.accessPackageResourceEnvironment entity. get: tags: - identityGovernance.entitlementManagement summary: Get resources from identityGovernance description: Read-only. Required. operationId: identityGovernance.entitlementManagement.resourceEnvironments.GetResources parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property resources in identityGovernance operationId: identityGovernance.entitlementManagement.resourceEnvironments.UpdateResources requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property resources for identityGovernance operationId: identityGovernance.entitlementManagement.resourceEnvironments.DeleteResources parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceEnvironment-id in: path description: The unique identifier of accessPackageResourceEnvironment required: true schema: type: string x-ms-docs-key-type: accessPackageResourceEnvironment - name: accessPackageResource-id in: path description: The unique identifier of accessPackageResource required: true schema: type: string x-ms-docs-key-type: accessPackageResource '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/environment': description: Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get environment from identityGovernance description: Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. operationId: identityGovernance.entitlementManagement.resourceEnvironments.resources.GetEnvironment parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceEnvironment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceEnvironment-id in: path description: The unique identifier of accessPackageResourceEnvironment required: true schema: type: string x-ms-docs-key-type: accessPackageResourceEnvironment - name: accessPackageResource-id in: path description: The unique identifier of accessPackageResource required: true schema: type: string x-ms-docs-key-type: accessPackageResource x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles': description: Provides operations to manage the roles property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get roles from identityGovernance description: Read-only. Nullable. Supports $expand. operationId: identityGovernance.entitlementManagement.resourceEnvironments.resources.ListRoles parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceRoleCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.entitlementManagement summary: Create new navigation property to roles for identityGovernance operationId: identityGovernance.entitlementManagement.resourceEnvironments.resources.CreateRoles requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceEnvironment-id in: path description: The unique identifier of accessPackageResourceEnvironment required: true schema: type: string x-ms-docs-key-type: accessPackageResourceEnvironment - name: accessPackageResource-id in: path description: The unique identifier of accessPackageResource required: true schema: type: string x-ms-docs-key-type: accessPackageResource x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles' '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}': description: Provides operations to manage the roles property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get roles from identityGovernance description: Read-only. Nullable. Supports $expand. operationId: identityGovernance.entitlementManagement.resourceEnvironments.resources.GetRoles parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property roles in identityGovernance operationId: identityGovernance.entitlementManagement.resourceEnvironments.resources.UpdateRoles requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property roles for identityGovernance operationId: identityGovernance.entitlementManagement.resourceEnvironments.resources.DeleteRoles parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceEnvironment-id in: path description: The unique identifier of accessPackageResourceEnvironment required: true schema: type: string x-ms-docs-key-type: accessPackageResourceEnvironment - name: accessPackageResource-id in: path description: The unique identifier of accessPackageResource required: true schema: type: string x-ms-docs-key-type: accessPackageResource - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/roles/{accessPackageResourceRole-id1}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/roles/{accessPackageResourceRole-id1}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource': description: Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceRole entity. get: tags: - identityGovernance.entitlementManagement summary: Get resource from identityGovernance operationId: identityGovernance.entitlementManagement.resourceEnvironments.resources.roles.GetResource parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property resource in identityGovernance operationId: identityGovernance.entitlementManagement.resourceEnvironments.resources.roles.UpdateResource requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property resource for identityGovernance operationId: identityGovernance.entitlementManagement.resourceEnvironments.resources.roles.DeleteResource parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceEnvironment-id in: path description: The unique identifier of accessPackageResourceEnvironment required: true schema: type: string x-ms-docs-key-type: accessPackageResourceEnvironment - name: accessPackageResource-id in: path description: The unique identifier of accessPackageResource required: true schema: type: string x-ms-docs-key-type: accessPackageResource - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment': description: Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get environment from identityGovernance description: Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. operationId: identityGovernance.entitlementManagement.resourceEnvironments.resources.roles.resource.GetEnvironment parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceEnvironment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceEnvironment-id in: path description: The unique identifier of accessPackageResourceEnvironment required: true schema: type: string x-ms-docs-key-type: accessPackageResourceEnvironment - name: accessPackageResource-id in: path description: The unique identifier of accessPackageResource required: true schema: type: string x-ms-docs-key-type: accessPackageResource - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes': description: Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get scopes from identityGovernance description: Read-only. Nullable. Supports $expand. operationId: identityGovernance.entitlementManagement.resourceEnvironments.resources.roles.resource.ListScopes parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceScopeCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.entitlementManagement summary: Create new navigation property to scopes for identityGovernance operationId: identityGovernance.entitlementManagement.resourceEnvironments.resources.roles.resource.CreateScopes requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceEnvironment-id in: path description: The unique identifier of accessPackageResourceEnvironment required: true schema: type: string x-ms-docs-key-type: accessPackageResourceEnvironment - name: accessPackageResource-id in: path description: The unique identifier of accessPackageResource required: true schema: type: string x-ms-docs-key-type: accessPackageResource - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes' '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}': description: Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get scopes from identityGovernance description: Read-only. Nullable. Supports $expand. operationId: identityGovernance.entitlementManagement.resourceEnvironments.resources.roles.resource.GetScopes parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property scopes in identityGovernance operationId: identityGovernance.entitlementManagement.resourceEnvironments.resources.roles.resource.UpdateScopes requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property scopes for identityGovernance operationId: identityGovernance.entitlementManagement.resourceEnvironments.resources.roles.resource.DeleteScopes parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceEnvironment-id in: path description: The unique identifier of accessPackageResourceEnvironment required: true schema: type: string x-ms-docs-key-type: accessPackageResourceEnvironment - name: accessPackageResource-id in: path description: The unique identifier of accessPackageResource required: true schema: type: string x-ms-docs-key-type: accessPackageResource - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/scopes/{accessPackageResourceScope-id1}' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/scopes/{accessPackageResourceScope-id1}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}' '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource': description: Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceScope entity. get: tags: - identityGovernance.entitlementManagement summary: Get resource from identityGovernance operationId: identityGovernance.entitlementManagement.resourceEnvironments.resources.roles.resource.scopes.GetResource parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property resource in identityGovernance operationId: identityGovernance.entitlementManagement.resourceEnvironments.resources.roles.resource.scopes.UpdateResource requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property resource for identityGovernance operationId: identityGovernance.entitlementManagement.resourceEnvironments.resources.roles.resource.scopes.DeleteResource parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceEnvironment-id in: path description: The unique identifier of accessPackageResourceEnvironment required: true schema: type: string x-ms-docs-key-type: accessPackageResourceEnvironment - name: accessPackageResource-id in: path description: The unique identifier of accessPackageResource required: true schema: type: string x-ms-docs-key-type: accessPackageResource - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource' '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment': description: Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get environment from identityGovernance description: Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. operationId: identityGovernance.entitlementManagement.resourceEnvironments.resources.roles.resource.scopes.resource.GetEnvironment parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceEnvironment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceEnvironment-id in: path description: The unique identifier of accessPackageResourceEnvironment required: true schema: type: string x-ms-docs-key-type: accessPackageResourceEnvironment - name: accessPackageResource-id in: path description: The unique identifier of accessPackageResource required: true schema: type: string x-ms-docs-key-type: accessPackageResource - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.entitlementManagement summary: Get the number of the resource operationId: identityGovernance.entitlementManagement.resourceEnvironments.resources.roles.resource.scopes.GetCount-c193 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: accessPackageResourceEnvironment-id in: path description: The unique identifier of accessPackageResourceEnvironment required: true schema: type: string x-ms-docs-key-type: accessPackageResourceEnvironment - name: accessPackageResource-id in: path description: The unique identifier of accessPackageResource required: true schema: type: string x-ms-docs-key-type: accessPackageResource - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.entitlementManagement summary: Get the number of the resource operationId: identityGovernance.entitlementManagement.resourceEnvironments.resources.roles.GetCount-c688 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: accessPackageResourceEnvironment-id in: path description: The unique identifier of accessPackageResourceEnvironment required: true schema: type: string x-ms-docs-key-type: accessPackageResourceEnvironment - name: accessPackageResource-id in: path description: The unique identifier of accessPackageResource required: true schema: type: string x-ms-docs-key-type: accessPackageResource '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes': description: Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get scopes from identityGovernance description: Read-only. Nullable. Supports $expand. operationId: identityGovernance.entitlementManagement.resourceEnvironments.resources.ListScopes parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceScopeCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.entitlementManagement summary: Create new navigation property to scopes for identityGovernance operationId: identityGovernance.entitlementManagement.resourceEnvironments.resources.CreateScopes requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceEnvironment-id in: path description: The unique identifier of accessPackageResourceEnvironment required: true schema: type: string x-ms-docs-key-type: accessPackageResourceEnvironment - name: accessPackageResource-id in: path description: The unique identifier of accessPackageResource required: true schema: type: string x-ms-docs-key-type: accessPackageResource x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes' '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}': description: Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get scopes from identityGovernance description: Read-only. Nullable. Supports $expand. operationId: identityGovernance.entitlementManagement.resourceEnvironments.resources.GetScopes parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property scopes in identityGovernance operationId: identityGovernance.entitlementManagement.resourceEnvironments.resources.UpdateScopes requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property scopes for identityGovernance operationId: identityGovernance.entitlementManagement.resourceEnvironments.resources.DeleteScopes parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceEnvironment-id in: path description: The unique identifier of accessPackageResourceEnvironment required: true schema: type: string x-ms-docs-key-type: accessPackageResourceEnvironment - name: accessPackageResource-id in: path description: The unique identifier of accessPackageResource required: true schema: type: string x-ms-docs-key-type: accessPackageResource - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/scopes/{accessPackageResourceScope-id1}' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/scopes/{accessPackageResourceScope-id1}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}' '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource': description: Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceScope entity. get: tags: - identityGovernance.entitlementManagement summary: Get resource from identityGovernance operationId: identityGovernance.entitlementManagement.resourceEnvironments.resources.scopes.GetResource parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property resource in identityGovernance operationId: identityGovernance.entitlementManagement.resourceEnvironments.resources.scopes.UpdateResource requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property resource for identityGovernance operationId: identityGovernance.entitlementManagement.resourceEnvironments.resources.scopes.DeleteResource parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceEnvironment-id in: path description: The unique identifier of accessPackageResourceEnvironment required: true schema: type: string x-ms-docs-key-type: accessPackageResourceEnvironment - name: accessPackageResource-id in: path description: The unique identifier of accessPackageResource required: true schema: type: string x-ms-docs-key-type: accessPackageResource - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource' '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment': description: Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get environment from identityGovernance description: Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. operationId: identityGovernance.entitlementManagement.resourceEnvironments.resources.scopes.resource.GetEnvironment parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceEnvironment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceEnvironment-id in: path description: The unique identifier of accessPackageResourceEnvironment required: true schema: type: string x-ms-docs-key-type: accessPackageResourceEnvironment - name: accessPackageResource-id in: path description: The unique identifier of accessPackageResource required: true schema: type: string x-ms-docs-key-type: accessPackageResource - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles': description: Provides operations to manage the roles property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get roles from identityGovernance description: Read-only. Nullable. Supports $expand. operationId: identityGovernance.entitlementManagement.resourceEnvironments.resources.scopes.resource.ListRoles parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceRoleCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.entitlementManagement summary: Create new navigation property to roles for identityGovernance operationId: identityGovernance.entitlementManagement.resourceEnvironments.resources.scopes.resource.CreateRoles requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceEnvironment-id in: path description: The unique identifier of accessPackageResourceEnvironment required: true schema: type: string x-ms-docs-key-type: accessPackageResourceEnvironment - name: accessPackageResource-id in: path description: The unique identifier of accessPackageResource required: true schema: type: string x-ms-docs-key-type: accessPackageResource - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles' '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}': description: Provides operations to manage the roles property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get roles from identityGovernance description: Read-only. Nullable. Supports $expand. operationId: identityGovernance.entitlementManagement.resourceEnvironments.resources.scopes.resource.GetRoles parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property roles in identityGovernance operationId: identityGovernance.entitlementManagement.resourceEnvironments.resources.scopes.resource.UpdateRoles requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property roles for identityGovernance operationId: identityGovernance.entitlementManagement.resourceEnvironments.resources.scopes.resource.DeleteRoles parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceEnvironment-id in: path description: The unique identifier of accessPackageResourceEnvironment required: true schema: type: string x-ms-docs-key-type: accessPackageResourceEnvironment - name: accessPackageResource-id in: path description: The unique identifier of accessPackageResource required: true schema: type: string x-ms-docs-key-type: accessPackageResource - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/roles/{accessPackageResourceRole-id1}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/roles/{accessPackageResourceRole-id1}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource': description: Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceRole entity. get: tags: - identityGovernance.entitlementManagement summary: Get resource from identityGovernance operationId: identityGovernance.entitlementManagement.resourceEnvironments.resources.scopes.resource.roles.GetResource parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property resource in identityGovernance operationId: identityGovernance.entitlementManagement.resourceEnvironments.resources.scopes.resource.roles.UpdateResource requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property resource for identityGovernance operationId: identityGovernance.entitlementManagement.resourceEnvironments.resources.scopes.resource.roles.DeleteResource parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceEnvironment-id in: path description: The unique identifier of accessPackageResourceEnvironment required: true schema: type: string x-ms-docs-key-type: accessPackageResourceEnvironment - name: accessPackageResource-id in: path description: The unique identifier of accessPackageResource required: true schema: type: string x-ms-docs-key-type: accessPackageResource - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment': description: Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get environment from identityGovernance description: Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. operationId: identityGovernance.entitlementManagement.resourceEnvironments.resources.scopes.resource.roles.resource.GetEnvironment parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceEnvironment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceEnvironment-id in: path description: The unique identifier of accessPackageResourceEnvironment required: true schema: type: string x-ms-docs-key-type: accessPackageResourceEnvironment - name: accessPackageResource-id in: path description: The unique identifier of accessPackageResource required: true schema: type: string x-ms-docs-key-type: accessPackageResource - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.entitlementManagement summary: Get the number of the resource operationId: identityGovernance.entitlementManagement.resourceEnvironments.resources.scopes.resource.roles.GetCount-aef4 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: accessPackageResourceEnvironment-id in: path description: The unique identifier of accessPackageResourceEnvironment required: true schema: type: string x-ms-docs-key-type: accessPackageResourceEnvironment - name: accessPackageResource-id in: path description: The unique identifier of accessPackageResource required: true schema: type: string x-ms-docs-key-type: accessPackageResource - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.entitlementManagement summary: Get the number of the resource operationId: identityGovernance.entitlementManagement.resourceEnvironments.resources.scopes.GetCount-a9d8 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: accessPackageResourceEnvironment-id in: path description: The unique identifier of accessPackageResourceEnvironment required: true schema: type: string x-ms-docs-key-type: accessPackageResourceEnvironment - name: accessPackageResource-id in: path description: The unique identifier of accessPackageResource required: true schema: type: string x-ms-docs-key-type: accessPackageResource '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.entitlementManagement summary: Get the number of the resource operationId: identityGovernance.entitlementManagement.resourceEnvironments.resources.GetCount-a39d parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: accessPackageResourceEnvironment-id in: path description: The unique identifier of accessPackageResourceEnvironment required: true schema: type: string x-ms-docs-key-type: accessPackageResourceEnvironment /identityGovernance/entitlementManagement/resourceEnvironments/$count: description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.entitlementManagement summary: Get the number of the resource operationId: identityGovernance.entitlementManagement.resourceEnvironments.GetCount-6cd7 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /identityGovernance/entitlementManagement/resourceRequests: description: Provides operations to manage the resourceRequests property of the microsoft.graph.entitlementManagement entity. get: tags: - identityGovernance.entitlementManagement summary: List accessPackageResourceRequests description: Retrieve a list of accessPackageResourceRequest objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/entitlementmanagement-list-resourcerequests?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.ListResourceRequests parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceRequestCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.entitlementManagement summary: Create accessPackageResourceRequest description: 'Create a new accessPackageResourceRequest object to request the addition of a resource to an access package catalog, update of a resource, or the removal of a resource from a catalog. A resource must be included in an access package catalog before a role of that resource can be added to an access package.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/entitlementmanagement-post-resourcerequests?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.CreateResourceRequests requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRequest' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRequest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}': description: Provides operations to manage the resourceRequests property of the microsoft.graph.entitlementManagement entity. get: tags: - identityGovernance.entitlementManagement summary: Get resourceRequests from identityGovernance description: Represents a request to add or remove a resource to or from a catalog respectively. operationId: identityGovernance.entitlementManagement.GetResourceRequests parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRequest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property resourceRequests in identityGovernance operationId: identityGovernance.entitlementManagement.UpdateResourceRequests requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRequest' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRequest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property resourceRequests for identityGovernance operationId: identityGovernance.entitlementManagement.DeleteResourceRequests parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceRequest-id in: path description: The unique identifier of accessPackageResourceRequest required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRequest '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog': description: Provides operations to manage the catalog property of the microsoft.graph.accessPackageResourceRequest entity. get: tags: - identityGovernance.entitlementManagement summary: Get catalog from identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequests.GetCatalog parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageCatalog' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property catalog in identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequests.UpdateCatalog requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageCatalog' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageCatalog' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property catalog for identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequests.DeleteCatalog parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceRequest-id in: path description: The unique identifier of accessPackageResourceRequest required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRequest '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/accessPackages': description: Provides operations to manage the accessPackages property of the microsoft.graph.accessPackageCatalog entity. get: tags: - identityGovernance.entitlementManagement summary: Get accessPackages from identityGovernance description: The access packages in this catalog. Read-only. Nullable. operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.ListAccessPackages parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceRequest-id in: path description: The unique identifier of accessPackageResourceRequest required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRequest x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages' '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/accessPackages/{accessPackage-id}': description: Provides operations to manage the accessPackages property of the microsoft.graph.accessPackageCatalog entity. get: tags: - identityGovernance.entitlementManagement summary: Get accessPackages from identityGovernance description: The access packages in this catalog. Read-only. Nullable. operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.GetAccessPackages parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceRequest-id in: path description: The unique identifier of accessPackageResourceRequest required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRequest - name: accessPackage-id in: path description: The unique identifier of accessPackage required: true schema: type: string x-ms-docs-key-type: accessPackage x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}' '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/accessPackages/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.entitlementManagement summary: Get the number of the resource operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.accessPackages.GetCount-c982 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: accessPackageResourceRequest-id in: path description: The unique identifier of accessPackageResourceRequest required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRequest '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions': description: Provides operations to manage the customWorkflowExtensions property of the microsoft.graph.accessPackageCatalog entity. get: tags: - identityGovernance.entitlementManagement summary: Get customWorkflowExtensions from identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.ListCustomWorkflowExtensions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.customCalloutExtensionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.entitlementManagement summary: Create new navigation property to customWorkflowExtensions for identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.CreateCustomWorkflowExtensions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.customCalloutExtension' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.customCalloutExtension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceRequest-id in: path description: The unique identifier of accessPackageResourceRequest required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRequest x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions' '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions/{customCalloutExtension-id}': description: Provides operations to manage the customWorkflowExtensions property of the microsoft.graph.accessPackageCatalog entity. get: tags: - identityGovernance.entitlementManagement summary: Get customWorkflowExtensions from identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.GetCustomWorkflowExtensions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.customCalloutExtension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property customWorkflowExtensions in identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.UpdateCustomWorkflowExtensions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.customCalloutExtension' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.customCalloutExtension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property customWorkflowExtensions for identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.DeleteCustomWorkflowExtensions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceRequest-id in: path description: The unique identifier of accessPackageResourceRequest required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRequest - name: customCalloutExtension-id in: path description: The unique identifier of customCalloutExtension required: true schema: type: string x-ms-docs-key-type: customCalloutExtension x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions/{customCalloutExtension-id}' '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.entitlementManagement summary: Get the number of the resource operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.customWorkflowExtensions.GetCount-a166 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: accessPackageResourceRequest-id in: path description: The unique identifier of accessPackageResourceRequest required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRequest '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles': description: Provides operations to manage the resourceRoles property of the microsoft.graph.accessPackageCatalog entity. get: tags: - identityGovernance.entitlementManagement summary: Get resourceRoles from identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.ListResourceRoles parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceRoleCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.entitlementManagement summary: Create new navigation property to resourceRoles for identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.CreateResourceRoles requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceRequest-id in: path description: The unique identifier of accessPackageResourceRequest required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRequest x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles' '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}': description: Provides operations to manage the resourceRoles property of the microsoft.graph.accessPackageCatalog entity. get: tags: - identityGovernance.entitlementManagement summary: Get resourceRoles from identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.GetResourceRoles parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property resourceRoles in identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.UpdateResourceRoles requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property resourceRoles for identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.DeleteResourceRoles parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceRequest-id in: path description: The unique identifier of accessPackageResourceRequest required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRequest - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}' '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource': description: Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceRole entity. get: tags: - identityGovernance.entitlementManagement summary: Get resource from identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.resourceRoles.GetResource parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property resource in identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.resourceRoles.UpdateResource requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property resource for identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.resourceRoles.DeleteResource parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceRequest-id in: path description: The unique identifier of accessPackageResourceRequest required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRequest - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/environment': description: Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get environment from identityGovernance description: Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.resourceRoles.resource.GetEnvironment parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceEnvironment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceRequest-id in: path description: The unique identifier of accessPackageResourceRequest required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRequest - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/roles': description: Provides operations to manage the roles property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get roles from identityGovernance description: Read-only. Nullable. Supports $expand. operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.resourceRoles.resource.ListRoles parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceRoleCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.entitlementManagement summary: Create new navigation property to roles for identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.resourceRoles.resource.CreateRoles requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceRequest-id in: path description: The unique identifier of accessPackageResourceRequest required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRequest - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles' '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/roles/{accessPackageResourceRole-id1}': description: Provides operations to manage the roles property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get roles from identityGovernance description: Read-only. Nullable. Supports $expand. operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.resourceRoles.resource.GetRoles parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property roles in identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.resourceRoles.resource.UpdateRoles requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property roles for identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.resourceRoles.resource.DeleteRoles parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceRequest-id in: path description: The unique identifier of accessPackageResourceRequest required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRequest - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole - name: accessPackageResourceRole-id1 in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/roles/{accessPackageResourceRole-id1}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/roles/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.entitlementManagement summary: Get the number of the resource operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.resourceRoles.resource.roles.GetCount-ae6c parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: accessPackageResourceRequest-id in: path description: The unique identifier of accessPackageResourceRequest required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRequest - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes': description: Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get scopes from identityGovernance description: Read-only. Nullable. Supports $expand. operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.resourceRoles.resource.ListScopes parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceScopeCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.entitlementManagement summary: Create new navigation property to scopes for identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.resourceRoles.resource.CreateScopes requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceRequest-id in: path description: The unique identifier of accessPackageResourceRequest required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRequest - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes' '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}': description: Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get scopes from identityGovernance description: Read-only. Nullable. Supports $expand. operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.resourceRoles.resource.GetScopes parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property scopes in identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.resourceRoles.resource.UpdateScopes requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property scopes for identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.resourceRoles.resource.DeleteScopes parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceRequest-id in: path description: The unique identifier of accessPackageResourceRequest required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRequest - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/scopes/{accessPackageResourceScope-id1}' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/scopes/{accessPackageResourceScope-id1}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}' '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource': description: Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceScope entity. get: tags: - identityGovernance.entitlementManagement summary: Get resource from identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.resourceRoles.resource.scopes.GetResource parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property resource in identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.resourceRoles.resource.scopes.UpdateResource requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property resource for identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.resourceRoles.resource.scopes.DeleteResource parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceRequest-id in: path description: The unique identifier of accessPackageResourceRequest required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRequest - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource' '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment': description: Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get environment from identityGovernance description: Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.resourceRoles.resource.scopes.resource.GetEnvironment parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceEnvironment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceRequest-id in: path description: The unique identifier of accessPackageResourceRequest required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRequest - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles': description: Provides operations to manage the roles property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get roles from identityGovernance description: Read-only. Nullable. Supports $expand. operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.resourceRoles.resource.scopes.resource.ListRoles parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceRoleCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.entitlementManagement summary: Create new navigation property to roles for identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.resourceRoles.resource.scopes.resource.CreateRoles requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceRequest-id in: path description: The unique identifier of accessPackageResourceRequest required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRequest - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles' '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}': description: Provides operations to manage the roles property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get roles from identityGovernance description: Read-only. Nullable. Supports $expand. operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.resourceRoles.resource.scopes.resource.GetRoles parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property roles in identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.resourceRoles.resource.scopes.resource.UpdateRoles requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property roles for identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.resourceRoles.resource.scopes.resource.DeleteRoles parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceRequest-id in: path description: The unique identifier of accessPackageResourceRequest required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRequest - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope - name: accessPackageResourceRole-id1 in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/roles/{accessPackageResourceRole-id1}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/roles/{accessPackageResourceRole-id1}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.entitlementManagement summary: Get the number of the resource operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.resourceRoles.resource.scopes.resource.roles.GetCount-931a parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: accessPackageResourceRequest-id in: path description: The unique identifier of accessPackageResourceRequest required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRequest - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.entitlementManagement summary: Get the number of the resource operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.resourceRoles.resource.scopes.GetCount-d694 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: accessPackageResourceRequest-id in: path description: The unique identifier of accessPackageResourceRequest required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRequest - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.entitlementManagement summary: Get the number of the resource operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.resourceRoles.GetCount-416b parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: accessPackageResourceRequest-id in: path description: The unique identifier of accessPackageResourceRequest required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRequest '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources': description: Provides operations to manage the resources property of the microsoft.graph.accessPackageCatalog entity. get: tags: - identityGovernance.entitlementManagement summary: Get resources from identityGovernance description: Access package resources in this catalog. operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.ListResources parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.entitlementManagement summary: Create new navigation property to resources for identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.CreateResources requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceRequest-id in: path description: The unique identifier of accessPackageResourceRequest required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRequest x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources' '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}': description: Provides operations to manage the resources property of the microsoft.graph.accessPackageCatalog entity. get: tags: - identityGovernance.entitlementManagement summary: Get resources from identityGovernance description: Access package resources in this catalog. operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.GetResources parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property resources in identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.UpdateResources requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property resources for identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.DeleteResources parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceRequest-id in: path description: The unique identifier of accessPackageResourceRequest required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRequest - name: accessPackageResource-id in: path description: The unique identifier of accessPackageResource required: true schema: type: string x-ms-docs-key-type: accessPackageResource x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}' '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/environment': description: Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get environment from identityGovernance description: Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.resources.GetEnvironment parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceEnvironment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceRequest-id in: path description: The unique identifier of accessPackageResourceRequest required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRequest - name: accessPackageResource-id in: path description: The unique identifier of accessPackageResource required: true schema: type: string x-ms-docs-key-type: accessPackageResource x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles': description: Provides operations to manage the roles property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get roles from identityGovernance description: Read-only. Nullable. Supports $expand. operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.resources.ListRoles parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceRoleCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.entitlementManagement summary: Create new navigation property to roles for identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.resources.CreateRoles requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceRequest-id in: path description: The unique identifier of accessPackageResourceRequest required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRequest - name: accessPackageResource-id in: path description: The unique identifier of accessPackageResource required: true schema: type: string x-ms-docs-key-type: accessPackageResource x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles' '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}': description: Provides operations to manage the roles property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get roles from identityGovernance description: Read-only. Nullable. Supports $expand. operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.resources.GetRoles parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property roles in identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.resources.UpdateRoles requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property roles for identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.resources.DeleteRoles parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceRequest-id in: path description: The unique identifier of accessPackageResourceRequest required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRequest - name: accessPackageResource-id in: path description: The unique identifier of accessPackageResource required: true schema: type: string x-ms-docs-key-type: accessPackageResource - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/roles/{accessPackageResourceRole-id1}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/roles/{accessPackageResourceRole-id1}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource': description: Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceRole entity. get: tags: - identityGovernance.entitlementManagement summary: Get resource from identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.resources.roles.GetResource parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property resource in identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.resources.roles.UpdateResource requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property resource for identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.resources.roles.DeleteResource parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceRequest-id in: path description: The unique identifier of accessPackageResourceRequest required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRequest - name: accessPackageResource-id in: path description: The unique identifier of accessPackageResource required: true schema: type: string x-ms-docs-key-type: accessPackageResource - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment': description: Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get environment from identityGovernance description: Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.resources.roles.resource.GetEnvironment parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceEnvironment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceRequest-id in: path description: The unique identifier of accessPackageResourceRequest required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRequest - name: accessPackageResource-id in: path description: The unique identifier of accessPackageResource required: true schema: type: string x-ms-docs-key-type: accessPackageResource - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes': description: Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get scopes from identityGovernance description: Read-only. Nullable. Supports $expand. operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.resources.roles.resource.ListScopes parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceScopeCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.entitlementManagement summary: Create new navigation property to scopes for identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.resources.roles.resource.CreateScopes requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceRequest-id in: path description: The unique identifier of accessPackageResourceRequest required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRequest - name: accessPackageResource-id in: path description: The unique identifier of accessPackageResource required: true schema: type: string x-ms-docs-key-type: accessPackageResource - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes' '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}': description: Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get scopes from identityGovernance description: Read-only. Nullable. Supports $expand. operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.resources.roles.resource.GetScopes parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property scopes in identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.resources.roles.resource.UpdateScopes requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property scopes for identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.resources.roles.resource.DeleteScopes parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceRequest-id in: path description: The unique identifier of accessPackageResourceRequest required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRequest - name: accessPackageResource-id in: path description: The unique identifier of accessPackageResource required: true schema: type: string x-ms-docs-key-type: accessPackageResource - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/scopes/{accessPackageResourceScope-id1}' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/scopes/{accessPackageResourceScope-id1}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}' '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource': description: Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceScope entity. get: tags: - identityGovernance.entitlementManagement summary: Get resource from identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.resources.roles.resource.scopes.GetResource parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property resource in identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.resources.roles.resource.scopes.UpdateResource requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property resource for identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.resources.roles.resource.scopes.DeleteResource parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceRequest-id in: path description: The unique identifier of accessPackageResourceRequest required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRequest - name: accessPackageResource-id in: path description: The unique identifier of accessPackageResource required: true schema: type: string x-ms-docs-key-type: accessPackageResource - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource' '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment': description: Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get environment from identityGovernance description: Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.resources.roles.resource.scopes.resource.GetEnvironment parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceEnvironment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceRequest-id in: path description: The unique identifier of accessPackageResourceRequest required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRequest - name: accessPackageResource-id in: path description: The unique identifier of accessPackageResource required: true schema: type: string x-ms-docs-key-type: accessPackageResource - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.entitlementManagement summary: Get the number of the resource operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.resources.roles.resource.scopes.GetCount-64b6 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: accessPackageResourceRequest-id in: path description: The unique identifier of accessPackageResourceRequest required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRequest - name: accessPackageResource-id in: path description: The unique identifier of accessPackageResource required: true schema: type: string x-ms-docs-key-type: accessPackageResource - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.entitlementManagement summary: Get the number of the resource operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.resources.roles.GetCount-061e parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: accessPackageResourceRequest-id in: path description: The unique identifier of accessPackageResourceRequest required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRequest - name: accessPackageResource-id in: path description: The unique identifier of accessPackageResource required: true schema: type: string x-ms-docs-key-type: accessPackageResource '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes': description: Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get scopes from identityGovernance description: Read-only. Nullable. Supports $expand. operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.resources.ListScopes parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceScopeCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.entitlementManagement summary: Create new navigation property to scopes for identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.resources.CreateScopes requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceRequest-id in: path description: The unique identifier of accessPackageResourceRequest required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRequest - name: accessPackageResource-id in: path description: The unique identifier of accessPackageResource required: true schema: type: string x-ms-docs-key-type: accessPackageResource x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes' '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}': description: Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get scopes from identityGovernance description: Read-only. Nullable. Supports $expand. operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.resources.GetScopes parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property scopes in identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.resources.UpdateScopes requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property scopes for identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.resources.DeleteScopes parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceRequest-id in: path description: The unique identifier of accessPackageResourceRequest required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRequest - name: accessPackageResource-id in: path description: The unique identifier of accessPackageResource required: true schema: type: string x-ms-docs-key-type: accessPackageResource - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/scopes/{accessPackageResourceScope-id1}' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/scopes/{accessPackageResourceScope-id1}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}' '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource': description: Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceScope entity. get: tags: - identityGovernance.entitlementManagement summary: Get resource from identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.resources.scopes.GetResource parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property resource in identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.resources.scopes.UpdateResource requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property resource for identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.resources.scopes.DeleteResource parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceRequest-id in: path description: The unique identifier of accessPackageResourceRequest required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRequest - name: accessPackageResource-id in: path description: The unique identifier of accessPackageResource required: true schema: type: string x-ms-docs-key-type: accessPackageResource - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource' '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment': description: Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get environment from identityGovernance description: Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.resources.scopes.resource.GetEnvironment parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceEnvironment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceRequest-id in: path description: The unique identifier of accessPackageResourceRequest required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRequest - name: accessPackageResource-id in: path description: The unique identifier of accessPackageResource required: true schema: type: string x-ms-docs-key-type: accessPackageResource - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles': description: Provides operations to manage the roles property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get roles from identityGovernance description: Read-only. Nullable. Supports $expand. operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.resources.scopes.resource.ListRoles parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceRoleCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.entitlementManagement summary: Create new navigation property to roles for identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.resources.scopes.resource.CreateRoles requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceRequest-id in: path description: The unique identifier of accessPackageResourceRequest required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRequest - name: accessPackageResource-id in: path description: The unique identifier of accessPackageResource required: true schema: type: string x-ms-docs-key-type: accessPackageResource - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles' '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}': description: Provides operations to manage the roles property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get roles from identityGovernance description: Read-only. Nullable. Supports $expand. operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.resources.scopes.resource.GetRoles parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property roles in identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.resources.scopes.resource.UpdateRoles requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property roles for identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.resources.scopes.resource.DeleteRoles parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceRequest-id in: path description: The unique identifier of accessPackageResourceRequest required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRequest - name: accessPackageResource-id in: path description: The unique identifier of accessPackageResource required: true schema: type: string x-ms-docs-key-type: accessPackageResource - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/roles/{accessPackageResourceRole-id1}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/roles/{accessPackageResourceRole-id1}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource': description: Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceRole entity. get: tags: - identityGovernance.entitlementManagement summary: Get resource from identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.resources.scopes.resource.roles.GetResource parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property resource in identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.resources.scopes.resource.roles.UpdateResource requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property resource for identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.resources.scopes.resource.roles.DeleteResource parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceRequest-id in: path description: The unique identifier of accessPackageResourceRequest required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRequest - name: accessPackageResource-id in: path description: The unique identifier of accessPackageResource required: true schema: type: string x-ms-docs-key-type: accessPackageResource - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment': description: Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get environment from identityGovernance description: Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.resources.scopes.resource.roles.resource.GetEnvironment parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceEnvironment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceRequest-id in: path description: The unique identifier of accessPackageResourceRequest required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRequest - name: accessPackageResource-id in: path description: The unique identifier of accessPackageResource required: true schema: type: string x-ms-docs-key-type: accessPackageResource - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.entitlementManagement summary: Get the number of the resource operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.resources.scopes.resource.roles.GetCount-2e6d parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: accessPackageResourceRequest-id in: path description: The unique identifier of accessPackageResourceRequest required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRequest - name: accessPackageResource-id in: path description: The unique identifier of accessPackageResource required: true schema: type: string x-ms-docs-key-type: accessPackageResource - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.entitlementManagement summary: Get the number of the resource operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.resources.scopes.GetCount-26fa parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: accessPackageResourceRequest-id in: path description: The unique identifier of accessPackageResourceRequest required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRequest - name: accessPackageResource-id in: path description: The unique identifier of accessPackageResource required: true schema: type: string x-ms-docs-key-type: accessPackageResource '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.entitlementManagement summary: Get the number of the resource operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.resources.GetCount-10ad parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: accessPackageResourceRequest-id in: path description: The unique identifier of accessPackageResourceRequest required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRequest '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes': description: Provides operations to manage the resourceScopes property of the microsoft.graph.accessPackageCatalog entity. get: tags: - identityGovernance.entitlementManagement summary: Get resourceScopes from identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.ListResourceScopes parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceScopeCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.entitlementManagement summary: Create new navigation property to resourceScopes for identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.CreateResourceScopes requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceRequest-id in: path description: The unique identifier of accessPackageResourceRequest required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRequest x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes' '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}': description: Provides operations to manage the resourceScopes property of the microsoft.graph.accessPackageCatalog entity. get: tags: - identityGovernance.entitlementManagement summary: Get resourceScopes from identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.GetResourceScopes parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property resourceScopes in identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.UpdateResourceScopes requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property resourceScopes for identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.DeleteResourceScopes parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceRequest-id in: path description: The unique identifier of accessPackageResourceRequest required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRequest - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}' '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource': description: Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceScope entity. get: tags: - identityGovernance.entitlementManagement summary: Get resource from identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.resourceScopes.GetResource parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property resource in identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.resourceScopes.UpdateResource requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property resource for identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.resourceScopes.DeleteResource parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceRequest-id in: path description: The unique identifier of accessPackageResourceRequest required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRequest - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource' '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/environment': description: Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get environment from identityGovernance description: Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.resourceScopes.resource.GetEnvironment parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceEnvironment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceRequest-id in: path description: The unique identifier of accessPackageResourceRequest required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRequest - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles': description: Provides operations to manage the roles property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get roles from identityGovernance description: Read-only. Nullable. Supports $expand. operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.resourceScopes.resource.ListRoles parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceRoleCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.entitlementManagement summary: Create new navigation property to roles for identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.resourceScopes.resource.CreateRoles requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceRequest-id in: path description: The unique identifier of accessPackageResourceRequest required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRequest - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles' '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}': description: Provides operations to manage the roles property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get roles from identityGovernance description: Read-only. Nullable. Supports $expand. operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.resourceScopes.resource.GetRoles parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property roles in identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.resourceScopes.resource.UpdateRoles requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property roles for identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.resourceScopes.resource.DeleteRoles parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceRequest-id in: path description: The unique identifier of accessPackageResourceRequest required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRequest - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/roles/{accessPackageResourceRole-id1}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/roles/{accessPackageResourceRole-id1}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource': description: Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceRole entity. get: tags: - identityGovernance.entitlementManagement summary: Get resource from identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.resourceScopes.resource.roles.GetResource parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property resource in identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.resourceScopes.resource.roles.UpdateResource requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property resource for identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.resourceScopes.resource.roles.DeleteResource parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceRequest-id in: path description: The unique identifier of accessPackageResourceRequest required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRequest - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment': description: Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get environment from identityGovernance description: Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.resourceScopes.resource.roles.resource.GetEnvironment parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceEnvironment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceRequest-id in: path description: The unique identifier of accessPackageResourceRequest required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRequest - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes': description: Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get scopes from identityGovernance description: Read-only. Nullable. Supports $expand. operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.resourceScopes.resource.roles.resource.ListScopes parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceScopeCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.entitlementManagement summary: Create new navigation property to scopes for identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.resourceScopes.resource.roles.resource.CreateScopes requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceRequest-id in: path description: The unique identifier of accessPackageResourceRequest required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRequest - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes' '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}': description: Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get scopes from identityGovernance description: Read-only. Nullable. Supports $expand. operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.resourceScopes.resource.roles.resource.GetScopes parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property scopes in identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.resourceScopes.resource.roles.resource.UpdateScopes requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property scopes for identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.resourceScopes.resource.roles.resource.DeleteScopes parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceRequest-id in: path description: The unique identifier of accessPackageResourceRequest required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRequest - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole - name: accessPackageResourceScope-id1 in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/scopes/{accessPackageResourceScope-id1}' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/scopes/{accessPackageResourceScope-id1}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}' '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.entitlementManagement summary: Get the number of the resource operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.resourceScopes.resource.roles.resource.scopes.GetCount-80a5 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: accessPackageResourceRequest-id in: path description: The unique identifier of accessPackageResourceRequest required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRequest - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.entitlementManagement summary: Get the number of the resource operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.resourceScopes.resource.roles.GetCount-2f61 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: accessPackageResourceRequest-id in: path description: The unique identifier of accessPackageResourceRequest required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRequest - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/scopes': description: Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get scopes from identityGovernance description: Read-only. Nullable. Supports $expand. operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.resourceScopes.resource.ListScopes parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceScopeCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.entitlementManagement summary: Create new navigation property to scopes for identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.resourceScopes.resource.CreateScopes requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceRequest-id in: path description: The unique identifier of accessPackageResourceRequest required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRequest - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes' '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/scopes/{accessPackageResourceScope-id1}': description: Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get scopes from identityGovernance description: Read-only. Nullable. Supports $expand. operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.resourceScopes.resource.GetScopes parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property scopes in identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.resourceScopes.resource.UpdateScopes requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property scopes for identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.resourceScopes.resource.DeleteScopes parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceRequest-id in: path description: The unique identifier of accessPackageResourceRequest required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRequest - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope - name: accessPackageResourceScope-id1 in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/scopes/{accessPackageResourceScope-id1}' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}' '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/scopes/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.entitlementManagement summary: Get the number of the resource operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.resourceScopes.resource.scopes.GetCount-ce55 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: accessPackageResourceRequest-id in: path description: The unique identifier of accessPackageResourceRequest required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRequest - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.entitlementManagement summary: Get the number of the resource operationId: identityGovernance.entitlementManagement.resourceRequests.catalog.resourceScopes.GetCount-7b8f parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: accessPackageResourceRequest-id in: path description: The unique identifier of accessPackageResourceRequest required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRequest '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource': description: Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceRequest entity. get: tags: - identityGovernance.entitlementManagement summary: Get resource from identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequests.GetResource parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property resource in identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequests.UpdateResource requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property resource for identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequests.DeleteResource parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceRequest-id in: path description: The unique identifier of accessPackageResourceRequest required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRequest '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/environment': description: Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get environment from identityGovernance description: Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. operationId: identityGovernance.entitlementManagement.resourceRequests.resource.GetEnvironment parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceEnvironment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceRequest-id in: path description: The unique identifier of accessPackageResourceRequest required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRequest x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles': description: Provides operations to manage the roles property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get roles from identityGovernance description: Read-only. Nullable. Supports $expand. operationId: identityGovernance.entitlementManagement.resourceRequests.resource.ListRoles parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceRoleCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.entitlementManagement summary: Create new navigation property to roles for identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequests.resource.CreateRoles requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceRequest-id in: path description: The unique identifier of accessPackageResourceRequest required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRequest x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles' '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}': description: Provides operations to manage the roles property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get roles from identityGovernance description: Read-only. Nullable. Supports $expand. operationId: identityGovernance.entitlementManagement.resourceRequests.resource.GetRoles parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property roles in identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequests.resource.UpdateRoles requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property roles for identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequests.resource.DeleteRoles parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceRequest-id in: path description: The unique identifier of accessPackageResourceRequest required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRequest - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/roles/{accessPackageResourceRole-id1}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/roles/{accessPackageResourceRole-id1}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource': description: Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceRole entity. get: tags: - identityGovernance.entitlementManagement summary: Get resource from identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequests.resource.roles.GetResource parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property resource in identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequests.resource.roles.UpdateResource requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property resource for identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequests.resource.roles.DeleteResource parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceRequest-id in: path description: The unique identifier of accessPackageResourceRequest required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRequest - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment': description: Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get environment from identityGovernance description: Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. operationId: identityGovernance.entitlementManagement.resourceRequests.resource.roles.resource.GetEnvironment parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceEnvironment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceRequest-id in: path description: The unique identifier of accessPackageResourceRequest required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRequest - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes': description: Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get scopes from identityGovernance description: Read-only. Nullable. Supports $expand. operationId: identityGovernance.entitlementManagement.resourceRequests.resource.roles.resource.ListScopes parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceScopeCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.entitlementManagement summary: Create new navigation property to scopes for identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequests.resource.roles.resource.CreateScopes requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceRequest-id in: path description: The unique identifier of accessPackageResourceRequest required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRequest - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes' '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}': description: Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get scopes from identityGovernance description: Read-only. Nullable. Supports $expand. operationId: identityGovernance.entitlementManagement.resourceRequests.resource.roles.resource.GetScopes parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property scopes in identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequests.resource.roles.resource.UpdateScopes requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property scopes for identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequests.resource.roles.resource.DeleteScopes parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceRequest-id in: path description: The unique identifier of accessPackageResourceRequest required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRequest - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/scopes/{accessPackageResourceScope-id1}' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/scopes/{accessPackageResourceScope-id1}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}' '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource': description: Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceScope entity. get: tags: - identityGovernance.entitlementManagement summary: Get resource from identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequests.resource.roles.resource.scopes.GetResource parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property resource in identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequests.resource.roles.resource.scopes.UpdateResource requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property resource for identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequests.resource.roles.resource.scopes.DeleteResource parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceRequest-id in: path description: The unique identifier of accessPackageResourceRequest required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRequest - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource' '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment': description: Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get environment from identityGovernance description: Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. operationId: identityGovernance.entitlementManagement.resourceRequests.resource.roles.resource.scopes.resource.GetEnvironment parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceEnvironment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceRequest-id in: path description: The unique identifier of accessPackageResourceRequest required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRequest - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.entitlementManagement summary: Get the number of the resource operationId: identityGovernance.entitlementManagement.resourceRequests.resource.roles.resource.scopes.GetCount-ee56 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: accessPackageResourceRequest-id in: path description: The unique identifier of accessPackageResourceRequest required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRequest - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.entitlementManagement summary: Get the number of the resource operationId: identityGovernance.entitlementManagement.resourceRequests.resource.roles.GetCount-ca1d parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: accessPackageResourceRequest-id in: path description: The unique identifier of accessPackageResourceRequest required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRequest '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes': description: Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get scopes from identityGovernance description: Read-only. Nullable. Supports $expand. operationId: identityGovernance.entitlementManagement.resourceRequests.resource.ListScopes parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceScopeCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.entitlementManagement summary: Create new navigation property to scopes for identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequests.resource.CreateScopes requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceRequest-id in: path description: The unique identifier of accessPackageResourceRequest required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRequest x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes' '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}': description: Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get scopes from identityGovernance description: Read-only. Nullable. Supports $expand. operationId: identityGovernance.entitlementManagement.resourceRequests.resource.GetScopes parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property scopes in identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequests.resource.UpdateScopes requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property scopes for identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequests.resource.DeleteScopes parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceRequest-id in: path description: The unique identifier of accessPackageResourceRequest required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRequest - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/scopes/{accessPackageResourceScope-id1}' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/scopes/{accessPackageResourceScope-id1}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}' '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource': description: Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceScope entity. get: tags: - identityGovernance.entitlementManagement summary: Get resource from identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequests.resource.scopes.GetResource parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property resource in identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequests.resource.scopes.UpdateResource requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property resource for identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequests.resource.scopes.DeleteResource parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceRequest-id in: path description: The unique identifier of accessPackageResourceRequest required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRequest - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource' '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment': description: Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get environment from identityGovernance description: Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. operationId: identityGovernance.entitlementManagement.resourceRequests.resource.scopes.resource.GetEnvironment parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceEnvironment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceRequest-id in: path description: The unique identifier of accessPackageResourceRequest required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRequest - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles': description: Provides operations to manage the roles property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get roles from identityGovernance description: Read-only. Nullable. Supports $expand. operationId: identityGovernance.entitlementManagement.resourceRequests.resource.scopes.resource.ListRoles parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceRoleCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.entitlementManagement summary: Create new navigation property to roles for identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequests.resource.scopes.resource.CreateRoles requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceRequest-id in: path description: The unique identifier of accessPackageResourceRequest required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRequest - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles' '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}': description: Provides operations to manage the roles property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get roles from identityGovernance description: Read-only. Nullable. Supports $expand. operationId: identityGovernance.entitlementManagement.resourceRequests.resource.scopes.resource.GetRoles parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property roles in identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequests.resource.scopes.resource.UpdateRoles requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property roles for identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequests.resource.scopes.resource.DeleteRoles parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceRequest-id in: path description: The unique identifier of accessPackageResourceRequest required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRequest - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/roles/{accessPackageResourceRole-id1}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/roles/{accessPackageResourceRole-id1}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource': description: Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceRole entity. get: tags: - identityGovernance.entitlementManagement summary: Get resource from identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequests.resource.scopes.resource.roles.GetResource parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property resource in identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequests.resource.scopes.resource.roles.UpdateResource requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property resource for identityGovernance operationId: identityGovernance.entitlementManagement.resourceRequests.resource.scopes.resource.roles.DeleteResource parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceRequest-id in: path description: The unique identifier of accessPackageResourceRequest required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRequest - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment': description: Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get environment from identityGovernance description: Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. operationId: identityGovernance.entitlementManagement.resourceRequests.resource.scopes.resource.roles.resource.GetEnvironment parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceEnvironment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceRequest-id in: path description: The unique identifier of accessPackageResourceRequest required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRequest - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.entitlementManagement summary: Get the number of the resource operationId: identityGovernance.entitlementManagement.resourceRequests.resource.scopes.resource.roles.GetCount-94bf parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: accessPackageResourceRequest-id in: path description: The unique identifier of accessPackageResourceRequest required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRequest - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.entitlementManagement summary: Get the number of the resource operationId: identityGovernance.entitlementManagement.resourceRequests.resource.scopes.GetCount-ebee parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: accessPackageResourceRequest-id in: path description: The unique identifier of accessPackageResourceRequest required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRequest /identityGovernance/entitlementManagement/resourceRequests/$count: description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.entitlementManagement summary: Get the number of the resource operationId: identityGovernance.entitlementManagement.resourceRequests.GetCount-c3aa parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /identityGovernance/entitlementManagement/resourceRoleScopes: description: Provides operations to manage the resourceRoleScopes property of the microsoft.graph.entitlementManagement entity. get: tags: - identityGovernance.entitlementManagement summary: Get resourceRoleScopes from identityGovernance operationId: identityGovernance.entitlementManagement.ListResourceRoleScopes parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceRoleScopeCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.entitlementManagement summary: Create new navigation property to resourceRoleScopes for identityGovernance operationId: identityGovernance.entitlementManagement.CreateResourceRoleScopes requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRoleScope' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRoleScope' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}': description: Provides operations to manage the resourceRoleScopes property of the microsoft.graph.entitlementManagement entity. get: tags: - identityGovernance.entitlementManagement summary: Get resourceRoleScopes from identityGovernance operationId: identityGovernance.entitlementManagement.GetResourceRoleScopes parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRoleScope' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property resourceRoleScopes in identityGovernance operationId: identityGovernance.entitlementManagement.UpdateResourceRoleScopes requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRoleScope' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRoleScope' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property resourceRoleScopes for identityGovernance operationId: identityGovernance.entitlementManagement.DeleteResourceRoleScopes parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceRoleScope-id in: path description: The unique identifier of accessPackageResourceRoleScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRoleScope '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role': description: Provides operations to manage the role property of the microsoft.graph.accessPackageResourceRoleScope entity. get: tags: - identityGovernance.entitlementManagement summary: Get role from identityGovernance operationId: identityGovernance.entitlementManagement.resourceRoleScopes.GetRole parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property role in identityGovernance operationId: identityGovernance.entitlementManagement.resourceRoleScopes.UpdateRole requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property role for identityGovernance operationId: identityGovernance.entitlementManagement.resourceRoleScopes.DeleteRole parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceRoleScope-id in: path description: The unique identifier of accessPackageResourceRoleScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRoleScope x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role' '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource': description: Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceRole entity. get: tags: - identityGovernance.entitlementManagement summary: Get resource from identityGovernance operationId: identityGovernance.entitlementManagement.resourceRoleScopes.role.GetResource parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property resource in identityGovernance operationId: identityGovernance.entitlementManagement.resourceRoleScopes.role.UpdateResource requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property resource for identityGovernance operationId: identityGovernance.entitlementManagement.resourceRoleScopes.role.DeleteResource parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceRoleScope-id in: path description: The unique identifier of accessPackageResourceRoleScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRoleScope x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/environment': description: Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get environment from identityGovernance description: Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. operationId: identityGovernance.entitlementManagement.resourceRoleScopes.role.resource.GetEnvironment parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceEnvironment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceRoleScope-id in: path description: The unique identifier of accessPackageResourceRoleScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRoleScope x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles': description: Provides operations to manage the roles property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get roles from identityGovernance description: Read-only. Nullable. Supports $expand. operationId: identityGovernance.entitlementManagement.resourceRoleScopes.role.resource.ListRoles parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceRoleCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.entitlementManagement summary: Create new navigation property to roles for identityGovernance operationId: identityGovernance.entitlementManagement.resourceRoleScopes.role.resource.CreateRoles requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceRoleScope-id in: path description: The unique identifier of accessPackageResourceRoleScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRoleScope x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles' '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/{accessPackageResourceRole-id}': description: Provides operations to manage the roles property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get roles from identityGovernance description: Read-only. Nullable. Supports $expand. operationId: identityGovernance.entitlementManagement.resourceRoleScopes.role.resource.GetRoles parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property roles in identityGovernance operationId: identityGovernance.entitlementManagement.resourceRoleScopes.role.resource.UpdateRoles requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property roles for identityGovernance operationId: identityGovernance.entitlementManagement.resourceRoleScopes.role.resource.DeleteRoles parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceRoleScope-id in: path description: The unique identifier of accessPackageResourceRoleScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRoleScope - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/roles/{accessPackageResourceRole-id1}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/roles/{accessPackageResourceRole-id1}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.entitlementManagement summary: Get the number of the resource operationId: identityGovernance.entitlementManagement.resourceRoleScopes.role.resource.roles.GetCount-f86a parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: accessPackageResourceRoleScope-id in: path description: The unique identifier of accessPackageResourceRoleScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRoleScope '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes': description: Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get scopes from identityGovernance description: Read-only. Nullable. Supports $expand. operationId: identityGovernance.entitlementManagement.resourceRoleScopes.role.resource.ListScopes parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceScopeCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.entitlementManagement summary: Create new navigation property to scopes for identityGovernance operationId: identityGovernance.entitlementManagement.resourceRoleScopes.role.resource.CreateScopes requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceRoleScope-id in: path description: The unique identifier of accessPackageResourceRoleScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRoleScope x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes' '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}': description: Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get scopes from identityGovernance description: Read-only. Nullable. Supports $expand. operationId: identityGovernance.entitlementManagement.resourceRoleScopes.role.resource.GetScopes parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property scopes in identityGovernance operationId: identityGovernance.entitlementManagement.resourceRoleScopes.role.resource.UpdateScopes requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property scopes for identityGovernance operationId: identityGovernance.entitlementManagement.resourceRoleScopes.role.resource.DeleteScopes parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceRoleScope-id in: path description: The unique identifier of accessPackageResourceRoleScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRoleScope - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/scopes/{accessPackageResourceScope-id1}' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/scopes/{accessPackageResourceScope-id1}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}' '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource': description: Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceScope entity. get: tags: - identityGovernance.entitlementManagement summary: Get resource from identityGovernance operationId: identityGovernance.entitlementManagement.resourceRoleScopes.role.resource.scopes.GetResource parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property resource in identityGovernance operationId: identityGovernance.entitlementManagement.resourceRoleScopes.role.resource.scopes.UpdateResource requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property resource for identityGovernance operationId: identityGovernance.entitlementManagement.resourceRoleScopes.role.resource.scopes.DeleteResource parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceRoleScope-id in: path description: The unique identifier of accessPackageResourceRoleScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRoleScope - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource' '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/environment': description: Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get environment from identityGovernance description: Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. operationId: identityGovernance.entitlementManagement.resourceRoleScopes.role.resource.scopes.resource.GetEnvironment parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceEnvironment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceRoleScope-id in: path description: The unique identifier of accessPackageResourceRoleScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRoleScope - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles': description: Provides operations to manage the roles property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get roles from identityGovernance description: Read-only. Nullable. Supports $expand. operationId: identityGovernance.entitlementManagement.resourceRoleScopes.role.resource.scopes.resource.ListRoles parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceRoleCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.entitlementManagement summary: Create new navigation property to roles for identityGovernance operationId: identityGovernance.entitlementManagement.resourceRoleScopes.role.resource.scopes.resource.CreateRoles requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceRoleScope-id in: path description: The unique identifier of accessPackageResourceRoleScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRoleScope - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles' '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}': description: Provides operations to manage the roles property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get roles from identityGovernance description: Read-only. Nullable. Supports $expand. operationId: identityGovernance.entitlementManagement.resourceRoleScopes.role.resource.scopes.resource.GetRoles parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property roles in identityGovernance operationId: identityGovernance.entitlementManagement.resourceRoleScopes.role.resource.scopes.resource.UpdateRoles requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property roles for identityGovernance operationId: identityGovernance.entitlementManagement.resourceRoleScopes.role.resource.scopes.resource.DeleteRoles parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceRoleScope-id in: path description: The unique identifier of accessPackageResourceRoleScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRoleScope - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/roles/{accessPackageResourceRole-id1}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/roles/{accessPackageResourceRole-id1}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.entitlementManagement summary: Get the number of the resource operationId: identityGovernance.entitlementManagement.resourceRoleScopes.role.resource.scopes.resource.roles.GetCount-d2bb parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: accessPackageResourceRoleScope-id in: path description: The unique identifier of accessPackageResourceRoleScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRoleScope - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.entitlementManagement summary: Get the number of the resource operationId: identityGovernance.entitlementManagement.resourceRoleScopes.role.resource.scopes.GetCount-2739 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: accessPackageResourceRoleScope-id in: path description: The unique identifier of accessPackageResourceRoleScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRoleScope '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope': description: Provides operations to manage the scope property of the microsoft.graph.accessPackageResourceRoleScope entity. get: tags: - identityGovernance.entitlementManagement summary: Get scope from identityGovernance operationId: identityGovernance.entitlementManagement.resourceRoleScopes.GetScope parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property scope in identityGovernance operationId: identityGovernance.entitlementManagement.resourceRoleScopes.UpdateScope requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property scope for identityGovernance operationId: identityGovernance.entitlementManagement.resourceRoleScopes.DeleteScope parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceRoleScope-id in: path description: The unique identifier of accessPackageResourceRoleScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRoleScope x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope' '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource': description: Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceScope entity. get: tags: - identityGovernance.entitlementManagement summary: Get resource from identityGovernance operationId: identityGovernance.entitlementManagement.resourceRoleScopes.scope.GetResource parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property resource in identityGovernance operationId: identityGovernance.entitlementManagement.resourceRoleScopes.scope.UpdateResource requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property resource for identityGovernance operationId: identityGovernance.entitlementManagement.resourceRoleScopes.scope.DeleteResource parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceRoleScope-id in: path description: The unique identifier of accessPackageResourceRoleScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRoleScope x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource' '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/environment': description: Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get environment from identityGovernance description: Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. operationId: identityGovernance.entitlementManagement.resourceRoleScopes.scope.resource.GetEnvironment parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceEnvironment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceRoleScope-id in: path description: The unique identifier of accessPackageResourceRoleScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRoleScope x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles': description: Provides operations to manage the roles property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get roles from identityGovernance description: Read-only. Nullable. Supports $expand. operationId: identityGovernance.entitlementManagement.resourceRoleScopes.scope.resource.ListRoles parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceRoleCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.entitlementManagement summary: Create new navigation property to roles for identityGovernance operationId: identityGovernance.entitlementManagement.resourceRoleScopes.scope.resource.CreateRoles requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceRoleScope-id in: path description: The unique identifier of accessPackageResourceRoleScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRoleScope x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles' '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}': description: Provides operations to manage the roles property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get roles from identityGovernance description: Read-only. Nullable. Supports $expand. operationId: identityGovernance.entitlementManagement.resourceRoleScopes.scope.resource.GetRoles parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property roles in identityGovernance operationId: identityGovernance.entitlementManagement.resourceRoleScopes.scope.resource.UpdateRoles requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property roles for identityGovernance operationId: identityGovernance.entitlementManagement.resourceRoleScopes.scope.resource.DeleteRoles parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceRoleScope-id in: path description: The unique identifier of accessPackageResourceRoleScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRoleScope - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/roles/{accessPackageResourceRole-id1}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/roles/{accessPackageResourceRole-id1}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource': description: Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceRole entity. get: tags: - identityGovernance.entitlementManagement summary: Get resource from identityGovernance operationId: identityGovernance.entitlementManagement.resourceRoleScopes.scope.resource.roles.GetResource parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property resource in identityGovernance operationId: identityGovernance.entitlementManagement.resourceRoleScopes.scope.resource.roles.UpdateResource requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property resource for identityGovernance operationId: identityGovernance.entitlementManagement.resourceRoleScopes.scope.resource.roles.DeleteResource parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceRoleScope-id in: path description: The unique identifier of accessPackageResourceRoleScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRoleScope - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/environment': description: Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get environment from identityGovernance description: Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. operationId: identityGovernance.entitlementManagement.resourceRoleScopes.scope.resource.roles.resource.GetEnvironment parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceEnvironment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceRoleScope-id in: path description: The unique identifier of accessPackageResourceRoleScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRoleScope - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes': description: Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get scopes from identityGovernance description: Read-only. Nullable. Supports $expand. operationId: identityGovernance.entitlementManagement.resourceRoleScopes.scope.resource.roles.resource.ListScopes parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceScopeCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.entitlementManagement summary: Create new navigation property to scopes for identityGovernance operationId: identityGovernance.entitlementManagement.resourceRoleScopes.scope.resource.roles.resource.CreateScopes requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceRoleScope-id in: path description: The unique identifier of accessPackageResourceRoleScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRoleScope - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes' '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}': description: Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get scopes from identityGovernance description: Read-only. Nullable. Supports $expand. operationId: identityGovernance.entitlementManagement.resourceRoleScopes.scope.resource.roles.resource.GetScopes parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property scopes in identityGovernance operationId: identityGovernance.entitlementManagement.resourceRoleScopes.scope.resource.roles.resource.UpdateScopes requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property scopes for identityGovernance operationId: identityGovernance.entitlementManagement.resourceRoleScopes.scope.resource.roles.resource.DeleteScopes parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceRoleScope-id in: path description: The unique identifier of accessPackageResourceRoleScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRoleScope - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/scopes/{accessPackageResourceScope-id1}' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/scopes/{accessPackageResourceScope-id1}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}' '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.entitlementManagement summary: Get the number of the resource operationId: identityGovernance.entitlementManagement.resourceRoleScopes.scope.resource.roles.resource.scopes.GetCount-37e6 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: accessPackageResourceRoleScope-id in: path description: The unique identifier of accessPackageResourceRoleScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRoleScope - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.entitlementManagement summary: Get the number of the resource operationId: identityGovernance.entitlementManagement.resourceRoleScopes.scope.resource.roles.GetCount-d421 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: accessPackageResourceRoleScope-id in: path description: The unique identifier of accessPackageResourceRoleScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRoleScope '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes': description: Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get scopes from identityGovernance description: Read-only. Nullable. Supports $expand. operationId: identityGovernance.entitlementManagement.resourceRoleScopes.scope.resource.ListScopes parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceScopeCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.entitlementManagement summary: Create new navigation property to scopes for identityGovernance operationId: identityGovernance.entitlementManagement.resourceRoleScopes.scope.resource.CreateScopes requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceRoleScope-id in: path description: The unique identifier of accessPackageResourceRoleScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRoleScope x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes' '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/{accessPackageResourceScope-id}': description: Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get scopes from identityGovernance description: Read-only. Nullable. Supports $expand. operationId: identityGovernance.entitlementManagement.resourceRoleScopes.scope.resource.GetScopes parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property scopes in identityGovernance operationId: identityGovernance.entitlementManagement.resourceRoleScopes.scope.resource.UpdateScopes requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property scopes for identityGovernance operationId: identityGovernance.entitlementManagement.resourceRoleScopes.scope.resource.DeleteScopes parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResourceRoleScope-id in: path description: The unique identifier of accessPackageResourceRoleScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRoleScope - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/scopes/{accessPackageResourceScope-id1}' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/scopes/{accessPackageResourceScope-id1}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}' '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.entitlementManagement summary: Get the number of the resource operationId: identityGovernance.entitlementManagement.resourceRoleScopes.scope.resource.scopes.GetCount-7447 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: accessPackageResourceRoleScope-id in: path description: The unique identifier of accessPackageResourceRoleScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRoleScope /identityGovernance/entitlementManagement/resourceRoleScopes/$count: description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.entitlementManagement summary: Get the number of the resource operationId: identityGovernance.entitlementManagement.resourceRoleScopes.GetCount-dadb parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /identityGovernance/entitlementManagement/resources: description: Provides operations to manage the resources property of the microsoft.graph.entitlementManagement entity. get: tags: - identityGovernance.entitlementManagement summary: Get resources from identityGovernance description: The resources associated with the catalogs. operationId: identityGovernance.entitlementManagement.ListResources parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.entitlementManagement summary: Create new navigation property to resources for identityGovernance operationId: identityGovernance.entitlementManagement.CreateResources requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}': description: Provides operations to manage the resources property of the microsoft.graph.entitlementManagement entity. get: tags: - identityGovernance.entitlementManagement summary: Get resources from identityGovernance description: The resources associated with the catalogs. operationId: identityGovernance.entitlementManagement.GetResources parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property resources in identityGovernance operationId: identityGovernance.entitlementManagement.UpdateResources requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property resources for identityGovernance operationId: identityGovernance.entitlementManagement.DeleteResources parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResource-id in: path description: The unique identifier of accessPackageResource required: true schema: type: string x-ms-docs-key-type: accessPackageResource '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/environment': description: Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get environment from identityGovernance description: Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. operationId: identityGovernance.entitlementManagement.resources.GetEnvironment parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceEnvironment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResource-id in: path description: The unique identifier of accessPackageResource required: true schema: type: string x-ms-docs-key-type: accessPackageResource x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles': description: Provides operations to manage the roles property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get roles from identityGovernance description: Read-only. Nullable. Supports $expand. operationId: identityGovernance.entitlementManagement.resources.ListRoles parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceRoleCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.entitlementManagement summary: Create new navigation property to roles for identityGovernance operationId: identityGovernance.entitlementManagement.resources.CreateRoles requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResource-id in: path description: The unique identifier of accessPackageResource required: true schema: type: string x-ms-docs-key-type: accessPackageResource x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles' '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}': description: Provides operations to manage the roles property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get roles from identityGovernance description: Read-only. Nullable. Supports $expand. operationId: identityGovernance.entitlementManagement.resources.GetRoles parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property roles in identityGovernance operationId: identityGovernance.entitlementManagement.resources.UpdateRoles requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property roles for identityGovernance operationId: identityGovernance.entitlementManagement.resources.DeleteRoles parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResource-id in: path description: The unique identifier of accessPackageResource required: true schema: type: string x-ms-docs-key-type: accessPackageResource - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/roles/{accessPackageResourceRole-id1}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/roles/{accessPackageResourceRole-id1}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource': description: Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceRole entity. get: tags: - identityGovernance.entitlementManagement summary: Get resource from identityGovernance operationId: identityGovernance.entitlementManagement.resources.roles.GetResource parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property resource in identityGovernance operationId: identityGovernance.entitlementManagement.resources.roles.UpdateResource requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property resource for identityGovernance operationId: identityGovernance.entitlementManagement.resources.roles.DeleteResource parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResource-id in: path description: The unique identifier of accessPackageResource required: true schema: type: string x-ms-docs-key-type: accessPackageResource - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment': description: Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get environment from identityGovernance description: Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. operationId: identityGovernance.entitlementManagement.resources.roles.resource.GetEnvironment parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceEnvironment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResource-id in: path description: The unique identifier of accessPackageResource required: true schema: type: string x-ms-docs-key-type: accessPackageResource - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes': description: Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get scopes from identityGovernance description: Read-only. Nullable. Supports $expand. operationId: identityGovernance.entitlementManagement.resources.roles.resource.ListScopes parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceScopeCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.entitlementManagement summary: Create new navigation property to scopes for identityGovernance operationId: identityGovernance.entitlementManagement.resources.roles.resource.CreateScopes requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResource-id in: path description: The unique identifier of accessPackageResource required: true schema: type: string x-ms-docs-key-type: accessPackageResource - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes' '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}': description: Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get scopes from identityGovernance description: Read-only. Nullable. Supports $expand. operationId: identityGovernance.entitlementManagement.resources.roles.resource.GetScopes parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property scopes in identityGovernance operationId: identityGovernance.entitlementManagement.resources.roles.resource.UpdateScopes requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property scopes for identityGovernance operationId: identityGovernance.entitlementManagement.resources.roles.resource.DeleteScopes parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResource-id in: path description: The unique identifier of accessPackageResource required: true schema: type: string x-ms-docs-key-type: accessPackageResource - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/scopes/{accessPackageResourceScope-id1}' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/scopes/{accessPackageResourceScope-id1}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}' '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource': description: Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceScope entity. get: tags: - identityGovernance.entitlementManagement summary: Get resource from identityGovernance operationId: identityGovernance.entitlementManagement.resources.roles.resource.scopes.GetResource parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property resource in identityGovernance operationId: identityGovernance.entitlementManagement.resources.roles.resource.scopes.UpdateResource requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property resource for identityGovernance operationId: identityGovernance.entitlementManagement.resources.roles.resource.scopes.DeleteResource parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResource-id in: path description: The unique identifier of accessPackageResource required: true schema: type: string x-ms-docs-key-type: accessPackageResource - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource' '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment': description: Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get environment from identityGovernance description: Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. operationId: identityGovernance.entitlementManagement.resources.roles.resource.scopes.resource.GetEnvironment parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceEnvironment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResource-id in: path description: The unique identifier of accessPackageResource required: true schema: type: string x-ms-docs-key-type: accessPackageResource - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.entitlementManagement summary: Get the number of the resource operationId: identityGovernance.entitlementManagement.resources.roles.resource.scopes.GetCount-a8f2 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: accessPackageResource-id in: path description: The unique identifier of accessPackageResource required: true schema: type: string x-ms-docs-key-type: accessPackageResource - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.entitlementManagement summary: Get the number of the resource operationId: identityGovernance.entitlementManagement.resources.roles.GetCount-0757 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: accessPackageResource-id in: path description: The unique identifier of accessPackageResource required: true schema: type: string x-ms-docs-key-type: accessPackageResource '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes': description: Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get scopes from identityGovernance description: Read-only. Nullable. Supports $expand. operationId: identityGovernance.entitlementManagement.resources.ListScopes parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceScopeCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.entitlementManagement summary: Create new navigation property to scopes for identityGovernance operationId: identityGovernance.entitlementManagement.resources.CreateScopes requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResource-id in: path description: The unique identifier of accessPackageResource required: true schema: type: string x-ms-docs-key-type: accessPackageResource x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes' '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}': description: Provides operations to manage the scopes property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get scopes from identityGovernance description: Read-only. Nullable. Supports $expand. operationId: identityGovernance.entitlementManagement.resources.GetScopes parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property scopes in identityGovernance operationId: identityGovernance.entitlementManagement.resources.UpdateScopes requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property scopes for identityGovernance operationId: identityGovernance.entitlementManagement.resources.DeleteScopes parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResource-id in: path description: The unique identifier of accessPackageResource required: true schema: type: string x-ms-docs-key-type: accessPackageResource - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/scopes/{accessPackageResourceScope-id1}' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/scopes/{accessPackageResourceScope-id1}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/{accessPackageResourceScope-id}' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}' '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource': description: Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceScope entity. get: tags: - identityGovernance.entitlementManagement summary: Get resource from identityGovernance operationId: identityGovernance.entitlementManagement.resources.scopes.GetResource parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property resource in identityGovernance operationId: identityGovernance.entitlementManagement.resources.scopes.UpdateResource requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property resource for identityGovernance operationId: identityGovernance.entitlementManagement.resources.scopes.DeleteResource parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResource-id in: path description: The unique identifier of accessPackageResource required: true schema: type: string x-ms-docs-key-type: accessPackageResource - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource' '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment': description: Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get environment from identityGovernance description: Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. operationId: identityGovernance.entitlementManagement.resources.scopes.resource.GetEnvironment parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceEnvironment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResource-id in: path description: The unique identifier of accessPackageResource required: true schema: type: string x-ms-docs-key-type: accessPackageResource - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles': description: Provides operations to manage the roles property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get roles from identityGovernance description: Read-only. Nullable. Supports $expand. operationId: identityGovernance.entitlementManagement.resources.scopes.resource.ListRoles parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceRoleCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.entitlementManagement summary: Create new navigation property to roles for identityGovernance operationId: identityGovernance.entitlementManagement.resources.scopes.resource.CreateRoles requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResource-id in: path description: The unique identifier of accessPackageResource required: true schema: type: string x-ms-docs-key-type: accessPackageResource - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles' '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}': description: Provides operations to manage the roles property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get roles from identityGovernance description: Read-only. Nullable. Supports $expand. operationId: identityGovernance.entitlementManagement.resources.scopes.resource.GetRoles parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property roles in identityGovernance operationId: identityGovernance.entitlementManagement.resources.scopes.resource.UpdateRoles requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property roles for identityGovernance operationId: identityGovernance.entitlementManagement.resources.scopes.resource.DeleteRoles parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResource-id in: path description: The unique identifier of accessPackageResource required: true schema: type: string x-ms-docs-key-type: accessPackageResource - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/roles/{accessPackageResourceRole-id1}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/roles/{accessPackageResourceRole-id1}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}' '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource': description: Provides operations to manage the resource property of the microsoft.graph.accessPackageResourceRole entity. get: tags: - identityGovernance.entitlementManagement summary: Get resource from identityGovernance operationId: identityGovernance.entitlementManagement.resources.scopes.resource.roles.GetResource parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update the navigation property resource in identityGovernance operationId: identityGovernance.entitlementManagement.resources.scopes.resource.roles.UpdateResource requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property resource for identityGovernance operationId: identityGovernance.entitlementManagement.resources.scopes.resource.roles.DeleteResource parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResource-id in: path description: The unique identifier of accessPackageResource required: true schema: type: string x-ms-docs-key-type: accessPackageResource - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource' '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment': description: Provides operations to manage the environment property of the microsoft.graph.accessPackageResource entity. get: tags: - identityGovernance.entitlementManagement summary: Get environment from identityGovernance description: Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. operationId: identityGovernance.entitlementManagement.resources.scopes.resource.roles.resource.GetEnvironment parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceEnvironment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: accessPackageResource-id in: path description: The unique identifier of accessPackageResource required: true schema: type: string x-ms-docs-key-type: accessPackageResource - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope - name: accessPackageResourceRole-id in: path description: The unique identifier of accessPackageResourceRole required: true schema: type: string x-ms-docs-key-type: accessPackageResourceRole x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/environment' - '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/environment' - '/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment' - '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment' '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.entitlementManagement summary: Get the number of the resource operationId: identityGovernance.entitlementManagement.resources.scopes.resource.roles.GetCount-5bb2 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: accessPackageResource-id in: path description: The unique identifier of accessPackageResource required: true schema: type: string x-ms-docs-key-type: accessPackageResource - name: accessPackageResourceScope-id in: path description: The unique identifier of accessPackageResourceScope required: true schema: type: string x-ms-docs-key-type: accessPackageResourceScope '/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.entitlementManagement summary: Get the number of the resource operationId: identityGovernance.entitlementManagement.resources.scopes.GetCount-d1a9 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: accessPackageResource-id in: path description: The unique identifier of accessPackageResource required: true schema: type: string x-ms-docs-key-type: accessPackageResource /identityGovernance/entitlementManagement/resources/$count: description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.entitlementManagement summary: Get the number of the resource operationId: identityGovernance.entitlementManagement.resources.GetCount-c197 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /identityGovernance/entitlementManagement/settings: description: Provides operations to manage the settings property of the microsoft.graph.entitlementManagement entity. get: tags: - identityGovernance.entitlementManagement summary: Get entitlementManagementSettings description: Retrieve the properties of an entitlementManagementSettings object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/entitlementmanagementsettings-get?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.GetSettings parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.entitlementManagementSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.entitlementManagement summary: Update entitlementManagementSettings description: Update an existing entitlementManagementSettings object to change one or more of its properties. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/entitlementmanagementsettings-update?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.UpdateSettings requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.entitlementManagementSettings' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.entitlementManagementSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement summary: Delete navigation property settings for identityGovernance operationId: identityGovernance.entitlementManagement.DeleteSettings parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /identityGovernance/lifecycleWorkflows: description: Provides operations to manage the lifecycleWorkflows property of the microsoft.graph.identityGovernance entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get lifecycleWorkflows from identityGovernance operationId: identityGovernance.GetLifecycleWorkflows parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.lifecycleWorkflowsContainer' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Update the navigation property lifecycleWorkflows in identityGovernance operationId: identityGovernance.UpdateLifecycleWorkflows requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.lifecycleWorkflowsContainer' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.lifecycleWorkflowsContainer' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Delete navigation property lifecycleWorkflows for identityGovernance operationId: identityGovernance.DeleteLifecycleWorkflows parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /identityGovernance/lifecycleWorkflows/customTaskExtensions: description: Provides operations to manage the customTaskExtensions property of the microsoft.graph.identityGovernance.lifecycleWorkflowsContainer entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: List customTaskExtensions description: Get a list of the customTaskExtension objects and their properties. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-customtaskextensions?view=graph-rest-1.0 operationId: identityGovernance.lifecycleWorkflows.ListCustomTaskExtensions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.identityGovernance.customTaskExtensionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Create customTaskExtensions description: Create a new customTaskExtension object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-post-customtaskextensions?view=graph-rest-1.0 operationId: identityGovernance.lifecycleWorkflows.CreateCustomTaskExtensions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.customTaskExtension' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.customTaskExtension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}': description: Provides operations to manage the customTaskExtensions property of the microsoft.graph.identityGovernance.lifecycleWorkflowsContainer entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get customTaskExtension description: Read the properties and relationships of a customTaskExtension object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/identitygovernance-customtaskextension-get?view=graph-rest-1.0 operationId: identityGovernance.lifecycleWorkflows.GetCustomTaskExtensions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.customTaskExtension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Update customTaskExtension description: Update the properties of a customTaskExtension object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/identitygovernance-customtaskextension-update?view=graph-rest-1.0 operationId: identityGovernance.lifecycleWorkflows.UpdateCustomTaskExtensions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.customTaskExtension' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.customTaskExtension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Delete customTaskExtension description: Delete a customTaskExtension object. A custom task extension can only be deleted if it is not referenced in any task objects in a lifecycle workflow. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/identitygovernance-customtaskextension-delete?view=graph-rest-1.0 operationId: identityGovernance.lifecycleWorkflows.DeleteCustomTaskExtensions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: customTaskExtension-id in: path description: The unique identifier of customTaskExtension required: true schema: type: string x-ms-docs-key-type: customTaskExtension '/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy': description: Provides operations to manage the createdBy property of the microsoft.graph.identityGovernance.customTaskExtension entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get createdBy from identityGovernance description: 'The unique identifier of the Microsoft Entra user that created the custom task extension.Supports $filter(eq, ne) and $expand.' operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.GetCreatedBy parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: customTaskExtension-id in: path description: The unique identifier of customTaskExtension required: true schema: type: string x-ms-docs-key-type: customTaskExtension '/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/mailboxSettings': get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get mailboxSettings property value description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.createdBy.GetMailboxSettings parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' patch: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Update property mailboxSettings value. operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.createdBy.UpdateMailboxSettings requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: customTaskExtension-id in: path description: The unique identifier of customTaskExtension required: true schema: type: string x-ms-docs-key-type: customTaskExtension '/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/serviceProvisioningErrors': get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get serviceProvisioningErrors property value description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.createdBy.ListServiceProvisioningErrors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: customTaskExtension-id in: path description: The unique identifier of customTaskExtension required: true schema: type: string x-ms-docs-key-type: customTaskExtension '/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/serviceProvisioningErrors/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get the number of the resource operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.createdBy.ServiceProvisioningErrors.GetCount-74e6 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: customTaskExtension-id in: path description: The unique identifier of customTaskExtension required: true schema: type: string x-ms-docs-key-type: customTaskExtension '/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy': description: Provides operations to manage the lastModifiedBy property of the microsoft.graph.identityGovernance.customTaskExtension entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get lastModifiedBy from identityGovernance description: 'The unique identifier of the Microsoft Entra user that modified the custom task extension last.Supports $filter(eq, ne) and $expand.' operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.GetLastModifiedBy parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: customTaskExtension-id in: path description: The unique identifier of customTaskExtension required: true schema: type: string x-ms-docs-key-type: customTaskExtension '/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/mailboxSettings': get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get mailboxSettings property value description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.lastModifiedBy.GetMailboxSettings parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' patch: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Update property mailboxSettings value. operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.lastModifiedBy.UpdateMailboxSettings requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: customTaskExtension-id in: path description: The unique identifier of customTaskExtension required: true schema: type: string x-ms-docs-key-type: customTaskExtension '/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/serviceProvisioningErrors': get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get serviceProvisioningErrors property value description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.lastModifiedBy.ListServiceProvisioningErrors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: customTaskExtension-id in: path description: The unique identifier of customTaskExtension required: true schema: type: string x-ms-docs-key-type: customTaskExtension '/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/serviceProvisioningErrors/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get the number of the resource operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.lastModifiedBy.ServiceProvisioningErrors.GetCount-8d38 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: customTaskExtension-id in: path description: The unique identifier of customTaskExtension required: true schema: type: string x-ms-docs-key-type: customTaskExtension /identityGovernance/lifecycleWorkflows/customTaskExtensions/$count: description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get the number of the resource operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.GetCount-b240 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /identityGovernance/lifecycleWorkflows/deletedItems: description: Provides operations to manage the deletedItems property of the microsoft.graph.identityGovernance.lifecycleWorkflowsContainer entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get deletedItems from identityGovernance description: Deleted workflows in your lifecycle workflows instance. operationId: identityGovernance.lifecycleWorkflows.GetDeletedItems parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deletedItemContainer' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Delete navigation property deletedItems for identityGovernance operationId: identityGovernance.lifecycleWorkflows.DeleteDeletedItems parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /identityGovernance/lifecycleWorkflows/deletedItems/workflows: description: Provides operations to manage the workflows property of the microsoft.graph.deletedItemContainer entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: List deletedItems (deleted lifecycle workflows) description: Get a list of the deleted workflow objects and their properties. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-deleteditems?view=graph-rest-1.0 operationId: identityGovernance.lifecycleWorkflows.deletedItems.ListWorkflows parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.identityGovernance.workflowCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}': description: Provides operations to manage the workflows property of the microsoft.graph.deletedItemContainer entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get deletedItemContainer (a deleted lifecycle workflow) description: Retrieve a deleted workflow object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/identitygovernance-deleteditemcontainer-get?view=graph-rest-1.0 operationId: identityGovernance.lifecycleWorkflows.deletedItems.GetWorkflows parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.workflow' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Delete deletedItemContainer (permanently delete a deleted lifecycle workflow) description: Delete a workflow object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/identitygovernance-deletedItemcontainer-delete?view=graph-rest-1.0 operationId: identityGovernance.lifecycleWorkflows.deletedItems.DeleteWorkflows parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/createdBy': description: Provides operations to manage the createdBy property of the microsoft.graph.identityGovernance.workflowBase entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get createdBy from identityGovernance description: The user who created the workflow. operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.GetCreatedBy parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy' '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/createdBy/mailboxSettings': get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get mailboxSettings property value description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.createdBy.GetMailboxSettings parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' patch: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Update property mailboxSettings value. operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.createdBy.UpdateMailboxSettings requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/createdBy/serviceProvisioningErrors': get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get serviceProvisioningErrors property value description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.createdBy.ListServiceProvisioningErrors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/createdBy/serviceProvisioningErrors/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get the number of the resource operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.createdBy.ServiceProvisioningErrors.GetCount-1081 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/executionScope': description: Provides operations to manage the executionScope property of the microsoft.graph.identityGovernance.workflow entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get executionScope from identityGovernance description: The unique identifier of the Microsoft Entra identity that last modified the workflow object. operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.ListExecutionScope parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.identityGovernance.userProcessingResultCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope' '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/executionScope/{userProcessingResult-id}': description: Provides operations to manage the executionScope property of the microsoft.graph.identityGovernance.workflow entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get executionScope from identityGovernance description: The unique identifier of the Microsoft Entra identity that last modified the workflow object. operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.GetExecutionScope parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.userProcessingResult' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: userProcessingResult-id in: path description: The unique identifier of userProcessingResult required: true schema: type: string x-ms-docs-key-type: userProcessingResult x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope/{userProcessingResult-id}' '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/executionScope/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get the number of the resource operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.executionScope.GetCount-e524 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/lastModifiedBy': description: Provides operations to manage the lastModifiedBy property of the microsoft.graph.identityGovernance.workflowBase entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get lastModifiedBy from identityGovernance description: The unique identifier of the Microsoft Entra identity that last modified the workflow. operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.GetLastModifiedBy parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy' '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/lastModifiedBy/mailboxSettings': get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get mailboxSettings property value description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.lastModifiedBy.GetMailboxSettings parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' patch: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Update property mailboxSettings value. operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.lastModifiedBy.UpdateMailboxSettings requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/lastModifiedBy/serviceProvisioningErrors': get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get serviceProvisioningErrors property value description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.lastModifiedBy.ListServiceProvisioningErrors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/lastModifiedBy/serviceProvisioningErrors/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get the number of the resource operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.lastModifiedBy.ServiceProvisioningErrors.GetCount-def1 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/microsoft.graph.identityGovernance.activate': description: Provides operations to call the activate method. post: tags: - identityGovernance.Actions summary: Invoke action activate description: 'Run a workflow object on-demand. You can run any workflow on-demand, including scheduled workflows. Workflows created from the ''Real-time employee termination'' template are run on-demand only. When you run a workflow on demand, the tasks are executed regardless of whether the user state matches the scope and trigger execution conditions.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/identitygovernance-workflow-activate?view=graph-rest-1.0 operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.workflow.activate requestBody: description: Action parameters content: application/json: schema: type: object properties: subjects: type: array items: $ref: '#/components/schemas/microsoft.graph.user' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/microsoft.graph.identityGovernance.activate' '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/microsoft.graph.identityGovernance.createNewVersion': description: Provides operations to call the createNewVersion method. post: tags: - identityGovernance.Actions summary: Invoke action createNewVersion description: Create a new version of the workflow object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/identitygovernance-workflow-createnewversion?view=graph-rest-1.0 operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.workflow.createNewVersion requestBody: description: Action parameters content: application/json: schema: type: object properties: workflow: anyOf: - $ref: '#/components/schemas/microsoft.graph.identityGovernance.workflow' - type: object nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.identityGovernance.workflow' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/microsoft.graph.identityGovernance.createNewVersion' '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/microsoft.graph.identityGovernance.restore': description: Provides operations to call the restore method. post: tags: - identityGovernance.Actions summary: Invoke action restore description: Restore a workflow that has been deleted. You can only restore a workflow that was deleted within the last 30 days before Microsoft Entra ID automatically permanently deletes it. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/identitygovernance-workflow-restore?view=graph-rest-1.0 operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.workflow.restore responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.identityGovernance.workflow' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/microsoft.graph.identityGovernance.restore' '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs': description: Provides operations to manage the runs property of the microsoft.graph.identityGovernance.workflow entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get runs from identityGovernance description: Workflow runs. operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.ListRuns parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.identityGovernance.runCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs' '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}': description: Provides operations to manage the runs property of the microsoft.graph.identityGovernance.workflow entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get runs from identityGovernance description: Workflow runs. operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.GetRuns parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.run' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: run-id in: path description: The unique identifier of run required: true schema: type: string x-ms-docs-key-type: run x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}' '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults': description: Provides operations to manage the taskProcessingResults property of the microsoft.graph.identityGovernance.run entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get taskProcessingResults from identityGovernance description: The related taskProcessingResults. operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.ListTaskProcessingResults parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.identityGovernance.taskProcessingResultCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: run-id in: path description: The unique identifier of run required: true schema: type: string x-ms-docs-key-type: run x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults' '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}': description: Provides operations to manage the taskProcessingResults property of the microsoft.graph.identityGovernance.run entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get taskProcessingResults from identityGovernance description: The related taskProcessingResults. operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.GetTaskProcessingResults parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.taskProcessingResult' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: run-id in: path description: The unique identifier of run required: true schema: type: string x-ms-docs-key-type: run - name: taskProcessingResult-id in: path description: The unique identifier of taskProcessingResult required: true schema: type: string x-ms-docs-key-type: taskProcessingResult x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}' '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume': description: Provides operations to call the resume method. post: tags: - identityGovernance.Actions summary: Invoke action resume description: 'Resume a task processing result that''s inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0 operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.workflow.runs.run.taskProcessingResults.taskProcessingResult.resume requestBody: description: Action parameters content: application/json: schema: type: object properties: source: type: string nullable: true type: type: string nullable: true data: $ref: '#/components/schemas/microsoft.graph.identityGovernance.customTaskExtensionCallbackData' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: run-id in: path description: The unique identifier of run required: true schema: type: string x-ms-docs-key-type: run - name: taskProcessingResult-id in: path description: The unique identifier of taskProcessingResult required: true schema: type: string x-ms-docs-key-type: taskProcessingResult x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject': description: Provides operations to manage the subject property of the microsoft.graph.identityGovernance.taskProcessingResult entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get subject from identityGovernance description: 'The unique identifier of the Microsoft Entra user targeted for the task execution.Supports $filter(eq, ne) and $expand.' operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.taskProcessingResults.GetSubject parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: run-id in: path description: The unique identifier of run required: true schema: type: string x-ms-docs-key-type: run - name: taskProcessingResult-id in: path description: The unique identifier of taskProcessingResult required: true schema: type: string x-ms-docs-key-type: taskProcessingResult x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject' '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings': get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get mailboxSettings property value description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.taskProcessingResults.subject.GetMailboxSettings parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' patch: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Update property mailboxSettings value. operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.taskProcessingResults.subject.UpdateMailboxSettings requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: run-id in: path description: The unique identifier of run required: true schema: type: string x-ms-docs-key-type: run - name: taskProcessingResult-id in: path description: The unique identifier of taskProcessingResult required: true schema: type: string x-ms-docs-key-type: taskProcessingResult '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors': get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get serviceProvisioningErrors property value description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.taskProcessingResults.subject.ListServiceProvisioningErrors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: run-id in: path description: The unique identifier of run required: true schema: type: string x-ms-docs-key-type: run - name: taskProcessingResult-id in: path description: The unique identifier of taskProcessingResult required: true schema: type: string x-ms-docs-key-type: taskProcessingResult '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get the number of the resource operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.taskProcessingResults.subject.ServiceProvisioningErrors.GetCount-9c1a parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: run-id in: path description: The unique identifier of run required: true schema: type: string x-ms-docs-key-type: run - name: taskProcessingResult-id in: path description: The unique identifier of taskProcessingResult required: true schema: type: string x-ms-docs-key-type: taskProcessingResult '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/task': description: Provides operations to manage the task property of the microsoft.graph.identityGovernance.taskProcessingResult entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get task from identityGovernance description: The related workflow task operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.taskProcessingResults.GetTask parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.task' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: run-id in: path description: The unique identifier of run required: true schema: type: string x-ms-docs-key-type: run - name: taskProcessingResult-id in: path description: The unique identifier of taskProcessingResult required: true schema: type: string x-ms-docs-key-type: taskProcessingResult x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task' '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get the number of the resource operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.taskProcessingResults.GetCount-301f parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: run-id in: path description: The unique identifier of run required: true schema: type: string x-ms-docs-key-type: run '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults': description: Provides operations to manage the userProcessingResults property of the microsoft.graph.identityGovernance.run entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get userProcessingResults from identityGovernance description: The associated individual user execution. operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.ListUserProcessingResults parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.identityGovernance.userProcessingResultCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: run-id in: path description: The unique identifier of run required: true schema: type: string x-ms-docs-key-type: run x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults' '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}': description: Provides operations to manage the userProcessingResults property of the microsoft.graph.identityGovernance.run entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get userProcessingResults from identityGovernance description: The associated individual user execution. operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.GetUserProcessingResults parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.userProcessingResult' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: run-id in: path description: The unique identifier of run required: true schema: type: string x-ms-docs-key-type: run - name: userProcessingResult-id in: path description: The unique identifier of userProcessingResult required: true schema: type: string x-ms-docs-key-type: userProcessingResult x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}' '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject': description: Provides operations to manage the subject property of the microsoft.graph.identityGovernance.userProcessingResult entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get subject from identityGovernance description: 'The unique identifier of the AAD user targeted for the taskProcessingResult.Supports $filter(eq, ne) and $expand.' operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.GetSubject parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: run-id in: path description: The unique identifier of run required: true schema: type: string x-ms-docs-key-type: run - name: userProcessingResult-id in: path description: The unique identifier of userProcessingResult required: true schema: type: string x-ms-docs-key-type: userProcessingResult x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject' '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings': get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get mailboxSettings property value description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.subject.GetMailboxSettings parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' patch: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Update property mailboxSettings value. operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.subject.UpdateMailboxSettings requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: run-id in: path description: The unique identifier of run required: true schema: type: string x-ms-docs-key-type: run - name: userProcessingResult-id in: path description: The unique identifier of userProcessingResult required: true schema: type: string x-ms-docs-key-type: userProcessingResult '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors': get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get serviceProvisioningErrors property value description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.subject.ListServiceProvisioningErrors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: run-id in: path description: The unique identifier of run required: true schema: type: string x-ms-docs-key-type: run - name: userProcessingResult-id in: path description: The unique identifier of userProcessingResult required: true schema: type: string x-ms-docs-key-type: userProcessingResult '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get the number of the resource operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.subject.ServiceProvisioningErrors.GetCount-46e1 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: run-id in: path description: The unique identifier of run required: true schema: type: string x-ms-docs-key-type: run - name: userProcessingResult-id in: path description: The unique identifier of userProcessingResult required: true schema: type: string x-ms-docs-key-type: userProcessingResult '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults': description: Provides operations to manage the taskProcessingResults property of the microsoft.graph.identityGovernance.userProcessingResult entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get taskProcessingResults from identityGovernance description: The associated individual task execution. operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.ListTaskProcessingResults parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.identityGovernance.taskProcessingResultCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: run-id in: path description: The unique identifier of run required: true schema: type: string x-ms-docs-key-type: run - name: userProcessingResult-id in: path description: The unique identifier of userProcessingResult required: true schema: type: string x-ms-docs-key-type: userProcessingResult x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults' '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}': description: Provides operations to manage the taskProcessingResults property of the microsoft.graph.identityGovernance.userProcessingResult entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get taskProcessingResults from identityGovernance description: The associated individual task execution. operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.GetTaskProcessingResults parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.taskProcessingResult' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: run-id in: path description: The unique identifier of run required: true schema: type: string x-ms-docs-key-type: run - name: userProcessingResult-id in: path description: The unique identifier of userProcessingResult required: true schema: type: string x-ms-docs-key-type: userProcessingResult - name: taskProcessingResult-id in: path description: The unique identifier of taskProcessingResult required: true schema: type: string x-ms-docs-key-type: taskProcessingResult x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}' '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume': description: Provides operations to call the resume method. post: tags: - identityGovernance.Actions summary: Invoke action resume description: 'Resume a task processing result that''s inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0 operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.workflow.runs.run.userProcessingResults.userProcessingResult.taskProcessingResults.taskProcessingResult.resume requestBody: description: Action parameters content: application/json: schema: type: object properties: source: type: string nullable: true type: type: string nullable: true data: $ref: '#/components/schemas/microsoft.graph.identityGovernance.customTaskExtensionCallbackData' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: run-id in: path description: The unique identifier of run required: true schema: type: string x-ms-docs-key-type: run - name: userProcessingResult-id in: path description: The unique identifier of userProcessingResult required: true schema: type: string x-ms-docs-key-type: userProcessingResult - name: taskProcessingResult-id in: path description: The unique identifier of taskProcessingResult required: true schema: type: string x-ms-docs-key-type: taskProcessingResult x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject': description: Provides operations to manage the subject property of the microsoft.graph.identityGovernance.taskProcessingResult entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get subject from identityGovernance description: 'The unique identifier of the Microsoft Entra user targeted for the task execution.Supports $filter(eq, ne) and $expand.' operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.taskProcessingResults.GetSubject parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: run-id in: path description: The unique identifier of run required: true schema: type: string x-ms-docs-key-type: run - name: userProcessingResult-id in: path description: The unique identifier of userProcessingResult required: true schema: type: string x-ms-docs-key-type: userProcessingResult - name: taskProcessingResult-id in: path description: The unique identifier of taskProcessingResult required: true schema: type: string x-ms-docs-key-type: taskProcessingResult x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject' '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings': get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get mailboxSettings property value description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.taskProcessingResults.subject.GetMailboxSettings parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' patch: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Update property mailboxSettings value. operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.taskProcessingResults.subject.UpdateMailboxSettings requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: run-id in: path description: The unique identifier of run required: true schema: type: string x-ms-docs-key-type: run - name: userProcessingResult-id in: path description: The unique identifier of userProcessingResult required: true schema: type: string x-ms-docs-key-type: userProcessingResult - name: taskProcessingResult-id in: path description: The unique identifier of taskProcessingResult required: true schema: type: string x-ms-docs-key-type: taskProcessingResult '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors': get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get serviceProvisioningErrors property value description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.taskProcessingResults.subject.ListServiceProvisioningErrors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: run-id in: path description: The unique identifier of run required: true schema: type: string x-ms-docs-key-type: run - name: userProcessingResult-id in: path description: The unique identifier of userProcessingResult required: true schema: type: string x-ms-docs-key-type: userProcessingResult - name: taskProcessingResult-id in: path description: The unique identifier of taskProcessingResult required: true schema: type: string x-ms-docs-key-type: taskProcessingResult '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get the number of the resource operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.taskProcessingResults.subject.ServiceProvisioningErrors.GetCount-7f1d parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: run-id in: path description: The unique identifier of run required: true schema: type: string x-ms-docs-key-type: run - name: userProcessingResult-id in: path description: The unique identifier of userProcessingResult required: true schema: type: string x-ms-docs-key-type: userProcessingResult - name: taskProcessingResult-id in: path description: The unique identifier of taskProcessingResult required: true schema: type: string x-ms-docs-key-type: taskProcessingResult '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/task': description: Provides operations to manage the task property of the microsoft.graph.identityGovernance.taskProcessingResult entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get task from identityGovernance description: The related workflow task operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.taskProcessingResults.GetTask parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.task' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: run-id in: path description: The unique identifier of run required: true schema: type: string x-ms-docs-key-type: run - name: userProcessingResult-id in: path description: The unique identifier of userProcessingResult required: true schema: type: string x-ms-docs-key-type: userProcessingResult - name: taskProcessingResult-id in: path description: The unique identifier of taskProcessingResult required: true schema: type: string x-ms-docs-key-type: taskProcessingResult x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task' '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get the number of the resource operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.taskProcessingResults.GetCount-f799 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: run-id in: path description: The unique identifier of run required: true schema: type: string x-ms-docs-key-type: run - name: userProcessingResult-id in: path description: The unique identifier of userProcessingResult required: true schema: type: string x-ms-docs-key-type: userProcessingResult '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get the number of the resource operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.GetCount-ea74 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: run-id in: path description: The unique identifier of run required: true schema: type: string x-ms-docs-key-type: run '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})': description: Provides operations to call the summary method. get: tags: - identityGovernance.Functions summary: Invoke function summary operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.workflow.runs.run.userProcessingResults.summary responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.identityGovernance.userSummary' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: run-id in: path description: The unique identifier of run required: true schema: type: string x-ms-docs-key-type: run - name: startDateTime in: path description: 'Usage: startDateTime={startDateTime}' required: true schema: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string format: date-time - name: endDateTime in: path description: 'Usage: endDateTime={endDateTime}' required: true schema: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string format: date-time x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})' '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get the number of the resource operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.GetCount-04a6 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})': description: Provides operations to call the summary method. get: tags: - identityGovernance.Functions summary: Invoke function summary operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.workflow.runs.summary responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.identityGovernance.runSummary' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: startDateTime in: path description: 'Usage: startDateTime={startDateTime}' required: true schema: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string format: date-time - name: endDateTime in: path description: 'Usage: endDateTime={endDateTime}' required: true schema: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string format: date-time x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})' '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports': description: Provides operations to manage the taskReports property of the microsoft.graph.identityGovernance.workflow entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get taskReports from identityGovernance description: Represents the aggregation of task execution data for tasks within a workflow object. operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.ListTaskReports parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.identityGovernance.taskReportCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports' '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}': description: Provides operations to manage the taskReports property of the microsoft.graph.identityGovernance.workflow entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get taskReports from identityGovernance description: Represents the aggregation of task execution data for tasks within a workflow object. operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.GetTaskReports parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.taskReport' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: taskReport-id in: path description: The unique identifier of taskReport required: true schema: type: string x-ms-docs-key-type: taskReport x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}' '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}/task': description: Provides operations to manage the task property of the microsoft.graph.identityGovernance.taskReport entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get task from identityGovernance description: 'The related lifecycle workflow task.Supports $filter(eq, ne) and $expand.' operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.taskReports.GetTask parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.task' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: taskReport-id in: path description: The unique identifier of taskReport required: true schema: type: string x-ms-docs-key-type: taskReport x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/task' '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}/taskDefinition': description: Provides operations to manage the taskDefinition property of the microsoft.graph.identityGovernance.taskReport entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get taskDefinition from identityGovernance description: 'The taskDefinition associated with the related lifecycle workflow task.Supports $filter(eq, ne) and $expand.' operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.taskReports.GetTaskDefinition parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.taskDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: taskReport-id in: path description: The unique identifier of taskReport required: true schema: type: string x-ms-docs-key-type: taskReport x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskDefinition' '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults': description: Provides operations to manage the taskProcessingResults property of the microsoft.graph.identityGovernance.taskReport entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get taskProcessingResults from identityGovernance description: The related lifecycle workflow taskProcessingResults. operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.taskReports.ListTaskProcessingResults parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.identityGovernance.taskProcessingResultCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: taskReport-id in: path description: The unique identifier of taskReport required: true schema: type: string x-ms-docs-key-type: taskReport x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults' '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}': description: Provides operations to manage the taskProcessingResults property of the microsoft.graph.identityGovernance.taskReport entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get taskProcessingResults from identityGovernance description: The related lifecycle workflow taskProcessingResults. operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.taskReports.GetTaskProcessingResults parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.taskProcessingResult' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: taskReport-id in: path description: The unique identifier of taskReport required: true schema: type: string x-ms-docs-key-type: taskReport - name: taskProcessingResult-id in: path description: The unique identifier of taskProcessingResult required: true schema: type: string x-ms-docs-key-type: taskProcessingResult x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}' '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume': description: Provides operations to call the resume method. post: tags: - identityGovernance.Actions summary: Invoke action resume description: 'Resume a task processing result that''s inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0 operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.workflow.taskReports.taskReport.taskProcessingResults.taskProcessingResult.resume requestBody: description: Action parameters content: application/json: schema: type: object properties: source: type: string nullable: true type: type: string nullable: true data: $ref: '#/components/schemas/microsoft.graph.identityGovernance.customTaskExtensionCallbackData' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: taskReport-id in: path description: The unique identifier of taskReport required: true schema: type: string x-ms-docs-key-type: taskReport - name: taskProcessingResult-id in: path description: The unique identifier of taskProcessingResult required: true schema: type: string x-ms-docs-key-type: taskProcessingResult x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject': description: Provides operations to manage the subject property of the microsoft.graph.identityGovernance.taskProcessingResult entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get subject from identityGovernance description: 'The unique identifier of the Microsoft Entra user targeted for the task execution.Supports $filter(eq, ne) and $expand.' operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.taskReports.taskProcessingResults.GetSubject parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: taskReport-id in: path description: The unique identifier of taskReport required: true schema: type: string x-ms-docs-key-type: taskReport - name: taskProcessingResult-id in: path description: The unique identifier of taskProcessingResult required: true schema: type: string x-ms-docs-key-type: taskProcessingResult x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject' '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings': get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get mailboxSettings property value description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.taskReports.taskProcessingResults.subject.GetMailboxSettings parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' patch: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Update property mailboxSettings value. operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.taskReports.taskProcessingResults.subject.UpdateMailboxSettings requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: taskReport-id in: path description: The unique identifier of taskReport required: true schema: type: string x-ms-docs-key-type: taskReport - name: taskProcessingResult-id in: path description: The unique identifier of taskProcessingResult required: true schema: type: string x-ms-docs-key-type: taskProcessingResult '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors': get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get serviceProvisioningErrors property value description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.taskReports.taskProcessingResults.subject.ListServiceProvisioningErrors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: taskReport-id in: path description: The unique identifier of taskReport required: true schema: type: string x-ms-docs-key-type: taskReport - name: taskProcessingResult-id in: path description: The unique identifier of taskProcessingResult required: true schema: type: string x-ms-docs-key-type: taskProcessingResult '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get the number of the resource operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.taskReports.taskProcessingResults.subject.ServiceProvisioningErrors.GetCount-4e4d parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: taskReport-id in: path description: The unique identifier of taskReport required: true schema: type: string x-ms-docs-key-type: taskReport - name: taskProcessingResult-id in: path description: The unique identifier of taskProcessingResult required: true schema: type: string x-ms-docs-key-type: taskProcessingResult '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/task': description: Provides operations to manage the task property of the microsoft.graph.identityGovernance.taskProcessingResult entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get task from identityGovernance description: The related workflow task operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.taskReports.taskProcessingResults.GetTask parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.task' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: taskReport-id in: path description: The unique identifier of taskReport required: true schema: type: string x-ms-docs-key-type: taskReport - name: taskProcessingResult-id in: path description: The unique identifier of taskProcessingResult required: true schema: type: string x-ms-docs-key-type: taskProcessingResult x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task' '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get the number of the resource operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.taskReports.taskProcessingResults.GetCount-7b4b parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: taskReport-id in: path description: The unique identifier of taskReport required: true schema: type: string x-ms-docs-key-type: taskReport '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get the number of the resource operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.taskReports.GetCount-f9a3 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})': description: Provides operations to call the summary method. get: tags: - identityGovernance.Functions summary: Invoke function summary operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.workflow.taskReports.summary responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.identityGovernance.taskReportSummary' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: startDateTime in: path description: 'Usage: startDateTime={startDateTime}' required: true schema: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string format: date-time - name: endDateTime in: path description: 'Usage: endDateTime={endDateTime}' required: true schema: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string format: date-time x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})' '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks': description: Provides operations to manage the tasks property of the microsoft.graph.identityGovernance.workflowBase entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get tasks from identityGovernance description: The tasks in the workflow. operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.ListTasks parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.identityGovernance.taskCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Create new navigation property to tasks for identityGovernance operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.CreateTasks requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.task' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.task' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks' '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}': description: Provides operations to manage the tasks property of the microsoft.graph.identityGovernance.workflowBase entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get tasks from identityGovernance description: The tasks in the workflow. operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.GetTasks parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.task' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Update the navigation property tasks in identityGovernance operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.UpdateTasks requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.task' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.task' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Delete navigation property tasks for identityGovernance operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.DeleteTasks parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: task-id in: path description: The unique identifier of task required: true schema: type: string x-ms-docs-key-type: task x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}' '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults': description: Provides operations to manage the taskProcessingResults property of the microsoft.graph.identityGovernance.task entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get taskProcessingResults from identityGovernance description: The result of processing the task. operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.tasks.ListTaskProcessingResults parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.identityGovernance.taskProcessingResultCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: task-id in: path description: The unique identifier of task required: true schema: type: string x-ms-docs-key-type: task x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults' - '/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults' '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}': description: Provides operations to manage the taskProcessingResults property of the microsoft.graph.identityGovernance.task entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get taskProcessingResults from identityGovernance description: The result of processing the task. operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.tasks.GetTaskProcessingResults parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.taskProcessingResult' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: task-id in: path description: The unique identifier of task required: true schema: type: string x-ms-docs-key-type: task - name: taskProcessingResult-id in: path description: The unique identifier of taskProcessingResult required: true schema: type: string x-ms-docs-key-type: taskProcessingResult x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}' - '/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}' '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume': description: Provides operations to call the resume method. post: tags: - identityGovernance.Actions summary: Invoke action resume description: 'Resume a task processing result that''s inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0 operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.workflow.tasks.task.taskProcessingResults.taskProcessingResult.resume requestBody: description: Action parameters content: application/json: schema: type: object properties: source: type: string nullable: true type: type: string nullable: true data: $ref: '#/components/schemas/microsoft.graph.identityGovernance.customTaskExtensionCallbackData' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: task-id in: path description: The unique identifier of task required: true schema: type: string x-ms-docs-key-type: task - name: taskProcessingResult-id in: path description: The unique identifier of taskProcessingResult required: true schema: type: string x-ms-docs-key-type: taskProcessingResult x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject': description: Provides operations to manage the subject property of the microsoft.graph.identityGovernance.taskProcessingResult entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get subject from identityGovernance description: 'The unique identifier of the Microsoft Entra user targeted for the task execution.Supports $filter(eq, ne) and $expand.' operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.tasks.taskProcessingResults.GetSubject parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: task-id in: path description: The unique identifier of task required: true schema: type: string x-ms-docs-key-type: task - name: taskProcessingResult-id in: path description: The unique identifier of taskProcessingResult required: true schema: type: string x-ms-docs-key-type: taskProcessingResult x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject' '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings': get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get mailboxSettings property value description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.tasks.taskProcessingResults.subject.GetMailboxSettings parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' patch: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Update property mailboxSettings value. operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.tasks.taskProcessingResults.subject.UpdateMailboxSettings requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: task-id in: path description: The unique identifier of task required: true schema: type: string x-ms-docs-key-type: task - name: taskProcessingResult-id in: path description: The unique identifier of taskProcessingResult required: true schema: type: string x-ms-docs-key-type: taskProcessingResult '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors': get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get serviceProvisioningErrors property value description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.tasks.taskProcessingResults.subject.ListServiceProvisioningErrors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: task-id in: path description: The unique identifier of task required: true schema: type: string x-ms-docs-key-type: task - name: taskProcessingResult-id in: path description: The unique identifier of taskProcessingResult required: true schema: type: string x-ms-docs-key-type: taskProcessingResult '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get the number of the resource operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.tasks.taskProcessingResults.subject.ServiceProvisioningErrors.GetCount-43b9 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: task-id in: path description: The unique identifier of task required: true schema: type: string x-ms-docs-key-type: task - name: taskProcessingResult-id in: path description: The unique identifier of taskProcessingResult required: true schema: type: string x-ms-docs-key-type: taskProcessingResult '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task': description: Provides operations to manage the task property of the microsoft.graph.identityGovernance.taskProcessingResult entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get task from identityGovernance description: The related workflow task operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.tasks.taskProcessingResults.GetTask parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.task' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: task-id in: path description: The unique identifier of task required: true schema: type: string x-ms-docs-key-type: task - name: taskProcessingResult-id in: path description: The unique identifier of taskProcessingResult required: true schema: type: string x-ms-docs-key-type: taskProcessingResult x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task' '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get the number of the resource operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.tasks.taskProcessingResults.GetCount-3d21 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: task-id in: path description: The unique identifier of task required: true schema: type: string x-ms-docs-key-type: task '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get the number of the resource operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.tasks.GetCount-67b2 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults': description: Provides operations to manage the userProcessingResults property of the microsoft.graph.identityGovernance.workflow entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get userProcessingResults from identityGovernance description: Per-user workflow execution results. operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.ListUserProcessingResults parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.identityGovernance.userProcessingResultCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults' '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}': description: Provides operations to manage the userProcessingResults property of the microsoft.graph.identityGovernance.workflow entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get userProcessingResults from identityGovernance description: Per-user workflow execution results. operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.GetUserProcessingResults parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.userProcessingResult' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: userProcessingResult-id in: path description: The unique identifier of userProcessingResult required: true schema: type: string x-ms-docs-key-type: userProcessingResult x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}' '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject': description: Provides operations to manage the subject property of the microsoft.graph.identityGovernance.userProcessingResult entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get subject from identityGovernance description: 'The unique identifier of the AAD user targeted for the taskProcessingResult.Supports $filter(eq, ne) and $expand.' operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.GetSubject parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: userProcessingResult-id in: path description: The unique identifier of userProcessingResult required: true schema: type: string x-ms-docs-key-type: userProcessingResult x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject' '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings': get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get mailboxSettings property value description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.subject.GetMailboxSettings parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' patch: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Update property mailboxSettings value. operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.subject.UpdateMailboxSettings requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: userProcessingResult-id in: path description: The unique identifier of userProcessingResult required: true schema: type: string x-ms-docs-key-type: userProcessingResult '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors': get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get serviceProvisioningErrors property value description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.subject.ListServiceProvisioningErrors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: userProcessingResult-id in: path description: The unique identifier of userProcessingResult required: true schema: type: string x-ms-docs-key-type: userProcessingResult '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get the number of the resource operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.subject.ServiceProvisioningErrors.GetCount-e5c8 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: userProcessingResult-id in: path description: The unique identifier of userProcessingResult required: true schema: type: string x-ms-docs-key-type: userProcessingResult '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults': description: Provides operations to manage the taskProcessingResults property of the microsoft.graph.identityGovernance.userProcessingResult entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get taskProcessingResults from identityGovernance description: The associated individual task execution. operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.ListTaskProcessingResults parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.identityGovernance.taskProcessingResultCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: userProcessingResult-id in: path description: The unique identifier of userProcessingResult required: true schema: type: string x-ms-docs-key-type: userProcessingResult x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults' '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}': description: Provides operations to manage the taskProcessingResults property of the microsoft.graph.identityGovernance.userProcessingResult entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get taskProcessingResults from identityGovernance description: The associated individual task execution. operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.GetTaskProcessingResults parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.taskProcessingResult' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: userProcessingResult-id in: path description: The unique identifier of userProcessingResult required: true schema: type: string x-ms-docs-key-type: userProcessingResult - name: taskProcessingResult-id in: path description: The unique identifier of taskProcessingResult required: true schema: type: string x-ms-docs-key-type: taskProcessingResult x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}' '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume': description: Provides operations to call the resume method. post: tags: - identityGovernance.Actions summary: Invoke action resume description: 'Resume a task processing result that''s inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0 operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.workflow.userProcessingResults.userProcessingResult.taskProcessingResults.taskProcessingResult.resume requestBody: description: Action parameters content: application/json: schema: type: object properties: source: type: string nullable: true type: type: string nullable: true data: $ref: '#/components/schemas/microsoft.graph.identityGovernance.customTaskExtensionCallbackData' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: userProcessingResult-id in: path description: The unique identifier of userProcessingResult required: true schema: type: string x-ms-docs-key-type: userProcessingResult - name: taskProcessingResult-id in: path description: The unique identifier of taskProcessingResult required: true schema: type: string x-ms-docs-key-type: taskProcessingResult x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject': description: Provides operations to manage the subject property of the microsoft.graph.identityGovernance.taskProcessingResult entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get subject from identityGovernance description: 'The unique identifier of the Microsoft Entra user targeted for the task execution.Supports $filter(eq, ne) and $expand.' operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.taskProcessingResults.GetSubject parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: userProcessingResult-id in: path description: The unique identifier of userProcessingResult required: true schema: type: string x-ms-docs-key-type: userProcessingResult - name: taskProcessingResult-id in: path description: The unique identifier of taskProcessingResult required: true schema: type: string x-ms-docs-key-type: taskProcessingResult x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject' '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings': get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get mailboxSettings property value description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.taskProcessingResults.subject.GetMailboxSettings parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' patch: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Update property mailboxSettings value. operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.taskProcessingResults.subject.UpdateMailboxSettings requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: userProcessingResult-id in: path description: The unique identifier of userProcessingResult required: true schema: type: string x-ms-docs-key-type: userProcessingResult - name: taskProcessingResult-id in: path description: The unique identifier of taskProcessingResult required: true schema: type: string x-ms-docs-key-type: taskProcessingResult '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors': get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get serviceProvisioningErrors property value description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.taskProcessingResults.subject.ListServiceProvisioningErrors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: userProcessingResult-id in: path description: The unique identifier of userProcessingResult required: true schema: type: string x-ms-docs-key-type: userProcessingResult - name: taskProcessingResult-id in: path description: The unique identifier of taskProcessingResult required: true schema: type: string x-ms-docs-key-type: taskProcessingResult '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get the number of the resource operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.taskProcessingResults.subject.ServiceProvisioningErrors.GetCount-2ac7 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: userProcessingResult-id in: path description: The unique identifier of userProcessingResult required: true schema: type: string x-ms-docs-key-type: userProcessingResult - name: taskProcessingResult-id in: path description: The unique identifier of taskProcessingResult required: true schema: type: string x-ms-docs-key-type: taskProcessingResult '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/task': description: Provides operations to manage the task property of the microsoft.graph.identityGovernance.taskProcessingResult entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get task from identityGovernance description: The related workflow task operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.taskProcessingResults.GetTask parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.task' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: userProcessingResult-id in: path description: The unique identifier of userProcessingResult required: true schema: type: string x-ms-docs-key-type: userProcessingResult - name: taskProcessingResult-id in: path description: The unique identifier of taskProcessingResult required: true schema: type: string x-ms-docs-key-type: taskProcessingResult x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task' '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get the number of the resource operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.taskProcessingResults.GetCount-dca2 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: userProcessingResult-id in: path description: The unique identifier of userProcessingResult required: true schema: type: string x-ms-docs-key-type: userProcessingResult '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get the number of the resource operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.GetCount-52b9 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})': description: Provides operations to call the summary method. get: tags: - identityGovernance.Functions summary: Invoke function summary operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.workflow.userProcessingResults.summary responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.identityGovernance.userSummary' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: startDateTime in: path description: 'Usage: startDateTime={startDateTime}' required: true schema: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string format: date-time - name: endDateTime in: path description: 'Usage: endDateTime={endDateTime}' required: true schema: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string format: date-time x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})' '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions': description: Provides operations to manage the versions property of the microsoft.graph.identityGovernance.workflow entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get versions from identityGovernance description: The workflow versions that are available. operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.ListVersions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.identityGovernance.workflowVersionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions' '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}': description: Provides operations to manage the versions property of the microsoft.graph.identityGovernance.workflow entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get versions from identityGovernance description: The workflow versions that are available. operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.GetVersions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.workflowVersion' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: workflowVersion-versionNumber in: path description: The unique identifier of workflowVersion required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-key-type: workflowVersion x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}' '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy': description: Provides operations to manage the createdBy property of the microsoft.graph.identityGovernance.workflowBase entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get createdBy from identityGovernance description: The user who created the workflow. operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.versions.GetCreatedBy parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: workflowVersion-versionNumber in: path description: The unique identifier of workflowVersion required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-key-type: workflowVersion x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/createdBy' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy' '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/mailboxSettings': get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get mailboxSettings property value description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.versions.createdBy.GetMailboxSettings parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' patch: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Update property mailboxSettings value. operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.versions.createdBy.UpdateMailboxSettings requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: workflowVersion-versionNumber in: path description: The unique identifier of workflowVersion required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-key-type: workflowVersion '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/serviceProvisioningErrors': get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get serviceProvisioningErrors property value description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.versions.createdBy.ListServiceProvisioningErrors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: workflowVersion-versionNumber in: path description: The unique identifier of workflowVersion required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-key-type: workflowVersion '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/serviceProvisioningErrors/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get the number of the resource operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.versions.createdBy.ServiceProvisioningErrors.GetCount-91a7 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: workflowVersion-versionNumber in: path description: The unique identifier of workflowVersion required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-key-type: workflowVersion '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy': description: Provides operations to manage the lastModifiedBy property of the microsoft.graph.identityGovernance.workflowBase entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get lastModifiedBy from identityGovernance description: The unique identifier of the Microsoft Entra identity that last modified the workflow. operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.versions.GetLastModifiedBy parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: workflowVersion-versionNumber in: path description: The unique identifier of workflowVersion required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-key-type: workflowVersion x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/lastModifiedBy' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy' '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/mailboxSettings': get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get mailboxSettings property value description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.versions.lastModifiedBy.GetMailboxSettings parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' patch: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Update property mailboxSettings value. operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.versions.lastModifiedBy.UpdateMailboxSettings requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: workflowVersion-versionNumber in: path description: The unique identifier of workflowVersion required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-key-type: workflowVersion '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/serviceProvisioningErrors': get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get serviceProvisioningErrors property value description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.versions.lastModifiedBy.ListServiceProvisioningErrors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: workflowVersion-versionNumber in: path description: The unique identifier of workflowVersion required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-key-type: workflowVersion '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/serviceProvisioningErrors/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get the number of the resource operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.versions.lastModifiedBy.ServiceProvisioningErrors.GetCount-346a parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: workflowVersion-versionNumber in: path description: The unique identifier of workflowVersion required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-key-type: workflowVersion '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks': description: Provides operations to manage the tasks property of the microsoft.graph.identityGovernance.workflowBase entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get tasks from identityGovernance description: The tasks in the workflow. operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.versions.ListTasks parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.identityGovernance.taskCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Create new navigation property to tasks for identityGovernance operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.versions.CreateTasks requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.task' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.task' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: workflowVersion-versionNumber in: path description: The unique identifier of workflowVersion required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-key-type: workflowVersion x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks' '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}': description: Provides operations to manage the tasks property of the microsoft.graph.identityGovernance.workflowBase entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get tasks from identityGovernance description: The tasks in the workflow. operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.versions.GetTasks parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.task' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Update the navigation property tasks in identityGovernance operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.versions.UpdateTasks requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.task' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.task' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Delete navigation property tasks for identityGovernance operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.versions.DeleteTasks parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: workflowVersion-versionNumber in: path description: The unique identifier of workflowVersion required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-key-type: workflowVersion - name: task-id in: path description: The unique identifier of task required: true schema: type: string x-ms-docs-key-type: task x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}' '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults': description: Provides operations to manage the taskProcessingResults property of the microsoft.graph.identityGovernance.task entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get taskProcessingResults from identityGovernance description: The result of processing the task. operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.versions.tasks.ListTaskProcessingResults parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.identityGovernance.taskProcessingResultCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: workflowVersion-versionNumber in: path description: The unique identifier of workflowVersion required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-key-type: workflowVersion - name: task-id in: path description: The unique identifier of task required: true schema: type: string x-ms-docs-key-type: task x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults' - '/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults' '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}': description: Provides operations to manage the taskProcessingResults property of the microsoft.graph.identityGovernance.task entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get taskProcessingResults from identityGovernance description: The result of processing the task. operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.versions.tasks.GetTaskProcessingResults parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.taskProcessingResult' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: workflowVersion-versionNumber in: path description: The unique identifier of workflowVersion required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-key-type: workflowVersion - name: task-id in: path description: The unique identifier of task required: true schema: type: string x-ms-docs-key-type: task - name: taskProcessingResult-id in: path description: The unique identifier of taskProcessingResult required: true schema: type: string x-ms-docs-key-type: taskProcessingResult x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}' - '/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}' '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume': description: Provides operations to call the resume method. post: tags: - identityGovernance.Actions summary: Invoke action resume description: 'Resume a task processing result that''s inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0 operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.workflow.versions.workflowVersion.tasks.task.taskProcessingResults.taskProcessingResult.resume requestBody: description: Action parameters content: application/json: schema: type: object properties: source: type: string nullable: true type: type: string nullable: true data: $ref: '#/components/schemas/microsoft.graph.identityGovernance.customTaskExtensionCallbackData' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: workflowVersion-versionNumber in: path description: The unique identifier of workflowVersion required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-key-type: workflowVersion - name: task-id in: path description: The unique identifier of task required: true schema: type: string x-ms-docs-key-type: task - name: taskProcessingResult-id in: path description: The unique identifier of taskProcessingResult required: true schema: type: string x-ms-docs-key-type: taskProcessingResult x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject': description: Provides operations to manage the subject property of the microsoft.graph.identityGovernance.taskProcessingResult entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get subject from identityGovernance description: 'The unique identifier of the Microsoft Entra user targeted for the task execution.Supports $filter(eq, ne) and $expand.' operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.versions.tasks.taskProcessingResults.GetSubject parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: workflowVersion-versionNumber in: path description: The unique identifier of workflowVersion required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-key-type: workflowVersion - name: task-id in: path description: The unique identifier of task required: true schema: type: string x-ms-docs-key-type: task - name: taskProcessingResult-id in: path description: The unique identifier of taskProcessingResult required: true schema: type: string x-ms-docs-key-type: taskProcessingResult x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject' '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings': get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get mailboxSettings property value description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.versions.tasks.taskProcessingResults.subject.GetMailboxSettings parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' patch: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Update property mailboxSettings value. operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.versions.tasks.taskProcessingResults.subject.UpdateMailboxSettings requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: workflowVersion-versionNumber in: path description: The unique identifier of workflowVersion required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-key-type: workflowVersion - name: task-id in: path description: The unique identifier of task required: true schema: type: string x-ms-docs-key-type: task - name: taskProcessingResult-id in: path description: The unique identifier of taskProcessingResult required: true schema: type: string x-ms-docs-key-type: taskProcessingResult '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors': get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get serviceProvisioningErrors property value description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.versions.tasks.taskProcessingResults.subject.ListServiceProvisioningErrors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: workflowVersion-versionNumber in: path description: The unique identifier of workflowVersion required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-key-type: workflowVersion - name: task-id in: path description: The unique identifier of task required: true schema: type: string x-ms-docs-key-type: task - name: taskProcessingResult-id in: path description: The unique identifier of taskProcessingResult required: true schema: type: string x-ms-docs-key-type: taskProcessingResult '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get the number of the resource operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.versions.tasks.taskProcessingResults.subject.ServiceProvisioningErrors.GetCount-c887 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: workflowVersion-versionNumber in: path description: The unique identifier of workflowVersion required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-key-type: workflowVersion - name: task-id in: path description: The unique identifier of task required: true schema: type: string x-ms-docs-key-type: task - name: taskProcessingResult-id in: path description: The unique identifier of taskProcessingResult required: true schema: type: string x-ms-docs-key-type: taskProcessingResult '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task': description: Provides operations to manage the task property of the microsoft.graph.identityGovernance.taskProcessingResult entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get task from identityGovernance description: The related workflow task operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.versions.tasks.taskProcessingResults.GetTask parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.task' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: workflowVersion-versionNumber in: path description: The unique identifier of workflowVersion required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-key-type: workflowVersion - name: task-id in: path description: The unique identifier of task required: true schema: type: string x-ms-docs-key-type: task - name: taskProcessingResult-id in: path description: The unique identifier of taskProcessingResult required: true schema: type: string x-ms-docs-key-type: taskProcessingResult x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task' '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get the number of the resource operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.versions.tasks.taskProcessingResults.GetCount-f65c parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: workflowVersion-versionNumber in: path description: The unique identifier of workflowVersion required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-key-type: workflowVersion - name: task-id in: path description: The unique identifier of task required: true schema: type: string x-ms-docs-key-type: task '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get the number of the resource operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.versions.tasks.GetCount-901d parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: workflowVersion-versionNumber in: path description: The unique identifier of workflowVersion required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-key-type: workflowVersion '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get the number of the resource operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.versions.GetCount-faf1 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow /identityGovernance/lifecycleWorkflows/deletedItems/workflows/$count: description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get the number of the resource operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.GetCount-4207 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /identityGovernance/lifecycleWorkflows/settings: description: Provides operations to manage the settings property of the microsoft.graph.identityGovernance.lifecycleWorkflowsContainer entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get lifecycleManagementSettings description: Read the properties and relationships of a lifecycleManagementSettings object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/identitygovernance-lifecyclemanagementsettings-get?view=graph-rest-1.0 operationId: identityGovernance.lifecycleWorkflows.GetSettings parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.lifecycleManagementSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Update lifecycleManagementSettings description: Update the properties of a lifecycleManagementSettings object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/identitygovernance-lifecyclemanagementsettings-update?view=graph-rest-1.0 operationId: identityGovernance.lifecycleWorkflows.UpdateSettings requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.lifecycleManagementSettings' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.lifecycleManagementSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /identityGovernance/lifecycleWorkflows/taskDefinitions: description: Provides operations to manage the taskDefinitions property of the microsoft.graph.identityGovernance.lifecycleWorkflowsContainer entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: List taskDefinitions description: Get a list of the taskDefinition objects and their properties. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-taskdefinitions?view=graph-rest-1.0 operationId: identityGovernance.lifecycleWorkflows.ListTaskDefinitions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.identityGovernance.taskDefinitionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation '/identityGovernance/lifecycleWorkflows/taskDefinitions/{taskDefinition-id}': description: Provides operations to manage the taskDefinitions property of the microsoft.graph.identityGovernance.lifecycleWorkflowsContainer entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get taskDefinition description: Read the details of a built-in workflow task. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/identitygovernance-taskdefinition-get?view=graph-rest-1.0 operationId: identityGovernance.lifecycleWorkflows.GetTaskDefinitions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.taskDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: taskDefinition-id in: path description: The unique identifier of taskDefinition required: true schema: type: string x-ms-docs-key-type: taskDefinition /identityGovernance/lifecycleWorkflows/taskDefinitions/$count: description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get the number of the resource operationId: identityGovernance.lifecycleWorkflows.taskDefinitions.GetCount-36f9 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /identityGovernance/lifecycleWorkflows/workflows: description: Provides operations to manage the workflows property of the microsoft.graph.identityGovernance.lifecycleWorkflowsContainer entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: List workflows description: Get a list of workflow resources that are associated with lifecycle workflows. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-workflows?view=graph-rest-1.0 operationId: identityGovernance.lifecycleWorkflows.ListWorkflows parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.identityGovernance.workflowCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Create workflow description: Create a new workflow object. You can create up to 100 workflows in a tenant. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-post-workflows?view=graph-rest-1.0 operationId: identityGovernance.lifecycleWorkflows.CreateWorkflows requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.workflow' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.workflow' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}': description: Provides operations to manage the workflows property of the microsoft.graph.identityGovernance.lifecycleWorkflowsContainer entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get workflow description: Read the properties and relationships of a workflow object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/identitygovernance-workflow-get?view=graph-rest-1.0 operationId: identityGovernance.lifecycleWorkflows.GetWorkflows parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.workflow' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Update workflow description: 'Update the properties of a workflow object. Only the properties listed in the request body table can be updated. To update any other workflow properties, see workflow: createNewVersion.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/identitygovernance-workflow-update?view=graph-rest-1.0 operationId: identityGovernance.lifecycleWorkflows.UpdateWorkflows requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.workflow' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.workflow' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Delete workflow description: 'Delete a workflow object and its associated tasks, taskProcessingResults and versions. You can restore a deleted workflow and its associated objects within 30 days of deletion.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/identitygovernance-workflow-delete?view=graph-rest-1.0 operationId: identityGovernance.lifecycleWorkflows.DeleteWorkflows parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy': description: Provides operations to manage the createdBy property of the microsoft.graph.identityGovernance.workflowBase entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get createdBy from identityGovernance description: The user who created the workflow. operationId: identityGovernance.lifecycleWorkflows.workflows.GetCreatedBy parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/createdBy' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy' '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/mailboxSettings': get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get mailboxSettings property value description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' operationId: identityGovernance.lifecycleWorkflows.workflows.createdBy.GetMailboxSettings parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' patch: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Update property mailboxSettings value. operationId: identityGovernance.lifecycleWorkflows.workflows.createdBy.UpdateMailboxSettings requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/serviceProvisioningErrors': get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get serviceProvisioningErrors property value description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' operationId: identityGovernance.lifecycleWorkflows.workflows.createdBy.ListServiceProvisioningErrors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/serviceProvisioningErrors/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get the number of the resource operationId: identityGovernance.lifecycleWorkflows.workflows.createdBy.ServiceProvisioningErrors.GetCount-e799 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope': description: Provides operations to manage the executionScope property of the microsoft.graph.identityGovernance.workflow entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get executionScope from identityGovernance description: The unique identifier of the Microsoft Entra identity that last modified the workflow object. operationId: identityGovernance.lifecycleWorkflows.workflows.ListExecutionScope parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.identityGovernance.userProcessingResultCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/executionScope' '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope/{userProcessingResult-id}': description: Provides operations to manage the executionScope property of the microsoft.graph.identityGovernance.workflow entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get executionScope from identityGovernance description: The unique identifier of the Microsoft Entra identity that last modified the workflow object. operationId: identityGovernance.lifecycleWorkflows.workflows.GetExecutionScope parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.userProcessingResult' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: userProcessingResult-id in: path description: The unique identifier of userProcessingResult required: true schema: type: string x-ms-docs-key-type: userProcessingResult x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/executionScope/{userProcessingResult-id}' '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get the number of the resource operationId: identityGovernance.lifecycleWorkflows.workflows.executionScope.GetCount-5898 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy': description: Provides operations to manage the lastModifiedBy property of the microsoft.graph.identityGovernance.workflowBase entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get lastModifiedBy from identityGovernance description: The unique identifier of the Microsoft Entra identity that last modified the workflow. operationId: identityGovernance.lifecycleWorkflows.workflows.GetLastModifiedBy parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/lastModifiedBy' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy' '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/mailboxSettings': get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get mailboxSettings property value description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' operationId: identityGovernance.lifecycleWorkflows.workflows.lastModifiedBy.GetMailboxSettings parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' patch: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Update property mailboxSettings value. operationId: identityGovernance.lifecycleWorkflows.workflows.lastModifiedBy.UpdateMailboxSettings requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/serviceProvisioningErrors': get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get serviceProvisioningErrors property value description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' operationId: identityGovernance.lifecycleWorkflows.workflows.lastModifiedBy.ListServiceProvisioningErrors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/serviceProvisioningErrors/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get the number of the resource operationId: identityGovernance.lifecycleWorkflows.workflows.lastModifiedBy.ServiceProvisioningErrors.GetCount-f282 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/microsoft.graph.identityGovernance.activate': description: Provides operations to call the activate method. post: tags: - identityGovernance.Actions summary: Invoke action activate description: 'Run a workflow object on-demand. You can run any workflow on-demand, including scheduled workflows. Workflows created from the ''Real-time employee termination'' template are run on-demand only. When you run a workflow on demand, the tasks are executed regardless of whether the user state matches the scope and trigger execution conditions.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/identitygovernance-workflow-activate?view=graph-rest-1.0 operationId: identityGovernance.lifecycleWorkflows.workflows.workflow.activate requestBody: description: Action parameters content: application/json: schema: type: object properties: subjects: type: array items: $ref: '#/components/schemas/microsoft.graph.user' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/microsoft.graph.identityGovernance.activate' '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/microsoft.graph.identityGovernance.createNewVersion': description: Provides operations to call the createNewVersion method. post: tags: - identityGovernance.Actions summary: Invoke action createNewVersion description: Create a new version of the workflow object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/identitygovernance-workflow-createnewversion?view=graph-rest-1.0 operationId: identityGovernance.lifecycleWorkflows.workflows.workflow.createNewVersion requestBody: description: Action parameters content: application/json: schema: type: object properties: workflow: anyOf: - $ref: '#/components/schemas/microsoft.graph.identityGovernance.workflow' - type: object nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.identityGovernance.workflow' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/microsoft.graph.identityGovernance.createNewVersion' '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/microsoft.graph.identityGovernance.restore': description: Provides operations to call the restore method. post: tags: - identityGovernance.Actions summary: Invoke action restore description: Restore a workflow that has been deleted. You can only restore a workflow that was deleted within the last 30 days before Microsoft Entra ID automatically permanently deletes it. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/identitygovernance-workflow-restore?view=graph-rest-1.0 operationId: identityGovernance.lifecycleWorkflows.workflows.workflow.restore responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.identityGovernance.workflow' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/microsoft.graph.identityGovernance.restore' '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs': description: Provides operations to manage the runs property of the microsoft.graph.identityGovernance.workflow entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: List runs description: Get a list of the run objects and their properties for a lifecycle workflow. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-runs?view=graph-rest-1.0 operationId: identityGovernance.lifecycleWorkflows.workflows.ListRuns parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.identityGovernance.runCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs' '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}': description: Provides operations to manage the runs property of the microsoft.graph.identityGovernance.workflow entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get run description: Read the properties and relationships of a run object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/identitygovernance-run-get?view=graph-rest-1.0 operationId: identityGovernance.lifecycleWorkflows.workflows.GetRuns parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.run' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: run-id in: path description: The unique identifier of run required: true schema: type: string x-ms-docs-key-type: run x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}' '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults': description: Provides operations to manage the taskProcessingResults property of the microsoft.graph.identityGovernance.run entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: List taskProcessingResults description: Get the taskProcessingResult resources for a run. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/identitygovernance-run-list-taskprocessingresults?view=graph-rest-1.0 operationId: identityGovernance.lifecycleWorkflows.workflows.runs.ListTaskProcessingResults parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.identityGovernance.taskProcessingResultCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: run-id in: path description: The unique identifier of run required: true schema: type: string x-ms-docs-key-type: run x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults' '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}': description: Provides operations to manage the taskProcessingResults property of the microsoft.graph.identityGovernance.run entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get taskProcessingResults from identityGovernance description: The related taskProcessingResults. operationId: identityGovernance.lifecycleWorkflows.workflows.runs.GetTaskProcessingResults parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.taskProcessingResult' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: run-id in: path description: The unique identifier of run required: true schema: type: string x-ms-docs-key-type: run - name: taskProcessingResult-id in: path description: The unique identifier of taskProcessingResult required: true schema: type: string x-ms-docs-key-type: taskProcessingResult x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}' '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume': description: Provides operations to call the resume method. post: tags: - identityGovernance.Actions summary: Invoke action resume description: 'Resume a task processing result that''s inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0 operationId: identityGovernance.lifecycleWorkflows.workflows.workflow.runs.run.taskProcessingResults.taskProcessingResult.resume requestBody: description: Action parameters content: application/json: schema: type: object properties: source: type: string nullable: true type: type: string nullable: true data: $ref: '#/components/schemas/microsoft.graph.identityGovernance.customTaskExtensionCallbackData' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: run-id in: path description: The unique identifier of run required: true schema: type: string x-ms-docs-key-type: run - name: taskProcessingResult-id in: path description: The unique identifier of taskProcessingResult required: true schema: type: string x-ms-docs-key-type: taskProcessingResult x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject': description: Provides operations to manage the subject property of the microsoft.graph.identityGovernance.taskProcessingResult entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get subject from identityGovernance description: 'The unique identifier of the Microsoft Entra user targeted for the task execution.Supports $filter(eq, ne) and $expand.' operationId: identityGovernance.lifecycleWorkflows.workflows.runs.taskProcessingResults.GetSubject parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: run-id in: path description: The unique identifier of run required: true schema: type: string x-ms-docs-key-type: run - name: taskProcessingResult-id in: path description: The unique identifier of taskProcessingResult required: true schema: type: string x-ms-docs-key-type: taskProcessingResult x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject' '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings': get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get mailboxSettings property value description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' operationId: identityGovernance.lifecycleWorkflows.workflows.runs.taskProcessingResults.subject.GetMailboxSettings parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' patch: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Update property mailboxSettings value. operationId: identityGovernance.lifecycleWorkflows.workflows.runs.taskProcessingResults.subject.UpdateMailboxSettings requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: run-id in: path description: The unique identifier of run required: true schema: type: string x-ms-docs-key-type: run - name: taskProcessingResult-id in: path description: The unique identifier of taskProcessingResult required: true schema: type: string x-ms-docs-key-type: taskProcessingResult '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors': get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get serviceProvisioningErrors property value description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' operationId: identityGovernance.lifecycleWorkflows.workflows.runs.taskProcessingResults.subject.ListServiceProvisioningErrors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: run-id in: path description: The unique identifier of run required: true schema: type: string x-ms-docs-key-type: run - name: taskProcessingResult-id in: path description: The unique identifier of taskProcessingResult required: true schema: type: string x-ms-docs-key-type: taskProcessingResult '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get the number of the resource operationId: identityGovernance.lifecycleWorkflows.workflows.runs.taskProcessingResults.subject.ServiceProvisioningErrors.GetCount-7d33 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: run-id in: path description: The unique identifier of run required: true schema: type: string x-ms-docs-key-type: run - name: taskProcessingResult-id in: path description: The unique identifier of taskProcessingResult required: true schema: type: string x-ms-docs-key-type: taskProcessingResult '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/task': description: Provides operations to manage the task property of the microsoft.graph.identityGovernance.taskProcessingResult entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get task from identityGovernance description: The related workflow task operationId: identityGovernance.lifecycleWorkflows.workflows.runs.taskProcessingResults.GetTask parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.task' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: run-id in: path description: The unique identifier of run required: true schema: type: string x-ms-docs-key-type: run - name: taskProcessingResult-id in: path description: The unique identifier of taskProcessingResult required: true schema: type: string x-ms-docs-key-type: taskProcessingResult x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task' '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get the number of the resource operationId: identityGovernance.lifecycleWorkflows.workflows.runs.taskProcessingResults.GetCount-a908 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: run-id in: path description: The unique identifier of run required: true schema: type: string x-ms-docs-key-type: run '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults': description: Provides operations to manage the userProcessingResults property of the microsoft.graph.identityGovernance.run entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: List userProcessingResults description: Get user processing results of a workflow run object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/identitygovernance-run-list-userprocessingresults?view=graph-rest-1.0 operationId: identityGovernance.lifecycleWorkflows.workflows.runs.ListUserProcessingResults parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.identityGovernance.userProcessingResultCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: run-id in: path description: The unique identifier of run required: true schema: type: string x-ms-docs-key-type: run x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults' '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}': description: Provides operations to manage the userProcessingResults property of the microsoft.graph.identityGovernance.run entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get userProcessingResult description: Get the user processing result of a user processing result of a run. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/identitygovernance-userprocessingresult-get?view=graph-rest-1.0 operationId: identityGovernance.lifecycleWorkflows.workflows.runs.GetUserProcessingResults parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.userProcessingResult' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: run-id in: path description: The unique identifier of run required: true schema: type: string x-ms-docs-key-type: run - name: userProcessingResult-id in: path description: The unique identifier of userProcessingResult required: true schema: type: string x-ms-docs-key-type: userProcessingResult x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}' '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject': description: Provides operations to manage the subject property of the microsoft.graph.identityGovernance.userProcessingResult entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get subject from identityGovernance description: 'The unique identifier of the AAD user targeted for the taskProcessingResult.Supports $filter(eq, ne) and $expand.' operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.GetSubject parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: run-id in: path description: The unique identifier of run required: true schema: type: string x-ms-docs-key-type: run - name: userProcessingResult-id in: path description: The unique identifier of userProcessingResult required: true schema: type: string x-ms-docs-key-type: userProcessingResult x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject' '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings': get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get mailboxSettings property value description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.subject.GetMailboxSettings parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' patch: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Update property mailboxSettings value. operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.subject.UpdateMailboxSettings requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: run-id in: path description: The unique identifier of run required: true schema: type: string x-ms-docs-key-type: run - name: userProcessingResult-id in: path description: The unique identifier of userProcessingResult required: true schema: type: string x-ms-docs-key-type: userProcessingResult '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors': get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get serviceProvisioningErrors property value description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.subject.ListServiceProvisioningErrors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: run-id in: path description: The unique identifier of run required: true schema: type: string x-ms-docs-key-type: run - name: userProcessingResult-id in: path description: The unique identifier of userProcessingResult required: true schema: type: string x-ms-docs-key-type: userProcessingResult '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get the number of the resource operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.subject.ServiceProvisioningErrors.GetCount-600e parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: run-id in: path description: The unique identifier of run required: true schema: type: string x-ms-docs-key-type: run - name: userProcessingResult-id in: path description: The unique identifier of userProcessingResult required: true schema: type: string x-ms-docs-key-type: userProcessingResult '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults': description: Provides operations to manage the taskProcessingResults property of the microsoft.graph.identityGovernance.userProcessingResult entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: List taskProcessingResults description: Get the task processing result from a userProcessingResult either directly or through a run. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/identitygovernance-userprocessingresult-list-taskprocessingresults?view=graph-rest-1.0 operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.ListTaskProcessingResults parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.identityGovernance.taskProcessingResultCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: run-id in: path description: The unique identifier of run required: true schema: type: string x-ms-docs-key-type: run - name: userProcessingResult-id in: path description: The unique identifier of userProcessingResult required: true schema: type: string x-ms-docs-key-type: userProcessingResult x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults' '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}': description: Provides operations to manage the taskProcessingResults property of the microsoft.graph.identityGovernance.userProcessingResult entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get taskProcessingResults from identityGovernance description: The associated individual task execution. operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.GetTaskProcessingResults parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.taskProcessingResult' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: run-id in: path description: The unique identifier of run required: true schema: type: string x-ms-docs-key-type: run - name: userProcessingResult-id in: path description: The unique identifier of userProcessingResult required: true schema: type: string x-ms-docs-key-type: userProcessingResult - name: taskProcessingResult-id in: path description: The unique identifier of taskProcessingResult required: true schema: type: string x-ms-docs-key-type: taskProcessingResult x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}' '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume': description: Provides operations to call the resume method. post: tags: - identityGovernance.Actions summary: Invoke action resume description: 'Resume a task processing result that''s inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0 operationId: identityGovernance.lifecycleWorkflows.workflows.workflow.runs.run.userProcessingResults.userProcessingResult.taskProcessingResults.taskProcessingResult.resume requestBody: description: Action parameters content: application/json: schema: type: object properties: source: type: string nullable: true type: type: string nullable: true data: $ref: '#/components/schemas/microsoft.graph.identityGovernance.customTaskExtensionCallbackData' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: run-id in: path description: The unique identifier of run required: true schema: type: string x-ms-docs-key-type: run - name: userProcessingResult-id in: path description: The unique identifier of userProcessingResult required: true schema: type: string x-ms-docs-key-type: userProcessingResult - name: taskProcessingResult-id in: path description: The unique identifier of taskProcessingResult required: true schema: type: string x-ms-docs-key-type: taskProcessingResult x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject': description: Provides operations to manage the subject property of the microsoft.graph.identityGovernance.taskProcessingResult entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get subject from identityGovernance description: 'The unique identifier of the Microsoft Entra user targeted for the task execution.Supports $filter(eq, ne) and $expand.' operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.taskProcessingResults.GetSubject parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: run-id in: path description: The unique identifier of run required: true schema: type: string x-ms-docs-key-type: run - name: userProcessingResult-id in: path description: The unique identifier of userProcessingResult required: true schema: type: string x-ms-docs-key-type: userProcessingResult - name: taskProcessingResult-id in: path description: The unique identifier of taskProcessingResult required: true schema: type: string x-ms-docs-key-type: taskProcessingResult x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject' '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings': get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get mailboxSettings property value description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.taskProcessingResults.subject.GetMailboxSettings parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' patch: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Update property mailboxSettings value. operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.taskProcessingResults.subject.UpdateMailboxSettings requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: run-id in: path description: The unique identifier of run required: true schema: type: string x-ms-docs-key-type: run - name: userProcessingResult-id in: path description: The unique identifier of userProcessingResult required: true schema: type: string x-ms-docs-key-type: userProcessingResult - name: taskProcessingResult-id in: path description: The unique identifier of taskProcessingResult required: true schema: type: string x-ms-docs-key-type: taskProcessingResult '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors': get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get serviceProvisioningErrors property value description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.taskProcessingResults.subject.ListServiceProvisioningErrors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: run-id in: path description: The unique identifier of run required: true schema: type: string x-ms-docs-key-type: run - name: userProcessingResult-id in: path description: The unique identifier of userProcessingResult required: true schema: type: string x-ms-docs-key-type: userProcessingResult - name: taskProcessingResult-id in: path description: The unique identifier of taskProcessingResult required: true schema: type: string x-ms-docs-key-type: taskProcessingResult '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get the number of the resource operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.taskProcessingResults.subject.ServiceProvisioningErrors.GetCount-2784 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: run-id in: path description: The unique identifier of run required: true schema: type: string x-ms-docs-key-type: run - name: userProcessingResult-id in: path description: The unique identifier of userProcessingResult required: true schema: type: string x-ms-docs-key-type: userProcessingResult - name: taskProcessingResult-id in: path description: The unique identifier of taskProcessingResult required: true schema: type: string x-ms-docs-key-type: taskProcessingResult '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/task': description: Provides operations to manage the task property of the microsoft.graph.identityGovernance.taskProcessingResult entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get task from identityGovernance description: The related workflow task operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.taskProcessingResults.GetTask parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.task' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: run-id in: path description: The unique identifier of run required: true schema: type: string x-ms-docs-key-type: run - name: userProcessingResult-id in: path description: The unique identifier of userProcessingResult required: true schema: type: string x-ms-docs-key-type: userProcessingResult - name: taskProcessingResult-id in: path description: The unique identifier of taskProcessingResult required: true schema: type: string x-ms-docs-key-type: taskProcessingResult x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task' '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get the number of the resource operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.taskProcessingResults.GetCount-fd0a parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: run-id in: path description: The unique identifier of run required: true schema: type: string x-ms-docs-key-type: run - name: userProcessingResult-id in: path description: The unique identifier of userProcessingResult required: true schema: type: string x-ms-docs-key-type: userProcessingResult '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get the number of the resource operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.GetCount-8fe3 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: run-id in: path description: The unique identifier of run required: true schema: type: string x-ms-docs-key-type: run '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})': description: Provides operations to call the summary method. get: tags: - identityGovernance.Functions summary: Invoke function summary operationId: identityGovernance.lifecycleWorkflows.workflows.workflow.runs.run.userProcessingResults.summary responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.identityGovernance.userSummary' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: run-id in: path description: The unique identifier of run required: true schema: type: string x-ms-docs-key-type: run - name: startDateTime in: path description: 'Usage: startDateTime={startDateTime}' required: true schema: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string format: date-time - name: endDateTime in: path description: 'Usage: endDateTime={endDateTime}' required: true schema: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string format: date-time x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})' '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get the number of the resource operationId: identityGovernance.lifecycleWorkflows.workflows.runs.GetCount-ba86 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})': description: Provides operations to call the summary method. get: tags: - identityGovernance.Functions summary: Invoke function summary description: 'Get a summary of runs for a specified time period. Because the amount of runs returned by the List API call can be overwhelming, this summary allows the administrator to get a quick overview based on counts.' operationId: identityGovernance.lifecycleWorkflows.workflows.workflow.runs.summary responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.identityGovernance.runSummary' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: startDateTime in: path description: 'Usage: startDateTime={startDateTime}' required: true schema: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string format: date-time - name: endDateTime in: path description: 'Usage: endDateTime={endDateTime}' required: true schema: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string format: date-time x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})' '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports': description: Provides operations to manage the taskReports property of the microsoft.graph.identityGovernance.workflow entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: List taskReports description: Get a list of the taskReport objects and their properties. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-taskreports?view=graph-rest-1.0 operationId: identityGovernance.lifecycleWorkflows.workflows.ListTaskReports parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.identityGovernance.taskReportCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports' '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}': description: Provides operations to manage the taskReports property of the microsoft.graph.identityGovernance.workflow entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get taskReports from identityGovernance description: Represents the aggregation of task execution data for tasks within a workflow object. operationId: identityGovernance.lifecycleWorkflows.workflows.GetTaskReports parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.taskReport' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: taskReport-id in: path description: The unique identifier of taskReport required: true schema: type: string x-ms-docs-key-type: taskReport x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}' '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/task': description: Provides operations to manage the task property of the microsoft.graph.identityGovernance.taskReport entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get task from identityGovernance description: 'The related lifecycle workflow task.Supports $filter(eq, ne) and $expand.' operationId: identityGovernance.lifecycleWorkflows.workflows.taskReports.GetTask parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.task' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: taskReport-id in: path description: The unique identifier of taskReport required: true schema: type: string x-ms-docs-key-type: taskReport x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}/task' '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskDefinition': description: Provides operations to manage the taskDefinition property of the microsoft.graph.identityGovernance.taskReport entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get taskDefinition from identityGovernance description: 'The taskDefinition associated with the related lifecycle workflow task.Supports $filter(eq, ne) and $expand.' operationId: identityGovernance.lifecycleWorkflows.workflows.taskReports.GetTaskDefinition parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.taskDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: taskReport-id in: path description: The unique identifier of taskReport required: true schema: type: string x-ms-docs-key-type: taskReport x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}/taskDefinition' '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults': description: Provides operations to manage the taskProcessingResults property of the microsoft.graph.identityGovernance.taskReport entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: List taskProcessingResult (for a taskReport) description: Get the task processing result resources from the taskReport. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/identitygovernance-taskreport-list-taskprocessingresults?view=graph-rest-1.0 operationId: identityGovernance.lifecycleWorkflows.workflows.taskReports.ListTaskProcessingResults parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.identityGovernance.taskProcessingResultCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: taskReport-id in: path description: The unique identifier of taskReport required: true schema: type: string x-ms-docs-key-type: taskReport x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults' '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}': description: Provides operations to manage the taskProcessingResults property of the microsoft.graph.identityGovernance.taskReport entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get taskProcessingResults from identityGovernance description: The related lifecycle workflow taskProcessingResults. operationId: identityGovernance.lifecycleWorkflows.workflows.taskReports.GetTaskProcessingResults parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.taskProcessingResult' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: taskReport-id in: path description: The unique identifier of taskReport required: true schema: type: string x-ms-docs-key-type: taskReport - name: taskProcessingResult-id in: path description: The unique identifier of taskProcessingResult required: true schema: type: string x-ms-docs-key-type: taskProcessingResult x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}' '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume': description: Provides operations to call the resume method. post: tags: - identityGovernance.Actions summary: Invoke action resume description: 'Resume a task processing result that''s inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0 operationId: identityGovernance.lifecycleWorkflows.workflows.workflow.taskReports.taskReport.taskProcessingResults.taskProcessingResult.resume requestBody: description: Action parameters content: application/json: schema: type: object properties: source: type: string nullable: true type: type: string nullable: true data: $ref: '#/components/schemas/microsoft.graph.identityGovernance.customTaskExtensionCallbackData' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: taskReport-id in: path description: The unique identifier of taskReport required: true schema: type: string x-ms-docs-key-type: taskReport - name: taskProcessingResult-id in: path description: The unique identifier of taskProcessingResult required: true schema: type: string x-ms-docs-key-type: taskProcessingResult x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject': description: Provides operations to manage the subject property of the microsoft.graph.identityGovernance.taskProcessingResult entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get subject from identityGovernance description: 'The unique identifier of the Microsoft Entra user targeted for the task execution.Supports $filter(eq, ne) and $expand.' operationId: identityGovernance.lifecycleWorkflows.workflows.taskReports.taskProcessingResults.GetSubject parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: taskReport-id in: path description: The unique identifier of taskReport required: true schema: type: string x-ms-docs-key-type: taskReport - name: taskProcessingResult-id in: path description: The unique identifier of taskProcessingResult required: true schema: type: string x-ms-docs-key-type: taskProcessingResult x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject' '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings': get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get mailboxSettings property value description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' operationId: identityGovernance.lifecycleWorkflows.workflows.taskReports.taskProcessingResults.subject.GetMailboxSettings parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' patch: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Update property mailboxSettings value. operationId: identityGovernance.lifecycleWorkflows.workflows.taskReports.taskProcessingResults.subject.UpdateMailboxSettings requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: taskReport-id in: path description: The unique identifier of taskReport required: true schema: type: string x-ms-docs-key-type: taskReport - name: taskProcessingResult-id in: path description: The unique identifier of taskProcessingResult required: true schema: type: string x-ms-docs-key-type: taskProcessingResult '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors': get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get serviceProvisioningErrors property value description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' operationId: identityGovernance.lifecycleWorkflows.workflows.taskReports.taskProcessingResults.subject.ListServiceProvisioningErrors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: taskReport-id in: path description: The unique identifier of taskReport required: true schema: type: string x-ms-docs-key-type: taskReport - name: taskProcessingResult-id in: path description: The unique identifier of taskProcessingResult required: true schema: type: string x-ms-docs-key-type: taskProcessingResult '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get the number of the resource operationId: identityGovernance.lifecycleWorkflows.workflows.taskReports.taskProcessingResults.subject.ServiceProvisioningErrors.GetCount-aefd parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: taskReport-id in: path description: The unique identifier of taskReport required: true schema: type: string x-ms-docs-key-type: taskReport - name: taskProcessingResult-id in: path description: The unique identifier of taskProcessingResult required: true schema: type: string x-ms-docs-key-type: taskProcessingResult '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/task': description: Provides operations to manage the task property of the microsoft.graph.identityGovernance.taskProcessingResult entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get task from identityGovernance description: The related workflow task operationId: identityGovernance.lifecycleWorkflows.workflows.taskReports.taskProcessingResults.GetTask parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.task' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: taskReport-id in: path description: The unique identifier of taskReport required: true schema: type: string x-ms-docs-key-type: taskReport - name: taskProcessingResult-id in: path description: The unique identifier of taskProcessingResult required: true schema: type: string x-ms-docs-key-type: taskProcessingResult x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task' '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get the number of the resource operationId: identityGovernance.lifecycleWorkflows.workflows.taskReports.taskProcessingResults.GetCount-8718 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: taskReport-id in: path description: The unique identifier of taskReport required: true schema: type: string x-ms-docs-key-type: taskReport '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get the number of the resource operationId: identityGovernance.lifecycleWorkflows.workflows.taskReports.GetCount-1125 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})': description: Provides operations to call the summary method. get: tags: - identityGovernance.Functions summary: Invoke function summary description: 'Get a taskReportSummary object. This API provides a summary of task processing results for a specified time period. Because the volume of task processing results and task reports returned by the List API calls can be overwhelming, this summary allows the administrator to get a quick overview based on counts.' operationId: identityGovernance.lifecycleWorkflows.workflows.workflow.taskReports.summary responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.identityGovernance.taskReportSummary' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: startDateTime in: path description: 'Usage: startDateTime={startDateTime}' required: true schema: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string format: date-time - name: endDateTime in: path description: 'Usage: endDateTime={endDateTime}' required: true schema: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string format: date-time x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})' '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks': description: Provides operations to manage the tasks property of the microsoft.graph.identityGovernance.workflowBase entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: List tasks description: Retrieve the details of the built-in tasks in Lifecycle Workflows. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-task?view=graph-rest-1.0 operationId: identityGovernance.lifecycleWorkflows.workflows.ListTasks parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.identityGovernance.taskCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Create new navigation property to tasks for identityGovernance operationId: identityGovernance.lifecycleWorkflows.workflows.CreateTasks requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.task' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.task' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks' '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}': description: Provides operations to manage the tasks property of the microsoft.graph.identityGovernance.workflowBase entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get task description: Get a specific task from a workflow or workflowVersion. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/identitygovernance-task-get?view=graph-rest-1.0 operationId: identityGovernance.lifecycleWorkflows.workflows.GetTasks parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.task' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Update the navigation property tasks in identityGovernance operationId: identityGovernance.lifecycleWorkflows.workflows.UpdateTasks requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.task' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.task' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Delete navigation property tasks for identityGovernance operationId: identityGovernance.lifecycleWorkflows.workflows.DeleteTasks parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: task-id in: path description: The unique identifier of task required: true schema: type: string x-ms-docs-key-type: task x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}' '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults': description: Provides operations to manage the taskProcessingResults property of the microsoft.graph.identityGovernance.task entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get taskProcessingResults from identityGovernance description: The result of processing the task. operationId: identityGovernance.lifecycleWorkflows.workflows.tasks.ListTaskProcessingResults parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.identityGovernance.taskProcessingResultCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: task-id in: path description: The unique identifier of task required: true schema: type: string x-ms-docs-key-type: task x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults' - '/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults' '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}': description: Provides operations to manage the taskProcessingResults property of the microsoft.graph.identityGovernance.task entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get taskProcessingResults from identityGovernance description: The result of processing the task. operationId: identityGovernance.lifecycleWorkflows.workflows.tasks.GetTaskProcessingResults parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.taskProcessingResult' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: task-id in: path description: The unique identifier of task required: true schema: type: string x-ms-docs-key-type: task - name: taskProcessingResult-id in: path description: The unique identifier of taskProcessingResult required: true schema: type: string x-ms-docs-key-type: taskProcessingResult x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}' - '/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}' '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume': description: Provides operations to call the resume method. post: tags: - identityGovernance.Actions summary: Invoke action resume description: 'Resume a task processing result that''s inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0 operationId: identityGovernance.lifecycleWorkflows.workflows.workflow.tasks.task.taskProcessingResults.taskProcessingResult.resume requestBody: description: Action parameters content: application/json: schema: type: object properties: source: type: string nullable: true type: type: string nullable: true data: $ref: '#/components/schemas/microsoft.graph.identityGovernance.customTaskExtensionCallbackData' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: task-id in: path description: The unique identifier of task required: true schema: type: string x-ms-docs-key-type: task - name: taskProcessingResult-id in: path description: The unique identifier of taskProcessingResult required: true schema: type: string x-ms-docs-key-type: taskProcessingResult x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject': description: Provides operations to manage the subject property of the microsoft.graph.identityGovernance.taskProcessingResult entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get subject from identityGovernance description: 'The unique identifier of the Microsoft Entra user targeted for the task execution.Supports $filter(eq, ne) and $expand.' operationId: identityGovernance.lifecycleWorkflows.workflows.tasks.taskProcessingResults.GetSubject parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: task-id in: path description: The unique identifier of task required: true schema: type: string x-ms-docs-key-type: task - name: taskProcessingResult-id in: path description: The unique identifier of taskProcessingResult required: true schema: type: string x-ms-docs-key-type: taskProcessingResult x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject' '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings': get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get mailboxSettings property value description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' operationId: identityGovernance.lifecycleWorkflows.workflows.tasks.taskProcessingResults.subject.GetMailboxSettings parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' patch: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Update property mailboxSettings value. operationId: identityGovernance.lifecycleWorkflows.workflows.tasks.taskProcessingResults.subject.UpdateMailboxSettings requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: task-id in: path description: The unique identifier of task required: true schema: type: string x-ms-docs-key-type: task - name: taskProcessingResult-id in: path description: The unique identifier of taskProcessingResult required: true schema: type: string x-ms-docs-key-type: taskProcessingResult '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors': get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get serviceProvisioningErrors property value description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' operationId: identityGovernance.lifecycleWorkflows.workflows.tasks.taskProcessingResults.subject.ListServiceProvisioningErrors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: task-id in: path description: The unique identifier of task required: true schema: type: string x-ms-docs-key-type: task - name: taskProcessingResult-id in: path description: The unique identifier of taskProcessingResult required: true schema: type: string x-ms-docs-key-type: taskProcessingResult '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get the number of the resource operationId: identityGovernance.lifecycleWorkflows.workflows.tasks.taskProcessingResults.subject.ServiceProvisioningErrors.GetCount-4ca2 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: task-id in: path description: The unique identifier of task required: true schema: type: string x-ms-docs-key-type: task - name: taskProcessingResult-id in: path description: The unique identifier of taskProcessingResult required: true schema: type: string x-ms-docs-key-type: taskProcessingResult '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task': description: Provides operations to manage the task property of the microsoft.graph.identityGovernance.taskProcessingResult entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get task from identityGovernance description: The related workflow task operationId: identityGovernance.lifecycleWorkflows.workflows.tasks.taskProcessingResults.GetTask parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.task' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: task-id in: path description: The unique identifier of task required: true schema: type: string x-ms-docs-key-type: task - name: taskProcessingResult-id in: path description: The unique identifier of taskProcessingResult required: true schema: type: string x-ms-docs-key-type: taskProcessingResult x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task' '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get the number of the resource operationId: identityGovernance.lifecycleWorkflows.workflows.tasks.taskProcessingResults.GetCount-4230 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: task-id in: path description: The unique identifier of task required: true schema: type: string x-ms-docs-key-type: task '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get the number of the resource operationId: identityGovernance.lifecycleWorkflows.workflows.tasks.GetCount-1c0a parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults': description: Provides operations to manage the userProcessingResults property of the microsoft.graph.identityGovernance.workflow entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: List userProcessingResults description: Get the userProcessingResult resources for a workflow. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-userprocessingresults?view=graph-rest-1.0 operationId: identityGovernance.lifecycleWorkflows.workflows.ListUserProcessingResults parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.identityGovernance.userProcessingResultCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults' '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}': description: Provides operations to manage the userProcessingResults property of the microsoft.graph.identityGovernance.workflow entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get userProcessingResults from identityGovernance description: Per-user workflow execution results. operationId: identityGovernance.lifecycleWorkflows.workflows.GetUserProcessingResults parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.userProcessingResult' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: userProcessingResult-id in: path description: The unique identifier of userProcessingResult required: true schema: type: string x-ms-docs-key-type: userProcessingResult x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}' '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject': description: Provides operations to manage the subject property of the microsoft.graph.identityGovernance.userProcessingResult entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get subject from identityGovernance description: 'The unique identifier of the AAD user targeted for the taskProcessingResult.Supports $filter(eq, ne) and $expand.' operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.GetSubject parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: userProcessingResult-id in: path description: The unique identifier of userProcessingResult required: true schema: type: string x-ms-docs-key-type: userProcessingResult x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject' '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings': get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get mailboxSettings property value description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.subject.GetMailboxSettings parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' patch: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Update property mailboxSettings value. operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.subject.UpdateMailboxSettings requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: userProcessingResult-id in: path description: The unique identifier of userProcessingResult required: true schema: type: string x-ms-docs-key-type: userProcessingResult '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors': get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get serviceProvisioningErrors property value description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.subject.ListServiceProvisioningErrors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: userProcessingResult-id in: path description: The unique identifier of userProcessingResult required: true schema: type: string x-ms-docs-key-type: userProcessingResult '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get the number of the resource operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.subject.ServiceProvisioningErrors.GetCount-23a8 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: userProcessingResult-id in: path description: The unique identifier of userProcessingResult required: true schema: type: string x-ms-docs-key-type: userProcessingResult '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults': description: Provides operations to manage the taskProcessingResults property of the microsoft.graph.identityGovernance.userProcessingResult entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: List taskProcessingResults description: Get the task processing result from a userProcessingResult either directly or through a run. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/identitygovernance-userprocessingresult-list-taskprocessingresults?view=graph-rest-1.0 operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.ListTaskProcessingResults parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.identityGovernance.taskProcessingResultCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: userProcessingResult-id in: path description: The unique identifier of userProcessingResult required: true schema: type: string x-ms-docs-key-type: userProcessingResult x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults' '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}': description: Provides operations to manage the taskProcessingResults property of the microsoft.graph.identityGovernance.userProcessingResult entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get taskProcessingResults from identityGovernance description: The associated individual task execution. operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.GetTaskProcessingResults parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.taskProcessingResult' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: userProcessingResult-id in: path description: The unique identifier of userProcessingResult required: true schema: type: string x-ms-docs-key-type: userProcessingResult - name: taskProcessingResult-id in: path description: The unique identifier of taskProcessingResult required: true schema: type: string x-ms-docs-key-type: taskProcessingResult x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}' '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume': description: Provides operations to call the resume method. post: tags: - identityGovernance.Actions summary: Invoke action resume description: 'Resume a task processing result that''s inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0 operationId: identityGovernance.lifecycleWorkflows.workflows.workflow.userProcessingResults.userProcessingResult.taskProcessingResults.taskProcessingResult.resume requestBody: description: Action parameters content: application/json: schema: type: object properties: source: type: string nullable: true type: type: string nullable: true data: $ref: '#/components/schemas/microsoft.graph.identityGovernance.customTaskExtensionCallbackData' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: userProcessingResult-id in: path description: The unique identifier of userProcessingResult required: true schema: type: string x-ms-docs-key-type: userProcessingResult - name: taskProcessingResult-id in: path description: The unique identifier of taskProcessingResult required: true schema: type: string x-ms-docs-key-type: taskProcessingResult x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject': description: Provides operations to manage the subject property of the microsoft.graph.identityGovernance.taskProcessingResult entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get subject from identityGovernance description: 'The unique identifier of the Microsoft Entra user targeted for the task execution.Supports $filter(eq, ne) and $expand.' operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.taskProcessingResults.GetSubject parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: userProcessingResult-id in: path description: The unique identifier of userProcessingResult required: true schema: type: string x-ms-docs-key-type: userProcessingResult - name: taskProcessingResult-id in: path description: The unique identifier of taskProcessingResult required: true schema: type: string x-ms-docs-key-type: taskProcessingResult x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject' '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings': get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get mailboxSettings property value description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.taskProcessingResults.subject.GetMailboxSettings parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' patch: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Update property mailboxSettings value. operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.taskProcessingResults.subject.UpdateMailboxSettings requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: userProcessingResult-id in: path description: The unique identifier of userProcessingResult required: true schema: type: string x-ms-docs-key-type: userProcessingResult - name: taskProcessingResult-id in: path description: The unique identifier of taskProcessingResult required: true schema: type: string x-ms-docs-key-type: taskProcessingResult '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors': get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get serviceProvisioningErrors property value description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.taskProcessingResults.subject.ListServiceProvisioningErrors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: userProcessingResult-id in: path description: The unique identifier of userProcessingResult required: true schema: type: string x-ms-docs-key-type: userProcessingResult - name: taskProcessingResult-id in: path description: The unique identifier of taskProcessingResult required: true schema: type: string x-ms-docs-key-type: taskProcessingResult '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get the number of the resource operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.taskProcessingResults.subject.ServiceProvisioningErrors.GetCount-f382 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: userProcessingResult-id in: path description: The unique identifier of userProcessingResult required: true schema: type: string x-ms-docs-key-type: userProcessingResult - name: taskProcessingResult-id in: path description: The unique identifier of taskProcessingResult required: true schema: type: string x-ms-docs-key-type: taskProcessingResult '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/task': description: Provides operations to manage the task property of the microsoft.graph.identityGovernance.taskProcessingResult entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get task from identityGovernance description: The related workflow task operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.taskProcessingResults.GetTask parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.task' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: userProcessingResult-id in: path description: The unique identifier of userProcessingResult required: true schema: type: string x-ms-docs-key-type: userProcessingResult - name: taskProcessingResult-id in: path description: The unique identifier of taskProcessingResult required: true schema: type: string x-ms-docs-key-type: taskProcessingResult x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task' '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get the number of the resource operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.taskProcessingResults.GetCount-8333 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: userProcessingResult-id in: path description: The unique identifier of userProcessingResult required: true schema: type: string x-ms-docs-key-type: userProcessingResult '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get the number of the resource operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.GetCount-d3ed parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})': description: Provides operations to call the summary method. get: tags: - identityGovernance.Functions summary: Invoke function summary operationId: identityGovernance.lifecycleWorkflows.workflows.workflow.userProcessingResults.summary responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.identityGovernance.userSummary' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: startDateTime in: path description: 'Usage: startDateTime={startDateTime}' required: true schema: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string format: date-time - name: endDateTime in: path description: 'Usage: endDateTime={endDateTime}' required: true schema: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string format: date-time x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/microsoft.graph.identityGovernance.summary(startDateTime={startDateTime},endDateTime={endDateTime})' '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions': description: Provides operations to manage the versions property of the microsoft.graph.identityGovernance.workflow entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: List workflowVersions description: Get a list of the workflowVersion objects and their properties. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-versions?view=graph-rest-1.0 operationId: identityGovernance.lifecycleWorkflows.workflows.ListVersions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.identityGovernance.workflowVersionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions' '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}': description: Provides operations to manage the versions property of the microsoft.graph.identityGovernance.workflow entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get workflowVersion description: Read the properties and relationships of a workflowVersion object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/identitygovernance-workflowversion-get?view=graph-rest-1.0 operationId: identityGovernance.lifecycleWorkflows.workflows.GetVersions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.workflowVersion' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: workflowVersion-versionNumber in: path description: The unique identifier of workflowVersion required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-key-type: workflowVersion x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}' '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy': description: Provides operations to manage the createdBy property of the microsoft.graph.identityGovernance.workflowBase entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get createdBy from identityGovernance description: The user who created the workflow. operationId: identityGovernance.lifecycleWorkflows.workflows.versions.GetCreatedBy parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: workflowVersion-versionNumber in: path description: The unique identifier of workflowVersion required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-key-type: workflowVersion x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/createdBy' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy' '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/mailboxSettings': get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get mailboxSettings property value description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' operationId: identityGovernance.lifecycleWorkflows.workflows.versions.createdBy.GetMailboxSettings parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' patch: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Update property mailboxSettings value. operationId: identityGovernance.lifecycleWorkflows.workflows.versions.createdBy.UpdateMailboxSettings requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: workflowVersion-versionNumber in: path description: The unique identifier of workflowVersion required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-key-type: workflowVersion '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/serviceProvisioningErrors': get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get serviceProvisioningErrors property value description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' operationId: identityGovernance.lifecycleWorkflows.workflows.versions.createdBy.ListServiceProvisioningErrors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: workflowVersion-versionNumber in: path description: The unique identifier of workflowVersion required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-key-type: workflowVersion '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/serviceProvisioningErrors/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get the number of the resource operationId: identityGovernance.lifecycleWorkflows.workflows.versions.createdBy.ServiceProvisioningErrors.GetCount-ba38 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: workflowVersion-versionNumber in: path description: The unique identifier of workflowVersion required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-key-type: workflowVersion '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy': description: Provides operations to manage the lastModifiedBy property of the microsoft.graph.identityGovernance.workflowBase entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get lastModifiedBy from identityGovernance description: The unique identifier of the Microsoft Entra identity that last modified the workflow. operationId: identityGovernance.lifecycleWorkflows.workflows.versions.GetLastModifiedBy parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: workflowVersion-versionNumber in: path description: The unique identifier of workflowVersion required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-key-type: workflowVersion x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/lastModifiedBy' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy' '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/mailboxSettings': get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get mailboxSettings property value description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' operationId: identityGovernance.lifecycleWorkflows.workflows.versions.lastModifiedBy.GetMailboxSettings parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' patch: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Update property mailboxSettings value. operationId: identityGovernance.lifecycleWorkflows.workflows.versions.lastModifiedBy.UpdateMailboxSettings requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: workflowVersion-versionNumber in: path description: The unique identifier of workflowVersion required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-key-type: workflowVersion '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/serviceProvisioningErrors': get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get serviceProvisioningErrors property value description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' operationId: identityGovernance.lifecycleWorkflows.workflows.versions.lastModifiedBy.ListServiceProvisioningErrors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: workflowVersion-versionNumber in: path description: The unique identifier of workflowVersion required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-key-type: workflowVersion '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/serviceProvisioningErrors/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get the number of the resource operationId: identityGovernance.lifecycleWorkflows.workflows.versions.lastModifiedBy.ServiceProvisioningErrors.GetCount-8d93 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: workflowVersion-versionNumber in: path description: The unique identifier of workflowVersion required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-key-type: workflowVersion '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks': description: Provides operations to manage the tasks property of the microsoft.graph.identityGovernance.workflowBase entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: List tasks (in a workflowVersion) description: Get a list of task objects in a workflowVersion. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/identitygovernance-workflowversion-list-tasks?view=graph-rest-1.0 operationId: identityGovernance.lifecycleWorkflows.workflows.versions.ListTasks parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.identityGovernance.taskCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Create new navigation property to tasks for identityGovernance operationId: identityGovernance.lifecycleWorkflows.workflows.versions.CreateTasks requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.task' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.task' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: workflowVersion-versionNumber in: path description: The unique identifier of workflowVersion required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-key-type: workflowVersion x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks' '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}': description: Provides operations to manage the tasks property of the microsoft.graph.identityGovernance.workflowBase entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get task description: Get a specific task from a workflow or workflowVersion. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/identitygovernance-task-get?view=graph-rest-1.0 operationId: identityGovernance.lifecycleWorkflows.workflows.versions.GetTasks parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.task' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Update the navigation property tasks in identityGovernance operationId: identityGovernance.lifecycleWorkflows.workflows.versions.UpdateTasks requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.task' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.task' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Delete navigation property tasks for identityGovernance operationId: identityGovernance.lifecycleWorkflows.workflows.versions.DeleteTasks parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: workflowVersion-versionNumber in: path description: The unique identifier of workflowVersion required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-key-type: workflowVersion - name: task-id in: path description: The unique identifier of task required: true schema: type: string x-ms-docs-key-type: task x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}' '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults': description: Provides operations to manage the taskProcessingResults property of the microsoft.graph.identityGovernance.task entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get taskProcessingResults from identityGovernance description: The result of processing the task. operationId: identityGovernance.lifecycleWorkflows.workflows.versions.tasks.ListTaskProcessingResults parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.identityGovernance.taskProcessingResultCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: workflowVersion-versionNumber in: path description: The unique identifier of workflowVersion required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-key-type: workflowVersion - name: task-id in: path description: The unique identifier of task required: true schema: type: string x-ms-docs-key-type: task x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults' - '/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults' '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}': description: Provides operations to manage the taskProcessingResults property of the microsoft.graph.identityGovernance.task entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get taskProcessingResults from identityGovernance description: The result of processing the task. operationId: identityGovernance.lifecycleWorkflows.workflows.versions.tasks.GetTaskProcessingResults parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.taskProcessingResult' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: workflowVersion-versionNumber in: path description: The unique identifier of workflowVersion required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-key-type: workflowVersion - name: task-id in: path description: The unique identifier of task required: true schema: type: string x-ms-docs-key-type: task - name: taskProcessingResult-id in: path description: The unique identifier of taskProcessingResult required: true schema: type: string x-ms-docs-key-type: taskProcessingResult x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}' - '/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}' '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume': description: Provides operations to call the resume method. post: tags: - identityGovernance.Actions summary: Invoke action resume description: 'Resume a task processing result that''s inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0 operationId: identityGovernance.lifecycleWorkflows.workflows.workflow.versions.workflowVersion.tasks.task.taskProcessingResults.taskProcessingResult.resume requestBody: description: Action parameters content: application/json: schema: type: object properties: source: type: string nullable: true type: type: string nullable: true data: $ref: '#/components/schemas/microsoft.graph.identityGovernance.customTaskExtensionCallbackData' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: workflowVersion-versionNumber in: path description: The unique identifier of workflowVersion required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-key-type: workflowVersion - name: task-id in: path description: The unique identifier of task required: true schema: type: string x-ms-docs-key-type: task - name: taskProcessingResult-id in: path description: The unique identifier of taskProcessingResult required: true schema: type: string x-ms-docs-key-type: taskProcessingResult x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject': description: Provides operations to manage the subject property of the microsoft.graph.identityGovernance.taskProcessingResult entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get subject from identityGovernance description: 'The unique identifier of the Microsoft Entra user targeted for the task execution.Supports $filter(eq, ne) and $expand.' operationId: identityGovernance.lifecycleWorkflows.workflows.versions.tasks.taskProcessingResults.GetSubject parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: workflowVersion-versionNumber in: path description: The unique identifier of workflowVersion required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-key-type: workflowVersion - name: task-id in: path description: The unique identifier of task required: true schema: type: string x-ms-docs-key-type: task - name: taskProcessingResult-id in: path description: The unique identifier of taskProcessingResult required: true schema: type: string x-ms-docs-key-type: taskProcessingResult x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject' '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings': get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get mailboxSettings property value description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' operationId: identityGovernance.lifecycleWorkflows.workflows.versions.tasks.taskProcessingResults.subject.GetMailboxSettings parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' patch: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Update property mailboxSettings value. operationId: identityGovernance.lifecycleWorkflows.workflows.versions.tasks.taskProcessingResults.subject.UpdateMailboxSettings requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: workflowVersion-versionNumber in: path description: The unique identifier of workflowVersion required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-key-type: workflowVersion - name: task-id in: path description: The unique identifier of task required: true schema: type: string x-ms-docs-key-type: task - name: taskProcessingResult-id in: path description: The unique identifier of taskProcessingResult required: true schema: type: string x-ms-docs-key-type: taskProcessingResult '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors': get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get serviceProvisioningErrors property value description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' operationId: identityGovernance.lifecycleWorkflows.workflows.versions.tasks.taskProcessingResults.subject.ListServiceProvisioningErrors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: workflowVersion-versionNumber in: path description: The unique identifier of workflowVersion required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-key-type: workflowVersion - name: task-id in: path description: The unique identifier of task required: true schema: type: string x-ms-docs-key-type: task - name: taskProcessingResult-id in: path description: The unique identifier of taskProcessingResult required: true schema: type: string x-ms-docs-key-type: taskProcessingResult '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get the number of the resource operationId: identityGovernance.lifecycleWorkflows.workflows.versions.tasks.taskProcessingResults.subject.ServiceProvisioningErrors.GetCount-5d3d parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: workflowVersion-versionNumber in: path description: The unique identifier of workflowVersion required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-key-type: workflowVersion - name: task-id in: path description: The unique identifier of task required: true schema: type: string x-ms-docs-key-type: task - name: taskProcessingResult-id in: path description: The unique identifier of taskProcessingResult required: true schema: type: string x-ms-docs-key-type: taskProcessingResult '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task': description: Provides operations to manage the task property of the microsoft.graph.identityGovernance.taskProcessingResult entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get task from identityGovernance description: The related workflow task operationId: identityGovernance.lifecycleWorkflows.workflows.versions.tasks.taskProcessingResults.GetTask parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.task' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: workflowVersion-versionNumber in: path description: The unique identifier of workflowVersion required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-key-type: workflowVersion - name: task-id in: path description: The unique identifier of task required: true schema: type: string x-ms-docs-key-type: task - name: taskProcessingResult-id in: path description: The unique identifier of taskProcessingResult required: true schema: type: string x-ms-docs-key-type: taskProcessingResult x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task' '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get the number of the resource operationId: identityGovernance.lifecycleWorkflows.workflows.versions.tasks.taskProcessingResults.GetCount-6334 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: workflowVersion-versionNumber in: path description: The unique identifier of workflowVersion required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-key-type: workflowVersion - name: task-id in: path description: The unique identifier of task required: true schema: type: string x-ms-docs-key-type: task '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get the number of the resource operationId: identityGovernance.lifecycleWorkflows.workflows.versions.tasks.GetCount-de98 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow - name: workflowVersion-versionNumber in: path description: The unique identifier of workflowVersion required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-key-type: workflowVersion '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get the number of the resource operationId: identityGovernance.lifecycleWorkflows.workflows.versions.GetCount-0c73 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: workflow-id in: path description: The unique identifier of workflow required: true schema: type: string x-ms-docs-key-type: workflow /identityGovernance/lifecycleWorkflows/workflows/$count: description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get the number of the resource operationId: identityGovernance.lifecycleWorkflows.workflows.GetCount-02c2 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /identityGovernance/lifecycleWorkflows/workflowTemplates: description: Provides operations to manage the workflowTemplates property of the microsoft.graph.identityGovernance.lifecycleWorkflowsContainer entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: List workflowTemplates description: Get a list of the workflowTemplate objects and their properties. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-workflowtemplates?view=graph-rest-1.0 operationId: identityGovernance.lifecycleWorkflows.ListWorkflowTemplates parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.identityGovernance.workflowTemplateCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation '/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}': description: Provides operations to manage the workflowTemplates property of the microsoft.graph.identityGovernance.lifecycleWorkflowsContainer entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get workflowTemplate description: Read the properties and relationships of a workflowTemplate object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/identitygovernance-workflowtemplate-get?view=graph-rest-1.0 operationId: identityGovernance.lifecycleWorkflows.GetWorkflowTemplates parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.workflowTemplate' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: workflowTemplate-id in: path description: The unique identifier of workflowTemplate required: true schema: type: string x-ms-docs-key-type: workflowTemplate '/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks': description: Provides operations to manage the tasks property of the microsoft.graph.identityGovernance.workflowTemplate entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get tasks from identityGovernance description: Represents the configured tasks to execute and their execution sequence within a workflow. This relationship is expanded by default. operationId: identityGovernance.lifecycleWorkflows.workflowTemplates.ListTasks parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.identityGovernance.taskCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: workflowTemplate-id in: path description: The unique identifier of workflowTemplate required: true schema: type: string x-ms-docs-key-type: workflowTemplate '/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}': description: Provides operations to manage the tasks property of the microsoft.graph.identityGovernance.workflowTemplate entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get tasks from identityGovernance description: Represents the configured tasks to execute and their execution sequence within a workflow. This relationship is expanded by default. operationId: identityGovernance.lifecycleWorkflows.workflowTemplates.GetTasks parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.task' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: workflowTemplate-id in: path description: The unique identifier of workflowTemplate required: true schema: type: string x-ms-docs-key-type: workflowTemplate - name: task-id in: path description: The unique identifier of task required: true schema: type: string x-ms-docs-key-type: task '/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults': description: Provides operations to manage the taskProcessingResults property of the microsoft.graph.identityGovernance.task entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get taskProcessingResults from identityGovernance description: The result of processing the task. operationId: identityGovernance.lifecycleWorkflows.workflowTemplates.tasks.ListTaskProcessingResults parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.identityGovernance.taskProcessingResultCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: workflowTemplate-id in: path description: The unique identifier of workflowTemplate required: true schema: type: string x-ms-docs-key-type: workflowTemplate - name: task-id in: path description: The unique identifier of task required: true schema: type: string x-ms-docs-key-type: task x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults' '/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}': description: Provides operations to manage the taskProcessingResults property of the microsoft.graph.identityGovernance.task entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get taskProcessingResults from identityGovernance description: The result of processing the task. operationId: identityGovernance.lifecycleWorkflows.workflowTemplates.tasks.GetTaskProcessingResults parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.taskProcessingResult' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: workflowTemplate-id in: path description: The unique identifier of workflowTemplate required: true schema: type: string x-ms-docs-key-type: workflowTemplate - name: task-id in: path description: The unique identifier of task required: true schema: type: string x-ms-docs-key-type: task - name: taskProcessingResult-id in: path description: The unique identifier of taskProcessingResult required: true schema: type: string x-ms-docs-key-type: taskProcessingResult x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}' '/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume': description: Provides operations to call the resume method. post: tags: - identityGovernance.Actions summary: Invoke action resume description: 'Resume a task processing result that''s inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0 operationId: identityGovernance.lifecycleWorkflows.workflowTemplates.workflowTemplate.tasks.task.taskProcessingResults.taskProcessingResult.resume requestBody: description: Action parameters content: application/json: schema: type: object properties: source: type: string nullable: true type: type: string nullable: true data: $ref: '#/components/schemas/microsoft.graph.identityGovernance.customTaskExtensionCallbackData' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: workflowTemplate-id in: path description: The unique identifier of workflowTemplate required: true schema: type: string x-ms-docs-key-type: workflowTemplate - name: task-id in: path description: The unique identifier of task required: true schema: type: string x-ms-docs-key-type: task - name: taskProcessingResult-id in: path description: The unique identifier of taskProcessingResult required: true schema: type: string x-ms-docs-key-type: taskProcessingResult x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume' '/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject': description: Provides operations to manage the subject property of the microsoft.graph.identityGovernance.taskProcessingResult entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get subject from identityGovernance description: 'The unique identifier of the Microsoft Entra user targeted for the task execution.Supports $filter(eq, ne) and $expand.' operationId: identityGovernance.lifecycleWorkflows.workflowTemplates.tasks.taskProcessingResults.GetSubject parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: workflowTemplate-id in: path description: The unique identifier of workflowTemplate required: true schema: type: string x-ms-docs-key-type: workflowTemplate - name: task-id in: path description: The unique identifier of task required: true schema: type: string x-ms-docs-key-type: task - name: taskProcessingResult-id in: path description: The unique identifier of taskProcessingResult required: true schema: type: string x-ms-docs-key-type: taskProcessingResult x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/subject' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject' '/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings': get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get mailboxSettings property value description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' operationId: identityGovernance.lifecycleWorkflows.workflowTemplates.tasks.taskProcessingResults.subject.GetMailboxSettings parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' patch: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Update property mailboxSettings value. operationId: identityGovernance.lifecycleWorkflows.workflowTemplates.tasks.taskProcessingResults.subject.UpdateMailboxSettings requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: workflowTemplate-id in: path description: The unique identifier of workflowTemplate required: true schema: type: string x-ms-docs-key-type: workflowTemplate - name: task-id in: path description: The unique identifier of task required: true schema: type: string x-ms-docs-key-type: task - name: taskProcessingResult-id in: path description: The unique identifier of taskProcessingResult required: true schema: type: string x-ms-docs-key-type: taskProcessingResult '/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors': get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get serviceProvisioningErrors property value description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' operationId: identityGovernance.lifecycleWorkflows.workflowTemplates.tasks.taskProcessingResults.subject.ListServiceProvisioningErrors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: workflowTemplate-id in: path description: The unique identifier of workflowTemplate required: true schema: type: string x-ms-docs-key-type: workflowTemplate - name: task-id in: path description: The unique identifier of task required: true schema: type: string x-ms-docs-key-type: task - name: taskProcessingResult-id in: path description: The unique identifier of taskProcessingResult required: true schema: type: string x-ms-docs-key-type: taskProcessingResult '/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get the number of the resource operationId: identityGovernance.lifecycleWorkflows.workflowTemplates.tasks.taskProcessingResults.subject.ServiceProvisioningErrors.GetCount-c373 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: workflowTemplate-id in: path description: The unique identifier of workflowTemplate required: true schema: type: string x-ms-docs-key-type: workflowTemplate - name: task-id in: path description: The unique identifier of task required: true schema: type: string x-ms-docs-key-type: task - name: taskProcessingResult-id in: path description: The unique identifier of taskProcessingResult required: true schema: type: string x-ms-docs-key-type: taskProcessingResult '/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task': description: Provides operations to manage the task property of the microsoft.graph.identityGovernance.taskProcessingResult entity. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get task from identityGovernance description: The related workflow task operationId: identityGovernance.lifecycleWorkflows.workflowTemplates.tasks.taskProcessingResults.GetTask parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.task' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: workflowTemplate-id in: path description: The unique identifier of workflowTemplate required: true schema: type: string x-ms-docs-key-type: workflowTemplate - name: task-id in: path description: The unique identifier of task required: true schema: type: string x-ms-docs-key-type: task - name: taskProcessingResult-id in: path description: The unique identifier of taskProcessingResult required: true schema: type: string x-ms-docs-key-type: taskProcessingResult x-ms-docs-grouped-path: - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}/task' - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task' '/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get the number of the resource operationId: identityGovernance.lifecycleWorkflows.workflowTemplates.tasks.taskProcessingResults.GetCount-7ad8 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: workflowTemplate-id in: path description: The unique identifier of workflowTemplate required: true schema: type: string x-ms-docs-key-type: workflowTemplate - name: task-id in: path description: The unique identifier of task required: true schema: type: string x-ms-docs-key-type: task '/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get the number of the resource operationId: identityGovernance.lifecycleWorkflows.workflowTemplates.tasks.GetCount-d308 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: workflowTemplate-id in: path description: The unique identifier of workflowTemplate required: true schema: type: string x-ms-docs-key-type: workflowTemplate /identityGovernance/lifecycleWorkflows/workflowTemplates/$count: description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get the number of the resource operationId: identityGovernance.lifecycleWorkflows.workflowTemplates.GetCount-7b73 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /identityGovernance/privilegedAccess: description: Provides operations to manage the privilegedAccess property of the microsoft.graph.identityGovernance entity. get: tags: - identityGovernance.privilegedAccessRoot summary: Get privilegedAccess from identityGovernance operationId: identityGovernance.GetPrivilegedAccess parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.privilegedAccessRoot' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.privilegedAccessRoot summary: Update the navigation property privilegedAccess in identityGovernance operationId: identityGovernance.UpdatePrivilegedAccess requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.privilegedAccessRoot' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.privilegedAccessRoot' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.privilegedAccessRoot summary: Delete navigation property privilegedAccess for identityGovernance operationId: identityGovernance.DeletePrivilegedAccess parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /identityGovernance/privilegedAccess/group: description: Provides operations to manage the group property of the microsoft.graph.privilegedAccessRoot entity. get: tags: - identityGovernance.privilegedAccessRoot summary: Get group from identityGovernance description: A group that's governed through Privileged Identity Management (PIM). operationId: identityGovernance.privilegedAccess.GetGroup parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.privilegedAccessGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.privilegedAccessRoot summary: Update the navigation property group in identityGovernance operationId: identityGovernance.privilegedAccess.UpdateGroup requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.privilegedAccessGroup' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.privilegedAccessGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.privilegedAccessRoot summary: Delete navigation property group for identityGovernance operationId: identityGovernance.privilegedAccess.DeleteGroup parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /identityGovernance/privilegedAccess/group/assignmentApprovals: description: Provides operations to manage the assignmentApprovals property of the microsoft.graph.privilegedAccessGroup entity. get: tags: - identityGovernance.privilegedAccessRoot summary: Get assignmentApprovals from identityGovernance operationId: identityGovernance.privilegedAccess.group.ListAssignmentApprovals parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.approvalCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.privilegedAccessRoot summary: Create new navigation property to assignmentApprovals for identityGovernance operationId: identityGovernance.privilegedAccess.group.CreateAssignmentApprovals requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.approval' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.approval' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}': description: Provides operations to manage the assignmentApprovals property of the microsoft.graph.privilegedAccessGroup entity. get: tags: - identityGovernance.privilegedAccessRoot summary: Get assignmentApprovals from identityGovernance operationId: identityGovernance.privilegedAccess.group.GetAssignmentApprovals parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.approval' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.privilegedAccessRoot summary: Update the navigation property assignmentApprovals in identityGovernance operationId: identityGovernance.privilegedAccess.group.UpdateAssignmentApprovals requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.approval' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.approval' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.privilegedAccessRoot summary: Delete navigation property assignmentApprovals for identityGovernance operationId: identityGovernance.privilegedAccess.group.DeleteAssignmentApprovals parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: approval-id in: path description: The unique identifier of approval required: true schema: type: string x-ms-docs-key-type: approval '/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/stages': description: Provides operations to manage the stages property of the microsoft.graph.approval entity. get: tags: - identityGovernance.privilegedAccessRoot summary: Get stages from identityGovernance description: A collection of stages in the approval decision. operationId: identityGovernance.privilegedAccess.group.assignmentApprovals.ListStages parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.approvalStageCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.privilegedAccessRoot summary: Create new navigation property to stages for identityGovernance operationId: identityGovernance.privilegedAccess.group.assignmentApprovals.CreateStages requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.approvalStage' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.approvalStage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: approval-id in: path description: The unique identifier of approval required: true schema: type: string x-ms-docs-key-type: approval x-ms-docs-grouped-path: - '/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages' - '/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages' '/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/stages/{approvalStage-id}': description: Provides operations to manage the stages property of the microsoft.graph.approval entity. get: tags: - identityGovernance.privilegedAccessRoot summary: Get stages from identityGovernance description: A collection of stages in the approval decision. operationId: identityGovernance.privilegedAccess.group.assignmentApprovals.GetStages parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.approvalStage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.privilegedAccessRoot summary: Update the navigation property stages in identityGovernance operationId: identityGovernance.privilegedAccess.group.assignmentApprovals.UpdateStages requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.approvalStage' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.approvalStage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.privilegedAccessRoot summary: Delete navigation property stages for identityGovernance operationId: identityGovernance.privilegedAccess.group.assignmentApprovals.DeleteStages parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: approval-id in: path description: The unique identifier of approval required: true schema: type: string x-ms-docs-key-type: approval - name: approvalStage-id in: path description: The unique identifier of approvalStage required: true schema: type: string x-ms-docs-key-type: approvalStage x-ms-docs-grouped-path: - '/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages/{approvalStage-id}' - '/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages/{approvalStage-id}' '/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/stages/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.privilegedAccessRoot summary: Get the number of the resource operationId: identityGovernance.privilegedAccess.group.assignmentApprovals.stages.GetCount-8fe8 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: approval-id in: path description: The unique identifier of approval required: true schema: type: string x-ms-docs-key-type: approval /identityGovernance/privilegedAccess/group/assignmentApprovals/$count: description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.privilegedAccessRoot summary: Get the number of the resource operationId: identityGovernance.privilegedAccess.group.assignmentApprovals.GetCount-612b parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' '/identityGovernance/privilegedAccess/group/assignmentApprovals/filterByCurrentUser(on=''{on}'')': description: Provides operations to call the filterByCurrentUser method. get: tags: - identityGovernance.Functions summary: Invoke function filterByCurrentUser description: 'In Microsoft Entra entitlement management, return a collection of access package assignment approvals. The objects returned are those that are in scope for approval by the calling user. In PIM for groups, return a collection of assignment approvals. The objects returned are those that are in scope for approval by the calling user.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-1.0 operationId: identityGovernance.privilegedAccess.group.assignmentApprovals.filterByCurrentUser parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of approval type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.approval' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: on in: path description: 'Usage: on=''{on}''' required: true schema: $ref: '#/components/schemas/microsoft.graph.approvalFilterByCurrentUserOptions' x-ms-docs-grouped-path: - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/accessReviews/definitions/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/appConsent/appConsentRequests/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/entitlementManagement/accessPackages/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/entitlementManagement/assignmentRequests/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/entitlementManagement/assignments/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/assignmentSchedules/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/eligibilitySchedules/filterByCurrentUser(on=''{on}'')' /identityGovernance/privilegedAccess/group/assignmentScheduleInstances: description: Provides operations to manage the assignmentScheduleInstances property of the microsoft.graph.privilegedAccessGroup entity. get: tags: - identityGovernance.privilegedAccessRoot summary: List assignmentScheduleInstances description: Get a list of the privilegedAccessGroupAssignmentScheduleInstance objects and their properties. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-assignmentscheduleinstances?view=graph-rest-1.0 operationId: identityGovernance.privilegedAccess.group.ListAssignmentScheduleInstances parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.privilegedAccessGroupAssignmentScheduleInstanceCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.privilegedAccessRoot summary: Create new navigation property to assignmentScheduleInstances for identityGovernance operationId: identityGovernance.privilegedAccess.group.CreateAssignmentScheduleInstances requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.privilegedAccessGroupAssignmentScheduleInstance' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.privilegedAccessGroupAssignmentScheduleInstance' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}': description: Provides operations to manage the assignmentScheduleInstances property of the microsoft.graph.privilegedAccessGroup entity. get: tags: - identityGovernance.privilegedAccessRoot summary: Get privilegedAccessGroupAssignmentScheduleInstance description: Read the properties and relationships of a privilegedAccessGroupAssignmentScheduleInstance object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentscheduleinstance-get?view=graph-rest-1.0 operationId: identityGovernance.privilegedAccess.group.GetAssignmentScheduleInstances parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.privilegedAccessGroupAssignmentScheduleInstance' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.privilegedAccessRoot summary: Update the navigation property assignmentScheduleInstances in identityGovernance operationId: identityGovernance.privilegedAccess.group.UpdateAssignmentScheduleInstances requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.privilegedAccessGroupAssignmentScheduleInstance' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.privilegedAccessGroupAssignmentScheduleInstance' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.privilegedAccessRoot summary: Delete navigation property assignmentScheduleInstances for identityGovernance operationId: identityGovernance.privilegedAccess.group.DeleteAssignmentScheduleInstances parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: privilegedAccessGroupAssignmentScheduleInstance-id in: path description: The unique identifier of privilegedAccessGroupAssignmentScheduleInstance required: true schema: type: string x-ms-docs-key-type: privilegedAccessGroupAssignmentScheduleInstance '/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/activatedUsing': description: Provides operations to manage the activatedUsing property of the microsoft.graph.privilegedAccessGroupAssignmentScheduleInstance entity. get: tags: - identityGovernance.privilegedAccessRoot summary: Get activatedUsing from identityGovernance description: 'When the request activates a membership or ownership in PIM for groups, this object represents the eligibility request for the group. Otherwise, it is null.' operationId: identityGovernance.privilegedAccess.group.assignmentScheduleInstances.GetActivatedUsing parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.privilegedAccessGroupEligibilityScheduleInstance' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: privilegedAccessGroupAssignmentScheduleInstance-id in: path description: The unique identifier of privilegedAccessGroupAssignmentScheduleInstance required: true schema: type: string x-ms-docs-key-type: privilegedAccessGroupAssignmentScheduleInstance '/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group': description: Provides operations to manage the group property of the microsoft.graph.privilegedAccessGroupAssignmentScheduleInstance entity. get: tags: - identityGovernance.privilegedAccessRoot summary: Get group from identityGovernance description: References the group that is the scope of the membership or ownership assignment through PIM for groups. Supports $expand. operationId: identityGovernance.privilegedAccess.group.assignmentScheduleInstances.GetGroup parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.group' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: privilegedAccessGroupAssignmentScheduleInstance-id in: path description: The unique identifier of privilegedAccessGroupAssignmentScheduleInstance required: true schema: type: string x-ms-docs-key-type: privilegedAccessGroupAssignmentScheduleInstance '/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group/serviceProvisioningErrors': get: tags: - identityGovernance.privilegedAccessRoot summary: Get serviceProvisioningErrors property value description: '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).' operationId: identityGovernance.privilegedAccess.group.assignmentScheduleInstances.group.ListServiceProvisioningErrors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: privilegedAccessGroupAssignmentScheduleInstance-id in: path description: The unique identifier of privilegedAccessGroupAssignmentScheduleInstance required: true schema: type: string x-ms-docs-key-type: privilegedAccessGroupAssignmentScheduleInstance '/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group/serviceProvisioningErrors/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.privilegedAccessRoot summary: Get the number of the resource operationId: identityGovernance.privilegedAccess.group.assignmentScheduleInstances.group.ServiceProvisioningErrors.GetCount-5e16 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: privilegedAccessGroupAssignmentScheduleInstance-id in: path description: The unique identifier of privilegedAccessGroupAssignmentScheduleInstance required: true schema: type: string x-ms-docs-key-type: privilegedAccessGroupAssignmentScheduleInstance '/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/principal': description: Provides operations to manage the principal property of the microsoft.graph.privilegedAccessGroupAssignmentScheduleInstance entity. get: tags: - identityGovernance.privilegedAccessRoot summary: Get principal from identityGovernance description: References the principal that's in the scope of the membership or ownership assignment request through the group that's governed by PIM. Supports $expand. operationId: identityGovernance.privilegedAccess.group.assignmentScheduleInstances.GetPrincipal parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: privilegedAccessGroupAssignmentScheduleInstance-id in: path description: The unique identifier of privilegedAccessGroupAssignmentScheduleInstance required: true schema: type: string x-ms-docs-key-type: privilegedAccessGroupAssignmentScheduleInstance /identityGovernance/privilegedAccess/group/assignmentScheduleInstances/$count: description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.privilegedAccessRoot summary: Get the number of the resource operationId: identityGovernance.privilegedAccess.group.assignmentScheduleInstances.GetCount-8aba parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' '/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/filterByCurrentUser(on=''{on}'')': description: Provides operations to call the filterByCurrentUser method. get: tags: - identityGovernance.Functions summary: Invoke function filterByCurrentUser description: 'In PIM for groups, retrieve the schedule instances for membership or ownership assignments for the calling principal to groups that are governed by PIM.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentscheduleinstance-filterbycurrentuser?view=graph-rest-1.0 operationId: identityGovernance.privilegedAccess.group.assignmentScheduleInstances.filterByCurrentUser parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of privilegedAccessGroupAssignmentScheduleInstance type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.privilegedAccessGroupAssignmentScheduleInstance' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: on in: path description: 'Usage: on=''{on}''' required: true schema: $ref: '#/components/schemas/microsoft.graph.assignmentScheduleInstanceFilterByCurrentUserOptions' x-ms-docs-grouped-path: - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/accessReviews/definitions/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/appConsent/appConsentRequests/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/entitlementManagement/accessPackages/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/entitlementManagement/assignmentRequests/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/entitlementManagement/assignments/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/assignmentApprovals/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/assignmentSchedules/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/eligibilitySchedules/filterByCurrentUser(on=''{on}'')' /identityGovernance/privilegedAccess/group/assignmentScheduleRequests: description: Provides operations to manage the assignmentScheduleRequests property of the microsoft.graph.privilegedAccessGroup entity. get: tags: - identityGovernance.privilegedAccessRoot summary: List assignmentScheduleRequests description: Get a list of the privilegedAccessGroupAssignmentScheduleRequest objects and their properties. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-assignmentschedulerequests?view=graph-rest-1.0 operationId: identityGovernance.privilegedAccess.group.ListAssignmentScheduleRequests parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.privilegedAccessGroupAssignmentScheduleRequestCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.privilegedAccessRoot summary: Create assignmentScheduleRequest description: Create a new privilegedAccessGroupAssignmentScheduleRequest object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/privilegedaccessgroup-post-assignmentschedulerequests?view=graph-rest-1.0 operationId: identityGovernance.privilegedAccess.group.CreateAssignmentScheduleRequests requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.privilegedAccessGroupAssignmentScheduleRequest' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.privilegedAccessGroupAssignmentScheduleRequest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}': description: Provides operations to manage the assignmentScheduleRequests property of the microsoft.graph.privilegedAccessGroup entity. get: tags: - identityGovernance.privilegedAccessRoot summary: Get privilegedAccessGroupAssignmentScheduleRequest description: Read the properties and relationships of a privilegedAccessGroupAssignmentScheduleRequest object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedulerequest-get?view=graph-rest-1.0 operationId: identityGovernance.privilegedAccess.group.GetAssignmentScheduleRequests parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.privilegedAccessGroupAssignmentScheduleRequest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.privilegedAccessRoot summary: Update the navigation property assignmentScheduleRequests in identityGovernance operationId: identityGovernance.privilegedAccess.group.UpdateAssignmentScheduleRequests requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.privilegedAccessGroupAssignmentScheduleRequest' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.privilegedAccessGroupAssignmentScheduleRequest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.privilegedAccessRoot summary: Delete navigation property assignmentScheduleRequests for identityGovernance operationId: identityGovernance.privilegedAccess.group.DeleteAssignmentScheduleRequests parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: privilegedAccessGroupAssignmentScheduleRequest-id in: path description: The unique identifier of privilegedAccessGroupAssignmentScheduleRequest required: true schema: type: string x-ms-docs-key-type: privilegedAccessGroupAssignmentScheduleRequest '/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/activatedUsing': description: Provides operations to manage the activatedUsing property of the microsoft.graph.privilegedAccessGroupAssignmentScheduleRequest entity. get: tags: - identityGovernance.privilegedAccessRoot summary: Get activatedUsing from identityGovernance description: 'When the request activates a membership or ownership assignment in PIM for groups, this object represents the eligibility policy for the group. Otherwise, it is null. Supports $expand.' operationId: identityGovernance.privilegedAccess.group.assignmentScheduleRequests.GetActivatedUsing parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.privilegedAccessGroupEligibilitySchedule' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: privilegedAccessGroupAssignmentScheduleRequest-id in: path description: The unique identifier of privilegedAccessGroupAssignmentScheduleRequest required: true schema: type: string x-ms-docs-key-type: privilegedAccessGroupAssignmentScheduleRequest '/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group': description: Provides operations to manage the group property of the microsoft.graph.privilegedAccessGroupAssignmentScheduleRequest entity. get: tags: - identityGovernance.privilegedAccessRoot summary: Get group from identityGovernance description: 'References the group that is the scope of the membership or ownership assignment request through PIM for groups. Supports $expand and $select nested in $expand for select properties like id, displayName, and mail.' operationId: identityGovernance.privilegedAccess.group.assignmentScheduleRequests.GetGroup parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.group' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: privilegedAccessGroupAssignmentScheduleRequest-id in: path description: The unique identifier of privilegedAccessGroupAssignmentScheduleRequest required: true schema: type: string x-ms-docs-key-type: privilegedAccessGroupAssignmentScheduleRequest '/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group/serviceProvisioningErrors': get: tags: - identityGovernance.privilegedAccessRoot summary: Get serviceProvisioningErrors property value description: '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).' operationId: identityGovernance.privilegedAccess.group.assignmentScheduleRequests.group.ListServiceProvisioningErrors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: privilegedAccessGroupAssignmentScheduleRequest-id in: path description: The unique identifier of privilegedAccessGroupAssignmentScheduleRequest required: true schema: type: string x-ms-docs-key-type: privilegedAccessGroupAssignmentScheduleRequest '/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group/serviceProvisioningErrors/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.privilegedAccessRoot summary: Get the number of the resource operationId: identityGovernance.privilegedAccess.group.assignmentScheduleRequests.group.ServiceProvisioningErrors.GetCount-60a7 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: privilegedAccessGroupAssignmentScheduleRequest-id in: path description: The unique identifier of privilegedAccessGroupAssignmentScheduleRequest required: true schema: type: string x-ms-docs-key-type: privilegedAccessGroupAssignmentScheduleRequest '/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/cancel': description: Provides operations to call the cancel method. post: tags: - identityGovernance.Actions summary: Invoke action cancel description: Cancel an access assignment request to a group whose membership and ownership are governed by PIM. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedulerequest-cancel?view=graph-rest-1.0 operationId: identityGovernance.privilegedAccess.group.assignmentScheduleRequests.privilegedAccessGroupAssignmentScheduleRequest.cancel responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: privilegedAccessGroupAssignmentScheduleRequest-id in: path description: The unique identifier of privilegedAccessGroupAssignmentScheduleRequest required: true schema: type: string x-ms-docs-key-type: privilegedAccessGroupAssignmentScheduleRequest x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/cancel' - '/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/cancel' '/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/principal': description: Provides operations to manage the principal property of the microsoft.graph.privilegedAccessGroupAssignmentScheduleRequest entity. get: tags: - identityGovernance.privilegedAccessRoot summary: Get principal from identityGovernance description: References the principal that's in the scope of this membership or ownership assignment request through the group that's governed by PIM. Supports $expand and $select nested in $expand for id only. operationId: identityGovernance.privilegedAccess.group.assignmentScheduleRequests.GetPrincipal parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: privilegedAccessGroupAssignmentScheduleRequest-id in: path description: The unique identifier of privilegedAccessGroupAssignmentScheduleRequest required: true schema: type: string x-ms-docs-key-type: privilegedAccessGroupAssignmentScheduleRequest '/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/targetSchedule': description: Provides operations to manage the targetSchedule property of the microsoft.graph.privilegedAccessGroupAssignmentScheduleRequest entity. get: tags: - identityGovernance.privilegedAccessRoot summary: Get targetSchedule from identityGovernance description: Schedule created by this request. Supports $expand. operationId: identityGovernance.privilegedAccess.group.assignmentScheduleRequests.GetTargetSchedule parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.privilegedAccessGroupEligibilitySchedule' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: privilegedAccessGroupAssignmentScheduleRequest-id in: path description: The unique identifier of privilegedAccessGroupAssignmentScheduleRequest required: true schema: type: string x-ms-docs-key-type: privilegedAccessGroupAssignmentScheduleRequest /identityGovernance/privilegedAccess/group/assignmentScheduleRequests/$count: description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.privilegedAccessRoot summary: Get the number of the resource operationId: identityGovernance.privilegedAccess.group.assignmentScheduleRequests.GetCount-cd4f parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' '/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/filterByCurrentUser(on=''{on}'')': description: Provides operations to call the filterByCurrentUser method. get: tags: - identityGovernance.Functions summary: Invoke function filterByCurrentUser description: 'In PIM for groups, retrieve the requests for membership or ownership assignments for the calling principal to groups that are governed by PIM.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedulerequest-filterbycurrentuser?view=graph-rest-1.0 operationId: identityGovernance.privilegedAccess.group.assignmentScheduleRequests.filterByCurrentUser parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of privilegedAccessGroupAssignmentScheduleRequest type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.privilegedAccessGroupAssignmentScheduleRequest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: on in: path description: 'Usage: on=''{on}''' required: true schema: $ref: '#/components/schemas/microsoft.graph.assignmentScheduleRequestFilterByCurrentUserOptions' x-ms-docs-grouped-path: - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/accessReviews/definitions/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/appConsent/appConsentRequests/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/entitlementManagement/accessPackages/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/entitlementManagement/assignmentRequests/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/entitlementManagement/assignments/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/assignmentApprovals/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/assignmentSchedules/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/eligibilitySchedules/filterByCurrentUser(on=''{on}'')' /identityGovernance/privilegedAccess/group/assignmentSchedules: description: Provides operations to manage the assignmentSchedules property of the microsoft.graph.privilegedAccessGroup entity. get: tags: - identityGovernance.privilegedAccessRoot summary: List assignmentSchedules description: Get a list of the privilegedAccessGroupAssignmentSchedule objects and their properties. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-assignmentschedules?view=graph-rest-1.0 operationId: identityGovernance.privilegedAccess.group.ListAssignmentSchedules parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.privilegedAccessGroupAssignmentScheduleCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.privilegedAccessRoot summary: Create new navigation property to assignmentSchedules for identityGovernance operationId: identityGovernance.privilegedAccess.group.CreateAssignmentSchedules requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.privilegedAccessGroupAssignmentSchedule' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.privilegedAccessGroupAssignmentSchedule' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}': description: Provides operations to manage the assignmentSchedules property of the microsoft.graph.privilegedAccessGroup entity. get: tags: - identityGovernance.privilegedAccessRoot summary: Get privilegedAccessGroupAssignmentSchedule description: Read the properties and relationships of a privilegedAccessGroupAssignmentSchedule object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedule-get?view=graph-rest-1.0 operationId: identityGovernance.privilegedAccess.group.GetAssignmentSchedules parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.privilegedAccessGroupAssignmentSchedule' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.privilegedAccessRoot summary: Update the navigation property assignmentSchedules in identityGovernance operationId: identityGovernance.privilegedAccess.group.UpdateAssignmentSchedules requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.privilegedAccessGroupAssignmentSchedule' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.privilegedAccessGroupAssignmentSchedule' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.privilegedAccessRoot summary: Delete navigation property assignmentSchedules for identityGovernance operationId: identityGovernance.privilegedAccess.group.DeleteAssignmentSchedules parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: privilegedAccessGroupAssignmentSchedule-id in: path description: The unique identifier of privilegedAccessGroupAssignmentSchedule required: true schema: type: string x-ms-docs-key-type: privilegedAccessGroupAssignmentSchedule '/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/activatedUsing': description: Provides operations to manage the activatedUsing property of the microsoft.graph.privilegedAccessGroupAssignmentSchedule entity. get: tags: - identityGovernance.privilegedAccessRoot summary: Get activatedUsing from identityGovernance description: 'When the request activates an ownership or membership assignment in PIM for groups, this object represents the eligibility relationship. Otherwise, it''s null. Supports $expand.' operationId: identityGovernance.privilegedAccess.group.assignmentSchedules.GetActivatedUsing parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.privilegedAccessGroupEligibilitySchedule' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: privilegedAccessGroupAssignmentSchedule-id in: path description: The unique identifier of privilegedAccessGroupAssignmentSchedule required: true schema: type: string x-ms-docs-key-type: privilegedAccessGroupAssignmentSchedule '/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group': description: Provides operations to manage the group property of the microsoft.graph.privilegedAccessGroupAssignmentSchedule entity. get: tags: - identityGovernance.privilegedAccessRoot summary: Get group from identityGovernance description: 'References the group that is the scope of the membership or ownership assignment through PIM for groups. Supports $expand and $select nested in $expand for select properties like id, displayName, and mail.' operationId: identityGovernance.privilegedAccess.group.assignmentSchedules.GetGroup parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.group' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: privilegedAccessGroupAssignmentSchedule-id in: path description: The unique identifier of privilegedAccessGroupAssignmentSchedule required: true schema: type: string x-ms-docs-key-type: privilegedAccessGroupAssignmentSchedule '/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group/serviceProvisioningErrors': get: tags: - identityGovernance.privilegedAccessRoot summary: Get serviceProvisioningErrors property value description: '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).' operationId: identityGovernance.privilegedAccess.group.assignmentSchedules.group.ListServiceProvisioningErrors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: privilegedAccessGroupAssignmentSchedule-id in: path description: The unique identifier of privilegedAccessGroupAssignmentSchedule required: true schema: type: string x-ms-docs-key-type: privilegedAccessGroupAssignmentSchedule '/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group/serviceProvisioningErrors/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.privilegedAccessRoot summary: Get the number of the resource operationId: identityGovernance.privilegedAccess.group.assignmentSchedules.group.ServiceProvisioningErrors.GetCount-f144 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: privilegedAccessGroupAssignmentSchedule-id in: path description: The unique identifier of privilegedAccessGroupAssignmentSchedule required: true schema: type: string x-ms-docs-key-type: privilegedAccessGroupAssignmentSchedule '/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/principal': description: Provides operations to manage the principal property of the microsoft.graph.privilegedAccessGroupAssignmentSchedule entity. get: tags: - identityGovernance.privilegedAccessRoot summary: Get principal from identityGovernance description: References the principal that's in the scope of this membership or ownership assignment request to the group that's governed through PIM. Supports $expand and $select nested in $expand for id only. operationId: identityGovernance.privilegedAccess.group.assignmentSchedules.GetPrincipal parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: privilegedAccessGroupAssignmentSchedule-id in: path description: The unique identifier of privilegedAccessGroupAssignmentSchedule required: true schema: type: string x-ms-docs-key-type: privilegedAccessGroupAssignmentSchedule /identityGovernance/privilegedAccess/group/assignmentSchedules/$count: description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.privilegedAccessRoot summary: Get the number of the resource operationId: identityGovernance.privilegedAccess.group.assignmentSchedules.GetCount-c3b5 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' '/identityGovernance/privilegedAccess/group/assignmentSchedules/filterByCurrentUser(on=''{on}'')': description: Provides operations to call the filterByCurrentUser method. get: tags: - identityGovernance.Functions summary: Invoke function filterByCurrentUser description: 'In PIM for groups, retrieve the schedules for membership or ownership assignments for the calling principal to groups that are governed by PIM.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedule-filterbycurrentuser?view=graph-rest-1.0 operationId: identityGovernance.privilegedAccess.group.assignmentSchedules.filterByCurrentUser parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of privilegedAccessGroupAssignmentSchedule type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.privilegedAccessGroupAssignmentSchedule' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: on in: path description: 'Usage: on=''{on}''' required: true schema: $ref: '#/components/schemas/microsoft.graph.assignmentScheduleFilterByCurrentUserOptions' x-ms-docs-grouped-path: - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/accessReviews/definitions/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/appConsent/appConsentRequests/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/entitlementManagement/accessPackages/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/entitlementManagement/assignmentRequests/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/entitlementManagement/assignments/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/assignmentApprovals/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/eligibilitySchedules/filterByCurrentUser(on=''{on}'')' /identityGovernance/privilegedAccess/group/eligibilityScheduleInstances: description: Provides operations to manage the eligibilityScheduleInstances property of the microsoft.graph.privilegedAccessGroup entity. get: tags: - identityGovernance.privilegedAccessRoot summary: List eligibilityScheduleInstances description: Get a list of the privilegedAccessGroupEligibilityScheduleInstance objects and their properties. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-eligibilityscheduleinstances?view=graph-rest-1.0 operationId: identityGovernance.privilegedAccess.group.ListEligibilityScheduleInstances parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.privilegedAccessGroupEligibilityScheduleInstanceCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.privilegedAccessRoot summary: Create new navigation property to eligibilityScheduleInstances for identityGovernance operationId: identityGovernance.privilegedAccess.group.CreateEligibilityScheduleInstances requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.privilegedAccessGroupEligibilityScheduleInstance' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.privilegedAccessGroupEligibilityScheduleInstance' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}': description: Provides operations to manage the eligibilityScheduleInstances property of the microsoft.graph.privilegedAccessGroup entity. get: tags: - identityGovernance.privilegedAccessRoot summary: Get privilegedAccessGroupEligibilityScheduleInstance description: Read the properties and relationships of a privilegedAccessGroupEligibilityScheduleInstance object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityscheduleinstance-get?view=graph-rest-1.0 operationId: identityGovernance.privilegedAccess.group.GetEligibilityScheduleInstances parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.privilegedAccessGroupEligibilityScheduleInstance' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.privilegedAccessRoot summary: Update the navigation property eligibilityScheduleInstances in identityGovernance operationId: identityGovernance.privilegedAccess.group.UpdateEligibilityScheduleInstances requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.privilegedAccessGroupEligibilityScheduleInstance' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.privilegedAccessGroupEligibilityScheduleInstance' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.privilegedAccessRoot summary: Delete navigation property eligibilityScheduleInstances for identityGovernance operationId: identityGovernance.privilegedAccess.group.DeleteEligibilityScheduleInstances parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: privilegedAccessGroupEligibilityScheduleInstance-id in: path description: The unique identifier of privilegedAccessGroupEligibilityScheduleInstance required: true schema: type: string x-ms-docs-key-type: privilegedAccessGroupEligibilityScheduleInstance '/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group': description: Provides operations to manage the group property of the microsoft.graph.privilegedAccessGroupEligibilityScheduleInstance entity. get: tags: - identityGovernance.privilegedAccessRoot summary: Get group from identityGovernance description: References the group that is the scope of the membership or ownership eligibility through PIM for groups. Supports $expand. operationId: identityGovernance.privilegedAccess.group.eligibilityScheduleInstances.GetGroup parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.group' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: privilegedAccessGroupEligibilityScheduleInstance-id in: path description: The unique identifier of privilegedAccessGroupEligibilityScheduleInstance required: true schema: type: string x-ms-docs-key-type: privilegedAccessGroupEligibilityScheduleInstance '/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group/serviceProvisioningErrors': get: tags: - identityGovernance.privilegedAccessRoot summary: Get serviceProvisioningErrors property value description: '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).' operationId: identityGovernance.privilegedAccess.group.eligibilityScheduleInstances.group.ListServiceProvisioningErrors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: privilegedAccessGroupEligibilityScheduleInstance-id in: path description: The unique identifier of privilegedAccessGroupEligibilityScheduleInstance required: true schema: type: string x-ms-docs-key-type: privilegedAccessGroupEligibilityScheduleInstance '/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group/serviceProvisioningErrors/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.privilegedAccessRoot summary: Get the number of the resource operationId: identityGovernance.privilegedAccess.group.eligibilityScheduleInstances.group.ServiceProvisioningErrors.GetCount-ce50 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: privilegedAccessGroupEligibilityScheduleInstance-id in: path description: The unique identifier of privilegedAccessGroupEligibilityScheduleInstance required: true schema: type: string x-ms-docs-key-type: privilegedAccessGroupEligibilityScheduleInstance '/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/principal': description: Provides operations to manage the principal property of the microsoft.graph.privilegedAccessGroupEligibilityScheduleInstance entity. get: tags: - identityGovernance.privilegedAccessRoot summary: Get principal from identityGovernance description: References the principal that's in the scope of the membership or ownership eligibility request through the group that's governed by PIM. Supports $expand. operationId: identityGovernance.privilegedAccess.group.eligibilityScheduleInstances.GetPrincipal parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: privilegedAccessGroupEligibilityScheduleInstance-id in: path description: The unique identifier of privilegedAccessGroupEligibilityScheduleInstance required: true schema: type: string x-ms-docs-key-type: privilegedAccessGroupEligibilityScheduleInstance /identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/$count: description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.privilegedAccessRoot summary: Get the number of the resource operationId: identityGovernance.privilegedAccess.group.eligibilityScheduleInstances.GetCount-d5bc parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' '/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/filterByCurrentUser(on=''{on}'')': description: Provides operations to call the filterByCurrentUser method. get: tags: - identityGovernance.Functions summary: Invoke function filterByCurrentUser description: Return instances of membership and ownership eligibility schedules for the calling principal. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityscheduleinstance-filterbycurrentuser?view=graph-rest-1.0 operationId: identityGovernance.privilegedAccess.group.eligibilityScheduleInstances.filterByCurrentUser parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of privilegedAccessGroupEligibilityScheduleInstance type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.privilegedAccessGroupEligibilityScheduleInstance' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: on in: path description: 'Usage: on=''{on}''' required: true schema: $ref: '#/components/schemas/microsoft.graph.eligibilityScheduleInstanceFilterByCurrentUserOptions' x-ms-docs-grouped-path: - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/accessReviews/definitions/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/appConsent/appConsentRequests/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/entitlementManagement/accessPackages/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/entitlementManagement/assignmentRequests/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/entitlementManagement/assignments/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/assignmentApprovals/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/assignmentSchedules/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/eligibilitySchedules/filterByCurrentUser(on=''{on}'')' /identityGovernance/privilegedAccess/group/eligibilityScheduleRequests: description: Provides operations to manage the eligibilityScheduleRequests property of the microsoft.graph.privilegedAccessGroup entity. get: tags: - identityGovernance.privilegedAccessRoot summary: List eligibilityScheduleRequests description: Get a list of the privilegedAccessGroupEligibilityScheduleRequest objects and their properties. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-eligibilityschedulerequests?view=graph-rest-1.0 operationId: identityGovernance.privilegedAccess.group.ListEligibilityScheduleRequests parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.privilegedAccessGroupEligibilityScheduleRequestCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.privilegedAccessRoot summary: Create eligibilityScheduleRequest description: Create a new privilegedAccessGroupEligibilityScheduleRequest object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/privilegedaccessgroup-post-eligibilityschedulerequests?view=graph-rest-1.0 operationId: identityGovernance.privilegedAccess.group.CreateEligibilityScheduleRequests requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.privilegedAccessGroupEligibilityScheduleRequest' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.privilegedAccessGroupEligibilityScheduleRequest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}': description: Provides operations to manage the eligibilityScheduleRequests property of the microsoft.graph.privilegedAccessGroup entity. get: tags: - identityGovernance.privilegedAccessRoot summary: Get privilegedAccessGroupEligibilityScheduleRequest description: Read the properties and relationships of a privilegedAccessGroupEligibilityScheduleRequest object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedulerequest-get?view=graph-rest-1.0 operationId: identityGovernance.privilegedAccess.group.GetEligibilityScheduleRequests parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.privilegedAccessGroupEligibilityScheduleRequest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.privilegedAccessRoot summary: Update the navigation property eligibilityScheduleRequests in identityGovernance operationId: identityGovernance.privilegedAccess.group.UpdateEligibilityScheduleRequests requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.privilegedAccessGroupEligibilityScheduleRequest' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.privilegedAccessGroupEligibilityScheduleRequest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.privilegedAccessRoot summary: Delete navigation property eligibilityScheduleRequests for identityGovernance operationId: identityGovernance.privilegedAccess.group.DeleteEligibilityScheduleRequests parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: privilegedAccessGroupEligibilityScheduleRequest-id in: path description: The unique identifier of privilegedAccessGroupEligibilityScheduleRequest required: true schema: type: string x-ms-docs-key-type: privilegedAccessGroupEligibilityScheduleRequest '/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group': description: Provides operations to manage the group property of the microsoft.graph.privilegedAccessGroupEligibilityScheduleRequest entity. get: tags: - identityGovernance.privilegedAccessRoot summary: Get group from identityGovernance description: 'References the group that is the scope of the membership or ownership eligibility request through PIM for groups. Supports $expand and $select nested in $expand for select properties like id, displayName, and mail.' operationId: identityGovernance.privilegedAccess.group.eligibilityScheduleRequests.GetGroup parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.group' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: privilegedAccessGroupEligibilityScheduleRequest-id in: path description: The unique identifier of privilegedAccessGroupEligibilityScheduleRequest required: true schema: type: string x-ms-docs-key-type: privilegedAccessGroupEligibilityScheduleRequest '/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group/serviceProvisioningErrors': get: tags: - identityGovernance.privilegedAccessRoot summary: Get serviceProvisioningErrors property value description: '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).' operationId: identityGovernance.privilegedAccess.group.eligibilityScheduleRequests.group.ListServiceProvisioningErrors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: privilegedAccessGroupEligibilityScheduleRequest-id in: path description: The unique identifier of privilegedAccessGroupEligibilityScheduleRequest required: true schema: type: string x-ms-docs-key-type: privilegedAccessGroupEligibilityScheduleRequest '/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group/serviceProvisioningErrors/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.privilegedAccessRoot summary: Get the number of the resource operationId: identityGovernance.privilegedAccess.group.eligibilityScheduleRequests.group.ServiceProvisioningErrors.GetCount-c344 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: privilegedAccessGroupEligibilityScheduleRequest-id in: path description: The unique identifier of privilegedAccessGroupEligibilityScheduleRequest required: true schema: type: string x-ms-docs-key-type: privilegedAccessGroupEligibilityScheduleRequest '/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/cancel': description: Provides operations to call the cancel method. post: tags: - identityGovernance.Actions summary: Invoke action cancel description: Cancel an eligibility assignment request to a group whose membership and ownership are governed by PIM. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedulerequest-cancel?view=graph-rest-1.0 operationId: identityGovernance.privilegedAccess.group.eligibilityScheduleRequests.privilegedAccessGroupEligibilityScheduleRequest.cancel responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: privilegedAccessGroupEligibilityScheduleRequest-id in: path description: The unique identifier of privilegedAccessGroupEligibilityScheduleRequest required: true schema: type: string x-ms-docs-key-type: privilegedAccessGroupEligibilityScheduleRequest x-ms-docs-grouped-path: - '/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/cancel' - '/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/cancel' '/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/principal': description: Provides operations to manage the principal property of the microsoft.graph.privilegedAccessGroupEligibilityScheduleRequest entity. get: tags: - identityGovernance.privilegedAccessRoot summary: Get principal from identityGovernance description: References the principal that's in the scope of the membership or ownership eligibility request through the group that's governed by PIM. Supports $expand and $select nested in $expand for id only. operationId: identityGovernance.privilegedAccess.group.eligibilityScheduleRequests.GetPrincipal parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: privilegedAccessGroupEligibilityScheduleRequest-id in: path description: The unique identifier of privilegedAccessGroupEligibilityScheduleRequest required: true schema: type: string x-ms-docs-key-type: privilegedAccessGroupEligibilityScheduleRequest '/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/targetSchedule': description: Provides operations to manage the targetSchedule property of the microsoft.graph.privilegedAccessGroupEligibilityScheduleRequest entity. get: tags: - identityGovernance.privilegedAccessRoot summary: Get targetSchedule from identityGovernance description: Schedule created by this request. operationId: identityGovernance.privilegedAccess.group.eligibilityScheduleRequests.GetTargetSchedule parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.privilegedAccessGroupEligibilitySchedule' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: privilegedAccessGroupEligibilityScheduleRequest-id in: path description: The unique identifier of privilegedAccessGroupEligibilityScheduleRequest required: true schema: type: string x-ms-docs-key-type: privilegedAccessGroupEligibilityScheduleRequest /identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/$count: description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.privilegedAccessRoot summary: Get the number of the resource operationId: identityGovernance.privilegedAccess.group.eligibilityScheduleRequests.GetCount-e631 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' '/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/filterByCurrentUser(on=''{on}'')': description: Provides operations to call the filterByCurrentUser method. get: tags: - identityGovernance.Functions summary: Invoke function filterByCurrentUser description: 'In PIM for groups, retrieve the requests for membership or ownership eligibilities for the calling principal to groups that are governed by PIM.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedulerequest-filterbycurrentuser?view=graph-rest-1.0 operationId: identityGovernance.privilegedAccess.group.eligibilityScheduleRequests.filterByCurrentUser parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of privilegedAccessGroupEligibilityScheduleRequest type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.privilegedAccessGroupEligibilityScheduleRequest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: on in: path description: 'Usage: on=''{on}''' required: true schema: $ref: '#/components/schemas/microsoft.graph.eligibilityScheduleRequestFilterByCurrentUserOptions' x-ms-docs-grouped-path: - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/accessReviews/definitions/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/appConsent/appConsentRequests/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/entitlementManagement/accessPackages/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/entitlementManagement/assignmentRequests/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/entitlementManagement/assignments/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/assignmentApprovals/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/assignmentSchedules/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/eligibilitySchedules/filterByCurrentUser(on=''{on}'')' /identityGovernance/privilegedAccess/group/eligibilitySchedules: description: Provides operations to manage the eligibilitySchedules property of the microsoft.graph.privilegedAccessGroup entity. get: tags: - identityGovernance.privilegedAccessRoot summary: List eligibilitySchedules description: Get a list of the privilegedAccessGroupEligibilitySchedule objects and their properties. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-eligibilityschedules?view=graph-rest-1.0 operationId: identityGovernance.privilegedAccess.group.ListEligibilitySchedules parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.privilegedAccessGroupEligibilityScheduleCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.privilegedAccessRoot summary: Create new navigation property to eligibilitySchedules for identityGovernance operationId: identityGovernance.privilegedAccess.group.CreateEligibilitySchedules requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.privilegedAccessGroupEligibilitySchedule' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.privilegedAccessGroupEligibilitySchedule' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}': description: Provides operations to manage the eligibilitySchedules property of the microsoft.graph.privilegedAccessGroup entity. get: tags: - identityGovernance.privilegedAccessRoot summary: Get privilegedAccessGroupEligibilitySchedule description: Read the properties and relationships of a privilegedAccessGroupEligibilitySchedule object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedule-get?view=graph-rest-1.0 operationId: identityGovernance.privilegedAccess.group.GetEligibilitySchedules parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.privilegedAccessGroupEligibilitySchedule' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.privilegedAccessRoot summary: Update the navigation property eligibilitySchedules in identityGovernance operationId: identityGovernance.privilegedAccess.group.UpdateEligibilitySchedules requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.privilegedAccessGroupEligibilitySchedule' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.privilegedAccessGroupEligibilitySchedule' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.privilegedAccessRoot summary: Delete navigation property eligibilitySchedules for identityGovernance operationId: identityGovernance.privilegedAccess.group.DeleteEligibilitySchedules parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: privilegedAccessGroupEligibilitySchedule-id in: path description: The unique identifier of privilegedAccessGroupEligibilitySchedule required: true schema: type: string x-ms-docs-key-type: privilegedAccessGroupEligibilitySchedule '/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group': description: Provides operations to manage the group property of the microsoft.graph.privilegedAccessGroupEligibilitySchedule entity. get: tags: - identityGovernance.privilegedAccessRoot summary: Get group from identityGovernance description: References the group that is the scope of the membership or ownership eligibility through PIM for groups. Supports $expand. operationId: identityGovernance.privilegedAccess.group.eligibilitySchedules.GetGroup parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.group' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: privilegedAccessGroupEligibilitySchedule-id in: path description: The unique identifier of privilegedAccessGroupEligibilitySchedule required: true schema: type: string x-ms-docs-key-type: privilegedAccessGroupEligibilitySchedule '/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group/serviceProvisioningErrors': get: tags: - identityGovernance.privilegedAccessRoot summary: Get serviceProvisioningErrors property value description: '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).' operationId: identityGovernance.privilegedAccess.group.eligibilitySchedules.group.ListServiceProvisioningErrors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: privilegedAccessGroupEligibilitySchedule-id in: path description: The unique identifier of privilegedAccessGroupEligibilitySchedule required: true schema: type: string x-ms-docs-key-type: privilegedAccessGroupEligibilitySchedule '/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group/serviceProvisioningErrors/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.privilegedAccessRoot summary: Get the number of the resource operationId: identityGovernance.privilegedAccess.group.eligibilitySchedules.group.ServiceProvisioningErrors.GetCount-b2c5 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: privilegedAccessGroupEligibilitySchedule-id in: path description: The unique identifier of privilegedAccessGroupEligibilitySchedule required: true schema: type: string x-ms-docs-key-type: privilegedAccessGroupEligibilitySchedule '/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/principal': description: Provides operations to manage the principal property of the microsoft.graph.privilegedAccessGroupEligibilitySchedule entity. get: tags: - identityGovernance.privilegedAccessRoot summary: Get principal from identityGovernance description: References the principal that's in the scope of this membership or ownership eligibility request to the group that's governed by PIM. Supports $expand. operationId: identityGovernance.privilegedAccess.group.eligibilitySchedules.GetPrincipal parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: privilegedAccessGroupEligibilitySchedule-id in: path description: The unique identifier of privilegedAccessGroupEligibilitySchedule required: true schema: type: string x-ms-docs-key-type: privilegedAccessGroupEligibilitySchedule /identityGovernance/privilegedAccess/group/eligibilitySchedules/$count: description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.privilegedAccessRoot summary: Get the number of the resource operationId: identityGovernance.privilegedAccess.group.eligibilitySchedules.GetCount-dc2d parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' '/identityGovernance/privilegedAccess/group/eligibilitySchedules/filterByCurrentUser(on=''{on}'')': description: Provides operations to call the filterByCurrentUser method. get: tags: - identityGovernance.Functions summary: Invoke function filterByCurrentUser description: Retrieve schedules of membership and ownership eligibility requests for the calling principal. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedule-filterbycurrentuser?view=graph-rest-1.0 operationId: identityGovernance.privilegedAccess.group.eligibilitySchedules.filterByCurrentUser parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of privilegedAccessGroupEligibilitySchedule type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.privilegedAccessGroupEligibilitySchedule' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: on in: path description: 'Usage: on=''{on}''' required: true schema: $ref: '#/components/schemas/microsoft.graph.eligibilityScheduleFilterByCurrentUserOptions' x-ms-docs-grouped-path: - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/accessReviews/definitions/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/appConsent/appConsentRequests/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/entitlementManagement/accessPackages/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/entitlementManagement/assignmentRequests/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/entitlementManagement/assignments/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/assignmentApprovals/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/assignmentSchedules/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/filterByCurrentUser(on=''{on}'')' - '/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/filterByCurrentUser(on=''{on}'')' /identityGovernance/termsOfUse: description: Provides operations to manage the termsOfUse property of the microsoft.graph.identityGovernance entity. get: tags: - identityGovernance.termsOfUseContainer summary: Get termsOfUse from identityGovernance operationId: identityGovernance.GetTermsOfUse parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termsOfUseContainer' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.termsOfUseContainer summary: Update the navigation property termsOfUse in identityGovernance operationId: identityGovernance.UpdateTermsOfUse requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termsOfUseContainer' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termsOfUseContainer' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.termsOfUseContainer summary: Delete navigation property termsOfUse for identityGovernance operationId: identityGovernance.DeleteTermsOfUse parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /identityGovernance/termsOfUse/agreementAcceptances: description: Provides operations to manage the agreementAcceptances property of the microsoft.graph.termsOfUseContainer entity. get: tags: - identityGovernance.termsOfUseContainer summary: Get agreementAcceptances from identityGovernance description: Represents the current status of a user's response to a company's customizable terms of use agreement. operationId: identityGovernance.termsOfUse.ListAgreementAcceptances parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.agreementAcceptanceCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.termsOfUseContainer summary: Create new navigation property to agreementAcceptances for identityGovernance operationId: identityGovernance.termsOfUse.CreateAgreementAcceptances requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.agreementAcceptance' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.agreementAcceptance' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}': description: Provides operations to manage the agreementAcceptances property of the microsoft.graph.termsOfUseContainer entity. get: tags: - identityGovernance.termsOfUseContainer summary: Get agreementAcceptances from identityGovernance description: Represents the current status of a user's response to a company's customizable terms of use agreement. operationId: identityGovernance.termsOfUse.GetAgreementAcceptances parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.agreementAcceptance' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.termsOfUseContainer summary: Update the navigation property agreementAcceptances in identityGovernance operationId: identityGovernance.termsOfUse.UpdateAgreementAcceptances requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.agreementAcceptance' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.agreementAcceptance' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.termsOfUseContainer summary: Delete navigation property agreementAcceptances for identityGovernance operationId: identityGovernance.termsOfUse.DeleteAgreementAcceptances parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: agreementAcceptance-id in: path description: The unique identifier of agreementAcceptance required: true schema: type: string x-ms-docs-key-type: agreementAcceptance /identityGovernance/termsOfUse/agreementAcceptances/$count: description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.termsOfUseContainer summary: Get the number of the resource operationId: identityGovernance.termsOfUse.agreementAcceptances.GetCount-70d1 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /identityGovernance/termsOfUse/agreements: description: Provides operations to manage the agreements property of the microsoft.graph.termsOfUseContainer entity. get: tags: - identityGovernance.termsOfUseContainer summary: List agreements description: Retrieve a list of agreement objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/termsofusecontainer-list-agreements?view=graph-rest-1.0 operationId: identityGovernance.termsOfUse.ListAgreements parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.agreementCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.termsOfUseContainer summary: Create agreement description: Create a new agreement object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/termsofusecontainer-post-agreements?view=graph-rest-1.0 operationId: identityGovernance.termsOfUse.CreateAgreements requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.agreement' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.agreement' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/identityGovernance/termsOfUse/agreements/{agreement-id}': description: Provides operations to manage the agreements property of the microsoft.graph.termsOfUseContainer entity. get: tags: - identityGovernance.termsOfUseContainer summary: List files (terms of use agreement files) description: Retrieve all files related to an agreement. This includes the default file and all localized files. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/agreement-list-files?view=graph-rest-1.0 operationId: identityGovernance.termsOfUse.GetAgreements parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.agreement' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.termsOfUseContainer summary: Update agreement description: Update the properties of an agreement object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/agreement-update?view=graph-rest-1.0 operationId: identityGovernance.termsOfUse.UpdateAgreements requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.agreement' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.agreement' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.termsOfUseContainer summary: Delete agreement description: Delete an agreement object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/agreement-delete?view=graph-rest-1.0 operationId: identityGovernance.termsOfUse.DeleteAgreements parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: agreement-id in: path description: The unique identifier of agreement required: true schema: type: string x-ms-docs-key-type: agreement '/identityGovernance/termsOfUse/agreements/{agreement-id}/acceptances': description: Provides operations to manage the acceptances property of the microsoft.graph.agreement entity. get: tags: - identityGovernance.termsOfUseContainer summary: List acceptances description: Get the details about the acceptance records for a specific agreement. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/agreement-list-acceptances?view=graph-rest-1.0 operationId: identityGovernance.termsOfUse.agreements.ListAcceptances parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.agreementAcceptanceCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.termsOfUseContainer summary: Create new navigation property to acceptances for identityGovernance operationId: identityGovernance.termsOfUse.agreements.CreateAcceptances requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.agreementAcceptance' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.agreementAcceptance' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: agreement-id in: path description: The unique identifier of agreement required: true schema: type: string x-ms-docs-key-type: agreement '/identityGovernance/termsOfUse/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}': description: Provides operations to manage the acceptances property of the microsoft.graph.agreement entity. get: tags: - identityGovernance.termsOfUseContainer summary: Get acceptances from identityGovernance description: Read-only. Information about acceptances of this agreement. operationId: identityGovernance.termsOfUse.agreements.GetAcceptances parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.agreementAcceptance' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.termsOfUseContainer summary: Update the navigation property acceptances in identityGovernance operationId: identityGovernance.termsOfUse.agreements.UpdateAcceptances requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.agreementAcceptance' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.agreementAcceptance' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.termsOfUseContainer summary: Delete navigation property acceptances for identityGovernance operationId: identityGovernance.termsOfUse.agreements.DeleteAcceptances parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: agreement-id in: path description: The unique identifier of agreement required: true schema: type: string x-ms-docs-key-type: agreement - name: agreementAcceptance-id in: path description: The unique identifier of agreementAcceptance required: true schema: type: string x-ms-docs-key-type: agreementAcceptance '/identityGovernance/termsOfUse/agreements/{agreement-id}/acceptances/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.termsOfUseContainer summary: Get the number of the resource operationId: identityGovernance.termsOfUse.agreements.acceptances.GetCount-7e12 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: agreement-id in: path description: The unique identifier of agreement required: true schema: type: string x-ms-docs-key-type: agreement '/identityGovernance/termsOfUse/agreements/{agreement-id}/file': description: Provides operations to manage the file property of the microsoft.graph.agreement entity. get: tags: - identityGovernance.termsOfUseContainer summary: Get agreementFile description: 'Retrieve the details of an agreement file, including the language and version information. The default file can have multiple versions, each with its own language, that can be retrieved by specifying the Accept-Language header.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/agreementfile-get?view=graph-rest-1.0 operationId: identityGovernance.termsOfUse.agreements.GetFile parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.agreementFile' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.termsOfUseContainer summary: Update the navigation property file in identityGovernance operationId: identityGovernance.termsOfUse.agreements.UpdateFile requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.agreementFile' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.agreementFile' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.termsOfUseContainer summary: Delete navigation property file for identityGovernance operationId: identityGovernance.termsOfUse.agreements.DeleteFile parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: agreement-id in: path description: The unique identifier of agreement required: true schema: type: string x-ms-docs-key-type: agreement '/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations': description: Provides operations to manage the localizations property of the microsoft.graph.agreementFile entity. get: tags: - identityGovernance.termsOfUseContainer summary: Get localizations from identityGovernance description: The localized version of the terms of use agreement files attached to the agreement. operationId: identityGovernance.termsOfUse.agreements.file.ListLocalizations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.agreementFileLocalizationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.termsOfUseContainer summary: Create new navigation property to localizations for identityGovernance operationId: identityGovernance.termsOfUse.agreements.file.CreateLocalizations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.agreementFileLocalization' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.agreementFileLocalization' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: agreement-id in: path description: The unique identifier of agreement required: true schema: type: string x-ms-docs-key-type: agreement '/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}': description: Provides operations to manage the localizations property of the microsoft.graph.agreementFile entity. get: tags: - identityGovernance.termsOfUseContainer summary: Get localizations from identityGovernance description: The localized version of the terms of use agreement files attached to the agreement. operationId: identityGovernance.termsOfUse.agreements.file.GetLocalizations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.agreementFileLocalization' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.termsOfUseContainer summary: Update the navigation property localizations in identityGovernance operationId: identityGovernance.termsOfUse.agreements.file.UpdateLocalizations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.agreementFileLocalization' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.agreementFileLocalization' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.termsOfUseContainer summary: Delete navigation property localizations for identityGovernance operationId: identityGovernance.termsOfUse.agreements.file.DeleteLocalizations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: agreement-id in: path description: The unique identifier of agreement required: true schema: type: string x-ms-docs-key-type: agreement - name: agreementFileLocalization-id in: path description: The unique identifier of agreementFileLocalization required: true schema: type: string x-ms-docs-key-type: agreementFileLocalization '/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions': description: Provides operations to manage the versions property of the microsoft.graph.agreementFileLocalization entity. get: tags: - identityGovernance.termsOfUseContainer summary: Get versions from identityGovernance description: Read-only. Customized versions of the terms of use agreement in the Microsoft Entra tenant. operationId: identityGovernance.termsOfUse.agreements.file.localizations.ListVersions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.agreementFileVersionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.termsOfUseContainer summary: Create new navigation property to versions for identityGovernance operationId: identityGovernance.termsOfUse.agreements.file.localizations.CreateVersions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.agreementFileVersion' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.agreementFileVersion' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: agreement-id in: path description: The unique identifier of agreement required: true schema: type: string x-ms-docs-key-type: agreement - name: agreementFileLocalization-id in: path description: The unique identifier of agreementFileLocalization required: true schema: type: string x-ms-docs-key-type: agreementFileLocalization x-ms-docs-grouped-path: - '/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions' '/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}': description: Provides operations to manage the versions property of the microsoft.graph.agreementFileLocalization entity. get: tags: - identityGovernance.termsOfUseContainer summary: Get versions from identityGovernance description: Read-only. Customized versions of the terms of use agreement in the Microsoft Entra tenant. operationId: identityGovernance.termsOfUse.agreements.file.localizations.GetVersions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.agreementFileVersion' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.termsOfUseContainer summary: Update the navigation property versions in identityGovernance operationId: identityGovernance.termsOfUse.agreements.file.localizations.UpdateVersions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.agreementFileVersion' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.agreementFileVersion' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.termsOfUseContainer summary: Delete navigation property versions for identityGovernance operationId: identityGovernance.termsOfUse.agreements.file.localizations.DeleteVersions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: agreement-id in: path description: The unique identifier of agreement required: true schema: type: string x-ms-docs-key-type: agreement - name: agreementFileLocalization-id in: path description: The unique identifier of agreementFileLocalization required: true schema: type: string x-ms-docs-key-type: agreementFileLocalization - name: agreementFileVersion-id in: path description: The unique identifier of agreementFileVersion required: true schema: type: string x-ms-docs-key-type: agreementFileVersion x-ms-docs-grouped-path: - '/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}' '/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.termsOfUseContainer summary: Get the number of the resource operationId: identityGovernance.termsOfUse.agreements.file.localizations.versions.GetCount-47c0 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: agreement-id in: path description: The unique identifier of agreement required: true schema: type: string x-ms-docs-key-type: agreement - name: agreementFileLocalization-id in: path description: The unique identifier of agreementFileLocalization required: true schema: type: string x-ms-docs-key-type: agreementFileLocalization '/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.termsOfUseContainer summary: Get the number of the resource operationId: identityGovernance.termsOfUse.agreements.file.localizations.GetCount-d8c7 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: agreement-id in: path description: The unique identifier of agreement required: true schema: type: string x-ms-docs-key-type: agreement '/identityGovernance/termsOfUse/agreements/{agreement-id}/files': description: Provides operations to manage the files property of the microsoft.graph.agreement entity. get: tags: - identityGovernance.termsOfUseContainer summary: Get files from identityGovernance description: PDFs linked to this agreement. This property is in the process of being deprecated. Use the file property instead. Supports $expand. operationId: identityGovernance.termsOfUse.agreements.ListFiles parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.agreementFileLocalizationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.termsOfUseContainer summary: Create agreementFileLocalization description: Create a new localized agreement file. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/agreement-post-files?view=graph-rest-1.0 operationId: identityGovernance.termsOfUse.agreements.CreateFiles requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.agreementFileLocalization' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.agreementFileLocalization' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: agreement-id in: path description: The unique identifier of agreement required: true schema: type: string x-ms-docs-key-type: agreement '/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}': description: Provides operations to manage the files property of the microsoft.graph.agreement entity. get: tags: - identityGovernance.termsOfUseContainer summary: Get files from identityGovernance description: PDFs linked to this agreement. This property is in the process of being deprecated. Use the file property instead. Supports $expand. operationId: identityGovernance.termsOfUse.agreements.GetFiles parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.agreementFileLocalization' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.termsOfUseContainer summary: Update the navigation property files in identityGovernance operationId: identityGovernance.termsOfUse.agreements.UpdateFiles requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.agreementFileLocalization' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.agreementFileLocalization' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.termsOfUseContainer summary: Delete navigation property files for identityGovernance operationId: identityGovernance.termsOfUse.agreements.DeleteFiles parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: agreement-id in: path description: The unique identifier of agreement required: true schema: type: string x-ms-docs-key-type: agreement - name: agreementFileLocalization-id in: path description: The unique identifier of agreementFileLocalization required: true schema: type: string x-ms-docs-key-type: agreementFileLocalization '/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions': description: Provides operations to manage the versions property of the microsoft.graph.agreementFileLocalization entity. get: tags: - identityGovernance.termsOfUseContainer summary: Get versions from identityGovernance description: Read-only. Customized versions of the terms of use agreement in the Microsoft Entra tenant. operationId: identityGovernance.termsOfUse.agreements.files.ListVersions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.agreementFileVersionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityGovernance.termsOfUseContainer summary: Create new navigation property to versions for identityGovernance operationId: identityGovernance.termsOfUse.agreements.files.CreateVersions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.agreementFileVersion' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.agreementFileVersion' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: agreement-id in: path description: The unique identifier of agreement required: true schema: type: string x-ms-docs-key-type: agreement - name: agreementFileLocalization-id in: path description: The unique identifier of agreementFileLocalization required: true schema: type: string x-ms-docs-key-type: agreementFileLocalization x-ms-docs-grouped-path: - '/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions' '/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}': description: Provides operations to manage the versions property of the microsoft.graph.agreementFileLocalization entity. get: tags: - identityGovernance.termsOfUseContainer summary: Get versions from identityGovernance description: Read-only. Customized versions of the terms of use agreement in the Microsoft Entra tenant. operationId: identityGovernance.termsOfUse.agreements.files.GetVersions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.agreementFileVersion' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityGovernance.termsOfUseContainer summary: Update the navigation property versions in identityGovernance operationId: identityGovernance.termsOfUse.agreements.files.UpdateVersions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.agreementFileVersion' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.agreementFileVersion' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.termsOfUseContainer summary: Delete navigation property versions for identityGovernance operationId: identityGovernance.termsOfUse.agreements.files.DeleteVersions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: agreement-id in: path description: The unique identifier of agreement required: true schema: type: string x-ms-docs-key-type: agreement - name: agreementFileLocalization-id in: path description: The unique identifier of agreementFileLocalization required: true schema: type: string x-ms-docs-key-type: agreementFileLocalization - name: agreementFileVersion-id in: path description: The unique identifier of agreementFileVersion required: true schema: type: string x-ms-docs-key-type: agreementFileVersion x-ms-docs-grouped-path: - '/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}' '/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.termsOfUseContainer summary: Get the number of the resource operationId: identityGovernance.termsOfUse.agreements.files.versions.GetCount-9b3e parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: agreement-id in: path description: The unique identifier of agreement required: true schema: type: string x-ms-docs-key-type: agreement - name: agreementFileLocalization-id in: path description: The unique identifier of agreementFileLocalization required: true schema: type: string x-ms-docs-key-type: agreementFileLocalization '/identityGovernance/termsOfUse/agreements/{agreement-id}/files/$count': description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.termsOfUseContainer summary: Get the number of the resource operationId: identityGovernance.termsOfUse.agreements.files.GetCount-54ad parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: agreement-id in: path description: The unique identifier of agreement required: true schema: type: string x-ms-docs-key-type: agreement /identityGovernance/termsOfUse/agreements/$count: description: Provides operations to count the resources in the collection. get: tags: - identityGovernance.termsOfUseContainer summary: Get the number of the resource operationId: identityGovernance.termsOfUse.agreements.GetCount-7fcc parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /identityProtection: description: Provides operations to manage the identityProtectionRoot singleton. get: tags: - identityProtection.identityProtectionRoot summary: Get identityProtection operationId: identityProtection.identityProtectionRoot.GetIdentityProtectionRoot parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityProtectionRoot' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityProtection.identityProtectionRoot summary: Update identityProtection operationId: identityProtection.identityProtectionRoot.UpdateIdentityProtectionRoot requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityProtectionRoot' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityProtectionRoot' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /identityProtection/riskDetections: description: Provides operations to manage the riskDetections property of the microsoft.graph.identityProtectionRoot entity. get: tags: - identityProtection.riskDetection summary: List riskDetections description: Get a list of the riskDetection objects and their properties. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/riskdetection-list?view=graph-rest-1.0 operationId: identityProtection.ListRiskDetections parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.riskDetectionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityProtection.riskDetection summary: Create new navigation property to riskDetections for identityProtection operationId: identityProtection.CreateRiskDetections requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.riskDetection' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.riskDetection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/identityProtection/riskDetections/{riskDetection-id}': description: Provides operations to manage the riskDetections property of the microsoft.graph.identityProtectionRoot entity. get: tags: - identityProtection.riskDetection summary: Get riskDetection description: Read the properties and relationships of a riskDetection object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/riskdetection-get?view=graph-rest-1.0 operationId: identityProtection.GetRiskDetections parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.riskDetection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityProtection.riskDetection summary: Update the navigation property riskDetections in identityProtection operationId: identityProtection.UpdateRiskDetections requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.riskDetection' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.riskDetection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityProtection.riskDetection summary: Delete navigation property riskDetections for identityProtection operationId: identityProtection.DeleteRiskDetections parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: riskDetection-id in: path description: The unique identifier of riskDetection required: true schema: type: string x-ms-docs-key-type: riskDetection /identityProtection/riskDetections/$count: description: Provides operations to count the resources in the collection. get: tags: - identityProtection.riskDetection summary: Get the number of the resource operationId: identityProtection.riskDetections.GetCount-ee19 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /identityProtection/riskyServicePrincipals: description: Provides operations to manage the riskyServicePrincipals property of the microsoft.graph.identityProtectionRoot entity. get: tags: - identityProtection.riskyServicePrincipal summary: List riskyServicePrincipals description: Retrieve the properties and relationships of riskyServicePrincipal objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/identityprotectionroot-list-riskyserviceprincipals?view=graph-rest-1.0 operationId: identityProtection.ListRiskyServicePrincipals parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.riskyServicePrincipalCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityProtection.riskyServicePrincipal summary: Create new navigation property to riskyServicePrincipals for identityProtection operationId: identityProtection.CreateRiskyServicePrincipals requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.riskyServicePrincipal' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.riskyServicePrincipal' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}': description: Provides operations to manage the riskyServicePrincipals property of the microsoft.graph.identityProtectionRoot entity. get: tags: - identityProtection.riskyServicePrincipal summary: Get riskyServicePrincipal description: Read the properties and relationships of a riskyServicePrincipal object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/riskyserviceprincipal-get?view=graph-rest-1.0 operationId: identityProtection.GetRiskyServicePrincipals parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.riskyServicePrincipal' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityProtection.riskyServicePrincipal summary: Update the navigation property riskyServicePrincipals in identityProtection operationId: identityProtection.UpdateRiskyServicePrincipals requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.riskyServicePrincipal' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.riskyServicePrincipal' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityProtection.riskyServicePrincipal summary: Delete navigation property riskyServicePrincipals for identityProtection operationId: identityProtection.DeleteRiskyServicePrincipals parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: riskyServicePrincipal-id in: path description: The unique identifier of riskyServicePrincipal required: true schema: type: string x-ms-docs-key-type: riskyServicePrincipal '/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history': description: Provides operations to manage the history property of the microsoft.graph.riskyServicePrincipal entity. get: tags: - identityProtection.riskyServicePrincipal summary: List history (risk history of riskyServicePrincipal) description: Get the risk history of a riskyServicePrincipal object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/riskyserviceprincipal-list-history?view=graph-rest-1.0 operationId: identityProtection.riskyServicePrincipals.ListHistory parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.riskyServicePrincipalHistoryItemCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityProtection.riskyServicePrincipal summary: Create new navigation property to history for identityProtection operationId: identityProtection.riskyServicePrincipals.CreateHistory requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.riskyServicePrincipalHistoryItem' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.riskyServicePrincipalHistoryItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: riskyServicePrincipal-id in: path description: The unique identifier of riskyServicePrincipal required: true schema: type: string x-ms-docs-key-type: riskyServicePrincipal '/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}': description: Provides operations to manage the history property of the microsoft.graph.riskyServicePrincipal entity. get: tags: - identityProtection.riskyServicePrincipal summary: Get history from identityProtection description: Represents the risk history of Microsoft Entra service principals. operationId: identityProtection.riskyServicePrincipals.GetHistory parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.riskyServicePrincipalHistoryItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityProtection.riskyServicePrincipal summary: Update the navigation property history in identityProtection operationId: identityProtection.riskyServicePrincipals.UpdateHistory requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.riskyServicePrincipalHistoryItem' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.riskyServicePrincipalHistoryItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityProtection.riskyServicePrincipal summary: Delete navigation property history for identityProtection operationId: identityProtection.riskyServicePrincipals.DeleteHistory parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: riskyServicePrincipal-id in: path description: The unique identifier of riskyServicePrincipal required: true schema: type: string x-ms-docs-key-type: riskyServicePrincipal - name: riskyServicePrincipalHistoryItem-id in: path description: The unique identifier of riskyServicePrincipalHistoryItem required: true schema: type: string x-ms-docs-key-type: riskyServicePrincipalHistoryItem '/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/$count': description: Provides operations to count the resources in the collection. get: tags: - identityProtection.riskyServicePrincipal summary: Get the number of the resource operationId: identityProtection.riskyServicePrincipals.history.GetCount-818f parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: riskyServicePrincipal-id in: path description: The unique identifier of riskyServicePrincipal required: true schema: type: string x-ms-docs-key-type: riskyServicePrincipal /identityProtection/riskyServicePrincipals/$count: description: Provides operations to count the resources in the collection. get: tags: - identityProtection.riskyServicePrincipal summary: Get the number of the resource operationId: identityProtection.riskyServicePrincipals.GetCount-d335 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /identityProtection/riskyServicePrincipals/confirmCompromised: description: Provides operations to call the confirmCompromised method. post: tags: - identityProtection.Actions summary: Invoke action confirmCompromised description: Confirm one or more riskyServicePrincipal objects as compromised. This action sets the targeted service principal account's risk level to high. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/riskyserviceprincipal-confirmcompromised?view=graph-rest-1.0 operationId: identityProtection.riskyServicePrincipals.confirmCompromised requestBody: description: Action parameters content: application/json: schema: type: object properties: servicePrincipalIds: type: array items: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-docs-grouped-path: - /identityProtection/riskyUsers/confirmCompromised /identityProtection/riskyServicePrincipals/dismiss: description: Provides operations to call the dismiss method. post: tags: - identityProtection.Actions summary: Invoke action dismiss description: Dismiss the risk of one or more riskyServicePrincipal objects. This action sets the targeted service principal account's risk level to none. You can dismiss up to 60 service principal accounts in one request. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/riskyserviceprincipal-dismiss?view=graph-rest-1.0 operationId: identityProtection.riskyServicePrincipals.dismiss requestBody: description: Action parameters content: application/json: schema: type: object properties: servicePrincipalIds: type: array items: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-docs-grouped-path: - /identityProtection/riskyUsers/dismiss /identityProtection/riskyUsers: description: Provides operations to manage the riskyUsers property of the microsoft.graph.identityProtectionRoot entity. get: tags: - identityProtection.riskyUser summary: List riskyUsers description: Get a list of the riskyUser objects and their properties. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/riskyuser-list?view=graph-rest-1.0 operationId: identityProtection.ListRiskyUsers parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.riskyUserCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityProtection.riskyUser summary: Create new navigation property to riskyUsers for identityProtection operationId: identityProtection.CreateRiskyUsers requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.riskyUser' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.riskyUser' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/identityProtection/riskyUsers/{riskyUser-id}': description: Provides operations to manage the riskyUsers property of the microsoft.graph.identityProtectionRoot entity. get: tags: - identityProtection.riskyUser summary: Get riskyUser description: Read the properties and relationships of a riskyUser object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/riskyuser-get?view=graph-rest-1.0 operationId: identityProtection.GetRiskyUsers parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.riskyUser' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityProtection.riskyUser summary: Update the navigation property riskyUsers in identityProtection operationId: identityProtection.UpdateRiskyUsers requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.riskyUser' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.riskyUser' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityProtection.riskyUser summary: Delete navigation property riskyUsers for identityProtection operationId: identityProtection.DeleteRiskyUsers parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: riskyUser-id in: path description: The unique identifier of riskyUser required: true schema: type: string x-ms-docs-key-type: riskyUser '/identityProtection/riskyUsers/{riskyUser-id}/history': description: Provides operations to manage the history property of the microsoft.graph.riskyUser entity. get: tags: - identityProtection.riskyUser summary: List history of riskyUser description: Get the riskyUserHistoryItems from the history navigation property. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/riskyuser-list-history?view=graph-rest-1.0 operationId: identityProtection.riskyUsers.ListHistory parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.riskyUserHistoryItemCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityProtection.riskyUser summary: Create new navigation property to history for identityProtection operationId: identityProtection.riskyUsers.CreateHistory requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.riskyUserHistoryItem' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.riskyUserHistoryItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: riskyUser-id in: path description: The unique identifier of riskyUser required: true schema: type: string x-ms-docs-key-type: riskyUser '/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}': description: Provides operations to manage the history property of the microsoft.graph.riskyUser entity. get: tags: - identityProtection.riskyUser summary: Get history from identityProtection description: The activity related to user risk level change operationId: identityProtection.riskyUsers.GetHistory parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.riskyUserHistoryItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityProtection.riskyUser summary: Update the navigation property history in identityProtection operationId: identityProtection.riskyUsers.UpdateHistory requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.riskyUserHistoryItem' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.riskyUserHistoryItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityProtection.riskyUser summary: Delete navigation property history for identityProtection operationId: identityProtection.riskyUsers.DeleteHistory parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: riskyUser-id in: path description: The unique identifier of riskyUser required: true schema: type: string x-ms-docs-key-type: riskyUser - name: riskyUserHistoryItem-id in: path description: The unique identifier of riskyUserHistoryItem required: true schema: type: string x-ms-docs-key-type: riskyUserHistoryItem '/identityProtection/riskyUsers/{riskyUser-id}/history/$count': description: Provides operations to count the resources in the collection. get: tags: - identityProtection.riskyUser summary: Get the number of the resource operationId: identityProtection.riskyUsers.history.GetCount-33a2 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: riskyUser-id in: path description: The unique identifier of riskyUser required: true schema: type: string x-ms-docs-key-type: riskyUser /identityProtection/riskyUsers/$count: description: Provides operations to count the resources in the collection. get: tags: - identityProtection.riskyUser summary: Get the number of the resource operationId: identityProtection.riskyUsers.GetCount-2b7d parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /identityProtection/riskyUsers/confirmCompromised: description: Provides operations to call the confirmCompromised method. post: tags: - identityProtection.Actions summary: Invoke action confirmCompromised description: Confirm one or more riskyUser objects as compromised. This action sets the targeted user's risk level to high. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/riskyuser-confirmcompromised?view=graph-rest-1.0 operationId: identityProtection.riskyUsers.confirmCompromised requestBody: description: Action parameters content: application/json: schema: type: object properties: userIds: type: array items: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-docs-grouped-path: - /identityProtection/riskyServicePrincipals/confirmCompromised /identityProtection/riskyUsers/dismiss: description: Provides operations to call the dismiss method. post: tags: - identityProtection.Actions summary: Invoke action dismiss description: Dismiss the risk of one or more riskyUser objects. This action sets the targeted user's risk level to none. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/riskyuser-dismiss?view=graph-rest-1.0 operationId: identityProtection.riskyUsers.dismiss requestBody: description: Action parameters content: application/json: schema: type: object properties: userIds: type: array items: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-docs-grouped-path: - /identityProtection/riskyServicePrincipals/dismiss /identityProtection/servicePrincipalRiskDetections: description: Provides operations to manage the servicePrincipalRiskDetections property of the microsoft.graph.identityProtectionRoot entity. get: tags: - identityProtection.servicePrincipalRiskDetection summary: List servicePrincipalRiskDetections description: Retrieve the properties of a collection of servicePrincipalRiskDetection objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/identityprotectionroot-list-serviceprincipalriskdetections?view=graph-rest-1.0 operationId: identityProtection.ListServicePrincipalRiskDetections parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.servicePrincipalRiskDetectionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityProtection.servicePrincipalRiskDetection summary: Create new navigation property to servicePrincipalRiskDetections for identityProtection operationId: identityProtection.CreateServicePrincipalRiskDetections requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.servicePrincipalRiskDetection' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.servicePrincipalRiskDetection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}': description: Provides operations to manage the servicePrincipalRiskDetections property of the microsoft.graph.identityProtectionRoot entity. get: tags: - identityProtection.servicePrincipalRiskDetection summary: Get servicePrincipalRiskDetection description: Read the properties and relationships of a servicePrincipalRiskDetection object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/serviceprincipalriskdetection-get?view=graph-rest-1.0 operationId: identityProtection.GetServicePrincipalRiskDetections parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.servicePrincipalRiskDetection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - identityProtection.servicePrincipalRiskDetection summary: Update the navigation property servicePrincipalRiskDetections in identityProtection operationId: identityProtection.UpdateServicePrincipalRiskDetections requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.servicePrincipalRiskDetection' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.servicePrincipalRiskDetection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityProtection.servicePrincipalRiskDetection summary: Delete navigation property servicePrincipalRiskDetections for identityProtection operationId: identityProtection.DeleteServicePrincipalRiskDetections parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: servicePrincipalRiskDetection-id in: path description: The unique identifier of servicePrincipalRiskDetection required: true schema: type: string x-ms-docs-key-type: servicePrincipalRiskDetection /identityProtection/servicePrincipalRiskDetections/$count: description: Provides operations to count the resources in the collection. get: tags: - identityProtection.servicePrincipalRiskDetection summary: Get the number of the resource operationId: identityProtection.servicePrincipalRiskDetections.GetCount-1bc5 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /identityProviders: description: Provides operations to manage the collection of identityProvider entities. get: tags: - identityProviders.identityProvider summary: List identityProviders (deprecated) description: Retrieve all identityProviders in the directory. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/identityprovider-list?view=graph-rest-1.0 operationId: identityProviders.identityProvider.ListIdentityProvider parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.identityProviderCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: removalDate: '2023-03-15' date: '2021-08-24' version: 2021-05/identityProvider description: The identityProvider API is deprecated and will stop returning data on March 2023. Please use the new identityProviderBase API. x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - identityProviders.identityProvider summary: Create identityProvider (deprecated) description: 'Create a new identityProvider by specifying display name, identityProvider type, client ID, and client secret.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/identityprovider-post-identityproviders?view=graph-rest-1.0 operationId: identityProviders.identityProvider.CreateIdentityProvider requestBody: description: New entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityProvider' required: true responses: 2XX: description: Created entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityProvider' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: removalDate: '2023-03-15' date: '2021-08-24' version: 2021-05/identityProvider description: The identityProvider API is deprecated and will stop returning data on March 2023. Please use the new identityProviderBase API. x-ms-docs-operation-type: operation '/identityProviders/{identityProvider-id}': description: Provides operations to manage the collection of identityProvider entities. get: tags: - identityProviders.identityProvider summary: Get identityProvider (deprecated) description: Retrieve the properties of an existing identityProvider. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/identityprovider-get?view=graph-rest-1.0 operationId: identityProviders.identityProvider.GetIdentityProvider parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityProvider' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: removalDate: '2023-03-15' date: '2021-08-24' version: 2021-05/identityProvider description: The identityProvider API is deprecated and will stop returning data on March 2023. Please use the new identityProviderBase API. x-ms-docs-operation-type: operation patch: tags: - identityProviders.identityProvider summary: Update identityProvider (deprecated) description: Update properties in an existing identityProvider. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/identityprovider-update?view=graph-rest-1.0 operationId: identityProviders.identityProvider.UpdateIdentityProvider requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityProvider' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityProvider' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: removalDate: '2023-03-15' date: '2021-08-24' version: 2021-05/identityProvider description: The identityProvider API is deprecated and will stop returning data on March 2023. Please use the new identityProviderBase API. x-ms-docs-operation-type: operation delete: tags: - identityProviders.identityProvider summary: Delete identityProvider (deprecated) description: Delete an existing identityProvider. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/identityprovider-delete?view=graph-rest-1.0 operationId: identityProviders.identityProvider.DeleteIdentityProvider parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: removalDate: '2023-03-15' date: '2021-08-24' version: 2021-05/identityProvider description: The identityProvider API is deprecated and will stop returning data on March 2023. Please use the new identityProviderBase API. x-ms-docs-operation-type: operation parameters: - name: identityProvider-id in: path description: The unique identifier of identityProvider required: true schema: type: string x-ms-docs-key-type: identityProvider /identityProviders/$count: description: Provides operations to count the resources in the collection. get: tags: - identityProviders.identityProvider summary: Get the number of the resource operationId: identityProviders.GetCount-a7d6 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: removalDate: '2023-03-15' date: '2021-08-24' version: 2021-05/identityProvider description: The identityProvider API is deprecated and will stop returning data on March 2023. Please use the new identityProviderBase API. /identityProviders/availableProviderTypes(): description: Provides operations to call the availableProviderTypes method. get: tags: - identityProviders.Functions summary: Invoke function availableProviderTypes description: Retrieves all identity provider types available in a directory. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/identityprovider-list-availableprovidertypes?view=graph-rest-1.0 operationId: identityProviders.availableProviderTypes parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: type: string nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: removalDate: '2023-03-15' date: '2021-08-24' version: 2021-05/identityProvider description: The identityProvider API is deprecated and will stop returning data on March 2023. Please use the new identityProviderBase API. x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /informationProtection: description: Provides operations to manage the informationProtection singleton. get: tags: - informationProtection.informationProtection summary: Get informationProtection operationId: informationProtection.informationProtection.GetInformationProtection parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.informationProtection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - informationProtection.informationProtection summary: Update informationProtection operationId: informationProtection.informationProtection.UpdateInformationProtection requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.informationProtection' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.informationProtection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /informationProtection/bitlocker: description: Provides operations to manage the bitlocker property of the microsoft.graph.informationProtection entity. get: tags: - informationProtection.bitlocker summary: Get bitlocker from informationProtection operationId: informationProtection.GetBitlocker parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.bitlocker' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /informationProtection/bitlocker/recoveryKeys: description: Provides operations to manage the recoveryKeys property of the microsoft.graph.bitlocker entity. get: tags: - informationProtection.bitlocker summary: List recoveryKeys description: 'Get a list of the bitlockerRecoveryKey objects and their properties. This operation does not return the key property. For information about how to read the key property, see Get bitlockerRecoveryKey.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/bitlocker-list-recoverykeys?view=graph-rest-1.0 operationId: informationProtection.bitlocker.ListRecoveryKeys parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.bitlockerRecoveryKeyCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation '/informationProtection/bitlocker/recoveryKeys/{bitlockerRecoveryKey-id}': description: Provides operations to manage the recoveryKeys property of the microsoft.graph.bitlocker entity. get: tags: - informationProtection.bitlocker summary: Get bitlockerRecoveryKey description: 'Retrieve the properties and relationships of a bitlockerRecoveryKey object. By default, this operation doesn''t return the key property that represents the actual recovery key. To include the key property in the response, use the $select OData query parameter. Including the $select query parameter triggers a Microsoft Entra audit of the operation and generates an audit log. For more information on audit logs for bitlocker recovery keys, see the KeyManagement category filter of Microsoft Entra audit logs.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/bitlockerrecoverykey-get?view=graph-rest-1.0 operationId: informationProtection.bitlocker.GetRecoveryKeys parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.bitlockerRecoveryKey' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: bitlockerRecoveryKey-id in: path description: The unique identifier of bitlockerRecoveryKey required: true schema: type: string x-ms-docs-key-type: bitlockerRecoveryKey /informationProtection/bitlocker/recoveryKeys/$count: description: Provides operations to count the resources in the collection. get: tags: - informationProtection.bitlocker summary: Get the number of the resource operationId: informationProtection.bitlocker.recoveryKeys.GetCount-3584 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /informationProtection/threatAssessmentRequests: description: Provides operations to manage the threatAssessmentRequests property of the microsoft.graph.informationProtection entity. get: tags: - informationProtection.threatAssessmentRequest summary: List threatAssessmentRequests description: 'Retrieve a list of threatAssessmentRequest objects. A threat assessment request can be one of the following types:' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/informationprotection-list-threatassessmentrequests?view=graph-rest-1.0 operationId: informationProtection.ListThreatAssessmentRequests parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.threatAssessmentRequestCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - informationProtection.threatAssessmentRequest summary: Create threatAssessmentRequest description: 'Create a new threat assessment request. A threat assessment request can be one of the following types:' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/informationprotection-post-threatassessmentrequests?view=graph-rest-1.0 operationId: informationProtection.CreateThreatAssessmentRequests requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.threatAssessmentRequest' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.threatAssessmentRequest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}': description: Provides operations to manage the threatAssessmentRequests property of the microsoft.graph.informationProtection entity. get: tags: - informationProtection.threatAssessmentRequest summary: Get threatAssessmentRequest description: 'Retrieve the properties and relationships of a specified threatAssessmentRequest object. A threat assessment request can be one of the following types:' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/threatassessmentrequest-get?view=graph-rest-1.0 operationId: informationProtection.GetThreatAssessmentRequests parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.threatAssessmentRequest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - informationProtection.threatAssessmentRequest summary: Update the navigation property threatAssessmentRequests in informationProtection operationId: informationProtection.UpdateThreatAssessmentRequests requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.threatAssessmentRequest' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.threatAssessmentRequest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - informationProtection.threatAssessmentRequest summary: Delete navigation property threatAssessmentRequests for informationProtection operationId: informationProtection.DeleteThreatAssessmentRequests parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: threatAssessmentRequest-id in: path description: The unique identifier of threatAssessmentRequest required: true schema: type: string x-ms-docs-key-type: threatAssessmentRequest '/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results': description: Provides operations to manage the results property of the microsoft.graph.threatAssessmentRequest entity. get: tags: - informationProtection.threatAssessmentRequest summary: Get results from informationProtection description: 'A collection of threat assessment results. Read-only. By default, a GET /threatAssessmentRequests/{id} does not return this property unless you apply $expand on it.' operationId: informationProtection.threatAssessmentRequests.ListResults parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.threatAssessmentResultCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - informationProtection.threatAssessmentRequest summary: Create new navigation property to results for informationProtection operationId: informationProtection.threatAssessmentRequests.CreateResults requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.threatAssessmentResult' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.threatAssessmentResult' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: threatAssessmentRequest-id in: path description: The unique identifier of threatAssessmentRequest required: true schema: type: string x-ms-docs-key-type: threatAssessmentRequest '/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}': description: Provides operations to manage the results property of the microsoft.graph.threatAssessmentRequest entity. get: tags: - informationProtection.threatAssessmentRequest summary: Get results from informationProtection description: 'A collection of threat assessment results. Read-only. By default, a GET /threatAssessmentRequests/{id} does not return this property unless you apply $expand on it.' operationId: informationProtection.threatAssessmentRequests.GetResults parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.threatAssessmentResult' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - informationProtection.threatAssessmentRequest summary: Update the navigation property results in informationProtection operationId: informationProtection.threatAssessmentRequests.UpdateResults requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.threatAssessmentResult' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.threatAssessmentResult' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - informationProtection.threatAssessmentRequest summary: Delete navigation property results for informationProtection operationId: informationProtection.threatAssessmentRequests.DeleteResults parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: threatAssessmentRequest-id in: path description: The unique identifier of threatAssessmentRequest required: true schema: type: string x-ms-docs-key-type: threatAssessmentRequest - name: threatAssessmentResult-id in: path description: The unique identifier of threatAssessmentResult required: true schema: type: string x-ms-docs-key-type: threatAssessmentResult '/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/$count': description: Provides operations to count the resources in the collection. get: tags: - informationProtection.threatAssessmentRequest summary: Get the number of the resource operationId: informationProtection.threatAssessmentRequests.results.GetCount-6c75 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: threatAssessmentRequest-id in: path description: The unique identifier of threatAssessmentRequest required: true schema: type: string x-ms-docs-key-type: threatAssessmentRequest /informationProtection/threatAssessmentRequests/$count: description: Provides operations to count the resources in the collection. get: tags: - informationProtection.threatAssessmentRequest summary: Get the number of the resource operationId: informationProtection.threatAssessmentRequests.GetCount-693a parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /invitations: description: Provides operations to manage the collection of invitation entities. get: tags: - invitations.invitation summary: Get entities from invitations operationId: invitations.invitation.ListInvitation parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.invitationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - invitations.invitation summary: Create invitation description: 'Use this API to create a new invitation or reset the redemption status for a guest user who already redeemed their invitation. Invitation adds an external user to the organization. When creating a new invitation, you have several options available:' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/invitation-post?view=graph-rest-1.0 operationId: invitations.invitation.CreateInvitation requestBody: description: New entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.invitation' required: true responses: 2XX: description: Created entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.invitation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /invitations/$count: description: Provides operations to count the resources in the collection. get: tags: - invitations.invitation summary: Get the number of the resource operationId: invitations.GetCount-8ff1 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /invitations/invitedUser: description: Provides operations to manage the invitedUser property of the microsoft.graph.invitation entity. get: tags: - invitations.user summary: Get invitedUser from invitations description: The user created as part of the invitation creation. Read-only. The id property is required in the request body to reset a redemption status. operationId: invitations.GetInvitedUser parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /invitations/invitedUser/mailboxSettings: get: tags: - invitations.user summary: Get mailboxSettings property value description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' operationId: invitations.invitedUser.GetMailboxSettings parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' patch: tags: - invitations.user summary: Update property mailboxSettings value. operationId: invitations.invitedUser.UpdateMailboxSettings requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /invitations/invitedUser/serviceProvisioningErrors: get: tags: - invitations.user summary: Get serviceProvisioningErrors property value description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' operationId: invitations.invitedUser.ListServiceProvisioningErrors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /invitations/invitedUser/serviceProvisioningErrors/$count: description: Provides operations to count the resources in the collection. get: tags: - invitations.user summary: Get the number of the resource operationId: invitations.invitedUser.ServiceProvisioningErrors.GetCount-df29 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /invitations/invitedUserSponsors: description: Provides operations to manage the invitedUserSponsors property of the microsoft.graph.invitation entity. get: tags: - invitations.directoryObject summary: Get invitedUserSponsors from invitations description: The users or groups who are sponsors of the invited user. Sponsors are users and groups that are responsible for guest users' privileges in the tenant and for keeping the guest users' information and access up to date. operationId: invitations.ListInvitedUserSponsors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation '/invitations/invitedUserSponsors/{directoryObject-id}': description: Provides operations to manage the invitedUserSponsors property of the microsoft.graph.invitation entity. get: tags: - invitations.directoryObject summary: Get invitedUserSponsors from invitations description: The users or groups who are sponsors of the invited user. Sponsors are users and groups that are responsible for guest users' privileges in the tenant and for keeping the guest users' information and access up to date. operationId: invitations.GetInvitedUserSponsors parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject /invitations/invitedUserSponsors/$count: description: Provides operations to count the resources in the collection. get: tags: - invitations.directoryObject summary: Get the number of the resource operationId: invitations.invitedUserSponsors.GetCount-648d parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /me: description: Provides operations to manage the user singleton. get: tags: - me.user summary: Get a user description: 'Retrieve the properties and relationships of user object. This operation returns by default only a subset of the more commonly used properties for each user. These default properties are noted in the Properties section. To get properties that are not returned by default, do a GET operation for the user and specify the properties in a $select OData query option. Because the user resource supports extensions, you can also use the GET operation to get custom properties and extension data in a user instance. Customers through Microsoft Entra ID for customers can also use this API operation to retrieve their details.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/user-get?view=graph-rest-1.0 operationId: me.user.GetUser parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.user summary: Update user description: Update the properties of a user object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/user-update?view=graph-rest-1.0 operationId: me.user.UpdateUser requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /me/activities: description: Provides operations to manage the activities property of the microsoft.graph.user entity. get: tags: - me.userActivity summary: Get user activities description: 'Get activities for a given user. Unlike the recent OData function, activities without histories will be returned. The permission UserActivity.ReadWrite.CreatedByApp will apply extra filtering to the response, so that only activities created by your application are returned. This server-side filtering might result in empty pages if the user is particularly active and other applications have created more recent activities. To get your application''s activities, use the nextLink property to paginate.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/projectrome-get-activities?view=graph-rest-1.0 operationId: me.ListActivities parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.userActivityCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.userActivity summary: Create new navigation property to activities for me operationId: me.CreateActivities requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userActivity' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userActivity' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/me/activities/{userActivity-id}': description: Provides operations to manage the activities property of the microsoft.graph.user entity. get: tags: - me.userActivity summary: Get activities from me description: The user's activities across devices. Read-only. Nullable. operationId: me.GetActivities parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userActivity' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.userActivity summary: Update the navigation property activities in me operationId: me.UpdateActivities requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userActivity' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userActivity' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.userActivity summary: Delete an activity description: Delete an existing user activity for your app. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/projectrome-delete-activity?view=graph-rest-1.0 operationId: me.DeleteActivities parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: userActivity-id in: path description: The unique identifier of userActivity required: true schema: type: string x-ms-docs-key-type: userActivity '/me/activities/{userActivity-id}/historyItems': description: Provides operations to manage the historyItems property of the microsoft.graph.userActivity entity. get: tags: - me.userActivity summary: Get historyItems from me description: Optional. NavigationProperty/Containment; navigation property to the activity's historyItems. operationId: me.activities.ListHistoryItems parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.activityHistoryItemCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.userActivity summary: Create new navigation property to historyItems for me operationId: me.activities.CreateHistoryItems requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.activityHistoryItem' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.activityHistoryItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: userActivity-id in: path description: The unique identifier of userActivity required: true schema: type: string x-ms-docs-key-type: userActivity '/me/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}': description: Provides operations to manage the historyItems property of the microsoft.graph.userActivity entity. get: tags: - me.userActivity summary: Get historyItems from me description: Optional. NavigationProperty/Containment; navigation property to the activity's historyItems. operationId: me.activities.GetHistoryItems parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.activityHistoryItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.userActivity summary: Delete an activityHistoryItem description: Delete an existing history item for an existing user activity. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/projectrome-delete-historyitem?view=graph-rest-1.0 operationId: me.activities.UpdateHistoryItems requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.activityHistoryItem' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.activityHistoryItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.userActivity summary: Delete navigation property historyItems for me operationId: me.activities.DeleteHistoryItems parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: userActivity-id in: path description: The unique identifier of userActivity required: true schema: type: string x-ms-docs-key-type: userActivity - name: activityHistoryItem-id in: path description: The unique identifier of activityHistoryItem required: true schema: type: string x-ms-docs-key-type: activityHistoryItem '/me/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}/activity': description: Provides operations to manage the activity property of the microsoft.graph.activityHistoryItem entity. get: tags: - me.userActivity summary: Get activity from me description: Optional. NavigationProperty/Containment; navigation property to the associated activity. operationId: me.activities.historyItems.GetActivity parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userActivity' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: userActivity-id in: path description: The unique identifier of userActivity required: true schema: type: string x-ms-docs-key-type: userActivity - name: activityHistoryItem-id in: path description: The unique identifier of activityHistoryItem required: true schema: type: string x-ms-docs-key-type: activityHistoryItem '/me/activities/{userActivity-id}/historyItems/$count': description: Provides operations to count the resources in the collection. get: tags: - me.userActivity summary: Get the number of the resource operationId: me.activities.historyItems.GetCount-b80d parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: userActivity-id in: path description: The unique identifier of userActivity required: true schema: type: string x-ms-docs-key-type: userActivity /me/activities/$count: description: Provides operations to count the resources in the collection. get: tags: - me.userActivity summary: Get the number of the resource operationId: me.activities.GetCount-65ad parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /me/activities/recent(): description: Provides operations to call the recent method. get: tags: - me.Functions summary: Invoke function recent description: 'Get recent activities for a given user. This OData function has some default behaviors included to make it operate like a ''most recently used'' API. The service queries for the most recent activityHistoryItems, and then pull those related activities. Activities are sorted according to the most recent lastModified on the activityHistoryItem. This means that activities without activityHistoryItems won''t be included in the response. The UserActivity.ReadWrite.CreatedByApp permission will also apply extra filtering to the response, so that only activities created by your application are returned. This server-side filtering might result in empty pages if the user is active and other applications have created more recent activities. To get your application''s activities, use the nextLink property to paginate.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/projectrome-get-recent-activities?view=graph-rest-1.0 operationId: me.activities.recent parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of userActivity type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.userActivity' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /me/agreementAcceptances: description: Provides operations to manage the agreementAcceptances property of the microsoft.graph.user entity. get: tags: - me.agreementAcceptance summary: List agreementAcceptances description: Retrieve the signed-in user's agreementAcceptance objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/user-list-agreementacceptances?view=graph-rest-1.0 operationId: me.ListAgreementAcceptances parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.agreementAcceptanceCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation '/me/agreementAcceptances/{agreementAcceptance-id}': description: Provides operations to manage the agreementAcceptances property of the microsoft.graph.user entity. get: tags: - me.agreementAcceptance summary: Get agreementAcceptances from me description: The user's terms of use acceptance statuses. Read-only. Nullable. operationId: me.GetAgreementAcceptances parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.agreementAcceptance' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: agreementAcceptance-id in: path description: The unique identifier of agreementAcceptance required: true schema: type: string x-ms-docs-key-type: agreementAcceptance /me/agreementAcceptances/$count: description: Provides operations to count the resources in the collection. get: tags: - me.agreementAcceptance summary: Get the number of the resource operationId: me.agreementAcceptances.GetCount-dea5 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /me/appRoleAssignments: description: Provides operations to manage the appRoleAssignments property of the microsoft.graph.user entity. get: tags: - me.appRoleAssignment summary: Get appRoleAssignments from me description: Represents the app roles a user is granted for an application. Supports $expand. operationId: me.ListAppRoleAssignments parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.appRoleAssignmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.appRoleAssignment summary: Create new navigation property to appRoleAssignments for me operationId: me.CreateAppRoleAssignments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.appRoleAssignment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.appRoleAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/me/appRoleAssignments/{appRoleAssignment-id}': description: Provides operations to manage the appRoleAssignments property of the microsoft.graph.user entity. get: tags: - me.appRoleAssignment summary: Get appRoleAssignments from me description: Represents the app roles a user is granted for an application. Supports $expand. operationId: me.GetAppRoleAssignments parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.appRoleAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.appRoleAssignment summary: Update the navigation property appRoleAssignments in me operationId: me.UpdateAppRoleAssignments requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.appRoleAssignment' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.appRoleAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.appRoleAssignment summary: Delete navigation property appRoleAssignments for me operationId: me.DeleteAppRoleAssignments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: appRoleAssignment-id in: path description: The unique identifier of appRoleAssignment required: true schema: type: string x-ms-docs-key-type: appRoleAssignment /me/appRoleAssignments/$count: description: Provides operations to count the resources in the collection. get: tags: - me.appRoleAssignment summary: Get the number of the resource operationId: me.appRoleAssignments.GetCount-f8bb parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /me/authentication: description: Provides operations to manage the authentication property of the microsoft.graph.user entity. get: tags: - me.authentication summary: Get authentication from me description: The authentication methods that are supported for the user. operationId: me.GetAuthentication parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authentication' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.authentication summary: Update the navigation property authentication in me operationId: me.UpdateAuthentication requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authentication' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authentication' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.authentication summary: Delete navigation property authentication for me operationId: me.DeleteAuthentication parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /me/authentication/emailMethods: description: Provides operations to manage the emailMethods property of the microsoft.graph.authentication entity. get: tags: - me.authentication summary: List emailMethods description: Retrieve a list of a user's email Authentication Method objects and their properties. This call only returns a single object referenced by ID 3ddfcfc8-9383-446f-83cc-3ab9be4be18f as only one email method can be set on users. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/authentication-list-emailmethods?view=graph-rest-1.0 operationId: me.authentication.ListEmailMethods parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.emailAuthenticationMethodCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.authentication summary: Create new navigation property to emailMethods for me operationId: me.authentication.CreateEmailMethods requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.emailAuthenticationMethod' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.emailAuthenticationMethod' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/me/authentication/emailMethods/{emailAuthenticationMethod-id}': description: Provides operations to manage the emailMethods property of the microsoft.graph.authentication entity. get: tags: - me.authentication summary: Get emailAuthenticationMethod description: Retrieve a user's single email authentication method object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/emailauthenticationmethod-get?view=graph-rest-1.0 operationId: me.authentication.GetEmailMethods parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.emailAuthenticationMethod' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.authentication summary: Update the navigation property emailMethods in me operationId: me.authentication.UpdateEmailMethods requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.emailAuthenticationMethod' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.emailAuthenticationMethod' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.authentication summary: Delete navigation property emailMethods for me operationId: me.authentication.DeleteEmailMethods parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: emailAuthenticationMethod-id in: path description: The unique identifier of emailAuthenticationMethod required: true schema: type: string x-ms-docs-key-type: emailAuthenticationMethod /me/authentication/emailMethods/$count: description: Provides operations to count the resources in the collection. get: tags: - me.authentication summary: Get the number of the resource operationId: me.authentication.emailMethods.GetCount-c0e4 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /me/authentication/fido2Methods: description: Provides operations to manage the fido2Methods property of the microsoft.graph.authentication entity. get: tags: - me.authentication summary: List fido2AuthenticationMethod description: Retrieve a list of a user's FIDO2 Security Key Authentication Method objects and their properties. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/fido2authenticationmethod-list?view=graph-rest-1.0 operationId: me.authentication.ListFido2Methods parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.fido2AuthenticationMethodCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation '/me/authentication/fido2Methods/{fido2AuthenticationMethod-id}': description: Provides operations to manage the fido2Methods property of the microsoft.graph.authentication entity. get: tags: - me.authentication summary: Get fido2AuthenticationMethod description: Retrieve a user's single FIDO2 Security Key Authentication Method object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/fido2authenticationmethod-get?view=graph-rest-1.0 operationId: me.authentication.GetFido2Methods parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.fido2AuthenticationMethod' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.authentication summary: Delete navigation property fido2Methods for me operationId: me.authentication.DeleteFido2Methods parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fido2AuthenticationMethod-id in: path description: The unique identifier of fido2AuthenticationMethod required: true schema: type: string x-ms-docs-key-type: fido2AuthenticationMethod /me/authentication/fido2Methods/$count: description: Provides operations to count the resources in the collection. get: tags: - me.authentication summary: Get the number of the resource operationId: me.authentication.fido2Methods.GetCount-34f5 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /me/authentication/methods: description: Provides operations to manage the methods property of the microsoft.graph.authentication entity. get: tags: - me.authentication summary: List methods description: 'Retrieve a list of authentication methods registered to a user. The authentication methods are defined by the types derived from the authenticationMethod resource type, and only the methods supported on this API version. See Microsoft Entra authentication methods API overview for a list of currently supported methods. We don''t recommend using the authentication methods APIs for scenarios where you need to iterate over your entire user population for auditing or security check purposes. For these types of scenarios, we recommend using the authentication method registration and usage reporting APIs (available on the beta endpoint only).' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/authentication-list-methods?view=graph-rest-1.0 operationId: me.authentication.ListMethods parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.authenticationMethodCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.authentication summary: Create new navigation property to methods for me operationId: me.authentication.CreateMethods requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authenticationMethod' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authenticationMethod' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/me/authentication/methods/{authenticationMethod-id}': description: Provides operations to manage the methods property of the microsoft.graph.authentication entity. get: tags: - me.authentication summary: Get authenticationMethod description: Retrieve the properties and relationships of an authenticationMethod object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/authenticationmethod-get?view=graph-rest-1.0 operationId: me.authentication.GetMethods parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authenticationMethod' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.authentication summary: Update the navigation property methods in me operationId: me.authentication.UpdateMethods requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authenticationMethod' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authenticationMethod' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: authenticationMethod-id in: path description: The unique identifier of authenticationMethod required: true schema: type: string x-ms-docs-key-type: authenticationMethod '/me/authentication/methods/{authenticationMethod-id}/resetPassword': description: Provides operations to call the resetPassword method. post: tags: - me.Actions summary: Invoke action resetPassword description: 'Reset a user''s password, represented by a password authentication method object. This can only be done by an administrator with appropriate permissions and can''t be performed on a user''s own account. This flow writes the new password to Microsoft Entra ID and pushes it to on-premises Active Directory if configured using password writeback. The admin can either provide a new password or have the system generate one. The user is prompted to change their password on their next sign in. This reset is a long-running operation and returns a Location header with a link where the caller can periodically check for the status of the reset operation.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/authenticationmethod-resetpassword?view=graph-rest-1.0 operationId: me.authentication.methods.authenticationMethod.resetPassword requestBody: description: Action parameters content: application/json: schema: type: object properties: newPassword: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.passwordResetResponse' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: authenticationMethod-id in: path description: The unique identifier of authenticationMethod required: true schema: type: string x-ms-docs-key-type: authenticationMethod /me/authentication/methods/$count: description: Provides operations to count the resources in the collection. get: tags: - me.authentication summary: Get the number of the resource operationId: me.authentication.methods.GetCount-2354 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /me/authentication/microsoftAuthenticatorMethods: description: Provides operations to manage the microsoftAuthenticatorMethods property of the microsoft.graph.authentication entity. get: tags: - me.authentication summary: Get microsoftAuthenticatorMethods from me description: The details of the Microsoft Authenticator app registered to a user for authentication. operationId: me.authentication.ListMicrosoftAuthenticatorMethods parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.microsoftAuthenticatorAuthenticationMethodCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation '/me/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}': description: Provides operations to manage the microsoftAuthenticatorMethods property of the microsoft.graph.authentication entity. get: tags: - me.authentication summary: Get microsoftAuthenticatorMethods from me description: The details of the Microsoft Authenticator app registered to a user for authentication. operationId: me.authentication.GetMicrosoftAuthenticatorMethods parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.microsoftAuthenticatorAuthenticationMethod' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.authentication summary: Delete navigation property microsoftAuthenticatorMethods for me operationId: me.authentication.DeleteMicrosoftAuthenticatorMethods parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: microsoftAuthenticatorAuthenticationMethod-id in: path description: The unique identifier of microsoftAuthenticatorAuthenticationMethod required: true schema: type: string x-ms-docs-key-type: microsoftAuthenticatorAuthenticationMethod '/me/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device': description: Provides operations to manage the device property of the microsoft.graph.microsoftAuthenticatorAuthenticationMethod entity. get: tags: - me.authentication summary: Get device from me description: The registered device on which Microsoft Authenticator resides. This property is null if the device isn't registered for passwordless Phone Sign-In. operationId: me.authentication.microsoftAuthenticatorMethods.GetDevice parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.device' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: microsoftAuthenticatorAuthenticationMethod-id in: path description: The unique identifier of microsoftAuthenticatorAuthenticationMethod required: true schema: type: string x-ms-docs-key-type: microsoftAuthenticatorAuthenticationMethod /me/authentication/microsoftAuthenticatorMethods/$count: description: Provides operations to count the resources in the collection. get: tags: - me.authentication summary: Get the number of the resource operationId: me.authentication.microsoftAuthenticatorMethods.GetCount-895b parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /me/authentication/operations: description: Provides operations to manage the operations property of the microsoft.graph.authentication entity. get: tags: - me.authentication summary: Get operations from me description: 'Represents the status of a long-running operation, such as a password reset operation.' operationId: me.authentication.ListOperations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.longRunningOperationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.authentication summary: Create new navigation property to operations for me operationId: me.authentication.CreateOperations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.longRunningOperation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.longRunningOperation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/me/authentication/operations/{longRunningOperation-id}': description: Provides operations to manage the operations property of the microsoft.graph.authentication entity. get: tags: - me.authentication summary: Get operations from me description: 'Represents the status of a long-running operation, such as a password reset operation.' operationId: me.authentication.GetOperations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.longRunningOperation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.authentication summary: Update the navigation property operations in me operationId: me.authentication.UpdateOperations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.longRunningOperation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.longRunningOperation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.authentication summary: Delete navigation property operations for me operationId: me.authentication.DeleteOperations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: longRunningOperation-id in: path description: The unique identifier of longRunningOperation required: true schema: type: string x-ms-docs-key-type: longRunningOperation /me/authentication/operations/$count: description: Provides operations to count the resources in the collection. get: tags: - me.authentication summary: Get the number of the resource operationId: me.authentication.operations.GetCount-19ab parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /me/authentication/passwordMethods: description: Provides operations to manage the passwordMethods property of the microsoft.graph.authentication entity. get: tags: - me.authentication summary: List passwordMethods description: 'Retrieve a list of the passwords registered to a user, represented by a passwordAuthenticationMethod object. This API returns exactly one object referenced by ID 28c10230-6103-485e-b985-444c60001490, as a user can have exactly one password. For security, the password itself is never returned in the object and the password property is always null.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/authentication-list-passwordmethods?view=graph-rest-1.0 operationId: me.authentication.ListPasswordMethods parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.passwordAuthenticationMethodCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.authentication summary: Create new navigation property to passwordMethods for me operationId: me.authentication.CreatePasswordMethods requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.passwordAuthenticationMethod' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.passwordAuthenticationMethod' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/me/authentication/passwordMethods/{passwordAuthenticationMethod-id}': description: Provides operations to manage the passwordMethods property of the microsoft.graph.authentication entity. get: tags: - me.authentication summary: Get passwordAuthenticationMethod description: 'Retrieve a password that''s registered to a user, represented by a passwordAuthenticationMethod object. For security, the password itself will never be returned in the object and the password property is always null.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/passwordauthenticationmethod-get?view=graph-rest-1.0 operationId: me.authentication.GetPasswordMethods parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.passwordAuthenticationMethod' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: passwordAuthenticationMethod-id in: path description: The unique identifier of passwordAuthenticationMethod required: true schema: type: string x-ms-docs-key-type: passwordAuthenticationMethod /me/authentication/passwordMethods/$count: description: Provides operations to count the resources in the collection. get: tags: - me.authentication summary: Get the number of the resource operationId: me.authentication.passwordMethods.GetCount-11e2 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /me/authentication/phoneMethods: description: Provides operations to manage the phoneMethods property of the microsoft.graph.authentication entity. get: tags: - me.authentication summary: List phoneMethods description: 'Retrieve a list of phone authentication method objects for a user. This will return up to three objects, as a user can have up to three phones usable for authentication. This method is available only for standard Microsoft Entra ID and B2B users, but not B2C users.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/authentication-list-phonemethods?view=graph-rest-1.0 operationId: me.authentication.ListPhoneMethods parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.phoneAuthenticationMethodCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.authentication summary: Create new navigation property to phoneMethods for me operationId: me.authentication.CreatePhoneMethods requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.phoneAuthenticationMethod' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.phoneAuthenticationMethod' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/me/authentication/phoneMethods/{phoneAuthenticationMethod-id}': description: Provides operations to manage the phoneMethods property of the microsoft.graph.authentication entity. get: tags: - me.authentication summary: Get phoneAuthenticationMethod description: 'Retrieve a single phoneAuthenticationMethod object for a user. This method is available only for standard Microsoft Entra ID and B2B users, but not B2C users.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/phoneauthenticationmethod-get?view=graph-rest-1.0 operationId: me.authentication.GetPhoneMethods parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.phoneAuthenticationMethod' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.authentication summary: Update the navigation property phoneMethods in me operationId: me.authentication.UpdatePhoneMethods requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.phoneAuthenticationMethod' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.phoneAuthenticationMethod' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.authentication summary: Delete phoneAuthenticationMethod description: 'Delete a user''s phone authentication method. This removes the phone number from the user and they''ll no longer be able to use the number for authentication, whether via SMS or voice calls. A user can''t have an alternateMobile number without a mobile number. If you want to remove a mobile number from a user that also has an alternateMobile number, first update the mobile number to the new number, then delete the alternateMobile number. If the phone number is the user''s default Azure multi-factor authentication (MFA) authentication method, it can''t be deleted. Have the user change their default authentication method, and then delete the number.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/phoneauthenticationmethod-delete?view=graph-rest-1.0 operationId: me.authentication.DeletePhoneMethods parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: phoneAuthenticationMethod-id in: path description: The unique identifier of phoneAuthenticationMethod required: true schema: type: string x-ms-docs-key-type: phoneAuthenticationMethod '/me/authentication/phoneMethods/{phoneAuthenticationMethod-id}/disableSmsSignIn': description: Provides operations to call the disableSmsSignIn method. post: tags: - me.Actions summary: Invoke action disableSmsSignIn description: 'Disable SMS sign-in for an existing mobile phone number registered to a user. The number will no longer be available for SMS sign-in, which can prevent your user from signing in.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/phoneauthenticationmethod-disablesmssignin?view=graph-rest-1.0 operationId: me.authentication.phoneMethods.phoneAuthenticationMethod.disableSmsSignIn responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: phoneAuthenticationMethod-id in: path description: The unique identifier of phoneAuthenticationMethod required: true schema: type: string x-ms-docs-key-type: phoneAuthenticationMethod '/me/authentication/phoneMethods/{phoneAuthenticationMethod-id}/enableSmsSignIn': description: Provides operations to call the enableSmsSignIn method. post: tags: - me.Actions summary: Invoke action enableSmsSignIn description: 'Enable SMS sign-in for an existing mobile phone number registered to a user. To be successfully enabled:' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/phoneauthenticationmethod-enablesmssignin?view=graph-rest-1.0 operationId: me.authentication.phoneMethods.phoneAuthenticationMethod.enableSmsSignIn responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: phoneAuthenticationMethod-id in: path description: The unique identifier of phoneAuthenticationMethod required: true schema: type: string x-ms-docs-key-type: phoneAuthenticationMethod /me/authentication/phoneMethods/$count: description: Provides operations to count the resources in the collection. get: tags: - me.authentication summary: Get the number of the resource operationId: me.authentication.phoneMethods.GetCount-d96d parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /me/authentication/softwareOathMethods: description: Provides operations to manage the softwareOathMethods property of the microsoft.graph.authentication entity. get: tags: - me.authentication summary: List softwareOathMethods description: Retrieve a list of a user's software OATH token authentication method objects and their properties. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/authentication-list-softwareoathmethods?view=graph-rest-1.0 operationId: me.authentication.ListSoftwareOathMethods parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.softwareOathAuthenticationMethodCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation '/me/authentication/softwareOathMethods/{softwareOathAuthenticationMethod-id}': description: Provides operations to manage the softwareOathMethods property of the microsoft.graph.authentication entity. get: tags: - me.authentication summary: Get softwareOathAuthenticationMethod description: Retrieve a user's single Software OATH token authentication method object and its properties. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/softwareoathauthenticationmethod-get?view=graph-rest-1.0 operationId: me.authentication.GetSoftwareOathMethods parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.softwareOathAuthenticationMethod' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.authentication summary: Delete navigation property softwareOathMethods for me operationId: me.authentication.DeleteSoftwareOathMethods parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: softwareOathAuthenticationMethod-id in: path description: The unique identifier of softwareOathAuthenticationMethod required: true schema: type: string x-ms-docs-key-type: softwareOathAuthenticationMethod /me/authentication/softwareOathMethods/$count: description: Provides operations to count the resources in the collection. get: tags: - me.authentication summary: Get the number of the resource operationId: me.authentication.softwareOathMethods.GetCount-b651 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /me/authentication/temporaryAccessPassMethods: description: Provides operations to manage the temporaryAccessPassMethods property of the microsoft.graph.authentication entity. get: tags: - me.authentication summary: Get temporaryAccessPassMethods from me description: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. operationId: me.authentication.ListTemporaryAccessPassMethods parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.temporaryAccessPassAuthenticationMethodCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.authentication summary: Create new navigation property to temporaryAccessPassMethods for me operationId: me.authentication.CreateTemporaryAccessPassMethods requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.temporaryAccessPassAuthenticationMethod' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.temporaryAccessPassAuthenticationMethod' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/me/authentication/temporaryAccessPassMethods/{temporaryAccessPassAuthenticationMethod-id}': description: Provides operations to manage the temporaryAccessPassMethods property of the microsoft.graph.authentication entity. get: tags: - me.authentication summary: Get temporaryAccessPassMethods from me description: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. operationId: me.authentication.GetTemporaryAccessPassMethods parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.temporaryAccessPassAuthenticationMethod' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.authentication summary: Delete navigation property temporaryAccessPassMethods for me operationId: me.authentication.DeleteTemporaryAccessPassMethods parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: temporaryAccessPassAuthenticationMethod-id in: path description: The unique identifier of temporaryAccessPassAuthenticationMethod required: true schema: type: string x-ms-docs-key-type: temporaryAccessPassAuthenticationMethod /me/authentication/temporaryAccessPassMethods/$count: description: Provides operations to count the resources in the collection. get: tags: - me.authentication summary: Get the number of the resource operationId: me.authentication.temporaryAccessPassMethods.GetCount-cd4f parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /me/authentication/windowsHelloForBusinessMethods: description: Provides operations to manage the windowsHelloForBusinessMethods property of the microsoft.graph.authentication entity. get: tags: - me.authentication summary: Get windowsHelloForBusinessMethods from me description: Represents the Windows Hello for Business authentication method registered to a user for authentication. operationId: me.authentication.ListWindowsHelloForBusinessMethods parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.windowsHelloForBusinessAuthenticationMethodCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation '/me/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}': description: Provides operations to manage the windowsHelloForBusinessMethods property of the microsoft.graph.authentication entity. get: tags: - me.authentication summary: Get windowsHelloForBusinessMethods from me description: Represents the Windows Hello for Business authentication method registered to a user for authentication. operationId: me.authentication.GetWindowsHelloForBusinessMethods parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsHelloForBusinessAuthenticationMethod' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.authentication summary: Delete navigation property windowsHelloForBusinessMethods for me operationId: me.authentication.DeleteWindowsHelloForBusinessMethods parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: windowsHelloForBusinessAuthenticationMethod-id in: path description: The unique identifier of windowsHelloForBusinessAuthenticationMethod required: true schema: type: string x-ms-docs-key-type: windowsHelloForBusinessAuthenticationMethod '/me/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device': description: Provides operations to manage the device property of the microsoft.graph.windowsHelloForBusinessAuthenticationMethod entity. get: tags: - me.authentication summary: Get device from me description: 'The registered device on which this Windows Hello for Business key resides. Supports $expand. When you get a user''s Windows Hello for Business registration information, this property is returned only on a single GET and when you specify ?$expand. For example, GET /users/admin@contoso.com/authentication/windowsHelloForBusinessMethods/_jpuR-TGZtk6aQCLF3BQjA2?$expand=device.' operationId: me.authentication.windowsHelloForBusinessMethods.GetDevice parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.device' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: windowsHelloForBusinessAuthenticationMethod-id in: path description: The unique identifier of windowsHelloForBusinessAuthenticationMethod required: true schema: type: string x-ms-docs-key-type: windowsHelloForBusinessAuthenticationMethod /me/authentication/windowsHelloForBusinessMethods/$count: description: Provides operations to count the resources in the collection. get: tags: - me.authentication summary: Get the number of the resource operationId: me.authentication.windowsHelloForBusinessMethods.GetCount-af76 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /me/calendar: description: Provides operations to manage the calendar property of the microsoft.graph.user entity. get: tags: - me.calendar summary: Get calendar description: "Get the properties and relationships of a calendar object. The calendar can be one for a user,\nor the default calendar of a Microsoft 365 group. There are two scenarios where an app can get another user's calendar:" externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/calendar-get?view=graph-rest-1.0 operationId: me.GetCalendar parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.calendar summary: Update calendar description: "Update the properties of a calendar object. The calendar can be one for a user,\nor the default calendar of a Microsoft 365 group." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/calendar-update?view=graph-rest-1.0 operationId: me.UpdateCalendar requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /me/calendar/calendarPermissions: description: Provides operations to manage the calendarPermissions property of the microsoft.graph.calendar entity. get: tags: - me.calendar summary: Get calendarPermissions from me description: The permissions of the users with whom the calendar is shared. operationId: me.calendar.ListCalendarPermissions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.calendarPermissionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.calendar summary: Create calendarPermission description: Create a calendarPermission resource to specify the identity and role of the user with whom the specified calendar is being shared or delegated. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/calendar-post-calendarpermissions?view=graph-rest-1.0 operationId: me.calendar.CreateCalendarPermissions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendarPermission' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendarPermission' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation x-ms-docs-grouped-path: - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarPermissions' - '/me/calendars/{calendar-id}/calendarPermissions' '/me/calendar/calendarPermissions/{calendarPermission-id}': description: Provides operations to manage the calendarPermissions property of the microsoft.graph.calendar entity. get: tags: - me.calendar summary: Get calendarPermissions from me description: The permissions of the users with whom the calendar is shared. operationId: me.calendar.GetCalendarPermissions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendarPermission' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.calendar summary: Update the navigation property calendarPermissions in me operationId: me.calendar.UpdateCalendarPermissions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendarPermission' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendarPermission' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.calendar summary: Delete navigation property calendarPermissions for me operationId: me.calendar.DeleteCalendarPermissions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: calendarPermission-id in: path description: The unique identifier of calendarPermission required: true schema: type: string x-ms-docs-key-type: calendarPermission x-ms-docs-grouped-path: - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarPermissions/{calendarPermission-id}' - '/me/calendars/{calendar-id}/calendarPermissions/{calendarPermission-id}' /me/calendar/calendarPermissions/$count: description: Provides operations to count the resources in the collection. get: tags: - me.calendar summary: Get the number of the resource operationId: me.calendar.calendarPermissions.GetCount-7010 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /me/calendar/calendarView: description: Provides operations to manage the calendarView property of the microsoft.graph.calendar entity. get: tags: - me.calendar summary: List calendarView description: "Get the occurrences, exceptions and single instances of events in a calendar view defined by a time range,\nfrom a user's default calendar (../me/calendarView) or some other calendar of the user's." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/calendar-list-calendarview?view=graph-rest-1.0 operationId: me.calendar.ListCalendarView parameters: - name: startDateTime in: query description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' required: true schema: type: string - name: endDateTime in: query description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation x-ms-docs-grouped-path: - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView' - '/me/calendars/{calendar-id}/calendarView' '/me/calendar/calendarView/{event-id}': description: Provides operations to manage the calendarView property of the microsoft.graph.calendar entity. get: tags: - me.calendar summary: Get calendarView from me description: The calendar view for the calendar. Navigation property. Read-only. operationId: me.calendar.GetCalendarView parameters: - name: startDateTime in: query description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' required: true schema: type: string - name: endDateTime in: query description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}' - '/me/calendars/{calendar-id}/calendarView/{event-id}' '/me/calendar/calendarView/{event-id}/attachments': description: Provides operations to manage the attachments property of the microsoft.graph.event entity. get: tags: - me.calendar summary: Get attachments from me description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: me.calendar.calendarView.ListAttachments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.calendar summary: Create new navigation property to attachments for me operationId: me.calendar.calendarView.CreateAttachments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/attachments' - '/me/calendar/events/{event-id}/attachments' - '/me/calendar/events/{event-id}/instances/{event-id1}/attachments' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments' - '/me/calendars/{calendar-id}/calendarView/{event-id}/attachments' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments' - '/me/calendars/{calendar-id}/events/{event-id}/attachments' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments' - '/me/calendarView/{event-id}/attachments' - '/me/calendarView/{event-id}/instances/{event-id1}/attachments' - '/me/events/{event-id}/attachments' - '/me/events/{event-id}/instances/{event-id1}/attachments' '/me/calendar/calendarView/{event-id}/attachments/{attachment-id}': description: Provides operations to manage the attachments property of the microsoft.graph.event entity. get: tags: - me.calendar summary: Get attachments from me description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: me.calendar.calendarView.GetAttachments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.calendar summary: Delete navigation property attachments for me operationId: me.calendar.calendarView.DeleteAttachments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: attachment-id in: path description: The unique identifier of attachment required: true schema: type: string x-ms-docs-key-type: attachment x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/calendar/events/{event-id}/attachments/{attachment-id}' - '/me/calendar/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/calendarView/{event-id}/attachments/{attachment-id}' - '/me/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/events/{event-id}/attachments/{attachment-id}' - '/me/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' '/me/calendar/calendarView/{event-id}/attachments/$count': description: Provides operations to count the resources in the collection. get: tags: - me.calendar summary: Get the number of the resource operationId: me.calendar.calendarView.attachments.GetCount-aca2 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/me/calendar/calendarView/{event-id}/attachments/createUploadSession': description: Provides operations to call the createUploadSession method. post: tags: - me.Actions summary: Invoke action createUploadSession description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 operationId: me.calendar.calendarView.event.attachments.createUploadSession requestBody: description: Action parameters content: application/json: schema: type: object properties: AttachmentItem: $ref: '#/components/schemas/microsoft.graph.attachmentItem' required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.uploadSession' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendar/events/{event-id}/attachments/createUploadSession' - '/me/calendar/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/createUploadSession' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/createUploadSession' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendars/{calendar-id}/calendarView/{event-id}/attachments/createUploadSession' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendars/{calendar-id}/events/{event-id}/attachments/createUploadSession' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendarView/{event-id}/attachments/createUploadSession' - '/me/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/events/{event-id}/attachments/createUploadSession' - '/me/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/createUploadSession' - '/me/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/createUploadSession' - '/me/messages/{message-id}/attachments/createUploadSession' - '/me/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/createUploadSession' '/me/calendar/calendarView/{event-id}/calendar': description: Provides operations to manage the calendar property of the microsoft.graph.event entity. get: tags: - me.calendar summary: Get calendar from me description: The calendar that contains the event. Navigation property. Read-only. operationId: me.calendar.calendarView.GetCalendar parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/calendar' - '/me/calendar/events/{event-id}/calendar' - '/me/calendar/events/{event-id}/instances/{event-id1}/calendar' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/calendar' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/calendar' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/calendar' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/calendar' - '/me/calendars/{calendar-id}/calendarView/{event-id}/calendar' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/calendar' - '/me/calendars/{calendar-id}/events/{event-id}/calendar' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/calendar' - '/me/calendarView/{event-id}/calendar' - '/me/calendarView/{event-id}/instances/{event-id1}/calendar' - '/me/events/{event-id}/calendar' - '/me/events/{event-id}/instances/{event-id1}/calendar' '/me/calendar/calendarView/{event-id}/extensions': description: Provides operations to manage the extensions property of the microsoft.graph.event entity. get: tags: - me.calendar summary: Get extensions from me description: The collection of open extensions defined for the event. Nullable. operationId: me.calendar.calendarView.ListExtensions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.calendar summary: Create new navigation property to extensions for me operationId: me.calendar.calendarView.CreateExtensions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/extensions' - '/me/calendar/events/{event-id}/extensions' - '/me/calendar/events/{event-id}/instances/{event-id1}/extensions' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions' - '/me/calendars/{calendar-id}/calendarView/{event-id}/extensions' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions' - '/me/calendars/{calendar-id}/events/{event-id}/extensions' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions' - '/me/calendarView/{event-id}/extensions' - '/me/calendarView/{event-id}/instances/{event-id1}/extensions' - '/me/events/{event-id}/extensions' - '/me/events/{event-id}/instances/{event-id1}/extensions' '/me/calendar/calendarView/{event-id}/extensions/{extension-id}': description: Provides operations to manage the extensions property of the microsoft.graph.event entity. get: tags: - me.calendar summary: Get extensions from me description: The collection of open extensions defined for the event. Nullable. operationId: me.calendar.calendarView.GetExtensions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.calendar summary: Update the navigation property extensions in me operationId: me.calendar.calendarView.UpdateExtensions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.calendar summary: Delete navigation property extensions for me operationId: me.calendar.calendarView.DeleteExtensions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: extension-id in: path description: The unique identifier of extension required: true schema: type: string x-ms-docs-key-type: extension x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/calendar/events/{event-id}/extensions/{extension-id}' - '/me/calendar/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/calendarView/{event-id}/extensions/{extension-id}' - '/me/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/events/{event-id}/extensions/{extension-id}' - '/me/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' '/me/calendar/calendarView/{event-id}/extensions/$count': description: Provides operations to count the resources in the collection. get: tags: - me.calendar summary: Get the number of the resource operationId: me.calendar.calendarView.extensions.GetCount-5f34 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/me/calendar/calendarView/{event-id}/instances': description: Provides operations to manage the instances property of the microsoft.graph.event entity. get: tags: - me.calendar summary: Get instances from me description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' operationId: me.calendar.calendarView.ListInstances parameters: - name: startDateTime in: query description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' required: true schema: type: string - name: endDateTime in: query description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/events/{event-id}/instances' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances' - '/me/calendars/{calendar-id}/events/{event-id}/instances' - '/me/calendarView/{event-id}/instances' - '/me/events/{event-id}/instances' '/me/calendar/calendarView/{event-id}/instances/{event-id1}': description: Provides operations to manage the instances property of the microsoft.graph.event entity. get: tags: - me.calendar summary: Get instances from me description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' operationId: me.calendar.calendarView.GetInstances parameters: - name: startDateTime in: query description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' required: true schema: type: string - name: endDateTime in: query description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/events/{event-id}/instances/{event-id1}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}' - '/me/calendarView/{event-id}/instances/{event-id1}' - '/me/events/{event-id}/instances/{event-id1}' '/me/calendar/calendarView/{event-id}/instances/{event-id1}/attachments': description: Provides operations to manage the attachments property of the microsoft.graph.event entity. get: tags: - me.calendar summary: Get attachments from me description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: me.calendar.calendarView.instances.ListAttachments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.calendar summary: Create new navigation property to attachments for me operationId: me.calendar.calendarView.instances.CreateAttachments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/attachments' - '/me/calendar/events/{event-id}/attachments' - '/me/calendar/events/{event-id}/instances/{event-id1}/attachments' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments' - '/me/calendars/{calendar-id}/calendarView/{event-id}/attachments' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments' - '/me/calendars/{calendar-id}/events/{event-id}/attachments' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments' - '/me/calendarView/{event-id}/attachments' - '/me/calendarView/{event-id}/instances/{event-id1}/attachments' - '/me/events/{event-id}/attachments' - '/me/events/{event-id}/instances/{event-id1}/attachments' '/me/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}': description: Provides operations to manage the attachments property of the microsoft.graph.event entity. get: tags: - me.calendar summary: Get attachments from me description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: me.calendar.calendarView.instances.GetAttachments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.calendar summary: Delete navigation property attachments for me operationId: me.calendar.calendarView.instances.DeleteAttachments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: attachment-id in: path description: The unique identifier of attachment required: true schema: type: string x-ms-docs-key-type: attachment x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/attachments/{attachment-id}' - '/me/calendar/events/{event-id}/attachments/{attachment-id}' - '/me/calendar/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/calendarView/{event-id}/attachments/{attachment-id}' - '/me/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/events/{event-id}/attachments/{attachment-id}' - '/me/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' '/me/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/$count': description: Provides operations to count the resources in the collection. get: tags: - me.calendar summary: Get the number of the resource operationId: me.calendar.calendarView.instances.attachments.GetCount-98c7 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/me/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession': description: Provides operations to call the createUploadSession method. post: tags: - me.Actions summary: Invoke action createUploadSession description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 operationId: me.calendar.calendarView.event.instances.event.attachments.createUploadSession requestBody: description: Action parameters content: application/json: schema: type: object properties: AttachmentItem: $ref: '#/components/schemas/microsoft.graph.attachmentItem' required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.uploadSession' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/attachments/createUploadSession' - '/me/calendar/events/{event-id}/attachments/createUploadSession' - '/me/calendar/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/createUploadSession' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/createUploadSession' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendars/{calendar-id}/calendarView/{event-id}/attachments/createUploadSession' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendars/{calendar-id}/events/{event-id}/attachments/createUploadSession' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendarView/{event-id}/attachments/createUploadSession' - '/me/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/events/{event-id}/attachments/createUploadSession' - '/me/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/createUploadSession' - '/me/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/createUploadSession' - '/me/messages/{message-id}/attachments/createUploadSession' - '/me/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/createUploadSession' '/me/calendar/calendarView/{event-id}/instances/{event-id1}/calendar': description: Provides operations to manage the calendar property of the microsoft.graph.event entity. get: tags: - me.calendar summary: Get calendar from me description: The calendar that contains the event. Navigation property. Read-only. operationId: me.calendar.calendarView.instances.GetCalendar parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/calendar' - '/me/calendar/events/{event-id}/calendar' - '/me/calendar/events/{event-id}/instances/{event-id1}/calendar' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/calendar' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/calendar' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/calendar' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/calendar' - '/me/calendars/{calendar-id}/calendarView/{event-id}/calendar' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/calendar' - '/me/calendars/{calendar-id}/events/{event-id}/calendar' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/calendar' - '/me/calendarView/{event-id}/calendar' - '/me/calendarView/{event-id}/instances/{event-id1}/calendar' - '/me/events/{event-id}/calendar' - '/me/events/{event-id}/instances/{event-id1}/calendar' '/me/calendar/calendarView/{event-id}/instances/{event-id1}/extensions': description: Provides operations to manage the extensions property of the microsoft.graph.event entity. get: tags: - me.calendar summary: Get extensions from me description: The collection of open extensions defined for the event. Nullable. operationId: me.calendar.calendarView.instances.ListExtensions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.calendar summary: Create new navigation property to extensions for me operationId: me.calendar.calendarView.instances.CreateExtensions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/extensions' - '/me/calendar/events/{event-id}/extensions' - '/me/calendar/events/{event-id}/instances/{event-id1}/extensions' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions' - '/me/calendars/{calendar-id}/calendarView/{event-id}/extensions' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions' - '/me/calendars/{calendar-id}/events/{event-id}/extensions' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions' - '/me/calendarView/{event-id}/extensions' - '/me/calendarView/{event-id}/instances/{event-id1}/extensions' - '/me/events/{event-id}/extensions' - '/me/events/{event-id}/instances/{event-id1}/extensions' '/me/calendar/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}': description: Provides operations to manage the extensions property of the microsoft.graph.event entity. get: tags: - me.calendar summary: Get extensions from me description: The collection of open extensions defined for the event. Nullable. operationId: me.calendar.calendarView.instances.GetExtensions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.calendar summary: Update the navigation property extensions in me operationId: me.calendar.calendarView.instances.UpdateExtensions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.calendar summary: Delete navigation property extensions for me operationId: me.calendar.calendarView.instances.DeleteExtensions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: extension-id in: path description: The unique identifier of extension required: true schema: type: string x-ms-docs-key-type: extension x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/extensions/{extension-id}' - '/me/calendar/events/{event-id}/extensions/{extension-id}' - '/me/calendar/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/calendarView/{event-id}/extensions/{extension-id}' - '/me/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/events/{event-id}/extensions/{extension-id}' - '/me/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' '/me/calendar/calendarView/{event-id}/instances/{event-id1}/extensions/$count': description: Provides operations to count the resources in the collection. get: tags: - me.calendar summary: Get the number of the resource operationId: me.calendar.calendarView.instances.extensions.GetCount-0505 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/me/calendar/calendarView/{event-id}/instances/{event-id1}/accept': description: Provides operations to call the accept method. post: tags: - me.Actions summary: Invoke action accept description: Accept the specified event in a user calendar. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0 operationId: me.calendar.calendarView.event.instances.event.accept requestBody: description: Action parameters content: application/json: schema: type: object properties: SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/accept' - '/me/calendar/events/{event-id}/instances/{event-id1}/accept' - '/me/calendar/events/{event-id}/accept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/accept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/accept' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept' - '/me/calendars/{calendar-id}/calendarView/{event-id}/accept' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept' - '/me/calendars/{calendar-id}/events/{event-id}/accept' - '/me/calendarView/{event-id}/instances/{event-id1}/accept' - '/me/calendarView/{event-id}/accept' - '/me/events/{event-id}/instances/{event-id1}/accept' - '/me/events/{event-id}/accept' '/me/calendar/calendarView/{event-id}/instances/{event-id1}/cancel': description: Provides operations to call the cancel method. post: tags: - me.Actions summary: Invoke action cancel description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0 operationId: me.calendar.calendarView.event.instances.event.cancel requestBody: description: Action parameters content: application/json: schema: type: object properties: Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/cancel' - '/me/calendar/events/{event-id}/instances/{event-id1}/cancel' - '/me/calendar/events/{event-id}/cancel' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/cancel' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/cancel' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/cancel' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/cancel' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/cancel' - '/me/calendars/{calendar-id}/calendarView/{event-id}/cancel' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/cancel' - '/me/calendars/{calendar-id}/events/{event-id}/cancel' - '/me/calendarView/{event-id}/instances/{event-id1}/cancel' - '/me/calendarView/{event-id}/cancel' - '/me/events/{event-id}/instances/{event-id1}/cancel' - '/me/events/{event-id}/cancel' '/me/calendar/calendarView/{event-id}/instances/{event-id1}/decline': description: Provides operations to call the decline method. post: tags: - me.Actions summary: Invoke action decline description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0 operationId: me.calendar.calendarView.event.instances.event.decline requestBody: description: Action parameters content: application/json: schema: type: object properties: ProposedNewTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - type: object nullable: true SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/decline' - '/me/calendar/events/{event-id}/instances/{event-id1}/decline' - '/me/calendar/events/{event-id}/decline' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/decline' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/decline' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline' - '/me/calendars/{calendar-id}/calendarView/{event-id}/decline' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline' - '/me/calendars/{calendar-id}/events/{event-id}/decline' - '/me/calendarView/{event-id}/instances/{event-id1}/decline' - '/me/calendarView/{event-id}/decline' - '/me/events/{event-id}/instances/{event-id1}/decline' - '/me/events/{event-id}/decline' '/me/calendar/calendarView/{event-id}/instances/{event-id1}/dismissReminder': description: Provides operations to call the dismissReminder method. post: tags: - me.Actions summary: Invoke action dismissReminder description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 operationId: me.calendar.calendarView.event.instances.event.dismissReminder responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/dismissReminder' - '/me/calendar/events/{event-id}/instances/{event-id1}/dismissReminder' - '/me/calendar/events/{event-id}/dismissReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/me/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder' - '/me/calendars/{calendar-id}/events/{event-id}/dismissReminder' - '/me/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/me/calendarView/{event-id}/dismissReminder' - '/me/events/{event-id}/instances/{event-id1}/dismissReminder' - '/me/events/{event-id}/dismissReminder' '/me/calendar/calendarView/{event-id}/instances/{event-id1}/forward': description: Provides operations to call the forward method. post: tags: - me.Actions summary: Invoke action forward description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0 operationId: me.calendar.calendarView.event.instances.event.forward requestBody: description: Action parameters content: application/json: schema: type: object properties: ToRecipients: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/forward' - '/me/calendar/events/{event-id}/instances/{event-id1}/forward' - '/me/calendar/events/{event-id}/forward' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/forward' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/forward' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/forward' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/forward' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/forward' - '/me/calendars/{calendar-id}/calendarView/{event-id}/forward' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/forward' - '/me/calendars/{calendar-id}/events/{event-id}/forward' - '/me/calendarView/{event-id}/instances/{event-id1}/forward' - '/me/calendarView/{event-id}/forward' - '/me/events/{event-id}/instances/{event-id1}/forward' - '/me/events/{event-id}/forward' - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/forward' - '/me/mailFolders/{mailFolder-id}/messages/{message-id}/forward' - '/me/messages/{message-id}/forward' '/me/calendar/calendarView/{event-id}/instances/{event-id1}/snoozeReminder': description: Provides operations to call the snoozeReminder method. post: tags: - me.Actions summary: Invoke action snoozeReminder description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0 operationId: me.calendar.calendarView.event.instances.event.snoozeReminder requestBody: description: Action parameters content: application/json: schema: type: object properties: NewReminderTime: $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/snoozeReminder' - '/me/calendar/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/calendar/events/{event-id}/snoozeReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/calendars/{calendar-id}/events/{event-id}/snoozeReminder' - '/me/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/calendarView/{event-id}/snoozeReminder' - '/me/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/events/{event-id}/snoozeReminder' '/me/calendar/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept': description: Provides operations to call the tentativelyAccept method. post: tags: - me.Actions summary: Invoke action tentativelyAccept description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0 operationId: me.calendar.calendarView.event.instances.event.tentativelyAccept requestBody: description: Action parameters content: application/json: schema: type: object properties: ProposedNewTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - type: object nullable: true SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/tentativelyAccept' - '/me/calendar/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/calendar/events/{event-id}/tentativelyAccept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/calendars/{calendar-id}/events/{event-id}/tentativelyAccept' - '/me/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/calendarView/{event-id}/tentativelyAccept' - '/me/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/events/{event-id}/tentativelyAccept' '/me/calendar/calendarView/{event-id}/instances/$count': description: Provides operations to count the resources in the collection. get: tags: - me.calendar summary: Get the number of the resource operationId: me.calendar.calendarView.instances.GetCount-bd5d parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/me/calendar/calendarView/{event-id}/instances/delta()': description: Provides operations to call the delta method. get: tags: - me.Functions summary: Invoke function delta description: 'Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user''s primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 operationId: me.calendar.calendarView.event.instances.delta parameters: - name: startDateTime in: query description: 'The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - name: endDateTime in: query description: 'The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of event type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.event' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - /me/calendar/calendarView/delta() - '/me/calendar/events/{event-id}/instances/delta()' - /me/calendar/events/delta() - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/me/calendars/{calendar-id}/calendarView/delta()' - '/me/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/me/calendars/{calendar-id}/events/delta()' - '/me/calendarView/{event-id}/instances/delta()' - /me/calendarView/delta() - '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/delta()' - '/me/chats/{chat-id}/messages/delta()' - '/me/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta()' - '/me/contactFolders/{contactFolder-id}/childFolders/delta()' - '/me/contactFolders/{contactFolder-id}/contacts/delta()' - /me/contactFolders/delta() - /me/contacts/delta() - '/me/events/{event-id}/instances/delta()' - /me/events/delta() - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta()' - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/delta()' - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta()' - '/me/joinedTeams/{team-id}/primaryChannel/messages/delta()' - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta()' - '/me/mailFolders/{mailFolder-id}/childFolders/delta()' - '/me/mailFolders/{mailFolder-id}/messages/delta()' - /me/mailFolders/delta() - /me/messages/delta() - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' - /me/todo/lists/delta() '/me/calendar/calendarView/{event-id}/accept': description: Provides operations to call the accept method. post: tags: - me.Actions summary: Invoke action accept description: Accept the specified event in a user calendar. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0 operationId: me.calendar.calendarView.event.accept requestBody: description: Action parameters content: application/json: schema: type: object properties: SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/accept' - '/me/calendar/events/{event-id}/instances/{event-id1}/accept' - '/me/calendar/events/{event-id}/accept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/accept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/accept' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept' - '/me/calendars/{calendar-id}/calendarView/{event-id}/accept' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept' - '/me/calendars/{calendar-id}/events/{event-id}/accept' - '/me/calendarView/{event-id}/instances/{event-id1}/accept' - '/me/calendarView/{event-id}/accept' - '/me/events/{event-id}/instances/{event-id1}/accept' - '/me/events/{event-id}/accept' '/me/calendar/calendarView/{event-id}/cancel': description: Provides operations to call the cancel method. post: tags: - me.Actions summary: Invoke action cancel description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0 operationId: me.calendar.calendarView.event.cancel requestBody: description: Action parameters content: application/json: schema: type: object properties: Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/cancel' - '/me/calendar/events/{event-id}/instances/{event-id1}/cancel' - '/me/calendar/events/{event-id}/cancel' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/cancel' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/cancel' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/cancel' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/cancel' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/cancel' - '/me/calendars/{calendar-id}/calendarView/{event-id}/cancel' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/cancel' - '/me/calendars/{calendar-id}/events/{event-id}/cancel' - '/me/calendarView/{event-id}/instances/{event-id1}/cancel' - '/me/calendarView/{event-id}/cancel' - '/me/events/{event-id}/instances/{event-id1}/cancel' - '/me/events/{event-id}/cancel' '/me/calendar/calendarView/{event-id}/decline': description: Provides operations to call the decline method. post: tags: - me.Actions summary: Invoke action decline description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0 operationId: me.calendar.calendarView.event.decline requestBody: description: Action parameters content: application/json: schema: type: object properties: ProposedNewTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - type: object nullable: true SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/decline' - '/me/calendar/events/{event-id}/instances/{event-id1}/decline' - '/me/calendar/events/{event-id}/decline' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/decline' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/decline' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline' - '/me/calendars/{calendar-id}/calendarView/{event-id}/decline' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline' - '/me/calendars/{calendar-id}/events/{event-id}/decline' - '/me/calendarView/{event-id}/instances/{event-id1}/decline' - '/me/calendarView/{event-id}/decline' - '/me/events/{event-id}/instances/{event-id1}/decline' - '/me/events/{event-id}/decline' '/me/calendar/calendarView/{event-id}/dismissReminder': description: Provides operations to call the dismissReminder method. post: tags: - me.Actions summary: Invoke action dismissReminder description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 operationId: me.calendar.calendarView.event.dismissReminder responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/me/calendar/events/{event-id}/instances/{event-id1}/dismissReminder' - '/me/calendar/events/{event-id}/dismissReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/me/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder' - '/me/calendars/{calendar-id}/events/{event-id}/dismissReminder' - '/me/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/me/calendarView/{event-id}/dismissReminder' - '/me/events/{event-id}/instances/{event-id1}/dismissReminder' - '/me/events/{event-id}/dismissReminder' '/me/calendar/calendarView/{event-id}/forward': description: Provides operations to call the forward method. post: tags: - me.Actions summary: Invoke action forward description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0 operationId: me.calendar.calendarView.event.forward requestBody: description: Action parameters content: application/json: schema: type: object properties: ToRecipients: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/forward' - '/me/calendar/events/{event-id}/instances/{event-id1}/forward' - '/me/calendar/events/{event-id}/forward' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/forward' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/forward' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/forward' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/forward' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/forward' - '/me/calendars/{calendar-id}/calendarView/{event-id}/forward' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/forward' - '/me/calendars/{calendar-id}/events/{event-id}/forward' - '/me/calendarView/{event-id}/instances/{event-id1}/forward' - '/me/calendarView/{event-id}/forward' - '/me/events/{event-id}/instances/{event-id1}/forward' - '/me/events/{event-id}/forward' - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/forward' - '/me/mailFolders/{mailFolder-id}/messages/{message-id}/forward' - '/me/messages/{message-id}/forward' '/me/calendar/calendarView/{event-id}/snoozeReminder': description: Provides operations to call the snoozeReminder method. post: tags: - me.Actions summary: Invoke action snoozeReminder description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0 operationId: me.calendar.calendarView.event.snoozeReminder requestBody: description: Action parameters content: application/json: schema: type: object properties: NewReminderTime: $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/calendar/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/calendar/events/{event-id}/snoozeReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/calendars/{calendar-id}/events/{event-id}/snoozeReminder' - '/me/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/calendarView/{event-id}/snoozeReminder' - '/me/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/events/{event-id}/snoozeReminder' '/me/calendar/calendarView/{event-id}/tentativelyAccept': description: Provides operations to call the tentativelyAccept method. post: tags: - me.Actions summary: Invoke action tentativelyAccept description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0 operationId: me.calendar.calendarView.event.tentativelyAccept requestBody: description: Action parameters content: application/json: schema: type: object properties: ProposedNewTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - type: object nullable: true SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/calendar/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/calendar/events/{event-id}/tentativelyAccept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/calendars/{calendar-id}/events/{event-id}/tentativelyAccept' - '/me/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/calendarView/{event-id}/tentativelyAccept' - '/me/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/events/{event-id}/tentativelyAccept' /me/calendar/calendarView/$count: description: Provides operations to count the resources in the collection. get: tags: - me.calendar summary: Get the number of the resource operationId: me.calendar.calendarView.GetCount-32ff parameters: - name: startDateTime in: query description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' required: true schema: type: string - name: endDateTime in: query description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /me/calendar/calendarView/delta(): description: Provides operations to call the delta method. get: tags: - me.Functions summary: Invoke function delta description: 'Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user''s primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 operationId: me.calendar.calendarView.delta parameters: - name: startDateTime in: query description: 'The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - name: endDateTime in: query description: 'The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of event type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.event' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/delta()' - '/me/calendar/events/{event-id}/instances/delta()' - /me/calendar/events/delta() - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/me/calendars/{calendar-id}/calendarView/delta()' - '/me/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/me/calendars/{calendar-id}/events/delta()' - '/me/calendarView/{event-id}/instances/delta()' - /me/calendarView/delta() - '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/delta()' - '/me/chats/{chat-id}/messages/delta()' - '/me/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta()' - '/me/contactFolders/{contactFolder-id}/childFolders/delta()' - '/me/contactFolders/{contactFolder-id}/contacts/delta()' - /me/contactFolders/delta() - /me/contacts/delta() - '/me/events/{event-id}/instances/delta()' - /me/events/delta() - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta()' - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/delta()' - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta()' - '/me/joinedTeams/{team-id}/primaryChannel/messages/delta()' - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta()' - '/me/mailFolders/{mailFolder-id}/childFolders/delta()' - '/me/mailFolders/{mailFolder-id}/messages/delta()' - /me/mailFolders/delta() - /me/messages/delta() - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' - /me/todo/lists/delta() /me/calendar/events: description: Provides operations to manage the events property of the microsoft.graph.calendar entity. get: tags: - me.calendar summary: List events description: "Retrieve a list of events in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group. The list of events contains single instance meetings and series masters. To get expanded event instances, you can get the calendar view, or\nget the instances of an event." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/calendar-list-events?view=graph-rest-1.0 operationId: me.calendar.ListEvents parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.calendar summary: Create new navigation property to events for me operationId: me.calendar.CreateEvents requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation x-ms-docs-grouped-path: - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events' - '/me/calendars/{calendar-id}/events' '/me/calendar/events/{event-id}': description: Provides operations to manage the events property of the microsoft.graph.calendar entity. get: tags: - me.calendar summary: Get events from me description: The events in the calendar. Navigation property. Read-only. operationId: me.calendar.GetEvents parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.calendar summary: Update the navigation property events in me operationId: me.calendar.UpdateEvents requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.calendar summary: Delete navigation property events for me operationId: me.calendar.DeleteEvents parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}' - '/me/calendars/{calendar-id}/events/{event-id}' '/me/calendar/events/{event-id}/attachments': description: Provides operations to manage the attachments property of the microsoft.graph.event entity. get: tags: - me.calendar summary: Get attachments from me description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: me.calendar.events.ListAttachments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.calendar summary: Create new navigation property to attachments for me operationId: me.calendar.events.CreateAttachments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/attachments' - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/attachments' - '/me/calendar/events/{event-id}/instances/{event-id1}/attachments' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments' - '/me/calendars/{calendar-id}/calendarView/{event-id}/attachments' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments' - '/me/calendars/{calendar-id}/events/{event-id}/attachments' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments' - '/me/calendarView/{event-id}/attachments' - '/me/calendarView/{event-id}/instances/{event-id1}/attachments' - '/me/events/{event-id}/attachments' - '/me/events/{event-id}/instances/{event-id1}/attachments' '/me/calendar/events/{event-id}/attachments/{attachment-id}': description: Provides operations to manage the attachments property of the microsoft.graph.event entity. get: tags: - me.calendar summary: Get attachments from me description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: me.calendar.events.GetAttachments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.calendar summary: Delete navigation property attachments for me operationId: me.calendar.events.DeleteAttachments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: attachment-id in: path description: The unique identifier of attachment required: true schema: type: string x-ms-docs-key-type: attachment x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/attachments/{attachment-id}' - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/calendar/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/calendarView/{event-id}/attachments/{attachment-id}' - '/me/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/events/{event-id}/attachments/{attachment-id}' - '/me/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' '/me/calendar/events/{event-id}/attachments/$count': description: Provides operations to count the resources in the collection. get: tags: - me.calendar summary: Get the number of the resource operationId: me.calendar.events.attachments.GetCount-53a3 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/me/calendar/events/{event-id}/attachments/createUploadSession': description: Provides operations to call the createUploadSession method. post: tags: - me.Actions summary: Invoke action createUploadSession description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 operationId: me.calendar.events.event.attachments.createUploadSession requestBody: description: Action parameters content: application/json: schema: type: object properties: AttachmentItem: $ref: '#/components/schemas/microsoft.graph.attachmentItem' required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.uploadSession' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/attachments/createUploadSession' - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendar/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/createUploadSession' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/createUploadSession' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendars/{calendar-id}/calendarView/{event-id}/attachments/createUploadSession' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendars/{calendar-id}/events/{event-id}/attachments/createUploadSession' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendarView/{event-id}/attachments/createUploadSession' - '/me/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/events/{event-id}/attachments/createUploadSession' - '/me/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/createUploadSession' - '/me/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/createUploadSession' - '/me/messages/{message-id}/attachments/createUploadSession' - '/me/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/createUploadSession' '/me/calendar/events/{event-id}/calendar': description: Provides operations to manage the calendar property of the microsoft.graph.event entity. get: tags: - me.calendar summary: Get calendar from me description: The calendar that contains the event. Navigation property. Read-only. operationId: me.calendar.events.GetCalendar parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/calendar' - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/calendar' - '/me/calendar/events/{event-id}/instances/{event-id1}/calendar' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/calendar' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/calendar' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/calendar' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/calendar' - '/me/calendars/{calendar-id}/calendarView/{event-id}/calendar' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/calendar' - '/me/calendars/{calendar-id}/events/{event-id}/calendar' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/calendar' - '/me/calendarView/{event-id}/calendar' - '/me/calendarView/{event-id}/instances/{event-id1}/calendar' - '/me/events/{event-id}/calendar' - '/me/events/{event-id}/instances/{event-id1}/calendar' '/me/calendar/events/{event-id}/extensions': description: Provides operations to manage the extensions property of the microsoft.graph.event entity. get: tags: - me.calendar summary: Get extensions from me description: The collection of open extensions defined for the event. Nullable. operationId: me.calendar.events.ListExtensions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.calendar summary: Create new navigation property to extensions for me operationId: me.calendar.events.CreateExtensions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/extensions' - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/extensions' - '/me/calendar/events/{event-id}/instances/{event-id1}/extensions' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions' - '/me/calendars/{calendar-id}/calendarView/{event-id}/extensions' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions' - '/me/calendars/{calendar-id}/events/{event-id}/extensions' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions' - '/me/calendarView/{event-id}/extensions' - '/me/calendarView/{event-id}/instances/{event-id1}/extensions' - '/me/events/{event-id}/extensions' - '/me/events/{event-id}/instances/{event-id1}/extensions' '/me/calendar/events/{event-id}/extensions/{extension-id}': description: Provides operations to manage the extensions property of the microsoft.graph.event entity. get: tags: - me.calendar summary: Get extensions from me description: The collection of open extensions defined for the event. Nullable. operationId: me.calendar.events.GetExtensions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.calendar summary: Update the navigation property extensions in me operationId: me.calendar.events.UpdateExtensions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.calendar summary: Delete navigation property extensions for me operationId: me.calendar.events.DeleteExtensions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: extension-id in: path description: The unique identifier of extension required: true schema: type: string x-ms-docs-key-type: extension x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/extensions/{extension-id}' - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/calendar/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/calendarView/{event-id}/extensions/{extension-id}' - '/me/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/events/{event-id}/extensions/{extension-id}' - '/me/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' '/me/calendar/events/{event-id}/extensions/$count': description: Provides operations to count the resources in the collection. get: tags: - me.calendar summary: Get the number of the resource operationId: me.calendar.events.extensions.GetCount-785d parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/me/calendar/events/{event-id}/instances': description: Provides operations to manage the instances property of the microsoft.graph.event entity. get: tags: - me.calendar summary: Get instances from me description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' operationId: me.calendar.events.ListInstances parameters: - name: startDateTime in: query description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' required: true schema: type: string - name: endDateTime in: query description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances' - '/me/calendars/{calendar-id}/events/{event-id}/instances' - '/me/calendarView/{event-id}/instances' - '/me/events/{event-id}/instances' '/me/calendar/events/{event-id}/instances/{event-id1}': description: Provides operations to manage the instances property of the microsoft.graph.event entity. get: tags: - me.calendar summary: Get instances from me description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' operationId: me.calendar.events.GetInstances parameters: - name: startDateTime in: query description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' required: true schema: type: string - name: endDateTime in: query description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}' - '/me/calendarView/{event-id}/instances/{event-id1}' - '/me/events/{event-id}/instances/{event-id1}' '/me/calendar/events/{event-id}/instances/{event-id1}/attachments': description: Provides operations to manage the attachments property of the microsoft.graph.event entity. get: tags: - me.calendar summary: Get attachments from me description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: me.calendar.events.instances.ListAttachments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.calendar summary: Create new navigation property to attachments for me operationId: me.calendar.events.instances.CreateAttachments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/attachments' - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/attachments' - '/me/calendar/events/{event-id}/attachments' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments' - '/me/calendars/{calendar-id}/calendarView/{event-id}/attachments' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments' - '/me/calendars/{calendar-id}/events/{event-id}/attachments' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments' - '/me/calendarView/{event-id}/attachments' - '/me/calendarView/{event-id}/instances/{event-id1}/attachments' - '/me/events/{event-id}/attachments' - '/me/events/{event-id}/instances/{event-id1}/attachments' '/me/calendar/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}': description: Provides operations to manage the attachments property of the microsoft.graph.event entity. get: tags: - me.calendar summary: Get attachments from me description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: me.calendar.events.instances.GetAttachments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.calendar summary: Delete navigation property attachments for me operationId: me.calendar.events.instances.DeleteAttachments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: attachment-id in: path description: The unique identifier of attachment required: true schema: type: string x-ms-docs-key-type: attachment x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/attachments/{attachment-id}' - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/calendar/events/{event-id}/attachments/{attachment-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/calendarView/{event-id}/attachments/{attachment-id}' - '/me/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/events/{event-id}/attachments/{attachment-id}' - '/me/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' '/me/calendar/events/{event-id}/instances/{event-id1}/attachments/$count': description: Provides operations to count the resources in the collection. get: tags: - me.calendar summary: Get the number of the resource operationId: me.calendar.events.instances.attachments.GetCount-7617 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/me/calendar/events/{event-id}/instances/{event-id1}/attachments/createUploadSession': description: Provides operations to call the createUploadSession method. post: tags: - me.Actions summary: Invoke action createUploadSession description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 operationId: me.calendar.events.event.instances.event.attachments.createUploadSession requestBody: description: Action parameters content: application/json: schema: type: object properties: AttachmentItem: $ref: '#/components/schemas/microsoft.graph.attachmentItem' required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.uploadSession' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/attachments/createUploadSession' - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendar/events/{event-id}/attachments/createUploadSession' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/createUploadSession' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/createUploadSession' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendars/{calendar-id}/calendarView/{event-id}/attachments/createUploadSession' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendars/{calendar-id}/events/{event-id}/attachments/createUploadSession' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendarView/{event-id}/attachments/createUploadSession' - '/me/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/events/{event-id}/attachments/createUploadSession' - '/me/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/createUploadSession' - '/me/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/createUploadSession' - '/me/messages/{message-id}/attachments/createUploadSession' - '/me/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/createUploadSession' '/me/calendar/events/{event-id}/instances/{event-id1}/calendar': description: Provides operations to manage the calendar property of the microsoft.graph.event entity. get: tags: - me.calendar summary: Get calendar from me description: The calendar that contains the event. Navigation property. Read-only. operationId: me.calendar.events.instances.GetCalendar parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/calendar' - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/calendar' - '/me/calendar/events/{event-id}/calendar' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/calendar' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/calendar' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/calendar' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/calendar' - '/me/calendars/{calendar-id}/calendarView/{event-id}/calendar' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/calendar' - '/me/calendars/{calendar-id}/events/{event-id}/calendar' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/calendar' - '/me/calendarView/{event-id}/calendar' - '/me/calendarView/{event-id}/instances/{event-id1}/calendar' - '/me/events/{event-id}/calendar' - '/me/events/{event-id}/instances/{event-id1}/calendar' '/me/calendar/events/{event-id}/instances/{event-id1}/extensions': description: Provides operations to manage the extensions property of the microsoft.graph.event entity. get: tags: - me.calendar summary: Get extensions from me description: The collection of open extensions defined for the event. Nullable. operationId: me.calendar.events.instances.ListExtensions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.calendar summary: Create new navigation property to extensions for me operationId: me.calendar.events.instances.CreateExtensions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/extensions' - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/extensions' - '/me/calendar/events/{event-id}/extensions' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions' - '/me/calendars/{calendar-id}/calendarView/{event-id}/extensions' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions' - '/me/calendars/{calendar-id}/events/{event-id}/extensions' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions' - '/me/calendarView/{event-id}/extensions' - '/me/calendarView/{event-id}/instances/{event-id1}/extensions' - '/me/events/{event-id}/extensions' - '/me/events/{event-id}/instances/{event-id1}/extensions' '/me/calendar/events/{event-id}/instances/{event-id1}/extensions/{extension-id}': description: Provides operations to manage the extensions property of the microsoft.graph.event entity. get: tags: - me.calendar summary: Get extensions from me description: The collection of open extensions defined for the event. Nullable. operationId: me.calendar.events.instances.GetExtensions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.calendar summary: Update the navigation property extensions in me operationId: me.calendar.events.instances.UpdateExtensions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.calendar summary: Delete navigation property extensions for me operationId: me.calendar.events.instances.DeleteExtensions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: extension-id in: path description: The unique identifier of extension required: true schema: type: string x-ms-docs-key-type: extension x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/extensions/{extension-id}' - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/calendar/events/{event-id}/extensions/{extension-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/calendarView/{event-id}/extensions/{extension-id}' - '/me/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/events/{event-id}/extensions/{extension-id}' - '/me/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' '/me/calendar/events/{event-id}/instances/{event-id1}/extensions/$count': description: Provides operations to count the resources in the collection. get: tags: - me.calendar summary: Get the number of the resource operationId: me.calendar.events.instances.extensions.GetCount-ddfa parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/me/calendar/events/{event-id}/instances/{event-id1}/accept': description: Provides operations to call the accept method. post: tags: - me.Actions summary: Invoke action accept description: Accept the specified event in a user calendar. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0 operationId: me.calendar.events.event.instances.event.accept requestBody: description: Action parameters content: application/json: schema: type: object properties: SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/accept' - '/me/calendar/calendarView/{event-id}/accept' - '/me/calendar/events/{event-id}/accept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/accept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/accept' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept' - '/me/calendars/{calendar-id}/calendarView/{event-id}/accept' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept' - '/me/calendars/{calendar-id}/events/{event-id}/accept' - '/me/calendarView/{event-id}/instances/{event-id1}/accept' - '/me/calendarView/{event-id}/accept' - '/me/events/{event-id}/instances/{event-id1}/accept' - '/me/events/{event-id}/accept' '/me/calendar/events/{event-id}/instances/{event-id1}/cancel': description: Provides operations to call the cancel method. post: tags: - me.Actions summary: Invoke action cancel description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0 operationId: me.calendar.events.event.instances.event.cancel requestBody: description: Action parameters content: application/json: schema: type: object properties: Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/cancel' - '/me/calendar/calendarView/{event-id}/cancel' - '/me/calendar/events/{event-id}/cancel' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/cancel' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/cancel' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/cancel' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/cancel' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/cancel' - '/me/calendars/{calendar-id}/calendarView/{event-id}/cancel' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/cancel' - '/me/calendars/{calendar-id}/events/{event-id}/cancel' - '/me/calendarView/{event-id}/instances/{event-id1}/cancel' - '/me/calendarView/{event-id}/cancel' - '/me/events/{event-id}/instances/{event-id1}/cancel' - '/me/events/{event-id}/cancel' '/me/calendar/events/{event-id}/instances/{event-id1}/decline': description: Provides operations to call the decline method. post: tags: - me.Actions summary: Invoke action decline description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0 operationId: me.calendar.events.event.instances.event.decline requestBody: description: Action parameters content: application/json: schema: type: object properties: ProposedNewTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - type: object nullable: true SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/decline' - '/me/calendar/calendarView/{event-id}/decline' - '/me/calendar/events/{event-id}/decline' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/decline' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/decline' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline' - '/me/calendars/{calendar-id}/calendarView/{event-id}/decline' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline' - '/me/calendars/{calendar-id}/events/{event-id}/decline' - '/me/calendarView/{event-id}/instances/{event-id1}/decline' - '/me/calendarView/{event-id}/decline' - '/me/events/{event-id}/instances/{event-id1}/decline' - '/me/events/{event-id}/decline' '/me/calendar/events/{event-id}/instances/{event-id1}/dismissReminder': description: Provides operations to call the dismissReminder method. post: tags: - me.Actions summary: Invoke action dismissReminder description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 operationId: me.calendar.events.event.instances.event.dismissReminder responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/me/calendar/calendarView/{event-id}/dismissReminder' - '/me/calendar/events/{event-id}/dismissReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/me/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder' - '/me/calendars/{calendar-id}/events/{event-id}/dismissReminder' - '/me/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/me/calendarView/{event-id}/dismissReminder' - '/me/events/{event-id}/instances/{event-id1}/dismissReminder' - '/me/events/{event-id}/dismissReminder' '/me/calendar/events/{event-id}/instances/{event-id1}/forward': description: Provides operations to call the forward method. post: tags: - me.Actions summary: Invoke action forward description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0 operationId: me.calendar.events.event.instances.event.forward requestBody: description: Action parameters content: application/json: schema: type: object properties: ToRecipients: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/forward' - '/me/calendar/calendarView/{event-id}/forward' - '/me/calendar/events/{event-id}/forward' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/forward' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/forward' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/forward' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/forward' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/forward' - '/me/calendars/{calendar-id}/calendarView/{event-id}/forward' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/forward' - '/me/calendars/{calendar-id}/events/{event-id}/forward' - '/me/calendarView/{event-id}/instances/{event-id1}/forward' - '/me/calendarView/{event-id}/forward' - '/me/events/{event-id}/instances/{event-id1}/forward' - '/me/events/{event-id}/forward' - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/forward' - '/me/mailFolders/{mailFolder-id}/messages/{message-id}/forward' - '/me/messages/{message-id}/forward' '/me/calendar/events/{event-id}/instances/{event-id1}/snoozeReminder': description: Provides operations to call the snoozeReminder method. post: tags: - me.Actions summary: Invoke action snoozeReminder description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0 operationId: me.calendar.events.event.instances.event.snoozeReminder requestBody: description: Action parameters content: application/json: schema: type: object properties: NewReminderTime: $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/calendar/calendarView/{event-id}/snoozeReminder' - '/me/calendar/events/{event-id}/snoozeReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/calendars/{calendar-id}/events/{event-id}/snoozeReminder' - '/me/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/calendarView/{event-id}/snoozeReminder' - '/me/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/events/{event-id}/snoozeReminder' '/me/calendar/events/{event-id}/instances/{event-id1}/tentativelyAccept': description: Provides operations to call the tentativelyAccept method. post: tags: - me.Actions summary: Invoke action tentativelyAccept description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0 operationId: me.calendar.events.event.instances.event.tentativelyAccept requestBody: description: Action parameters content: application/json: schema: type: object properties: ProposedNewTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - type: object nullable: true SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/calendar/calendarView/{event-id}/tentativelyAccept' - '/me/calendar/events/{event-id}/tentativelyAccept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/calendars/{calendar-id}/events/{event-id}/tentativelyAccept' - '/me/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/calendarView/{event-id}/tentativelyAccept' - '/me/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/events/{event-id}/tentativelyAccept' '/me/calendar/events/{event-id}/instances/$count': description: Provides operations to count the resources in the collection. get: tags: - me.calendar summary: Get the number of the resource operationId: me.calendar.events.instances.GetCount-0cdf parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/me/calendar/events/{event-id}/instances/delta()': description: Provides operations to call the delta method. get: tags: - me.Functions summary: Invoke function delta description: 'Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user''s primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 operationId: me.calendar.events.event.instances.delta parameters: - name: startDateTime in: query description: 'The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - name: endDateTime in: query description: 'The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of event type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.event' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/delta()' - /me/calendar/calendarView/delta() - /me/calendar/events/delta() - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/me/calendars/{calendar-id}/calendarView/delta()' - '/me/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/me/calendars/{calendar-id}/events/delta()' - '/me/calendarView/{event-id}/instances/delta()' - /me/calendarView/delta() - '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/delta()' - '/me/chats/{chat-id}/messages/delta()' - '/me/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta()' - '/me/contactFolders/{contactFolder-id}/childFolders/delta()' - '/me/contactFolders/{contactFolder-id}/contacts/delta()' - /me/contactFolders/delta() - /me/contacts/delta() - '/me/events/{event-id}/instances/delta()' - /me/events/delta() - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta()' - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/delta()' - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta()' - '/me/joinedTeams/{team-id}/primaryChannel/messages/delta()' - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta()' - '/me/mailFolders/{mailFolder-id}/childFolders/delta()' - '/me/mailFolders/{mailFolder-id}/messages/delta()' - /me/mailFolders/delta() - /me/messages/delta() - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' - /me/todo/lists/delta() '/me/calendar/events/{event-id}/accept': description: Provides operations to call the accept method. post: tags: - me.Actions summary: Invoke action accept description: Accept the specified event in a user calendar. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0 operationId: me.calendar.events.event.accept requestBody: description: Action parameters content: application/json: schema: type: object properties: SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/accept' - '/me/calendar/calendarView/{event-id}/accept' - '/me/calendar/events/{event-id}/instances/{event-id1}/accept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/accept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/accept' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept' - '/me/calendars/{calendar-id}/calendarView/{event-id}/accept' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept' - '/me/calendars/{calendar-id}/events/{event-id}/accept' - '/me/calendarView/{event-id}/instances/{event-id1}/accept' - '/me/calendarView/{event-id}/accept' - '/me/events/{event-id}/instances/{event-id1}/accept' - '/me/events/{event-id}/accept' '/me/calendar/events/{event-id}/cancel': description: Provides operations to call the cancel method. post: tags: - me.Actions summary: Invoke action cancel description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0 operationId: me.calendar.events.event.cancel requestBody: description: Action parameters content: application/json: schema: type: object properties: Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/cancel' - '/me/calendar/calendarView/{event-id}/cancel' - '/me/calendar/events/{event-id}/instances/{event-id1}/cancel' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/cancel' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/cancel' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/cancel' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/cancel' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/cancel' - '/me/calendars/{calendar-id}/calendarView/{event-id}/cancel' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/cancel' - '/me/calendars/{calendar-id}/events/{event-id}/cancel' - '/me/calendarView/{event-id}/instances/{event-id1}/cancel' - '/me/calendarView/{event-id}/cancel' - '/me/events/{event-id}/instances/{event-id1}/cancel' - '/me/events/{event-id}/cancel' '/me/calendar/events/{event-id}/decline': description: Provides operations to call the decline method. post: tags: - me.Actions summary: Invoke action decline description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0 operationId: me.calendar.events.event.decline requestBody: description: Action parameters content: application/json: schema: type: object properties: ProposedNewTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - type: object nullable: true SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/decline' - '/me/calendar/calendarView/{event-id}/decline' - '/me/calendar/events/{event-id}/instances/{event-id1}/decline' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/decline' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/decline' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline' - '/me/calendars/{calendar-id}/calendarView/{event-id}/decline' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline' - '/me/calendars/{calendar-id}/events/{event-id}/decline' - '/me/calendarView/{event-id}/instances/{event-id1}/decline' - '/me/calendarView/{event-id}/decline' - '/me/events/{event-id}/instances/{event-id1}/decline' - '/me/events/{event-id}/decline' '/me/calendar/events/{event-id}/dismissReminder': description: Provides operations to call the dismissReminder method. post: tags: - me.Actions summary: Invoke action dismissReminder description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 operationId: me.calendar.events.event.dismissReminder responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/me/calendar/calendarView/{event-id}/dismissReminder' - '/me/calendar/events/{event-id}/instances/{event-id1}/dismissReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/me/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder' - '/me/calendars/{calendar-id}/events/{event-id}/dismissReminder' - '/me/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/me/calendarView/{event-id}/dismissReminder' - '/me/events/{event-id}/instances/{event-id1}/dismissReminder' - '/me/events/{event-id}/dismissReminder' '/me/calendar/events/{event-id}/forward': description: Provides operations to call the forward method. post: tags: - me.Actions summary: Invoke action forward description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0 operationId: me.calendar.events.event.forward requestBody: description: Action parameters content: application/json: schema: type: object properties: ToRecipients: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/forward' - '/me/calendar/calendarView/{event-id}/forward' - '/me/calendar/events/{event-id}/instances/{event-id1}/forward' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/forward' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/forward' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/forward' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/forward' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/forward' - '/me/calendars/{calendar-id}/calendarView/{event-id}/forward' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/forward' - '/me/calendars/{calendar-id}/events/{event-id}/forward' - '/me/calendarView/{event-id}/instances/{event-id1}/forward' - '/me/calendarView/{event-id}/forward' - '/me/events/{event-id}/instances/{event-id1}/forward' - '/me/events/{event-id}/forward' - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/forward' - '/me/mailFolders/{mailFolder-id}/messages/{message-id}/forward' - '/me/messages/{message-id}/forward' '/me/calendar/events/{event-id}/snoozeReminder': description: Provides operations to call the snoozeReminder method. post: tags: - me.Actions summary: Invoke action snoozeReminder description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0 operationId: me.calendar.events.event.snoozeReminder requestBody: description: Action parameters content: application/json: schema: type: object properties: NewReminderTime: $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/calendar/calendarView/{event-id}/snoozeReminder' - '/me/calendar/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/calendars/{calendar-id}/events/{event-id}/snoozeReminder' - '/me/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/calendarView/{event-id}/snoozeReminder' - '/me/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/events/{event-id}/snoozeReminder' '/me/calendar/events/{event-id}/tentativelyAccept': description: Provides operations to call the tentativelyAccept method. post: tags: - me.Actions summary: Invoke action tentativelyAccept description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0 operationId: me.calendar.events.event.tentativelyAccept requestBody: description: Action parameters content: application/json: schema: type: object properties: ProposedNewTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - type: object nullable: true SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/calendar/calendarView/{event-id}/tentativelyAccept' - '/me/calendar/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/calendars/{calendar-id}/events/{event-id}/tentativelyAccept' - '/me/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/calendarView/{event-id}/tentativelyAccept' - '/me/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/events/{event-id}/tentativelyAccept' /me/calendar/events/$count: description: Provides operations to count the resources in the collection. get: tags: - me.calendar summary: Get the number of the resource operationId: me.calendar.events.GetCount-0c79 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /me/calendar/events/delta(): description: Provides operations to call the delta method. get: tags: - me.Functions summary: Invoke function delta description: 'Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user''s primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 operationId: me.calendar.events.delta parameters: - name: startDateTime in: query description: 'The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - name: endDateTime in: query description: 'The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of event type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.event' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/delta()' - /me/calendar/calendarView/delta() - '/me/calendar/events/{event-id}/instances/delta()' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/me/calendars/{calendar-id}/calendarView/delta()' - '/me/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/me/calendars/{calendar-id}/events/delta()' - '/me/calendarView/{event-id}/instances/delta()' - /me/calendarView/delta() - '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/delta()' - '/me/chats/{chat-id}/messages/delta()' - '/me/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta()' - '/me/contactFolders/{contactFolder-id}/childFolders/delta()' - '/me/contactFolders/{contactFolder-id}/contacts/delta()' - /me/contactFolders/delta() - /me/contacts/delta() - '/me/events/{event-id}/instances/delta()' - /me/events/delta() - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta()' - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/delta()' - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta()' - '/me/joinedTeams/{team-id}/primaryChannel/messages/delta()' - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta()' - '/me/mailFolders/{mailFolder-id}/childFolders/delta()' - '/me/mailFolders/{mailFolder-id}/messages/delta()' - /me/mailFolders/delta() - /me/messages/delta() - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' - /me/todo/lists/delta() '/me/calendar/allowedCalendarSharingRoles(User=''{User}'')': description: Provides operations to call the allowedCalendarSharingRoles method. get: tags: - me.Functions summary: Invoke function allowedCalendarSharingRoles operationId: me.calendar.allowedCalendarSharingRoles parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.calendarRoleType' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: User in: path description: 'Usage: User=''{User}''' required: true schema: type: string x-ms-docs-grouped-path: - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/allowedCalendarSharingRoles(User=''{User}'')' - '/me/calendars/{calendar-id}/allowedCalendarSharingRoles(User=''{User}'')' /me/calendar/getSchedule: description: Provides operations to call the getSchedule method. post: tags: - me.Actions summary: Invoke action getSchedule description: 'Get the free/busy availability information for a collection of users, distributions lists, or resources (rooms or equipment) for a specified time period.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-1.0 operationId: me.calendar.getSchedule requestBody: description: Action parameters content: application/json: schema: type: object properties: Schedules: type: array items: type: string nullable: true EndTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' - type: object nullable: true StartTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' - type: object nullable: true AvailabilityViewInterval: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 nullable: true required: true responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.scheduleInformation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-grouped-path: - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/getSchedule' - '/me/calendars/{calendar-id}/getSchedule' /me/calendarGroups: description: Provides operations to manage the calendarGroups property of the microsoft.graph.user entity. get: tags: - me.calendarGroup summary: List calendarGroups description: Get the user's calendar groups. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/user-list-calendargroups?view=graph-rest-1.0 operationId: me.ListCalendarGroups parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.calendarGroupCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.calendarGroup summary: Create CalendarGroup description: Use this API to create a new CalendarGroup. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/user-post-calendargroups?view=graph-rest-1.0 operationId: me.CreateCalendarGroups requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendarGroup' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendarGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/me/calendarGroups/{calendarGroup-id}': description: Provides operations to manage the calendarGroups property of the microsoft.graph.user entity. get: tags: - me.calendarGroup summary: Get calendarGroup description: Retrieve the properties and relationships of a calendar group object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/calendargroup-get?view=graph-rest-1.0 operationId: me.GetCalendarGroups parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendarGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.calendarGroup summary: Update calendargroup description: Update the properties of calendargroup object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/calendargroup-update?view=graph-rest-1.0 operationId: me.UpdateCalendarGroups requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendarGroup' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendarGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.calendarGroup summary: Delete calendarGroup description: Delete a calendar group other than the default calendar group. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/calendargroup-delete?view=graph-rest-1.0 operationId: me.DeleteCalendarGroups parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup '/me/calendarGroups/{calendarGroup-id}/calendars': description: Provides operations to manage the calendars property of the microsoft.graph.calendarGroup entity. get: tags: - me.calendarGroup summary: List calendars description: Retrieve a list of calendars belonging to a calendar group. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/calendargroup-list-calendars?view=graph-rest-1.0 operationId: me.calendarGroups.ListCalendars parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.calendarCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.calendarGroup summary: Create Calendar description: Use this API to create a new calendar in a calendar group for a user. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/calendargroup-post-calendars?view=graph-rest-1.0 operationId: me.calendarGroups.CreateCalendars requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}': description: Provides operations to manage the calendars property of the microsoft.graph.calendarGroup entity. get: tags: - me.calendarGroup summary: Get calendars from me description: The calendars in the calendar group. Navigation property. Read-only. Nullable. operationId: me.calendarGroups.GetCalendars parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.calendarGroup summary: Update the navigation property calendars in me operationId: me.calendarGroups.UpdateCalendars requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.calendarGroup summary: Delete navigation property calendars for me operationId: me.calendarGroups.DeleteCalendars parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarPermissions': description: Provides operations to manage the calendarPermissions property of the microsoft.graph.calendar entity. get: tags: - me.calendarGroup summary: Get calendarPermissions from me description: The permissions of the users with whom the calendar is shared. operationId: me.calendarGroups.calendars.ListCalendarPermissions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.calendarPermissionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.calendarGroup summary: Create new navigation property to calendarPermissions for me operationId: me.calendarGroups.calendars.CreateCalendarPermissions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendarPermission' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendarPermission' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar x-ms-docs-grouped-path: - /me/calendar/calendarPermissions - '/me/calendars/{calendar-id}/calendarPermissions' '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarPermissions/{calendarPermission-id}': description: Provides operations to manage the calendarPermissions property of the microsoft.graph.calendar entity. get: tags: - me.calendarGroup summary: Get calendarPermissions from me description: The permissions of the users with whom the calendar is shared. operationId: me.calendarGroups.calendars.GetCalendarPermissions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendarPermission' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.calendarGroup summary: Update the navigation property calendarPermissions in me operationId: me.calendarGroups.calendars.UpdateCalendarPermissions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendarPermission' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendarPermission' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.calendarGroup summary: Delete navigation property calendarPermissions for me operationId: me.calendarGroups.calendars.DeleteCalendarPermissions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: calendarPermission-id in: path description: The unique identifier of calendarPermission required: true schema: type: string x-ms-docs-key-type: calendarPermission x-ms-docs-grouped-path: - '/me/calendar/calendarPermissions/{calendarPermission-id}' - '/me/calendars/{calendar-id}/calendarPermissions/{calendarPermission-id}' '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarPermissions/$count': description: Provides operations to count the resources in the collection. get: tags: - me.calendarGroup summary: Get the number of the resource operationId: me.calendarGroups.calendars.calendarPermissions.GetCount-3d5b parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView': description: Provides operations to manage the calendarView property of the microsoft.graph.calendar entity. get: tags: - me.calendarGroup summary: Get calendarView from me description: The calendar view for the calendar. Navigation property. Read-only. operationId: me.calendarGroups.calendars.ListCalendarView parameters: - name: startDateTime in: query description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' required: true schema: type: string - name: endDateTime in: query description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar x-ms-docs-grouped-path: - /me/calendar/calendarView - '/me/calendars/{calendar-id}/calendarView' '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}': description: Provides operations to manage the calendarView property of the microsoft.graph.calendar entity. get: tags: - me.calendarGroup summary: Get calendarView from me description: The calendar view for the calendar. Navigation property. Read-only. operationId: me.calendarGroups.calendars.GetCalendarView parameters: - name: startDateTime in: query description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' required: true schema: type: string - name: endDateTime in: query description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}' - '/me/calendars/{calendar-id}/calendarView/{event-id}' '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments': description: Provides operations to manage the attachments property of the microsoft.graph.event entity. get: tags: - me.calendarGroup summary: Get attachments from me description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: me.calendarGroups.calendars.calendarView.ListAttachments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.calendarGroup summary: Create new navigation property to attachments for me operationId: me.calendarGroups.calendars.calendarView.CreateAttachments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/attachments' - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/attachments' - '/me/calendar/events/{event-id}/attachments' - '/me/calendar/events/{event-id}/instances/{event-id1}/attachments' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments' - '/me/calendars/{calendar-id}/calendarView/{event-id}/attachments' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments' - '/me/calendars/{calendar-id}/events/{event-id}/attachments' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments' - '/me/calendarView/{event-id}/attachments' - '/me/calendarView/{event-id}/instances/{event-id1}/attachments' - '/me/events/{event-id}/attachments' - '/me/events/{event-id}/instances/{event-id1}/attachments' '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}': description: Provides operations to manage the attachments property of the microsoft.graph.event entity. get: tags: - me.calendarGroup summary: Get attachments from me description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: me.calendarGroups.calendars.calendarView.GetAttachments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.calendarGroup summary: Delete navigation property attachments for me operationId: me.calendarGroups.calendars.calendarView.DeleteAttachments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: attachment-id in: path description: The unique identifier of attachment required: true schema: type: string x-ms-docs-key-type: attachment x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/attachments/{attachment-id}' - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/calendar/events/{event-id}/attachments/{attachment-id}' - '/me/calendar/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/calendarView/{event-id}/attachments/{attachment-id}' - '/me/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/events/{event-id}/attachments/{attachment-id}' - '/me/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/$count': description: Provides operations to count the resources in the collection. get: tags: - me.calendarGroup summary: Get the number of the resource operationId: me.calendarGroups.calendars.calendarView.attachments.GetCount-e147 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/createUploadSession': description: Provides operations to call the createUploadSession method. post: tags: - me.Actions summary: Invoke action createUploadSession description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 operationId: me.calendarGroups.calendarGroup.calendars.calendar.calendarView.event.attachments.createUploadSession requestBody: description: Action parameters content: application/json: schema: type: object properties: AttachmentItem: $ref: '#/components/schemas/microsoft.graph.attachmentItem' required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.uploadSession' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/attachments/createUploadSession' - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendar/events/{event-id}/attachments/createUploadSession' - '/me/calendar/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/createUploadSession' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendars/{calendar-id}/calendarView/{event-id}/attachments/createUploadSession' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendars/{calendar-id}/events/{event-id}/attachments/createUploadSession' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendarView/{event-id}/attachments/createUploadSession' - '/me/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/events/{event-id}/attachments/createUploadSession' - '/me/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/createUploadSession' - '/me/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/createUploadSession' - '/me/messages/{message-id}/attachments/createUploadSession' - '/me/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/createUploadSession' '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/calendar': description: Provides operations to manage the calendar property of the microsoft.graph.event entity. get: tags: - me.calendarGroup summary: Get calendar from me description: The calendar that contains the event. Navigation property. Read-only. operationId: me.calendarGroups.calendars.calendarView.GetCalendar parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/calendar' - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/calendar' - '/me/calendar/events/{event-id}/calendar' - '/me/calendar/events/{event-id}/instances/{event-id1}/calendar' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/calendar' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/calendar' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/calendar' - '/me/calendars/{calendar-id}/calendarView/{event-id}/calendar' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/calendar' - '/me/calendars/{calendar-id}/events/{event-id}/calendar' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/calendar' - '/me/calendarView/{event-id}/calendar' - '/me/calendarView/{event-id}/instances/{event-id1}/calendar' - '/me/events/{event-id}/calendar' - '/me/events/{event-id}/instances/{event-id1}/calendar' '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions': description: Provides operations to manage the extensions property of the microsoft.graph.event entity. get: tags: - me.calendarGroup summary: Get extensions from me description: The collection of open extensions defined for the event. Nullable. operationId: me.calendarGroups.calendars.calendarView.ListExtensions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.calendarGroup summary: Create new navigation property to extensions for me operationId: me.calendarGroups.calendars.calendarView.CreateExtensions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/extensions' - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/extensions' - '/me/calendar/events/{event-id}/extensions' - '/me/calendar/events/{event-id}/instances/{event-id1}/extensions' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions' - '/me/calendars/{calendar-id}/calendarView/{event-id}/extensions' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions' - '/me/calendars/{calendar-id}/events/{event-id}/extensions' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions' - '/me/calendarView/{event-id}/extensions' - '/me/calendarView/{event-id}/instances/{event-id1}/extensions' - '/me/events/{event-id}/extensions' - '/me/events/{event-id}/instances/{event-id1}/extensions' '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}': description: Provides operations to manage the extensions property of the microsoft.graph.event entity. get: tags: - me.calendarGroup summary: Get extensions from me description: The collection of open extensions defined for the event. Nullable. operationId: me.calendarGroups.calendars.calendarView.GetExtensions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.calendarGroup summary: Update the navigation property extensions in me operationId: me.calendarGroups.calendars.calendarView.UpdateExtensions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.calendarGroup summary: Delete navigation property extensions for me operationId: me.calendarGroups.calendars.calendarView.DeleteExtensions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: extension-id in: path description: The unique identifier of extension required: true schema: type: string x-ms-docs-key-type: extension x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/extensions/{extension-id}' - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/calendar/events/{event-id}/extensions/{extension-id}' - '/me/calendar/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/calendarView/{event-id}/extensions/{extension-id}' - '/me/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/events/{event-id}/extensions/{extension-id}' - '/me/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions/$count': description: Provides operations to count the resources in the collection. get: tags: - me.calendarGroup summary: Get the number of the resource operationId: me.calendarGroups.calendars.calendarView.extensions.GetCount-a2ad parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances': description: Provides operations to manage the instances property of the microsoft.graph.event entity. get: tags: - me.calendarGroup summary: Get instances from me description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' operationId: me.calendarGroups.calendars.calendarView.ListInstances parameters: - name: startDateTime in: query description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' required: true schema: type: string - name: endDateTime in: query description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances' - '/me/calendar/events/{event-id}/instances' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances' - '/me/calendars/{calendar-id}/events/{event-id}/instances' - '/me/calendarView/{event-id}/instances' - '/me/events/{event-id}/instances' '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}': description: Provides operations to manage the instances property of the microsoft.graph.event entity. get: tags: - me.calendarGroup summary: Get instances from me description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' operationId: me.calendarGroups.calendars.calendarView.GetInstances parameters: - name: startDateTime in: query description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' required: true schema: type: string - name: endDateTime in: query description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}' - '/me/calendar/events/{event-id}/instances/{event-id1}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}' - '/me/calendarView/{event-id}/instances/{event-id1}' - '/me/events/{event-id}/instances/{event-id1}' '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments': description: Provides operations to manage the attachments property of the microsoft.graph.event entity. get: tags: - me.calendarGroup summary: Get attachments from me description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: me.calendarGroups.calendars.calendarView.instances.ListAttachments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.calendarGroup summary: Create new navigation property to attachments for me operationId: me.calendarGroups.calendars.calendarView.instances.CreateAttachments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/attachments' - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/attachments' - '/me/calendar/events/{event-id}/attachments' - '/me/calendar/events/{event-id}/instances/{event-id1}/attachments' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments' - '/me/calendars/{calendar-id}/calendarView/{event-id}/attachments' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments' - '/me/calendars/{calendar-id}/events/{event-id}/attachments' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments' - '/me/calendarView/{event-id}/attachments' - '/me/calendarView/{event-id}/instances/{event-id1}/attachments' - '/me/events/{event-id}/attachments' - '/me/events/{event-id}/instances/{event-id1}/attachments' '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}': description: Provides operations to manage the attachments property of the microsoft.graph.event entity. get: tags: - me.calendarGroup summary: Get attachments from me description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: me.calendarGroups.calendars.calendarView.instances.GetAttachments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.calendarGroup summary: Delete navigation property attachments for me operationId: me.calendarGroups.calendars.calendarView.instances.DeleteAttachments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: attachment-id in: path description: The unique identifier of attachment required: true schema: type: string x-ms-docs-key-type: attachment x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/attachments/{attachment-id}' - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/calendar/events/{event-id}/attachments/{attachment-id}' - '/me/calendar/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/calendarView/{event-id}/attachments/{attachment-id}' - '/me/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/events/{event-id}/attachments/{attachment-id}' - '/me/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/$count': description: Provides operations to count the resources in the collection. get: tags: - me.calendarGroup summary: Get the number of the resource operationId: me.calendarGroups.calendars.calendarView.instances.attachments.GetCount-dd0d parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession': description: Provides operations to call the createUploadSession method. post: tags: - me.Actions summary: Invoke action createUploadSession description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 operationId: me.calendarGroups.calendarGroup.calendars.calendar.calendarView.event.instances.event.attachments.createUploadSession requestBody: description: Action parameters content: application/json: schema: type: object properties: AttachmentItem: $ref: '#/components/schemas/microsoft.graph.attachmentItem' required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.uploadSession' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/attachments/createUploadSession' - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendar/events/{event-id}/attachments/createUploadSession' - '/me/calendar/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/createUploadSession' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/createUploadSession' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendars/{calendar-id}/calendarView/{event-id}/attachments/createUploadSession' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendars/{calendar-id}/events/{event-id}/attachments/createUploadSession' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendarView/{event-id}/attachments/createUploadSession' - '/me/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/events/{event-id}/attachments/createUploadSession' - '/me/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/createUploadSession' - '/me/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/createUploadSession' - '/me/messages/{message-id}/attachments/createUploadSession' - '/me/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/createUploadSession' '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/calendar': description: Provides operations to manage the calendar property of the microsoft.graph.event entity. get: tags: - me.calendarGroup summary: Get calendar from me description: The calendar that contains the event. Navigation property. Read-only. operationId: me.calendarGroups.calendars.calendarView.instances.GetCalendar parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/calendar' - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/calendar' - '/me/calendar/events/{event-id}/calendar' - '/me/calendar/events/{event-id}/instances/{event-id1}/calendar' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/calendar' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/calendar' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/calendar' - '/me/calendars/{calendar-id}/calendarView/{event-id}/calendar' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/calendar' - '/me/calendars/{calendar-id}/events/{event-id}/calendar' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/calendar' - '/me/calendarView/{event-id}/calendar' - '/me/calendarView/{event-id}/instances/{event-id1}/calendar' - '/me/events/{event-id}/calendar' - '/me/events/{event-id}/instances/{event-id1}/calendar' '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions': description: Provides operations to manage the extensions property of the microsoft.graph.event entity. get: tags: - me.calendarGroup summary: Get extensions from me description: The collection of open extensions defined for the event. Nullable. operationId: me.calendarGroups.calendars.calendarView.instances.ListExtensions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.calendarGroup summary: Create new navigation property to extensions for me operationId: me.calendarGroups.calendars.calendarView.instances.CreateExtensions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/extensions' - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/extensions' - '/me/calendar/events/{event-id}/extensions' - '/me/calendar/events/{event-id}/instances/{event-id1}/extensions' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions' - '/me/calendars/{calendar-id}/calendarView/{event-id}/extensions' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions' - '/me/calendars/{calendar-id}/events/{event-id}/extensions' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions' - '/me/calendarView/{event-id}/extensions' - '/me/calendarView/{event-id}/instances/{event-id1}/extensions' - '/me/events/{event-id}/extensions' - '/me/events/{event-id}/instances/{event-id1}/extensions' '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}': description: Provides operations to manage the extensions property of the microsoft.graph.event entity. get: tags: - me.calendarGroup summary: Get extensions from me description: The collection of open extensions defined for the event. Nullable. operationId: me.calendarGroups.calendars.calendarView.instances.GetExtensions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.calendarGroup summary: Update the navigation property extensions in me operationId: me.calendarGroups.calendars.calendarView.instances.UpdateExtensions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.calendarGroup summary: Delete navigation property extensions for me operationId: me.calendarGroups.calendars.calendarView.instances.DeleteExtensions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: extension-id in: path description: The unique identifier of extension required: true schema: type: string x-ms-docs-key-type: extension x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/extensions/{extension-id}' - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/calendar/events/{event-id}/extensions/{extension-id}' - '/me/calendar/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/calendarView/{event-id}/extensions/{extension-id}' - '/me/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/events/{event-id}/extensions/{extension-id}' - '/me/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions/$count': description: Provides operations to count the resources in the collection. get: tags: - me.calendarGroup summary: Get the number of the resource operationId: me.calendarGroups.calendars.calendarView.instances.extensions.GetCount-2132 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept': description: Provides operations to call the accept method. post: tags: - me.Actions summary: Invoke action accept description: Accept the specified event in a user calendar. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0 operationId: me.calendarGroups.calendarGroup.calendars.calendar.calendarView.event.instances.event.accept requestBody: description: Action parameters content: application/json: schema: type: object properties: SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/accept' - '/me/calendar/calendarView/{event-id}/accept' - '/me/calendar/events/{event-id}/instances/{event-id1}/accept' - '/me/calendar/events/{event-id}/accept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/accept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/accept' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept' - '/me/calendars/{calendar-id}/calendarView/{event-id}/accept' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept' - '/me/calendars/{calendar-id}/events/{event-id}/accept' - '/me/calendarView/{event-id}/instances/{event-id1}/accept' - '/me/calendarView/{event-id}/accept' - '/me/events/{event-id}/instances/{event-id1}/accept' - '/me/events/{event-id}/accept' '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/cancel': description: Provides operations to call the cancel method. post: tags: - me.Actions summary: Invoke action cancel description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0 operationId: me.calendarGroups.calendarGroup.calendars.calendar.calendarView.event.instances.event.cancel requestBody: description: Action parameters content: application/json: schema: type: object properties: Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/cancel' - '/me/calendar/calendarView/{event-id}/cancel' - '/me/calendar/events/{event-id}/instances/{event-id1}/cancel' - '/me/calendar/events/{event-id}/cancel' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/cancel' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/cancel' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/cancel' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/cancel' - '/me/calendars/{calendar-id}/calendarView/{event-id}/cancel' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/cancel' - '/me/calendars/{calendar-id}/events/{event-id}/cancel' - '/me/calendarView/{event-id}/instances/{event-id1}/cancel' - '/me/calendarView/{event-id}/cancel' - '/me/events/{event-id}/instances/{event-id1}/cancel' - '/me/events/{event-id}/cancel' '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline': description: Provides operations to call the decline method. post: tags: - me.Actions summary: Invoke action decline description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0 operationId: me.calendarGroups.calendarGroup.calendars.calendar.calendarView.event.instances.event.decline requestBody: description: Action parameters content: application/json: schema: type: object properties: ProposedNewTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - type: object nullable: true SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/decline' - '/me/calendar/calendarView/{event-id}/decline' - '/me/calendar/events/{event-id}/instances/{event-id1}/decline' - '/me/calendar/events/{event-id}/decline' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/decline' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/decline' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline' - '/me/calendars/{calendar-id}/calendarView/{event-id}/decline' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline' - '/me/calendars/{calendar-id}/events/{event-id}/decline' - '/me/calendarView/{event-id}/instances/{event-id1}/decline' - '/me/calendarView/{event-id}/decline' - '/me/events/{event-id}/instances/{event-id1}/decline' - '/me/events/{event-id}/decline' '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder': description: Provides operations to call the dismissReminder method. post: tags: - me.Actions summary: Invoke action dismissReminder description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 operationId: me.calendarGroups.calendarGroup.calendars.calendar.calendarView.event.instances.event.dismissReminder responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/me/calendar/calendarView/{event-id}/dismissReminder' - '/me/calendar/events/{event-id}/instances/{event-id1}/dismissReminder' - '/me/calendar/events/{event-id}/dismissReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/me/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder' - '/me/calendars/{calendar-id}/events/{event-id}/dismissReminder' - '/me/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/me/calendarView/{event-id}/dismissReminder' - '/me/events/{event-id}/instances/{event-id1}/dismissReminder' - '/me/events/{event-id}/dismissReminder' '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/forward': description: Provides operations to call the forward method. post: tags: - me.Actions summary: Invoke action forward description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0 operationId: me.calendarGroups.calendarGroup.calendars.calendar.calendarView.event.instances.event.forward requestBody: description: Action parameters content: application/json: schema: type: object properties: ToRecipients: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/forward' - '/me/calendar/calendarView/{event-id}/forward' - '/me/calendar/events/{event-id}/instances/{event-id1}/forward' - '/me/calendar/events/{event-id}/forward' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/forward' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/forward' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/forward' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/forward' - '/me/calendars/{calendar-id}/calendarView/{event-id}/forward' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/forward' - '/me/calendars/{calendar-id}/events/{event-id}/forward' - '/me/calendarView/{event-id}/instances/{event-id1}/forward' - '/me/calendarView/{event-id}/forward' - '/me/events/{event-id}/instances/{event-id1}/forward' - '/me/events/{event-id}/forward' - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/forward' - '/me/mailFolders/{mailFolder-id}/messages/{message-id}/forward' - '/me/messages/{message-id}/forward' '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder': description: Provides operations to call the snoozeReminder method. post: tags: - me.Actions summary: Invoke action snoozeReminder description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0 operationId: me.calendarGroups.calendarGroup.calendars.calendar.calendarView.event.instances.event.snoozeReminder requestBody: description: Action parameters content: application/json: schema: type: object properties: NewReminderTime: $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/calendar/calendarView/{event-id}/snoozeReminder' - '/me/calendar/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/calendar/events/{event-id}/snoozeReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/calendars/{calendar-id}/events/{event-id}/snoozeReminder' - '/me/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/calendarView/{event-id}/snoozeReminder' - '/me/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/events/{event-id}/snoozeReminder' '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept': description: Provides operations to call the tentativelyAccept method. post: tags: - me.Actions summary: Invoke action tentativelyAccept description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0 operationId: me.calendarGroups.calendarGroup.calendars.calendar.calendarView.event.instances.event.tentativelyAccept requestBody: description: Action parameters content: application/json: schema: type: object properties: ProposedNewTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - type: object nullable: true SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/calendar/calendarView/{event-id}/tentativelyAccept' - '/me/calendar/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/calendar/events/{event-id}/tentativelyAccept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/calendars/{calendar-id}/events/{event-id}/tentativelyAccept' - '/me/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/calendarView/{event-id}/tentativelyAccept' - '/me/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/events/{event-id}/tentativelyAccept' '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/$count': description: Provides operations to count the resources in the collection. get: tags: - me.calendarGroup summary: Get the number of the resource operationId: me.calendarGroups.calendars.calendarView.instances.GetCount-dd0e parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()': description: Provides operations to call the delta method. get: tags: - me.Functions summary: Invoke function delta description: 'Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user''s primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 operationId: me.calendarGroups.calendarGroup.calendars.calendar.calendarView.event.instances.delta parameters: - name: startDateTime in: query description: 'The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - name: endDateTime in: query description: 'The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of event type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.event' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/delta()' - /me/calendar/calendarView/delta() - '/me/calendar/events/{event-id}/instances/delta()' - /me/calendar/events/delta() - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/me/calendars/{calendar-id}/calendarView/delta()' - '/me/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/me/calendars/{calendar-id}/events/delta()' - '/me/calendarView/{event-id}/instances/delta()' - /me/calendarView/delta() - '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/delta()' - '/me/chats/{chat-id}/messages/delta()' - '/me/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta()' - '/me/contactFolders/{contactFolder-id}/childFolders/delta()' - '/me/contactFolders/{contactFolder-id}/contacts/delta()' - /me/contactFolders/delta() - /me/contacts/delta() - '/me/events/{event-id}/instances/delta()' - /me/events/delta() - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta()' - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/delta()' - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta()' - '/me/joinedTeams/{team-id}/primaryChannel/messages/delta()' - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta()' - '/me/mailFolders/{mailFolder-id}/childFolders/delta()' - '/me/mailFolders/{mailFolder-id}/messages/delta()' - /me/mailFolders/delta() - /me/messages/delta() - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' - /me/todo/lists/delta() '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/accept': description: Provides operations to call the accept method. post: tags: - me.Actions summary: Invoke action accept description: Accept the specified event in a user calendar. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0 operationId: me.calendarGroups.calendarGroup.calendars.calendar.calendarView.event.accept requestBody: description: Action parameters content: application/json: schema: type: object properties: SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/accept' - '/me/calendar/calendarView/{event-id}/accept' - '/me/calendar/events/{event-id}/instances/{event-id1}/accept' - '/me/calendar/events/{event-id}/accept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/accept' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept' - '/me/calendars/{calendar-id}/calendarView/{event-id}/accept' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept' - '/me/calendars/{calendar-id}/events/{event-id}/accept' - '/me/calendarView/{event-id}/instances/{event-id1}/accept' - '/me/calendarView/{event-id}/accept' - '/me/events/{event-id}/instances/{event-id1}/accept' - '/me/events/{event-id}/accept' '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/cancel': description: Provides operations to call the cancel method. post: tags: - me.Actions summary: Invoke action cancel description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0 operationId: me.calendarGroups.calendarGroup.calendars.calendar.calendarView.event.cancel requestBody: description: Action parameters content: application/json: schema: type: object properties: Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/cancel' - '/me/calendar/calendarView/{event-id}/cancel' - '/me/calendar/events/{event-id}/instances/{event-id1}/cancel' - '/me/calendar/events/{event-id}/cancel' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/cancel' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/cancel' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/cancel' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/cancel' - '/me/calendars/{calendar-id}/calendarView/{event-id}/cancel' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/cancel' - '/me/calendars/{calendar-id}/events/{event-id}/cancel' - '/me/calendarView/{event-id}/instances/{event-id1}/cancel' - '/me/calendarView/{event-id}/cancel' - '/me/events/{event-id}/instances/{event-id1}/cancel' - '/me/events/{event-id}/cancel' '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/decline': description: Provides operations to call the decline method. post: tags: - me.Actions summary: Invoke action decline description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0 operationId: me.calendarGroups.calendarGroup.calendars.calendar.calendarView.event.decline requestBody: description: Action parameters content: application/json: schema: type: object properties: ProposedNewTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - type: object nullable: true SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/decline' - '/me/calendar/calendarView/{event-id}/decline' - '/me/calendar/events/{event-id}/instances/{event-id1}/decline' - '/me/calendar/events/{event-id}/decline' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/decline' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline' - '/me/calendars/{calendar-id}/calendarView/{event-id}/decline' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline' - '/me/calendars/{calendar-id}/events/{event-id}/decline' - '/me/calendarView/{event-id}/instances/{event-id1}/decline' - '/me/calendarView/{event-id}/decline' - '/me/events/{event-id}/instances/{event-id1}/decline' - '/me/events/{event-id}/decline' '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder': description: Provides operations to call the dismissReminder method. post: tags: - me.Actions summary: Invoke action dismissReminder description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 operationId: me.calendarGroups.calendarGroup.calendars.calendar.calendarView.event.dismissReminder responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/me/calendar/calendarView/{event-id}/dismissReminder' - '/me/calendar/events/{event-id}/instances/{event-id1}/dismissReminder' - '/me/calendar/events/{event-id}/dismissReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/me/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder' - '/me/calendars/{calendar-id}/events/{event-id}/dismissReminder' - '/me/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/me/calendarView/{event-id}/dismissReminder' - '/me/events/{event-id}/instances/{event-id1}/dismissReminder' - '/me/events/{event-id}/dismissReminder' '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/forward': description: Provides operations to call the forward method. post: tags: - me.Actions summary: Invoke action forward description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0 operationId: me.calendarGroups.calendarGroup.calendars.calendar.calendarView.event.forward requestBody: description: Action parameters content: application/json: schema: type: object properties: ToRecipients: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/forward' - '/me/calendar/calendarView/{event-id}/forward' - '/me/calendar/events/{event-id}/instances/{event-id1}/forward' - '/me/calendar/events/{event-id}/forward' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/forward' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/forward' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/forward' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/forward' - '/me/calendars/{calendar-id}/calendarView/{event-id}/forward' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/forward' - '/me/calendars/{calendar-id}/events/{event-id}/forward' - '/me/calendarView/{event-id}/instances/{event-id1}/forward' - '/me/calendarView/{event-id}/forward' - '/me/events/{event-id}/instances/{event-id1}/forward' - '/me/events/{event-id}/forward' - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/forward' - '/me/mailFolders/{mailFolder-id}/messages/{message-id}/forward' - '/me/messages/{message-id}/forward' '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder': description: Provides operations to call the snoozeReminder method. post: tags: - me.Actions summary: Invoke action snoozeReminder description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0 operationId: me.calendarGroups.calendarGroup.calendars.calendar.calendarView.event.snoozeReminder requestBody: description: Action parameters content: application/json: schema: type: object properties: NewReminderTime: $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/calendar/calendarView/{event-id}/snoozeReminder' - '/me/calendar/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/calendar/events/{event-id}/snoozeReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/calendars/{calendar-id}/events/{event-id}/snoozeReminder' - '/me/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/calendarView/{event-id}/snoozeReminder' - '/me/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/events/{event-id}/snoozeReminder' '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept': description: Provides operations to call the tentativelyAccept method. post: tags: - me.Actions summary: Invoke action tentativelyAccept description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0 operationId: me.calendarGroups.calendarGroup.calendars.calendar.calendarView.event.tentativelyAccept requestBody: description: Action parameters content: application/json: schema: type: object properties: ProposedNewTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - type: object nullable: true SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/calendar/calendarView/{event-id}/tentativelyAccept' - '/me/calendar/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/calendar/events/{event-id}/tentativelyAccept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/calendars/{calendar-id}/events/{event-id}/tentativelyAccept' - '/me/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/calendarView/{event-id}/tentativelyAccept' - '/me/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/events/{event-id}/tentativelyAccept' '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/$count': description: Provides operations to count the resources in the collection. get: tags: - me.calendarGroup summary: Get the number of the resource operationId: me.calendarGroups.calendars.calendarView.GetCount-5d8d parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()': description: Provides operations to call the delta method. get: tags: - me.Functions summary: Invoke function delta description: 'Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user''s primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 operationId: me.calendarGroups.calendarGroup.calendars.calendar.calendarView.delta parameters: - name: startDateTime in: query description: 'The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - name: endDateTime in: query description: 'The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of event type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.event' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/delta()' - /me/calendar/calendarView/delta() - '/me/calendar/events/{event-id}/instances/delta()' - /me/calendar/events/delta() - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/me/calendars/{calendar-id}/calendarView/delta()' - '/me/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/me/calendars/{calendar-id}/events/delta()' - '/me/calendarView/{event-id}/instances/delta()' - /me/calendarView/delta() - '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/delta()' - '/me/chats/{chat-id}/messages/delta()' - '/me/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta()' - '/me/contactFolders/{contactFolder-id}/childFolders/delta()' - '/me/contactFolders/{contactFolder-id}/contacts/delta()' - /me/contactFolders/delta() - /me/contacts/delta() - '/me/events/{event-id}/instances/delta()' - /me/events/delta() - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta()' - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/delta()' - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta()' - '/me/joinedTeams/{team-id}/primaryChannel/messages/delta()' - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta()' - '/me/mailFolders/{mailFolder-id}/childFolders/delta()' - '/me/mailFolders/{mailFolder-id}/messages/delta()' - /me/mailFolders/delta() - /me/messages/delta() - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' - /me/todo/lists/delta() '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events': description: Provides operations to manage the events property of the microsoft.graph.calendar entity. get: tags: - me.calendarGroup summary: Get events from me description: The events in the calendar. Navigation property. Read-only. operationId: me.calendarGroups.calendars.ListEvents parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.calendarGroup summary: Create new navigation property to events for me operationId: me.calendarGroups.calendars.CreateEvents requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar x-ms-docs-grouped-path: - /me/calendar/events - '/me/calendars/{calendar-id}/events' '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}': description: Provides operations to manage the events property of the microsoft.graph.calendar entity. get: tags: - me.calendarGroup summary: Get events from me description: The events in the calendar. Navigation property. Read-only. operationId: me.calendarGroups.calendars.GetEvents parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.calendarGroup summary: Update the navigation property events in me operationId: me.calendarGroups.calendars.UpdateEvents requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.calendarGroup summary: Delete navigation property events for me operationId: me.calendarGroups.calendars.DeleteEvents parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/events/{event-id}' - '/me/calendars/{calendar-id}/events/{event-id}' '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments': description: Provides operations to manage the attachments property of the microsoft.graph.event entity. get: tags: - me.calendarGroup summary: Get attachments from me description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: me.calendarGroups.calendars.events.ListAttachments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.calendarGroup summary: Create new navigation property to attachments for me operationId: me.calendarGroups.calendars.events.CreateAttachments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/attachments' - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/attachments' - '/me/calendar/events/{event-id}/attachments' - '/me/calendar/events/{event-id}/instances/{event-id1}/attachments' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments' - '/me/calendars/{calendar-id}/calendarView/{event-id}/attachments' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments' - '/me/calendars/{calendar-id}/events/{event-id}/attachments' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments' - '/me/calendarView/{event-id}/attachments' - '/me/calendarView/{event-id}/instances/{event-id1}/attachments' - '/me/events/{event-id}/attachments' - '/me/events/{event-id}/instances/{event-id1}/attachments' '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}': description: Provides operations to manage the attachments property of the microsoft.graph.event entity. get: tags: - me.calendarGroup summary: Get attachments from me description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: me.calendarGroups.calendars.events.GetAttachments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.calendarGroup summary: Delete navigation property attachments for me operationId: me.calendarGroups.calendars.events.DeleteAttachments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: attachment-id in: path description: The unique identifier of attachment required: true schema: type: string x-ms-docs-key-type: attachment x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/attachments/{attachment-id}' - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/calendar/events/{event-id}/attachments/{attachment-id}' - '/me/calendar/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/calendarView/{event-id}/attachments/{attachment-id}' - '/me/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/events/{event-id}/attachments/{attachment-id}' - '/me/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/$count': description: Provides operations to count the resources in the collection. get: tags: - me.calendarGroup summary: Get the number of the resource operationId: me.calendarGroups.calendars.events.attachments.GetCount-2b84 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/createUploadSession': description: Provides operations to call the createUploadSession method. post: tags: - me.Actions summary: Invoke action createUploadSession description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 operationId: me.calendarGroups.calendarGroup.calendars.calendar.events.event.attachments.createUploadSession requestBody: description: Action parameters content: application/json: schema: type: object properties: AttachmentItem: $ref: '#/components/schemas/microsoft.graph.attachmentItem' required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.uploadSession' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/attachments/createUploadSession' - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendar/events/{event-id}/attachments/createUploadSession' - '/me/calendar/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/createUploadSession' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendars/{calendar-id}/calendarView/{event-id}/attachments/createUploadSession' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendars/{calendar-id}/events/{event-id}/attachments/createUploadSession' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendarView/{event-id}/attachments/createUploadSession' - '/me/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/events/{event-id}/attachments/createUploadSession' - '/me/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/createUploadSession' - '/me/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/createUploadSession' - '/me/messages/{message-id}/attachments/createUploadSession' - '/me/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/createUploadSession' '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/calendar': description: Provides operations to manage the calendar property of the microsoft.graph.event entity. get: tags: - me.calendarGroup summary: Get calendar from me description: The calendar that contains the event. Navigation property. Read-only. operationId: me.calendarGroups.calendars.events.GetCalendar parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/calendar' - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/calendar' - '/me/calendar/events/{event-id}/calendar' - '/me/calendar/events/{event-id}/instances/{event-id1}/calendar' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/calendar' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/calendar' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/calendar' - '/me/calendars/{calendar-id}/calendarView/{event-id}/calendar' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/calendar' - '/me/calendars/{calendar-id}/events/{event-id}/calendar' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/calendar' - '/me/calendarView/{event-id}/calendar' - '/me/calendarView/{event-id}/instances/{event-id1}/calendar' - '/me/events/{event-id}/calendar' - '/me/events/{event-id}/instances/{event-id1}/calendar' '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions': description: Provides operations to manage the extensions property of the microsoft.graph.event entity. get: tags: - me.calendarGroup summary: Get extensions from me description: The collection of open extensions defined for the event. Nullable. operationId: me.calendarGroups.calendars.events.ListExtensions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.calendarGroup summary: Create new navigation property to extensions for me operationId: me.calendarGroups.calendars.events.CreateExtensions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/extensions' - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/extensions' - '/me/calendar/events/{event-id}/extensions' - '/me/calendar/events/{event-id}/instances/{event-id1}/extensions' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions' - '/me/calendars/{calendar-id}/calendarView/{event-id}/extensions' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions' - '/me/calendars/{calendar-id}/events/{event-id}/extensions' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions' - '/me/calendarView/{event-id}/extensions' - '/me/calendarView/{event-id}/instances/{event-id1}/extensions' - '/me/events/{event-id}/extensions' - '/me/events/{event-id}/instances/{event-id1}/extensions' '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}': description: Provides operations to manage the extensions property of the microsoft.graph.event entity. get: tags: - me.calendarGroup summary: Get extensions from me description: The collection of open extensions defined for the event. Nullable. operationId: me.calendarGroups.calendars.events.GetExtensions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.calendarGroup summary: Update the navigation property extensions in me operationId: me.calendarGroups.calendars.events.UpdateExtensions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.calendarGroup summary: Delete navigation property extensions for me operationId: me.calendarGroups.calendars.events.DeleteExtensions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: extension-id in: path description: The unique identifier of extension required: true schema: type: string x-ms-docs-key-type: extension x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/extensions/{extension-id}' - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/calendar/events/{event-id}/extensions/{extension-id}' - '/me/calendar/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/calendarView/{event-id}/extensions/{extension-id}' - '/me/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/events/{event-id}/extensions/{extension-id}' - '/me/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions/$count': description: Provides operations to count the resources in the collection. get: tags: - me.calendarGroup summary: Get the number of the resource operationId: me.calendarGroups.calendars.events.extensions.GetCount-baf0 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances': description: Provides operations to manage the instances property of the microsoft.graph.event entity. get: tags: - me.calendarGroup summary: Get instances from me description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' operationId: me.calendarGroups.calendars.events.ListInstances parameters: - name: startDateTime in: query description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' required: true schema: type: string - name: endDateTime in: query description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances' - '/me/calendar/events/{event-id}/instances' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances' - '/me/calendars/{calendar-id}/events/{event-id}/instances' - '/me/calendarView/{event-id}/instances' - '/me/events/{event-id}/instances' '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}': description: Provides operations to manage the instances property of the microsoft.graph.event entity. get: tags: - me.calendarGroup summary: Get instances from me description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' operationId: me.calendarGroups.calendars.events.GetInstances parameters: - name: startDateTime in: query description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' required: true schema: type: string - name: endDateTime in: query description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}' - '/me/calendar/events/{event-id}/instances/{event-id1}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}' - '/me/calendarView/{event-id}/instances/{event-id1}' - '/me/events/{event-id}/instances/{event-id1}' '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments': description: Provides operations to manage the attachments property of the microsoft.graph.event entity. get: tags: - me.calendarGroup summary: Get attachments from me description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: me.calendarGroups.calendars.events.instances.ListAttachments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.calendarGroup summary: Create new navigation property to attachments for me operationId: me.calendarGroups.calendars.events.instances.CreateAttachments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/attachments' - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/attachments' - '/me/calendar/events/{event-id}/attachments' - '/me/calendar/events/{event-id}/instances/{event-id1}/attachments' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments' - '/me/calendars/{calendar-id}/calendarView/{event-id}/attachments' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments' - '/me/calendars/{calendar-id}/events/{event-id}/attachments' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments' - '/me/calendarView/{event-id}/attachments' - '/me/calendarView/{event-id}/instances/{event-id1}/attachments' - '/me/events/{event-id}/attachments' - '/me/events/{event-id}/instances/{event-id1}/attachments' '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}': description: Provides operations to manage the attachments property of the microsoft.graph.event entity. get: tags: - me.calendarGroup summary: Get attachments from me description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: me.calendarGroups.calendars.events.instances.GetAttachments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.calendarGroup summary: Delete navigation property attachments for me operationId: me.calendarGroups.calendars.events.instances.DeleteAttachments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: attachment-id in: path description: The unique identifier of attachment required: true schema: type: string x-ms-docs-key-type: attachment x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/attachments/{attachment-id}' - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/calendar/events/{event-id}/attachments/{attachment-id}' - '/me/calendar/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}' - '/me/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/calendarView/{event-id}/attachments/{attachment-id}' - '/me/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/events/{event-id}/attachments/{attachment-id}' - '/me/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/$count': description: Provides operations to count the resources in the collection. get: tags: - me.calendarGroup summary: Get the number of the resource operationId: me.calendarGroups.calendars.events.instances.attachments.GetCount-d238 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession': description: Provides operations to call the createUploadSession method. post: tags: - me.Actions summary: Invoke action createUploadSession description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 operationId: me.calendarGroups.calendarGroup.calendars.calendar.events.event.instances.event.attachments.createUploadSession requestBody: description: Action parameters content: application/json: schema: type: object properties: AttachmentItem: $ref: '#/components/schemas/microsoft.graph.attachmentItem' required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.uploadSession' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/attachments/createUploadSession' - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendar/events/{event-id}/attachments/createUploadSession' - '/me/calendar/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/createUploadSession' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/createUploadSession' - '/me/calendars/{calendar-id}/calendarView/{event-id}/attachments/createUploadSession' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendars/{calendar-id}/events/{event-id}/attachments/createUploadSession' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendarView/{event-id}/attachments/createUploadSession' - '/me/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/events/{event-id}/attachments/createUploadSession' - '/me/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/createUploadSession' - '/me/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/createUploadSession' - '/me/messages/{message-id}/attachments/createUploadSession' - '/me/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/createUploadSession' '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/calendar': description: Provides operations to manage the calendar property of the microsoft.graph.event entity. get: tags: - me.calendarGroup summary: Get calendar from me description: The calendar that contains the event. Navigation property. Read-only. operationId: me.calendarGroups.calendars.events.instances.GetCalendar parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/calendar' - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/calendar' - '/me/calendar/events/{event-id}/calendar' - '/me/calendar/events/{event-id}/instances/{event-id1}/calendar' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/calendar' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/calendar' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/calendar' - '/me/calendars/{calendar-id}/calendarView/{event-id}/calendar' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/calendar' - '/me/calendars/{calendar-id}/events/{event-id}/calendar' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/calendar' - '/me/calendarView/{event-id}/calendar' - '/me/calendarView/{event-id}/instances/{event-id1}/calendar' - '/me/events/{event-id}/calendar' - '/me/events/{event-id}/instances/{event-id1}/calendar' '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions': description: Provides operations to manage the extensions property of the microsoft.graph.event entity. get: tags: - me.calendarGroup summary: Get extensions from me description: The collection of open extensions defined for the event. Nullable. operationId: me.calendarGroups.calendars.events.instances.ListExtensions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.calendarGroup summary: Create new navigation property to extensions for me operationId: me.calendarGroups.calendars.events.instances.CreateExtensions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/extensions' - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/extensions' - '/me/calendar/events/{event-id}/extensions' - '/me/calendar/events/{event-id}/instances/{event-id1}/extensions' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions' - '/me/calendars/{calendar-id}/calendarView/{event-id}/extensions' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions' - '/me/calendars/{calendar-id}/events/{event-id}/extensions' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions' - '/me/calendarView/{event-id}/extensions' - '/me/calendarView/{event-id}/instances/{event-id1}/extensions' - '/me/events/{event-id}/extensions' - '/me/events/{event-id}/instances/{event-id1}/extensions' '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}': description: Provides operations to manage the extensions property of the microsoft.graph.event entity. get: tags: - me.calendarGroup summary: Get extensions from me description: The collection of open extensions defined for the event. Nullable. operationId: me.calendarGroups.calendars.events.instances.GetExtensions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.calendarGroup summary: Update the navigation property extensions in me operationId: me.calendarGroups.calendars.events.instances.UpdateExtensions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.calendarGroup summary: Delete navigation property extensions for me operationId: me.calendarGroups.calendars.events.instances.DeleteExtensions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: extension-id in: path description: The unique identifier of extension required: true schema: type: string x-ms-docs-key-type: extension x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/extensions/{extension-id}' - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/calendar/events/{event-id}/extensions/{extension-id}' - '/me/calendar/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}' - '/me/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/calendarView/{event-id}/extensions/{extension-id}' - '/me/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/events/{event-id}/extensions/{extension-id}' - '/me/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions/$count': description: Provides operations to count the resources in the collection. get: tags: - me.calendarGroup summary: Get the number of the resource operationId: me.calendarGroups.calendars.events.instances.extensions.GetCount-421a parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept': description: Provides operations to call the accept method. post: tags: - me.Actions summary: Invoke action accept description: Accept the specified event in a user calendar. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0 operationId: me.calendarGroups.calendarGroup.calendars.calendar.events.event.instances.event.accept requestBody: description: Action parameters content: application/json: schema: type: object properties: SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/accept' - '/me/calendar/calendarView/{event-id}/accept' - '/me/calendar/events/{event-id}/instances/{event-id1}/accept' - '/me/calendar/events/{event-id}/accept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/accept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/accept' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept' - '/me/calendars/{calendar-id}/calendarView/{event-id}/accept' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept' - '/me/calendars/{calendar-id}/events/{event-id}/accept' - '/me/calendarView/{event-id}/instances/{event-id1}/accept' - '/me/calendarView/{event-id}/accept' - '/me/events/{event-id}/instances/{event-id1}/accept' - '/me/events/{event-id}/accept' '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/cancel': description: Provides operations to call the cancel method. post: tags: - me.Actions summary: Invoke action cancel description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0 operationId: me.calendarGroups.calendarGroup.calendars.calendar.events.event.instances.event.cancel requestBody: description: Action parameters content: application/json: schema: type: object properties: Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/cancel' - '/me/calendar/calendarView/{event-id}/cancel' - '/me/calendar/events/{event-id}/instances/{event-id1}/cancel' - '/me/calendar/events/{event-id}/cancel' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/cancel' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/cancel' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/cancel' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/cancel' - '/me/calendars/{calendar-id}/calendarView/{event-id}/cancel' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/cancel' - '/me/calendars/{calendar-id}/events/{event-id}/cancel' - '/me/calendarView/{event-id}/instances/{event-id1}/cancel' - '/me/calendarView/{event-id}/cancel' - '/me/events/{event-id}/instances/{event-id1}/cancel' - '/me/events/{event-id}/cancel' '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline': description: Provides operations to call the decline method. post: tags: - me.Actions summary: Invoke action decline description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0 operationId: me.calendarGroups.calendarGroup.calendars.calendar.events.event.instances.event.decline requestBody: description: Action parameters content: application/json: schema: type: object properties: ProposedNewTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - type: object nullable: true SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/decline' - '/me/calendar/calendarView/{event-id}/decline' - '/me/calendar/events/{event-id}/instances/{event-id1}/decline' - '/me/calendar/events/{event-id}/decline' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/decline' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/decline' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline' - '/me/calendars/{calendar-id}/calendarView/{event-id}/decline' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline' - '/me/calendars/{calendar-id}/events/{event-id}/decline' - '/me/calendarView/{event-id}/instances/{event-id1}/decline' - '/me/calendarView/{event-id}/decline' - '/me/events/{event-id}/instances/{event-id1}/decline' - '/me/events/{event-id}/decline' '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder': description: Provides operations to call the dismissReminder method. post: tags: - me.Actions summary: Invoke action dismissReminder description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 operationId: me.calendarGroups.calendarGroup.calendars.calendar.events.event.instances.event.dismissReminder responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/me/calendar/calendarView/{event-id}/dismissReminder' - '/me/calendar/events/{event-id}/instances/{event-id1}/dismissReminder' - '/me/calendar/events/{event-id}/dismissReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/me/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder' - '/me/calendars/{calendar-id}/events/{event-id}/dismissReminder' - '/me/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/me/calendarView/{event-id}/dismissReminder' - '/me/events/{event-id}/instances/{event-id1}/dismissReminder' - '/me/events/{event-id}/dismissReminder' '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/forward': description: Provides operations to call the forward method. post: tags: - me.Actions summary: Invoke action forward description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0 operationId: me.calendarGroups.calendarGroup.calendars.calendar.events.event.instances.event.forward requestBody: description: Action parameters content: application/json: schema: type: object properties: ToRecipients: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/forward' - '/me/calendar/calendarView/{event-id}/forward' - '/me/calendar/events/{event-id}/instances/{event-id1}/forward' - '/me/calendar/events/{event-id}/forward' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/forward' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/forward' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/forward' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/forward' - '/me/calendars/{calendar-id}/calendarView/{event-id}/forward' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/forward' - '/me/calendars/{calendar-id}/events/{event-id}/forward' - '/me/calendarView/{event-id}/instances/{event-id1}/forward' - '/me/calendarView/{event-id}/forward' - '/me/events/{event-id}/instances/{event-id1}/forward' - '/me/events/{event-id}/forward' - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/forward' - '/me/mailFolders/{mailFolder-id}/messages/{message-id}/forward' - '/me/messages/{message-id}/forward' '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder': description: Provides operations to call the snoozeReminder method. post: tags: - me.Actions summary: Invoke action snoozeReminder description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0 operationId: me.calendarGroups.calendarGroup.calendars.calendar.events.event.instances.event.snoozeReminder requestBody: description: Action parameters content: application/json: schema: type: object properties: NewReminderTime: $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/calendar/calendarView/{event-id}/snoozeReminder' - '/me/calendar/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/calendar/events/{event-id}/snoozeReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/calendars/{calendar-id}/events/{event-id}/snoozeReminder' - '/me/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/calendarView/{event-id}/snoozeReminder' - '/me/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/events/{event-id}/snoozeReminder' '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept': description: Provides operations to call the tentativelyAccept method. post: tags: - me.Actions summary: Invoke action tentativelyAccept description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0 operationId: me.calendarGroups.calendarGroup.calendars.calendar.events.event.instances.event.tentativelyAccept requestBody: description: Action parameters content: application/json: schema: type: object properties: ProposedNewTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - type: object nullable: true SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/calendar/calendarView/{event-id}/tentativelyAccept' - '/me/calendar/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/calendar/events/{event-id}/tentativelyAccept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/calendars/{calendar-id}/events/{event-id}/tentativelyAccept' - '/me/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/calendarView/{event-id}/tentativelyAccept' - '/me/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/events/{event-id}/tentativelyAccept' '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/$count': description: Provides operations to count the resources in the collection. get: tags: - me.calendarGroup summary: Get the number of the resource operationId: me.calendarGroups.calendars.events.instances.GetCount-eab7 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()': description: Provides operations to call the delta method. get: tags: - me.Functions summary: Invoke function delta description: 'Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user''s primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 operationId: me.calendarGroups.calendarGroup.calendars.calendar.events.event.instances.delta parameters: - name: startDateTime in: query description: 'The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - name: endDateTime in: query description: 'The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of event type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.event' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/delta()' - /me/calendar/calendarView/delta() - '/me/calendar/events/{event-id}/instances/delta()' - /me/calendar/events/delta() - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/me/calendars/{calendar-id}/calendarView/delta()' - '/me/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/me/calendars/{calendar-id}/events/delta()' - '/me/calendarView/{event-id}/instances/delta()' - /me/calendarView/delta() - '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/delta()' - '/me/chats/{chat-id}/messages/delta()' - '/me/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta()' - '/me/contactFolders/{contactFolder-id}/childFolders/delta()' - '/me/contactFolders/{contactFolder-id}/contacts/delta()' - /me/contactFolders/delta() - /me/contacts/delta() - '/me/events/{event-id}/instances/delta()' - /me/events/delta() - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta()' - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/delta()' - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta()' - '/me/joinedTeams/{team-id}/primaryChannel/messages/delta()' - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta()' - '/me/mailFolders/{mailFolder-id}/childFolders/delta()' - '/me/mailFolders/{mailFolder-id}/messages/delta()' - /me/mailFolders/delta() - /me/messages/delta() - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' - /me/todo/lists/delta() '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/accept': description: Provides operations to call the accept method. post: tags: - me.Actions summary: Invoke action accept description: Accept the specified event in a user calendar. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0 operationId: me.calendarGroups.calendarGroup.calendars.calendar.events.event.accept requestBody: description: Action parameters content: application/json: schema: type: object properties: SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/accept' - '/me/calendar/calendarView/{event-id}/accept' - '/me/calendar/events/{event-id}/instances/{event-id1}/accept' - '/me/calendar/events/{event-id}/accept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/accept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept' - '/me/calendars/{calendar-id}/calendarView/{event-id}/accept' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept' - '/me/calendars/{calendar-id}/events/{event-id}/accept' - '/me/calendarView/{event-id}/instances/{event-id1}/accept' - '/me/calendarView/{event-id}/accept' - '/me/events/{event-id}/instances/{event-id1}/accept' - '/me/events/{event-id}/accept' '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/cancel': description: Provides operations to call the cancel method. post: tags: - me.Actions summary: Invoke action cancel description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0 operationId: me.calendarGroups.calendarGroup.calendars.calendar.events.event.cancel requestBody: description: Action parameters content: application/json: schema: type: object properties: Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/cancel' - '/me/calendar/calendarView/{event-id}/cancel' - '/me/calendar/events/{event-id}/instances/{event-id1}/cancel' - '/me/calendar/events/{event-id}/cancel' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/cancel' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/cancel' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/cancel' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/cancel' - '/me/calendars/{calendar-id}/calendarView/{event-id}/cancel' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/cancel' - '/me/calendars/{calendar-id}/events/{event-id}/cancel' - '/me/calendarView/{event-id}/instances/{event-id1}/cancel' - '/me/calendarView/{event-id}/cancel' - '/me/events/{event-id}/instances/{event-id1}/cancel' - '/me/events/{event-id}/cancel' '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/decline': description: Provides operations to call the decline method. post: tags: - me.Actions summary: Invoke action decline description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0 operationId: me.calendarGroups.calendarGroup.calendars.calendar.events.event.decline requestBody: description: Action parameters content: application/json: schema: type: object properties: ProposedNewTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - type: object nullable: true SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/decline' - '/me/calendar/calendarView/{event-id}/decline' - '/me/calendar/events/{event-id}/instances/{event-id1}/decline' - '/me/calendar/events/{event-id}/decline' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/decline' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline' - '/me/calendars/{calendar-id}/calendarView/{event-id}/decline' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline' - '/me/calendars/{calendar-id}/events/{event-id}/decline' - '/me/calendarView/{event-id}/instances/{event-id1}/decline' - '/me/calendarView/{event-id}/decline' - '/me/events/{event-id}/instances/{event-id1}/decline' - '/me/events/{event-id}/decline' '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder': description: Provides operations to call the dismissReminder method. post: tags: - me.Actions summary: Invoke action dismissReminder description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 operationId: me.calendarGroups.calendarGroup.calendars.calendar.events.event.dismissReminder responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/me/calendar/calendarView/{event-id}/dismissReminder' - '/me/calendar/events/{event-id}/instances/{event-id1}/dismissReminder' - '/me/calendar/events/{event-id}/dismissReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/me/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder' - '/me/calendars/{calendar-id}/events/{event-id}/dismissReminder' - '/me/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/me/calendarView/{event-id}/dismissReminder' - '/me/events/{event-id}/instances/{event-id1}/dismissReminder' - '/me/events/{event-id}/dismissReminder' '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/forward': description: Provides operations to call the forward method. post: tags: - me.Actions summary: Invoke action forward description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0 operationId: me.calendarGroups.calendarGroup.calendars.calendar.events.event.forward requestBody: description: Action parameters content: application/json: schema: type: object properties: ToRecipients: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/forward' - '/me/calendar/calendarView/{event-id}/forward' - '/me/calendar/events/{event-id}/instances/{event-id1}/forward' - '/me/calendar/events/{event-id}/forward' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/forward' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/forward' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/forward' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/forward' - '/me/calendars/{calendar-id}/calendarView/{event-id}/forward' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/forward' - '/me/calendars/{calendar-id}/events/{event-id}/forward' - '/me/calendarView/{event-id}/instances/{event-id1}/forward' - '/me/calendarView/{event-id}/forward' - '/me/events/{event-id}/instances/{event-id1}/forward' - '/me/events/{event-id}/forward' - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/forward' - '/me/mailFolders/{mailFolder-id}/messages/{message-id}/forward' - '/me/messages/{message-id}/forward' '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder': description: Provides operations to call the snoozeReminder method. post: tags: - me.Actions summary: Invoke action snoozeReminder description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0 operationId: me.calendarGroups.calendarGroup.calendars.calendar.events.event.snoozeReminder requestBody: description: Action parameters content: application/json: schema: type: object properties: NewReminderTime: $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/calendar/calendarView/{event-id}/snoozeReminder' - '/me/calendar/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/calendar/events/{event-id}/snoozeReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/calendars/{calendar-id}/events/{event-id}/snoozeReminder' - '/me/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/calendarView/{event-id}/snoozeReminder' - '/me/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/events/{event-id}/snoozeReminder' '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept': description: Provides operations to call the tentativelyAccept method. post: tags: - me.Actions summary: Invoke action tentativelyAccept description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0 operationId: me.calendarGroups.calendarGroup.calendars.calendar.events.event.tentativelyAccept requestBody: description: Action parameters content: application/json: schema: type: object properties: ProposedNewTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - type: object nullable: true SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/calendar/calendarView/{event-id}/tentativelyAccept' - '/me/calendar/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/calendar/events/{event-id}/tentativelyAccept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/calendars/{calendar-id}/events/{event-id}/tentativelyAccept' - '/me/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/calendarView/{event-id}/tentativelyAccept' - '/me/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/events/{event-id}/tentativelyAccept' '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/$count': description: Provides operations to count the resources in the collection. get: tags: - me.calendarGroup summary: Get the number of the resource operationId: me.calendarGroups.calendars.events.GetCount-4a49 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()': description: Provides operations to call the delta method. get: tags: - me.Functions summary: Invoke function delta description: 'Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user''s primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 operationId: me.calendarGroups.calendarGroup.calendars.calendar.events.delta parameters: - name: startDateTime in: query description: 'The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - name: endDateTime in: query description: 'The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of event type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.event' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/delta()' - /me/calendar/calendarView/delta() - '/me/calendar/events/{event-id}/instances/delta()' - /me/calendar/events/delta() - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/me/calendars/{calendar-id}/calendarView/delta()' - '/me/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/me/calendars/{calendar-id}/events/delta()' - '/me/calendarView/{event-id}/instances/delta()' - /me/calendarView/delta() - '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/delta()' - '/me/chats/{chat-id}/messages/delta()' - '/me/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta()' - '/me/contactFolders/{contactFolder-id}/childFolders/delta()' - '/me/contactFolders/{contactFolder-id}/contacts/delta()' - /me/contactFolders/delta() - /me/contacts/delta() - '/me/events/{event-id}/instances/delta()' - /me/events/delta() - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta()' - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/delta()' - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta()' - '/me/joinedTeams/{team-id}/primaryChannel/messages/delta()' - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta()' - '/me/mailFolders/{mailFolder-id}/childFolders/delta()' - '/me/mailFolders/{mailFolder-id}/messages/delta()' - /me/mailFolders/delta() - /me/messages/delta() - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' - /me/todo/lists/delta() '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/allowedCalendarSharingRoles(User=''{User}'')': description: Provides operations to call the allowedCalendarSharingRoles method. get: tags: - me.Functions summary: Invoke function allowedCalendarSharingRoles operationId: me.calendarGroups.calendarGroup.calendars.calendar.allowedCalendarSharingRoles parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.calendarRoleType' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: User in: path description: 'Usage: User=''{User}''' required: true schema: type: string x-ms-docs-grouped-path: - '/me/calendar/allowedCalendarSharingRoles(User=''{User}'')' - '/me/calendars/{calendar-id}/allowedCalendarSharingRoles(User=''{User}'')' '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/getSchedule': description: Provides operations to call the getSchedule method. post: tags: - me.Actions summary: Invoke action getSchedule description: 'Get the free/busy availability information for a collection of users, distributions lists, or resources (rooms or equipment) for a specified time period.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-1.0 operationId: me.calendarGroups.calendarGroup.calendars.calendar.getSchedule requestBody: description: Action parameters content: application/json: schema: type: object properties: Schedules: type: array items: type: string nullable: true EndTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' - type: object nullable: true StartTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' - type: object nullable: true AvailabilityViewInterval: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 nullable: true required: true responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.scheduleInformation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar x-ms-docs-grouped-path: - /me/calendar/getSchedule - '/me/calendars/{calendar-id}/getSchedule' '/me/calendarGroups/{calendarGroup-id}/calendars/$count': description: Provides operations to count the resources in the collection. get: tags: - me.calendarGroup summary: Get the number of the resource operationId: me.calendarGroups.calendars.GetCount-9aae parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup /me/calendarGroups/$count: description: Provides operations to count the resources in the collection. get: tags: - me.calendarGroup summary: Get the number of the resource operationId: me.calendarGroups.GetCount-9c6e parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /me/calendars: description: Provides operations to manage the calendars property of the microsoft.graph.user entity. get: tags: - me.calendar summary: List calendars description: 'Get all the user''s calendars (/calendars navigation property), get the calendars from the default calendar group or from a specific calendar group.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/user-list-calendars?view=graph-rest-1.0 operationId: me.ListCalendars parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.calendarCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.calendar summary: Create calendar description: Create a new calendar for a user. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/user-post-calendars?view=graph-rest-1.0 operationId: me.CreateCalendars requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/me/calendars/{calendar-id}': description: Provides operations to manage the calendars property of the microsoft.graph.user entity. get: tags: - me.calendar summary: Get calendars from me description: The user's calendars. Read-only. Nullable. operationId: me.GetCalendars parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.calendar summary: Update the navigation property calendars in me operationId: me.UpdateCalendars requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.calendar summary: Delete navigation property calendars for me operationId: me.DeleteCalendars parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar '/me/calendars/{calendar-id}/calendarPermissions': description: Provides operations to manage the calendarPermissions property of the microsoft.graph.calendar entity. get: tags: - me.calendar summary: Get calendarPermissions from me description: The permissions of the users with whom the calendar is shared. operationId: me.calendars.ListCalendarPermissions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.calendarPermissionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.calendar summary: Create new navigation property to calendarPermissions for me operationId: me.calendars.CreateCalendarPermissions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendarPermission' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendarPermission' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar x-ms-docs-grouped-path: - /me/calendar/calendarPermissions - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarPermissions' '/me/calendars/{calendar-id}/calendarPermissions/{calendarPermission-id}': description: Provides operations to manage the calendarPermissions property of the microsoft.graph.calendar entity. get: tags: - me.calendar summary: Get calendarPermissions from me description: The permissions of the users with whom the calendar is shared. operationId: me.calendars.GetCalendarPermissions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendarPermission' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.calendar summary: Update the navigation property calendarPermissions in me operationId: me.calendars.UpdateCalendarPermissions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendarPermission' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendarPermission' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.calendar summary: Delete navigation property calendarPermissions for me operationId: me.calendars.DeleteCalendarPermissions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: calendarPermission-id in: path description: The unique identifier of calendarPermission required: true schema: type: string x-ms-docs-key-type: calendarPermission x-ms-docs-grouped-path: - '/me/calendar/calendarPermissions/{calendarPermission-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarPermissions/{calendarPermission-id}' '/me/calendars/{calendar-id}/calendarPermissions/$count': description: Provides operations to count the resources in the collection. get: tags: - me.calendar summary: Get the number of the resource operationId: me.calendars.calendarPermissions.GetCount-8761 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar '/me/calendars/{calendar-id}/calendarView': description: Provides operations to manage the calendarView property of the microsoft.graph.calendar entity. get: tags: - me.calendar summary: Get calendarView from me description: The calendar view for the calendar. Navigation property. Read-only. operationId: me.calendars.ListCalendarView parameters: - name: startDateTime in: query description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' required: true schema: type: string - name: endDateTime in: query description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar x-ms-docs-grouped-path: - /me/calendar/calendarView - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView' '/me/calendars/{calendar-id}/calendarView/{event-id}': description: Provides operations to manage the calendarView property of the microsoft.graph.calendar entity. get: tags: - me.calendar summary: Get calendarView from me description: The calendar view for the calendar. Navigation property. Read-only. operationId: me.calendars.GetCalendarView parameters: - name: startDateTime in: query description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' required: true schema: type: string - name: endDateTime in: query description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}' '/me/calendars/{calendar-id}/calendarView/{event-id}/attachments': description: Provides operations to manage the attachments property of the microsoft.graph.event entity. get: tags: - me.calendar summary: Get attachments from me description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: me.calendars.calendarView.ListAttachments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.calendar summary: Create new navigation property to attachments for me operationId: me.calendars.calendarView.CreateAttachments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/attachments' - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/attachments' - '/me/calendar/events/{event-id}/attachments' - '/me/calendar/events/{event-id}/instances/{event-id1}/attachments' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments' - '/me/calendars/{calendar-id}/events/{event-id}/attachments' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments' - '/me/calendarView/{event-id}/attachments' - '/me/calendarView/{event-id}/instances/{event-id1}/attachments' - '/me/events/{event-id}/attachments' - '/me/events/{event-id}/instances/{event-id1}/attachments' '/me/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}': description: Provides operations to manage the attachments property of the microsoft.graph.event entity. get: tags: - me.calendar summary: Get attachments from me description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: me.calendars.calendarView.GetAttachments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.calendar summary: Delete navigation property attachments for me operationId: me.calendars.calendarView.DeleteAttachments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: attachment-id in: path description: The unique identifier of attachment required: true schema: type: string x-ms-docs-key-type: attachment x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/attachments/{attachment-id}' - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/calendar/events/{event-id}/attachments/{attachment-id}' - '/me/calendar/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/calendarView/{event-id}/attachments/{attachment-id}' - '/me/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/events/{event-id}/attachments/{attachment-id}' - '/me/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' '/me/calendars/{calendar-id}/calendarView/{event-id}/attachments/$count': description: Provides operations to count the resources in the collection. get: tags: - me.calendar summary: Get the number of the resource operationId: me.calendars.calendarView.attachments.GetCount-dcb3 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/me/calendars/{calendar-id}/calendarView/{event-id}/attachments/createUploadSession': description: Provides operations to call the createUploadSession method. post: tags: - me.Actions summary: Invoke action createUploadSession description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 operationId: me.calendars.calendar.calendarView.event.attachments.createUploadSession requestBody: description: Action parameters content: application/json: schema: type: object properties: AttachmentItem: $ref: '#/components/schemas/microsoft.graph.attachmentItem' required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.uploadSession' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/attachments/createUploadSession' - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendar/events/{event-id}/attachments/createUploadSession' - '/me/calendar/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/createUploadSession' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/createUploadSession' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendars/{calendar-id}/events/{event-id}/attachments/createUploadSession' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendarView/{event-id}/attachments/createUploadSession' - '/me/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/events/{event-id}/attachments/createUploadSession' - '/me/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/createUploadSession' - '/me/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/createUploadSession' - '/me/messages/{message-id}/attachments/createUploadSession' - '/me/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/createUploadSession' '/me/calendars/{calendar-id}/calendarView/{event-id}/calendar': description: Provides operations to manage the calendar property of the microsoft.graph.event entity. get: tags: - me.calendar summary: Get calendar from me description: The calendar that contains the event. Navigation property. Read-only. operationId: me.calendars.calendarView.GetCalendar parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/calendar' - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/calendar' - '/me/calendar/events/{event-id}/calendar' - '/me/calendar/events/{event-id}/instances/{event-id1}/calendar' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/calendar' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/calendar' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/calendar' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/calendar' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/calendar' - '/me/calendars/{calendar-id}/events/{event-id}/calendar' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/calendar' - '/me/calendarView/{event-id}/calendar' - '/me/calendarView/{event-id}/instances/{event-id1}/calendar' - '/me/events/{event-id}/calendar' - '/me/events/{event-id}/instances/{event-id1}/calendar' '/me/calendars/{calendar-id}/calendarView/{event-id}/extensions': description: Provides operations to manage the extensions property of the microsoft.graph.event entity. get: tags: - me.calendar summary: Get extensions from me description: The collection of open extensions defined for the event. Nullable. operationId: me.calendars.calendarView.ListExtensions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.calendar summary: Create new navigation property to extensions for me operationId: me.calendars.calendarView.CreateExtensions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/extensions' - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/extensions' - '/me/calendar/events/{event-id}/extensions' - '/me/calendar/events/{event-id}/instances/{event-id1}/extensions' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions' - '/me/calendars/{calendar-id}/events/{event-id}/extensions' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions' - '/me/calendarView/{event-id}/extensions' - '/me/calendarView/{event-id}/instances/{event-id1}/extensions' - '/me/events/{event-id}/extensions' - '/me/events/{event-id}/instances/{event-id1}/extensions' '/me/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}': description: Provides operations to manage the extensions property of the microsoft.graph.event entity. get: tags: - me.calendar summary: Get extensions from me description: The collection of open extensions defined for the event. Nullable. operationId: me.calendars.calendarView.GetExtensions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.calendar summary: Update the navigation property extensions in me operationId: me.calendars.calendarView.UpdateExtensions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.calendar summary: Delete navigation property extensions for me operationId: me.calendars.calendarView.DeleteExtensions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: extension-id in: path description: The unique identifier of extension required: true schema: type: string x-ms-docs-key-type: extension x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/extensions/{extension-id}' - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/calendar/events/{event-id}/extensions/{extension-id}' - '/me/calendar/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/calendarView/{event-id}/extensions/{extension-id}' - '/me/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/events/{event-id}/extensions/{extension-id}' - '/me/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' '/me/calendars/{calendar-id}/calendarView/{event-id}/extensions/$count': description: Provides operations to count the resources in the collection. get: tags: - me.calendar summary: Get the number of the resource operationId: me.calendars.calendarView.extensions.GetCount-3d40 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/me/calendars/{calendar-id}/calendarView/{event-id}/instances': description: Provides operations to manage the instances property of the microsoft.graph.event entity. get: tags: - me.calendar summary: Get instances from me description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' operationId: me.calendars.calendarView.ListInstances parameters: - name: startDateTime in: query description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' required: true schema: type: string - name: endDateTime in: query description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances' - '/me/calendar/events/{event-id}/instances' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances' - '/me/calendars/{calendar-id}/events/{event-id}/instances' - '/me/calendarView/{event-id}/instances' - '/me/events/{event-id}/instances' '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}': description: Provides operations to manage the instances property of the microsoft.graph.event entity. get: tags: - me.calendar summary: Get instances from me description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' operationId: me.calendars.calendarView.GetInstances parameters: - name: startDateTime in: query description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' required: true schema: type: string - name: endDateTime in: query description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}' - '/me/calendar/events/{event-id}/instances/{event-id1}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}' - '/me/calendarView/{event-id}/instances/{event-id1}' - '/me/events/{event-id}/instances/{event-id1}' '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments': description: Provides operations to manage the attachments property of the microsoft.graph.event entity. get: tags: - me.calendar summary: Get attachments from me description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: me.calendars.calendarView.instances.ListAttachments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.calendar summary: Create new navigation property to attachments for me operationId: me.calendars.calendarView.instances.CreateAttachments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/attachments' - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/attachments' - '/me/calendar/events/{event-id}/attachments' - '/me/calendar/events/{event-id}/instances/{event-id1}/attachments' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments' - '/me/calendars/{calendar-id}/calendarView/{event-id}/attachments' - '/me/calendars/{calendar-id}/events/{event-id}/attachments' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments' - '/me/calendarView/{event-id}/attachments' - '/me/calendarView/{event-id}/instances/{event-id1}/attachments' - '/me/events/{event-id}/attachments' - '/me/events/{event-id}/instances/{event-id1}/attachments' '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}': description: Provides operations to manage the attachments property of the microsoft.graph.event entity. get: tags: - me.calendar summary: Get attachments from me description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: me.calendars.calendarView.instances.GetAttachments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.calendar summary: Delete navigation property attachments for me operationId: me.calendars.calendarView.instances.DeleteAttachments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: attachment-id in: path description: The unique identifier of attachment required: true schema: type: string x-ms-docs-key-type: attachment x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/attachments/{attachment-id}' - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/calendar/events/{event-id}/attachments/{attachment-id}' - '/me/calendar/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}' - '/me/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/calendarView/{event-id}/attachments/{attachment-id}' - '/me/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/events/{event-id}/attachments/{attachment-id}' - '/me/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/$count': description: Provides operations to count the resources in the collection. get: tags: - me.calendar summary: Get the number of the resource operationId: me.calendars.calendarView.instances.attachments.GetCount-8e60 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession': description: Provides operations to call the createUploadSession method. post: tags: - me.Actions summary: Invoke action createUploadSession description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 operationId: me.calendars.calendar.calendarView.event.instances.event.attachments.createUploadSession requestBody: description: Action parameters content: application/json: schema: type: object properties: AttachmentItem: $ref: '#/components/schemas/microsoft.graph.attachmentItem' required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.uploadSession' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/attachments/createUploadSession' - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendar/events/{event-id}/attachments/createUploadSession' - '/me/calendar/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/createUploadSession' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/createUploadSession' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendars/{calendar-id}/calendarView/{event-id}/attachments/createUploadSession' - '/me/calendars/{calendar-id}/events/{event-id}/attachments/createUploadSession' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendarView/{event-id}/attachments/createUploadSession' - '/me/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/events/{event-id}/attachments/createUploadSession' - '/me/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/createUploadSession' - '/me/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/createUploadSession' - '/me/messages/{message-id}/attachments/createUploadSession' - '/me/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/createUploadSession' '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/calendar': description: Provides operations to manage the calendar property of the microsoft.graph.event entity. get: tags: - me.calendar summary: Get calendar from me description: The calendar that contains the event. Navigation property. Read-only. operationId: me.calendars.calendarView.instances.GetCalendar parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/calendar' - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/calendar' - '/me/calendar/events/{event-id}/calendar' - '/me/calendar/events/{event-id}/instances/{event-id1}/calendar' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/calendar' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/calendar' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/calendar' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/calendar' - '/me/calendars/{calendar-id}/calendarView/{event-id}/calendar' - '/me/calendars/{calendar-id}/events/{event-id}/calendar' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/calendar' - '/me/calendarView/{event-id}/calendar' - '/me/calendarView/{event-id}/instances/{event-id1}/calendar' - '/me/events/{event-id}/calendar' - '/me/events/{event-id}/instances/{event-id1}/calendar' '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions': description: Provides operations to manage the extensions property of the microsoft.graph.event entity. get: tags: - me.calendar summary: Get extensions from me description: The collection of open extensions defined for the event. Nullable. operationId: me.calendars.calendarView.instances.ListExtensions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.calendar summary: Create new navigation property to extensions for me operationId: me.calendars.calendarView.instances.CreateExtensions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/extensions' - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/extensions' - '/me/calendar/events/{event-id}/extensions' - '/me/calendar/events/{event-id}/instances/{event-id1}/extensions' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions' - '/me/calendars/{calendar-id}/calendarView/{event-id}/extensions' - '/me/calendars/{calendar-id}/events/{event-id}/extensions' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions' - '/me/calendarView/{event-id}/extensions' - '/me/calendarView/{event-id}/instances/{event-id1}/extensions' - '/me/events/{event-id}/extensions' - '/me/events/{event-id}/instances/{event-id1}/extensions' '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}': description: Provides operations to manage the extensions property of the microsoft.graph.event entity. get: tags: - me.calendar summary: Get extensions from me description: The collection of open extensions defined for the event. Nullable. operationId: me.calendars.calendarView.instances.GetExtensions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.calendar summary: Update the navigation property extensions in me operationId: me.calendars.calendarView.instances.UpdateExtensions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.calendar summary: Delete navigation property extensions for me operationId: me.calendars.calendarView.instances.DeleteExtensions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: extension-id in: path description: The unique identifier of extension required: true schema: type: string x-ms-docs-key-type: extension x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/extensions/{extension-id}' - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/calendar/events/{event-id}/extensions/{extension-id}' - '/me/calendar/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}' - '/me/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/calendarView/{event-id}/extensions/{extension-id}' - '/me/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/events/{event-id}/extensions/{extension-id}' - '/me/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions/$count': description: Provides operations to count the resources in the collection. get: tags: - me.calendar summary: Get the number of the resource operationId: me.calendars.calendarView.instances.extensions.GetCount-b284 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept': description: Provides operations to call the accept method. post: tags: - me.Actions summary: Invoke action accept description: Accept the specified event in a user calendar. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0 operationId: me.calendars.calendar.calendarView.event.instances.event.accept requestBody: description: Action parameters content: application/json: schema: type: object properties: SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/accept' - '/me/calendar/calendarView/{event-id}/accept' - '/me/calendar/events/{event-id}/instances/{event-id1}/accept' - '/me/calendar/events/{event-id}/accept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/accept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/accept' - '/me/calendars/{calendar-id}/calendarView/{event-id}/accept' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept' - '/me/calendars/{calendar-id}/events/{event-id}/accept' - '/me/calendarView/{event-id}/instances/{event-id1}/accept' - '/me/calendarView/{event-id}/accept' - '/me/events/{event-id}/instances/{event-id1}/accept' - '/me/events/{event-id}/accept' '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/cancel': description: Provides operations to call the cancel method. post: tags: - me.Actions summary: Invoke action cancel description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0 operationId: me.calendars.calendar.calendarView.event.instances.event.cancel requestBody: description: Action parameters content: application/json: schema: type: object properties: Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/cancel' - '/me/calendar/calendarView/{event-id}/cancel' - '/me/calendar/events/{event-id}/instances/{event-id1}/cancel' - '/me/calendar/events/{event-id}/cancel' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/cancel' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/cancel' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/cancel' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/cancel' - '/me/calendars/{calendar-id}/calendarView/{event-id}/cancel' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/cancel' - '/me/calendars/{calendar-id}/events/{event-id}/cancel' - '/me/calendarView/{event-id}/instances/{event-id1}/cancel' - '/me/calendarView/{event-id}/cancel' - '/me/events/{event-id}/instances/{event-id1}/cancel' - '/me/events/{event-id}/cancel' '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline': description: Provides operations to call the decline method. post: tags: - me.Actions summary: Invoke action decline description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0 operationId: me.calendars.calendar.calendarView.event.instances.event.decline requestBody: description: Action parameters content: application/json: schema: type: object properties: ProposedNewTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - type: object nullable: true SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/decline' - '/me/calendar/calendarView/{event-id}/decline' - '/me/calendar/events/{event-id}/instances/{event-id1}/decline' - '/me/calendar/events/{event-id}/decline' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/decline' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/decline' - '/me/calendars/{calendar-id}/calendarView/{event-id}/decline' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline' - '/me/calendars/{calendar-id}/events/{event-id}/decline' - '/me/calendarView/{event-id}/instances/{event-id1}/decline' - '/me/calendarView/{event-id}/decline' - '/me/events/{event-id}/instances/{event-id1}/decline' - '/me/events/{event-id}/decline' '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder': description: Provides operations to call the dismissReminder method. post: tags: - me.Actions summary: Invoke action dismissReminder description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 operationId: me.calendars.calendar.calendarView.event.instances.event.dismissReminder responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/me/calendar/calendarView/{event-id}/dismissReminder' - '/me/calendar/events/{event-id}/instances/{event-id1}/dismissReminder' - '/me/calendar/events/{event-id}/dismissReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder' - '/me/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder' - '/me/calendars/{calendar-id}/events/{event-id}/dismissReminder' - '/me/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/me/calendarView/{event-id}/dismissReminder' - '/me/events/{event-id}/instances/{event-id1}/dismissReminder' - '/me/events/{event-id}/dismissReminder' '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/forward': description: Provides operations to call the forward method. post: tags: - me.Actions summary: Invoke action forward description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0 operationId: me.calendars.calendar.calendarView.event.instances.event.forward requestBody: description: Action parameters content: application/json: schema: type: object properties: ToRecipients: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/forward' - '/me/calendar/calendarView/{event-id}/forward' - '/me/calendar/events/{event-id}/instances/{event-id1}/forward' - '/me/calendar/events/{event-id}/forward' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/forward' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/forward' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/forward' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/forward' - '/me/calendars/{calendar-id}/calendarView/{event-id}/forward' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/forward' - '/me/calendars/{calendar-id}/events/{event-id}/forward' - '/me/calendarView/{event-id}/instances/{event-id1}/forward' - '/me/calendarView/{event-id}/forward' - '/me/events/{event-id}/instances/{event-id1}/forward' - '/me/events/{event-id}/forward' - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/forward' - '/me/mailFolders/{mailFolder-id}/messages/{message-id}/forward' - '/me/messages/{message-id}/forward' '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder': description: Provides operations to call the snoozeReminder method. post: tags: - me.Actions summary: Invoke action snoozeReminder description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0 operationId: me.calendars.calendar.calendarView.event.instances.event.snoozeReminder requestBody: description: Action parameters content: application/json: schema: type: object properties: NewReminderTime: $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/calendar/calendarView/{event-id}/snoozeReminder' - '/me/calendar/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/calendar/events/{event-id}/snoozeReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder' - '/me/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/calendars/{calendar-id}/events/{event-id}/snoozeReminder' - '/me/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/calendarView/{event-id}/snoozeReminder' - '/me/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/events/{event-id}/snoozeReminder' '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept': description: Provides operations to call the tentativelyAccept method. post: tags: - me.Actions summary: Invoke action tentativelyAccept description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0 operationId: me.calendars.calendar.calendarView.event.instances.event.tentativelyAccept requestBody: description: Action parameters content: application/json: schema: type: object properties: ProposedNewTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - type: object nullable: true SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/calendar/calendarView/{event-id}/tentativelyAccept' - '/me/calendar/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/calendar/events/{event-id}/tentativelyAccept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept' - '/me/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/calendars/{calendar-id}/events/{event-id}/tentativelyAccept' - '/me/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/calendarView/{event-id}/tentativelyAccept' - '/me/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/events/{event-id}/tentativelyAccept' '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/$count': description: Provides operations to count the resources in the collection. get: tags: - me.calendar summary: Get the number of the resource operationId: me.calendars.calendarView.instances.GetCount-30ef parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()': description: Provides operations to call the delta method. get: tags: - me.Functions summary: Invoke function delta description: 'Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user''s primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 operationId: me.calendars.calendar.calendarView.event.instances.delta parameters: - name: startDateTime in: query description: 'The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - name: endDateTime in: query description: 'The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of event type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.event' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/delta()' - /me/calendar/calendarView/delta() - '/me/calendar/events/{event-id}/instances/delta()' - /me/calendar/events/delta() - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()' - '/me/calendars/{calendar-id}/calendarView/delta()' - '/me/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/me/calendars/{calendar-id}/events/delta()' - '/me/calendarView/{event-id}/instances/delta()' - /me/calendarView/delta() - '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/delta()' - '/me/chats/{chat-id}/messages/delta()' - '/me/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta()' - '/me/contactFolders/{contactFolder-id}/childFolders/delta()' - '/me/contactFolders/{contactFolder-id}/contacts/delta()' - /me/contactFolders/delta() - /me/contacts/delta() - '/me/events/{event-id}/instances/delta()' - /me/events/delta() - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta()' - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/delta()' - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta()' - '/me/joinedTeams/{team-id}/primaryChannel/messages/delta()' - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta()' - '/me/mailFolders/{mailFolder-id}/childFolders/delta()' - '/me/mailFolders/{mailFolder-id}/messages/delta()' - /me/mailFolders/delta() - /me/messages/delta() - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' - /me/todo/lists/delta() '/me/calendars/{calendar-id}/calendarView/{event-id}/accept': description: Provides operations to call the accept method. post: tags: - me.Actions summary: Invoke action accept description: Accept the specified event in a user calendar. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0 operationId: me.calendars.calendar.calendarView.event.accept requestBody: description: Action parameters content: application/json: schema: type: object properties: SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/accept' - '/me/calendar/calendarView/{event-id}/accept' - '/me/calendar/events/{event-id}/instances/{event-id1}/accept' - '/me/calendar/events/{event-id}/accept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/accept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/accept' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept' - '/me/calendars/{calendar-id}/events/{event-id}/accept' - '/me/calendarView/{event-id}/instances/{event-id1}/accept' - '/me/calendarView/{event-id}/accept' - '/me/events/{event-id}/instances/{event-id1}/accept' - '/me/events/{event-id}/accept' '/me/calendars/{calendar-id}/calendarView/{event-id}/cancel': description: Provides operations to call the cancel method. post: tags: - me.Actions summary: Invoke action cancel description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0 operationId: me.calendars.calendar.calendarView.event.cancel requestBody: description: Action parameters content: application/json: schema: type: object properties: Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/cancel' - '/me/calendar/calendarView/{event-id}/cancel' - '/me/calendar/events/{event-id}/instances/{event-id1}/cancel' - '/me/calendar/events/{event-id}/cancel' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/cancel' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/cancel' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/cancel' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/cancel' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/cancel' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/cancel' - '/me/calendars/{calendar-id}/events/{event-id}/cancel' - '/me/calendarView/{event-id}/instances/{event-id1}/cancel' - '/me/calendarView/{event-id}/cancel' - '/me/events/{event-id}/instances/{event-id1}/cancel' - '/me/events/{event-id}/cancel' '/me/calendars/{calendar-id}/calendarView/{event-id}/decline': description: Provides operations to call the decline method. post: tags: - me.Actions summary: Invoke action decline description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0 operationId: me.calendars.calendar.calendarView.event.decline requestBody: description: Action parameters content: application/json: schema: type: object properties: ProposedNewTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - type: object nullable: true SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/decline' - '/me/calendar/calendarView/{event-id}/decline' - '/me/calendar/events/{event-id}/instances/{event-id1}/decline' - '/me/calendar/events/{event-id}/decline' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/decline' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/decline' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline' - '/me/calendars/{calendar-id}/events/{event-id}/decline' - '/me/calendarView/{event-id}/instances/{event-id1}/decline' - '/me/calendarView/{event-id}/decline' - '/me/events/{event-id}/instances/{event-id1}/decline' - '/me/events/{event-id}/decline' '/me/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder': description: Provides operations to call the dismissReminder method. post: tags: - me.Actions summary: Invoke action dismissReminder description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 operationId: me.calendars.calendar.calendarView.event.dismissReminder responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/me/calendar/calendarView/{event-id}/dismissReminder' - '/me/calendar/events/{event-id}/instances/{event-id1}/dismissReminder' - '/me/calendar/events/{event-id}/dismissReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder' - '/me/calendars/{calendar-id}/events/{event-id}/dismissReminder' - '/me/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/me/calendarView/{event-id}/dismissReminder' - '/me/events/{event-id}/instances/{event-id1}/dismissReminder' - '/me/events/{event-id}/dismissReminder' '/me/calendars/{calendar-id}/calendarView/{event-id}/forward': description: Provides operations to call the forward method. post: tags: - me.Actions summary: Invoke action forward description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0 operationId: me.calendars.calendar.calendarView.event.forward requestBody: description: Action parameters content: application/json: schema: type: object properties: ToRecipients: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/forward' - '/me/calendar/calendarView/{event-id}/forward' - '/me/calendar/events/{event-id}/instances/{event-id1}/forward' - '/me/calendar/events/{event-id}/forward' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/forward' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/forward' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/forward' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/forward' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/forward' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/forward' - '/me/calendars/{calendar-id}/events/{event-id}/forward' - '/me/calendarView/{event-id}/instances/{event-id1}/forward' - '/me/calendarView/{event-id}/forward' - '/me/events/{event-id}/instances/{event-id1}/forward' - '/me/events/{event-id}/forward' - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/forward' - '/me/mailFolders/{mailFolder-id}/messages/{message-id}/forward' - '/me/messages/{message-id}/forward' '/me/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder': description: Provides operations to call the snoozeReminder method. post: tags: - me.Actions summary: Invoke action snoozeReminder description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0 operationId: me.calendars.calendar.calendarView.event.snoozeReminder requestBody: description: Action parameters content: application/json: schema: type: object properties: NewReminderTime: $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/calendar/calendarView/{event-id}/snoozeReminder' - '/me/calendar/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/calendar/events/{event-id}/snoozeReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/calendars/{calendar-id}/events/{event-id}/snoozeReminder' - '/me/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/calendarView/{event-id}/snoozeReminder' - '/me/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/events/{event-id}/snoozeReminder' '/me/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept': description: Provides operations to call the tentativelyAccept method. post: tags: - me.Actions summary: Invoke action tentativelyAccept description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0 operationId: me.calendars.calendar.calendarView.event.tentativelyAccept requestBody: description: Action parameters content: application/json: schema: type: object properties: ProposedNewTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - type: object nullable: true SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/calendar/calendarView/{event-id}/tentativelyAccept' - '/me/calendar/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/calendar/events/{event-id}/tentativelyAccept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/calendars/{calendar-id}/events/{event-id}/tentativelyAccept' - '/me/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/calendarView/{event-id}/tentativelyAccept' - '/me/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/events/{event-id}/tentativelyAccept' '/me/calendars/{calendar-id}/calendarView/$count': description: Provides operations to count the resources in the collection. get: tags: - me.calendar summary: Get the number of the resource operationId: me.calendars.calendarView.GetCount-d618 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar '/me/calendars/{calendar-id}/calendarView/delta()': description: Provides operations to call the delta method. get: tags: - me.Functions summary: Invoke function delta description: 'Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user''s primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 operationId: me.calendars.calendar.calendarView.delta parameters: - name: startDateTime in: query description: 'The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - name: endDateTime in: query description: 'The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of event type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.event' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/delta()' - /me/calendar/calendarView/delta() - '/me/calendar/events/{event-id}/instances/delta()' - /me/calendar/events/delta() - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/me/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/me/calendars/{calendar-id}/events/delta()' - '/me/calendarView/{event-id}/instances/delta()' - /me/calendarView/delta() - '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/delta()' - '/me/chats/{chat-id}/messages/delta()' - '/me/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta()' - '/me/contactFolders/{contactFolder-id}/childFolders/delta()' - '/me/contactFolders/{contactFolder-id}/contacts/delta()' - /me/contactFolders/delta() - /me/contacts/delta() - '/me/events/{event-id}/instances/delta()' - /me/events/delta() - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta()' - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/delta()' - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta()' - '/me/joinedTeams/{team-id}/primaryChannel/messages/delta()' - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta()' - '/me/mailFolders/{mailFolder-id}/childFolders/delta()' - '/me/mailFolders/{mailFolder-id}/messages/delta()' - /me/mailFolders/delta() - /me/messages/delta() - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' - /me/todo/lists/delta() '/me/calendars/{calendar-id}/events': description: Provides operations to manage the events property of the microsoft.graph.calendar entity. get: tags: - me.calendar summary: Get events from me description: The events in the calendar. Navigation property. Read-only. operationId: me.calendars.ListEvents parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.calendar summary: Create event description: 'Use this API to create a new event in a calendar. The calendar can be one for a user, or the default calendar of a Microsoft 365 group.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/calendar-post-events?view=graph-rest-1.0 operationId: me.calendars.CreateEvents requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar x-ms-docs-grouped-path: - /me/calendar/events - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events' '/me/calendars/{calendar-id}/events/{event-id}': description: Provides operations to manage the events property of the microsoft.graph.calendar entity. get: tags: - me.calendar summary: Get events from me description: The events in the calendar. Navigation property. Read-only. operationId: me.calendars.GetEvents parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.calendar summary: Update the navigation property events in me operationId: me.calendars.UpdateEvents requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.calendar summary: Delete navigation property events for me operationId: me.calendars.DeleteEvents parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/events/{event-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}' '/me/calendars/{calendar-id}/events/{event-id}/attachments': description: Provides operations to manage the attachments property of the microsoft.graph.event entity. get: tags: - me.calendar summary: Get attachments from me description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: me.calendars.events.ListAttachments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.calendar summary: Create new navigation property to attachments for me operationId: me.calendars.events.CreateAttachments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/attachments' - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/attachments' - '/me/calendar/events/{event-id}/attachments' - '/me/calendar/events/{event-id}/instances/{event-id1}/attachments' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments' - '/me/calendars/{calendar-id}/calendarView/{event-id}/attachments' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments' - '/me/calendarView/{event-id}/attachments' - '/me/calendarView/{event-id}/instances/{event-id1}/attachments' - '/me/events/{event-id}/attachments' - '/me/events/{event-id}/instances/{event-id1}/attachments' '/me/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}': description: Provides operations to manage the attachments property of the microsoft.graph.event entity. get: tags: - me.calendar summary: Get attachments from me description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: me.calendars.events.GetAttachments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.calendar summary: Delete navigation property attachments for me operationId: me.calendars.events.DeleteAttachments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: attachment-id in: path description: The unique identifier of attachment required: true schema: type: string x-ms-docs-key-type: attachment x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/attachments/{attachment-id}' - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/calendar/events/{event-id}/attachments/{attachment-id}' - '/me/calendar/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/calendarView/{event-id}/attachments/{attachment-id}' - '/me/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/events/{event-id}/attachments/{attachment-id}' - '/me/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' '/me/calendars/{calendar-id}/events/{event-id}/attachments/$count': description: Provides operations to count the resources in the collection. get: tags: - me.calendar summary: Get the number of the resource operationId: me.calendars.events.attachments.GetCount-22f3 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/me/calendars/{calendar-id}/events/{event-id}/attachments/createUploadSession': description: Provides operations to call the createUploadSession method. post: tags: - me.Actions summary: Invoke action createUploadSession description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 operationId: me.calendars.calendar.events.event.attachments.createUploadSession requestBody: description: Action parameters content: application/json: schema: type: object properties: AttachmentItem: $ref: '#/components/schemas/microsoft.graph.attachmentItem' required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.uploadSession' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/attachments/createUploadSession' - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendar/events/{event-id}/attachments/createUploadSession' - '/me/calendar/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/createUploadSession' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/createUploadSession' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendars/{calendar-id}/calendarView/{event-id}/attachments/createUploadSession' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendarView/{event-id}/attachments/createUploadSession' - '/me/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/events/{event-id}/attachments/createUploadSession' - '/me/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/createUploadSession' - '/me/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/createUploadSession' - '/me/messages/{message-id}/attachments/createUploadSession' - '/me/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/createUploadSession' '/me/calendars/{calendar-id}/events/{event-id}/calendar': description: Provides operations to manage the calendar property of the microsoft.graph.event entity. get: tags: - me.calendar summary: Get calendar from me description: The calendar that contains the event. Navigation property. Read-only. operationId: me.calendars.events.GetCalendar parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/calendar' - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/calendar' - '/me/calendar/events/{event-id}/calendar' - '/me/calendar/events/{event-id}/instances/{event-id1}/calendar' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/calendar' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/calendar' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/calendar' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/calendar' - '/me/calendars/{calendar-id}/calendarView/{event-id}/calendar' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/calendar' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/calendar' - '/me/calendarView/{event-id}/calendar' - '/me/calendarView/{event-id}/instances/{event-id1}/calendar' - '/me/events/{event-id}/calendar' - '/me/events/{event-id}/instances/{event-id1}/calendar' '/me/calendars/{calendar-id}/events/{event-id}/extensions': description: Provides operations to manage the extensions property of the microsoft.graph.event entity. get: tags: - me.calendar summary: Get extensions from me description: The collection of open extensions defined for the event. Nullable. operationId: me.calendars.events.ListExtensions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.calendar summary: Create new navigation property to extensions for me operationId: me.calendars.events.CreateExtensions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/extensions' - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/extensions' - '/me/calendar/events/{event-id}/extensions' - '/me/calendar/events/{event-id}/instances/{event-id1}/extensions' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions' - '/me/calendars/{calendar-id}/calendarView/{event-id}/extensions' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions' - '/me/calendarView/{event-id}/extensions' - '/me/calendarView/{event-id}/instances/{event-id1}/extensions' - '/me/events/{event-id}/extensions' - '/me/events/{event-id}/instances/{event-id1}/extensions' '/me/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}': description: Provides operations to manage the extensions property of the microsoft.graph.event entity. get: tags: - me.calendar summary: Get extensions from me description: The collection of open extensions defined for the event. Nullable. operationId: me.calendars.events.GetExtensions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.calendar summary: Update the navigation property extensions in me operationId: me.calendars.events.UpdateExtensions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.calendar summary: Delete navigation property extensions for me operationId: me.calendars.events.DeleteExtensions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: extension-id in: path description: The unique identifier of extension required: true schema: type: string x-ms-docs-key-type: extension x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/extensions/{extension-id}' - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/calendar/events/{event-id}/extensions/{extension-id}' - '/me/calendar/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/calendarView/{event-id}/extensions/{extension-id}' - '/me/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/events/{event-id}/extensions/{extension-id}' - '/me/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' '/me/calendars/{calendar-id}/events/{event-id}/extensions/$count': description: Provides operations to count the resources in the collection. get: tags: - me.calendar summary: Get the number of the resource operationId: me.calendars.events.extensions.GetCount-b93c parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/me/calendars/{calendar-id}/events/{event-id}/instances': description: Provides operations to manage the instances property of the microsoft.graph.event entity. get: tags: - me.calendar summary: Get instances from me description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' operationId: me.calendars.events.ListInstances parameters: - name: startDateTime in: query description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' required: true schema: type: string - name: endDateTime in: query description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances' - '/me/calendar/events/{event-id}/instances' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances' - '/me/calendarView/{event-id}/instances' - '/me/events/{event-id}/instances' '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}': description: Provides operations to manage the instances property of the microsoft.graph.event entity. get: tags: - me.calendar summary: Get instances from me description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' operationId: me.calendars.events.GetInstances parameters: - name: startDateTime in: query description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' required: true schema: type: string - name: endDateTime in: query description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}' - '/me/calendar/events/{event-id}/instances/{event-id1}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}' - '/me/calendarView/{event-id}/instances/{event-id1}' - '/me/events/{event-id}/instances/{event-id1}' '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments': description: Provides operations to manage the attachments property of the microsoft.graph.event entity. get: tags: - me.calendar summary: Get attachments from me description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: me.calendars.events.instances.ListAttachments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.calendar summary: Create new navigation property to attachments for me operationId: me.calendars.events.instances.CreateAttachments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/attachments' - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/attachments' - '/me/calendar/events/{event-id}/attachments' - '/me/calendar/events/{event-id}/instances/{event-id1}/attachments' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments' - '/me/calendars/{calendar-id}/calendarView/{event-id}/attachments' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments' - '/me/calendars/{calendar-id}/events/{event-id}/attachments' - '/me/calendarView/{event-id}/attachments' - '/me/calendarView/{event-id}/instances/{event-id1}/attachments' - '/me/events/{event-id}/attachments' - '/me/events/{event-id}/instances/{event-id1}/attachments' '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}': description: Provides operations to manage the attachments property of the microsoft.graph.event entity. get: tags: - me.calendar summary: Get attachments from me description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: me.calendars.events.instances.GetAttachments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.calendar summary: Delete navigation property attachments for me operationId: me.calendars.events.instances.DeleteAttachments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: attachment-id in: path description: The unique identifier of attachment required: true schema: type: string x-ms-docs-key-type: attachment x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/attachments/{attachment-id}' - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/calendar/events/{event-id}/attachments/{attachment-id}' - '/me/calendar/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}' - '/me/calendarView/{event-id}/attachments/{attachment-id}' - '/me/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/events/{event-id}/attachments/{attachment-id}' - '/me/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/$count': description: Provides operations to count the resources in the collection. get: tags: - me.calendar summary: Get the number of the resource operationId: me.calendars.events.instances.attachments.GetCount-25e7 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession': description: Provides operations to call the createUploadSession method. post: tags: - me.Actions summary: Invoke action createUploadSession description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 operationId: me.calendars.calendar.events.event.instances.event.attachments.createUploadSession requestBody: description: Action parameters content: application/json: schema: type: object properties: AttachmentItem: $ref: '#/components/schemas/microsoft.graph.attachmentItem' required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.uploadSession' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/attachments/createUploadSession' - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendar/events/{event-id}/attachments/createUploadSession' - '/me/calendar/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/createUploadSession' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/createUploadSession' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendars/{calendar-id}/calendarView/{event-id}/attachments/createUploadSession' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendars/{calendar-id}/events/{event-id}/attachments/createUploadSession' - '/me/calendarView/{event-id}/attachments/createUploadSession' - '/me/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/events/{event-id}/attachments/createUploadSession' - '/me/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/createUploadSession' - '/me/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/createUploadSession' - '/me/messages/{message-id}/attachments/createUploadSession' - '/me/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/createUploadSession' '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/calendar': description: Provides operations to manage the calendar property of the microsoft.graph.event entity. get: tags: - me.calendar summary: Get calendar from me description: The calendar that contains the event. Navigation property. Read-only. operationId: me.calendars.events.instances.GetCalendar parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/calendar' - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/calendar' - '/me/calendar/events/{event-id}/calendar' - '/me/calendar/events/{event-id}/instances/{event-id1}/calendar' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/calendar' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/calendar' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/calendar' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/calendar' - '/me/calendars/{calendar-id}/calendarView/{event-id}/calendar' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/calendar' - '/me/calendars/{calendar-id}/events/{event-id}/calendar' - '/me/calendarView/{event-id}/calendar' - '/me/calendarView/{event-id}/instances/{event-id1}/calendar' - '/me/events/{event-id}/calendar' - '/me/events/{event-id}/instances/{event-id1}/calendar' '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions': description: Provides operations to manage the extensions property of the microsoft.graph.event entity. get: tags: - me.calendar summary: Get extensions from me description: The collection of open extensions defined for the event. Nullable. operationId: me.calendars.events.instances.ListExtensions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.calendar summary: Create new navigation property to extensions for me operationId: me.calendars.events.instances.CreateExtensions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/extensions' - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/extensions' - '/me/calendar/events/{event-id}/extensions' - '/me/calendar/events/{event-id}/instances/{event-id1}/extensions' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions' - '/me/calendars/{calendar-id}/calendarView/{event-id}/extensions' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions' - '/me/calendars/{calendar-id}/events/{event-id}/extensions' - '/me/calendarView/{event-id}/extensions' - '/me/calendarView/{event-id}/instances/{event-id1}/extensions' - '/me/events/{event-id}/extensions' - '/me/events/{event-id}/instances/{event-id1}/extensions' '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}': description: Provides operations to manage the extensions property of the microsoft.graph.event entity. get: tags: - me.calendar summary: Get extensions from me description: The collection of open extensions defined for the event. Nullable. operationId: me.calendars.events.instances.GetExtensions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.calendar summary: Update the navigation property extensions in me operationId: me.calendars.events.instances.UpdateExtensions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.calendar summary: Delete navigation property extensions for me operationId: me.calendars.events.instances.DeleteExtensions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: extension-id in: path description: The unique identifier of extension required: true schema: type: string x-ms-docs-key-type: extension x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/extensions/{extension-id}' - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/calendar/events/{event-id}/extensions/{extension-id}' - '/me/calendar/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}' - '/me/calendarView/{event-id}/extensions/{extension-id}' - '/me/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/events/{event-id}/extensions/{extension-id}' - '/me/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions/$count': description: Provides operations to count the resources in the collection. get: tags: - me.calendar summary: Get the number of the resource operationId: me.calendars.events.instances.extensions.GetCount-ac0a parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept': description: Provides operations to call the accept method. post: tags: - me.Actions summary: Invoke action accept description: Accept the specified event in a user calendar. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0 operationId: me.calendars.calendar.events.event.instances.event.accept requestBody: description: Action parameters content: application/json: schema: type: object properties: SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/accept' - '/me/calendar/calendarView/{event-id}/accept' - '/me/calendar/events/{event-id}/instances/{event-id1}/accept' - '/me/calendar/events/{event-id}/accept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/accept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/accept' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept' - '/me/calendars/{calendar-id}/calendarView/{event-id}/accept' - '/me/calendars/{calendar-id}/events/{event-id}/accept' - '/me/calendarView/{event-id}/instances/{event-id1}/accept' - '/me/calendarView/{event-id}/accept' - '/me/events/{event-id}/instances/{event-id1}/accept' - '/me/events/{event-id}/accept' '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/cancel': description: Provides operations to call the cancel method. post: tags: - me.Actions summary: Invoke action cancel description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0 operationId: me.calendars.calendar.events.event.instances.event.cancel requestBody: description: Action parameters content: application/json: schema: type: object properties: Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/cancel' - '/me/calendar/calendarView/{event-id}/cancel' - '/me/calendar/events/{event-id}/instances/{event-id1}/cancel' - '/me/calendar/events/{event-id}/cancel' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/cancel' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/cancel' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/cancel' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/cancel' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/cancel' - '/me/calendars/{calendar-id}/calendarView/{event-id}/cancel' - '/me/calendars/{calendar-id}/events/{event-id}/cancel' - '/me/calendarView/{event-id}/instances/{event-id1}/cancel' - '/me/calendarView/{event-id}/cancel' - '/me/events/{event-id}/instances/{event-id1}/cancel' - '/me/events/{event-id}/cancel' '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline': description: Provides operations to call the decline method. post: tags: - me.Actions summary: Invoke action decline description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0 operationId: me.calendars.calendar.events.event.instances.event.decline requestBody: description: Action parameters content: application/json: schema: type: object properties: ProposedNewTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - type: object nullable: true SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/decline' - '/me/calendar/calendarView/{event-id}/decline' - '/me/calendar/events/{event-id}/instances/{event-id1}/decline' - '/me/calendar/events/{event-id}/decline' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/decline' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/decline' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline' - '/me/calendars/{calendar-id}/calendarView/{event-id}/decline' - '/me/calendars/{calendar-id}/events/{event-id}/decline' - '/me/calendarView/{event-id}/instances/{event-id1}/decline' - '/me/calendarView/{event-id}/decline' - '/me/events/{event-id}/instances/{event-id1}/decline' - '/me/events/{event-id}/decline' '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder': description: Provides operations to call the dismissReminder method. post: tags: - me.Actions summary: Invoke action dismissReminder description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 operationId: me.calendars.calendar.events.event.instances.event.dismissReminder responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/me/calendar/calendarView/{event-id}/dismissReminder' - '/me/calendar/events/{event-id}/instances/{event-id1}/dismissReminder' - '/me/calendar/events/{event-id}/dismissReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/me/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder' - '/me/calendars/{calendar-id}/events/{event-id}/dismissReminder' - '/me/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/me/calendarView/{event-id}/dismissReminder' - '/me/events/{event-id}/instances/{event-id1}/dismissReminder' - '/me/events/{event-id}/dismissReminder' '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/forward': description: Provides operations to call the forward method. post: tags: - me.Actions summary: Invoke action forward description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0 operationId: me.calendars.calendar.events.event.instances.event.forward requestBody: description: Action parameters content: application/json: schema: type: object properties: ToRecipients: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/forward' - '/me/calendar/calendarView/{event-id}/forward' - '/me/calendar/events/{event-id}/instances/{event-id1}/forward' - '/me/calendar/events/{event-id}/forward' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/forward' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/forward' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/forward' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/forward' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/forward' - '/me/calendars/{calendar-id}/calendarView/{event-id}/forward' - '/me/calendars/{calendar-id}/events/{event-id}/forward' - '/me/calendarView/{event-id}/instances/{event-id1}/forward' - '/me/calendarView/{event-id}/forward' - '/me/events/{event-id}/instances/{event-id1}/forward' - '/me/events/{event-id}/forward' - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/forward' - '/me/mailFolders/{mailFolder-id}/messages/{message-id}/forward' - '/me/messages/{message-id}/forward' '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder': description: Provides operations to call the snoozeReminder method. post: tags: - me.Actions summary: Invoke action snoozeReminder description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0 operationId: me.calendars.calendar.events.event.instances.event.snoozeReminder requestBody: description: Action parameters content: application/json: schema: type: object properties: NewReminderTime: $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/calendar/calendarView/{event-id}/snoozeReminder' - '/me/calendar/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/calendar/events/{event-id}/snoozeReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder' - '/me/calendars/{calendar-id}/events/{event-id}/snoozeReminder' - '/me/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/calendarView/{event-id}/snoozeReminder' - '/me/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/events/{event-id}/snoozeReminder' '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept': description: Provides operations to call the tentativelyAccept method. post: tags: - me.Actions summary: Invoke action tentativelyAccept description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0 operationId: me.calendars.calendar.events.event.instances.event.tentativelyAccept requestBody: description: Action parameters content: application/json: schema: type: object properties: ProposedNewTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - type: object nullable: true SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/calendar/calendarView/{event-id}/tentativelyAccept' - '/me/calendar/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/calendar/events/{event-id}/tentativelyAccept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept' - '/me/calendars/{calendar-id}/events/{event-id}/tentativelyAccept' - '/me/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/calendarView/{event-id}/tentativelyAccept' - '/me/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/events/{event-id}/tentativelyAccept' '/me/calendars/{calendar-id}/events/{event-id}/instances/$count': description: Provides operations to count the resources in the collection. get: tags: - me.calendar summary: Get the number of the resource operationId: me.calendars.events.instances.GetCount-ffd7 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/me/calendars/{calendar-id}/events/{event-id}/instances/delta()': description: Provides operations to call the delta method. get: tags: - me.Functions summary: Invoke function delta description: 'Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user''s primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 operationId: me.calendars.calendar.events.event.instances.delta parameters: - name: startDateTime in: query description: 'The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - name: endDateTime in: query description: 'The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of event type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.event' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/delta()' - /me/calendar/calendarView/delta() - '/me/calendar/events/{event-id}/instances/delta()' - /me/calendar/events/delta() - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/me/calendars/{calendar-id}/calendarView/delta()' - '/me/calendars/{calendar-id}/events/delta()' - '/me/calendarView/{event-id}/instances/delta()' - /me/calendarView/delta() - '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/delta()' - '/me/chats/{chat-id}/messages/delta()' - '/me/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta()' - '/me/contactFolders/{contactFolder-id}/childFolders/delta()' - '/me/contactFolders/{contactFolder-id}/contacts/delta()' - /me/contactFolders/delta() - /me/contacts/delta() - '/me/events/{event-id}/instances/delta()' - /me/events/delta() - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta()' - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/delta()' - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta()' - '/me/joinedTeams/{team-id}/primaryChannel/messages/delta()' - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta()' - '/me/mailFolders/{mailFolder-id}/childFolders/delta()' - '/me/mailFolders/{mailFolder-id}/messages/delta()' - /me/mailFolders/delta() - /me/messages/delta() - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' - /me/todo/lists/delta() '/me/calendars/{calendar-id}/events/{event-id}/accept': description: Provides operations to call the accept method. post: tags: - me.Actions summary: Invoke action accept description: Accept the specified event in a user calendar. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0 operationId: me.calendars.calendar.events.event.accept requestBody: description: Action parameters content: application/json: schema: type: object properties: SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/accept' - '/me/calendar/calendarView/{event-id}/accept' - '/me/calendar/events/{event-id}/instances/{event-id1}/accept' - '/me/calendar/events/{event-id}/accept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/accept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/accept' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept' - '/me/calendars/{calendar-id}/calendarView/{event-id}/accept' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept' - '/me/calendarView/{event-id}/instances/{event-id1}/accept' - '/me/calendarView/{event-id}/accept' - '/me/events/{event-id}/instances/{event-id1}/accept' - '/me/events/{event-id}/accept' '/me/calendars/{calendar-id}/events/{event-id}/cancel': description: Provides operations to call the cancel method. post: tags: - me.Actions summary: Invoke action cancel description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0 operationId: me.calendars.calendar.events.event.cancel requestBody: description: Action parameters content: application/json: schema: type: object properties: Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/cancel' - '/me/calendar/calendarView/{event-id}/cancel' - '/me/calendar/events/{event-id}/instances/{event-id1}/cancel' - '/me/calendar/events/{event-id}/cancel' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/cancel' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/cancel' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/cancel' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/cancel' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/cancel' - '/me/calendars/{calendar-id}/calendarView/{event-id}/cancel' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/cancel' - '/me/calendarView/{event-id}/instances/{event-id1}/cancel' - '/me/calendarView/{event-id}/cancel' - '/me/events/{event-id}/instances/{event-id1}/cancel' - '/me/events/{event-id}/cancel' '/me/calendars/{calendar-id}/events/{event-id}/decline': description: Provides operations to call the decline method. post: tags: - me.Actions summary: Invoke action decline description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0 operationId: me.calendars.calendar.events.event.decline requestBody: description: Action parameters content: application/json: schema: type: object properties: ProposedNewTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - type: object nullable: true SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/decline' - '/me/calendar/calendarView/{event-id}/decline' - '/me/calendar/events/{event-id}/instances/{event-id1}/decline' - '/me/calendar/events/{event-id}/decline' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/decline' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/decline' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline' - '/me/calendars/{calendar-id}/calendarView/{event-id}/decline' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline' - '/me/calendarView/{event-id}/instances/{event-id1}/decline' - '/me/calendarView/{event-id}/decline' - '/me/events/{event-id}/instances/{event-id1}/decline' - '/me/events/{event-id}/decline' '/me/calendars/{calendar-id}/events/{event-id}/dismissReminder': description: Provides operations to call the dismissReminder method. post: tags: - me.Actions summary: Invoke action dismissReminder description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 operationId: me.calendars.calendar.events.event.dismissReminder responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/me/calendar/calendarView/{event-id}/dismissReminder' - '/me/calendar/events/{event-id}/instances/{event-id1}/dismissReminder' - '/me/calendar/events/{event-id}/dismissReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/me/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder' - '/me/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/me/calendarView/{event-id}/dismissReminder' - '/me/events/{event-id}/instances/{event-id1}/dismissReminder' - '/me/events/{event-id}/dismissReminder' '/me/calendars/{calendar-id}/events/{event-id}/forward': description: Provides operations to call the forward method. post: tags: - me.Actions summary: Invoke action forward description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0 operationId: me.calendars.calendar.events.event.forward requestBody: description: Action parameters content: application/json: schema: type: object properties: ToRecipients: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/forward' - '/me/calendar/calendarView/{event-id}/forward' - '/me/calendar/events/{event-id}/instances/{event-id1}/forward' - '/me/calendar/events/{event-id}/forward' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/forward' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/forward' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/forward' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/forward' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/forward' - '/me/calendars/{calendar-id}/calendarView/{event-id}/forward' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/forward' - '/me/calendarView/{event-id}/instances/{event-id1}/forward' - '/me/calendarView/{event-id}/forward' - '/me/events/{event-id}/instances/{event-id1}/forward' - '/me/events/{event-id}/forward' - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/forward' - '/me/mailFolders/{mailFolder-id}/messages/{message-id}/forward' - '/me/messages/{message-id}/forward' '/me/calendars/{calendar-id}/events/{event-id}/snoozeReminder': description: Provides operations to call the snoozeReminder method. post: tags: - me.Actions summary: Invoke action snoozeReminder description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0 operationId: me.calendars.calendar.events.event.snoozeReminder requestBody: description: Action parameters content: application/json: schema: type: object properties: NewReminderTime: $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/calendar/calendarView/{event-id}/snoozeReminder' - '/me/calendar/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/calendar/events/{event-id}/snoozeReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/calendarView/{event-id}/snoozeReminder' - '/me/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/events/{event-id}/snoozeReminder' '/me/calendars/{calendar-id}/events/{event-id}/tentativelyAccept': description: Provides operations to call the tentativelyAccept method. post: tags: - me.Actions summary: Invoke action tentativelyAccept description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0 operationId: me.calendars.calendar.events.event.tentativelyAccept requestBody: description: Action parameters content: application/json: schema: type: object properties: ProposedNewTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - type: object nullable: true SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/calendar/calendarView/{event-id}/tentativelyAccept' - '/me/calendar/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/calendar/events/{event-id}/tentativelyAccept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/calendarView/{event-id}/tentativelyAccept' - '/me/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/events/{event-id}/tentativelyAccept' '/me/calendars/{calendar-id}/events/$count': description: Provides operations to count the resources in the collection. get: tags: - me.calendar summary: Get the number of the resource operationId: me.calendars.events.GetCount-0f8c parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar '/me/calendars/{calendar-id}/events/delta()': description: Provides operations to call the delta method. get: tags: - me.Functions summary: Invoke function delta description: 'Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user''s primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 operationId: me.calendars.calendar.events.delta parameters: - name: startDateTime in: query description: 'The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - name: endDateTime in: query description: 'The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of event type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.event' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/delta()' - /me/calendar/calendarView/delta() - '/me/calendar/events/{event-id}/instances/delta()' - /me/calendar/events/delta() - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/me/calendars/{calendar-id}/calendarView/delta()' - '/me/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/me/calendarView/{event-id}/instances/delta()' - /me/calendarView/delta() - '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/delta()' - '/me/chats/{chat-id}/messages/delta()' - '/me/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta()' - '/me/contactFolders/{contactFolder-id}/childFolders/delta()' - '/me/contactFolders/{contactFolder-id}/contacts/delta()' - /me/contactFolders/delta() - /me/contacts/delta() - '/me/events/{event-id}/instances/delta()' - /me/events/delta() - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta()' - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/delta()' - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta()' - '/me/joinedTeams/{team-id}/primaryChannel/messages/delta()' - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta()' - '/me/mailFolders/{mailFolder-id}/childFolders/delta()' - '/me/mailFolders/{mailFolder-id}/messages/delta()' - /me/mailFolders/delta() - /me/messages/delta() - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' - /me/todo/lists/delta() '/me/calendars/{calendar-id}/allowedCalendarSharingRoles(User=''{User}'')': description: Provides operations to call the allowedCalendarSharingRoles method. get: tags: - me.Functions summary: Invoke function allowedCalendarSharingRoles operationId: me.calendars.calendar.allowedCalendarSharingRoles parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.calendarRoleType' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: User in: path description: 'Usage: User=''{User}''' required: true schema: type: string x-ms-docs-grouped-path: - '/me/calendar/allowedCalendarSharingRoles(User=''{User}'')' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/allowedCalendarSharingRoles(User=''{User}'')' '/me/calendars/{calendar-id}/getSchedule': description: Provides operations to call the getSchedule method. post: tags: - me.Actions summary: Invoke action getSchedule description: 'Get the free/busy availability information for a collection of users, distributions lists, or resources (rooms or equipment) for a specified time period.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-1.0 operationId: me.calendars.calendar.getSchedule requestBody: description: Action parameters content: application/json: schema: type: object properties: Schedules: type: array items: type: string nullable: true EndTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' - type: object nullable: true StartTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' - type: object nullable: true AvailabilityViewInterval: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 nullable: true required: true responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.scheduleInformation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar x-ms-docs-grouped-path: - /me/calendar/getSchedule - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/getSchedule' /me/calendars/$count: description: Provides operations to count the resources in the collection. get: tags: - me.calendar summary: Get the number of the resource operationId: me.calendars.GetCount-669b parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /me/calendarView: description: Provides operations to manage the calendarView property of the microsoft.graph.user entity. get: tags: - me.event summary: List calendarView description: "Get the occurrences, exceptions, and single instances of events in a calendar view defined by a time range, from the user's default calendar,\nor from some other calendar of the user." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/user-list-calendarview?view=graph-rest-1.0 operationId: me.ListCalendarView parameters: - name: startDateTime in: query description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' required: true schema: type: string - name: endDateTime in: query description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation '/me/calendarView/{event-id}': description: Provides operations to manage the calendarView property of the microsoft.graph.user entity. get: tags: - me.event summary: Get calendarView from me description: The calendar view for the calendar. Read-only. Nullable. operationId: me.GetCalendarView parameters: - name: startDateTime in: query description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' required: true schema: type: string - name: endDateTime in: query description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/me/calendarView/{event-id}/attachments': description: Provides operations to manage the attachments property of the microsoft.graph.event entity. get: tags: - me.event summary: Get attachments from me description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: me.calendarView.ListAttachments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.event summary: Create new navigation property to attachments for me operationId: me.calendarView.CreateAttachments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/attachments' - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/attachments' - '/me/calendar/events/{event-id}/attachments' - '/me/calendar/events/{event-id}/instances/{event-id1}/attachments' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments' - '/me/calendars/{calendar-id}/calendarView/{event-id}/attachments' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments' - '/me/calendars/{calendar-id}/events/{event-id}/attachments' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments' - '/me/calendarView/{event-id}/instances/{event-id1}/attachments' - '/me/events/{event-id}/attachments' - '/me/events/{event-id}/instances/{event-id1}/attachments' '/me/calendarView/{event-id}/attachments/{attachment-id}': description: Provides operations to manage the attachments property of the microsoft.graph.event entity. get: tags: - me.event summary: Get attachments from me description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: me.calendarView.GetAttachments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.event summary: Delete navigation property attachments for me operationId: me.calendarView.DeleteAttachments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: attachment-id in: path description: The unique identifier of attachment required: true schema: type: string x-ms-docs-key-type: attachment x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/attachments/{attachment-id}' - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/calendar/events/{event-id}/attachments/{attachment-id}' - '/me/calendar/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/events/{event-id}/attachments/{attachment-id}' - '/me/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' '/me/calendarView/{event-id}/attachments/$count': description: Provides operations to count the resources in the collection. get: tags: - me.event summary: Get the number of the resource operationId: me.calendarView.attachments.GetCount-5378 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/me/calendarView/{event-id}/attachments/createUploadSession': description: Provides operations to call the createUploadSession method. post: tags: - me.Actions summary: Invoke action createUploadSession description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 operationId: me.calendarView.event.attachments.createUploadSession requestBody: description: Action parameters content: application/json: schema: type: object properties: AttachmentItem: $ref: '#/components/schemas/microsoft.graph.attachmentItem' required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.uploadSession' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/attachments/createUploadSession' - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendar/events/{event-id}/attachments/createUploadSession' - '/me/calendar/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/createUploadSession' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/createUploadSession' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendars/{calendar-id}/calendarView/{event-id}/attachments/createUploadSession' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendars/{calendar-id}/events/{event-id}/attachments/createUploadSession' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/events/{event-id}/attachments/createUploadSession' - '/me/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/createUploadSession' - '/me/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/createUploadSession' - '/me/messages/{message-id}/attachments/createUploadSession' - '/me/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/createUploadSession' '/me/calendarView/{event-id}/calendar': description: Provides operations to manage the calendar property of the microsoft.graph.event entity. get: tags: - me.event summary: Get calendar from me description: The calendar that contains the event. Navigation property. Read-only. operationId: me.calendarView.GetCalendar parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/calendar' - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/calendar' - '/me/calendar/events/{event-id}/calendar' - '/me/calendar/events/{event-id}/instances/{event-id1}/calendar' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/calendar' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/calendar' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/calendar' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/calendar' - '/me/calendars/{calendar-id}/calendarView/{event-id}/calendar' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/calendar' - '/me/calendars/{calendar-id}/events/{event-id}/calendar' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/calendar' - '/me/calendarView/{event-id}/instances/{event-id1}/calendar' - '/me/events/{event-id}/calendar' - '/me/events/{event-id}/instances/{event-id1}/calendar' '/me/calendarView/{event-id}/extensions': description: Provides operations to manage the extensions property of the microsoft.graph.event entity. get: tags: - me.event summary: Get extensions from me description: The collection of open extensions defined for the event. Nullable. operationId: me.calendarView.ListExtensions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.event summary: Create new navigation property to extensions for me operationId: me.calendarView.CreateExtensions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/extensions' - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/extensions' - '/me/calendar/events/{event-id}/extensions' - '/me/calendar/events/{event-id}/instances/{event-id1}/extensions' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions' - '/me/calendars/{calendar-id}/calendarView/{event-id}/extensions' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions' - '/me/calendars/{calendar-id}/events/{event-id}/extensions' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions' - '/me/calendarView/{event-id}/instances/{event-id1}/extensions' - '/me/events/{event-id}/extensions' - '/me/events/{event-id}/instances/{event-id1}/extensions' '/me/calendarView/{event-id}/extensions/{extension-id}': description: Provides operations to manage the extensions property of the microsoft.graph.event entity. get: tags: - me.event summary: Get extensions from me description: The collection of open extensions defined for the event. Nullable. operationId: me.calendarView.GetExtensions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.event summary: Update the navigation property extensions in me operationId: me.calendarView.UpdateExtensions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.event summary: Delete navigation property extensions for me operationId: me.calendarView.DeleteExtensions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: extension-id in: path description: The unique identifier of extension required: true schema: type: string x-ms-docs-key-type: extension x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/extensions/{extension-id}' - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/calendar/events/{event-id}/extensions/{extension-id}' - '/me/calendar/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/events/{event-id}/extensions/{extension-id}' - '/me/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' '/me/calendarView/{event-id}/extensions/$count': description: Provides operations to count the resources in the collection. get: tags: - me.event summary: Get the number of the resource operationId: me.calendarView.extensions.GetCount-210b parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/me/calendarView/{event-id}/instances': description: Provides operations to manage the instances property of the microsoft.graph.event entity. get: tags: - me.event summary: Get instances from me description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' operationId: me.calendarView.ListInstances parameters: - name: startDateTime in: query description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' required: true schema: type: string - name: endDateTime in: query description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances' - '/me/calendar/events/{event-id}/instances' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances' - '/me/calendars/{calendar-id}/events/{event-id}/instances' - '/me/events/{event-id}/instances' '/me/calendarView/{event-id}/instances/{event-id1}': description: Provides operations to manage the instances property of the microsoft.graph.event entity. get: tags: - me.event summary: Get instances from me description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' operationId: me.calendarView.GetInstances parameters: - name: startDateTime in: query description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' required: true schema: type: string - name: endDateTime in: query description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}' - '/me/calendar/events/{event-id}/instances/{event-id1}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}' - '/me/events/{event-id}/instances/{event-id1}' '/me/calendarView/{event-id}/instances/{event-id1}/attachments': description: Provides operations to manage the attachments property of the microsoft.graph.event entity. get: tags: - me.event summary: Get attachments from me description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: me.calendarView.instances.ListAttachments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.event summary: Create new navigation property to attachments for me operationId: me.calendarView.instances.CreateAttachments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/attachments' - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/attachments' - '/me/calendar/events/{event-id}/attachments' - '/me/calendar/events/{event-id}/instances/{event-id1}/attachments' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments' - '/me/calendars/{calendar-id}/calendarView/{event-id}/attachments' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments' - '/me/calendars/{calendar-id}/events/{event-id}/attachments' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments' - '/me/calendarView/{event-id}/attachments' - '/me/events/{event-id}/attachments' - '/me/events/{event-id}/instances/{event-id1}/attachments' '/me/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}': description: Provides operations to manage the attachments property of the microsoft.graph.event entity. get: tags: - me.event summary: Get attachments from me description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: me.calendarView.instances.GetAttachments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.event summary: Delete navigation property attachments for me operationId: me.calendarView.instances.DeleteAttachments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: attachment-id in: path description: The unique identifier of attachment required: true schema: type: string x-ms-docs-key-type: attachment x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/attachments/{attachment-id}' - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/calendar/events/{event-id}/attachments/{attachment-id}' - '/me/calendar/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/calendarView/{event-id}/attachments/{attachment-id}' - '/me/events/{event-id}/attachments/{attachment-id}' - '/me/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' '/me/calendarView/{event-id}/instances/{event-id1}/attachments/$count': description: Provides operations to count the resources in the collection. get: tags: - me.event summary: Get the number of the resource operationId: me.calendarView.instances.attachments.GetCount-7e82 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/me/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession': description: Provides operations to call the createUploadSession method. post: tags: - me.Actions summary: Invoke action createUploadSession description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 operationId: me.calendarView.event.instances.event.attachments.createUploadSession requestBody: description: Action parameters content: application/json: schema: type: object properties: AttachmentItem: $ref: '#/components/schemas/microsoft.graph.attachmentItem' required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.uploadSession' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/attachments/createUploadSession' - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendar/events/{event-id}/attachments/createUploadSession' - '/me/calendar/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/createUploadSession' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/createUploadSession' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendars/{calendar-id}/calendarView/{event-id}/attachments/createUploadSession' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendars/{calendar-id}/events/{event-id}/attachments/createUploadSession' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendarView/{event-id}/attachments/createUploadSession' - '/me/events/{event-id}/attachments/createUploadSession' - '/me/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/createUploadSession' - '/me/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/createUploadSession' - '/me/messages/{message-id}/attachments/createUploadSession' - '/me/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/createUploadSession' '/me/calendarView/{event-id}/instances/{event-id1}/calendar': description: Provides operations to manage the calendar property of the microsoft.graph.event entity. get: tags: - me.event summary: Get calendar from me description: The calendar that contains the event. Navigation property. Read-only. operationId: me.calendarView.instances.GetCalendar parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/calendar' - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/calendar' - '/me/calendar/events/{event-id}/calendar' - '/me/calendar/events/{event-id}/instances/{event-id1}/calendar' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/calendar' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/calendar' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/calendar' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/calendar' - '/me/calendars/{calendar-id}/calendarView/{event-id}/calendar' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/calendar' - '/me/calendars/{calendar-id}/events/{event-id}/calendar' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/calendar' - '/me/calendarView/{event-id}/calendar' - '/me/events/{event-id}/calendar' - '/me/events/{event-id}/instances/{event-id1}/calendar' '/me/calendarView/{event-id}/instances/{event-id1}/extensions': description: Provides operations to manage the extensions property of the microsoft.graph.event entity. get: tags: - me.event summary: Get extensions from me description: The collection of open extensions defined for the event. Nullable. operationId: me.calendarView.instances.ListExtensions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.event summary: Create new navigation property to extensions for me operationId: me.calendarView.instances.CreateExtensions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/extensions' - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/extensions' - '/me/calendar/events/{event-id}/extensions' - '/me/calendar/events/{event-id}/instances/{event-id1}/extensions' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions' - '/me/calendars/{calendar-id}/calendarView/{event-id}/extensions' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions' - '/me/calendars/{calendar-id}/events/{event-id}/extensions' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions' - '/me/calendarView/{event-id}/extensions' - '/me/events/{event-id}/extensions' - '/me/events/{event-id}/instances/{event-id1}/extensions' '/me/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}': description: Provides operations to manage the extensions property of the microsoft.graph.event entity. get: tags: - me.event summary: Get extensions from me description: The collection of open extensions defined for the event. Nullable. operationId: me.calendarView.instances.GetExtensions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.event summary: Update the navigation property extensions in me operationId: me.calendarView.instances.UpdateExtensions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.event summary: Delete navigation property extensions for me operationId: me.calendarView.instances.DeleteExtensions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: extension-id in: path description: The unique identifier of extension required: true schema: type: string x-ms-docs-key-type: extension x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/extensions/{extension-id}' - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/calendar/events/{event-id}/extensions/{extension-id}' - '/me/calendar/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/calendarView/{event-id}/extensions/{extension-id}' - '/me/events/{event-id}/extensions/{extension-id}' - '/me/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' '/me/calendarView/{event-id}/instances/{event-id1}/extensions/$count': description: Provides operations to count the resources in the collection. get: tags: - me.event summary: Get the number of the resource operationId: me.calendarView.instances.extensions.GetCount-29a7 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/me/calendarView/{event-id}/instances/{event-id1}/accept': description: Provides operations to call the accept method. post: tags: - me.Actions summary: Invoke action accept description: Accept the specified event in a user calendar. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0 operationId: me.calendarView.event.instances.event.accept requestBody: description: Action parameters content: application/json: schema: type: object properties: SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/accept' - '/me/calendar/calendarView/{event-id}/accept' - '/me/calendar/events/{event-id}/instances/{event-id1}/accept' - '/me/calendar/events/{event-id}/accept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/accept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/accept' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept' - '/me/calendars/{calendar-id}/calendarView/{event-id}/accept' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept' - '/me/calendars/{calendar-id}/events/{event-id}/accept' - '/me/calendarView/{event-id}/accept' - '/me/events/{event-id}/instances/{event-id1}/accept' - '/me/events/{event-id}/accept' '/me/calendarView/{event-id}/instances/{event-id1}/cancel': description: Provides operations to call the cancel method. post: tags: - me.Actions summary: Invoke action cancel description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0 operationId: me.calendarView.event.instances.event.cancel requestBody: description: Action parameters content: application/json: schema: type: object properties: Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/cancel' - '/me/calendar/calendarView/{event-id}/cancel' - '/me/calendar/events/{event-id}/instances/{event-id1}/cancel' - '/me/calendar/events/{event-id}/cancel' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/cancel' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/cancel' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/cancel' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/cancel' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/cancel' - '/me/calendars/{calendar-id}/calendarView/{event-id}/cancel' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/cancel' - '/me/calendars/{calendar-id}/events/{event-id}/cancel' - '/me/calendarView/{event-id}/cancel' - '/me/events/{event-id}/instances/{event-id1}/cancel' - '/me/events/{event-id}/cancel' '/me/calendarView/{event-id}/instances/{event-id1}/decline': description: Provides operations to call the decline method. post: tags: - me.Actions summary: Invoke action decline description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0 operationId: me.calendarView.event.instances.event.decline requestBody: description: Action parameters content: application/json: schema: type: object properties: ProposedNewTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - type: object nullable: true SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/decline' - '/me/calendar/calendarView/{event-id}/decline' - '/me/calendar/events/{event-id}/instances/{event-id1}/decline' - '/me/calendar/events/{event-id}/decline' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/decline' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/decline' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline' - '/me/calendars/{calendar-id}/calendarView/{event-id}/decline' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline' - '/me/calendars/{calendar-id}/events/{event-id}/decline' - '/me/calendarView/{event-id}/decline' - '/me/events/{event-id}/instances/{event-id1}/decline' - '/me/events/{event-id}/decline' '/me/calendarView/{event-id}/instances/{event-id1}/dismissReminder': description: Provides operations to call the dismissReminder method. post: tags: - me.Actions summary: Invoke action dismissReminder description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 operationId: me.calendarView.event.instances.event.dismissReminder responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/me/calendar/calendarView/{event-id}/dismissReminder' - '/me/calendar/events/{event-id}/instances/{event-id1}/dismissReminder' - '/me/calendar/events/{event-id}/dismissReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/me/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder' - '/me/calendars/{calendar-id}/events/{event-id}/dismissReminder' - '/me/calendarView/{event-id}/dismissReminder' - '/me/events/{event-id}/instances/{event-id1}/dismissReminder' - '/me/events/{event-id}/dismissReminder' '/me/calendarView/{event-id}/instances/{event-id1}/forward': description: Provides operations to call the forward method. post: tags: - me.Actions summary: Invoke action forward description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0 operationId: me.calendarView.event.instances.event.forward requestBody: description: Action parameters content: application/json: schema: type: object properties: ToRecipients: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/forward' - '/me/calendar/calendarView/{event-id}/forward' - '/me/calendar/events/{event-id}/instances/{event-id1}/forward' - '/me/calendar/events/{event-id}/forward' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/forward' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/forward' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/forward' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/forward' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/forward' - '/me/calendars/{calendar-id}/calendarView/{event-id}/forward' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/forward' - '/me/calendars/{calendar-id}/events/{event-id}/forward' - '/me/calendarView/{event-id}/forward' - '/me/events/{event-id}/instances/{event-id1}/forward' - '/me/events/{event-id}/forward' - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/forward' - '/me/mailFolders/{mailFolder-id}/messages/{message-id}/forward' - '/me/messages/{message-id}/forward' '/me/calendarView/{event-id}/instances/{event-id1}/snoozeReminder': description: Provides operations to call the snoozeReminder method. post: tags: - me.Actions summary: Invoke action snoozeReminder description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0 operationId: me.calendarView.event.instances.event.snoozeReminder requestBody: description: Action parameters content: application/json: schema: type: object properties: NewReminderTime: $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/calendar/calendarView/{event-id}/snoozeReminder' - '/me/calendar/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/calendar/events/{event-id}/snoozeReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/calendars/{calendar-id}/events/{event-id}/snoozeReminder' - '/me/calendarView/{event-id}/snoozeReminder' - '/me/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/events/{event-id}/snoozeReminder' '/me/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept': description: Provides operations to call the tentativelyAccept method. post: tags: - me.Actions summary: Invoke action tentativelyAccept description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0 operationId: me.calendarView.event.instances.event.tentativelyAccept requestBody: description: Action parameters content: application/json: schema: type: object properties: ProposedNewTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - type: object nullable: true SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/calendar/calendarView/{event-id}/tentativelyAccept' - '/me/calendar/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/calendar/events/{event-id}/tentativelyAccept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/calendars/{calendar-id}/events/{event-id}/tentativelyAccept' - '/me/calendarView/{event-id}/tentativelyAccept' - '/me/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/events/{event-id}/tentativelyAccept' '/me/calendarView/{event-id}/instances/$count': description: Provides operations to count the resources in the collection. get: tags: - me.event summary: Get the number of the resource operationId: me.calendarView.instances.GetCount-dd5e parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/me/calendarView/{event-id}/instances/delta()': description: Provides operations to call the delta method. get: tags: - me.Functions summary: Invoke function delta description: 'Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user''s primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 operationId: me.calendarView.event.instances.delta parameters: - name: startDateTime in: query description: 'The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - name: endDateTime in: query description: 'The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of event type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.event' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/delta()' - /me/calendar/calendarView/delta() - '/me/calendar/events/{event-id}/instances/delta()' - /me/calendar/events/delta() - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/me/calendars/{calendar-id}/calendarView/delta()' - '/me/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/me/calendars/{calendar-id}/events/delta()' - /me/calendarView/delta() - '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/delta()' - '/me/chats/{chat-id}/messages/delta()' - '/me/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta()' - '/me/contactFolders/{contactFolder-id}/childFolders/delta()' - '/me/contactFolders/{contactFolder-id}/contacts/delta()' - /me/contactFolders/delta() - /me/contacts/delta() - '/me/events/{event-id}/instances/delta()' - /me/events/delta() - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta()' - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/delta()' - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta()' - '/me/joinedTeams/{team-id}/primaryChannel/messages/delta()' - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta()' - '/me/mailFolders/{mailFolder-id}/childFolders/delta()' - '/me/mailFolders/{mailFolder-id}/messages/delta()' - /me/mailFolders/delta() - /me/messages/delta() - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' - /me/todo/lists/delta() '/me/calendarView/{event-id}/accept': description: Provides operations to call the accept method. post: tags: - me.Actions summary: Invoke action accept description: Accept the specified event in a user calendar. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0 operationId: me.calendarView.event.accept requestBody: description: Action parameters content: application/json: schema: type: object properties: SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/accept' - '/me/calendar/calendarView/{event-id}/accept' - '/me/calendar/events/{event-id}/instances/{event-id1}/accept' - '/me/calendar/events/{event-id}/accept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/accept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/accept' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept' - '/me/calendars/{calendar-id}/calendarView/{event-id}/accept' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept' - '/me/calendars/{calendar-id}/events/{event-id}/accept' - '/me/calendarView/{event-id}/instances/{event-id1}/accept' - '/me/events/{event-id}/instances/{event-id1}/accept' - '/me/events/{event-id}/accept' '/me/calendarView/{event-id}/cancel': description: Provides operations to call the cancel method. post: tags: - me.Actions summary: Invoke action cancel description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0 operationId: me.calendarView.event.cancel requestBody: description: Action parameters content: application/json: schema: type: object properties: Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/cancel' - '/me/calendar/calendarView/{event-id}/cancel' - '/me/calendar/events/{event-id}/instances/{event-id1}/cancel' - '/me/calendar/events/{event-id}/cancel' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/cancel' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/cancel' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/cancel' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/cancel' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/cancel' - '/me/calendars/{calendar-id}/calendarView/{event-id}/cancel' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/cancel' - '/me/calendars/{calendar-id}/events/{event-id}/cancel' - '/me/calendarView/{event-id}/instances/{event-id1}/cancel' - '/me/events/{event-id}/instances/{event-id1}/cancel' - '/me/events/{event-id}/cancel' '/me/calendarView/{event-id}/decline': description: Provides operations to call the decline method. post: tags: - me.Actions summary: Invoke action decline description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0 operationId: me.calendarView.event.decline requestBody: description: Action parameters content: application/json: schema: type: object properties: ProposedNewTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - type: object nullable: true SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/decline' - '/me/calendar/calendarView/{event-id}/decline' - '/me/calendar/events/{event-id}/instances/{event-id1}/decline' - '/me/calendar/events/{event-id}/decline' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/decline' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/decline' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline' - '/me/calendars/{calendar-id}/calendarView/{event-id}/decline' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline' - '/me/calendars/{calendar-id}/events/{event-id}/decline' - '/me/calendarView/{event-id}/instances/{event-id1}/decline' - '/me/events/{event-id}/instances/{event-id1}/decline' - '/me/events/{event-id}/decline' '/me/calendarView/{event-id}/dismissReminder': description: Provides operations to call the dismissReminder method. post: tags: - me.Actions summary: Invoke action dismissReminder description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 operationId: me.calendarView.event.dismissReminder responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/me/calendar/calendarView/{event-id}/dismissReminder' - '/me/calendar/events/{event-id}/instances/{event-id1}/dismissReminder' - '/me/calendar/events/{event-id}/dismissReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/me/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder' - '/me/calendars/{calendar-id}/events/{event-id}/dismissReminder' - '/me/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/me/events/{event-id}/instances/{event-id1}/dismissReminder' - '/me/events/{event-id}/dismissReminder' '/me/calendarView/{event-id}/forward': description: Provides operations to call the forward method. post: tags: - me.Actions summary: Invoke action forward description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0 operationId: me.calendarView.event.forward requestBody: description: Action parameters content: application/json: schema: type: object properties: ToRecipients: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/forward' - '/me/calendar/calendarView/{event-id}/forward' - '/me/calendar/events/{event-id}/instances/{event-id1}/forward' - '/me/calendar/events/{event-id}/forward' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/forward' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/forward' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/forward' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/forward' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/forward' - '/me/calendars/{calendar-id}/calendarView/{event-id}/forward' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/forward' - '/me/calendars/{calendar-id}/events/{event-id}/forward' - '/me/calendarView/{event-id}/instances/{event-id1}/forward' - '/me/events/{event-id}/instances/{event-id1}/forward' - '/me/events/{event-id}/forward' - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/forward' - '/me/mailFolders/{mailFolder-id}/messages/{message-id}/forward' - '/me/messages/{message-id}/forward' '/me/calendarView/{event-id}/snoozeReminder': description: Provides operations to call the snoozeReminder method. post: tags: - me.Actions summary: Invoke action snoozeReminder description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0 operationId: me.calendarView.event.snoozeReminder requestBody: description: Action parameters content: application/json: schema: type: object properties: NewReminderTime: $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/calendar/calendarView/{event-id}/snoozeReminder' - '/me/calendar/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/calendar/events/{event-id}/snoozeReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/calendars/{calendar-id}/events/{event-id}/snoozeReminder' - '/me/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/events/{event-id}/snoozeReminder' '/me/calendarView/{event-id}/tentativelyAccept': description: Provides operations to call the tentativelyAccept method. post: tags: - me.Actions summary: Invoke action tentativelyAccept description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0 operationId: me.calendarView.event.tentativelyAccept requestBody: description: Action parameters content: application/json: schema: type: object properties: ProposedNewTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - type: object nullable: true SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/calendar/calendarView/{event-id}/tentativelyAccept' - '/me/calendar/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/calendar/events/{event-id}/tentativelyAccept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/calendars/{calendar-id}/events/{event-id}/tentativelyAccept' - '/me/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/events/{event-id}/tentativelyAccept' /me/calendarView/$count: description: Provides operations to count the resources in the collection. get: tags: - me.event summary: Get the number of the resource operationId: me.calendarView.GetCount-6cea parameters: - name: startDateTime in: query description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' required: true schema: type: string - name: endDateTime in: query description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /me/calendarView/delta(): description: Provides operations to call the delta method. get: tags: - me.Functions summary: Invoke function delta description: 'Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user''s primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 operationId: me.calendarView.delta parameters: - name: startDateTime in: query description: 'The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - name: endDateTime in: query description: 'The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of event type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.event' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/delta()' - /me/calendar/calendarView/delta() - '/me/calendar/events/{event-id}/instances/delta()' - /me/calendar/events/delta() - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/me/calendars/{calendar-id}/calendarView/delta()' - '/me/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/me/calendars/{calendar-id}/events/delta()' - '/me/calendarView/{event-id}/instances/delta()' - '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/delta()' - '/me/chats/{chat-id}/messages/delta()' - '/me/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta()' - '/me/contactFolders/{contactFolder-id}/childFolders/delta()' - '/me/contactFolders/{contactFolder-id}/contacts/delta()' - /me/contactFolders/delta() - /me/contacts/delta() - '/me/events/{event-id}/instances/delta()' - /me/events/delta() - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta()' - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/delta()' - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta()' - '/me/joinedTeams/{team-id}/primaryChannel/messages/delta()' - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta()' - '/me/mailFolders/{mailFolder-id}/childFolders/delta()' - '/me/mailFolders/{mailFolder-id}/messages/delta()' - /me/mailFolders/delta() - /me/messages/delta() - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' - /me/todo/lists/delta() /me/chats: description: Provides operations to manage the chats property of the microsoft.graph.user entity. get: tags: - me.chat summary: Get chats from me operationId: me.ListChats parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.chatCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.chat summary: Create new navigation property to chats for me operationId: me.CreateChats requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chat' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/me/chats/{chat-id}': description: Provides operations to manage the chats property of the microsoft.graph.user entity. get: tags: - me.chat summary: Get chats from me operationId: me.GetChats parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.chat summary: Update the navigation property chats in me operationId: me.UpdateChats requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.chat summary: Delete navigation property chats for me operationId: me.DeleteChats parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat '/me/chats/{chat-id}/installedApps': description: Provides operations to manage the installedApps property of the microsoft.graph.chat entity. get: tags: - me.chat summary: Get installedApps from me description: A collection of all the apps in the chat. Nullable. operationId: me.chats.ListInstalledApps parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.teamsAppInstallationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.chat summary: Create new navigation property to installedApps for me operationId: me.chats.CreateInstalledApps requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat '/me/chats/{chat-id}/installedApps/{teamsAppInstallation-id}': description: Provides operations to manage the installedApps property of the microsoft.graph.chat entity. get: tags: - me.chat summary: Get installedApps from me description: A collection of all the apps in the chat. Nullable. operationId: me.chats.GetInstalledApps parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.chat summary: Update the navigation property installedApps in me operationId: me.chats.UpdateInstalledApps requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.chat summary: Delete navigation property installedApps for me operationId: me.chats.DeleteInstalledApps parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat - name: teamsAppInstallation-id in: path description: The unique identifier of teamsAppInstallation required: true schema: type: string x-ms-docs-key-type: teamsAppInstallation '/me/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/upgrade': description: Provides operations to call the upgrade method. post: tags: - me.Actions summary: Invoke action upgrade description: Upgrade an app installation within a chat. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-1.0 operationId: me.chats.chat.installedApps.teamsAppInstallation.upgrade requestBody: description: Action parameters content: application/json: schema: type: object properties: consentedPermissionSet: anyOf: - $ref: '#/components/schemas/microsoft.graph.teamsAppPermissionSet' - type: object nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat - name: teamsAppInstallation-id in: path description: The unique identifier of teamsAppInstallation required: true schema: type: string x-ms-docs-key-type: teamsAppInstallation x-ms-docs-grouped-path: - '/me/joinedTeams/{team-id}/installedApps/{teamsAppInstallation-id}/upgrade' '/me/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp': description: Provides operations to manage the teamsApp property of the microsoft.graph.teamsAppInstallation entity. get: tags: - me.chat summary: Get teamsApp from me description: The app that is installed. operationId: me.chats.installedApps.GetTeamsApp parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat - name: teamsAppInstallation-id in: path description: The unique identifier of teamsAppInstallation required: true schema: type: string x-ms-docs-key-type: teamsAppInstallation x-ms-docs-grouped-path: - '/me/joinedTeams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsApp' - '/me/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/teamsApp' '/me/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition': description: Provides operations to manage the teamsAppDefinition property of the microsoft.graph.teamsAppInstallation entity. get: tags: - me.chat summary: Get teamsAppDefinition from me description: The details of this version of the app. operationId: me.chats.installedApps.GetTeamsAppDefinition parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsAppDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat - name: teamsAppInstallation-id in: path description: The unique identifier of teamsAppInstallation required: true schema: type: string x-ms-docs-key-type: teamsAppInstallation x-ms-docs-grouped-path: - '/me/joinedTeams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition' - '/me/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/teamsAppDefinition' '/me/chats/{chat-id}/installedApps/$count': description: Provides operations to count the resources in the collection. get: tags: - me.chat summary: Get the number of the resource operationId: me.chats.installedApps.GetCount-295d parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat '/me/chats/{chat-id}/lastMessagePreview': description: Provides operations to manage the lastMessagePreview property of the microsoft.graph.chat entity. get: tags: - me.chat summary: Get lastMessagePreview from me description: 'Preview of the last message sent in the chat. Null if no messages were sent in the chat. Currently, only the list chats operation supports this property.' operationId: me.chats.GetLastMessagePreview parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageInfo' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.chat summary: Update the navigation property lastMessagePreview in me operationId: me.chats.UpdateLastMessagePreview requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageInfo' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageInfo' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.chat summary: Delete navigation property lastMessagePreview for me operationId: me.chats.DeleteLastMessagePreview parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat '/me/chats/{chat-id}/members': description: Provides operations to manage the members property of the microsoft.graph.chat entity. get: tags: - me.chat summary: List members of a chat description: 'List all conversation members in a chat. This method supports federation. For one-on-one chats, at least one chat member must belong to the tenant the request initiates from. For group chats, the chat must be initiated by a user in the tenant the request initiates from.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chat-list-members?view=graph-rest-1.0 operationId: me.chats.ListMembers parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.conversationMemberCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.chat summary: Create new navigation property to members for me operationId: me.chats.CreateMembers requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationMember' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationMember' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat '/me/chats/{chat-id}/members/{conversationMember-id}': description: Provides operations to manage the members property of the microsoft.graph.chat entity. get: tags: - me.chat summary: Get members from me description: A collection of all the members in the chat. Nullable. operationId: me.chats.GetMembers parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationMember' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.chat summary: Update the navigation property members in me operationId: me.chats.UpdateMembers requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationMember' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationMember' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.chat summary: Delete navigation property members for me operationId: me.chats.DeleteMembers parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat - name: conversationMember-id in: path description: The unique identifier of conversationMember required: true schema: type: string x-ms-docs-key-type: conversationMember '/me/chats/{chat-id}/members/$count': description: Provides operations to count the resources in the collection. get: tags: - me.chat summary: Get the number of the resource operationId: me.chats.members.GetCount-1223 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat '/me/chats/{chat-id}/members/add': description: Provides operations to call the add method. post: tags: - me.Actions summary: Invoke action add description: Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0 operationId: me.chats.chat.members.add requestBody: description: Action parameters content: application/json: schema: type: object properties: values: type: array items: $ref: '#/components/schemas/microsoft.graph.conversationMember' required: true responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.actionResultPart' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat x-ms-docs-grouped-path: - /me/followedSites/add - '/me/joinedTeams/{team-id}/channels/{channel-id}/members/add' - '/me/joinedTeams/{team-id}/members/add' - '/me/joinedTeams/{team-id}/primaryChannel/members/add' '/me/chats/{chat-id}/messages': description: Provides operations to manage the messages property of the microsoft.graph.chat entity. get: tags: - me.chat summary: Get messages from me description: A collection of all the messages in the chat. Nullable. operationId: me.chats.ListMessages parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.chat summary: Create new navigation property to messages for me operationId: me.chats.CreateMessages requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat '/me/chats/{chat-id}/messages/{chatMessage-id}': description: Provides operations to manage the messages property of the microsoft.graph.chat entity. get: tags: - me.chat summary: Get messages from me description: A collection of all the messages in the chat. Nullable. operationId: me.chats.GetMessages parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.chat summary: Update the navigation property messages in me operationId: me.chats.UpdateMessages requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.chat summary: Delete navigation property messages for me operationId: me.chats.DeleteMessages parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage '/me/chats/{chat-id}/messages/{chatMessage-id}/hostedContents': description: Provides operations to manage the hostedContents property of the microsoft.graph.chatMessage entity. get: tags: - me.chat summary: Get hostedContents from me description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: me.chats.messages.ListHostedContents parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageHostedContentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.chat summary: Create new navigation property to hostedContents for me operationId: me.chats.messages.CreateHostedContents requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents' - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents' - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents' - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents' - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents' '/me/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}': description: Provides operations to manage the hostedContents property of the microsoft.graph.chatMessage entity. get: tags: - me.chat summary: Get hostedContents from me description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: me.chats.messages.GetHostedContents parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.chat summary: Update the navigation property hostedContents in me operationId: me.chats.messages.UpdateHostedContents requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.chat summary: Delete navigation property hostedContents for me operationId: me.chats.messages.DeleteHostedContents parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessageHostedContent-id in: path description: The unique identifier of chatMessageHostedContent required: true schema: type: string x-ms-docs-key-type: chatMessageHostedContent x-ms-docs-grouped-path: - '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}' - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}' - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}' - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}' - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}' '/me/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value': description: Provides operations to manage the media for the user entity. get: tags: - me.chat summary: Get media content for the navigation property hostedContents from me description: The unique identifier for an entity. Read-only. operationId: me.chats.messages.GetHostedContentsContent responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - me.chat summary: Update media content for the navigation property hostedContents in me description: The unique identifier for an entity. Read-only. operationId: me.chats.messages.UpdateHostedContentsContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - me.chat summary: Delete media content for the navigation property hostedContents in me description: The unique identifier for an entity. Read-only. operationId: me.chats.messages.DeleteHostedContentsContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessageHostedContent-id in: path description: The unique identifier of chatMessageHostedContent required: true schema: type: string x-ms-docs-key-type: chatMessageHostedContent '/me/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/$count': description: Provides operations to count the resources in the collection. get: tags: - me.chat summary: Get the number of the resource operationId: me.chats.messages.hostedContents.GetCount-5707 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage '/me/chats/{chat-id}/messages/{chatMessage-id}/setReaction': description: Provides operations to call the setReaction method. post: tags: - me.Actions summary: Invoke action setReaction operationId: me.chats.chat.messages.chatMessage.setReaction requestBody: description: Action parameters content: application/json: schema: type: object properties: reactionType: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction' - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/setReaction' - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction' - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/setReaction' - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction' '/me/chats/{chat-id}/messages/{chatMessage-id}/softDelete': description: Provides operations to call the softDelete method. post: tags: - me.Actions summary: Invoke action softDelete description: Delete a single chatMessage or a chat message reply in a channel or a chat. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0 operationId: me.chats.chat.messages.chatMessage.softDelete responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete' - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/softDelete' - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete' - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/softDelete' - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete' '/me/chats/{chat-id}/messages/{chatMessage-id}/undoSoftDelete': description: Provides operations to call the undoSoftDelete method. post: tags: - me.Actions summary: Invoke action undoSoftDelete description: Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0 operationId: me.chats.chat.messages.chatMessage.undoSoftDelete responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete' - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/undoSoftDelete' - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete' - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/undoSoftDelete' - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete' '/me/chats/{chat-id}/messages/{chatMessage-id}/unsetReaction': description: Provides operations to call the unsetReaction method. post: tags: - me.Actions summary: Invoke action unsetReaction operationId: me.chats.chat.messages.chatMessage.unsetReaction requestBody: description: Action parameters content: application/json: schema: type: object properties: reactionType: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction' - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction' - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction' - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/unsetReaction' - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction' '/me/chats/{chat-id}/messages/{chatMessage-id}/replies': description: Provides operations to manage the replies property of the microsoft.graph.chatMessage entity. get: tags: - me.chat summary: Get replies from me description: Replies for a specified message. Supports $expand for channel messages. operationId: me.chats.messages.ListReplies parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.chat summary: Create new navigation property to replies for me operationId: me.chats.messages.CreateReplies requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies' - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies' '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}': description: Provides operations to manage the replies property of the microsoft.graph.chatMessage entity. get: tags: - me.chat summary: Get replies from me description: Replies for a specified message. Supports $expand for channel messages. operationId: me.chats.messages.GetReplies parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.chat summary: Update the navigation property replies in me operationId: me.chats.messages.UpdateReplies requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.chat summary: Delete navigation property replies for me operationId: me.chats.messages.DeleteReplies parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}' - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}' '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents': description: Provides operations to manage the hostedContents property of the microsoft.graph.chatMessage entity. get: tags: - me.chat summary: Get hostedContents from me description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: me.chats.messages.replies.ListHostedContents parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageHostedContentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.chat summary: Create new navigation property to hostedContents for me operationId: me.chats.messages.replies.CreateHostedContents requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/me/chats/{chat-id}/messages/{chatMessage-id}/hostedContents' - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents' - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents' - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents' - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents' '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}': description: Provides operations to manage the hostedContents property of the microsoft.graph.chatMessage entity. get: tags: - me.chat summary: Get hostedContents from me description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: me.chats.messages.replies.GetHostedContents parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.chat summary: Update the navigation property hostedContents in me operationId: me.chats.messages.replies.UpdateHostedContents requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.chat summary: Delete navigation property hostedContents for me operationId: me.chats.messages.replies.DeleteHostedContents parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessageHostedContent-id in: path description: The unique identifier of chatMessageHostedContent required: true schema: type: string x-ms-docs-key-type: chatMessageHostedContent x-ms-docs-grouped-path: - '/me/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}' - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}' - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}' - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}' - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}' '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value': description: Provides operations to manage the media for the user entity. get: tags: - me.chat summary: Get media content for the navigation property hostedContents from me description: The unique identifier for an entity. Read-only. operationId: me.chats.messages.replies.GetHostedContentsContent responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - me.chat summary: Update media content for the navigation property hostedContents in me description: The unique identifier for an entity. Read-only. operationId: me.chats.messages.replies.UpdateHostedContentsContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - me.chat summary: Delete media content for the navigation property hostedContents in me description: The unique identifier for an entity. Read-only. operationId: me.chats.messages.replies.DeleteHostedContentsContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessageHostedContent-id in: path description: The unique identifier of chatMessageHostedContent required: true schema: type: string x-ms-docs-key-type: chatMessageHostedContent '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count': description: Provides operations to count the resources in the collection. get: tags: - me.chat summary: Get the number of the resource operationId: me.chats.messages.replies.hostedContents.GetCount-62f4 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction': description: Provides operations to call the setReaction method. post: tags: - me.Actions summary: Invoke action setReaction operationId: me.chats.chat.messages.chatMessage.replies.chatMessage.setReaction requestBody: description: Action parameters content: application/json: schema: type: object properties: reactionType: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/me/chats/{chat-id}/messages/{chatMessage-id}/setReaction' - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/setReaction' - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction' - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/setReaction' - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction' '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete': description: Provides operations to call the softDelete method. post: tags: - me.Actions summary: Invoke action softDelete description: Delete a single chatMessage or a chat message reply in a channel or a chat. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0 operationId: me.chats.chat.messages.chatMessage.replies.chatMessage.softDelete responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/me/chats/{chat-id}/messages/{chatMessage-id}/softDelete' - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/softDelete' - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete' - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/softDelete' - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete' '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete': description: Provides operations to call the undoSoftDelete method. post: tags: - me.Actions summary: Invoke action undoSoftDelete description: Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0 operationId: me.chats.chat.messages.chatMessage.replies.chatMessage.undoSoftDelete responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/me/chats/{chat-id}/messages/{chatMessage-id}/undoSoftDelete' - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/undoSoftDelete' - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete' - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/undoSoftDelete' - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete' '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction': description: Provides operations to call the unsetReaction method. post: tags: - me.Actions summary: Invoke action unsetReaction operationId: me.chats.chat.messages.chatMessage.replies.chatMessage.unsetReaction requestBody: description: Action parameters content: application/json: schema: type: object properties: reactionType: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/me/chats/{chat-id}/messages/{chatMessage-id}/unsetReaction' - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction' - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction' - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/unsetReaction' - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction' '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/$count': description: Provides operations to count the resources in the collection. get: tags: - me.chat summary: Get the number of the resource operationId: me.chats.messages.replies.GetCount-ac4d parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/delta()': description: Provides operations to call the delta method. get: tags: - me.Functions summary: Invoke function delta description: 'Retrieve the list of messages (without the replies) in a channel of a team. By using delta query, you can get new or updated messages in a channel. Delta query supports both full synchronization that retrieves all the messages in the specified channel, and incremental synchronization that retrieves those messages that have been added or changed in the channel since the last synchronization. Typically, you would do an initial full synchronization, and then get incremental changes to that messages view periodically. To get the replies for a message, use the list message replies or the get message reply operation. A GET request with the delta function returns either: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call for that same calendar view. A @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin to retrieve more changes (messages changed or posted after acquiring @odata.deltaLink). For more information, see the delta query documentation.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0 operationId: me.chats.chat.messages.chatMessage.replies.delta parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of chatMessage type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/delta()' - /me/calendar/calendarView/delta() - '/me/calendar/events/{event-id}/instances/delta()' - /me/calendar/events/delta() - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/me/calendars/{calendar-id}/calendarView/delta()' - '/me/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/me/calendars/{calendar-id}/events/delta()' - '/me/calendarView/{event-id}/instances/delta()' - /me/calendarView/delta() - '/me/chats/{chat-id}/messages/delta()' - '/me/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta()' - '/me/contactFolders/{contactFolder-id}/childFolders/delta()' - '/me/contactFolders/{contactFolder-id}/contacts/delta()' - /me/contactFolders/delta() - /me/contacts/delta() - '/me/events/{event-id}/instances/delta()' - /me/events/delta() - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta()' - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/delta()' - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta()' - '/me/joinedTeams/{team-id}/primaryChannel/messages/delta()' - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta()' - '/me/mailFolders/{mailFolder-id}/childFolders/delta()' - '/me/mailFolders/{mailFolder-id}/messages/delta()' - /me/mailFolders/delta() - /me/messages/delta() - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' - /me/todo/lists/delta() '/me/chats/{chat-id}/messages/$count': description: Provides operations to count the resources in the collection. get: tags: - me.chat summary: Get the number of the resource operationId: me.chats.messages.GetCount-5db5 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat '/me/chats/{chat-id}/messages/delta()': description: Provides operations to call the delta method. get: tags: - me.Functions summary: Invoke function delta description: 'Retrieve the list of messages (without the replies) in a channel of a team. By using delta query, you can get new or updated messages in a channel. Delta query supports both full synchronization that retrieves all the messages in the specified channel, and incremental synchronization that retrieves those messages that have been added or changed in the channel since the last synchronization. Typically, you would do an initial full synchronization, and then get incremental changes to that messages view periodically. To get the replies for a message, use the list message replies or the get message reply operation. A GET request with the delta function returns either: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call for that same calendar view. A @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin to retrieve more changes (messages changed or posted after acquiring @odata.deltaLink). For more information, see the delta query documentation.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0 operationId: me.chats.chat.messages.delta parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of chatMessage type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/delta()' - /me/calendar/calendarView/delta() - '/me/calendar/events/{event-id}/instances/delta()' - /me/calendar/events/delta() - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/me/calendars/{calendar-id}/calendarView/delta()' - '/me/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/me/calendars/{calendar-id}/events/delta()' - '/me/calendarView/{event-id}/instances/delta()' - /me/calendarView/delta() - '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/delta()' - '/me/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta()' - '/me/contactFolders/{contactFolder-id}/childFolders/delta()' - '/me/contactFolders/{contactFolder-id}/contacts/delta()' - /me/contactFolders/delta() - /me/contacts/delta() - '/me/events/{event-id}/instances/delta()' - /me/events/delta() - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta()' - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/delta()' - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta()' - '/me/joinedTeams/{team-id}/primaryChannel/messages/delta()' - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta()' - '/me/mailFolders/{mailFolder-id}/childFolders/delta()' - '/me/mailFolders/{mailFolder-id}/messages/delta()' - /me/mailFolders/delta() - /me/messages/delta() - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' - /me/todo/lists/delta() '/me/chats/{chat-id}/hideForUser': description: Provides operations to call the hideForUser method. post: tags: - me.Actions summary: Invoke action hideForUser description: Hide a chat for a user. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chat-hideforuser?view=graph-rest-1.0 operationId: me.chats.chat.hideForUser requestBody: description: Action parameters content: application/json: schema: type: object properties: user: anyOf: - $ref: '#/components/schemas/microsoft.graph.teamworkUserIdentity' - type: object nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat '/me/chats/{chat-id}/markChatReadForUser': description: Provides operations to call the markChatReadForUser method. post: tags: - me.Actions summary: Invoke action markChatReadForUser description: Mark a chat as read for a user. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chat-markchatreadforuser?view=graph-rest-1.0 operationId: me.chats.chat.markChatReadForUser requestBody: description: Action parameters content: application/json: schema: type: object properties: user: anyOf: - $ref: '#/components/schemas/microsoft.graph.teamworkUserIdentity' - type: object nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat '/me/chats/{chat-id}/markChatUnreadForUser': description: Provides operations to call the markChatUnreadForUser method. post: tags: - me.Actions summary: Invoke action markChatUnreadForUser description: Mark a chat as unread for a user. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chat-markchatunreadforuser?view=graph-rest-1.0 operationId: me.chats.chat.markChatUnreadForUser requestBody: description: Action parameters content: application/json: schema: type: object properties: user: anyOf: - $ref: '#/components/schemas/microsoft.graph.teamworkUserIdentity' - type: object nullable: true lastMessageReadDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string format: date-time nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat '/me/chats/{chat-id}/sendActivityNotification': description: Provides operations to call the sendActivityNotification method. post: tags: - me.Actions summary: Invoke action sendActivityNotification description: 'Send an activity feed notification in scope of a chat. For more information about sending notifications and the requirements for doing so, see sending Teams activity notifications.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chat-sendactivitynotification?view=graph-rest-1.0 operationId: me.chats.chat.sendActivityNotification requestBody: description: Action parameters content: application/json: schema: type: object properties: topic: anyOf: - $ref: '#/components/schemas/microsoft.graph.teamworkActivityTopic' - type: object nullable: true activityType: type: string nullable: true chainId: type: integer format: int64 nullable: true previewText: anyOf: - $ref: '#/components/schemas/microsoft.graph.itemBody' - type: object nullable: true teamsAppId: type: string nullable: true templateParameters: type: array items: $ref: '#/components/schemas/microsoft.graph.keyValuePair' recipient: anyOf: - $ref: '#/components/schemas/microsoft.graph.teamworkNotificationRecipient' - type: object nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat x-ms-docs-grouped-path: - '/me/joinedTeams/{team-id}/sendActivityNotification' - /me/teamwork/sendActivityNotification '/me/chats/{chat-id}/unhideForUser': description: Provides operations to call the unhideForUser method. post: tags: - me.Actions summary: Invoke action unhideForUser description: Unhide a chat for a user. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chat-unhideforuser?view=graph-rest-1.0 operationId: me.chats.chat.unhideForUser requestBody: description: Action parameters content: application/json: schema: type: object properties: user: anyOf: - $ref: '#/components/schemas/microsoft.graph.teamworkUserIdentity' - type: object nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat '/me/chats/{chat-id}/permissionGrants': description: Provides operations to manage the permissionGrants property of the microsoft.graph.chat entity. get: tags: - me.chat summary: Get permissionGrants from me description: A collection of permissions granted to apps for the chat. operationId: me.chats.ListPermissionGrants parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.resourceSpecificPermissionGrantCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.chat summary: Create new navigation property to permissionGrants for me operationId: me.chats.CreatePermissionGrants requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat '/me/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}': description: Provides operations to manage the permissionGrants property of the microsoft.graph.chat entity. get: tags: - me.chat summary: Get permissionGrants from me description: A collection of permissions granted to apps for the chat. operationId: me.chats.GetPermissionGrants parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.chat summary: Update the navigation property permissionGrants in me operationId: me.chats.UpdatePermissionGrants requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.chat summary: Delete navigation property permissionGrants for me operationId: me.chats.DeletePermissionGrants parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat - name: resourceSpecificPermissionGrant-id in: path description: The unique identifier of resourceSpecificPermissionGrant required: true schema: type: string x-ms-docs-key-type: resourceSpecificPermissionGrant '/me/chats/{chat-id}/permissionGrants/$count': description: Provides operations to count the resources in the collection. get: tags: - me.chat summary: Get the number of the resource operationId: me.chats.permissionGrants.GetCount-9e7e parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat '/me/chats/{chat-id}/pinnedMessages': description: Provides operations to manage the pinnedMessages property of the microsoft.graph.chat entity. get: tags: - me.chat summary: Get pinnedMessages from me description: A collection of all the pinned messages in the chat. Nullable. operationId: me.chats.ListPinnedMessages parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.pinnedChatMessageInfoCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.chat summary: Create new navigation property to pinnedMessages for me operationId: me.chats.CreatePinnedMessages requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.pinnedChatMessageInfo' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.pinnedChatMessageInfo' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat '/me/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}': description: Provides operations to manage the pinnedMessages property of the microsoft.graph.chat entity. get: tags: - me.chat summary: Get pinnedMessages from me description: A collection of all the pinned messages in the chat. Nullable. operationId: me.chats.GetPinnedMessages parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.pinnedChatMessageInfo' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.chat summary: Update the navigation property pinnedMessages in me operationId: me.chats.UpdatePinnedMessages requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.pinnedChatMessageInfo' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.pinnedChatMessageInfo' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.chat summary: Delete navigation property pinnedMessages for me operationId: me.chats.DeletePinnedMessages parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat - name: pinnedChatMessageInfo-id in: path description: The unique identifier of pinnedChatMessageInfo required: true schema: type: string x-ms-docs-key-type: pinnedChatMessageInfo '/me/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}/message': description: Provides operations to manage the message property of the microsoft.graph.pinnedChatMessageInfo entity. get: tags: - me.chat summary: Get message from me description: Represents details about the chat message that is pinned. operationId: me.chats.pinnedMessages.GetMessage parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat - name: pinnedChatMessageInfo-id in: path description: The unique identifier of pinnedChatMessageInfo required: true schema: type: string x-ms-docs-key-type: pinnedChatMessageInfo '/me/chats/{chat-id}/pinnedMessages/$count': description: Provides operations to count the resources in the collection. get: tags: - me.chat summary: Get the number of the resource operationId: me.chats.pinnedMessages.GetCount-f614 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat '/me/chats/{chat-id}/tabs': description: Provides operations to manage the tabs property of the microsoft.graph.chat entity. get: tags: - me.chat summary: Get tabs from me description: A collection of all the tabs in the chat. Nullable. operationId: me.chats.ListTabs parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.teamsTabCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.chat summary: Create new navigation property to tabs for me operationId: me.chats.CreateTabs requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsTab' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsTab' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat '/me/chats/{chat-id}/tabs/{teamsTab-id}': description: Provides operations to manage the tabs property of the microsoft.graph.chat entity. get: tags: - me.chat summary: Get tabs from me description: A collection of all the tabs in the chat. Nullable. operationId: me.chats.GetTabs parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsTab' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.chat summary: Update the navigation property tabs in me operationId: me.chats.UpdateTabs requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsTab' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsTab' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.chat summary: Delete navigation property tabs for me operationId: me.chats.DeleteTabs parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat - name: teamsTab-id in: path description: The unique identifier of teamsTab required: true schema: type: string x-ms-docs-key-type: teamsTab '/me/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp': description: Provides operations to manage the teamsApp property of the microsoft.graph.teamsTab entity. get: tags: - me.chat summary: Get teamsApp from me description: The application that is linked to the tab. This can't be changed after tab creation. operationId: me.chats.tabs.GetTeamsApp parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat - name: teamsTab-id in: path description: The unique identifier of teamsTab required: true schema: type: string x-ms-docs-key-type: teamsTab x-ms-docs-grouped-path: - '/me/joinedTeams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp' - '/me/joinedTeams/{team-id}/primaryChannel/tabs/{teamsTab-id}/teamsApp' '/me/chats/{chat-id}/tabs/$count': description: Provides operations to count the resources in the collection. get: tags: - me.chat summary: Get the number of the resource operationId: me.chats.tabs.GetCount-35b1 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat /me/chats/$count: description: Provides operations to count the resources in the collection. get: tags: - me.chat summary: Get the number of the resource operationId: me.chats.GetCount-aef8 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /me/chats/getAllMessages(): description: Provides operations to call the getAllMessages method. get: tags: - me.Functions summary: Invoke function getAllMessages description: 'Get all messages from all chats that a user is a participant in, including one-on-one chats, group chats, and meeting chats.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chats-getallmessages?view=graph-rest-1.0 operationId: me.chats.getAllMessages parameters: - name: model in: query description: The payment model for the API schema: type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of chatMessage type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-grouped-path: - '/me/joinedTeams/{team-id}/channels/getAllMessages()' - /me/joinedTeams/getAllMessages() /me/chats/getAllRetainedMessages(): description: Provides operations to call the getAllRetainedMessages method. get: tags: - me.Functions summary: Invoke function getAllRetainedMessages operationId: me.chats.getAllRetainedMessages parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of chatMessage type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-grouped-path: - '/me/joinedTeams/{team-id}/channels/getAllRetainedMessages()' /me/cloudClipboard: description: Provides operations to manage the cloudClipboard property of the microsoft.graph.user entity. get: tags: - me.cloudClipboardRoot summary: Get cloudClipboard from me operationId: me.GetCloudClipboard parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.cloudClipboardRoot' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.cloudClipboardRoot summary: Update the navigation property cloudClipboard in me operationId: me.UpdateCloudClipboard requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.cloudClipboardRoot' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.cloudClipboardRoot' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.cloudClipboardRoot summary: Delete navigation property cloudClipboard for me operationId: me.DeleteCloudClipboard parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /me/cloudClipboard/items: description: Provides operations to manage the items property of the microsoft.graph.cloudClipboardRoot entity. get: tags: - me.cloudClipboardRoot summary: Get items from me description: Represents a collection of Cloud Clipboard items. operationId: me.cloudClipboard.ListItems parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.cloudClipboardItemCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.cloudClipboardRoot summary: Create new navigation property to items for me operationId: me.cloudClipboard.CreateItems requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.cloudClipboardItem' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.cloudClipboardItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/me/cloudClipboard/items/{cloudClipboardItem-id}': description: Provides operations to manage the items property of the microsoft.graph.cloudClipboardRoot entity. get: tags: - me.cloudClipboardRoot summary: Get items from me description: Represents a collection of Cloud Clipboard items. operationId: me.cloudClipboard.GetItems parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.cloudClipboardItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.cloudClipboardRoot summary: Update the navigation property items in me operationId: me.cloudClipboard.UpdateItems requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.cloudClipboardItem' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.cloudClipboardItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.cloudClipboardRoot summary: Delete navigation property items for me operationId: me.cloudClipboard.DeleteItems parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: cloudClipboardItem-id in: path description: The unique identifier of cloudClipboardItem required: true schema: type: string x-ms-docs-key-type: cloudClipboardItem /me/cloudClipboard/items/$count: description: Provides operations to count the resources in the collection. get: tags: - me.cloudClipboardRoot summary: Get the number of the resource operationId: me.cloudClipboard.items.GetCount-cada parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /me/contactFolders: description: Provides operations to manage the contactFolders property of the microsoft.graph.user entity. get: tags: - me.contactFolder summary: List contactFolders description: Get the contact folder collection in the default Contacts folder of the signed-in user. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/user-list-contactfolders?view=graph-rest-1.0 operationId: me.ListContactFolders parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.contactFolderCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.contactFolder summary: Create ContactFolder description: Create a new contactFolder under the user's default contacts folder. You can also create a new contactfolder as a child of any specified contact folder. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/user-post-contactfolders?view=graph-rest-1.0 operationId: me.CreateContactFolders requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contactFolder' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contactFolder' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/me/contactFolders/{contactFolder-id}': description: Provides operations to manage the contactFolders property of the microsoft.graph.user entity. get: tags: - me.contactFolder summary: Get contactFolder description: 'Get a contact folder by using the contact folder ID. There are two scenarios where an app can get another user''s contact folder:' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contactfolder-get?view=graph-rest-1.0 operationId: me.GetContactFolders parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contactFolder' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.contactFolder summary: Update contactfolder description: Update the properties of contactfolder object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contactfolder-update?view=graph-rest-1.0 operationId: me.UpdateContactFolders requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contactFolder' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contactFolder' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.contactFolder summary: Delete contactFolder description: Delete contactFolder other than the default contactFolder. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contactfolder-delete?view=graph-rest-1.0 operationId: me.DeleteContactFolders parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: contactFolder-id in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder '/me/contactFolders/{contactFolder-id}/childFolders': description: Provides operations to manage the childFolders property of the microsoft.graph.contactFolder entity. get: tags: - me.contactFolder summary: List childFolders description: Get a collection of child folders under the specified contact folder. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contactfolder-list-childfolders?view=graph-rest-1.0 operationId: me.contactFolders.ListChildFolders parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.contactFolderCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.contactFolder summary: Create ContactFolder description: Create a new contactFolder as a child of a specified folder. You can also create a new contactFolder under the user's default contact folder. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contactfolder-post-childfolders?view=graph-rest-1.0 operationId: me.contactFolders.CreateChildFolders requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contactFolder' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contactFolder' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: contactFolder-id in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder '/me/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}': description: Provides operations to manage the childFolders property of the microsoft.graph.contactFolder entity. get: tags: - me.contactFolder summary: Get childFolders from me description: The collection of child folders in the folder. Navigation property. Read-only. Nullable. operationId: me.contactFolders.GetChildFolders parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contactFolder' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.contactFolder summary: Update the navigation property childFolders in me operationId: me.contactFolders.UpdateChildFolders requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contactFolder' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contactFolder' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.contactFolder summary: Delete navigation property childFolders for me operationId: me.contactFolders.DeleteChildFolders parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: contactFolder-id in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder - name: contactFolder-id1 in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder '/me/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts': description: Provides operations to manage the contacts property of the microsoft.graph.contactFolder entity. get: tags: - me.contactFolder summary: Get contacts from me description: The contacts in the folder. Navigation property. Read-only. Nullable. operationId: me.contactFolders.childFolders.ListContacts parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.contactCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.contactFolder summary: Create new navigation property to contacts for me operationId: me.contactFolders.childFolders.CreateContacts requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contact' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contact' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: contactFolder-id in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder - name: contactFolder-id1 in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder x-ms-docs-grouped-path: - '/me/contactFolders/{contactFolder-id}/contacts' '/me/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}': description: Provides operations to manage the contacts property of the microsoft.graph.contactFolder entity. get: tags: - me.contactFolder summary: Get contacts from me description: The contacts in the folder. Navigation property. Read-only. Nullable. operationId: me.contactFolders.childFolders.GetContacts parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contact' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.contactFolder summary: Update the navigation property contacts in me operationId: me.contactFolders.childFolders.UpdateContacts requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contact' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contact' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.contactFolder summary: Delete navigation property contacts for me operationId: me.contactFolders.childFolders.DeleteContacts parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: contactFolder-id in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder - name: contactFolder-id1 in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder - name: contact-id in: path description: The unique identifier of contact required: true schema: type: string x-ms-docs-key-type: contact x-ms-docs-grouped-path: - '/me/contactFolders/{contactFolder-id}/contacts/{contact-id}' '/me/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions': description: Provides operations to manage the extensions property of the microsoft.graph.contact entity. get: tags: - me.contactFolder summary: Get extensions from me description: The collection of open extensions defined for the contact. Read-only. Nullable. operationId: me.contactFolders.childFolders.contacts.ListExtensions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.contactFolder summary: Create new navigation property to extensions for me operationId: me.contactFolders.childFolders.contacts.CreateExtensions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: contactFolder-id in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder - name: contactFolder-id1 in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder - name: contact-id in: path description: The unique identifier of contact required: true schema: type: string x-ms-docs-key-type: contact x-ms-docs-grouped-path: - '/me/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions' - '/me/contacts/{contact-id}/extensions' '/me/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}': description: Provides operations to manage the extensions property of the microsoft.graph.contact entity. get: tags: - me.contactFolder summary: Get extensions from me description: The collection of open extensions defined for the contact. Read-only. Nullable. operationId: me.contactFolders.childFolders.contacts.GetExtensions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.contactFolder summary: Update the navigation property extensions in me operationId: me.contactFolders.childFolders.contacts.UpdateExtensions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.contactFolder summary: Delete navigation property extensions for me operationId: me.contactFolders.childFolders.contacts.DeleteExtensions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: contactFolder-id in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder - name: contactFolder-id1 in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder - name: contact-id in: path description: The unique identifier of contact required: true schema: type: string x-ms-docs-key-type: contact - name: extension-id in: path description: The unique identifier of extension required: true schema: type: string x-ms-docs-key-type: extension x-ms-docs-grouped-path: - '/me/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}' - '/me/contacts/{contact-id}/extensions/{extension-id}' '/me/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/$count': description: Provides operations to count the resources in the collection. get: tags: - me.contactFolder summary: Get the number of the resource operationId: me.contactFolders.childFolders.contacts.extensions.GetCount-0ca5 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: contactFolder-id in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder - name: contactFolder-id1 in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder - name: contact-id in: path description: The unique identifier of contact required: true schema: type: string x-ms-docs-key-type: contact '/me/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo': description: Provides operations to manage the photo property of the microsoft.graph.contact entity. get: tags: - me.contactFolder summary: Get photo from me description: Optional contact picture. You can get or set a photo for a contact. operationId: me.contactFolders.childFolders.contacts.GetPhoto parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.profilePhoto' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.contactFolder summary: Update the navigation property photo in me operationId: me.contactFolders.childFolders.contacts.UpdatePhoto requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.profilePhoto' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.profilePhoto' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: contactFolder-id in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder - name: contactFolder-id1 in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder - name: contact-id in: path description: The unique identifier of contact required: true schema: type: string x-ms-docs-key-type: contact x-ms-docs-grouped-path: - '/me/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo' - '/me/contacts/{contact-id}/photo' '/me/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value': description: Provides operations to manage the media for the user entity. get: tags: - me.contactFolder summary: Get media content for the navigation property photo from me description: Optional contact picture. You can get or set a photo for a contact. operationId: me.contactFolders.childFolders.contacts.GetPhotoContent responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - me.contactFolder summary: Update media content for the navigation property photo in me description: Optional contact picture. You can get or set a photo for a contact. operationId: me.contactFolders.childFolders.contacts.UpdatePhotoContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - me.contactFolder summary: Delete media content for the navigation property photo in me description: Optional contact picture. You can get or set a photo for a contact. operationId: me.contactFolders.childFolders.contacts.DeletePhotoContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: contactFolder-id in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder - name: contactFolder-id1 in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder - name: contact-id in: path description: The unique identifier of contact required: true schema: type: string x-ms-docs-key-type: contact '/me/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/$count': description: Provides operations to count the resources in the collection. get: tags: - me.contactFolder summary: Get the number of the resource operationId: me.contactFolders.childFolders.contacts.GetCount-bf12 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: contactFolder-id in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder - name: contactFolder-id1 in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder '/me/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta()': description: Provides operations to call the delta method. get: tags: - me.Functions summary: Invoke function delta description: "Get a set of contacts that have been added, deleted, or updated in a specified folder. A delta function call for contacts in a folder is similar to a GET request, except that by appropriately \napplying state tokens in one or more of these calls, \nyou can query for incremental changes in the contacts in \nthat folder. This allows you to maintain and synchronize a local store of a user's contacts without \nhaving to fetch the entire set of contacts from the server every time. " externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-1.0 operationId: me.contactFolders.contactFolder.childFolders.contactFolder.contacts.delta parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of contact type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.contact' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: contactFolder-id in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder - name: contactFolder-id1 in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/delta()' - /me/calendar/calendarView/delta() - '/me/calendar/events/{event-id}/instances/delta()' - /me/calendar/events/delta() - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/me/calendars/{calendar-id}/calendarView/delta()' - '/me/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/me/calendars/{calendar-id}/events/delta()' - '/me/calendarView/{event-id}/instances/delta()' - /me/calendarView/delta() - '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/delta()' - '/me/chats/{chat-id}/messages/delta()' - '/me/contactFolders/{contactFolder-id}/childFolders/delta()' - '/me/contactFolders/{contactFolder-id}/contacts/delta()' - /me/contactFolders/delta() - /me/contacts/delta() - '/me/events/{event-id}/instances/delta()' - /me/events/delta() - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta()' - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/delta()' - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta()' - '/me/joinedTeams/{team-id}/primaryChannel/messages/delta()' - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta()' - '/me/mailFolders/{mailFolder-id}/childFolders/delta()' - '/me/mailFolders/{mailFolder-id}/messages/delta()' - /me/mailFolders/delta() - /me/messages/delta() - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' - /me/todo/lists/delta() '/me/contactFolders/{contactFolder-id}/childFolders/$count': description: Provides operations to count the resources in the collection. get: tags: - me.contactFolder summary: Get the number of the resource operationId: me.contactFolders.childFolders.GetCount-bbef parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: contactFolder-id in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder '/me/contactFolders/{contactFolder-id}/childFolders/delta()': description: Provides operations to call the delta method. get: tags: - me.Functions summary: Invoke function delta description: "Get a set of contact folders that have been added, deleted, or removed from the user's mailbox. A delta function call for contact folders in a mailbox is similar to a GET request, except that by appropriately \napplying state tokens in one or more of these calls, \nyou can query for incremental changes in the contact folders. This allows you to maintain and synchronize \na local store of a user's contact folders without having to fetch all the contact folders of that mailbox from the server every time." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contactfolder-delta?view=graph-rest-1.0 operationId: me.contactFolders.contactFolder.childFolders.delta parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of contactFolder type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.contactFolder' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: contactFolder-id in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/delta()' - /me/calendar/calendarView/delta() - '/me/calendar/events/{event-id}/instances/delta()' - /me/calendar/events/delta() - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/me/calendars/{calendar-id}/calendarView/delta()' - '/me/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/me/calendars/{calendar-id}/events/delta()' - '/me/calendarView/{event-id}/instances/delta()' - /me/calendarView/delta() - '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/delta()' - '/me/chats/{chat-id}/messages/delta()' - '/me/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta()' - '/me/contactFolders/{contactFolder-id}/contacts/delta()' - /me/contactFolders/delta() - /me/contacts/delta() - '/me/events/{event-id}/instances/delta()' - /me/events/delta() - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta()' - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/delta()' - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta()' - '/me/joinedTeams/{team-id}/primaryChannel/messages/delta()' - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta()' - '/me/mailFolders/{mailFolder-id}/childFolders/delta()' - '/me/mailFolders/{mailFolder-id}/messages/delta()' - /me/mailFolders/delta() - /me/messages/delta() - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' - /me/todo/lists/delta() '/me/contactFolders/{contactFolder-id}/contacts': description: Provides operations to manage the contacts property of the microsoft.graph.contactFolder entity. get: tags: - me.contactFolder summary: List contacts description: 'Get a contact collection from the default Contacts folder of the signed-in user (.../me/contacts), or from the specified contact folder.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contactfolder-list-contacts?view=graph-rest-1.0 operationId: me.contactFolders.ListContacts parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.contactCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.contactFolder summary: Create contact description: Add a contact to the root Contacts folder or to the contacts endpoint of another contact folder. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contactfolder-post-contacts?view=graph-rest-1.0 operationId: me.contactFolders.CreateContacts requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contact' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contact' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: contactFolder-id in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder x-ms-docs-grouped-path: - '/me/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts' '/me/contactFolders/{contactFolder-id}/contacts/{contact-id}': description: Provides operations to manage the contacts property of the microsoft.graph.contactFolder entity. get: tags: - me.contactFolder summary: Get contacts from me description: The contacts in the folder. Navigation property. Read-only. Nullable. operationId: me.contactFolders.GetContacts parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contact' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.contactFolder summary: Update the navigation property contacts in me operationId: me.contactFolders.UpdateContacts requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contact' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contact' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.contactFolder summary: Delete navigation property contacts for me operationId: me.contactFolders.DeleteContacts parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: contactFolder-id in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder - name: contact-id in: path description: The unique identifier of contact required: true schema: type: string x-ms-docs-key-type: contact x-ms-docs-grouped-path: - '/me/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}' '/me/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions': description: Provides operations to manage the extensions property of the microsoft.graph.contact entity. get: tags: - me.contactFolder summary: Get extensions from me description: The collection of open extensions defined for the contact. Read-only. Nullable. operationId: me.contactFolders.contacts.ListExtensions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.contactFolder summary: Create new navigation property to extensions for me operationId: me.contactFolders.contacts.CreateExtensions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: contactFolder-id in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder - name: contact-id in: path description: The unique identifier of contact required: true schema: type: string x-ms-docs-key-type: contact x-ms-docs-grouped-path: - '/me/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions' - '/me/contacts/{contact-id}/extensions' '/me/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}': description: Provides operations to manage the extensions property of the microsoft.graph.contact entity. get: tags: - me.contactFolder summary: Get extensions from me description: The collection of open extensions defined for the contact. Read-only. Nullable. operationId: me.contactFolders.contacts.GetExtensions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.contactFolder summary: Update the navigation property extensions in me operationId: me.contactFolders.contacts.UpdateExtensions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.contactFolder summary: Delete navigation property extensions for me operationId: me.contactFolders.contacts.DeleteExtensions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: contactFolder-id in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder - name: contact-id in: path description: The unique identifier of contact required: true schema: type: string x-ms-docs-key-type: contact - name: extension-id in: path description: The unique identifier of extension required: true schema: type: string x-ms-docs-key-type: extension x-ms-docs-grouped-path: - '/me/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}' - '/me/contacts/{contact-id}/extensions/{extension-id}' '/me/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/$count': description: Provides operations to count the resources in the collection. get: tags: - me.contactFolder summary: Get the number of the resource operationId: me.contactFolders.contacts.extensions.GetCount-d89c parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: contactFolder-id in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder - name: contact-id in: path description: The unique identifier of contact required: true schema: type: string x-ms-docs-key-type: contact '/me/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo': description: Provides operations to manage the photo property of the microsoft.graph.contact entity. get: tags: - me.contactFolder summary: Get photo from me description: Optional contact picture. You can get or set a photo for a contact. operationId: me.contactFolders.contacts.GetPhoto parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.profilePhoto' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.contactFolder summary: Update the navigation property photo in me operationId: me.contactFolders.contacts.UpdatePhoto requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.profilePhoto' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.profilePhoto' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: contactFolder-id in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder - name: contact-id in: path description: The unique identifier of contact required: true schema: type: string x-ms-docs-key-type: contact x-ms-docs-grouped-path: - '/me/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo' - '/me/contacts/{contact-id}/photo' '/me/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value': description: Provides operations to manage the media for the user entity. get: tags: - me.contactFolder summary: Get media content for the navigation property photo from me description: Optional contact picture. You can get or set a photo for a contact. operationId: me.contactFolders.contacts.GetPhotoContent responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - me.contactFolder summary: Update media content for the navigation property photo in me description: Optional contact picture. You can get or set a photo for a contact. operationId: me.contactFolders.contacts.UpdatePhotoContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - me.contactFolder summary: Delete media content for the navigation property photo in me description: Optional contact picture. You can get or set a photo for a contact. operationId: me.contactFolders.contacts.DeletePhotoContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: contactFolder-id in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder - name: contact-id in: path description: The unique identifier of contact required: true schema: type: string x-ms-docs-key-type: contact '/me/contactFolders/{contactFolder-id}/contacts/$count': description: Provides operations to count the resources in the collection. get: tags: - me.contactFolder summary: Get the number of the resource operationId: me.contactFolders.contacts.GetCount-31d1 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: contactFolder-id in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder '/me/contactFolders/{contactFolder-id}/contacts/delta()': description: Provides operations to call the delta method. get: tags: - me.Functions summary: Invoke function delta description: "Get a set of contacts that have been added, deleted, or updated in a specified folder. A delta function call for contacts in a folder is similar to a GET request, except that by appropriately \napplying state tokens in one or more of these calls, \nyou can query for incremental changes in the contacts in \nthat folder. This allows you to maintain and synchronize a local store of a user's contacts without \nhaving to fetch the entire set of contacts from the server every time. " externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-1.0 operationId: me.contactFolders.contactFolder.contacts.delta parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of contact type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.contact' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: contactFolder-id in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/delta()' - /me/calendar/calendarView/delta() - '/me/calendar/events/{event-id}/instances/delta()' - /me/calendar/events/delta() - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/me/calendars/{calendar-id}/calendarView/delta()' - '/me/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/me/calendars/{calendar-id}/events/delta()' - '/me/calendarView/{event-id}/instances/delta()' - /me/calendarView/delta() - '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/delta()' - '/me/chats/{chat-id}/messages/delta()' - '/me/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta()' - '/me/contactFolders/{contactFolder-id}/childFolders/delta()' - /me/contactFolders/delta() - /me/contacts/delta() - '/me/events/{event-id}/instances/delta()' - /me/events/delta() - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta()' - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/delta()' - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta()' - '/me/joinedTeams/{team-id}/primaryChannel/messages/delta()' - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta()' - '/me/mailFolders/{mailFolder-id}/childFolders/delta()' - '/me/mailFolders/{mailFolder-id}/messages/delta()' - /me/mailFolders/delta() - /me/messages/delta() - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' - /me/todo/lists/delta() /me/contactFolders/$count: description: Provides operations to count the resources in the collection. get: tags: - me.contactFolder summary: Get the number of the resource operationId: me.contactFolders.GetCount-35c1 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /me/contactFolders/delta(): description: Provides operations to call the delta method. get: tags: - me.Functions summary: Invoke function delta description: "Get a set of contact folders that have been added, deleted, or removed from the user's mailbox. A delta function call for contact folders in a mailbox is similar to a GET request, except that by appropriately \napplying state tokens in one or more of these calls, \nyou can query for incremental changes in the contact folders. This allows you to maintain and synchronize \na local store of a user's contact folders without having to fetch all the contact folders of that mailbox from the server every time." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contactfolder-delta?view=graph-rest-1.0 operationId: me.contactFolders.delta parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of contactFolder type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.contactFolder' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/delta()' - /me/calendar/calendarView/delta() - '/me/calendar/events/{event-id}/instances/delta()' - /me/calendar/events/delta() - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/me/calendars/{calendar-id}/calendarView/delta()' - '/me/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/me/calendars/{calendar-id}/events/delta()' - '/me/calendarView/{event-id}/instances/delta()' - /me/calendarView/delta() - '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/delta()' - '/me/chats/{chat-id}/messages/delta()' - '/me/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta()' - '/me/contactFolders/{contactFolder-id}/childFolders/delta()' - '/me/contactFolders/{contactFolder-id}/contacts/delta()' - /me/contacts/delta() - '/me/events/{event-id}/instances/delta()' - /me/events/delta() - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta()' - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/delta()' - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta()' - '/me/joinedTeams/{team-id}/primaryChannel/messages/delta()' - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta()' - '/me/mailFolders/{mailFolder-id}/childFolders/delta()' - '/me/mailFolders/{mailFolder-id}/messages/delta()' - /me/mailFolders/delta() - /me/messages/delta() - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' - /me/todo/lists/delta() /me/contacts: description: Provides operations to manage the contacts property of the microsoft.graph.user entity. get: tags: - me.contact summary: List contacts description: 'Get a contact collection from the default contacts folder of the signed-in user. There are two scenarios where an app can get contacts in another user''s contact folder:' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/user-list-contacts?view=graph-rest-1.0 operationId: me.ListContacts parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.contactCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.contact summary: Create contact description: Add a contact to the root Contacts folder or to the contacts endpoint of another contact folder. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/user-post-contacts?view=graph-rest-1.0 operationId: me.CreateContacts requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contact' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contact' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/me/contacts/{contact-id}': description: Provides operations to manage the contacts property of the microsoft.graph.user entity. get: tags: - me.contact summary: Get contact description: 'Retrieve the properties and relationships of a contact object. There are two scenarios where an app can get a contact in another user''s contact folder:' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contact-get?view=graph-rest-1.0 operationId: me.GetContacts parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contact' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.contact summary: Update contact description: Update the properties of a contact object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contact-update?view=graph-rest-1.0 operationId: me.UpdateContacts requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contact' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contact' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.contact summary: Delete contact description: Delete a contact. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contact-delete?view=graph-rest-1.0 operationId: me.DeleteContacts parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: contact-id in: path description: The unique identifier of contact required: true schema: type: string x-ms-docs-key-type: contact '/me/contacts/{contact-id}/extensions': description: Provides operations to manage the extensions property of the microsoft.graph.contact entity. get: tags: - me.contact summary: Get extensions from me description: The collection of open extensions defined for the contact. Read-only. Nullable. operationId: me.contacts.ListExtensions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.contact summary: Create new navigation property to extensions for me operationId: me.contacts.CreateExtensions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: contact-id in: path description: The unique identifier of contact required: true schema: type: string x-ms-docs-key-type: contact x-ms-docs-grouped-path: - '/me/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions' - '/me/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions' '/me/contacts/{contact-id}/extensions/{extension-id}': description: Provides operations to manage the extensions property of the microsoft.graph.contact entity. get: tags: - me.contact summary: Get extensions from me description: The collection of open extensions defined for the contact. Read-only. Nullable. operationId: me.contacts.GetExtensions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.contact summary: Update the navigation property extensions in me operationId: me.contacts.UpdateExtensions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.contact summary: Delete navigation property extensions for me operationId: me.contacts.DeleteExtensions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: contact-id in: path description: The unique identifier of contact required: true schema: type: string x-ms-docs-key-type: contact - name: extension-id in: path description: The unique identifier of extension required: true schema: type: string x-ms-docs-key-type: extension x-ms-docs-grouped-path: - '/me/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}' - '/me/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}' '/me/contacts/{contact-id}/extensions/$count': description: Provides operations to count the resources in the collection. get: tags: - me.contact summary: Get the number of the resource operationId: me.contacts.extensions.GetCount-10dd parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: contact-id in: path description: The unique identifier of contact required: true schema: type: string x-ms-docs-key-type: contact '/me/contacts/{contact-id}/photo': description: Provides operations to manage the photo property of the microsoft.graph.contact entity. get: tags: - me.contact summary: Get photo from me description: Optional contact picture. You can get or set a photo for a contact. operationId: me.contacts.GetPhoto parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.profilePhoto' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.contact summary: Update the navigation property photo in me operationId: me.contacts.UpdatePhoto requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.profilePhoto' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.profilePhoto' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: contact-id in: path description: The unique identifier of contact required: true schema: type: string x-ms-docs-key-type: contact x-ms-docs-grouped-path: - '/me/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo' - '/me/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo' '/me/contacts/{contact-id}/photo/$value': description: Provides operations to manage the media for the user entity. get: tags: - me.contact summary: Get media content for the navigation property photo from me description: Optional contact picture. You can get or set a photo for a contact. operationId: me.contacts.GetPhotoContent responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - me.contact summary: Update media content for the navigation property photo in me description: Optional contact picture. You can get or set a photo for a contact. operationId: me.contacts.UpdatePhotoContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - me.contact summary: Delete media content for the navigation property photo in me description: Optional contact picture. You can get or set a photo for a contact. operationId: me.contacts.DeletePhotoContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: contact-id in: path description: The unique identifier of contact required: true schema: type: string x-ms-docs-key-type: contact /me/contacts/$count: description: Provides operations to count the resources in the collection. get: tags: - me.contact summary: Get the number of the resource operationId: me.contacts.GetCount-9c39 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /me/contacts/delta(): description: Provides operations to call the delta method. get: tags: - me.Functions summary: Invoke function delta description: "Get a set of contacts that have been added, deleted, or updated in a specified folder. A delta function call for contacts in a folder is similar to a GET request, except that by appropriately \napplying state tokens in one or more of these calls, \nyou can query for incremental changes in the contacts in \nthat folder. This allows you to maintain and synchronize a local store of a user's contacts without \nhaving to fetch the entire set of contacts from the server every time. " externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-1.0 operationId: me.contacts.delta parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of contact type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.contact' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/delta()' - /me/calendar/calendarView/delta() - '/me/calendar/events/{event-id}/instances/delta()' - /me/calendar/events/delta() - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/me/calendars/{calendar-id}/calendarView/delta()' - '/me/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/me/calendars/{calendar-id}/events/delta()' - '/me/calendarView/{event-id}/instances/delta()' - /me/calendarView/delta() - '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/delta()' - '/me/chats/{chat-id}/messages/delta()' - '/me/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta()' - '/me/contactFolders/{contactFolder-id}/childFolders/delta()' - '/me/contactFolders/{contactFolder-id}/contacts/delta()' - /me/contactFolders/delta() - '/me/events/{event-id}/instances/delta()' - /me/events/delta() - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta()' - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/delta()' - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta()' - '/me/joinedTeams/{team-id}/primaryChannel/messages/delta()' - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta()' - '/me/mailFolders/{mailFolder-id}/childFolders/delta()' - '/me/mailFolders/{mailFolder-id}/messages/delta()' - /me/mailFolders/delta() - /me/messages/delta() - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' - /me/todo/lists/delta() /me/createdObjects: description: Provides operations to manage the createdObjects property of the microsoft.graph.user entity. get: tags: - me.directoryObject summary: List createdObjects description: 'Get a list of directory objects that were created by the user. This API returns only those directory objects that were created by a user who isn''t in any administrator role; otherwise, it returns an empty object.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/user-list-createdobjects?view=graph-rest-1.0 operationId: me.ListCreatedObjects parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation '/me/createdObjects/{directoryObject-id}': description: Provides operations to manage the createdObjects property of the microsoft.graph.user entity. get: tags: - me.directoryObject summary: Get createdObjects from me description: Directory objects that the user created. Read-only. Nullable. operationId: me.GetCreatedObjects parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/me/createdObjects/{directoryObject-id}/graph.servicePrincipal': description: Casts the previous resource to servicePrincipal. get: tags: - me.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.servicePrincipal operationId: me.GetCreatedObjects.AsServicePrincipal parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.servicePrincipal' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject /me/createdObjects/$count: description: Provides operations to count the resources in the collection. get: tags: - me.directoryObject summary: Get the number of the resource operationId: me.createdObjects.GetCount-7c38 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /me/createdObjects/graph.servicePrincipal: description: Casts the previous resource to servicePrincipal. get: tags: - me.directoryObject summary: Get the items of type microsoft.graph.servicePrincipal in the microsoft.graph.directoryObject collection operationId: me.ListCreatedObjects.AsServicePrincipal parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.servicePrincipalCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /me/createdObjects/graph.servicePrincipal/$count: description: Provides operations to count the resources in the collection. get: tags: - me.directoryObject summary: Get the number of the resource operationId: me.CreatedObjects.GetCount.AsServicePrincipal-e8b0 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /me/deviceManagementTroubleshootingEvents: description: Provides operations to manage the deviceManagementTroubleshootingEvents property of the microsoft.graph.user entity. get: tags: - me.deviceManagementTroubleshootingEvent summary: Get deviceManagementTroubleshootingEvents from me description: The list of troubleshooting events for this user. operationId: me.ListDeviceManagementTroubleshootingEvents parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.deviceManagementTroubleshootingEventCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.deviceManagementTroubleshootingEvent summary: Create new navigation property to deviceManagementTroubleshootingEvents for me operationId: me.CreateDeviceManagementTroubleshootingEvents requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceManagementTroubleshootingEvent' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceManagementTroubleshootingEvent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/me/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}': description: Provides operations to manage the deviceManagementTroubleshootingEvents property of the microsoft.graph.user entity. get: tags: - me.deviceManagementTroubleshootingEvent summary: Get deviceManagementTroubleshootingEvents from me description: The list of troubleshooting events for this user. operationId: me.GetDeviceManagementTroubleshootingEvents parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceManagementTroubleshootingEvent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.deviceManagementTroubleshootingEvent summary: Update the navigation property deviceManagementTroubleshootingEvents in me operationId: me.UpdateDeviceManagementTroubleshootingEvents requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceManagementTroubleshootingEvent' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceManagementTroubleshootingEvent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.deviceManagementTroubleshootingEvent summary: Delete navigation property deviceManagementTroubleshootingEvents for me operationId: me.DeleteDeviceManagementTroubleshootingEvents parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: deviceManagementTroubleshootingEvent-id in: path description: The unique identifier of deviceManagementTroubleshootingEvent required: true schema: type: string x-ms-docs-key-type: deviceManagementTroubleshootingEvent /me/deviceManagementTroubleshootingEvents/$count: description: Provides operations to count the resources in the collection. get: tags: - me.deviceManagementTroubleshootingEvent summary: Get the number of the resource operationId: me.deviceManagementTroubleshootingEvents.GetCount-0d38 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /me/directReports: description: Provides operations to manage the directReports property of the microsoft.graph.user entity. get: tags: - me.directoryObject summary: List directReports description: Get a user's direct reports. Returns the users and contacts for whom this user is assigned as manager. This API doesn't support getting the direct report chain beyond the specified user's direct reports. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/user-list-directreports?view=graph-rest-1.0 operationId: me.ListDirectReports parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation '/me/directReports/{directoryObject-id}': description: Provides operations to manage the directReports property of the microsoft.graph.user entity. get: tags: - me.directoryObject summary: Get directReports from me description: The users and contacts that report to the user. (The users and contacts that have their manager property set to this user.) Read-only. Nullable. Supports $expand. operationId: me.GetDirectReports parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/me/directReports/{directoryObject-id}/graph.orgContact': description: Casts the previous resource to orgContact. get: tags: - me.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.orgContact operationId: me.GetDirectReports.AsOrgContact parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.orgContact' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/me/directReports/{directoryObject-id}/graph.user': description: Casts the previous resource to user. get: tags: - me.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.user operationId: me.GetDirectReports.AsUser parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject /me/directReports/$count: description: Provides operations to count the resources in the collection. get: tags: - me.directoryObject summary: Get the number of the resource operationId: me.directReports.GetCount-8eed parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /me/directReports/graph.orgContact: description: Casts the previous resource to orgContact. get: tags: - me.directoryObject summary: Get the items of type microsoft.graph.orgContact in the microsoft.graph.directoryObject collection operationId: me.ListDirectReports.AsOrgContact parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.orgContactCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /me/directReports/graph.orgContact/$count: description: Provides operations to count the resources in the collection. get: tags: - me.directoryObject summary: Get the number of the resource operationId: me.DirectReports.GetCount.AsOrgContact-844e parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /me/directReports/graph.user: description: Casts the previous resource to user. get: tags: - me.directoryObject summary: Get the items of type microsoft.graph.user in the microsoft.graph.directoryObject collection operationId: me.ListDirectReports.AsUser parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.userCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /me/directReports/graph.user/$count: description: Provides operations to count the resources in the collection. get: tags: - me.directoryObject summary: Get the number of the resource operationId: me.DirectReports.GetCount.AsUser-dd64 parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /me/drive: description: Provides operations to manage the drive property of the microsoft.graph.user entity. get: tags: - me.drive summary: Get Drive description: 'Retrieve the properties and relationships of a Drive resource. A Drive is the top-level container for a file system, such as OneDrive or SharePoint document libraries.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/drive-get?view=graph-rest-1.0 operationId: me.GetDrive parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.drive' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /me/drives: description: Provides operations to manage the drives property of the microsoft.graph.user entity. get: tags: - me.drive summary: List available drives description: 'Retrieve the list of Drive resources available for a target User, Group, or Site.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/drive-list?view=graph-rest-1.0 operationId: me.ListDrives parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.driveCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation '/me/drives/{drive-id}': description: Provides operations to manage the drives property of the microsoft.graph.user entity. get: tags: - me.drive summary: Get drives from me description: A collection of drives available for this user. Read-only. operationId: me.GetDrives parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.drive' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive /me/drives/$count: description: Provides operations to count the resources in the collection. get: tags: - me.drive summary: Get the number of the resource operationId: me.drives.GetCount-2023 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /me/employeeExperience: description: Provides operations to manage the employeeExperience property of the microsoft.graph.user entity. get: tags: - me.employeeExperienceUser summary: Get employeeExperience from me operationId: me.GetEmployeeExperience parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.employeeExperienceUser' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.employeeExperienceUser summary: Update the navigation property employeeExperience in me operationId: me.UpdateEmployeeExperience requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.employeeExperienceUser' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.employeeExperienceUser' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.employeeExperienceUser summary: Delete navigation property employeeExperience for me operationId: me.DeleteEmployeeExperience parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /me/employeeExperience/learningCourseActivities: description: Provides operations to manage the learningCourseActivities property of the microsoft.graph.employeeExperienceUser entity. get: tags: - me.employeeExperienceUser summary: Get learningCourseActivities from me operationId: me.employeeExperience.ListLearningCourseActivities parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.learningCourseActivityCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation '/me/employeeExperience/learningCourseActivities/{learningCourseActivity-id}': description: Provides operations to manage the learningCourseActivities property of the microsoft.graph.employeeExperienceUser entity. get: tags: - me.employeeExperienceUser summary: Get learningCourseActivities from me operationId: me.employeeExperience.GetLearningCourseActivities parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.learningCourseActivity' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: learningCourseActivity-id in: path description: The unique identifier of learningCourseActivity required: true schema: type: string x-ms-docs-key-type: learningCourseActivity x-ms-docs-grouped-path: - '/me/employeeExperience/learningCourseActivities(externalcourseActivityId=''{externalcourseActivityId}'')' '/me/employeeExperience/learningCourseActivities(externalcourseActivityId=''{externalcourseActivityId}'')': description: Provides operations to manage the learningCourseActivities property of the microsoft.graph.employeeExperienceUser entity. get: tags: - me.employeeExperienceUser summary: Get learningCourseActivities from me operationId: me.employeeExperience.learningCourseActivities.GetByExternalcourseActivityId parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.learningCourseActivity' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: externalcourseActivityId in: path description: Alternate key of learningCourseActivity required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/me/employeeExperience/learningCourseActivities/{learningCourseActivity-id}' /me/employeeExperience/learningCourseActivities/$count: description: Provides operations to count the resources in the collection. get: tags: - me.employeeExperienceUser summary: Get the number of the resource operationId: me.employeeExperience.learningCourseActivities.GetCount-5af0 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /me/events: description: Provides operations to manage the events property of the microsoft.graph.user entity. get: tags: - me.event summary: List events description: "Get a list of event objects in the user's mailbox. The list contains single\ninstance meetings and series masters. To get expanded event instances, you can get the calendar view, or\nget the instances of an event. Currently, this operation returns event bodies in only HTML format. There are two scenarios where an app can get events in another user's calendar:" externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/user-list-events?view=graph-rest-1.0 operationId: me.ListEvents parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.event summary: Create event description: "Create an event in the user's default calendar or specified calendar. By default, the allowNewTimeProposals property is set to true when an event is created, which means invitees can propose a different date/time for the event. See Propose new meeting times for more information on how to propose a time, and how to receive and accept a new time proposal. You can specify the time zone for each of the start and end times of the event as part of their values, because the\nstart and end properties are of dateTimeTimeZone type. First find the supported time zones to make sure you set only time zones that have been configured for the user's mailbox server. When an event is sent, the server sends invitations to all the attendees. Setting the location in an event An Exchange administrator can set up a mailbox and an email address for a resource such as a meeting room, or equipment\nlike a projector. Users can then invite the resource as an attendee to a meeting. On behalf of the resource, the server accepts or rejects\nthe meeting request based on the free/busy schedule of the resource.\nIf the server accepts a meeting for the resource, it creates an event for the meeting in the resource's calendar. If the meeting is rescheduled,\nthe server automatically updates the event in the resource's calendar. Another advantage of setting up a mailbox for a resource is to control scheduling of the resource, for example, only executives\nor their delegates can book a private meeting room. If you're organizing an event that involves a meeting location: Additionally, if the meeting location has been set up as a resource, or if the event involves some equipment that has been set up as a resource:" externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/user-post-events?view=graph-rest-1.0 operationId: me.CreateEvents requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/me/events/{event-id}': description: Provides operations to manage the events property of the microsoft.graph.user entity. get: tags: - me.event summary: Get event description: 'Get the properties and relationships of the specified event object. Currently, this operation returns event bodies in only HTML format. There are two scenarios where an app can get an event in another user''s calendar: Since the event resource supports extensions, you can also use the GET operation to get custom properties and extension data in an event instance.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-get?view=graph-rest-1.0 operationId: me.GetEvents parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.event summary: Update event description: Update the properties of the event object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-update?view=graph-rest-1.0 operationId: me.UpdateEvents requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.event summary: Delete event description: 'Removes the specified event from the containing calendar. If the event is a meeting, deleting the event on the organizer''s calendar sends a cancellation message to the meeting attendees.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-delete?view=graph-rest-1.0 operationId: me.DeleteEvents parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/me/events/{event-id}/attachments': description: Provides operations to manage the attachments property of the microsoft.graph.event entity. get: tags: - me.event summary: List attachments description: Retrieve a list of attachment objects attached to an event. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0 operationId: me.events.ListAttachments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.event summary: Add attachment description: 'Use this API to add an attachment to an existing event. This operation limits the size of the attachment you can add to under 3 MB. If an organizer adds an attachment to a meeting event, the organizer can subsequently update the event to send the attachment and update the event for each attendee as well.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-post-attachments?view=graph-rest-1.0 operationId: me.events.CreateAttachments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/attachments' - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/attachments' - '/me/calendar/events/{event-id}/attachments' - '/me/calendar/events/{event-id}/instances/{event-id1}/attachments' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments' - '/me/calendars/{calendar-id}/calendarView/{event-id}/attachments' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments' - '/me/calendars/{calendar-id}/events/{event-id}/attachments' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments' - '/me/calendarView/{event-id}/attachments' - '/me/calendarView/{event-id}/instances/{event-id1}/attachments' - '/me/events/{event-id}/instances/{event-id1}/attachments' '/me/events/{event-id}/attachments/{attachment-id}': description: Provides operations to manage the attachments property of the microsoft.graph.event entity. get: tags: - me.event summary: Get attachments from me description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: me.events.GetAttachments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.event summary: Delete attachment description: 'Delete an attachment from a user calendar event, mail message, or group post.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-delete?view=graph-rest-1.0 operationId: me.events.DeleteAttachments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: attachment-id in: path description: The unique identifier of attachment required: true schema: type: string x-ms-docs-key-type: attachment x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/attachments/{attachment-id}' - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/calendar/events/{event-id}/attachments/{attachment-id}' - '/me/calendar/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/calendarView/{event-id}/attachments/{attachment-id}' - '/me/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' '/me/events/{event-id}/attachments/$count': description: Provides operations to count the resources in the collection. get: tags: - me.event summary: Get the number of the resource operationId: me.events.attachments.GetCount-1985 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/me/events/{event-id}/attachments/createUploadSession': description: Provides operations to call the createUploadSession method. post: tags: - me.Actions summary: Invoke action createUploadSession description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 operationId: me.events.event.attachments.createUploadSession requestBody: description: Action parameters content: application/json: schema: type: object properties: AttachmentItem: $ref: '#/components/schemas/microsoft.graph.attachmentItem' required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.uploadSession' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/attachments/createUploadSession' - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendar/events/{event-id}/attachments/createUploadSession' - '/me/calendar/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/createUploadSession' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/createUploadSession' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendars/{calendar-id}/calendarView/{event-id}/attachments/createUploadSession' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendars/{calendar-id}/events/{event-id}/attachments/createUploadSession' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendarView/{event-id}/attachments/createUploadSession' - '/me/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/createUploadSession' - '/me/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/createUploadSession' - '/me/messages/{message-id}/attachments/createUploadSession' - '/me/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/createUploadSession' '/me/events/{event-id}/calendar': description: Provides operations to manage the calendar property of the microsoft.graph.event entity. get: tags: - me.event summary: Get calendar from me description: The calendar that contains the event. Navigation property. Read-only. operationId: me.events.GetCalendar parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/calendar' - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/calendar' - '/me/calendar/events/{event-id}/calendar' - '/me/calendar/events/{event-id}/instances/{event-id1}/calendar' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/calendar' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/calendar' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/calendar' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/calendar' - '/me/calendars/{calendar-id}/calendarView/{event-id}/calendar' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/calendar' - '/me/calendars/{calendar-id}/events/{event-id}/calendar' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/calendar' - '/me/calendarView/{event-id}/calendar' - '/me/calendarView/{event-id}/instances/{event-id1}/calendar' - '/me/events/{event-id}/instances/{event-id1}/calendar' '/me/events/{event-id}/extensions': description: Provides operations to manage the extensions property of the microsoft.graph.event entity. get: tags: - me.event summary: Get extensions from me description: The collection of open extensions defined for the event. Nullable. operationId: me.events.ListExtensions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.event summary: Create new navigation property to extensions for me operationId: me.events.CreateExtensions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/extensions' - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/extensions' - '/me/calendar/events/{event-id}/extensions' - '/me/calendar/events/{event-id}/instances/{event-id1}/extensions' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions' - '/me/calendars/{calendar-id}/calendarView/{event-id}/extensions' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions' - '/me/calendars/{calendar-id}/events/{event-id}/extensions' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions' - '/me/calendarView/{event-id}/extensions' - '/me/calendarView/{event-id}/instances/{event-id1}/extensions' - '/me/events/{event-id}/instances/{event-id1}/extensions' '/me/events/{event-id}/extensions/{extension-id}': description: Provides operations to manage the extensions property of the microsoft.graph.event entity. get: tags: - me.event summary: Get extensions from me description: The collection of open extensions defined for the event. Nullable. operationId: me.events.GetExtensions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.event summary: Update the navigation property extensions in me operationId: me.events.UpdateExtensions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.event summary: Delete navigation property extensions for me operationId: me.events.DeleteExtensions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: extension-id in: path description: The unique identifier of extension required: true schema: type: string x-ms-docs-key-type: extension x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/extensions/{extension-id}' - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/calendar/events/{event-id}/extensions/{extension-id}' - '/me/calendar/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/calendarView/{event-id}/extensions/{extension-id}' - '/me/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' '/me/events/{event-id}/extensions/$count': description: Provides operations to count the resources in the collection. get: tags: - me.event summary: Get the number of the resource operationId: me.events.extensions.GetCount-e2bd parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/me/events/{event-id}/instances': description: Provides operations to manage the instances property of the microsoft.graph.event entity. get: tags: - me.event summary: List instances description: "Get the instances (occurrences) of an event for a specified time range. If the event is a seriesMaster type, this API returns the \noccurrences and exceptions of the event in the specified time range." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0 operationId: me.events.ListInstances parameters: - name: startDateTime in: query description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' required: true schema: type: string - name: endDateTime in: query description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances' - '/me/calendar/events/{event-id}/instances' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances' - '/me/calendars/{calendar-id}/events/{event-id}/instances' - '/me/calendarView/{event-id}/instances' '/me/events/{event-id}/instances/{event-id1}': description: Provides operations to manage the instances property of the microsoft.graph.event entity. get: tags: - me.event summary: Get instances from me description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' operationId: me.events.GetInstances parameters: - name: startDateTime in: query description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' required: true schema: type: string - name: endDateTime in: query description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}' - '/me/calendar/events/{event-id}/instances/{event-id1}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}' - '/me/calendarView/{event-id}/instances/{event-id1}' '/me/events/{event-id}/instances/{event-id1}/attachments': description: Provides operations to manage the attachments property of the microsoft.graph.event entity. get: tags: - me.event summary: Get attachments from me description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: me.events.instances.ListAttachments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.event summary: Create new navigation property to attachments for me operationId: me.events.instances.CreateAttachments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/attachments' - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/attachments' - '/me/calendar/events/{event-id}/attachments' - '/me/calendar/events/{event-id}/instances/{event-id1}/attachments' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments' - '/me/calendars/{calendar-id}/calendarView/{event-id}/attachments' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments' - '/me/calendars/{calendar-id}/events/{event-id}/attachments' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments' - '/me/calendarView/{event-id}/attachments' - '/me/calendarView/{event-id}/instances/{event-id1}/attachments' - '/me/events/{event-id}/attachments' '/me/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}': description: Provides operations to manage the attachments property of the microsoft.graph.event entity. get: tags: - me.event summary: Get attachments from me description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: me.events.instances.GetAttachments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.event summary: Delete navigation property attachments for me operationId: me.events.instances.DeleteAttachments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: attachment-id in: path description: The unique identifier of attachment required: true schema: type: string x-ms-docs-key-type: attachment x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/attachments/{attachment-id}' - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/calendar/events/{event-id}/attachments/{attachment-id}' - '/me/calendar/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/calendarView/{event-id}/attachments/{attachment-id}' - '/me/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/me/events/{event-id}/attachments/{attachment-id}' '/me/events/{event-id}/instances/{event-id1}/attachments/$count': description: Provides operations to count the resources in the collection. get: tags: - me.event summary: Get the number of the resource operationId: me.events.instances.attachments.GetCount-44b9 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/me/events/{event-id}/instances/{event-id1}/attachments/createUploadSession': description: Provides operations to call the createUploadSession method. post: tags: - me.Actions summary: Invoke action createUploadSession description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 operationId: me.events.event.instances.event.attachments.createUploadSession requestBody: description: Action parameters content: application/json: schema: type: object properties: AttachmentItem: $ref: '#/components/schemas/microsoft.graph.attachmentItem' required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.uploadSession' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/attachments/createUploadSession' - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendar/events/{event-id}/attachments/createUploadSession' - '/me/calendar/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/createUploadSession' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/createUploadSession' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendars/{calendar-id}/calendarView/{event-id}/attachments/createUploadSession' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendars/{calendar-id}/events/{event-id}/attachments/createUploadSession' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendarView/{event-id}/attachments/createUploadSession' - '/me/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/events/{event-id}/attachments/createUploadSession' - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/createUploadSession' - '/me/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/createUploadSession' - '/me/messages/{message-id}/attachments/createUploadSession' - '/me/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/createUploadSession' '/me/events/{event-id}/instances/{event-id1}/calendar': description: Provides operations to manage the calendar property of the microsoft.graph.event entity. get: tags: - me.event summary: Get calendar from me description: The calendar that contains the event. Navigation property. Read-only. operationId: me.events.instances.GetCalendar parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/calendar' - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/calendar' - '/me/calendar/events/{event-id}/calendar' - '/me/calendar/events/{event-id}/instances/{event-id1}/calendar' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/calendar' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/calendar' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/calendar' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/calendar' - '/me/calendars/{calendar-id}/calendarView/{event-id}/calendar' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/calendar' - '/me/calendars/{calendar-id}/events/{event-id}/calendar' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/calendar' - '/me/calendarView/{event-id}/calendar' - '/me/calendarView/{event-id}/instances/{event-id1}/calendar' - '/me/events/{event-id}/calendar' '/me/events/{event-id}/instances/{event-id1}/extensions': description: Provides operations to manage the extensions property of the microsoft.graph.event entity. get: tags: - me.event summary: Get extensions from me description: The collection of open extensions defined for the event. Nullable. operationId: me.events.instances.ListExtensions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.event summary: Create new navigation property to extensions for me operationId: me.events.instances.CreateExtensions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/extensions' - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/extensions' - '/me/calendar/events/{event-id}/extensions' - '/me/calendar/events/{event-id}/instances/{event-id1}/extensions' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions' - '/me/calendars/{calendar-id}/calendarView/{event-id}/extensions' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions' - '/me/calendars/{calendar-id}/events/{event-id}/extensions' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions' - '/me/calendarView/{event-id}/extensions' - '/me/calendarView/{event-id}/instances/{event-id1}/extensions' - '/me/events/{event-id}/extensions' '/me/events/{event-id}/instances/{event-id1}/extensions/{extension-id}': description: Provides operations to manage the extensions property of the microsoft.graph.event entity. get: tags: - me.event summary: Get extensions from me description: The collection of open extensions defined for the event. Nullable. operationId: me.events.instances.GetExtensions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.event summary: Update the navigation property extensions in me operationId: me.events.instances.UpdateExtensions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.event summary: Delete navigation property extensions for me operationId: me.events.instances.DeleteExtensions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: extension-id in: path description: The unique identifier of extension required: true schema: type: string x-ms-docs-key-type: extension x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/extensions/{extension-id}' - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/calendar/events/{event-id}/extensions/{extension-id}' - '/me/calendar/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/calendarView/{event-id}/extensions/{extension-id}' - '/me/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/me/events/{event-id}/extensions/{extension-id}' '/me/events/{event-id}/instances/{event-id1}/extensions/$count': description: Provides operations to count the resources in the collection. get: tags: - me.event summary: Get the number of the resource operationId: me.events.instances.extensions.GetCount-12e5 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/me/events/{event-id}/instances/{event-id1}/accept': description: Provides operations to call the accept method. post: tags: - me.Actions summary: Invoke action accept description: Accept the specified event in a user calendar. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0 operationId: me.events.event.instances.event.accept requestBody: description: Action parameters content: application/json: schema: type: object properties: SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/accept' - '/me/calendar/calendarView/{event-id}/accept' - '/me/calendar/events/{event-id}/instances/{event-id1}/accept' - '/me/calendar/events/{event-id}/accept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/accept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/accept' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept' - '/me/calendars/{calendar-id}/calendarView/{event-id}/accept' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept' - '/me/calendars/{calendar-id}/events/{event-id}/accept' - '/me/calendarView/{event-id}/instances/{event-id1}/accept' - '/me/calendarView/{event-id}/accept' - '/me/events/{event-id}/accept' '/me/events/{event-id}/instances/{event-id1}/cancel': description: Provides operations to call the cancel method. post: tags: - me.Actions summary: Invoke action cancel description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0 operationId: me.events.event.instances.event.cancel requestBody: description: Action parameters content: application/json: schema: type: object properties: Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/cancel' - '/me/calendar/calendarView/{event-id}/cancel' - '/me/calendar/events/{event-id}/instances/{event-id1}/cancel' - '/me/calendar/events/{event-id}/cancel' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/cancel' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/cancel' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/cancel' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/cancel' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/cancel' - '/me/calendars/{calendar-id}/calendarView/{event-id}/cancel' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/cancel' - '/me/calendars/{calendar-id}/events/{event-id}/cancel' - '/me/calendarView/{event-id}/instances/{event-id1}/cancel' - '/me/calendarView/{event-id}/cancel' - '/me/events/{event-id}/cancel' '/me/events/{event-id}/instances/{event-id1}/decline': description: Provides operations to call the decline method. post: tags: - me.Actions summary: Invoke action decline description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0 operationId: me.events.event.instances.event.decline requestBody: description: Action parameters content: application/json: schema: type: object properties: ProposedNewTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - type: object nullable: true SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/decline' - '/me/calendar/calendarView/{event-id}/decline' - '/me/calendar/events/{event-id}/instances/{event-id1}/decline' - '/me/calendar/events/{event-id}/decline' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/decline' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/decline' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline' - '/me/calendars/{calendar-id}/calendarView/{event-id}/decline' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline' - '/me/calendars/{calendar-id}/events/{event-id}/decline' - '/me/calendarView/{event-id}/instances/{event-id1}/decline' - '/me/calendarView/{event-id}/decline' - '/me/events/{event-id}/decline' '/me/events/{event-id}/instances/{event-id1}/dismissReminder': description: Provides operations to call the dismissReminder method. post: tags: - me.Actions summary: Invoke action dismissReminder description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 operationId: me.events.event.instances.event.dismissReminder responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/me/calendar/calendarView/{event-id}/dismissReminder' - '/me/calendar/events/{event-id}/instances/{event-id1}/dismissReminder' - '/me/calendar/events/{event-id}/dismissReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/me/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder' - '/me/calendars/{calendar-id}/events/{event-id}/dismissReminder' - '/me/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/me/calendarView/{event-id}/dismissReminder' - '/me/events/{event-id}/dismissReminder' '/me/events/{event-id}/instances/{event-id1}/forward': description: Provides operations to call the forward method. post: tags: - me.Actions summary: Invoke action forward description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0 operationId: me.events.event.instances.event.forward requestBody: description: Action parameters content: application/json: schema: type: object properties: ToRecipients: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/forward' - '/me/calendar/calendarView/{event-id}/forward' - '/me/calendar/events/{event-id}/instances/{event-id1}/forward' - '/me/calendar/events/{event-id}/forward' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/forward' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/forward' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/forward' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/forward' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/forward' - '/me/calendars/{calendar-id}/calendarView/{event-id}/forward' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/forward' - '/me/calendars/{calendar-id}/events/{event-id}/forward' - '/me/calendarView/{event-id}/instances/{event-id1}/forward' - '/me/calendarView/{event-id}/forward' - '/me/events/{event-id}/forward' - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/forward' - '/me/mailFolders/{mailFolder-id}/messages/{message-id}/forward' - '/me/messages/{message-id}/forward' '/me/events/{event-id}/instances/{event-id1}/snoozeReminder': description: Provides operations to call the snoozeReminder method. post: tags: - me.Actions summary: Invoke action snoozeReminder description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0 operationId: me.events.event.instances.event.snoozeReminder requestBody: description: Action parameters content: application/json: schema: type: object properties: NewReminderTime: $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/calendar/calendarView/{event-id}/snoozeReminder' - '/me/calendar/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/calendar/events/{event-id}/snoozeReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/calendars/{calendar-id}/events/{event-id}/snoozeReminder' - '/me/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/calendarView/{event-id}/snoozeReminder' - '/me/events/{event-id}/snoozeReminder' '/me/events/{event-id}/instances/{event-id1}/tentativelyAccept': description: Provides operations to call the tentativelyAccept method. post: tags: - me.Actions summary: Invoke action tentativelyAccept description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0 operationId: me.events.event.instances.event.tentativelyAccept requestBody: description: Action parameters content: application/json: schema: type: object properties: ProposedNewTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - type: object nullable: true SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/calendar/calendarView/{event-id}/tentativelyAccept' - '/me/calendar/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/calendar/events/{event-id}/tentativelyAccept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/calendars/{calendar-id}/events/{event-id}/tentativelyAccept' - '/me/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/calendarView/{event-id}/tentativelyAccept' - '/me/events/{event-id}/tentativelyAccept' '/me/events/{event-id}/instances/$count': description: Provides operations to count the resources in the collection. get: tags: - me.event summary: Get the number of the resource operationId: me.events.instances.GetCount-d75c parameters: - name: startDateTime in: query description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' required: true schema: type: string - name: endDateTime in: query description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/me/events/{event-id}/instances/delta()': description: Provides operations to call the delta method. get: tags: - me.Functions summary: Invoke function delta description: 'Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user''s primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 operationId: me.events.event.instances.delta parameters: - name: startDateTime in: query description: 'The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - name: endDateTime in: query description: 'The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of event type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.event' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/delta()' - /me/calendar/calendarView/delta() - '/me/calendar/events/{event-id}/instances/delta()' - /me/calendar/events/delta() - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/me/calendars/{calendar-id}/calendarView/delta()' - '/me/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/me/calendars/{calendar-id}/events/delta()' - '/me/calendarView/{event-id}/instances/delta()' - /me/calendarView/delta() - '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/delta()' - '/me/chats/{chat-id}/messages/delta()' - '/me/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta()' - '/me/contactFolders/{contactFolder-id}/childFolders/delta()' - '/me/contactFolders/{contactFolder-id}/contacts/delta()' - /me/contactFolders/delta() - /me/contacts/delta() - /me/events/delta() - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta()' - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/delta()' - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta()' - '/me/joinedTeams/{team-id}/primaryChannel/messages/delta()' - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta()' - '/me/mailFolders/{mailFolder-id}/childFolders/delta()' - '/me/mailFolders/{mailFolder-id}/messages/delta()' - /me/mailFolders/delta() - /me/messages/delta() - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' - /me/todo/lists/delta() '/me/events/{event-id}/accept': description: Provides operations to call the accept method. post: tags: - me.Actions summary: Invoke action accept description: Accept the specified event in a user calendar. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0 operationId: me.events.event.accept requestBody: description: Action parameters content: application/json: schema: type: object properties: SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/accept' - '/me/calendar/calendarView/{event-id}/accept' - '/me/calendar/events/{event-id}/instances/{event-id1}/accept' - '/me/calendar/events/{event-id}/accept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/accept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/accept' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept' - '/me/calendars/{calendar-id}/calendarView/{event-id}/accept' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept' - '/me/calendars/{calendar-id}/events/{event-id}/accept' - '/me/calendarView/{event-id}/instances/{event-id1}/accept' - '/me/calendarView/{event-id}/accept' - '/me/events/{event-id}/instances/{event-id1}/accept' '/me/events/{event-id}/cancel': description: Provides operations to call the cancel method. post: tags: - me.Actions summary: Invoke action cancel description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0 operationId: me.events.event.cancel requestBody: description: Action parameters content: application/json: schema: type: object properties: Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/cancel' - '/me/calendar/calendarView/{event-id}/cancel' - '/me/calendar/events/{event-id}/instances/{event-id1}/cancel' - '/me/calendar/events/{event-id}/cancel' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/cancel' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/cancel' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/cancel' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/cancel' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/cancel' - '/me/calendars/{calendar-id}/calendarView/{event-id}/cancel' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/cancel' - '/me/calendars/{calendar-id}/events/{event-id}/cancel' - '/me/calendarView/{event-id}/instances/{event-id1}/cancel' - '/me/calendarView/{event-id}/cancel' - '/me/events/{event-id}/instances/{event-id1}/cancel' '/me/events/{event-id}/decline': description: Provides operations to call the decline method. post: tags: - me.Actions summary: Invoke action decline description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0 operationId: me.events.event.decline requestBody: description: Action parameters content: application/json: schema: type: object properties: ProposedNewTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - type: object nullable: true SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/decline' - '/me/calendar/calendarView/{event-id}/decline' - '/me/calendar/events/{event-id}/instances/{event-id1}/decline' - '/me/calendar/events/{event-id}/decline' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/decline' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/decline' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline' - '/me/calendars/{calendar-id}/calendarView/{event-id}/decline' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline' - '/me/calendars/{calendar-id}/events/{event-id}/decline' - '/me/calendarView/{event-id}/instances/{event-id1}/decline' - '/me/calendarView/{event-id}/decline' - '/me/events/{event-id}/instances/{event-id1}/decline' '/me/events/{event-id}/dismissReminder': description: Provides operations to call the dismissReminder method. post: tags: - me.Actions summary: Invoke action dismissReminder description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 operationId: me.events.event.dismissReminder responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/me/calendar/calendarView/{event-id}/dismissReminder' - '/me/calendar/events/{event-id}/instances/{event-id1}/dismissReminder' - '/me/calendar/events/{event-id}/dismissReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/me/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder' - '/me/calendars/{calendar-id}/events/{event-id}/dismissReminder' - '/me/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/me/calendarView/{event-id}/dismissReminder' - '/me/events/{event-id}/instances/{event-id1}/dismissReminder' '/me/events/{event-id}/forward': description: Provides operations to call the forward method. post: tags: - me.Actions summary: Invoke action forward description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0 operationId: me.events.event.forward requestBody: description: Action parameters content: application/json: schema: type: object properties: ToRecipients: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/forward' - '/me/calendar/calendarView/{event-id}/forward' - '/me/calendar/events/{event-id}/instances/{event-id1}/forward' - '/me/calendar/events/{event-id}/forward' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/forward' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/forward' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/forward' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/forward' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/forward' - '/me/calendars/{calendar-id}/calendarView/{event-id}/forward' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/forward' - '/me/calendars/{calendar-id}/events/{event-id}/forward' - '/me/calendarView/{event-id}/instances/{event-id1}/forward' - '/me/calendarView/{event-id}/forward' - '/me/events/{event-id}/instances/{event-id1}/forward' - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/forward' - '/me/mailFolders/{mailFolder-id}/messages/{message-id}/forward' - '/me/messages/{message-id}/forward' '/me/events/{event-id}/snoozeReminder': description: Provides operations to call the snoozeReminder method. post: tags: - me.Actions summary: Invoke action snoozeReminder description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0 operationId: me.events.event.snoozeReminder requestBody: description: Action parameters content: application/json: schema: type: object properties: NewReminderTime: $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/calendar/calendarView/{event-id}/snoozeReminder' - '/me/calendar/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/calendar/events/{event-id}/snoozeReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/calendars/{calendar-id}/events/{event-id}/snoozeReminder' - '/me/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/me/calendarView/{event-id}/snoozeReminder' - '/me/events/{event-id}/instances/{event-id1}/snoozeReminder' '/me/events/{event-id}/tentativelyAccept': description: Provides operations to call the tentativelyAccept method. post: tags: - me.Actions summary: Invoke action tentativelyAccept description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0 operationId: me.events.event.tentativelyAccept requestBody: description: Action parameters content: application/json: schema: type: object properties: ProposedNewTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - type: object nullable: true SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/calendar/calendarView/{event-id}/tentativelyAccept' - '/me/calendar/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/calendar/events/{event-id}/tentativelyAccept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/calendars/{calendar-id}/events/{event-id}/tentativelyAccept' - '/me/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/me/calendarView/{event-id}/tentativelyAccept' - '/me/events/{event-id}/instances/{event-id1}/tentativelyAccept' /me/events/$count: description: Provides operations to count the resources in the collection. get: tags: - me.event summary: Get the number of the resource operationId: me.events.GetCount-ee29 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /me/events/delta(): description: Provides operations to call the delta method. get: tags: - me.Functions summary: Invoke function delta description: 'Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user''s primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 operationId: me.events.delta parameters: - name: startDateTime in: query description: 'The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - name: endDateTime in: query description: 'The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of event type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.event' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/delta()' - /me/calendar/calendarView/delta() - '/me/calendar/events/{event-id}/instances/delta()' - /me/calendar/events/delta() - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/me/calendars/{calendar-id}/calendarView/delta()' - '/me/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/me/calendars/{calendar-id}/events/delta()' - '/me/calendarView/{event-id}/instances/delta()' - /me/calendarView/delta() - '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/delta()' - '/me/chats/{chat-id}/messages/delta()' - '/me/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta()' - '/me/contactFolders/{contactFolder-id}/childFolders/delta()' - '/me/contactFolders/{contactFolder-id}/contacts/delta()' - /me/contactFolders/delta() - /me/contacts/delta() - '/me/events/{event-id}/instances/delta()' - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta()' - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/delta()' - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta()' - '/me/joinedTeams/{team-id}/primaryChannel/messages/delta()' - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta()' - '/me/mailFolders/{mailFolder-id}/childFolders/delta()' - '/me/mailFolders/{mailFolder-id}/messages/delta()' - /me/mailFolders/delta() - /me/messages/delta() - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' - /me/todo/lists/delta() /me/extensions: description: Provides operations to manage the extensions property of the microsoft.graph.user entity. get: tags: - me.extension summary: Get extensions from me description: The collection of open extensions defined for the user. Read-only. Supports $expand. Nullable. operationId: me.ListExtensions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.extension summary: Create new navigation property to extensions for me operationId: me.CreateExtensions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/me/extensions/{extension-id}': description: Provides operations to manage the extensions property of the microsoft.graph.user entity. get: tags: - me.extension summary: Get extensions from me description: The collection of open extensions defined for the user. Read-only. Supports $expand. Nullable. operationId: me.GetExtensions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.extension summary: Update the navigation property extensions in me operationId: me.UpdateExtensions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.extension summary: Delete navigation property extensions for me operationId: me.DeleteExtensions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: extension-id in: path description: The unique identifier of extension required: true schema: type: string x-ms-docs-key-type: extension /me/extensions/$count: description: Provides operations to count the resources in the collection. get: tags: - me.extension summary: Get the number of the resource operationId: me.extensions.GetCount-d9c8 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /me/followedSites: description: Provides operations to manage the followedSites property of the microsoft.graph.user entity. get: tags: - me.site summary: List followed sites description: List the sites that have been followed by the signed in user. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/sites-list-followed?view=graph-rest-1.0 operationId: me.ListFollowedSites parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.siteCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation '/me/followedSites/{site-id}': description: Provides operations to manage the followedSites property of the microsoft.graph.user entity. get: tags: - me.site summary: Get followedSites from me operationId: me.GetFollowedSites parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.site' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site /me/followedSites/$count: description: Provides operations to count the resources in the collection. get: tags: - me.site summary: Get the number of the resource operationId: me.followedSites.GetCount-389a parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /me/followedSites/add: description: Provides operations to call the add method. post: tags: - me.Actions summary: Invoke action add description: Follow a user's site or multiple sites. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-1.0 operationId: me.followedSites.add requestBody: description: Action parameters content: application/json: schema: type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.site' required: true responses: 2XX: description: Success content: application/json: schema: title: Collection of site type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.site' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-grouped-path: - '/me/chats/{chat-id}/members/add' - '/me/joinedTeams/{team-id}/channels/{channel-id}/members/add' - '/me/joinedTeams/{team-id}/members/add' - '/me/joinedTeams/{team-id}/primaryChannel/members/add' /me/followedSites/remove: description: Provides operations to call the remove method. post: tags: - me.Actions summary: Invoke action remove description: Unfollow a user's site or multiple sites. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/site-unfollow?view=graph-rest-1.0 operationId: me.followedSites.remove requestBody: description: Action parameters content: application/json: schema: type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.site' required: true responses: 2XX: description: Success content: application/json: schema: title: Collection of site type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.site' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /me/inferenceClassification: description: Provides operations to manage the inferenceClassification property of the microsoft.graph.user entity. get: tags: - me.inferenceClassification summary: Get inferenceClassification from me description: Relevance classification of the user's messages based on explicit designations that override inferred relevance or importance. operationId: me.GetInferenceClassification parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.inferenceClassification' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.inferenceClassification summary: Update the navigation property inferenceClassification in me operationId: me.UpdateInferenceClassification requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.inferenceClassification' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.inferenceClassification' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /me/inferenceClassification/overrides: description: Provides operations to manage the overrides property of the microsoft.graph.inferenceClassification entity. get: tags: - me.inferenceClassification summary: List overrides description: 'Get the overrides that a user has set up to always classify messages from certain senders in specific ways. Each override corresponds to an SMTP address of a sender. Initially, a user does not have any overrides.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/inferenceclassification-list-overrides?view=graph-rest-1.0 operationId: me.inferenceClassification.ListOverrides parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.inferenceClassificationOverrideCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.inferenceClassification summary: Create inferenceClassificationOverride description: "Create an override for a sender identified by an SMTP address. Future messages from that SMTP address will be consistently classified\nas specified in the override. Note" externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/inferenceclassification-post-overrides?view=graph-rest-1.0 operationId: me.inferenceClassification.CreateOverrides requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.inferenceClassificationOverride' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.inferenceClassificationOverride' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/me/inferenceClassification/overrides/{inferenceClassificationOverride-id}': description: Provides operations to manage the overrides property of the microsoft.graph.inferenceClassification entity. get: tags: - me.inferenceClassification summary: Get overrides from me description: 'A set of overrides for a user to always classify messages from specific senders in certain ways: focused, or other. Read-only. Nullable.' operationId: me.inferenceClassification.GetOverrides parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.inferenceClassificationOverride' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.inferenceClassification summary: Update inferenceclassificationoverride description: "Change the classifyAs field of an override as specified. You cannot use PATCH to change any other fields in an inferenceClassificationOverride instance. If an override exists for a sender and the sender changes his/her display name, you can use POST to force an update to the name field in the existing override. If an override exists for a sender and the sender changes his/her SMTP address, deleting the existing override and creating a new one with\nthe new SMTP address is the only way to 'update' the override for this sender." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/inferenceclassificationoverride-update?view=graph-rest-1.0 operationId: me.inferenceClassification.UpdateOverrides requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.inferenceClassificationOverride' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.inferenceClassificationOverride' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.inferenceClassification summary: Delete inferenceClassificationOverride description: Delete an override specified by its ID. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/inferenceclassificationoverride-delete?view=graph-rest-1.0 operationId: me.inferenceClassification.DeleteOverrides parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: inferenceClassificationOverride-id in: path description: The unique identifier of inferenceClassificationOverride required: true schema: type: string x-ms-docs-key-type: inferenceClassificationOverride /me/inferenceClassification/overrides/$count: description: Provides operations to count the resources in the collection. get: tags: - me.inferenceClassification summary: Get the number of the resource operationId: me.inferenceClassification.overrides.GetCount-63a1 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /me/insights: description: Provides operations to manage the insights property of the microsoft.graph.user entity. get: tags: - me.itemInsights summary: Get insights from me operationId: me.GetInsights parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemInsights' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.itemInsights summary: Update the navigation property insights in me operationId: me.UpdateInsights requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemInsights' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemInsights' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.itemInsights summary: Delete navigation property insights for me operationId: me.DeleteInsights parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /me/insights/shared: description: Provides operations to manage the shared property of the microsoft.graph.officeGraphInsights entity. get: tags: - me.itemInsights summary: List shared description: 'Calculated insight that includes the list of documents shared with a user. This insight includes documents hosted on OneDrive/SharePoint in the user''s Microsoft 365 tenant that are shared with the user, and documents that are attached as files and sent to the user.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/insights-list-shared?view=graph-rest-1.0 operationId: me.insights.ListShared parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.sharedInsightCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.itemInsights summary: Create new navigation property to shared for me operationId: me.insights.CreateShared requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharedInsight' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharedInsight' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/me/insights/shared/{sharedInsight-id}': description: Provides operations to manage the shared property of the microsoft.graph.officeGraphInsights entity. get: tags: - me.itemInsights summary: Get shared from me description: 'Calculated relationship that identifies documents shared with or by the user. This includes URLs, file attachments, and reference attachments to OneDrive for work or school and SharePoint files found in Outlook messages and meetings. This also includes URLs and reference attachments to Teams conversations. Ordered by recency of share.' operationId: me.insights.GetShared parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharedInsight' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.itemInsights summary: Update the navigation property shared in me operationId: me.insights.UpdateShared requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharedInsight' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharedInsight' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.itemInsights summary: Delete navigation property shared for me operationId: me.insights.DeleteShared parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: sharedInsight-id in: path description: The unique identifier of sharedInsight required: true schema: type: string x-ms-docs-key-type: sharedInsight '/me/insights/shared/{sharedInsight-id}/lastSharedMethod': description: Provides operations to manage the lastSharedMethod property of the microsoft.graph.sharedInsight entity. get: tags: - me.itemInsights summary: Get lastSharedMethod from me operationId: me.insights.shared.GetLastSharedMethod parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.entity' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: sharedInsight-id in: path description: The unique identifier of sharedInsight required: true schema: type: string x-ms-docs-key-type: sharedInsight '/me/insights/shared/{sharedInsight-id}/resource': description: Provides operations to manage the resource property of the microsoft.graph.sharedInsight entity. get: tags: - me.itemInsights summary: Get resource from me description: 'Used for navigating to the item that was shared. For file attachments, the type is fileAttachment. For linked attachments, the type is driveItem.' operationId: me.insights.shared.GetResource parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.entity' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: sharedInsight-id in: path description: The unique identifier of sharedInsight required: true schema: type: string x-ms-docs-key-type: sharedInsight /me/insights/shared/$count: description: Provides operations to count the resources in the collection. get: tags: - me.itemInsights summary: Get the number of the resource operationId: me.insights.shared.GetCount-32da parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /me/insights/trending: description: Provides operations to manage the trending property of the microsoft.graph.officeGraphInsights entity. get: tags: - me.itemInsights summary: List trending description: Calculated insight that includes a list of documents trending around the user. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/insights-list-trending?view=graph-rest-1.0 operationId: me.insights.ListTrending parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.trendingCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.itemInsights summary: Create new navigation property to trending for me operationId: me.insights.CreateTrending requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.trending' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.trending' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/me/insights/trending/{trending-id}': description: Provides operations to manage the trending property of the microsoft.graph.officeGraphInsights entity. get: tags: - me.itemInsights summary: Get trending from me description: 'Calculated relationship that identifies documents trending around a user. Trending documents are calculated based on activity of the user''s closest network of people and include files stored in OneDrive for work or school and SharePoint. Trending insights help the user to discover potentially useful content that the user has access to, but has never viewed before.' operationId: me.insights.GetTrending parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.trending' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.itemInsights summary: Update the navigation property trending in me operationId: me.insights.UpdateTrending requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.trending' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.trending' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.itemInsights summary: Delete navigation property trending for me operationId: me.insights.DeleteTrending parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: trending-id in: path description: The unique identifier of trending required: true schema: type: string x-ms-docs-key-type: trending '/me/insights/trending/{trending-id}/resource': description: Provides operations to manage the resource property of the microsoft.graph.trending entity. get: tags: - me.itemInsights summary: Get resource from me description: Used for navigating to the trending document. operationId: me.insights.trending.GetResource parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.entity' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: trending-id in: path description: The unique identifier of trending required: true schema: type: string x-ms-docs-key-type: trending /me/insights/trending/$count: description: Provides operations to count the resources in the collection. get: tags: - me.itemInsights summary: Get the number of the resource operationId: me.insights.trending.GetCount-7d42 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /me/insights/used: description: Provides operations to manage the used property of the microsoft.graph.officeGraphInsights entity. get: tags: - me.itemInsights summary: List used description: "Calculate and list the documents that a user has viewed or modified. For the signed-in user:\n- This method includes documents that the user has modified; see example 1. \n- Using an $orderby query parameter on the lastAccessedDateTime property returns the most recently viewed documents that the user might or might not not have modified; see example 2. For other users, this method includes only documents that the user has modified." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/insights-list-used?view=graph-rest-1.0 operationId: me.insights.ListUsed parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.usedInsightCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.itemInsights summary: Create new navigation property to used for me operationId: me.insights.CreateUsed requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.usedInsight' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.usedInsight' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/me/insights/used/{usedInsight-id}': description: Provides operations to manage the used property of the microsoft.graph.officeGraphInsights entity. get: tags: - me.itemInsights summary: Get used from me description: 'Calculated relationship that identifies the latest documents viewed or modified by a user, including OneDrive for work or school and SharePoint documents, ranked by recency of use.' operationId: me.insights.GetUsed parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.usedInsight' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.itemInsights summary: Update the navigation property used in me operationId: me.insights.UpdateUsed requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.usedInsight' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.usedInsight' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.itemInsights summary: Delete navigation property used for me operationId: me.insights.DeleteUsed parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: usedInsight-id in: path description: The unique identifier of usedInsight required: true schema: type: string x-ms-docs-key-type: usedInsight '/me/insights/used/{usedInsight-id}/resource': description: Provides operations to manage the resource property of the microsoft.graph.usedInsight entity. get: tags: - me.itemInsights summary: Get resource from me description: 'Used for navigating to the item that was used. For file attachments, the type is fileAttachment. For linked attachments, the type is driveItem.' operationId: me.insights.used.GetResource parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.entity' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: usedInsight-id in: path description: The unique identifier of usedInsight required: true schema: type: string x-ms-docs-key-type: usedInsight /me/insights/used/$count: description: Provides operations to count the resources in the collection. get: tags: - me.itemInsights summary: Get the number of the resource operationId: me.insights.used.GetCount-c703 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /me/joinedTeams: description: Provides operations to manage the joinedTeams property of the microsoft.graph.user entity. get: tags: - me.team summary: List joinedTeams description: Get the teams in Microsoft Teams that the user is a direct member of. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/user-list-joinedteams?view=graph-rest-1.0 operationId: me.ListJoinedTeams parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.teamCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.team summary: Create new navigation property to joinedTeams for me operationId: me.CreateJoinedTeams requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.team' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.team' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/me/joinedTeams/{team-id}': description: Provides operations to manage the joinedTeams property of the microsoft.graph.user entity. get: tags: - me.team summary: Get joinedTeams from me operationId: me.GetJoinedTeams parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.team' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.team summary: Update the navigation property joinedTeams in me operationId: me.UpdateJoinedTeams requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.team' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.team' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.team summary: Delete navigation property joinedTeams for me operationId: me.DeleteJoinedTeams parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/me/joinedTeams/{team-id}/allChannels': description: Provides operations to manage the allChannels property of the microsoft.graph.team entity. get: tags: - me.team summary: Get allChannels from me description: List of channels either hosted in or shared with the team (incoming channels). operationId: me.joinedTeams.ListAllChannels parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.channelCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/me/joinedTeams/{team-id}/allChannels/{channel-id}': description: Provides operations to manage the allChannels property of the microsoft.graph.team entity. get: tags: - me.team summary: Get allChannels from me description: List of channels either hosted in or shared with the team (incoming channels). operationId: me.joinedTeams.GetAllChannels parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.channel' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel '/me/joinedTeams/{team-id}/allChannels/$count': description: Provides operations to count the resources in the collection. get: tags: - me.team summary: Get the number of the resource operationId: me.joinedTeams.allChannels.GetCount-382e parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/me/joinedTeams/{team-id}/channels': description: Provides operations to manage the channels property of the microsoft.graph.team entity. get: tags: - me.team summary: Get channels from me description: The collection of channels and messages associated with the team. operationId: me.joinedTeams.ListChannels parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.channelCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.team summary: Create new navigation property to channels for me operationId: me.joinedTeams.CreateChannels requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.channel' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.channel' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/me/joinedTeams/{team-id}/channels/{channel-id}': description: Provides operations to manage the channels property of the microsoft.graph.team entity. get: tags: - me.team summary: Get channels from me description: The collection of channels and messages associated with the team. operationId: me.joinedTeams.GetChannels parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.channel' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.team summary: Update the navigation property channels in me operationId: me.joinedTeams.UpdateChannels requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.channel' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.channel' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.team summary: Delete navigation property channels for me operationId: me.joinedTeams.DeleteChannels parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel '/me/joinedTeams/{team-id}/channels/{channel-id}/filesFolder': description: Provides operations to manage the filesFolder property of the microsoft.graph.channel entity. get: tags: - me.team summary: Get filesFolder from me description: Metadata for the location where the channel's files are stored. operationId: me.joinedTeams.channels.GetFilesFolder parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel x-ms-docs-grouped-path: - '/me/joinedTeams/{team-id}/primaryChannel/filesFolder' '/me/joinedTeams/{team-id}/channels/{channel-id}/filesFolder/content': description: Provides operations to manage the media for the user entity. get: tags: - me.team summary: Get content for the navigation property filesFolder from me description: 'The content stream, if the item represents a file.' operationId: me.joinedTeams.channels.GetFilesFolderContent parameters: - name: $format in: query description: Format of the content schema: type: string responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - me.team summary: Update content for the navigation property filesFolder in me description: 'The content stream, if the item represents a file.' operationId: me.joinedTeams.channels.UpdateFilesFolderContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - me.team summary: Delete content for the navigation property filesFolder in me description: 'The content stream, if the item represents a file.' operationId: me.joinedTeams.channels.DeleteFilesFolderContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel '/me/joinedTeams/{team-id}/channels/{channel-id}/members': description: Provides operations to manage the members property of the microsoft.graph.channel entity. get: tags: - me.team summary: Get members from me description: A collection of membership records associated with the channel. operationId: me.joinedTeams.channels.ListMembers parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.conversationMemberCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.team summary: Create new navigation property to members for me operationId: me.joinedTeams.channels.CreateMembers requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationMember' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationMember' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel x-ms-docs-grouped-path: - '/me/joinedTeams/{team-id}/primaryChannel/members' '/me/joinedTeams/{team-id}/channels/{channel-id}/members/{conversationMember-id}': description: Provides operations to manage the members property of the microsoft.graph.channel entity. get: tags: - me.team summary: Get members from me description: A collection of membership records associated with the channel. operationId: me.joinedTeams.channels.GetMembers parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationMember' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.team summary: Update the navigation property members in me operationId: me.joinedTeams.channels.UpdateMembers requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationMember' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationMember' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.team summary: Delete navigation property members for me operationId: me.joinedTeams.channels.DeleteMembers parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: conversationMember-id in: path description: The unique identifier of conversationMember required: true schema: type: string x-ms-docs-key-type: conversationMember x-ms-docs-grouped-path: - '/me/joinedTeams/{team-id}/primaryChannel/members/{conversationMember-id}' '/me/joinedTeams/{team-id}/channels/{channel-id}/members/$count': description: Provides operations to count the resources in the collection. get: tags: - me.team summary: Get the number of the resource operationId: me.joinedTeams.channels.members.GetCount-f9b9 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel '/me/joinedTeams/{team-id}/channels/{channel-id}/members/add': description: Provides operations to call the add method. post: tags: - me.Actions summary: Invoke action add description: Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0 operationId: me.joinedTeams.team.channels.channel.members.add requestBody: description: Action parameters content: application/json: schema: type: object properties: values: type: array items: $ref: '#/components/schemas/microsoft.graph.conversationMember' required: true responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.actionResultPart' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel x-ms-docs-grouped-path: - '/me/chats/{chat-id}/members/add' - /me/followedSites/add - '/me/joinedTeams/{team-id}/members/add' - '/me/joinedTeams/{team-id}/primaryChannel/members/add' '/me/joinedTeams/{team-id}/channels/{channel-id}/messages': description: Provides operations to manage the messages property of the microsoft.graph.channel entity. get: tags: - me.team summary: Get messages from me description: A collection of all the messages in the channel. A navigation property. Nullable. operationId: me.joinedTeams.channels.ListMessages parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.team summary: Create new navigation property to messages for me operationId: me.joinedTeams.channels.CreateMessages requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel x-ms-docs-grouped-path: - '/me/joinedTeams/{team-id}/primaryChannel/messages' '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}': description: Provides operations to manage the messages property of the microsoft.graph.channel entity. get: tags: - me.team summary: Get messages from me description: A collection of all the messages in the channel. A navigation property. Nullable. operationId: me.joinedTeams.channels.GetMessages parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.team summary: Update the navigation property messages in me operationId: me.joinedTeams.channels.UpdateMessages requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.team summary: Delete navigation property messages for me operationId: me.joinedTeams.channels.DeleteMessages parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}' '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents': description: Provides operations to manage the hostedContents property of the microsoft.graph.chatMessage entity. get: tags: - me.team summary: Get hostedContents from me description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: me.joinedTeams.channels.messages.ListHostedContents parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageHostedContentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.team summary: Create new navigation property to hostedContents for me operationId: me.joinedTeams.channels.messages.CreateHostedContents requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/me/chats/{chat-id}/messages/{chatMessage-id}/hostedContents' - '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents' - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents' - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents' - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents' '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}': description: Provides operations to manage the hostedContents property of the microsoft.graph.chatMessage entity. get: tags: - me.team summary: Get hostedContents from me description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: me.joinedTeams.channels.messages.GetHostedContents parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.team summary: Update the navigation property hostedContents in me operationId: me.joinedTeams.channels.messages.UpdateHostedContents requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.team summary: Delete navigation property hostedContents for me operationId: me.joinedTeams.channels.messages.DeleteHostedContents parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessageHostedContent-id in: path description: The unique identifier of chatMessageHostedContent required: true schema: type: string x-ms-docs-key-type: chatMessageHostedContent x-ms-docs-grouped-path: - '/me/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}' - '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}' - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}' - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}' - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}' '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value': description: Provides operations to manage the media for the user entity. get: tags: - me.team summary: Get media content for the navigation property hostedContents from me description: The unique identifier for an entity. Read-only. operationId: me.joinedTeams.channels.messages.GetHostedContentsContent responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - me.team summary: Update media content for the navigation property hostedContents in me description: The unique identifier for an entity. Read-only. operationId: me.joinedTeams.channels.messages.UpdateHostedContentsContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - me.team summary: Delete media content for the navigation property hostedContents in me description: The unique identifier for an entity. Read-only. operationId: me.joinedTeams.channels.messages.DeleteHostedContentsContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessageHostedContent-id in: path description: The unique identifier of chatMessageHostedContent required: true schema: type: string x-ms-docs-key-type: chatMessageHostedContent '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count': description: Provides operations to count the resources in the collection. get: tags: - me.team summary: Get the number of the resource operationId: me.joinedTeams.channels.messages.hostedContents.GetCount-0878 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/setReaction': description: Provides operations to call the setReaction method. post: tags: - me.Actions summary: Invoke action setReaction operationId: me.joinedTeams.team.channels.channel.messages.chatMessage.setReaction requestBody: description: Action parameters content: application/json: schema: type: object properties: reactionType: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/me/chats/{chat-id}/messages/{chatMessage-id}/setReaction' - '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction' - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction' - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/setReaction' - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction' '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/softDelete': description: Provides operations to call the softDelete method. post: tags: - me.Actions summary: Invoke action softDelete description: Delete a single chatMessage or a chat message reply in a channel or a chat. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0 operationId: me.joinedTeams.team.channels.channel.messages.chatMessage.softDelete responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/me/chats/{chat-id}/messages/{chatMessage-id}/softDelete' - '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete' - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete' - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/softDelete' - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete' '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/undoSoftDelete': description: Provides operations to call the undoSoftDelete method. post: tags: - me.Actions summary: Invoke action undoSoftDelete description: Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0 operationId: me.joinedTeams.team.channels.channel.messages.chatMessage.undoSoftDelete responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/me/chats/{chat-id}/messages/{chatMessage-id}/undoSoftDelete' - '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete' - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete' - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/undoSoftDelete' - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete' '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction': description: Provides operations to call the unsetReaction method. post: tags: - me.Actions summary: Invoke action unsetReaction operationId: me.joinedTeams.team.channels.channel.messages.chatMessage.unsetReaction requestBody: description: Action parameters content: application/json: schema: type: object properties: reactionType: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/me/chats/{chat-id}/messages/{chatMessage-id}/unsetReaction' - '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction' - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction' - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/unsetReaction' - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction' '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies': description: Provides operations to manage the replies property of the microsoft.graph.chatMessage entity. get: tags: - me.team summary: Get replies from me description: Replies for a specified message. Supports $expand for channel messages. operationId: me.joinedTeams.channels.messages.ListReplies parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.team summary: Create new navigation property to replies for me operationId: me.joinedTeams.channels.messages.CreateReplies requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/me/chats/{chat-id}/messages/{chatMessage-id}/replies' - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies' '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}': description: Provides operations to manage the replies property of the microsoft.graph.chatMessage entity. get: tags: - me.team summary: Get replies from me description: Replies for a specified message. Supports $expand for channel messages. operationId: me.joinedTeams.channels.messages.GetReplies parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.team summary: Update the navigation property replies in me operationId: me.joinedTeams.channels.messages.UpdateReplies requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.team summary: Delete navigation property replies for me operationId: me.joinedTeams.channels.messages.DeleteReplies parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}' - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}' '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents': description: Provides operations to manage the hostedContents property of the microsoft.graph.chatMessage entity. get: tags: - me.team summary: Get hostedContents from me description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: me.joinedTeams.channels.messages.replies.ListHostedContents parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageHostedContentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.team summary: Create new navigation property to hostedContents for me operationId: me.joinedTeams.channels.messages.replies.CreateHostedContents requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/me/chats/{chat-id}/messages/{chatMessage-id}/hostedContents' - '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents' - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents' - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents' - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents' '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}': description: Provides operations to manage the hostedContents property of the microsoft.graph.chatMessage entity. get: tags: - me.team summary: Get hostedContents from me description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: me.joinedTeams.channels.messages.replies.GetHostedContents parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.team summary: Update the navigation property hostedContents in me operationId: me.joinedTeams.channels.messages.replies.UpdateHostedContents requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.team summary: Delete navigation property hostedContents for me operationId: me.joinedTeams.channels.messages.replies.DeleteHostedContents parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessageHostedContent-id in: path description: The unique identifier of chatMessageHostedContent required: true schema: type: string x-ms-docs-key-type: chatMessageHostedContent x-ms-docs-grouped-path: - '/me/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}' - '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}' - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}' - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}' - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}' '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value': description: Provides operations to manage the media for the user entity. get: tags: - me.team summary: Get media content for the navigation property hostedContents from me description: The unique identifier for an entity. Read-only. operationId: me.joinedTeams.channels.messages.replies.GetHostedContentsContent responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - me.team summary: Update media content for the navigation property hostedContents in me description: The unique identifier for an entity. Read-only. operationId: me.joinedTeams.channels.messages.replies.UpdateHostedContentsContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - me.team summary: Delete media content for the navigation property hostedContents in me description: The unique identifier for an entity. Read-only. operationId: me.joinedTeams.channels.messages.replies.DeleteHostedContentsContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessageHostedContent-id in: path description: The unique identifier of chatMessageHostedContent required: true schema: type: string x-ms-docs-key-type: chatMessageHostedContent '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count': description: Provides operations to count the resources in the collection. get: tags: - me.team summary: Get the number of the resource operationId: me.joinedTeams.channels.messages.replies.hostedContents.GetCount-ff44 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction': description: Provides operations to call the setReaction method. post: tags: - me.Actions summary: Invoke action setReaction operationId: me.joinedTeams.team.channels.channel.messages.chatMessage.replies.chatMessage.setReaction requestBody: description: Action parameters content: application/json: schema: type: object properties: reactionType: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/me/chats/{chat-id}/messages/{chatMessage-id}/setReaction' - '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction' - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/setReaction' - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/setReaction' - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction' '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete': description: Provides operations to call the softDelete method. post: tags: - me.Actions summary: Invoke action softDelete description: Delete a single chatMessage or a chat message reply in a channel or a chat. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0 operationId: me.joinedTeams.team.channels.channel.messages.chatMessage.replies.chatMessage.softDelete responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/me/chats/{chat-id}/messages/{chatMessage-id}/softDelete' - '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete' - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/softDelete' - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/softDelete' - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete' '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete': description: Provides operations to call the undoSoftDelete method. post: tags: - me.Actions summary: Invoke action undoSoftDelete description: Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0 operationId: me.joinedTeams.team.channels.channel.messages.chatMessage.replies.chatMessage.undoSoftDelete responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/me/chats/{chat-id}/messages/{chatMessage-id}/undoSoftDelete' - '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete' - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/undoSoftDelete' - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/undoSoftDelete' - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete' '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction': description: Provides operations to call the unsetReaction method. post: tags: - me.Actions summary: Invoke action unsetReaction operationId: me.joinedTeams.team.channels.channel.messages.chatMessage.replies.chatMessage.unsetReaction requestBody: description: Action parameters content: application/json: schema: type: object properties: reactionType: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/me/chats/{chat-id}/messages/{chatMessage-id}/unsetReaction' - '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction' - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction' - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/unsetReaction' - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction' '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/$count': description: Provides operations to count the resources in the collection. get: tags: - me.team summary: Get the number of the resource operationId: me.joinedTeams.channels.messages.replies.GetCount-2855 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta()': description: Provides operations to call the delta method. get: tags: - me.Functions summary: Invoke function delta description: 'Retrieve the list of messages (without the replies) in a channel of a team. By using delta query, you can get new or updated messages in a channel. Delta query supports both full synchronization that retrieves all the messages in the specified channel, and incremental synchronization that retrieves those messages that have been added or changed in the channel since the last synchronization. Typically, you would do an initial full synchronization, and then get incremental changes to that messages view periodically. To get the replies for a message, use the list message replies or the get message reply operation. A GET request with the delta function returns either: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call for that same calendar view. A @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin to retrieve more changes (messages changed or posted after acquiring @odata.deltaLink). For more information, see the delta query documentation.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0 operationId: me.joinedTeams.team.channels.channel.messages.chatMessage.replies.delta parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of chatMessage type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/delta()' - /me/calendar/calendarView/delta() - '/me/calendar/events/{event-id}/instances/delta()' - /me/calendar/events/delta() - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/me/calendars/{calendar-id}/calendarView/delta()' - '/me/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/me/calendars/{calendar-id}/events/delta()' - '/me/calendarView/{event-id}/instances/delta()' - /me/calendarView/delta() - '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/delta()' - '/me/chats/{chat-id}/messages/delta()' - '/me/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta()' - '/me/contactFolders/{contactFolder-id}/childFolders/delta()' - '/me/contactFolders/{contactFolder-id}/contacts/delta()' - /me/contactFolders/delta() - /me/contacts/delta() - '/me/events/{event-id}/instances/delta()' - /me/events/delta() - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/delta()' - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta()' - '/me/joinedTeams/{team-id}/primaryChannel/messages/delta()' - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta()' - '/me/mailFolders/{mailFolder-id}/childFolders/delta()' - '/me/mailFolders/{mailFolder-id}/messages/delta()' - /me/mailFolders/delta() - /me/messages/delta() - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' - /me/todo/lists/delta() '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/$count': description: Provides operations to count the resources in the collection. get: tags: - me.team summary: Get the number of the resource operationId: me.joinedTeams.channels.messages.GetCount-31de parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/delta()': description: Provides operations to call the delta method. get: tags: - me.Functions summary: Invoke function delta description: 'Retrieve the list of messages (without the replies) in a channel of a team. By using delta query, you can get new or updated messages in a channel. Delta query supports both full synchronization that retrieves all the messages in the specified channel, and incremental synchronization that retrieves those messages that have been added or changed in the channel since the last synchronization. Typically, you would do an initial full synchronization, and then get incremental changes to that messages view periodically. To get the replies for a message, use the list message replies or the get message reply operation. A GET request with the delta function returns either: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call for that same calendar view. A @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin to retrieve more changes (messages changed or posted after acquiring @odata.deltaLink). For more information, see the delta query documentation.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0 operationId: me.joinedTeams.team.channels.channel.messages.delta parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of chatMessage type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/delta()' - /me/calendar/calendarView/delta() - '/me/calendar/events/{event-id}/instances/delta()' - /me/calendar/events/delta() - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/me/calendars/{calendar-id}/calendarView/delta()' - '/me/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/me/calendars/{calendar-id}/events/delta()' - '/me/calendarView/{event-id}/instances/delta()' - /me/calendarView/delta() - '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/delta()' - '/me/chats/{chat-id}/messages/delta()' - '/me/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta()' - '/me/contactFolders/{contactFolder-id}/childFolders/delta()' - '/me/contactFolders/{contactFolder-id}/contacts/delta()' - /me/contactFolders/delta() - /me/contacts/delta() - '/me/events/{event-id}/instances/delta()' - /me/events/delta() - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta()' - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta()' - '/me/joinedTeams/{team-id}/primaryChannel/messages/delta()' - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta()' - '/me/mailFolders/{mailFolder-id}/childFolders/delta()' - '/me/mailFolders/{mailFolder-id}/messages/delta()' - /me/mailFolders/delta() - /me/messages/delta() - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' - /me/todo/lists/delta() '/me/joinedTeams/{team-id}/channels/{channel-id}/archive': description: Provides operations to call the archive method. post: tags: - me.Actions summary: Invoke action archive description: '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 channel without an owner or that belongs to a group that has no owner, can''t be archived. To restore a channel from its archived state, use the channel: unarchive method. A channel can’t be archived or unarchived if its team is archived.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/channel-archive?view=graph-rest-1.0 operationId: me.joinedTeams.team.channels.channel.archive requestBody: description: Action parameters content: application/json: schema: type: object properties: shouldSetSpoSiteReadOnlyForMembers: type: boolean default: false nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel x-ms-docs-grouped-path: - '/me/joinedTeams/{team-id}/archive' - '/me/joinedTeams/{team-id}/primaryChannel/archive' '/me/joinedTeams/{team-id}/channels/{channel-id}/completeMigration': description: Provides operations to call the completeMigration method. post: tags: - me.Actions summary: Invoke action completeMigration description: '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.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0 operationId: me.joinedTeams.team.channels.channel.completeMigration responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel x-ms-docs-grouped-path: - '/me/joinedTeams/{team-id}/completeMigration' - '/me/joinedTeams/{team-id}/primaryChannel/completeMigration' '/me/joinedTeams/{team-id}/channels/{channel-id}/doesUserHaveAccess(userId=''@userId'',tenantId=''@tenantId'',userPrincipalName=''@userPrincipalName'')': description: Provides operations to call the doesUserHaveAccess method. get: tags: - me.Functions summary: Invoke function doesUserHaveAccess description: Determine whether a user has access to a shared channel. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-1.0 operationId: me.joinedTeams.team.channels.channel.doesUserHaveAccess responses: 2XX: description: Success content: application/json: schema: type: object properties: value: type: boolean default: false 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: userId in: query description: 'Usage: userId=''@userId''' schema: type: string nullable: true - name: tenantId in: query description: 'Usage: tenantId=''@tenantId''' schema: type: string nullable: true - name: userPrincipalName in: query description: 'Usage: userPrincipalName=''@userPrincipalName''' schema: type: string nullable: true x-ms-docs-grouped-path: - '/me/joinedTeams/{team-id}/primaryChannel/doesUserHaveAccess(userId=''@userId'',tenantId=''@tenantId'',userPrincipalName=''@userPrincipalName'')' '/me/joinedTeams/{team-id}/channels/{channel-id}/provisionEmail': description: Provides operations to call the provisionEmail method. post: tags: - me.Actions summary: Invoke action provisionEmail description: '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.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0 operationId: me.joinedTeams.team.channels.channel.provisionEmail responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.provisionChannelEmailResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel x-ms-docs-grouped-path: - '/me/joinedTeams/{team-id}/primaryChannel/provisionEmail' '/me/joinedTeams/{team-id}/channels/{channel-id}/removeEmail': description: Provides operations to call the removeEmail method. post: tags: - me.Actions summary: Invoke action removeEmail description: 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. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0 operationId: me.joinedTeams.team.channels.channel.removeEmail responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel x-ms-docs-grouped-path: - '/me/joinedTeams/{team-id}/primaryChannel/removeEmail' '/me/joinedTeams/{team-id}/channels/{channel-id}/unarchive': description: Provides operations to call the unarchive method. post: tags: - me.Actions summary: Invoke action unarchive description: '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.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/channel-unarchive?view=graph-rest-1.0 operationId: me.joinedTeams.team.channels.channel.unarchive responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel x-ms-docs-grouped-path: - '/me/joinedTeams/{team-id}/unarchive' - '/me/joinedTeams/{team-id}/primaryChannel/unarchive' '/me/joinedTeams/{team-id}/channels/{channel-id}/sharedWithTeams': description: Provides operations to manage the sharedWithTeams property of the microsoft.graph.channel entity. get: tags: - me.team summary: Get sharedWithTeams from me description: A collection of teams with which a channel is shared. operationId: me.joinedTeams.channels.ListSharedWithTeams parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.sharedWithChannelTeamInfoCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.team summary: Create new navigation property to sharedWithTeams for me operationId: me.joinedTeams.channels.CreateSharedWithTeams requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharedWithChannelTeamInfo' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharedWithChannelTeamInfo' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel x-ms-docs-grouped-path: - '/me/joinedTeams/{team-id}/primaryChannel/sharedWithTeams' '/me/joinedTeams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}': description: Provides operations to manage the sharedWithTeams property of the microsoft.graph.channel entity. get: tags: - me.team summary: Get sharedWithTeams from me description: A collection of teams with which a channel is shared. operationId: me.joinedTeams.channels.GetSharedWithTeams parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharedWithChannelTeamInfo' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.team summary: Update the navigation property sharedWithTeams in me operationId: me.joinedTeams.channels.UpdateSharedWithTeams requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharedWithChannelTeamInfo' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharedWithChannelTeamInfo' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.team summary: Delete navigation property sharedWithTeams for me operationId: me.joinedTeams.channels.DeleteSharedWithTeams parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: sharedWithChannelTeamInfo-id in: path description: The unique identifier of sharedWithChannelTeamInfo required: true schema: type: string x-ms-docs-key-type: sharedWithChannelTeamInfo x-ms-docs-grouped-path: - '/me/joinedTeams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}' '/me/joinedTeams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers': description: Provides operations to manage the allowedMembers property of the microsoft.graph.sharedWithChannelTeamInfo entity. get: tags: - me.team summary: Get allowedMembers from me description: A collection of team members who have access to the shared channel. operationId: me.joinedTeams.channels.sharedWithTeams.ListAllowedMembers parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.conversationMemberCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: sharedWithChannelTeamInfo-id in: path description: The unique identifier of sharedWithChannelTeamInfo required: true schema: type: string x-ms-docs-key-type: sharedWithChannelTeamInfo x-ms-docs-grouped-path: - '/me/joinedTeams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers' '/me/joinedTeams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}': description: Provides operations to manage the allowedMembers property of the microsoft.graph.sharedWithChannelTeamInfo entity. get: tags: - me.team summary: Get allowedMembers from me description: A collection of team members who have access to the shared channel. operationId: me.joinedTeams.channels.sharedWithTeams.GetAllowedMembers parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationMember' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: sharedWithChannelTeamInfo-id in: path description: The unique identifier of sharedWithChannelTeamInfo required: true schema: type: string x-ms-docs-key-type: sharedWithChannelTeamInfo - name: conversationMember-id in: path description: The unique identifier of conversationMember required: true schema: type: string x-ms-docs-key-type: conversationMember x-ms-docs-grouped-path: - '/me/joinedTeams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}' '/me/joinedTeams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count': description: Provides operations to count the resources in the collection. get: tags: - me.team summary: Get the number of the resource operationId: me.joinedTeams.channels.sharedWithTeams.allowedMembers.GetCount-2fcd parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: sharedWithChannelTeamInfo-id in: path description: The unique identifier of sharedWithChannelTeamInfo required: true schema: type: string x-ms-docs-key-type: sharedWithChannelTeamInfo '/me/joinedTeams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/team': description: Provides operations to manage the team property of the microsoft.graph.teamInfo entity. get: tags: - me.team summary: Get team from me operationId: me.joinedTeams.channels.sharedWithTeams.GetTeam parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.team' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: sharedWithChannelTeamInfo-id in: path description: The unique identifier of sharedWithChannelTeamInfo required: true schema: type: string x-ms-docs-key-type: sharedWithChannelTeamInfo x-ms-docs-grouped-path: - '/me/joinedTeams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/team' - '/me/teamwork/associatedTeams/{associatedTeamInfo-id}/team' '/me/joinedTeams/{team-id}/channels/{channel-id}/sharedWithTeams/$count': description: Provides operations to count the resources in the collection. get: tags: - me.team summary: Get the number of the resource operationId: me.joinedTeams.channels.sharedWithTeams.GetCount-2a75 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel '/me/joinedTeams/{team-id}/channels/{channel-id}/tabs': description: Provides operations to manage the tabs property of the microsoft.graph.channel entity. get: tags: - me.team summary: Get tabs from me description: A collection of all the tabs in the channel. A navigation property. operationId: me.joinedTeams.channels.ListTabs parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.teamsTabCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.team summary: Create new navigation property to tabs for me operationId: me.joinedTeams.channels.CreateTabs requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsTab' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsTab' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel x-ms-docs-grouped-path: - '/me/joinedTeams/{team-id}/primaryChannel/tabs' '/me/joinedTeams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}': description: Provides operations to manage the tabs property of the microsoft.graph.channel entity. get: tags: - me.team summary: Get tabs from me description: A collection of all the tabs in the channel. A navigation property. operationId: me.joinedTeams.channels.GetTabs parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsTab' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.team summary: Update the navigation property tabs in me operationId: me.joinedTeams.channels.UpdateTabs requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsTab' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsTab' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.team summary: Delete navigation property tabs for me operationId: me.joinedTeams.channels.DeleteTabs parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: teamsTab-id in: path description: The unique identifier of teamsTab required: true schema: type: string x-ms-docs-key-type: teamsTab x-ms-docs-grouped-path: - '/me/joinedTeams/{team-id}/primaryChannel/tabs/{teamsTab-id}' '/me/joinedTeams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp': description: Provides operations to manage the teamsApp property of the microsoft.graph.teamsTab entity. get: tags: - me.team summary: Get teamsApp from me description: The application that is linked to the tab. This can't be changed after tab creation. operationId: me.joinedTeams.channels.tabs.GetTeamsApp parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: teamsTab-id in: path description: The unique identifier of teamsTab required: true schema: type: string x-ms-docs-key-type: teamsTab x-ms-docs-grouped-path: - '/me/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp' - '/me/joinedTeams/{team-id}/primaryChannel/tabs/{teamsTab-id}/teamsApp' '/me/joinedTeams/{team-id}/channels/{channel-id}/tabs/$count': description: Provides operations to count the resources in the collection. get: tags: - me.team summary: Get the number of the resource operationId: me.joinedTeams.channels.tabs.GetCount-4693 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel '/me/joinedTeams/{team-id}/channels/$count': description: Provides operations to count the resources in the collection. get: tags: - me.team summary: Get the number of the resource operationId: me.joinedTeams.channels.GetCount-719a parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/me/joinedTeams/{team-id}/channels/getAllMessages()': description: Provides operations to call the getAllMessages method. get: tags: - me.Functions summary: Invoke function getAllMessages description: '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.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/channel-getallmessages?view=graph-rest-1.0 operationId: me.joinedTeams.team.channels.getAllMessages parameters: - name: model in: query description: The payment model for the API schema: type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of chatMessage type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team x-ms-docs-grouped-path: - /me/chats/getAllMessages() - /me/joinedTeams/getAllMessages() '/me/joinedTeams/{team-id}/channels/getAllRetainedMessages()': description: Provides operations to call the getAllRetainedMessages method. get: tags: - me.Functions summary: Invoke function getAllRetainedMessages operationId: me.joinedTeams.team.channels.getAllRetainedMessages parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of chatMessage type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team x-ms-docs-grouped-path: - /me/chats/getAllRetainedMessages() '/me/joinedTeams/{team-id}/group': description: Provides operations to manage the group property of the microsoft.graph.team entity. get: tags: - me.team summary: Get group from me operationId: me.joinedTeams.GetGroup parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.group' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/me/joinedTeams/{team-id}/group/serviceProvisioningErrors': get: tags: - me.team summary: Get serviceProvisioningErrors property value description: '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).' operationId: me.joinedTeams.group.ListServiceProvisioningErrors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/me/joinedTeams/{team-id}/group/serviceProvisioningErrors/$count': description: Provides operations to count the resources in the collection. get: tags: - me.team summary: Get the number of the resource operationId: me.joinedTeams.group.ServiceProvisioningErrors.GetCount-dad9 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/me/joinedTeams/{team-id}/incomingChannels': description: Provides operations to manage the incomingChannels property of the microsoft.graph.team entity. get: tags: - me.team summary: Get incomingChannels from me description: List of channels shared with the team. operationId: me.joinedTeams.ListIncomingChannels parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.channelCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/me/joinedTeams/{team-id}/incomingChannels/{channel-id}': description: Provides operations to manage the incomingChannels property of the microsoft.graph.team entity. get: tags: - me.team summary: Get incomingChannels from me description: List of channels shared with the team. operationId: me.joinedTeams.GetIncomingChannels parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.channel' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel '/me/joinedTeams/{team-id}/incomingChannels/$count': description: Provides operations to count the resources in the collection. get: tags: - me.team summary: Get the number of the resource operationId: me.joinedTeams.incomingChannels.GetCount-677e parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/me/joinedTeams/{team-id}/installedApps': description: Provides operations to manage the installedApps property of the microsoft.graph.team entity. get: tags: - me.team summary: Get installedApps from me description: The apps installed in this team. operationId: me.joinedTeams.ListInstalledApps parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.teamsAppInstallationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.team summary: Create new navigation property to installedApps for me operationId: me.joinedTeams.CreateInstalledApps requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/me/joinedTeams/{team-id}/installedApps/{teamsAppInstallation-id}': description: Provides operations to manage the installedApps property of the microsoft.graph.team entity. get: tags: - me.team summary: Get installedApps from me description: The apps installed in this team. operationId: me.joinedTeams.GetInstalledApps parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.team summary: Update the navigation property installedApps in me operationId: me.joinedTeams.UpdateInstalledApps requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.team summary: Delete navigation property installedApps for me operationId: me.joinedTeams.DeleteInstalledApps parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: teamsAppInstallation-id in: path description: The unique identifier of teamsAppInstallation required: true schema: type: string x-ms-docs-key-type: teamsAppInstallation '/me/joinedTeams/{team-id}/installedApps/{teamsAppInstallation-id}/upgrade': description: Provides operations to call the upgrade method. post: tags: - me.Actions summary: Invoke action upgrade description: Upgrade an app installation within a chat. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-1.0 operationId: me.joinedTeams.team.installedApps.teamsAppInstallation.upgrade requestBody: description: Action parameters content: application/json: schema: type: object properties: consentedPermissionSet: anyOf: - $ref: '#/components/schemas/microsoft.graph.teamsAppPermissionSet' - type: object nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: teamsAppInstallation-id in: path description: The unique identifier of teamsAppInstallation required: true schema: type: string x-ms-docs-key-type: teamsAppInstallation x-ms-docs-grouped-path: - '/me/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/upgrade' '/me/joinedTeams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsApp': description: Provides operations to manage the teamsApp property of the microsoft.graph.teamsAppInstallation entity. get: tags: - me.team summary: Get teamsApp from me description: The app that is installed. operationId: me.joinedTeams.installedApps.GetTeamsApp parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: teamsAppInstallation-id in: path description: The unique identifier of teamsAppInstallation required: true schema: type: string x-ms-docs-key-type: teamsAppInstallation x-ms-docs-grouped-path: - '/me/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp' - '/me/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/teamsApp' '/me/joinedTeams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition': description: Provides operations to manage the teamsAppDefinition property of the microsoft.graph.teamsAppInstallation entity. get: tags: - me.team summary: Get teamsAppDefinition from me description: The details of this version of the app. operationId: me.joinedTeams.installedApps.GetTeamsAppDefinition parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsAppDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: teamsAppInstallation-id in: path description: The unique identifier of teamsAppInstallation required: true schema: type: string x-ms-docs-key-type: teamsAppInstallation x-ms-docs-grouped-path: - '/me/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition' - '/me/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/teamsAppDefinition' '/me/joinedTeams/{team-id}/installedApps/$count': description: Provides operations to count the resources in the collection. get: tags: - me.team summary: Get the number of the resource operationId: me.joinedTeams.installedApps.GetCount-37f0 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/me/joinedTeams/{team-id}/members': description: Provides operations to manage the members property of the microsoft.graph.team entity. get: tags: - me.team summary: Get members from me description: Members and owners of the team. operationId: me.joinedTeams.ListMembers parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.conversationMemberCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.team summary: Create new navigation property to members for me operationId: me.joinedTeams.CreateMembers requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationMember' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationMember' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/me/joinedTeams/{team-id}/members/{conversationMember-id}': description: Provides operations to manage the members property of the microsoft.graph.team entity. get: tags: - me.team summary: Get members from me description: Members and owners of the team. operationId: me.joinedTeams.GetMembers parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationMember' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.team summary: Update the navigation property members in me operationId: me.joinedTeams.UpdateMembers requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationMember' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationMember' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.team summary: Delete navigation property members for me operationId: me.joinedTeams.DeleteMembers parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: conversationMember-id in: path description: The unique identifier of conversationMember required: true schema: type: string x-ms-docs-key-type: conversationMember '/me/joinedTeams/{team-id}/members/$count': description: Provides operations to count the resources in the collection. get: tags: - me.team summary: Get the number of the resource operationId: me.joinedTeams.members.GetCount-85d7 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/me/joinedTeams/{team-id}/members/add': description: Provides operations to call the add method. post: tags: - me.Actions summary: Invoke action add description: Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0 operationId: me.joinedTeams.team.members.add requestBody: description: Action parameters content: application/json: schema: type: object properties: values: type: array items: $ref: '#/components/schemas/microsoft.graph.conversationMember' required: true responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.actionResultPart' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team x-ms-docs-grouped-path: - '/me/chats/{chat-id}/members/add' - /me/followedSites/add - '/me/joinedTeams/{team-id}/channels/{channel-id}/members/add' - '/me/joinedTeams/{team-id}/primaryChannel/members/add' '/me/joinedTeams/{team-id}/archive': description: Provides operations to call the archive method. post: tags: - me.Actions summary: Invoke action archive description: "Archive the specified team. \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 and group must have an owner. To restore a team from its archived state, use the API to unarchive." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/team-archive?view=graph-rest-1.0 operationId: me.joinedTeams.team.archive requestBody: description: Action parameters content: application/json: schema: type: object properties: shouldSetSpoSiteReadOnlyForMembers: type: boolean default: false nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team x-ms-docs-grouped-path: - '/me/joinedTeams/{team-id}/channels/{channel-id}/archive' - '/me/joinedTeams/{team-id}/primaryChannel/archive' '/me/joinedTeams/{team-id}/clone': description: Provides operations to call the clone method. post: tags: - me.Actions summary: Invoke action clone description: "Create a copy of a team. This operation also creates a copy of the corresponding group.\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. \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. After the POST clone returns, you need to GET the operation returned by the Location: header to see if it's running, succeeded, or failed. You should continue to GET until the status isn't running. The recommended delay between GETs is 5 seconds." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/team-clone?view=graph-rest-1.0 operationId: me.joinedTeams.team.clone requestBody: description: Action parameters content: application/json: schema: type: object properties: displayName: type: string nullable: true description: type: string nullable: true mailNickname: type: string nullable: true classification: type: string nullable: true visibility: $ref: '#/components/schemas/microsoft.graph.teamVisibilityType' partsToClone: $ref: '#/components/schemas/microsoft.graph.clonableTeamParts' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/me/joinedTeams/{team-id}/completeMigration': description: Provides operations to call the completeMigration method. post: tags: - me.Actions summary: Invoke action completeMigration description: '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.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/team-completemigration?view=graph-rest-1.0 operationId: me.joinedTeams.team.completeMigration responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team x-ms-docs-grouped-path: - '/me/joinedTeams/{team-id}/channels/{channel-id}/completeMigration' - '/me/joinedTeams/{team-id}/primaryChannel/completeMigration' '/me/joinedTeams/{team-id}/sendActivityNotification': description: Provides operations to call the sendActivityNotification method. post: tags: - me.Actions summary: Invoke action sendActivityNotification description: "Send an activity feed notification in the scope of a team. For more information about sending notifications and the requirements for doing so, see\nsending Teams activity notifications." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/team-sendactivitynotification?view=graph-rest-1.0 operationId: me.joinedTeams.team.sendActivityNotification requestBody: description: Action parameters content: application/json: schema: type: object properties: topic: anyOf: - $ref: '#/components/schemas/microsoft.graph.teamworkActivityTopic' - type: object nullable: true activityType: type: string nullable: true chainId: type: integer format: int64 nullable: true previewText: anyOf: - $ref: '#/components/schemas/microsoft.graph.itemBody' - type: object nullable: true teamsAppId: type: string nullable: true templateParameters: type: array items: $ref: '#/components/schemas/microsoft.graph.keyValuePair' recipient: anyOf: - $ref: '#/components/schemas/microsoft.graph.teamworkNotificationRecipient' - type: object nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team x-ms-docs-grouped-path: - '/me/chats/{chat-id}/sendActivityNotification' - /me/teamwork/sendActivityNotification '/me/joinedTeams/{team-id}/unarchive': description: Provides operations to call the unarchive method. post: tags: - me.Actions summary: Invoke action unarchive description: '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.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/team-unarchive?view=graph-rest-1.0 operationId: me.joinedTeams.team.unarchive responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team x-ms-docs-grouped-path: - '/me/joinedTeams/{team-id}/channels/{channel-id}/unarchive' - '/me/joinedTeams/{team-id}/primaryChannel/unarchive' '/me/joinedTeams/{team-id}/operations': description: Provides operations to manage the operations property of the microsoft.graph.team entity. get: tags: - me.team summary: Get operations from me description: The async operations that ran or are running on this team. operationId: me.joinedTeams.ListOperations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.teamsAsyncOperationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.team summary: Create new navigation property to operations for me operationId: me.joinedTeams.CreateOperations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsAsyncOperation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsAsyncOperation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/me/joinedTeams/{team-id}/operations/{teamsAsyncOperation-id}': description: Provides operations to manage the operations property of the microsoft.graph.team entity. get: tags: - me.team summary: Get operations from me description: The async operations that ran or are running on this team. operationId: me.joinedTeams.GetOperations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsAsyncOperation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.team summary: Update the navigation property operations in me operationId: me.joinedTeams.UpdateOperations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsAsyncOperation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsAsyncOperation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.team summary: Delete navigation property operations for me operationId: me.joinedTeams.DeleteOperations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: teamsAsyncOperation-id in: path description: The unique identifier of teamsAsyncOperation required: true schema: type: string x-ms-docs-key-type: teamsAsyncOperation '/me/joinedTeams/{team-id}/operations/$count': description: Provides operations to count the resources in the collection. get: tags: - me.team summary: Get the number of the resource operationId: me.joinedTeams.operations.GetCount-e702 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/me/joinedTeams/{team-id}/permissionGrants': description: Provides operations to manage the permissionGrants property of the microsoft.graph.team entity. get: tags: - me.team summary: Get permissionGrants from me description: A collection of permissions granted to apps to access the team. operationId: me.joinedTeams.ListPermissionGrants parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.resourceSpecificPermissionGrantCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.team summary: Create new navigation property to permissionGrants for me operationId: me.joinedTeams.CreatePermissionGrants requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/me/joinedTeams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}': description: Provides operations to manage the permissionGrants property of the microsoft.graph.team entity. get: tags: - me.team summary: Get permissionGrants from me description: A collection of permissions granted to apps to access the team. operationId: me.joinedTeams.GetPermissionGrants parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.team summary: Update the navigation property permissionGrants in me operationId: me.joinedTeams.UpdatePermissionGrants requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.team summary: Delete navigation property permissionGrants for me operationId: me.joinedTeams.DeletePermissionGrants parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: resourceSpecificPermissionGrant-id in: path description: The unique identifier of resourceSpecificPermissionGrant required: true schema: type: string x-ms-docs-key-type: resourceSpecificPermissionGrant '/me/joinedTeams/{team-id}/permissionGrants/$count': description: Provides operations to count the resources in the collection. get: tags: - me.team summary: Get the number of the resource operationId: me.joinedTeams.permissionGrants.GetCount-a196 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/me/joinedTeams/{team-id}/photo': description: Provides operations to manage the photo property of the microsoft.graph.team entity. get: tags: - me.team summary: Get photo from me description: The profile photo for the team. operationId: me.joinedTeams.GetPhoto parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.profilePhoto' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.team summary: Update the navigation property photo in me operationId: me.joinedTeams.UpdatePhoto requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.profilePhoto' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.profilePhoto' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/me/joinedTeams/{team-id}/photo/$value': description: Provides operations to manage the media for the user entity. get: tags: - me.team summary: Get media content for the navigation property photo from me description: The profile photo for the team. operationId: me.joinedTeams.GetPhotoContent responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - me.team summary: Update media content for the navigation property photo in me description: The profile photo for the team. operationId: me.joinedTeams.UpdatePhotoContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - me.team summary: Delete media content for the navigation property photo in me description: The profile photo for the team. operationId: me.joinedTeams.DeletePhotoContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/me/joinedTeams/{team-id}/primaryChannel': description: Provides operations to manage the primaryChannel property of the microsoft.graph.team entity. get: tags: - me.team summary: Get primaryChannel from me description: The general channel for the team. operationId: me.joinedTeams.GetPrimaryChannel parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.channel' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.team summary: Update the navigation property primaryChannel in me operationId: me.joinedTeams.UpdatePrimaryChannel requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.channel' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.channel' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.team summary: Delete navigation property primaryChannel for me operationId: me.joinedTeams.DeletePrimaryChannel parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/me/joinedTeams/{team-id}/primaryChannel/filesFolder': description: Provides operations to manage the filesFolder property of the microsoft.graph.channel entity. get: tags: - me.team summary: Get filesFolder from me description: Metadata for the location where the channel's files are stored. operationId: me.joinedTeams.primaryChannel.GetFilesFolder parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team x-ms-docs-grouped-path: - '/me/joinedTeams/{team-id}/channels/{channel-id}/filesFolder' '/me/joinedTeams/{team-id}/primaryChannel/filesFolder/content': description: Provides operations to manage the media for the user entity. get: tags: - me.team summary: Get content for the navigation property filesFolder from me description: 'The content stream, if the item represents a file.' operationId: me.joinedTeams.primaryChannel.GetFilesFolderContent parameters: - name: $format in: query description: Format of the content schema: type: string responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - me.team summary: Update content for the navigation property filesFolder in me description: 'The content stream, if the item represents a file.' operationId: me.joinedTeams.primaryChannel.UpdateFilesFolderContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - me.team summary: Delete content for the navigation property filesFolder in me description: 'The content stream, if the item represents a file.' operationId: me.joinedTeams.primaryChannel.DeleteFilesFolderContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/me/joinedTeams/{team-id}/primaryChannel/members': description: Provides operations to manage the members property of the microsoft.graph.channel entity. get: tags: - me.team summary: Get members from me description: A collection of membership records associated with the channel. operationId: me.joinedTeams.primaryChannel.ListMembers parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.conversationMemberCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.team summary: Create new navigation property to members for me operationId: me.joinedTeams.primaryChannel.CreateMembers requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationMember' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationMember' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team x-ms-docs-grouped-path: - '/me/joinedTeams/{team-id}/channels/{channel-id}/members' '/me/joinedTeams/{team-id}/primaryChannel/members/{conversationMember-id}': description: Provides operations to manage the members property of the microsoft.graph.channel entity. get: tags: - me.team summary: Get members from me description: A collection of membership records associated with the channel. operationId: me.joinedTeams.primaryChannel.GetMembers parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationMember' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.team summary: Update the navigation property members in me operationId: me.joinedTeams.primaryChannel.UpdateMembers requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationMember' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationMember' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.team summary: Delete navigation property members for me operationId: me.joinedTeams.primaryChannel.DeleteMembers parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: conversationMember-id in: path description: The unique identifier of conversationMember required: true schema: type: string x-ms-docs-key-type: conversationMember x-ms-docs-grouped-path: - '/me/joinedTeams/{team-id}/channels/{channel-id}/members/{conversationMember-id}' '/me/joinedTeams/{team-id}/primaryChannel/members/$count': description: Provides operations to count the resources in the collection. get: tags: - me.team summary: Get the number of the resource operationId: me.joinedTeams.primaryChannel.members.GetCount-4efc parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/me/joinedTeams/{team-id}/primaryChannel/members/add': description: Provides operations to call the add method. post: tags: - me.Actions summary: Invoke action add description: Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0 operationId: me.joinedTeams.team.primaryChannel.members.add requestBody: description: Action parameters content: application/json: schema: type: object properties: values: type: array items: $ref: '#/components/schemas/microsoft.graph.conversationMember' required: true responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.actionResultPart' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team x-ms-docs-grouped-path: - '/me/chats/{chat-id}/members/add' - /me/followedSites/add - '/me/joinedTeams/{team-id}/channels/{channel-id}/members/add' - '/me/joinedTeams/{team-id}/members/add' '/me/joinedTeams/{team-id}/primaryChannel/messages': description: Provides operations to manage the messages property of the microsoft.graph.channel entity. get: tags: - me.team summary: Get messages from me description: A collection of all the messages in the channel. A navigation property. Nullable. operationId: me.joinedTeams.primaryChannel.ListMessages parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.team summary: Create new navigation property to messages for me operationId: me.joinedTeams.primaryChannel.CreateMessages requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team x-ms-docs-grouped-path: - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages' '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}': description: Provides operations to manage the messages property of the microsoft.graph.channel entity. get: tags: - me.team summary: Get messages from me description: A collection of all the messages in the channel. A navigation property. Nullable. operationId: me.joinedTeams.primaryChannel.GetMessages parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.team summary: Update the navigation property messages in me operationId: me.joinedTeams.primaryChannel.UpdateMessages requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.team summary: Delete navigation property messages for me operationId: me.joinedTeams.primaryChannel.DeleteMessages parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}' '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents': description: Provides operations to manage the hostedContents property of the microsoft.graph.chatMessage entity. get: tags: - me.team summary: Get hostedContents from me description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: me.joinedTeams.primaryChannel.messages.ListHostedContents parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageHostedContentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.team summary: Create new navigation property to hostedContents for me operationId: me.joinedTeams.primaryChannel.messages.CreateHostedContents requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/me/chats/{chat-id}/messages/{chatMessage-id}/hostedContents' - '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents' - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents' - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents' - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents' '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}': description: Provides operations to manage the hostedContents property of the microsoft.graph.chatMessage entity. get: tags: - me.team summary: Get hostedContents from me description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: me.joinedTeams.primaryChannel.messages.GetHostedContents parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.team summary: Update the navigation property hostedContents in me operationId: me.joinedTeams.primaryChannel.messages.UpdateHostedContents requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.team summary: Delete navigation property hostedContents for me operationId: me.joinedTeams.primaryChannel.messages.DeleteHostedContents parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessageHostedContent-id in: path description: The unique identifier of chatMessageHostedContent required: true schema: type: string x-ms-docs-key-type: chatMessageHostedContent x-ms-docs-grouped-path: - '/me/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}' - '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}' - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}' - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}' - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}' '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value': description: Provides operations to manage the media for the user entity. get: tags: - me.team summary: Get media content for the navigation property hostedContents from me description: The unique identifier for an entity. Read-only. operationId: me.joinedTeams.primaryChannel.messages.GetHostedContentsContent responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - me.team summary: Update media content for the navigation property hostedContents in me description: The unique identifier for an entity. Read-only. operationId: me.joinedTeams.primaryChannel.messages.UpdateHostedContentsContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - me.team summary: Delete media content for the navigation property hostedContents in me description: The unique identifier for an entity. Read-only. operationId: me.joinedTeams.primaryChannel.messages.DeleteHostedContentsContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessageHostedContent-id in: path description: The unique identifier of chatMessageHostedContent required: true schema: type: string x-ms-docs-key-type: chatMessageHostedContent '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/$count': description: Provides operations to count the resources in the collection. get: tags: - me.team summary: Get the number of the resource operationId: me.joinedTeams.primaryChannel.messages.hostedContents.GetCount-ce20 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/setReaction': description: Provides operations to call the setReaction method. post: tags: - me.Actions summary: Invoke action setReaction operationId: me.joinedTeams.team.primaryChannel.messages.chatMessage.setReaction requestBody: description: Action parameters content: application/json: schema: type: object properties: reactionType: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/me/chats/{chat-id}/messages/{chatMessage-id}/setReaction' - '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction' - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/setReaction' - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction' - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction' '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/softDelete': description: Provides operations to call the softDelete method. post: tags: - me.Actions summary: Invoke action softDelete description: Delete a single chatMessage or a chat message reply in a channel or a chat. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0 operationId: me.joinedTeams.team.primaryChannel.messages.chatMessage.softDelete responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/me/chats/{chat-id}/messages/{chatMessage-id}/softDelete' - '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete' - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/softDelete' - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete' - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete' '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/undoSoftDelete': description: Provides operations to call the undoSoftDelete method. post: tags: - me.Actions summary: Invoke action undoSoftDelete description: Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0 operationId: me.joinedTeams.team.primaryChannel.messages.chatMessage.undoSoftDelete responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/me/chats/{chat-id}/messages/{chatMessage-id}/undoSoftDelete' - '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete' - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/undoSoftDelete' - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete' - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete' '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/unsetReaction': description: Provides operations to call the unsetReaction method. post: tags: - me.Actions summary: Invoke action unsetReaction operationId: me.joinedTeams.team.primaryChannel.messages.chatMessage.unsetReaction requestBody: description: Action parameters content: application/json: schema: type: object properties: reactionType: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/me/chats/{chat-id}/messages/{chatMessage-id}/unsetReaction' - '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction' - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction' - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction' - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction' '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies': description: Provides operations to manage the replies property of the microsoft.graph.chatMessage entity. get: tags: - me.team summary: Get replies from me description: Replies for a specified message. Supports $expand for channel messages. operationId: me.joinedTeams.primaryChannel.messages.ListReplies parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.team summary: Create new navigation property to replies for me operationId: me.joinedTeams.primaryChannel.messages.CreateReplies requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/me/chats/{chat-id}/messages/{chatMessage-id}/replies' - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies' '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}': description: Provides operations to manage the replies property of the microsoft.graph.chatMessage entity. get: tags: - me.team summary: Get replies from me description: Replies for a specified message. Supports $expand for channel messages. operationId: me.joinedTeams.primaryChannel.messages.GetReplies parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.team summary: Update the navigation property replies in me operationId: me.joinedTeams.primaryChannel.messages.UpdateReplies requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.team summary: Delete navigation property replies for me operationId: me.joinedTeams.primaryChannel.messages.DeleteReplies parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}' - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}' '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents': description: Provides operations to manage the hostedContents property of the microsoft.graph.chatMessage entity. get: tags: - me.team summary: Get hostedContents from me description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: me.joinedTeams.primaryChannel.messages.replies.ListHostedContents parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageHostedContentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.team summary: Create new navigation property to hostedContents for me operationId: me.joinedTeams.primaryChannel.messages.replies.CreateHostedContents requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/me/chats/{chat-id}/messages/{chatMessage-id}/hostedContents' - '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents' - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents' - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents' - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents' '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}': description: Provides operations to manage the hostedContents property of the microsoft.graph.chatMessage entity. get: tags: - me.team summary: Get hostedContents from me description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: me.joinedTeams.primaryChannel.messages.replies.GetHostedContents parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.team summary: Update the navigation property hostedContents in me operationId: me.joinedTeams.primaryChannel.messages.replies.UpdateHostedContents requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.team summary: Delete navigation property hostedContents for me operationId: me.joinedTeams.primaryChannel.messages.replies.DeleteHostedContents parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessageHostedContent-id in: path description: The unique identifier of chatMessageHostedContent required: true schema: type: string x-ms-docs-key-type: chatMessageHostedContent x-ms-docs-grouped-path: - '/me/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}' - '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}' - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}' - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}' - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}' '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value': description: Provides operations to manage the media for the user entity. get: tags: - me.team summary: Get media content for the navigation property hostedContents from me description: The unique identifier for an entity. Read-only. operationId: me.joinedTeams.primaryChannel.messages.replies.GetHostedContentsContent responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - me.team summary: Update media content for the navigation property hostedContents in me description: The unique identifier for an entity. Read-only. operationId: me.joinedTeams.primaryChannel.messages.replies.UpdateHostedContentsContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - me.team summary: Delete media content for the navigation property hostedContents in me description: The unique identifier for an entity. Read-only. operationId: me.joinedTeams.primaryChannel.messages.replies.DeleteHostedContentsContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessageHostedContent-id in: path description: The unique identifier of chatMessageHostedContent required: true schema: type: string x-ms-docs-key-type: chatMessageHostedContent '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count': description: Provides operations to count the resources in the collection. get: tags: - me.team summary: Get the number of the resource operationId: me.joinedTeams.primaryChannel.messages.replies.hostedContents.GetCount-6077 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction': description: Provides operations to call the setReaction method. post: tags: - me.Actions summary: Invoke action setReaction operationId: me.joinedTeams.team.primaryChannel.messages.chatMessage.replies.chatMessage.setReaction requestBody: description: Action parameters content: application/json: schema: type: object properties: reactionType: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/me/chats/{chat-id}/messages/{chatMessage-id}/setReaction' - '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction' - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/setReaction' - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction' - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/setReaction' '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete': description: Provides operations to call the softDelete method. post: tags: - me.Actions summary: Invoke action softDelete description: Delete a single chatMessage or a chat message reply in a channel or a chat. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0 operationId: me.joinedTeams.team.primaryChannel.messages.chatMessage.replies.chatMessage.softDelete responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/me/chats/{chat-id}/messages/{chatMessage-id}/softDelete' - '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete' - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/softDelete' - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete' - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/softDelete' '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete': description: Provides operations to call the undoSoftDelete method. post: tags: - me.Actions summary: Invoke action undoSoftDelete description: Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0 operationId: me.joinedTeams.team.primaryChannel.messages.chatMessage.replies.chatMessage.undoSoftDelete responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/me/chats/{chat-id}/messages/{chatMessage-id}/undoSoftDelete' - '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete' - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/undoSoftDelete' - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete' - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/undoSoftDelete' '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction': description: Provides operations to call the unsetReaction method. post: tags: - me.Actions summary: Invoke action unsetReaction operationId: me.joinedTeams.team.primaryChannel.messages.chatMessage.replies.chatMessage.unsetReaction requestBody: description: Action parameters content: application/json: schema: type: object properties: reactionType: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/me/chats/{chat-id}/messages/{chatMessage-id}/unsetReaction' - '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction' - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction' - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction' - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/unsetReaction' '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/$count': description: Provides operations to count the resources in the collection. get: tags: - me.team summary: Get the number of the resource operationId: me.joinedTeams.primaryChannel.messages.replies.GetCount-1792 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta()': description: Provides operations to call the delta method. get: tags: - me.Functions summary: Invoke function delta description: 'Retrieve the list of messages (without the replies) in a channel of a team. By using delta query, you can get new or updated messages in a channel. Delta query supports both full synchronization that retrieves all the messages in the specified channel, and incremental synchronization that retrieves those messages that have been added or changed in the channel since the last synchronization. Typically, you would do an initial full synchronization, and then get incremental changes to that messages view periodically. To get the replies for a message, use the list message replies or the get message reply operation. A GET request with the delta function returns either: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call for that same calendar view. A @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin to retrieve more changes (messages changed or posted after acquiring @odata.deltaLink). For more information, see the delta query documentation.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0 operationId: me.joinedTeams.team.primaryChannel.messages.chatMessage.replies.delta parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of chatMessage type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/delta()' - /me/calendar/calendarView/delta() - '/me/calendar/events/{event-id}/instances/delta()' - /me/calendar/events/delta() - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/me/calendars/{calendar-id}/calendarView/delta()' - '/me/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/me/calendars/{calendar-id}/events/delta()' - '/me/calendarView/{event-id}/instances/delta()' - /me/calendarView/delta() - '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/delta()' - '/me/chats/{chat-id}/messages/delta()' - '/me/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta()' - '/me/contactFolders/{contactFolder-id}/childFolders/delta()' - '/me/contactFolders/{contactFolder-id}/contacts/delta()' - /me/contactFolders/delta() - /me/contacts/delta() - '/me/events/{event-id}/instances/delta()' - /me/events/delta() - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta()' - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/delta()' - '/me/joinedTeams/{team-id}/primaryChannel/messages/delta()' - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta()' - '/me/mailFolders/{mailFolder-id}/childFolders/delta()' - '/me/mailFolders/{mailFolder-id}/messages/delta()' - /me/mailFolders/delta() - /me/messages/delta() - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' - /me/todo/lists/delta() '/me/joinedTeams/{team-id}/primaryChannel/messages/$count': description: Provides operations to count the resources in the collection. get: tags: - me.team summary: Get the number of the resource operationId: me.joinedTeams.primaryChannel.messages.GetCount-dd6f parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/me/joinedTeams/{team-id}/primaryChannel/messages/delta()': description: Provides operations to call the delta method. get: tags: - me.Functions summary: Invoke function delta description: 'Retrieve the list of messages (without the replies) in a channel of a team. By using delta query, you can get new or updated messages in a channel. Delta query supports both full synchronization that retrieves all the messages in the specified channel, and incremental synchronization that retrieves those messages that have been added or changed in the channel since the last synchronization. Typically, you would do an initial full synchronization, and then get incremental changes to that messages view periodically. To get the replies for a message, use the list message replies or the get message reply operation. A GET request with the delta function returns either: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call for that same calendar view. A @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin to retrieve more changes (messages changed or posted after acquiring @odata.deltaLink). For more information, see the delta query documentation.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0 operationId: me.joinedTeams.team.primaryChannel.messages.delta parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of chatMessage type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/delta()' - /me/calendar/calendarView/delta() - '/me/calendar/events/{event-id}/instances/delta()' - /me/calendar/events/delta() - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/me/calendars/{calendar-id}/calendarView/delta()' - '/me/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/me/calendars/{calendar-id}/events/delta()' - '/me/calendarView/{event-id}/instances/delta()' - /me/calendarView/delta() - '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/delta()' - '/me/chats/{chat-id}/messages/delta()' - '/me/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta()' - '/me/contactFolders/{contactFolder-id}/childFolders/delta()' - '/me/contactFolders/{contactFolder-id}/contacts/delta()' - /me/contactFolders/delta() - /me/contacts/delta() - '/me/events/{event-id}/instances/delta()' - /me/events/delta() - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta()' - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/delta()' - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta()' - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta()' - '/me/mailFolders/{mailFolder-id}/childFolders/delta()' - '/me/mailFolders/{mailFolder-id}/messages/delta()' - /me/mailFolders/delta() - /me/messages/delta() - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' - /me/todo/lists/delta() '/me/joinedTeams/{team-id}/primaryChannel/archive': description: Provides operations to call the archive method. post: tags: - me.Actions summary: Invoke action archive description: '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 channel without an owner or that belongs to a group that has no owner, can''t be archived. To restore a channel from its archived state, use the channel: unarchive method. A channel can’t be archived or unarchived if its team is archived.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/channel-archive?view=graph-rest-1.0 operationId: me.joinedTeams.team.primaryChannel.archive requestBody: description: Action parameters content: application/json: schema: type: object properties: shouldSetSpoSiteReadOnlyForMembers: type: boolean default: false nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team x-ms-docs-grouped-path: - '/me/joinedTeams/{team-id}/channels/{channel-id}/archive' - '/me/joinedTeams/{team-id}/archive' '/me/joinedTeams/{team-id}/primaryChannel/completeMigration': description: Provides operations to call the completeMigration method. post: tags: - me.Actions summary: Invoke action completeMigration description: '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.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0 operationId: me.joinedTeams.team.primaryChannel.completeMigration responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team x-ms-docs-grouped-path: - '/me/joinedTeams/{team-id}/channels/{channel-id}/completeMigration' - '/me/joinedTeams/{team-id}/completeMigration' '/me/joinedTeams/{team-id}/primaryChannel/doesUserHaveAccess(userId=''@userId'',tenantId=''@tenantId'',userPrincipalName=''@userPrincipalName'')': description: Provides operations to call the doesUserHaveAccess method. get: tags: - me.Functions summary: Invoke function doesUserHaveAccess description: Determine whether a user has access to a shared channel. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-1.0 operationId: me.joinedTeams.team.primaryChannel.doesUserHaveAccess responses: 2XX: description: Success content: application/json: schema: type: object properties: value: type: boolean default: false 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: userId in: query description: 'Usage: userId=''@userId''' schema: type: string nullable: true - name: tenantId in: query description: 'Usage: tenantId=''@tenantId''' schema: type: string nullable: true - name: userPrincipalName in: query description: 'Usage: userPrincipalName=''@userPrincipalName''' schema: type: string nullable: true x-ms-docs-grouped-path: - '/me/joinedTeams/{team-id}/channels/{channel-id}/doesUserHaveAccess(userId=''@userId'',tenantId=''@tenantId'',userPrincipalName=''@userPrincipalName'')' '/me/joinedTeams/{team-id}/primaryChannel/provisionEmail': description: Provides operations to call the provisionEmail method. post: tags: - me.Actions summary: Invoke action provisionEmail description: '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.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0 operationId: me.joinedTeams.team.primaryChannel.provisionEmail responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.provisionChannelEmailResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team x-ms-docs-grouped-path: - '/me/joinedTeams/{team-id}/channels/{channel-id}/provisionEmail' '/me/joinedTeams/{team-id}/primaryChannel/removeEmail': description: Provides operations to call the removeEmail method. post: tags: - me.Actions summary: Invoke action removeEmail description: 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. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0 operationId: me.joinedTeams.team.primaryChannel.removeEmail responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team x-ms-docs-grouped-path: - '/me/joinedTeams/{team-id}/channels/{channel-id}/removeEmail' '/me/joinedTeams/{team-id}/primaryChannel/unarchive': description: Provides operations to call the unarchive method. post: tags: - me.Actions summary: Invoke action unarchive description: '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.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/channel-unarchive?view=graph-rest-1.0 operationId: me.joinedTeams.team.primaryChannel.unarchive responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team x-ms-docs-grouped-path: - '/me/joinedTeams/{team-id}/channels/{channel-id}/unarchive' - '/me/joinedTeams/{team-id}/unarchive' '/me/joinedTeams/{team-id}/primaryChannel/sharedWithTeams': description: Provides operations to manage the sharedWithTeams property of the microsoft.graph.channel entity. get: tags: - me.team summary: Get sharedWithTeams from me description: A collection of teams with which a channel is shared. operationId: me.joinedTeams.primaryChannel.ListSharedWithTeams parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.sharedWithChannelTeamInfoCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.team summary: Create new navigation property to sharedWithTeams for me operationId: me.joinedTeams.primaryChannel.CreateSharedWithTeams requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharedWithChannelTeamInfo' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharedWithChannelTeamInfo' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team x-ms-docs-grouped-path: - '/me/joinedTeams/{team-id}/channels/{channel-id}/sharedWithTeams' '/me/joinedTeams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}': description: Provides operations to manage the sharedWithTeams property of the microsoft.graph.channel entity. get: tags: - me.team summary: Get sharedWithTeams from me description: A collection of teams with which a channel is shared. operationId: me.joinedTeams.primaryChannel.GetSharedWithTeams parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharedWithChannelTeamInfo' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.team summary: Update the navigation property sharedWithTeams in me operationId: me.joinedTeams.primaryChannel.UpdateSharedWithTeams requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharedWithChannelTeamInfo' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharedWithChannelTeamInfo' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.team summary: Delete navigation property sharedWithTeams for me operationId: me.joinedTeams.primaryChannel.DeleteSharedWithTeams parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: sharedWithChannelTeamInfo-id in: path description: The unique identifier of sharedWithChannelTeamInfo required: true schema: type: string x-ms-docs-key-type: sharedWithChannelTeamInfo x-ms-docs-grouped-path: - '/me/joinedTeams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}' '/me/joinedTeams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers': description: Provides operations to manage the allowedMembers property of the microsoft.graph.sharedWithChannelTeamInfo entity. get: tags: - me.team summary: Get allowedMembers from me description: A collection of team members who have access to the shared channel. operationId: me.joinedTeams.primaryChannel.sharedWithTeams.ListAllowedMembers parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.conversationMemberCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: sharedWithChannelTeamInfo-id in: path description: The unique identifier of sharedWithChannelTeamInfo required: true schema: type: string x-ms-docs-key-type: sharedWithChannelTeamInfo x-ms-docs-grouped-path: - '/me/joinedTeams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers' '/me/joinedTeams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}': description: Provides operations to manage the allowedMembers property of the microsoft.graph.sharedWithChannelTeamInfo entity. get: tags: - me.team summary: Get allowedMembers from me description: A collection of team members who have access to the shared channel. operationId: me.joinedTeams.primaryChannel.sharedWithTeams.GetAllowedMembers parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationMember' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: sharedWithChannelTeamInfo-id in: path description: The unique identifier of sharedWithChannelTeamInfo required: true schema: type: string x-ms-docs-key-type: sharedWithChannelTeamInfo - name: conversationMember-id in: path description: The unique identifier of conversationMember required: true schema: type: string x-ms-docs-key-type: conversationMember x-ms-docs-grouped-path: - '/me/joinedTeams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}' '/me/joinedTeams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count': description: Provides operations to count the resources in the collection. get: tags: - me.team summary: Get the number of the resource operationId: me.joinedTeams.primaryChannel.sharedWithTeams.allowedMembers.GetCount-f6e0 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: sharedWithChannelTeamInfo-id in: path description: The unique identifier of sharedWithChannelTeamInfo required: true schema: type: string x-ms-docs-key-type: sharedWithChannelTeamInfo '/me/joinedTeams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/team': description: Provides operations to manage the team property of the microsoft.graph.teamInfo entity. get: tags: - me.team summary: Get team from me operationId: me.joinedTeams.primaryChannel.sharedWithTeams.GetTeam parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.team' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: sharedWithChannelTeamInfo-id in: path description: The unique identifier of sharedWithChannelTeamInfo required: true schema: type: string x-ms-docs-key-type: sharedWithChannelTeamInfo x-ms-docs-grouped-path: - '/me/joinedTeams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/team' - '/me/teamwork/associatedTeams/{associatedTeamInfo-id}/team' '/me/joinedTeams/{team-id}/primaryChannel/sharedWithTeams/$count': description: Provides operations to count the resources in the collection. get: tags: - me.team summary: Get the number of the resource operationId: me.joinedTeams.primaryChannel.sharedWithTeams.GetCount-ebb0 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/me/joinedTeams/{team-id}/primaryChannel/tabs': description: Provides operations to manage the tabs property of the microsoft.graph.channel entity. get: tags: - me.team summary: Get tabs from me description: A collection of all the tabs in the channel. A navigation property. operationId: me.joinedTeams.primaryChannel.ListTabs parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.teamsTabCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.team summary: Create new navigation property to tabs for me operationId: me.joinedTeams.primaryChannel.CreateTabs requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsTab' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsTab' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team x-ms-docs-grouped-path: - '/me/joinedTeams/{team-id}/channels/{channel-id}/tabs' '/me/joinedTeams/{team-id}/primaryChannel/tabs/{teamsTab-id}': description: Provides operations to manage the tabs property of the microsoft.graph.channel entity. get: tags: - me.team summary: Get tabs from me description: A collection of all the tabs in the channel. A navigation property. operationId: me.joinedTeams.primaryChannel.GetTabs parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsTab' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.team summary: Update the navigation property tabs in me operationId: me.joinedTeams.primaryChannel.UpdateTabs requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsTab' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsTab' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.team summary: Delete navigation property tabs for me operationId: me.joinedTeams.primaryChannel.DeleteTabs parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: teamsTab-id in: path description: The unique identifier of teamsTab required: true schema: type: string x-ms-docs-key-type: teamsTab x-ms-docs-grouped-path: - '/me/joinedTeams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}' '/me/joinedTeams/{team-id}/primaryChannel/tabs/{teamsTab-id}/teamsApp': description: Provides operations to manage the teamsApp property of the microsoft.graph.teamsTab entity. get: tags: - me.team summary: Get teamsApp from me description: The application that is linked to the tab. This can't be changed after tab creation. operationId: me.joinedTeams.primaryChannel.tabs.GetTeamsApp parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: teamsTab-id in: path description: The unique identifier of teamsTab required: true schema: type: string x-ms-docs-key-type: teamsTab x-ms-docs-grouped-path: - '/me/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp' - '/me/joinedTeams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp' '/me/joinedTeams/{team-id}/primaryChannel/tabs/$count': description: Provides operations to count the resources in the collection. get: tags: - me.team summary: Get the number of the resource operationId: me.joinedTeams.primaryChannel.tabs.GetCount-f9aa parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/me/joinedTeams/{team-id}/schedule': description: Provides operations to manage the schedule property of the microsoft.graph.team entity. get: tags: - me.team summary: Get schedule from me description: The schedule of shifts for this team. operationId: me.joinedTeams.GetSchedule parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.schedule' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation put: tags: - me.team summary: Update the navigation property schedule in me operationId: me.joinedTeams.UpdateSchedule requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.schedule' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.schedule' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.team summary: Delete navigation property schedule for me operationId: me.joinedTeams.DeleteSchedule parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/me/joinedTeams/{team-id}/schedule/share': description: Provides operations to call the share method. post: tags: - me.Actions summary: Invoke action share description: '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 timeOff instance in the specified time range, the share action updates the shared version from the draft version, so that in addition to managers, employees can also view the most current information about the item. The notifyTeam parameter further specifies which employees can view the item.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/schedule-share?view=graph-rest-1.0 operationId: me.joinedTeams.team.schedule.share requestBody: description: Action parameters content: application/json: schema: type: object properties: notifyTeam: type: boolean default: false nullable: true startDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string format: date-time nullable: true endDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string format: date-time nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/me/joinedTeams/{team-id}/schedule/offerShiftRequests': description: Provides operations to manage the offerShiftRequests property of the microsoft.graph.schedule entity. get: tags: - me.team summary: Get offerShiftRequests from me description: The offer requests for shifts in the schedule. operationId: me.joinedTeams.schedule.ListOfferShiftRequests parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.offerShiftRequestCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.team summary: Create new navigation property to offerShiftRequests for me operationId: me.joinedTeams.schedule.CreateOfferShiftRequests requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.offerShiftRequest' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.offerShiftRequest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/me/joinedTeams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}': description: Provides operations to manage the offerShiftRequests property of the microsoft.graph.schedule entity. get: tags: - me.team summary: Get offerShiftRequests from me description: The offer requests for shifts in the schedule. operationId: me.joinedTeams.schedule.GetOfferShiftRequests parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.offerShiftRequest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.team summary: Update the navigation property offerShiftRequests in me operationId: me.joinedTeams.schedule.UpdateOfferShiftRequests requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.offerShiftRequest' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.offerShiftRequest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.team summary: Delete navigation property offerShiftRequests for me operationId: me.joinedTeams.schedule.DeleteOfferShiftRequests parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: offerShiftRequest-id in: path description: The unique identifier of offerShiftRequest required: true schema: type: string x-ms-docs-key-type: offerShiftRequest '/me/joinedTeams/{team-id}/schedule/offerShiftRequests/$count': description: Provides operations to count the resources in the collection. get: tags: - me.team summary: Get the number of the resource operationId: me.joinedTeams.schedule.offerShiftRequests.GetCount-7729 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/me/joinedTeams/{team-id}/schedule/openShiftChangeRequests': description: Provides operations to manage the openShiftChangeRequests property of the microsoft.graph.schedule entity. get: tags: - me.team summary: Get openShiftChangeRequests from me description: The open shift requests in the schedule. operationId: me.joinedTeams.schedule.ListOpenShiftChangeRequests parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.openShiftChangeRequestCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.team summary: Create new navigation property to openShiftChangeRequests for me operationId: me.joinedTeams.schedule.CreateOpenShiftChangeRequests requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.openShiftChangeRequest' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.openShiftChangeRequest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/me/joinedTeams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}': description: Provides operations to manage the openShiftChangeRequests property of the microsoft.graph.schedule entity. get: tags: - me.team summary: Get openShiftChangeRequests from me description: The open shift requests in the schedule. operationId: me.joinedTeams.schedule.GetOpenShiftChangeRequests parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.openShiftChangeRequest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.team summary: Update the navigation property openShiftChangeRequests in me operationId: me.joinedTeams.schedule.UpdateOpenShiftChangeRequests requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.openShiftChangeRequest' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.openShiftChangeRequest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.team summary: Delete navigation property openShiftChangeRequests for me operationId: me.joinedTeams.schedule.DeleteOpenShiftChangeRequests parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: openShiftChangeRequest-id in: path description: The unique identifier of openShiftChangeRequest required: true schema: type: string x-ms-docs-key-type: openShiftChangeRequest '/me/joinedTeams/{team-id}/schedule/openShiftChangeRequests/$count': description: Provides operations to count the resources in the collection. get: tags: - me.team summary: Get the number of the resource operationId: me.joinedTeams.schedule.openShiftChangeRequests.GetCount-f641 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/me/joinedTeams/{team-id}/schedule/openShifts': description: Provides operations to manage the openShifts property of the microsoft.graph.schedule entity. get: tags: - me.team summary: Get openShifts from me description: The set of open shifts in a scheduling group in the schedule. operationId: me.joinedTeams.schedule.ListOpenShifts parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.openShiftCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.team summary: Create new navigation property to openShifts for me operationId: me.joinedTeams.schedule.CreateOpenShifts requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.openShift' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.openShift' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/me/joinedTeams/{team-id}/schedule/openShifts/{openShift-id}': description: Provides operations to manage the openShifts property of the microsoft.graph.schedule entity. get: tags: - me.team summary: Get openShifts from me description: The set of open shifts in a scheduling group in the schedule. operationId: me.joinedTeams.schedule.GetOpenShifts parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.openShift' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.team summary: Update the navigation property openShifts in me operationId: me.joinedTeams.schedule.UpdateOpenShifts requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.openShift' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.openShift' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.team summary: Delete navigation property openShifts for me operationId: me.joinedTeams.schedule.DeleteOpenShifts parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: openShift-id in: path description: The unique identifier of openShift required: true schema: type: string x-ms-docs-key-type: openShift '/me/joinedTeams/{team-id}/schedule/openShifts/$count': description: Provides operations to count the resources in the collection. get: tags: - me.team summary: Get the number of the resource operationId: me.joinedTeams.schedule.openShifts.GetCount-9bbb parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/me/joinedTeams/{team-id}/schedule/schedulingGroups': description: Provides operations to manage the schedulingGroups property of the microsoft.graph.schedule entity. get: tags: - me.team summary: Get schedulingGroups from me description: The logical grouping of users in the schedule (usually by role). operationId: me.joinedTeams.schedule.ListSchedulingGroups parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.schedulingGroupCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.team summary: Create new navigation property to schedulingGroups for me operationId: me.joinedTeams.schedule.CreateSchedulingGroups requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.schedulingGroup' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.schedulingGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/me/joinedTeams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}': description: Provides operations to manage the schedulingGroups property of the microsoft.graph.schedule entity. get: tags: - me.team summary: Get schedulingGroups from me description: The logical grouping of users in the schedule (usually by role). operationId: me.joinedTeams.schedule.GetSchedulingGroups parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.schedulingGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.team summary: Update the navigation property schedulingGroups in me operationId: me.joinedTeams.schedule.UpdateSchedulingGroups requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.schedulingGroup' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.schedulingGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.team summary: Delete navigation property schedulingGroups for me operationId: me.joinedTeams.schedule.DeleteSchedulingGroups parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: schedulingGroup-id in: path description: The unique identifier of schedulingGroup required: true schema: type: string x-ms-docs-key-type: schedulingGroup '/me/joinedTeams/{team-id}/schedule/schedulingGroups/$count': description: Provides operations to count the resources in the collection. get: tags: - me.team summary: Get the number of the resource operationId: me.joinedTeams.schedule.schedulingGroups.GetCount-2ecb parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/me/joinedTeams/{team-id}/schedule/shifts': description: Provides operations to manage the shifts property of the microsoft.graph.schedule entity. get: tags: - me.team summary: Get shifts from me description: The shifts in the schedule. operationId: me.joinedTeams.schedule.ListShifts parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.shiftCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.team summary: Create new navigation property to shifts for me operationId: me.joinedTeams.schedule.CreateShifts requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.shift' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.shift' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/me/joinedTeams/{team-id}/schedule/shifts/{shift-id}': description: Provides operations to manage the shifts property of the microsoft.graph.schedule entity. get: tags: - me.team summary: Get shifts from me description: The shifts in the schedule. operationId: me.joinedTeams.schedule.GetShifts parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.shift' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.team summary: Update the navigation property shifts in me operationId: me.joinedTeams.schedule.UpdateShifts requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.shift' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.shift' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.team summary: Delete navigation property shifts for me operationId: me.joinedTeams.schedule.DeleteShifts parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: shift-id in: path description: The unique identifier of shift required: true schema: type: string x-ms-docs-key-type: shift '/me/joinedTeams/{team-id}/schedule/shifts/$count': description: Provides operations to count the resources in the collection. get: tags: - me.team summary: Get the number of the resource operationId: me.joinedTeams.schedule.shifts.GetCount-bd71 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/me/joinedTeams/{team-id}/schedule/swapShiftsChangeRequests': description: Provides operations to manage the swapShiftsChangeRequests property of the microsoft.graph.schedule entity. get: tags: - me.team summary: Get swapShiftsChangeRequests from me description: The swap requests for shifts in the schedule. operationId: me.joinedTeams.schedule.ListSwapShiftsChangeRequests parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.swapShiftsChangeRequestCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.team summary: Create new navigation property to swapShiftsChangeRequests for me operationId: me.joinedTeams.schedule.CreateSwapShiftsChangeRequests requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.swapShiftsChangeRequest' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.swapShiftsChangeRequest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/me/joinedTeams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}': description: Provides operations to manage the swapShiftsChangeRequests property of the microsoft.graph.schedule entity. get: tags: - me.team summary: Get swapShiftsChangeRequests from me description: The swap requests for shifts in the schedule. operationId: me.joinedTeams.schedule.GetSwapShiftsChangeRequests parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.swapShiftsChangeRequest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.team summary: Update the navigation property swapShiftsChangeRequests in me operationId: me.joinedTeams.schedule.UpdateSwapShiftsChangeRequests requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.swapShiftsChangeRequest' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.swapShiftsChangeRequest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.team summary: Delete navigation property swapShiftsChangeRequests for me operationId: me.joinedTeams.schedule.DeleteSwapShiftsChangeRequests parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: swapShiftsChangeRequest-id in: path description: The unique identifier of swapShiftsChangeRequest required: true schema: type: string x-ms-docs-key-type: swapShiftsChangeRequest '/me/joinedTeams/{team-id}/schedule/swapShiftsChangeRequests/$count': description: Provides operations to count the resources in the collection. get: tags: - me.team summary: Get the number of the resource operationId: me.joinedTeams.schedule.swapShiftsChangeRequests.GetCount-deaa parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/me/joinedTeams/{team-id}/schedule/timeOffReasons': description: Provides operations to manage the timeOffReasons property of the microsoft.graph.schedule entity. get: tags: - me.team summary: Get timeOffReasons from me description: The set of reasons for a time off in the schedule. operationId: me.joinedTeams.schedule.ListTimeOffReasons parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.timeOffReasonCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.team summary: Create new navigation property to timeOffReasons for me operationId: me.joinedTeams.schedule.CreateTimeOffReasons requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.timeOffReason' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.timeOffReason' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/me/joinedTeams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}': description: Provides operations to manage the timeOffReasons property of the microsoft.graph.schedule entity. get: tags: - me.team summary: Get timeOffReasons from me description: The set of reasons for a time off in the schedule. operationId: me.joinedTeams.schedule.GetTimeOffReasons parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.timeOffReason' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.team summary: Update the navigation property timeOffReasons in me operationId: me.joinedTeams.schedule.UpdateTimeOffReasons requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.timeOffReason' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.timeOffReason' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.team summary: Delete navigation property timeOffReasons for me operationId: me.joinedTeams.schedule.DeleteTimeOffReasons parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: timeOffReason-id in: path description: The unique identifier of timeOffReason required: true schema: type: string x-ms-docs-key-type: timeOffReason '/me/joinedTeams/{team-id}/schedule/timeOffReasons/$count': description: Provides operations to count the resources in the collection. get: tags: - me.team summary: Get the number of the resource operationId: me.joinedTeams.schedule.timeOffReasons.GetCount-632a parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/me/joinedTeams/{team-id}/schedule/timeOffRequests': description: Provides operations to manage the timeOffRequests property of the microsoft.graph.schedule entity. get: tags: - me.team summary: Get timeOffRequests from me description: The time off requests in the schedule. operationId: me.joinedTeams.schedule.ListTimeOffRequests parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.timeOffRequestCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.team summary: Create new navigation property to timeOffRequests for me operationId: me.joinedTeams.schedule.CreateTimeOffRequests requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.timeOffRequest' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.timeOffRequest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/me/joinedTeams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}': description: Provides operations to manage the timeOffRequests property of the microsoft.graph.schedule entity. get: tags: - me.team summary: Get timeOffRequests from me description: The time off requests in the schedule. operationId: me.joinedTeams.schedule.GetTimeOffRequests parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.timeOffRequest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.team summary: Update the navigation property timeOffRequests in me operationId: me.joinedTeams.schedule.UpdateTimeOffRequests requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.timeOffRequest' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.timeOffRequest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.team summary: Delete navigation property timeOffRequests for me operationId: me.joinedTeams.schedule.DeleteTimeOffRequests parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: timeOffRequest-id in: path description: The unique identifier of timeOffRequest required: true schema: type: string x-ms-docs-key-type: timeOffRequest '/me/joinedTeams/{team-id}/schedule/timeOffRequests/$count': description: Provides operations to count the resources in the collection. get: tags: - me.team summary: Get the number of the resource operationId: me.joinedTeams.schedule.timeOffRequests.GetCount-9693 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/me/joinedTeams/{team-id}/schedule/timesOff': description: Provides operations to manage the timesOff property of the microsoft.graph.schedule entity. get: tags: - me.team summary: Get timesOff from me description: The instances of times off in the schedule. operationId: me.joinedTeams.schedule.ListTimesOff parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.timeOffCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.team summary: Create new navigation property to timesOff for me operationId: me.joinedTeams.schedule.CreateTimesOff requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.timeOff' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.timeOff' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/me/joinedTeams/{team-id}/schedule/timesOff/{timeOff-id}': description: Provides operations to manage the timesOff property of the microsoft.graph.schedule entity. get: tags: - me.team summary: Get timesOff from me description: The instances of times off in the schedule. operationId: me.joinedTeams.schedule.GetTimesOff parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.timeOff' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.team summary: Update the navigation property timesOff in me operationId: me.joinedTeams.schedule.UpdateTimesOff requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.timeOff' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.timeOff' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.team summary: Delete navigation property timesOff for me operationId: me.joinedTeams.schedule.DeleteTimesOff parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: timeOff-id in: path description: The unique identifier of timeOff required: true schema: type: string x-ms-docs-key-type: timeOff '/me/joinedTeams/{team-id}/schedule/timesOff/$count': description: Provides operations to count the resources in the collection. get: tags: - me.team summary: Get the number of the resource operationId: me.joinedTeams.schedule.timesOff.GetCount-8199 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/me/joinedTeams/{team-id}/tags': description: Provides operations to manage the tags property of the microsoft.graph.team entity. get: tags: - me.team summary: Get tags from me description: The tags associated with the team. operationId: me.joinedTeams.ListTags parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.teamworkTagCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.team summary: Create new navigation property to tags for me operationId: me.joinedTeams.CreateTags requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamworkTag' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamworkTag' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/me/joinedTeams/{team-id}/tags/{teamworkTag-id}': description: Provides operations to manage the tags property of the microsoft.graph.team entity. get: tags: - me.team summary: Get tags from me description: The tags associated with the team. operationId: me.joinedTeams.GetTags parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamworkTag' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.team summary: Update the navigation property tags in me operationId: me.joinedTeams.UpdateTags requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamworkTag' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamworkTag' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.team summary: Delete navigation property tags for me operationId: me.joinedTeams.DeleteTags parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: teamworkTag-id in: path description: The unique identifier of teamworkTag required: true schema: type: string x-ms-docs-key-type: teamworkTag '/me/joinedTeams/{team-id}/tags/{teamworkTag-id}/members': description: Provides operations to manage the members property of the microsoft.graph.teamworkTag entity. get: tags: - me.team summary: Get members from me description: Users assigned to the tag. operationId: me.joinedTeams.tags.ListMembers parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.teamworkTagMemberCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.team summary: Create new navigation property to members for me operationId: me.joinedTeams.tags.CreateMembers requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamworkTagMember' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamworkTagMember' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: teamworkTag-id in: path description: The unique identifier of teamworkTag required: true schema: type: string x-ms-docs-key-type: teamworkTag '/me/joinedTeams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}': description: Provides operations to manage the members property of the microsoft.graph.teamworkTag entity. get: tags: - me.team summary: Get members from me description: Users assigned to the tag. operationId: me.joinedTeams.tags.GetMembers parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamworkTagMember' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.team summary: Update the navigation property members in me operationId: me.joinedTeams.tags.UpdateMembers requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamworkTagMember' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamworkTagMember' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.team summary: Delete navigation property members for me operationId: me.joinedTeams.tags.DeleteMembers parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: teamworkTag-id in: path description: The unique identifier of teamworkTag required: true schema: type: string x-ms-docs-key-type: teamworkTag - name: teamworkTagMember-id in: path description: The unique identifier of teamworkTagMember required: true schema: type: string x-ms-docs-key-type: teamworkTagMember '/me/joinedTeams/{team-id}/tags/{teamworkTag-id}/members/$count': description: Provides operations to count the resources in the collection. get: tags: - me.team summary: Get the number of the resource operationId: me.joinedTeams.tags.members.GetCount-66e4 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: teamworkTag-id in: path description: The unique identifier of teamworkTag required: true schema: type: string x-ms-docs-key-type: teamworkTag '/me/joinedTeams/{team-id}/tags/$count': description: Provides operations to count the resources in the collection. get: tags: - me.team summary: Get the number of the resource operationId: me.joinedTeams.tags.GetCount-ca3e parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/me/joinedTeams/{team-id}/template': description: Provides operations to manage the template property of the microsoft.graph.team entity. get: tags: - me.team summary: Get template from me description: The template this team was created from. See available templates. operationId: me.joinedTeams.GetTemplate parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsTemplate' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team /me/joinedTeams/$count: description: Provides operations to count the resources in the collection. get: tags: - me.team summary: Get the number of the resource operationId: me.joinedTeams.GetCount-8eca parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /me/joinedTeams/getAllMessages(): description: Provides operations to call the getAllMessages method. get: tags: - me.Functions summary: Invoke function getAllMessages operationId: me.joinedTeams.getAllMessages parameters: - name: model in: query description: The payment model for the API schema: type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of chatMessage type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-grouped-path: - /me/chats/getAllMessages() - '/me/joinedTeams/{team-id}/channels/getAllMessages()' /me/licenseDetails: description: Provides operations to manage the licenseDetails property of the microsoft.graph.user entity. get: tags: - me.licenseDetails summary: List licenseDetails description: Retrieve a list of licenseDetails objects for enterprise users. This API returns details for licenses that are directly assigned and those transitively assigned through memberships in licensed groups. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/user-list-licensedetails?view=graph-rest-1.0 operationId: me.ListLicenseDetails parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.licenseDetailsCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.licenseDetails summary: Create new navigation property to licenseDetails for me operationId: me.CreateLicenseDetails requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.licenseDetails' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.licenseDetails' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/me/licenseDetails/{licenseDetails-id}': description: Provides operations to manage the licenseDetails property of the microsoft.graph.user entity. get: tags: - me.licenseDetails summary: Get licenseDetails from me description: A collection of this user's license details. Read-only. operationId: me.GetLicenseDetails parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.licenseDetails' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.licenseDetails summary: Update the navigation property licenseDetails in me operationId: me.UpdateLicenseDetails requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.licenseDetails' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.licenseDetails' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.licenseDetails summary: Delete navigation property licenseDetails for me operationId: me.DeleteLicenseDetails parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: licenseDetails-id in: path description: The unique identifier of licenseDetails required: true schema: type: string x-ms-docs-key-type: licenseDetails /me/licenseDetails/$count: description: Provides operations to count the resources in the collection. get: tags: - me.licenseDetails summary: Get the number of the resource operationId: me.licenseDetails.GetCount-481c parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /me/licenseDetails/getTeamsLicensingDetails(): description: Provides operations to call the getTeamsLicensingDetails method. get: tags: - me.Functions summary: Invoke function getTeamsLicensingDetails description: Get the license status of a user in Microsoft Teams. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/licensedetails-getteamslicensingdetails?view=graph-rest-1.0 operationId: me.licenseDetails.getTeamsLicensingDetails responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.teamsLicensingDetails' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function /me/mailboxSettings: get: tags: - me.mailboxSettings summary: Get user mailbox settings description: 'Get the user''s mailboxSettings. You can view all mailbox settings, or get specific settings. Users can set the following settings for their mailboxes through an Outlook client: Users can set their preferred date and time formats using Outlook on the web. Users can choose one of the supported short date or short time formats. This GET operation returns the format the user has chosen. Users can set the time zone they prefer on any Outlook client, by choosing from the supported time zones that their administrator has set up for their mailbox server. The administrator can set up time zones in the Windows time zone format or Internet Assigned Numbers Authority (IANA) time zone (also known as Olson time zone) format. The Windows format is the default. This GET operation returns the user''s preferred time zone in the format that the administrator has set up. If you want that time zone to be in a specific format (Windows or IANA), you can first update the preferred time zone in that format as a mailbox setting. Subsequently you will be able to get the time zone in that format. Alternatively, you can manage the format conversion separately in your app.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/user-get-mailboxsettings?view=graph-rest-1.0 operationId: me.GetMailboxSettings parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' patch: tags: - me.mailboxSettings summary: Update user mailbox settings description: 'Enable, configure, or disable one or more of the following settings as part of a user''s mailboxSettings: When updating the preferred date or time format for a user, specify it in respectively, the short date or short time format. When updating the preferred time zone for a user, specify it in the Windows or Internet Assigned Numbers Authority (IANA) time zone (also known as Olson time zone) format. You can also further customize the time zone as shown in example 2 below.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/user-update-mailboxsettings?view=graph-rest-1.0 operationId: me.UpdateMailboxSettings requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /me/mailFolders: description: Provides operations to manage the mailFolders property of the microsoft.graph.user entity. get: tags: - me.mailFolder summary: List mailFolders description: 'Get the mail folder collection directly under the root folder of the signed-in user. The returned collection includes any mail search folders directly under the root. By default, this operation does not return hidden folders. Use a query parameter includeHiddenFolders to include them in the response. This operation does not return all mail folders in a mailbox, only the child folders of the root folder. To return all mail folders in a mailbox, each child folder must be traversed separately.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/user-list-mailfolders?view=graph-rest-1.0 operationId: me.ListMailFolders parameters: - name: includeHiddenFolders in: query description: Include Hidden Folders schema: type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mailFolderCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.mailFolder summary: Create MailFolder description: 'Use this API to create a new mail folder in the root folder of the user''s mailbox. If you intend a new folder to be hidden, you must set the isHidden property to true on creation.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/user-post-mailfolders?view=graph-rest-1.0 operationId: me.CreateMailFolders requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailFolder' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailFolder' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/me/mailFolders/{mailFolder-id}': description: Provides operations to manage the mailFolders property of the microsoft.graph.user entity. get: tags: - me.mailFolder summary: Get mailFolder description: 'Retrieve the properties and relationships of a message folder object. The following list shows the two existing scenarios where an app can get another user''s mail folder:' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/mailfolder-get?view=graph-rest-1.0 operationId: me.GetMailFolders parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailFolder' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.mailFolder summary: Update mailfolder description: Update the properties of mailfolder object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/mailfolder-update?view=graph-rest-1.0 operationId: me.UpdateMailFolders requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailFolder' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailFolder' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.mailFolder summary: Delete mailFolder description: 'Delete the specified mailFolder. The folder can be a mailSearchFolder. You can specify a mail folder by its folder ID, or by its well-known folder name, if one exists.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/mailfolder-delete?view=graph-rest-1.0 operationId: me.DeleteMailFolders parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder '/me/mailFolders/{mailFolder-id}/childFolders': description: Provides operations to manage the childFolders property of the microsoft.graph.mailFolder entity. get: tags: - me.mailFolder summary: List childFolders description: "Get the folder collection under the specified folder. You can use the .../me/mailFolders shortcut to get the top-level\nfolder collection and navigate to another folder. By default, this operation does not return hidden folders. Use a query parameter includeHiddenFolders to include them in the response." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/mailfolder-list-childfolders?view=graph-rest-1.0 operationId: me.mailFolders.ListChildFolders parameters: - name: includeHiddenFolders in: query description: Include Hidden Folders schema: type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mailFolderCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.mailFolder summary: Create child folder description: 'Use this API to create a new child mailFolder. If you intend a new folder to be hidden, you must set the isHidden property to true on creation.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/mailfolder-post-childfolders?view=graph-rest-1.0 operationId: me.mailFolders.CreateChildFolders requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailFolder' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailFolder' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}': description: Provides operations to manage the childFolders property of the microsoft.graph.mailFolder entity. get: tags: - me.mailFolder summary: Get childFolders from me description: The collection of child folders in the mailFolder. operationId: me.mailFolders.GetChildFolders parameters: - name: includeHiddenFolders in: query description: Include Hidden Folders schema: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailFolder' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.mailFolder summary: Update the navigation property childFolders in me operationId: me.mailFolders.UpdateChildFolders requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailFolder' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailFolder' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.mailFolder summary: Delete navigation property childFolders for me operationId: me.mailFolders.DeleteChildFolders parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: mailFolder-id1 in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules': description: Provides operations to manage the messageRules property of the microsoft.graph.mailFolder entity. get: tags: - me.mailFolder summary: Get messageRules from me description: The collection of rules that apply to the user's Inbox folder. operationId: me.mailFolders.childFolders.ListMessageRules parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.messageRuleCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.mailFolder summary: Create new navigation property to messageRules for me operationId: me.mailFolders.childFolders.CreateMessageRules requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.messageRule' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.messageRule' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: mailFolder-id1 in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder x-ms-docs-grouped-path: - '/me/mailFolders/{mailFolder-id}/messageRules' '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}': description: Provides operations to manage the messageRules property of the microsoft.graph.mailFolder entity. get: tags: - me.mailFolder summary: Get messageRules from me description: The collection of rules that apply to the user's Inbox folder. operationId: me.mailFolders.childFolders.GetMessageRules parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.messageRule' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.mailFolder summary: Update the navigation property messageRules in me operationId: me.mailFolders.childFolders.UpdateMessageRules requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.messageRule' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.messageRule' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.mailFolder summary: Delete navigation property messageRules for me operationId: me.mailFolders.childFolders.DeleteMessageRules parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: mailFolder-id1 in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: messageRule-id in: path description: The unique identifier of messageRule required: true schema: type: string x-ms-docs-key-type: messageRule x-ms-docs-grouped-path: - '/me/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}' '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/$count': description: Provides operations to count the resources in the collection. get: tags: - me.mailFolder summary: Get the number of the resource operationId: me.mailFolders.childFolders.messageRules.GetCount-6a96 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: mailFolder-id1 in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages': description: Provides operations to manage the messages property of the microsoft.graph.mailFolder entity. get: tags: - me.mailFolder summary: Get messages from me description: The collection of messages in the mailFolder. operationId: me.mailFolders.childFolders.ListMessages parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.messageCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.mailFolder summary: Create new navigation property to messages for me operationId: me.mailFolders.childFolders.CreateMessages requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.message' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.message' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: mailFolder-id1 in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder x-ms-docs-grouped-path: - '/me/mailFolders/{mailFolder-id}/messages' '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}': description: Provides operations to manage the messages property of the microsoft.graph.mailFolder entity. get: tags: - me.mailFolder summary: Get messages from me description: The collection of messages in the mailFolder. operationId: me.mailFolders.childFolders.GetMessages parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.message' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.mailFolder summary: Update the navigation property messages in me operationId: me.mailFolders.childFolders.UpdateMessages requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.message' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.message' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.mailFolder summary: Delete navigation property messages for me operationId: me.mailFolders.childFolders.DeleteMessages parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: mailFolder-id1 in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message x-ms-docs-grouped-path: - '/me/mailFolders/{mailFolder-id}/messages/{message-id}' '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value': description: Provides operations to manage the media for the user entity. get: tags: - me.mailFolder summary: Get media content for the navigation property messages from me description: The unique identifier for an entity. Read-only. operationId: me.mailFolders.childFolders.GetMessagesContent responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - me.mailFolder summary: Update media content for the navigation property messages in me description: The unique identifier for an entity. Read-only. operationId: me.mailFolders.childFolders.UpdateMessagesContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - me.mailFolder summary: Delete media content for the navigation property messages in me description: The unique identifier for an entity. Read-only. operationId: me.mailFolders.childFolders.DeleteMessagesContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: mailFolder-id1 in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments': description: Provides operations to manage the attachments property of the microsoft.graph.message entity. get: tags: - me.mailFolder summary: Get attachments from me description: The fileAttachment and itemAttachment attachments for the message. operationId: me.mailFolders.childFolders.messages.ListAttachments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.mailFolder summary: Create new navigation property to attachments for me operationId: me.mailFolders.childFolders.messages.CreateAttachments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: mailFolder-id1 in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message x-ms-docs-grouped-path: - '/me/mailFolders/{mailFolder-id}/messages/{message-id}/attachments' - '/me/messages/{message-id}/attachments' '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/{attachment-id}': description: Provides operations to manage the attachments property of the microsoft.graph.message entity. get: tags: - me.mailFolder summary: Get attachments from me description: The fileAttachment and itemAttachment attachments for the message. operationId: me.mailFolders.childFolders.messages.GetAttachments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.mailFolder summary: Delete navigation property attachments for me operationId: me.mailFolders.childFolders.messages.DeleteAttachments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: mailFolder-id1 in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message - name: attachment-id in: path description: The unique identifier of attachment required: true schema: type: string x-ms-docs-key-type: attachment x-ms-docs-grouped-path: - '/me/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/{attachment-id}' - '/me/messages/{message-id}/attachments/{attachment-id}' '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/$count': description: Provides operations to count the resources in the collection. get: tags: - me.mailFolder summary: Get the number of the resource operationId: me.mailFolders.childFolders.messages.attachments.GetCount-65b2 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: mailFolder-id1 in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/createUploadSession': description: Provides operations to call the createUploadSession method. post: tags: - me.Actions summary: Invoke action createUploadSession description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 operationId: me.mailFolders.mailFolder.childFolders.mailFolder.messages.message.attachments.createUploadSession requestBody: description: Action parameters content: application/json: schema: type: object properties: AttachmentItem: $ref: '#/components/schemas/microsoft.graph.attachmentItem' required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.uploadSession' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: mailFolder-id1 in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/attachments/createUploadSession' - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendar/events/{event-id}/attachments/createUploadSession' - '/me/calendar/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/createUploadSession' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/createUploadSession' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendars/{calendar-id}/calendarView/{event-id}/attachments/createUploadSession' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendars/{calendar-id}/events/{event-id}/attachments/createUploadSession' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendarView/{event-id}/attachments/createUploadSession' - '/me/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/events/{event-id}/attachments/createUploadSession' - '/me/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/createUploadSession' - '/me/messages/{message-id}/attachments/createUploadSession' - '/me/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/createUploadSession' '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions': description: Provides operations to manage the extensions property of the microsoft.graph.message entity. get: tags: - me.mailFolder summary: Get extensions from me description: The collection of open extensions defined for the message. Nullable. operationId: me.mailFolders.childFolders.messages.ListExtensions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.mailFolder summary: Create new navigation property to extensions for me operationId: me.mailFolders.childFolders.messages.CreateExtensions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: mailFolder-id1 in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message x-ms-docs-grouped-path: - '/me/mailFolders/{mailFolder-id}/messages/{message-id}/extensions' - '/me/messages/{message-id}/extensions' '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}': description: Provides operations to manage the extensions property of the microsoft.graph.message entity. get: tags: - me.mailFolder summary: Get extensions from me description: The collection of open extensions defined for the message. Nullable. operationId: me.mailFolders.childFolders.messages.GetExtensions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.mailFolder summary: Update the navigation property extensions in me operationId: me.mailFolders.childFolders.messages.UpdateExtensions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.mailFolder summary: Delete navigation property extensions for me operationId: me.mailFolders.childFolders.messages.DeleteExtensions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: mailFolder-id1 in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message - name: extension-id in: path description: The unique identifier of extension required: true schema: type: string x-ms-docs-key-type: extension x-ms-docs-grouped-path: - '/me/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}' - '/me/messages/{message-id}/extensions/{extension-id}' '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/$count': description: Provides operations to count the resources in the collection. get: tags: - me.mailFolder summary: Get the number of the resource operationId: me.mailFolders.childFolders.messages.extensions.GetCount-cf94 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: mailFolder-id1 in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/copy': description: Provides operations to call the copy method. post: tags: - me.Actions summary: Invoke action copy description: Copy a message to a folder within the user's mailbox. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-1.0 operationId: me.mailFolders.mailFolder.childFolders.mailFolder.messages.message.copy requestBody: description: Action parameters content: application/json: schema: type: object properties: DestinationId: type: string required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.message' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: mailFolder-id1 in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message x-ms-docs-grouped-path: - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/copy' - '/me/mailFolders/{mailFolder-id}/messages/{message-id}/copy' - '/me/mailFolders/{mailFolder-id}/copy' - '/me/messages/{message-id}/copy' '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createForward': description: Provides operations to call the createForward method. post: tags: - me.Actions summary: Invoke action createForward description: "Create a draft to forward an existing message, in either JSON or MIME format. When using JSON format, you can:\n- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.\n- Specify either the toRecipients parameter or the toRecipients property of the message parameter. Specifying both or specifying neither will return an HTTP 400 Bad Request error.\n- Update the draft later to add content to the body or change other message properties. When using MIME format:\n- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.\n- Add any attachments and S/MIME properties to the MIME content. Send the draft message in a subsequent operation. Alternatively, forward a message in a single operation." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-createforward?view=graph-rest-1.0 operationId: me.mailFolders.mailFolder.childFolders.mailFolder.messages.message.createForward requestBody: description: Action parameters content: application/json: schema: type: object properties: ToRecipients: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' Message: anyOf: - $ref: '#/components/schemas/microsoft.graph.message' - type: object nullable: true Comment: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.message' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: mailFolder-id1 in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message x-ms-docs-grouped-path: - '/me/mailFolders/{mailFolder-id}/messages/{message-id}/createForward' - '/me/messages/{message-id}/createForward' '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createReply': description: Provides operations to call the createReply method. post: tags: - me.Actions summary: Invoke action createReply description: "Create a draft to reply to the sender of a message in either JSON or MIME format. When using JSON format:\n- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.\n- If replyTo is specified in the original message, per Internet Message Format (RFC 2822), you should send the reply to the recipients in replyTo, and not the recipients in from.\n- You can update the draft later to add reply content to the body or change other message properties. When using MIME format:\n- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.\n- Add any attachments and S/MIME properties to the MIME content. Send the draft message in a subsequent operation. Alternatively, reply to a message in a single operation." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-createreply?view=graph-rest-1.0 operationId: me.mailFolders.mailFolder.childFolders.mailFolder.messages.message.createReply requestBody: description: Action parameters content: application/json: schema: type: object properties: Message: anyOf: - $ref: '#/components/schemas/microsoft.graph.message' - type: object nullable: true Comment: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.message' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: mailFolder-id1 in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message x-ms-docs-grouped-path: - '/me/mailFolders/{mailFolder-id}/messages/{message-id}/createReply' - '/me/messages/{message-id}/createReply' '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createReplyAll': description: Provides operations to call the createReplyAll method. post: tags: - me.Actions summary: Invoke action createReplyAll description: "Create a draft to reply to the sender and all recipients of a message in either JSON or MIME format. When using JSON format:\n- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.\n- If the original message specifies a recipient in the replyTo property, per Internet Message Format (RFC 2822), you should send the reply to the recipients in the replyTo and toRecipients properties, and not the recipients in the from and toRecipients properties.\n- You can update the draft later to add reply content to the body or change other message properties. When using MIME format:\n- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.\n- Add any attachments and S/MIME properties to the MIME content. Send the draft message in a subsequent operation. Alternatively, reply-all to a message in a single action." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-createreplyall?view=graph-rest-1.0 operationId: me.mailFolders.mailFolder.childFolders.mailFolder.messages.message.createReplyAll requestBody: description: Action parameters content: application/json: schema: type: object properties: Message: anyOf: - $ref: '#/components/schemas/microsoft.graph.message' - type: object nullable: true Comment: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.message' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: mailFolder-id1 in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message x-ms-docs-grouped-path: - '/me/mailFolders/{mailFolder-id}/messages/{message-id}/createReplyAll' - '/me/messages/{message-id}/createReplyAll' '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/forward': description: Provides operations to call the forward method. post: tags: - me.Actions summary: Invoke action forward description: "Forward a message using either JSON or MIME format. When using JSON format, you can:\n- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.\n- Specify either the toRecipients parameter or the toRecipients property of the message parameter. Specifying both or specifying neither will return an HTTP 400 Bad Request error. When using MIME format:\n- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.\n- Add any attachments and S/MIME properties to the MIME content. This method saves the message in the Sent Items folder. Alternatively, create a draft to forward a message, and send it later." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-forward?view=graph-rest-1.0 operationId: me.mailFolders.mailFolder.childFolders.mailFolder.messages.message.forward requestBody: description: Action parameters content: application/json: schema: type: object properties: ToRecipients: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' Message: anyOf: - $ref: '#/components/schemas/microsoft.graph.message' - type: object nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: mailFolder-id1 in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/forward' - '/me/calendar/calendarView/{event-id}/forward' - '/me/calendar/events/{event-id}/instances/{event-id1}/forward' - '/me/calendar/events/{event-id}/forward' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/forward' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/forward' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/forward' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/forward' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/forward' - '/me/calendars/{calendar-id}/calendarView/{event-id}/forward' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/forward' - '/me/calendars/{calendar-id}/events/{event-id}/forward' - '/me/calendarView/{event-id}/instances/{event-id1}/forward' - '/me/calendarView/{event-id}/forward' - '/me/events/{event-id}/instances/{event-id1}/forward' - '/me/events/{event-id}/forward' - '/me/mailFolders/{mailFolder-id}/messages/{message-id}/forward' - '/me/messages/{message-id}/forward' '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/move': description: Provides operations to call the move method. post: tags: - me.Actions summary: Invoke action move description: Move a message to another folder within the specified user's mailbox. This creates a new copy of the message in the destination folder and removes the original message. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-move?view=graph-rest-1.0 operationId: me.mailFolders.mailFolder.childFolders.mailFolder.messages.message.move requestBody: description: Action parameters content: application/json: schema: type: object properties: DestinationId: type: string required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.message' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: mailFolder-id1 in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message x-ms-docs-grouped-path: - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/move' - '/me/mailFolders/{mailFolder-id}/messages/{message-id}/move' - '/me/mailFolders/{mailFolder-id}/move' - '/me/messages/{message-id}/move' '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/reply': description: Provides operations to call the reply method. post: tags: - me.Actions summary: Invoke action reply description: "Reply to the sender of a message using either JSON or MIME format. When using JSON format:\n* Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.\n* If the original message specifies a recipient in the replyTo property, per Internet Message Format (RFC 2822), send the reply to the recipients in replyTo and not the recipient in the from property. When using MIME format:\n- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.\n- Add any attachments and S/MIME properties to the MIME content. This method saves the message in the Sent Items folder. Alternatively, create a draft to reply to an existing message and send it later." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-reply?view=graph-rest-1.0 operationId: me.mailFolders.mailFolder.childFolders.mailFolder.messages.message.reply requestBody: description: Action parameters content: application/json: schema: type: object properties: Message: anyOf: - $ref: '#/components/schemas/microsoft.graph.message' - type: object nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: mailFolder-id1 in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message x-ms-docs-grouped-path: - '/me/mailFolders/{mailFolder-id}/messages/{message-id}/reply' - '/me/messages/{message-id}/reply' '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/replyAll': description: Provides operations to call the replyAll method. post: tags: - me.Actions summary: Invoke action replyAll description: "Reply to all recipients of a message using either JSON or MIME format. When using JSON format:\n- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.\n- If the original message specifies a recipient in the replyTo property, per Internet Message Format (RFC 2822), send the reply to the recipients in replyTo and not the recipient in the from property. When using MIME format:\n- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.\n- Add any attachments and S/MIME properties to the MIME content. This method saves the message in the Sent Items folder. Alternatively, create a draft to reply-all to a message and send it later." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-replyall?view=graph-rest-1.0 operationId: me.mailFolders.mailFolder.childFolders.mailFolder.messages.message.replyAll requestBody: description: Action parameters content: application/json: schema: type: object properties: Message: anyOf: - $ref: '#/components/schemas/microsoft.graph.message' - type: object nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: mailFolder-id1 in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message x-ms-docs-grouped-path: - '/me/mailFolders/{mailFolder-id}/messages/{message-id}/replyAll' - '/me/messages/{message-id}/replyAll' '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/send': description: Provides operations to call the send method. post: tags: - me.Actions summary: Invoke action send description: 'Send an existing draft message. The draft message can be a new message draft, reply draft, reply-all draft, or a forward draft. This method saves the message in the Sent Items folder. Alternatively, send a new message in a single operation.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-send?view=graph-rest-1.0 operationId: me.mailFolders.mailFolder.childFolders.mailFolder.messages.message.send responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: mailFolder-id1 in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message x-ms-docs-grouped-path: - '/me/mailFolders/{mailFolder-id}/messages/{message-id}/send' - '/me/messages/{message-id}/send' '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/$count': description: Provides operations to count the resources in the collection. get: tags: - me.mailFolder summary: Get the number of the resource operationId: me.mailFolders.childFolders.messages.GetCount-56da parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: mailFolder-id1 in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta()': description: Provides operations to call the delta method. get: tags: - me.Functions summary: Invoke function delta description: "Get a set of messages that have been added, deleted, or updated in a specified folder. A delta function call for messages in a folder is similar to a GET request, except that by appropriately\napplying state tokens in one or more of these calls, you can [query for incremental changes in the messages in\nthat folder](/graph/delta-query-messages). This allows you to maintain and synchronize a local store of a user's messages without\nhaving to fetch the entire set of messages from the server every time." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-1.0 operationId: me.mailFolders.mailFolder.childFolders.mailFolder.messages.delta parameters: - name: changeType in: query description: 'A custom query option to filter the delta response based on the type of change. Supported values are created, updated or deleted.' schema: type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of message type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.message' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: mailFolder-id1 in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/delta()' - /me/calendar/calendarView/delta() - '/me/calendar/events/{event-id}/instances/delta()' - /me/calendar/events/delta() - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/me/calendars/{calendar-id}/calendarView/delta()' - '/me/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/me/calendars/{calendar-id}/events/delta()' - '/me/calendarView/{event-id}/instances/delta()' - /me/calendarView/delta() - '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/delta()' - '/me/chats/{chat-id}/messages/delta()' - '/me/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta()' - '/me/contactFolders/{contactFolder-id}/childFolders/delta()' - '/me/contactFolders/{contactFolder-id}/contacts/delta()' - /me/contactFolders/delta() - /me/contacts/delta() - '/me/events/{event-id}/instances/delta()' - /me/events/delta() - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta()' - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/delta()' - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta()' - '/me/joinedTeams/{team-id}/primaryChannel/messages/delta()' - '/me/mailFolders/{mailFolder-id}/childFolders/delta()' - '/me/mailFolders/{mailFolder-id}/messages/delta()' - /me/mailFolders/delta() - /me/messages/delta() - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' - /me/todo/lists/delta() '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/copy': description: Provides operations to call the copy method. post: tags: - me.Actions summary: Invoke action copy description: Copy a mailfolder and its contents to another mailfolder. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/mailfolder-copy?view=graph-rest-1.0 operationId: me.mailFolders.mailFolder.childFolders.mailFolder.copy requestBody: description: Action parameters content: application/json: schema: type: object properties: DestinationId: type: string required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.mailFolder' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: mailFolder-id1 in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder x-ms-docs-grouped-path: - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/copy' - '/me/mailFolders/{mailFolder-id}/messages/{message-id}/copy' - '/me/mailFolders/{mailFolder-id}/copy' - '/me/messages/{message-id}/copy' '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/move': description: Provides operations to call the move method. post: tags: - me.Actions summary: Invoke action move description: Move a mailfolder and its contents to another mailfolder. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/mailfolder-move?view=graph-rest-1.0 operationId: me.mailFolders.mailFolder.childFolders.mailFolder.move requestBody: description: Action parameters content: application/json: schema: type: object properties: DestinationId: type: string required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.mailFolder' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: mailFolder-id1 in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder x-ms-docs-grouped-path: - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/move' - '/me/mailFolders/{mailFolder-id}/messages/{message-id}/move' - '/me/mailFolders/{mailFolder-id}/move' - '/me/messages/{message-id}/move' '/me/mailFolders/{mailFolder-id}/childFolders/$count': description: Provides operations to count the resources in the collection. get: tags: - me.mailFolder summary: Get the number of the resource operationId: me.mailFolders.childFolders.GetCount-25bc parameters: - name: includeHiddenFolders in: query description: Include Hidden Folders schema: type: string - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder '/me/mailFolders/{mailFolder-id}/childFolders/delta()': description: Provides operations to call the delta method. get: tags: - me.Functions summary: Invoke function delta description: "Get a set of mail folders that have been added, deleted, or removed from the user's mailbox. A delta function call for mail folders in a mailbox is similar to a GET request, except that by appropriately\napplying state tokens in one or more of these calls,\nyou can query for incremental changes in the mail folders. This allows you to maintain and synchronize\na local store of a user's mail folders without having to fetch all the mail folders of that mailbox from the server every time." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/mailfolder-delta?view=graph-rest-1.0 operationId: me.mailFolders.mailFolder.childFolders.delta parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of mailFolder type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.mailFolder' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/delta()' - /me/calendar/calendarView/delta() - '/me/calendar/events/{event-id}/instances/delta()' - /me/calendar/events/delta() - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/me/calendars/{calendar-id}/calendarView/delta()' - '/me/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/me/calendars/{calendar-id}/events/delta()' - '/me/calendarView/{event-id}/instances/delta()' - /me/calendarView/delta() - '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/delta()' - '/me/chats/{chat-id}/messages/delta()' - '/me/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta()' - '/me/contactFolders/{contactFolder-id}/childFolders/delta()' - '/me/contactFolders/{contactFolder-id}/contacts/delta()' - /me/contactFolders/delta() - /me/contacts/delta() - '/me/events/{event-id}/instances/delta()' - /me/events/delta() - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta()' - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/delta()' - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta()' - '/me/joinedTeams/{team-id}/primaryChannel/messages/delta()' - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta()' - '/me/mailFolders/{mailFolder-id}/messages/delta()' - /me/mailFolders/delta() - /me/messages/delta() - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' - /me/todo/lists/delta() '/me/mailFolders/{mailFolder-id}/messageRules': description: Provides operations to manage the messageRules property of the microsoft.graph.mailFolder entity. get: tags: - me.mailFolder summary: List rules description: Get all the messageRule objects defined for the user's inbox. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/mailfolder-list-messagerules?view=graph-rest-1.0 operationId: me.mailFolders.ListMessageRules parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.messageRuleCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.mailFolder summary: Create rule description: Create a messageRule object by specifying a set of conditions and actions. Outlook carries out those actions if an incoming message in the user's Inbox meets the specified conditions. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/mailfolder-post-messagerules?view=graph-rest-1.0 operationId: me.mailFolders.CreateMessageRules requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.messageRule' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.messageRule' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder x-ms-docs-grouped-path: - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules' '/me/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}': description: Provides operations to manage the messageRules property of the microsoft.graph.mailFolder entity. get: tags: - me.mailFolder summary: Get rule description: Get the properties and relationships of a messageRule object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/messagerule-get?view=graph-rest-1.0 operationId: me.mailFolders.GetMessageRules parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.messageRule' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.mailFolder summary: Update rule description: Change writable properties on a messageRule object and save the changes. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/messagerule-update?view=graph-rest-1.0 operationId: me.mailFolders.UpdateMessageRules requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.messageRule' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.messageRule' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.mailFolder summary: Delete messageRule description: Delete the specified messageRule object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/messagerule-delete?view=graph-rest-1.0 operationId: me.mailFolders.DeleteMessageRules parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: messageRule-id in: path description: The unique identifier of messageRule required: true schema: type: string x-ms-docs-key-type: messageRule x-ms-docs-grouped-path: - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}' '/me/mailFolders/{mailFolder-id}/messageRules/$count': description: Provides operations to count the resources in the collection. get: tags: - me.mailFolder summary: Get the number of the resource operationId: me.mailFolders.messageRules.GetCount-3d24 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder '/me/mailFolders/{mailFolder-id}/messages': description: Provides operations to manage the messages property of the microsoft.graph.mailFolder entity. get: tags: - me.mailFolder summary: List messages description: 'Get all the messages in the specified user''s mailbox, or those messages in a specified folder in the mailbox.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/mailfolder-list-messages?view=graph-rest-1.0 operationId: me.mailFolders.ListMessages parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.messageCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.mailFolder summary: Create message in a mailfolder description: Use this API to create a new Message in a mailfolder. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/mailfolder-post-messages?view=graph-rest-1.0 operationId: me.mailFolders.CreateMessages requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.message' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.message' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder x-ms-docs-grouped-path: - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages' '/me/mailFolders/{mailFolder-id}/messages/{message-id}': description: Provides operations to manage the messages property of the microsoft.graph.mailFolder entity. get: tags: - me.mailFolder summary: Get messages from me description: The collection of messages in the mailFolder. operationId: me.mailFolders.GetMessages parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.message' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.mailFolder summary: Update the navigation property messages in me operationId: me.mailFolders.UpdateMessages requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.message' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.message' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.mailFolder summary: Delete navigation property messages for me operationId: me.mailFolders.DeleteMessages parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message x-ms-docs-grouped-path: - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}' '/me/mailFolders/{mailFolder-id}/messages/{message-id}/$value': description: Provides operations to manage the media for the user entity. get: tags: - me.mailFolder summary: List messages description: 'Get all the messages in the specified user''s mailbox, or those messages in a specified folder in the mailbox.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/mailfolder-list-messages?view=graph-rest-1.0 operationId: me.mailFolders.GetMessagesContent responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - me.mailFolder summary: Update media content for the navigation property messages in me description: The unique identifier for an entity. Read-only. operationId: me.mailFolders.UpdateMessagesContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - me.mailFolder summary: Delete media content for the navigation property messages in me description: The unique identifier for an entity. Read-only. operationId: me.mailFolders.DeleteMessagesContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message '/me/mailFolders/{mailFolder-id}/messages/{message-id}/attachments': description: Provides operations to manage the attachments property of the microsoft.graph.message entity. get: tags: - me.mailFolder summary: Get attachments from me description: The fileAttachment and itemAttachment attachments for the message. operationId: me.mailFolders.messages.ListAttachments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.mailFolder summary: Create new navigation property to attachments for me operationId: me.mailFolders.messages.CreateAttachments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message x-ms-docs-grouped-path: - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments' - '/me/messages/{message-id}/attachments' '/me/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/{attachment-id}': description: Provides operations to manage the attachments property of the microsoft.graph.message entity. get: tags: - me.mailFolder summary: Get attachments from me description: The fileAttachment and itemAttachment attachments for the message. operationId: me.mailFolders.messages.GetAttachments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.mailFolder summary: Delete navigation property attachments for me operationId: me.mailFolders.messages.DeleteAttachments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message - name: attachment-id in: path description: The unique identifier of attachment required: true schema: type: string x-ms-docs-key-type: attachment x-ms-docs-grouped-path: - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/{attachment-id}' - '/me/messages/{message-id}/attachments/{attachment-id}' '/me/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/$count': description: Provides operations to count the resources in the collection. get: tags: - me.mailFolder summary: Get the number of the resource operationId: me.mailFolders.messages.attachments.GetCount-16fa parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message '/me/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/createUploadSession': description: Provides operations to call the createUploadSession method. post: tags: - me.Actions summary: Invoke action createUploadSession description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 operationId: me.mailFolders.mailFolder.messages.message.attachments.createUploadSession requestBody: description: Action parameters content: application/json: schema: type: object properties: AttachmentItem: $ref: '#/components/schemas/microsoft.graph.attachmentItem' required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.uploadSession' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/attachments/createUploadSession' - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendar/events/{event-id}/attachments/createUploadSession' - '/me/calendar/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/createUploadSession' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/createUploadSession' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendars/{calendar-id}/calendarView/{event-id}/attachments/createUploadSession' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendars/{calendar-id}/events/{event-id}/attachments/createUploadSession' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendarView/{event-id}/attachments/createUploadSession' - '/me/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/events/{event-id}/attachments/createUploadSession' - '/me/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/createUploadSession' - '/me/messages/{message-id}/attachments/createUploadSession' - '/me/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/createUploadSession' '/me/mailFolders/{mailFolder-id}/messages/{message-id}/extensions': description: Provides operations to manage the extensions property of the microsoft.graph.message entity. get: tags: - me.mailFolder summary: Get extensions from me description: The collection of open extensions defined for the message. Nullable. operationId: me.mailFolders.messages.ListExtensions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.mailFolder summary: Create new navigation property to extensions for me operationId: me.mailFolders.messages.CreateExtensions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message x-ms-docs-grouped-path: - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions' - '/me/messages/{message-id}/extensions' '/me/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}': description: Provides operations to manage the extensions property of the microsoft.graph.message entity. get: tags: - me.mailFolder summary: Get extensions from me description: The collection of open extensions defined for the message. Nullable. operationId: me.mailFolders.messages.GetExtensions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.mailFolder summary: Update the navigation property extensions in me operationId: me.mailFolders.messages.UpdateExtensions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.mailFolder summary: Delete navigation property extensions for me operationId: me.mailFolders.messages.DeleteExtensions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message - name: extension-id in: path description: The unique identifier of extension required: true schema: type: string x-ms-docs-key-type: extension x-ms-docs-grouped-path: - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}' - '/me/messages/{message-id}/extensions/{extension-id}' '/me/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/$count': description: Provides operations to count the resources in the collection. get: tags: - me.mailFolder summary: Get the number of the resource operationId: me.mailFolders.messages.extensions.GetCount-8860 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message '/me/mailFolders/{mailFolder-id}/messages/{message-id}/copy': description: Provides operations to call the copy method. post: tags: - me.Actions summary: Invoke action copy description: Copy a message to a folder within the user's mailbox. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-1.0 operationId: me.mailFolders.mailFolder.messages.message.copy requestBody: description: Action parameters content: application/json: schema: type: object properties: DestinationId: type: string required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.message' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message x-ms-docs-grouped-path: - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/copy' - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/copy' - '/me/mailFolders/{mailFolder-id}/copy' - '/me/messages/{message-id}/copy' '/me/mailFolders/{mailFolder-id}/messages/{message-id}/createForward': description: Provides operations to call the createForward method. post: tags: - me.Actions summary: Invoke action createForward description: "Create a draft to forward an existing message, in either JSON or MIME format. When using JSON format, you can:\n- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.\n- Specify either the toRecipients parameter or the toRecipients property of the message parameter. Specifying both or specifying neither will return an HTTP 400 Bad Request error.\n- Update the draft later to add content to the body or change other message properties. When using MIME format:\n- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.\n- Add any attachments and S/MIME properties to the MIME content. Send the draft message in a subsequent operation. Alternatively, forward a message in a single operation." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-createforward?view=graph-rest-1.0 operationId: me.mailFolders.mailFolder.messages.message.createForward requestBody: description: Action parameters content: application/json: schema: type: object properties: ToRecipients: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' Message: anyOf: - $ref: '#/components/schemas/microsoft.graph.message' - type: object nullable: true Comment: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.message' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message x-ms-docs-grouped-path: - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createForward' - '/me/messages/{message-id}/createForward' '/me/mailFolders/{mailFolder-id}/messages/{message-id}/createReply': description: Provides operations to call the createReply method. post: tags: - me.Actions summary: Invoke action createReply description: "Create a draft to reply to the sender of a message in either JSON or MIME format. When using JSON format:\n- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.\n- If replyTo is specified in the original message, per Internet Message Format (RFC 2822), you should send the reply to the recipients in replyTo, and not the recipients in from.\n- You can update the draft later to add reply content to the body or change other message properties. When using MIME format:\n- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.\n- Add any attachments and S/MIME properties to the MIME content. Send the draft message in a subsequent operation. Alternatively, reply to a message in a single operation." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-createreply?view=graph-rest-1.0 operationId: me.mailFolders.mailFolder.messages.message.createReply requestBody: description: Action parameters content: application/json: schema: type: object properties: Message: anyOf: - $ref: '#/components/schemas/microsoft.graph.message' - type: object nullable: true Comment: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.message' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message x-ms-docs-grouped-path: - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createReply' - '/me/messages/{message-id}/createReply' '/me/mailFolders/{mailFolder-id}/messages/{message-id}/createReplyAll': description: Provides operations to call the createReplyAll method. post: tags: - me.Actions summary: Invoke action createReplyAll description: "Create a draft to reply to the sender and all recipients of a message in either JSON or MIME format. When using JSON format:\n- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.\n- If the original message specifies a recipient in the replyTo property, per Internet Message Format (RFC 2822), you should send the reply to the recipients in the replyTo and toRecipients properties, and not the recipients in the from and toRecipients properties.\n- You can update the draft later to add reply content to the body or change other message properties. When using MIME format:\n- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.\n- Add any attachments and S/MIME properties to the MIME content. Send the draft message in a subsequent operation. Alternatively, reply-all to a message in a single action." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-createreplyall?view=graph-rest-1.0 operationId: me.mailFolders.mailFolder.messages.message.createReplyAll requestBody: description: Action parameters content: application/json: schema: type: object properties: Message: anyOf: - $ref: '#/components/schemas/microsoft.graph.message' - type: object nullable: true Comment: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.message' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message x-ms-docs-grouped-path: - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createReplyAll' - '/me/messages/{message-id}/createReplyAll' '/me/mailFolders/{mailFolder-id}/messages/{message-id}/forward': description: Provides operations to call the forward method. post: tags: - me.Actions summary: Invoke action forward description: "Forward a message using either JSON or MIME format. When using JSON format, you can:\n- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.\n- Specify either the toRecipients parameter or the toRecipients property of the message parameter. Specifying both or specifying neither will return an HTTP 400 Bad Request error. When using MIME format:\n- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.\n- Add any attachments and S/MIME properties to the MIME content. This method saves the message in the Sent Items folder. Alternatively, create a draft to forward a message, and send it later." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-forward?view=graph-rest-1.0 operationId: me.mailFolders.mailFolder.messages.message.forward requestBody: description: Action parameters content: application/json: schema: type: object properties: ToRecipients: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' Message: anyOf: - $ref: '#/components/schemas/microsoft.graph.message' - type: object nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/forward' - '/me/calendar/calendarView/{event-id}/forward' - '/me/calendar/events/{event-id}/instances/{event-id1}/forward' - '/me/calendar/events/{event-id}/forward' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/forward' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/forward' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/forward' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/forward' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/forward' - '/me/calendars/{calendar-id}/calendarView/{event-id}/forward' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/forward' - '/me/calendars/{calendar-id}/events/{event-id}/forward' - '/me/calendarView/{event-id}/instances/{event-id1}/forward' - '/me/calendarView/{event-id}/forward' - '/me/events/{event-id}/instances/{event-id1}/forward' - '/me/events/{event-id}/forward' - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/forward' - '/me/messages/{message-id}/forward' '/me/mailFolders/{mailFolder-id}/messages/{message-id}/move': description: Provides operations to call the move method. post: tags: - me.Actions summary: Invoke action move description: Move a message to another folder within the specified user's mailbox. This creates a new copy of the message in the destination folder and removes the original message. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-move?view=graph-rest-1.0 operationId: me.mailFolders.mailFolder.messages.message.move requestBody: description: Action parameters content: application/json: schema: type: object properties: DestinationId: type: string required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.message' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message x-ms-docs-grouped-path: - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/move' - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/move' - '/me/mailFolders/{mailFolder-id}/move' - '/me/messages/{message-id}/move' '/me/mailFolders/{mailFolder-id}/messages/{message-id}/reply': description: Provides operations to call the reply method. post: tags: - me.Actions summary: Invoke action reply description: "Reply to the sender of a message using either JSON or MIME format. When using JSON format:\n* Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.\n* If the original message specifies a recipient in the replyTo property, per Internet Message Format (RFC 2822), send the reply to the recipients in replyTo and not the recipient in the from property. When using MIME format:\n- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.\n- Add any attachments and S/MIME properties to the MIME content. This method saves the message in the Sent Items folder. Alternatively, create a draft to reply to an existing message and send it later." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-reply?view=graph-rest-1.0 operationId: me.mailFolders.mailFolder.messages.message.reply requestBody: description: Action parameters content: application/json: schema: type: object properties: Message: anyOf: - $ref: '#/components/schemas/microsoft.graph.message' - type: object nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message x-ms-docs-grouped-path: - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/reply' - '/me/messages/{message-id}/reply' '/me/mailFolders/{mailFolder-id}/messages/{message-id}/replyAll': description: Provides operations to call the replyAll method. post: tags: - me.Actions summary: Invoke action replyAll description: "Reply to all recipients of a message using either JSON or MIME format. When using JSON format:\n- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.\n- If the original message specifies a recipient in the replyTo property, per Internet Message Format (RFC 2822), send the reply to the recipients in replyTo and not the recipient in the from property. When using MIME format:\n- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.\n- Add any attachments and S/MIME properties to the MIME content. This method saves the message in the Sent Items folder. Alternatively, create a draft to reply-all to a message and send it later." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-replyall?view=graph-rest-1.0 operationId: me.mailFolders.mailFolder.messages.message.replyAll requestBody: description: Action parameters content: application/json: schema: type: object properties: Message: anyOf: - $ref: '#/components/schemas/microsoft.graph.message' - type: object nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message x-ms-docs-grouped-path: - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/replyAll' - '/me/messages/{message-id}/replyAll' '/me/mailFolders/{mailFolder-id}/messages/{message-id}/send': description: Provides operations to call the send method. post: tags: - me.Actions summary: Invoke action send description: 'Send an existing draft message. The draft message can be a new message draft, reply draft, reply-all draft, or a forward draft. This method saves the message in the Sent Items folder. Alternatively, send a new message in a single operation.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-send?view=graph-rest-1.0 operationId: me.mailFolders.mailFolder.messages.message.send responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message x-ms-docs-grouped-path: - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/send' - '/me/messages/{message-id}/send' '/me/mailFolders/{mailFolder-id}/messages/$count': description: Provides operations to count the resources in the collection. get: tags: - me.mailFolder summary: Get the number of the resource operationId: me.mailFolders.messages.GetCount-363a parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder '/me/mailFolders/{mailFolder-id}/messages/delta()': description: Provides operations to call the delta method. get: tags: - me.Functions summary: Invoke function delta description: "Get a set of messages that have been added, deleted, or updated in a specified folder. A delta function call for messages in a folder is similar to a GET request, except that by appropriately\napplying state tokens in one or more of these calls, you can [query for incremental changes in the messages in\nthat folder](/graph/delta-query-messages). This allows you to maintain and synchronize a local store of a user's messages without\nhaving to fetch the entire set of messages from the server every time." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-1.0 operationId: me.mailFolders.mailFolder.messages.delta parameters: - name: changeType in: query description: 'A custom query option to filter the delta response based on the type of change. Supported values are created, updated or deleted.' schema: type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of message type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.message' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/delta()' - /me/calendar/calendarView/delta() - '/me/calendar/events/{event-id}/instances/delta()' - /me/calendar/events/delta() - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/me/calendars/{calendar-id}/calendarView/delta()' - '/me/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/me/calendars/{calendar-id}/events/delta()' - '/me/calendarView/{event-id}/instances/delta()' - /me/calendarView/delta() - '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/delta()' - '/me/chats/{chat-id}/messages/delta()' - '/me/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta()' - '/me/contactFolders/{contactFolder-id}/childFolders/delta()' - '/me/contactFolders/{contactFolder-id}/contacts/delta()' - /me/contactFolders/delta() - /me/contacts/delta() - '/me/events/{event-id}/instances/delta()' - /me/events/delta() - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta()' - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/delta()' - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta()' - '/me/joinedTeams/{team-id}/primaryChannel/messages/delta()' - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta()' - '/me/mailFolders/{mailFolder-id}/childFolders/delta()' - /me/mailFolders/delta() - /me/messages/delta() - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' - /me/todo/lists/delta() '/me/mailFolders/{mailFolder-id}/copy': description: Provides operations to call the copy method. post: tags: - me.Actions summary: Invoke action copy description: Copy a mailfolder and its contents to another mailfolder. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/mailfolder-copy?view=graph-rest-1.0 operationId: me.mailFolders.mailFolder.copy requestBody: description: Action parameters content: application/json: schema: type: object properties: DestinationId: type: string required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.mailFolder' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder x-ms-docs-grouped-path: - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/copy' - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/copy' - '/me/mailFolders/{mailFolder-id}/messages/{message-id}/copy' - '/me/messages/{message-id}/copy' '/me/mailFolders/{mailFolder-id}/move': description: Provides operations to call the move method. post: tags: - me.Actions summary: Invoke action move description: Move a mailfolder and its contents to another mailfolder. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/mailfolder-move?view=graph-rest-1.0 operationId: me.mailFolders.mailFolder.move requestBody: description: Action parameters content: application/json: schema: type: object properties: DestinationId: type: string required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.mailFolder' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder x-ms-docs-grouped-path: - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/move' - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/move' - '/me/mailFolders/{mailFolder-id}/messages/{message-id}/move' - '/me/messages/{message-id}/move' /me/mailFolders/$count: description: Provides operations to count the resources in the collection. get: tags: - me.mailFolder summary: Get the number of the resource operationId: me.mailFolders.GetCount-c00e parameters: - name: includeHiddenFolders in: query description: Include Hidden Folders schema: type: string - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /me/mailFolders/delta(): description: Provides operations to call the delta method. get: tags: - me.Functions summary: Invoke function delta description: "Get a set of mail folders that have been added, deleted, or removed from the user's mailbox. A delta function call for mail folders in a mailbox is similar to a GET request, except that by appropriately\napplying state tokens in one or more of these calls,\nyou can query for incremental changes in the mail folders. This allows you to maintain and synchronize\na local store of a user's mail folders without having to fetch all the mail folders of that mailbox from the server every time." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/mailfolder-delta?view=graph-rest-1.0 operationId: me.mailFolders.delta parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of mailFolder type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.mailFolder' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/delta()' - /me/calendar/calendarView/delta() - '/me/calendar/events/{event-id}/instances/delta()' - /me/calendar/events/delta() - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/me/calendars/{calendar-id}/calendarView/delta()' - '/me/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/me/calendars/{calendar-id}/events/delta()' - '/me/calendarView/{event-id}/instances/delta()' - /me/calendarView/delta() - '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/delta()' - '/me/chats/{chat-id}/messages/delta()' - '/me/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta()' - '/me/contactFolders/{contactFolder-id}/childFolders/delta()' - '/me/contactFolders/{contactFolder-id}/contacts/delta()' - /me/contactFolders/delta() - /me/contacts/delta() - '/me/events/{event-id}/instances/delta()' - /me/events/delta() - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta()' - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/delta()' - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta()' - '/me/joinedTeams/{team-id}/primaryChannel/messages/delta()' - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta()' - '/me/mailFolders/{mailFolder-id}/childFolders/delta()' - '/me/mailFolders/{mailFolder-id}/messages/delta()' - /me/messages/delta() - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' - /me/todo/lists/delta() /me/managedAppRegistrations: description: Provides operations to manage the managedAppRegistrations property of the microsoft.graph.user entity. get: tags: - me.managedAppRegistration summary: Get managedAppRegistrations from me description: Zero or more managed app registrations that belong to the user. operationId: me.ListManagedAppRegistrations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.managedAppRegistrationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation '/me/managedAppRegistrations/{managedAppRegistration-id}': description: Provides operations to manage the managedAppRegistrations property of the microsoft.graph.user entity. get: tags: - me.managedAppRegistration summary: Get managedAppRegistrations from me description: Zero or more managed app registrations that belong to the user. operationId: me.GetManagedAppRegistrations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedAppRegistration' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: managedAppRegistration-id in: path description: The unique identifier of managedAppRegistration required: true schema: type: string x-ms-docs-key-type: managedAppRegistration /me/managedAppRegistrations/$count: description: Provides operations to count the resources in the collection. get: tags: - me.managedAppRegistration summary: Get the number of the resource operationId: me.managedAppRegistrations.GetCount-3124 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /me/managedDevices: description: Provides operations to manage the managedDevices property of the microsoft.graph.user entity. get: tags: - me.managedDevice summary: Get managedDevices from me description: The managed devices associated with the user. operationId: me.ListManagedDevices parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.managedDeviceCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.managedDevice summary: Create new navigation property to managedDevices for me operationId: me.CreateManagedDevices requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedDevice' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedDevice' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/me/managedDevices/{managedDevice-id}': description: Provides operations to manage the managedDevices property of the microsoft.graph.user entity. get: tags: - me.managedDevice summary: Get managedDevices from me description: The managed devices associated with the user. operationId: me.GetManagedDevices parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedDevice' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.managedDevice summary: Update the navigation property managedDevices in me operationId: me.UpdateManagedDevices requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedDevice' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedDevice' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.managedDevice summary: Delete navigation property managedDevices for me operationId: me.DeleteManagedDevices parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice '/me/managedDevices/{managedDevice-id}/deviceCategory': description: Provides operations to manage the deviceCategory property of the microsoft.graph.managedDevice entity. get: tags: - me.managedDevice summary: Get deviceCategory from me description: Device category operationId: me.managedDevices.GetDeviceCategory parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceCategory' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.managedDevice summary: Update the navigation property deviceCategory in me operationId: me.managedDevices.UpdateDeviceCategory requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceCategory' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceCategory' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.managedDevice summary: Delete navigation property deviceCategory for me operationId: me.managedDevices.DeleteDeviceCategory parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice '/me/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates': description: Provides operations to manage the deviceCompliancePolicyStates property of the microsoft.graph.managedDevice entity. get: tags: - me.managedDevice summary: Get deviceCompliancePolicyStates from me description: Device compliance policy states for this device. operationId: me.managedDevices.ListDeviceCompliancePolicyStates parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.deviceCompliancePolicyStateCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.managedDevice summary: Create new navigation property to deviceCompliancePolicyStates for me operationId: me.managedDevices.CreateDeviceCompliancePolicyStates requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceCompliancePolicyState' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceCompliancePolicyState' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice '/me/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}': description: Provides operations to manage the deviceCompliancePolicyStates property of the microsoft.graph.managedDevice entity. get: tags: - me.managedDevice summary: Get deviceCompliancePolicyStates from me description: Device compliance policy states for this device. operationId: me.managedDevices.GetDeviceCompliancePolicyStates parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceCompliancePolicyState' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.managedDevice summary: Update the navigation property deviceCompliancePolicyStates in me operationId: me.managedDevices.UpdateDeviceCompliancePolicyStates requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceCompliancePolicyState' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceCompliancePolicyState' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.managedDevice summary: Delete navigation property deviceCompliancePolicyStates for me operationId: me.managedDevices.DeleteDeviceCompliancePolicyStates parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice - name: deviceCompliancePolicyState-id in: path description: The unique identifier of deviceCompliancePolicyState required: true schema: type: string x-ms-docs-key-type: deviceCompliancePolicyState '/me/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/$count': description: Provides operations to count the resources in the collection. get: tags: - me.managedDevice summary: Get the number of the resource operationId: me.managedDevices.deviceCompliancePolicyStates.GetCount-c50d parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice '/me/managedDevices/{managedDevice-id}/deviceConfigurationStates': description: Provides operations to manage the deviceConfigurationStates property of the microsoft.graph.managedDevice entity. get: tags: - me.managedDevice summary: Get deviceConfigurationStates from me description: Device configuration states for this device. operationId: me.managedDevices.ListDeviceConfigurationStates parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.deviceConfigurationStateCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.managedDevice summary: Create new navigation property to deviceConfigurationStates for me operationId: me.managedDevices.CreateDeviceConfigurationStates requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceConfigurationState' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceConfigurationState' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice '/me/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}': description: Provides operations to manage the deviceConfigurationStates property of the microsoft.graph.managedDevice entity. get: tags: - me.managedDevice summary: Get deviceConfigurationStates from me description: Device configuration states for this device. operationId: me.managedDevices.GetDeviceConfigurationStates parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceConfigurationState' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.managedDevice summary: Update the navigation property deviceConfigurationStates in me operationId: me.managedDevices.UpdateDeviceConfigurationStates requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceConfigurationState' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceConfigurationState' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.managedDevice summary: Delete navigation property deviceConfigurationStates for me operationId: me.managedDevices.DeleteDeviceConfigurationStates parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice - name: deviceConfigurationState-id in: path description: The unique identifier of deviceConfigurationState required: true schema: type: string x-ms-docs-key-type: deviceConfigurationState '/me/managedDevices/{managedDevice-id}/deviceConfigurationStates/$count': description: Provides operations to count the resources in the collection. get: tags: - me.managedDevice summary: Get the number of the resource operationId: me.managedDevices.deviceConfigurationStates.GetCount-c4ef parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice '/me/managedDevices/{managedDevice-id}/logCollectionRequests': description: Provides operations to manage the logCollectionRequests property of the microsoft.graph.managedDevice entity. get: tags: - me.managedDevice summary: Get logCollectionRequests from me description: List of log collection requests operationId: me.managedDevices.ListLogCollectionRequests parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.deviceLogCollectionResponseCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.managedDevice summary: Create new navigation property to logCollectionRequests for me operationId: me.managedDevices.CreateLogCollectionRequests requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceLogCollectionResponse' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceLogCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice '/me/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}': description: Provides operations to manage the logCollectionRequests property of the microsoft.graph.managedDevice entity. get: tags: - me.managedDevice summary: Get logCollectionRequests from me description: List of log collection requests operationId: me.managedDevices.GetLogCollectionRequests parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceLogCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.managedDevice summary: Update the navigation property logCollectionRequests in me operationId: me.managedDevices.UpdateLogCollectionRequests requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceLogCollectionResponse' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceLogCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.managedDevice summary: Delete navigation property logCollectionRequests for me operationId: me.managedDevices.DeleteLogCollectionRequests parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice - name: deviceLogCollectionResponse-id in: path description: The unique identifier of deviceLogCollectionResponse required: true schema: type: string x-ms-docs-key-type: deviceLogCollectionResponse '/me/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/createDownloadUrl': description: Provides operations to call the createDownloadUrl method. post: tags: - me.Actions summary: Invoke action createDownloadUrl operationId: me.managedDevices.managedDevice.logCollectionRequests.deviceLogCollectionResponse.createDownloadUrl responses: 2XX: description: Success content: application/json: schema: type: object properties: value: type: string nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice - name: deviceLogCollectionResponse-id in: path description: The unique identifier of deviceLogCollectionResponse required: true schema: type: string x-ms-docs-key-type: deviceLogCollectionResponse '/me/managedDevices/{managedDevice-id}/logCollectionRequests/$count': description: Provides operations to count the resources in the collection. get: tags: - me.managedDevice summary: Get the number of the resource operationId: me.managedDevices.logCollectionRequests.GetCount-3d53 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice '/me/managedDevices/{managedDevice-id}/bypassActivationLock': description: Provides operations to call the bypassActivationLock method. post: tags: - me.Actions summary: Invoke action bypassActivationLock description: Bypass activation lock externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-devices-manageddevice-bypassactivationlock?view=graph-rest-1.0 operationId: me.managedDevices.managedDevice.bypassActivationLock responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice '/me/managedDevices/{managedDevice-id}/cleanWindowsDevice': description: Provides operations to call the cleanWindowsDevice method. post: tags: - me.Actions summary: Invoke action cleanWindowsDevice description: Clean Windows device externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-devices-manageddevice-cleanwindowsdevice?view=graph-rest-1.0 operationId: me.managedDevices.managedDevice.cleanWindowsDevice requestBody: description: Action parameters content: application/json: schema: type: object properties: keepUserData: type: boolean default: false required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice '/me/managedDevices/{managedDevice-id}/deleteUserFromSharedAppleDevice': description: Provides operations to call the deleteUserFromSharedAppleDevice method. post: tags: - me.Actions summary: Invoke action deleteUserFromSharedAppleDevice description: Delete user from shared Apple device externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-devices-manageddevice-deleteuserfromsharedappledevice?view=graph-rest-1.0 operationId: me.managedDevices.managedDevice.deleteUserFromSharedAppleDevice requestBody: description: Action parameters content: application/json: schema: type: object properties: userPrincipalName: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice '/me/managedDevices/{managedDevice-id}/disableLostMode': description: Provides operations to call the disableLostMode method. post: tags: - me.Actions summary: Invoke action disableLostMode description: Disable lost mode externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-devices-manageddevice-disablelostmode?view=graph-rest-1.0 operationId: me.managedDevices.managedDevice.disableLostMode responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice '/me/managedDevices/{managedDevice-id}/locateDevice': description: Provides operations to call the locateDevice method. post: tags: - me.Actions summary: Invoke action locateDevice description: Locate a device externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-devices-manageddevice-locatedevice?view=graph-rest-1.0 operationId: me.managedDevices.managedDevice.locateDevice responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice '/me/managedDevices/{managedDevice-id}/logoutSharedAppleDeviceActiveUser': description: Provides operations to call the logoutSharedAppleDeviceActiveUser method. post: tags: - me.Actions summary: Invoke action logoutSharedAppleDeviceActiveUser description: Logout shared Apple device active user externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-devices-manageddevice-logoutsharedappledeviceactiveuser?view=graph-rest-1.0 operationId: me.managedDevices.managedDevice.logoutSharedAppleDeviceActiveUser responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice '/me/managedDevices/{managedDevice-id}/rebootNow': description: Provides operations to call the rebootNow method. post: tags: - me.Actions summary: Invoke action rebootNow description: Reboot device externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-devices-manageddevice-rebootnow?view=graph-rest-1.0 operationId: me.managedDevices.managedDevice.rebootNow responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice '/me/managedDevices/{managedDevice-id}/recoverPasscode': description: Provides operations to call the recoverPasscode method. post: tags: - me.Actions summary: Invoke action recoverPasscode description: Recover passcode externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-devices-manageddevice-recoverpasscode?view=graph-rest-1.0 operationId: me.managedDevices.managedDevice.recoverPasscode responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice '/me/managedDevices/{managedDevice-id}/remoteLock': description: Provides operations to call the remoteLock method. post: tags: - me.Actions summary: Invoke action remoteLock description: Remote lock externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-devices-manageddevice-remotelock?view=graph-rest-1.0 operationId: me.managedDevices.managedDevice.remoteLock responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice '/me/managedDevices/{managedDevice-id}/requestRemoteAssistance': description: Provides operations to call the requestRemoteAssistance method. post: tags: - me.Actions summary: Invoke action requestRemoteAssistance description: Request remote assistance externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-devices-manageddevice-requestremoteassistance?view=graph-rest-1.0 operationId: me.managedDevices.managedDevice.requestRemoteAssistance responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice '/me/managedDevices/{managedDevice-id}/resetPasscode': description: Provides operations to call the resetPasscode method. post: tags: - me.Actions summary: Invoke action resetPasscode description: Reset passcode externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-devices-manageddevice-resetpasscode?view=graph-rest-1.0 operationId: me.managedDevices.managedDevice.resetPasscode responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice '/me/managedDevices/{managedDevice-id}/retire': description: Provides operations to call the retire method. post: tags: - me.Actions summary: Invoke action retire description: Retire a device externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-devices-manageddevice-retire?view=graph-rest-1.0 operationId: me.managedDevices.managedDevice.retire responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice '/me/managedDevices/{managedDevice-id}/shutDown': description: Provides operations to call the shutDown method. post: tags: - me.Actions summary: Invoke action shutDown description: Shut down device externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-devices-manageddevice-shutdown?view=graph-rest-1.0 operationId: me.managedDevices.managedDevice.shutDown responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice '/me/managedDevices/{managedDevice-id}/syncDevice': description: Provides operations to call the syncDevice method. post: tags: - me.Actions summary: Invoke action syncDevice description: Not yet documented externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-devices-manageddevice-syncdevice?view=graph-rest-1.0 operationId: me.managedDevices.managedDevice.syncDevice responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice '/me/managedDevices/{managedDevice-id}/updateWindowsDeviceAccount': description: Provides operations to call the updateWindowsDeviceAccount method. post: tags: - me.Actions summary: Invoke action updateWindowsDeviceAccount description: Not yet documented externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-devices-manageddevice-updatewindowsdeviceaccount?view=graph-rest-1.0 operationId: me.managedDevices.managedDevice.updateWindowsDeviceAccount requestBody: description: Action parameters content: application/json: schema: type: object properties: updateWindowsDeviceAccountActionParameter: anyOf: - $ref: '#/components/schemas/microsoft.graph.updateWindowsDeviceAccountActionParameter' - type: object nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice '/me/managedDevices/{managedDevice-id}/windowsDefenderScan': description: Provides operations to call the windowsDefenderScan method. post: tags: - me.Actions summary: Invoke action windowsDefenderScan description: Not yet documented externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-devices-manageddevice-windowsdefenderscan?view=graph-rest-1.0 operationId: me.managedDevices.managedDevice.windowsDefenderScan requestBody: description: Action parameters content: application/json: schema: type: object properties: quickScan: type: boolean default: false required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice '/me/managedDevices/{managedDevice-id}/windowsDefenderUpdateSignatures': description: Provides operations to call the windowsDefenderUpdateSignatures method. post: tags: - me.Actions summary: Invoke action windowsDefenderUpdateSignatures description: Not yet documented externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-devices-manageddevice-windowsdefenderupdatesignatures?view=graph-rest-1.0 operationId: me.managedDevices.managedDevice.windowsDefenderUpdateSignatures responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice '/me/managedDevices/{managedDevice-id}/wipe': description: Provides operations to call the wipe method. post: tags: - me.Actions summary: Invoke action wipe description: Wipe a device externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-devices-manageddevice-wipe?view=graph-rest-1.0 operationId: me.managedDevices.managedDevice.wipe requestBody: description: Action parameters content: application/json: schema: type: object properties: keepEnrollmentData: type: boolean default: false nullable: true keepUserData: type: boolean default: false nullable: true macOsUnlockCode: type: string nullable: true persistEsimDataPlan: type: boolean default: false nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice '/me/managedDevices/{managedDevice-id}/users': description: Provides operations to manage the users property of the microsoft.graph.managedDevice entity. get: tags: - me.managedDevice summary: Get users from me description: The primary users associated with the managed device. operationId: me.managedDevices.ListUsers parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.userCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice '/me/managedDevices/{managedDevice-id}/windowsProtectionState': description: Provides operations to manage the windowsProtectionState property of the microsoft.graph.managedDevice entity. get: tags: - me.managedDevice summary: Get windowsProtectionState from me description: The device protection status. This property is read-only. operationId: me.managedDevices.GetWindowsProtectionState parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsProtectionState' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.managedDevice summary: Update the navigation property windowsProtectionState in me operationId: me.managedDevices.UpdateWindowsProtectionState requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsProtectionState' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsProtectionState' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.managedDevice summary: Delete navigation property windowsProtectionState for me operationId: me.managedDevices.DeleteWindowsProtectionState parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice '/me/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState': description: Provides operations to manage the detectedMalwareState property of the microsoft.graph.windowsProtectionState entity. get: tags: - me.managedDevice summary: Get detectedMalwareState from me description: Device malware list operationId: me.managedDevices.windowsProtectionState.ListDetectedMalwareState parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.windowsDeviceMalwareStateCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.managedDevice summary: Create new navigation property to detectedMalwareState for me operationId: me.managedDevices.windowsProtectionState.CreateDetectedMalwareState requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsDeviceMalwareState' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsDeviceMalwareState' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice '/me/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}': description: Provides operations to manage the detectedMalwareState property of the microsoft.graph.windowsProtectionState entity. get: tags: - me.managedDevice summary: Get detectedMalwareState from me description: Device malware list operationId: me.managedDevices.windowsProtectionState.GetDetectedMalwareState parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsDeviceMalwareState' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.managedDevice summary: Update the navigation property detectedMalwareState in me operationId: me.managedDevices.windowsProtectionState.UpdateDetectedMalwareState requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsDeviceMalwareState' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsDeviceMalwareState' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.managedDevice summary: Delete navigation property detectedMalwareState for me operationId: me.managedDevices.windowsProtectionState.DeleteDetectedMalwareState parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice - name: windowsDeviceMalwareState-id in: path description: The unique identifier of windowsDeviceMalwareState required: true schema: type: string x-ms-docs-key-type: windowsDeviceMalwareState '/me/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/$count': description: Provides operations to count the resources in the collection. get: tags: - me.managedDevice summary: Get the number of the resource operationId: me.managedDevices.windowsProtectionState.detectedMalwareState.GetCount-16e6 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice /me/managedDevices/$count: description: Provides operations to count the resources in the collection. get: tags: - me.managedDevice summary: Get the number of the resource operationId: me.managedDevices.GetCount-ff2a parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /me/manager: description: Provides operations to manage the manager property of the microsoft.graph.user entity. get: tags: - me.directoryObject summary: Get manager from me description: The user or contact that is this user's manager. Read-only. Supports $expand. operationId: me.GetManager parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /me/manager/$ref: description: Provides operations to manage the collection of user entities. get: tags: - me.directoryObject summary: Get ref of manager from me description: The user or contact that is this user's manager. Read-only. Supports $expand. operationId: me.GetRefManager responses: 2XX: description: Retrieved navigation property link content: application/json: schema: type: string 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation put: tags: - me.directoryObject summary: Update the ref of navigation property manager in me operationId: me.UpdateRefManager requestBody: $ref: '#/components/requestBodies/refPutBody' responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.directoryObject summary: Delete ref of navigation property manager for me operationId: me.DeleteRefManager parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /me/memberOf: description: Provides operations to manage the memberOf property of the microsoft.graph.user entity. get: tags: - me.directoryObject summary: Get memberOf from me description: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. operationId: me.ListMemberOf parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation '/me/memberOf/{directoryObject-id}': description: Provides operations to manage the memberOf property of the microsoft.graph.user entity. get: tags: - me.directoryObject summary: Get memberOf from me description: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. operationId: me.GetMemberOf parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/me/memberOf/{directoryObject-id}/graph.administrativeUnit': description: Casts the previous resource to administrativeUnit. get: tags: - me.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.administrativeUnit operationId: me.GetMemberOf.AsAdministrativeUnit parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.administrativeUnit' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/me/memberOf/{directoryObject-id}/graph.directoryRole': description: Casts the previous resource to directoryRole. get: tags: - me.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.directoryRole operationId: me.GetMemberOf.AsDirectoryRole parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryRole' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/me/memberOf/{directoryObject-id}/graph.group': description: Casts the previous resource to group. get: tags: - me.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.group operationId: me.GetMemberOf.AsGroup parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.group' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject /me/memberOf/$count: description: Provides operations to count the resources in the collection. get: tags: - me.directoryObject summary: Get the number of the resource operationId: me.memberOf.GetCount-c1c2 parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /me/memberOf/graph.administrativeUnit: description: Casts the previous resource to administrativeUnit. get: tags: - me.directoryObject summary: Get the items of type microsoft.graph.administrativeUnit in the microsoft.graph.directoryObject collection operationId: me.ListMemberOf.AsAdministrativeUnit parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.administrativeUnitCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /me/memberOf/graph.administrativeUnit/$count: description: Provides operations to count the resources in the collection. get: tags: - me.directoryObject summary: Get the number of the resource operationId: me.MemberOf.GetCount.AsAdministrativeUnit-03cf parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /me/memberOf/graph.directoryRole: description: Casts the previous resource to directoryRole. get: tags: - me.directoryObject summary: Get the items of type microsoft.graph.directoryRole in the microsoft.graph.directoryObject collection operationId: me.ListMemberOf.AsDirectoryRole parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.directoryRoleCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /me/memberOf/graph.directoryRole/$count: description: Provides operations to count the resources in the collection. get: tags: - me.directoryObject summary: Get the number of the resource operationId: me.MemberOf.GetCount.AsDirectoryRole-d7bf parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /me/memberOf/graph.group: description: Casts the previous resource to group. get: tags: - me.directoryObject summary: Get the items of type microsoft.graph.group in the microsoft.graph.directoryObject collection operationId: me.ListMemberOf.AsGroup parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.groupCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /me/memberOf/graph.group/$count: description: Provides operations to count the resources in the collection. get: tags: - me.directoryObject summary: Get the number of the resource operationId: me.MemberOf.GetCount.AsGroup-81db parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /me/messages: description: Provides operations to manage the messages property of the microsoft.graph.user entity. get: tags: - me.message summary: Get open extension description: Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0 operationId: me.ListMessages parameters: - name: includeHiddenMessages in: query description: Include Hidden Messages schema: type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.messageCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.message summary: Create message description: "Create a draft of a new message in either JSON or MIME format. When using JSON format, you can:\n- Include an attachment to the message.\n- Update the draft later to add content to the body or change other message properties. When using MIME format:\n- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.\n- /* Add any attachments and S/MIME properties to the MIME content. By default, this operation saves the draft in the Drafts folder. Send the draft message in a subsequent operation. Alternatively, send a new message in a single operation, or create a draft to forward, reply and reply-all to an existing message." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/user-post-messages?view=graph-rest-1.0 operationId: me.CreateMessages requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.message' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.message' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/me/messages/{message-id}': description: Provides operations to manage the messages property of the microsoft.graph.user entity. get: tags: - me.message summary: Get singleValueLegacyExtendedProperty description: "You can get a single resource instance expanded with a specific extended property, or a collection of resource instances\nthat include extended properties matching a filter. Using the query parameter $expand allows you to get the specified resource instance expanded with a specific extended\nproperty. Use a $filter and eq operator on the id property to specify the extended property. This is currently the only way to get the singleValueLegacyExtendedProperty object that represents an extended property. To get resource instances that have certain extended properties, use the $filter query parameter and apply an eq operator\non the id property. In addition, for numeric extended properties, apply one of the following operators on the value property:\neq, ne,ge, gt, le, or lt. For string-typed extended properties, apply a contains, startswith, eq, or ne operator on value. The filter is applied to all instances of the resource in the signed-in user's mailbox. Filtering the string name (Name) in the id of an extended property is case-sensitive. Filtering the value property of an extended\nproperty is case-insensitive. The following user resources are supported: As well as the following group resources: See Extended properties overview for more information about when to use\nopen extensions or extended properties, and how to specify extended properties." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/singlevaluelegacyextendedproperty-get?view=graph-rest-1.0 operationId: me.GetMessages parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.message' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.message summary: Update message description: Update the properties of a message object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-update?view=graph-rest-1.0 operationId: me.UpdateMessages requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.message' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.message' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.message summary: Delete eventMessage description: Delete eventMessage. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/eventmessage-delete?view=graph-rest-1.0 operationId: me.DeleteMessages parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message '/me/messages/{message-id}/$value': description: Provides operations to manage the media for the user entity. get: tags: - me.message summary: Get open extension description: Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0 operationId: me.GetMessagesContent parameters: - name: includeHiddenMessages in: query description: Include Hidden Messages schema: type: string responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - me.message summary: Update message description: Update the properties of a message object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-update?view=graph-rest-1.0 operationId: me.UpdateMessagesContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - me.message summary: Delete eventMessage description: Delete eventMessage. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/eventmessage-delete?view=graph-rest-1.0 operationId: me.DeleteMessagesContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message '/me/messages/{message-id}/attachments': description: Provides operations to manage the attachments property of the microsoft.graph.message entity. get: tags: - me.message summary: List attachments description: Retrieve a list of attachment objects attached to a message. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-list-attachments?view=graph-rest-1.0 operationId: me.messages.ListAttachments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.message summary: Add attachment description: "Use this API to add an attachment to a message. An attachment can be one of the following types: All these types of attachment resources are derived from the attachment\nresource. You can add an attachment to an existing message by posting to its attachments collection, or you can\nadd an attachment to a message that is being created and sent on the fly. This operation limits the size of the attachment you can add to under 3 MB." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-post-attachments?view=graph-rest-1.0 operationId: me.messages.CreateAttachments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message x-ms-docs-grouped-path: - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments' - '/me/mailFolders/{mailFolder-id}/messages/{message-id}/attachments' '/me/messages/{message-id}/attachments/{attachment-id}': description: Provides operations to manage the attachments property of the microsoft.graph.message entity. get: tags: - me.message summary: Get attachment description: 'Read the properties, relationships, or raw contents of an attachment that is attached to a user event, message, or group post. An attachment can be one of the following types: All these types of attachments are derived from the attachment resource.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0 operationId: me.messages.GetAttachments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.message summary: Delete navigation property attachments for me operationId: me.messages.DeleteAttachments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message - name: attachment-id in: path description: The unique identifier of attachment required: true schema: type: string x-ms-docs-key-type: attachment x-ms-docs-grouped-path: - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/{attachment-id}' - '/me/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/{attachment-id}' '/me/messages/{message-id}/attachments/$count': description: Provides operations to count the resources in the collection. get: tags: - me.message summary: Get the number of the resource operationId: me.messages.attachments.GetCount-2181 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message '/me/messages/{message-id}/attachments/createUploadSession': description: Provides operations to call the createUploadSession method. post: tags: - me.Actions summary: Invoke action createUploadSession description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 operationId: me.messages.message.attachments.createUploadSession requestBody: description: Action parameters content: application/json: schema: type: object properties: AttachmentItem: $ref: '#/components/schemas/microsoft.graph.attachmentItem' required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.uploadSession' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/attachments/createUploadSession' - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendar/events/{event-id}/attachments/createUploadSession' - '/me/calendar/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/createUploadSession' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/createUploadSession' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendars/{calendar-id}/calendarView/{event-id}/attachments/createUploadSession' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendars/{calendar-id}/events/{event-id}/attachments/createUploadSession' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendarView/{event-id}/attachments/createUploadSession' - '/me/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/events/{event-id}/attachments/createUploadSession' - '/me/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/createUploadSession' - '/me/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/createUploadSession' - '/me/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/createUploadSession' '/me/messages/{message-id}/extensions': description: Provides operations to manage the extensions property of the microsoft.graph.message entity. get: tags: - me.message summary: Get open extension description: Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. operationId: me.messages.ListExtensions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.message summary: Create open extension description: 'Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0 operationId: me.messages.CreateExtensions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message x-ms-docs-grouped-path: - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions' - '/me/mailFolders/{mailFolder-id}/messages/{message-id}/extensions' '/me/messages/{message-id}/extensions/{extension-id}': description: Provides operations to manage the extensions property of the microsoft.graph.message entity. get: tags: - me.message summary: Get open extension description: Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0 operationId: me.messages.GetExtensions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.message summary: Update the navigation property extensions in me operationId: me.messages.UpdateExtensions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.message summary: Delete open extension description: 'Delete an open extension (openTypeExtension object) from the specified instance of a resource. For the list of resources that support open extensions, see the table in the Permissions section.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/opentypeextension-delete?view=graph-rest-1.0 operationId: me.messages.DeleteExtensions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message - name: extension-id in: path description: The unique identifier of extension required: true schema: type: string x-ms-docs-key-type: extension x-ms-docs-grouped-path: - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}' - '/me/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}' '/me/messages/{message-id}/extensions/$count': description: Provides operations to count the resources in the collection. get: tags: - me.message summary: Get the number of the resource operationId: me.messages.extensions.GetCount-d960 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message '/me/messages/{message-id}/copy': description: Provides operations to call the copy method. post: tags: - me.Actions summary: Invoke action copy description: Copy a message to a folder within the user's mailbox. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-1.0 operationId: me.messages.message.copy requestBody: description: Action parameters content: application/json: schema: type: object properties: DestinationId: type: string required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.message' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message x-ms-docs-grouped-path: - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/copy' - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/copy' - '/me/mailFolders/{mailFolder-id}/messages/{message-id}/copy' - '/me/mailFolders/{mailFolder-id}/copy' '/me/messages/{message-id}/createForward': description: Provides operations to call the createForward method. post: tags: - me.Actions summary: Invoke action createForward description: "Create a draft to forward an existing message, in either JSON or MIME format. When using JSON format, you can:\n- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.\n- Specify either the toRecipients parameter or the toRecipients property of the message parameter. Specifying both or specifying neither will return an HTTP 400 Bad Request error.\n- Update the draft later to add content to the body or change other message properties. When using MIME format:\n- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.\n- Add any attachments and S/MIME properties to the MIME content. Send the draft message in a subsequent operation. Alternatively, forward a message in a single operation." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-createforward?view=graph-rest-1.0 operationId: me.messages.message.createForward requestBody: description: Action parameters content: application/json: schema: type: object properties: ToRecipients: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' Message: anyOf: - $ref: '#/components/schemas/microsoft.graph.message' - type: object nullable: true Comment: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.message' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message x-ms-docs-grouped-path: - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createForward' - '/me/mailFolders/{mailFolder-id}/messages/{message-id}/createForward' '/me/messages/{message-id}/createReply': description: Provides operations to call the createReply method. post: tags: - me.Actions summary: Invoke action createReply description: "Create a draft to reply to the sender of a message in either JSON or MIME format. When using JSON format:\n- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.\n- If replyTo is specified in the original message, per Internet Message Format (RFC 2822), you should send the reply to the recipients in replyTo, and not the recipients in from.\n- You can update the draft later to add reply content to the body or change other message properties. When using MIME format:\n- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.\n- Add any attachments and S/MIME properties to the MIME content. Send the draft message in a subsequent operation. Alternatively, reply to a message in a single operation." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-createreply?view=graph-rest-1.0 operationId: me.messages.message.createReply requestBody: description: Action parameters content: application/json: schema: type: object properties: Message: anyOf: - $ref: '#/components/schemas/microsoft.graph.message' - type: object nullable: true Comment: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.message' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message x-ms-docs-grouped-path: - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createReply' - '/me/mailFolders/{mailFolder-id}/messages/{message-id}/createReply' '/me/messages/{message-id}/createReplyAll': description: Provides operations to call the createReplyAll method. post: tags: - me.Actions summary: Invoke action createReplyAll description: "Create a draft to reply to the sender and all recipients of a message in either JSON or MIME format. When using JSON format:\n- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.\n- If the original message specifies a recipient in the replyTo property, per Internet Message Format (RFC 2822), you should send the reply to the recipients in the replyTo and toRecipients properties, and not the recipients in the from and toRecipients properties.\n- You can update the draft later to add reply content to the body or change other message properties. When using MIME format:\n- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.\n- Add any attachments and S/MIME properties to the MIME content. Send the draft message in a subsequent operation. Alternatively, reply-all to a message in a single action." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-createreplyall?view=graph-rest-1.0 operationId: me.messages.message.createReplyAll requestBody: description: Action parameters content: application/json: schema: type: object properties: Message: anyOf: - $ref: '#/components/schemas/microsoft.graph.message' - type: object nullable: true Comment: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.message' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message x-ms-docs-grouped-path: - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createReplyAll' - '/me/mailFolders/{mailFolder-id}/messages/{message-id}/createReplyAll' '/me/messages/{message-id}/forward': description: Provides operations to call the forward method. post: tags: - me.Actions summary: Invoke action forward description: "Forward a message using either JSON or MIME format. When using JSON format, you can:\n- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.\n- Specify either the toRecipients parameter or the toRecipients property of the message parameter. Specifying both or specifying neither will return an HTTP 400 Bad Request error. When using MIME format:\n- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.\n- Add any attachments and S/MIME properties to the MIME content. This method saves the message in the Sent Items folder. Alternatively, create a draft to forward a message, and send it later." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-forward?view=graph-rest-1.0 operationId: me.messages.message.forward requestBody: description: Action parameters content: application/json: schema: type: object properties: ToRecipients: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' Message: anyOf: - $ref: '#/components/schemas/microsoft.graph.message' - type: object nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/forward' - '/me/calendar/calendarView/{event-id}/forward' - '/me/calendar/events/{event-id}/instances/{event-id1}/forward' - '/me/calendar/events/{event-id}/forward' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/forward' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/forward' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/forward' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/forward' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/forward' - '/me/calendars/{calendar-id}/calendarView/{event-id}/forward' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/forward' - '/me/calendars/{calendar-id}/events/{event-id}/forward' - '/me/calendarView/{event-id}/instances/{event-id1}/forward' - '/me/calendarView/{event-id}/forward' - '/me/events/{event-id}/instances/{event-id1}/forward' - '/me/events/{event-id}/forward' - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/forward' - '/me/mailFolders/{mailFolder-id}/messages/{message-id}/forward' '/me/messages/{message-id}/move': description: Provides operations to call the move method. post: tags: - me.Actions summary: Invoke action move description: Move a message to another folder within the specified user's mailbox. This creates a new copy of the message in the destination folder and removes the original message. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-move?view=graph-rest-1.0 operationId: me.messages.message.move requestBody: description: Action parameters content: application/json: schema: type: object properties: DestinationId: type: string required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.message' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message x-ms-docs-grouped-path: - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/move' - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/move' - '/me/mailFolders/{mailFolder-id}/messages/{message-id}/move' - '/me/mailFolders/{mailFolder-id}/move' '/me/messages/{message-id}/reply': description: Provides operations to call the reply method. post: tags: - me.Actions summary: Invoke action reply description: "Reply to the sender of a message using either JSON or MIME format. When using JSON format:\n* Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.\n* If the original message specifies a recipient in the replyTo property, per Internet Message Format (RFC 2822), send the reply to the recipients in replyTo and not the recipient in the from property. When using MIME format:\n- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.\n- Add any attachments and S/MIME properties to the MIME content. This method saves the message in the Sent Items folder. Alternatively, create a draft to reply to an existing message and send it later." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-reply?view=graph-rest-1.0 operationId: me.messages.message.reply requestBody: description: Action parameters content: application/json: schema: type: object properties: Message: anyOf: - $ref: '#/components/schemas/microsoft.graph.message' - type: object nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message x-ms-docs-grouped-path: - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/reply' - '/me/mailFolders/{mailFolder-id}/messages/{message-id}/reply' '/me/messages/{message-id}/replyAll': description: Provides operations to call the replyAll method. post: tags: - me.Actions summary: Invoke action replyAll description: "Reply to all recipients of a message using either JSON or MIME format. When using JSON format:\n- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.\n- If the original message specifies a recipient in the replyTo property, per Internet Message Format (RFC 2822), send the reply to the recipients in replyTo and not the recipient in the from property. When using MIME format:\n- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.\n- Add any attachments and S/MIME properties to the MIME content. This method saves the message in the Sent Items folder. Alternatively, create a draft to reply-all to a message and send it later." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-replyall?view=graph-rest-1.0 operationId: me.messages.message.replyAll requestBody: description: Action parameters content: application/json: schema: type: object properties: Message: anyOf: - $ref: '#/components/schemas/microsoft.graph.message' - type: object nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message x-ms-docs-grouped-path: - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/replyAll' - '/me/mailFolders/{mailFolder-id}/messages/{message-id}/replyAll' '/me/messages/{message-id}/send': description: Provides operations to call the send method. post: tags: - me.Actions summary: Invoke action send description: 'Send an existing draft message. The draft message can be a new message draft, reply draft, reply-all draft, or a forward draft. This method saves the message in the Sent Items folder. Alternatively, send a new message in a single operation.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-send?view=graph-rest-1.0 operationId: me.messages.message.send responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message x-ms-docs-grouped-path: - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/send' - '/me/mailFolders/{mailFolder-id}/messages/{message-id}/send' /me/messages/$count: description: Provides operations to count the resources in the collection. get: tags: - me.message summary: Get the number of the resource operationId: me.messages.GetCount-a82e parameters: - name: includeHiddenMessages in: query description: Include Hidden Messages schema: type: string - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /me/messages/delta(): description: Provides operations to call the delta method. get: tags: - me.Functions summary: Invoke function delta description: "Get a set of messages that have been added, deleted, or updated in a specified folder. A delta function call for messages in a folder is similar to a GET request, except that by appropriately\napplying state tokens in one or more of these calls, you can [query for incremental changes in the messages in\nthat folder](/graph/delta-query-messages). This allows you to maintain and synchronize a local store of a user's messages without\nhaving to fetch the entire set of messages from the server every time." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-1.0 operationId: me.messages.delta parameters: - name: changeType in: query description: 'A custom query option to filter the delta response based on the type of change. Supported values are created, updated or deleted.' schema: type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of message type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.message' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/delta()' - /me/calendar/calendarView/delta() - '/me/calendar/events/{event-id}/instances/delta()' - /me/calendar/events/delta() - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/me/calendars/{calendar-id}/calendarView/delta()' - '/me/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/me/calendars/{calendar-id}/events/delta()' - '/me/calendarView/{event-id}/instances/delta()' - /me/calendarView/delta() - '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/delta()' - '/me/chats/{chat-id}/messages/delta()' - '/me/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta()' - '/me/contactFolders/{contactFolder-id}/childFolders/delta()' - '/me/contactFolders/{contactFolder-id}/contacts/delta()' - /me/contactFolders/delta() - /me/contacts/delta() - '/me/events/{event-id}/instances/delta()' - /me/events/delta() - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta()' - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/delta()' - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta()' - '/me/joinedTeams/{team-id}/primaryChannel/messages/delta()' - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta()' - '/me/mailFolders/{mailFolder-id}/childFolders/delta()' - '/me/mailFolders/{mailFolder-id}/messages/delta()' - /me/mailFolders/delta() - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' - /me/todo/lists/delta() /me/assignLicense: description: Provides operations to call the assignLicense method. post: tags: - me.Actions summary: Invoke action assignLicense description: Add or remove subscriptions for the user. You can also enable and disable specific plans associated with a subscription. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/user-assignlicense?view=graph-rest-1.0 operationId: me.assignLicense requestBody: $ref: '#/components/requestBodies/assignLicenseRequestBody' responses: 2XX: $ref: '#/components/responses/assignLicenseResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action /me/changePassword: description: Provides operations to call the changePassword method. post: tags: - me.Actions summary: Invoke action changePassword description: Enable the user to update their password. Any user can update their password without belonging to any administrator role. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0 operationId: me.changePassword requestBody: $ref: '#/components/requestBodies/changePasswordRequestBody' responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action /me/checkMemberGroups: description: Provides operations to call the checkMemberGroups method. post: tags: - me.Actions summary: Invoke action checkMemberGroups description: 'Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0 operationId: me.checkMemberGroups requestBody: description: Action parameters content: application/json: schema: type: object properties: groupIds: type: array items: type: string required: true responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: type: string 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /me/checkMemberObjects: description: Provides operations to call the checkMemberObjects method. post: tags: - me.Actions summary: Invoke action checkMemberObjects description: 'Check for membership in a list of group IDs, administrative unit IDs, or directory role IDs, for the IDs of the specified user, group, service principal, organizational contact, device, or directory object. This method is transitive.' operationId: me.checkMemberObjects requestBody: description: Action parameters content: application/json: schema: type: object properties: ids: type: array items: type: string required: true responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: type: string 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /me/exportDeviceAndAppManagementData(): description: Provides operations to call the exportDeviceAndAppManagementData method. get: tags: - me.Functions summary: Invoke function exportDeviceAndAppManagementData operationId: me.exportDeviceAndAppManagementData-1a02 responses: 2XX: $ref: '#/components/responses/exportDeviceAndAppManagementDataResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-docs-grouped-path: - '/me/exportDeviceAndAppManagementData(skip={skip},top={top})' '/me/exportDeviceAndAppManagementData(skip={skip},top={top})': description: Provides operations to call the exportDeviceAndAppManagementData method. get: tags: - me.Functions summary: Invoke function exportDeviceAndAppManagementData operationId: me.exportDeviceAndAppManagementData-fd7c responses: 2XX: $ref: '#/components/responses/exportDeviceAndAppManagementDataResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: skip in: path description: 'Usage: skip={skip}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 - name: top in: path description: 'Usage: top={top}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - /me/exportDeviceAndAppManagementData() /me/exportPersonalData: description: Provides operations to call the exportPersonalData method. post: tags: - me.Actions summary: Invoke action exportPersonalData description: 'Submit a data policy operation request from a company administrator or an application to export an organizational user''s data. This data includes the user''s data stored in OneDrive and their activity reports. For more information about exporting data while complying with regulations, see Data Subject Requests and the GDPR and CCPA.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-1.0 operationId: me.exportPersonalData requestBody: $ref: '#/components/requestBodies/exportPersonalDataRequestBody' responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action /me/findMeetingTimes: description: Provides operations to call the findMeetingTimes method. post: tags: - me.Actions summary: Invoke action findMeetingTimes description: "Suggest meeting times and locations based on organizer and attendee availability, and time or location constraints specified as parameters. If findMeetingTimes cannot return any meeting suggestions, the response would indicate a reason in the emptySuggestionsReason property.\nBased on this value, you can better adjust the parameters and call findMeetingTimes again. The algorithm used to suggest meeting times and locations undergoes fine-tuning from time to time. In scenarios like test environments where the input parameters and calendar data remain static, expect that the suggested results may differ over time." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-1.0 operationId: me.findMeetingTimes requestBody: $ref: '#/components/requestBodies/findMeetingTimesRequestBody' responses: 2XX: $ref: '#/components/responses/findMeetingTimesResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action /me/getMailTips: description: Provides operations to call the getMailTips method. post: tags: - me.Actions summary: Invoke action getMailTips description: "Get the MailTips of one or more recipients as available to the signed-in user. Note that by making a POST call to the getMailTips action, you can request specific types of MailTips to\nbe returned for more than one recipient at one time. The requested MailTips are returned in a mailTips collection." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/user-getmailtips?view=graph-rest-1.0 operationId: me.getMailTips requestBody: $ref: '#/components/requestBodies/getMailTipsRequestBody' responses: 2XX: $ref: '#/components/responses/getMailTipsResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /me/getManagedAppDiagnosticStatuses(): description: Provides operations to call the getManagedAppDiagnosticStatuses method. get: tags: - me.Functions summary: Invoke function getManagedAppDiagnosticStatuses description: Gets diagnostics validation status for a given user. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-mam-user-getmanagedappdiagnosticstatuses?view=graph-rest-1.0 operationId: me.getManagedAppDiagnosticStatuses parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: 2XX: $ref: '#/components/responses/getManagedAppDiagnosticStatusesResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /me/getManagedAppPolicies(): description: Provides operations to call the getManagedAppPolicies method. get: tags: - me.Functions summary: Invoke function getManagedAppPolicies description: Gets app restrictions for a given user. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-mam-user-getmanagedapppolicies?view=graph-rest-1.0 operationId: me.getManagedAppPolicies parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/getManagedAppPoliciesResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /me/getManagedDevicesWithAppFailures(): description: Provides operations to call the getManagedDevicesWithAppFailures method. get: tags: - me.Functions summary: Invoke function getManagedDevicesWithAppFailures description: Retrieves the list of devices with failed apps externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-troubleshooting-user-getmanageddeviceswithappfailures?view=graph-rest-1.0 operationId: me.getManagedDevicesWithAppFailures parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: 2XX: $ref: '#/components/responses/getManagedDevicesWithAppFailuresResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /me/getMemberGroups: description: Provides operations to call the getMemberGroups method. post: tags: - me.Actions summary: Invoke action getMemberGroups description: 'Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0 operationId: me.getMemberGroups requestBody: description: Action parameters content: application/json: schema: type: object properties: securityEnabledOnly: type: boolean default: false nullable: true required: true responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: type: string 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /me/getMemberObjects: description: Provides operations to call the getMemberObjects method. post: tags: - me.Actions summary: Invoke action getMemberObjects description: 'Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0 operationId: me.getMemberObjects requestBody: description: Action parameters content: application/json: schema: type: object properties: securityEnabledOnly: type: boolean default: false nullable: true required: true responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: type: string 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore '/me/reminderView(StartDateTime=''{StartDateTime}'',EndDateTime=''{EndDateTime}'')': description: Provides operations to call the reminderView method. get: tags: - me.Functions summary: Invoke function reminderView externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/user-reminderview?view=graph-rest-1.0 operationId: me.reminderView parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: 2XX: $ref: '#/components/responses/reminderViewResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: StartDateTime in: path description: 'Usage: StartDateTime=''{StartDateTime}''' required: true schema: type: string - name: EndDateTime in: path description: 'Usage: EndDateTime=''{EndDateTime}''' required: true schema: type: string nullable: true /me/removeAllDevicesFromManagement: description: Provides operations to call the removeAllDevicesFromManagement method. post: tags: - me.Actions summary: Invoke action removeAllDevicesFromManagement description: Retire all devices from management for this user externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-devices-user-removealldevicesfrommanagement?view=graph-rest-1.0 operationId: me.removeAllDevicesFromManagement responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action /me/reprocessLicenseAssignment: description: Provides operations to call the reprocessLicenseAssignment method. post: tags: - me.Actions summary: Invoke action reprocessLicenseAssignment description: 'Reprocess all group-based license assignments for the user. To learn more about group-based licensing, see What is group-based licensing in Microsoft Entra ID. Also see Identify and resolve license assignment problems for a group in Microsoft Entra ID for more details.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-1.0 operationId: me.reprocessLicenseAssignment responses: 2XX: $ref: '#/components/responses/reprocessLicenseAssignmentResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action /me/restore: description: Provides operations to call the restore method. post: tags: - me.Actions summary: Invoke action restore description: 'Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. However, security groups cannot be restored. Also, restoring an application doesn''t restore the associated service principal automatically. You must call this API to explicitly restore the deleted service principal. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0 operationId: me.restore responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.directoryObject' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action /me/retryServiceProvisioning: description: Provides operations to call the retryServiceProvisioning method. post: tags: - me.Actions summary: Invoke action retryServiceProvisioning description: Retry the user service provisioning. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/user-retryserviceprovisioning?view=graph-rest-1.0 operationId: me.retryServiceProvisioning responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action /me/revokeSignInSessions: description: Provides operations to call the revokeSignInSessions method. post: tags: - me.Actions summary: Invoke action revokeSignInSessions description: 'Invalidates all the refresh tokens issued to applications for a user (as well as session cookies in a user''s browser), by resetting the signInSessionsValidFromDateTime user property to the current date-time. Typically, this operation is performed (by the user or an administrator) if the user has a lost or stolen device. This operation prevents access to the organization''s data through applications on the device by requiring the user to sign in again to all applications that they have previously consented to, independent of device.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/user-revokesigninsessions?view=graph-rest-1.0 operationId: me.revokeSignInSessions responses: 2XX: $ref: '#/components/responses/revokeSignInSessionsResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action /me/sendMail: description: Provides operations to call the sendMail method. post: tags: - me.Actions summary: Invoke action sendMail description: 'Send the message specified in the request body using either JSON or MIME format. When using JSON format, you can include a file attachment in the same sendMail action call. When using MIME format: This method saves the message in the Sent Items folder. Alternatively, create a draft message to send later. To learn more about the steps involved in the backend before a mail is delivered to recipients, see here.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/user-sendmail?view=graph-rest-1.0 operationId: me.sendMail requestBody: $ref: '#/components/requestBodies/sendMailRequestBody' responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action /me/translateExchangeIds: description: Provides operations to call the translateExchangeIds method. post: tags: - me.Actions summary: Invoke action translateExchangeIds description: Translate identifiers of Outlook-related resources between formats. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-1.0 operationId: me.translateExchangeIds requestBody: $ref: '#/components/requestBodies/translateExchangeIdsRequestBody' responses: 2XX: $ref: '#/components/responses/translateExchangeIdsResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /me/wipeManagedAppRegistrationsByDeviceTag: description: Provides operations to call the wipeManagedAppRegistrationsByDeviceTag method. post: tags: - me.Actions summary: Invoke action wipeManagedAppRegistrationsByDeviceTag description: Issues a wipe operation on an app registration with specified device tag. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-mam-user-wipemanagedappregistrationsbydevicetag?view=graph-rest-1.0 operationId: me.wipeManagedAppRegistrationsByDeviceTag requestBody: $ref: '#/components/requestBodies/wipeManagedAppRegistrationsByDeviceTagRequestBody' responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action /me/oauth2PermissionGrants: description: Provides operations to manage the oauth2PermissionGrants property of the microsoft.graph.user entity. get: tags: - me.oAuth2PermissionGrant summary: Get oauth2PermissionGrants from me operationId: me.ListOauth2PermissionGrants parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.oAuth2PermissionGrantCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation '/me/oauth2PermissionGrants/{oAuth2PermissionGrant-id}': description: Provides operations to manage the oauth2PermissionGrants property of the microsoft.graph.user entity. get: tags: - me.oAuth2PermissionGrant summary: Get oauth2PermissionGrants from me operationId: me.GetOauth2PermissionGrants parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.oAuth2PermissionGrant' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: oAuth2PermissionGrant-id in: path description: The unique identifier of oAuth2PermissionGrant required: true schema: type: string x-ms-docs-key-type: oAuth2PermissionGrant /me/oauth2PermissionGrants/$count: description: Provides operations to count the resources in the collection. get: tags: - me.oAuth2PermissionGrant summary: Get the number of the resource operationId: me.oauth2PermissionGrants.GetCount-2e61 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /me/onenote: description: Provides operations to manage the onenote property of the microsoft.graph.user entity. get: tags: - me.onenote summary: Get onenote from me operationId: me.GetOnenote parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenote' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.onenote summary: Update the navigation property onenote in me operationId: me.UpdateOnenote requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenote' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenote' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.onenote summary: Delete navigation property onenote for me operationId: me.DeleteOnenote parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /me/onenote/notebooks: description: Provides operations to manage the notebooks property of the microsoft.graph.onenote entity. get: tags: - me.onenote summary: List notebooks description: Retrieve a list of notebook objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/onenote-list-notebooks?view=graph-rest-1.0 operationId: me.onenote.ListNotebooks parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.notebookCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.onenote summary: Create notebook description: Create a new OneNote notebook. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/onenote-post-notebooks?view=graph-rest-1.0 operationId: me.onenote.CreateNotebooks requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/me/onenote/notebooks/{notebook-id}': description: Provides operations to manage the notebooks property of the microsoft.graph.onenote entity. get: tags: - me.onenote summary: Get notebook description: Retrieve the properties and relationships of a notebook object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/notebook-get?view=graph-rest-1.0 operationId: me.onenote.GetNotebooks parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.onenote summary: Update the navigation property notebooks in me operationId: me.onenote.UpdateNotebooks requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.onenote summary: Delete navigation property notebooks for me operationId: me.onenote.DeleteNotebooks parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook '/me/onenote/notebooks/{notebook-id}/copyNotebook': description: Provides operations to call the copyNotebook method. post: tags: - me.Actions summary: Invoke action copyNotebook description: 'For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-1.0 operationId: me.onenote.notebooks.notebook.copyNotebook requestBody: description: Action parameters content: application/json: schema: type: object properties: groupId: type: string nullable: true renameAs: type: string nullable: true notebookFolder: type: string nullable: true siteCollectionId: type: string nullable: true siteId: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenoteOperation' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook '/me/onenote/notebooks/{notebook-id}/sectionGroups': description: Provides operations to manage the sectionGroups property of the microsoft.graph.notebook entity. get: tags: - me.onenote summary: List sectionGroups description: Retrieve a list of section groups from the specified notebook. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/notebook-list-sectiongroups?view=graph-rest-1.0 operationId: me.onenote.notebooks.ListSectionGroups parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.sectionGroupCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.onenote summary: Create sectionGroup description: Create a new section group in the specified notebook. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/notebook-post-sectiongroups?view=graph-rest-1.0 operationId: me.onenote.notebooks.CreateSectionGroups requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook '/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}': description: Provides operations to manage the sectionGroups property of the microsoft.graph.notebook entity. get: tags: - me.onenote summary: Get sectionGroups from me description: The section groups in the notebook. Read-only. Nullable. operationId: me.onenote.notebooks.GetSectionGroups parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.onenote summary: Update the navigation property sectionGroups in me operationId: me.onenote.notebooks.UpdateSectionGroups requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.onenote summary: Delete navigation property sectionGroups for me operationId: me.onenote.notebooks.DeleteSectionGroups parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup '/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook': description: Provides operations to manage the parentNotebook property of the microsoft.graph.sectionGroup entity. get: tags: - me.onenote summary: Get parentNotebook from me description: The notebook that contains the section group. Read-only. operationId: me.onenote.notebooks.sectionGroups.GetParentNotebook parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup x-ms-docs-grouped-path: - '/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook' '/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup': description: Provides operations to manage the parentSectionGroup property of the microsoft.graph.sectionGroup entity. get: tags: - me.onenote summary: Get parentSectionGroup from me description: The section group that contains the section group. Read-only. operationId: me.onenote.notebooks.sectionGroups.GetParentSectionGroup parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup x-ms-docs-grouped-path: - '/me/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup' '/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups': description: Provides operations to manage the sectionGroups property of the microsoft.graph.sectionGroup entity. get: tags: - me.onenote summary: Get sectionGroups from me description: The section groups in the section. Read-only. Nullable. operationId: me.onenote.notebooks.sectionGroups.ListSectionGroups parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.sectionGroupCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup x-ms-docs-grouped-path: - '/me/onenote/sectionGroups/{sectionGroup-id}/sectionGroups' '/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}': description: Provides operations to manage the sectionGroups property of the microsoft.graph.sectionGroup entity. get: tags: - me.onenote summary: Get sectionGroups from me description: The section groups in the section. Read-only. Nullable. operationId: me.onenote.notebooks.sectionGroups.GetSectionGroups parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: sectionGroup-id1 in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup x-ms-docs-grouped-path: - '/me/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}' '/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/$count': description: Provides operations to count the resources in the collection. get: tags: - me.onenote summary: Get the number of the resource operationId: me.onenote.notebooks.sectionGroups.sectionGroups.GetCount-ab55 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup '/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections': description: Provides operations to manage the sections property of the microsoft.graph.sectionGroup entity. get: tags: - me.onenote summary: Get sections from me description: The sections in the section group. Read-only. Nullable. operationId: me.onenote.notebooks.sectionGroups.ListSections parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.onenoteSectionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.onenote summary: Create new navigation property to sections for me operationId: me.onenote.notebooks.sectionGroups.CreateSections requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup x-ms-docs-grouped-path: - '/me/onenote/sectionGroups/{sectionGroup-id}/sections' '/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}': description: Provides operations to manage the sections property of the microsoft.graph.sectionGroup entity. get: tags: - me.onenote summary: Get sections from me description: The sections in the section group. Read-only. Nullable. operationId: me.onenote.notebooks.sectionGroups.GetSections parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.onenote summary: Update the navigation property sections in me operationId: me.onenote.notebooks.sectionGroups.UpdateSections requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.onenote summary: Delete navigation property sections for me operationId: me.onenote.notebooks.sectionGroups.DeleteSections parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}' '/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook': description: Provides operations to call the copyToNotebook method. post: tags: - me.Actions summary: Invoke action copyToNotebook description: 'For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0 operationId: me.onenote.notebooks.notebook.sectionGroups.sectionGroup.sections.onenoteSection.copyToNotebook requestBody: description: Action parameters content: application/json: schema: type: object properties: id: type: string nullable: true groupId: type: string nullable: true renameAs: type: string nullable: true siteCollectionId: type: string nullable: true siteId: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenoteOperation' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook' - '/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook' - '/me/onenote/sections/{onenoteSection-id}/copyToNotebook' '/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup': description: Provides operations to call the copyToSectionGroup method. post: tags: - me.Actions summary: Invoke action copyToSectionGroup description: 'For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0 operationId: me.onenote.notebooks.notebook.sectionGroups.sectionGroup.sections.onenoteSection.copyToSectionGroup requestBody: description: Action parameters content: application/json: schema: type: object properties: id: type: string nullable: true groupId: type: string nullable: true renameAs: type: string nullable: true siteCollectionId: type: string nullable: true siteId: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenoteOperation' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup' - '/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup' - '/me/onenote/sections/{onenoteSection-id}/copyToSectionGroup' '/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages': description: Provides operations to manage the pages property of the microsoft.graph.onenoteSection entity. get: tags: - me.onenote summary: Get pages from me description: The collection of pages in the section. Read-only. Nullable. operationId: me.onenote.notebooks.sectionGroups.sections.ListPages parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.onenotePageCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.onenote summary: Create new navigation property to pages for me operationId: me.onenote.notebooks.sectionGroups.sections.CreatePages requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages' - '/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages' - '/me/onenote/sections/{onenoteSection-id}/pages' '/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}': description: Provides operations to manage the pages property of the microsoft.graph.onenoteSection entity. get: tags: - me.onenote summary: Get pages from me description: The collection of pages in the section. Read-only. Nullable. operationId: me.onenote.notebooks.sectionGroups.sections.GetPages parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.onenote summary: Update the navigation property pages in me operationId: me.onenote.notebooks.sectionGroups.sections.UpdatePages requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.onenote summary: Delete navigation property pages for me operationId: me.onenote.notebooks.sectionGroups.sections.DeletePages parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}' - '/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}' - '/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}' '/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content': description: Provides operations to manage the media for the user entity. get: tags: - me.onenote summary: Get content for the navigation property pages from me description: The page's HTML content. operationId: me.onenote.notebooks.sectionGroups.sections.GetPagesContent responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - me.onenote summary: Update content for the navigation property pages in me description: The page's HTML content. operationId: me.onenote.notebooks.sectionGroups.sections.UpdatePagesContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - me.onenote summary: Delete content for the navigation property pages in me description: The page's HTML content. operationId: me.onenote.notebooks.sectionGroups.sections.DeletePagesContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage '/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection': description: Provides operations to call the copyToSection method. post: tags: - me.Actions summary: Invoke action copyToSection description: 'Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0 operationId: me.onenote.notebooks.notebook.sectionGroups.sectionGroup.sections.onenoteSection.pages.onenotePage.copyToSection requestBody: description: Action parameters content: application/json: schema: type: object properties: id: type: string nullable: true groupId: type: string nullable: true siteCollectionId: type: string nullable: true siteId: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenoteOperation' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/me/onenote/pages/{onenotePage-id}/copyToSection' - '/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' '/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent': description: Provides operations to call the onenotePatchContent method. post: tags: - me.Actions summary: Invoke action onenotePatchContent operationId: me.onenote.notebooks.notebook.sectionGroups.sectionGroup.sections.onenoteSection.pages.onenotePage.onenotePatchContent requestBody: description: Action parameters content: application/json: schema: type: object properties: commands: type: array items: $ref: '#/components/schemas/microsoft.graph.onenotePatchContentCommand' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/me/onenote/pages/{onenotePage-id}/onenotePatchContent' - '/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' '/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()': description: Provides operations to call the preview method. get: tags: - me.Functions summary: Invoke function preview operationId: me.onenote.notebooks.notebook.sectionGroups.sectionGroup.sections.onenoteSection.pages.onenotePage.preview responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenotePagePreview' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - '/me/onenote/pages/{onenotePage-id}/preview()' - '/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - '/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' '/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook': description: Provides operations to manage the parentNotebook property of the microsoft.graph.onenotePage entity. get: tags: - me.onenote summary: Get parentNotebook from me description: The notebook that contains the page. Read-only. operationId: me.onenote.notebooks.sectionGroups.sections.pages.GetParentNotebook parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - '/me/onenote/pages/{onenotePage-id}/parentNotebook' - '/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - '/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' '/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection': description: Provides operations to manage the parentSection property of the microsoft.graph.onenotePage entity. get: tags: - me.onenote summary: Get parentSection from me description: The section that contains the page. Read-only. operationId: me.onenote.notebooks.sectionGroups.sections.pages.GetParentSection parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - '/me/onenote/pages/{onenotePage-id}/parentSection' - '/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - '/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' '/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count': description: Provides operations to count the resources in the collection. get: tags: - me.onenote summary: Get the number of the resource operationId: me.onenote.notebooks.sectionGroups.sections.pages.GetCount-85ea parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection '/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook': description: Provides operations to manage the parentNotebook property of the microsoft.graph.onenoteSection entity. get: tags: - me.onenote summary: Get parentNotebook from me description: The notebook that contains the section. Read-only. operationId: me.onenote.notebooks.sectionGroups.sections.GetParentNotebook parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook' - '/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook' - '/me/onenote/sections/{onenoteSection-id}/parentNotebook' '/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup': description: Provides operations to manage the parentSectionGroup property of the microsoft.graph.onenoteSection entity. get: tags: - me.onenote summary: Get parentSectionGroup from me description: The section group that contains the section. Read-only. operationId: me.onenote.notebooks.sectionGroups.sections.GetParentSectionGroup parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup' - '/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup' - '/me/onenote/sections/{onenoteSection-id}/parentSectionGroup' '/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/$count': description: Provides operations to count the resources in the collection. get: tags: - me.onenote summary: Get the number of the resource operationId: me.onenote.notebooks.sectionGroups.sections.GetCount-505d parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup '/me/onenote/notebooks/{notebook-id}/sectionGroups/$count': description: Provides operations to count the resources in the collection. get: tags: - me.onenote summary: Get the number of the resource operationId: me.onenote.notebooks.sectionGroups.GetCount-ab55 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook '/me/onenote/notebooks/{notebook-id}/sections': description: Provides operations to manage the sections property of the microsoft.graph.notebook entity. get: tags: - me.onenote summary: List sections description: Retrieve a list of onenoteSection objects from the specified notebook. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/notebook-list-sections?view=graph-rest-1.0 operationId: me.onenote.notebooks.ListSections parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.onenoteSectionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.onenote summary: Create section description: Create a new onenoteSection in the specified notebook. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/notebook-post-sections?view=graph-rest-1.0 operationId: me.onenote.notebooks.CreateSections requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook '/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}': description: Provides operations to manage the sections property of the microsoft.graph.notebook entity. get: tags: - me.onenote summary: Get sections from me description: The sections in the notebook. Read-only. Nullable. operationId: me.onenote.notebooks.GetSections parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.onenote summary: Update the navigation property sections in me operationId: me.onenote.notebooks.UpdateSections requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.onenote summary: Delete navigation property sections for me operationId: me.onenote.notebooks.DeleteSections parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection '/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook': description: Provides operations to call the copyToNotebook method. post: tags: - me.Actions summary: Invoke action copyToNotebook description: 'For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0 operationId: me.onenote.notebooks.notebook.sections.onenoteSection.copyToNotebook requestBody: description: Action parameters content: application/json: schema: type: object properties: id: type: string nullable: true groupId: type: string nullable: true renameAs: type: string nullable: true siteCollectionId: type: string nullable: true siteId: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenoteOperation' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook' - '/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook' - '/me/onenote/sections/{onenoteSection-id}/copyToNotebook' '/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup': description: Provides operations to call the copyToSectionGroup method. post: tags: - me.Actions summary: Invoke action copyToSectionGroup description: 'For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0 operationId: me.onenote.notebooks.notebook.sections.onenoteSection.copyToSectionGroup requestBody: description: Action parameters content: application/json: schema: type: object properties: id: type: string nullable: true groupId: type: string nullable: true renameAs: type: string nullable: true siteCollectionId: type: string nullable: true siteId: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenoteOperation' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup' - '/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup' - '/me/onenote/sections/{onenoteSection-id}/copyToSectionGroup' '/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages': description: Provides operations to manage the pages property of the microsoft.graph.onenoteSection entity. get: tags: - me.onenote summary: Get pages from me description: The collection of pages in the section. Read-only. Nullable. operationId: me.onenote.notebooks.sections.ListPages parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.onenotePageCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.onenote summary: Create new navigation property to pages for me operationId: me.onenote.notebooks.sections.CreatePages requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages' - '/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages' - '/me/onenote/sections/{onenoteSection-id}/pages' '/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}': description: Provides operations to manage the pages property of the microsoft.graph.onenoteSection entity. get: tags: - me.onenote summary: Get pages from me description: The collection of pages in the section. Read-only. Nullable. operationId: me.onenote.notebooks.sections.GetPages parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.onenote summary: Update the navigation property pages in me operationId: me.onenote.notebooks.sections.UpdatePages requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.onenote summary: Delete navigation property pages for me operationId: me.onenote.notebooks.sections.DeletePages parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}' - '/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}' - '/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}' '/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content': description: Provides operations to manage the media for the user entity. get: tags: - me.onenote summary: Get content for the navigation property pages from me description: The page's HTML content. operationId: me.onenote.notebooks.sections.GetPagesContent responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - me.onenote summary: Update content for the navigation property pages in me description: The page's HTML content. operationId: me.onenote.notebooks.sections.UpdatePagesContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - me.onenote summary: Delete content for the navigation property pages in me description: The page's HTML content. operationId: me.onenote.notebooks.sections.DeletePagesContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage '/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection': description: Provides operations to call the copyToSection method. post: tags: - me.Actions summary: Invoke action copyToSection description: 'Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0 operationId: me.onenote.notebooks.notebook.sections.onenoteSection.pages.onenotePage.copyToSection requestBody: description: Action parameters content: application/json: schema: type: object properties: id: type: string nullable: true groupId: type: string nullable: true siteCollectionId: type: string nullable: true siteId: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenoteOperation' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/me/onenote/pages/{onenotePage-id}/copyToSection' - '/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' '/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent': description: Provides operations to call the onenotePatchContent method. post: tags: - me.Actions summary: Invoke action onenotePatchContent operationId: me.onenote.notebooks.notebook.sections.onenoteSection.pages.onenotePage.onenotePatchContent requestBody: description: Action parameters content: application/json: schema: type: object properties: commands: type: array items: $ref: '#/components/schemas/microsoft.graph.onenotePatchContentCommand' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/me/onenote/pages/{onenotePage-id}/onenotePatchContent' - '/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' '/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()': description: Provides operations to call the preview method. get: tags: - me.Functions summary: Invoke function preview operationId: me.onenote.notebooks.notebook.sections.onenoteSection.pages.onenotePage.preview responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenotePagePreview' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - '/me/onenote/pages/{onenotePage-id}/preview()' - '/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - '/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' '/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook': description: Provides operations to manage the parentNotebook property of the microsoft.graph.onenotePage entity. get: tags: - me.onenote summary: Get parentNotebook from me description: The notebook that contains the page. Read-only. operationId: me.onenote.notebooks.sections.pages.GetParentNotebook parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - '/me/onenote/pages/{onenotePage-id}/parentNotebook' - '/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - '/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' '/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection': description: Provides operations to manage the parentSection property of the microsoft.graph.onenotePage entity. get: tags: - me.onenote summary: Get parentSection from me description: The section that contains the page. Read-only. operationId: me.onenote.notebooks.sections.pages.GetParentSection parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - '/me/onenote/pages/{onenotePage-id}/parentSection' - '/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - '/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' '/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/$count': description: Provides operations to count the resources in the collection. get: tags: - me.onenote summary: Get the number of the resource operationId: me.onenote.notebooks.sections.pages.GetCount-044d parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection '/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook': description: Provides operations to manage the parentNotebook property of the microsoft.graph.onenoteSection entity. get: tags: - me.onenote summary: Get parentNotebook from me description: The notebook that contains the section. Read-only. operationId: me.onenote.notebooks.sections.GetParentNotebook parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook' - '/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook' - '/me/onenote/sections/{onenoteSection-id}/parentNotebook' '/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup': description: Provides operations to manage the parentSectionGroup property of the microsoft.graph.onenoteSection entity. get: tags: - me.onenote summary: Get parentSectionGroup from me description: The section group that contains the section. Read-only. operationId: me.onenote.notebooks.sections.GetParentSectionGroup parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup' - '/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup' - '/me/onenote/sections/{onenoteSection-id}/parentSectionGroup' '/me/onenote/notebooks/{notebook-id}/sections/$count': description: Provides operations to count the resources in the collection. get: tags: - me.onenote summary: Get the number of the resource operationId: me.onenote.notebooks.sections.GetCount-1a52 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook /me/onenote/notebooks/$count: description: Provides operations to count the resources in the collection. get: tags: - me.onenote summary: Get the number of the resource operationId: me.onenote.notebooks.GetCount-6c1a parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /me/onenote/notebooks/getNotebookFromWebUrl: description: Provides operations to call the getNotebookFromWebUrl method. post: tags: - me.Actions summary: Invoke action getNotebookFromWebUrl description: 'Retrieve the properties and relationships of a notebook object by using its URL path. The location can be user notebooks on Microsoft 365, group notebooks, or SharePoint site-hosted team notebooks on Microsoft 365.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-1.0 operationId: me.onenote.notebooks.getNotebookFromWebUrl requestBody: description: Action parameters content: application/json: schema: type: object properties: webUrl: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.CopyNotebookModel' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action '/me/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})': description: Provides operations to call the getRecentNotebooks method. get: tags: - me.Functions summary: Invoke function getRecentNotebooks description: Get a list of recentNotebook instances that have been accessed by the signed-in user. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/notebook-getrecentnotebooks?view=graph-rest-1.0 operationId: me.onenote.notebooks.getRecentNotebooks parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.recentNotebook' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: includePersonalNotebooks in: path description: 'Usage: includePersonalNotebooks={includePersonalNotebooks}' required: true schema: type: boolean default: false /me/onenote/operations: description: Provides operations to manage the operations property of the microsoft.graph.onenote entity. get: tags: - me.onenote summary: Get onenoteOperation description: 'Get the status of a long-running OneNote operation. This applies to operations that return the Operation-Location header in the response, such as CopyNotebook, CopyToNotebook, CopyToSectionGroup, and CopyToSection. You can poll the Operation-Location endpoint until the status property returns completed or failed. If the status is completed, the resourceLocation property contains the resource endpoint URI. If the status is failed, the error and @api.diagnostics properties provide error information.' operationId: me.onenote.ListOperations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.onenoteOperationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.onenote summary: Create new navigation property to operations for me operationId: me.onenote.CreateOperations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteOperation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteOperation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/me/onenote/operations/{onenoteOperation-id}': description: Provides operations to manage the operations property of the microsoft.graph.onenote entity. get: tags: - me.onenote summary: Get onenoteOperation description: 'Get the status of a long-running OneNote operation. This applies to operations that return the Operation-Location header in the response, such as CopyNotebook, CopyToNotebook, CopyToSectionGroup, and CopyToSection. You can poll the Operation-Location endpoint until the status property returns completed or failed. If the status is completed, the resourceLocation property contains the resource endpoint URI. If the status is failed, the error and @api.diagnostics properties provide error information.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/onenoteoperation-get?view=graph-rest-1.0 operationId: me.onenote.GetOperations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteOperation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.onenote summary: Update the navigation property operations in me operationId: me.onenote.UpdateOperations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteOperation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteOperation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.onenote summary: Delete navigation property operations for me operationId: me.onenote.DeleteOperations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: onenoteOperation-id in: path description: The unique identifier of onenoteOperation required: true schema: type: string x-ms-docs-key-type: onenoteOperation /me/onenote/operations/$count: description: Provides operations to count the resources in the collection. get: tags: - me.onenote summary: Get the number of the resource operationId: me.onenote.operations.GetCount-7b8c parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /me/onenote/pages: description: Provides operations to manage the pages property of the microsoft.graph.onenote entity. get: tags: - me.onenote summary: List onenotePages description: Retrieve a list of page objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/onenote-list-pages?view=graph-rest-1.0 operationId: me.onenote.ListPages parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.onenotePageCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.onenote summary: Create onenotePage description: 'Create a new OneNote page in the default section of the default notebook. To create a page in a different section in the default notebook, you can use the sectionName query parameter. Example: ../onenote/pages?sectionName=My%20section The POST /onenote/pages operation is used only to create pages in the current user''s default notebook. If you''re targeting other notebooks, you can create pages in a specified section. ' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/onenote-post-pages?view=graph-rest-1.0 operationId: me.onenote.CreatePages requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/me/onenote/pages/{onenotePage-id}': description: Provides operations to manage the pages property of the microsoft.graph.onenote entity. get: tags: - me.onenote summary: Get page description: 'Retrieve the properties and relationships of a page object. Getting page information Access a page''s metadata by page identifier: Getting page content You can use the page''s content endpoint to get the HTML content of a page: The includeIDs=true query option is used to update pages.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/page-get?view=graph-rest-1.0 operationId: me.onenote.GetPages parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.onenote summary: Update the navigation property pages in me operationId: me.onenote.UpdatePages requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.onenote summary: Delete page description: Delete a OneNote page. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/page-delete?view=graph-rest-1.0 operationId: me.onenote.DeletePages parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage '/me/onenote/pages/{onenotePage-id}/content': description: Provides operations to manage the media for the user entity. get: tags: - me.onenote summary: Get content for the navigation property pages from me description: The page's HTML content. operationId: me.onenote.GetPagesContent responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - me.onenote summary: Update page description: Update the content of a OneNote page. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/page-update?view=graph-rest-1.0 operationId: me.onenote.UpdatePagesContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - me.onenote summary: Delete content for the navigation property pages in me description: The page's HTML content. operationId: me.onenote.DeletePagesContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage '/me/onenote/pages/{onenotePage-id}/copyToSection': description: Provides operations to call the copyToSection method. post: tags: - me.Actions summary: Invoke action copyToSection description: 'Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0 operationId: me.onenote.pages.onenotePage.copyToSection requestBody: description: Action parameters content: application/json: schema: type: object properties: id: type: string nullable: true groupId: type: string nullable: true siteCollectionId: type: string nullable: true siteId: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenoteOperation' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' '/me/onenote/pages/{onenotePage-id}/onenotePatchContent': description: Provides operations to call the onenotePatchContent method. post: tags: - me.Actions summary: Invoke action onenotePatchContent operationId: me.onenote.pages.onenotePage.onenotePatchContent requestBody: description: Action parameters content: application/json: schema: type: object properties: commands: type: array items: $ref: '#/components/schemas/microsoft.graph.onenotePatchContentCommand' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' '/me/onenote/pages/{onenotePage-id}/preview()': description: Provides operations to call the preview method. get: tags: - me.Functions summary: Invoke function preview operationId: me.onenote.pages.onenotePage.preview responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenotePagePreview' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - '/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - '/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - '/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' '/me/onenote/pages/{onenotePage-id}/parentNotebook': description: Provides operations to manage the parentNotebook property of the microsoft.graph.onenotePage entity. get: tags: - me.onenote summary: Get parentNotebook from me description: The notebook that contains the page. Read-only. operationId: me.onenote.pages.GetParentNotebook parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - '/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - '/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - '/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' '/me/onenote/pages/{onenotePage-id}/parentSection': description: Provides operations to manage the parentSection property of the microsoft.graph.onenotePage entity. get: tags: - me.onenote summary: Get parentSection from me description: The section that contains the page. Read-only. operationId: me.onenote.pages.GetParentSection parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - '/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - '/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - '/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' /me/onenote/pages/$count: description: Provides operations to count the resources in the collection. get: tags: - me.onenote summary: Get the number of the resource operationId: me.onenote.pages.GetCount-d1a4 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /me/onenote/resources: description: Provides operations to manage the resources property of the microsoft.graph.onenote entity. get: tags: - me.onenote summary: Get resources from me description: 'The image and other file resources in OneNote pages. Getting a resources collection isn''t supported, but you can get the binary content of a specific resource. Read-only. Nullable.' operationId: me.onenote.ListResources parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.onenoteResourceCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.onenote summary: Create new navigation property to resources for me operationId: me.onenote.CreateResources requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteResource' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/me/onenote/resources/{onenoteResource-id}': description: Provides operations to manage the resources property of the microsoft.graph.onenote entity. get: tags: - me.onenote summary: Get resources from me description: 'The image and other file resources in OneNote pages. Getting a resources collection isn''t supported, but you can get the binary content of a specific resource. Read-only. Nullable.' operationId: me.onenote.GetResources parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.onenote summary: Update the navigation property resources in me operationId: me.onenote.UpdateResources requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteResource' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.onenote summary: Delete navigation property resources for me operationId: me.onenote.DeleteResources parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: onenoteResource-id in: path description: The unique identifier of onenoteResource required: true schema: type: string x-ms-docs-key-type: onenoteResource '/me/onenote/resources/{onenoteResource-id}/content': description: Provides operations to manage the media for the user entity. get: tags: - me.onenote summary: Get resource description: Retrieve the binary data of a file or image resource object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/resource-get?view=graph-rest-1.0 operationId: me.onenote.GetResourcesContent responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - me.onenote summary: Update content for the navigation property resources in me description: The content stream operationId: me.onenote.UpdateResourcesContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - me.onenote summary: Delete content for the navigation property resources in me description: The content stream operationId: me.onenote.DeleteResourcesContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: onenoteResource-id in: path description: The unique identifier of onenoteResource required: true schema: type: string x-ms-docs-key-type: onenoteResource /me/onenote/resources/$count: description: Provides operations to count the resources in the collection. get: tags: - me.onenote summary: Get the number of the resource operationId: me.onenote.resources.GetCount-d3f1 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /me/onenote/sectionGroups: description: Provides operations to manage the sectionGroups property of the microsoft.graph.onenote entity. get: tags: - me.onenote summary: List sectionGroups description: Retrieve a list of sectionGroup objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/onenote-list-sectiongroups?view=graph-rest-1.0 operationId: me.onenote.ListSectionGroups parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.sectionGroupCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.onenote summary: Create new navigation property to sectionGroups for me operationId: me.onenote.CreateSectionGroups requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/me/onenote/sectionGroups/{sectionGroup-id}': description: Provides operations to manage the sectionGroups property of the microsoft.graph.onenote entity. get: tags: - me.onenote summary: Get sectionGroup description: Retrieve the properties and relationships of a sectionGroup object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/sectiongroup-get?view=graph-rest-1.0 operationId: me.onenote.GetSectionGroups parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.onenote summary: Update the navigation property sectionGroups in me operationId: me.onenote.UpdateSectionGroups requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.onenote summary: Delete navigation property sectionGroups for me operationId: me.onenote.DeleteSectionGroups parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup '/me/onenote/sectionGroups/{sectionGroup-id}/parentNotebook': description: Provides operations to manage the parentNotebook property of the microsoft.graph.sectionGroup entity. get: tags: - me.onenote summary: Get parentNotebook from me description: The notebook that contains the section group. Read-only. operationId: me.onenote.sectionGroups.GetParentNotebook parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup x-ms-docs-grouped-path: - '/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook' '/me/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup': description: Provides operations to manage the parentSectionGroup property of the microsoft.graph.sectionGroup entity. get: tags: - me.onenote summary: Get parentSectionGroup from me description: The section group that contains the section group. Read-only. operationId: me.onenote.sectionGroups.GetParentSectionGroup parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup x-ms-docs-grouped-path: - '/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup' '/me/onenote/sectionGroups/{sectionGroup-id}/sectionGroups': description: Provides operations to manage the sectionGroups property of the microsoft.graph.sectionGroup entity. get: tags: - me.onenote summary: List sectionGroups description: Retrieve a list of section groups from the specified section group. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/sectiongroup-list-sectiongroups?view=graph-rest-1.0 operationId: me.onenote.sectionGroups.ListSectionGroups parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.sectionGroupCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup x-ms-docs-grouped-path: - '/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups' '/me/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}': description: Provides operations to manage the sectionGroups property of the microsoft.graph.sectionGroup entity. get: tags: - me.onenote summary: Get sectionGroups from me description: The section groups in the section. Read-only. Nullable. operationId: me.onenote.sectionGroups.GetSectionGroups parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: sectionGroup-id1 in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup x-ms-docs-grouped-path: - '/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}' '/me/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count': description: Provides operations to count the resources in the collection. get: tags: - me.onenote summary: Get the number of the resource operationId: me.onenote.sectionGroups.sectionGroups.GetCount-ef22 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup '/me/onenote/sectionGroups/{sectionGroup-id}/sections': description: Provides operations to manage the sections property of the microsoft.graph.sectionGroup entity. get: tags: - me.onenote summary: List sections description: Retrieve a list of onenoteSection objects from the specified section group. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/sectiongroup-list-sections?view=graph-rest-1.0 operationId: me.onenote.sectionGroups.ListSections parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.onenoteSectionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.onenote summary: Create section description: Create a new onenoteSection in the specified section group. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/sectiongroup-post-sections?view=graph-rest-1.0 operationId: me.onenote.sectionGroups.CreateSections requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup x-ms-docs-grouped-path: - '/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections' '/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}': description: Provides operations to manage the sections property of the microsoft.graph.sectionGroup entity. get: tags: - me.onenote summary: Get sections from me description: The sections in the section group. Read-only. Nullable. operationId: me.onenote.sectionGroups.GetSections parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.onenote summary: Update the navigation property sections in me operationId: me.onenote.sectionGroups.UpdateSections requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.onenote summary: Delete navigation property sections for me operationId: me.onenote.sectionGroups.DeleteSections parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}' '/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook': description: Provides operations to call the copyToNotebook method. post: tags: - me.Actions summary: Invoke action copyToNotebook description: 'For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0 operationId: me.onenote.sectionGroups.sectionGroup.sections.onenoteSection.copyToNotebook requestBody: description: Action parameters content: application/json: schema: type: object properties: id: type: string nullable: true groupId: type: string nullable: true renameAs: type: string nullable: true siteCollectionId: type: string nullable: true siteId: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenoteOperation' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook' - '/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook' - '/me/onenote/sections/{onenoteSection-id}/copyToNotebook' '/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup': description: Provides operations to call the copyToSectionGroup method. post: tags: - me.Actions summary: Invoke action copyToSectionGroup description: 'For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0 operationId: me.onenote.sectionGroups.sectionGroup.sections.onenoteSection.copyToSectionGroup requestBody: description: Action parameters content: application/json: schema: type: object properties: id: type: string nullable: true groupId: type: string nullable: true renameAs: type: string nullable: true siteCollectionId: type: string nullable: true siteId: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenoteOperation' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup' - '/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup' - '/me/onenote/sections/{onenoteSection-id}/copyToSectionGroup' '/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages': description: Provides operations to manage the pages property of the microsoft.graph.onenoteSection entity. get: tags: - me.onenote summary: Get pages from me description: The collection of pages in the section. Read-only. Nullable. operationId: me.onenote.sectionGroups.sections.ListPages parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.onenotePageCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.onenote summary: Create new navigation property to pages for me operationId: me.onenote.sectionGroups.sections.CreatePages requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages' - '/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages' - '/me/onenote/sections/{onenoteSection-id}/pages' '/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}': description: Provides operations to manage the pages property of the microsoft.graph.onenoteSection entity. get: tags: - me.onenote summary: Get pages from me description: The collection of pages in the section. Read-only. Nullable. operationId: me.onenote.sectionGroups.sections.GetPages parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.onenote summary: Update the navigation property pages in me operationId: me.onenote.sectionGroups.sections.UpdatePages requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.onenote summary: Delete navigation property pages for me operationId: me.onenote.sectionGroups.sections.DeletePages parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}' - '/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}' - '/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}' '/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content': description: Provides operations to manage the media for the user entity. get: tags: - me.onenote summary: Get content for the navigation property pages from me description: The page's HTML content. operationId: me.onenote.sectionGroups.sections.GetPagesContent responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - me.onenote summary: Update content for the navigation property pages in me description: The page's HTML content. operationId: me.onenote.sectionGroups.sections.UpdatePagesContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - me.onenote summary: Delete content for the navigation property pages in me description: The page's HTML content. operationId: me.onenote.sectionGroups.sections.DeletePagesContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage '/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection': description: Provides operations to call the copyToSection method. post: tags: - me.Actions summary: Invoke action copyToSection description: 'Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0 operationId: me.onenote.sectionGroups.sectionGroup.sections.onenoteSection.pages.onenotePage.copyToSection requestBody: description: Action parameters content: application/json: schema: type: object properties: id: type: string nullable: true groupId: type: string nullable: true siteCollectionId: type: string nullable: true siteId: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenoteOperation' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/me/onenote/pages/{onenotePage-id}/copyToSection' - '/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' '/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent': description: Provides operations to call the onenotePatchContent method. post: tags: - me.Actions summary: Invoke action onenotePatchContent operationId: me.onenote.sectionGroups.sectionGroup.sections.onenoteSection.pages.onenotePage.onenotePatchContent requestBody: description: Action parameters content: application/json: schema: type: object properties: commands: type: array items: $ref: '#/components/schemas/microsoft.graph.onenotePatchContentCommand' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/me/onenote/pages/{onenotePage-id}/onenotePatchContent' - '/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' '/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()': description: Provides operations to call the preview method. get: tags: - me.Functions summary: Invoke function preview operationId: me.onenote.sectionGroups.sectionGroup.sections.onenoteSection.pages.onenotePage.preview responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenotePagePreview' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - '/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - '/me/onenote/pages/{onenotePage-id}/preview()' - '/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' '/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook': description: Provides operations to manage the parentNotebook property of the microsoft.graph.onenotePage entity. get: tags: - me.onenote summary: Get parentNotebook from me description: The notebook that contains the page. Read-only. operationId: me.onenote.sectionGroups.sections.pages.GetParentNotebook parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - '/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - '/me/onenote/pages/{onenotePage-id}/parentNotebook' - '/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' '/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection': description: Provides operations to manage the parentSection property of the microsoft.graph.onenotePage entity. get: tags: - me.onenote summary: Get parentSection from me description: The section that contains the page. Read-only. operationId: me.onenote.sectionGroups.sections.pages.GetParentSection parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - '/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - '/me/onenote/pages/{onenotePage-id}/parentSection' - '/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' '/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count': description: Provides operations to count the resources in the collection. get: tags: - me.onenote summary: Get the number of the resource operationId: me.onenote.sectionGroups.sections.pages.GetCount-e774 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection '/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook': description: Provides operations to manage the parentNotebook property of the microsoft.graph.onenoteSection entity. get: tags: - me.onenote summary: Get parentNotebook from me description: The notebook that contains the section. Read-only. operationId: me.onenote.sectionGroups.sections.GetParentNotebook parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook' - '/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook' - '/me/onenote/sections/{onenoteSection-id}/parentNotebook' '/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup': description: Provides operations to manage the parentSectionGroup property of the microsoft.graph.onenoteSection entity. get: tags: - me.onenote summary: Get parentSectionGroup from me description: The section group that contains the section. Read-only. operationId: me.onenote.sectionGroups.sections.GetParentSectionGroup parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup' - '/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup' - '/me/onenote/sections/{onenoteSection-id}/parentSectionGroup' '/me/onenote/sectionGroups/{sectionGroup-id}/sections/$count': description: Provides operations to count the resources in the collection. get: tags: - me.onenote summary: Get the number of the resource operationId: me.onenote.sectionGroups.sections.GetCount-fa35 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup /me/onenote/sectionGroups/$count: description: Provides operations to count the resources in the collection. get: tags: - me.onenote summary: Get the number of the resource operationId: me.onenote.sectionGroups.GetCount-e635 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /me/onenote/sections: description: Provides operations to manage the sections property of the microsoft.graph.onenote entity. get: tags: - me.onenote summary: List sections description: Retrieve a list of onenoteSection objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/onenote-list-sections?view=graph-rest-1.0 operationId: me.onenote.ListSections parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.onenoteSectionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.onenote summary: Create new navigation property to sections for me operationId: me.onenote.CreateSections requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/me/onenote/sections/{onenoteSection-id}': description: Provides operations to manage the sections property of the microsoft.graph.onenote entity. get: tags: - me.onenote summary: Get section description: Retrieve the properties and relationships of a onenoteSection object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/section-get?view=graph-rest-1.0 operationId: me.onenote.GetSections parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.onenote summary: Update the navigation property sections in me operationId: me.onenote.UpdateSections requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.onenote summary: Delete navigation property sections for me operationId: me.onenote.DeleteSections parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection '/me/onenote/sections/{onenoteSection-id}/copyToNotebook': description: Provides operations to call the copyToNotebook method. post: tags: - me.Actions summary: Invoke action copyToNotebook description: 'For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0 operationId: me.onenote.sections.onenoteSection.copyToNotebook requestBody: description: Action parameters content: application/json: schema: type: object properties: id: type: string nullable: true groupId: type: string nullable: true renameAs: type: string nullable: true siteCollectionId: type: string nullable: true siteId: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenoteOperation' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook' - '/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook' - '/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook' '/me/onenote/sections/{onenoteSection-id}/copyToSectionGroup': description: Provides operations to call the copyToSectionGroup method. post: tags: - me.Actions summary: Invoke action copyToSectionGroup description: 'For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0 operationId: me.onenote.sections.onenoteSection.copyToSectionGroup requestBody: description: Action parameters content: application/json: schema: type: object properties: id: type: string nullable: true groupId: type: string nullable: true renameAs: type: string nullable: true siteCollectionId: type: string nullable: true siteId: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenoteOperation' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup' - '/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup' - '/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup' '/me/onenote/sections/{onenoteSection-id}/pages': description: Provides operations to manage the pages property of the microsoft.graph.onenoteSection entity. get: tags: - me.onenote summary: List pages description: Retrieve a list of page objects from the specified section. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0 operationId: me.onenote.sections.ListPages parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.onenotePageCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.onenote summary: Create page description: Create a new page in the specified section. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/section-post-pages?view=graph-rest-1.0 operationId: me.onenote.sections.CreatePages requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages' - '/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages' - '/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages' '/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}': description: Provides operations to manage the pages property of the microsoft.graph.onenoteSection entity. get: tags: - me.onenote summary: Get pages from me description: The collection of pages in the section. Read-only. Nullable. operationId: me.onenote.sections.GetPages parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.onenote summary: Update the navigation property pages in me operationId: me.onenote.sections.UpdatePages requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.onenote summary: Delete navigation property pages for me operationId: me.onenote.sections.DeletePages parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}' - '/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}' - '/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}' '/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content': description: Provides operations to manage the media for the user entity. get: tags: - me.onenote summary: Get content for the navigation property pages from me description: The page's HTML content. operationId: me.onenote.sections.GetPagesContent responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - me.onenote summary: Update content for the navigation property pages in me description: The page's HTML content. operationId: me.onenote.sections.UpdatePagesContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - me.onenote summary: Delete content for the navigation property pages in me description: The page's HTML content. operationId: me.onenote.sections.DeletePagesContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage '/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection': description: Provides operations to call the copyToSection method. post: tags: - me.Actions summary: Invoke action copyToSection description: 'Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0 operationId: me.onenote.sections.onenoteSection.pages.onenotePage.copyToSection requestBody: description: Action parameters content: application/json: schema: type: object properties: id: type: string nullable: true groupId: type: string nullable: true siteCollectionId: type: string nullable: true siteId: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenoteOperation' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/me/onenote/pages/{onenotePage-id}/copyToSection' - '/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' '/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent': description: Provides operations to call the onenotePatchContent method. post: tags: - me.Actions summary: Invoke action onenotePatchContent operationId: me.onenote.sections.onenoteSection.pages.onenotePage.onenotePatchContent requestBody: description: Action parameters content: application/json: schema: type: object properties: commands: type: array items: $ref: '#/components/schemas/microsoft.graph.onenotePatchContentCommand' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/me/onenote/pages/{onenotePage-id}/onenotePatchContent' - '/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' '/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()': description: Provides operations to call the preview method. get: tags: - me.Functions summary: Invoke function preview operationId: me.onenote.sections.onenoteSection.pages.onenotePage.preview responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenotePagePreview' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - '/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - '/me/onenote/pages/{onenotePage-id}/preview()' - '/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' '/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook': description: Provides operations to manage the parentNotebook property of the microsoft.graph.onenotePage entity. get: tags: - me.onenote summary: Get parentNotebook from me description: The notebook that contains the page. Read-only. operationId: me.onenote.sections.pages.GetParentNotebook parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - '/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - '/me/onenote/pages/{onenotePage-id}/parentNotebook' - '/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' '/me/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection': description: Provides operations to manage the parentSection property of the microsoft.graph.onenotePage entity. get: tags: - me.onenote summary: Get parentSection from me description: The section that contains the page. Read-only. operationId: me.onenote.sections.pages.GetParentSection parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - '/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - '/me/onenote/pages/{onenotePage-id}/parentSection' - '/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' '/me/onenote/sections/{onenoteSection-id}/pages/$count': description: Provides operations to count the resources in the collection. get: tags: - me.onenote summary: Get the number of the resource operationId: me.onenote.sections.pages.GetCount-bb75 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection '/me/onenote/sections/{onenoteSection-id}/parentNotebook': description: Provides operations to manage the parentNotebook property of the microsoft.graph.onenoteSection entity. get: tags: - me.onenote summary: Get parentNotebook from me description: The notebook that contains the section. Read-only. operationId: me.onenote.sections.GetParentNotebook parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook' - '/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook' - '/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook' '/me/onenote/sections/{onenoteSection-id}/parentSectionGroup': description: Provides operations to manage the parentSectionGroup property of the microsoft.graph.onenoteSection entity. get: tags: - me.onenote summary: Get parentSectionGroup from me description: The section group that contains the section. Read-only. operationId: me.onenote.sections.GetParentSectionGroup parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/me/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup' - '/me/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup' - '/me/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup' /me/onenote/sections/$count: description: Provides operations to count the resources in the collection. get: tags: - me.onenote summary: Get the number of the resource operationId: me.onenote.sections.GetCount-dbb4 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /me/onlineMeetings: description: Provides operations to manage the onlineMeetings property of the microsoft.graph.user entity. get: tags: - me.onlineMeeting summary: Get onlineMeeting description: 'Retrieve the properties and relationships of an onlineMeeting object. For example, you can: Teams live event attendee report (deprecated) is an online meeting artifact. For details, see Online meeting artifacts and permissions.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/onlinemeeting-get?view=graph-rest-1.0 operationId: me.ListOnlineMeetings parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.onlineMeetingCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.onlineMeeting summary: Create onlineMeeting description: Create an online meeting on behalf of a user. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/application-post-onlinemeetings?view=graph-rest-1.0 operationId: me.CreateOnlineMeetings requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onlineMeeting' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onlineMeeting' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/me/onlineMeetings/{onlineMeeting-id}': description: Provides operations to manage the onlineMeetings property of the microsoft.graph.user entity. get: tags: - me.onlineMeeting summary: Get onlineMeeting description: 'Retrieve the properties and relationships of an onlineMeeting object. For example, you can: Teams live event attendee report (deprecated) is an online meeting artifact. For details, see Online meeting artifacts and permissions.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/onlinemeeting-get?view=graph-rest-1.0 operationId: me.GetOnlineMeetings parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onlineMeeting' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.onlineMeeting summary: Update onlineMeeting description: Update the properties of the specified onlineMeeting object. Please see Request body section for the list of properties that support updating. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/onlinemeeting-update?view=graph-rest-1.0 operationId: me.UpdateOnlineMeetings requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onlineMeeting' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onlineMeeting' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.onlineMeeting summary: Delete onlineMeeting description: Delete an onlineMeeting object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/onlinemeeting-delete?view=graph-rest-1.0 operationId: me.DeleteOnlineMeetings parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: onlineMeeting-id in: path description: The unique identifier of onlineMeeting required: true schema: type: string x-ms-docs-key-type: onlineMeeting '/me/onlineMeetings/{onlineMeeting-id}/attendanceReports': description: Provides operations to manage the attendanceReports property of the microsoft.graph.onlineMeetingBase entity. get: tags: - me.onlineMeeting summary: List meetingAttendanceReports description: 'Get a list of meetingAttendanceReport objects for an onlineMeeting or a virtualEvent. Each time an online meeting or a virtual event ends, an attendance report is generated for that session.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/meetingattendancereport-list?view=graph-rest-1.0 operationId: me.onlineMeetings.ListAttendanceReports parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.meetingAttendanceReportCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.onlineMeeting summary: Create new navigation property to attendanceReports for me operationId: me.onlineMeetings.CreateAttendanceReports requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: onlineMeeting-id in: path description: The unique identifier of onlineMeeting required: true schema: type: string x-ms-docs-key-type: onlineMeeting '/me/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}': description: Provides operations to manage the attendanceReports property of the microsoft.graph.onlineMeetingBase entity. get: tags: - me.onlineMeeting summary: Get meetingAttendanceReport description: 'Get the meetingAttendanceReport for an onlineMeeting or a virtualEvent. When an online meeting ends, an attendance report is generated for that session.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/meetingattendancereport-get?view=graph-rest-1.0 operationId: me.onlineMeetings.GetAttendanceReports parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.onlineMeeting summary: Update the navigation property attendanceReports in me operationId: me.onlineMeetings.UpdateAttendanceReports requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.onlineMeeting summary: Delete navigation property attendanceReports for me operationId: me.onlineMeetings.DeleteAttendanceReports parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: onlineMeeting-id in: path description: The unique identifier of onlineMeeting required: true schema: type: string x-ms-docs-key-type: onlineMeeting - name: meetingAttendanceReport-id in: path description: The unique identifier of meetingAttendanceReport required: true schema: type: string x-ms-docs-key-type: meetingAttendanceReport '/me/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords': description: Provides operations to manage the attendanceRecords property of the microsoft.graph.meetingAttendanceReport entity. get: tags: - me.onlineMeeting summary: List attendanceRecords description: Get a list of attendanceRecord objects and their properties. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attendancerecord-list?view=graph-rest-1.0 operationId: me.onlineMeetings.attendanceReports.ListAttendanceRecords parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.attendanceRecordCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.onlineMeeting summary: Create new navigation property to attendanceRecords for me operationId: me.onlineMeetings.attendanceReports.CreateAttendanceRecords requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attendanceRecord' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attendanceRecord' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: onlineMeeting-id in: path description: The unique identifier of onlineMeeting required: true schema: type: string x-ms-docs-key-type: onlineMeeting - name: meetingAttendanceReport-id in: path description: The unique identifier of meetingAttendanceReport required: true schema: type: string x-ms-docs-key-type: meetingAttendanceReport '/me/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}': description: Provides operations to manage the attendanceRecords property of the microsoft.graph.meetingAttendanceReport entity. get: tags: - me.onlineMeeting summary: Get attendanceRecords from me description: List of attendance records of an attendance report. Read-only. operationId: me.onlineMeetings.attendanceReports.GetAttendanceRecords parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attendanceRecord' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.onlineMeeting summary: Update the navigation property attendanceRecords in me operationId: me.onlineMeetings.attendanceReports.UpdateAttendanceRecords requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attendanceRecord' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attendanceRecord' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.onlineMeeting summary: Delete navigation property attendanceRecords for me operationId: me.onlineMeetings.attendanceReports.DeleteAttendanceRecords parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: onlineMeeting-id in: path description: The unique identifier of onlineMeeting required: true schema: type: string x-ms-docs-key-type: onlineMeeting - name: meetingAttendanceReport-id in: path description: The unique identifier of meetingAttendanceReport required: true schema: type: string x-ms-docs-key-type: meetingAttendanceReport - name: attendanceRecord-id in: path description: The unique identifier of attendanceRecord required: true schema: type: string x-ms-docs-key-type: attendanceRecord '/me/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count': description: Provides operations to count the resources in the collection. get: tags: - me.onlineMeeting summary: Get the number of the resource operationId: me.onlineMeetings.attendanceReports.attendanceRecords.GetCount-e1fe parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: onlineMeeting-id in: path description: The unique identifier of onlineMeeting required: true schema: type: string x-ms-docs-key-type: onlineMeeting - name: meetingAttendanceReport-id in: path description: The unique identifier of meetingAttendanceReport required: true schema: type: string x-ms-docs-key-type: meetingAttendanceReport '/me/onlineMeetings/{onlineMeeting-id}/attendanceReports/$count': description: Provides operations to count the resources in the collection. get: tags: - me.onlineMeeting summary: Get the number of the resource operationId: me.onlineMeetings.attendanceReports.GetCount-2378 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: onlineMeeting-id in: path description: The unique identifier of onlineMeeting required: true schema: type: string x-ms-docs-key-type: onlineMeeting '/me/onlineMeetings/{onlineMeeting-id}/attendeeReport': description: Provides operations to manage the media for the user entity. get: tags: - me.onlineMeeting summary: Get onlineMeeting description: 'Retrieve the properties and relationships of an onlineMeeting object. For example, you can: Teams live event attendee report (deprecated) is an online meeting artifact. For details, see Online meeting artifacts and permissions.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/onlinemeeting-get?view=graph-rest-1.0 operationId: me.GetOnlineMeetingsAttendeeReport responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - me.onlineMeeting summary: Update attendeeReport for the navigation property onlineMeetings in me description: The content stream of the attendee report of a Microsoft Teams live event. Read-only. operationId: me.UpdateOnlineMeetingsAttendeeReport requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - me.onlineMeeting summary: Delete attendeeReport for the navigation property onlineMeetings in me description: The content stream of the attendee report of a Microsoft Teams live event. Read-only. operationId: me.DeleteOnlineMeetingsAttendeeReport parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: onlineMeeting-id in: path description: The unique identifier of onlineMeeting required: true schema: type: string x-ms-docs-key-type: onlineMeeting '/me/onlineMeetings/{onlineMeeting-id}/getVirtualAppointmentJoinWebUrl()': description: Provides operations to call the getVirtualAppointmentJoinWebUrl method. get: tags: - me.Functions summary: Invoke function getVirtualAppointmentJoinWebUrl description: 'Get a join web URL for a Microsoft Virtual Appointment. This web URL includes enhanced business-to-customer experiences such as mobile browser join and virtual lobby rooms. With Teams Premium, you can configure a custom lobby room experience for attendees by adding your company logo and access the Virtual Appointments usage report for organizational analytics.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/virtualappointment-getvirtualappointmentjoinweburl?view=graph-rest-1.0 operationId: me.onlineMeetings.onlineMeeting.getVirtualAppointmentJoinWebUrl responses: 2XX: description: Success content: application/json: schema: type: object properties: value: type: string nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: onlineMeeting-id in: path description: The unique identifier of onlineMeeting required: true schema: type: string x-ms-docs-key-type: onlineMeeting '/me/onlineMeetings/{onlineMeeting-id}/sendVirtualAppointmentReminderSms': description: Provides operations to call the sendVirtualAppointmentReminderSms method. post: tags: - me.Actions summary: Invoke action sendVirtualAppointmentReminderSms description: Send an SMS reminder to external attendees for a Teams virtual appointment. This feature requires Teams premium and attendees must have a valid United States phone number to receive SMS notifications. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentremindersms?view=graph-rest-1.0 operationId: me.onlineMeetings.onlineMeeting.sendVirtualAppointmentReminderSms requestBody: description: Action parameters content: application/json: schema: type: object properties: remindBeforeTimeInMinutesType: anyOf: - $ref: '#/components/schemas/microsoft.graph.remindBeforeTimeInMinutesType' - type: object nullable: true attendees: type: array items: $ref: '#/components/schemas/microsoft.graph.attendeeNotificationInfo' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: onlineMeeting-id in: path description: The unique identifier of onlineMeeting required: true schema: type: string x-ms-docs-key-type: onlineMeeting '/me/onlineMeetings/{onlineMeeting-id}/sendVirtualAppointmentSms': description: Provides operations to call the sendVirtualAppointmentSms method. post: tags: - me.Actions summary: Invoke action sendVirtualAppointmentSms description: 'Send an SMS notification to external attendees when a Teams virtual appointment is confirmed, rescheduled, or canceled. This feature requires Teams premium. Attendees must have a valid United States phone number to receive these SMS notifications.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentsms?view=graph-rest-1.0 operationId: me.onlineMeetings.onlineMeeting.sendVirtualAppointmentSms requestBody: description: Action parameters content: application/json: schema: type: object properties: messageType: anyOf: - $ref: '#/components/schemas/microsoft.graph.virtualAppointmentMessageType' - type: object nullable: true attendees: type: array items: $ref: '#/components/schemas/microsoft.graph.attendeeNotificationInfo' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: onlineMeeting-id in: path description: The unique identifier of onlineMeeting required: true schema: type: string x-ms-docs-key-type: onlineMeeting '/me/onlineMeetings/{onlineMeeting-id}/recordings': description: Provides operations to manage the recordings property of the microsoft.graph.onlineMeeting entity. get: tags: - me.onlineMeeting summary: Get callRecording description: 'Get a callRecording object associated with a scheduled onlineMeeting. This API doesn''t support getting call recordings from channel meetings. For a recording, this API returns the metadata of the single recording associated with the online meeting. For the content of a recording, this API returns the stream of bytes associated with the recording.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/callrecording-get?view=graph-rest-1.0 operationId: me.onlineMeetings.ListRecordings parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.callRecordingCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.onlineMeeting summary: Create new navigation property to recordings for me operationId: me.onlineMeetings.CreateRecordings requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.callRecording' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.callRecording' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: onlineMeeting-id in: path description: The unique identifier of onlineMeeting required: true schema: type: string x-ms-docs-key-type: onlineMeeting '/me/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}': description: Provides operations to manage the recordings property of the microsoft.graph.onlineMeeting entity. get: tags: - me.onlineMeeting summary: Get recordings from me description: The recordings of an online meeting. Read-only. operationId: me.onlineMeetings.GetRecordings parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.callRecording' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.onlineMeeting summary: Update the navigation property recordings in me operationId: me.onlineMeetings.UpdateRecordings requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.callRecording' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.callRecording' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.onlineMeeting summary: Delete navigation property recordings for me operationId: me.onlineMeetings.DeleteRecordings parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: onlineMeeting-id in: path description: The unique identifier of onlineMeeting required: true schema: type: string x-ms-docs-key-type: onlineMeeting - name: callRecording-id in: path description: The unique identifier of callRecording required: true schema: type: string x-ms-docs-key-type: callRecording '/me/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content': description: Provides operations to manage the media for the user entity. get: tags: - me.onlineMeeting summary: Get content for the navigation property recordings from me description: The content of the recording. Read-only. operationId: me.onlineMeetings.GetRecordingsContent responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - me.onlineMeeting summary: Update content for the navigation property recordings in me description: The content of the recording. Read-only. operationId: me.onlineMeetings.UpdateRecordingsContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.callRecording' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - me.onlineMeeting summary: Delete content for the navigation property recordings in me description: The content of the recording. Read-only. operationId: me.onlineMeetings.DeleteRecordingsContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: onlineMeeting-id in: path description: The unique identifier of onlineMeeting required: true schema: type: string x-ms-docs-key-type: onlineMeeting - name: callRecording-id in: path description: The unique identifier of callRecording required: true schema: type: string x-ms-docs-key-type: callRecording '/me/onlineMeetings/{onlineMeeting-id}/recordings/$count': description: Provides operations to count the resources in the collection. get: tags: - me.onlineMeeting summary: Get the number of the resource operationId: me.onlineMeetings.recordings.GetCount-b97c parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: onlineMeeting-id in: path description: The unique identifier of onlineMeeting required: true schema: type: string x-ms-docs-key-type: onlineMeeting '/me/onlineMeetings/{onlineMeeting-id}/transcripts': description: Provides operations to manage the transcripts property of the microsoft.graph.onlineMeeting entity. get: tags: - me.onlineMeeting summary: Get transcripts from me description: The transcripts of an online meeting. Read-only. operationId: me.onlineMeetings.ListTranscripts parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.callTranscriptCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.onlineMeeting summary: Create new navigation property to transcripts for me operationId: me.onlineMeetings.CreateTranscripts requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.callTranscript' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.callTranscript' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: onlineMeeting-id in: path description: The unique identifier of onlineMeeting required: true schema: type: string x-ms-docs-key-type: onlineMeeting '/me/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}': description: Provides operations to manage the transcripts property of the microsoft.graph.onlineMeeting entity. get: tags: - me.onlineMeeting summary: Get transcripts from me description: The transcripts of an online meeting. Read-only. operationId: me.onlineMeetings.GetTranscripts parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.callTranscript' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.onlineMeeting summary: Update the navigation property transcripts in me operationId: me.onlineMeetings.UpdateTranscripts requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.callTranscript' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.callTranscript' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.onlineMeeting summary: Delete navigation property transcripts for me operationId: me.onlineMeetings.DeleteTranscripts parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: onlineMeeting-id in: path description: The unique identifier of onlineMeeting required: true schema: type: string x-ms-docs-key-type: onlineMeeting - name: callTranscript-id in: path description: The unique identifier of callTranscript required: true schema: type: string x-ms-docs-key-type: callTranscript '/me/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content': description: Provides operations to manage the media for the user entity. get: tags: - me.onlineMeeting summary: Get content for the navigation property transcripts from me description: The content of the transcript. Read-only. operationId: me.onlineMeetings.GetTranscriptsContent responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - me.onlineMeeting summary: Update content for the navigation property transcripts in me description: The content of the transcript. Read-only. operationId: me.onlineMeetings.UpdateTranscriptsContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.callTranscript' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - me.onlineMeeting summary: Delete content for the navigation property transcripts in me description: The content of the transcript. Read-only. operationId: me.onlineMeetings.DeleteTranscriptsContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: onlineMeeting-id in: path description: The unique identifier of onlineMeeting required: true schema: type: string x-ms-docs-key-type: onlineMeeting - name: callTranscript-id in: path description: The unique identifier of callTranscript required: true schema: type: string x-ms-docs-key-type: callTranscript '/me/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent': description: Provides operations to manage the media for the user entity. get: tags: - me.onlineMeeting summary: Get metadataContent for the navigation property transcripts from me description: The time-aligned metadata of the utterances in the transcript. Read-only. operationId: me.onlineMeetings.GetTranscriptsMetadataContent responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - me.onlineMeeting summary: Update metadataContent for the navigation property transcripts in me description: The time-aligned metadata of the utterances in the transcript. Read-only. operationId: me.onlineMeetings.UpdateTranscriptsMetadataContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - me.onlineMeeting summary: Delete metadataContent for the navigation property transcripts in me description: The time-aligned metadata of the utterances in the transcript. Read-only. operationId: me.onlineMeetings.DeleteTranscriptsMetadataContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: onlineMeeting-id in: path description: The unique identifier of onlineMeeting required: true schema: type: string x-ms-docs-key-type: onlineMeeting - name: callTranscript-id in: path description: The unique identifier of callTranscript required: true schema: type: string x-ms-docs-key-type: callTranscript '/me/onlineMeetings/{onlineMeeting-id}/transcripts/$count': description: Provides operations to count the resources in the collection. get: tags: - me.onlineMeeting summary: Get the number of the resource operationId: me.onlineMeetings.transcripts.GetCount-52e4 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: onlineMeeting-id in: path description: The unique identifier of onlineMeeting required: true schema: type: string x-ms-docs-key-type: onlineMeeting /me/onlineMeetings/$count: description: Provides operations to count the resources in the collection. get: tags: - me.onlineMeeting summary: Get the number of the resource operationId: me.onlineMeetings.GetCount-1421 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /me/onlineMeetings/createOrGet: description: Provides operations to call the createOrGet method. post: tags: - me.Actions summary: Invoke action createOrGet description: 'Create an onlineMeeting object with a custom specified external ID. If the external ID already exists, this API will return the onlineMeeting object with that external ID. ' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/onlinemeeting-createorget?view=graph-rest-1.0 operationId: me.onlineMeetings.createOrGet requestBody: description: Action parameters content: application/json: schema: type: object properties: chatInfo: anyOf: - $ref: '#/components/schemas/microsoft.graph.chatInfo' - type: object nullable: true endDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string format: date-time nullable: true externalId: type: string participants: anyOf: - $ref: '#/components/schemas/microsoft.graph.meetingParticipants' - type: object nullable: true startDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string format: date-time nullable: true subject: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.onlineMeeting' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action /me/outlook: description: Provides operations to manage the outlook property of the microsoft.graph.user entity. get: tags: - me.outlookUser summary: Get outlook from me operationId: me.GetOutlook parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.outlookUser' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /me/outlook/masterCategories: description: Provides operations to manage the masterCategories property of the microsoft.graph.outlookUser entity. get: tags: - me.outlookUser summary: List masterCategories description: Get all the categories that have been defined for a user. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/outlookuser-list-mastercategories?view=graph-rest-1.0 operationId: me.outlook.ListMasterCategories parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.outlookCategoryCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.outlookUser summary: Create Outlook category description: Create an outlookCategory object in the user's master list of categories. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/outlookuser-post-mastercategories?view=graph-rest-1.0 operationId: me.outlook.CreateMasterCategories requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.outlookCategory' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.outlookCategory' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/me/outlook/masterCategories/{outlookCategory-id}': description: Provides operations to manage the masterCategories property of the microsoft.graph.outlookUser entity. get: tags: - me.outlookUser summary: Get Outlook category description: Get the properties and relationships of the specified outlookCategory object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/outlookcategory-get?view=graph-rest-1.0 operationId: me.outlook.GetMasterCategories parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.outlookCategory' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.outlookUser summary: Update outlookCategory description: 'Update the writable property, color, of the specified outlookCategory object. You can''t modify the displayName property once you have created the category.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/outlookcategory-update?view=graph-rest-1.0 operationId: me.outlook.UpdateMasterCategories requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.outlookCategory' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.outlookCategory' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.outlookUser summary: Delete outlookCategory description: Delete the specified outlookCategory object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/outlookcategory-delete?view=graph-rest-1.0 operationId: me.outlook.DeleteMasterCategories parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: outlookCategory-id in: path description: The unique identifier of outlookCategory required: true schema: type: string x-ms-docs-key-type: outlookCategory /me/outlook/masterCategories/$count: description: Provides operations to count the resources in the collection. get: tags: - me.outlookUser summary: Get the number of the resource operationId: me.outlook.masterCategories.GetCount-7754 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /me/outlook/supportedLanguages(): description: Provides operations to call the supportedLanguages method. get: tags: - me.Functions summary: Invoke function supportedLanguages description: "Get the list of locales and languages that are supported for the user, as configured on the user's mailbox server. When setting up an Outlook client, the user selects the preferred language from this supported list. You can subsequently get the preferred language by\ngetting the user's mailbox settings." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/outlookuser-supportedlanguages?view=graph-rest-1.0 operationId: me.outlook.supportedLanguages parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.localeInfo' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /me/outlook/supportedTimeZones(): description: Provides operations to call the supportedTimeZones method. get: tags: - me.Functions summary: Invoke function supportedTimeZones description: "Get the list of time zones that are supported for the user, as configured on the user's mailbox server. You can explicitly specify to have time zones returned in the Windows time zone format or Internet Assigned Numbers Authority (IANA) time zone (also known as Olson time zone) format. The Windows format is the default. When setting up an Outlook client, the user selects the preferred time zone from this supported list. You can subsequently get the preferred time zone by\ngetting the user's mailbox settings." operationId: me.outlook.supportedTimeZones-5c4f parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.timeZoneInformation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-grouped-path: - '/me/outlook/supportedTimeZones(TimeZoneStandard=''{TimeZoneStandard}'')' '/me/outlook/supportedTimeZones(TimeZoneStandard=''{TimeZoneStandard}'')': description: Provides operations to call the supportedTimeZones method. get: tags: - me.Functions summary: Invoke function supportedTimeZones description: "Get the list of time zones that are supported for the user, as configured on the user's mailbox server. You can explicitly specify to have time zones returned in the Windows time zone format or Internet Assigned Numbers Authority (IANA) time zone (also known as Olson time zone) format. The Windows format is the default. When setting up an Outlook client, the user selects the preferred time zone from this supported list. You can subsequently get the preferred time zone by\ngetting the user's mailbox settings." operationId: me.outlook.supportedTimeZones-0d20 parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.timeZoneInformation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: TimeZoneStandard in: path description: 'Usage: TimeZoneStandard=''{TimeZoneStandard}''' required: true schema: $ref: '#/components/schemas/microsoft.graph.timeZoneStandard' x-ms-docs-grouped-path: - /me/outlook/supportedTimeZones() /me/ownedDevices: description: Provides operations to manage the ownedDevices property of the microsoft.graph.user entity. get: tags: - me.directoryObject summary: List ownedDevices description: Get the list of devices that are owned by the user. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/user-list-owneddevices?view=graph-rest-1.0 operationId: me.ListOwnedDevices parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation '/me/ownedDevices/{directoryObject-id}': description: Provides operations to manage the ownedDevices property of the microsoft.graph.user entity. get: tags: - me.directoryObject summary: Get ownedDevices from me description: 'Devices the user owns. Read-only. Nullable. Supports $expand and $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1).' operationId: me.GetOwnedDevices parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/me/ownedDevices/{directoryObject-id}/graph.appRoleAssignment': description: Casts the previous resource to appRoleAssignment. get: tags: - me.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.appRoleAssignment operationId: me.GetOwnedDevices.AsAppRoleAssignment parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.appRoleAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/me/ownedDevices/{directoryObject-id}/graph.device': description: Casts the previous resource to device. get: tags: - me.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.device operationId: me.GetOwnedDevices.AsDevice parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.device' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/me/ownedDevices/{directoryObject-id}/graph.endpoint': description: Casts the previous resource to endpoint. get: tags: - me.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.endpoint operationId: me.GetOwnedDevices.AsEndpoint parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.endpoint' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject /me/ownedDevices/$count: description: Provides operations to count the resources in the collection. get: tags: - me.directoryObject summary: Get the number of the resource operationId: me.ownedDevices.GetCount-50a2 parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /me/ownedDevices/graph.appRoleAssignment: description: Casts the previous resource to appRoleAssignment. get: tags: - me.directoryObject summary: Get the items of type microsoft.graph.appRoleAssignment in the microsoft.graph.directoryObject collection operationId: me.ListOwnedDevices.AsAppRoleAssignment parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.appRoleAssignmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /me/ownedDevices/graph.appRoleAssignment/$count: description: Provides operations to count the resources in the collection. get: tags: - me.directoryObject summary: Get the number of the resource operationId: me.OwnedDevices.GetCount.AsAppRoleAssignment-63e9 parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /me/ownedDevices/graph.device: description: Casts the previous resource to device. get: tags: - me.directoryObject summary: Get the items of type microsoft.graph.device in the microsoft.graph.directoryObject collection operationId: me.ListOwnedDevices.AsDevice parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.deviceCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /me/ownedDevices/graph.device/$count: description: Provides operations to count the resources in the collection. get: tags: - me.directoryObject summary: Get the number of the resource operationId: me.OwnedDevices.GetCount.AsDevice-f96b parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /me/ownedDevices/graph.endpoint: description: Casts the previous resource to endpoint. get: tags: - me.directoryObject summary: Get the items of type microsoft.graph.endpoint in the microsoft.graph.directoryObject collection operationId: me.ListOwnedDevices.AsEndpoint parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.endpointCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /me/ownedDevices/graph.endpoint/$count: description: Provides operations to count the resources in the collection. get: tags: - me.directoryObject summary: Get the number of the resource operationId: me.OwnedDevices.GetCount.AsEndpoint-ef26 parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /me/ownedObjects: description: Provides operations to manage the ownedObjects property of the microsoft.graph.user entity. get: tags: - me.directoryObject summary: List ownedObjects description: Get the list of directory objects that are owned by the user. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/user-list-ownedobjects?view=graph-rest-1.0 operationId: me.ListOwnedObjects parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation '/me/ownedObjects/{directoryObject-id}': description: Provides operations to manage the ownedObjects property of the microsoft.graph.user entity. get: tags: - me.directoryObject summary: Get ownedObjects from me description: 'Directory objects the user owns. Read-only. Nullable. Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1).' operationId: me.GetOwnedObjects parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/me/ownedObjects/{directoryObject-id}/graph.application': description: Casts the previous resource to application. get: tags: - me.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.application operationId: me.GetOwnedObjects.AsApplication parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.application' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/me/ownedObjects/{directoryObject-id}/graph.group': description: Casts the previous resource to group. get: tags: - me.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.group operationId: me.GetOwnedObjects.AsGroup parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.group' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/me/ownedObjects/{directoryObject-id}/graph.servicePrincipal': description: Casts the previous resource to servicePrincipal. get: tags: - me.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.servicePrincipal operationId: me.GetOwnedObjects.AsServicePrincipal parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.servicePrincipal' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject /me/ownedObjects/$count: description: Provides operations to count the resources in the collection. get: tags: - me.directoryObject summary: Get the number of the resource operationId: me.ownedObjects.GetCount-ab32 parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /me/ownedObjects/graph.application: description: Casts the previous resource to application. get: tags: - me.directoryObject summary: Get the items of type microsoft.graph.application in the microsoft.graph.directoryObject collection operationId: me.ListOwnedObjects.AsApplication parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.applicationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /me/ownedObjects/graph.application/$count: description: Provides operations to count the resources in the collection. get: tags: - me.directoryObject summary: Get the number of the resource operationId: me.OwnedObjects.GetCount.AsApplication-4199 parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /me/ownedObjects/graph.group: description: Casts the previous resource to group. get: tags: - me.directoryObject summary: Get the items of type microsoft.graph.group in the microsoft.graph.directoryObject collection operationId: me.ListOwnedObjects.AsGroup parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.groupCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /me/ownedObjects/graph.group/$count: description: Provides operations to count the resources in the collection. get: tags: - me.directoryObject summary: Get the number of the resource operationId: me.OwnedObjects.GetCount.AsGroup-44be parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /me/ownedObjects/graph.servicePrincipal: description: Casts the previous resource to servicePrincipal. get: tags: - me.directoryObject summary: Get the items of type microsoft.graph.servicePrincipal in the microsoft.graph.directoryObject collection operationId: me.ListOwnedObjects.AsServicePrincipal parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.servicePrincipalCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /me/ownedObjects/graph.servicePrincipal/$count: description: Provides operations to count the resources in the collection. get: tags: - me.directoryObject summary: Get the number of the resource operationId: me.OwnedObjects.GetCount.AsServicePrincipal-5e2c parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /me/people: description: Provides operations to manage the people property of the microsoft.graph.user entity. get: tags: - me.person summary: List people description: 'Retrieve a collection of person objects ordered by their relevance to the user, which is determined by the user''s communication and collaboration patterns, and business relationships. You can get this information via the People API. For examples, see the Examples section and the article Use the People API to get information about the people most relevant to you.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/user-list-people?view=graph-rest-1.0 operationId: me.ListPeople parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.personCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation '/me/people/{person-id}': description: Provides operations to manage the people property of the microsoft.graph.user entity. get: tags: - me.person summary: Get people from me description: People that are relevant to the user. Read-only. Nullable. operationId: me.GetPeople parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.person' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: person-id in: path description: The unique identifier of person required: true schema: type: string x-ms-docs-key-type: person /me/people/$count: description: Provides operations to count the resources in the collection. get: tags: - me.person summary: Get the number of the resource operationId: me.people.GetCount-eaef parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /me/permissionGrants: description: Provides operations to manage the permissionGrants property of the microsoft.graph.user entity. get: tags: - me.resourceSpecificPermissionGrant summary: Get permissionGrants from me description: List all resource-specific permission grants of a user. operationId: me.ListPermissionGrants parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.resourceSpecificPermissionGrantCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.resourceSpecificPermissionGrant summary: Create new navigation property to permissionGrants for me operationId: me.CreatePermissionGrants requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/me/permissionGrants/{resourceSpecificPermissionGrant-id}': description: Provides operations to manage the permissionGrants property of the microsoft.graph.user entity. get: tags: - me.resourceSpecificPermissionGrant summary: Get permissionGrants from me description: List all resource-specific permission grants of a user. operationId: me.GetPermissionGrants parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.resourceSpecificPermissionGrant summary: Update the navigation property permissionGrants in me operationId: me.UpdatePermissionGrants requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.resourceSpecificPermissionGrant summary: Delete navigation property permissionGrants for me operationId: me.DeletePermissionGrants parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: resourceSpecificPermissionGrant-id in: path description: The unique identifier of resourceSpecificPermissionGrant required: true schema: type: string x-ms-docs-key-type: resourceSpecificPermissionGrant /me/permissionGrants/$count: description: Provides operations to count the resources in the collection. get: tags: - me.resourceSpecificPermissionGrant summary: Get the number of the resource operationId: me.permissionGrants.GetCount-068b parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /me/photo: description: Provides operations to manage the photo property of the microsoft.graph.user entity. get: tags: - me.profilePhoto summary: Get profilePhoto description: "Get the specified profilePhoto or its metadata (profilePhoto properties). The supported sizes of HD photos on Microsoft 365 are as follows: 48x48, 64x64, 96x96, 120x120, 240x240,\n360x360, 432x432, 504x504, and 648x648. Photos can be any dimension if they're stored in Microsoft Entra ID. You can get the metadata of the largest available photo or specify a size to get the metadata for that photo size.\nIf the size you request is unavailable, you can still get a smaller size that the user has uploaded and made available.\nFor example, if the user uploads a photo that is 504x504 pixels, all but the 648x648 size of the photo is available for download." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/profilephoto-get?view=graph-rest-1.0 operationId: me.GetPhoto parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.profilePhoto' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.profilePhoto summary: Update profilePhoto description: 'Update the photo for the specified contact, group, team, or user in a tenant. The size of the photo you can update to is limited to 4 MB. You can use either PATCH or PUT for this operation.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/profilephoto-update?view=graph-rest-1.0 operationId: me.UpdatePhoto requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.profilePhoto' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.profilePhoto' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.profilePhoto summary: Delete profilePhoto description: 'Delete the photo for the signed-in user or the specified group. ' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/profilephoto-delete?view=graph-rest-1.0 operationId: me.DeletePhoto parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /me/photo/$value: description: Provides operations to manage the media for the user entity. get: tags: - me.profilePhoto summary: Get profilePhoto description: "Get the specified profilePhoto or its metadata (profilePhoto properties). The supported sizes of HD photos on Microsoft 365 are as follows: 48x48, 64x64, 96x96, 120x120, 240x240,\n360x360, 432x432, 504x504, and 648x648. Photos can be any dimension if they're stored in Microsoft Entra ID. You can get the metadata of the largest available photo or specify a size to get the metadata for that photo size.\nIf the size you request is unavailable, you can still get a smaller size that the user has uploaded and made available.\nFor example, if the user uploads a photo that is 504x504 pixels, all but the 648x648 size of the photo is available for download." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/profilephoto-get?view=graph-rest-1.0 operationId: me.GetPhotoContent responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - me.profilePhoto summary: Update profilePhoto description: 'Update the photo for the specified contact, group, team, or user in a tenant. The size of the photo you can update to is limited to 4 MB. You can use either PATCH or PUT for this operation.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/profilephoto-update?view=graph-rest-1.0 operationId: me.UpdatePhotoContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - me.profilePhoto summary: Delete profilePhoto description: 'Delete the photo for the signed-in user or the specified group. ' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/profilephoto-delete?view=graph-rest-1.0 operationId: me.DeletePhotoContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /me/photos: description: Provides operations to manage the photos property of the microsoft.graph.user entity. get: tags: - me.profilePhoto summary: Get photos from me description: The collection of the user's profile photos in different sizes. Read-only. operationId: me.ListPhotos parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.profilePhotoCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation '/me/photos/{profilePhoto-id}': description: Provides operations to manage the photos property of the microsoft.graph.user entity. get: tags: - me.profilePhoto summary: Get photos from me description: The collection of the user's profile photos in different sizes. Read-only. operationId: me.GetPhotos parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.profilePhoto' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: profilePhoto-id in: path description: The unique identifier of profilePhoto required: true schema: type: string x-ms-docs-key-type: profilePhoto '/me/photos/{profilePhoto-id}/$value': description: Provides operations to manage the media for the user entity. get: tags: - me.profilePhoto summary: Get media content for the navigation property photos from me description: The unique identifier for an entity. Read-only. operationId: me.GetPhotosContent responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - me.profilePhoto summary: Update media content for the navigation property photos in me description: The unique identifier for an entity. Read-only. operationId: me.UpdatePhotosContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - me.profilePhoto summary: Delete media content for the navigation property photos in me description: The unique identifier for an entity. Read-only. operationId: me.DeletePhotosContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: profilePhoto-id in: path description: The unique identifier of profilePhoto required: true schema: type: string x-ms-docs-key-type: profilePhoto /me/planner: description: Provides operations to manage the planner property of the microsoft.graph.user entity. get: tags: - me.plannerUser summary: Get planner from me description: Entry-point to the Planner resource that might exist for a user. Read-only. operationId: me.GetPlanner parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerUser' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.plannerUser summary: Update the navigation property planner in me operationId: me.UpdatePlanner parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerUser' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerUser' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.plannerUser summary: Delete navigation property planner for me operationId: me.DeletePlanner parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /me/planner/plans: description: Provides operations to manage the plans property of the microsoft.graph.plannerUser entity. get: tags: - me.plannerUser summary: List plans description: Retrieve a list of plannerplan objects shared with a user object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/planneruser-list-plans?view=graph-rest-1.0 operationId: me.planner.ListPlans parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.plannerPlanCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.plannerUser summary: Create new navigation property to plans for me operationId: me.planner.CreatePlans requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerPlan' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerPlan' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/me/planner/plans/{plannerPlan-id}': description: Provides operations to manage the plans property of the microsoft.graph.plannerUser entity. get: tags: - me.plannerUser summary: Get plans from me description: Read-only. Nullable. Returns the plannerTasks assigned to the user. operationId: me.planner.GetPlans parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerPlan' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.plannerUser summary: Update the navigation property plans in me operationId: me.planner.UpdatePlans requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerPlan' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerPlan' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.plannerUser summary: Delete navigation property plans for me operationId: me.planner.DeletePlans parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan '/me/planner/plans/{plannerPlan-id}/buckets': description: Provides operations to manage the buckets property of the microsoft.graph.plannerPlan entity. get: tags: - me.plannerUser summary: Get buckets from me description: Read-only. Nullable. Collection of buckets in the plan. operationId: me.planner.plans.ListBuckets parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.plannerBucketCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.plannerUser summary: Create new navigation property to buckets for me operationId: me.planner.plans.CreateBuckets requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerBucket' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerBucket' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan '/me/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}': description: Provides operations to manage the buckets property of the microsoft.graph.plannerPlan entity. get: tags: - me.plannerUser summary: Get buckets from me description: Read-only. Nullable. Collection of buckets in the plan. operationId: me.planner.plans.GetBuckets parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerBucket' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.plannerUser summary: Update the navigation property buckets in me operationId: me.planner.plans.UpdateBuckets requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerBucket' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerBucket' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.plannerUser summary: Delete navigation property buckets for me operationId: me.planner.plans.DeleteBuckets parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan - name: plannerBucket-id in: path description: The unique identifier of plannerBucket required: true schema: type: string x-ms-docs-key-type: plannerBucket '/me/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks': description: Provides operations to manage the tasks property of the microsoft.graph.plannerBucket entity. get: tags: - me.plannerUser summary: Get tasks from me description: Read-only. Nullable. The collection of tasks in the bucket. operationId: me.planner.plans.buckets.ListTasks parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.plannerTaskCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.plannerUser summary: Create new navigation property to tasks for me operationId: me.planner.plans.buckets.CreateTasks requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan - name: plannerBucket-id in: path description: The unique identifier of plannerBucket required: true schema: type: string x-ms-docs-key-type: plannerBucket '/me/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}': description: Provides operations to manage the tasks property of the microsoft.graph.plannerBucket entity. get: tags: - me.plannerUser summary: Get tasks from me description: Read-only. Nullable. The collection of tasks in the bucket. operationId: me.planner.plans.buckets.GetTasks parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.plannerUser summary: Update the navigation property tasks in me operationId: me.planner.plans.buckets.UpdateTasks requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.plannerUser summary: Delete navigation property tasks for me operationId: me.planner.plans.buckets.DeleteTasks parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan - name: plannerBucket-id in: path description: The unique identifier of plannerBucket required: true schema: type: string x-ms-docs-key-type: plannerBucket - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask '/me/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat': description: Provides operations to manage the assignedToTaskBoardFormat property of the microsoft.graph.plannerTask entity. get: tags: - me.plannerUser summary: Get assignedToTaskBoardFormat from me description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by assignedTo. operationId: me.planner.plans.buckets.tasks.GetAssignedToTaskBoardFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.plannerUser summary: Update the navigation property assignedToTaskBoardFormat in me operationId: me.planner.plans.buckets.tasks.UpdateAssignedToTaskBoardFormat parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.plannerUser summary: Delete navigation property assignedToTaskBoardFormat for me operationId: me.planner.plans.buckets.tasks.DeleteAssignedToTaskBoardFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan - name: plannerBucket-id in: path description: The unique identifier of plannerBucket required: true schema: type: string x-ms-docs-key-type: plannerBucket - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask x-ms-docs-grouped-path: - '/me/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat' - '/me/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat' '/me/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat': description: Provides operations to manage the bucketTaskBoardFormat property of the microsoft.graph.plannerTask entity. get: tags: - me.plannerUser summary: Get bucketTaskBoardFormat from me description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by bucket. operationId: me.planner.plans.buckets.tasks.GetBucketTaskBoardFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.plannerUser summary: Update the navigation property bucketTaskBoardFormat in me operationId: me.planner.plans.buckets.tasks.UpdateBucketTaskBoardFormat parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.plannerUser summary: Delete navigation property bucketTaskBoardFormat for me operationId: me.planner.plans.buckets.tasks.DeleteBucketTaskBoardFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan - name: plannerBucket-id in: path description: The unique identifier of plannerBucket required: true schema: type: string x-ms-docs-key-type: plannerBucket - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask x-ms-docs-grouped-path: - '/me/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat' - '/me/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat' '/me/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details': description: Provides operations to manage the details property of the microsoft.graph.plannerTask entity. get: tags: - me.plannerUser summary: Get details from me description: Read-only. Nullable. More details about the task. operationId: me.planner.plans.buckets.tasks.GetDetails parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.plannerUser summary: Update the navigation property details in me operationId: me.planner.plans.buckets.tasks.UpdateDetails parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.plannerUser summary: Delete navigation property details for me operationId: me.planner.plans.buckets.tasks.DeleteDetails parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan - name: plannerBucket-id in: path description: The unique identifier of plannerBucket required: true schema: type: string x-ms-docs-key-type: plannerBucket - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask x-ms-docs-grouped-path: - '/me/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/details' - '/me/planner/tasks/{plannerTask-id}/details' '/me/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat': description: Provides operations to manage the progressTaskBoardFormat property of the microsoft.graph.plannerTask entity. get: tags: - me.plannerUser summary: Get progressTaskBoardFormat from me description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by progress. operationId: me.planner.plans.buckets.tasks.GetProgressTaskBoardFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.plannerUser summary: Update the navigation property progressTaskBoardFormat in me operationId: me.planner.plans.buckets.tasks.UpdateProgressTaskBoardFormat parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.plannerUser summary: Delete navigation property progressTaskBoardFormat for me operationId: me.planner.plans.buckets.tasks.DeleteProgressTaskBoardFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan - name: plannerBucket-id in: path description: The unique identifier of plannerBucket required: true schema: type: string x-ms-docs-key-type: plannerBucket - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask x-ms-docs-grouped-path: - '/me/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/progressTaskBoardFormat' - '/me/planner/tasks/{plannerTask-id}/progressTaskBoardFormat' '/me/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/$count': description: Provides operations to count the resources in the collection. get: tags: - me.plannerUser summary: Get the number of the resource operationId: me.planner.plans.buckets.tasks.GetCount-2767 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan - name: plannerBucket-id in: path description: The unique identifier of plannerBucket required: true schema: type: string x-ms-docs-key-type: plannerBucket '/me/planner/plans/{plannerPlan-id}/buckets/$count': description: Provides operations to count the resources in the collection. get: tags: - me.plannerUser summary: Get the number of the resource operationId: me.planner.plans.buckets.GetCount-3740 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan '/me/planner/plans/{plannerPlan-id}/details': description: Provides operations to manage the details property of the microsoft.graph.plannerPlan entity. get: tags: - me.plannerUser summary: Get details from me description: Read-only. Nullable. Extra details about the plan. operationId: me.planner.plans.GetDetails parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerPlanDetails' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.plannerUser summary: Update the navigation property details in me operationId: me.planner.plans.UpdateDetails parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerPlanDetails' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerPlanDetails' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.plannerUser summary: Delete navigation property details for me operationId: me.planner.plans.DeleteDetails parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan '/me/planner/plans/{plannerPlan-id}/tasks': description: Provides operations to manage the tasks property of the microsoft.graph.plannerPlan entity. get: tags: - me.plannerUser summary: Get tasks from me description: Read-only. Nullable. Collection of tasks in the plan. operationId: me.planner.plans.ListTasks parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.plannerTaskCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.plannerUser summary: Create new navigation property to tasks for me operationId: me.planner.plans.CreateTasks requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan '/me/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}': description: Provides operations to manage the tasks property of the microsoft.graph.plannerPlan entity. get: tags: - me.plannerUser summary: Get tasks from me description: Read-only. Nullable. Collection of tasks in the plan. operationId: me.planner.plans.GetTasks parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.plannerUser summary: Update the navigation property tasks in me operationId: me.planner.plans.UpdateTasks requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.plannerUser summary: Delete navigation property tasks for me operationId: me.planner.plans.DeleteTasks parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask '/me/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat': description: Provides operations to manage the assignedToTaskBoardFormat property of the microsoft.graph.plannerTask entity. get: tags: - me.plannerUser summary: Get assignedToTaskBoardFormat from me description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by assignedTo. operationId: me.planner.plans.tasks.GetAssignedToTaskBoardFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.plannerUser summary: Update the navigation property assignedToTaskBoardFormat in me operationId: me.planner.plans.tasks.UpdateAssignedToTaskBoardFormat parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.plannerUser summary: Delete navigation property assignedToTaskBoardFormat for me operationId: me.planner.plans.tasks.DeleteAssignedToTaskBoardFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask x-ms-docs-grouped-path: - '/me/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat' - '/me/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat' '/me/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat': description: Provides operations to manage the bucketTaskBoardFormat property of the microsoft.graph.plannerTask entity. get: tags: - me.plannerUser summary: Get bucketTaskBoardFormat from me description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by bucket. operationId: me.planner.plans.tasks.GetBucketTaskBoardFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.plannerUser summary: Update the navigation property bucketTaskBoardFormat in me operationId: me.planner.plans.tasks.UpdateBucketTaskBoardFormat parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.plannerUser summary: Delete navigation property bucketTaskBoardFormat for me operationId: me.planner.plans.tasks.DeleteBucketTaskBoardFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask x-ms-docs-grouped-path: - '/me/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat' - '/me/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat' '/me/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/details': description: Provides operations to manage the details property of the microsoft.graph.plannerTask entity. get: tags: - me.plannerUser summary: Get details from me description: Read-only. Nullable. More details about the task. operationId: me.planner.plans.tasks.GetDetails parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.plannerUser summary: Update the navigation property details in me operationId: me.planner.plans.tasks.UpdateDetails parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.plannerUser summary: Delete navigation property details for me operationId: me.planner.plans.tasks.DeleteDetails parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask x-ms-docs-grouped-path: - '/me/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details' - '/me/planner/tasks/{plannerTask-id}/details' '/me/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/progressTaskBoardFormat': description: Provides operations to manage the progressTaskBoardFormat property of the microsoft.graph.plannerTask entity. get: tags: - me.plannerUser summary: Get progressTaskBoardFormat from me description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by progress. operationId: me.planner.plans.tasks.GetProgressTaskBoardFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.plannerUser summary: Update the navigation property progressTaskBoardFormat in me operationId: me.planner.plans.tasks.UpdateProgressTaskBoardFormat parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.plannerUser summary: Delete navigation property progressTaskBoardFormat for me operationId: me.planner.plans.tasks.DeleteProgressTaskBoardFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask x-ms-docs-grouped-path: - '/me/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat' - '/me/planner/tasks/{plannerTask-id}/progressTaskBoardFormat' '/me/planner/plans/{plannerPlan-id}/tasks/$count': description: Provides operations to count the resources in the collection. get: tags: - me.plannerUser summary: Get the number of the resource operationId: me.planner.plans.tasks.GetCount-d046 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan /me/planner/plans/$count: description: Provides operations to count the resources in the collection. get: tags: - me.plannerUser summary: Get the number of the resource operationId: me.planner.plans.GetCount-036a parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /me/planner/tasks: description: Provides operations to manage the tasks property of the microsoft.graph.plannerUser entity. get: tags: - me.plannerUser summary: List tasks description: Retrieve a list of plannertask objects assigned to a User. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/planneruser-list-tasks?view=graph-rest-1.0 operationId: me.planner.ListTasks parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.plannerTaskCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.plannerUser summary: Create new navigation property to tasks for me operationId: me.planner.CreateTasks requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/me/planner/tasks/{plannerTask-id}': description: Provides operations to manage the tasks property of the microsoft.graph.plannerUser entity. get: tags: - me.plannerUser summary: Get tasks from me description: Read-only. Nullable. Returns the plannerPlans shared with the user. operationId: me.planner.GetTasks parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.plannerUser summary: Update the navigation property tasks in me operationId: me.planner.UpdateTasks requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.plannerUser summary: Delete navigation property tasks for me operationId: me.planner.DeleteTasks parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask '/me/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat': description: Provides operations to manage the assignedToTaskBoardFormat property of the microsoft.graph.plannerTask entity. get: tags: - me.plannerUser summary: Get assignedToTaskBoardFormat from me description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by assignedTo. operationId: me.planner.tasks.GetAssignedToTaskBoardFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.plannerUser summary: Update the navigation property assignedToTaskBoardFormat in me operationId: me.planner.tasks.UpdateAssignedToTaskBoardFormat parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.plannerUser summary: Delete navigation property assignedToTaskBoardFormat for me operationId: me.planner.tasks.DeleteAssignedToTaskBoardFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask x-ms-docs-grouped-path: - '/me/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat' - '/me/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat' '/me/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat': description: Provides operations to manage the bucketTaskBoardFormat property of the microsoft.graph.plannerTask entity. get: tags: - me.plannerUser summary: Get bucketTaskBoardFormat from me description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by bucket. operationId: me.planner.tasks.GetBucketTaskBoardFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.plannerUser summary: Update the navigation property bucketTaskBoardFormat in me operationId: me.planner.tasks.UpdateBucketTaskBoardFormat parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.plannerUser summary: Delete navigation property bucketTaskBoardFormat for me operationId: me.planner.tasks.DeleteBucketTaskBoardFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask x-ms-docs-grouped-path: - '/me/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat' - '/me/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat' '/me/planner/tasks/{plannerTask-id}/details': description: Provides operations to manage the details property of the microsoft.graph.plannerTask entity. get: tags: - me.plannerUser summary: Get details from me description: Read-only. Nullable. More details about the task. operationId: me.planner.tasks.GetDetails parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.plannerUser summary: Update the navigation property details in me operationId: me.planner.tasks.UpdateDetails parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.plannerUser summary: Delete navigation property details for me operationId: me.planner.tasks.DeleteDetails parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask x-ms-docs-grouped-path: - '/me/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details' - '/me/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/details' '/me/planner/tasks/{plannerTask-id}/progressTaskBoardFormat': description: Provides operations to manage the progressTaskBoardFormat property of the microsoft.graph.plannerTask entity. get: tags: - me.plannerUser summary: Get progressTaskBoardFormat from me description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by progress. operationId: me.planner.tasks.GetProgressTaskBoardFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.plannerUser summary: Update the navigation property progressTaskBoardFormat in me operationId: me.planner.tasks.UpdateProgressTaskBoardFormat parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.plannerUser summary: Delete navigation property progressTaskBoardFormat for me operationId: me.planner.tasks.DeleteProgressTaskBoardFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask x-ms-docs-grouped-path: - '/me/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat' - '/me/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/progressTaskBoardFormat' /me/planner/tasks/$count: description: Provides operations to count the resources in the collection. get: tags: - me.plannerUser summary: Get the number of the resource operationId: me.planner.tasks.GetCount-5b5d parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /me/presence: description: Provides operations to manage the presence property of the microsoft.graph.user entity. get: tags: - me.presence summary: Get presence description: Get a user's presence information. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/presence-get?view=graph-rest-1.0 operationId: me.GetPresence parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.presence' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.presence summary: Update the navigation property presence in me operationId: me.UpdatePresence requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.presence' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.presence' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.presence summary: Delete navigation property presence for me operationId: me.DeletePresence parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /me/presence/clearPresence: description: Provides operations to call the clearPresence method. post: tags: - me.Actions summary: Invoke action clearPresence description: 'Clear the application''s presence session for a user. If it is the user''s only presence session, the user''s presence will change to Offline/Offline. For details about presences sessions, see presence: setPresence.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/presence-clearpresence?view=graph-rest-1.0 operationId: me.presence.clearPresence requestBody: description: Action parameters content: application/json: schema: type: object properties: sessionId: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action /me/presence/clearUserPreferredPresence: description: Provides operations to call the clearUserPreferredPresence method. post: tags: - me.Actions summary: Invoke action clearUserPreferredPresence description: Clear the preferred availability and activity status for a user. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/presence-clearuserpreferredpresence?view=graph-rest-1.0 operationId: me.presence.clearUserPreferredPresence responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action /me/presence/setPresence: description: Provides operations to call the setPresence method. post: tags: - me.Actions summary: Invoke action setPresence description: Set the state of a user's presence session as an application. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/presence-setpresence?view=graph-rest-1.0 operationId: me.presence.setPresence requestBody: description: Action parameters content: application/json: schema: type: object properties: sessionId: type: string nullable: true availability: type: string activity: type: string expirationDuration: pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' type: string format: duration nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action /me/presence/setStatusMessage: description: Provides operations to call the setStatusMessage method. post: tags: - me.Actions summary: Invoke action setStatusMessage description: Set a presence status message for a user. An optional expiration date and time can be supplied. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-1.0 operationId: me.presence.setStatusMessage requestBody: description: Action parameters content: application/json: schema: type: object properties: statusMessage: anyOf: - $ref: '#/components/schemas/microsoft.graph.presenceStatusMessage' - type: object nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action /me/presence/setUserPreferredPresence: description: Provides operations to call the setUserPreferredPresence method. post: tags: - me.Actions summary: Invoke action setUserPreferredPresence description: 'Set the preferred availability and activity status for a user. If the preferred presence of a user is set, the user''s presence shows as the preferred status. Preferred presence takes effect only when at least one presence session exists for the user. Otherwise, the user''s presence shows as Offline. A presence session is created as a result of a successful setPresence operation, or if the user is signed in on a Microsoft Teams client. For more details, see presence sessions and time-out and expiration.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/presence-setuserpreferredpresence?view=graph-rest-1.0 operationId: me.presence.setUserPreferredPresence requestBody: description: Action parameters content: application/json: schema: type: object properties: availability: type: string activity: type: string expirationDuration: pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' type: string format: duration nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action /me/registeredDevices: description: Provides operations to manage the registeredDevices property of the microsoft.graph.user entity. get: tags: - me.directoryObject summary: List registeredDevices description: Get the list of user's registered devices. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/user-list-registereddevices?view=graph-rest-1.0 operationId: me.ListRegisteredDevices parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation '/me/registeredDevices/{directoryObject-id}': description: Provides operations to manage the registeredDevices property of the microsoft.graph.user entity. get: tags: - me.directoryObject summary: Get registeredDevices from me description: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. operationId: me.GetRegisteredDevices parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/me/registeredDevices/{directoryObject-id}/graph.appRoleAssignment': description: Casts the previous resource to appRoleAssignment. get: tags: - me.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.appRoleAssignment operationId: me.GetRegisteredDevices.AsAppRoleAssignment parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.appRoleAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/me/registeredDevices/{directoryObject-id}/graph.device': description: Casts the previous resource to device. get: tags: - me.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.device operationId: me.GetRegisteredDevices.AsDevice parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.device' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/me/registeredDevices/{directoryObject-id}/graph.endpoint': description: Casts the previous resource to endpoint. get: tags: - me.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.endpoint operationId: me.GetRegisteredDevices.AsEndpoint parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.endpoint' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject /me/registeredDevices/$count: description: Provides operations to count the resources in the collection. get: tags: - me.directoryObject summary: Get the number of the resource operationId: me.registeredDevices.GetCount-338e parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /me/registeredDevices/graph.appRoleAssignment: description: Casts the previous resource to appRoleAssignment. get: tags: - me.directoryObject summary: Get the items of type microsoft.graph.appRoleAssignment in the microsoft.graph.directoryObject collection operationId: me.ListRegisteredDevices.AsAppRoleAssignment parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.appRoleAssignmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /me/registeredDevices/graph.appRoleAssignment/$count: description: Provides operations to count the resources in the collection. get: tags: - me.directoryObject summary: Get the number of the resource operationId: me.RegisteredDevices.GetCount.AsAppRoleAssignment-024b parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /me/registeredDevices/graph.device: description: Casts the previous resource to device. get: tags: - me.directoryObject summary: Get the items of type microsoft.graph.device in the microsoft.graph.directoryObject collection operationId: me.ListRegisteredDevices.AsDevice parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.deviceCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /me/registeredDevices/graph.device/$count: description: Provides operations to count the resources in the collection. get: tags: - me.directoryObject summary: Get the number of the resource operationId: me.RegisteredDevices.GetCount.AsDevice-4964 parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /me/registeredDevices/graph.endpoint: description: Casts the previous resource to endpoint. get: tags: - me.directoryObject summary: Get the items of type microsoft.graph.endpoint in the microsoft.graph.directoryObject collection operationId: me.ListRegisteredDevices.AsEndpoint parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.endpointCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /me/registeredDevices/graph.endpoint/$count: description: Provides operations to count the resources in the collection. get: tags: - me.directoryObject summary: Get the number of the resource operationId: me.RegisteredDevices.GetCount.AsEndpoint-0ca5 parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /me/scopedRoleMemberOf: description: Provides operations to manage the scopedRoleMemberOf property of the microsoft.graph.user entity. get: tags: - me.scopedRoleMembership summary: Get scopedRoleMemberOf from me operationId: me.ListScopedRoleMemberOf parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.scopedRoleMembershipCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.scopedRoleMembership summary: Create new navigation property to scopedRoleMemberOf for me operationId: me.CreateScopedRoleMemberOf requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.scopedRoleMembership' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.scopedRoleMembership' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/me/scopedRoleMemberOf/{scopedRoleMembership-id}': description: Provides operations to manage the scopedRoleMemberOf property of the microsoft.graph.user entity. get: tags: - me.scopedRoleMembership summary: Get scopedRoleMemberOf from me operationId: me.GetScopedRoleMemberOf parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.scopedRoleMembership' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.scopedRoleMembership summary: Update the navigation property scopedRoleMemberOf in me operationId: me.UpdateScopedRoleMemberOf requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.scopedRoleMembership' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.scopedRoleMembership' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.scopedRoleMembership summary: Delete navigation property scopedRoleMemberOf for me operationId: me.DeleteScopedRoleMemberOf parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: scopedRoleMembership-id in: path description: The unique identifier of scopedRoleMembership required: true schema: type: string x-ms-docs-key-type: scopedRoleMembership /me/scopedRoleMemberOf/$count: description: Provides operations to count the resources in the collection. get: tags: - me.scopedRoleMembership summary: Get the number of the resource operationId: me.scopedRoleMemberOf.GetCount-aa47 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /me/serviceProvisioningErrors: get: tags: - me.serviceProvisioningError summary: Get serviceProvisioningErrors property value description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' operationId: me.ListServiceProvisioningErrors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /me/serviceProvisioningErrors/$count: description: Provides operations to count the resources in the collection. get: tags: - me.serviceProvisioningError summary: Get the number of the resource operationId: me.ServiceProvisioningErrors.GetCount-81cf parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /me/settings: description: Provides operations to manage the settings property of the microsoft.graph.user entity. get: tags: - me.userSettings summary: Get settings description: "Read the user and organization userSettings object.\nTo learn how to update the properties of the userSettings object, see update user settings." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/usersettings-get?view=graph-rest-1.0 operationId: me.GetSettings parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.userSettings summary: Update userSettings description: "Update the properties of the userSettings object. \nUsers in the same organization can have different settings based on their preference or on the organization policies. \nTo get the user current settings, see current user settings. " externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/usersettings-update?view=graph-rest-1.0 operationId: me.UpdateSettings requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userSettings' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.userSettings summary: Delete navigation property settings for me operationId: me.DeleteSettings parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /me/settings/itemInsights: description: Provides operations to manage the itemInsights property of the microsoft.graph.userSettings entity. get: tags: - me.userSettings summary: Get itemInsights from me operationId: me.settings.GetItemInsights parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userInsightsSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.userSettings summary: Update the navigation property itemInsights in me operationId: me.settings.UpdateItemInsights requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userInsightsSettings' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userInsightsSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.userSettings summary: Delete navigation property itemInsights for me operationId: me.settings.DeleteItemInsights parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /me/settings/shiftPreferences: description: Provides operations to manage the shiftPreferences property of the microsoft.graph.userSettings entity. get: tags: - me.userSettings summary: Get shiftPreferences from me operationId: me.settings.GetShiftPreferences parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.shiftPreferences' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.userSettings summary: Update the navigation property shiftPreferences in me operationId: me.settings.UpdateShiftPreferences requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.shiftPreferences' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.shiftPreferences' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.userSettings summary: Delete navigation property shiftPreferences for me operationId: me.settings.DeleteShiftPreferences parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /me/settings/storage: description: Provides operations to manage the storage property of the microsoft.graph.userSettings entity. get: tags: - me.userSettings summary: Get storage from me operationId: me.settings.GetStorage parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userStorage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.userSettings summary: Update the navigation property storage in me operationId: me.settings.UpdateStorage requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userStorage' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userStorage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.userSettings summary: Delete navigation property storage for me operationId: me.settings.DeleteStorage parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /me/settings/storage/quota: description: Provides operations to manage the quota property of the microsoft.graph.userStorage entity. get: tags: - me.userSettings summary: Get quota from me operationId: me.settings.storage.GetQuota parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedStorageQuota' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.userSettings summary: Update the navigation property quota in me operationId: me.settings.storage.UpdateQuota requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedStorageQuota' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedStorageQuota' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.userSettings summary: Delete navigation property quota for me operationId: me.settings.storage.DeleteQuota parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /me/settings/storage/quota/services: description: Provides operations to manage the services property of the microsoft.graph.unifiedStorageQuota entity. get: tags: - me.userSettings summary: Get services from me operationId: me.settings.storage.quota.ListServices parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.serviceStorageQuotaBreakdownCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.userSettings summary: Create new navigation property to services for me operationId: me.settings.storage.quota.CreateServices requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.serviceStorageQuotaBreakdown' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.serviceStorageQuotaBreakdown' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/me/settings/storage/quota/services/{serviceStorageQuotaBreakdown-id}': description: Provides operations to manage the services property of the microsoft.graph.unifiedStorageQuota entity. get: tags: - me.userSettings summary: Get services from me operationId: me.settings.storage.quota.GetServices parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.serviceStorageQuotaBreakdown' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.userSettings summary: Update the navigation property services in me operationId: me.settings.storage.quota.UpdateServices requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.serviceStorageQuotaBreakdown' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.serviceStorageQuotaBreakdown' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.userSettings summary: Delete navigation property services for me operationId: me.settings.storage.quota.DeleteServices parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: serviceStorageQuotaBreakdown-id in: path description: The unique identifier of serviceStorageQuotaBreakdown required: true schema: type: string x-ms-docs-key-type: serviceStorageQuotaBreakdown /me/settings/storage/quota/services/$count: description: Provides operations to count the resources in the collection. get: tags: - me.userSettings summary: Get the number of the resource operationId: me.settings.storage.quota.services.GetCount-07a3 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /me/settings/windows: description: Provides operations to manage the windows property of the microsoft.graph.userSettings entity. get: tags: - me.userSettings summary: List Windows settings description: Get a list of windowsSetting objects and their properties for the signed in user. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/usersettings-list-windows?view=graph-rest-1.0 operationId: me.settings.ListWindows parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.windowsSettingCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.userSettings summary: Create new navigation property to windows for me operationId: me.settings.CreateWindows requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsSetting' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsSetting' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/me/settings/windows/{windowsSetting-id}': description: Provides operations to manage the windows property of the microsoft.graph.userSettings entity. get: tags: - me.userSettings summary: Get windowsSetting description: Read the properties and relationships of a windowsSetting object by passing the ID of the setting in the URL. This method gets the setting for the signed-in user. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/windowssetting-get?view=graph-rest-1.0 operationId: me.settings.GetWindows parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsSetting' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.userSettings summary: Update the navigation property windows in me operationId: me.settings.UpdateWindows requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsSetting' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsSetting' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.userSettings summary: Delete navigation property windows for me operationId: me.settings.DeleteWindows parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: windowsSetting-id in: path description: The unique identifier of windowsSetting required: true schema: type: string x-ms-docs-key-type: windowsSetting '/me/settings/windows/{windowsSetting-id}/instances': description: Provides operations to manage the instances property of the microsoft.graph.windowsSetting entity. get: tags: - me.userSettings summary: List Windows setting instances description: Get a list of windowsSettingInstance objects and their properties for the signed-in user. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/windowssetting-list-instances?view=graph-rest-1.0 operationId: me.settings.windows.ListInstances parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.windowsSettingInstanceCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.userSettings summary: Create new navigation property to instances for me operationId: me.settings.windows.CreateInstances requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsSettingInstance' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsSettingInstance' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: windowsSetting-id in: path description: The unique identifier of windowsSetting required: true schema: type: string x-ms-docs-key-type: windowsSetting '/me/settings/windows/{windowsSetting-id}/instances/{windowsSettingInstance-id}': description: Provides operations to manage the instances property of the microsoft.graph.windowsSetting entity. get: tags: - me.userSettings summary: Get windowsSettingInstance description: Read the properties and relationships of a windowsSettingInstance object by passing the Windows setting ID and Windows setting instance ID in the URL. This method gets a windowsSettingInstance for the signed-in user. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/windowssettinginstance-get?view=graph-rest-1.0 operationId: me.settings.windows.GetInstances parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsSettingInstance' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.userSettings summary: Update the navigation property instances in me operationId: me.settings.windows.UpdateInstances requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsSettingInstance' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsSettingInstance' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.userSettings summary: Delete navigation property instances for me operationId: me.settings.windows.DeleteInstances parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: windowsSetting-id in: path description: The unique identifier of windowsSetting required: true schema: type: string x-ms-docs-key-type: windowsSetting - name: windowsSettingInstance-id in: path description: The unique identifier of windowsSettingInstance required: true schema: type: string x-ms-docs-key-type: windowsSettingInstance '/me/settings/windows/{windowsSetting-id}/instances/$count': description: Provides operations to count the resources in the collection. get: tags: - me.userSettings summary: Get the number of the resource operationId: me.settings.windows.instances.GetCount-ef9f parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: windowsSetting-id in: path description: The unique identifier of windowsSetting required: true schema: type: string x-ms-docs-key-type: windowsSetting /me/settings/windows/$count: description: Provides operations to count the resources in the collection. get: tags: - me.userSettings summary: Get the number of the resource operationId: me.settings.windows.GetCount-c4f1 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /me/sponsors: description: Provides operations to manage the sponsors property of the microsoft.graph.user entity. get: tags: - me.directoryObject summary: Get sponsors from me description: 'The users and groups responsible for this guest''s privileges in the tenant and keeping the guest''s information and access updated. (HTTP Methods: GET, POST, DELETE.). Supports $expand.' operationId: me.ListSponsors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation '/me/sponsors/{directoryObject-id}': description: Provides operations to manage the sponsors property of the microsoft.graph.user entity. get: tags: - me.directoryObject summary: Get sponsors from me description: 'The users and groups responsible for this guest''s privileges in the tenant and keeping the guest''s information and access updated. (HTTP Methods: GET, POST, DELETE.). Supports $expand.' operationId: me.GetSponsors parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject /me/sponsors/$count: description: Provides operations to count the resources in the collection. get: tags: - me.directoryObject summary: Get the number of the resource operationId: me.sponsors.GetCount-761c parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /me/teamwork: description: Provides operations to manage the teamwork property of the microsoft.graph.user entity. get: tags: - me.userTeamwork summary: Get teamwork from me description: A container for Microsoft Teams features available for the user. Read-only. Nullable. operationId: me.GetTeamwork parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userTeamwork' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.userTeamwork summary: Update the navigation property teamwork in me operationId: me.UpdateTeamwork requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userTeamwork' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userTeamwork' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.userTeamwork summary: Delete navigation property teamwork for me operationId: me.DeleteTeamwork parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /me/teamwork/associatedTeams: description: Provides operations to manage the associatedTeams property of the microsoft.graph.userTeamwork entity. get: tags: - me.userTeamwork summary: List associatedTeamInfo description: "Get the list of teams in Microsoft Teams that a user is associated with.\nCurrently, a user can be associated with a team in two different ways:" externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/associatedteaminfo-list?view=graph-rest-1.0 operationId: me.teamwork.ListAssociatedTeams parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.associatedTeamInfoCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.userTeamwork summary: Create new navigation property to associatedTeams for me operationId: me.teamwork.CreateAssociatedTeams requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.associatedTeamInfo' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.associatedTeamInfo' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/me/teamwork/associatedTeams/{associatedTeamInfo-id}': description: Provides operations to manage the associatedTeams property of the microsoft.graph.userTeamwork entity. get: tags: - me.userTeamwork summary: Get associatedTeams from me description: The list of associatedTeamInfo objects that a user is associated with. operationId: me.teamwork.GetAssociatedTeams parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.associatedTeamInfo' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.userTeamwork summary: Update the navigation property associatedTeams in me operationId: me.teamwork.UpdateAssociatedTeams requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.associatedTeamInfo' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.associatedTeamInfo' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.userTeamwork summary: Delete navigation property associatedTeams for me operationId: me.teamwork.DeleteAssociatedTeams parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: associatedTeamInfo-id in: path description: The unique identifier of associatedTeamInfo required: true schema: type: string x-ms-docs-key-type: associatedTeamInfo '/me/teamwork/associatedTeams/{associatedTeamInfo-id}/team': description: Provides operations to manage the team property of the microsoft.graph.teamInfo entity. get: tags: - me.userTeamwork summary: Get team from me operationId: me.teamwork.associatedTeams.GetTeam parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.team' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: associatedTeamInfo-id in: path description: The unique identifier of associatedTeamInfo required: true schema: type: string x-ms-docs-key-type: associatedTeamInfo x-ms-docs-grouped-path: - '/me/joinedTeams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/team' - '/me/joinedTeams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/team' /me/teamwork/associatedTeams/$count: description: Provides operations to count the resources in the collection. get: tags: - me.userTeamwork summary: Get the number of the resource operationId: me.teamwork.associatedTeams.GetCount-9609 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /me/teamwork/installedApps: description: Provides operations to manage the installedApps property of the microsoft.graph.userTeamwork entity. get: tags: - me.userTeamwork summary: Get installedApps from me description: The apps installed in the personal scope of this user. operationId: me.teamwork.ListInstalledApps parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.userScopeTeamsAppInstallationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.userTeamwork summary: Create new navigation property to installedApps for me operationId: me.teamwork.CreateInstalledApps requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userScopeTeamsAppInstallation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userScopeTeamsAppInstallation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/me/teamwork/installedApps/{userScopeTeamsAppInstallation-id}': description: Provides operations to manage the installedApps property of the microsoft.graph.userTeamwork entity. get: tags: - me.userTeamwork summary: Get installedApps from me description: The apps installed in the personal scope of this user. operationId: me.teamwork.GetInstalledApps parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userScopeTeamsAppInstallation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.userTeamwork summary: Update the navigation property installedApps in me operationId: me.teamwork.UpdateInstalledApps requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userScopeTeamsAppInstallation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userScopeTeamsAppInstallation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.userTeamwork summary: Delete navigation property installedApps for me operationId: me.teamwork.DeleteInstalledApps parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: userScopeTeamsAppInstallation-id in: path description: The unique identifier of userScopeTeamsAppInstallation required: true schema: type: string x-ms-docs-key-type: userScopeTeamsAppInstallation '/me/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/chat': description: Provides operations to manage the chat property of the microsoft.graph.userScopeTeamsAppInstallation entity. get: tags: - me.userTeamwork summary: Get chat from me description: The chat between the user and Teams app. operationId: me.teamwork.installedApps.GetChat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: userScopeTeamsAppInstallation-id in: path description: The unique identifier of userScopeTeamsAppInstallation required: true schema: type: string x-ms-docs-key-type: userScopeTeamsAppInstallation '/me/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/teamsApp': description: Provides operations to manage the teamsApp property of the microsoft.graph.teamsAppInstallation entity. get: tags: - me.userTeamwork summary: Get teamsApp from me description: The app that is installed. operationId: me.teamwork.installedApps.GetTeamsApp parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: userScopeTeamsAppInstallation-id in: path description: The unique identifier of userScopeTeamsAppInstallation required: true schema: type: string x-ms-docs-key-type: userScopeTeamsAppInstallation x-ms-docs-grouped-path: - '/me/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp' - '/me/joinedTeams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsApp' '/me/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/teamsAppDefinition': description: Provides operations to manage the teamsAppDefinition property of the microsoft.graph.teamsAppInstallation entity. get: tags: - me.userTeamwork summary: Get teamsAppDefinition from me description: The details of this version of the app. operationId: me.teamwork.installedApps.GetTeamsAppDefinition parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsAppDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: userScopeTeamsAppInstallation-id in: path description: The unique identifier of userScopeTeamsAppInstallation required: true schema: type: string x-ms-docs-key-type: userScopeTeamsAppInstallation x-ms-docs-grouped-path: - '/me/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition' - '/me/joinedTeams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition' /me/teamwork/installedApps/$count: description: Provides operations to count the resources in the collection. get: tags: - me.userTeamwork summary: Get the number of the resource operationId: me.teamwork.installedApps.GetCount-2917 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /me/teamwork/sendActivityNotification: description: Provides operations to call the sendActivityNotification method. post: tags: - me.Actions summary: Invoke action sendActivityNotification description: 'Send an activity feed notification to a user. For more information, see sending Teams activity notifications.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/userteamwork-sendactivitynotification?view=graph-rest-1.0 operationId: me.teamwork.sendActivityNotification requestBody: description: Action parameters content: application/json: schema: type: object properties: topic: anyOf: - $ref: '#/components/schemas/microsoft.graph.teamworkActivityTopic' - type: object nullable: true activityType: type: string nullable: true chainId: type: integer format: int64 nullable: true previewText: anyOf: - $ref: '#/components/schemas/microsoft.graph.itemBody' - type: object nullable: true teamsAppId: type: string nullable: true templateParameters: type: array items: $ref: '#/components/schemas/microsoft.graph.keyValuePair' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-docs-grouped-path: - '/me/chats/{chat-id}/sendActivityNotification' - '/me/joinedTeams/{team-id}/sendActivityNotification' /me/todo: description: Provides operations to manage the todo property of the microsoft.graph.user entity. get: tags: - me.todo summary: Get todo from me description: Represents the To Do services available to a user. operationId: me.GetTodo parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.todo' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.todo summary: Update the navigation property todo in me operationId: me.UpdateTodo requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.todo' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.todo' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.todo summary: Delete navigation property todo for me operationId: me.DeleteTodo parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /me/todo/lists: description: Provides operations to manage the lists property of the microsoft.graph.todo entity. get: tags: - me.todo summary: List lists description: Get a list of the todoTaskList objects and their properties. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/todo-list-lists?view=graph-rest-1.0 operationId: me.todo.ListLists parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.todoTaskListCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.todo summary: Create todoTaskList description: Create a new lists object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/todo-post-lists?view=graph-rest-1.0 operationId: me.todo.CreateLists requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.todoTaskList' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.todoTaskList' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/me/todo/lists/{todoTaskList-id}': description: Provides operations to manage the lists property of the microsoft.graph.todo entity. get: tags: - me.todo summary: Get todoTaskList description: Read the properties and relationships of a todoTaskList object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/todotasklist-get?view=graph-rest-1.0 operationId: me.todo.GetLists parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.todoTaskList' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.todo summary: Update todoTaskList description: Update the properties of a todoTaskList object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/todotasklist-update?view=graph-rest-1.0 operationId: me.todo.UpdateLists requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.todoTaskList' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.todoTaskList' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.todo summary: Delete todoTaskList description: Deletes a todoTaskList object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/todotasklist-delete?view=graph-rest-1.0 operationId: me.todo.DeleteLists parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: todoTaskList-id in: path description: The unique identifier of todoTaskList required: true schema: type: string x-ms-docs-key-type: todoTaskList '/me/todo/lists/{todoTaskList-id}/extensions': description: Provides operations to manage the extensions property of the microsoft.graph.todoTaskList entity. get: tags: - me.todo summary: Get extensions from me description: The collection of open extensions defined for the task list. Nullable. operationId: me.todo.lists.ListExtensions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.todo summary: Create new navigation property to extensions for me operationId: me.todo.lists.CreateExtensions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: todoTaskList-id in: path description: The unique identifier of todoTaskList required: true schema: type: string x-ms-docs-key-type: todoTaskList '/me/todo/lists/{todoTaskList-id}/extensions/{extension-id}': description: Provides operations to manage the extensions property of the microsoft.graph.todoTaskList entity. get: tags: - me.todo summary: Get extensions from me description: The collection of open extensions defined for the task list. Nullable. operationId: me.todo.lists.GetExtensions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.todo summary: Update the navigation property extensions in me operationId: me.todo.lists.UpdateExtensions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.todo summary: Delete navigation property extensions for me operationId: me.todo.lists.DeleteExtensions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: todoTaskList-id in: path description: The unique identifier of todoTaskList required: true schema: type: string x-ms-docs-key-type: todoTaskList - name: extension-id in: path description: The unique identifier of extension required: true schema: type: string x-ms-docs-key-type: extension '/me/todo/lists/{todoTaskList-id}/extensions/$count': description: Provides operations to count the resources in the collection. get: tags: - me.todo summary: Get the number of the resource operationId: me.todo.lists.extensions.GetCount-0d35 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: todoTaskList-id in: path description: The unique identifier of todoTaskList required: true schema: type: string x-ms-docs-key-type: todoTaskList '/me/todo/lists/{todoTaskList-id}/tasks': description: Provides operations to manage the tasks property of the microsoft.graph.todoTaskList entity. get: tags: - me.todo summary: List tasks description: Get the todoTask resources from the tasks navigation property of a specified todoTaskList. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/todotasklist-list-tasks?view=graph-rest-1.0 operationId: me.todo.lists.ListTasks parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.todoTaskCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.todo summary: Create todoTask description: Create a new task object in a specified todoTaskList. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/todotasklist-post-tasks?view=graph-rest-1.0 operationId: me.todo.lists.CreateTasks requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.todoTask' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.todoTask' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: todoTaskList-id in: path description: The unique identifier of todoTaskList required: true schema: type: string x-ms-docs-key-type: todoTaskList '/me/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}': description: Provides operations to manage the tasks property of the microsoft.graph.todoTaskList entity. get: tags: - me.todo summary: Get todoTask description: Read the properties and relationships of a todoTask object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/todotask-get?view=graph-rest-1.0 operationId: me.todo.lists.GetTasks parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.todoTask' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.todo summary: Update todoTask description: Update the properties of a todoTask object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/todotask-update?view=graph-rest-1.0 operationId: me.todo.lists.UpdateTasks requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.todoTask' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.todoTask' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.todo summary: Delete todoTask description: Deletes a todoTask object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/todotask-delete?view=graph-rest-1.0 operationId: me.todo.lists.DeleteTasks parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: todoTaskList-id in: path description: The unique identifier of todoTaskList required: true schema: type: string x-ms-docs-key-type: todoTaskList - name: todoTask-id in: path description: The unique identifier of todoTask required: true schema: type: string x-ms-docs-key-type: todoTask '/me/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments': description: Provides operations to manage the attachments property of the microsoft.graph.todoTask entity. get: tags: - me.todo summary: List taskFileAttachments description: Get a list of the taskFileAttachment objects and their properties. The contentBytes property will not be returned in the response. Use the Get attachment API to view the contentBytes. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/todotask-list-attachments?view=graph-rest-1.0 operationId: me.todo.lists.tasks.ListAttachments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.attachmentBaseCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.todo summary: Create taskFileAttachment description: 'Add a new taskFileAttachment object to a todoTask. This operation limits the size of the attachment you can add to under 3 MB. If the size of the file attachments is more than 3 MB, create an upload session to upload the attachments.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/todotask-post-attachments?view=graph-rest-1.0 operationId: me.todo.lists.tasks.CreateAttachments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachmentBase' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachmentBase' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: todoTaskList-id in: path description: The unique identifier of todoTaskList required: true schema: type: string x-ms-docs-key-type: todoTaskList - name: todoTask-id in: path description: The unique identifier of todoTask required: true schema: type: string x-ms-docs-key-type: todoTask '/me/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}': description: Provides operations to manage the attachments property of the microsoft.graph.todoTask entity. get: tags: - me.todo summary: Get taskFileAttachment description: Read the properties and relationships of a taskFileAttachment object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/taskfileattachment-get?view=graph-rest-1.0 operationId: me.todo.lists.tasks.GetAttachments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachmentBase' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.todo summary: Delete taskFileAttachment description: Delete a taskFileAttachment object from a todoTask resource. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/taskfileattachment-delete?view=graph-rest-1.0 operationId: me.todo.lists.tasks.DeleteAttachments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: todoTaskList-id in: path description: The unique identifier of todoTaskList required: true schema: type: string x-ms-docs-key-type: todoTaskList - name: todoTask-id in: path description: The unique identifier of todoTask required: true schema: type: string x-ms-docs-key-type: todoTask - name: attachmentBase-id in: path description: The unique identifier of attachmentBase required: true schema: type: string x-ms-docs-key-type: attachmentBase '/me/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}/$value': description: Provides operations to manage the media for the user entity. get: tags: - me.todo summary: List taskFileAttachments description: Get a list of the taskFileAttachment objects and their properties. The contentBytes property will not be returned in the response. Use the Get attachment API to view the contentBytes. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/todotask-list-attachments?view=graph-rest-1.0 operationId: me.todo.lists.tasks.GetAttachmentsContent responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - me.todo summary: Update media content for the navigation property attachments in me description: The unique identifier for an entity. Read-only. operationId: me.todo.lists.tasks.UpdateAttachmentsContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - me.todo summary: Delete taskFileAttachment description: Delete a taskFileAttachment object from a todoTask resource. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/taskfileattachment-delete?view=graph-rest-1.0 operationId: me.todo.lists.tasks.DeleteAttachmentsContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: todoTaskList-id in: path description: The unique identifier of todoTaskList required: true schema: type: string x-ms-docs-key-type: todoTaskList - name: todoTask-id in: path description: The unique identifier of todoTask required: true schema: type: string x-ms-docs-key-type: todoTask - name: attachmentBase-id in: path description: The unique identifier of attachmentBase required: true schema: type: string x-ms-docs-key-type: attachmentBase '/me/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/$count': description: Provides operations to count the resources in the collection. get: tags: - me.todo summary: Get the number of the resource operationId: me.todo.lists.tasks.attachments.GetCount-d4ef parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: todoTaskList-id in: path description: The unique identifier of todoTaskList required: true schema: type: string x-ms-docs-key-type: todoTaskList - name: todoTask-id in: path description: The unique identifier of todoTask required: true schema: type: string x-ms-docs-key-type: todoTask '/me/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/createUploadSession': description: Provides operations to call the createUploadSession method. post: tags: - me.Actions summary: Invoke action createUploadSession description: 'Create an upload session to iteratively upload ranges of a file as an attachment to a todoTask. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. The request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows the transfer to be resumed, in case the network connection is dropped during the upload. The following are the steps to attach a file to a Microsoft To Do task using an upload session: For an example that describes the end-to-end attachment process, see attach files to a To Do task.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/taskfileattachment-createuploadsession?view=graph-rest-1.0 operationId: me.todo.lists.todoTaskList.tasks.todoTask.attachments.createUploadSession requestBody: description: Action parameters content: application/json: schema: type: object properties: attachmentInfo: $ref: '#/components/schemas/microsoft.graph.attachmentInfo' required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.uploadSession' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: todoTaskList-id in: path description: The unique identifier of todoTaskList required: true schema: type: string x-ms-docs-key-type: todoTaskList - name: todoTask-id in: path description: The unique identifier of todoTask required: true schema: type: string x-ms-docs-key-type: todoTask x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/attachments/createUploadSession' - '/me/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendar/events/{event-id}/attachments/createUploadSession' - '/me/calendar/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/createUploadSession' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/createUploadSession' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendars/{calendar-id}/calendarView/{event-id}/attachments/createUploadSession' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendars/{calendar-id}/events/{event-id}/attachments/createUploadSession' - '/me/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/calendarView/{event-id}/attachments/createUploadSession' - '/me/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/events/{event-id}/attachments/createUploadSession' - '/me/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/createUploadSession' - '/me/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/createUploadSession' - '/me/messages/{message-id}/attachments/createUploadSession' '/me/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions': description: Provides operations to manage the attachmentSessions property of the microsoft.graph.todoTask entity. get: tags: - me.todo summary: Get attachmentSessions from me operationId: me.todo.lists.tasks.ListAttachmentSessions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.attachmentSessionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: todoTaskList-id in: path description: The unique identifier of todoTaskList required: true schema: type: string x-ms-docs-key-type: todoTaskList - name: todoTask-id in: path description: The unique identifier of todoTask required: true schema: type: string x-ms-docs-key-type: todoTask '/me/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}': description: Provides operations to manage the attachmentSessions property of the microsoft.graph.todoTask entity. get: tags: - me.todo summary: Get attachmentSessions from me operationId: me.todo.lists.tasks.GetAttachmentSessions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachmentSession' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.todo summary: Update the navigation property attachmentSessions in me operationId: me.todo.lists.tasks.UpdateAttachmentSessions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachmentSession' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachmentSession' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.todo summary: Delete navigation property attachmentSessions for me operationId: me.todo.lists.tasks.DeleteAttachmentSessions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: todoTaskList-id in: path description: The unique identifier of todoTaskList required: true schema: type: string x-ms-docs-key-type: todoTaskList - name: todoTask-id in: path description: The unique identifier of todoTask required: true schema: type: string x-ms-docs-key-type: todoTask - name: attachmentSession-id in: path description: The unique identifier of attachmentSession required: true schema: type: string x-ms-docs-key-type: attachmentSession '/me/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}/content': description: Provides operations to manage the media for the user entity. get: tags: - me.todo summary: Get content for the navigation property attachmentSessions from me description: The content streams that are uploaded. operationId: me.todo.lists.tasks.GetAttachmentSessionsContent responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - me.todo summary: Update content for the navigation property attachmentSessions in me description: The content streams that are uploaded. operationId: me.todo.lists.tasks.UpdateAttachmentSessionsContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachmentSession' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - me.todo summary: Delete content for the navigation property attachmentSessions in me description: The content streams that are uploaded. operationId: me.todo.lists.tasks.DeleteAttachmentSessionsContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: todoTaskList-id in: path description: The unique identifier of todoTaskList required: true schema: type: string x-ms-docs-key-type: todoTaskList - name: todoTask-id in: path description: The unique identifier of todoTask required: true schema: type: string x-ms-docs-key-type: todoTask - name: attachmentSession-id in: path description: The unique identifier of attachmentSession required: true schema: type: string x-ms-docs-key-type: attachmentSession '/me/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/$count': description: Provides operations to count the resources in the collection. get: tags: - me.todo summary: Get the number of the resource operationId: me.todo.lists.tasks.attachmentSessions.GetCount-958a parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: todoTaskList-id in: path description: The unique identifier of todoTaskList required: true schema: type: string x-ms-docs-key-type: todoTaskList - name: todoTask-id in: path description: The unique identifier of todoTask required: true schema: type: string x-ms-docs-key-type: todoTask '/me/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems': description: Provides operations to manage the checklistItems property of the microsoft.graph.todoTask entity. get: tags: - me.todo summary: List checklistItems description: Get the checklistItem resources associated to a todoTask from the checklistItems navigation property. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/todotask-list-checklistitems?view=graph-rest-1.0 operationId: me.todo.lists.tasks.ListChecklistItems parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.checklistItemCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.todo summary: Create checklistItem description: Create a new checklistItem object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/todotask-post-checklistitems?view=graph-rest-1.0 operationId: me.todo.lists.tasks.CreateChecklistItems requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.checklistItem' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.checklistItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: todoTaskList-id in: path description: The unique identifier of todoTaskList required: true schema: type: string x-ms-docs-key-type: todoTaskList - name: todoTask-id in: path description: The unique identifier of todoTask required: true schema: type: string x-ms-docs-key-type: todoTask '/me/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}': description: Provides operations to manage the checklistItems property of the microsoft.graph.todoTask entity. get: tags: - me.todo summary: Get checklistItem description: Read the properties and relationships of a checklistItem object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/checklistitem-get?view=graph-rest-1.0 operationId: me.todo.lists.tasks.GetChecklistItems parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.checklistItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.todo summary: Update checklistItem description: Update the properties of a checklistItem object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/checklistitem-update?view=graph-rest-1.0 operationId: me.todo.lists.tasks.UpdateChecklistItems requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.checklistItem' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.checklistItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.todo summary: Delete checklistItem description: Delete a checklistItem object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/checklistitem-delete?view=graph-rest-1.0 operationId: me.todo.lists.tasks.DeleteChecklistItems parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: todoTaskList-id in: path description: The unique identifier of todoTaskList required: true schema: type: string x-ms-docs-key-type: todoTaskList - name: todoTask-id in: path description: The unique identifier of todoTask required: true schema: type: string x-ms-docs-key-type: todoTask - name: checklistItem-id in: path description: The unique identifier of checklistItem required: true schema: type: string x-ms-docs-key-type: checklistItem '/me/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/$count': description: Provides operations to count the resources in the collection. get: tags: - me.todo summary: Get the number of the resource operationId: me.todo.lists.tasks.checklistItems.GetCount-d5ac parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: todoTaskList-id in: path description: The unique identifier of todoTaskList required: true schema: type: string x-ms-docs-key-type: todoTaskList - name: todoTask-id in: path description: The unique identifier of todoTask required: true schema: type: string x-ms-docs-key-type: todoTask '/me/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions': description: Provides operations to manage the extensions property of the microsoft.graph.todoTask entity. get: tags: - me.todo summary: Get extensions from me description: The collection of open extensions defined for the task. Nullable. operationId: me.todo.lists.tasks.ListExtensions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.todo summary: Create new navigation property to extensions for me operationId: me.todo.lists.tasks.CreateExtensions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: todoTaskList-id in: path description: The unique identifier of todoTaskList required: true schema: type: string x-ms-docs-key-type: todoTaskList - name: todoTask-id in: path description: The unique identifier of todoTask required: true schema: type: string x-ms-docs-key-type: todoTask '/me/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}': description: Provides operations to manage the extensions property of the microsoft.graph.todoTask entity. get: tags: - me.todo summary: Get extensions from me description: The collection of open extensions defined for the task. Nullable. operationId: me.todo.lists.tasks.GetExtensions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.todo summary: Update the navigation property extensions in me operationId: me.todo.lists.tasks.UpdateExtensions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.todo summary: Delete navigation property extensions for me operationId: me.todo.lists.tasks.DeleteExtensions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: todoTaskList-id in: path description: The unique identifier of todoTaskList required: true schema: type: string x-ms-docs-key-type: todoTaskList - name: todoTask-id in: path description: The unique identifier of todoTask required: true schema: type: string x-ms-docs-key-type: todoTask - name: extension-id in: path description: The unique identifier of extension required: true schema: type: string x-ms-docs-key-type: extension '/me/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/$count': description: Provides operations to count the resources in the collection. get: tags: - me.todo summary: Get the number of the resource operationId: me.todo.lists.tasks.extensions.GetCount-bbc8 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: todoTaskList-id in: path description: The unique identifier of todoTaskList required: true schema: type: string x-ms-docs-key-type: todoTaskList - name: todoTask-id in: path description: The unique identifier of todoTask required: true schema: type: string x-ms-docs-key-type: todoTask '/me/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources': description: Provides operations to manage the linkedResources property of the microsoft.graph.todoTask entity. get: tags: - me.todo summary: List linkedResources description: 'Get information of one or more items in a partner application, based on which a specified task was created. The information is represented in a linkedResource object for each item. It includes an external ID for the item in the partner application, and if applicable, a deep link to that item in the application.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/todotask-list-linkedresources?view=graph-rest-1.0 operationId: me.todo.lists.tasks.ListLinkedResources parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.linkedResourceCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - me.todo summary: Create linkedResource description: 'Create a linkedResource object to associate a specified task with an item in a partner application. For example, you can associate a task with an email item in Outlook that spurred the task, and you can create a linkedResource object to track its association. You can also create a linkedResource object while creating a task.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/todotask-post-linkedresources?view=graph-rest-1.0 operationId: me.todo.lists.tasks.CreateLinkedResources requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.linkedResource' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.linkedResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: todoTaskList-id in: path description: The unique identifier of todoTaskList required: true schema: type: string x-ms-docs-key-type: todoTaskList - name: todoTask-id in: path description: The unique identifier of todoTask required: true schema: type: string x-ms-docs-key-type: todoTask '/me/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}': description: Provides operations to manage the linkedResources property of the microsoft.graph.todoTask entity. get: tags: - me.todo summary: Get linkedResource description: Read the properties and relationships of a linkedResource object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/linkedresource-get?view=graph-rest-1.0 operationId: me.todo.lists.tasks.GetLinkedResources parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.linkedResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - me.todo summary: Update linkedResource description: Update the properties of a linkedResource object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/linkedresource-update?view=graph-rest-1.0 operationId: me.todo.lists.tasks.UpdateLinkedResources requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.linkedResource' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.linkedResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - me.todo summary: Delete linkedResource description: Delete a linkedResource object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/linkedresource-delete?view=graph-rest-1.0 operationId: me.todo.lists.tasks.DeleteLinkedResources parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: todoTaskList-id in: path description: The unique identifier of todoTaskList required: true schema: type: string x-ms-docs-key-type: todoTaskList - name: todoTask-id in: path description: The unique identifier of todoTask required: true schema: type: string x-ms-docs-key-type: todoTask - name: linkedResource-id in: path description: The unique identifier of linkedResource required: true schema: type: string x-ms-docs-key-type: linkedResource '/me/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/$count': description: Provides operations to count the resources in the collection. get: tags: - me.todo summary: Get the number of the resource operationId: me.todo.lists.tasks.linkedResources.GetCount-25ab parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: todoTaskList-id in: path description: The unique identifier of todoTaskList required: true schema: type: string x-ms-docs-key-type: todoTaskList - name: todoTask-id in: path description: The unique identifier of todoTask required: true schema: type: string x-ms-docs-key-type: todoTask '/me/todo/lists/{todoTaskList-id}/tasks/$count': description: Provides operations to count the resources in the collection. get: tags: - me.todo summary: Get the number of the resource operationId: me.todo.lists.tasks.GetCount-9825 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: todoTaskList-id in: path description: The unique identifier of todoTaskList required: true schema: type: string x-ms-docs-key-type: todoTaskList '/me/todo/lists/{todoTaskList-id}/tasks/delta()': description: Provides operations to call the delta method. get: tags: - me.Functions summary: Invoke function delta description: 'Get a set of todoTask resources that have been added, deleted, or updated in a specified todoTaskList. A delta function call for todoTask resources in a todoTaskList is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the todoTask in that todoTaskList. This allows you to maintain and synchronize a local store of a user''s todoTask resources without having to fetch the entire set from the server every time. ' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/todotask-delta?view=graph-rest-1.0 operationId: me.todo.lists.todoTaskList.tasks.delta parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of todoTask type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.todoTask' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: todoTaskList-id in: path description: The unique identifier of todoTaskList required: true schema: type: string x-ms-docs-key-type: todoTaskList x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/delta()' - /me/calendar/calendarView/delta() - '/me/calendar/events/{event-id}/instances/delta()' - /me/calendar/events/delta() - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/me/calendars/{calendar-id}/calendarView/delta()' - '/me/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/me/calendars/{calendar-id}/events/delta()' - '/me/calendarView/{event-id}/instances/delta()' - /me/calendarView/delta() - '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/delta()' - '/me/chats/{chat-id}/messages/delta()' - '/me/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta()' - '/me/contactFolders/{contactFolder-id}/childFolders/delta()' - '/me/contactFolders/{contactFolder-id}/contacts/delta()' - /me/contactFolders/delta() - /me/contacts/delta() - '/me/events/{event-id}/instances/delta()' - /me/events/delta() - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta()' - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/delta()' - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta()' - '/me/joinedTeams/{team-id}/primaryChannel/messages/delta()' - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta()' - '/me/mailFolders/{mailFolder-id}/childFolders/delta()' - '/me/mailFolders/{mailFolder-id}/messages/delta()' - /me/mailFolders/delta() - /me/messages/delta() - /me/todo/lists/delta() /me/todo/lists/$count: description: Provides operations to count the resources in the collection. get: tags: - me.todo summary: Get the number of the resource operationId: me.todo.lists.GetCount-c94a parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /me/todo/lists/delta(): description: Provides operations to call the delta method. get: tags: - me.Functions summary: Invoke function delta description: "Get a set of todoTaskList resources that have been added, deleted, or removed in Microsoft To Do. A delta function call for todoTaskList is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, \nyou can query for incremental changes in the todoTaskList. This allows you to maintain and synchronize a local store of a user's todoTaskList without having to fetch all the todoTaskList from the server every time." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/todotasklist-delta?view=graph-rest-1.0 operationId: me.todo.lists.delta parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of todoTaskList type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.todoTaskList' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-grouped-path: - '/me/calendar/calendarView/{event-id}/instances/delta()' - /me/calendar/calendarView/delta() - '/me/calendar/events/{event-id}/instances/delta()' - /me/calendar/events/delta() - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/me/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()' - '/me/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/me/calendars/{calendar-id}/calendarView/delta()' - '/me/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/me/calendars/{calendar-id}/events/delta()' - '/me/calendarView/{event-id}/instances/delta()' - /me/calendarView/delta() - '/me/chats/{chat-id}/messages/{chatMessage-id}/replies/delta()' - '/me/chats/{chat-id}/messages/delta()' - '/me/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta()' - '/me/contactFolders/{contactFolder-id}/childFolders/delta()' - '/me/contactFolders/{contactFolder-id}/contacts/delta()' - /me/contactFolders/delta() - /me/contacts/delta() - '/me/events/{event-id}/instances/delta()' - /me/events/delta() - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta()' - '/me/joinedTeams/{team-id}/channels/{channel-id}/messages/delta()' - '/me/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta()' - '/me/joinedTeams/{team-id}/primaryChannel/messages/delta()' - '/me/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta()' - '/me/mailFolders/{mailFolder-id}/childFolders/delta()' - '/me/mailFolders/{mailFolder-id}/messages/delta()' - /me/mailFolders/delta() - /me/messages/delta() - '/me/todo/lists/{todoTaskList-id}/tasks/delta()' /me/transitiveMemberOf: description: Provides operations to manage the transitiveMemberOf property of the microsoft.graph.user entity. get: tags: - me.directoryObject summary: Get transitiveMemberOf from me description: 'The groups, including nested groups, and directory roles that a user is a member of. Nullable.' operationId: me.ListTransitiveMemberOf parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation '/me/transitiveMemberOf/{directoryObject-id}': description: Provides operations to manage the transitiveMemberOf property of the microsoft.graph.user entity. get: tags: - me.directoryObject summary: Get transitiveMemberOf from me description: 'The groups, including nested groups, and directory roles that a user is a member of. Nullable.' operationId: me.GetTransitiveMemberOf parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/me/transitiveMemberOf/{directoryObject-id}/graph.administrativeUnit': description: Casts the previous resource to administrativeUnit. get: tags: - me.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.administrativeUnit operationId: me.GetTransitiveMemberOf.AsAdministrativeUnit parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.administrativeUnit' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/me/transitiveMemberOf/{directoryObject-id}/graph.directoryRole': description: Casts the previous resource to directoryRole. get: tags: - me.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.directoryRole operationId: me.GetTransitiveMemberOf.AsDirectoryRole parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryRole' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/me/transitiveMemberOf/{directoryObject-id}/graph.group': description: Casts the previous resource to group. get: tags: - me.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.group operationId: me.GetTransitiveMemberOf.AsGroup parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.group' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject /me/transitiveMemberOf/$count: description: Provides operations to count the resources in the collection. get: tags: - me.directoryObject summary: Get the number of the resource operationId: me.transitiveMemberOf.GetCount-3ffc parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /me/transitiveMemberOf/graph.administrativeUnit: description: Casts the previous resource to administrativeUnit. get: tags: - me.directoryObject summary: Get the items of type microsoft.graph.administrativeUnit in the microsoft.graph.directoryObject collection operationId: me.ListTransitiveMemberOf.AsAdministrativeUnit parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.administrativeUnitCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /me/transitiveMemberOf/graph.administrativeUnit/$count: description: Provides operations to count the resources in the collection. get: tags: - me.directoryObject summary: Get the number of the resource operationId: me.TransitiveMemberOf.GetCount.AsAdministrativeUnit-f315 parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /me/transitiveMemberOf/graph.directoryRole: description: Casts the previous resource to directoryRole. get: tags: - me.directoryObject summary: Get the items of type microsoft.graph.directoryRole in the microsoft.graph.directoryObject collection operationId: me.ListTransitiveMemberOf.AsDirectoryRole parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.directoryRoleCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /me/transitiveMemberOf/graph.directoryRole/$count: description: Provides operations to count the resources in the collection. get: tags: - me.directoryObject summary: Get the number of the resource operationId: me.TransitiveMemberOf.GetCount.AsDirectoryRole-8c83 parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /me/transitiveMemberOf/graph.group: description: Casts the previous resource to group. get: tags: - me.directoryObject summary: Get the items of type microsoft.graph.group in the microsoft.graph.directoryObject collection operationId: me.ListTransitiveMemberOf.AsGroup parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.groupCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /me/transitiveMemberOf/graph.group/$count: description: Provides operations to count the resources in the collection. get: tags: - me.directoryObject summary: Get the number of the resource operationId: me.TransitiveMemberOf.GetCount.AsGroup-ad4e parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /oauth2PermissionGrants: description: Provides operations to manage the collection of oAuth2PermissionGrant entities. get: tags: - oauth2PermissionGrants.oAuth2PermissionGrant summary: List oauth2PermissionGrants (delegated permission grants) description: 'Retrieve a list of oAuth2PermissionGrant objects, representing delegated permissions which have been granted for client applications to access APIs on behalf of signed-in users.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/oauth2permissiongrant-list?view=graph-rest-1.0 operationId: oauth2PermissionGrants.oAuth2PermissionGrant.ListOAuth2PermissionGrant parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.oAuth2PermissionGrantCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - oauth2PermissionGrants.oAuth2PermissionGrant summary: Create oAuth2PermissionGrant (a delegated permission grant) description: 'Create a delegated permission grant represented by an oAuth2PermissionGrant object. A delegated permission grant authorizes a client service principal (representing a client application) to access a resource service principal (representing an API), on behalf of a signed-in user, for the level of access limited by the delegated permissions which were granted.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/oauth2permissiongrant-post?view=graph-rest-1.0 operationId: oauth2PermissionGrants.oAuth2PermissionGrant.CreateOAuth2PermissionGrant requestBody: description: New entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.oAuth2PermissionGrant' required: true responses: 2XX: description: Created entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.oAuth2PermissionGrant' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/oauth2PermissionGrants/{oAuth2PermissionGrant-id}': description: Provides operations to manage the collection of oAuth2PermissionGrant entities. get: tags: - oauth2PermissionGrants.oAuth2PermissionGrant summary: Get oAuth2PermissionGrant (a delegated permission grant) description: Retrieve the properties of a single delegated permission grant represented by an oAuth2PermissionGrant object. An oAuth2PermissionGrant represents delegated permissions which have been granted for a client application to access an API on behalf of a signed-in user. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/oauth2permissiongrant-get?view=graph-rest-1.0 operationId: oauth2PermissionGrants.oAuth2PermissionGrant.GetOAuth2PermissionGrant parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.oAuth2PermissionGrant' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - oauth2PermissionGrants.oAuth2PermissionGrant summary: Update a delegated permission grant (oAuth2PermissionGrant) description: 'Update the properties of oAuth2PermissionGrant object, representing a delegated permission grant. An oAuth2PermissionGrant can be updated to change which delegated permissions are granted, by adding or removing items from the list in scopes.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/oauth2permissiongrant-update?view=graph-rest-1.0 operationId: oauth2PermissionGrants.oAuth2PermissionGrant.UpdateOAuth2PermissionGrant requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.oAuth2PermissionGrant' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.oAuth2PermissionGrant' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - oauth2PermissionGrants.oAuth2PermissionGrant summary: Delete oAuth2PermissionGrant (a delegated permission grant) description: 'Delete a delegated permission grant, represented by an oAuth2PermissionGrant object. When a delegated permission grant is deleted, the access it granted is revoked. Existing access tokens will continue to be valid for their lifetime, but new access tokens will not be granted for the delegated permissions identified in the deleted oAuth2PermissionGrant.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/oauth2permissiongrant-delete?view=graph-rest-1.0 operationId: oauth2PermissionGrants.oAuth2PermissionGrant.DeleteOAuth2PermissionGrant parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: oAuth2PermissionGrant-id in: path description: The unique identifier of oAuth2PermissionGrant required: true schema: type: string x-ms-docs-key-type: oAuth2PermissionGrant /oauth2PermissionGrants/$count: description: Provides operations to count the resources in the collection. get: tags: - oauth2PermissionGrants.oAuth2PermissionGrant summary: Get the number of the resource operationId: oauth2PermissionGrants.GetCount-8287 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /oauth2PermissionGrants/delta(): description: Provides operations to call the delta method. get: tags: - oauth2PermissionGrants.Functions summary: Invoke function delta description: 'Get newly created, updated, or deleted oauth2permissiongrant objects without performing a full read of the entire resource collection. For details, see Using delta query.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/oauth2permissiongrant-delta?view=graph-rest-1.0 operationId: oauth2PermissionGrants.delta parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of oAuth2PermissionGrant type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.oAuth2PermissionGrant' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /organization: description: Provides operations to manage the collection of organization entities. get: tags: - organization.organization summary: List organizations description: List properties and relationships of the organization objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-onboarding-organization-list?view=graph-rest-1.0 operationId: organization.organization.ListOrganization parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.organizationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - organization.organization summary: Add new entity to organization operationId: organization.organization.CreateOrganization requestBody: description: New entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.organization' required: true responses: 2XX: description: Created entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.organization' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/organization/{organization-id}': description: Provides operations to manage the collection of organization entities. get: tags: - organization.organization summary: Get organization description: Read properties and relationships of the organization object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-onboarding-organization-get?view=graph-rest-1.0 operationId: organization.organization.GetOrganization parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.organization' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - organization.organization summary: Update organization description: Update the properties of a organization object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-onboarding-organization-update?view=graph-rest-1.0 operationId: organization.organization.UpdateOrganization requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.organization' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.organization' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - organization.organization summary: Delete entity from organization operationId: organization.organization.DeleteOrganization parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: organization-id in: path description: The unique identifier of organization required: true schema: type: string x-ms-docs-key-type: organization '/organization/{organization-id}/branding': description: Provides operations to manage the branding property of the microsoft.graph.organization entity. get: tags: - organization.organizationalBranding summary: Get organizationalBranding description: 'Retrieve the default organizational branding object, if the Accept-Language header is set to 0 or default. If no default organizational branding object exists, this method returns a 404 Not Found error. If the Accept-Language header is set to an existing locale identified by the value of its id, this method retrieves the branding for the specified locale. This method retrieves only non-Stream properties, for example, usernameHintText and signInPageText. To retrieve Stream types of the default branding, for example, bannerLogo and backgroundImage, use the GET organizationalBrandingLocalization method.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/organizationalbranding-get?view=graph-rest-1.0 operationId: organization.GetBranding parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.organizationalBranding' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - organization.organizationalBranding summary: Update organizationalBranding description: Update the properties of the default branding object specified by the organizationalBranding resource. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/organizationalbranding-update?view=graph-rest-1.0 operationId: organization.UpdateBranding requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.organizationalBranding' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.organizationalBranding' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - organization.organizationalBranding summary: Delete organizationalBranding description: 'Delete the default organizational branding object. To delete the organizationalBranding object, all images (Stream types) must first be removed from the object.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/organizationalbranding-delete?view=graph-rest-1.0 operationId: organization.DeleteBranding parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: organization-id in: path description: The unique identifier of organization required: true schema: type: string x-ms-docs-key-type: organization '/organization/{organization-id}/branding/backgroundImage': description: Provides operations to manage the media for the organization entity. get: tags: - organization.organizationalBranding summary: Get backgroundImage for the navigation property branding from organization description: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image reduces bandwidth requirements and make the page load faster. operationId: organization.GetBrandingBackgroundImage responses: 2XX: description: Retrieved media content content: image/bmp: schema: type: string format: binary image/jpg: schema: type: string format: binary image/jpeg: schema: type: string format: binary image/gif: schema: type: string format: binary image/vnd.microsoft.icon: schema: type: string format: binary image/png: schema: type: string format: binary image/tiff: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - organization.organizationalBranding summary: Update backgroundImage for the navigation property branding in organization description: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image reduces bandwidth requirements and make the page load faster. operationId: organization.UpdateBrandingBackgroundImage requestBody: description: New media content. content: image/bmp: schema: type: string format: binary image/jpg: schema: type: string format: binary image/jpeg: schema: type: string format: binary image/gif: schema: type: string format: binary image/vnd.microsoft.icon: schema: type: string format: binary image/png: schema: type: string format: binary image/tiff: schema: type: string format: binary required: true responses: 2XX: description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - organization.organizationalBranding summary: Delete backgroundImage for the navigation property branding in organization description: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image reduces bandwidth requirements and make the page load faster. operationId: organization.DeleteBrandingBackgroundImage parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: organization-id in: path description: The unique identifier of organization required: true schema: type: string x-ms-docs-key-type: organization '/organization/{organization-id}/branding/bannerLogo': description: Provides operations to manage the media for the organization entity. get: tags: - organization.organizationalBranding summary: Get bannerLogo for the navigation property branding from organization description: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG not larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. operationId: organization.GetBrandingBannerLogo responses: 2XX: description: Retrieved media content content: image/bmp: schema: type: string format: binary image/jpg: schema: type: string format: binary image/jpeg: schema: type: string format: binary image/gif: schema: type: string format: binary image/vnd.microsoft.icon: schema: type: string format: binary image/png: schema: type: string format: binary image/tiff: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - organization.organizationalBranding summary: Update bannerLogo for the navigation property branding in organization description: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG not larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. operationId: organization.UpdateBrandingBannerLogo requestBody: description: New media content. content: image/bmp: schema: type: string format: binary image/jpg: schema: type: string format: binary image/jpeg: schema: type: string format: binary image/gif: schema: type: string format: binary image/vnd.microsoft.icon: schema: type: string format: binary image/png: schema: type: string format: binary image/tiff: schema: type: string format: binary required: true responses: 2XX: description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - organization.organizationalBranding summary: Delete bannerLogo for the navigation property branding in organization description: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG not larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. operationId: organization.DeleteBrandingBannerLogo parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: organization-id in: path description: The unique identifier of organization required: true schema: type: string x-ms-docs-key-type: organization '/organization/{organization-id}/branding/customCSS': description: Provides operations to manage the media for the organization entity. get: tags: - organization.organizationalBranding summary: Get customCSS for the navigation property branding from organization description: CSS styling that appears on the sign-in page. The allowed format is .css format only and not larger than 25 KB. operationId: organization.GetBrandingCustomCSS responses: 2XX: description: Retrieved media content content: image/bmp: schema: type: string format: binary image/jpg: schema: type: string format: binary image/jpeg: schema: type: string format: binary image/gif: schema: type: string format: binary image/vnd.microsoft.icon: schema: type: string format: binary image/png: schema: type: string format: binary image/tiff: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - organization.organizationalBranding summary: Update customCSS for the navigation property branding in organization description: CSS styling that appears on the sign-in page. The allowed format is .css format only and not larger than 25 KB. operationId: organization.UpdateBrandingCustomCSS requestBody: description: New media content. content: image/bmp: schema: type: string format: binary image/jpg: schema: type: string format: binary image/jpeg: schema: type: string format: binary image/gif: schema: type: string format: binary image/vnd.microsoft.icon: schema: type: string format: binary image/png: schema: type: string format: binary image/tiff: schema: type: string format: binary required: true responses: 2XX: description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - organization.organizationalBranding summary: Delete customCSS for the navigation property branding in organization description: CSS styling that appears on the sign-in page. The allowed format is .css format only and not larger than 25 KB. operationId: organization.DeleteBrandingCustomCSS parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: organization-id in: path description: The unique identifier of organization required: true schema: type: string x-ms-docs-key-type: organization '/organization/{organization-id}/branding/favicon': description: Provides operations to manage the media for the organization entity. get: tags: - organization.organizationalBranding summary: Get favicon for the navigation property branding from organization description: A custom icon (favicon) to replace a default Microsoft product favicon on a Microsoft Entra tenant. operationId: organization.GetBrandingFavicon responses: 2XX: description: Retrieved media content content: image/bmp: schema: type: string format: binary image/jpg: schema: type: string format: binary image/jpeg: schema: type: string format: binary image/gif: schema: type: string format: binary image/vnd.microsoft.icon: schema: type: string format: binary image/png: schema: type: string format: binary image/tiff: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - organization.organizationalBranding summary: Update favicon for the navigation property branding in organization description: A custom icon (favicon) to replace a default Microsoft product favicon on a Microsoft Entra tenant. operationId: organization.UpdateBrandingFavicon requestBody: description: New media content. content: image/bmp: schema: type: string format: binary image/jpg: schema: type: string format: binary image/jpeg: schema: type: string format: binary image/gif: schema: type: string format: binary image/vnd.microsoft.icon: schema: type: string format: binary image/png: schema: type: string format: binary image/tiff: schema: type: string format: binary required: true responses: 2XX: description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - organization.organizationalBranding summary: Delete favicon for the navigation property branding in organization description: A custom icon (favicon) to replace a default Microsoft product favicon on a Microsoft Entra tenant. operationId: organization.DeleteBrandingFavicon parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: organization-id in: path description: The unique identifier of organization required: true schema: type: string x-ms-docs-key-type: organization '/organization/{organization-id}/branding/headerLogo': description: Provides operations to manage the media for the organization entity. get: tags: - organization.organizationalBranding summary: Get headerLogo for the navigation property branding from organization description: A company logo that appears in the header of the sign-in page. The allowed types are PNG or JPEG not larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. operationId: organization.GetBrandingHeaderLogo responses: 2XX: description: Retrieved media content content: image/bmp: schema: type: string format: binary image/jpg: schema: type: string format: binary image/jpeg: schema: type: string format: binary image/gif: schema: type: string format: binary image/vnd.microsoft.icon: schema: type: string format: binary image/png: schema: type: string format: binary image/tiff: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - organization.organizationalBranding summary: Update headerLogo for the navigation property branding in organization description: A company logo that appears in the header of the sign-in page. The allowed types are PNG or JPEG not larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. operationId: organization.UpdateBrandingHeaderLogo requestBody: description: New media content. content: image/bmp: schema: type: string format: binary image/jpg: schema: type: string format: binary image/jpeg: schema: type: string format: binary image/gif: schema: type: string format: binary image/vnd.microsoft.icon: schema: type: string format: binary image/png: schema: type: string format: binary image/tiff: schema: type: string format: binary required: true responses: 2XX: description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - organization.organizationalBranding summary: Delete headerLogo for the navigation property branding in organization description: A company logo that appears in the header of the sign-in page. The allowed types are PNG or JPEG not larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. operationId: organization.DeleteBrandingHeaderLogo parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: organization-id in: path description: The unique identifier of organization required: true schema: type: string x-ms-docs-key-type: organization '/organization/{organization-id}/branding/localizations': description: Provides operations to manage the localizations property of the microsoft.graph.organizationalBranding entity. get: tags: - organization.organizationalBranding summary: List localizations description: 'Retrieve all localization branding objects, including the default branding.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/organizationalbranding-list-localizations?view=graph-rest-1.0 operationId: organization.branding.ListLocalizations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.organizationalBrandingLocalizationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - organization.organizationalBranding summary: Create organizationalBrandingLocalization description: 'Create a new organizationalBrandingLocalization object. This creates a localized branding and at the same time, the default branding if it doesn''t exist. The default branding is created only once. It''s loaded when a localized branding isn''t configured for the user''s browser language. To retrieve the default branding, see Get branding.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/organizationalbranding-post-localizations?view=graph-rest-1.0 operationId: organization.branding.CreateLocalizations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.organizationalBrandingLocalization' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.organizationalBrandingLocalization' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: organization-id in: path description: The unique identifier of organization required: true schema: type: string x-ms-docs-key-type: organization '/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}': description: Provides operations to manage the localizations property of the microsoft.graph.organizationalBranding entity. get: tags: - organization.organizationalBranding summary: Get organizationalBrandingLocalization description: 'Read the properties and relationships of an organizationalBrandingLocalization object. To retrieve a localization branding object, specify the value of id in the URL.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-get?view=graph-rest-1.0 operationId: organization.branding.GetLocalizations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.organizationalBrandingLocalization' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - organization.organizationalBranding summary: Update organizationalBrandingLocalization description: Update the properties of an organizationalBrandingLocalization object for a specific localization. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-update?view=graph-rest-1.0 operationId: organization.branding.UpdateLocalizations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.organizationalBrandingLocalization' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.organizationalBrandingLocalization' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - organization.organizationalBranding summary: Delete organizationalBrandingLocalization description: 'Delete a localized branding object. To delete the organizationalBrandingLocalization object, all images (Stream types) must first be removed from the object.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-delete?view=graph-rest-1.0 operationId: organization.branding.DeleteLocalizations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: organization-id in: path description: The unique identifier of organization required: true schema: type: string x-ms-docs-key-type: organization - name: organizationalBrandingLocalization-id in: path description: The unique identifier of organizationalBrandingLocalization required: true schema: type: string x-ms-docs-key-type: organizationalBrandingLocalization '/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage': description: Provides operations to manage the media for the organization entity. get: tags: - organization.organizationalBranding summary: Get backgroundImage for the navigation property localizations from organization description: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image reduces bandwidth requirements and make the page load faster. operationId: organization.branding.GetLocalizationsBackgroundImage responses: 2XX: description: Retrieved media content content: image/bmp: schema: type: string format: binary image/jpg: schema: type: string format: binary image/jpeg: schema: type: string format: binary image/gif: schema: type: string format: binary image/vnd.microsoft.icon: schema: type: string format: binary image/png: schema: type: string format: binary image/tiff: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - organization.organizationalBranding summary: Update backgroundImage for the navigation property localizations in organization description: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image reduces bandwidth requirements and make the page load faster. operationId: organization.branding.UpdateLocalizationsBackgroundImage requestBody: description: New media content. content: image/bmp: schema: type: string format: binary image/jpg: schema: type: string format: binary image/jpeg: schema: type: string format: binary image/gif: schema: type: string format: binary image/vnd.microsoft.icon: schema: type: string format: binary image/png: schema: type: string format: binary image/tiff: schema: type: string format: binary required: true responses: 2XX: description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - organization.organizationalBranding summary: Delete backgroundImage for the navigation property localizations in organization description: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image reduces bandwidth requirements and make the page load faster. operationId: organization.branding.DeleteLocalizationsBackgroundImage parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: organization-id in: path description: The unique identifier of organization required: true schema: type: string x-ms-docs-key-type: organization - name: organizationalBrandingLocalization-id in: path description: The unique identifier of organizationalBrandingLocalization required: true schema: type: string x-ms-docs-key-type: organizationalBrandingLocalization '/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo': description: Provides operations to manage the media for the organization entity. get: tags: - organization.organizationalBranding summary: Get organizationalBranding description: 'Retrieve the default organizational branding object, if the Accept-Language header is set to 0 or default. If no default organizational branding object exists, this method returns a 404 Not Found error. If the Accept-Language header is set to an existing locale identified by the value of its id, this method retrieves the branding for the specified locale. This method retrieves only non-Stream properties, for example, usernameHintText and signInPageText. To retrieve Stream types of the default branding, for example, bannerLogo and backgroundImage, use the GET organizationalBrandingLocalization method.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/organizationalbranding-get?view=graph-rest-1.0 operationId: organization.branding.GetLocalizationsBannerLogo responses: 2XX: description: Retrieved media content content: image/bmp: schema: type: string format: binary image/jpg: schema: type: string format: binary image/jpeg: schema: type: string format: binary image/gif: schema: type: string format: binary image/vnd.microsoft.icon: schema: type: string format: binary image/png: schema: type: string format: binary image/tiff: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - organization.organizationalBranding summary: Update organizationalBrandingLocalization description: Update the properties of an organizationalBrandingLocalization object for a specific localization. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-update?view=graph-rest-1.0 operationId: organization.branding.UpdateLocalizationsBannerLogo requestBody: description: New media content. content: image/bmp: schema: type: string format: binary image/jpg: schema: type: string format: binary image/jpeg: schema: type: string format: binary image/gif: schema: type: string format: binary image/vnd.microsoft.icon: schema: type: string format: binary image/png: schema: type: string format: binary image/tiff: schema: type: string format: binary required: true responses: 2XX: description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - organization.organizationalBranding summary: Delete bannerLogo for the navigation property localizations in organization description: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG not larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. operationId: organization.branding.DeleteLocalizationsBannerLogo parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: organization-id in: path description: The unique identifier of organization required: true schema: type: string x-ms-docs-key-type: organization - name: organizationalBrandingLocalization-id in: path description: The unique identifier of organizationalBrandingLocalization required: true schema: type: string x-ms-docs-key-type: organizationalBrandingLocalization '/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/customCSS': description: Provides operations to manage the media for the organization entity. get: tags: - organization.organizationalBranding summary: Get customCSS for the navigation property localizations from organization description: CSS styling that appears on the sign-in page. The allowed format is .css format only and not larger than 25 KB. operationId: organization.branding.GetLocalizationsCustomCSS responses: 2XX: description: Retrieved media content content: image/bmp: schema: type: string format: binary image/jpg: schema: type: string format: binary image/jpeg: schema: type: string format: binary image/gif: schema: type: string format: binary image/vnd.microsoft.icon: schema: type: string format: binary image/png: schema: type: string format: binary image/tiff: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - organization.organizationalBranding summary: Update customCSS for the navigation property localizations in organization description: CSS styling that appears on the sign-in page. The allowed format is .css format only and not larger than 25 KB. operationId: organization.branding.UpdateLocalizationsCustomCSS requestBody: description: New media content. content: image/bmp: schema: type: string format: binary image/jpg: schema: type: string format: binary image/jpeg: schema: type: string format: binary image/gif: schema: type: string format: binary image/vnd.microsoft.icon: schema: type: string format: binary image/png: schema: type: string format: binary image/tiff: schema: type: string format: binary required: true responses: 2XX: description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - organization.organizationalBranding summary: Delete customCSS for the navigation property localizations in organization description: CSS styling that appears on the sign-in page. The allowed format is .css format only and not larger than 25 KB. operationId: organization.branding.DeleteLocalizationsCustomCSS parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: organization-id in: path description: The unique identifier of organization required: true schema: type: string x-ms-docs-key-type: organization - name: organizationalBrandingLocalization-id in: path description: The unique identifier of organizationalBrandingLocalization required: true schema: type: string x-ms-docs-key-type: organizationalBrandingLocalization '/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/favicon': description: Provides operations to manage the media for the organization entity. get: tags: - organization.organizationalBranding summary: Get favicon for the navigation property localizations from organization description: A custom icon (favicon) to replace a default Microsoft product favicon on a Microsoft Entra tenant. operationId: organization.branding.GetLocalizationsFavicon responses: 2XX: description: Retrieved media content content: image/bmp: schema: type: string format: binary image/jpg: schema: type: string format: binary image/jpeg: schema: type: string format: binary image/gif: schema: type: string format: binary image/vnd.microsoft.icon: schema: type: string format: binary image/png: schema: type: string format: binary image/tiff: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - organization.organizationalBranding summary: Update favicon for the navigation property localizations in organization description: A custom icon (favicon) to replace a default Microsoft product favicon on a Microsoft Entra tenant. operationId: organization.branding.UpdateLocalizationsFavicon requestBody: description: New media content. content: image/bmp: schema: type: string format: binary image/jpg: schema: type: string format: binary image/jpeg: schema: type: string format: binary image/gif: schema: type: string format: binary image/vnd.microsoft.icon: schema: type: string format: binary image/png: schema: type: string format: binary image/tiff: schema: type: string format: binary required: true responses: 2XX: description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - organization.organizationalBranding summary: Delete favicon for the navigation property localizations in organization description: A custom icon (favicon) to replace a default Microsoft product favicon on a Microsoft Entra tenant. operationId: organization.branding.DeleteLocalizationsFavicon parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: organization-id in: path description: The unique identifier of organization required: true schema: type: string x-ms-docs-key-type: organization - name: organizationalBrandingLocalization-id in: path description: The unique identifier of organizationalBrandingLocalization required: true schema: type: string x-ms-docs-key-type: organizationalBrandingLocalization '/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/headerLogo': description: Provides operations to manage the media for the organization entity. get: tags: - organization.organizationalBranding summary: Get headerLogo for the navigation property localizations from organization description: A company logo that appears in the header of the sign-in page. The allowed types are PNG or JPEG not larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. operationId: organization.branding.GetLocalizationsHeaderLogo responses: 2XX: description: Retrieved media content content: image/bmp: schema: type: string format: binary image/jpg: schema: type: string format: binary image/jpeg: schema: type: string format: binary image/gif: schema: type: string format: binary image/vnd.microsoft.icon: schema: type: string format: binary image/png: schema: type: string format: binary image/tiff: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - organization.organizationalBranding summary: Update headerLogo for the navigation property localizations in organization description: A company logo that appears in the header of the sign-in page. The allowed types are PNG or JPEG not larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. operationId: organization.branding.UpdateLocalizationsHeaderLogo requestBody: description: New media content. content: image/bmp: schema: type: string format: binary image/jpg: schema: type: string format: binary image/jpeg: schema: type: string format: binary image/gif: schema: type: string format: binary image/vnd.microsoft.icon: schema: type: string format: binary image/png: schema: type: string format: binary image/tiff: schema: type: string format: binary required: true responses: 2XX: description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - organization.organizationalBranding summary: Delete headerLogo for the navigation property localizations in organization description: A company logo that appears in the header of the sign-in page. The allowed types are PNG or JPEG not larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. operationId: organization.branding.DeleteLocalizationsHeaderLogo parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: organization-id in: path description: The unique identifier of organization required: true schema: type: string x-ms-docs-key-type: organization - name: organizationalBrandingLocalization-id in: path description: The unique identifier of organizationalBrandingLocalization required: true schema: type: string x-ms-docs-key-type: organizationalBrandingLocalization '/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo': description: Provides operations to manage the media for the organization entity. get: tags: - organization.organizationalBranding summary: Get squareLogo for the navigation property localizations from organization description: A square version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo. operationId: organization.branding.GetLocalizationsSquareLogo responses: 2XX: description: Retrieved media content content: image/bmp: schema: type: string format: binary image/jpg: schema: type: string format: binary image/jpeg: schema: type: string format: binary image/gif: schema: type: string format: binary image/vnd.microsoft.icon: schema: type: string format: binary image/png: schema: type: string format: binary image/tiff: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - organization.organizationalBranding summary: Update squareLogo for the navigation property localizations in organization description: A square version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo. operationId: organization.branding.UpdateLocalizationsSquareLogo requestBody: description: New media content. content: image/bmp: schema: type: string format: binary image/jpg: schema: type: string format: binary image/jpeg: schema: type: string format: binary image/gif: schema: type: string format: binary image/vnd.microsoft.icon: schema: type: string format: binary image/png: schema: type: string format: binary image/tiff: schema: type: string format: binary required: true responses: 2XX: description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - organization.organizationalBranding summary: Delete squareLogo for the navigation property localizations in organization description: A square version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo. operationId: organization.branding.DeleteLocalizationsSquareLogo parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: organization-id in: path description: The unique identifier of organization required: true schema: type: string x-ms-docs-key-type: organization - name: organizationalBrandingLocalization-id in: path description: The unique identifier of organizationalBrandingLocalization required: true schema: type: string x-ms-docs-key-type: organizationalBrandingLocalization '/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogoDark': description: Provides operations to manage the media for the organization entity. get: tags: - organization.organizationalBranding summary: Get squareLogoDark for the navigation property localizations from organization description: A square dark version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo. operationId: organization.branding.GetLocalizationsSquareLogoDark responses: 2XX: description: Retrieved media content content: image/bmp: schema: type: string format: binary image/jpg: schema: type: string format: binary image/jpeg: schema: type: string format: binary image/gif: schema: type: string format: binary image/vnd.microsoft.icon: schema: type: string format: binary image/png: schema: type: string format: binary image/tiff: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - organization.organizationalBranding summary: Update squareLogoDark for the navigation property localizations in organization description: A square dark version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo. operationId: organization.branding.UpdateLocalizationsSquareLogoDark requestBody: description: New media content. content: image/bmp: schema: type: string format: binary image/jpg: schema: type: string format: binary image/jpeg: schema: type: string format: binary image/gif: schema: type: string format: binary image/vnd.microsoft.icon: schema: type: string format: binary image/png: schema: type: string format: binary image/tiff: schema: type: string format: binary required: true responses: 2XX: description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - organization.organizationalBranding summary: Delete squareLogoDark for the navigation property localizations in organization description: A square dark version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo. operationId: organization.branding.DeleteLocalizationsSquareLogoDark parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: organization-id in: path description: The unique identifier of organization required: true schema: type: string x-ms-docs-key-type: organization - name: organizationalBrandingLocalization-id in: path description: The unique identifier of organizationalBrandingLocalization required: true schema: type: string x-ms-docs-key-type: organizationalBrandingLocalization '/organization/{organization-id}/branding/localizations/$count': description: Provides operations to count the resources in the collection. get: tags: - organization.organizationalBranding summary: Get the number of the resource operationId: organization.branding.localizations.GetCount-e39f parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: organization-id in: path description: The unique identifier of organization required: true schema: type: string x-ms-docs-key-type: organization '/organization/{organization-id}/branding/squareLogo': description: Provides operations to manage the media for the organization entity. get: tags: - organization.organizationalBranding summary: Get squareLogo for the navigation property branding from organization description: A square version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo. operationId: organization.GetBrandingSquareLogo responses: 2XX: description: Retrieved media content content: image/bmp: schema: type: string format: binary image/jpg: schema: type: string format: binary image/jpeg: schema: type: string format: binary image/gif: schema: type: string format: binary image/vnd.microsoft.icon: schema: type: string format: binary image/png: schema: type: string format: binary image/tiff: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - organization.organizationalBranding summary: Update squareLogo for the navigation property branding in organization description: A square version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo. operationId: organization.UpdateBrandingSquareLogo requestBody: description: New media content. content: image/bmp: schema: type: string format: binary image/jpg: schema: type: string format: binary image/jpeg: schema: type: string format: binary image/gif: schema: type: string format: binary image/vnd.microsoft.icon: schema: type: string format: binary image/png: schema: type: string format: binary image/tiff: schema: type: string format: binary required: true responses: 2XX: description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - organization.organizationalBranding summary: Delete squareLogo for the navigation property branding in organization description: A square version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo. operationId: organization.DeleteBrandingSquareLogo parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: organization-id in: path description: The unique identifier of organization required: true schema: type: string x-ms-docs-key-type: organization '/organization/{organization-id}/branding/squareLogoDark': description: Provides operations to manage the media for the organization entity. get: tags: - organization.organizationalBranding summary: Get squareLogoDark for the navigation property branding from organization description: A square dark version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo. operationId: organization.GetBrandingSquareLogoDark responses: 2XX: description: Retrieved media content content: image/bmp: schema: type: string format: binary image/jpg: schema: type: string format: binary image/jpeg: schema: type: string format: binary image/gif: schema: type: string format: binary image/vnd.microsoft.icon: schema: type: string format: binary image/png: schema: type: string format: binary image/tiff: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - organization.organizationalBranding summary: Update squareLogoDark for the navigation property branding in organization description: A square dark version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo. operationId: organization.UpdateBrandingSquareLogoDark requestBody: description: New media content. content: image/bmp: schema: type: string format: binary image/jpg: schema: type: string format: binary image/jpeg: schema: type: string format: binary image/gif: schema: type: string format: binary image/vnd.microsoft.icon: schema: type: string format: binary image/png: schema: type: string format: binary image/tiff: schema: type: string format: binary required: true responses: 2XX: description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - organization.organizationalBranding summary: Delete squareLogoDark for the navigation property branding in organization description: A square dark version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo. operationId: organization.DeleteBrandingSquareLogoDark parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: organization-id in: path description: The unique identifier of organization required: true schema: type: string x-ms-docs-key-type: organization '/organization/{organization-id}/certificateBasedAuthConfiguration': description: Provides operations to manage the certificateBasedAuthConfiguration property of the microsoft.graph.organization entity. get: tags: - organization.certificateBasedAuthConfiguration summary: List certificateBasedAuthConfigurations description: Get a list of certificateBasedAuthConfiguration objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-list?view=graph-rest-1.0 operationId: organization.ListCertificateBasedAuthConfiguration parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.certificateBasedAuthConfigurationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - organization.certificateBasedAuthConfiguration summary: Create certificateBasedAuthConfiguration description: Create a new certificateBasedAuthConfiguration object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-post-certificatebasedauthconfiguration?view=graph-rest-1.0 operationId: organization.CreateCertificateBasedAuthConfiguration requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.certificateBasedAuthConfiguration' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.certificateBasedAuthConfiguration' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: organization-id in: path description: The unique identifier of organization required: true schema: type: string x-ms-docs-key-type: organization '/organization/{organization-id}/certificateBasedAuthConfiguration/{certificateBasedAuthConfiguration-id}': description: Provides operations to manage the certificateBasedAuthConfiguration property of the microsoft.graph.organization entity. get: tags: - organization.certificateBasedAuthConfiguration summary: Get certificateBasedAuthConfiguration description: Get the properties of a certificateBasedAuthConfiguration object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-get?view=graph-rest-1.0 operationId: organization.GetCertificateBasedAuthConfiguration parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.certificateBasedAuthConfiguration' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - organization.certificateBasedAuthConfiguration summary: Delete certificateBasedAuthConfiguration description: Delete a certificateBasedAuthConfiguration object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-delete?view=graph-rest-1.0 operationId: organization.DeleteCertificateBasedAuthConfiguration parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: organization-id in: path description: The unique identifier of organization required: true schema: type: string x-ms-docs-key-type: organization - name: certificateBasedAuthConfiguration-id in: path description: The unique identifier of certificateBasedAuthConfiguration required: true schema: type: string x-ms-docs-key-type: certificateBasedAuthConfiguration '/organization/{organization-id}/certificateBasedAuthConfiguration/$count': description: Provides operations to count the resources in the collection. get: tags: - organization.certificateBasedAuthConfiguration summary: Get the number of the resource operationId: organization.certificateBasedAuthConfiguration.GetCount-8262 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: organization-id in: path description: The unique identifier of organization required: true schema: type: string x-ms-docs-key-type: organization '/organization/{organization-id}/extensions': description: Provides operations to manage the extensions property of the microsoft.graph.organization entity. get: tags: - organization.extension summary: Get extensions from organization description: The collection of open extensions defined for the organization. Read-only. Nullable. operationId: organization.ListExtensions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - organization.extension summary: Create new navigation property to extensions for organization operationId: organization.CreateExtensions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: organization-id in: path description: The unique identifier of organization required: true schema: type: string x-ms-docs-key-type: organization '/organization/{organization-id}/extensions/{extension-id}': description: Provides operations to manage the extensions property of the microsoft.graph.organization entity. get: tags: - organization.extension summary: Get extensions from organization description: The collection of open extensions defined for the organization. Read-only. Nullable. operationId: organization.GetExtensions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - organization.extension summary: Update the navigation property extensions in organization operationId: organization.UpdateExtensions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - organization.extension summary: Delete navigation property extensions for organization operationId: organization.DeleteExtensions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: organization-id in: path description: The unique identifier of organization required: true schema: type: string x-ms-docs-key-type: organization - name: extension-id in: path description: The unique identifier of extension required: true schema: type: string x-ms-docs-key-type: extension '/organization/{organization-id}/extensions/$count': description: Provides operations to count the resources in the collection. get: tags: - organization.extension summary: Get the number of the resource operationId: organization.extensions.GetCount-bee2 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: organization-id in: path description: The unique identifier of organization required: true schema: type: string x-ms-docs-key-type: organization '/organization/{organization-id}/checkMemberGroups': description: Provides operations to call the checkMemberGroups method. post: tags: - organization.Actions summary: Invoke action checkMemberGroups description: 'Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0 operationId: organization.organization.checkMemberGroups requestBody: description: Action parameters content: application/json: schema: type: object properties: groupIds: type: array items: type: string required: true responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: type: string 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: organization-id in: path description: The unique identifier of organization required: true schema: type: string x-ms-docs-key-type: organization '/organization/{organization-id}/checkMemberObjects': description: Provides operations to call the checkMemberObjects method. post: tags: - organization.Actions summary: Invoke action checkMemberObjects operationId: organization.organization.checkMemberObjects requestBody: description: Action parameters content: application/json: schema: type: object properties: ids: type: array items: type: string required: true responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: type: string 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: organization-id in: path description: The unique identifier of organization required: true schema: type: string x-ms-docs-key-type: organization '/organization/{organization-id}/getMemberGroups': description: Provides operations to call the getMemberGroups method. post: tags: - organization.Actions summary: Invoke action getMemberGroups description: 'Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0 operationId: organization.organization.getMemberGroups requestBody: description: Action parameters content: application/json: schema: type: object properties: securityEnabledOnly: type: boolean default: false nullable: true required: true responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: type: string 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: organization-id in: path description: The unique identifier of organization required: true schema: type: string x-ms-docs-key-type: organization '/organization/{organization-id}/getMemberObjects': description: Provides operations to call the getMemberObjects method. post: tags: - organization.Actions summary: Invoke action getMemberObjects description: 'Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0 operationId: organization.organization.getMemberObjects requestBody: description: Action parameters content: application/json: schema: type: object properties: securityEnabledOnly: type: boolean default: false nullable: true required: true responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: type: string 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: organization-id in: path description: The unique identifier of organization required: true schema: type: string x-ms-docs-key-type: organization '/organization/{organization-id}/restore': description: Provides operations to call the restore method. post: tags: - organization.Actions summary: Invoke action restore description: 'Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. However, security groups cannot be restored. Also, restoring an application doesn''t restore the associated service principal automatically. You must call this API to explicitly restore the deleted service principal. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0 operationId: organization.organization.restore responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.directoryObject' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: organization-id in: path description: The unique identifier of organization required: true schema: type: string x-ms-docs-key-type: organization '/organization/{organization-id}/setMobileDeviceManagementAuthority': description: Provides operations to call the setMobileDeviceManagementAuthority method. post: tags: - organization.Actions summary: Invoke action setMobileDeviceManagementAuthority description: Set mobile device management authority externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-onboarding-organization-setmobiledevicemanagementauthority?view=graph-rest-1.0 operationId: organization.organization.setMobileDeviceManagementAuthority responses: 2XX: description: Success content: application/json: schema: type: object properties: value: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: organization-id in: path description: The unique identifier of organization required: true schema: type: string x-ms-docs-key-type: organization /organization/$count: description: Provides operations to count the resources in the collection. get: tags: - organization.organization summary: Get the number of the resource operationId: organization.GetCount-9453 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /organization/delta(): description: Provides operations to call the delta method. get: tags: - organization.Functions summary: Invoke function delta description: 'Get newly created, updated, or deleted directory objects without performing a full read of the entire directoryObject collection. For more information about the delta function, see Use delta query to track changes in Microsoft Graph data for details.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-1.0 operationId: organization.delta parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of directoryObject type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /organization/getAvailableExtensionProperties: description: Provides operations to call the getAvailableExtensionProperties method. post: tags: - organization.Actions summary: Invoke action getAvailableExtensionProperties description: 'Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties:' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0 operationId: organization.getAvailableExtensionProperties requestBody: description: Action parameters content: application/json: schema: type: object properties: isSyncedFromOnPremises: type: boolean default: false nullable: true required: true responses: 2XX: description: Success content: application/json: schema: title: Collection of extensionProperty type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.extensionProperty' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /organization/getByIds: description: Provides operations to call the getByIds method. post: tags: - organization.Actions summary: Invoke action getByIds description: 'Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to:' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0 operationId: organization.getByIds requestBody: description: Action parameters content: application/json: schema: type: object properties: ids: type: array items: type: string types: type: array items: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: title: Collection of directoryObject type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /organization/validateProperties: description: Provides operations to call the validateProperties method. post: tags: - organization.Actions summary: Invoke action validateProperties description: "Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:\n1. Validate the prefix and suffix naming policy\n2. Validate the custom banned words policy\n3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0 operationId: organization.validateProperties requestBody: description: Action parameters content: application/json: schema: type: object properties: entityType: type: string nullable: true displayName: type: string nullable: true mailNickname: type: string nullable: true onBehalfOfUserId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string format: uuid nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action /permissionGrants: description: Provides operations to manage the collection of resourceSpecificPermissionGrant entities. get: tags: - permissionGrants.resourceSpecificPermissionGrant summary: Get entities from permissionGrants operationId: permissionGrants.resourceSpecificPermissionGrant.ListResourceSpecificPermissionGrant parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.resourceSpecificPermissionGrantCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - permissionGrants.resourceSpecificPermissionGrant summary: Add new entity to permissionGrants operationId: permissionGrants.resourceSpecificPermissionGrant.CreateResourceSpecificPermissionGrant requestBody: description: New entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' required: true responses: 2XX: description: Created entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/permissionGrants/{resourceSpecificPermissionGrant-id}': description: Provides operations to manage the collection of resourceSpecificPermissionGrant entities. get: tags: - permissionGrants.resourceSpecificPermissionGrant summary: Get entity from permissionGrants by key operationId: permissionGrants.resourceSpecificPermissionGrant.GetResourceSpecificPermissionGrant parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - permissionGrants.resourceSpecificPermissionGrant summary: Update entity in permissionGrants operationId: permissionGrants.resourceSpecificPermissionGrant.UpdateResourceSpecificPermissionGrant requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - permissionGrants.resourceSpecificPermissionGrant summary: Delete entity from permissionGrants operationId: permissionGrants.resourceSpecificPermissionGrant.DeleteResourceSpecificPermissionGrant parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: resourceSpecificPermissionGrant-id in: path description: The unique identifier of resourceSpecificPermissionGrant required: true schema: type: string x-ms-docs-key-type: resourceSpecificPermissionGrant '/permissionGrants/{resourceSpecificPermissionGrant-id}/checkMemberGroups': description: Provides operations to call the checkMemberGroups method. post: tags: - permissionGrants.Actions summary: Invoke action checkMemberGroups description: 'Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0 operationId: permissionGrants.resourceSpecificPermissionGrant.checkMemberGroups requestBody: description: Action parameters content: application/json: schema: type: object properties: groupIds: type: array items: type: string required: true responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: type: string 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: resourceSpecificPermissionGrant-id in: path description: The unique identifier of resourceSpecificPermissionGrant required: true schema: type: string x-ms-docs-key-type: resourceSpecificPermissionGrant '/permissionGrants/{resourceSpecificPermissionGrant-id}/checkMemberObjects': description: Provides operations to call the checkMemberObjects method. post: tags: - permissionGrants.Actions summary: Invoke action checkMemberObjects operationId: permissionGrants.resourceSpecificPermissionGrant.checkMemberObjects requestBody: description: Action parameters content: application/json: schema: type: object properties: ids: type: array items: type: string required: true responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: type: string 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: resourceSpecificPermissionGrant-id in: path description: The unique identifier of resourceSpecificPermissionGrant required: true schema: type: string x-ms-docs-key-type: resourceSpecificPermissionGrant '/permissionGrants/{resourceSpecificPermissionGrant-id}/getMemberGroups': description: Provides operations to call the getMemberGroups method. post: tags: - permissionGrants.Actions summary: Invoke action getMemberGroups description: 'Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0 operationId: permissionGrants.resourceSpecificPermissionGrant.getMemberGroups requestBody: description: Action parameters content: application/json: schema: type: object properties: securityEnabledOnly: type: boolean default: false nullable: true required: true responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: type: string 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: resourceSpecificPermissionGrant-id in: path description: The unique identifier of resourceSpecificPermissionGrant required: true schema: type: string x-ms-docs-key-type: resourceSpecificPermissionGrant '/permissionGrants/{resourceSpecificPermissionGrant-id}/getMemberObjects': description: Provides operations to call the getMemberObjects method. post: tags: - permissionGrants.Actions summary: Invoke action getMemberObjects description: 'Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0 operationId: permissionGrants.resourceSpecificPermissionGrant.getMemberObjects requestBody: description: Action parameters content: application/json: schema: type: object properties: securityEnabledOnly: type: boolean default: false nullable: true required: true responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: type: string 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: resourceSpecificPermissionGrant-id in: path description: The unique identifier of resourceSpecificPermissionGrant required: true schema: type: string x-ms-docs-key-type: resourceSpecificPermissionGrant '/permissionGrants/{resourceSpecificPermissionGrant-id}/restore': description: Provides operations to call the restore method. post: tags: - permissionGrants.Actions summary: Invoke action restore description: 'Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. However, security groups cannot be restored. Also, restoring an application doesn''t restore the associated service principal automatically. You must call this API to explicitly restore the deleted service principal. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0 operationId: permissionGrants.resourceSpecificPermissionGrant.restore responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.directoryObject' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: resourceSpecificPermissionGrant-id in: path description: The unique identifier of resourceSpecificPermissionGrant required: true schema: type: string x-ms-docs-key-type: resourceSpecificPermissionGrant /permissionGrants/delta(): description: Provides operations to call the delta method. get: tags: - permissionGrants.Functions summary: Invoke function delta description: 'Get newly created, updated, or deleted directory objects without performing a full read of the entire directoryObject collection. For more information about the delta function, see Use delta query to track changes in Microsoft Graph data for details.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-1.0 operationId: permissionGrants.delta parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of directoryObject type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /permissionGrants/getAvailableExtensionProperties: description: Provides operations to call the getAvailableExtensionProperties method. post: tags: - permissionGrants.Actions summary: Invoke action getAvailableExtensionProperties description: 'Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties:' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0 operationId: permissionGrants.getAvailableExtensionProperties requestBody: description: Action parameters content: application/json: schema: type: object properties: isSyncedFromOnPremises: type: boolean default: false nullable: true required: true responses: 2XX: description: Success content: application/json: schema: title: Collection of extensionProperty type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.extensionProperty' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /permissionGrants/getByIds: description: Provides operations to call the getByIds method. post: tags: - permissionGrants.Actions summary: Invoke action getByIds description: 'Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to:' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0 operationId: permissionGrants.getByIds requestBody: description: Action parameters content: application/json: schema: type: object properties: ids: type: array items: type: string types: type: array items: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: title: Collection of directoryObject type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /permissionGrants/validateProperties: description: Provides operations to call the validateProperties method. post: tags: - permissionGrants.Actions summary: Invoke action validateProperties description: "Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:\n1. Validate the prefix and suffix naming policy\n2. Validate the custom banned words policy\n3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0 operationId: permissionGrants.validateProperties requestBody: description: Action parameters content: application/json: schema: type: object properties: entityType: type: string nullable: true displayName: type: string nullable: true mailNickname: type: string nullable: true onBehalfOfUserId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string format: uuid nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action '/places/{place-id}': description: Provides operations to manage the collection of place entities. patch: tags: - places.place summary: Update place description: 'Update the properties of place object, which can be a room or roomList. You can identify the room or roomList by specifying the id or emailAddress property.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/place-update?view=graph-rest-1.0 operationId: places.place.UpdatePlace requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.place' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.place' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - places.place summary: Delete entity from places operationId: places.place.DeletePlace parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: place-id in: path description: The unique identifier of place required: true schema: type: string x-ms-docs-key-type: place '/places/{place-id}/graph.room': description: Casts the previous resource to room. get: tags: - places.place summary: List places description: 'Get a collection of the specified type of place objects defined in the tenant. For example, you can get all the rooms, all the room lists, or the rooms in a specific room list in the tenant. A place object can be one of the following types: Both room and roomList are derived from the place object. By default, this operation returns 100 places per page. Compared with the findRooms and findRoomLists functions, this operation returns a richer payload for rooms and room lists. See details for how they compare.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/place-list?view=graph-rest-1.0 operationId: places.place.GetPlace.AsRoom parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.room' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: place-id in: path description: The unique identifier of place required: true schema: type: string x-ms-docs-key-type: place '/places/{place-id}/graph.roomList': description: Casts the previous resource to roomList. get: tags: - places.place summary: Get the item of type microsoft.graph.place as microsoft.graph.roomList operationId: places.place.GetPlace.AsRoomList parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.roomList' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: place-id in: path description: The unique identifier of place required: true schema: type: string x-ms-docs-key-type: place '/places/{place-id}/graph.roomList/rooms': description: Provides operations to manage the rooms property of the microsoft.graph.roomList entity. get: tags: - places.room summary: Get rooms from places operationId: places.AsRoomList.ListRooms parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.roomCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - places.room summary: Create new navigation property to rooms for places operationId: places.AsRoomList.CreateRooms requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.room' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.room' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: place-id in: path description: The unique identifier of place required: true schema: type: string x-ms-docs-key-type: place '/places/{place-id}/graph.roomList/rooms/{room-id}': description: Provides operations to manage the rooms property of the microsoft.graph.roomList entity. get: tags: - places.room summary: Get rooms from places operationId: places.AsRoomList.GetRooms parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.room' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - places.room summary: Update the navigation property rooms in places operationId: places.AsRoomList.UpdateRooms requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.room' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.room' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - places.room summary: Delete navigation property rooms for places operationId: places.AsRoomList.DeleteRooms parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: place-id in: path description: The unique identifier of place required: true schema: type: string x-ms-docs-key-type: place - name: room-id in: path description: The unique identifier of room required: true schema: type: string x-ms-docs-key-type: room '/places/{place-id}/graph.roomList/rooms/$count': description: Provides operations to count the resources in the collection. get: tags: - places.room summary: Get the number of the resource operationId: places.AsRoomList.rooms.GetCount-b534 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: place-id in: path description: The unique identifier of place required: true schema: type: string x-ms-docs-key-type: place /places/$count: description: Provides operations to count the resources in the collection. get: tags: - places.place summary: Get the number of the resource operationId: places.GetCount-f02b parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /places/graph.room: description: Casts the previous resource to room. get: tags: - places.place summary: List places description: 'Get a collection of the specified type of place objects defined in the tenant. For example, you can get all the rooms, all the room lists, or the rooms in a specific room list in the tenant. A place object can be one of the following types: Both room and roomList are derived from the place object. By default, this operation returns 100 places per page. Compared with the findRooms and findRoomLists functions, this operation returns a richer payload for rooms and room lists. See details for how they compare.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/place-list?view=graph-rest-1.0 operationId: places.place.ListPlace.AsRoom parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.roomCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /places/graph.room/$count: description: Provides operations to count the resources in the collection. get: tags: - places.place summary: Get the number of the resource operationId: places.place.Place.GetCount.AsRoom-56fc parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /places/graph.roomList: description: Casts the previous resource to roomList. get: tags: - places.place summary: Get the items of type microsoft.graph.roomList in the microsoft.graph.place collection operationId: places.place.ListPlace.AsRoomList parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.roomListCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /places/graph.roomList/$count: description: Provides operations to count the resources in the collection. get: tags: - places.place summary: Get the number of the resource operationId: places.place.Place.GetCount.AsRoomList-e9fd parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /planner: description: Provides operations to manage the planner singleton. get: tags: - planner.planner summary: Get planner operationId: planner.planner.GetPlanner parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.planner' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - planner.planner summary: Update planner operationId: planner.planner.UpdatePlanner requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.planner' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.planner' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /planner/buckets: description: Provides operations to manage the buckets property of the microsoft.graph.planner entity. get: tags: - planner.plannerBucket summary: List buckets description: Retrieve a list of plannerbucket objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/planner-list-buckets?view=graph-rest-1.0 operationId: planner.ListBuckets parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.plannerBucketCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - planner.plannerBucket summary: Create plannerBucket description: Create a new plannerBucket object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/planner-post-buckets?view=graph-rest-1.0 operationId: planner.CreateBuckets requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerBucket' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerBucket' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/planner/buckets/{plannerBucket-id}': description: Provides operations to manage the buckets property of the microsoft.graph.planner entity. get: tags: - planner.plannerBucket summary: Get plannerBucket description: Retrieve the properties and relationships of a plannerBucket object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/plannerbucket-get?view=graph-rest-1.0 operationId: planner.GetBuckets parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerBucket' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - planner.plannerBucket summary: Update plannerbucket description: Update the properties of plannerbucket object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/plannerbucket-update?view=graph-rest-1.0 operationId: planner.UpdateBuckets parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerBucket' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerBucket' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - planner.plannerBucket summary: Delete plannerBucket description: Delete plannerBucket. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/plannerbucket-delete?view=graph-rest-1.0 operationId: planner.DeleteBuckets parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: plannerBucket-id in: path description: The unique identifier of plannerBucket required: true schema: type: string x-ms-docs-key-type: plannerBucket '/planner/buckets/{plannerBucket-id}/tasks': description: Provides operations to manage the tasks property of the microsoft.graph.plannerBucket entity. get: tags: - planner.plannerBucket summary: List tasks description: Retrieve a list of plannerTask objects associated to a plannerBucket object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/plannerbucket-list-tasks?view=graph-rest-1.0 operationId: planner.buckets.ListTasks parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.plannerTaskCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - planner.plannerBucket summary: Create new navigation property to tasks for planner operationId: planner.buckets.CreateTasks requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: plannerBucket-id in: path description: The unique identifier of plannerBucket required: true schema: type: string x-ms-docs-key-type: plannerBucket x-ms-docs-grouped-path: - '/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks' '/planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}': description: Provides operations to manage the tasks property of the microsoft.graph.plannerBucket entity. get: tags: - planner.plannerBucket summary: Get tasks from planner description: Read-only. Nullable. The collection of tasks in the bucket. operationId: planner.buckets.GetTasks parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - planner.plannerBucket summary: Update the navigation property tasks in planner operationId: planner.buckets.UpdateTasks requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - planner.plannerBucket summary: Delete navigation property tasks for planner operationId: planner.buckets.DeleteTasks parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: plannerBucket-id in: path description: The unique identifier of plannerBucket required: true schema: type: string x-ms-docs-key-type: plannerBucket - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask x-ms-docs-grouped-path: - '/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}' '/planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat': description: Provides operations to manage the assignedToTaskBoardFormat property of the microsoft.graph.plannerTask entity. get: tags: - planner.plannerBucket summary: Get assignedToTaskBoardFormat from planner description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by assignedTo. operationId: planner.buckets.tasks.GetAssignedToTaskBoardFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - planner.plannerBucket summary: Update the navigation property assignedToTaskBoardFormat in planner operationId: planner.buckets.tasks.UpdateAssignedToTaskBoardFormat parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - planner.plannerBucket summary: Delete navigation property assignedToTaskBoardFormat for planner operationId: planner.buckets.tasks.DeleteAssignedToTaskBoardFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: plannerBucket-id in: path description: The unique identifier of plannerBucket required: true schema: type: string x-ms-docs-key-type: plannerBucket - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask x-ms-docs-grouped-path: - '/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat' - '/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat' - '/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat' '/planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat': description: Provides operations to manage the bucketTaskBoardFormat property of the microsoft.graph.plannerTask entity. get: tags: - planner.plannerBucket summary: Get bucketTaskBoardFormat from planner description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by bucket. operationId: planner.buckets.tasks.GetBucketTaskBoardFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - planner.plannerBucket summary: Update the navigation property bucketTaskBoardFormat in planner operationId: planner.buckets.tasks.UpdateBucketTaskBoardFormat parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - planner.plannerBucket summary: Delete navigation property bucketTaskBoardFormat for planner operationId: planner.buckets.tasks.DeleteBucketTaskBoardFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: plannerBucket-id in: path description: The unique identifier of plannerBucket required: true schema: type: string x-ms-docs-key-type: plannerBucket - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask x-ms-docs-grouped-path: - '/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat' - '/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat' - '/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat' '/planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details': description: Provides operations to manage the details property of the microsoft.graph.plannerTask entity. get: tags: - planner.plannerBucket summary: Get details from planner description: Read-only. Nullable. More details about the task. operationId: planner.buckets.tasks.GetDetails parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - planner.plannerBucket summary: Update the navigation property details in planner operationId: planner.buckets.tasks.UpdateDetails parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - planner.plannerBucket summary: Delete navigation property details for planner operationId: planner.buckets.tasks.DeleteDetails parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: plannerBucket-id in: path description: The unique identifier of plannerBucket required: true schema: type: string x-ms-docs-key-type: plannerBucket - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask x-ms-docs-grouped-path: - '/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details' - '/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/details' - '/planner/tasks/{plannerTask-id}/details' '/planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat': description: Provides operations to manage the progressTaskBoardFormat property of the microsoft.graph.plannerTask entity. get: tags: - planner.plannerBucket summary: Get progressTaskBoardFormat from planner description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by progress. operationId: planner.buckets.tasks.GetProgressTaskBoardFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - planner.plannerBucket summary: Update the navigation property progressTaskBoardFormat in planner operationId: planner.buckets.tasks.UpdateProgressTaskBoardFormat parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - planner.plannerBucket summary: Delete navigation property progressTaskBoardFormat for planner operationId: planner.buckets.tasks.DeleteProgressTaskBoardFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: plannerBucket-id in: path description: The unique identifier of plannerBucket required: true schema: type: string x-ms-docs-key-type: plannerBucket - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask x-ms-docs-grouped-path: - '/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat' - '/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/progressTaskBoardFormat' - '/planner/tasks/{plannerTask-id}/progressTaskBoardFormat' '/planner/buckets/{plannerBucket-id}/tasks/$count': description: Provides operations to count the resources in the collection. get: tags: - planner.plannerBucket summary: Get the number of the resource operationId: planner.buckets.tasks.GetCount-145a parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: plannerBucket-id in: path description: The unique identifier of plannerBucket required: true schema: type: string x-ms-docs-key-type: plannerBucket /planner/buckets/$count: description: Provides operations to count the resources in the collection. get: tags: - planner.plannerBucket summary: Get the number of the resource operationId: planner.buckets.GetCount-9ddb parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /planner/plans: description: Provides operations to manage the plans property of the microsoft.graph.planner entity. get: tags: - planner.plannerPlan summary: List plans description: Get a list of plannerPlan objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/planner-list-plans?view=graph-rest-1.0 operationId: planner.ListPlans parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.plannerPlanCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - planner.plannerPlan summary: Create plannerPlan description: Create a new plannerPlan object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/planner-post-plans?view=graph-rest-1.0 operationId: planner.CreatePlans requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerPlan' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerPlan' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/planner/plans/{plannerPlan-id}': description: Provides operations to manage the plans property of the microsoft.graph.planner entity. get: tags: - planner.plannerPlan summary: Get plannerPlan description: Retrieve the properties and relationships of a plannerplan object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/plannerplan-get?view=graph-rest-1.0 operationId: planner.GetPlans parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerPlan' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - planner.plannerPlan summary: Update plannerPlan description: Update the properties of a plannerPlan object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/plannerplan-update?view=graph-rest-1.0 operationId: planner.UpdatePlans requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerPlan' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerPlan' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - planner.plannerPlan summary: Delete plannerPlan description: Delete a plannerPlan object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/plannerplan-delete?view=graph-rest-1.0 operationId: planner.DeletePlans parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan '/planner/plans/{plannerPlan-id}/buckets': description: Provides operations to manage the buckets property of the microsoft.graph.plannerPlan entity. get: tags: - planner.plannerPlan summary: List buckets description: Retrieve a list of plannerBucket objects contained by a plannerPlan object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/plannerplan-list-buckets?view=graph-rest-1.0 operationId: planner.plans.ListBuckets parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.plannerBucketCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - planner.plannerPlan summary: Create new navigation property to buckets for planner operationId: planner.plans.CreateBuckets requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerBucket' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerBucket' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan '/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}': description: Provides operations to manage the buckets property of the microsoft.graph.plannerPlan entity. get: tags: - planner.plannerPlan summary: Get buckets from planner description: Read-only. Nullable. Collection of buckets in the plan. operationId: planner.plans.GetBuckets parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerBucket' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - planner.plannerPlan summary: Update the navigation property buckets in planner operationId: planner.plans.UpdateBuckets requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerBucket' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerBucket' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - planner.plannerPlan summary: Delete navigation property buckets for planner operationId: planner.plans.DeleteBuckets parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan - name: plannerBucket-id in: path description: The unique identifier of plannerBucket required: true schema: type: string x-ms-docs-key-type: plannerBucket '/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks': description: Provides operations to manage the tasks property of the microsoft.graph.plannerBucket entity. get: tags: - planner.plannerPlan summary: Get tasks from planner description: Read-only. Nullable. The collection of tasks in the bucket. operationId: planner.plans.buckets.ListTasks parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.plannerTaskCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - planner.plannerPlan summary: Create new navigation property to tasks for planner operationId: planner.plans.buckets.CreateTasks requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan - name: plannerBucket-id in: path description: The unique identifier of plannerBucket required: true schema: type: string x-ms-docs-key-type: plannerBucket x-ms-docs-grouped-path: - '/planner/buckets/{plannerBucket-id}/tasks' '/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}': description: Provides operations to manage the tasks property of the microsoft.graph.plannerBucket entity. get: tags: - planner.plannerPlan summary: Get tasks from planner description: Read-only. Nullable. The collection of tasks in the bucket. operationId: planner.plans.buckets.GetTasks parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - planner.plannerPlan summary: Update the navigation property tasks in planner operationId: planner.plans.buckets.UpdateTasks requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - planner.plannerPlan summary: Delete navigation property tasks for planner operationId: planner.plans.buckets.DeleteTasks parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan - name: plannerBucket-id in: path description: The unique identifier of plannerBucket required: true schema: type: string x-ms-docs-key-type: plannerBucket - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask x-ms-docs-grouped-path: - '/planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}' '/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat': description: Provides operations to manage the assignedToTaskBoardFormat property of the microsoft.graph.plannerTask entity. get: tags: - planner.plannerPlan summary: Get assignedToTaskBoardFormat from planner description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by assignedTo. operationId: planner.plans.buckets.tasks.GetAssignedToTaskBoardFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - planner.plannerPlan summary: Update the navigation property assignedToTaskBoardFormat in planner operationId: planner.plans.buckets.tasks.UpdateAssignedToTaskBoardFormat parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - planner.plannerPlan summary: Delete navigation property assignedToTaskBoardFormat for planner operationId: planner.plans.buckets.tasks.DeleteAssignedToTaskBoardFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan - name: plannerBucket-id in: path description: The unique identifier of plannerBucket required: true schema: type: string x-ms-docs-key-type: plannerBucket - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask x-ms-docs-grouped-path: - '/planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat' - '/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat' - '/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat' '/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat': description: Provides operations to manage the bucketTaskBoardFormat property of the microsoft.graph.plannerTask entity. get: tags: - planner.plannerPlan summary: Get bucketTaskBoardFormat from planner description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by bucket. operationId: planner.plans.buckets.tasks.GetBucketTaskBoardFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - planner.plannerPlan summary: Update the navigation property bucketTaskBoardFormat in planner operationId: planner.plans.buckets.tasks.UpdateBucketTaskBoardFormat parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - planner.plannerPlan summary: Delete navigation property bucketTaskBoardFormat for planner operationId: planner.plans.buckets.tasks.DeleteBucketTaskBoardFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan - name: plannerBucket-id in: path description: The unique identifier of plannerBucket required: true schema: type: string x-ms-docs-key-type: plannerBucket - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask x-ms-docs-grouped-path: - '/planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat' - '/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat' - '/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat' '/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details': description: Provides operations to manage the details property of the microsoft.graph.plannerTask entity. get: tags: - planner.plannerPlan summary: Get details from planner description: Read-only. Nullable. More details about the task. operationId: planner.plans.buckets.tasks.GetDetails parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - planner.plannerPlan summary: Update the navigation property details in planner operationId: planner.plans.buckets.tasks.UpdateDetails parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - planner.plannerPlan summary: Delete navigation property details for planner operationId: planner.plans.buckets.tasks.DeleteDetails parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan - name: plannerBucket-id in: path description: The unique identifier of plannerBucket required: true schema: type: string x-ms-docs-key-type: plannerBucket - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask x-ms-docs-grouped-path: - '/planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details' - '/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/details' - '/planner/tasks/{plannerTask-id}/details' '/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat': description: Provides operations to manage the progressTaskBoardFormat property of the microsoft.graph.plannerTask entity. get: tags: - planner.plannerPlan summary: Get progressTaskBoardFormat from planner description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by progress. operationId: planner.plans.buckets.tasks.GetProgressTaskBoardFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - planner.plannerPlan summary: Update the navigation property progressTaskBoardFormat in planner operationId: planner.plans.buckets.tasks.UpdateProgressTaskBoardFormat parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - planner.plannerPlan summary: Delete navigation property progressTaskBoardFormat for planner operationId: planner.plans.buckets.tasks.DeleteProgressTaskBoardFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan - name: plannerBucket-id in: path description: The unique identifier of plannerBucket required: true schema: type: string x-ms-docs-key-type: plannerBucket - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask x-ms-docs-grouped-path: - '/planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat' - '/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/progressTaskBoardFormat' - '/planner/tasks/{plannerTask-id}/progressTaskBoardFormat' '/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/$count': description: Provides operations to count the resources in the collection. get: tags: - planner.plannerPlan summary: Get the number of the resource operationId: planner.plans.buckets.tasks.GetCount-8a6a parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan - name: plannerBucket-id in: path description: The unique identifier of plannerBucket required: true schema: type: string x-ms-docs-key-type: plannerBucket '/planner/plans/{plannerPlan-id}/buckets/$count': description: Provides operations to count the resources in the collection. get: tags: - planner.plannerPlan summary: Get the number of the resource operationId: planner.plans.buckets.GetCount-240a parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan '/planner/plans/{plannerPlan-id}/details': description: Provides operations to manage the details property of the microsoft.graph.plannerPlan entity. get: tags: - planner.plannerPlan summary: Get plannerPlanDetails description: Retrieve the properties and relationships of a plannerPlanDetails object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/plannerplandetails-get?view=graph-rest-1.0 operationId: planner.plans.GetDetails parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerPlanDetails' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - planner.plannerPlan summary: Update plannerplandetails description: Update the properties of plannerplandetails object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/plannerplandetails-update?view=graph-rest-1.0 operationId: planner.plans.UpdateDetails parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerPlanDetails' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerPlanDetails' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - planner.plannerPlan summary: Delete navigation property details for planner operationId: planner.plans.DeleteDetails parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan '/planner/plans/{plannerPlan-id}/tasks': description: Provides operations to manage the tasks property of the microsoft.graph.plannerPlan entity. get: tags: - planner.plannerPlan summary: List tasks description: Retrieve a list of plannerTask objects associated with a plannerPlan object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/plannerplan-list-tasks?view=graph-rest-1.0 operationId: planner.plans.ListTasks parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.plannerTaskCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - planner.plannerPlan summary: Create new navigation property to tasks for planner operationId: planner.plans.CreateTasks requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan '/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}': description: Provides operations to manage the tasks property of the microsoft.graph.plannerPlan entity. get: tags: - planner.plannerPlan summary: Get tasks from planner description: Read-only. Nullable. Collection of tasks in the plan. operationId: planner.plans.GetTasks parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - planner.plannerPlan summary: Update the navigation property tasks in planner operationId: planner.plans.UpdateTasks requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - planner.plannerPlan summary: Delete navigation property tasks for planner operationId: planner.plans.DeleteTasks parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask '/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat': description: Provides operations to manage the assignedToTaskBoardFormat property of the microsoft.graph.plannerTask entity. get: tags: - planner.plannerPlan summary: Get assignedToTaskBoardFormat from planner description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by assignedTo. operationId: planner.plans.tasks.GetAssignedToTaskBoardFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - planner.plannerPlan summary: Update the navigation property assignedToTaskBoardFormat in planner operationId: planner.plans.tasks.UpdateAssignedToTaskBoardFormat parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - planner.plannerPlan summary: Delete navigation property assignedToTaskBoardFormat for planner operationId: planner.plans.tasks.DeleteAssignedToTaskBoardFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask x-ms-docs-grouped-path: - '/planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat' - '/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat' - '/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat' '/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat': description: Provides operations to manage the bucketTaskBoardFormat property of the microsoft.graph.plannerTask entity. get: tags: - planner.plannerPlan summary: Get bucketTaskBoardFormat from planner description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by bucket. operationId: planner.plans.tasks.GetBucketTaskBoardFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - planner.plannerPlan summary: Update the navigation property bucketTaskBoardFormat in planner operationId: planner.plans.tasks.UpdateBucketTaskBoardFormat parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - planner.plannerPlan summary: Delete navigation property bucketTaskBoardFormat for planner operationId: planner.plans.tasks.DeleteBucketTaskBoardFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask x-ms-docs-grouped-path: - '/planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat' - '/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat' - '/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat' '/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/details': description: Provides operations to manage the details property of the microsoft.graph.plannerTask entity. get: tags: - planner.plannerPlan summary: Get details from planner description: Read-only. Nullable. More details about the task. operationId: planner.plans.tasks.GetDetails parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - planner.plannerPlan summary: Update the navigation property details in planner operationId: planner.plans.tasks.UpdateDetails parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - planner.plannerPlan summary: Delete navigation property details for planner operationId: planner.plans.tasks.DeleteDetails parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask x-ms-docs-grouped-path: - '/planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details' - '/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details' - '/planner/tasks/{plannerTask-id}/details' '/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/progressTaskBoardFormat': description: Provides operations to manage the progressTaskBoardFormat property of the microsoft.graph.plannerTask entity. get: tags: - planner.plannerPlan summary: Get progressTaskBoardFormat from planner description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by progress. operationId: planner.plans.tasks.GetProgressTaskBoardFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - planner.plannerPlan summary: Update the navigation property progressTaskBoardFormat in planner operationId: planner.plans.tasks.UpdateProgressTaskBoardFormat parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - planner.plannerPlan summary: Delete navigation property progressTaskBoardFormat for planner operationId: planner.plans.tasks.DeleteProgressTaskBoardFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask x-ms-docs-grouped-path: - '/planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat' - '/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat' - '/planner/tasks/{plannerTask-id}/progressTaskBoardFormat' '/planner/plans/{plannerPlan-id}/tasks/$count': description: Provides operations to count the resources in the collection. get: tags: - planner.plannerPlan summary: Get the number of the resource operationId: planner.plans.tasks.GetCount-09d1 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan /planner/plans/$count: description: Provides operations to count the resources in the collection. get: tags: - planner.plannerPlan summary: Get the number of the resource operationId: planner.plans.GetCount-e322 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /planner/tasks: description: Provides operations to manage the tasks property of the microsoft.graph.planner entity. get: tags: - planner.plannerTask summary: List tasks description: Retrieve a list of plannertask objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/planner-list-tasks?view=graph-rest-1.0 operationId: planner.ListTasks parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.plannerTaskCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - planner.plannerTask summary: Create plannerTask description: Create a new plannerTask. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/planner-post-tasks?view=graph-rest-1.0 operationId: planner.CreateTasks requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/planner/tasks/{plannerTask-id}': description: Provides operations to manage the tasks property of the microsoft.graph.planner entity. get: tags: - planner.plannerTask summary: Get plannerTask description: Retrieve the properties and relationships of plannerTask object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/plannertask-get?view=graph-rest-1.0 operationId: planner.GetTasks parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - planner.plannerTask summary: Update plannerTask description: Update the properties of plannerTask object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/plannertask-update?view=graph-rest-1.0 operationId: planner.UpdateTasks parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - planner.plannerTask summary: Delete plannerTask description: Delete a plannerTask object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/plannertask-delete?view=graph-rest-1.0 operationId: planner.DeleteTasks parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask '/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat': description: Provides operations to manage the assignedToTaskBoardFormat property of the microsoft.graph.plannerTask entity. get: tags: - planner.plannerTask summary: Get plannerAssignedToTaskBoardTaskFormat description: Retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-get?view=graph-rest-1.0 operationId: planner.tasks.GetAssignedToTaskBoardFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - planner.plannerTask summary: Update plannerAssignedToTaskBoardTaskFormat description: Update the properties of plannerAssignedToTaskBoardTaskFormat object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-update?view=graph-rest-1.0 operationId: planner.tasks.UpdateAssignedToTaskBoardFormat parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - planner.plannerTask summary: Delete navigation property assignedToTaskBoardFormat for planner operationId: planner.tasks.DeleteAssignedToTaskBoardFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask x-ms-docs-grouped-path: - '/planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat' - '/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat' - '/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat' '/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat': description: Provides operations to manage the bucketTaskBoardFormat property of the microsoft.graph.plannerTask entity. get: tags: - planner.plannerTask summary: Get plannerBucketTaskBoardTaskFormat description: Retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-get?view=graph-rest-1.0 operationId: planner.tasks.GetBucketTaskBoardFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - planner.plannerTask summary: Update plannerBucketTaskBoardTaskFormat description: Update the properties of a plannerBucketTaskBoardTaskFormat object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-update?view=graph-rest-1.0 operationId: planner.tasks.UpdateBucketTaskBoardFormat parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - planner.plannerTask summary: Delete navigation property bucketTaskBoardFormat for planner operationId: planner.tasks.DeleteBucketTaskBoardFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask x-ms-docs-grouped-path: - '/planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat' - '/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat' - '/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat' '/planner/tasks/{plannerTask-id}/details': description: Provides operations to manage the details property of the microsoft.graph.plannerTask entity. get: tags: - planner.plannerTask summary: Get plannerTaskDetails description: Retrieve the properties and relationships of a plannerTaskDetails object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/plannertaskdetails-get?view=graph-rest-1.0 operationId: planner.tasks.GetDetails parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - planner.plannerTask summary: Update plannertaskdetails description: Update the properties of plannerTaskDetails object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/plannertaskdetails-update?view=graph-rest-1.0 operationId: planner.tasks.UpdateDetails parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - planner.plannerTask summary: Delete navigation property details for planner operationId: planner.tasks.DeleteDetails parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask x-ms-docs-grouped-path: - '/planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details' - '/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details' - '/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/details' '/planner/tasks/{plannerTask-id}/progressTaskBoardFormat': description: Provides operations to manage the progressTaskBoardFormat property of the microsoft.graph.plannerTask entity. get: tags: - planner.plannerTask summary: Get plannerProgressTaskBoardTaskFormat description: Retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-get?view=graph-rest-1.0 operationId: planner.tasks.GetProgressTaskBoardFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - planner.plannerTask summary: Update plannerProgressTaskBoardTaskFormat description: Update the properties of plannerProgressTaskBoardTaskFormat object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-update?view=graph-rest-1.0 operationId: planner.tasks.UpdateProgressTaskBoardFormat parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - planner.plannerTask summary: Delete navigation property progressTaskBoardFormat for planner operationId: planner.tasks.DeleteProgressTaskBoardFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask x-ms-docs-grouped-path: - '/planner/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat' - '/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat' - '/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/progressTaskBoardFormat' /planner/tasks/$count: description: Provides operations to count the resources in the collection. get: tags: - planner.plannerTask summary: Get the number of the resource operationId: planner.tasks.GetCount-bfd2 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /policies: description: Provides operations to manage the policyRoot singleton. get: tags: - policies.policyRoot summary: Get policies operationId: policies.policyRoot.GetPolicyRoot parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.policyRoot' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - policies.policyRoot summary: Update policies operationId: policies.policyRoot.UpdatePolicyRoot requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.policyRoot' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.policyRoot' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /policies/activityBasedTimeoutPolicies: description: Provides operations to manage the activityBasedTimeoutPolicies property of the microsoft.graph.policyRoot entity. get: tags: - policies.activityBasedTimeoutPolicy summary: List activityBasedTimeoutPolicies description: Get a list of activityBasedTimeoutPolicy objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-list?view=graph-rest-1.0 operationId: policies.ListActivityBasedTimeoutPolicies parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.activityBasedTimeoutPolicyCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - policies.activityBasedTimeoutPolicy summary: Create activityBasedTimeoutPolicy description: Create a new activityBasedTimeoutPolicy object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-post-activitybasedtimeoutpolicies?view=graph-rest-1.0 operationId: policies.CreateActivityBasedTimeoutPolicies requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.activityBasedTimeoutPolicy' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.activityBasedTimeoutPolicy' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}': description: Provides operations to manage the activityBasedTimeoutPolicies property of the microsoft.graph.policyRoot entity. get: tags: - policies.activityBasedTimeoutPolicy summary: Get activityBasedTimeoutPolicy description: Get the properties of an activityBasedTimeoutPolicy object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-get?view=graph-rest-1.0 operationId: policies.GetActivityBasedTimeoutPolicies parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.activityBasedTimeoutPolicy' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - policies.activityBasedTimeoutPolicy summary: Update activitybasedtimeoutpolicy description: Update the properties of an activityBasedTimeoutPolicy object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-update?view=graph-rest-1.0 operationId: policies.UpdateActivityBasedTimeoutPolicies requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.activityBasedTimeoutPolicy' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.activityBasedTimeoutPolicy' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - policies.activityBasedTimeoutPolicy summary: Delete activityBasedTimeoutPolicy description: Delete an activityBasedTimeoutPolicy object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-delete?view=graph-rest-1.0 operationId: policies.DeleteActivityBasedTimeoutPolicies parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: activityBasedTimeoutPolicy-id in: path description: The unique identifier of activityBasedTimeoutPolicy required: true schema: type: string x-ms-docs-key-type: activityBasedTimeoutPolicy '/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo': description: Provides operations to manage the appliesTo property of the microsoft.graph.stsPolicy entity. get: tags: - policies.activityBasedTimeoutPolicy summary: Get appliesTo from policies operationId: policies.activityBasedTimeoutPolicies.ListAppliesTo parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: activityBasedTimeoutPolicy-id in: path description: The unique identifier of activityBasedTimeoutPolicy required: true schema: type: string x-ms-docs-key-type: activityBasedTimeoutPolicy x-ms-docs-grouped-path: - '/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo' - '/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo' - '/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo' - '/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo' '/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo/{directoryObject-id}': description: Provides operations to manage the appliesTo property of the microsoft.graph.stsPolicy entity. get: tags: - policies.activityBasedTimeoutPolicy summary: Get appliesTo from policies operationId: policies.activityBasedTimeoutPolicies.GetAppliesTo parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: activityBasedTimeoutPolicy-id in: path description: The unique identifier of activityBasedTimeoutPolicy required: true schema: type: string x-ms-docs-key-type: activityBasedTimeoutPolicy - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject x-ms-docs-grouped-path: - '/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo/{directoryObject-id}' - '/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo/{directoryObject-id}' - '/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo/{directoryObject-id}' - '/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo/{directoryObject-id}' '/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo/$count': description: Provides operations to count the resources in the collection. get: tags: - policies.activityBasedTimeoutPolicy summary: Get the number of the resource operationId: policies.activityBasedTimeoutPolicies.appliesTo.GetCount-f5ce parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: activityBasedTimeoutPolicy-id in: path description: The unique identifier of activityBasedTimeoutPolicy required: true schema: type: string x-ms-docs-key-type: activityBasedTimeoutPolicy /policies/activityBasedTimeoutPolicies/$count: description: Provides operations to count the resources in the collection. get: tags: - policies.activityBasedTimeoutPolicy summary: Get the number of the resource operationId: policies.activityBasedTimeoutPolicies.GetCount-1f03 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /policies/adminConsentRequestPolicy: description: Provides operations to manage the adminConsentRequestPolicy property of the microsoft.graph.policyRoot entity. get: tags: - policies.adminConsentRequestPolicy summary: Get adminConsentRequestPolicy description: Read the properties and relationships of an adminConsentRequestPolicy object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/adminconsentrequestpolicy-get?view=graph-rest-1.0 operationId: policies.GetAdminConsentRequestPolicy parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.adminConsentRequestPolicy' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - policies.adminConsentRequestPolicy summary: Update adminConsentRequestPolicy description: Update the properties of an adminConsentRequestPolicy object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/adminconsentrequestpolicy-update?view=graph-rest-1.0 operationId: policies.UpdateAdminConsentRequestPolicy requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.adminConsentRequestPolicy' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.adminConsentRequestPolicy' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - policies.adminConsentRequestPolicy summary: Delete navigation property adminConsentRequestPolicy for policies operationId: policies.DeleteAdminConsentRequestPolicy parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /policies/appManagementPolicies: description: Provides operations to manage the appManagementPolicies property of the microsoft.graph.policyRoot entity. get: tags: - policies.appManagementPolicy summary: List appManagementPolicies description: Retrieve a list of appManagementPolicy objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/appmanagementpolicy-list?view=graph-rest-1.0 operationId: policies.ListAppManagementPolicies parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.appManagementPolicyCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - policies.appManagementPolicy summary: Create appManagementPolicy description: Create an appManagementPolicy object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/appmanagementpolicy-post?view=graph-rest-1.0 operationId: policies.CreateAppManagementPolicies requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.appManagementPolicy' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.appManagementPolicy' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/policies/appManagementPolicies/{appManagementPolicy-id}': description: Provides operations to manage the appManagementPolicies property of the microsoft.graph.policyRoot entity. get: tags: - policies.appManagementPolicy summary: Get appManagementPolicy description: Read the properties of an appManagementPolicy object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/appmanagementpolicy-get?view=graph-rest-1.0 operationId: policies.GetAppManagementPolicies parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.appManagementPolicy' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - policies.appManagementPolicy summary: Update appManagementPolicy description: Update an appManagementPolicy object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/appmanagementpolicy-update?view=graph-rest-1.0 operationId: policies.UpdateAppManagementPolicies requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.appManagementPolicy' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.appManagementPolicy' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - policies.appManagementPolicy summary: Delete appManagementPolicy description: Delete an appManagementPolicy object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/appmanagementpolicy-delete?view=graph-rest-1.0 operationId: policies.DeleteAppManagementPolicies parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: appManagementPolicy-id in: path description: The unique identifier of appManagementPolicy required: true schema: type: string x-ms-docs-key-type: appManagementPolicy '/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo': description: Provides operations to manage the appliesTo property of the microsoft.graph.appManagementPolicy entity. get: tags: - policies.appManagementPolicy summary: List appliesTo description: List application and service principal objects that are assigned an appManagementPolicy policy object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/appmanagementpolicy-list-appliesto?view=graph-rest-1.0 operationId: policies.appManagementPolicies.ListAppliesTo parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: appManagementPolicy-id in: path description: The unique identifier of appManagementPolicy required: true schema: type: string x-ms-docs-key-type: appManagementPolicy '/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo/{directoryObject-id}': description: Provides operations to manage the appliesTo property of the microsoft.graph.appManagementPolicy entity. get: tags: - policies.appManagementPolicy summary: Get appliesTo from policies description: Collection of applications and service principals to which the policy is applied. operationId: policies.appManagementPolicies.GetAppliesTo parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: appManagementPolicy-id in: path description: The unique identifier of appManagementPolicy required: true schema: type: string x-ms-docs-key-type: appManagementPolicy - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo/$count': description: Provides operations to count the resources in the collection. get: tags: - policies.appManagementPolicy summary: Get the number of the resource operationId: policies.appManagementPolicies.appliesTo.GetCount-b064 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: appManagementPolicy-id in: path description: The unique identifier of appManagementPolicy required: true schema: type: string x-ms-docs-key-type: appManagementPolicy /policies/appManagementPolicies/$count: description: Provides operations to count the resources in the collection. get: tags: - policies.appManagementPolicy summary: Get the number of the resource operationId: policies.appManagementPolicies.GetCount-c99e parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /policies/authenticationFlowsPolicy: description: Provides operations to manage the authenticationFlowsPolicy property of the microsoft.graph.policyRoot entity. get: tags: - policies.authenticationFlowsPolicy summary: Get authenticationFlowsPolicy description: Read the properties and relationships of an authenticationFlowsPolicy object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/authenticationflowspolicy-get?view=graph-rest-1.0 operationId: policies.GetAuthenticationFlowsPolicy parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authenticationFlowsPolicy' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - policies.authenticationFlowsPolicy summary: Update authenticationFlowsPolicy description: 'Update the selfServiceSignUp property of an authenticationFlowsPolicy object. The properties id, type, and description cannot be modified.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/authenticationflowspolicy-update?view=graph-rest-1.0 operationId: policies.UpdateAuthenticationFlowsPolicy requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authenticationFlowsPolicy' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authenticationFlowsPolicy' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - policies.authenticationFlowsPolicy summary: Delete navigation property authenticationFlowsPolicy for policies operationId: policies.DeleteAuthenticationFlowsPolicy parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /policies/authenticationMethodsPolicy: description: Provides operations to manage the authenticationMethodsPolicy property of the microsoft.graph.policyRoot entity. get: tags: - policies.authenticationMethodsPolicy summary: Get authenticationMethodsPolicy description: Read the properties and relationships of an authenticationMethodsPolicy object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/authenticationmethodspolicy-get?view=graph-rest-1.0 operationId: policies.GetAuthenticationMethodsPolicy parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authenticationMethodsPolicy' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - policies.authenticationMethodsPolicy summary: Update authenticationMethodsPolicy description: Update the properties of an authenticationMethodsPolicy object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/authenticationmethodspolicy-update?view=graph-rest-1.0 operationId: policies.UpdateAuthenticationMethodsPolicy requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authenticationMethodsPolicy' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authenticationMethodsPolicy' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - policies.authenticationMethodsPolicy summary: Delete navigation property authenticationMethodsPolicy for policies operationId: policies.DeleteAuthenticationMethodsPolicy parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /policies/authenticationMethodsPolicy/authenticationMethodConfigurations: description: Provides operations to manage the authenticationMethodConfigurations property of the microsoft.graph.authenticationMethodsPolicy entity. get: tags: - policies.authenticationMethodsPolicy summary: Get authenticationMethodConfigurations from policies description: Represents the settings for each authentication method. Automatically expanded on GET /policies/authenticationMethodsPolicy. operationId: policies.authenticationMethodsPolicy.ListAuthenticationMethodConfigurations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.authenticationMethodConfigurationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - policies.authenticationMethodsPolicy summary: Create new navigation property to authenticationMethodConfigurations for policies operationId: policies.authenticationMethodsPolicy.CreateAuthenticationMethodConfigurations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authenticationMethodConfiguration' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authenticationMethodConfiguration' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}': description: Provides operations to manage the authenticationMethodConfigurations property of the microsoft.graph.authenticationMethodsPolicy entity. get: tags: - policies.authenticationMethodsPolicy summary: Get authenticationMethodConfigurations from policies description: Represents the settings for each authentication method. Automatically expanded on GET /policies/authenticationMethodsPolicy. operationId: policies.authenticationMethodsPolicy.GetAuthenticationMethodConfigurations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authenticationMethodConfiguration' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - policies.authenticationMethodsPolicy summary: Update the navigation property authenticationMethodConfigurations in policies operationId: policies.authenticationMethodsPolicy.UpdateAuthenticationMethodConfigurations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authenticationMethodConfiguration' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authenticationMethodConfiguration' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - policies.authenticationMethodsPolicy summary: Delete navigation property authenticationMethodConfigurations for policies operationId: policies.authenticationMethodsPolicy.DeleteAuthenticationMethodConfigurations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: authenticationMethodConfiguration-id in: path description: The unique identifier of authenticationMethodConfiguration required: true schema: type: string x-ms-docs-key-type: authenticationMethodConfiguration /policies/authenticationMethodsPolicy/authenticationMethodConfigurations/$count: description: Provides operations to count the resources in the collection. get: tags: - policies.authenticationMethodsPolicy summary: Get the number of the resource operationId: policies.authenticationMethodsPolicy.authenticationMethodConfigurations.GetCount-e541 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /policies/authenticationStrengthPolicies: description: Provides operations to manage the authenticationStrengthPolicies property of the microsoft.graph.policyRoot entity. get: tags: - policies.authenticationStrengthPolicy summary: List authenticationStrengthPolicies description: Get a list of the authenticationStrengthPolicy objects and their properties. This API returns both built-in and custom policies. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/authenticationstrengthroot-list-policies?view=graph-rest-1.0 operationId: policies.ListAuthenticationStrengthPolicies parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.authenticationStrengthPolicyCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - policies.authenticationStrengthPolicy summary: Create authenticationStrengthPolicy description: Create a new custom authenticationStrengthPolicy object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/authenticationstrengthroot-post-policies?view=graph-rest-1.0 operationId: policies.CreateAuthenticationStrengthPolicies requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authenticationStrengthPolicy' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authenticationStrengthPolicy' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}': description: Provides operations to manage the authenticationStrengthPolicies property of the microsoft.graph.policyRoot entity. get: tags: - policies.authenticationStrengthPolicy summary: Get authenticationStrengthPolicy description: Read the properties and relationships of an authenticationStrengthPolicy object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-get?view=graph-rest-1.0 operationId: policies.GetAuthenticationStrengthPolicies parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authenticationStrengthPolicy' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - policies.authenticationStrengthPolicy summary: Update authenticationStrengthPolicy description: 'Update the properties of an authenticationStrengthPolicy object. You cannot update the allowed auth method combinations using this request. To do so, use the Update allowed combinations action.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-update?view=graph-rest-1.0 operationId: policies.UpdateAuthenticationStrengthPolicies requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authenticationStrengthPolicy' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authenticationStrengthPolicy' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - policies.authenticationStrengthPolicy summary: Delete authenticationStrengthPolicy description: Delete a custom authenticationStrengthPolicy object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/authenticationstrengthroot-delete-policies?view=graph-rest-1.0 operationId: policies.DeleteAuthenticationStrengthPolicies parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: authenticationStrengthPolicy-id in: path description: The unique identifier of authenticationStrengthPolicy required: true schema: type: string x-ms-docs-key-type: authenticationStrengthPolicy '/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations': description: Provides operations to manage the combinationConfigurations property of the microsoft.graph.authenticationStrengthPolicy entity. get: tags: - policies.authenticationStrengthPolicy summary: Get combinationConfigurations from policies description: Settings that may be used to require specific types or instances of an authentication method to be used when authenticating with a specified combination of authentication methods. operationId: policies.authenticationStrengthPolicies.ListCombinationConfigurations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.authenticationCombinationConfigurationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - policies.authenticationStrengthPolicy summary: Create new navigation property to combinationConfigurations for policies operationId: policies.authenticationStrengthPolicies.CreateCombinationConfigurations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authenticationCombinationConfiguration' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authenticationCombinationConfiguration' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: authenticationStrengthPolicy-id in: path description: The unique identifier of authenticationStrengthPolicy required: true schema: type: string x-ms-docs-key-type: authenticationStrengthPolicy '/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}': description: Provides operations to manage the combinationConfigurations property of the microsoft.graph.authenticationStrengthPolicy entity. get: tags: - policies.authenticationStrengthPolicy summary: Get combinationConfigurations from policies description: Settings that may be used to require specific types or instances of an authentication method to be used when authenticating with a specified combination of authentication methods. operationId: policies.authenticationStrengthPolicies.GetCombinationConfigurations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authenticationCombinationConfiguration' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - policies.authenticationStrengthPolicy summary: Update the navigation property combinationConfigurations in policies operationId: policies.authenticationStrengthPolicies.UpdateCombinationConfigurations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authenticationCombinationConfiguration' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authenticationCombinationConfiguration' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - policies.authenticationStrengthPolicy summary: Delete navigation property combinationConfigurations for policies operationId: policies.authenticationStrengthPolicies.DeleteCombinationConfigurations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: authenticationStrengthPolicy-id in: path description: The unique identifier of authenticationStrengthPolicy required: true schema: type: string x-ms-docs-key-type: authenticationStrengthPolicy - name: authenticationCombinationConfiguration-id in: path description: The unique identifier of authenticationCombinationConfiguration required: true schema: type: string x-ms-docs-key-type: authenticationCombinationConfiguration '/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/$count': description: Provides operations to count the resources in the collection. get: tags: - policies.authenticationStrengthPolicy summary: Get the number of the resource operationId: policies.authenticationStrengthPolicies.combinationConfigurations.GetCount-7b5f parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: authenticationStrengthPolicy-id in: path description: The unique identifier of authenticationStrengthPolicy required: true schema: type: string x-ms-docs-key-type: authenticationStrengthPolicy '/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/updateAllowedCombinations': description: Provides operations to call the updateAllowedCombinations method. post: tags: - policies.Actions summary: Invoke action updateAllowedCombinations description: 'Update the allowedCombinations property of an authenticationStrengthPolicy object. To update other properties of an authenticationStrengthPolicy object, use the Update authenticationStrengthPolicy method.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-updateallowedcombinations?view=graph-rest-1.0 operationId: policies.authenticationStrengthPolicies.authenticationStrengthPolicy.updateAllowedCombinations requestBody: description: Action parameters content: application/json: schema: type: object properties: allowedCombinations: type: array items: anyOf: - $ref: '#/components/schemas/microsoft.graph.authenticationMethodModes' - type: object nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.updateAllowedCombinationsResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: authenticationStrengthPolicy-id in: path description: The unique identifier of authenticationStrengthPolicy required: true schema: type: string x-ms-docs-key-type: authenticationStrengthPolicy '/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/usage()': description: Provides operations to call the usage method. get: tags: - policies.Functions summary: Invoke function usage description: 'Allows the caller to see which Conditional Access policies reference a specified authentication strength policy. The policies are returned in two collections, one containing Conditional Access policies that require an MFA claim and the other containing Conditional Access policies that do not require such a claim. Policies in the former category are restricted in what kinds of changes may be made to them to prevent undermining the MFA requirement of those policies.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-usage?view=graph-rest-1.0 operationId: policies.authenticationStrengthPolicies.authenticationStrengthPolicy.usage responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.authenticationStrengthUsage' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: authenticationStrengthPolicy-id in: path description: The unique identifier of authenticationStrengthPolicy required: true schema: type: string x-ms-docs-key-type: authenticationStrengthPolicy /policies/authenticationStrengthPolicies/$count: description: Provides operations to count the resources in the collection. get: tags: - policies.authenticationStrengthPolicy summary: Get the number of the resource operationId: policies.authenticationStrengthPolicies.GetCount-db73 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /policies/authorizationPolicy: description: Provides operations to manage the authorizationPolicy property of the microsoft.graph.policyRoot entity. get: tags: - policies.authorizationPolicy summary: Get authorizationPolicy description: Retrieve the properties of an authorizationPolicy object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/authorizationpolicy-get?view=graph-rest-1.0 operationId: policies.GetAuthorizationPolicy parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authorizationPolicy' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - policies.authorizationPolicy summary: Update authorizationPolicy description: Update the properties of an authorizationPolicy object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/authorizationpolicy-update?view=graph-rest-1.0 operationId: policies.UpdateAuthorizationPolicy requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authorizationPolicy' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authorizationPolicy' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - policies.authorizationPolicy summary: Delete navigation property authorizationPolicy for policies operationId: policies.DeleteAuthorizationPolicy parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /policies/claimsMappingPolicies: description: Provides operations to manage the claimsMappingPolicies property of the microsoft.graph.policyRoot entity. get: tags: - policies.claimsMappingPolicy summary: List claimsMappingPolicies description: Get a list of claimsMappingPolicy objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/claimsmappingpolicy-list?view=graph-rest-1.0 operationId: policies.ListClaimsMappingPolicies parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.claimsMappingPolicyCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - policies.claimsMappingPolicy summary: Create claimsMappingPolicy description: Create a new claimsMappingPolicy object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/claimsmappingpolicy-post-claimsmappingpolicies?view=graph-rest-1.0 operationId: policies.CreateClaimsMappingPolicies requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.claimsMappingPolicy' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.claimsMappingPolicy' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/policies/claimsMappingPolicies/{claimsMappingPolicy-id}': description: Provides operations to manage the claimsMappingPolicies property of the microsoft.graph.policyRoot entity. get: tags: - policies.claimsMappingPolicy summary: Get claimsMappingPolicy description: Retrieve the properties and relationships of a claimsMappingPolicy object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/claimsmappingpolicy-get?view=graph-rest-1.0 operationId: policies.GetClaimsMappingPolicies parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.claimsMappingPolicy' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - policies.claimsMappingPolicy summary: Update claimsmappingpolicy description: Update the properties of a claimsMappingPolicy object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/claimsmappingpolicy-update?view=graph-rest-1.0 operationId: policies.UpdateClaimsMappingPolicies requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.claimsMappingPolicy' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.claimsMappingPolicy' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - policies.claimsMappingPolicy summary: Delete claimsMappingPolicy description: Delete a claimsMappingPolicy object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/claimsmappingpolicy-delete?view=graph-rest-1.0 operationId: policies.DeleteClaimsMappingPolicies parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: claimsMappingPolicy-id in: path description: The unique identifier of claimsMappingPolicy required: true schema: type: string x-ms-docs-key-type: claimsMappingPolicy '/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo': description: Provides operations to manage the appliesTo property of the microsoft.graph.stsPolicy entity. get: tags: - policies.claimsMappingPolicy summary: List appliesTo description: Get a list of directoryObject objects that a claimsMappingPolicy object has been applied to. The claimsMappingPolicy can only be applied to application and servicePrincipal resources. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/claimsmappingpolicy-list-appliesto?view=graph-rest-1.0 operationId: policies.claimsMappingPolicies.ListAppliesTo parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: claimsMappingPolicy-id in: path description: The unique identifier of claimsMappingPolicy required: true schema: type: string x-ms-docs-key-type: claimsMappingPolicy x-ms-docs-grouped-path: - '/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo' - '/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo' - '/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo' - '/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo' '/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo/{directoryObject-id}': description: Provides operations to manage the appliesTo property of the microsoft.graph.stsPolicy entity. get: tags: - policies.claimsMappingPolicy summary: Get appliesTo from policies operationId: policies.claimsMappingPolicies.GetAppliesTo parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: claimsMappingPolicy-id in: path description: The unique identifier of claimsMappingPolicy required: true schema: type: string x-ms-docs-key-type: claimsMappingPolicy - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject x-ms-docs-grouped-path: - '/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo/{directoryObject-id}' - '/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo/{directoryObject-id}' - '/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo/{directoryObject-id}' - '/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo/{directoryObject-id}' '/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo/$count': description: Provides operations to count the resources in the collection. get: tags: - policies.claimsMappingPolicy summary: Get the number of the resource operationId: policies.claimsMappingPolicies.appliesTo.GetCount-46aa parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: claimsMappingPolicy-id in: path description: The unique identifier of claimsMappingPolicy required: true schema: type: string x-ms-docs-key-type: claimsMappingPolicy /policies/claimsMappingPolicies/$count: description: Provides operations to count the resources in the collection. get: tags: - policies.claimsMappingPolicy summary: Get the number of the resource operationId: policies.claimsMappingPolicies.GetCount-0f66 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /policies/conditionalAccessPolicies: description: Provides operations to manage the conditionalAccessPolicies property of the microsoft.graph.policyRoot entity. get: tags: - policies.conditionalAccessPolicy summary: Get conditionalAccessPolicies from policies description: The custom rules that define an access scenario. operationId: policies.ListConditionalAccessPolicies parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.conditionalAccessPolicyCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - policies.conditionalAccessPolicy summary: Create new navigation property to conditionalAccessPolicies for policies operationId: policies.CreateConditionalAccessPolicies requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conditionalAccessPolicy' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conditionalAccessPolicy' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/policies/conditionalAccessPolicies/{conditionalAccessPolicy-id}': description: Provides operations to manage the conditionalAccessPolicies property of the microsoft.graph.policyRoot entity. get: tags: - policies.conditionalAccessPolicy summary: Get conditionalAccessPolicies from policies description: The custom rules that define an access scenario. operationId: policies.GetConditionalAccessPolicies parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conditionalAccessPolicy' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - policies.conditionalAccessPolicy summary: Update the navigation property conditionalAccessPolicies in policies operationId: policies.UpdateConditionalAccessPolicies requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conditionalAccessPolicy' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conditionalAccessPolicy' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - policies.conditionalAccessPolicy summary: Delete navigation property conditionalAccessPolicies for policies operationId: policies.DeleteConditionalAccessPolicies parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: conditionalAccessPolicy-id in: path description: The unique identifier of conditionalAccessPolicy required: true schema: type: string x-ms-docs-key-type: conditionalAccessPolicy /policies/conditionalAccessPolicies/$count: description: Provides operations to count the resources in the collection. get: tags: - policies.conditionalAccessPolicy summary: Get the number of the resource operationId: policies.conditionalAccessPolicies.GetCount-2c66 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /policies/crossTenantAccessPolicy: description: Provides operations to manage the crossTenantAccessPolicy property of the microsoft.graph.policyRoot entity. get: tags: - policies.crossTenantAccessPolicy summary: Get crossTenantAccessPolicy description: Read the properties and relationships of a crossTenantAccessPolicy object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-get?view=graph-rest-1.0 operationId: policies.GetCrossTenantAccessPolicy parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicy' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - policies.crossTenantAccessPolicy summary: Update crossTenantAccessPolicy description: Update the properties of a cross-tenant access policy. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-update?view=graph-rest-1.0 operationId: policies.UpdateCrossTenantAccessPolicy requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicy' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicy' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - policies.crossTenantAccessPolicy summary: Delete navigation property crossTenantAccessPolicy for policies operationId: policies.DeleteCrossTenantAccessPolicy parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /policies/crossTenantAccessPolicy/default: description: Provides operations to manage the default property of the microsoft.graph.crossTenantAccessPolicy entity. get: tags: - policies.crossTenantAccessPolicy summary: Get crossTenantAccessPolicyConfigurationDefault description: Read the default configuration of a cross-tenant access policy. This default configuration may be the service default assigned by Microsoft Entra ID (isServiceDefault is true) or may be customized in your tenant (isServiceDefault is false). externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationdefault-get?view=graph-rest-1.0 operationId: policies.crossTenantAccessPolicy.GetDefault parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyConfigurationDefault' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - policies.crossTenantAccessPolicy summary: Update crossTenantAccessPolicyConfigurationDefault description: Update the default configuration of a cross-tenant access policy. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationdefault-update?view=graph-rest-1.0 operationId: policies.crossTenantAccessPolicy.UpdateDefault requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyConfigurationDefault' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyConfigurationDefault' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - policies.crossTenantAccessPolicy summary: Delete navigation property default for policies operationId: policies.crossTenantAccessPolicy.DeleteDefault parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /policies/crossTenantAccessPolicy/default/resetToSystemDefault: description: Provides operations to call the resetToSystemDefault method. post: tags: - policies.Actions summary: Invoke action resetToSystemDefault description: Reset any changes made to the default configuration in a cross-tenant access policy back to the system default. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationdefault-resettosystemdefault?view=graph-rest-1.0 operationId: policies.crossTenantAccessPolicy.default.resetToSystemDefault responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action /policies/crossTenantAccessPolicy/partners: description: Provides operations to manage the partners property of the microsoft.graph.crossTenantAccessPolicy entity. get: tags: - policies.crossTenantAccessPolicy summary: List partners description: Get a list of all partner configurations within a cross-tenant access policy. You can also use the $expand parameter to list the user synchronization policy for all partner configurations. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-list-partners?view=graph-rest-1.0 operationId: policies.crossTenantAccessPolicy.ListPartners parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.crossTenantAccessPolicyConfigurationPartnerCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - policies.crossTenantAccessPolicy summary: Create crossTenantAccessPolicyConfigurationPartner description: Create a new partner configuration in a cross-tenant access policy. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-post-partners?view=graph-rest-1.0 operationId: policies.crossTenantAccessPolicy.CreatePartners requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyConfigurationPartner' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyConfigurationPartner' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}': description: Provides operations to manage the partners property of the microsoft.graph.crossTenantAccessPolicy entity. get: tags: - policies.crossTenantAccessPolicy summary: Get crossTenantAccessPolicyConfigurationPartner description: Read the properties and relationships of a partner-specific configuration. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-get?view=graph-rest-1.0 operationId: policies.crossTenantAccessPolicy.GetPartners parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyConfigurationPartner' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - policies.crossTenantAccessPolicy summary: Update crossTenantAccessPolicyConfigurationPartner description: Update the properties of a partner-specific configuration. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-update?view=graph-rest-1.0 operationId: policies.crossTenantAccessPolicy.UpdatePartners requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyConfigurationPartner' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyConfigurationPartner' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - policies.crossTenantAccessPolicy summary: Delete crossTenantAccessPolicyConfigurationPartner description: 'Delete a partner-specific configuration in a cross-tenant access policy. If a configuration includes a user synchronization policy, you must first delete the user synchronization policy before you can delete the partner-specific configuration.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-delete?view=graph-rest-1.0 operationId: policies.crossTenantAccessPolicy.DeletePartners parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: crossTenantAccessPolicyConfigurationPartner-tenantId in: path description: The unique identifier of crossTenantAccessPolicyConfigurationPartner required: true schema: type: string x-ms-docs-key-type: crossTenantAccessPolicyConfigurationPartner '/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization': description: Provides operations to manage the identitySynchronization property of the microsoft.graph.crossTenantAccessPolicyConfigurationPartner entity. get: tags: - policies.crossTenantAccessPolicy summary: Get crossTenantIdentitySyncPolicyPartner description: Get the user synchronization policy of a partner-specific configuration. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/crosstenantidentitysyncpolicypartner-get?view=graph-rest-1.0 operationId: policies.crossTenantAccessPolicy.partners.GetIdentitySynchronization parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.crossTenantIdentitySyncPolicyPartner' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation put: tags: - policies.crossTenantAccessPolicy summary: Create identitySynchronization description: Create a cross-tenant user synchronization policy for a partner-specific configuration. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-put-identitysynchronization?view=graph-rest-1.0 operationId: policies.crossTenantAccessPolicy.partners.UpdateIdentitySynchronization requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.crossTenantIdentitySyncPolicyPartner' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.crossTenantIdentitySyncPolicyPartner' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - policies.crossTenantAccessPolicy summary: Delete crossTenantIdentitySyncPolicyPartner description: Delete the user synchronization policy for a partner-specific configuration. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/crosstenantidentitysyncpolicypartner-delete?view=graph-rest-1.0 operationId: policies.crossTenantAccessPolicy.partners.DeleteIdentitySynchronization parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: crossTenantAccessPolicyConfigurationPartner-tenantId in: path description: The unique identifier of crossTenantAccessPolicyConfigurationPartner required: true schema: type: string x-ms-docs-key-type: crossTenantAccessPolicyConfigurationPartner /policies/crossTenantAccessPolicy/partners/$count: description: Provides operations to count the resources in the collection. get: tags: - policies.crossTenantAccessPolicy summary: Get the number of the resource operationId: policies.crossTenantAccessPolicy.partners.GetCount-d5d2 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /policies/crossTenantAccessPolicy/templates: description: Provides operations to manage the templates property of the microsoft.graph.crossTenantAccessPolicy entity. get: tags: - policies.crossTenantAccessPolicy summary: Get templates from policies description: Represents the base policy in the directory for multitenant organization settings. operationId: policies.crossTenantAccessPolicy.GetTemplates parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.policyTemplate' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - policies.crossTenantAccessPolicy summary: Update the navigation property templates in policies operationId: policies.crossTenantAccessPolicy.UpdateTemplates requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.policyTemplate' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.policyTemplate' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - policies.crossTenantAccessPolicy summary: Delete navigation property templates for policies operationId: policies.crossTenantAccessPolicy.DeleteTemplates parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization: description: Provides operations to manage the multiTenantOrganizationIdentitySynchronization property of the microsoft.graph.policyTemplate entity. get: tags: - policies.crossTenantAccessPolicy summary: Get multiTenantOrganizationIdentitySyncPolicyTemplate description: Get the cross-tenant access policy template with user synchronization settings for a multitenant organization. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/multitenantorganizationidentitysyncpolicytemplate-get?view=graph-rest-1.0 operationId: policies.crossTenantAccessPolicy.templates.GetMultiTenantOrganizationIdentitySynchronization parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.multiTenantOrganizationIdentitySyncPolicyTemplate' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - policies.crossTenantAccessPolicy summary: Update multiTenantOrganizationIdentitySyncPolicyTemplate description: Update the cross-tenant access policy template with user synchronization settings for a multitenant organization. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/multitenantorganizationidentitysyncpolicytemplate-update?view=graph-rest-1.0 operationId: policies.crossTenantAccessPolicy.templates.UpdateMultiTenantOrganizationIdentitySynchronization requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.multiTenantOrganizationIdentitySyncPolicyTemplate' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.multiTenantOrganizationIdentitySyncPolicyTemplate' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - policies.crossTenantAccessPolicy summary: Delete navigation property multiTenantOrganizationIdentitySynchronization for policies operationId: policies.crossTenantAccessPolicy.templates.DeleteMultiTenantOrganizationIdentitySynchronization parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration: description: Provides operations to manage the multiTenantOrganizationPartnerConfiguration property of the microsoft.graph.policyTemplate entity. get: tags: - policies.crossTenantAccessPolicy summary: Get multiTenantOrganizationPartnerConfigurationTemplate description: Get the cross-tenant access policy template with inbound and outbound partner configuration settings for a multitenant organization. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/multitenantorganizationpartnerconfigurationtemplate-get?view=graph-rest-1.0 operationId: policies.crossTenantAccessPolicy.templates.GetMultiTenantOrganizationPartnerConfiguration parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.multiTenantOrganizationPartnerConfigurationTemplate' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - policies.crossTenantAccessPolicy summary: Update multiTenantOrganizationPartnerConfigurationTemplate description: Update the cross-tenant access policy template with inbound and outbound partner configuration settings for a multitenant organization. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/multitenantorganizationpartnerconfigurationtemplate-update?view=graph-rest-1.0 operationId: policies.crossTenantAccessPolicy.templates.UpdateMultiTenantOrganizationPartnerConfiguration requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.multiTenantOrganizationPartnerConfigurationTemplate' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.multiTenantOrganizationPartnerConfigurationTemplate' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - policies.crossTenantAccessPolicy summary: Delete navigation property multiTenantOrganizationPartnerConfiguration for policies operationId: policies.crossTenantAccessPolicy.templates.DeleteMultiTenantOrganizationPartnerConfiguration parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /policies/defaultAppManagementPolicy: description: Provides operations to manage the defaultAppManagementPolicy property of the microsoft.graph.policyRoot entity. get: tags: - policies.tenantAppManagementPolicy summary: Get tenantAppManagementPolicy description: Read the properties of a tenantAppManagementPolicy object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/tenantappmanagementpolicy-get?view=graph-rest-1.0 operationId: policies.GetDefaultAppManagementPolicy parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.tenantAppManagementPolicy' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - policies.tenantAppManagementPolicy summary: Update tenantAppManagementPolicy description: Update the properties of a tenantAppManagementPolicy object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/tenantappmanagementpolicy-update?view=graph-rest-1.0 operationId: policies.UpdateDefaultAppManagementPolicy requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.tenantAppManagementPolicy' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.tenantAppManagementPolicy' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - policies.tenantAppManagementPolicy summary: Delete navigation property defaultAppManagementPolicy for policies operationId: policies.DeleteDefaultAppManagementPolicy parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /policies/deviceRegistrationPolicy: description: Provides operations to manage the deviceRegistrationPolicy property of the microsoft.graph.policyRoot entity. get: tags: - policies.deviceRegistrationPolicy summary: Get deviceRegistrationPolicy from policies operationId: policies.GetDeviceRegistrationPolicy parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceRegistrationPolicy' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /policies/featureRolloutPolicies: description: Provides operations to manage the featureRolloutPolicies property of the microsoft.graph.policyRoot entity. get: tags: - policies.featureRolloutPolicy summary: List featureRolloutPolicies description: Retrieve a list of featureRolloutPolicy objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/featurerolloutpolicies-list?view=graph-rest-1.0 operationId: policies.ListFeatureRolloutPolicies parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.featureRolloutPolicyCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - policies.featureRolloutPolicy summary: Create featureRolloutPolicy description: Create a new featureRolloutPolicy object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/featurerolloutpolicies-post?view=graph-rest-1.0 operationId: policies.CreateFeatureRolloutPolicies requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.featureRolloutPolicy' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.featureRolloutPolicy' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/policies/featureRolloutPolicies/{featureRolloutPolicy-id}': description: Provides operations to manage the featureRolloutPolicies property of the microsoft.graph.policyRoot entity. get: tags: - policies.featureRolloutPolicy summary: Get featureRolloutPolicy description: Retrieve the properties and relationships of a featureRolloutPolicy object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/featurerolloutpolicy-get?view=graph-rest-1.0 operationId: policies.GetFeatureRolloutPolicies parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.featureRolloutPolicy' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - policies.featureRolloutPolicy summary: Update featurerolloutpolicy description: Update the properties of featureRolloutPolicy object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/featurerolloutpolicy-update?view=graph-rest-1.0 operationId: policies.UpdateFeatureRolloutPolicies requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.featureRolloutPolicy' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.featureRolloutPolicy' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - policies.featureRolloutPolicy summary: Delete featureRolloutPolicy description: Delete a featureRolloutPolicy object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/featurerolloutpolicy-delete?view=graph-rest-1.0 operationId: policies.DeleteFeatureRolloutPolicies parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: featureRolloutPolicy-id in: path description: The unique identifier of featureRolloutPolicy required: true schema: type: string x-ms-docs-key-type: featureRolloutPolicy '/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo': description: Provides operations to manage the appliesTo property of the microsoft.graph.featureRolloutPolicy entity. get: tags: - policies.featureRolloutPolicy summary: Get appliesTo from policies description: Nullable. Specifies a list of directoryObject resources that feature is enabled for. operationId: policies.featureRolloutPolicies.ListAppliesTo parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - policies.featureRolloutPolicy summary: Assign appliesTo on a featureRolloutPolicy description: Add an appliesTo on a featureRolloutPolicy object to specify the directoryObject to which the featureRolloutPolicy should be applied. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/featurerolloutpolicy-post-appliesto?view=graph-rest-1.0 operationId: policies.featureRolloutPolicies.CreateAppliesTo requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryObject' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: featureRolloutPolicy-id in: path description: The unique identifier of featureRolloutPolicy required: true schema: type: string x-ms-docs-key-type: featureRolloutPolicy '/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/{directoryObject-id}/$ref': description: Provides operations to manage the collection of policyRoot entities. delete: tags: - policies.featureRolloutPolicy summary: Remove appliesTo on a featureRolloutPolicy description: Remove an appliesTo on a featureRolloutPolicy object to remove the directoryObject from feature rollout. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/featurerolloutpolicy-delete-appliesto?view=graph-rest-1.0 operationId: policies.featureRolloutPolicies.appliesTo.DeleteRefDirectoryObject parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: featureRolloutPolicy-id in: path description: The unique identifier of featureRolloutPolicy required: true schema: type: string x-ms-docs-key-type: featureRolloutPolicy - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$count': description: Provides operations to count the resources in the collection. get: tags: - policies.featureRolloutPolicy summary: Get the number of the resource operationId: policies.featureRolloutPolicies.appliesTo.GetCount-b7fc parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: featureRolloutPolicy-id in: path description: The unique identifier of featureRolloutPolicy required: true schema: type: string x-ms-docs-key-type: featureRolloutPolicy '/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref': description: Provides operations to manage the collection of policyRoot entities. get: tags: - policies.featureRolloutPolicy summary: Get ref of appliesTo from policies description: Nullable. Specifies a list of directoryObject resources that feature is enabled for. operationId: policies.featureRolloutPolicies.ListRefAppliesTo parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/StringCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - policies.featureRolloutPolicy summary: Assign appliesTo on a featureRolloutPolicy description: Add an appliesTo on a featureRolloutPolicy object to specify the directoryObject to which the featureRolloutPolicy should be applied. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/featurerolloutpolicy-post-appliesto?view=graph-rest-1.0 operationId: policies.featureRolloutPolicies.CreateRefAppliesTo requestBody: $ref: '#/components/requestBodies/refPostBody' responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - policies.featureRolloutPolicy summary: Remove appliesTo on a featureRolloutPolicy description: Remove an appliesTo on a featureRolloutPolicy object to remove the directoryObject from feature rollout. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/featurerolloutpolicy-delete-appliesto?view=graph-rest-1.0 operationId: policies.featureRolloutPolicies.DeleteRefAppliesTo parameters: - name: If-Match in: header description: ETag schema: type: string - name: '@id' in: query description: The delete Uri required: true schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: featureRolloutPolicy-id in: path description: The unique identifier of featureRolloutPolicy required: true schema: type: string x-ms-docs-key-type: featureRolloutPolicy /policies/featureRolloutPolicies/$count: description: Provides operations to count the resources in the collection. get: tags: - policies.featureRolloutPolicy summary: Get the number of the resource operationId: policies.featureRolloutPolicies.GetCount-bb08 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /policies/homeRealmDiscoveryPolicies: description: Provides operations to manage the homeRealmDiscoveryPolicies property of the microsoft.graph.policyRoot entity. get: tags: - policies.homeRealmDiscoveryPolicy summary: List homeRealmDiscoveryPolicies description: Get a list of homeRealmDiscoveryPolicy objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-list?view=graph-rest-1.0 operationId: policies.ListHomeRealmDiscoveryPolicies parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.homeRealmDiscoveryPolicyCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - policies.homeRealmDiscoveryPolicy summary: Create homeRealmDiscoveryPolicy description: Create a new homeRealmDiscoveryPolicy object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-post-homerealmdiscoverypolicies?view=graph-rest-1.0 operationId: policies.CreateHomeRealmDiscoveryPolicies requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.homeRealmDiscoveryPolicy' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.homeRealmDiscoveryPolicy' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}': description: Provides operations to manage the homeRealmDiscoveryPolicies property of the microsoft.graph.policyRoot entity. get: tags: - policies.homeRealmDiscoveryPolicy summary: Get homeRealmDiscoveryPolicy description: Retrieve the properties and relationships of a homeRealmDiscoveryPolicy object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-get?view=graph-rest-1.0 operationId: policies.GetHomeRealmDiscoveryPolicies parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.homeRealmDiscoveryPolicy' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - policies.homeRealmDiscoveryPolicy summary: Update homerealmdiscoverypolicy description: Update the properties of a homeRealmDiscoveryPolicy object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-update?view=graph-rest-1.0 operationId: policies.UpdateHomeRealmDiscoveryPolicies requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.homeRealmDiscoveryPolicy' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.homeRealmDiscoveryPolicy' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - policies.homeRealmDiscoveryPolicy summary: Delete homeRealmDiscoveryPolicy description: Delete a homeRealmDiscoveryPolicy object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-delete?view=graph-rest-1.0 operationId: policies.DeleteHomeRealmDiscoveryPolicies parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: homeRealmDiscoveryPolicy-id in: path description: The unique identifier of homeRealmDiscoveryPolicy required: true schema: type: string x-ms-docs-key-type: homeRealmDiscoveryPolicy '/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo': description: Provides operations to manage the appliesTo property of the microsoft.graph.stsPolicy entity. get: tags: - policies.homeRealmDiscoveryPolicy summary: List appliesTo description: Get a list of directoryObject objects that a homeRealmDiscoveryPolicy object has been applied to. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-list-appliesto?view=graph-rest-1.0 operationId: policies.homeRealmDiscoveryPolicies.ListAppliesTo parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: homeRealmDiscoveryPolicy-id in: path description: The unique identifier of homeRealmDiscoveryPolicy required: true schema: type: string x-ms-docs-key-type: homeRealmDiscoveryPolicy x-ms-docs-grouped-path: - '/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo' - '/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo' - '/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo' - '/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo' '/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo/{directoryObject-id}': description: Provides operations to manage the appliesTo property of the microsoft.graph.stsPolicy entity. get: tags: - policies.homeRealmDiscoveryPolicy summary: Get appliesTo from policies operationId: policies.homeRealmDiscoveryPolicies.GetAppliesTo parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: homeRealmDiscoveryPolicy-id in: path description: The unique identifier of homeRealmDiscoveryPolicy required: true schema: type: string x-ms-docs-key-type: homeRealmDiscoveryPolicy - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject x-ms-docs-grouped-path: - '/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo/{directoryObject-id}' - '/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo/{directoryObject-id}' - '/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo/{directoryObject-id}' - '/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo/{directoryObject-id}' '/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo/$count': description: Provides operations to count the resources in the collection. get: tags: - policies.homeRealmDiscoveryPolicy summary: Get the number of the resource operationId: policies.homeRealmDiscoveryPolicies.appliesTo.GetCount-6090 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: homeRealmDiscoveryPolicy-id in: path description: The unique identifier of homeRealmDiscoveryPolicy required: true schema: type: string x-ms-docs-key-type: homeRealmDiscoveryPolicy /policies/homeRealmDiscoveryPolicies/$count: description: Provides operations to count the resources in the collection. get: tags: - policies.homeRealmDiscoveryPolicy summary: Get the number of the resource operationId: policies.homeRealmDiscoveryPolicies.GetCount-9451 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /policies/identitySecurityDefaultsEnforcementPolicy: description: Provides operations to manage the identitySecurityDefaultsEnforcementPolicy property of the microsoft.graph.policyRoot entity. get: tags: - policies.identitySecurityDefaultsEnforcementPolicy summary: Get identitySecurityDefaultsEnforcementPolicy description: Retrieve the properties of an identitySecurityDefaultsEnforcementPolicy object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/identitysecuritydefaultsenforcementpolicy-get?view=graph-rest-1.0 operationId: policies.GetIdentitySecurityDefaultsEnforcementPolicy parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identitySecurityDefaultsEnforcementPolicy' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - policies.identitySecurityDefaultsEnforcementPolicy summary: Update identitySecurityDefaultsEnforcementPolicy description: Update the properties of an identitySecurityDefaultsEnforcementPolicy object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/identitysecuritydefaultsenforcementpolicy-update?view=graph-rest-1.0 operationId: policies.UpdateIdentitySecurityDefaultsEnforcementPolicy requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identitySecurityDefaultsEnforcementPolicy' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identitySecurityDefaultsEnforcementPolicy' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - policies.identitySecurityDefaultsEnforcementPolicy summary: Delete navigation property identitySecurityDefaultsEnforcementPolicy for policies operationId: policies.DeleteIdentitySecurityDefaultsEnforcementPolicy parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /policies/permissionGrantPolicies: description: Provides operations to manage the permissionGrantPolicies property of the microsoft.graph.policyRoot entity. get: tags: - policies.permissionGrantPolicy summary: List permissionGrantPolicies description: Retrieve the list of permissionGrantPolicy objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/permissiongrantpolicy-list?view=graph-rest-1.0 operationId: policies.ListPermissionGrantPolicies parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.permissionGrantPolicyCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - policies.permissionGrantPolicy summary: Create permissionGrantPolicy description: 'Creates a permissionGrantPolicy. A permission grant policy is used to describe the conditions under which permissions can be granted (for example, during application consent). After creating the permission grant policy, you can add include condition sets to add matching rules, and add exclude condition sets to add exclusion rules.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/permissiongrantpolicy-post-permissiongrantpolicies?view=graph-rest-1.0 operationId: policies.CreatePermissionGrantPolicies requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.permissionGrantPolicy' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.permissionGrantPolicy' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/policies/permissionGrantPolicies/{permissionGrantPolicy-id}': description: Provides operations to manage the permissionGrantPolicies property of the microsoft.graph.policyRoot entity. get: tags: - policies.permissionGrantPolicy summary: Get permissionGrantPolicy description: Retrieve a single permissionGrantPolicy object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/permissiongrantpolicy-get?view=graph-rest-1.0 operationId: policies.GetPermissionGrantPolicies parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.permissionGrantPolicy' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - policies.permissionGrantPolicy summary: Update permissionGrantPolicy description: Update properties of a permissionGrantPolicy. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/permissiongrantpolicy-update?view=graph-rest-1.0 operationId: policies.UpdatePermissionGrantPolicies requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.permissionGrantPolicy' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.permissionGrantPolicy' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - policies.permissionGrantPolicy summary: Delete permissionGrantPolicy description: Delete a permissionGrantPolicy object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/permissiongrantpolicy-delete?view=graph-rest-1.0 operationId: policies.DeletePermissionGrantPolicies parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: permissionGrantPolicy-id in: path description: The unique identifier of permissionGrantPolicy required: true schema: type: string x-ms-docs-key-type: permissionGrantPolicy '/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes': description: Provides operations to manage the excludes property of the microsoft.graph.permissionGrantPolicy entity. get: tags: - policies.permissionGrantPolicy summary: List excludes collection of permissionGrantPolicy description: Retrieve the condition sets which are *excluded* in a permissionGrantPolicy. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/permissiongrantpolicy-list-excludes?view=graph-rest-1.0 operationId: policies.permissionGrantPolicies.ListExcludes parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.permissionGrantConditionSetCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - policies.permissionGrantPolicy summary: Create permissionGrantConditionSet in excludes collection of permissionGrantPolicy description: Add conditions under which a permission grant event is *excluded* in a permission grant policy. You do this by adding a permissionGrantConditionSet to the excludes collection of a permissionGrantPolicy. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/permissiongrantpolicy-post-excludes?view=graph-rest-1.0 operationId: policies.permissionGrantPolicies.CreateExcludes requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.permissionGrantConditionSet' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.permissionGrantConditionSet' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: permissionGrantPolicy-id in: path description: The unique identifier of permissionGrantPolicy required: true schema: type: string x-ms-docs-key-type: permissionGrantPolicy '/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}': description: Provides operations to manage the excludes property of the microsoft.graph.permissionGrantPolicy entity. get: tags: - policies.permissionGrantPolicy summary: Get excludes from policies description: Condition sets that are excluded in this permission grant policy. Automatically expanded on GET. operationId: policies.permissionGrantPolicies.GetExcludes parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.permissionGrantConditionSet' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - policies.permissionGrantPolicy summary: Update the navigation property excludes in policies operationId: policies.permissionGrantPolicies.UpdateExcludes requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.permissionGrantConditionSet' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.permissionGrantConditionSet' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - policies.permissionGrantPolicy summary: Delete permissionGrantConditionSet from excludes collection of permissionGrantPolicy description: Deletes a permissionGrantConditionSet from the excludes collection of a permissionGrantPolicy. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/permissiongrantpolicy-delete-excludes?view=graph-rest-1.0 operationId: policies.permissionGrantPolicies.DeleteExcludes parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: permissionGrantPolicy-id in: path description: The unique identifier of permissionGrantPolicy required: true schema: type: string x-ms-docs-key-type: permissionGrantPolicy - name: permissionGrantConditionSet-id in: path description: The unique identifier of permissionGrantConditionSet required: true schema: type: string x-ms-docs-key-type: permissionGrantConditionSet '/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/$count': description: Provides operations to count the resources in the collection. get: tags: - policies.permissionGrantPolicy summary: Get the number of the resource operationId: policies.permissionGrantPolicies.excludes.GetCount-7507 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: permissionGrantPolicy-id in: path description: The unique identifier of permissionGrantPolicy required: true schema: type: string x-ms-docs-key-type: permissionGrantPolicy '/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes': description: Provides operations to manage the includes property of the microsoft.graph.permissionGrantPolicy entity. get: tags: - policies.permissionGrantPolicy summary: List includes collection of permissionGrantPolicy description: Retrieve the condition sets which are *included* in a permissionGrantPolicy. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/permissiongrantpolicy-list-includes?view=graph-rest-1.0 operationId: policies.permissionGrantPolicies.ListIncludes parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.permissionGrantConditionSetCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - policies.permissionGrantPolicy summary: Create permissionGrantConditionSet in includes collection of permissionGrantPolicy description: Add conditions under which a permission grant event is *included* in a permission grant policy. You do this by adding a permissionGrantConditionSet to the includes collection of a permissionGrantPolicy. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/permissiongrantpolicy-post-includes?view=graph-rest-1.0 operationId: policies.permissionGrantPolicies.CreateIncludes requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.permissionGrantConditionSet' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.permissionGrantConditionSet' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: permissionGrantPolicy-id in: path description: The unique identifier of permissionGrantPolicy required: true schema: type: string x-ms-docs-key-type: permissionGrantPolicy '/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}': description: Provides operations to manage the includes property of the microsoft.graph.permissionGrantPolicy entity. get: tags: - policies.permissionGrantPolicy summary: Get includes from policies description: Condition sets that are included in this permission grant policy. Automatically expanded on GET. operationId: policies.permissionGrantPolicies.GetIncludes parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.permissionGrantConditionSet' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - policies.permissionGrantPolicy summary: Update the navigation property includes in policies operationId: policies.permissionGrantPolicies.UpdateIncludes requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.permissionGrantConditionSet' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.permissionGrantConditionSet' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - policies.permissionGrantPolicy summary: Delete permissionGrantConditionSet from includes collection of permissionGrantPolicy description: Deletes a permissionGrantConditionSet from the includes collection of a permissionGrantPolicy. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/permissiongrantpolicy-delete-includes?view=graph-rest-1.0 operationId: policies.permissionGrantPolicies.DeleteIncludes parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: permissionGrantPolicy-id in: path description: The unique identifier of permissionGrantPolicy required: true schema: type: string x-ms-docs-key-type: permissionGrantPolicy - name: permissionGrantConditionSet-id in: path description: The unique identifier of permissionGrantConditionSet required: true schema: type: string x-ms-docs-key-type: permissionGrantConditionSet '/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/$count': description: Provides operations to count the resources in the collection. get: tags: - policies.permissionGrantPolicy summary: Get the number of the resource operationId: policies.permissionGrantPolicies.includes.GetCount-4a76 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: permissionGrantPolicy-id in: path description: The unique identifier of permissionGrantPolicy required: true schema: type: string x-ms-docs-key-type: permissionGrantPolicy /policies/permissionGrantPolicies/$count: description: Provides operations to count the resources in the collection. get: tags: - policies.permissionGrantPolicy summary: Get the number of the resource operationId: policies.permissionGrantPolicies.GetCount-86b8 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /policies/roleManagementPolicies: description: Provides operations to manage the roleManagementPolicies property of the microsoft.graph.policyRoot entity. get: tags: - policies.unifiedRoleManagementPolicy summary: List roleManagementPolicies description: 'Get the details of the policies in PIM that can be applied to Microsoft Entra roles or group membership or ownership. To retrieve policies that apply to Azure RBAC, use the Azure REST PIM API for role management policies.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/policyroot-list-rolemanagementpolicies?view=graph-rest-1.0 operationId: policies.ListRoleManagementPolicies parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.unifiedRoleManagementPolicyCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - policies.unifiedRoleManagementPolicy summary: Create new navigation property to roleManagementPolicies for policies operationId: policies.CreateRoleManagementPolicies requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleManagementPolicy' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleManagementPolicy' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}': description: Provides operations to manage the roleManagementPolicies property of the microsoft.graph.policyRoot entity. get: tags: - policies.unifiedRoleManagementPolicy summary: Get unifiedRoleManagementPolicy description: Retrieve the details of a role management policy. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicy-get?view=graph-rest-1.0 operationId: policies.GetRoleManagementPolicies parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleManagementPolicy' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - policies.unifiedRoleManagementPolicy summary: Update the navigation property roleManagementPolicies in policies operationId: policies.UpdateRoleManagementPolicies requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleManagementPolicy' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleManagementPolicy' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - policies.unifiedRoleManagementPolicy summary: Delete navigation property roleManagementPolicies for policies operationId: policies.DeleteRoleManagementPolicies parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: unifiedRoleManagementPolicy-id in: path description: The unique identifier of unifiedRoleManagementPolicy required: true schema: type: string x-ms-docs-key-type: unifiedRoleManagementPolicy '/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules': description: Provides operations to manage the effectiveRules property of the microsoft.graph.unifiedRoleManagementPolicy entity. get: tags: - policies.unifiedRoleManagementPolicy summary: Get effectiveRules from policies description: 'The list of effective rules like approval rules and expiration rules evaluated based on inherited referenced rules. For example, if there is a tenant-wide policy to enforce enabling an approval rule, the effective rule will be to enable approval even if the policy has a rule to disable approval. Supports $expand.' operationId: policies.roleManagementPolicies.ListEffectiveRules parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.unifiedRoleManagementPolicyRuleCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - policies.unifiedRoleManagementPolicy summary: Create new navigation property to effectiveRules for policies operationId: policies.roleManagementPolicies.CreateEffectiveRules requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleManagementPolicyRule' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleManagementPolicyRule' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: unifiedRoleManagementPolicy-id in: path description: The unique identifier of unifiedRoleManagementPolicy required: true schema: type: string x-ms-docs-key-type: unifiedRoleManagementPolicy '/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}': description: Provides operations to manage the effectiveRules property of the microsoft.graph.unifiedRoleManagementPolicy entity. get: tags: - policies.unifiedRoleManagementPolicy summary: Get effectiveRules from policies description: 'The list of effective rules like approval rules and expiration rules evaluated based on inherited referenced rules. For example, if there is a tenant-wide policy to enforce enabling an approval rule, the effective rule will be to enable approval even if the policy has a rule to disable approval. Supports $expand.' operationId: policies.roleManagementPolicies.GetEffectiveRules parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleManagementPolicyRule' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - policies.unifiedRoleManagementPolicy summary: Update the navigation property effectiveRules in policies operationId: policies.roleManagementPolicies.UpdateEffectiveRules requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleManagementPolicyRule' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleManagementPolicyRule' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - policies.unifiedRoleManagementPolicy summary: Delete navigation property effectiveRules for policies operationId: policies.roleManagementPolicies.DeleteEffectiveRules parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: unifiedRoleManagementPolicy-id in: path description: The unique identifier of unifiedRoleManagementPolicy required: true schema: type: string x-ms-docs-key-type: unifiedRoleManagementPolicy - name: unifiedRoleManagementPolicyRule-id in: path description: The unique identifier of unifiedRoleManagementPolicyRule required: true schema: type: string x-ms-docs-key-type: unifiedRoleManagementPolicyRule '/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/$count': description: Provides operations to count the resources in the collection. get: tags: - policies.unifiedRoleManagementPolicy summary: Get the number of the resource operationId: policies.roleManagementPolicies.effectiveRules.GetCount-5858 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: unifiedRoleManagementPolicy-id in: path description: The unique identifier of unifiedRoleManagementPolicy required: true schema: type: string x-ms-docs-key-type: unifiedRoleManagementPolicy '/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules': description: Provides operations to manage the rules property of the microsoft.graph.unifiedRoleManagementPolicy entity. get: tags: - policies.unifiedRoleManagementPolicy summary: List rules (for a role management policy) description: 'Get the rules or settings defined for a role management policy. The rules are a collection of following types that are derived from the unifiedRoleManagementPolicyRule object:' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicy-list-rules?view=graph-rest-1.0 operationId: policies.roleManagementPolicies.ListRules parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.unifiedRoleManagementPolicyRuleCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - policies.unifiedRoleManagementPolicy summary: Create new navigation property to rules for policies operationId: policies.roleManagementPolicies.CreateRules requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleManagementPolicyRule' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleManagementPolicyRule' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: unifiedRoleManagementPolicy-id in: path description: The unique identifier of unifiedRoleManagementPolicy required: true schema: type: string x-ms-docs-key-type: unifiedRoleManagementPolicy '/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}': description: Provides operations to manage the rules property of the microsoft.graph.unifiedRoleManagementPolicy entity. get: tags: - policies.unifiedRoleManagementPolicy summary: Get unifiedRoleManagementPolicyRule description: 'Retrieve a rule or settings defined for a role management policy. The rule can be one of the following types that are derived from the unifiedRoleManagementPolicyRule object:' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicyrule-get?view=graph-rest-1.0 operationId: policies.roleManagementPolicies.GetRules parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleManagementPolicyRule' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - policies.unifiedRoleManagementPolicy summary: Update unifiedRoleManagementPolicyRule description: 'Update a rule defined for a role management policy. The rule can be one of the following types that are derived from the unifiedRoleManagementPolicyRule object: For more information about rules for Microsoft Entra roles and examples of updating rules, see the following articles:' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicyrule-update?view=graph-rest-1.0 operationId: policies.roleManagementPolicies.UpdateRules requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleManagementPolicyRule' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleManagementPolicyRule' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - policies.unifiedRoleManagementPolicy summary: Delete navigation property rules for policies operationId: policies.roleManagementPolicies.DeleteRules parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: unifiedRoleManagementPolicy-id in: path description: The unique identifier of unifiedRoleManagementPolicy required: true schema: type: string x-ms-docs-key-type: unifiedRoleManagementPolicy - name: unifiedRoleManagementPolicyRule-id in: path description: The unique identifier of unifiedRoleManagementPolicyRule required: true schema: type: string x-ms-docs-key-type: unifiedRoleManagementPolicyRule '/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/$count': description: Provides operations to count the resources in the collection. get: tags: - policies.unifiedRoleManagementPolicy summary: Get the number of the resource operationId: policies.roleManagementPolicies.rules.GetCount-6c00 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: unifiedRoleManagementPolicy-id in: path description: The unique identifier of unifiedRoleManagementPolicy required: true schema: type: string x-ms-docs-key-type: unifiedRoleManagementPolicy /policies/roleManagementPolicies/$count: description: Provides operations to count the resources in the collection. get: tags: - policies.unifiedRoleManagementPolicy summary: Get the number of the resource operationId: policies.roleManagementPolicies.GetCount-cdca parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /policies/roleManagementPolicyAssignments: description: Provides operations to manage the roleManagementPolicyAssignments property of the microsoft.graph.policyRoot entity. get: tags: - policies.unifiedRoleManagementPolicyAssignment summary: List roleManagementPolicyAssignments description: Get the details of all role management policy assignments made in PIM for Microsoft Entra roles and PIM for groups. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/policyroot-list-rolemanagementpolicyassignments?view=graph-rest-1.0 operationId: policies.ListRoleManagementPolicyAssignments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.unifiedRoleManagementPolicyAssignmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - policies.unifiedRoleManagementPolicyAssignment summary: Create new navigation property to roleManagementPolicyAssignments for policies operationId: policies.CreateRoleManagementPolicyAssignments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleManagementPolicyAssignment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleManagementPolicyAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}': description: Provides operations to manage the roleManagementPolicyAssignments property of the microsoft.graph.policyRoot entity. get: tags: - policies.unifiedRoleManagementPolicyAssignment summary: Get unifiedRoleManagementPolicyAssignment description: Get the details of a policy assignment in PIM that's assigned to Microsoft Entra roles or group membership or ownership. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicyassignment-get?view=graph-rest-1.0 operationId: policies.GetRoleManagementPolicyAssignments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleManagementPolicyAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - policies.unifiedRoleManagementPolicyAssignment summary: Update the navigation property roleManagementPolicyAssignments in policies operationId: policies.UpdateRoleManagementPolicyAssignments requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleManagementPolicyAssignment' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleManagementPolicyAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - policies.unifiedRoleManagementPolicyAssignment summary: Delete navigation property roleManagementPolicyAssignments for policies operationId: policies.DeleteRoleManagementPolicyAssignments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: unifiedRoleManagementPolicyAssignment-id in: path description: The unique identifier of unifiedRoleManagementPolicyAssignment required: true schema: type: string x-ms-docs-key-type: unifiedRoleManagementPolicyAssignment '/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}/policy': description: Provides operations to manage the policy property of the microsoft.graph.unifiedRoleManagementPolicyAssignment entity. get: tags: - policies.unifiedRoleManagementPolicyAssignment summary: Get policy from policies description: The policy that's associated with a policy assignment. Supports $expand and a nested $expand of the rules and effectiveRules relationships for the policy. operationId: policies.roleManagementPolicyAssignments.GetPolicy parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleManagementPolicy' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: unifiedRoleManagementPolicyAssignment-id in: path description: The unique identifier of unifiedRoleManagementPolicyAssignment required: true schema: type: string x-ms-docs-key-type: unifiedRoleManagementPolicyAssignment /policies/roleManagementPolicyAssignments/$count: description: Provides operations to count the resources in the collection. get: tags: - policies.unifiedRoleManagementPolicyAssignment summary: Get the number of the resource operationId: policies.roleManagementPolicyAssignments.GetCount-8d94 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /policies/tokenIssuancePolicies: description: Provides operations to manage the tokenIssuancePolicies property of the microsoft.graph.policyRoot entity. get: tags: - policies.tokenIssuancePolicy summary: List tokenIssuancePolicy description: Get a list of tokenIssuancePolicy objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/tokenissuancepolicy-list?view=graph-rest-1.0 operationId: policies.ListTokenIssuancePolicies parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.tokenIssuancePolicyCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - policies.tokenIssuancePolicy summary: Create tokenIssuancePolicy description: Create a new tokenIssuancePolicy object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/tokenissuancepolicy-post-tokenissuancepolicy?view=graph-rest-1.0 operationId: policies.CreateTokenIssuancePolicies requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.tokenIssuancePolicy' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.tokenIssuancePolicy' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}': description: Provides operations to manage the tokenIssuancePolicies property of the microsoft.graph.policyRoot entity. get: tags: - policies.tokenIssuancePolicy summary: Get tokenIssuancePolicies from policies description: The policy that specifies the characteristics of SAML tokens issued by Microsoft Entra ID. operationId: policies.GetTokenIssuancePolicies parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.tokenIssuancePolicy' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - policies.tokenIssuancePolicy summary: Update tokenIssuancePolicy description: Update the properties of a tokenIssuancePolicy object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/tokenissuancepolicy-update?view=graph-rest-1.0 operationId: policies.UpdateTokenIssuancePolicies requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.tokenIssuancePolicy' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.tokenIssuancePolicy' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - policies.tokenIssuancePolicy summary: Delete tokenIssuancePolicy description: Delete a tokenIssuancePolicy object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/tokenissuancepolicy-delete?view=graph-rest-1.0 operationId: policies.DeleteTokenIssuancePolicies parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: tokenIssuancePolicy-id in: path description: The unique identifier of tokenIssuancePolicy required: true schema: type: string x-ms-docs-key-type: tokenIssuancePolicy '/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo': description: Provides operations to manage the appliesTo property of the microsoft.graph.stsPolicy entity. get: tags: - policies.tokenIssuancePolicy summary: List appliesTo description: Get a list of directoryObject objects that a tokenIssuancePolicy object has been applied to. The tokenIssuancePolicy can only be applied to application. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/tokenissuancepolicy-list-appliesto?view=graph-rest-1.0 operationId: policies.tokenIssuancePolicies.ListAppliesTo parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: tokenIssuancePolicy-id in: path description: The unique identifier of tokenIssuancePolicy required: true schema: type: string x-ms-docs-key-type: tokenIssuancePolicy x-ms-docs-grouped-path: - '/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo' - '/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo' - '/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo' - '/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo' '/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo/{directoryObject-id}': description: Provides operations to manage the appliesTo property of the microsoft.graph.stsPolicy entity. get: tags: - policies.tokenIssuancePolicy summary: Get appliesTo from policies operationId: policies.tokenIssuancePolicies.GetAppliesTo parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: tokenIssuancePolicy-id in: path description: The unique identifier of tokenIssuancePolicy required: true schema: type: string x-ms-docs-key-type: tokenIssuancePolicy - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject x-ms-docs-grouped-path: - '/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo/{directoryObject-id}' - '/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo/{directoryObject-id}' - '/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo/{directoryObject-id}' - '/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo/{directoryObject-id}' '/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo/$count': description: Provides operations to count the resources in the collection. get: tags: - policies.tokenIssuancePolicy summary: Get the number of the resource operationId: policies.tokenIssuancePolicies.appliesTo.GetCount-e7f9 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: tokenIssuancePolicy-id in: path description: The unique identifier of tokenIssuancePolicy required: true schema: type: string x-ms-docs-key-type: tokenIssuancePolicy /policies/tokenIssuancePolicies/$count: description: Provides operations to count the resources in the collection. get: tags: - policies.tokenIssuancePolicy summary: Get the number of the resource operationId: policies.tokenIssuancePolicies.GetCount-224d parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /policies/tokenLifetimePolicies: description: Provides operations to manage the tokenLifetimePolicies property of the microsoft.graph.policyRoot entity. get: tags: - policies.tokenLifetimePolicy summary: List tokenLifetimePolicies description: Get a list of tokenLifetimePolicy objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/tokenlifetimepolicy-list?view=graph-rest-1.0 operationId: policies.ListTokenLifetimePolicies parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.tokenLifetimePolicyCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - policies.tokenLifetimePolicy summary: Create tokenLifetimePolicy description: Create a new tokenLifetimePolicy object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/tokenlifetimepolicy-post-tokenlifetimepolicies?view=graph-rest-1.0 operationId: policies.CreateTokenLifetimePolicies requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.tokenLifetimePolicy' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.tokenLifetimePolicy' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}': description: Provides operations to manage the tokenLifetimePolicies property of the microsoft.graph.policyRoot entity. get: tags: - policies.tokenLifetimePolicy summary: Get tokenLifetimePolicy description: Retrieve the properties and relationships of a tokenLifetimePolicy object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/tokenlifetimepolicy-get?view=graph-rest-1.0 operationId: policies.GetTokenLifetimePolicies parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.tokenLifetimePolicy' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - policies.tokenLifetimePolicy summary: Update tokenlifetimepolicy description: Update the properties of a tokenLifetimePolicy object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/tokenlifetimepolicy-update?view=graph-rest-1.0 operationId: policies.UpdateTokenLifetimePolicies requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.tokenLifetimePolicy' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.tokenLifetimePolicy' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - policies.tokenLifetimePolicy summary: Delete tokenLifetimePolicy description: Delete a tokenLifetimePolicy object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/tokenlifetimepolicy-delete?view=graph-rest-1.0 operationId: policies.DeleteTokenLifetimePolicies parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: tokenLifetimePolicy-id in: path description: The unique identifier of tokenLifetimePolicy required: true schema: type: string x-ms-docs-key-type: tokenLifetimePolicy '/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo': description: Provides operations to manage the appliesTo property of the microsoft.graph.stsPolicy entity. get: tags: - policies.tokenLifetimePolicy summary: List appliesTo description: Get a list of directoryObject objects that a tokenLifetimePolicy object has been applied to. The tokenLifetimePolicy can only be applied to application. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/tokenlifetimepolicy-list-appliesto?view=graph-rest-1.0 operationId: policies.tokenLifetimePolicies.ListAppliesTo parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: tokenLifetimePolicy-id in: path description: The unique identifier of tokenLifetimePolicy required: true schema: type: string x-ms-docs-key-type: tokenLifetimePolicy x-ms-docs-grouped-path: - '/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo' - '/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo' - '/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo' - '/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo' '/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo/{directoryObject-id}': description: Provides operations to manage the appliesTo property of the microsoft.graph.stsPolicy entity. get: tags: - policies.tokenLifetimePolicy summary: Get appliesTo from policies operationId: policies.tokenLifetimePolicies.GetAppliesTo parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: tokenLifetimePolicy-id in: path description: The unique identifier of tokenLifetimePolicy required: true schema: type: string x-ms-docs-key-type: tokenLifetimePolicy - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject x-ms-docs-grouped-path: - '/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo/{directoryObject-id}' - '/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo/{directoryObject-id}' - '/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo/{directoryObject-id}' - '/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo/{directoryObject-id}' '/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo/$count': description: Provides operations to count the resources in the collection. get: tags: - policies.tokenLifetimePolicy summary: Get the number of the resource operationId: policies.tokenLifetimePolicies.appliesTo.GetCount-3209 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: tokenLifetimePolicy-id in: path description: The unique identifier of tokenLifetimePolicy required: true schema: type: string x-ms-docs-key-type: tokenLifetimePolicy /policies/tokenLifetimePolicies/$count: description: Provides operations to count the resources in the collection. get: tags: - policies.tokenLifetimePolicy summary: Get the number of the resource operationId: policies.tokenLifetimePolicies.GetCount-12df parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /print: description: Provides operations to manage the print singleton. get: tags: - print.print summary: Get print operationId: print.print.GetPrint parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.print' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - print.print summary: Update print operationId: print.print.UpdatePrint requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.print' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.print' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /print/connectors: description: Provides operations to manage the connectors property of the microsoft.graph.print entity. get: tags: - print.printConnector summary: List printConnectors description: Retrieve a list of print connectors. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/print-list-connectors?view=graph-rest-1.0 operationId: print.ListConnectors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.printConnectorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - print.printConnector summary: Create new navigation property to connectors for print operationId: print.CreateConnectors requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printConnector' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printConnector' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/print/connectors/{printConnector-id}': description: Provides operations to manage the connectors property of the microsoft.graph.print entity. get: tags: - print.printConnector summary: Get printConnector description: Retrieve the properties and relationships of a printConnector object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/printconnector-get?view=graph-rest-1.0 operationId: print.GetConnectors parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printConnector' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - print.printConnector summary: Update printConnector description: Update the properties of a printConnector object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/printconnector-update?view=graph-rest-1.0 operationId: print.UpdateConnectors requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printConnector' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printConnector' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - print.printConnector summary: Delete printConnector description: Delete (unregister) a printConnector. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/printconnector-delete?view=graph-rest-1.0 operationId: print.DeleteConnectors parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: printConnector-id in: path description: The unique identifier of printConnector required: true schema: type: string x-ms-docs-key-type: printConnector /print/connectors/$count: description: Provides operations to count the resources in the collection. get: tags: - print.printConnector summary: Get the number of the resource operationId: print.connectors.GetCount-1d73 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /print/operations: description: Provides operations to manage the operations property of the microsoft.graph.print entity. get: tags: - print.printOperation summary: Get printOperation description: Retrieve the properties and relationships of a printOperation object. operationId: print.ListOperations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.printOperationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - print.printOperation summary: Create new navigation property to operations for print operationId: print.CreateOperations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printOperation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printOperation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/print/operations/{printOperation-id}': description: Provides operations to manage the operations property of the microsoft.graph.print entity. get: tags: - print.printOperation summary: Get printOperation description: Retrieve the properties and relationships of a printOperation object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/printoperation-get?view=graph-rest-1.0 operationId: print.GetOperations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printOperation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - print.printOperation summary: Update the navigation property operations in print operationId: print.UpdateOperations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printOperation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printOperation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - print.printOperation summary: Delete navigation property operations for print operationId: print.DeleteOperations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: printOperation-id in: path description: The unique identifier of printOperation required: true schema: type: string x-ms-docs-key-type: printOperation /print/operations/$count: description: Provides operations to count the resources in the collection. get: tags: - print.printOperation summary: Get the number of the resource operationId: print.operations.GetCount-8242 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /print/printers: description: Provides operations to manage the printers property of the microsoft.graph.print entity. get: tags: - print.printer summary: List printers description: Retrieve the list of printers that are registered in the tenant. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/print-list-printers?view=graph-rest-1.0 operationId: print.ListPrinters parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.printerCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - print.printer summary: Create new navigation property to printers for print operationId: print.CreatePrinters requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printer' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printer' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/print/printers/{printer-id}': description: Provides operations to manage the printers property of the microsoft.graph.print entity. get: tags: - print.printer summary: Get printer description: Retrieve the properties and relationships of a printer object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/printer-get?view=graph-rest-1.0 operationId: print.GetPrinters parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printer' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - print.printer summary: Update printer description: Update the properties of a printer object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/printer-update?view=graph-rest-1.0 operationId: print.UpdatePrinters requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printer' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printer' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - print.printer summary: Delete printer description: Delete (unregister) a printer. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/printer-delete?view=graph-rest-1.0 operationId: print.DeletePrinters parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: printer-id in: path description: The unique identifier of printer required: true schema: type: string x-ms-docs-key-type: printer '/print/printers/{printer-id}/connectors': description: Provides operations to manage the connectors property of the microsoft.graph.printer entity. get: tags: - print.printer summary: List printConnectors for a printer description: Retrieve a list of printConnectors associated with the printer. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/printer-list-connectors?view=graph-rest-1.0 operationId: print.printers.ListConnectors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.printConnectorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: printer-id in: path description: The unique identifier of printer required: true schema: type: string x-ms-docs-key-type: printer '/print/printers/{printer-id}/connectors/{printConnector-id}': description: Provides operations to manage the connectors property of the microsoft.graph.printer entity. get: tags: - print.printer summary: Get connectors from print description: The connectors that are associated with the printer. operationId: print.printers.GetConnectors parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printConnector' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: printer-id in: path description: The unique identifier of printer required: true schema: type: string x-ms-docs-key-type: printer - name: printConnector-id in: path description: The unique identifier of printConnector required: true schema: type: string x-ms-docs-key-type: printConnector '/print/printers/{printer-id}/connectors/$count': description: Provides operations to count the resources in the collection. get: tags: - print.printer summary: Get the number of the resource operationId: print.printers.connectors.GetCount-68ae parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: printer-id in: path description: The unique identifier of printer required: true schema: type: string x-ms-docs-key-type: printer '/print/printers/{printer-id}/jobs': description: Provides operations to manage the jobs property of the microsoft.graph.printerBase entity. get: tags: - print.printer summary: List printJobs for a printer description: Retrieve a list of print jobs associated with the printer. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/printer-list-jobs?view=graph-rest-1.0 operationId: print.printers.ListJobs parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.printJobCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - print.printer summary: Create printJob description: Create a new printJob for a printer. Also creates a new printDocument associated with the printJob. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/printer-post-jobs?view=graph-rest-1.0 operationId: print.printers.CreateJobs requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printJob' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printJob' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: printer-id in: path description: The unique identifier of printer required: true schema: type: string x-ms-docs-key-type: printer x-ms-docs-grouped-path: - '/print/shares/{printerShare-id}/jobs' '/print/printers/{printer-id}/jobs/{printJob-id}': description: Provides operations to manage the jobs property of the microsoft.graph.printerBase entity. get: tags: - print.printer summary: Get printJob description: Retrieve the properties and relationships of a print job. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/printjob-get?view=graph-rest-1.0 operationId: print.printers.GetJobs parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printJob' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - print.printer summary: Update printJob description: 'Update a print job. Only the configuration property can be updated. Updating a print job will only succeed if there is a printTask in a processing state on the associated print job, started by a trigger that the requesting app created. For details about how to register a task trigger, see Extending Universal Print to support pull printing.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/printjob-update?view=graph-rest-1.0 operationId: print.printers.UpdateJobs requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printJob' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printJob' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - print.printer summary: Delete navigation property jobs for print operationId: print.printers.DeleteJobs parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: printer-id in: path description: The unique identifier of printer required: true schema: type: string x-ms-docs-key-type: printer - name: printJob-id in: path description: The unique identifier of printJob required: true schema: type: string x-ms-docs-key-type: printJob x-ms-docs-grouped-path: - '/print/shares/{printerShare-id}/jobs/{printJob-id}' '/print/printers/{printer-id}/jobs/{printJob-id}/documents': description: Provides operations to manage the documents property of the microsoft.graph.printJob entity. get: tags: - print.printer summary: Download printDocument binary file description: Download the binary file associated with a printDocument. Calling this method yields a redirect response with a preauthenticated URL that can be used to download the payload. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/printdocument-get-file?view=graph-rest-1.0 operationId: print.printers.jobs.ListDocuments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.printDocumentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - print.printer summary: Create new navigation property to documents for print operationId: print.printers.jobs.CreateDocuments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printDocument' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printDocument' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: printer-id in: path description: The unique identifier of printer required: true schema: type: string x-ms-docs-key-type: printer - name: printJob-id in: path description: The unique identifier of printJob required: true schema: type: string x-ms-docs-key-type: printJob x-ms-docs-grouped-path: - '/print/shares/{printerShare-id}/jobs/{printJob-id}/documents' '/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}': description: Provides operations to manage the documents property of the microsoft.graph.printJob entity. get: tags: - print.printer summary: Get documents from print operationId: print.printers.jobs.GetDocuments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printDocument' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - print.printer summary: Update the navigation property documents in print operationId: print.printers.jobs.UpdateDocuments requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printDocument' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printDocument' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - print.printer summary: Delete navigation property documents for print operationId: print.printers.jobs.DeleteDocuments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: printer-id in: path description: The unique identifier of printer required: true schema: type: string x-ms-docs-key-type: printer - name: printJob-id in: path description: The unique identifier of printJob required: true schema: type: string x-ms-docs-key-type: printJob - name: printDocument-id in: path description: The unique identifier of printDocument required: true schema: type: string x-ms-docs-key-type: printDocument x-ms-docs-grouped-path: - '/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}' '/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value': description: Provides operations to manage the media for the print entity. get: tags: - print.printer summary: Download printDocument binary file description: Download the binary file associated with a printDocument. Calling this method yields a redirect response with a preauthenticated URL that can be used to download the payload. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/printdocument-get-file?view=graph-rest-1.0 operationId: print.printers.jobs.GetDocumentsContent responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - print.printer summary: Update media content for the navigation property documents in print description: The unique identifier for an entity. Read-only. operationId: print.printers.jobs.UpdateDocumentsContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - print.printer summary: Delete media content for the navigation property documents in print description: The unique identifier for an entity. Read-only. operationId: print.printers.jobs.DeleteDocumentsContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: printer-id in: path description: The unique identifier of printer required: true schema: type: string x-ms-docs-key-type: printer - name: printJob-id in: path description: The unique identifier of printJob required: true schema: type: string x-ms-docs-key-type: printJob - name: printDocument-id in: path description: The unique identifier of printDocument required: true schema: type: string x-ms-docs-key-type: printDocument '/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/createUploadSession': description: Provides operations to call the createUploadSession method. post: tags: - print.Actions summary: Invoke action createUploadSession description: 'Create an upload session that allows an app to iteratively upload ranges of a binary file linked to the print document. As part of the response, this action returns an upload URL that can be used in subsequent sequential PUT queries. Request headers for each PUT operation can be used to specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. ' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/printdocument-createuploadsession?view=graph-rest-1.0 operationId: print.printers.printer.jobs.printJob.documents.printDocument.createUploadSession requestBody: description: Action parameters content: application/json: schema: type: object properties: properties: $ref: '#/components/schemas/microsoft.graph.printDocumentUploadProperties' required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.uploadSession' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: printer-id in: path description: The unique identifier of printer required: true schema: type: string x-ms-docs-key-type: printer - name: printJob-id in: path description: The unique identifier of printJob required: true schema: type: string x-ms-docs-key-type: printJob - name: printDocument-id in: path description: The unique identifier of printDocument required: true schema: type: string x-ms-docs-key-type: printDocument x-ms-docs-grouped-path: - '/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/createUploadSession' '/print/printers/{printer-id}/jobs/{printJob-id}/documents/$count': description: Provides operations to count the resources in the collection. get: tags: - print.printer summary: Get the number of the resource operationId: print.printers.jobs.documents.GetCount-db03 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: printer-id in: path description: The unique identifier of printer required: true schema: type: string x-ms-docs-key-type: printer - name: printJob-id in: path description: The unique identifier of printJob required: true schema: type: string x-ms-docs-key-type: printJob '/print/printers/{printer-id}/jobs/{printJob-id}/abort': description: Provides operations to call the abort method. post: tags: - print.Actions summary: Invoke action abort description: 'Abort a print job. Only applications using application permissions can abort a print job. Aborting a print job will only succeed if there is a printTask in a processing state on the associated print job, started by a trigger that the requesting app created. For details about how to register a task trigger, see Extending Universal Print to support pull printing.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/printjob-abort?view=graph-rest-1.0 operationId: print.printers.printer.jobs.printJob.abort requestBody: description: Action parameters content: application/json: schema: type: object properties: reason: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: printer-id in: path description: The unique identifier of printer required: true schema: type: string x-ms-docs-key-type: printer - name: printJob-id in: path description: The unique identifier of printJob required: true schema: type: string x-ms-docs-key-type: printJob x-ms-docs-grouped-path: - '/print/shares/{printerShare-id}/jobs/{printJob-id}/abort' '/print/printers/{printer-id}/jobs/{printJob-id}/cancel': description: Provides operations to call the cancel method. post: tags: - print.Actions summary: Invoke action cancel description: 'Cancel a print job. Print jobs can be canceled only on behalf of a user, using delegated permissions.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/printjob-cancel?view=graph-rest-1.0 operationId: print.printers.printer.jobs.printJob.cancel responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: printer-id in: path description: The unique identifier of printer required: true schema: type: string x-ms-docs-key-type: printer - name: printJob-id in: path description: The unique identifier of printJob required: true schema: type: string x-ms-docs-key-type: printJob x-ms-docs-grouped-path: - '/print/shares/{printerShare-id}/jobs/{printJob-id}/cancel' '/print/printers/{printer-id}/jobs/{printJob-id}/redirect': description: Provides operations to call the redirect method. post: tags: - print.Actions summary: Invoke action redirect description: 'Redirect a print job to a different printer. Redirecting a print job will only succeed if there is a printTask in a processing state on the associated print job, started by a trigger that the requesting app created. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/printjob-redirect?view=graph-rest-1.0 operationId: print.printers.printer.jobs.printJob.redirect requestBody: description: Action parameters content: application/json: schema: type: object properties: destinationPrinterId: type: string configuration: anyOf: - $ref: '#/components/schemas/microsoft.graph.printJobConfiguration' - type: object nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.printJob' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: printer-id in: path description: The unique identifier of printer required: true schema: type: string x-ms-docs-key-type: printer - name: printJob-id in: path description: The unique identifier of printJob required: true schema: type: string x-ms-docs-key-type: printJob x-ms-docs-grouped-path: - '/print/shares/{printerShare-id}/jobs/{printJob-id}/redirect' '/print/printers/{printer-id}/jobs/{printJob-id}/start': description: Provides operations to call the start method. post: tags: - print.Actions summary: Invoke action start description: 'Submits the print job to the associated printer or printerShare. It will be printed after any existing pending jobs are completed, aborted, or canceled.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/printjob-start?view=graph-rest-1.0 operationId: print.printers.printer.jobs.printJob.start responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.printJobStatus' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: printer-id in: path description: The unique identifier of printer required: true schema: type: string x-ms-docs-key-type: printer - name: printJob-id in: path description: The unique identifier of printJob required: true schema: type: string x-ms-docs-key-type: printJob x-ms-docs-grouped-path: - '/print/shares/{printerShare-id}/jobs/{printJob-id}/start' '/print/printers/{printer-id}/jobs/{printJob-id}/tasks': description: Provides operations to manage the tasks property of the microsoft.graph.printJob entity. get: tags: - print.printer summary: Get tasks from print description: A list of printTasks that were triggered by this print job. operationId: print.printers.jobs.ListTasks parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.printTaskCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - print.printer summary: Create new navigation property to tasks for print operationId: print.printers.jobs.CreateTasks requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printTask' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printTask' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: printer-id in: path description: The unique identifier of printer required: true schema: type: string x-ms-docs-key-type: printer - name: printJob-id in: path description: The unique identifier of printJob required: true schema: type: string x-ms-docs-key-type: printJob x-ms-docs-grouped-path: - '/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks' '/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}': description: Provides operations to manage the tasks property of the microsoft.graph.printJob entity. get: tags: - print.printer summary: Get tasks from print description: A list of printTasks that were triggered by this print job. operationId: print.printers.jobs.GetTasks parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printTask' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - print.printer summary: Update the navigation property tasks in print operationId: print.printers.jobs.UpdateTasks requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printTask' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printTask' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - print.printer summary: Delete navigation property tasks for print operationId: print.printers.jobs.DeleteTasks parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: printer-id in: path description: The unique identifier of printer required: true schema: type: string x-ms-docs-key-type: printer - name: printJob-id in: path description: The unique identifier of printJob required: true schema: type: string x-ms-docs-key-type: printJob - name: printTask-id in: path description: The unique identifier of printTask required: true schema: type: string x-ms-docs-key-type: printTask x-ms-docs-grouped-path: - '/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}' '/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}/definition': description: Provides operations to manage the definition property of the microsoft.graph.printTask entity. get: tags: - print.printer summary: Get definition from print description: The printTaskDefinition that was used to create this task. Read-only. operationId: print.printers.jobs.tasks.GetDefinition parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printTaskDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: printer-id in: path description: The unique identifier of printer required: true schema: type: string x-ms-docs-key-type: printer - name: printJob-id in: path description: The unique identifier of printJob required: true schema: type: string x-ms-docs-key-type: printJob - name: printTask-id in: path description: The unique identifier of printTask required: true schema: type: string x-ms-docs-key-type: printTask x-ms-docs-grouped-path: - '/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/definition' - '/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}/definition' '/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}/trigger': description: Provides operations to manage the trigger property of the microsoft.graph.printTask entity. get: tags: - print.printer summary: Get trigger from print description: The printTaskTrigger that triggered this task's execution. Read-only. operationId: print.printers.jobs.tasks.GetTrigger parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printTaskTrigger' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: printer-id in: path description: The unique identifier of printer required: true schema: type: string x-ms-docs-key-type: printer - name: printJob-id in: path description: The unique identifier of printJob required: true schema: type: string x-ms-docs-key-type: printJob - name: printTask-id in: path description: The unique identifier of printTask required: true schema: type: string x-ms-docs-key-type: printTask x-ms-docs-grouped-path: - '/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/trigger' - '/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}/trigger' '/print/printers/{printer-id}/jobs/{printJob-id}/tasks/$count': description: Provides operations to count the resources in the collection. get: tags: - print.printer summary: Get the number of the resource operationId: print.printers.jobs.tasks.GetCount-7f2e parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: printer-id in: path description: The unique identifier of printer required: true schema: type: string x-ms-docs-key-type: printer - name: printJob-id in: path description: The unique identifier of printJob required: true schema: type: string x-ms-docs-key-type: printJob '/print/printers/{printer-id}/jobs/$count': description: Provides operations to count the resources in the collection. get: tags: - print.printer summary: Get the number of the resource operationId: print.printers.jobs.GetCount-86c3 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: printer-id in: path description: The unique identifier of printer required: true schema: type: string x-ms-docs-key-type: printer '/print/printers/{printer-id}/restoreFactoryDefaults': description: Provides operations to call the restoreFactoryDefaults method. post: tags: - print.Actions summary: Invoke action restoreFactoryDefaults description: Restore a printer's default settings to the values specified by the manufacturer. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/printer-restorefactorydefaults?view=graph-rest-1.0 operationId: print.printers.printer.restoreFactoryDefaults responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: printer-id in: path description: The unique identifier of printer required: true schema: type: string x-ms-docs-key-type: printer '/print/printers/{printer-id}/shares': description: Provides operations to manage the shares property of the microsoft.graph.printer entity. get: tags: - print.printer summary: List printerShares for a printer description: Retrieve a list of printer shares associated with the printer. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/printer-list-shares?view=graph-rest-1.0 operationId: print.printers.ListShares parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.printerShareCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: printer-id in: path description: The unique identifier of printer required: true schema: type: string x-ms-docs-key-type: printer '/print/printers/{printer-id}/shares/{printerShare-id}': description: Provides operations to manage the shares property of the microsoft.graph.printer entity. get: tags: - print.printer summary: Get shares from print description: 'The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable.' operationId: print.printers.GetShares parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printerShare' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: printer-id in: path description: The unique identifier of printer required: true schema: type: string x-ms-docs-key-type: printer - name: printerShare-id in: path description: The unique identifier of printerShare required: true schema: type: string x-ms-docs-key-type: printerShare '/print/printers/{printer-id}/shares/$count': description: Provides operations to count the resources in the collection. get: tags: - print.printer summary: Get the number of the resource operationId: print.printers.shares.GetCount-5f30 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: printer-id in: path description: The unique identifier of printer required: true schema: type: string x-ms-docs-key-type: printer '/print/printers/{printer-id}/taskTriggers': description: Provides operations to manage the taskTriggers property of the microsoft.graph.printer entity. get: tags: - print.printer summary: List taskTriggers description: 'Retrieve a list of task triggers associated with the printer. The list of task triggers defines which tasks will be triggered as a result of events that occur during printing. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/printer-list-tasktriggers?view=graph-rest-1.0 operationId: print.printers.ListTaskTriggers parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.printTaskTriggerCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - print.printer summary: Create printTaskTrigger description: 'Create a new task trigger on the specified printer. Currently, only one task trigger can be specified per printer, but this limit might be removed in the future. ' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/printer-post-tasktriggers?view=graph-rest-1.0 operationId: print.printers.CreateTaskTriggers requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printTaskTrigger' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printTaskTrigger' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: printer-id in: path description: The unique identifier of printer required: true schema: type: string x-ms-docs-key-type: printer '/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}': description: Provides operations to manage the taskTriggers property of the microsoft.graph.printer entity. get: tags: - print.printer summary: Get printTaskTrigger description: 'Get a task trigger from a printer. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/printtasktrigger-get?view=graph-rest-1.0 operationId: print.printers.GetTaskTriggers parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printTaskTrigger' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - print.printer summary: Update the navigation property taskTriggers in print operationId: print.printers.UpdateTaskTriggers requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printTaskTrigger' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printTaskTrigger' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - print.printer summary: Delete printTaskTrigger description: Delete the task trigger of a printer to prevent related print events from triggering tasks on the specified printer. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/printer-delete-tasktrigger?view=graph-rest-1.0 operationId: print.printers.DeleteTaskTriggers parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: printer-id in: path description: The unique identifier of printer required: true schema: type: string x-ms-docs-key-type: printer - name: printTaskTrigger-id in: path description: The unique identifier of printTaskTrigger required: true schema: type: string x-ms-docs-key-type: printTaskTrigger '/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}/definition': description: Provides operations to manage the definition property of the microsoft.graph.printTaskTrigger entity. get: tags: - print.printer summary: Get definition from print description: An abstract definition that is used to create a printTask when triggered by a print event. Read-only. operationId: print.printers.taskTriggers.GetDefinition parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printTaskDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: printer-id in: path description: The unique identifier of printer required: true schema: type: string x-ms-docs-key-type: printer - name: printTaskTrigger-id in: path description: The unique identifier of printTaskTrigger required: true schema: type: string x-ms-docs-key-type: printTaskTrigger '/print/printers/{printer-id}/taskTriggers/$count': description: Provides operations to count the resources in the collection. get: tags: - print.printer summary: Get the number of the resource operationId: print.printers.taskTriggers.GetCount-f066 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: printer-id in: path description: The unique identifier of printer required: true schema: type: string x-ms-docs-key-type: printer /print/printers/$count: description: Provides operations to count the resources in the collection. get: tags: - print.printer summary: Get the number of the resource operationId: print.printers.GetCount-c43f parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /print/printers/create: description: Provides operations to call the create method. post: tags: - print.Actions summary: Invoke action create description: 'Create (register) a printer with the Universal Print service. This is a long-running operation and as such, it returns a printerCreateOperation that can be used to track and verify the registration of the printer. For help creating the required Certificate Signing Request (CSR) for creating printer, see the CSR generation code sample.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/printer-create?view=graph-rest-1.0 operationId: print.printers.create requestBody: description: Action parameters content: application/json: schema: type: object properties: displayName: type: string manufacturer: type: string model: type: string physicalDeviceId: type: string nullable: true hasPhysicalDevice: type: boolean default: false nullable: true certificateSigningRequest: $ref: '#/components/schemas/microsoft.graph.printCertificateSigningRequest' connectorId: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action /print/services: description: Provides operations to manage the services property of the microsoft.graph.print entity. get: tags: - print.printService summary: List printServices description: Retrieve a list of printService objects that represent the services available to your tenant. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/print-list-services?view=graph-rest-1.0 operationId: print.ListServices parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.printServiceCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - print.printService summary: Create new navigation property to services for print operationId: print.CreateServices requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printService' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printService' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/print/services/{printService-id}': description: Provides operations to manage the services property of the microsoft.graph.print entity. get: tags: - print.printService summary: Get printService description: Retrieve the properties and relationships of a print service. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/printservice-get?view=graph-rest-1.0 operationId: print.GetServices parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printService' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - print.printService summary: Update the navigation property services in print operationId: print.UpdateServices requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printService' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printService' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - print.printService summary: Delete navigation property services for print operationId: print.DeleteServices parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: printService-id in: path description: The unique identifier of printService required: true schema: type: string x-ms-docs-key-type: printService '/print/services/{printService-id}/endpoints': description: Provides operations to manage the endpoints property of the microsoft.graph.printService entity. get: tags: - print.printService summary: List endpoints description: Retrieve a list of endpoints exposed by a print service. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/printservice-list-endpoints?view=graph-rest-1.0 operationId: print.services.ListEndpoints parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.printServiceEndpointCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - print.printService summary: Create new navigation property to endpoints for print operationId: print.services.CreateEndpoints requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printServiceEndpoint' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printServiceEndpoint' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: printService-id in: path description: The unique identifier of printService required: true schema: type: string x-ms-docs-key-type: printService '/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}': description: Provides operations to manage the endpoints property of the microsoft.graph.printService entity. get: tags: - print.printService summary: Get printServiceEndpoint description: Retrieve the properties and relationships of a print service endpoint. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/printserviceendpoint-get?view=graph-rest-1.0 operationId: print.services.GetEndpoints parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printServiceEndpoint' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - print.printService summary: Update the navigation property endpoints in print operationId: print.services.UpdateEndpoints requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printServiceEndpoint' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printServiceEndpoint' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - print.printService summary: Delete navigation property endpoints for print operationId: print.services.DeleteEndpoints parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: printService-id in: path description: The unique identifier of printService required: true schema: type: string x-ms-docs-key-type: printService - name: printServiceEndpoint-id in: path description: The unique identifier of printServiceEndpoint required: true schema: type: string x-ms-docs-key-type: printServiceEndpoint '/print/services/{printService-id}/endpoints/$count': description: Provides operations to count the resources in the collection. get: tags: - print.printService summary: Get the number of the resource operationId: print.services.endpoints.GetCount-805a parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: printService-id in: path description: The unique identifier of printService required: true schema: type: string x-ms-docs-key-type: printService /print/services/$count: description: Provides operations to count the resources in the collection. get: tags: - print.printService summary: Get the number of the resource operationId: print.services.GetCount-719b parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /print/shares: description: Provides operations to manage the shares property of the microsoft.graph.print entity. get: tags: - print.printerShare summary: List shares description: Retrieve a list of printerShares. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/print-list-shares?view=graph-rest-1.0 operationId: print.ListShares parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.printerShareCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - print.printerShare summary: Create printerShare description: Create a new printerShare for the specified printer. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/print-post-shares?view=graph-rest-1.0 operationId: print.CreateShares requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printerShare' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printerShare' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/print/shares/{printerShare-id}': description: Provides operations to manage the shares property of the microsoft.graph.print entity. get: tags: - print.printerShare summary: Get printerShare description: Retrieve the properties and relationships of a printer share. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/printershare-get?view=graph-rest-1.0 operationId: print.GetShares parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printerShare' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - print.printerShare summary: Update printerShare description: 'Update the properties of a printer share. This method can be used to swap printers. For example, if a physical printer device breaks, an administrator can register a new printer device and update this printerShare to point to the new printer without requiring users to take any action.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/printershare-update?view=graph-rest-1.0 operationId: print.UpdateShares requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printerShare' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printerShare' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - print.printerShare summary: Delete printerShare description: 'Delete a printer share (unshare the associated printer). This action can''t be undone. If the printer is shared again in the future, any Windows users who had previously installed the printer needs to discover and reinstall it.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/printershare-delete?view=graph-rest-1.0 operationId: print.DeleteShares parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: printerShare-id in: path description: The unique identifier of printerShare required: true schema: type: string x-ms-docs-key-type: printerShare '/print/shares/{printerShare-id}/allowedGroups': description: Provides operations to manage the allowedGroups property of the microsoft.graph.printerShare entity. get: tags: - print.printerShare summary: List allowedGroups description: Retrieve a list of groups that have been granted access to submit print jobs to the associated printerShare. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/printershare-list-allowedgroups?view=graph-rest-1.0 operationId: print.shares.ListAllowedGroups parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.groupCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: printerShare-id in: path description: The unique identifier of printerShare required: true schema: type: string x-ms-docs-key-type: printerShare '/print/shares/{printerShare-id}/allowedGroups/{group-id}/$ref': description: Provides operations to manage the collection of print entities. delete: tags: - print.printerShare summary: Delete allowedGroup from printerShare description: Revoke the specified group's access to submit print jobs to the associated printerShare. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/printershare-delete-allowedgroup?view=graph-rest-1.0 operationId: print.shares.allowedGroups.DeleteRefGroup parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: printerShare-id in: path description: The unique identifier of printerShare required: true schema: type: string x-ms-docs-key-type: printerShare - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/print/shares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors': get: tags: - print.printerShare summary: Get serviceProvisioningErrors property value description: '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).' operationId: print.shares.allowedGroups.ListServiceProvisioningErrors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: printerShare-id in: path description: The unique identifier of printerShare required: true schema: type: string x-ms-docs-key-type: printerShare - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/print/shares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors/$count': description: Provides operations to count the resources in the collection. get: tags: - print.printerShare summary: Get the number of the resource operationId: print.shares.allowedGroups.ServiceProvisioningErrors.GetCount-182d parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: printerShare-id in: path description: The unique identifier of printerShare required: true schema: type: string x-ms-docs-key-type: printerShare - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/print/shares/{printerShare-id}/allowedGroups/$count': description: Provides operations to count the resources in the collection. get: tags: - print.printerShare summary: Get the number of the resource operationId: print.shares.allowedGroups.GetCount-9181 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: printerShare-id in: path description: The unique identifier of printerShare required: true schema: type: string x-ms-docs-key-type: printerShare '/print/shares/{printerShare-id}/allowedGroups/$ref': description: Provides operations to manage the collection of print entities. get: tags: - print.printerShare summary: List allowedGroups description: Retrieve a list of groups that have been granted access to submit print jobs to the associated printerShare. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/printershare-list-allowedgroups?view=graph-rest-1.0 operationId: print.shares.ListRefAllowedGroups parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/StringCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - print.printerShare summary: Create allowedGroup for printerShare description: Grant the specified group access to submit print jobs to the associated printerShare. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/printershare-post-allowedgroups?view=graph-rest-1.0 operationId: print.shares.CreateRefAllowedGroups requestBody: $ref: '#/components/requestBodies/refPostBody' responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - print.printerShare summary: Delete allowedGroup from printerShare description: Revoke the specified group's access to submit print jobs to the associated printerShare. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/printershare-delete-allowedgroup?view=graph-rest-1.0 operationId: print.shares.DeleteRefAllowedGroups parameters: - name: If-Match in: header description: ETag schema: type: string - name: '@id' in: query description: The delete Uri required: true schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: printerShare-id in: path description: The unique identifier of printerShare required: true schema: type: string x-ms-docs-key-type: printerShare '/print/shares/{printerShare-id}/allowedUsers': description: Provides operations to manage the allowedUsers property of the microsoft.graph.printerShare entity. get: tags: - print.printerShare summary: List allowedUsers description: Retrieve a list of users who have been granted access to submit print jobs to the associated printerShare. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/printershare-list-allowedusers?view=graph-rest-1.0 operationId: print.shares.ListAllowedUsers parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.userCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: printerShare-id in: path description: The unique identifier of printerShare required: true schema: type: string x-ms-docs-key-type: printerShare '/print/shares/{printerShare-id}/allowedUsers/{user-id}/$ref': description: Provides operations to manage the collection of print entities. delete: tags: - print.printerShare summary: Delete allowedUser from printerShare description: Revoke the specified user's access to submit print jobs to the associated printerShare. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/printershare-delete-alloweduser?view=graph-rest-1.0 operationId: print.shares.allowedUsers.DeleteRefUser parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: printerShare-id in: path description: The unique identifier of printerShare required: true schema: type: string x-ms-docs-key-type: printerShare - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/print/shares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings': get: tags: - print.printerShare summary: Get mailboxSettings property value description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' operationId: print.shares.allowedUsers.GetMailboxSettings parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' patch: tags: - print.printerShare summary: Update property mailboxSettings value. operationId: print.shares.allowedUsers.UpdateMailboxSettings requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: printerShare-id in: path description: The unique identifier of printerShare required: true schema: type: string x-ms-docs-key-type: printerShare - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/print/shares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors': get: tags: - print.printerShare summary: Get serviceProvisioningErrors property value description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' operationId: print.shares.allowedUsers.ListServiceProvisioningErrors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: printerShare-id in: path description: The unique identifier of printerShare required: true schema: type: string x-ms-docs-key-type: printerShare - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/print/shares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors/$count': description: Provides operations to count the resources in the collection. get: tags: - print.printerShare summary: Get the number of the resource operationId: print.shares.allowedUsers.ServiceProvisioningErrors.GetCount-1213 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: printerShare-id in: path description: The unique identifier of printerShare required: true schema: type: string x-ms-docs-key-type: printerShare - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/print/shares/{printerShare-id}/allowedUsers/$count': description: Provides operations to count the resources in the collection. get: tags: - print.printerShare summary: Get the number of the resource operationId: print.shares.allowedUsers.GetCount-ee00 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: printerShare-id in: path description: The unique identifier of printerShare required: true schema: type: string x-ms-docs-key-type: printerShare '/print/shares/{printerShare-id}/allowedUsers/$ref': description: Provides operations to manage the collection of print entities. get: tags: - print.printerShare summary: List allowedUsers description: Retrieve a list of users who have been granted access to submit print jobs to the associated printerShare. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/printershare-list-allowedusers?view=graph-rest-1.0 operationId: print.shares.ListRefAllowedUsers parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/StringCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - print.printerShare summary: Create allowedUser for printerShare description: Grant the specified user access to submit print jobs to the associated printerShare. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/printershare-post-allowedusers?view=graph-rest-1.0 operationId: print.shares.CreateRefAllowedUsers requestBody: $ref: '#/components/requestBodies/refPostBody' responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - print.printerShare summary: Delete allowedUser from printerShare description: Revoke the specified user's access to submit print jobs to the associated printerShare. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/printershare-delete-alloweduser?view=graph-rest-1.0 operationId: print.shares.DeleteRefAllowedUsers parameters: - name: If-Match in: header description: ETag schema: type: string - name: '@id' in: query description: The delete Uri required: true schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: printerShare-id in: path description: The unique identifier of printerShare required: true schema: type: string x-ms-docs-key-type: printerShare '/print/shares/{printerShare-id}/jobs': description: Provides operations to manage the jobs property of the microsoft.graph.printerBase entity. get: tags: - print.printerShare summary: List printJobs for a printerShare description: Retrieve a list of print jobs associated with the printerShare. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/printershare-list-jobs?view=graph-rest-1.0 operationId: print.shares.ListJobs parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.printJobCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - print.printerShare summary: Create printJob for a printerShare description: Create a new printJob for a printerShare. Also creates a new printDocument associated with the printJob. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/printershare-post-jobs?view=graph-rest-1.0 operationId: print.shares.CreateJobs requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printJob' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printJob' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: printerShare-id in: path description: The unique identifier of printerShare required: true schema: type: string x-ms-docs-key-type: printerShare x-ms-docs-grouped-path: - '/print/printers/{printer-id}/jobs' '/print/shares/{printerShare-id}/jobs/{printJob-id}': description: Provides operations to manage the jobs property of the microsoft.graph.printerBase entity. get: tags: - print.printerShare summary: Get jobs from print description: The list of jobs that are queued for printing by the printer/printerShare. operationId: print.shares.GetJobs parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printJob' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - print.printerShare summary: Update the navigation property jobs in print operationId: print.shares.UpdateJobs requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printJob' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printJob' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - print.printerShare summary: Delete navigation property jobs for print operationId: print.shares.DeleteJobs parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: printerShare-id in: path description: The unique identifier of printerShare required: true schema: type: string x-ms-docs-key-type: printerShare - name: printJob-id in: path description: The unique identifier of printJob required: true schema: type: string x-ms-docs-key-type: printJob x-ms-docs-grouped-path: - '/print/printers/{printer-id}/jobs/{printJob-id}' '/print/shares/{printerShare-id}/jobs/{printJob-id}/documents': description: Provides operations to manage the documents property of the microsoft.graph.printJob entity. get: tags: - print.printerShare summary: Get documents from print operationId: print.shares.jobs.ListDocuments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.printDocumentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - print.printerShare summary: Create new navigation property to documents for print operationId: print.shares.jobs.CreateDocuments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printDocument' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printDocument' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: printerShare-id in: path description: The unique identifier of printerShare required: true schema: type: string x-ms-docs-key-type: printerShare - name: printJob-id in: path description: The unique identifier of printJob required: true schema: type: string x-ms-docs-key-type: printJob x-ms-docs-grouped-path: - '/print/printers/{printer-id}/jobs/{printJob-id}/documents' '/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}': description: Provides operations to manage the documents property of the microsoft.graph.printJob entity. get: tags: - print.printerShare summary: Get documents from print operationId: print.shares.jobs.GetDocuments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printDocument' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - print.printerShare summary: Update the navigation property documents in print operationId: print.shares.jobs.UpdateDocuments requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printDocument' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printDocument' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - print.printerShare summary: Delete navigation property documents for print operationId: print.shares.jobs.DeleteDocuments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: printerShare-id in: path description: The unique identifier of printerShare required: true schema: type: string x-ms-docs-key-type: printerShare - name: printJob-id in: path description: The unique identifier of printJob required: true schema: type: string x-ms-docs-key-type: printJob - name: printDocument-id in: path description: The unique identifier of printDocument required: true schema: type: string x-ms-docs-key-type: printDocument x-ms-docs-grouped-path: - '/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}' '/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value': description: Provides operations to manage the media for the print entity. get: tags: - print.printerShare summary: Get media content for the navigation property documents from print description: The unique identifier for an entity. Read-only. operationId: print.shares.jobs.GetDocumentsContent responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - print.printerShare summary: Update media content for the navigation property documents in print description: The unique identifier for an entity. Read-only. operationId: print.shares.jobs.UpdateDocumentsContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - print.printerShare summary: Delete media content for the navigation property documents in print description: The unique identifier for an entity. Read-only. operationId: print.shares.jobs.DeleteDocumentsContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: printerShare-id in: path description: The unique identifier of printerShare required: true schema: type: string x-ms-docs-key-type: printerShare - name: printJob-id in: path description: The unique identifier of printJob required: true schema: type: string x-ms-docs-key-type: printJob - name: printDocument-id in: path description: The unique identifier of printDocument required: true schema: type: string x-ms-docs-key-type: printDocument '/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/createUploadSession': description: Provides operations to call the createUploadSession method. post: tags: - print.Actions summary: Invoke action createUploadSession description: 'Create an upload session that allows an app to iteratively upload ranges of a binary file linked to the print document. As part of the response, this action returns an upload URL that can be used in subsequent sequential PUT queries. Request headers for each PUT operation can be used to specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. ' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/printdocument-createuploadsession?view=graph-rest-1.0 operationId: print.shares.printerShare.jobs.printJob.documents.printDocument.createUploadSession requestBody: description: Action parameters content: application/json: schema: type: object properties: properties: $ref: '#/components/schemas/microsoft.graph.printDocumentUploadProperties' required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.uploadSession' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: printerShare-id in: path description: The unique identifier of printerShare required: true schema: type: string x-ms-docs-key-type: printerShare - name: printJob-id in: path description: The unique identifier of printJob required: true schema: type: string x-ms-docs-key-type: printJob - name: printDocument-id in: path description: The unique identifier of printDocument required: true schema: type: string x-ms-docs-key-type: printDocument x-ms-docs-grouped-path: - '/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/createUploadSession' '/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/$count': description: Provides operations to count the resources in the collection. get: tags: - print.printerShare summary: Get the number of the resource operationId: print.shares.jobs.documents.GetCount-acc8 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: printerShare-id in: path description: The unique identifier of printerShare required: true schema: type: string x-ms-docs-key-type: printerShare - name: printJob-id in: path description: The unique identifier of printJob required: true schema: type: string x-ms-docs-key-type: printJob '/print/shares/{printerShare-id}/jobs/{printJob-id}/abort': description: Provides operations to call the abort method. post: tags: - print.Actions summary: Invoke action abort description: 'Abort a print job. Only applications using application permissions can abort a print job. Aborting a print job will only succeed if there is a printTask in a processing state on the associated print job, started by a trigger that the requesting app created. For details about how to register a task trigger, see Extending Universal Print to support pull printing.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/printjob-abort?view=graph-rest-1.0 operationId: print.shares.printerShare.jobs.printJob.abort requestBody: description: Action parameters content: application/json: schema: type: object properties: reason: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: printerShare-id in: path description: The unique identifier of printerShare required: true schema: type: string x-ms-docs-key-type: printerShare - name: printJob-id in: path description: The unique identifier of printJob required: true schema: type: string x-ms-docs-key-type: printJob x-ms-docs-grouped-path: - '/print/printers/{printer-id}/jobs/{printJob-id}/abort' '/print/shares/{printerShare-id}/jobs/{printJob-id}/cancel': description: Provides operations to call the cancel method. post: tags: - print.Actions summary: Invoke action cancel description: 'Cancel a print job. Print jobs can be canceled only on behalf of a user, using delegated permissions.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/printjob-cancel?view=graph-rest-1.0 operationId: print.shares.printerShare.jobs.printJob.cancel responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: printerShare-id in: path description: The unique identifier of printerShare required: true schema: type: string x-ms-docs-key-type: printerShare - name: printJob-id in: path description: The unique identifier of printJob required: true schema: type: string x-ms-docs-key-type: printJob x-ms-docs-grouped-path: - '/print/printers/{printer-id}/jobs/{printJob-id}/cancel' '/print/shares/{printerShare-id}/jobs/{printJob-id}/redirect': description: Provides operations to call the redirect method. post: tags: - print.Actions summary: Invoke action redirect description: 'Redirect a print job to a different printer. Redirecting a print job will only succeed if there is a printTask in a processing state on the associated print job, started by a trigger that the requesting app created. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/printjob-redirect?view=graph-rest-1.0 operationId: print.shares.printerShare.jobs.printJob.redirect requestBody: description: Action parameters content: application/json: schema: type: object properties: destinationPrinterId: type: string configuration: anyOf: - $ref: '#/components/schemas/microsoft.graph.printJobConfiguration' - type: object nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.printJob' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: printerShare-id in: path description: The unique identifier of printerShare required: true schema: type: string x-ms-docs-key-type: printerShare - name: printJob-id in: path description: The unique identifier of printJob required: true schema: type: string x-ms-docs-key-type: printJob x-ms-docs-grouped-path: - '/print/printers/{printer-id}/jobs/{printJob-id}/redirect' '/print/shares/{printerShare-id}/jobs/{printJob-id}/start': description: Provides operations to call the start method. post: tags: - print.Actions summary: Invoke action start description: 'Submits the print job to the associated printer or printerShare. It will be printed after any existing pending jobs are completed, aborted, or canceled.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/printjob-start?view=graph-rest-1.0 operationId: print.shares.printerShare.jobs.printJob.start responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.printJobStatus' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: printerShare-id in: path description: The unique identifier of printerShare required: true schema: type: string x-ms-docs-key-type: printerShare - name: printJob-id in: path description: The unique identifier of printJob required: true schema: type: string x-ms-docs-key-type: printJob x-ms-docs-grouped-path: - '/print/printers/{printer-id}/jobs/{printJob-id}/start' '/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks': description: Provides operations to manage the tasks property of the microsoft.graph.printJob entity. get: tags: - print.printerShare summary: Get tasks from print description: A list of printTasks that were triggered by this print job. operationId: print.shares.jobs.ListTasks parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.printTaskCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - print.printerShare summary: Create new navigation property to tasks for print operationId: print.shares.jobs.CreateTasks requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printTask' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printTask' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: printerShare-id in: path description: The unique identifier of printerShare required: true schema: type: string x-ms-docs-key-type: printerShare - name: printJob-id in: path description: The unique identifier of printJob required: true schema: type: string x-ms-docs-key-type: printJob x-ms-docs-grouped-path: - '/print/printers/{printer-id}/jobs/{printJob-id}/tasks' '/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}': description: Provides operations to manage the tasks property of the microsoft.graph.printJob entity. get: tags: - print.printerShare summary: Get tasks from print description: A list of printTasks that were triggered by this print job. operationId: print.shares.jobs.GetTasks parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printTask' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - print.printerShare summary: Update the navigation property tasks in print operationId: print.shares.jobs.UpdateTasks requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printTask' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printTask' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - print.printerShare summary: Delete navigation property tasks for print operationId: print.shares.jobs.DeleteTasks parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: printerShare-id in: path description: The unique identifier of printerShare required: true schema: type: string x-ms-docs-key-type: printerShare - name: printJob-id in: path description: The unique identifier of printJob required: true schema: type: string x-ms-docs-key-type: printJob - name: printTask-id in: path description: The unique identifier of printTask required: true schema: type: string x-ms-docs-key-type: printTask x-ms-docs-grouped-path: - '/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}' '/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/definition': description: Provides operations to manage the definition property of the microsoft.graph.printTask entity. get: tags: - print.printerShare summary: Get definition from print description: The printTaskDefinition that was used to create this task. Read-only. operationId: print.shares.jobs.tasks.GetDefinition parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printTaskDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: printerShare-id in: path description: The unique identifier of printerShare required: true schema: type: string x-ms-docs-key-type: printerShare - name: printJob-id in: path description: The unique identifier of printJob required: true schema: type: string x-ms-docs-key-type: printJob - name: printTask-id in: path description: The unique identifier of printTask required: true schema: type: string x-ms-docs-key-type: printTask x-ms-docs-grouped-path: - '/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}/definition' - '/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}/definition' '/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/trigger': description: Provides operations to manage the trigger property of the microsoft.graph.printTask entity. get: tags: - print.printerShare summary: Get trigger from print description: The printTaskTrigger that triggered this task's execution. Read-only. operationId: print.shares.jobs.tasks.GetTrigger parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printTaskTrigger' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: printerShare-id in: path description: The unique identifier of printerShare required: true schema: type: string x-ms-docs-key-type: printerShare - name: printJob-id in: path description: The unique identifier of printJob required: true schema: type: string x-ms-docs-key-type: printJob - name: printTask-id in: path description: The unique identifier of printTask required: true schema: type: string x-ms-docs-key-type: printTask x-ms-docs-grouped-path: - '/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}/trigger' - '/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}/trigger' '/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/$count': description: Provides operations to count the resources in the collection. get: tags: - print.printerShare summary: Get the number of the resource operationId: print.shares.jobs.tasks.GetCount-c052 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: printerShare-id in: path description: The unique identifier of printerShare required: true schema: type: string x-ms-docs-key-type: printerShare - name: printJob-id in: path description: The unique identifier of printJob required: true schema: type: string x-ms-docs-key-type: printJob '/print/shares/{printerShare-id}/jobs/$count': description: Provides operations to count the resources in the collection. get: tags: - print.printerShare summary: Get the number of the resource operationId: print.shares.jobs.GetCount-d3ae parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: printerShare-id in: path description: The unique identifier of printerShare required: true schema: type: string x-ms-docs-key-type: printerShare '/print/shares/{printerShare-id}/printer': description: Provides operations to manage the printer property of the microsoft.graph.printerShare entity. get: tags: - print.printerShare summary: Get printer from print description: The printer that this printer share is related to. operationId: print.shares.GetPrinter parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printer' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: printerShare-id in: path description: The unique identifier of printerShare required: true schema: type: string x-ms-docs-key-type: printerShare /print/shares/$count: description: Provides operations to count the resources in the collection. get: tags: - print.printerShare summary: Get the number of the resource operationId: print.shares.GetCount-070b parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /print/taskDefinitions: description: Provides operations to manage the taskDefinitions property of the microsoft.graph.print entity. get: tags: - print.printTaskDefinition summary: List taskDefinitions description: 'Retrieve a list of task definitions that the requesting app defined in the tenant. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/print-list-taskdefinitions?view=graph-rest-1.0 operationId: print.ListTaskDefinitions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.printTaskDefinitionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - print.printTaskDefinition summary: Create printTaskDefinition description: 'Create a new task definition. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/print-post-taskdefinitions?view=graph-rest-1.0 operationId: print.CreateTaskDefinitions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printTaskDefinition' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printTaskDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/print/taskDefinitions/{printTaskDefinition-id}': description: Provides operations to manage the taskDefinitions property of the microsoft.graph.print entity. get: tags: - print.printTaskDefinition summary: Get printTaskDefinition description: 'Get details about a task definition. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/printtaskdefinition-get?view=graph-rest-1.0 operationId: print.GetTaskDefinitions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printTaskDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - print.printTaskDefinition summary: Update printTaskDefinition description: 'Update a task definition. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/print-update-taskdefinition?view=graph-rest-1.0 operationId: print.UpdateTaskDefinitions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printTaskDefinition' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printTaskDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - print.printTaskDefinition summary: Delete printTaskDefinition description: 'Delete a taskDefinition. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/print-delete-taskdefinition?view=graph-rest-1.0 operationId: print.DeleteTaskDefinitions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: printTaskDefinition-id in: path description: The unique identifier of printTaskDefinition required: true schema: type: string x-ms-docs-key-type: printTaskDefinition '/print/taskDefinitions/{printTaskDefinition-id}/tasks': description: Provides operations to manage the tasks property of the microsoft.graph.printTaskDefinition entity. get: tags: - print.printTaskDefinition summary: List tasks description: 'Retrieve a list of tasks associated with a task definition. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/printtaskdefinition-list-tasks?view=graph-rest-1.0 operationId: print.taskDefinitions.ListTasks parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.printTaskCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - print.printTaskDefinition summary: Create new navigation property to tasks for print operationId: print.taskDefinitions.CreateTasks requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printTask' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printTask' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: printTaskDefinition-id in: path description: The unique identifier of printTaskDefinition required: true schema: type: string x-ms-docs-key-type: printTaskDefinition '/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}': description: Provides operations to manage the tasks property of the microsoft.graph.printTaskDefinition entity. get: tags: - print.printTaskDefinition summary: Get printTask description: 'Get details about a print task. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/printtask-get?view=graph-rest-1.0 operationId: print.taskDefinitions.GetTasks parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printTask' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - print.printTaskDefinition summary: Update printTask description: 'Update a print task. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/printtaskdefinition-update-task?view=graph-rest-1.0 operationId: print.taskDefinitions.UpdateTasks requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printTask' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printTask' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - print.printTaskDefinition summary: Delete navigation property tasks for print operationId: print.taskDefinitions.DeleteTasks parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: printTaskDefinition-id in: path description: The unique identifier of printTaskDefinition required: true schema: type: string x-ms-docs-key-type: printTaskDefinition - name: printTask-id in: path description: The unique identifier of printTask required: true schema: type: string x-ms-docs-key-type: printTask '/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}/definition': description: Provides operations to manage the definition property of the microsoft.graph.printTask entity. get: tags: - print.printTaskDefinition summary: Get definition from print description: The printTaskDefinition that was used to create this task. Read-only. operationId: print.taskDefinitions.tasks.GetDefinition parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printTaskDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: printTaskDefinition-id in: path description: The unique identifier of printTaskDefinition required: true schema: type: string x-ms-docs-key-type: printTaskDefinition - name: printTask-id in: path description: The unique identifier of printTask required: true schema: type: string x-ms-docs-key-type: printTask x-ms-docs-grouped-path: - '/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}/definition' - '/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/definition' '/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}/trigger': description: Provides operations to manage the trigger property of the microsoft.graph.printTask entity. get: tags: - print.printTaskDefinition summary: Get trigger from print description: The printTaskTrigger that triggered this task's execution. Read-only. operationId: print.taskDefinitions.tasks.GetTrigger parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printTaskTrigger' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: printTaskDefinition-id in: path description: The unique identifier of printTaskDefinition required: true schema: type: string x-ms-docs-key-type: printTaskDefinition - name: printTask-id in: path description: The unique identifier of printTask required: true schema: type: string x-ms-docs-key-type: printTask x-ms-docs-grouped-path: - '/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}/trigger' - '/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/trigger' '/print/taskDefinitions/{printTaskDefinition-id}/tasks/$count': description: Provides operations to count the resources in the collection. get: tags: - print.printTaskDefinition summary: Get the number of the resource operationId: print.taskDefinitions.tasks.GetCount-0c4f parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: printTaskDefinition-id in: path description: The unique identifier of printTaskDefinition required: true schema: type: string x-ms-docs-key-type: printTaskDefinition /print/taskDefinitions/$count: description: Provides operations to count the resources in the collection. get: tags: - print.printTaskDefinition summary: Get the number of the resource operationId: print.taskDefinitions.GetCount-ee04 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /privacy: description: Provides operations to manage the privacy singleton. get: tags: - privacy.privacy summary: Get privacy operationId: privacy.privacy.GetPrivacy parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.privacy' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - privacy.privacy summary: Update privacy operationId: privacy.privacy.UpdatePrivacy requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.privacy' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.privacy' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /privacy/subjectRightsRequests: description: Provides operations to manage the subjectRightsRequests property of the microsoft.graph.privacy entity. get: tags: - privacy.subjectRightsRequest summary: List subjectRightsRequests description: Get a list of subjectRightsRequest objects and their properties. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/subjectrightsrequest-list?view=graph-rest-1.0 operationId: privacy.ListSubjectRightsRequests parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.subjectRightsRequestCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: removalDate: '2025-03-20' date: '2022-03-22' version: 2022-02/PrivacyDeprecate description: 'The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security.' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - privacy.subjectRightsRequest summary: Create subjectRightsRequest description: Create a new subjectRightsRequest object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/subjectrightsrequest-post?view=graph-rest-1.0 operationId: privacy.CreateSubjectRightsRequests requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.subjectRightsRequest' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.subjectRightsRequest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: removalDate: '2025-03-20' date: '2022-03-22' version: 2022-02/PrivacyDeprecate description: 'The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security.' x-ms-docs-operation-type: operation '/privacy/subjectRightsRequests/{subjectRightsRequest-id}': description: Provides operations to manage the subjectRightsRequests property of the microsoft.graph.privacy entity. get: tags: - privacy.subjectRightsRequest summary: Get subjectRightsRequest description: Read the properties and relationships of a subjectRightsRequest object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/subjectrightsrequest-get?view=graph-rest-1.0 operationId: privacy.GetSubjectRightsRequests parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.subjectRightsRequest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: removalDate: '2025-03-20' date: '2022-03-22' version: 2022-02/PrivacyDeprecate description: 'The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security.' x-ms-docs-operation-type: operation patch: tags: - privacy.subjectRightsRequest summary: Update subjectRightsRequest description: Update the properties of a subjectRightsRequest object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/subjectrightsrequest-update?view=graph-rest-1.0 operationId: privacy.UpdateSubjectRightsRequests requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.subjectRightsRequest' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.subjectRightsRequest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: removalDate: '2025-03-20' date: '2022-03-22' version: 2022-02/PrivacyDeprecate description: 'The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security.' x-ms-docs-operation-type: operation delete: tags: - privacy.subjectRightsRequest summary: Delete navigation property subjectRightsRequests for privacy operationId: privacy.DeleteSubjectRightsRequests parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: removalDate: '2025-03-20' date: '2022-03-22' version: 2022-02/PrivacyDeprecate description: 'The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security.' x-ms-docs-operation-type: operation parameters: - name: subjectRightsRequest-id in: path description: The unique identifier of subjectRightsRequest required: true schema: type: string x-ms-docs-key-type: subjectRightsRequest '/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers': description: Provides operations to manage the approvers property of the microsoft.graph.subjectRightsRequest entity. get: tags: - privacy.subjectRightsRequest summary: Get approvers from privacy description: Collection of users who can approve the request. Currently only supported for requests of type delete. operationId: privacy.subjectRightsRequests.ListApprovers parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.userCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: removalDate: '2025-03-20' date: '2022-03-22' version: 2022-02/PrivacyDeprecate description: 'The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security.' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: subjectRightsRequest-id in: path description: The unique identifier of subjectRightsRequest required: true schema: type: string x-ms-docs-key-type: subjectRightsRequest '/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}': description: Provides operations to manage the approvers property of the microsoft.graph.subjectRightsRequest entity. get: tags: - privacy.subjectRightsRequest summary: Get approvers from privacy description: Collection of users who can approve the request. Currently only supported for requests of type delete. operationId: privacy.subjectRightsRequests.GetApprovers parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: removalDate: '2025-03-20' date: '2022-03-22' version: 2022-02/PrivacyDeprecate description: 'The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security.' x-ms-docs-operation-type: operation parameters: - name: subjectRightsRequest-id in: path description: The unique identifier of subjectRightsRequest required: true schema: type: string x-ms-docs-key-type: subjectRightsRequest - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings': get: tags: - privacy.subjectRightsRequest summary: Get mailboxSettings property value description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' operationId: privacy.subjectRightsRequests.approvers.GetMailboxSettings parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: removalDate: '2025-03-20' date: '2022-03-22' version: 2022-02/PrivacyDeprecate description: 'The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security.' patch: tags: - privacy.subjectRightsRequest summary: Update property mailboxSettings value. operationId: privacy.subjectRightsRequests.approvers.UpdateMailboxSettings requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: removalDate: '2025-03-20' date: '2022-03-22' version: 2022-02/PrivacyDeprecate description: 'The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security.' parameters: - name: subjectRightsRequest-id in: path description: The unique identifier of subjectRightsRequest required: true schema: type: string x-ms-docs-key-type: subjectRightsRequest - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors': get: tags: - privacy.subjectRightsRequest summary: Get serviceProvisioningErrors property value description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' operationId: privacy.subjectRightsRequests.approvers.ListServiceProvisioningErrors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: removalDate: '2025-03-20' date: '2022-03-22' version: 2022-02/PrivacyDeprecate description: 'The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security.' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: subjectRightsRequest-id in: path description: The unique identifier of subjectRightsRequest required: true schema: type: string x-ms-docs-key-type: subjectRightsRequest - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors/$count': description: Provides operations to count the resources in the collection. get: tags: - privacy.subjectRightsRequest summary: Get the number of the resource operationId: privacy.subjectRightsRequests.approvers.ServiceProvisioningErrors.GetCount-6b48 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: removalDate: '2025-03-20' date: '2022-03-22' version: 2022-02/PrivacyDeprecate description: 'The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security.' parameters: - name: subjectRightsRequest-id in: path description: The unique identifier of subjectRightsRequest required: true schema: type: string x-ms-docs-key-type: subjectRightsRequest - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/$count': description: Provides operations to count the resources in the collection. get: tags: - privacy.subjectRightsRequest summary: Get the number of the resource operationId: privacy.subjectRightsRequests.approvers.GetCount-f1ed parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: removalDate: '2025-03-20' date: '2022-03-22' version: 2022-02/PrivacyDeprecate description: 'The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security.' parameters: - name: subjectRightsRequest-id in: path description: The unique identifier of subjectRightsRequest required: true schema: type: string x-ms-docs-key-type: subjectRightsRequest '/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators': description: Provides operations to manage the collaborators property of the microsoft.graph.subjectRightsRequest entity. get: tags: - privacy.subjectRightsRequest summary: Get collaborators from privacy description: Collection of users who can collaborate on the request. operationId: privacy.subjectRightsRequests.ListCollaborators parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.userCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: removalDate: '2025-03-20' date: '2022-03-22' version: 2022-02/PrivacyDeprecate description: 'The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security.' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: subjectRightsRequest-id in: path description: The unique identifier of subjectRightsRequest required: true schema: type: string x-ms-docs-key-type: subjectRightsRequest '/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}': description: Provides operations to manage the collaborators property of the microsoft.graph.subjectRightsRequest entity. get: tags: - privacy.subjectRightsRequest summary: Get collaborators from privacy description: Collection of users who can collaborate on the request. operationId: privacy.subjectRightsRequests.GetCollaborators parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: removalDate: '2025-03-20' date: '2022-03-22' version: 2022-02/PrivacyDeprecate description: 'The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security.' x-ms-docs-operation-type: operation parameters: - name: subjectRightsRequest-id in: path description: The unique identifier of subjectRightsRequest required: true schema: type: string x-ms-docs-key-type: subjectRightsRequest - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings': get: tags: - privacy.subjectRightsRequest summary: Get mailboxSettings property value description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' operationId: privacy.subjectRightsRequests.collaborators.GetMailboxSettings parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: removalDate: '2025-03-20' date: '2022-03-22' version: 2022-02/PrivacyDeprecate description: 'The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security.' patch: tags: - privacy.subjectRightsRequest summary: Update property mailboxSettings value. operationId: privacy.subjectRightsRequests.collaborators.UpdateMailboxSettings requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: removalDate: '2025-03-20' date: '2022-03-22' version: 2022-02/PrivacyDeprecate description: 'The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security.' parameters: - name: subjectRightsRequest-id in: path description: The unique identifier of subjectRightsRequest required: true schema: type: string x-ms-docs-key-type: subjectRightsRequest - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors': get: tags: - privacy.subjectRightsRequest summary: Get serviceProvisioningErrors property value description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' operationId: privacy.subjectRightsRequests.collaborators.ListServiceProvisioningErrors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: removalDate: '2025-03-20' date: '2022-03-22' version: 2022-02/PrivacyDeprecate description: 'The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security.' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: subjectRightsRequest-id in: path description: The unique identifier of subjectRightsRequest required: true schema: type: string x-ms-docs-key-type: subjectRightsRequest - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors/$count': description: Provides operations to count the resources in the collection. get: tags: - privacy.subjectRightsRequest summary: Get the number of the resource operationId: privacy.subjectRightsRequests.collaborators.ServiceProvisioningErrors.GetCount-bb73 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: removalDate: '2025-03-20' date: '2022-03-22' version: 2022-02/PrivacyDeprecate description: 'The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security.' parameters: - name: subjectRightsRequest-id in: path description: The unique identifier of subjectRightsRequest required: true schema: type: string x-ms-docs-key-type: subjectRightsRequest - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/$count': description: Provides operations to count the resources in the collection. get: tags: - privacy.subjectRightsRequest summary: Get the number of the resource operationId: privacy.subjectRightsRequests.collaborators.GetCount-5c55 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: removalDate: '2025-03-20' date: '2022-03-22' version: 2022-02/PrivacyDeprecate description: 'The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security.' parameters: - name: subjectRightsRequest-id in: path description: The unique identifier of subjectRightsRequest required: true schema: type: string x-ms-docs-key-type: subjectRightsRequest '/privacy/subjectRightsRequests/{subjectRightsRequest-id}/getFinalAttachment()': description: Provides operations to call the getFinalAttachment method. get: tags: - privacy.Functions summary: Invoke function getFinalAttachment description: Get the final attachment for a subject rights request. The attachment is a zip file that contains all the files that were included by the privacy administrator. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/subjectrightsrequest-getfinalattachment?view=graph-rest-1.0 operationId: privacy.subjectRightsRequests.subjectRightsRequest.getFinalAttachment responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: removalDate: '2025-03-20' date: '2022-03-22' version: 2022-02/PrivacyDeprecate description: 'The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security.' x-ms-docs-operation-type: function parameters: - name: subjectRightsRequest-id in: path description: The unique identifier of subjectRightsRequest required: true schema: type: string x-ms-docs-key-type: subjectRightsRequest '/privacy/subjectRightsRequests/{subjectRightsRequest-id}/getFinalReport()': description: Provides operations to call the getFinalReport method. get: tags: - privacy.Functions summary: Invoke function getFinalReport description: Get the final report for a subject rights request. The report is a text file that contains information about the files that were included by the privacy administrator. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/subjectrightsrequest-getfinalreport?view=graph-rest-1.0 operationId: privacy.subjectRightsRequests.subjectRightsRequest.getFinalReport responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: removalDate: '2025-03-20' date: '2022-03-22' version: 2022-02/PrivacyDeprecate description: 'The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security.' x-ms-docs-operation-type: function parameters: - name: subjectRightsRequest-id in: path description: The unique identifier of subjectRightsRequest required: true schema: type: string x-ms-docs-key-type: subjectRightsRequest '/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes': description: Provides operations to manage the notes property of the microsoft.graph.subjectRightsRequest entity. get: tags: - privacy.subjectRightsRequest summary: List authoredNotes description: 'Get the list of authored notes assoicated with a subject rights request. ' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/subjectrightsrequest-list-notes?view=graph-rest-1.0 operationId: privacy.subjectRightsRequests.ListNotes parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.authoredNoteCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: removalDate: '2025-03-20' date: '2022-03-22' version: 2022-02/PrivacyDeprecate description: 'The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security.' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - privacy.subjectRightsRequest summary: Create authoredNote description: Create a new authoredNote object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/subjectrightsrequest-post-notes?view=graph-rest-1.0 operationId: privacy.subjectRightsRequests.CreateNotes requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authoredNote' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authoredNote' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: removalDate: '2025-03-20' date: '2022-03-22' version: 2022-02/PrivacyDeprecate description: 'The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security.' x-ms-docs-operation-type: operation parameters: - name: subjectRightsRequest-id in: path description: The unique identifier of subjectRightsRequest required: true schema: type: string x-ms-docs-key-type: subjectRightsRequest '/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}': description: Provides operations to manage the notes property of the microsoft.graph.subjectRightsRequest entity. get: tags: - privacy.subjectRightsRequest summary: Get notes from privacy description: List of notes associated with the request. operationId: privacy.subjectRightsRequests.GetNotes parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authoredNote' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: removalDate: '2025-03-20' date: '2022-03-22' version: 2022-02/PrivacyDeprecate description: 'The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security.' x-ms-docs-operation-type: operation patch: tags: - privacy.subjectRightsRequest summary: Update the navigation property notes in privacy operationId: privacy.subjectRightsRequests.UpdateNotes requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authoredNote' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authoredNote' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: removalDate: '2025-03-20' date: '2022-03-22' version: 2022-02/PrivacyDeprecate description: 'The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security.' x-ms-docs-operation-type: operation delete: tags: - privacy.subjectRightsRequest summary: Delete navigation property notes for privacy operationId: privacy.subjectRightsRequests.DeleteNotes parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: removalDate: '2025-03-20' date: '2022-03-22' version: 2022-02/PrivacyDeprecate description: 'The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security.' x-ms-docs-operation-type: operation parameters: - name: subjectRightsRequest-id in: path description: The unique identifier of subjectRightsRequest required: true schema: type: string x-ms-docs-key-type: subjectRightsRequest - name: authoredNote-id in: path description: The unique identifier of authoredNote required: true schema: type: string x-ms-docs-key-type: authoredNote '/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/$count': description: Provides operations to count the resources in the collection. get: tags: - privacy.subjectRightsRequest summary: Get the number of the resource operationId: privacy.subjectRightsRequests.notes.GetCount-b393 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: removalDate: '2025-03-20' date: '2022-03-22' version: 2022-02/PrivacyDeprecate description: 'The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security.' parameters: - name: subjectRightsRequest-id in: path description: The unique identifier of subjectRightsRequest required: true schema: type: string x-ms-docs-key-type: subjectRightsRequest '/privacy/subjectRightsRequests/{subjectRightsRequest-id}/team': description: Provides operations to manage the team property of the microsoft.graph.subjectRightsRequest entity. get: tags: - privacy.subjectRightsRequest summary: Get team from privacy description: Information about the Microsoft Teams team that was created for the request. operationId: privacy.subjectRightsRequests.GetTeam parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.team' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: removalDate: '2025-03-20' date: '2022-03-22' version: 2022-02/PrivacyDeprecate description: 'The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security.' x-ms-docs-operation-type: operation parameters: - name: subjectRightsRequest-id in: path description: The unique identifier of subjectRightsRequest required: true schema: type: string x-ms-docs-key-type: subjectRightsRequest /privacy/subjectRightsRequests/$count: description: Provides operations to count the resources in the collection. get: tags: - privacy.subjectRightsRequest summary: Get the number of the resource operationId: privacy.subjectRightsRequests.GetCount-ab4f parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: removalDate: '2025-03-20' date: '2022-03-22' version: 2022-02/PrivacyDeprecate description: 'The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security.' /reports: description: Provides operations to manage the reportRoot singleton. get: tags: - reports.reportRoot summary: Get reportRoot description: Read properties and relationships of the reportRoot object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-deviceconfig-reportroot-get?view=graph-rest-1.0 operationId: reports.reportRoot.GetReportRoot parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.reportRoot' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - reports.reportRoot summary: Update reportRoot description: Update the properties of a reportRoot object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-deviceconfig-reportroot-update?view=graph-rest-1.0 operationId: reports.reportRoot.UpdateReportRoot requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.reportRoot' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.reportRoot' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /reports/authenticationMethods: description: Provides operations to manage the authenticationMethods property of the microsoft.graph.reportRoot entity. get: tags: - reports.authenticationMethodsRoot summary: Get authenticationMethods from reports description: Container for navigation properties for Microsoft Entra authentication methods resources. operationId: reports.GetAuthenticationMethods parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authenticationMethodsRoot' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - reports.authenticationMethodsRoot summary: Update the navigation property authenticationMethods in reports operationId: reports.UpdateAuthenticationMethods requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authenticationMethodsRoot' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authenticationMethodsRoot' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - reports.authenticationMethodsRoot summary: Delete navigation property authenticationMethods for reports operationId: reports.DeleteAuthenticationMethods parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /reports/authenticationMethods/usersRegisteredByFeature(): description: Provides operations to call the usersRegisteredByFeature method. get: tags: - reports.Functions summary: Invoke function usersRegisteredByFeature description: 'Get the number of users capable of multi-factor authentication, self-service password reset, and passwordless authentication.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/authenticationmethodsroot-usersregisteredbyfeature?view=graph-rest-1.0 operationId: reports.authenticationMethods.usersRegisteredByFeature-07f2 responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userRegistrationFeatureSummary' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-docs-grouped-path: - '/reports/authenticationMethods/usersRegisteredByFeature(includedUserTypes=''{includedUserTypes}'',includedUserRoles=''{includedUserRoles}'')' '/reports/authenticationMethods/usersRegisteredByFeature(includedUserTypes=''{includedUserTypes}'',includedUserRoles=''{includedUserRoles}'')': description: Provides operations to call the usersRegisteredByFeature method. get: tags: - reports.Functions summary: Invoke function usersRegisteredByFeature operationId: reports.authenticationMethods.usersRegisteredByFeature-b345 responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userRegistrationFeatureSummary' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: includedUserTypes in: path description: 'Usage: includedUserTypes=''{includedUserTypes}''' required: true schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.includedUserTypes' - type: object nullable: true - name: includedUserRoles in: path description: 'Usage: includedUserRoles=''{includedUserRoles}''' required: true schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.includedUserRoles' - type: object nullable: true x-ms-docs-grouped-path: - /reports/authenticationMethods/usersRegisteredByFeature() /reports/authenticationMethods/usersRegisteredByMethod(): description: Provides operations to call the usersRegisteredByMethod method. get: tags: - reports.Functions summary: Invoke function usersRegisteredByMethod description: Get the number of users registered for each authentication method. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/authenticationmethodsroot-usersregisteredbymethod?view=graph-rest-1.0 operationId: reports.authenticationMethods.usersRegisteredByMethod-d25d responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userRegistrationMethodSummary' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-docs-grouped-path: - '/reports/authenticationMethods/usersRegisteredByMethod(includedUserTypes=''{includedUserTypes}'',includedUserRoles=''{includedUserRoles}'')' '/reports/authenticationMethods/usersRegisteredByMethod(includedUserTypes=''{includedUserTypes}'',includedUserRoles=''{includedUserRoles}'')': description: Provides operations to call the usersRegisteredByMethod method. get: tags: - reports.Functions summary: Invoke function usersRegisteredByMethod operationId: reports.authenticationMethods.usersRegisteredByMethod-fb94 responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userRegistrationMethodSummary' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: includedUserTypes in: path description: 'Usage: includedUserTypes=''{includedUserTypes}''' required: true schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.includedUserTypes' - type: object nullable: true - name: includedUserRoles in: path description: 'Usage: includedUserRoles=''{includedUserRoles}''' required: true schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.includedUserRoles' - type: object nullable: true x-ms-docs-grouped-path: - /reports/authenticationMethods/usersRegisteredByMethod() /reports/authenticationMethods/userRegistrationDetails: description: Provides operations to manage the userRegistrationDetails property of the microsoft.graph.authenticationMethodsRoot entity. get: tags: - reports.authenticationMethodsRoot summary: List userRegistrationDetails description: 'Get a list of the authentication methods registered for a user as defined in the userRegistrationDetails object. This method doesn''t work for disabled users. ' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/authenticationmethodsroot-list-userregistrationdetails?view=graph-rest-1.0 operationId: reports.authenticationMethods.ListUserRegistrationDetails parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.userRegistrationDetailsCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - reports.authenticationMethodsRoot summary: Create new navigation property to userRegistrationDetails for reports operationId: reports.authenticationMethods.CreateUserRegistrationDetails requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userRegistrationDetails' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userRegistrationDetails' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}': description: Provides operations to manage the userRegistrationDetails property of the microsoft.graph.authenticationMethodsRoot entity. get: tags: - reports.authenticationMethodsRoot summary: Get userRegistrationDetails description: Read the properties and relationships of a userRegistrationDetails object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/userregistrationdetails-get?view=graph-rest-1.0 operationId: reports.authenticationMethods.GetUserRegistrationDetails parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userRegistrationDetails' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - reports.authenticationMethodsRoot summary: Update the navigation property userRegistrationDetails in reports operationId: reports.authenticationMethods.UpdateUserRegistrationDetails requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userRegistrationDetails' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userRegistrationDetails' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - reports.authenticationMethodsRoot summary: Delete navigation property userRegistrationDetails for reports operationId: reports.authenticationMethods.DeleteUserRegistrationDetails parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: userRegistrationDetails-id in: path description: The unique identifier of userRegistrationDetails required: true schema: type: string x-ms-docs-key-type: userRegistrationDetails /reports/authenticationMethods/userRegistrationDetails/$count: description: Provides operations to count the resources in the collection. get: tags: - reports.authenticationMethodsRoot summary: Get the number of the resource operationId: reports.authenticationMethods.userRegistrationDetails.GetCount-0ab7 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /reports/dailyPrintUsageByPrinter: description: Provides operations to manage the dailyPrintUsageByPrinter property of the microsoft.graph.reportRoot entity. get: tags: - reports.printUsageByPrinter summary: List dailyPrintUsageByPrinter description: 'Retrieve a list of daily print usage summaries, grouped by printer.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/reportroot-list-dailyprintusagebyprinter?view=graph-rest-1.0 operationId: reports.ListDailyPrintUsageByPrinter parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.printUsageByPrinterCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - reports.printUsageByPrinter summary: Create new navigation property to dailyPrintUsageByPrinter for reports operationId: reports.CreateDailyPrintUsageByPrinter requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printUsageByPrinter' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printUsageByPrinter' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/reports/dailyPrintUsageByPrinter/{printUsageByPrinter-id}': description: Provides operations to manage the dailyPrintUsageByPrinter property of the microsoft.graph.reportRoot entity. get: tags: - reports.printUsageByPrinter summary: Get printUsageByPrinter description: 'Retrieve a usage summary for a printer for a particular time period. For descriptions of each of the endpoints, see printUsageByPrinter.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/printusagebyprinter-get?view=graph-rest-1.0 operationId: reports.GetDailyPrintUsageByPrinter parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printUsageByPrinter' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - reports.printUsageByPrinter summary: Update the navigation property dailyPrintUsageByPrinter in reports operationId: reports.UpdateDailyPrintUsageByPrinter requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printUsageByPrinter' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printUsageByPrinter' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - reports.printUsageByPrinter summary: Delete navigation property dailyPrintUsageByPrinter for reports operationId: reports.DeleteDailyPrintUsageByPrinter parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: printUsageByPrinter-id in: path description: The unique identifier of printUsageByPrinter required: true schema: type: string x-ms-docs-key-type: printUsageByPrinter /reports/dailyPrintUsageByPrinter/$count: description: Provides operations to count the resources in the collection. get: tags: - reports.printUsageByPrinter summary: Get the number of the resource operationId: reports.dailyPrintUsageByPrinter.GetCount-73e4 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /reports/dailyPrintUsageByUser: description: Provides operations to manage the dailyPrintUsageByUser property of the microsoft.graph.reportRoot entity. get: tags: - reports.printUsageByUser summary: List dailyPrintUsageByUser description: 'Retrieve a list of daily print usage summaries, grouped by user.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/reportroot-list-dailyprintusagebyuser?view=graph-rest-1.0 operationId: reports.ListDailyPrintUsageByUser parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.printUsageByUserCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - reports.printUsageByUser summary: Create new navigation property to dailyPrintUsageByUser for reports operationId: reports.CreateDailyPrintUsageByUser requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printUsageByUser' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printUsageByUser' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/reports/dailyPrintUsageByUser/{printUsageByUser-id}': description: Provides operations to manage the dailyPrintUsageByUser property of the microsoft.graph.reportRoot entity. get: tags: - reports.printUsageByUser summary: Get printUsageByUser description: 'Retrieve a user''s usage summary for a particular time period. For descriptions of each endpoint, see printUsageByUser.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/printusagebyuser-get?view=graph-rest-1.0 operationId: reports.GetDailyPrintUsageByUser parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printUsageByUser' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - reports.printUsageByUser summary: Update the navigation property dailyPrintUsageByUser in reports operationId: reports.UpdateDailyPrintUsageByUser requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printUsageByUser' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printUsageByUser' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - reports.printUsageByUser summary: Delete navigation property dailyPrintUsageByUser for reports operationId: reports.DeleteDailyPrintUsageByUser parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: printUsageByUser-id in: path description: The unique identifier of printUsageByUser required: true schema: type: string x-ms-docs-key-type: printUsageByUser /reports/dailyPrintUsageByUser/$count: description: Provides operations to count the resources in the collection. get: tags: - reports.printUsageByUser summary: Get the number of the resource operationId: reports.dailyPrintUsageByUser.GetCount-e839 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /reports/deviceConfigurationDeviceActivity(): description: Provides operations to call the deviceConfigurationDeviceActivity method. get: tags: - reports.Functions summary: Invoke function deviceConfigurationDeviceActivity description: Metadata for the device configuration device activity report externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-deviceconfig-reportroot-deviceconfigurationdeviceactivity?view=graph-rest-1.0 operationId: reports.deviceConfigurationDeviceActivity responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.report' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function /reports/deviceConfigurationUserActivity(): description: Provides operations to call the deviceConfigurationUserActivity method. get: tags: - reports.Functions summary: Invoke function deviceConfigurationUserActivity description: Metadata for the device configuration user activity report externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-deviceconfig-reportroot-deviceconfigurationuseractivity?view=graph-rest-1.0 operationId: reports.deviceConfigurationUserActivity responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.report' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function '/reports/getEmailActivityCounts(period=''{period}'')': description: Provides operations to call the getEmailActivityCounts method. get: tags: - reports.Functions summary: Invoke function getEmailActivityCounts description: 'Enables you to understand the trends of email activity (like how many were sent, read, and received) in your organization.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/reportroot-getemailactivitycounts?view=graph-rest-1.0 operationId: reports.getEmailActivityCounts responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: period in: path description: 'Usage: period=''{period}''' required: true schema: type: string '/reports/getEmailActivityUserCounts(period=''{period}'')': description: Provides operations to call the getEmailActivityUserCounts method. get: tags: - reports.Functions summary: Invoke function getEmailActivityUserCounts description: 'Enables you to understand trends on the number of unique users who are performing email activities like send, read, and receive.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/reportroot-getemailactivityusercounts?view=graph-rest-1.0 operationId: reports.getEmailActivityUserCounts responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: period in: path description: 'Usage: period=''{period}''' required: true schema: type: string '/reports/getEmailActivityUserDetail(date={date})': description: Provides operations to call the getEmailActivityUserDetail method. get: tags: - reports.Functions summary: Invoke function getEmailActivityUserDetail description: Get details about email activity users have performed. operationId: reports.getEmailActivityUserDetail-4d91 responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: date in: path description: 'Usage: date={date}' required: true schema: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string format: date x-ms-docs-grouped-path: - '/reports/getEmailActivityUserDetail(period=''{period}'')' '/reports/getEmailActivityUserDetail(period=''{period}'')': description: Provides operations to call the getEmailActivityUserDetail method. get: tags: - reports.Functions summary: Invoke function getEmailActivityUserDetail description: Get details about email activity users have performed. operationId: reports.getEmailActivityUserDetail-6549 responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: period in: path description: 'Usage: period=''{period}''' required: true schema: type: string x-ms-docs-grouped-path: - '/reports/getEmailActivityUserDetail(date={date})' '/reports/getEmailAppUsageAppsUserCounts(period=''{period}'')': description: Provides operations to call the getEmailAppUsageAppsUserCounts method. get: tags: - reports.Functions summary: Invoke function getEmailAppUsageAppsUserCounts description: Get the count of unique users per email app. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/reportroot-getemailappusageappsusercounts?view=graph-rest-1.0 operationId: reports.getEmailAppUsageAppsUserCounts responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: period in: path description: 'Usage: period=''{period}''' required: true schema: type: string '/reports/getEmailAppUsageUserCounts(period=''{period}'')': description: Provides operations to call the getEmailAppUsageUserCounts method. get: tags: - reports.Functions summary: Invoke function getEmailAppUsageUserCounts description: Get the count of unique users that connected to Exchange Online using any email app. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/reportroot-getemailappusageusercounts?view=graph-rest-1.0 operationId: reports.getEmailAppUsageUserCounts responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: period in: path description: 'Usage: period=''{period}''' required: true schema: type: string '/reports/getEmailAppUsageUserDetail(date={date})': description: Provides operations to call the getEmailAppUsageUserDetail method. get: tags: - reports.Functions summary: Invoke function getEmailAppUsageUserDetail description: Get details about which activities users performed on the various email apps. operationId: reports.getEmailAppUsageUserDetail-d5d6 responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: date in: path description: 'Usage: date={date}' required: true schema: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string format: date x-ms-docs-grouped-path: - '/reports/getEmailAppUsageUserDetail(period=''{period}'')' '/reports/getEmailAppUsageUserDetail(period=''{period}'')': description: Provides operations to call the getEmailAppUsageUserDetail method. get: tags: - reports.Functions summary: Invoke function getEmailAppUsageUserDetail description: Get details about which activities users performed on the various email apps. operationId: reports.getEmailAppUsageUserDetail-6aff responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: period in: path description: 'Usage: period=''{period}''' required: true schema: type: string x-ms-docs-grouped-path: - '/reports/getEmailAppUsageUserDetail(date={date})' '/reports/getEmailAppUsageVersionsUserCounts(period=''{period}'')': description: Provides operations to call the getEmailAppUsageVersionsUserCounts method. get: tags: - reports.Functions summary: Invoke function getEmailAppUsageVersionsUserCounts description: Get the count of unique users by Outlook desktop version. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/reportroot-getemailappusageversionsusercounts?view=graph-rest-1.0 operationId: reports.getEmailAppUsageVersionsUserCounts responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: period in: path description: 'Usage: period=''{period}''' required: true schema: type: string '/reports/getGroupArchivedPrintJobs(groupId=''{groupId}'',startDateTime={startDateTime},endDateTime={endDateTime})': description: Provides operations to call the getGroupArchivedPrintJobs method. get: tags: - reports.Functions summary: Invoke function getGroupArchivedPrintJobs description: Get a list of archived print jobs for a particular group. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/reports-getgrouparchivedprintjobs?view=graph-rest-1.0 operationId: reports.getGroupArchivedPrintJobs parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.archivedPrintJob' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: groupId in: path description: 'Usage: groupId=''{groupId}''' required: true schema: type: string - name: startDateTime in: path description: 'Usage: startDateTime={startDateTime}' required: true schema: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string format: date-time nullable: true - name: endDateTime in: path description: 'Usage: endDateTime={endDateTime}' required: true schema: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string format: date-time nullable: true '/reports/getM365AppPlatformUserCounts(period=''{period}'')': description: Provides operations to call the getM365AppPlatformUserCounts method. get: tags: - reports.Functions summary: Invoke function getM365AppPlatformUserCounts description: 'Get a report that provides the trend of active users across all apps for each platform (Windows, Mac, web, and mobile) in your organization.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/reportroot-getm365appplatformusercounts?view=graph-rest-1.0 operationId: reports.getM365AppPlatformUserCounts responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: period in: path description: 'Usage: period=''{period}''' required: true schema: type: string '/reports/getM365AppUserCounts(period=''{period}'')': description: Provides operations to call the getM365AppUserCounts method. get: tags: - reports.Functions summary: Invoke function getM365AppUserCounts description: 'Get a report that provides the trend in the number of active users for each app (Outlook, Word, Excel, PowerPoint, OneNote, and Teams) in your organization.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/reportroot-getm365appusercounts?view=graph-rest-1.0 operationId: reports.getM365AppUserCounts responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: period in: path description: 'Usage: period=''{period}''' required: true schema: type: string '/reports/getM365AppUserDetail(date={date})': description: Provides operations to call the getM365AppUserDetail method. get: tags: - reports.Functions summary: Invoke function getM365AppUserDetail description: Get a report that provides the details about which apps and platforms users have used. operationId: reports.getM365AppUserDetail-0f08 responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: date in: path description: 'Usage: date={date}' required: true schema: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string format: date x-ms-docs-grouped-path: - '/reports/getM365AppUserDetail(period=''{period}'')' '/reports/getM365AppUserDetail(period=''{period}'')': description: Provides operations to call the getM365AppUserDetail method. get: tags: - reports.Functions summary: Invoke function getM365AppUserDetail description: Get a report that provides the details about which apps and platforms users have used. operationId: reports.getM365AppUserDetail-8c91 responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: period in: path description: 'Usage: period=''{period}''' required: true schema: type: string x-ms-docs-grouped-path: - '/reports/getM365AppUserDetail(date={date})' '/reports/getMailboxUsageDetail(period=''{period}'')': description: Provides operations to call the getMailboxUsageDetail method. get: tags: - reports.Functions summary: Invoke function getMailboxUsageDetail description: Get details about mailbox usage. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/reportroot-getmailboxusagedetail?view=graph-rest-1.0 operationId: reports.getMailboxUsageDetail responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: period in: path description: 'Usage: period=''{period}''' required: true schema: type: string '/reports/getMailboxUsageMailboxCounts(period=''{period}'')': description: Provides operations to call the getMailboxUsageMailboxCounts method. get: tags: - reports.Functions summary: Invoke function getMailboxUsageMailboxCounts description: Get the total number of user mailboxes in your organization and how many are active each day of the reporting period. A mailbox is considered active if the user sent or read any email. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/reportroot-getmailboxusagemailboxcounts?view=graph-rest-1.0 operationId: reports.getMailboxUsageMailboxCounts responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: period in: path description: 'Usage: period=''{period}''' required: true schema: type: string '/reports/getMailboxUsageQuotaStatusMailboxCounts(period=''{period}'')': description: Provides operations to call the getMailboxUsageQuotaStatusMailboxCounts method. get: tags: - reports.Functions summary: Invoke function getMailboxUsageQuotaStatusMailboxCounts description: Get the count of user mailboxes in each quota category. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/reportroot-getmailboxusagequotastatusmailboxcounts?view=graph-rest-1.0 operationId: reports.getMailboxUsageQuotaStatusMailboxCounts responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: period in: path description: 'Usage: period=''{period}''' required: true schema: type: string '/reports/getMailboxUsageStorage(period=''{period}'')': description: Provides operations to call the getMailboxUsageStorage method. get: tags: - reports.Functions summary: Invoke function getMailboxUsageStorage description: Get the amount of storage used in your organization. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/reportroot-getmailboxusagestorage?view=graph-rest-1.0 operationId: reports.getMailboxUsageStorage responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: period in: path description: 'Usage: period=''{period}''' required: true schema: type: string /reports/getOffice365ActivationCounts(): description: Provides operations to call the getOffice365ActivationCounts method. get: tags: - reports.Functions summary: Invoke function getOffice365ActivationCounts description: Get the count of Microsoft 365 activations on desktops and devices. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/reportroot-getoffice365activationcounts?view=graph-rest-1.0 operationId: reports.getOffice365ActivationCounts responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function /reports/getOffice365ActivationsUserCounts(): description: Provides operations to call the getOffice365ActivationsUserCounts method. get: tags: - reports.Functions summary: Invoke function getOffice365ActivationsUserCounts description: Get the count of users that are enabled and those that have activated the Office subscription on desktop or devices or shared computers. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/reportroot-getoffice365activationsusercounts?view=graph-rest-1.0 operationId: reports.getOffice365ActivationsUserCounts responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function /reports/getOffice365ActivationsUserDetail(): description: Provides operations to call the getOffice365ActivationsUserDetail method. get: tags: - reports.Functions summary: Invoke function getOffice365ActivationsUserDetail description: Get details about users who have activated Microsoft 365. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/reportroot-getoffice365activationsuserdetail?view=graph-rest-1.0 operationId: reports.getOffice365ActivationsUserDetail responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function '/reports/getOffice365ActiveUserCounts(period=''{period}'')': description: Provides operations to call the getOffice365ActiveUserCounts method. get: tags: - reports.Functions summary: Invoke function getOffice365ActiveUserCounts description: Get the count of daily active users in the reporting period by product. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/reportroot-getoffice365activeusercounts?view=graph-rest-1.0 operationId: reports.getOffice365ActiveUserCounts responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: period in: path description: 'Usage: period=''{period}''' required: true schema: type: string '/reports/getOffice365ActiveUserDetail(date={date})': description: Provides operations to call the getOffice365ActiveUserDetail method. get: tags: - reports.Functions summary: Invoke function getOffice365ActiveUserDetail description: Get details about Microsoft 365 active users. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/reportroot-getoffice365activeuserdetail?view=graph-rest-1.0 operationId: reports.getOffice365ActiveUserDetail-b911 responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: date in: path description: 'Usage: date={date}' required: true schema: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string format: date x-ms-docs-grouped-path: - '/reports/getOffice365ActiveUserDetail(period=''{period}'')' '/reports/getOffice365ActiveUserDetail(period=''{period}'')': description: Provides operations to call the getOffice365ActiveUserDetail method. get: tags: - reports.Functions summary: Invoke function getOffice365ActiveUserDetail operationId: reports.getOffice365ActiveUserDetail-3cc0 responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: period in: path description: 'Usage: period=''{period}''' required: true schema: type: string x-ms-docs-grouped-path: - '/reports/getOffice365ActiveUserDetail(date={date})' '/reports/getOffice365GroupsActivityCounts(period=''{period}'')': description: Provides operations to call the getOffice365GroupsActivityCounts method. get: tags: - reports.Functions summary: Invoke function getOffice365GroupsActivityCounts description: Get the number of group activities across group workloads. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/reportroot-getoffice365groupsactivitycounts?view=graph-rest-1.0 operationId: reports.getOffice365GroupsActivityCounts responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: period in: path description: 'Usage: period=''{period}''' required: true schema: type: string '/reports/getOffice365GroupsActivityDetail(date={date})': description: Provides operations to call the getOffice365GroupsActivityDetail method. get: tags: - reports.Functions summary: Invoke function getOffice365GroupsActivityDetail description: Get details about Microsoft 365 groups activity by group. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/reportroot-getoffice365groupsactivitydetail?view=graph-rest-1.0 operationId: reports.getOffice365GroupsActivityDetail-87d6 responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: date in: path description: 'Usage: date={date}' required: true schema: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string format: date x-ms-docs-grouped-path: - '/reports/getOffice365GroupsActivityDetail(period=''{period}'')' '/reports/getOffice365GroupsActivityDetail(period=''{period}'')': description: Provides operations to call the getOffice365GroupsActivityDetail method. get: tags: - reports.Functions summary: Invoke function getOffice365GroupsActivityDetail operationId: reports.getOffice365GroupsActivityDetail-fe77 responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: period in: path description: 'Usage: period=''{period}''' required: true schema: type: string x-ms-docs-grouped-path: - '/reports/getOffice365GroupsActivityDetail(date={date})' '/reports/getOffice365GroupsActivityFileCounts(period=''{period}'')': description: Provides operations to call the getOffice365GroupsActivityFileCounts method. get: tags: - reports.Functions summary: Invoke function getOffice365GroupsActivityFileCounts description: Get the total number of files and how many of them were active across all group sites associated with a Microsoft 365 group. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/reportroot-getoffice365groupsactivityfilecounts?view=graph-rest-1.0 operationId: reports.getOffice365GroupsActivityFileCounts responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: period in: path description: 'Usage: period=''{period}''' required: true schema: type: string '/reports/getOffice365GroupsActivityGroupCounts(period=''{period}'')': description: Provides operations to call the getOffice365GroupsActivityGroupCounts method. get: tags: - reports.Functions summary: Invoke function getOffice365GroupsActivityGroupCounts description: 'Get the daily total number of groups and how many of them were active based on email conversations, Yammer posts, and SharePoint file activities.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/reportroot-getoffice365groupsactivitygroupcounts?view=graph-rest-1.0 operationId: reports.getOffice365GroupsActivityGroupCounts responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: period in: path description: 'Usage: period=''{period}''' required: true schema: type: string '/reports/getOffice365GroupsActivityStorage(period=''{period}'')': description: Provides operations to call the getOffice365GroupsActivityStorage method. get: tags: - reports.Functions summary: Invoke function getOffice365GroupsActivityStorage description: Get the total storage used across all group mailboxes and group sites. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/reportroot-getoffice365groupsactivitystorage?view=graph-rest-1.0 operationId: reports.getOffice365GroupsActivityStorage responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: period in: path description: 'Usage: period=''{period}''' required: true schema: type: string '/reports/getOffice365ServicesUserCounts(period=''{period}'')': description: Provides operations to call the getOffice365ServicesUserCounts method. get: tags: - reports.Functions summary: Invoke function getOffice365ServicesUserCounts description: Get the count of users by activity type and service. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/reportroot-getoffice365servicesusercounts?view=graph-rest-1.0 operationId: reports.getOffice365ServicesUserCounts responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: period in: path description: 'Usage: period=''{period}''' required: true schema: type: string '/reports/getOneDriveActivityFileCounts(period=''{period}'')': description: Provides operations to call the getOneDriveActivityFileCounts method. get: tags: - reports.Functions summary: Invoke function getOneDriveActivityFileCounts description: 'Get the number of unique, licensed users that performed file interactions against any OneDrive account.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/reportroot-getonedriveactivityfilecounts?view=graph-rest-1.0 operationId: reports.getOneDriveActivityFileCounts responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: period in: path description: 'Usage: period=''{period}''' required: true schema: type: string '/reports/getOneDriveActivityUserCounts(period=''{period}'')': description: Provides operations to call the getOneDriveActivityUserCounts method. get: tags: - reports.Functions summary: Invoke function getOneDriveActivityUserCounts description: Get the trend in the number of active OneDrive users. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/reportroot-getonedriveactivityusercounts?view=graph-rest-1.0 operationId: reports.getOneDriveActivityUserCounts responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: period in: path description: 'Usage: period=''{period}''' required: true schema: type: string '/reports/getOneDriveActivityUserDetail(date={date})': description: Provides operations to call the getOneDriveActivityUserDetail method. get: tags: - reports.Functions summary: Invoke function getOneDriveActivityUserDetail description: Get details about OneDrive activity by user. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/reportroot-getonedriveactivityuserdetail?view=graph-rest-1.0 operationId: reports.getOneDriveActivityUserDetail-77b1 responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: date in: path description: 'Usage: date={date}' required: true schema: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string format: date x-ms-docs-grouped-path: - '/reports/getOneDriveActivityUserDetail(period=''{period}'')' '/reports/getOneDriveActivityUserDetail(period=''{period}'')': description: Provides operations to call the getOneDriveActivityUserDetail method. get: tags: - reports.Functions summary: Invoke function getOneDriveActivityUserDetail operationId: reports.getOneDriveActivityUserDetail-657c responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: period in: path description: 'Usage: period=''{period}''' required: true schema: type: string x-ms-docs-grouped-path: - '/reports/getOneDriveActivityUserDetail(date={date})' '/reports/getOneDriveUsageAccountCounts(period=''{period}'')': description: Provides operations to call the getOneDriveUsageAccountCounts method. get: tags: - reports.Functions summary: Invoke function getOneDriveUsageAccountCounts description: 'Get the trend in the number of active OneDrive for Business sites. Any site on which users viewed, modified, uploaded, downloaded, shared, or synced files is considered an active site.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/reportroot-getonedriveusageaccountcounts?view=graph-rest-1.0 operationId: reports.getOneDriveUsageAccountCounts responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: period in: path description: 'Usage: period=''{period}''' required: true schema: type: string '/reports/getOneDriveUsageAccountDetail(date={date})': description: Provides operations to call the getOneDriveUsageAccountDetail method. get: tags: - reports.Functions summary: Invoke function getOneDriveUsageAccountDetail description: Get details about OneDrive usage by account. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/reportroot-getonedriveusageaccountdetail?view=graph-rest-1.0 operationId: reports.getOneDriveUsageAccountDetail-3b63 responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: date in: path description: 'Usage: date={date}' required: true schema: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string format: date x-ms-docs-grouped-path: - '/reports/getOneDriveUsageAccountDetail(period=''{period}'')' '/reports/getOneDriveUsageAccountDetail(period=''{period}'')': description: Provides operations to call the getOneDriveUsageAccountDetail method. get: tags: - reports.Functions summary: Invoke function getOneDriveUsageAccountDetail operationId: reports.getOneDriveUsageAccountDetail-20b2 responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: period in: path description: 'Usage: period=''{period}''' required: true schema: type: string x-ms-docs-grouped-path: - '/reports/getOneDriveUsageAccountDetail(date={date})' '/reports/getOneDriveUsageFileCounts(period=''{period}'')': description: Provides operations to call the getOneDriveUsageFileCounts method. get: tags: - reports.Functions summary: Invoke function getOneDriveUsageFileCounts description: 'Get the total number of files across all sites and how many are active files. A file is considered active if it has been saved, synced, modified, or shared within the specified time period.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/reportroot-getonedriveusagefilecounts?view=graph-rest-1.0 operationId: reports.getOneDriveUsageFileCounts responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: period in: path description: 'Usage: period=''{period}''' required: true schema: type: string '/reports/getOneDriveUsageStorage(period=''{period}'')': description: Provides operations to call the getOneDriveUsageStorage method. get: tags: - reports.Functions summary: Invoke function getOneDriveUsageStorage description: Get the trend on the amount of storage you're using in OneDrive for Business. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/reportroot-getonedriveusagestorage?view=graph-rest-1.0 operationId: reports.getOneDriveUsageStorage responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: period in: path description: 'Usage: period=''{period}''' required: true schema: type: string '/reports/getPrinterArchivedPrintJobs(printerId=''{printerId}'',startDateTime={startDateTime},endDateTime={endDateTime})': description: Provides operations to call the getPrinterArchivedPrintJobs method. get: tags: - reports.Functions summary: Invoke function getPrinterArchivedPrintJobs description: Get a list of archived print jobs that were queued for particular printer. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/reports-getprinterarchivedprintjobs?view=graph-rest-1.0 operationId: reports.getPrinterArchivedPrintJobs parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.archivedPrintJob' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: printerId in: path description: 'Usage: printerId=''{printerId}''' required: true schema: type: string - name: startDateTime in: path description: 'Usage: startDateTime={startDateTime}' required: true schema: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string format: date-time nullable: true - name: endDateTime in: path description: 'Usage: endDateTime={endDateTime}' required: true schema: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string format: date-time nullable: true '/reports/getRelyingPartyDetailedSummary(period=''{period}'')': description: Provides operations to call the getRelyingPartyDetailedSummary method. get: tags: - reports.Functions summary: Invoke function getRelyingPartyDetailedSummary description: Get a summary of AD FS relying parties information. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/reportroot-getrelyingpartydetailedsummary?view=graph-rest-1.0 operationId: reports.getRelyingPartyDetailedSummary parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of relyingPartyDetailedSummary type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.relyingPartyDetailedSummary' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: period in: path description: 'Usage: period=''{period}''' required: true schema: type: string '/reports/getSharePointActivityFileCounts(period=''{period}'')': description: Provides operations to call the getSharePointActivityFileCounts method. get: tags: - reports.Functions summary: Invoke function getSharePointActivityFileCounts description: 'Get the number of unique, licensed users who interacted with files stored on SharePoint sites.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/reportroot-getsharepointactivityfilecounts?view=graph-rest-1.0 operationId: reports.getSharePointActivityFileCounts responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: period in: path description: 'Usage: period=''{period}''' required: true schema: type: string '/reports/getSharePointActivityPages(period=''{period}'')': description: Provides operations to call the getSharePointActivityPages method. get: tags: - reports.Functions summary: Invoke function getSharePointActivityPages description: Get the number of unique pages visited by users. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/reportroot-getsharepointactivitypages?view=graph-rest-1.0 operationId: reports.getSharePointActivityPages responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: period in: path description: 'Usage: period=''{period}''' required: true schema: type: string '/reports/getSharePointActivityUserCounts(period=''{period}'')': description: Provides operations to call the getSharePointActivityUserCounts method. get: tags: - reports.Functions summary: Invoke function getSharePointActivityUserCounts description: 'Get the trend in the number of active users. A user is considered active if they have executed a file activity (save, sync, modify, or share) or visited a page within the specified time period.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/reportroot-getsharepointactivityusercounts?view=graph-rest-1.0 operationId: reports.getSharePointActivityUserCounts responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: period in: path description: 'Usage: period=''{period}''' required: true schema: type: string '/reports/getSharePointActivityUserDetail(date={date})': description: Provides operations to call the getSharePointActivityUserDetail method. get: tags: - reports.Functions summary: Invoke function getSharePointActivityUserDetail description: Get details about SharePoint activity by user. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/reportroot-getsharepointactivityuserdetail?view=graph-rest-1.0 operationId: reports.getSharePointActivityUserDetail-48b2 responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: date in: path description: 'Usage: date={date}' required: true schema: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string format: date x-ms-docs-grouped-path: - '/reports/getSharePointActivityUserDetail(period=''{period}'')' '/reports/getSharePointActivityUserDetail(period=''{period}'')': description: Provides operations to call the getSharePointActivityUserDetail method. get: tags: - reports.Functions summary: Invoke function getSharePointActivityUserDetail operationId: reports.getSharePointActivityUserDetail-9e51 responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: period in: path description: 'Usage: period=''{period}''' required: true schema: type: string x-ms-docs-grouped-path: - '/reports/getSharePointActivityUserDetail(date={date})' '/reports/getSharePointSiteUsageDetail(date={date})': description: Provides operations to call the getSharePointSiteUsageDetail method. get: tags: - reports.Functions summary: Invoke function getSharePointSiteUsageDetail description: Get details about SharePoint site usage. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/reportroot-getsharepointsiteusagedetail?view=graph-rest-1.0 operationId: reports.getSharePointSiteUsageDetail-a4c0 responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: date in: path description: 'Usage: date={date}' required: true schema: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string format: date x-ms-docs-grouped-path: - '/reports/getSharePointSiteUsageDetail(period=''{period}'')' '/reports/getSharePointSiteUsageDetail(period=''{period}'')': description: Provides operations to call the getSharePointSiteUsageDetail method. get: tags: - reports.Functions summary: Invoke function getSharePointSiteUsageDetail operationId: reports.getSharePointSiteUsageDetail-4fd6 responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: period in: path description: 'Usage: period=''{period}''' required: true schema: type: string x-ms-docs-grouped-path: - '/reports/getSharePointSiteUsageDetail(date={date})' '/reports/getSharePointSiteUsageFileCounts(period=''{period}'')': description: Provides operations to call the getSharePointSiteUsageFileCounts method. get: tags: - reports.Functions summary: Invoke function getSharePointSiteUsageFileCounts description: 'Get the total number of files across all sites and the number of active files. A file (user or system) is considered active if it has been saved, synced, modified, or shared within the specified time period.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/reportroot-getsharepointsiteusagefilecounts?view=graph-rest-1.0 operationId: reports.getSharePointSiteUsageFileCounts responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: period in: path description: 'Usage: period=''{period}''' required: true schema: type: string '/reports/getSharePointSiteUsagePages(period=''{period}'')': description: Provides operations to call the getSharePointSiteUsagePages method. get: tags: - reports.Functions summary: Invoke function getSharePointSiteUsagePages description: Get the number of pages viewed across all sites. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/reportroot-getsharepointsiteusagepages?view=graph-rest-1.0 operationId: reports.getSharePointSiteUsagePages responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: period in: path description: 'Usage: period=''{period}''' required: true schema: type: string '/reports/getSharePointSiteUsageSiteCounts(period=''{period}'')': description: Provides operations to call the getSharePointSiteUsageSiteCounts method. get: tags: - reports.Functions summary: Invoke function getSharePointSiteUsageSiteCounts description: Get the trend of total and active site count during the reporting period. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/reportroot-getsharepointsiteusagesitecounts?view=graph-rest-1.0 operationId: reports.getSharePointSiteUsageSiteCounts responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: period in: path description: 'Usage: period=''{period}''' required: true schema: type: string '/reports/getSharePointSiteUsageStorage(period=''{period}'')': description: Provides operations to call the getSharePointSiteUsageStorage method. get: tags: - reports.Functions summary: Invoke function getSharePointSiteUsageStorage description: Get the trend of storage allocated and consumed during the reporting period. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/reportroot-getsharepointsiteusagestorage?view=graph-rest-1.0 operationId: reports.getSharePointSiteUsageStorage responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: period in: path description: 'Usage: period=''{period}''' required: true schema: type: string '/reports/getSkypeForBusinessActivityCounts(period=''{period}'')': description: Provides operations to call the getSkypeForBusinessActivityCounts method. get: tags: - reports.Functions summary: Invoke function getSkypeForBusinessActivityCounts description: Get the trends on how many users organized and participated in conference sessions held in your organization through Skype for Business. The report also includes the number of peer-to-peer sessions. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessactivitycounts?view=graph-rest-1.0 operationId: reports.getSkypeForBusinessActivityCounts responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: period in: path description: 'Usage: period=''{period}''' required: true schema: type: string '/reports/getSkypeForBusinessActivityUserCounts(period=''{period}'')': description: Provides operations to call the getSkypeForBusinessActivityUserCounts method. get: tags: - reports.Functions summary: Invoke function getSkypeForBusinessActivityUserCounts description: Get the trends on how many unique users organized and participated in conference sessions held in your organization through Skype for Business. The report also includes the number of peer-to-peer sessions. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessactivityusercounts?view=graph-rest-1.0 operationId: reports.getSkypeForBusinessActivityUserCounts responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: period in: path description: 'Usage: period=''{period}''' required: true schema: type: string '/reports/getSkypeForBusinessActivityUserDetail(date={date})': description: Provides operations to call the getSkypeForBusinessActivityUserDetail method. get: tags: - reports.Functions summary: Invoke function getSkypeForBusinessActivityUserDetail description: Get details about Skype for Business activity by user. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessactivityuserdetail?view=graph-rest-1.0 operationId: reports.getSkypeForBusinessActivityUserDetail-83d0 responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: date in: path description: 'Usage: date={date}' required: true schema: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string format: date x-ms-docs-grouped-path: - '/reports/getSkypeForBusinessActivityUserDetail(period=''{period}'')' '/reports/getSkypeForBusinessActivityUserDetail(period=''{period}'')': description: Provides operations to call the getSkypeForBusinessActivityUserDetail method. get: tags: - reports.Functions summary: Invoke function getSkypeForBusinessActivityUserDetail operationId: reports.getSkypeForBusinessActivityUserDetail-74d9 responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: period in: path description: 'Usage: period=''{period}''' required: true schema: type: string x-ms-docs-grouped-path: - '/reports/getSkypeForBusinessActivityUserDetail(date={date})' '/reports/getSkypeForBusinessDeviceUsageDistributionUserCounts(period=''{period}'')': description: Provides operations to call the getSkypeForBusinessDeviceUsageDistributionUserCounts method. get: tags: - reports.Functions summary: Invoke function getSkypeForBusinessDeviceUsageDistributionUserCounts description: 'Get the number of users using unique devices in your organization. The report will show you the number of users per device including Windows, Windows phone, Android phone, iPhone, and iPad.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessdeviceusagedistributionusercounts?view=graph-rest-1.0 operationId: reports.getSkypeForBusinessDeviceUsageDistributionUserCounts responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: period in: path description: 'Usage: period=''{period}''' required: true schema: type: string '/reports/getSkypeForBusinessDeviceUsageUserCounts(period=''{period}'')': description: Provides operations to call the getSkypeForBusinessDeviceUsageUserCounts method. get: tags: - reports.Functions summary: Invoke function getSkypeForBusinessDeviceUsageUserCounts description: 'Get the usage trends on how many users in your organization have connected using the Skype for Business app. You''ll also get a breakdown by the type of device (Windows, Windows phone, Android phone, iPhone, or iPad) on which the Skype for Business client app is installed and used across your organization.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessdeviceusageusercounts?view=graph-rest-1.0 operationId: reports.getSkypeForBusinessDeviceUsageUserCounts responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: period in: path description: 'Usage: period=''{period}''' required: true schema: type: string '/reports/getSkypeForBusinessDeviceUsageUserDetail(date={date})': description: Provides operations to call the getSkypeForBusinessDeviceUsageUserDetail method. get: tags: - reports.Functions summary: Invoke function getSkypeForBusinessDeviceUsageUserDetail description: Get details about Skype for Business device usage by user. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessdeviceusageuserdetail?view=graph-rest-1.0 operationId: reports.getSkypeForBusinessDeviceUsageUserDetail-fe29 responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: date in: path description: 'Usage: date={date}' required: true schema: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string format: date x-ms-docs-grouped-path: - '/reports/getSkypeForBusinessDeviceUsageUserDetail(period=''{period}'')' '/reports/getSkypeForBusinessDeviceUsageUserDetail(period=''{period}'')': description: Provides operations to call the getSkypeForBusinessDeviceUsageUserDetail method. get: tags: - reports.Functions summary: Invoke function getSkypeForBusinessDeviceUsageUserDetail operationId: reports.getSkypeForBusinessDeviceUsageUserDetail-ee84 responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: period in: path description: 'Usage: period=''{period}''' required: true schema: type: string x-ms-docs-grouped-path: - '/reports/getSkypeForBusinessDeviceUsageUserDetail(date={date})' '/reports/getSkypeForBusinessOrganizerActivityCounts(period=''{period}'')': description: Provides operations to call the getSkypeForBusinessOrganizerActivityCounts method. get: tags: - reports.Functions summary: Invoke function getSkypeForBusinessOrganizerActivityCounts description: 'Get usage trends on the number and type of conference sessions held and organized by users in your organization. Types of conference sessions include IM, audio/video, application sharing, web, dial-in/out - third party, and Dial-in/out Microsoft.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessorganizeractivitycounts?view=graph-rest-1.0 operationId: reports.getSkypeForBusinessOrganizerActivityCounts responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: period in: path description: 'Usage: period=''{period}''' required: true schema: type: string '/reports/getSkypeForBusinessOrganizerActivityMinuteCounts(period=''{period}'')': description: Provides operations to call the getSkypeForBusinessOrganizerActivityMinuteCounts method. get: tags: - reports.Functions summary: Invoke function getSkypeForBusinessOrganizerActivityMinuteCounts description: 'Get usage trends on the length in minutes and type of conference sessions held and organized by users in your organization. Types of conference sessions include audio/video, and dial-in and dial-out - Microsoft.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessorganizeractivityminutecounts?view=graph-rest-1.0 operationId: reports.getSkypeForBusinessOrganizerActivityMinuteCounts responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: period in: path description: 'Usage: period=''{period}''' required: true schema: type: string '/reports/getSkypeForBusinessOrganizerActivityUserCounts(period=''{period}'')': description: Provides operations to call the getSkypeForBusinessOrganizerActivityUserCounts method. get: tags: - reports.Functions summary: Invoke function getSkypeForBusinessOrganizerActivityUserCounts description: 'Get usage trends on the number of unique users and type of conference sessions held and organized by users in your organization. Types of conference sessions include IM, audio/video, application sharing, web, dial-in/out - third party, and dial-in/out Microsoft.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessorganizeractivityusercounts?view=graph-rest-1.0 operationId: reports.getSkypeForBusinessOrganizerActivityUserCounts responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: period in: path description: 'Usage: period=''{period}''' required: true schema: type: string '/reports/getSkypeForBusinessParticipantActivityCounts(period=''{period}'')': description: Provides operations to call the getSkypeForBusinessParticipantActivityCounts method. get: tags: - reports.Functions summary: Invoke function getSkypeForBusinessParticipantActivityCounts description: 'Get usage trends on the number and type of conference sessions that users from your organization participated in. Types of conference sessions include IM, audio/video, application sharing, web, and dial-in/out - third party.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessparticipantactivitycounts?view=graph-rest-1.0 operationId: reports.getSkypeForBusinessParticipantActivityCounts responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: period in: path description: 'Usage: period=''{period}''' required: true schema: type: string '/reports/getSkypeForBusinessParticipantActivityMinuteCounts(period=''{period}'')': description: Provides operations to call the getSkypeForBusinessParticipantActivityMinuteCounts method. get: tags: - reports.Functions summary: Invoke function getSkypeForBusinessParticipantActivityMinuteCounts description: Get usage trends on the length in minutes and type of conference sessions that users from your organization participated in. Types of conference sessions include audio/video. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessparticipantactivityminutecounts?view=graph-rest-1.0 operationId: reports.getSkypeForBusinessParticipantActivityMinuteCounts responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: period in: path description: 'Usage: period=''{period}''' required: true schema: type: string '/reports/getSkypeForBusinessParticipantActivityUserCounts(period=''{period}'')': description: Provides operations to call the getSkypeForBusinessParticipantActivityUserCounts method. get: tags: - reports.Functions summary: Invoke function getSkypeForBusinessParticipantActivityUserCounts description: 'Get usage trends on the number of unique users and type of conference sessions that users from your organization participated in. Types of conference sessions include IM, audio/video, application sharing, web, and dial-in/out - third party.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessparticipantactivityusercounts?view=graph-rest-1.0 operationId: reports.getSkypeForBusinessParticipantActivityUserCounts responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: period in: path description: 'Usage: period=''{period}''' required: true schema: type: string '/reports/getSkypeForBusinessPeerToPeerActivityCounts(period=''{period}'')': description: Provides operations to call the getSkypeForBusinessPeerToPeerActivityCounts method. get: tags: - reports.Functions summary: Invoke function getSkypeForBusinessPeerToPeerActivityCounts description: 'Get usage trends on the number and type of sessions held in your organization. Types of sessions include IM, audio, video, application sharing, and file transfer.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinesspeertopeeractivitycounts?view=graph-rest-1.0 operationId: reports.getSkypeForBusinessPeerToPeerActivityCounts responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: period in: path description: 'Usage: period=''{period}''' required: true schema: type: string '/reports/getSkypeForBusinessPeerToPeerActivityMinuteCounts(period=''{period}'')': description: Provides operations to call the getSkypeForBusinessPeerToPeerActivityMinuteCounts method. get: tags: - reports.Functions summary: Invoke function getSkypeForBusinessPeerToPeerActivityMinuteCounts description: Get usage trends on the length in minutes and type of peer-to-peer sessions held in your organization. Types of sessions include audio and video. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinesspeertopeeractivityminutecounts?view=graph-rest-1.0 operationId: reports.getSkypeForBusinessPeerToPeerActivityMinuteCounts responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: period in: path description: 'Usage: period=''{period}''' required: true schema: type: string '/reports/getSkypeForBusinessPeerToPeerActivityUserCounts(period=''{period}'')': description: Provides operations to call the getSkypeForBusinessPeerToPeerActivityUserCounts method. get: tags: - reports.Functions summary: Invoke function getSkypeForBusinessPeerToPeerActivityUserCounts description: 'Get usage trends on the number of unique users and type of peer-to-peer sessions held in your organization. Types of sessions include IM, audio, video, application sharing, and file transfers in peer-to-peer sessions.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinesspeertopeeractivityusercounts?view=graph-rest-1.0 operationId: reports.getSkypeForBusinessPeerToPeerActivityUserCounts responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: period in: path description: 'Usage: period=''{period}''' required: true schema: type: string '/reports/getTeamsDeviceUsageDistributionUserCounts(period=''{period}'')': description: Provides operations to call the getTeamsDeviceUsageDistributionUserCounts method. get: tags: - reports.Functions summary: Invoke function getTeamsDeviceUsageDistributionUserCounts description: Get the number of Microsoft Teams unique users by device type over the selected time period. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/reportroot-getteamsdeviceusagedistributionusercounts?view=graph-rest-1.0 operationId: reports.getTeamsDeviceUsageDistributionUserCounts responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: period in: path description: 'Usage: period=''{period}''' required: true schema: type: string '/reports/getTeamsDeviceUsageUserCounts(period=''{period}'')': description: Provides operations to call the getTeamsDeviceUsageUserCounts method. get: tags: - reports.Functions summary: Invoke function getTeamsDeviceUsageUserCounts description: Get the number of Microsoft Teams daily unique users by device type. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/reportroot-getteamsdeviceusageusercounts?view=graph-rest-1.0 operationId: reports.getTeamsDeviceUsageUserCounts responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: period in: path description: 'Usage: period=''{period}''' required: true schema: type: string '/reports/getTeamsDeviceUsageUserDetail(date={date})': description: Provides operations to call the getTeamsDeviceUsageUserDetail method. get: tags: - reports.Functions summary: Invoke function getTeamsDeviceUsageUserDetail description: Get details about Microsoft Teams device usage by user. operationId: reports.getTeamsDeviceUsageUserDetail-8630 responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: date in: path description: 'Usage: date={date}' required: true schema: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string format: date x-ms-docs-grouped-path: - '/reports/getTeamsDeviceUsageUserDetail(period=''{period}'')' '/reports/getTeamsDeviceUsageUserDetail(period=''{period}'')': description: Provides operations to call the getTeamsDeviceUsageUserDetail method. get: tags: - reports.Functions summary: Invoke function getTeamsDeviceUsageUserDetail description: Get details about Microsoft Teams device usage by user. operationId: reports.getTeamsDeviceUsageUserDetail-62d3 responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: period in: path description: 'Usage: period=''{period}''' required: true schema: type: string x-ms-docs-grouped-path: - '/reports/getTeamsDeviceUsageUserDetail(date={date})' '/reports/getTeamsTeamActivityCounts(period=''{period}'')': description: Provides operations to call the getTeamsTeamActivityCounts method. get: tags: - reports.Functions summary: Invoke function getTeamsTeamActivityCounts description: Get the number of team activities across Microsoft Teams. The activity types are related to meetings and messages. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/reportroot-getteamsteamactivitycounts?view=graph-rest-1.0 operationId: reports.getTeamsTeamActivityCounts responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: period in: path description: 'Usage: period=''{period}''' required: true schema: type: string '/reports/getTeamsTeamActivityDetail(date={date})': description: Provides operations to call the getTeamsTeamActivityDetail method. get: tags: - reports.Functions summary: Invoke function getTeamsTeamActivityDetail description: Get details about Microsoft Teams activity by team. The numbers include activities for both licensed and nonlicensed users. operationId: reports.getTeamsTeamActivityDetail-391d responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: date in: path description: 'Usage: date={date}' required: true schema: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string format: date x-ms-docs-grouped-path: - '/reports/getTeamsTeamActivityDetail(period=''{period}'')' '/reports/getTeamsTeamActivityDetail(period=''{period}'')': description: Provides operations to call the getTeamsTeamActivityDetail method. get: tags: - reports.Functions summary: Invoke function getTeamsTeamActivityDetail description: Get details about Microsoft Teams activity by team. The numbers include activities for both licensed and nonlicensed users. operationId: reports.getTeamsTeamActivityDetail-ee18 responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: period in: path description: 'Usage: period=''{period}''' required: true schema: type: string x-ms-docs-grouped-path: - '/reports/getTeamsTeamActivityDetail(date={date})' '/reports/getTeamsTeamActivityDistributionCounts(period=''{period}'')': description: Provides operations to call the getTeamsTeamActivityDistributionCounts method. get: tags: - reports.Functions summary: Invoke function getTeamsTeamActivityDistributionCounts description: Get the number of team activities across Microsoft Teams over a selected period. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/reportroot-getteamsteamactivitydistributioncounts?view=graph-rest-1.0 operationId: reports.getTeamsTeamActivityDistributionCounts responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: period in: path description: 'Usage: period=''{period}''' required: true schema: type: string '/reports/getTeamsTeamCounts(period=''{period}'')': description: Provides operations to call the getTeamsTeamCounts method. get: tags: - reports.Functions summary: Invoke function getTeamsTeamCounts description: Get the number of teams of a particular type in an instance of Microsoft Teams. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/reportroot-getteamsteamcounts?view=graph-rest-1.0 operationId: reports.getTeamsTeamCounts responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: period in: path description: 'Usage: period=''{period}''' required: true schema: type: string '/reports/getTeamsUserActivityCounts(period=''{period}'')': description: Provides operations to call the getTeamsUserActivityCounts method. get: tags: - reports.Functions summary: Invoke function getTeamsUserActivityCounts description: Get the number of Microsoft Teams activities by activity type. The activities are performed by Microsoft Teams licensed users. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/reportroot-getteamsuseractivitycounts?view=graph-rest-1.0 operationId: reports.getTeamsUserActivityCounts responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: period in: path description: 'Usage: period=''{period}''' required: true schema: type: string '/reports/getTeamsUserActivityUserCounts(period=''{period}'')': description: Provides operations to call the getTeamsUserActivityUserCounts method. get: tags: - reports.Functions summary: Invoke function getTeamsUserActivityUserCounts description: 'Get the number of Microsoft Teams users by activity type. The activity types are number of teams chat messages, private chat messages, calls, or meetings.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/reportroot-getteamsuseractivityusercounts?view=graph-rest-1.0 operationId: reports.getTeamsUserActivityUserCounts responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: period in: path description: 'Usage: period=''{period}''' required: true schema: type: string '/reports/getTeamsUserActivityUserDetail(date={date})': description: Provides operations to call the getTeamsUserActivityUserDetail method. get: tags: - reports.Functions summary: Invoke function getTeamsUserActivityUserDetail description: Get details about Microsoft Teams user activity by user. operationId: reports.getTeamsUserActivityUserDetail-fba7 responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: date in: path description: 'Usage: date={date}' required: true schema: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string format: date x-ms-docs-grouped-path: - '/reports/getTeamsUserActivityUserDetail(period=''{period}'')' '/reports/getTeamsUserActivityUserDetail(period=''{period}'')': description: Provides operations to call the getTeamsUserActivityUserDetail method. get: tags: - reports.Functions summary: Invoke function getTeamsUserActivityUserDetail description: Get details about Microsoft Teams user activity by user. operationId: reports.getTeamsUserActivityUserDetail-7554 responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: period in: path description: 'Usage: period=''{period}''' required: true schema: type: string x-ms-docs-grouped-path: - '/reports/getTeamsUserActivityUserDetail(date={date})' '/reports/getUserArchivedPrintJobs(userId=''{userId}'',startDateTime={startDateTime},endDateTime={endDateTime})': description: Provides operations to call the getUserArchivedPrintJobs method. get: tags: - reports.Functions summary: Invoke function getUserArchivedPrintJobs description: Get a list of archived print jobs for a particular user. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/reports-getuserarchivedprintjobs?view=graph-rest-1.0 operationId: reports.getUserArchivedPrintJobs parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.archivedPrintJob' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: userId in: path description: 'Usage: userId=''{userId}''' required: true schema: type: string - name: startDateTime in: path description: 'Usage: startDateTime={startDateTime}' required: true schema: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string format: date-time nullable: true - name: endDateTime in: path description: 'Usage: endDateTime={endDateTime}' required: true schema: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string format: date-time nullable: true '/reports/getYammerActivityCounts(period=''{period}'')': description: Provides operations to call the getYammerActivityCounts method. get: tags: - reports.Functions summary: Invoke function getYammerActivityCounts description: 'Get the trends on the amount of Yammer activity in your organization by how many messages were posted, read, and liked.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/reportroot-getyammeractivitycounts?view=graph-rest-1.0 operationId: reports.getYammerActivityCounts responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: period in: path description: 'Usage: period=''{period}''' required: true schema: type: string '/reports/getYammerActivityUserCounts(period=''{period}'')': description: Provides operations to call the getYammerActivityUserCounts method. get: tags: - reports.Functions summary: Invoke function getYammerActivityUserCounts description: 'Get the trends on the number of unique users who posted, read, and liked Yammer messages.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/reportroot-getyammeractivityusercounts?view=graph-rest-1.0 operationId: reports.getYammerActivityUserCounts responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: period in: path description: 'Usage: period=''{period}''' required: true schema: type: string '/reports/getYammerActivityUserDetail(date={date})': description: Provides operations to call the getYammerActivityUserDetail method. get: tags: - reports.Functions summary: Invoke function getYammerActivityUserDetail description: Get details about Yammer activity by user. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/reportroot-getyammeractivityuserdetail?view=graph-rest-1.0 operationId: reports.getYammerActivityUserDetail-41fe responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: date in: path description: 'Usage: date={date}' required: true schema: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string format: date x-ms-docs-grouped-path: - '/reports/getYammerActivityUserDetail(period=''{period}'')' '/reports/getYammerActivityUserDetail(period=''{period}'')': description: Provides operations to call the getYammerActivityUserDetail method. get: tags: - reports.Functions summary: Invoke function getYammerActivityUserDetail operationId: reports.getYammerActivityUserDetail-9506 responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: period in: path description: 'Usage: period=''{period}''' required: true schema: type: string x-ms-docs-grouped-path: - '/reports/getYammerActivityUserDetail(date={date})' '/reports/getYammerDeviceUsageDistributionUserCounts(period=''{period}'')': description: Provides operations to call the getYammerDeviceUsageDistributionUserCounts method. get: tags: - reports.Functions summary: Invoke function getYammerDeviceUsageDistributionUserCounts description: Get the number of users by device type. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/reportroot-getyammerdeviceusagedistributionusercounts?view=graph-rest-1.0 operationId: reports.getYammerDeviceUsageDistributionUserCounts responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: period in: path description: 'Usage: period=''{period}''' required: true schema: type: string '/reports/getYammerDeviceUsageUserCounts(period=''{period}'')': description: Provides operations to call the getYammerDeviceUsageUserCounts method. get: tags: - reports.Functions summary: Invoke function getYammerDeviceUsageUserCounts description: Get the number of daily users by device type. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/reportroot-getyammerdeviceusageusercounts?view=graph-rest-1.0 operationId: reports.getYammerDeviceUsageUserCounts responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: period in: path description: 'Usage: period=''{period}''' required: true schema: type: string '/reports/getYammerDeviceUsageUserDetail(date={date})': description: Provides operations to call the getYammerDeviceUsageUserDetail method. get: tags: - reports.Functions summary: Invoke function getYammerDeviceUsageUserDetail description: Get details about Yammer device usage by user. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/reportroot-getyammerdeviceusageuserdetail?view=graph-rest-1.0 operationId: reports.getYammerDeviceUsageUserDetail-e734 responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: date in: path description: 'Usage: date={date}' required: true schema: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string format: date x-ms-docs-grouped-path: - '/reports/getYammerDeviceUsageUserDetail(period=''{period}'')' '/reports/getYammerDeviceUsageUserDetail(period=''{period}'')': description: Provides operations to call the getYammerDeviceUsageUserDetail method. get: tags: - reports.Functions summary: Invoke function getYammerDeviceUsageUserDetail operationId: reports.getYammerDeviceUsageUserDetail-07bb responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: period in: path description: 'Usage: period=''{period}''' required: true schema: type: string x-ms-docs-grouped-path: - '/reports/getYammerDeviceUsageUserDetail(date={date})' '/reports/getYammerGroupsActivityCounts(period=''{period}'')': description: Provides operations to call the getYammerGroupsActivityCounts method. get: tags: - reports.Functions summary: Invoke function getYammerGroupsActivityCounts description: 'Get the number of Yammer messages posted, read, and liked in groups.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/reportroot-getyammergroupsactivitycounts?view=graph-rest-1.0 operationId: reports.getYammerGroupsActivityCounts responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: period in: path description: 'Usage: period=''{period}''' required: true schema: type: string '/reports/getYammerGroupsActivityDetail(date={date})': description: Provides operations to call the getYammerGroupsActivityDetail method. get: tags: - reports.Functions summary: Invoke function getYammerGroupsActivityDetail description: Get details about Yammer groups activity by group. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/reportroot-getyammergroupsactivitydetail?view=graph-rest-1.0 operationId: reports.getYammerGroupsActivityDetail-9ea3 responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: date in: path description: 'Usage: date={date}' required: true schema: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string format: date x-ms-docs-grouped-path: - '/reports/getYammerGroupsActivityDetail(period=''{period}'')' '/reports/getYammerGroupsActivityDetail(period=''{period}'')': description: Provides operations to call the getYammerGroupsActivityDetail method. get: tags: - reports.Functions summary: Invoke function getYammerGroupsActivityDetail operationId: reports.getYammerGroupsActivityDetail-99d3 responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: period in: path description: 'Usage: period=''{period}''' required: true schema: type: string x-ms-docs-grouped-path: - '/reports/getYammerGroupsActivityDetail(date={date})' '/reports/getYammerGroupsActivityGroupCounts(period=''{period}'')': description: Provides operations to call the getYammerGroupsActivityGroupCounts method. get: tags: - reports.Functions summary: Invoke function getYammerGroupsActivityGroupCounts description: Get the total number of groups that existed and how many included group conversation activities. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/reportroot-getyammergroupsactivitygroupcounts?view=graph-rest-1.0 operationId: reports.getYammerGroupsActivityGroupCounts responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: period in: path description: 'Usage: period=''{period}''' required: true schema: type: string /reports/managedDeviceEnrollmentFailureDetails(): description: Provides operations to call the managedDeviceEnrollmentFailureDetails method. get: tags: - reports.Functions summary: Invoke function managedDeviceEnrollmentFailureDetails operationId: reports.managedDeviceEnrollmentFailureDetails-8191 responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.report' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-docs-grouped-path: - '/reports/managedDeviceEnrollmentFailureDetails(skip={skip},top={top},filter=''{filter}'',skipToken=''{skipToken}'')' '/reports/managedDeviceEnrollmentFailureDetails(skip={skip},top={top},filter=''{filter}'',skipToken=''{skipToken}'')': description: Provides operations to call the managedDeviceEnrollmentFailureDetails method. get: tags: - reports.Functions summary: Invoke function managedDeviceEnrollmentFailureDetails operationId: reports.managedDeviceEnrollmentFailureDetails-aa46 responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.report' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: skip in: path description: 'Usage: skip={skip}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 nullable: true - name: top in: path description: 'Usage: top={top}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 nullable: true - name: filter in: path description: 'Usage: filter=''{filter}''' required: true schema: type: string nullable: true - name: skipToken in: path description: 'Usage: skipToken=''{skipToken}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - /reports/managedDeviceEnrollmentFailureDetails() /reports/managedDeviceEnrollmentTopFailures(): description: Provides operations to call the managedDeviceEnrollmentTopFailures method. get: tags: - reports.Functions summary: Invoke function managedDeviceEnrollmentTopFailures operationId: reports.managedDeviceEnrollmentTopFailures-9ce7 responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.report' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-docs-grouped-path: - '/reports/managedDeviceEnrollmentTopFailures(period=''{period}'')' '/reports/managedDeviceEnrollmentTopFailures(period=''{period}'')': description: Provides operations to call the managedDeviceEnrollmentTopFailures method. get: tags: - reports.Functions summary: Invoke function managedDeviceEnrollmentTopFailures operationId: reports.managedDeviceEnrollmentTopFailures-2157 responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.report' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: period in: path description: 'Usage: period=''{period}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - /reports/managedDeviceEnrollmentTopFailures() /reports/monthlyPrintUsageByPrinter: description: Provides operations to manage the monthlyPrintUsageByPrinter property of the microsoft.graph.reportRoot entity. get: tags: - reports.printUsageByPrinter summary: List monthlyPrintUsageByPrinter description: 'Retrieve a list of monthly print usage summaries, grouped by printer.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/reportroot-list-monthlyprintusagebyprinter?view=graph-rest-1.0 operationId: reports.ListMonthlyPrintUsageByPrinter parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.printUsageByPrinterCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - reports.printUsageByPrinter summary: Create new navigation property to monthlyPrintUsageByPrinter for reports operationId: reports.CreateMonthlyPrintUsageByPrinter requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printUsageByPrinter' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printUsageByPrinter' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/reports/monthlyPrintUsageByPrinter/{printUsageByPrinter-id}': description: Provides operations to manage the monthlyPrintUsageByPrinter property of the microsoft.graph.reportRoot entity. get: tags: - reports.printUsageByPrinter summary: Get monthlyPrintUsageByPrinter from reports description: 'Retrieve a list of monthly print usage summaries, grouped by printer.' operationId: reports.GetMonthlyPrintUsageByPrinter parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printUsageByPrinter' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - reports.printUsageByPrinter summary: Update the navigation property monthlyPrintUsageByPrinter in reports operationId: reports.UpdateMonthlyPrintUsageByPrinter requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printUsageByPrinter' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printUsageByPrinter' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - reports.printUsageByPrinter summary: Delete navigation property monthlyPrintUsageByPrinter for reports operationId: reports.DeleteMonthlyPrintUsageByPrinter parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: printUsageByPrinter-id in: path description: The unique identifier of printUsageByPrinter required: true schema: type: string x-ms-docs-key-type: printUsageByPrinter /reports/monthlyPrintUsageByPrinter/$count: description: Provides operations to count the resources in the collection. get: tags: - reports.printUsageByPrinter summary: Get the number of the resource operationId: reports.monthlyPrintUsageByPrinter.GetCount-18cc parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /reports/monthlyPrintUsageByUser: description: Provides operations to manage the monthlyPrintUsageByUser property of the microsoft.graph.reportRoot entity. get: tags: - reports.printUsageByUser summary: List monthlyPrintUsageByUser description: 'Retrieve a list of monthly print usage summaries, grouped by user.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/reportroot-list-monthlyprintusagebyuser?view=graph-rest-1.0 operationId: reports.ListMonthlyPrintUsageByUser parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.printUsageByUserCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - reports.printUsageByUser summary: Create new navigation property to monthlyPrintUsageByUser for reports operationId: reports.CreateMonthlyPrintUsageByUser requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printUsageByUser' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printUsageByUser' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/reports/monthlyPrintUsageByUser/{printUsageByUser-id}': description: Provides operations to manage the monthlyPrintUsageByUser property of the microsoft.graph.reportRoot entity. get: tags: - reports.printUsageByUser summary: Get monthlyPrintUsageByUser from reports description: 'Retrieve a list of monthly print usage summaries, grouped by user.' operationId: reports.GetMonthlyPrintUsageByUser parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printUsageByUser' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - reports.printUsageByUser summary: Update the navigation property monthlyPrintUsageByUser in reports operationId: reports.UpdateMonthlyPrintUsageByUser requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printUsageByUser' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printUsageByUser' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - reports.printUsageByUser summary: Delete navigation property monthlyPrintUsageByUser for reports operationId: reports.DeleteMonthlyPrintUsageByUser parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: printUsageByUser-id in: path description: The unique identifier of printUsageByUser required: true schema: type: string x-ms-docs-key-type: printUsageByUser /reports/monthlyPrintUsageByUser/$count: description: Provides operations to count the resources in the collection. get: tags: - reports.printUsageByUser summary: Get the number of the resource operationId: reports.monthlyPrintUsageByUser.GetCount-60f0 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /reports/partners: description: Provides operations to manage the partners property of the microsoft.graph.reportRoot entity. get: tags: - reports.partners summary: Get partners from reports description: Represents billing details for a Microsoft direct partner. operationId: reports.GetPartners parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.partners' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - reports.partners summary: Update the navigation property partners in reports operationId: reports.UpdatePartners requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.partners' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.partners' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - reports.partners summary: Delete navigation property partners for reports operationId: reports.DeletePartners parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /reports/partners/billing: description: Provides operations to manage the billing property of the microsoft.graph.partners entity. get: tags: - reports.partners summary: Get billing from reports description: Represents billing details for billed and unbilled data. operationId: reports.partners.GetBilling parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.partners.billing.billing' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - reports.partners summary: Update the navigation property billing in reports operationId: reports.partners.UpdateBilling requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.partners.billing.billing' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.partners.billing.billing' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - reports.partners summary: Delete navigation property billing for reports operationId: reports.partners.DeleteBilling parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /reports/partners/billing/manifests: description: Provides operations to manage the manifests property of the microsoft.graph.partners.billing.billing entity. get: tags: - reports.partners summary: Get manifest description: Read the properties and relationships of a manifest object. operationId: reports.partners.billing.ListManifests parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.partners.billing.manifestCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - reports.partners summary: Create new navigation property to manifests for reports operationId: reports.partners.billing.CreateManifests requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.partners.billing.manifest' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.partners.billing.manifest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/reports/partners/billing/manifests/{manifest-id}': description: Provides operations to manage the manifests property of the microsoft.graph.partners.billing.billing entity. get: tags: - reports.partners summary: Get manifest description: Read the properties and relationships of a manifest object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/partners-billing-manifest-get?view=graph-rest-1.0 operationId: reports.partners.billing.GetManifests parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.partners.billing.manifest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - reports.partners summary: Update the navigation property manifests in reports operationId: reports.partners.billing.UpdateManifests requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.partners.billing.manifest' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.partners.billing.manifest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - reports.partners summary: Delete navigation property manifests for reports operationId: reports.partners.billing.DeleteManifests parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: manifest-id in: path description: The unique identifier of manifest required: true schema: type: string x-ms-docs-key-type: manifest /reports/partners/billing/manifests/$count: description: Provides operations to count the resources in the collection. get: tags: - reports.partners summary: Get the number of the resource operationId: reports.partners.billing.manifests.GetCount-f888 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /reports/partners/billing/operations: description: Provides operations to manage the operations property of the microsoft.graph.partners.billing.billing entity. get: tags: - reports.partners summary: Get operation description: Read the properties and relationships of an operation object. operationId: reports.partners.billing.ListOperations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.partners.billing.operationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - reports.partners summary: Create new navigation property to operations for reports operationId: reports.partners.billing.CreateOperations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.partners.billing.operation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.partners.billing.operation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/reports/partners/billing/operations/{operation-id}': description: Provides operations to manage the operations property of the microsoft.graph.partners.billing.billing entity. get: tags: - reports.partners summary: Get operation description: Read the properties and relationships of an operation object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/partners-billing-operation-get?view=graph-rest-1.0 operationId: reports.partners.billing.GetOperations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.partners.billing.operation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - reports.partners summary: Update the navigation property operations in reports operationId: reports.partners.billing.UpdateOperations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.partners.billing.operation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.partners.billing.operation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - reports.partners summary: Delete navigation property operations for reports operationId: reports.partners.billing.DeleteOperations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: operation-id in: path description: The unique identifier of operation required: true schema: type: string x-ms-docs-key-type: operation /reports/partners/billing/operations/$count: description: Provides operations to count the resources in the collection. get: tags: - reports.partners summary: Get the number of the resource operationId: reports.partners.billing.operations.GetCount-9331 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /reports/partners/billing/reconciliation: description: Provides operations to manage the reconciliation property of the microsoft.graph.partners.billing.billing entity. get: tags: - reports.partners summary: Get reconciliation from reports description: Represents details for billed invoice reconciliation data. operationId: reports.partners.billing.GetReconciliation parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.partners.billing.billingReconciliation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - reports.partners summary: Update the navigation property reconciliation in reports operationId: reports.partners.billing.UpdateReconciliation requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.partners.billing.billingReconciliation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.partners.billing.billingReconciliation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - reports.partners summary: Delete navigation property reconciliation for reports operationId: reports.partners.billing.DeleteReconciliation parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /reports/partners/billing/reconciliation/billed: description: Provides operations to manage the billed property of the microsoft.graph.partners.billing.billingReconciliation entity. get: tags: - reports.partners summary: Get billed from reports description: Represents details for billed invoice reconciliation data. operationId: reports.partners.billing.reconciliation.GetBilled parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.partners.billing.billedReconciliation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - reports.partners summary: Update the navigation property billed in reports operationId: reports.partners.billing.reconciliation.UpdateBilled requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.partners.billing.billedReconciliation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.partners.billing.billedReconciliation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - reports.partners summary: Delete navigation property billed for reports operationId: reports.partners.billing.reconciliation.DeleteBilled parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /reports/partners/billing/reconciliation/billed/microsoft.graph.partners.billing.export: description: Provides operations to call the export method. post: tags: - reports.Actions summary: Invoke action export description: Export the billed invoice reconciliation data. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/partners-billing-billedreconciliation-export?view=graph-rest-1.0 operationId: reports.partners.billing.reconciliation.billed.export requestBody: description: Action parameters content: application/json: schema: type: object properties: invoiceId: type: string nullable: true attributeSet: anyOf: - $ref: '#/components/schemas/microsoft.graph.partners.billing.attributeSet' - type: object nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.partners.billing.operation' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-docs-grouped-path: - /reports/partners/billing/usage/billed/microsoft.graph.partners.billing.export - /reports/partners/billing/usage/unbilled/microsoft.graph.partners.billing.export /reports/partners/billing/usage: description: Provides operations to manage the usage property of the microsoft.graph.partners.billing.billing entity. get: tags: - reports.partners summary: Get usage from reports description: Represents details for billed and unbilled Azure usage data. operationId: reports.partners.billing.GetUsage parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.partners.billing.azureUsage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - reports.partners summary: Update the navigation property usage in reports operationId: reports.partners.billing.UpdateUsage requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.partners.billing.azureUsage' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.partners.billing.azureUsage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - reports.partners summary: Delete navigation property usage for reports operationId: reports.partners.billing.DeleteUsage parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /reports/partners/billing/usage/billed: description: Provides operations to manage the billed property of the microsoft.graph.partners.billing.azureUsage entity. get: tags: - reports.partners summary: Get billed from reports description: Represents details for billed Azure usage data. operationId: reports.partners.billing.usage.GetBilled parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.partners.billing.billedUsage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - reports.partners summary: Update the navigation property billed in reports operationId: reports.partners.billing.usage.UpdateBilled requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.partners.billing.billedUsage' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.partners.billing.billedUsage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - reports.partners summary: Delete navigation property billed for reports operationId: reports.partners.billing.usage.DeleteBilled parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /reports/partners/billing/usage/billed/microsoft.graph.partners.billing.export: description: Provides operations to call the export method. post: tags: - reports.Actions summary: Invoke action export description: Export the billed Azure usage data. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/partners-billing-billedusage-export?view=graph-rest-1.0 operationId: reports.partners.billing.usage.billed.export requestBody: description: Action parameters content: application/json: schema: type: object properties: invoiceId: type: string nullable: true attributeSet: anyOf: - $ref: '#/components/schemas/microsoft.graph.partners.billing.attributeSet' - type: object nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.partners.billing.operation' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-docs-grouped-path: - /reports/partners/billing/reconciliation/billed/microsoft.graph.partners.billing.export - /reports/partners/billing/usage/unbilled/microsoft.graph.partners.billing.export /reports/partners/billing/usage/unbilled: description: Provides operations to manage the unbilled property of the microsoft.graph.partners.billing.azureUsage entity. get: tags: - reports.partners summary: Get unbilled from reports description: Represents details for unbilled Azure usage data. operationId: reports.partners.billing.usage.GetUnbilled parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.partners.billing.unbilledUsage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - reports.partners summary: Update the navigation property unbilled in reports operationId: reports.partners.billing.usage.UpdateUnbilled requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.partners.billing.unbilledUsage' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.partners.billing.unbilledUsage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - reports.partners summary: Delete navigation property unbilled for reports operationId: reports.partners.billing.usage.DeleteUnbilled parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /reports/partners/billing/usage/unbilled/microsoft.graph.partners.billing.export: description: Provides operations to call the export method. post: tags: - reports.Actions summary: Invoke action export description: Export unbilled Azure usage data for a specific billing period and currency. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/partners-billing-unbilledusage-export?view=graph-rest-1.0 operationId: reports.partners.billing.usage.unbilled.export requestBody: description: Action parameters content: application/json: schema: type: object properties: currencyCode: type: string nullable: true billingPeriod: anyOf: - $ref: '#/components/schemas/microsoft.graph.partners.billing.billingPeriod' - type: object nullable: true attributeSet: anyOf: - $ref: '#/components/schemas/microsoft.graph.partners.billing.attributeSet' - type: object nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.partners.billing.operation' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-docs-grouped-path: - /reports/partners/billing/reconciliation/billed/microsoft.graph.partners.billing.export - /reports/partners/billing/usage/billed/microsoft.graph.partners.billing.export /reports/security: description: Provides operations to manage the security property of the microsoft.graph.reportRoot entity. get: tags: - reports.securityReportsRoot summary: Get security from reports description: Represents an abstract type that contains resources for attack simulation and training reports. operationId: reports.GetSecurity parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.securityReportsRoot' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - reports.securityReportsRoot summary: Update the navigation property security in reports operationId: reports.UpdateSecurity requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.securityReportsRoot' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.securityReportsRoot' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - reports.securityReportsRoot summary: Delete navigation property security for reports operationId: reports.DeleteSecurity parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /reports/security/getAttackSimulationRepeatOffenders(): description: Provides operations to call the getAttackSimulationRepeatOffenders method. get: tags: - reports.Functions summary: Invoke function getAttackSimulationRepeatOffenders description: List the tenant users who have yielded to attacks more than once in attack simulation and training campaigns. This function supports @odata.nextLink for pagination. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationrepeatoffenders?view=graph-rest-1.0 operationId: reports.security.getAttackSimulationRepeatOffenders parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.attackSimulationRepeatOffender' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /reports/security/getAttackSimulationSimulationUserCoverage(): description: Provides operations to call the getAttackSimulationSimulationUserCoverage method. get: tags: - reports.Functions summary: Invoke function getAttackSimulationSimulationUserCoverage description: List training coverage for each tenant user in attack simulation and training campaigns. This function supports @odata.nextLink for pagination. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationsimulationusercoverage?view=graph-rest-1.0 operationId: reports.security.getAttackSimulationSimulationUserCoverage parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.attackSimulationSimulationUserCoverage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /reports/security/getAttackSimulationTrainingUserCoverage(): description: Provides operations to call the getAttackSimulationTrainingUserCoverage method. get: tags: - reports.Functions summary: Invoke function getAttackSimulationTrainingUserCoverage description: List training coverage for tenant users in attack simulation and training campaigns. This function supports @odata.nextLink for pagination. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationtrainingusercoverage?view=graph-rest-1.0 operationId: reports.security.getAttackSimulationTrainingUserCoverage parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.attackSimulationTrainingUserCoverage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /roleManagement: description: Provides operations to manage the roleManagement singleton. get: tags: - roleManagement.roleManagement summary: Get roleManagement operationId: roleManagement.roleManagement.GetRoleManagement parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.roleManagement' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - roleManagement.roleManagement summary: Update roleManagement operationId: roleManagement.roleManagement.UpdateRoleManagement requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.roleManagement' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.roleManagement' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /roleManagement/directory: description: Provides operations to manage the directory property of the microsoft.graph.roleManagement entity. get: tags: - roleManagement.rbacApplication summary: Get directory from roleManagement operationId: roleManagement.GetDirectory parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.rbacApplication' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - roleManagement.rbacApplication summary: Update the navigation property directory in roleManagement operationId: roleManagement.UpdateDirectory requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.rbacApplication' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.rbacApplication' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - roleManagement.rbacApplication summary: Delete navigation property directory for roleManagement operationId: roleManagement.DeleteDirectory parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /roleManagement/directory/resourceNamespaces: description: Provides operations to manage the resourceNamespaces property of the microsoft.graph.rbacApplication entity. get: tags: - roleManagement.rbacApplication summary: Get resourceNamespaces from roleManagement operationId: roleManagement.directory.ListResourceNamespaces parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.unifiedRbacResourceNamespaceCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - roleManagement.rbacApplication summary: Create new navigation property to resourceNamespaces for roleManagement operationId: roleManagement.directory.CreateResourceNamespaces requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRbacResourceNamespace' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRbacResourceNamespace' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation x-ms-docs-grouped-path: - /roleManagement/entitlementManagement/resourceNamespaces '/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}': description: Provides operations to manage the resourceNamespaces property of the microsoft.graph.rbacApplication entity. get: tags: - roleManagement.rbacApplication summary: Get resourceNamespaces from roleManagement operationId: roleManagement.directory.GetResourceNamespaces parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRbacResourceNamespace' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - roleManagement.rbacApplication summary: Update the navigation property resourceNamespaces in roleManagement operationId: roleManagement.directory.UpdateResourceNamespaces requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRbacResourceNamespace' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRbacResourceNamespace' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - roleManagement.rbacApplication summary: Delete navigation property resourceNamespaces for roleManagement operationId: roleManagement.directory.DeleteResourceNamespaces parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: unifiedRbacResourceNamespace-id in: path description: The unique identifier of unifiedRbacResourceNamespace required: true schema: type: string x-ms-docs-key-type: unifiedRbacResourceNamespace x-ms-docs-grouped-path: - '/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}' '/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions': description: Provides operations to manage the resourceActions property of the microsoft.graph.unifiedRbacResourceNamespace entity. get: tags: - roleManagement.rbacApplication summary: Get resourceActions from roleManagement operationId: roleManagement.directory.resourceNamespaces.ListResourceActions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.unifiedRbacResourceActionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - roleManagement.rbacApplication summary: Create new navigation property to resourceActions for roleManagement operationId: roleManagement.directory.resourceNamespaces.CreateResourceActions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRbacResourceAction' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRbacResourceAction' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: unifiedRbacResourceNamespace-id in: path description: The unique identifier of unifiedRbacResourceNamespace required: true schema: type: string x-ms-docs-key-type: unifiedRbacResourceNamespace x-ms-docs-grouped-path: - '/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions' '/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}': description: Provides operations to manage the resourceActions property of the microsoft.graph.unifiedRbacResourceNamespace entity. get: tags: - roleManagement.rbacApplication summary: Get resourceActions from roleManagement operationId: roleManagement.directory.resourceNamespaces.GetResourceActions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRbacResourceAction' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - roleManagement.rbacApplication summary: Update the navigation property resourceActions in roleManagement operationId: roleManagement.directory.resourceNamespaces.UpdateResourceActions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRbacResourceAction' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRbacResourceAction' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - roleManagement.rbacApplication summary: Delete navigation property resourceActions for roleManagement operationId: roleManagement.directory.resourceNamespaces.DeleteResourceActions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: unifiedRbacResourceNamespace-id in: path description: The unique identifier of unifiedRbacResourceNamespace required: true schema: type: string x-ms-docs-key-type: unifiedRbacResourceNamespace - name: unifiedRbacResourceAction-id in: path description: The unique identifier of unifiedRbacResourceAction required: true schema: type: string x-ms-docs-key-type: unifiedRbacResourceAction x-ms-docs-grouped-path: - '/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}' '/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count': description: Provides operations to count the resources in the collection. get: tags: - roleManagement.rbacApplication summary: Get the number of the resource operationId: roleManagement.directory.resourceNamespaces.resourceActions.GetCount-1b0d parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: unifiedRbacResourceNamespace-id in: path description: The unique identifier of unifiedRbacResourceNamespace required: true schema: type: string x-ms-docs-key-type: unifiedRbacResourceNamespace /roleManagement/directory/resourceNamespaces/$count: description: Provides operations to count the resources in the collection. get: tags: - roleManagement.rbacApplication summary: Get the number of the resource operationId: roleManagement.directory.resourceNamespaces.GetCount-2247 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /roleManagement/directory/roleAssignments: description: Provides operations to manage the roleAssignments property of the microsoft.graph.rbacApplication entity. get: tags: - roleManagement.rbacApplication summary: List unifiedRoleAssignments description: "Get a list of unifiedRoleAssignment objects for the RBAC provider. The following RBAC providers are currently supported:\n- directory (Microsoft Entra ID)\n- entitlement management (Microsoft Entra entitlement management)" externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignments?view=graph-rest-1.0 operationId: roleManagement.directory.ListRoleAssignments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.unifiedRoleAssignmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - roleManagement.rbacApplication summary: Create unifiedRoleAssignment description: Create a new unifiedRoleAssignment object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/rbacapplication-post-roleassignments?view=graph-rest-1.0 operationId: roleManagement.directory.CreateRoleAssignments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation x-ms-docs-grouped-path: - /roleManagement/entitlementManagement/roleAssignments '/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}': description: Provides operations to manage the roleAssignments property of the microsoft.graph.rbacApplication entity. get: tags: - roleManagement.rbacApplication summary: Get unifiedRoleAssignment description: Retrieve the properties and relationships of a unifiedRoleAssignment object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/unifiedroleassignment-get?view=graph-rest-1.0 operationId: roleManagement.directory.GetRoleAssignments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - roleManagement.rbacApplication summary: Update the navigation property roleAssignments in roleManagement operationId: roleManagement.directory.UpdateRoleAssignments requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignment' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - roleManagement.rbacApplication summary: Delete unifiedRoleAssignment description: Delete a unifiedRoleAssignment object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/unifiedroleassignment-delete?view=graph-rest-1.0 operationId: roleManagement.directory.DeleteRoleAssignments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: unifiedRoleAssignment-id in: path description: The unique identifier of unifiedRoleAssignment required: true schema: type: string x-ms-docs-key-type: unifiedRoleAssignment x-ms-docs-grouped-path: - '/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}' '/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope': description: Provides operations to manage the appScope property of the microsoft.graph.unifiedRoleAssignment entity. get: tags: - roleManagement.rbacApplication summary: Get appScope from roleManagement description: Read-only property with details of the app specific scope when the assignment scope is app specific. Containment entity. Supports $expand for the entitlement provider only. operationId: roleManagement.directory.roleAssignments.GetAppScope parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.appScope' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - roleManagement.rbacApplication summary: Update the navigation property appScope in roleManagement operationId: roleManagement.directory.roleAssignments.UpdateAppScope requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.appScope' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.appScope' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - roleManagement.rbacApplication summary: Delete navigation property appScope for roleManagement operationId: roleManagement.directory.roleAssignments.DeleteAppScope parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: unifiedRoleAssignment-id in: path description: The unique identifier of unifiedRoleAssignment required: true schema: type: string x-ms-docs-key-type: unifiedRoleAssignment x-ms-docs-grouped-path: - '/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope' '/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/directoryScope': description: Provides operations to manage the directoryScope property of the microsoft.graph.unifiedRoleAssignment entity. get: tags: - roleManagement.rbacApplication summary: Get directoryScope from roleManagement description: The directory object that is the scope of the assignment. Read-only. Supports $expand. operationId: roleManagement.directory.roleAssignments.GetDirectoryScope parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: unifiedRoleAssignment-id in: path description: The unique identifier of unifiedRoleAssignment required: true schema: type: string x-ms-docs-key-type: unifiedRoleAssignment x-ms-docs-grouped-path: - '/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/directoryScope' '/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/principal': description: Provides operations to manage the principal property of the microsoft.graph.unifiedRoleAssignment entity. get: tags: - roleManagement.rbacApplication summary: Get principal from roleManagement description: Referencing the assigned principal. Read-only. Supports $expand. operationId: roleManagement.directory.roleAssignments.GetPrincipal parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: unifiedRoleAssignment-id in: path description: The unique identifier of unifiedRoleAssignment required: true schema: type: string x-ms-docs-key-type: unifiedRoleAssignment x-ms-docs-grouped-path: - '/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/principal' '/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition': description: Provides operations to manage the roleDefinition property of the microsoft.graph.unifiedRoleAssignment entity. get: tags: - roleManagement.rbacApplication summary: Get roleDefinition from roleManagement description: The roleDefinition the assignment is for. Supports $expand. operationId: roleManagement.directory.roleAssignments.GetRoleDefinition parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: unifiedRoleAssignment-id in: path description: The unique identifier of unifiedRoleAssignment required: true schema: type: string x-ms-docs-key-type: unifiedRoleAssignment x-ms-docs-grouped-path: - '/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition' /roleManagement/directory/roleAssignments/$count: description: Provides operations to count the resources in the collection. get: tags: - roleManagement.rbacApplication summary: Get the number of the resource operationId: roleManagement.directory.roleAssignments.GetCount-bd5b parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /roleManagement/directory/roleAssignmentScheduleInstances: description: Provides operations to manage the roleAssignmentScheduleInstances property of the microsoft.graph.rbacApplication entity. get: tags: - roleManagement.rbacApplication summary: List roleAssignmentScheduleInstances description: 'Get the instances of active role assignments in your tenant. The active assignments include those made through assignments and activation requests, and directly through the role assignments API.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentscheduleinstances?view=graph-rest-1.0 operationId: roleManagement.directory.ListRoleAssignmentScheduleInstances parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.unifiedRoleAssignmentScheduleInstanceCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - roleManagement.rbacApplication summary: Create new navigation property to roleAssignmentScheduleInstances for roleManagement operationId: roleManagement.directory.CreateRoleAssignmentScheduleInstances requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentScheduleInstance' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentScheduleInstance' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation x-ms-docs-grouped-path: - /roleManagement/entitlementManagement/roleAssignmentScheduleInstances '/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}': description: Provides operations to manage the roleAssignmentScheduleInstances property of the microsoft.graph.rbacApplication entity. get: tags: - roleManagement.rbacApplication summary: Get unifiedRoleAssignmentScheduleInstance description: Get the instance of an active role assignment. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/unifiedroleassignmentscheduleinstance-get?view=graph-rest-1.0 operationId: roleManagement.directory.GetRoleAssignmentScheduleInstances parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentScheduleInstance' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - roleManagement.rbacApplication summary: Update the navigation property roleAssignmentScheduleInstances in roleManagement operationId: roleManagement.directory.UpdateRoleAssignmentScheduleInstances requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentScheduleInstance' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentScheduleInstance' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - roleManagement.rbacApplication summary: Delete navigation property roleAssignmentScheduleInstances for roleManagement operationId: roleManagement.directory.DeleteRoleAssignmentScheduleInstances parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: unifiedRoleAssignmentScheduleInstance-id in: path description: The unique identifier of unifiedRoleAssignmentScheduleInstance required: true schema: type: string x-ms-docs-key-type: unifiedRoleAssignmentScheduleInstance x-ms-docs-grouped-path: - '/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}' '/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing': description: Provides operations to manage the activatedUsing property of the microsoft.graph.unifiedRoleAssignmentScheduleInstance entity. get: tags: - roleManagement.rbacApplication summary: Get activatedUsing from roleManagement description: 'If the request is from an eligible administrator to activate a role, this parameter shows the related eligible assignment for that activation. Otherwise, it''s null. Supports $expand and $select nested in $expand.' operationId: roleManagement.directory.roleAssignmentScheduleInstances.GetActivatedUsing parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilityScheduleInstance' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: unifiedRoleAssignmentScheduleInstance-id in: path description: The unique identifier of unifiedRoleAssignmentScheduleInstance required: true schema: type: string x-ms-docs-key-type: unifiedRoleAssignmentScheduleInstance x-ms-docs-grouped-path: - '/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing' '/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope': description: Provides operations to manage the appScope property of the microsoft.graph.unifiedRoleScheduleInstanceBase entity. get: tags: - roleManagement.rbacApplication summary: Get appScope from roleManagement description: Read-only property with details of the app-specific scope when the assignment or role eligibility is scoped to an app. Nullable. operationId: roleManagement.directory.roleAssignmentScheduleInstances.GetAppScope parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.appScope' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: unifiedRoleAssignmentScheduleInstance-id in: path description: The unique identifier of unifiedRoleAssignmentScheduleInstance required: true schema: type: string x-ms-docs-key-type: unifiedRoleAssignmentScheduleInstance x-ms-docs-grouped-path: - '/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope' - '/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope' - '/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope' '/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope': description: Provides operations to manage the directoryScope property of the microsoft.graph.unifiedRoleScheduleInstanceBase entity. get: tags: - roleManagement.rbacApplication summary: Get directoryScope from roleManagement description: The directory object that is the scope of the assignment or role eligibility. Read-only. operationId: roleManagement.directory.roleAssignmentScheduleInstances.GetDirectoryScope parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: unifiedRoleAssignmentScheduleInstance-id in: path description: The unique identifier of unifiedRoleAssignmentScheduleInstance required: true schema: type: string x-ms-docs-key-type: unifiedRoleAssignmentScheduleInstance x-ms-docs-grouped-path: - '/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope' - '/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope' - '/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope' '/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal': description: Provides operations to manage the principal property of the microsoft.graph.unifiedRoleScheduleInstanceBase entity. get: tags: - roleManagement.rbacApplication summary: Get principal from roleManagement description: The principal that's getting a role assignment or role eligibility through the request. operationId: roleManagement.directory.roleAssignmentScheduleInstances.GetPrincipal parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: unifiedRoleAssignmentScheduleInstance-id in: path description: The unique identifier of unifiedRoleAssignmentScheduleInstance required: true schema: type: string x-ms-docs-key-type: unifiedRoleAssignmentScheduleInstance x-ms-docs-grouped-path: - '/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal' - '/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal' - '/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal' '/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition': description: Provides operations to manage the roleDefinition property of the microsoft.graph.unifiedRoleScheduleInstanceBase entity. get: tags: - roleManagement.rbacApplication summary: Get roleDefinition from roleManagement description: Detailed information for the roleDefinition object that is referenced through the roleDefinitionId property. operationId: roleManagement.directory.roleAssignmentScheduleInstances.GetRoleDefinition parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: unifiedRoleAssignmentScheduleInstance-id in: path description: The unique identifier of unifiedRoleAssignmentScheduleInstance required: true schema: type: string x-ms-docs-key-type: unifiedRoleAssignmentScheduleInstance x-ms-docs-grouped-path: - '/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition' - '/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition' - '/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition' /roleManagement/directory/roleAssignmentScheduleInstances/$count: description: Provides operations to count the resources in the collection. get: tags: - roleManagement.rbacApplication summary: Get the number of the resource operationId: roleManagement.directory.roleAssignmentScheduleInstances.GetCount-e055 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' '/roleManagement/directory/roleAssignmentScheduleInstances/filterByCurrentUser(on=''{on}'')': description: Provides operations to call the filterByCurrentUser method. get: tags: - roleManagement.Functions summary: Invoke function filterByCurrentUser description: Get the instances of active role assignments for the calling principal. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/unifiedroleassignmentscheduleinstance-filterbycurrentuser?view=graph-rest-1.0 operationId: roleManagement.directory.roleAssignmentScheduleInstances.filterByCurrentUser parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of unifiedRoleAssignmentScheduleInstance type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentScheduleInstance' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: on in: path description: 'Usage: on=''{on}''' required: true schema: $ref: '#/components/schemas/microsoft.graph.roleAssignmentScheduleInstanceFilterByCurrentUserOptions' x-ms-docs-grouped-path: - '/roleManagement/directory/roleAssignmentScheduleRequests/filterByCurrentUser(on=''{on}'')' - '/roleManagement/directory/roleAssignmentSchedules/filterByCurrentUser(on=''{on}'')' - '/roleManagement/directory/roleEligibilityScheduleInstances/filterByCurrentUser(on=''{on}'')' - '/roleManagement/directory/roleEligibilityScheduleRequests/filterByCurrentUser(on=''{on}'')' - '/roleManagement/directory/roleEligibilitySchedules/filterByCurrentUser(on=''{on}'')' - '/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/filterByCurrentUser(on=''{on}'')' - '/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/filterByCurrentUser(on=''{on}'')' - '/roleManagement/entitlementManagement/roleAssignmentSchedules/filterByCurrentUser(on=''{on}'')' - '/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/filterByCurrentUser(on=''{on}'')' - '/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/filterByCurrentUser(on=''{on}'')' - '/roleManagement/entitlementManagement/roleEligibilitySchedules/filterByCurrentUser(on=''{on}'')' /roleManagement/directory/roleAssignmentScheduleRequests: description: Provides operations to manage the roleAssignmentScheduleRequests property of the microsoft.graph.rbacApplication entity. get: tags: - roleManagement.rbacApplication summary: List roleAssignmentScheduleRequests description: 'Retrieve the requests for active role assignments to principals. The active assignments include those made through assignments and activation requests, and directly through the role assignments API. The role assignments can be permanently active with or without an expiry date, or temporarily active after user activation of eligible assignments.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentschedulerequests?view=graph-rest-1.0 operationId: roleManagement.directory.ListRoleAssignmentScheduleRequests parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.unifiedRoleAssignmentScheduleRequestCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - roleManagement.rbacApplication summary: Create roleAssignmentScheduleRequests description: 'In PIM, carry out the following operations through the unifiedRoleAssignmentScheduleRequest object: To call this API to update, renew, and extend assignments for yourself, you must have multifactor authentication (MFA) enforced, and running the query in a session in which they were challenged for MFA. See Enable per-user Microsoft Entra multifactor authentication to secure sign-in events.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/rbacapplication-post-roleassignmentschedulerequests?view=graph-rest-1.0 operationId: roleManagement.directory.CreateRoleAssignmentScheduleRequests requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentScheduleRequest' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentScheduleRequest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation x-ms-docs-grouped-path: - /roleManagement/entitlementManagement/roleAssignmentScheduleRequests '/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}': description: Provides operations to manage the roleAssignmentScheduleRequests property of the microsoft.graph.rbacApplication entity. get: tags: - roleManagement.rbacApplication summary: Get unifiedRoleAssignmentScheduleRequest description: 'In PIM, read the details of a request for an active and persistent role assignment made through the unifiedRoleAssignmentScheduleRequest object.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-get?view=graph-rest-1.0 operationId: roleManagement.directory.GetRoleAssignmentScheduleRequests parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentScheduleRequest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - roleManagement.rbacApplication summary: Update the navigation property roleAssignmentScheduleRequests in roleManagement operationId: roleManagement.directory.UpdateRoleAssignmentScheduleRequests requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentScheduleRequest' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentScheduleRequest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - roleManagement.rbacApplication summary: Delete navigation property roleAssignmentScheduleRequests for roleManagement operationId: roleManagement.directory.DeleteRoleAssignmentScheduleRequests parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: unifiedRoleAssignmentScheduleRequest-id in: path description: The unique identifier of unifiedRoleAssignmentScheduleRequest required: true schema: type: string x-ms-docs-key-type: unifiedRoleAssignmentScheduleRequest x-ms-docs-grouped-path: - '/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}' '/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing': description: Provides operations to manage the activatedUsing property of the microsoft.graph.unifiedRoleAssignmentScheduleRequest entity. get: tags: - roleManagement.rbacApplication summary: Get activatedUsing from roleManagement description: 'If the request is from an eligible administrator to activate a role, this parameter will show the related eligible assignment for that activation. Otherwise, it''s null. Supports $expand and $select nested in $expand.' operationId: roleManagement.directory.roleAssignmentScheduleRequests.GetActivatedUsing parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilitySchedule' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: unifiedRoleAssignmentScheduleRequest-id in: path description: The unique identifier of unifiedRoleAssignmentScheduleRequest required: true schema: type: string x-ms-docs-key-type: unifiedRoleAssignmentScheduleRequest x-ms-docs-grouped-path: - '/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing' '/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope': description: Provides operations to manage the appScope property of the microsoft.graph.unifiedRoleAssignmentScheduleRequest entity. get: tags: - roleManagement.rbacApplication summary: Get appScope from roleManagement description: Read-only property with details of the app-specific scope when the assignment is scoped to an app. Nullable. Supports $expand. operationId: roleManagement.directory.roleAssignmentScheduleRequests.GetAppScope parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.appScope' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: unifiedRoleAssignmentScheduleRequest-id in: path description: The unique identifier of unifiedRoleAssignmentScheduleRequest required: true schema: type: string x-ms-docs-key-type: unifiedRoleAssignmentScheduleRequest x-ms-docs-grouped-path: - '/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope' '/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope': description: Provides operations to manage the directoryScope property of the microsoft.graph.unifiedRoleAssignmentScheduleRequest entity. get: tags: - roleManagement.rbacApplication summary: Get directoryScope from roleManagement description: The directory object that is the scope of the assignment. Read-only. Supports $expand. operationId: roleManagement.directory.roleAssignmentScheduleRequests.GetDirectoryScope parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: unifiedRoleAssignmentScheduleRequest-id in: path description: The unique identifier of unifiedRoleAssignmentScheduleRequest required: true schema: type: string x-ms-docs-key-type: unifiedRoleAssignmentScheduleRequest x-ms-docs-grouped-path: - '/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope' '/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/cancel': description: Provides operations to call the cancel method. post: tags: - roleManagement.Actions summary: Invoke action cancel description: 'Immediately cancel a unifiedRoleAssignmentScheduleRequest object that is in a Granted status, and have the system automatically delete the canceled request after 30 days. After calling this action, the status of the canceled unifiedRoleAssignmentScheduleRequest changes to Canceled.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-cancel?view=graph-rest-1.0 operationId: roleManagement.directory.roleAssignmentScheduleRequests.unifiedRoleAssignmentScheduleRequest.cancel responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: unifiedRoleAssignmentScheduleRequest-id in: path description: The unique identifier of unifiedRoleAssignmentScheduleRequest required: true schema: type: string x-ms-docs-key-type: unifiedRoleAssignmentScheduleRequest x-ms-docs-grouped-path: - '/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/cancel' - '/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/cancel' - '/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/cancel' '/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal': description: Provides operations to manage the principal property of the microsoft.graph.unifiedRoleAssignmentScheduleRequest entity. get: tags: - roleManagement.rbacApplication summary: Get principal from roleManagement description: The principal that's getting a role assignment through the request. Supports $expand and $select nested in $expand for id only. operationId: roleManagement.directory.roleAssignmentScheduleRequests.GetPrincipal parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: unifiedRoleAssignmentScheduleRequest-id in: path description: The unique identifier of unifiedRoleAssignmentScheduleRequest required: true schema: type: string x-ms-docs-key-type: unifiedRoleAssignmentScheduleRequest x-ms-docs-grouped-path: - '/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal' '/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition': description: Provides operations to manage the roleDefinition property of the microsoft.graph.unifiedRoleAssignmentScheduleRequest entity. get: tags: - roleManagement.rbacApplication summary: Get roleDefinition from roleManagement description: Detailed information for the unifiedRoleDefinition object that is referenced through the roleDefinitionId property. Supports $expand and $select nested in $expand. operationId: roleManagement.directory.roleAssignmentScheduleRequests.GetRoleDefinition parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: unifiedRoleAssignmentScheduleRequest-id in: path description: The unique identifier of unifiedRoleAssignmentScheduleRequest required: true schema: type: string x-ms-docs-key-type: unifiedRoleAssignmentScheduleRequest x-ms-docs-grouped-path: - '/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition' '/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule': description: Provides operations to manage the targetSchedule property of the microsoft.graph.unifiedRoleAssignmentScheduleRequest entity. get: tags: - roleManagement.rbacApplication summary: Get targetSchedule from roleManagement description: The schedule for an eligible role assignment that is referenced through the targetScheduleId property. Supports $expand and $select nested in $expand. operationId: roleManagement.directory.roleAssignmentScheduleRequests.GetTargetSchedule parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentSchedule' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: unifiedRoleAssignmentScheduleRequest-id in: path description: The unique identifier of unifiedRoleAssignmentScheduleRequest required: true schema: type: string x-ms-docs-key-type: unifiedRoleAssignmentScheduleRequest x-ms-docs-grouped-path: - '/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule' /roleManagement/directory/roleAssignmentScheduleRequests/$count: description: Provides operations to count the resources in the collection. get: tags: - roleManagement.rbacApplication summary: Get the number of the resource operationId: roleManagement.directory.roleAssignmentScheduleRequests.GetCount-6fe6 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' '/roleManagement/directory/roleAssignmentScheduleRequests/filterByCurrentUser(on=''{on}'')': description: Provides operations to call the filterByCurrentUser method. get: tags: - roleManagement.Functions summary: Invoke function filterByCurrentUser description: 'In PIM, retrieve the requests for active role assignments for a particular principal. The principal can be the creator or approver of the unifiedRoleAssignmentScheduleRequest object, or they can be the target of the assignment.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-filterbycurrentuser?view=graph-rest-1.0 operationId: roleManagement.directory.roleAssignmentScheduleRequests.filterByCurrentUser parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of unifiedRoleAssignmentScheduleRequest type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentScheduleRequest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: on in: path description: 'Usage: on=''{on}''' required: true schema: $ref: '#/components/schemas/microsoft.graph.roleAssignmentScheduleRequestFilterByCurrentUserOptions' x-ms-docs-grouped-path: - '/roleManagement/directory/roleAssignmentScheduleInstances/filterByCurrentUser(on=''{on}'')' - '/roleManagement/directory/roleAssignmentSchedules/filterByCurrentUser(on=''{on}'')' - '/roleManagement/directory/roleEligibilityScheduleInstances/filterByCurrentUser(on=''{on}'')' - '/roleManagement/directory/roleEligibilityScheduleRequests/filterByCurrentUser(on=''{on}'')' - '/roleManagement/directory/roleEligibilitySchedules/filterByCurrentUser(on=''{on}'')' - '/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/filterByCurrentUser(on=''{on}'')' - '/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/filterByCurrentUser(on=''{on}'')' - '/roleManagement/entitlementManagement/roleAssignmentSchedules/filterByCurrentUser(on=''{on}'')' - '/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/filterByCurrentUser(on=''{on}'')' - '/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/filterByCurrentUser(on=''{on}'')' - '/roleManagement/entitlementManagement/roleEligibilitySchedules/filterByCurrentUser(on=''{on}'')' /roleManagement/directory/roleAssignmentSchedules: description: Provides operations to manage the roleAssignmentSchedules property of the microsoft.graph.rbacApplication entity. get: tags: - roleManagement.rbacApplication summary: List roleAssignmentSchedules description: Get the schedules for active role assignment operations. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentschedules?view=graph-rest-1.0 operationId: roleManagement.directory.ListRoleAssignmentSchedules parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.unifiedRoleAssignmentScheduleCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - roleManagement.rbacApplication summary: Create new navigation property to roleAssignmentSchedules for roleManagement operationId: roleManagement.directory.CreateRoleAssignmentSchedules requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentSchedule' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentSchedule' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation x-ms-docs-grouped-path: - /roleManagement/entitlementManagement/roleAssignmentSchedules '/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}': description: Provides operations to manage the roleAssignmentSchedules property of the microsoft.graph.rbacApplication entity. get: tags: - roleManagement.rbacApplication summary: Get unifiedRoleAssignmentSchedule description: Retrieve the schedule for an active role assignment operation. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/unifiedroleassignmentschedule-get?view=graph-rest-1.0 operationId: roleManagement.directory.GetRoleAssignmentSchedules parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentSchedule' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - roleManagement.rbacApplication summary: Update the navigation property roleAssignmentSchedules in roleManagement operationId: roleManagement.directory.UpdateRoleAssignmentSchedules requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentSchedule' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentSchedule' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - roleManagement.rbacApplication summary: Delete navigation property roleAssignmentSchedules for roleManagement operationId: roleManagement.directory.DeleteRoleAssignmentSchedules parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: unifiedRoleAssignmentSchedule-id in: path description: The unique identifier of unifiedRoleAssignmentSchedule required: true schema: type: string x-ms-docs-key-type: unifiedRoleAssignmentSchedule x-ms-docs-grouped-path: - '/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}' '/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing': description: Provides operations to manage the activatedUsing property of the microsoft.graph.unifiedRoleAssignmentSchedule entity. get: tags: - roleManagement.rbacApplication summary: Get activatedUsing from roleManagement description: 'If the request is from an eligible administrator to activate a role, this parameter shows the related eligible assignment for that activation. Otherwise, it''s null. Supports $expand.' operationId: roleManagement.directory.roleAssignmentSchedules.GetActivatedUsing parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilitySchedule' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: unifiedRoleAssignmentSchedule-id in: path description: The unique identifier of unifiedRoleAssignmentSchedule required: true schema: type: string x-ms-docs-key-type: unifiedRoleAssignmentSchedule x-ms-docs-grouped-path: - '/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing' '/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/appScope': description: Provides operations to manage the appScope property of the microsoft.graph.unifiedRoleScheduleBase entity. get: tags: - roleManagement.rbacApplication summary: Get appScope from roleManagement description: Read-only property with details of the app-specific scope when the role eligibility or assignment is scoped to an app. Nullable. operationId: roleManagement.directory.roleAssignmentSchedules.GetAppScope parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.appScope' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: unifiedRoleAssignmentSchedule-id in: path description: The unique identifier of unifiedRoleAssignmentSchedule required: true schema: type: string x-ms-docs-key-type: unifiedRoleAssignmentSchedule x-ms-docs-grouped-path: - '/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope' - '/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/appScope' - '/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope' '/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope': description: Provides operations to manage the directoryScope property of the microsoft.graph.unifiedRoleScheduleBase entity. get: tags: - roleManagement.rbacApplication summary: Get directoryScope from roleManagement description: The directory object that is the scope of the role eligibility or assignment. Read-only. operationId: roleManagement.directory.roleAssignmentSchedules.GetDirectoryScope parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: unifiedRoleAssignmentSchedule-id in: path description: The unique identifier of unifiedRoleAssignmentSchedule required: true schema: type: string x-ms-docs-key-type: unifiedRoleAssignmentSchedule x-ms-docs-grouped-path: - '/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope' - '/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope' - '/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope' '/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/principal': description: Provides operations to manage the principal property of the microsoft.graph.unifiedRoleScheduleBase entity. get: tags: - roleManagement.rbacApplication summary: Get principal from roleManagement description: The principal that's getting a role assignment or that's eligible for a role through the request. operationId: roleManagement.directory.roleAssignmentSchedules.GetPrincipal parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: unifiedRoleAssignmentSchedule-id in: path description: The unique identifier of unifiedRoleAssignmentSchedule required: true schema: type: string x-ms-docs-key-type: unifiedRoleAssignmentSchedule x-ms-docs-grouped-path: - '/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/principal' - '/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/principal' - '/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/principal' '/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/roleDefinition': description: Provides operations to manage the roleDefinition property of the microsoft.graph.unifiedRoleScheduleBase entity. get: tags: - roleManagement.rbacApplication summary: Get roleDefinition from roleManagement description: Detailed information for the roleDefinition object that is referenced through the roleDefinitionId property. operationId: roleManagement.directory.roleAssignmentSchedules.GetRoleDefinition parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: unifiedRoleAssignmentSchedule-id in: path description: The unique identifier of unifiedRoleAssignmentSchedule required: true schema: type: string x-ms-docs-key-type: unifiedRoleAssignmentSchedule x-ms-docs-grouped-path: - '/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/roleDefinition' - '/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/roleDefinition' - '/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/roleDefinition' /roleManagement/directory/roleAssignmentSchedules/$count: description: Provides operations to count the resources in the collection. get: tags: - roleManagement.rbacApplication summary: Get the number of the resource operationId: roleManagement.directory.roleAssignmentSchedules.GetCount-6f04 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' '/roleManagement/directory/roleAssignmentSchedules/filterByCurrentUser(on=''{on}'')': description: Provides operations to call the filterByCurrentUser method. get: tags: - roleManagement.Functions summary: Invoke function filterByCurrentUser description: Retrieve the schedules for active role assignment operations for which the signed-in user is the principal. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/unifiedroleassignmentschedule-filterbycurrentuser?view=graph-rest-1.0 operationId: roleManagement.directory.roleAssignmentSchedules.filterByCurrentUser parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of unifiedRoleAssignmentSchedule type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentSchedule' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: on in: path description: 'Usage: on=''{on}''' required: true schema: $ref: '#/components/schemas/microsoft.graph.roleAssignmentScheduleFilterByCurrentUserOptions' x-ms-docs-grouped-path: - '/roleManagement/directory/roleAssignmentScheduleInstances/filterByCurrentUser(on=''{on}'')' - '/roleManagement/directory/roleAssignmentScheduleRequests/filterByCurrentUser(on=''{on}'')' - '/roleManagement/directory/roleEligibilityScheduleInstances/filterByCurrentUser(on=''{on}'')' - '/roleManagement/directory/roleEligibilityScheduleRequests/filterByCurrentUser(on=''{on}'')' - '/roleManagement/directory/roleEligibilitySchedules/filterByCurrentUser(on=''{on}'')' - '/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/filterByCurrentUser(on=''{on}'')' - '/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/filterByCurrentUser(on=''{on}'')' - '/roleManagement/entitlementManagement/roleAssignmentSchedules/filterByCurrentUser(on=''{on}'')' - '/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/filterByCurrentUser(on=''{on}'')' - '/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/filterByCurrentUser(on=''{on}'')' - '/roleManagement/entitlementManagement/roleEligibilitySchedules/filterByCurrentUser(on=''{on}'')' /roleManagement/directory/roleDefinitions: description: Provides operations to manage the roleDefinitions property of the microsoft.graph.rbacApplication entity. get: tags: - roleManagement.rbacApplication summary: List roleDefinitions description: "Get a list of unifiedRoleDefinition objects for the provider. The following RBAC providers are currently supported:\n- directory (Microsoft Entra ID)\n- entitlement management (Microsoft Entra Entitlement Management)" externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/rbacapplication-list-roledefinitions?view=graph-rest-1.0 operationId: roleManagement.directory.ListRoleDefinitions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.unifiedRoleDefinitionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - roleManagement.rbacApplication summary: Create roleDefinitions description: Create a new custom unifiedRoleDefinition object. This feature requires a Microsoft Entra ID P1 or P2 license. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/rbacapplication-post-roledefinitions?view=graph-rest-1.0 operationId: roleManagement.directory.CreateRoleDefinitions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation x-ms-docs-grouped-path: - /roleManagement/entitlementManagement/roleDefinitions '/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}': description: Provides operations to manage the roleDefinitions property of the microsoft.graph.rbacApplication entity. get: tags: - roleManagement.rbacApplication summary: Get unifiedRoleDefinition description: 'Read the properties and relationships of a unifiedRoleDefinition object. The following role-based access control (RBAC) providers are currently supported:' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/unifiedroledefinition-get?view=graph-rest-1.0 operationId: roleManagement.directory.GetRoleDefinitions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - roleManagement.rbacApplication summary: Update unifiedRoleDefinition description: Update the properties of a unifiedRoleDefinition object. You cannot update built-in roles. This feature requires a Microsoft Entra ID P1 or P2 license. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/unifiedroledefinition-update?view=graph-rest-1.0 operationId: roleManagement.directory.UpdateRoleDefinitions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - roleManagement.rbacApplication summary: Delete unifiedRoleDefinition description: Delete a unifiedRoleDefinition object. You can't delete built-in roles. This feature requires a Microsoft Entra ID P1 or P2 license. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/unifiedroledefinition-delete?view=graph-rest-1.0 operationId: roleManagement.directory.DeleteRoleDefinitions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: unifiedRoleDefinition-id in: path description: The unique identifier of unifiedRoleDefinition required: true schema: type: string x-ms-docs-key-type: unifiedRoleDefinition x-ms-docs-grouped-path: - '/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}' '/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom': description: Provides operations to manage the inheritsPermissionsFrom property of the microsoft.graph.unifiedRoleDefinition entity. get: tags: - roleManagement.rbacApplication summary: Get inheritsPermissionsFrom from roleManagement description: Read-only collection of role definitions that the given role definition inherits from. Only Microsoft Entra built-in roles (isBuiltIn is true) support this attribute. Supports $expand. operationId: roleManagement.directory.roleDefinitions.ListInheritsPermissionsFrom parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.unifiedRoleDefinitionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - roleManagement.rbacApplication summary: Create new navigation property to inheritsPermissionsFrom for roleManagement operationId: roleManagement.directory.roleDefinitions.CreateInheritsPermissionsFrom requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: unifiedRoleDefinition-id in: path description: The unique identifier of unifiedRoleDefinition required: true schema: type: string x-ms-docs-key-type: unifiedRoleDefinition x-ms-docs-grouped-path: - '/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom' '/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}': description: Provides operations to manage the inheritsPermissionsFrom property of the microsoft.graph.unifiedRoleDefinition entity. get: tags: - roleManagement.rbacApplication summary: Get inheritsPermissionsFrom from roleManagement description: Read-only collection of role definitions that the given role definition inherits from. Only Microsoft Entra built-in roles (isBuiltIn is true) support this attribute. Supports $expand. operationId: roleManagement.directory.roleDefinitions.GetInheritsPermissionsFrom parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - roleManagement.rbacApplication summary: Update the navigation property inheritsPermissionsFrom in roleManagement operationId: roleManagement.directory.roleDefinitions.UpdateInheritsPermissionsFrom requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - roleManagement.rbacApplication summary: Delete navigation property inheritsPermissionsFrom for roleManagement operationId: roleManagement.directory.roleDefinitions.DeleteInheritsPermissionsFrom parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: unifiedRoleDefinition-id in: path description: The unique identifier of unifiedRoleDefinition required: true schema: type: string x-ms-docs-key-type: unifiedRoleDefinition - name: unifiedRoleDefinition-id1 in: path description: The unique identifier of unifiedRoleDefinition required: true schema: type: string x-ms-docs-key-type: unifiedRoleDefinition x-ms-docs-grouped-path: - '/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}' '/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count': description: Provides operations to count the resources in the collection. get: tags: - roleManagement.rbacApplication summary: Get the number of the resource operationId: roleManagement.directory.roleDefinitions.inheritsPermissionsFrom.GetCount-f7ad parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: unifiedRoleDefinition-id in: path description: The unique identifier of unifiedRoleDefinition required: true schema: type: string x-ms-docs-key-type: unifiedRoleDefinition /roleManagement/directory/roleDefinitions/$count: description: Provides operations to count the resources in the collection. get: tags: - roleManagement.rbacApplication summary: Get the number of the resource operationId: roleManagement.directory.roleDefinitions.GetCount-0578 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /roleManagement/directory/roleEligibilityScheduleInstances: description: Provides operations to manage the roleEligibilityScheduleInstances property of the microsoft.graph.rbacApplication entity. get: tags: - roleManagement.rbacApplication summary: List roleEligibilityScheduleInstances description: Get the instances of role eligibilities. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityscheduleinstances?view=graph-rest-1.0 operationId: roleManagement.directory.ListRoleEligibilityScheduleInstances parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.unifiedRoleEligibilityScheduleInstanceCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - roleManagement.rbacApplication summary: Create new navigation property to roleEligibilityScheduleInstances for roleManagement operationId: roleManagement.directory.CreateRoleEligibilityScheduleInstances requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilityScheduleInstance' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilityScheduleInstance' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation x-ms-docs-grouped-path: - /roleManagement/entitlementManagement/roleEligibilityScheduleInstances '/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}': description: Provides operations to manage the roleEligibilityScheduleInstances property of the microsoft.graph.rbacApplication entity. get: tags: - roleManagement.rbacApplication summary: Get unifiedRoleEligibilityScheduleInstance description: Get the instance of a role eligibility. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-get?view=graph-rest-1.0 operationId: roleManagement.directory.GetRoleEligibilityScheduleInstances parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilityScheduleInstance' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - roleManagement.rbacApplication summary: Update the navigation property roleEligibilityScheduleInstances in roleManagement operationId: roleManagement.directory.UpdateRoleEligibilityScheduleInstances requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilityScheduleInstance' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilityScheduleInstance' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - roleManagement.rbacApplication summary: Delete navigation property roleEligibilityScheduleInstances for roleManagement operationId: roleManagement.directory.DeleteRoleEligibilityScheduleInstances parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: unifiedRoleEligibilityScheduleInstance-id in: path description: The unique identifier of unifiedRoleEligibilityScheduleInstance required: true schema: type: string x-ms-docs-key-type: unifiedRoleEligibilityScheduleInstance x-ms-docs-grouped-path: - '/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}' '/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope': description: Provides operations to manage the appScope property of the microsoft.graph.unifiedRoleScheduleInstanceBase entity. get: tags: - roleManagement.rbacApplication summary: Get appScope from roleManagement description: Read-only property with details of the app-specific scope when the assignment or role eligibility is scoped to an app. Nullable. operationId: roleManagement.directory.roleEligibilityScheduleInstances.GetAppScope parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.appScope' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: unifiedRoleEligibilityScheduleInstance-id in: path description: The unique identifier of unifiedRoleEligibilityScheduleInstance required: true schema: type: string x-ms-docs-key-type: unifiedRoleEligibilityScheduleInstance x-ms-docs-grouped-path: - '/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope' - '/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope' - '/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope' '/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope': description: Provides operations to manage the directoryScope property of the microsoft.graph.unifiedRoleScheduleInstanceBase entity. get: tags: - roleManagement.rbacApplication summary: Get directoryScope from roleManagement description: The directory object that is the scope of the assignment or role eligibility. Read-only. operationId: roleManagement.directory.roleEligibilityScheduleInstances.GetDirectoryScope parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: unifiedRoleEligibilityScheduleInstance-id in: path description: The unique identifier of unifiedRoleEligibilityScheduleInstance required: true schema: type: string x-ms-docs-key-type: unifiedRoleEligibilityScheduleInstance x-ms-docs-grouped-path: - '/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope' - '/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope' - '/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope' '/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal': description: Provides operations to manage the principal property of the microsoft.graph.unifiedRoleScheduleInstanceBase entity. get: tags: - roleManagement.rbacApplication summary: Get principal from roleManagement description: The principal that's getting a role assignment or role eligibility through the request. operationId: roleManagement.directory.roleEligibilityScheduleInstances.GetPrincipal parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: unifiedRoleEligibilityScheduleInstance-id in: path description: The unique identifier of unifiedRoleEligibilityScheduleInstance required: true schema: type: string x-ms-docs-key-type: unifiedRoleEligibilityScheduleInstance x-ms-docs-grouped-path: - '/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal' - '/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal' - '/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal' '/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition': description: Provides operations to manage the roleDefinition property of the microsoft.graph.unifiedRoleScheduleInstanceBase entity. get: tags: - roleManagement.rbacApplication summary: Get roleDefinition from roleManagement description: Detailed information for the roleDefinition object that is referenced through the roleDefinitionId property. operationId: roleManagement.directory.roleEligibilityScheduleInstances.GetRoleDefinition parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: unifiedRoleEligibilityScheduleInstance-id in: path description: The unique identifier of unifiedRoleEligibilityScheduleInstance required: true schema: type: string x-ms-docs-key-type: unifiedRoleEligibilityScheduleInstance x-ms-docs-grouped-path: - '/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition' - '/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition' - '/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition' /roleManagement/directory/roleEligibilityScheduleInstances/$count: description: Provides operations to count the resources in the collection. get: tags: - roleManagement.rbacApplication summary: Get the number of the resource operationId: roleManagement.directory.roleEligibilityScheduleInstances.GetCount-7642 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' '/roleManagement/directory/roleEligibilityScheduleInstances/filterByCurrentUser(on=''{on}'')': description: Provides operations to call the filterByCurrentUser method. get: tags: - roleManagement.Functions summary: Invoke function filterByCurrentUser description: Get the instances of eligible roles for the calling principal. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-filterbycurrentuser?view=graph-rest-1.0 operationId: roleManagement.directory.roleEligibilityScheduleInstances.filterByCurrentUser parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of unifiedRoleEligibilityScheduleInstance type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilityScheduleInstance' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: on in: path description: 'Usage: on=''{on}''' required: true schema: $ref: '#/components/schemas/microsoft.graph.roleEligibilityScheduleInstanceFilterByCurrentUserOptions' x-ms-docs-grouped-path: - '/roleManagement/directory/roleAssignmentScheduleInstances/filterByCurrentUser(on=''{on}'')' - '/roleManagement/directory/roleAssignmentScheduleRequests/filterByCurrentUser(on=''{on}'')' - '/roleManagement/directory/roleAssignmentSchedules/filterByCurrentUser(on=''{on}'')' - '/roleManagement/directory/roleEligibilityScheduleRequests/filterByCurrentUser(on=''{on}'')' - '/roleManagement/directory/roleEligibilitySchedules/filterByCurrentUser(on=''{on}'')' - '/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/filterByCurrentUser(on=''{on}'')' - '/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/filterByCurrentUser(on=''{on}'')' - '/roleManagement/entitlementManagement/roleAssignmentSchedules/filterByCurrentUser(on=''{on}'')' - '/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/filterByCurrentUser(on=''{on}'')' - '/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/filterByCurrentUser(on=''{on}'')' - '/roleManagement/entitlementManagement/roleEligibilitySchedules/filterByCurrentUser(on=''{on}'')' /roleManagement/directory/roleEligibilityScheduleRequests: description: Provides operations to manage the roleEligibilityScheduleRequests property of the microsoft.graph.rbacApplication entity. get: tags: - roleManagement.rbacApplication summary: List roleEligibilityScheduleRequests description: 'In PIM, retrieve the requests for role eligibilities for principals made through the unifiedRoleEligibilityScheduleRequest object.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityschedulerequests?view=graph-rest-1.0 operationId: roleManagement.directory.ListRoleEligibilityScheduleRequests parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.unifiedRoleEligibilityScheduleRequestCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - roleManagement.rbacApplication summary: Create roleEligibilityScheduleRequest description: 'In PIM, request for a role eligibility for a principal through the unifiedRoleEligibilityScheduleRequest object. This operation allows both admins and eligible users to add, revoke, or extend eligible assignments.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/rbacapplication-post-roleeligibilityschedulerequests?view=graph-rest-1.0 operationId: roleManagement.directory.CreateRoleEligibilityScheduleRequests requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilityScheduleRequest' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilityScheduleRequest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation x-ms-docs-grouped-path: - /roleManagement/entitlementManagement/roleEligibilityScheduleRequests '/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}': description: Provides operations to manage the roleEligibilityScheduleRequests property of the microsoft.graph.rbacApplication entity. get: tags: - roleManagement.rbacApplication summary: Get unifiedRoleEligibilityScheduleRequest description: 'In PIM, read the details of a request for for a role eligibility request made through the unifiedRoleEligibilityScheduleRequest object.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-get?view=graph-rest-1.0 operationId: roleManagement.directory.GetRoleEligibilityScheduleRequests parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilityScheduleRequest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - roleManagement.rbacApplication summary: Update the navigation property roleEligibilityScheduleRequests in roleManagement operationId: roleManagement.directory.UpdateRoleEligibilityScheduleRequests requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilityScheduleRequest' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilityScheduleRequest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - roleManagement.rbacApplication summary: Delete navigation property roleEligibilityScheduleRequests for roleManagement operationId: roleManagement.directory.DeleteRoleEligibilityScheduleRequests parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: unifiedRoleEligibilityScheduleRequest-id in: path description: The unique identifier of unifiedRoleEligibilityScheduleRequest required: true schema: type: string x-ms-docs-key-type: unifiedRoleEligibilityScheduleRequest x-ms-docs-grouped-path: - '/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}' '/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope': description: Provides operations to manage the appScope property of the microsoft.graph.unifiedRoleEligibilityScheduleRequest entity. get: tags: - roleManagement.rbacApplication summary: Get appScope from roleManagement description: Read-only property with details of the app-specific scope when the role eligibility is scoped to an app. Nullable. Supports $expand. operationId: roleManagement.directory.roleEligibilityScheduleRequests.GetAppScope parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.appScope' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: unifiedRoleEligibilityScheduleRequest-id in: path description: The unique identifier of unifiedRoleEligibilityScheduleRequest required: true schema: type: string x-ms-docs-key-type: unifiedRoleEligibilityScheduleRequest x-ms-docs-grouped-path: - '/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope' '/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope': description: Provides operations to manage the directoryScope property of the microsoft.graph.unifiedRoleEligibilityScheduleRequest entity. get: tags: - roleManagement.rbacApplication summary: Get directoryScope from roleManagement description: The directory object that is the scope of the role eligibility. Read-only. Supports $expand. operationId: roleManagement.directory.roleEligibilityScheduleRequests.GetDirectoryScope parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: unifiedRoleEligibilityScheduleRequest-id in: path description: The unique identifier of unifiedRoleEligibilityScheduleRequest required: true schema: type: string x-ms-docs-key-type: unifiedRoleEligibilityScheduleRequest x-ms-docs-grouped-path: - '/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope' '/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/cancel': description: Provides operations to call the cancel method. post: tags: - roleManagement.Actions summary: Invoke action cancel description: 'Immediately cancel a unifiedRoleEligibilityScheduleRequest object whose status is Granted and have the system automatically delete the cancelled request after 30 days. After calling this action, the status of the cancelled unifiedRoleEligibilityScheduleRequest changes to Revoked.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-cancel?view=graph-rest-1.0 operationId: roleManagement.directory.roleEligibilityScheduleRequests.unifiedRoleEligibilityScheduleRequest.cancel responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: unifiedRoleEligibilityScheduleRequest-id in: path description: The unique identifier of unifiedRoleEligibilityScheduleRequest required: true schema: type: string x-ms-docs-key-type: unifiedRoleEligibilityScheduleRequest x-ms-docs-grouped-path: - '/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/cancel' - '/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/cancel' - '/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/cancel' '/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal': description: Provides operations to manage the principal property of the microsoft.graph.unifiedRoleEligibilityScheduleRequest entity. get: tags: - roleManagement.rbacApplication summary: Get principal from roleManagement description: The principal that's getting a role eligibility through the request. Supports $expand. operationId: roleManagement.directory.roleEligibilityScheduleRequests.GetPrincipal parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: unifiedRoleEligibilityScheduleRequest-id in: path description: The unique identifier of unifiedRoleEligibilityScheduleRequest required: true schema: type: string x-ms-docs-key-type: unifiedRoleEligibilityScheduleRequest x-ms-docs-grouped-path: - '/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal' '/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition': description: Provides operations to manage the roleDefinition property of the microsoft.graph.unifiedRoleEligibilityScheduleRequest entity. get: tags: - roleManagement.rbacApplication summary: Get roleDefinition from roleManagement description: Detailed information for the unifiedRoleDefinition object that is referenced through the roleDefinitionId property. Supports $expand. operationId: roleManagement.directory.roleEligibilityScheduleRequests.GetRoleDefinition parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: unifiedRoleEligibilityScheduleRequest-id in: path description: The unique identifier of unifiedRoleEligibilityScheduleRequest required: true schema: type: string x-ms-docs-key-type: unifiedRoleEligibilityScheduleRequest x-ms-docs-grouped-path: - '/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition' '/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule': description: Provides operations to manage the targetSchedule property of the microsoft.graph.unifiedRoleEligibilityScheduleRequest entity. get: tags: - roleManagement.rbacApplication summary: Get targetSchedule from roleManagement description: The schedule for a role eligibility that is referenced through the targetScheduleId property. Supports $expand. operationId: roleManagement.directory.roleEligibilityScheduleRequests.GetTargetSchedule parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilitySchedule' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: unifiedRoleEligibilityScheduleRequest-id in: path description: The unique identifier of unifiedRoleEligibilityScheduleRequest required: true schema: type: string x-ms-docs-key-type: unifiedRoleEligibilityScheduleRequest x-ms-docs-grouped-path: - '/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule' /roleManagement/directory/roleEligibilityScheduleRequests/$count: description: Provides operations to count the resources in the collection. get: tags: - roleManagement.rbacApplication summary: Get the number of the resource operationId: roleManagement.directory.roleEligibilityScheduleRequests.GetCount-68f0 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' '/roleManagement/directory/roleEligibilityScheduleRequests/filterByCurrentUser(on=''{on}'')': description: Provides operations to call the filterByCurrentUser method. get: tags: - roleManagement.Functions summary: Invoke function filterByCurrentUser description: 'In PIM, retrieve the requests for role eligibilities for a particular principal. The principal can be the creator or approver of the unifiedRoleEligibilityScheduleRequest object, or they can be the target of the role eligibility.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-filterbycurrentuser?view=graph-rest-1.0 operationId: roleManagement.directory.roleEligibilityScheduleRequests.filterByCurrentUser parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of unifiedRoleEligibilityScheduleRequest type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilityScheduleRequest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: on in: path description: 'Usage: on=''{on}''' required: true schema: $ref: '#/components/schemas/microsoft.graph.roleEligibilityScheduleRequestFilterByCurrentUserOptions' x-ms-docs-grouped-path: - '/roleManagement/directory/roleAssignmentScheduleInstances/filterByCurrentUser(on=''{on}'')' - '/roleManagement/directory/roleAssignmentScheduleRequests/filterByCurrentUser(on=''{on}'')' - '/roleManagement/directory/roleAssignmentSchedules/filterByCurrentUser(on=''{on}'')' - '/roleManagement/directory/roleEligibilityScheduleInstances/filterByCurrentUser(on=''{on}'')' - '/roleManagement/directory/roleEligibilitySchedules/filterByCurrentUser(on=''{on}'')' - '/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/filterByCurrentUser(on=''{on}'')' - '/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/filterByCurrentUser(on=''{on}'')' - '/roleManagement/entitlementManagement/roleAssignmentSchedules/filterByCurrentUser(on=''{on}'')' - '/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/filterByCurrentUser(on=''{on}'')' - '/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/filterByCurrentUser(on=''{on}'')' - '/roleManagement/entitlementManagement/roleEligibilitySchedules/filterByCurrentUser(on=''{on}'')' /roleManagement/directory/roleEligibilitySchedules: description: Provides operations to manage the roleEligibilitySchedules property of the microsoft.graph.rbacApplication entity. get: tags: - roleManagement.rbacApplication summary: List roleEligibilitySchedules description: Get the unifiedRoleEligibilitySchedule resources from the roleEligibilitySchedules navigation property. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityschedules?view=graph-rest-1.0 operationId: roleManagement.directory.ListRoleEligibilitySchedules parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.unifiedRoleEligibilityScheduleCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - roleManagement.rbacApplication summary: Create new navigation property to roleEligibilitySchedules for roleManagement operationId: roleManagement.directory.CreateRoleEligibilitySchedules requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilitySchedule' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilitySchedule' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation x-ms-docs-grouped-path: - /roleManagement/entitlementManagement/roleEligibilitySchedules '/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}': description: Provides operations to manage the roleEligibilitySchedules property of the microsoft.graph.rbacApplication entity. get: tags: - roleManagement.rbacApplication summary: Get unifiedRoleEligibilitySchedule description: Retrieve the schedule for a role eligibility operation. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedule-get?view=graph-rest-1.0 operationId: roleManagement.directory.GetRoleEligibilitySchedules parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilitySchedule' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - roleManagement.rbacApplication summary: Update the navigation property roleEligibilitySchedules in roleManagement operationId: roleManagement.directory.UpdateRoleEligibilitySchedules requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilitySchedule' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilitySchedule' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - roleManagement.rbacApplication summary: Delete navigation property roleEligibilitySchedules for roleManagement operationId: roleManagement.directory.DeleteRoleEligibilitySchedules parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: unifiedRoleEligibilitySchedule-id in: path description: The unique identifier of unifiedRoleEligibilitySchedule required: true schema: type: string x-ms-docs-key-type: unifiedRoleEligibilitySchedule x-ms-docs-grouped-path: - '/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}' '/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope': description: Provides operations to manage the appScope property of the microsoft.graph.unifiedRoleScheduleBase entity. get: tags: - roleManagement.rbacApplication summary: Get appScope from roleManagement description: Read-only property with details of the app-specific scope when the role eligibility or assignment is scoped to an app. Nullable. operationId: roleManagement.directory.roleEligibilitySchedules.GetAppScope parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.appScope' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: unifiedRoleEligibilitySchedule-id in: path description: The unique identifier of unifiedRoleEligibilitySchedule required: true schema: type: string x-ms-docs-key-type: unifiedRoleEligibilitySchedule x-ms-docs-grouped-path: - '/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/appScope' - '/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/appScope' - '/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope' '/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope': description: Provides operations to manage the directoryScope property of the microsoft.graph.unifiedRoleScheduleBase entity. get: tags: - roleManagement.rbacApplication summary: Get directoryScope from roleManagement description: The directory object that is the scope of the role eligibility or assignment. Read-only. operationId: roleManagement.directory.roleEligibilitySchedules.GetDirectoryScope parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: unifiedRoleEligibilitySchedule-id in: path description: The unique identifier of unifiedRoleEligibilitySchedule required: true schema: type: string x-ms-docs-key-type: unifiedRoleEligibilitySchedule x-ms-docs-grouped-path: - '/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope' - '/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope' - '/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope' '/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/principal': description: Provides operations to manage the principal property of the microsoft.graph.unifiedRoleScheduleBase entity. get: tags: - roleManagement.rbacApplication summary: Get principal from roleManagement description: The principal that's getting a role assignment or that's eligible for a role through the request. operationId: roleManagement.directory.roleEligibilitySchedules.GetPrincipal parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: unifiedRoleEligibilitySchedule-id in: path description: The unique identifier of unifiedRoleEligibilitySchedule required: true schema: type: string x-ms-docs-key-type: unifiedRoleEligibilitySchedule x-ms-docs-grouped-path: - '/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/principal' - '/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/principal' - '/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/principal' '/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/roleDefinition': description: Provides operations to manage the roleDefinition property of the microsoft.graph.unifiedRoleScheduleBase entity. get: tags: - roleManagement.rbacApplication summary: Get roleDefinition from roleManagement description: Detailed information for the roleDefinition object that is referenced through the roleDefinitionId property. operationId: roleManagement.directory.roleEligibilitySchedules.GetRoleDefinition parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: unifiedRoleEligibilitySchedule-id in: path description: The unique identifier of unifiedRoleEligibilitySchedule required: true schema: type: string x-ms-docs-key-type: unifiedRoleEligibilitySchedule x-ms-docs-grouped-path: - '/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/roleDefinition' - '/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/roleDefinition' - '/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/roleDefinition' /roleManagement/directory/roleEligibilitySchedules/$count: description: Provides operations to count the resources in the collection. get: tags: - roleManagement.rbacApplication summary: Get the number of the resource operationId: roleManagement.directory.roleEligibilitySchedules.GetCount-b25d parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' '/roleManagement/directory/roleEligibilitySchedules/filterByCurrentUser(on=''{on}'')': description: Provides operations to call the filterByCurrentUser method. get: tags: - roleManagement.Functions summary: Invoke function filterByCurrentUser description: Retrieve the schedules for role eligibilities for which the signed-in user is the principal. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedule-filterbycurrentuser?view=graph-rest-1.0 operationId: roleManagement.directory.roleEligibilitySchedules.filterByCurrentUser parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of unifiedRoleEligibilitySchedule type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilitySchedule' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: on in: path description: 'Usage: on=''{on}''' required: true schema: $ref: '#/components/schemas/microsoft.graph.roleEligibilityScheduleFilterByCurrentUserOptions' x-ms-docs-grouped-path: - '/roleManagement/directory/roleAssignmentScheduleInstances/filterByCurrentUser(on=''{on}'')' - '/roleManagement/directory/roleAssignmentScheduleRequests/filterByCurrentUser(on=''{on}'')' - '/roleManagement/directory/roleAssignmentSchedules/filterByCurrentUser(on=''{on}'')' - '/roleManagement/directory/roleEligibilityScheduleInstances/filterByCurrentUser(on=''{on}'')' - '/roleManagement/directory/roleEligibilityScheduleRequests/filterByCurrentUser(on=''{on}'')' - '/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/filterByCurrentUser(on=''{on}'')' - '/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/filterByCurrentUser(on=''{on}'')' - '/roleManagement/entitlementManagement/roleAssignmentSchedules/filterByCurrentUser(on=''{on}'')' - '/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/filterByCurrentUser(on=''{on}'')' - '/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/filterByCurrentUser(on=''{on}'')' - '/roleManagement/entitlementManagement/roleEligibilitySchedules/filterByCurrentUser(on=''{on}'')' /roleManagement/entitlementManagement: description: Provides operations to manage the entitlementManagement property of the microsoft.graph.roleManagement entity. get: tags: - roleManagement.rbacApplication summary: Get entitlementManagement from roleManagement description: Container for roles and assignments for entitlement management resources. operationId: roleManagement.GetEntitlementManagement parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.rbacApplication' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - roleManagement.rbacApplication summary: Update the navigation property entitlementManagement in roleManagement operationId: roleManagement.UpdateEntitlementManagement requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.rbacApplication' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.rbacApplication' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - roleManagement.rbacApplication summary: Delete navigation property entitlementManagement for roleManagement operationId: roleManagement.DeleteEntitlementManagement parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /roleManagement/entitlementManagement/resourceNamespaces: description: Provides operations to manage the resourceNamespaces property of the microsoft.graph.rbacApplication entity. get: tags: - roleManagement.rbacApplication summary: Get resourceNamespaces from roleManagement operationId: roleManagement.entitlementManagement.ListResourceNamespaces parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.unifiedRbacResourceNamespaceCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - roleManagement.rbacApplication summary: Create new navigation property to resourceNamespaces for roleManagement operationId: roleManagement.entitlementManagement.CreateResourceNamespaces requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRbacResourceNamespace' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRbacResourceNamespace' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation x-ms-docs-grouped-path: - /roleManagement/directory/resourceNamespaces '/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}': description: Provides operations to manage the resourceNamespaces property of the microsoft.graph.rbacApplication entity. get: tags: - roleManagement.rbacApplication summary: Get resourceNamespaces from roleManagement operationId: roleManagement.entitlementManagement.GetResourceNamespaces parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRbacResourceNamespace' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - roleManagement.rbacApplication summary: Update the navigation property resourceNamespaces in roleManagement operationId: roleManagement.entitlementManagement.UpdateResourceNamespaces requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRbacResourceNamespace' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRbacResourceNamespace' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - roleManagement.rbacApplication summary: Delete navigation property resourceNamespaces for roleManagement operationId: roleManagement.entitlementManagement.DeleteResourceNamespaces parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: unifiedRbacResourceNamespace-id in: path description: The unique identifier of unifiedRbacResourceNamespace required: true schema: type: string x-ms-docs-key-type: unifiedRbacResourceNamespace x-ms-docs-grouped-path: - '/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}' '/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions': description: Provides operations to manage the resourceActions property of the microsoft.graph.unifiedRbacResourceNamespace entity. get: tags: - roleManagement.rbacApplication summary: Get resourceActions from roleManagement operationId: roleManagement.entitlementManagement.resourceNamespaces.ListResourceActions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.unifiedRbacResourceActionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - roleManagement.rbacApplication summary: Create new navigation property to resourceActions for roleManagement operationId: roleManagement.entitlementManagement.resourceNamespaces.CreateResourceActions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRbacResourceAction' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRbacResourceAction' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: unifiedRbacResourceNamespace-id in: path description: The unique identifier of unifiedRbacResourceNamespace required: true schema: type: string x-ms-docs-key-type: unifiedRbacResourceNamespace x-ms-docs-grouped-path: - '/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions' '/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}': description: Provides operations to manage the resourceActions property of the microsoft.graph.unifiedRbacResourceNamespace entity. get: tags: - roleManagement.rbacApplication summary: Get resourceActions from roleManagement operationId: roleManagement.entitlementManagement.resourceNamespaces.GetResourceActions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRbacResourceAction' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - roleManagement.rbacApplication summary: Update the navigation property resourceActions in roleManagement operationId: roleManagement.entitlementManagement.resourceNamespaces.UpdateResourceActions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRbacResourceAction' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRbacResourceAction' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - roleManagement.rbacApplication summary: Delete navigation property resourceActions for roleManagement operationId: roleManagement.entitlementManagement.resourceNamespaces.DeleteResourceActions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: unifiedRbacResourceNamespace-id in: path description: The unique identifier of unifiedRbacResourceNamespace required: true schema: type: string x-ms-docs-key-type: unifiedRbacResourceNamespace - name: unifiedRbacResourceAction-id in: path description: The unique identifier of unifiedRbacResourceAction required: true schema: type: string x-ms-docs-key-type: unifiedRbacResourceAction x-ms-docs-grouped-path: - '/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}' '/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count': description: Provides operations to count the resources in the collection. get: tags: - roleManagement.rbacApplication summary: Get the number of the resource operationId: roleManagement.entitlementManagement.resourceNamespaces.resourceActions.GetCount-e4ec parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: unifiedRbacResourceNamespace-id in: path description: The unique identifier of unifiedRbacResourceNamespace required: true schema: type: string x-ms-docs-key-type: unifiedRbacResourceNamespace /roleManagement/entitlementManagement/resourceNamespaces/$count: description: Provides operations to count the resources in the collection. get: tags: - roleManagement.rbacApplication summary: Get the number of the resource operationId: roleManagement.entitlementManagement.resourceNamespaces.GetCount-1f5d parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /roleManagement/entitlementManagement/roleAssignments: description: Provides operations to manage the roleAssignments property of the microsoft.graph.rbacApplication entity. get: tags: - roleManagement.rbacApplication summary: List unifiedRoleAssignments description: "Get a list of unifiedRoleAssignment objects for the RBAC provider. The following RBAC providers are currently supported:\n- directory (Microsoft Entra ID)\n- entitlement management (Microsoft Entra entitlement management)" externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignments?view=graph-rest-1.0 operationId: roleManagement.entitlementManagement.ListRoleAssignments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.unifiedRoleAssignmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - roleManagement.rbacApplication summary: Create unifiedRoleAssignment description: Create a new unifiedRoleAssignment object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/rbacapplication-post-roleassignments?view=graph-rest-1.0 operationId: roleManagement.entitlementManagement.CreateRoleAssignments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation x-ms-docs-grouped-path: - /roleManagement/directory/roleAssignments '/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}': description: Provides operations to manage the roleAssignments property of the microsoft.graph.rbacApplication entity. get: tags: - roleManagement.rbacApplication summary: Get roleAssignments from roleManagement description: Resource to grant access to users or groups. operationId: roleManagement.entitlementManagement.GetRoleAssignments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - roleManagement.rbacApplication summary: Update the navigation property roleAssignments in roleManagement operationId: roleManagement.entitlementManagement.UpdateRoleAssignments requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignment' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - roleManagement.rbacApplication summary: Delete navigation property roleAssignments for roleManagement operationId: roleManagement.entitlementManagement.DeleteRoleAssignments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: unifiedRoleAssignment-id in: path description: The unique identifier of unifiedRoleAssignment required: true schema: type: string x-ms-docs-key-type: unifiedRoleAssignment x-ms-docs-grouped-path: - '/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}' '/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope': description: Provides operations to manage the appScope property of the microsoft.graph.unifiedRoleAssignment entity. get: tags: - roleManagement.rbacApplication summary: Get appScope from roleManagement description: Read-only property with details of the app specific scope when the assignment scope is app specific. Containment entity. Supports $expand for the entitlement provider only. operationId: roleManagement.entitlementManagement.roleAssignments.GetAppScope parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.appScope' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - roleManagement.rbacApplication summary: Update the navigation property appScope in roleManagement operationId: roleManagement.entitlementManagement.roleAssignments.UpdateAppScope requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.appScope' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.appScope' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - roleManagement.rbacApplication summary: Delete navigation property appScope for roleManagement operationId: roleManagement.entitlementManagement.roleAssignments.DeleteAppScope parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: unifiedRoleAssignment-id in: path description: The unique identifier of unifiedRoleAssignment required: true schema: type: string x-ms-docs-key-type: unifiedRoleAssignment x-ms-docs-grouped-path: - '/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope' '/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/directoryScope': description: Provides operations to manage the directoryScope property of the microsoft.graph.unifiedRoleAssignment entity. get: tags: - roleManagement.rbacApplication summary: Get directoryScope from roleManagement description: The directory object that is the scope of the assignment. Read-only. Supports $expand. operationId: roleManagement.entitlementManagement.roleAssignments.GetDirectoryScope parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: unifiedRoleAssignment-id in: path description: The unique identifier of unifiedRoleAssignment required: true schema: type: string x-ms-docs-key-type: unifiedRoleAssignment x-ms-docs-grouped-path: - '/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/directoryScope' '/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/principal': description: Provides operations to manage the principal property of the microsoft.graph.unifiedRoleAssignment entity. get: tags: - roleManagement.rbacApplication summary: Get principal from roleManagement description: Referencing the assigned principal. Read-only. Supports $expand. operationId: roleManagement.entitlementManagement.roleAssignments.GetPrincipal parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: unifiedRoleAssignment-id in: path description: The unique identifier of unifiedRoleAssignment required: true schema: type: string x-ms-docs-key-type: unifiedRoleAssignment x-ms-docs-grouped-path: - '/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/principal' '/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition': description: Provides operations to manage the roleDefinition property of the microsoft.graph.unifiedRoleAssignment entity. get: tags: - roleManagement.rbacApplication summary: Get roleDefinition from roleManagement description: The roleDefinition the assignment is for. Supports $expand. operationId: roleManagement.entitlementManagement.roleAssignments.GetRoleDefinition parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: unifiedRoleAssignment-id in: path description: The unique identifier of unifiedRoleAssignment required: true schema: type: string x-ms-docs-key-type: unifiedRoleAssignment x-ms-docs-grouped-path: - '/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition' /roleManagement/entitlementManagement/roleAssignments/$count: description: Provides operations to count the resources in the collection. get: tags: - roleManagement.rbacApplication summary: Get the number of the resource operationId: roleManagement.entitlementManagement.roleAssignments.GetCount-ca1d parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /roleManagement/entitlementManagement/roleAssignmentScheduleInstances: description: Provides operations to manage the roleAssignmentScheduleInstances property of the microsoft.graph.rbacApplication entity. get: tags: - roleManagement.rbacApplication summary: Get roleAssignmentScheduleInstances from roleManagement description: Instances for active role assignments. operationId: roleManagement.entitlementManagement.ListRoleAssignmentScheduleInstances parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.unifiedRoleAssignmentScheduleInstanceCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - roleManagement.rbacApplication summary: Create new navigation property to roleAssignmentScheduleInstances for roleManagement operationId: roleManagement.entitlementManagement.CreateRoleAssignmentScheduleInstances requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentScheduleInstance' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentScheduleInstance' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation x-ms-docs-grouped-path: - /roleManagement/directory/roleAssignmentScheduleInstances '/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}': description: Provides operations to manage the roleAssignmentScheduleInstances property of the microsoft.graph.rbacApplication entity. get: tags: - roleManagement.rbacApplication summary: Get roleAssignmentScheduleInstances from roleManagement description: Instances for active role assignments. operationId: roleManagement.entitlementManagement.GetRoleAssignmentScheduleInstances parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentScheduleInstance' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - roleManagement.rbacApplication summary: Update the navigation property roleAssignmentScheduleInstances in roleManagement operationId: roleManagement.entitlementManagement.UpdateRoleAssignmentScheduleInstances requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentScheduleInstance' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentScheduleInstance' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - roleManagement.rbacApplication summary: Delete navigation property roleAssignmentScheduleInstances for roleManagement operationId: roleManagement.entitlementManagement.DeleteRoleAssignmentScheduleInstances parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: unifiedRoleAssignmentScheduleInstance-id in: path description: The unique identifier of unifiedRoleAssignmentScheduleInstance required: true schema: type: string x-ms-docs-key-type: unifiedRoleAssignmentScheduleInstance x-ms-docs-grouped-path: - '/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}' '/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing': description: Provides operations to manage the activatedUsing property of the microsoft.graph.unifiedRoleAssignmentScheduleInstance entity. get: tags: - roleManagement.rbacApplication summary: Get activatedUsing from roleManagement description: 'If the request is from an eligible administrator to activate a role, this parameter shows the related eligible assignment for that activation. Otherwise, it''s null. Supports $expand and $select nested in $expand.' operationId: roleManagement.entitlementManagement.roleAssignmentScheduleInstances.GetActivatedUsing parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilityScheduleInstance' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: unifiedRoleAssignmentScheduleInstance-id in: path description: The unique identifier of unifiedRoleAssignmentScheduleInstance required: true schema: type: string x-ms-docs-key-type: unifiedRoleAssignmentScheduleInstance x-ms-docs-grouped-path: - '/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing' '/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope': description: Provides operations to manage the appScope property of the microsoft.graph.unifiedRoleScheduleInstanceBase entity. get: tags: - roleManagement.rbacApplication summary: Get appScope from roleManagement description: Read-only property with details of the app-specific scope when the assignment or role eligibility is scoped to an app. Nullable. operationId: roleManagement.entitlementManagement.roleAssignmentScheduleInstances.GetAppScope parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.appScope' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: unifiedRoleAssignmentScheduleInstance-id in: path description: The unique identifier of unifiedRoleAssignmentScheduleInstance required: true schema: type: string x-ms-docs-key-type: unifiedRoleAssignmentScheduleInstance x-ms-docs-grouped-path: - '/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope' - '/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope' - '/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope' '/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope': description: Provides operations to manage the directoryScope property of the microsoft.graph.unifiedRoleScheduleInstanceBase entity. get: tags: - roleManagement.rbacApplication summary: Get directoryScope from roleManagement description: The directory object that is the scope of the assignment or role eligibility. Read-only. operationId: roleManagement.entitlementManagement.roleAssignmentScheduleInstances.GetDirectoryScope parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: unifiedRoleAssignmentScheduleInstance-id in: path description: The unique identifier of unifiedRoleAssignmentScheduleInstance required: true schema: type: string x-ms-docs-key-type: unifiedRoleAssignmentScheduleInstance x-ms-docs-grouped-path: - '/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope' - '/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope' - '/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope' '/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal': description: Provides operations to manage the principal property of the microsoft.graph.unifiedRoleScheduleInstanceBase entity. get: tags: - roleManagement.rbacApplication summary: Get principal from roleManagement description: The principal that's getting a role assignment or role eligibility through the request. operationId: roleManagement.entitlementManagement.roleAssignmentScheduleInstances.GetPrincipal parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: unifiedRoleAssignmentScheduleInstance-id in: path description: The unique identifier of unifiedRoleAssignmentScheduleInstance required: true schema: type: string x-ms-docs-key-type: unifiedRoleAssignmentScheduleInstance x-ms-docs-grouped-path: - '/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal' - '/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal' - '/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal' '/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition': description: Provides operations to manage the roleDefinition property of the microsoft.graph.unifiedRoleScheduleInstanceBase entity. get: tags: - roleManagement.rbacApplication summary: Get roleDefinition from roleManagement description: Detailed information for the roleDefinition object that is referenced through the roleDefinitionId property. operationId: roleManagement.entitlementManagement.roleAssignmentScheduleInstances.GetRoleDefinition parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: unifiedRoleAssignmentScheduleInstance-id in: path description: The unique identifier of unifiedRoleAssignmentScheduleInstance required: true schema: type: string x-ms-docs-key-type: unifiedRoleAssignmentScheduleInstance x-ms-docs-grouped-path: - '/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition' - '/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition' - '/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition' /roleManagement/entitlementManagement/roleAssignmentScheduleInstances/$count: description: Provides operations to count the resources in the collection. get: tags: - roleManagement.rbacApplication summary: Get the number of the resource operationId: roleManagement.entitlementManagement.roleAssignmentScheduleInstances.GetCount-2c0d parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' '/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/filterByCurrentUser(on=''{on}'')': description: Provides operations to call the filterByCurrentUser method. get: tags: - roleManagement.Functions summary: Invoke function filterByCurrentUser description: Get the instances of active role assignments for the calling principal. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/unifiedroleassignmentscheduleinstance-filterbycurrentuser?view=graph-rest-1.0 operationId: roleManagement.entitlementManagement.roleAssignmentScheduleInstances.filterByCurrentUser parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of unifiedRoleAssignmentScheduleInstance type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentScheduleInstance' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: on in: path description: 'Usage: on=''{on}''' required: true schema: $ref: '#/components/schemas/microsoft.graph.roleAssignmentScheduleInstanceFilterByCurrentUserOptions' x-ms-docs-grouped-path: - '/roleManagement/directory/roleAssignmentScheduleInstances/filterByCurrentUser(on=''{on}'')' - '/roleManagement/directory/roleAssignmentScheduleRequests/filterByCurrentUser(on=''{on}'')' - '/roleManagement/directory/roleAssignmentSchedules/filterByCurrentUser(on=''{on}'')' - '/roleManagement/directory/roleEligibilityScheduleInstances/filterByCurrentUser(on=''{on}'')' - '/roleManagement/directory/roleEligibilityScheduleRequests/filterByCurrentUser(on=''{on}'')' - '/roleManagement/directory/roleEligibilitySchedules/filterByCurrentUser(on=''{on}'')' - '/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/filterByCurrentUser(on=''{on}'')' - '/roleManagement/entitlementManagement/roleAssignmentSchedules/filterByCurrentUser(on=''{on}'')' - '/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/filterByCurrentUser(on=''{on}'')' - '/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/filterByCurrentUser(on=''{on}'')' - '/roleManagement/entitlementManagement/roleEligibilitySchedules/filterByCurrentUser(on=''{on}'')' /roleManagement/entitlementManagement/roleAssignmentScheduleRequests: description: Provides operations to manage the roleAssignmentScheduleRequests property of the microsoft.graph.rbacApplication entity. get: tags: - roleManagement.rbacApplication summary: Get roleAssignmentScheduleRequests from roleManagement description: Requests for active role assignments to principals through PIM. operationId: roleManagement.entitlementManagement.ListRoleAssignmentScheduleRequests parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.unifiedRoleAssignmentScheduleRequestCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - roleManagement.rbacApplication summary: Create new navigation property to roleAssignmentScheduleRequests for roleManagement operationId: roleManagement.entitlementManagement.CreateRoleAssignmentScheduleRequests requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentScheduleRequest' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentScheduleRequest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation x-ms-docs-grouped-path: - /roleManagement/directory/roleAssignmentScheduleRequests '/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}': description: Provides operations to manage the roleAssignmentScheduleRequests property of the microsoft.graph.rbacApplication entity. get: tags: - roleManagement.rbacApplication summary: Get roleAssignmentScheduleRequests from roleManagement description: Requests for active role assignments to principals through PIM. operationId: roleManagement.entitlementManagement.GetRoleAssignmentScheduleRequests parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentScheduleRequest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - roleManagement.rbacApplication summary: Update the navigation property roleAssignmentScheduleRequests in roleManagement operationId: roleManagement.entitlementManagement.UpdateRoleAssignmentScheduleRequests requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentScheduleRequest' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentScheduleRequest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - roleManagement.rbacApplication summary: Delete navigation property roleAssignmentScheduleRequests for roleManagement operationId: roleManagement.entitlementManagement.DeleteRoleAssignmentScheduleRequests parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: unifiedRoleAssignmentScheduleRequest-id in: path description: The unique identifier of unifiedRoleAssignmentScheduleRequest required: true schema: type: string x-ms-docs-key-type: unifiedRoleAssignmentScheduleRequest x-ms-docs-grouped-path: - '/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}' '/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing': description: Provides operations to manage the activatedUsing property of the microsoft.graph.unifiedRoleAssignmentScheduleRequest entity. get: tags: - roleManagement.rbacApplication summary: Get activatedUsing from roleManagement description: 'If the request is from an eligible administrator to activate a role, this parameter will show the related eligible assignment for that activation. Otherwise, it''s null. Supports $expand and $select nested in $expand.' operationId: roleManagement.entitlementManagement.roleAssignmentScheduleRequests.GetActivatedUsing parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilitySchedule' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: unifiedRoleAssignmentScheduleRequest-id in: path description: The unique identifier of unifiedRoleAssignmentScheduleRequest required: true schema: type: string x-ms-docs-key-type: unifiedRoleAssignmentScheduleRequest x-ms-docs-grouped-path: - '/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing' '/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope': description: Provides operations to manage the appScope property of the microsoft.graph.unifiedRoleAssignmentScheduleRequest entity. get: tags: - roleManagement.rbacApplication summary: Get appScope from roleManagement description: Read-only property with details of the app-specific scope when the assignment is scoped to an app. Nullable. Supports $expand. operationId: roleManagement.entitlementManagement.roleAssignmentScheduleRequests.GetAppScope parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.appScope' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: unifiedRoleAssignmentScheduleRequest-id in: path description: The unique identifier of unifiedRoleAssignmentScheduleRequest required: true schema: type: string x-ms-docs-key-type: unifiedRoleAssignmentScheduleRequest x-ms-docs-grouped-path: - '/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope' '/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope': description: Provides operations to manage the directoryScope property of the microsoft.graph.unifiedRoleAssignmentScheduleRequest entity. get: tags: - roleManagement.rbacApplication summary: Get directoryScope from roleManagement description: The directory object that is the scope of the assignment. Read-only. Supports $expand. operationId: roleManagement.entitlementManagement.roleAssignmentScheduleRequests.GetDirectoryScope parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: unifiedRoleAssignmentScheduleRequest-id in: path description: The unique identifier of unifiedRoleAssignmentScheduleRequest required: true schema: type: string x-ms-docs-key-type: unifiedRoleAssignmentScheduleRequest x-ms-docs-grouped-path: - '/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope' '/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/cancel': description: Provides operations to call the cancel method. post: tags: - roleManagement.Actions summary: Invoke action cancel description: 'Immediately cancel a unifiedRoleAssignmentScheduleRequest object that is in a Granted status, and have the system automatically delete the canceled request after 30 days. After calling this action, the status of the canceled unifiedRoleAssignmentScheduleRequest changes to Canceled.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-cancel?view=graph-rest-1.0 operationId: roleManagement.entitlementManagement.roleAssignmentScheduleRequests.unifiedRoleAssignmentScheduleRequest.cancel responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: unifiedRoleAssignmentScheduleRequest-id in: path description: The unique identifier of unifiedRoleAssignmentScheduleRequest required: true schema: type: string x-ms-docs-key-type: unifiedRoleAssignmentScheduleRequest x-ms-docs-grouped-path: - '/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/cancel' - '/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/cancel' - '/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/cancel' '/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal': description: Provides operations to manage the principal property of the microsoft.graph.unifiedRoleAssignmentScheduleRequest entity. get: tags: - roleManagement.rbacApplication summary: Get principal from roleManagement description: The principal that's getting a role assignment through the request. Supports $expand and $select nested in $expand for id only. operationId: roleManagement.entitlementManagement.roleAssignmentScheduleRequests.GetPrincipal parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: unifiedRoleAssignmentScheduleRequest-id in: path description: The unique identifier of unifiedRoleAssignmentScheduleRequest required: true schema: type: string x-ms-docs-key-type: unifiedRoleAssignmentScheduleRequest x-ms-docs-grouped-path: - '/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal' '/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition': description: Provides operations to manage the roleDefinition property of the microsoft.graph.unifiedRoleAssignmentScheduleRequest entity. get: tags: - roleManagement.rbacApplication summary: Get roleDefinition from roleManagement description: Detailed information for the unifiedRoleDefinition object that is referenced through the roleDefinitionId property. Supports $expand and $select nested in $expand. operationId: roleManagement.entitlementManagement.roleAssignmentScheduleRequests.GetRoleDefinition parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: unifiedRoleAssignmentScheduleRequest-id in: path description: The unique identifier of unifiedRoleAssignmentScheduleRequest required: true schema: type: string x-ms-docs-key-type: unifiedRoleAssignmentScheduleRequest x-ms-docs-grouped-path: - '/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition' '/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule': description: Provides operations to manage the targetSchedule property of the microsoft.graph.unifiedRoleAssignmentScheduleRequest entity. get: tags: - roleManagement.rbacApplication summary: Get targetSchedule from roleManagement description: The schedule for an eligible role assignment that is referenced through the targetScheduleId property. Supports $expand and $select nested in $expand. operationId: roleManagement.entitlementManagement.roleAssignmentScheduleRequests.GetTargetSchedule parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentSchedule' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: unifiedRoleAssignmentScheduleRequest-id in: path description: The unique identifier of unifiedRoleAssignmentScheduleRequest required: true schema: type: string x-ms-docs-key-type: unifiedRoleAssignmentScheduleRequest x-ms-docs-grouped-path: - '/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule' /roleManagement/entitlementManagement/roleAssignmentScheduleRequests/$count: description: Provides operations to count the resources in the collection. get: tags: - roleManagement.rbacApplication summary: Get the number of the resource operationId: roleManagement.entitlementManagement.roleAssignmentScheduleRequests.GetCount-9503 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' '/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/filterByCurrentUser(on=''{on}'')': description: Provides operations to call the filterByCurrentUser method. get: tags: - roleManagement.Functions summary: Invoke function filterByCurrentUser description: 'In PIM, retrieve the requests for active role assignments for a particular principal. The principal can be the creator or approver of the unifiedRoleAssignmentScheduleRequest object, or they can be the target of the assignment.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-filterbycurrentuser?view=graph-rest-1.0 operationId: roleManagement.entitlementManagement.roleAssignmentScheduleRequests.filterByCurrentUser parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of unifiedRoleAssignmentScheduleRequest type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentScheduleRequest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: on in: path description: 'Usage: on=''{on}''' required: true schema: $ref: '#/components/schemas/microsoft.graph.roleAssignmentScheduleRequestFilterByCurrentUserOptions' x-ms-docs-grouped-path: - '/roleManagement/directory/roleAssignmentScheduleInstances/filterByCurrentUser(on=''{on}'')' - '/roleManagement/directory/roleAssignmentScheduleRequests/filterByCurrentUser(on=''{on}'')' - '/roleManagement/directory/roleAssignmentSchedules/filterByCurrentUser(on=''{on}'')' - '/roleManagement/directory/roleEligibilityScheduleInstances/filterByCurrentUser(on=''{on}'')' - '/roleManagement/directory/roleEligibilityScheduleRequests/filterByCurrentUser(on=''{on}'')' - '/roleManagement/directory/roleEligibilitySchedules/filterByCurrentUser(on=''{on}'')' - '/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/filterByCurrentUser(on=''{on}'')' - '/roleManagement/entitlementManagement/roleAssignmentSchedules/filterByCurrentUser(on=''{on}'')' - '/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/filterByCurrentUser(on=''{on}'')' - '/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/filterByCurrentUser(on=''{on}'')' - '/roleManagement/entitlementManagement/roleEligibilitySchedules/filterByCurrentUser(on=''{on}'')' /roleManagement/entitlementManagement/roleAssignmentSchedules: description: Provides operations to manage the roleAssignmentSchedules property of the microsoft.graph.rbacApplication entity. get: tags: - roleManagement.rbacApplication summary: Get roleAssignmentSchedules from roleManagement description: Schedules for active role assignment operations. operationId: roleManagement.entitlementManagement.ListRoleAssignmentSchedules parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.unifiedRoleAssignmentScheduleCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - roleManagement.rbacApplication summary: Create new navigation property to roleAssignmentSchedules for roleManagement operationId: roleManagement.entitlementManagement.CreateRoleAssignmentSchedules requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentSchedule' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentSchedule' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation x-ms-docs-grouped-path: - /roleManagement/directory/roleAssignmentSchedules '/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}': description: Provides operations to manage the roleAssignmentSchedules property of the microsoft.graph.rbacApplication entity. get: tags: - roleManagement.rbacApplication summary: Get roleAssignmentSchedules from roleManagement description: Schedules for active role assignment operations. operationId: roleManagement.entitlementManagement.GetRoleAssignmentSchedules parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentSchedule' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - roleManagement.rbacApplication summary: Update the navigation property roleAssignmentSchedules in roleManagement operationId: roleManagement.entitlementManagement.UpdateRoleAssignmentSchedules requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentSchedule' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentSchedule' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - roleManagement.rbacApplication summary: Delete navigation property roleAssignmentSchedules for roleManagement operationId: roleManagement.entitlementManagement.DeleteRoleAssignmentSchedules parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: unifiedRoleAssignmentSchedule-id in: path description: The unique identifier of unifiedRoleAssignmentSchedule required: true schema: type: string x-ms-docs-key-type: unifiedRoleAssignmentSchedule x-ms-docs-grouped-path: - '/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}' '/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing': description: Provides operations to manage the activatedUsing property of the microsoft.graph.unifiedRoleAssignmentSchedule entity. get: tags: - roleManagement.rbacApplication summary: Get activatedUsing from roleManagement description: 'If the request is from an eligible administrator to activate a role, this parameter shows the related eligible assignment for that activation. Otherwise, it''s null. Supports $expand.' operationId: roleManagement.entitlementManagement.roleAssignmentSchedules.GetActivatedUsing parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilitySchedule' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: unifiedRoleAssignmentSchedule-id in: path description: The unique identifier of unifiedRoleAssignmentSchedule required: true schema: type: string x-ms-docs-key-type: unifiedRoleAssignmentSchedule x-ms-docs-grouped-path: - '/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing' '/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/appScope': description: Provides operations to manage the appScope property of the microsoft.graph.unifiedRoleScheduleBase entity. get: tags: - roleManagement.rbacApplication summary: Get appScope from roleManagement description: Read-only property with details of the app-specific scope when the role eligibility or assignment is scoped to an app. Nullable. operationId: roleManagement.entitlementManagement.roleAssignmentSchedules.GetAppScope parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.appScope' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: unifiedRoleAssignmentSchedule-id in: path description: The unique identifier of unifiedRoleAssignmentSchedule required: true schema: type: string x-ms-docs-key-type: unifiedRoleAssignmentSchedule x-ms-docs-grouped-path: - '/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/appScope' - '/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope' - '/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope' '/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope': description: Provides operations to manage the directoryScope property of the microsoft.graph.unifiedRoleScheduleBase entity. get: tags: - roleManagement.rbacApplication summary: Get directoryScope from roleManagement description: The directory object that is the scope of the role eligibility or assignment. Read-only. operationId: roleManagement.entitlementManagement.roleAssignmentSchedules.GetDirectoryScope parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: unifiedRoleAssignmentSchedule-id in: path description: The unique identifier of unifiedRoleAssignmentSchedule required: true schema: type: string x-ms-docs-key-type: unifiedRoleAssignmentSchedule x-ms-docs-grouped-path: - '/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope' - '/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope' - '/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope' '/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/principal': description: Provides operations to manage the principal property of the microsoft.graph.unifiedRoleScheduleBase entity. get: tags: - roleManagement.rbacApplication summary: Get principal from roleManagement description: The principal that's getting a role assignment or that's eligible for a role through the request. operationId: roleManagement.entitlementManagement.roleAssignmentSchedules.GetPrincipal parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: unifiedRoleAssignmentSchedule-id in: path description: The unique identifier of unifiedRoleAssignmentSchedule required: true schema: type: string x-ms-docs-key-type: unifiedRoleAssignmentSchedule x-ms-docs-grouped-path: - '/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/principal' - '/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/principal' - '/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/principal' '/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/roleDefinition': description: Provides operations to manage the roleDefinition property of the microsoft.graph.unifiedRoleScheduleBase entity. get: tags: - roleManagement.rbacApplication summary: Get roleDefinition from roleManagement description: Detailed information for the roleDefinition object that is referenced through the roleDefinitionId property. operationId: roleManagement.entitlementManagement.roleAssignmentSchedules.GetRoleDefinition parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: unifiedRoleAssignmentSchedule-id in: path description: The unique identifier of unifiedRoleAssignmentSchedule required: true schema: type: string x-ms-docs-key-type: unifiedRoleAssignmentSchedule x-ms-docs-grouped-path: - '/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/roleDefinition' - '/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/roleDefinition' - '/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/roleDefinition' /roleManagement/entitlementManagement/roleAssignmentSchedules/$count: description: Provides operations to count the resources in the collection. get: tags: - roleManagement.rbacApplication summary: Get the number of the resource operationId: roleManagement.entitlementManagement.roleAssignmentSchedules.GetCount-61d0 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' '/roleManagement/entitlementManagement/roleAssignmentSchedules/filterByCurrentUser(on=''{on}'')': description: Provides operations to call the filterByCurrentUser method. get: tags: - roleManagement.Functions summary: Invoke function filterByCurrentUser description: Retrieve the schedules for active role assignment operations for which the signed-in user is the principal. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/unifiedroleassignmentschedule-filterbycurrentuser?view=graph-rest-1.0 operationId: roleManagement.entitlementManagement.roleAssignmentSchedules.filterByCurrentUser parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of unifiedRoleAssignmentSchedule type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentSchedule' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: on in: path description: 'Usage: on=''{on}''' required: true schema: $ref: '#/components/schemas/microsoft.graph.roleAssignmentScheduleFilterByCurrentUserOptions' x-ms-docs-grouped-path: - '/roleManagement/directory/roleAssignmentScheduleInstances/filterByCurrentUser(on=''{on}'')' - '/roleManagement/directory/roleAssignmentScheduleRequests/filterByCurrentUser(on=''{on}'')' - '/roleManagement/directory/roleAssignmentSchedules/filterByCurrentUser(on=''{on}'')' - '/roleManagement/directory/roleEligibilityScheduleInstances/filterByCurrentUser(on=''{on}'')' - '/roleManagement/directory/roleEligibilityScheduleRequests/filterByCurrentUser(on=''{on}'')' - '/roleManagement/directory/roleEligibilitySchedules/filterByCurrentUser(on=''{on}'')' - '/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/filterByCurrentUser(on=''{on}'')' - '/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/filterByCurrentUser(on=''{on}'')' - '/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/filterByCurrentUser(on=''{on}'')' - '/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/filterByCurrentUser(on=''{on}'')' - '/roleManagement/entitlementManagement/roleEligibilitySchedules/filterByCurrentUser(on=''{on}'')' /roleManagement/entitlementManagement/roleDefinitions: description: Provides operations to manage the roleDefinitions property of the microsoft.graph.rbacApplication entity. get: tags: - roleManagement.rbacApplication summary: List roleDefinitions description: "Get a list of unifiedRoleDefinition objects for the provider. The following RBAC providers are currently supported:\n- directory (Microsoft Entra ID)\n- entitlement management (Microsoft Entra Entitlement Management)" externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/rbacapplication-list-roledefinitions?view=graph-rest-1.0 operationId: roleManagement.entitlementManagement.ListRoleDefinitions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.unifiedRoleDefinitionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - roleManagement.rbacApplication summary: Create new navigation property to roleDefinitions for roleManagement operationId: roleManagement.entitlementManagement.CreateRoleDefinitions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation x-ms-docs-grouped-path: - /roleManagement/directory/roleDefinitions '/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}': description: Provides operations to manage the roleDefinitions property of the microsoft.graph.rbacApplication entity. get: tags: - roleManagement.rbacApplication summary: Get roleDefinitions from roleManagement description: Resource representing the roles allowed by RBAC providers and the permissions assigned to the roles. operationId: roleManagement.entitlementManagement.GetRoleDefinitions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - roleManagement.rbacApplication summary: Update the navigation property roleDefinitions in roleManagement operationId: roleManagement.entitlementManagement.UpdateRoleDefinitions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - roleManagement.rbacApplication summary: Delete navigation property roleDefinitions for roleManagement operationId: roleManagement.entitlementManagement.DeleteRoleDefinitions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: unifiedRoleDefinition-id in: path description: The unique identifier of unifiedRoleDefinition required: true schema: type: string x-ms-docs-key-type: unifiedRoleDefinition x-ms-docs-grouped-path: - '/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}' '/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom': description: Provides operations to manage the inheritsPermissionsFrom property of the microsoft.graph.unifiedRoleDefinition entity. get: tags: - roleManagement.rbacApplication summary: Get inheritsPermissionsFrom from roleManagement description: Read-only collection of role definitions that the given role definition inherits from. Only Microsoft Entra built-in roles (isBuiltIn is true) support this attribute. Supports $expand. operationId: roleManagement.entitlementManagement.roleDefinitions.ListInheritsPermissionsFrom parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.unifiedRoleDefinitionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - roleManagement.rbacApplication summary: Create new navigation property to inheritsPermissionsFrom for roleManagement operationId: roleManagement.entitlementManagement.roleDefinitions.CreateInheritsPermissionsFrom requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: unifiedRoleDefinition-id in: path description: The unique identifier of unifiedRoleDefinition required: true schema: type: string x-ms-docs-key-type: unifiedRoleDefinition x-ms-docs-grouped-path: - '/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom' '/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}': description: Provides operations to manage the inheritsPermissionsFrom property of the microsoft.graph.unifiedRoleDefinition entity. get: tags: - roleManagement.rbacApplication summary: Get inheritsPermissionsFrom from roleManagement description: Read-only collection of role definitions that the given role definition inherits from. Only Microsoft Entra built-in roles (isBuiltIn is true) support this attribute. Supports $expand. operationId: roleManagement.entitlementManagement.roleDefinitions.GetInheritsPermissionsFrom parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - roleManagement.rbacApplication summary: Update the navigation property inheritsPermissionsFrom in roleManagement operationId: roleManagement.entitlementManagement.roleDefinitions.UpdateInheritsPermissionsFrom requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - roleManagement.rbacApplication summary: Delete navigation property inheritsPermissionsFrom for roleManagement operationId: roleManagement.entitlementManagement.roleDefinitions.DeleteInheritsPermissionsFrom parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: unifiedRoleDefinition-id in: path description: The unique identifier of unifiedRoleDefinition required: true schema: type: string x-ms-docs-key-type: unifiedRoleDefinition - name: unifiedRoleDefinition-id1 in: path description: The unique identifier of unifiedRoleDefinition required: true schema: type: string x-ms-docs-key-type: unifiedRoleDefinition x-ms-docs-grouped-path: - '/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}' '/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count': description: Provides operations to count the resources in the collection. get: tags: - roleManagement.rbacApplication summary: Get the number of the resource operationId: roleManagement.entitlementManagement.roleDefinitions.inheritsPermissionsFrom.GetCount-eda5 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: unifiedRoleDefinition-id in: path description: The unique identifier of unifiedRoleDefinition required: true schema: type: string x-ms-docs-key-type: unifiedRoleDefinition /roleManagement/entitlementManagement/roleDefinitions/$count: description: Provides operations to count the resources in the collection. get: tags: - roleManagement.rbacApplication summary: Get the number of the resource operationId: roleManagement.entitlementManagement.roleDefinitions.GetCount-d1b3 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /roleManagement/entitlementManagement/roleEligibilityScheduleInstances: description: Provides operations to manage the roleEligibilityScheduleInstances property of the microsoft.graph.rbacApplication entity. get: tags: - roleManagement.rbacApplication summary: Get roleEligibilityScheduleInstances from roleManagement description: Instances for role eligibility requests. operationId: roleManagement.entitlementManagement.ListRoleEligibilityScheduleInstances parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.unifiedRoleEligibilityScheduleInstanceCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - roleManagement.rbacApplication summary: Create new navigation property to roleEligibilityScheduleInstances for roleManagement operationId: roleManagement.entitlementManagement.CreateRoleEligibilityScheduleInstances requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilityScheduleInstance' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilityScheduleInstance' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation x-ms-docs-grouped-path: - /roleManagement/directory/roleEligibilityScheduleInstances '/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}': description: Provides operations to manage the roleEligibilityScheduleInstances property of the microsoft.graph.rbacApplication entity. get: tags: - roleManagement.rbacApplication summary: Get roleEligibilityScheduleInstances from roleManagement description: Instances for role eligibility requests. operationId: roleManagement.entitlementManagement.GetRoleEligibilityScheduleInstances parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilityScheduleInstance' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - roleManagement.rbacApplication summary: Update the navigation property roleEligibilityScheduleInstances in roleManagement operationId: roleManagement.entitlementManagement.UpdateRoleEligibilityScheduleInstances requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilityScheduleInstance' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilityScheduleInstance' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - roleManagement.rbacApplication summary: Delete navigation property roleEligibilityScheduleInstances for roleManagement operationId: roleManagement.entitlementManagement.DeleteRoleEligibilityScheduleInstances parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: unifiedRoleEligibilityScheduleInstance-id in: path description: The unique identifier of unifiedRoleEligibilityScheduleInstance required: true schema: type: string x-ms-docs-key-type: unifiedRoleEligibilityScheduleInstance x-ms-docs-grouped-path: - '/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}' '/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope': description: Provides operations to manage the appScope property of the microsoft.graph.unifiedRoleScheduleInstanceBase entity. get: tags: - roleManagement.rbacApplication summary: Get appScope from roleManagement description: Read-only property with details of the app-specific scope when the assignment or role eligibility is scoped to an app. Nullable. operationId: roleManagement.entitlementManagement.roleEligibilityScheduleInstances.GetAppScope parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.appScope' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: unifiedRoleEligibilityScheduleInstance-id in: path description: The unique identifier of unifiedRoleEligibilityScheduleInstance required: true schema: type: string x-ms-docs-key-type: unifiedRoleEligibilityScheduleInstance x-ms-docs-grouped-path: - '/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope' - '/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope' - '/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope' '/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope': description: Provides operations to manage the directoryScope property of the microsoft.graph.unifiedRoleScheduleInstanceBase entity. get: tags: - roleManagement.rbacApplication summary: Get directoryScope from roleManagement description: The directory object that is the scope of the assignment or role eligibility. Read-only. operationId: roleManagement.entitlementManagement.roleEligibilityScheduleInstances.GetDirectoryScope parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: unifiedRoleEligibilityScheduleInstance-id in: path description: The unique identifier of unifiedRoleEligibilityScheduleInstance required: true schema: type: string x-ms-docs-key-type: unifiedRoleEligibilityScheduleInstance x-ms-docs-grouped-path: - '/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope' - '/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope' - '/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope' '/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal': description: Provides operations to manage the principal property of the microsoft.graph.unifiedRoleScheduleInstanceBase entity. get: tags: - roleManagement.rbacApplication summary: Get principal from roleManagement description: The principal that's getting a role assignment or role eligibility through the request. operationId: roleManagement.entitlementManagement.roleEligibilityScheduleInstances.GetPrincipal parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: unifiedRoleEligibilityScheduleInstance-id in: path description: The unique identifier of unifiedRoleEligibilityScheduleInstance required: true schema: type: string x-ms-docs-key-type: unifiedRoleEligibilityScheduleInstance x-ms-docs-grouped-path: - '/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal' - '/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal' - '/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal' '/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition': description: Provides operations to manage the roleDefinition property of the microsoft.graph.unifiedRoleScheduleInstanceBase entity. get: tags: - roleManagement.rbacApplication summary: Get roleDefinition from roleManagement description: Detailed information for the roleDefinition object that is referenced through the roleDefinitionId property. operationId: roleManagement.entitlementManagement.roleEligibilityScheduleInstances.GetRoleDefinition parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: unifiedRoleEligibilityScheduleInstance-id in: path description: The unique identifier of unifiedRoleEligibilityScheduleInstance required: true schema: type: string x-ms-docs-key-type: unifiedRoleEligibilityScheduleInstance x-ms-docs-grouped-path: - '/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition' - '/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition' - '/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition' /roleManagement/entitlementManagement/roleEligibilityScheduleInstances/$count: description: Provides operations to count the resources in the collection. get: tags: - roleManagement.rbacApplication summary: Get the number of the resource operationId: roleManagement.entitlementManagement.roleEligibilityScheduleInstances.GetCount-4687 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' '/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/filterByCurrentUser(on=''{on}'')': description: Provides operations to call the filterByCurrentUser method. get: tags: - roleManagement.Functions summary: Invoke function filterByCurrentUser description: Get the instances of eligible roles for the calling principal. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-filterbycurrentuser?view=graph-rest-1.0 operationId: roleManagement.entitlementManagement.roleEligibilityScheduleInstances.filterByCurrentUser parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of unifiedRoleEligibilityScheduleInstance type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilityScheduleInstance' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: on in: path description: 'Usage: on=''{on}''' required: true schema: $ref: '#/components/schemas/microsoft.graph.roleEligibilityScheduleInstanceFilterByCurrentUserOptions' x-ms-docs-grouped-path: - '/roleManagement/directory/roleAssignmentScheduleInstances/filterByCurrentUser(on=''{on}'')' - '/roleManagement/directory/roleAssignmentScheduleRequests/filterByCurrentUser(on=''{on}'')' - '/roleManagement/directory/roleAssignmentSchedules/filterByCurrentUser(on=''{on}'')' - '/roleManagement/directory/roleEligibilityScheduleInstances/filterByCurrentUser(on=''{on}'')' - '/roleManagement/directory/roleEligibilityScheduleRequests/filterByCurrentUser(on=''{on}'')' - '/roleManagement/directory/roleEligibilitySchedules/filterByCurrentUser(on=''{on}'')' - '/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/filterByCurrentUser(on=''{on}'')' - '/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/filterByCurrentUser(on=''{on}'')' - '/roleManagement/entitlementManagement/roleAssignmentSchedules/filterByCurrentUser(on=''{on}'')' - '/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/filterByCurrentUser(on=''{on}'')' - '/roleManagement/entitlementManagement/roleEligibilitySchedules/filterByCurrentUser(on=''{on}'')' /roleManagement/entitlementManagement/roleEligibilityScheduleRequests: description: Provides operations to manage the roleEligibilityScheduleRequests property of the microsoft.graph.rbacApplication entity. get: tags: - roleManagement.rbacApplication summary: Get roleEligibilityScheduleRequests from roleManagement description: Requests for role eligibilities for principals through PIM. operationId: roleManagement.entitlementManagement.ListRoleEligibilityScheduleRequests parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.unifiedRoleEligibilityScheduleRequestCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - roleManagement.rbacApplication summary: Create new navigation property to roleEligibilityScheduleRequests for roleManagement operationId: roleManagement.entitlementManagement.CreateRoleEligibilityScheduleRequests requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilityScheduleRequest' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilityScheduleRequest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation x-ms-docs-grouped-path: - /roleManagement/directory/roleEligibilityScheduleRequests '/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}': description: Provides operations to manage the roleEligibilityScheduleRequests property of the microsoft.graph.rbacApplication entity. get: tags: - roleManagement.rbacApplication summary: Get roleEligibilityScheduleRequests from roleManagement description: Requests for role eligibilities for principals through PIM. operationId: roleManagement.entitlementManagement.GetRoleEligibilityScheduleRequests parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilityScheduleRequest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - roleManagement.rbacApplication summary: Update the navigation property roleEligibilityScheduleRequests in roleManagement operationId: roleManagement.entitlementManagement.UpdateRoleEligibilityScheduleRequests requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilityScheduleRequest' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilityScheduleRequest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - roleManagement.rbacApplication summary: Delete navigation property roleEligibilityScheduleRequests for roleManagement operationId: roleManagement.entitlementManagement.DeleteRoleEligibilityScheduleRequests parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: unifiedRoleEligibilityScheduleRequest-id in: path description: The unique identifier of unifiedRoleEligibilityScheduleRequest required: true schema: type: string x-ms-docs-key-type: unifiedRoleEligibilityScheduleRequest x-ms-docs-grouped-path: - '/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}' '/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope': description: Provides operations to manage the appScope property of the microsoft.graph.unifiedRoleEligibilityScheduleRequest entity. get: tags: - roleManagement.rbacApplication summary: Get appScope from roleManagement description: Read-only property with details of the app-specific scope when the role eligibility is scoped to an app. Nullable. Supports $expand. operationId: roleManagement.entitlementManagement.roleEligibilityScheduleRequests.GetAppScope parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.appScope' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: unifiedRoleEligibilityScheduleRequest-id in: path description: The unique identifier of unifiedRoleEligibilityScheduleRequest required: true schema: type: string x-ms-docs-key-type: unifiedRoleEligibilityScheduleRequest x-ms-docs-grouped-path: - '/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope' '/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope': description: Provides operations to manage the directoryScope property of the microsoft.graph.unifiedRoleEligibilityScheduleRequest entity. get: tags: - roleManagement.rbacApplication summary: Get directoryScope from roleManagement description: The directory object that is the scope of the role eligibility. Read-only. Supports $expand. operationId: roleManagement.entitlementManagement.roleEligibilityScheduleRequests.GetDirectoryScope parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: unifiedRoleEligibilityScheduleRequest-id in: path description: The unique identifier of unifiedRoleEligibilityScheduleRequest required: true schema: type: string x-ms-docs-key-type: unifiedRoleEligibilityScheduleRequest x-ms-docs-grouped-path: - '/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope' '/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/cancel': description: Provides operations to call the cancel method. post: tags: - roleManagement.Actions summary: Invoke action cancel description: 'Immediately cancel a unifiedRoleEligibilityScheduleRequest object whose status is Granted and have the system automatically delete the cancelled request after 30 days. After calling this action, the status of the cancelled unifiedRoleEligibilityScheduleRequest changes to Revoked.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-cancel?view=graph-rest-1.0 operationId: roleManagement.entitlementManagement.roleEligibilityScheduleRequests.unifiedRoleEligibilityScheduleRequest.cancel responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: unifiedRoleEligibilityScheduleRequest-id in: path description: The unique identifier of unifiedRoleEligibilityScheduleRequest required: true schema: type: string x-ms-docs-key-type: unifiedRoleEligibilityScheduleRequest x-ms-docs-grouped-path: - '/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/cancel' - '/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/cancel' - '/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/cancel' '/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal': description: Provides operations to manage the principal property of the microsoft.graph.unifiedRoleEligibilityScheduleRequest entity. get: tags: - roleManagement.rbacApplication summary: Get principal from roleManagement description: The principal that's getting a role eligibility through the request. Supports $expand. operationId: roleManagement.entitlementManagement.roleEligibilityScheduleRequests.GetPrincipal parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: unifiedRoleEligibilityScheduleRequest-id in: path description: The unique identifier of unifiedRoleEligibilityScheduleRequest required: true schema: type: string x-ms-docs-key-type: unifiedRoleEligibilityScheduleRequest x-ms-docs-grouped-path: - '/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal' '/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition': description: Provides operations to manage the roleDefinition property of the microsoft.graph.unifiedRoleEligibilityScheduleRequest entity. get: tags: - roleManagement.rbacApplication summary: Get roleDefinition from roleManagement description: Detailed information for the unifiedRoleDefinition object that is referenced through the roleDefinitionId property. Supports $expand. operationId: roleManagement.entitlementManagement.roleEligibilityScheduleRequests.GetRoleDefinition parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: unifiedRoleEligibilityScheduleRequest-id in: path description: The unique identifier of unifiedRoleEligibilityScheduleRequest required: true schema: type: string x-ms-docs-key-type: unifiedRoleEligibilityScheduleRequest x-ms-docs-grouped-path: - '/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition' '/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule': description: Provides operations to manage the targetSchedule property of the microsoft.graph.unifiedRoleEligibilityScheduleRequest entity. get: tags: - roleManagement.rbacApplication summary: Get targetSchedule from roleManagement description: The schedule for a role eligibility that is referenced through the targetScheduleId property. Supports $expand. operationId: roleManagement.entitlementManagement.roleEligibilityScheduleRequests.GetTargetSchedule parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilitySchedule' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: unifiedRoleEligibilityScheduleRequest-id in: path description: The unique identifier of unifiedRoleEligibilityScheduleRequest required: true schema: type: string x-ms-docs-key-type: unifiedRoleEligibilityScheduleRequest x-ms-docs-grouped-path: - '/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule' /roleManagement/entitlementManagement/roleEligibilityScheduleRequests/$count: description: Provides operations to count the resources in the collection. get: tags: - roleManagement.rbacApplication summary: Get the number of the resource operationId: roleManagement.entitlementManagement.roleEligibilityScheduleRequests.GetCount-0523 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' '/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/filterByCurrentUser(on=''{on}'')': description: Provides operations to call the filterByCurrentUser method. get: tags: - roleManagement.Functions summary: Invoke function filterByCurrentUser description: 'In PIM, retrieve the requests for role eligibilities for a particular principal. The principal can be the creator or approver of the unifiedRoleEligibilityScheduleRequest object, or they can be the target of the role eligibility.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-filterbycurrentuser?view=graph-rest-1.0 operationId: roleManagement.entitlementManagement.roleEligibilityScheduleRequests.filterByCurrentUser parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of unifiedRoleEligibilityScheduleRequest type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilityScheduleRequest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: on in: path description: 'Usage: on=''{on}''' required: true schema: $ref: '#/components/schemas/microsoft.graph.roleEligibilityScheduleRequestFilterByCurrentUserOptions' x-ms-docs-grouped-path: - '/roleManagement/directory/roleAssignmentScheduleInstances/filterByCurrentUser(on=''{on}'')' - '/roleManagement/directory/roleAssignmentScheduleRequests/filterByCurrentUser(on=''{on}'')' - '/roleManagement/directory/roleAssignmentSchedules/filterByCurrentUser(on=''{on}'')' - '/roleManagement/directory/roleEligibilityScheduleInstances/filterByCurrentUser(on=''{on}'')' - '/roleManagement/directory/roleEligibilityScheduleRequests/filterByCurrentUser(on=''{on}'')' - '/roleManagement/directory/roleEligibilitySchedules/filterByCurrentUser(on=''{on}'')' - '/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/filterByCurrentUser(on=''{on}'')' - '/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/filterByCurrentUser(on=''{on}'')' - '/roleManagement/entitlementManagement/roleAssignmentSchedules/filterByCurrentUser(on=''{on}'')' - '/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/filterByCurrentUser(on=''{on}'')' - '/roleManagement/entitlementManagement/roleEligibilitySchedules/filterByCurrentUser(on=''{on}'')' /roleManagement/entitlementManagement/roleEligibilitySchedules: description: Provides operations to manage the roleEligibilitySchedules property of the microsoft.graph.rbacApplication entity. get: tags: - roleManagement.rbacApplication summary: Get roleEligibilitySchedules from roleManagement description: Schedules for role eligibility operations. operationId: roleManagement.entitlementManagement.ListRoleEligibilitySchedules parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.unifiedRoleEligibilityScheduleCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - roleManagement.rbacApplication summary: Create new navigation property to roleEligibilitySchedules for roleManagement operationId: roleManagement.entitlementManagement.CreateRoleEligibilitySchedules requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilitySchedule' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilitySchedule' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation x-ms-docs-grouped-path: - /roleManagement/directory/roleEligibilitySchedules '/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}': description: Provides operations to manage the roleEligibilitySchedules property of the microsoft.graph.rbacApplication entity. get: tags: - roleManagement.rbacApplication summary: Get roleEligibilitySchedules from roleManagement description: Schedules for role eligibility operations. operationId: roleManagement.entitlementManagement.GetRoleEligibilitySchedules parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilitySchedule' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - roleManagement.rbacApplication summary: Update the navigation property roleEligibilitySchedules in roleManagement operationId: roleManagement.entitlementManagement.UpdateRoleEligibilitySchedules requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilitySchedule' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilitySchedule' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - roleManagement.rbacApplication summary: Delete navigation property roleEligibilitySchedules for roleManagement operationId: roleManagement.entitlementManagement.DeleteRoleEligibilitySchedules parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: unifiedRoleEligibilitySchedule-id in: path description: The unique identifier of unifiedRoleEligibilitySchedule required: true schema: type: string x-ms-docs-key-type: unifiedRoleEligibilitySchedule x-ms-docs-grouped-path: - '/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}' '/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope': description: Provides operations to manage the appScope property of the microsoft.graph.unifiedRoleScheduleBase entity. get: tags: - roleManagement.rbacApplication summary: Get appScope from roleManagement description: Read-only property with details of the app-specific scope when the role eligibility or assignment is scoped to an app. Nullable. operationId: roleManagement.entitlementManagement.roleEligibilitySchedules.GetAppScope parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.appScope' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: unifiedRoleEligibilitySchedule-id in: path description: The unique identifier of unifiedRoleEligibilitySchedule required: true schema: type: string x-ms-docs-key-type: unifiedRoleEligibilitySchedule x-ms-docs-grouped-path: - '/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/appScope' - '/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope' - '/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/appScope' '/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope': description: Provides operations to manage the directoryScope property of the microsoft.graph.unifiedRoleScheduleBase entity. get: tags: - roleManagement.rbacApplication summary: Get directoryScope from roleManagement description: The directory object that is the scope of the role eligibility or assignment. Read-only. operationId: roleManagement.entitlementManagement.roleEligibilitySchedules.GetDirectoryScope parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: unifiedRoleEligibilitySchedule-id in: path description: The unique identifier of unifiedRoleEligibilitySchedule required: true schema: type: string x-ms-docs-key-type: unifiedRoleEligibilitySchedule x-ms-docs-grouped-path: - '/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope' - '/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope' - '/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope' '/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/principal': description: Provides operations to manage the principal property of the microsoft.graph.unifiedRoleScheduleBase entity. get: tags: - roleManagement.rbacApplication summary: Get principal from roleManagement description: The principal that's getting a role assignment or that's eligible for a role through the request. operationId: roleManagement.entitlementManagement.roleEligibilitySchedules.GetPrincipal parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: unifiedRoleEligibilitySchedule-id in: path description: The unique identifier of unifiedRoleEligibilitySchedule required: true schema: type: string x-ms-docs-key-type: unifiedRoleEligibilitySchedule x-ms-docs-grouped-path: - '/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/principal' - '/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/principal' - '/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/principal' '/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/roleDefinition': description: Provides operations to manage the roleDefinition property of the microsoft.graph.unifiedRoleScheduleBase entity. get: tags: - roleManagement.rbacApplication summary: Get roleDefinition from roleManagement description: Detailed information for the roleDefinition object that is referenced through the roleDefinitionId property. operationId: roleManagement.entitlementManagement.roleEligibilitySchedules.GetRoleDefinition parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: unifiedRoleEligibilitySchedule-id in: path description: The unique identifier of unifiedRoleEligibilitySchedule required: true schema: type: string x-ms-docs-key-type: unifiedRoleEligibilitySchedule x-ms-docs-grouped-path: - '/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/roleDefinition' - '/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/roleDefinition' - '/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/roleDefinition' /roleManagement/entitlementManagement/roleEligibilitySchedules/$count: description: Provides operations to count the resources in the collection. get: tags: - roleManagement.rbacApplication summary: Get the number of the resource operationId: roleManagement.entitlementManagement.roleEligibilitySchedules.GetCount-cd69 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' '/roleManagement/entitlementManagement/roleEligibilitySchedules/filterByCurrentUser(on=''{on}'')': description: Provides operations to call the filterByCurrentUser method. get: tags: - roleManagement.Functions summary: Invoke function filterByCurrentUser description: Retrieve the schedules for role eligibilities for which the signed-in user is the principal. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedule-filterbycurrentuser?view=graph-rest-1.0 operationId: roleManagement.entitlementManagement.roleEligibilitySchedules.filterByCurrentUser parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of unifiedRoleEligibilitySchedule type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilitySchedule' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: on in: path description: 'Usage: on=''{on}''' required: true schema: $ref: '#/components/schemas/microsoft.graph.roleEligibilityScheduleFilterByCurrentUserOptions' x-ms-docs-grouped-path: - '/roleManagement/directory/roleAssignmentScheduleInstances/filterByCurrentUser(on=''{on}'')' - '/roleManagement/directory/roleAssignmentScheduleRequests/filterByCurrentUser(on=''{on}'')' - '/roleManagement/directory/roleAssignmentSchedules/filterByCurrentUser(on=''{on}'')' - '/roleManagement/directory/roleEligibilityScheduleInstances/filterByCurrentUser(on=''{on}'')' - '/roleManagement/directory/roleEligibilityScheduleRequests/filterByCurrentUser(on=''{on}'')' - '/roleManagement/directory/roleEligibilitySchedules/filterByCurrentUser(on=''{on}'')' - '/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/filterByCurrentUser(on=''{on}'')' - '/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/filterByCurrentUser(on=''{on}'')' - '/roleManagement/entitlementManagement/roleAssignmentSchedules/filterByCurrentUser(on=''{on}'')' - '/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/filterByCurrentUser(on=''{on}'')' - '/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/filterByCurrentUser(on=''{on}'')' /schemaExtensions: description: Provides operations to manage the collection of schemaExtension entities. get: tags: - schemaExtensions.schemaExtension summary: List schemaExtensions description: 'Get a list of schemaExtension objects in your tenant. The schema extensions can be InDevelopment, Available, or Deprecated and includes schema extensions:' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/schemaextension-list?view=graph-rest-1.0 operationId: schemaExtensions.schemaExtension.ListSchemaExtension parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.schemaExtensionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - schemaExtensions.schemaExtension summary: Create schemaExtension description: "Create a new schemaExtension definition and its associated schema extension property to extend a supporting resource type. Schema extensions let you add strongly-typed custom data to a resource. The app that creates a schema extension is the owner app. Depending on the \nstate of the extension, the owner app, and only the owner app, may update or delete the extension. See examples of how to define a schema extension that describes a training course, \nuse the schema extension definition to create a new group with training course data, and \nadd training course data to an existing group." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/schemaextension-post-schemaextensions?view=graph-rest-1.0 operationId: schemaExtensions.schemaExtension.CreateSchemaExtension requestBody: description: New entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.schemaExtension' required: true responses: 2XX: description: Created entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.schemaExtension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/schemaExtensions/{schemaExtension-id}': description: Provides operations to manage the collection of schemaExtension entities. get: tags: - schemaExtensions.schemaExtension summary: Get schemaExtension externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/schemaextension-get?view=graph-rest-1.0 operationId: schemaExtensions.schemaExtension.GetSchemaExtension parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.schemaExtension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - schemaExtensions.schemaExtension summary: Update schemaExtension description: 'Update properties in the definition of the specified schemaExtension. Additive updates to the extension can only be made when the extension is in the InDevelopment or Available status. This means custom properties or target resource types cannot be removed from the definition, but new custom properties can be added and the description of the extension changed. The update applies to all the resources that are included in the targetTypes property of the extension. These resources are among the supporting resource types. For delegated flows, the signed-in user can update a schema extension as long as the owner property of the extension is set to the appId of an application the signed-in user owns. That application can be the one that initially created the extension, or some other application owned by the signed-in user. This criteria for the owner property allows a signed-in user to make updates through other applications they don''t own, such as Microsoft Graph Explorer. When using Graph Explorer to update a schemaExtension resource, include the owner property in the PATCH request body.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/schemaextension-update?view=graph-rest-1.0 operationId: schemaExtensions.schemaExtension.UpdateSchemaExtension requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.schemaExtension' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.schemaExtension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - schemaExtensions.schemaExtension summary: Delete schemaExtension description: 'Delete the definition of a schema extension. Only the app that created the schema extension (owner app) can delete the schema extension definition, and only when the extension is in the InDevelopment state. Deleting a schema extension definition does not affect accessing custom data that has been added to resource instances based on that definition.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/schemaextension-delete?view=graph-rest-1.0 operationId: schemaExtensions.schemaExtension.DeleteSchemaExtension parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: schemaExtension-id in: path description: The unique identifier of schemaExtension required: true schema: type: string x-ms-docs-key-type: schemaExtension /schemaExtensions/$count: description: Provides operations to count the resources in the collection. get: tags: - schemaExtensions.schemaExtension summary: Get the number of the resource operationId: schemaExtensions.GetCount-e324 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /scopedRoleMemberships: description: Provides operations to manage the collection of scopedRoleMembership entities. get: tags: - scopedRoleMemberships.scopedRoleMembership summary: Get entities from scopedRoleMemberships operationId: scopedRoleMemberships.scopedRoleMembership.ListScopedRoleMembership parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.scopedRoleMembershipCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - scopedRoleMemberships.scopedRoleMembership summary: Add new entity to scopedRoleMemberships operationId: scopedRoleMemberships.scopedRoleMembership.CreateScopedRoleMembership requestBody: description: New entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.scopedRoleMembership' required: true responses: 2XX: description: Created entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.scopedRoleMembership' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/scopedRoleMemberships/{scopedRoleMembership-id}': description: Provides operations to manage the collection of scopedRoleMembership entities. get: tags: - scopedRoleMemberships.scopedRoleMembership summary: Get entity from scopedRoleMemberships by key operationId: scopedRoleMemberships.scopedRoleMembership.GetScopedRoleMembership parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.scopedRoleMembership' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - scopedRoleMemberships.scopedRoleMembership summary: Update entity in scopedRoleMemberships operationId: scopedRoleMemberships.scopedRoleMembership.UpdateScopedRoleMembership requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.scopedRoleMembership' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.scopedRoleMembership' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - scopedRoleMemberships.scopedRoleMembership summary: Delete entity from scopedRoleMemberships operationId: scopedRoleMemberships.scopedRoleMembership.DeleteScopedRoleMembership parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: scopedRoleMembership-id in: path description: The unique identifier of scopedRoleMembership required: true schema: type: string x-ms-docs-key-type: scopedRoleMembership /scopedRoleMemberships/$count: description: Provides operations to count the resources in the collection. get: tags: - scopedRoleMemberships.scopedRoleMembership summary: Get the number of the resource operationId: scopedRoleMemberships.GetCount-dcc4 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /search: description: Provides operations to manage the searchEntity singleton. get: tags: - search.searchEntity summary: Get search operationId: search.searchEntity.GetSearchEntity parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.searchEntity' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - search.searchEntity summary: Update search operationId: search.searchEntity.UpdateSearchEntity requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.searchEntity' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.searchEntity' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /search/acronyms: description: Provides operations to manage the acronyms property of the microsoft.graph.searchEntity entity. get: tags: - search.acronym summary: List acronyms description: Get a list of the acronym objects and their properties. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/search-searchentity-list-acronyms?view=graph-rest-1.0 operationId: search.ListAcronyms parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.search.acronymCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - search.acronym summary: Create acronym description: Create a new acronym object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/search-searchentity-post-acronyms?view=graph-rest-1.0 operationId: search.CreateAcronyms requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.search.acronym' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.search.acronym' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/search/acronyms/{acronym-id}': description: Provides operations to manage the acronyms property of the microsoft.graph.searchEntity entity. get: tags: - search.acronym summary: Get acronym description: Read the properties and relationships of an acronym object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/search-acronym-get?view=graph-rest-1.0 operationId: search.GetAcronyms parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.search.acronym' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - search.acronym summary: Update acronym description: Update the properties of an acronym object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/search-acronym-update?view=graph-rest-1.0 operationId: search.UpdateAcronyms requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.search.acronym' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.search.acronym' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - search.acronym summary: Delete acronym description: Delete an acronym object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/search-acronym-delete?view=graph-rest-1.0 operationId: search.DeleteAcronyms parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: acronym-id in: path description: The unique identifier of acronym required: true schema: type: string x-ms-docs-key-type: acronym /search/acronyms/$count: description: Provides operations to count the resources in the collection. get: tags: - search.acronym summary: Get the number of the resource operationId: search.acronyms.GetCount-b41d parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /search/bookmarks: description: Provides operations to manage the bookmarks property of the microsoft.graph.searchEntity entity. get: tags: - search.bookmark summary: List bookmarks description: Get a list of bookmark objects and their properties. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/search-searchentity-list-bookmarks?view=graph-rest-1.0 operationId: search.ListBookmarks parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.search.bookmarkCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - search.bookmark summary: Create bookmark description: Create a new bookmark object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/search-searchentity-post-bookmarks?view=graph-rest-1.0 operationId: search.CreateBookmarks requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.search.bookmark' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.search.bookmark' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/search/bookmarks/{bookmark-id}': description: Provides operations to manage the bookmarks property of the microsoft.graph.searchEntity entity. get: tags: - search.bookmark summary: Get bookmark description: Read the properties and relationships of a bookmark object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/search-bookmark-get?view=graph-rest-1.0 operationId: search.GetBookmarks parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.search.bookmark' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - search.bookmark summary: Update bookmark description: Update the properties of a bookmark object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/search-bookmark-update?view=graph-rest-1.0 operationId: search.UpdateBookmarks requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.search.bookmark' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.search.bookmark' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - search.bookmark summary: Delete bookmark description: Delete a bookmark object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/search-bookmark-delete?view=graph-rest-1.0 operationId: search.DeleteBookmarks parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: bookmark-id in: path description: The unique identifier of bookmark required: true schema: type: string x-ms-docs-key-type: bookmark /search/bookmarks/$count: description: Provides operations to count the resources in the collection. get: tags: - search.bookmark summary: Get the number of the resource operationId: search.bookmarks.GetCount-b2b7 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /search/query: description: Provides operations to call the query method. post: tags: - search.Actions summary: Invoke action query description: Runs the query specified in the request body. Search results are provided in the response. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/search-query?view=graph-rest-1.0 operationId: search.query requestBody: description: Action parameters content: application/json: schema: type: object properties: requests: type: array items: $ref: '#/components/schemas/microsoft.graph.searchRequest' required: true responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.searchResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /search/qnas: description: Provides operations to manage the qnas property of the microsoft.graph.searchEntity entity. get: tags: - search.qna summary: List qnas description: Get a list of the qna objects and their properties. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/search-searchentity-list-qnas?view=graph-rest-1.0 operationId: search.ListQnas parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.search.qnaCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - search.qna summary: Create qna description: Create a new qna object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/search-searchentity-post-qnas?view=graph-rest-1.0 operationId: search.CreateQnas requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.search.qna' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.search.qna' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/search/qnas/{qna-id}': description: Provides operations to manage the qnas property of the microsoft.graph.searchEntity entity. get: tags: - search.qna summary: Get qna description: Read the properties and relationships of a qna object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/search-qna-get?view=graph-rest-1.0 operationId: search.GetQnas parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.search.qna' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - search.qna summary: Update qna description: Update the properties of a qna object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/search-qna-update?view=graph-rest-1.0 operationId: search.UpdateQnas requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.search.qna' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.search.qna' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - search.qna summary: Delete qna description: Delete a qna object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/search-qna-delete?view=graph-rest-1.0 operationId: search.DeleteQnas parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: qna-id in: path description: The unique identifier of qna required: true schema: type: string x-ms-docs-key-type: qna /search/qnas/$count: description: Provides operations to count the resources in the collection. get: tags: - search.qna summary: Get the number of the resource operationId: search.qnas.GetCount-ef94 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /security: description: Provides operations to manage the security singleton. get: tags: - security.security summary: Get security operationId: security.security.GetSecurity parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - security.security summary: Update security operationId: security.security.UpdateSecurity requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /security/alerts: description: Provides operations to manage the alerts property of the microsoft.graph.security entity. get: tags: - security.alert summary: List alerts description: Retrieve a list of alert objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/alert-list?view=graph-rest-1.0 operationId: security.ListAlerts parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.alertCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: removalDate: '2026-04-10' date: '2024-04-10' version: 2024-01/Deprecation description: 'The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API.' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - security.alert summary: Create new navigation property to alerts for security operationId: security.CreateAlerts requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.alert' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.alert' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: removalDate: '2026-04-10' date: '2024-04-10' version: 2024-01/Deprecation description: 'The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API.' x-ms-docs-operation-type: operation /security/alerts_v2: description: Provides operations to manage the alerts_v2 property of the microsoft.graph.security entity. get: tags: - security.alert summary: List alerts_v2 description: 'Get a list of alert resources created to track suspicious activities in an organization. This operation lets you filter and sort through alerts to create an informed cyber security response. It exposes a collection of alerts that were flagged in your network, within the time range you specified in your environment retention policy. The most recent alerts are displayed at the top of the list.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-list-alerts_v2?view=graph-rest-1.0 operationId: security.ListAlerts_v2 parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.security.alertCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - security.alert summary: Create new navigation property to alerts_v2 for security operationId: security.CreateAlerts_v2 requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.alert' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.alert' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/security/alerts_v2/{alert-id}': description: Provides operations to manage the alerts_v2 property of the microsoft.graph.security entity. get: tags: - security.alert summary: Get alert description: Get the properties and relationships of an alert object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-alert-get?view=graph-rest-1.0 operationId: security.GetAlerts_v2 parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.alert' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - security.alert summary: Update alert description: Update the properties of an alert object in an organization based on the specified alert id property. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-alert-update?view=graph-rest-1.0 operationId: security.UpdateAlerts_v2 requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.alert' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.alert' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - security.alert summary: Delete navigation property alerts_v2 for security operationId: security.DeleteAlerts_v2 parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: alert-id in: path description: The unique identifier of alert required: true schema: type: string x-ms-docs-key-type: alert '/security/alerts_v2/{alert-id}/comments': post: tags: - security.alert summary: Create comment for alert description: Create a comment for an existing alert based on the specified alert id property. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-alert-post-comments?view=graph-rest-1.0 operationId: security.alerts_v2.SetComments parameters: - name: If-Match in: header description: ETag schema: type: string requestBody: description: New property values content: application/json: schema: type: array items: $ref: '#/components/schemas/microsoft.graph.security.alertComment' required: true responses: 2XX: description: Success content: application/json: schema: type: array items: $ref: '#/components/schemas/microsoft.graph.security.alertComment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: alert-id in: path description: The unique identifier of alert required: true schema: type: string x-ms-docs-key-type: alert '/security/alerts_v2/{alert-id}/comments/$count': description: Provides operations to count the resources in the collection. get: tags: - security.alert summary: Get the number of the resource operationId: security.alerts_v2.Comments.GetCount-2f70 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: alert-id in: path description: The unique identifier of alert required: true schema: type: string x-ms-docs-key-type: alert /security/alerts_v2/$count: description: Provides operations to count the resources in the collection. get: tags: - security.alert summary: Get the number of the resource operationId: security.alerts_v2.GetCount-9522 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' '/security/alerts/{alert-id}': description: Provides operations to manage the alerts property of the microsoft.graph.security entity. get: tags: - security.alert summary: Get alert description: Retrieve the properties and relationships of an alert object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/alert-get?view=graph-rest-1.0 operationId: security.GetAlerts parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.alert' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: removalDate: '2026-04-10' date: '2024-04-10' version: 2024-01/Deprecation description: 'The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API.' x-ms-docs-operation-type: operation patch: tags: - security.alert summary: Update alert description: Update an editable alert property within any integrated solution to keep alert status and assignments in sync across solutions. This method updates any solution that has a record of the referenced alert ID. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/alert-update?view=graph-rest-1.0 operationId: security.UpdateAlerts requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.alert' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.alert' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: removalDate: '2026-04-10' date: '2024-04-10' version: 2024-01/Deprecation description: 'The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API.' x-ms-docs-operation-type: operation parameters: - name: alert-id in: path description: The unique identifier of alert required: true schema: type: string x-ms-docs-key-type: alert /security/alerts/$count: description: Provides operations to count the resources in the collection. get: tags: - security.alert summary: Get the number of the resource operationId: security.alerts.GetCount-82d4 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' deprecated: true x-ms-deprecation: removalDate: '2026-04-10' date: '2024-04-10' version: 2024-01/Deprecation description: 'The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API.' /security/attackSimulation: description: Provides operations to manage the attackSimulation property of the microsoft.graph.security entity. get: tags: - security.attackSimulationRoot summary: Get attackSimulation from security operationId: security.GetAttackSimulation parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attackSimulationRoot' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - security.attackSimulationRoot summary: Update the navigation property attackSimulation in security operationId: security.UpdateAttackSimulation requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attackSimulationRoot' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attackSimulationRoot' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - security.attackSimulationRoot summary: Delete navigation property attackSimulation for security operationId: security.DeleteAttackSimulation parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /security/attackSimulation/endUserNotifications: description: Provides operations to manage the endUserNotifications property of the microsoft.graph.attackSimulationRoot entity. get: tags: - security.attackSimulationRoot summary: List endUserNotifications description: Get a list of endUserNotification objects and their properties. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attacksimulationroot-list-endusernotifications?view=graph-rest-1.0 operationId: security.attackSimulation.ListEndUserNotifications parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.endUserNotificationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - security.attackSimulationRoot summary: Create new navigation property to endUserNotifications for security operationId: security.attackSimulation.CreateEndUserNotifications requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.endUserNotification' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.endUserNotification' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/security/attackSimulation/endUserNotifications/{endUserNotification-id}': description: Provides operations to manage the endUserNotifications property of the microsoft.graph.attackSimulationRoot entity. get: tags: - security.attackSimulationRoot summary: Get endUserNotifications from security description: Represents an end user's notification for an attack simulation training. operationId: security.attackSimulation.GetEndUserNotifications parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.endUserNotification' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - security.attackSimulationRoot summary: Update the navigation property endUserNotifications in security operationId: security.attackSimulation.UpdateEndUserNotifications requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.endUserNotification' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.endUserNotification' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - security.attackSimulationRoot summary: Delete navigation property endUserNotifications for security operationId: security.attackSimulation.DeleteEndUserNotifications parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: endUserNotification-id in: path description: The unique identifier of endUserNotification required: true schema: type: string x-ms-docs-key-type: endUserNotification '/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details': description: Provides operations to manage the details property of the microsoft.graph.endUserNotification entity. get: tags: - security.attackSimulationRoot summary: Get details from security operationId: security.attackSimulation.endUserNotifications.ListDetails parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.endUserNotificationDetailCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - security.attackSimulationRoot summary: Create new navigation property to details for security operationId: security.attackSimulation.endUserNotifications.CreateDetails requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.endUserNotificationDetail' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.endUserNotificationDetail' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: endUserNotification-id in: path description: The unique identifier of endUserNotification required: true schema: type: string x-ms-docs-key-type: endUserNotification '/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/{endUserNotificationDetail-id}': description: Provides operations to manage the details property of the microsoft.graph.endUserNotification entity. get: tags: - security.attackSimulationRoot summary: Get details from security operationId: security.attackSimulation.endUserNotifications.GetDetails parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.endUserNotificationDetail' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - security.attackSimulationRoot summary: Update the navigation property details in security operationId: security.attackSimulation.endUserNotifications.UpdateDetails requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.endUserNotificationDetail' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.endUserNotificationDetail' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - security.attackSimulationRoot summary: Delete navigation property details for security operationId: security.attackSimulation.endUserNotifications.DeleteDetails parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: endUserNotification-id in: path description: The unique identifier of endUserNotification required: true schema: type: string x-ms-docs-key-type: endUserNotification - name: endUserNotificationDetail-id in: path description: The unique identifier of endUserNotificationDetail required: true schema: type: string x-ms-docs-key-type: endUserNotificationDetail '/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/$count': description: Provides operations to count the resources in the collection. get: tags: - security.attackSimulationRoot summary: Get the number of the resource operationId: security.attackSimulation.endUserNotifications.details.GetCount-5759 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: endUserNotification-id in: path description: The unique identifier of endUserNotification required: true schema: type: string x-ms-docs-key-type: endUserNotification /security/attackSimulation/endUserNotifications/$count: description: Provides operations to count the resources in the collection. get: tags: - security.attackSimulationRoot summary: Get the number of the resource operationId: security.attackSimulation.endUserNotifications.GetCount-421b parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /security/attackSimulation/landingPages: description: Provides operations to manage the landingPages property of the microsoft.graph.attackSimulationRoot entity. get: tags: - security.attackSimulationRoot summary: List landingPages description: Get a list of the landingPage objects and their properties. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attacksimulationroot-list-landingpage?view=graph-rest-1.0 operationId: security.attackSimulation.ListLandingPages parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.landingPageCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - security.attackSimulationRoot summary: Create new navigation property to landingPages for security operationId: security.attackSimulation.CreateLandingPages requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.landingPage' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.landingPage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/security/attackSimulation/landingPages/{landingPage-id}': description: Provides operations to manage the landingPages property of the microsoft.graph.attackSimulationRoot entity. get: tags: - security.attackSimulationRoot summary: Get landingPages from security description: Represents an attack simulation training landing page. operationId: security.attackSimulation.GetLandingPages parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.landingPage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - security.attackSimulationRoot summary: Update the navigation property landingPages in security operationId: security.attackSimulation.UpdateLandingPages requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.landingPage' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.landingPage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - security.attackSimulationRoot summary: Delete navigation property landingPages for security operationId: security.attackSimulation.DeleteLandingPages parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: landingPage-id in: path description: The unique identifier of landingPage required: true schema: type: string x-ms-docs-key-type: landingPage '/security/attackSimulation/landingPages/{landingPage-id}/details': description: Provides operations to manage the details property of the microsoft.graph.landingPage entity. get: tags: - security.attackSimulationRoot summary: Get details from security description: The detail information for a landing page associated with a simulation during its creation. operationId: security.attackSimulation.landingPages.ListDetails parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.landingPageDetailCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - security.attackSimulationRoot summary: Create new navigation property to details for security operationId: security.attackSimulation.landingPages.CreateDetails requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.landingPageDetail' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.landingPageDetail' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: landingPage-id in: path description: The unique identifier of landingPage required: true schema: type: string x-ms-docs-key-type: landingPage '/security/attackSimulation/landingPages/{landingPage-id}/details/{landingPageDetail-id}': description: Provides operations to manage the details property of the microsoft.graph.landingPage entity. get: tags: - security.attackSimulationRoot summary: Get details from security description: The detail information for a landing page associated with a simulation during its creation. operationId: security.attackSimulation.landingPages.GetDetails parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.landingPageDetail' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - security.attackSimulationRoot summary: Update the navigation property details in security operationId: security.attackSimulation.landingPages.UpdateDetails requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.landingPageDetail' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.landingPageDetail' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - security.attackSimulationRoot summary: Delete navigation property details for security operationId: security.attackSimulation.landingPages.DeleteDetails parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: landingPage-id in: path description: The unique identifier of landingPage required: true schema: type: string x-ms-docs-key-type: landingPage - name: landingPageDetail-id in: path description: The unique identifier of landingPageDetail required: true schema: type: string x-ms-docs-key-type: landingPageDetail '/security/attackSimulation/landingPages/{landingPage-id}/details/$count': description: Provides operations to count the resources in the collection. get: tags: - security.attackSimulationRoot summary: Get the number of the resource operationId: security.attackSimulation.landingPages.details.GetCount-8be7 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: landingPage-id in: path description: The unique identifier of landingPage required: true schema: type: string x-ms-docs-key-type: landingPage /security/attackSimulation/landingPages/$count: description: Provides operations to count the resources in the collection. get: tags: - security.attackSimulationRoot summary: Get the number of the resource operationId: security.attackSimulation.landingPages.GetCount-7f61 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /security/attackSimulation/loginPages: description: Provides operations to manage the loginPages property of the microsoft.graph.attackSimulationRoot entity. get: tags: - security.attackSimulationRoot summary: List loginPages description: Get a list of the loginPage objects and their properties. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attacksimulationroot-list-loginpage?view=graph-rest-1.0 operationId: security.attackSimulation.ListLoginPages parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.loginPageCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - security.attackSimulationRoot summary: Create new navigation property to loginPages for security operationId: security.attackSimulation.CreateLoginPages requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.loginPage' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.loginPage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/security/attackSimulation/loginPages/{loginPage-id}': description: Provides operations to manage the loginPages property of the microsoft.graph.attackSimulationRoot entity. get: tags: - security.attackSimulationRoot summary: Get loginPages from security description: Represents an attack simulation training login page. operationId: security.attackSimulation.GetLoginPages parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.loginPage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - security.attackSimulationRoot summary: Update the navigation property loginPages in security operationId: security.attackSimulation.UpdateLoginPages requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.loginPage' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.loginPage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - security.attackSimulationRoot summary: Delete navigation property loginPages for security operationId: security.attackSimulation.DeleteLoginPages parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: loginPage-id in: path description: The unique identifier of loginPage required: true schema: type: string x-ms-docs-key-type: loginPage /security/attackSimulation/loginPages/$count: description: Provides operations to count the resources in the collection. get: tags: - security.attackSimulationRoot summary: Get the number of the resource operationId: security.attackSimulation.loginPages.GetCount-a7ea parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /security/attackSimulation/operations: description: Provides operations to manage the operations property of the microsoft.graph.attackSimulationRoot entity. get: tags: - security.attackSimulationRoot summary: Get attackSimulationOperation description: Get an attack simulation operation to track a long-running operation request for a tenant. operationId: security.attackSimulation.ListOperations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.attackSimulationOperationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - security.attackSimulationRoot summary: Create new navigation property to operations for security operationId: security.attackSimulation.CreateOperations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attackSimulationOperation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attackSimulationOperation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/security/attackSimulation/operations/{attackSimulationOperation-id}': description: Provides operations to manage the operations property of the microsoft.graph.attackSimulationRoot entity. get: tags: - security.attackSimulationRoot summary: Get attackSimulationOperation description: Get an attack simulation operation to track a long-running operation request for a tenant. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attacksimulationoperation-get?view=graph-rest-1.0 operationId: security.attackSimulation.GetOperations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attackSimulationOperation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - security.attackSimulationRoot summary: Update the navigation property operations in security operationId: security.attackSimulation.UpdateOperations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attackSimulationOperation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attackSimulationOperation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - security.attackSimulationRoot summary: Delete navigation property operations for security operationId: security.attackSimulation.DeleteOperations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: attackSimulationOperation-id in: path description: The unique identifier of attackSimulationOperation required: true schema: type: string x-ms-docs-key-type: attackSimulationOperation /security/attackSimulation/operations/$count: description: Provides operations to count the resources in the collection. get: tags: - security.attackSimulationRoot summary: Get the number of the resource operationId: security.attackSimulation.operations.GetCount-e5f7 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /security/attackSimulation/payloads: description: Provides operations to manage the payloads property of the microsoft.graph.attackSimulationRoot entity. get: tags: - security.attackSimulationRoot summary: List payloads description: Get a list of payloads for attack simulation campaigns. This operation expects the mandatory parameter source to filter and query the respective data source. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attacksimulationroot-list-payloads?view=graph-rest-1.0 operationId: security.attackSimulation.ListPayloads parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.payloadCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - security.attackSimulationRoot summary: Create new navigation property to payloads for security operationId: security.attackSimulation.CreatePayloads requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.payload' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.payload' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/security/attackSimulation/payloads/{payload-id}': description: Provides operations to manage the payloads property of the microsoft.graph.attackSimulationRoot entity. get: tags: - security.attackSimulationRoot summary: Get payloads from security description: Represents an attack simulation training campaign payload in a tenant. operationId: security.attackSimulation.GetPayloads parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.payload' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - security.attackSimulationRoot summary: Update the navigation property payloads in security operationId: security.attackSimulation.UpdatePayloads requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.payload' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.payload' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - security.attackSimulationRoot summary: Delete navigation property payloads for security operationId: security.attackSimulation.DeletePayloads parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: payload-id in: path description: The unique identifier of payload required: true schema: type: string x-ms-docs-key-type: payload /security/attackSimulation/payloads/$count: description: Provides operations to count the resources in the collection. get: tags: - security.attackSimulationRoot summary: Get the number of the resource operationId: security.attackSimulation.payloads.GetCount-f3a2 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /security/attackSimulation/simulationAutomations: description: Provides operations to manage the simulationAutomations property of the microsoft.graph.attackSimulationRoot entity. get: tags: - security.attackSimulationRoot summary: List simulationAutomations description: Get a list of attack simulation automations for a tenant. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attacksimulationroot-list-simulationautomations?view=graph-rest-1.0 operationId: security.attackSimulation.ListSimulationAutomations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.simulationAutomationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - security.attackSimulationRoot summary: Create new navigation property to simulationAutomations for security operationId: security.attackSimulation.CreateSimulationAutomations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.simulationAutomation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.simulationAutomation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/security/attackSimulation/simulationAutomations/{simulationAutomation-id}': description: Provides operations to manage the simulationAutomations property of the microsoft.graph.attackSimulationRoot entity. get: tags: - security.attackSimulationRoot summary: Get simulationAutomation description: Get an attack simulation automation for a tenant. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/simulationautomation-get?view=graph-rest-1.0 operationId: security.attackSimulation.GetSimulationAutomations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.simulationAutomation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - security.attackSimulationRoot summary: Update the navigation property simulationAutomations in security operationId: security.attackSimulation.UpdateSimulationAutomations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.simulationAutomation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.simulationAutomation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - security.attackSimulationRoot summary: Delete navigation property simulationAutomations for security operationId: security.attackSimulation.DeleteSimulationAutomations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: simulationAutomation-id in: path description: The unique identifier of simulationAutomation required: true schema: type: string x-ms-docs-key-type: simulationAutomation '/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs': description: Provides operations to manage the runs property of the microsoft.graph.simulationAutomation entity. get: tags: - security.attackSimulationRoot summary: List runs description: Get a list of the attack simulation automation runs for a tenant. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/simulationautomation-list-runs?view=graph-rest-1.0 operationId: security.attackSimulation.simulationAutomations.ListRuns parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.simulationAutomationRunCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - security.attackSimulationRoot summary: Create new navigation property to runs for security operationId: security.attackSimulation.simulationAutomations.CreateRuns requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.simulationAutomationRun' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.simulationAutomationRun' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: simulationAutomation-id in: path description: The unique identifier of simulationAutomation required: true schema: type: string x-ms-docs-key-type: simulationAutomation '/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}': description: Provides operations to manage the runs property of the microsoft.graph.simulationAutomation entity. get: tags: - security.attackSimulationRoot summary: Get runs from security description: A collection of simulation automation runs. operationId: security.attackSimulation.simulationAutomations.GetRuns parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.simulationAutomationRun' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - security.attackSimulationRoot summary: Update the navigation property runs in security operationId: security.attackSimulation.simulationAutomations.UpdateRuns requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.simulationAutomationRun' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.simulationAutomationRun' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - security.attackSimulationRoot summary: Delete navigation property runs for security operationId: security.attackSimulation.simulationAutomations.DeleteRuns parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: simulationAutomation-id in: path description: The unique identifier of simulationAutomation required: true schema: type: string x-ms-docs-key-type: simulationAutomation - name: simulationAutomationRun-id in: path description: The unique identifier of simulationAutomationRun required: true schema: type: string x-ms-docs-key-type: simulationAutomationRun '/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/$count': description: Provides operations to count the resources in the collection. get: tags: - security.attackSimulationRoot summary: Get the number of the resource operationId: security.attackSimulation.simulationAutomations.runs.GetCount-9ec4 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: simulationAutomation-id in: path description: The unique identifier of simulationAutomation required: true schema: type: string x-ms-docs-key-type: simulationAutomation /security/attackSimulation/simulationAutomations/$count: description: Provides operations to count the resources in the collection. get: tags: - security.attackSimulationRoot summary: Get the number of the resource operationId: security.attackSimulation.simulationAutomations.GetCount-6071 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /security/attackSimulation/simulations: description: Provides operations to manage the simulations property of the microsoft.graph.attackSimulationRoot entity. get: tags: - security.attackSimulationRoot summary: List simulations description: Get a list of attack simulation campaigns for a tenant. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attacksimulationroot-list-simulations?view=graph-rest-1.0 operationId: security.attackSimulation.ListSimulations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.simulationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - security.attackSimulationRoot summary: Create simulation description: Create an attack simulation campaign for a tenant. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attacksimulationroot-post-simulation?view=graph-rest-1.0 operationId: security.attackSimulation.CreateSimulations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.simulation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.simulation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/security/attackSimulation/simulations/{simulation-id}': description: Provides operations to manage the simulations property of the microsoft.graph.attackSimulationRoot entity. get: tags: - security.attackSimulationRoot summary: Get simulation description: Get an attack simulation campaign for a tenant. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/simulation-get?view=graph-rest-1.0 operationId: security.attackSimulation.GetSimulations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.simulation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - security.attackSimulationRoot summary: Update simulation description: Update an attack simulation campaign for a tenant. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/simulation-update?view=graph-rest-1.0 operationId: security.attackSimulation.UpdateSimulations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.simulation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.simulation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - security.attackSimulationRoot summary: Delete simulation description: Delete an attack simulation campaign for a tenant. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/simulation-delete?view=graph-rest-1.0 operationId: security.attackSimulation.DeleteSimulations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: simulation-id in: path description: The unique identifier of simulation required: true schema: type: string x-ms-docs-key-type: simulation '/security/attackSimulation/simulations/{simulation-id}/landingPage': description: Provides operations to manage the landingPage property of the microsoft.graph.simulation entity. get: tags: - security.attackSimulationRoot summary: Get landingPage from security description: The landing page associated with a simulation during its creation. operationId: security.attackSimulation.simulations.GetLandingPage parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.landingPage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: simulation-id in: path description: The unique identifier of simulation required: true schema: type: string x-ms-docs-key-type: simulation '/security/attackSimulation/simulations/{simulation-id}/loginPage': description: Provides operations to manage the loginPage property of the microsoft.graph.simulation entity. get: tags: - security.attackSimulationRoot summary: Get loginPage from security description: The login page associated with a simulation during its creation. operationId: security.attackSimulation.simulations.GetLoginPage parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.loginPage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: simulation-id in: path description: The unique identifier of simulation required: true schema: type: string x-ms-docs-key-type: simulation '/security/attackSimulation/simulations/{simulation-id}/payload': description: Provides operations to manage the payload property of the microsoft.graph.simulation entity. get: tags: - security.attackSimulationRoot summary: Get payload from security description: The payload associated with a simulation during its creation. operationId: security.attackSimulation.simulations.GetPayload parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.payload' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: simulation-id in: path description: The unique identifier of simulation required: true schema: type: string x-ms-docs-key-type: simulation /security/attackSimulation/simulations/$count: description: Provides operations to count the resources in the collection. get: tags: - security.attackSimulationRoot summary: Get the number of the resource operationId: security.attackSimulation.simulations.GetCount-285e parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /security/attackSimulation/trainings: description: Provides operations to manage the trainings property of the microsoft.graph.attackSimulationRoot entity. get: tags: - security.attackSimulationRoot summary: List trainings description: Get a list of the training objects and their properties. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attacksimulationroot-list-trainings?view=graph-rest-1.0 operationId: security.attackSimulation.ListTrainings parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.trainingCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - security.attackSimulationRoot summary: Create new navigation property to trainings for security operationId: security.attackSimulation.CreateTrainings requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.training' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.training' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/security/attackSimulation/trainings/{training-id}': description: Provides operations to manage the trainings property of the microsoft.graph.attackSimulationRoot entity. get: tags: - security.attackSimulationRoot summary: Get trainings from security description: Represents details about attack simulation trainings. operationId: security.attackSimulation.GetTrainings parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.training' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - security.attackSimulationRoot summary: Update the navigation property trainings in security operationId: security.attackSimulation.UpdateTrainings requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.training' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.training' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - security.attackSimulationRoot summary: Delete navigation property trainings for security operationId: security.attackSimulation.DeleteTrainings parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: training-id in: path description: The unique identifier of training required: true schema: type: string x-ms-docs-key-type: training '/security/attackSimulation/trainings/{training-id}/languageDetails': description: Provides operations to manage the languageDetails property of the microsoft.graph.training entity. get: tags: - security.attackSimulationRoot summary: Get languageDetails from security description: Language specific details on a training. operationId: security.attackSimulation.trainings.ListLanguageDetails parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.trainingLanguageDetailCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - security.attackSimulationRoot summary: Create new navigation property to languageDetails for security operationId: security.attackSimulation.trainings.CreateLanguageDetails requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.trainingLanguageDetail' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.trainingLanguageDetail' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: training-id in: path description: The unique identifier of training required: true schema: type: string x-ms-docs-key-type: training '/security/attackSimulation/trainings/{training-id}/languageDetails/{trainingLanguageDetail-id}': description: Provides operations to manage the languageDetails property of the microsoft.graph.training entity. get: tags: - security.attackSimulationRoot summary: Get languageDetails from security description: Language specific details on a training. operationId: security.attackSimulation.trainings.GetLanguageDetails parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.trainingLanguageDetail' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - security.attackSimulationRoot summary: Update the navigation property languageDetails in security operationId: security.attackSimulation.trainings.UpdateLanguageDetails requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.trainingLanguageDetail' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.trainingLanguageDetail' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - security.attackSimulationRoot summary: Delete navigation property languageDetails for security operationId: security.attackSimulation.trainings.DeleteLanguageDetails parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: training-id in: path description: The unique identifier of training required: true schema: type: string x-ms-docs-key-type: training - name: trainingLanguageDetail-id in: path description: The unique identifier of trainingLanguageDetail required: true schema: type: string x-ms-docs-key-type: trainingLanguageDetail '/security/attackSimulation/trainings/{training-id}/languageDetails/$count': description: Provides operations to count the resources in the collection. get: tags: - security.attackSimulationRoot summary: Get the number of the resource operationId: security.attackSimulation.trainings.languageDetails.GetCount-b009 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: training-id in: path description: The unique identifier of training required: true schema: type: string x-ms-docs-key-type: training /security/attackSimulation/trainings/$count: description: Provides operations to count the resources in the collection. get: tags: - security.attackSimulationRoot summary: Get the number of the resource operationId: security.attackSimulation.trainings.GetCount-b606 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /security/cases: description: Provides operations to manage the cases property of the microsoft.graph.security entity. get: tags: - security.casesRoot summary: Get cases from security operationId: security.GetCases parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.casesRoot' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - security.casesRoot summary: Update the navigation property cases in security operationId: security.UpdateCases requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.casesRoot' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.casesRoot' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - security.casesRoot summary: Delete navigation property cases for security operationId: security.DeleteCases parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /security/cases/ediscoveryCases: description: Provides operations to manage the ediscoveryCases property of the microsoft.graph.security.casesRoot entity. get: tags: - security.casesRoot summary: List ediscoveryCases description: Get a list of the ediscoveryCase objects and their properties. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-casesroot-list-ediscoverycases?view=graph-rest-1.0 operationId: security.cases.ListEdiscoveryCases parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.security.ediscoveryCaseCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - security.casesRoot summary: Create ediscoveryCase description: Create a new ediscoveryCase object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-casesroot-post-ediscoverycases?view=graph-rest-1.0 operationId: security.cases.CreateEdiscoveryCases requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.ediscoveryCase' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.ediscoveryCase' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/security/cases/ediscoveryCases/{ediscoveryCase-id}': description: Provides operations to manage the ediscoveryCases property of the microsoft.graph.security.casesRoot entity. get: tags: - security.casesRoot summary: Get ediscoveryCase description: Read the properties and relationships of an ediscoveryCase object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-ediscoverycase-get?view=graph-rest-1.0 operationId: security.cases.GetEdiscoveryCases parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.ediscoveryCase' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - security.casesRoot summary: Update ediscoveryCase description: Update the properties of an ediscoveryCase object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-ediscoverycase-update?view=graph-rest-1.0 operationId: security.cases.UpdateEdiscoveryCases requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.ediscoveryCase' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.ediscoveryCase' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - security.casesRoot summary: Delete ediscoveryCase description: Delete an ediscoveryCase object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-casesroot-delete-ediscoverycases?view=graph-rest-1.0 operationId: security.cases.DeleteEdiscoveryCases parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: ediscoveryCase-id in: path description: The unique identifier of ediscoveryCase required: true schema: type: string x-ms-docs-key-type: ediscoveryCase '/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians': description: Provides operations to manage the custodians property of the microsoft.graph.security.ediscoveryCase entity. get: tags: - security.casesRoot summary: List ediscoveryCustodian description: Get a list of the custodian objects and their properties. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-ediscoverycase-list-custodians?view=graph-rest-1.0 operationId: security.cases.ediscoveryCases.ListCustodians parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.security.ediscoveryCustodianCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - security.casesRoot summary: Create custodians description: "Create a new ediscoveryCustodian object.\nAfter the custodian object is created, you will need to create the custodian's userSource to reference their mailbox and OneDrive for Business site." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-ediscoverycase-post-custodians?view=graph-rest-1.0 operationId: security.cases.ediscoveryCases.CreateCustodians requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.ediscoveryCustodian' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.ediscoveryCustodian' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: ediscoveryCase-id in: path description: The unique identifier of ediscoveryCase required: true schema: type: string x-ms-docs-key-type: ediscoveryCase '/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}': description: Provides operations to manage the custodians property of the microsoft.graph.security.ediscoveryCase entity. get: tags: - security.casesRoot summary: Get ediscoveryCustodian description: Read the properties and relationships of an ediscoveryCustodian object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-ediscoverycustodian-get?view=graph-rest-1.0 operationId: security.cases.ediscoveryCases.GetCustodians parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.ediscoveryCustodian' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - security.casesRoot summary: Update the navigation property custodians in security operationId: security.cases.ediscoveryCases.UpdateCustodians requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.ediscoveryCustodian' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.ediscoveryCustodian' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - security.casesRoot summary: Delete navigation property custodians for security operationId: security.cases.ediscoveryCases.DeleteCustodians parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: ediscoveryCase-id in: path description: The unique identifier of ediscoveryCase required: true schema: type: string x-ms-docs-key-type: ediscoveryCase - name: ediscoveryCustodian-id in: path description: The unique identifier of ediscoveryCustodian required: true schema: type: string x-ms-docs-key-type: ediscoveryCustodian '/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/lastIndexOperation': description: Provides operations to manage the lastIndexOperation property of the microsoft.graph.security.ediscoveryCustodian entity. get: tags: - security.casesRoot summary: List lastIndexOperation description: Get a list of the ediscoveryIndexOperations associated with an ediscoveryCustodian. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-ediscoverycustodian-list-lastindexoperation?view=graph-rest-1.0 operationId: security.cases.ediscoveryCases.custodians.GetLastIndexOperation parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.ediscoveryIndexOperation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: ediscoveryCase-id in: path description: The unique identifier of ediscoveryCase required: true schema: type: string x-ms-docs-key-type: ediscoveryCase - name: ediscoveryCustodian-id in: path description: The unique identifier of ediscoveryCustodian required: true schema: type: string x-ms-docs-key-type: ediscoveryCustodian '/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/microsoft.graph.security.activate': description: Provides operations to call the activate method. post: tags: - security.Actions summary: Invoke action activate description: 'Activate a custodian that has been released from a case to make them part of the case again. For details, see Manage custodians in an eDiscovery (Premium) case.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-ediscoverycustodian-activate?view=graph-rest-1.0 operationId: security.cases.ediscoveryCases.ediscoveryCase.custodians.ediscoveryCustodian.activate responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: ediscoveryCase-id in: path description: The unique identifier of ediscoveryCase required: true schema: type: string x-ms-docs-key-type: ediscoveryCase - name: ediscoveryCustodian-id in: path description: The unique identifier of ediscoveryCustodian required: true schema: type: string x-ms-docs-key-type: ediscoveryCustodian '/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/microsoft.graph.security.applyHold': description: Provides operations to call the applyHold method. post: tags: - security.Actions summary: Invoke action applyHold description: 'Start the process of applying hold on eDiscovery custodians. After the operation is created, you can get the status by retrieving the Location parameter from the response headers. The location provides a URL that will return an eDiscoveryHoldOperation object.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-ediscoverycustodian-applyhold?view=graph-rest-1.0 operationId: security.cases.ediscoveryCases.ediscoveryCase.custodians.ediscoveryCustodian.applyHold responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: ediscoveryCase-id in: path description: The unique identifier of ediscoveryCase required: true schema: type: string x-ms-docs-key-type: ediscoveryCase - name: ediscoveryCustodian-id in: path description: The unique identifier of ediscoveryCustodian required: true schema: type: string x-ms-docs-key-type: ediscoveryCustodian x-ms-docs-grouped-path: - '/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/microsoft.graph.security.applyHold' - '/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/microsoft.graph.security.applyHold' - '/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/microsoft.graph.security.applyHold' '/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/microsoft.graph.security.release': description: Provides operations to call the release method. post: tags: - security.Actions summary: Invoke action release description: 'Release a custodian from a case. For details, see Release a custodian from a case.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-ediscoverycustodian-release?view=graph-rest-1.0 operationId: security.cases.ediscoveryCases.ediscoveryCase.custodians.ediscoveryCustodian.release responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: ediscoveryCase-id in: path description: The unique identifier of ediscoveryCase required: true schema: type: string x-ms-docs-key-type: ediscoveryCase - name: ediscoveryCustodian-id in: path description: The unique identifier of ediscoveryCustodian required: true schema: type: string x-ms-docs-key-type: ediscoveryCustodian x-ms-docs-grouped-path: - '/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/microsoft.graph.security.release' '/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/microsoft.graph.security.removeHold': description: Provides operations to call the removeHold method. post: tags: - security.Actions summary: Invoke action removeHold description: 'Start the process of removing hold from eDiscovery custodians. After the operation is created, you can get the status by retrieving the Location parameter from the response headers. The location provides a URL that will return an eDiscoveryHoldOperation object.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-ediscoverycustodian-removehold?view=graph-rest-1.0 operationId: security.cases.ediscoveryCases.ediscoveryCase.custodians.ediscoveryCustodian.removeHold responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: ediscoveryCase-id in: path description: The unique identifier of ediscoveryCase required: true schema: type: string x-ms-docs-key-type: ediscoveryCase - name: ediscoveryCustodian-id in: path description: The unique identifier of ediscoveryCustodian required: true schema: type: string x-ms-docs-key-type: ediscoveryCustodian x-ms-docs-grouped-path: - '/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/microsoft.graph.security.removeHold' - '/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/microsoft.graph.security.removeHold' - '/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/microsoft.graph.security.removeHold' '/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/microsoft.graph.security.updateIndex': description: Provides operations to call the updateIndex method. post: tags: - security.Actions summary: Invoke action updateIndex description: Trigger an indexOperation to make a custodian and associated sources searchable. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-ediscoverycustodian-updateindex?view=graph-rest-1.0 operationId: security.cases.ediscoveryCases.ediscoveryCase.custodians.ediscoveryCustodian.updateIndex responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: ediscoveryCase-id in: path description: The unique identifier of ediscoveryCase required: true schema: type: string x-ms-docs-key-type: ediscoveryCase - name: ediscoveryCustodian-id in: path description: The unique identifier of ediscoveryCustodian required: true schema: type: string x-ms-docs-key-type: ediscoveryCustodian x-ms-docs-grouped-path: - '/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/microsoft.graph.security.updateIndex' '/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources': description: Provides operations to manage the siteSources property of the microsoft.graph.security.ediscoveryCustodian entity. get: tags: - security.casesRoot summary: List siteSources description: Get a list of the siteSource objects associated with an ediscoveryCustodian. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-ediscoverycustodian-list-sitesources?view=graph-rest-1.0 operationId: security.cases.ediscoveryCases.custodians.ListSiteSources parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.security.siteSourceCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - security.casesRoot summary: Create siteSource description: Create a new siteSource object associated with an eDiscovery custodian. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-ediscoverycustodian-post-sitesources?view=graph-rest-1.0 operationId: security.cases.ediscoveryCases.custodians.CreateSiteSources requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.siteSource' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.siteSource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: ediscoveryCase-id in: path description: The unique identifier of ediscoveryCase required: true schema: type: string x-ms-docs-key-type: ediscoveryCase - name: ediscoveryCustodian-id in: path description: The unique identifier of ediscoveryCustodian required: true schema: type: string x-ms-docs-key-type: ediscoveryCustodian '/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}': description: Provides operations to manage the siteSources property of the microsoft.graph.security.ediscoveryCustodian entity. get: tags: - security.casesRoot summary: Get siteSources from security description: Data source entity for SharePoint sites associated with the custodian. operationId: security.cases.ediscoveryCases.custodians.GetSiteSources parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.siteSource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - security.casesRoot summary: Update the navigation property siteSources in security operationId: security.cases.ediscoveryCases.custodians.UpdateSiteSources requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.siteSource' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.siteSource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - security.casesRoot summary: Delete navigation property siteSources for security operationId: security.cases.ediscoveryCases.custodians.DeleteSiteSources parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: ediscoveryCase-id in: path description: The unique identifier of ediscoveryCase required: true schema: type: string x-ms-docs-key-type: ediscoveryCase - name: ediscoveryCustodian-id in: path description: The unique identifier of ediscoveryCustodian required: true schema: type: string x-ms-docs-key-type: ediscoveryCustodian - name: siteSource-id in: path description: The unique identifier of siteSource required: true schema: type: string x-ms-docs-key-type: siteSource '/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}/site': description: Provides operations to manage the site property of the microsoft.graph.security.siteSource entity. get: tags: - security.casesRoot summary: Get site from security description: The SharePoint site associated with the siteSource. operationId: security.cases.ediscoveryCases.custodians.siteSources.GetSite parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.site' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: ediscoveryCase-id in: path description: The unique identifier of ediscoveryCase required: true schema: type: string x-ms-docs-key-type: ediscoveryCase - name: ediscoveryCustodian-id in: path description: The unique identifier of ediscoveryCustodian required: true schema: type: string x-ms-docs-key-type: ediscoveryCustodian - name: siteSource-id in: path description: The unique identifier of siteSource required: true schema: type: string x-ms-docs-key-type: siteSource '/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/$count': description: Provides operations to count the resources in the collection. get: tags: - security.casesRoot summary: Get the number of the resource operationId: security.cases.ediscoveryCases.custodians.siteSources.GetCount-a46a parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: ediscoveryCase-id in: path description: The unique identifier of ediscoveryCase required: true schema: type: string x-ms-docs-key-type: ediscoveryCase - name: ediscoveryCustodian-id in: path description: The unique identifier of ediscoveryCustodian required: true schema: type: string x-ms-docs-key-type: ediscoveryCustodian '/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources': description: Provides operations to manage the unifiedGroupSources property of the microsoft.graph.security.ediscoveryCustodian entity. get: tags: - security.casesRoot summary: List unifiedGroupSources description: Get a list of the unifiedGroupSource objects associated with an ediscoveryCustodian. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-ediscoverycustodian-list-unifiedgroupsources?view=graph-rest-1.0 operationId: security.cases.ediscoveryCases.custodians.ListUnifiedGroupSources parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.security.unifiedGroupSourceCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - security.casesRoot summary: Create custodian unifiedGroupSource description: Create a new unifiedGroupSource object associated with an eDiscovery custodian. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-ediscoverycustodian-post-unifiedgroupsources?view=graph-rest-1.0 operationId: security.cases.ediscoveryCases.custodians.CreateUnifiedGroupSources requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.unifiedGroupSource' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.unifiedGroupSource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: ediscoveryCase-id in: path description: The unique identifier of ediscoveryCase required: true schema: type: string x-ms-docs-key-type: ediscoveryCase - name: ediscoveryCustodian-id in: path description: The unique identifier of ediscoveryCustodian required: true schema: type: string x-ms-docs-key-type: ediscoveryCustodian '/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}': description: Provides operations to manage the unifiedGroupSources property of the microsoft.graph.security.ediscoveryCustodian entity. get: tags: - security.casesRoot summary: Get unifiedGroupSources from security description: Data source entity for groups associated with the custodian. operationId: security.cases.ediscoveryCases.custodians.GetUnifiedGroupSources parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.unifiedGroupSource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - security.casesRoot summary: Update the navigation property unifiedGroupSources in security operationId: security.cases.ediscoveryCases.custodians.UpdateUnifiedGroupSources requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.unifiedGroupSource' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.unifiedGroupSource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - security.casesRoot summary: Delete navigation property unifiedGroupSources for security operationId: security.cases.ediscoveryCases.custodians.DeleteUnifiedGroupSources parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: ediscoveryCase-id in: path description: The unique identifier of ediscoveryCase required: true schema: type: string x-ms-docs-key-type: ediscoveryCase - name: ediscoveryCustodian-id in: path description: The unique identifier of ediscoveryCustodian required: true schema: type: string x-ms-docs-key-type: ediscoveryCustodian - name: unifiedGroupSource-id in: path description: The unique identifier of unifiedGroupSource required: true schema: type: string x-ms-docs-key-type: unifiedGroupSource '/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group': description: Provides operations to manage the group property of the microsoft.graph.security.unifiedGroupSource entity. get: tags: - security.casesRoot summary: Get group from security description: Represents a group. operationId: security.cases.ediscoveryCases.custodians.unifiedGroupSources.GetGroup parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.group' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: ediscoveryCase-id in: path description: The unique identifier of ediscoveryCase required: true schema: type: string x-ms-docs-key-type: ediscoveryCase - name: ediscoveryCustodian-id in: path description: The unique identifier of ediscoveryCustodian required: true schema: type: string x-ms-docs-key-type: ediscoveryCustodian - name: unifiedGroupSource-id in: path description: The unique identifier of unifiedGroupSource required: true schema: type: string x-ms-docs-key-type: unifiedGroupSource '/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors': get: tags: - security.casesRoot summary: Get serviceProvisioningErrors property value description: '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).' operationId: security.cases.ediscoveryCases.custodians.unifiedGroupSources.group.ListServiceProvisioningErrors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: ediscoveryCase-id in: path description: The unique identifier of ediscoveryCase required: true schema: type: string x-ms-docs-key-type: ediscoveryCase - name: ediscoveryCustodian-id in: path description: The unique identifier of ediscoveryCustodian required: true schema: type: string x-ms-docs-key-type: ediscoveryCustodian - name: unifiedGroupSource-id in: path description: The unique identifier of unifiedGroupSource required: true schema: type: string x-ms-docs-key-type: unifiedGroupSource '/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors/$count': description: Provides operations to count the resources in the collection. get: tags: - security.casesRoot summary: Get the number of the resource operationId: security.cases.ediscoveryCases.custodians.unifiedGroupSources.group.ServiceProvisioningErrors.GetCount-2e98 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: ediscoveryCase-id in: path description: The unique identifier of ediscoveryCase required: true schema: type: string x-ms-docs-key-type: ediscoveryCase - name: ediscoveryCustodian-id in: path description: The unique identifier of ediscoveryCustodian required: true schema: type: string x-ms-docs-key-type: ediscoveryCustodian - name: unifiedGroupSource-id in: path description: The unique identifier of unifiedGroupSource required: true schema: type: string x-ms-docs-key-type: unifiedGroupSource '/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/$count': description: Provides operations to count the resources in the collection. get: tags: - security.casesRoot summary: Get the number of the resource operationId: security.cases.ediscoveryCases.custodians.unifiedGroupSources.GetCount-bdfc parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: ediscoveryCase-id in: path description: The unique identifier of ediscoveryCase required: true schema: type: string x-ms-docs-key-type: ediscoveryCase - name: ediscoveryCustodian-id in: path description: The unique identifier of ediscoveryCustodian required: true schema: type: string x-ms-docs-key-type: ediscoveryCustodian '/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources': description: Provides operations to manage the userSources property of the microsoft.graph.security.ediscoveryCustodian entity. get: tags: - security.casesRoot summary: List userSources description: Get a list of the userSource objects associated with an ediscoveryCustodian. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-ediscoverycustodian-list-usersources?view=graph-rest-1.0 operationId: security.cases.ediscoveryCases.custodians.ListUserSources parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.security.userSourceCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - security.casesRoot summary: Create custodian userSource description: Create a new userSource object associated with an eDiscovery custodian. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-ediscoverycustodian-post-usersources?view=graph-rest-1.0 operationId: security.cases.ediscoveryCases.custodians.CreateUserSources requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.userSource' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.userSource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: ediscoveryCase-id in: path description: The unique identifier of ediscoveryCase required: true schema: type: string x-ms-docs-key-type: ediscoveryCase - name: ediscoveryCustodian-id in: path description: The unique identifier of ediscoveryCustodian required: true schema: type: string x-ms-docs-key-type: ediscoveryCustodian '/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}': description: Provides operations to manage the userSources property of the microsoft.graph.security.ediscoveryCustodian entity. get: tags: - security.casesRoot summary: Get userSources from security description: Data source entity for a the custodian. This is the container for a custodian's mailbox and OneDrive for Business site. operationId: security.cases.ediscoveryCases.custodians.GetUserSources parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.userSource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - security.casesRoot summary: Update the navigation property userSources in security operationId: security.cases.ediscoveryCases.custodians.UpdateUserSources requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.userSource' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.userSource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - security.casesRoot summary: Delete navigation property userSources for security operationId: security.cases.ediscoveryCases.custodians.DeleteUserSources parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: ediscoveryCase-id in: path description: The unique identifier of ediscoveryCase required: true schema: type: string x-ms-docs-key-type: ediscoveryCase - name: ediscoveryCustodian-id in: path description: The unique identifier of ediscoveryCustodian required: true schema: type: string x-ms-docs-key-type: ediscoveryCustodian - name: userSource-id in: path description: The unique identifier of userSource required: true schema: type: string x-ms-docs-key-type: userSource '/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/$count': description: Provides operations to count the resources in the collection. get: tags: - security.casesRoot summary: Get the number of the resource operationId: security.cases.ediscoveryCases.custodians.userSources.GetCount-9c7a parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: ediscoveryCase-id in: path description: The unique identifier of ediscoveryCase required: true schema: type: string x-ms-docs-key-type: ediscoveryCase - name: ediscoveryCustodian-id in: path description: The unique identifier of ediscoveryCustodian required: true schema: type: string x-ms-docs-key-type: ediscoveryCustodian '/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/$count': description: Provides operations to count the resources in the collection. get: tags: - security.casesRoot summary: Get the number of the resource operationId: security.cases.ediscoveryCases.custodians.GetCount-ff1d parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: ediscoveryCase-id in: path description: The unique identifier of ediscoveryCase required: true schema: type: string x-ms-docs-key-type: ediscoveryCase '/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/microsoft.graph.security.applyHold': description: Provides operations to call the applyHold method. post: tags: - security.Actions summary: Invoke action applyHold operationId: security.cases.ediscoveryCases.ediscoveryCase.custodians.applyHold requestBody: description: Action parameters content: application/json: schema: type: object properties: ids: type: array items: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: ediscoveryCase-id in: path description: The unique identifier of ediscoveryCase required: true schema: type: string x-ms-docs-key-type: ediscoveryCase x-ms-docs-grouped-path: - '/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/microsoft.graph.security.applyHold' - '/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/microsoft.graph.security.applyHold' - '/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/microsoft.graph.security.applyHold' '/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/microsoft.graph.security.removeHold': description: Provides operations to call the removeHold method. post: tags: - security.Actions summary: Invoke action removeHold operationId: security.cases.ediscoveryCases.ediscoveryCase.custodians.removeHold requestBody: description: Action parameters content: application/json: schema: type: object properties: ids: type: array items: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: ediscoveryCase-id in: path description: The unique identifier of ediscoveryCase required: true schema: type: string x-ms-docs-key-type: ediscoveryCase x-ms-docs-grouped-path: - '/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/microsoft.graph.security.removeHold' - '/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/microsoft.graph.security.removeHold' - '/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/microsoft.graph.security.removeHold' '/security/cases/ediscoveryCases/{ediscoveryCase-id}/microsoft.graph.security.close': description: Provides operations to call the close method. post: tags: - security.Actions summary: Invoke action close description: 'Close an eDiscovery case. For details, see Close a case.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-ediscoverycase-close?view=graph-rest-1.0 operationId: security.cases.ediscoveryCases.ediscoveryCase.close responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: ediscoveryCase-id in: path description: The unique identifier of ediscoveryCase required: true schema: type: string x-ms-docs-key-type: ediscoveryCase '/security/cases/ediscoveryCases/{ediscoveryCase-id}/microsoft.graph.security.reopen': description: Provides operations to call the reopen method. post: tags: - security.Actions summary: Invoke action reopen description: 'Reopen an eDiscovery case that was closed. For details, see Reopen a closed case.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-ediscoverycase-reopen?view=graph-rest-1.0 operationId: security.cases.ediscoveryCases.ediscoveryCase.reopen responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: ediscoveryCase-id in: path description: The unique identifier of ediscoveryCase required: true schema: type: string x-ms-docs-key-type: ediscoveryCase '/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources': description: Provides operations to manage the noncustodialDataSources property of the microsoft.graph.security.ediscoveryCase entity. get: tags: - security.casesRoot summary: Get noncustodialDataSources from security description: Returns a list of case ediscoveryNoncustodialDataSource objects for this case. operationId: security.cases.ediscoveryCases.ListNoncustodialDataSources parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.security.ediscoveryNoncustodialDataSourceCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - security.casesRoot summary: Create nonCustodialDataSources description: Create a new ediscoveryNoncustodialDataSource object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-ediscoverycase-post-noncustodialdatasources?view=graph-rest-1.0 operationId: security.cases.ediscoveryCases.CreateNoncustodialDataSources requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.ediscoveryNoncustodialDataSource' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.ediscoveryNoncustodialDataSource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: ediscoveryCase-id in: path description: The unique identifier of ediscoveryCase required: true schema: type: string x-ms-docs-key-type: ediscoveryCase '/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}': description: Provides operations to manage the noncustodialDataSources property of the microsoft.graph.security.ediscoveryCase entity. get: tags: - security.casesRoot summary: Get noncustodialDataSources from security description: Returns a list of case ediscoveryNoncustodialDataSource objects for this case. operationId: security.cases.ediscoveryCases.GetNoncustodialDataSources parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.ediscoveryNoncustodialDataSource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - security.casesRoot summary: Update the navigation property noncustodialDataSources in security operationId: security.cases.ediscoveryCases.UpdateNoncustodialDataSources requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.ediscoveryNoncustodialDataSource' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.ediscoveryNoncustodialDataSource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - security.casesRoot summary: Delete navigation property noncustodialDataSources for security operationId: security.cases.ediscoveryCases.DeleteNoncustodialDataSources parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: ediscoveryCase-id in: path description: The unique identifier of ediscoveryCase required: true schema: type: string x-ms-docs-key-type: ediscoveryCase - name: ediscoveryNoncustodialDataSource-id in: path description: The unique identifier of ediscoveryNoncustodialDataSource required: true schema: type: string x-ms-docs-key-type: ediscoveryNoncustodialDataSource '/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/dataSource': description: Provides operations to manage the dataSource property of the microsoft.graph.security.ediscoveryNoncustodialDataSource entity. get: tags: - security.casesRoot summary: Get dataSource from security description: User source or SharePoint site data source as noncustodial data source. operationId: security.cases.ediscoveryCases.noncustodialDataSources.GetDataSource parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.dataSource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - security.casesRoot summary: Update the navigation property dataSource in security operationId: security.cases.ediscoveryCases.noncustodialDataSources.UpdateDataSource requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.dataSource' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.dataSource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - security.casesRoot summary: Delete navigation property dataSource for security operationId: security.cases.ediscoveryCases.noncustodialDataSources.DeleteDataSource parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: ediscoveryCase-id in: path description: The unique identifier of ediscoveryCase required: true schema: type: string x-ms-docs-key-type: ediscoveryCase - name: ediscoveryNoncustodialDataSource-id in: path description: The unique identifier of ediscoveryNoncustodialDataSource required: true schema: type: string x-ms-docs-key-type: ediscoveryNoncustodialDataSource '/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/lastIndexOperation': description: Provides operations to manage the lastIndexOperation property of the microsoft.graph.security.ediscoveryNoncustodialDataSource entity. get: tags: - security.casesRoot summary: Get lastIndexOperation from security description: Operation entity that represents the latest indexing for the noncustodial data source. operationId: security.cases.ediscoveryCases.noncustodialDataSources.GetLastIndexOperation parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.ediscoveryIndexOperation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: ediscoveryCase-id in: path description: The unique identifier of ediscoveryCase required: true schema: type: string x-ms-docs-key-type: ediscoveryCase - name: ediscoveryNoncustodialDataSource-id in: path description: The unique identifier of ediscoveryNoncustodialDataSource required: true schema: type: string x-ms-docs-key-type: ediscoveryNoncustodialDataSource '/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/microsoft.graph.security.applyHold': description: Provides operations to call the applyHold method. post: tags: - security.Actions summary: Invoke action applyHold description: 'Start the process of applying hold on eDiscovery non-custodial data sources. After the operation is created, you can get the status by retrieving the Location parameter from the response headers. The location provides a URL that returns an eDiscoveryHoldOperation object.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-applyhold?view=graph-rest-1.0 operationId: security.cases.ediscoveryCases.ediscoveryCase.noncustodialDataSources.ediscoveryNoncustodialDataSource.applyHold responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: ediscoveryCase-id in: path description: The unique identifier of ediscoveryCase required: true schema: type: string x-ms-docs-key-type: ediscoveryCase - name: ediscoveryNoncustodialDataSource-id in: path description: The unique identifier of ediscoveryNoncustodialDataSource required: true schema: type: string x-ms-docs-key-type: ediscoveryNoncustodialDataSource x-ms-docs-grouped-path: - '/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/microsoft.graph.security.applyHold' - '/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/microsoft.graph.security.applyHold' - '/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/microsoft.graph.security.applyHold' '/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/microsoft.graph.security.release': description: Provides operations to call the release method. post: tags: - security.Actions summary: Invoke action release description: Release the non-custodial data source from the case. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-release?view=graph-rest-1.0 operationId: security.cases.ediscoveryCases.ediscoveryCase.noncustodialDataSources.ediscoveryNoncustodialDataSource.release responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: ediscoveryCase-id in: path description: The unique identifier of ediscoveryCase required: true schema: type: string x-ms-docs-key-type: ediscoveryCase - name: ediscoveryNoncustodialDataSource-id in: path description: The unique identifier of ediscoveryNoncustodialDataSource required: true schema: type: string x-ms-docs-key-type: ediscoveryNoncustodialDataSource x-ms-docs-grouped-path: - '/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/microsoft.graph.security.release' '/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/microsoft.graph.security.removeHold': description: Provides operations to call the removeHold method. post: tags: - security.Actions summary: Invoke action removeHold description: 'Start the process of removing hold from eDiscovery non-custodial data sources. After the operation is created, you can get the status by retrieving the Location parameter from the response headers. The location provides a URL that returns an eDiscoveryHoldOperation object.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-removehold?view=graph-rest-1.0 operationId: security.cases.ediscoveryCases.ediscoveryCase.noncustodialDataSources.ediscoveryNoncustodialDataSource.removeHold responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: ediscoveryCase-id in: path description: The unique identifier of ediscoveryCase required: true schema: type: string x-ms-docs-key-type: ediscoveryCase - name: ediscoveryNoncustodialDataSource-id in: path description: The unique identifier of ediscoveryNoncustodialDataSource required: true schema: type: string x-ms-docs-key-type: ediscoveryNoncustodialDataSource x-ms-docs-grouped-path: - '/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/microsoft.graph.security.removeHold' - '/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/microsoft.graph.security.removeHold' - '/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/microsoft.graph.security.removeHold' '/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/microsoft.graph.security.updateIndex': description: Provides operations to call the updateIndex method. post: tags: - security.Actions summary: Invoke action updateIndex description: Trigger an indexOperation to make a non-custodial data source and its associated data source searchable. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-updateindex?view=graph-rest-1.0 operationId: security.cases.ediscoveryCases.ediscoveryCase.noncustodialDataSources.ediscoveryNoncustodialDataSource.updateIndex responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: ediscoveryCase-id in: path description: The unique identifier of ediscoveryCase required: true schema: type: string x-ms-docs-key-type: ediscoveryCase - name: ediscoveryNoncustodialDataSource-id in: path description: The unique identifier of ediscoveryNoncustodialDataSource required: true schema: type: string x-ms-docs-key-type: ediscoveryNoncustodialDataSource x-ms-docs-grouped-path: - '/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/microsoft.graph.security.updateIndex' '/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/$count': description: Provides operations to count the resources in the collection. get: tags: - security.casesRoot summary: Get the number of the resource operationId: security.cases.ediscoveryCases.noncustodialDataSources.GetCount-68bd parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: ediscoveryCase-id in: path description: The unique identifier of ediscoveryCase required: true schema: type: string x-ms-docs-key-type: ediscoveryCase '/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/microsoft.graph.security.applyHold': description: Provides operations to call the applyHold method. post: tags: - security.Actions summary: Invoke action applyHold operationId: security.cases.ediscoveryCases.ediscoveryCase.noncustodialDataSources.applyHold requestBody: description: Action parameters content: application/json: schema: type: object properties: ids: type: array items: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: ediscoveryCase-id in: path description: The unique identifier of ediscoveryCase required: true schema: type: string x-ms-docs-key-type: ediscoveryCase x-ms-docs-grouped-path: - '/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/microsoft.graph.security.applyHold' - '/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/microsoft.graph.security.applyHold' - '/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/microsoft.graph.security.applyHold' '/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/microsoft.graph.security.removeHold': description: Provides operations to call the removeHold method. post: tags: - security.Actions summary: Invoke action removeHold operationId: security.cases.ediscoveryCases.ediscoveryCase.noncustodialDataSources.removeHold requestBody: description: Action parameters content: application/json: schema: type: object properties: ids: type: array items: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: ediscoveryCase-id in: path description: The unique identifier of ediscoveryCase required: true schema: type: string x-ms-docs-key-type: ediscoveryCase x-ms-docs-grouped-path: - '/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/microsoft.graph.security.removeHold' - '/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/microsoft.graph.security.removeHold' - '/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/microsoft.graph.security.removeHold' '/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations': description: Provides operations to manage the operations property of the microsoft.graph.security.ediscoveryCase entity. get: tags: - security.casesRoot summary: List caseOperations description: Get a list of the caseOperation objects and their properties. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-ediscoverycase-list-operations?view=graph-rest-1.0 operationId: security.cases.ediscoveryCases.ListOperations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.security.caseOperationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - security.casesRoot summary: Create new navigation property to operations for security operationId: security.cases.ediscoveryCases.CreateOperations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.caseOperation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.caseOperation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: ediscoveryCase-id in: path description: The unique identifier of ediscoveryCase required: true schema: type: string x-ms-docs-key-type: ediscoveryCase '/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}': description: Provides operations to manage the operations property of the microsoft.graph.security.ediscoveryCase entity. get: tags: - security.casesRoot summary: Get caseOperation description: Read the properties and relationships of a caseOperation object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-caseoperation-get?view=graph-rest-1.0 operationId: security.cases.ediscoveryCases.GetOperations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.caseOperation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - security.casesRoot summary: Update the navigation property operations in security operationId: security.cases.ediscoveryCases.UpdateOperations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.caseOperation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.caseOperation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - security.casesRoot summary: Delete navigation property operations for security operationId: security.cases.ediscoveryCases.DeleteOperations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: ediscoveryCase-id in: path description: The unique identifier of ediscoveryCase required: true schema: type: string x-ms-docs-key-type: ediscoveryCase - name: caseOperation-id in: path description: The unique identifier of caseOperation required: true schema: type: string x-ms-docs-key-type: caseOperation '/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/$count': description: Provides operations to count the resources in the collection. get: tags: - security.casesRoot summary: Get the number of the resource operationId: security.cases.ediscoveryCases.operations.GetCount-4abd parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: ediscoveryCase-id in: path description: The unique identifier of ediscoveryCase required: true schema: type: string x-ms-docs-key-type: ediscoveryCase '/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets': description: Provides operations to manage the reviewSets property of the microsoft.graph.security.ediscoveryCase entity. get: tags: - security.casesRoot summary: List reviewSets description: Get a list of ediscoveryReviewSet objects associated with an eDiscovery case. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-ediscoverycase-list-reviewsets?view=graph-rest-1.0 operationId: security.cases.ediscoveryCases.ListReviewSets parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.security.ediscoveryReviewSetCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - security.casesRoot summary: Create reviewSets description: Create a new ediscoveryReviewSet object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-ediscoverycase-post-reviewsets?view=graph-rest-1.0 operationId: security.cases.ediscoveryCases.CreateReviewSets requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.ediscoveryReviewSet' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.ediscoveryReviewSet' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: ediscoveryCase-id in: path description: The unique identifier of ediscoveryCase required: true schema: type: string x-ms-docs-key-type: ediscoveryCase '/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}': description: Provides operations to manage the reviewSets property of the microsoft.graph.security.ediscoveryCase entity. get: tags: - security.casesRoot summary: Get ediscoveryReviewSet description: Read the properties and relationships of an ediscoveryReviewSet object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-get?view=graph-rest-1.0 operationId: security.cases.ediscoveryCases.GetReviewSets parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.ediscoveryReviewSet' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - security.casesRoot summary: Update the navigation property reviewSets in security operationId: security.cases.ediscoveryCases.UpdateReviewSets requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.ediscoveryReviewSet' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.ediscoveryReviewSet' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - security.casesRoot summary: Delete navigation property reviewSets for security operationId: security.cases.ediscoveryCases.DeleteReviewSets parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: ediscoveryCase-id in: path description: The unique identifier of ediscoveryCase required: true schema: type: string x-ms-docs-key-type: ediscoveryCase - name: ediscoveryReviewSet-id in: path description: The unique identifier of ediscoveryReviewSet required: true schema: type: string x-ms-docs-key-type: ediscoveryReviewSet '/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/microsoft.graph.security.addToReviewSet': description: Provides operations to call the addToReviewSet method. post: tags: - security.Actions summary: Invoke action addToReviewSet description: 'Start the process of adding a collection from Microsoft 365 services to a review set. After the operation is created, you can get the status of the operation by retrieving the Location parameter from the response headers. The location provides a URL that will return a Add to review set operation.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-addtoreviewset?view=graph-rest-1.0 operationId: security.cases.ediscoveryCases.ediscoveryCase.reviewSets.ediscoveryReviewSet.addToReviewSet requestBody: description: Action parameters content: application/json: schema: type: object properties: search: anyOf: - $ref: '#/components/schemas/microsoft.graph.security.ediscoverySearch' - type: object nullable: true additionalDataOptions: anyOf: - $ref: '#/components/schemas/microsoft.graph.security.additionalDataOptions' - type: object nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: ediscoveryCase-id in: path description: The unique identifier of ediscoveryCase required: true schema: type: string x-ms-docs-key-type: ediscoveryCase - name: ediscoveryReviewSet-id in: path description: The unique identifier of ediscoveryReviewSet required: true schema: type: string x-ms-docs-key-type: ediscoveryReviewSet '/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/microsoft.graph.security.export': description: Provides operations to call the export method. post: tags: - security.Actions summary: Invoke action export description: 'Initiate an export from a ediscoveryReviewSet. For details, see Export documents from a review set in eDiscovery (Premium).' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-export?view=graph-rest-1.0 operationId: security.cases.ediscoveryCases.ediscoveryCase.reviewSets.ediscoveryReviewSet.export requestBody: description: Action parameters content: application/json: schema: type: object properties: outputName: type: string nullable: true description: type: string nullable: true exportOptions: anyOf: - $ref: '#/components/schemas/microsoft.graph.security.exportOptions' - type: object nullable: true exportStructure: anyOf: - $ref: '#/components/schemas/microsoft.graph.security.exportFileStructure' - type: object nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: ediscoveryCase-id in: path description: The unique identifier of ediscoveryCase required: true schema: type: string x-ms-docs-key-type: ediscoveryCase - name: ediscoveryReviewSet-id in: path description: The unique identifier of ediscoveryReviewSet required: true schema: type: string x-ms-docs-key-type: ediscoveryReviewSet x-ms-docs-grouped-path: - '/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/microsoft.graph.security.export' '/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries': description: Provides operations to manage the queries property of the microsoft.graph.security.ediscoveryReviewSet entity. get: tags: - security.casesRoot summary: List queries description: Get the list of queries associated with an eDiscovery review set. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-list-queries?view=graph-rest-1.0 operationId: security.cases.ediscoveryCases.reviewSets.ListQueries parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.security.ediscoveryReviewSetQueryCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - security.casesRoot summary: Create ediscoveryReviewSetQuery description: Create a new ediscoveryReviewSetQuery object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-post-queries?view=graph-rest-1.0 operationId: security.cases.ediscoveryCases.reviewSets.CreateQueries requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.ediscoveryReviewSetQuery' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.ediscoveryReviewSetQuery' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: ediscoveryCase-id in: path description: The unique identifier of ediscoveryCase required: true schema: type: string x-ms-docs-key-type: ediscoveryCase - name: ediscoveryReviewSet-id in: path description: The unique identifier of ediscoveryReviewSet required: true schema: type: string x-ms-docs-key-type: ediscoveryReviewSet '/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}': description: Provides operations to manage the queries property of the microsoft.graph.security.ediscoveryReviewSet entity. get: tags: - security.casesRoot summary: Get ediscoveryReviewSetQuery description: Read the properties and relationships of an ediscoveryReviewSetQuery object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-get?view=graph-rest-1.0 operationId: security.cases.ediscoveryCases.reviewSets.GetQueries parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.ediscoveryReviewSetQuery' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - security.casesRoot summary: Update ediscoveryReviewSetQuery description: Update the properties of an ediscoveryReviewSetQuery object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-update?view=graph-rest-1.0 operationId: security.cases.ediscoveryCases.reviewSets.UpdateQueries requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.ediscoveryReviewSetQuery' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.ediscoveryReviewSetQuery' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - security.casesRoot summary: Delete ediscoveryReviewSetQuery description: Delete an ediscoveryReviewSetQuery object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-delete-queries?view=graph-rest-1.0 operationId: security.cases.ediscoveryCases.reviewSets.DeleteQueries parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: ediscoveryCase-id in: path description: The unique identifier of ediscoveryCase required: true schema: type: string x-ms-docs-key-type: ediscoveryCase - name: ediscoveryReviewSet-id in: path description: The unique identifier of ediscoveryReviewSet required: true schema: type: string x-ms-docs-key-type: ediscoveryReviewSet - name: ediscoveryReviewSetQuery-id in: path description: The unique identifier of ediscoveryReviewSetQuery required: true schema: type: string x-ms-docs-key-type: ediscoveryReviewSetQuery '/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/microsoft.graph.security.applyTags': description: Provides operations to call the applyTags method. post: tags: - security.Actions summary: Invoke action applyTags description: 'Apply tags to files in an eDiscovery review set. For details, see Tag documents in a review set in eDiscovery.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-applytags?view=graph-rest-1.0 operationId: security.cases.ediscoveryCases.ediscoveryCase.reviewSets.ediscoveryReviewSet.queries.ediscoveryReviewSetQuery.applyTags requestBody: description: Action parameters content: application/json: schema: type: object properties: tagsToAdd: type: array items: $ref: '#/components/schemas/microsoft.graph.security.ediscoveryReviewTag' tagsToRemove: type: array items: $ref: '#/components/schemas/microsoft.graph.security.ediscoveryReviewTag' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: ediscoveryCase-id in: path description: The unique identifier of ediscoveryCase required: true schema: type: string x-ms-docs-key-type: ediscoveryCase - name: ediscoveryReviewSet-id in: path description: The unique identifier of ediscoveryReviewSet required: true schema: type: string x-ms-docs-key-type: ediscoveryReviewSet - name: ediscoveryReviewSetQuery-id in: path description: The unique identifier of ediscoveryReviewSetQuery required: true schema: type: string x-ms-docs-key-type: ediscoveryReviewSetQuery '/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/microsoft.graph.security.export': description: Provides operations to call the export method. post: tags: - security.Actions summary: Invoke action export description: 'Initiate an export from a ediscoveryReviewSetQuery. For details, see Export documents from a review set in eDiscovery (Premium).' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-export?view=graph-rest-1.0 operationId: security.cases.ediscoveryCases.ediscoveryCase.reviewSets.ediscoveryReviewSet.queries.ediscoveryReviewSetQuery.export requestBody: description: Action parameters content: application/json: schema: type: object properties: outputName: type: string nullable: true description: type: string nullable: true exportOptions: anyOf: - $ref: '#/components/schemas/microsoft.graph.security.exportOptions' - type: object nullable: true exportStructure: anyOf: - $ref: '#/components/schemas/microsoft.graph.security.exportFileStructure' - type: object nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: ediscoveryCase-id in: path description: The unique identifier of ediscoveryCase required: true schema: type: string x-ms-docs-key-type: ediscoveryCase - name: ediscoveryReviewSet-id in: path description: The unique identifier of ediscoveryReviewSet required: true schema: type: string x-ms-docs-key-type: ediscoveryReviewSet - name: ediscoveryReviewSetQuery-id in: path description: The unique identifier of ediscoveryReviewSetQuery required: true schema: type: string x-ms-docs-key-type: ediscoveryReviewSetQuery x-ms-docs-grouped-path: - '/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/microsoft.graph.security.export' '/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/$count': description: Provides operations to count the resources in the collection. get: tags: - security.casesRoot summary: Get the number of the resource operationId: security.cases.ediscoveryCases.reviewSets.queries.GetCount-5777 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: ediscoveryCase-id in: path description: The unique identifier of ediscoveryCase required: true schema: type: string x-ms-docs-key-type: ediscoveryCase - name: ediscoveryReviewSet-id in: path description: The unique identifier of ediscoveryReviewSet required: true schema: type: string x-ms-docs-key-type: ediscoveryReviewSet '/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/$count': description: Provides operations to count the resources in the collection. get: tags: - security.casesRoot summary: Get the number of the resource operationId: security.cases.ediscoveryCases.reviewSets.GetCount-feba parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: ediscoveryCase-id in: path description: The unique identifier of ediscoveryCase required: true schema: type: string x-ms-docs-key-type: ediscoveryCase '/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches': description: Provides operations to manage the searches property of the microsoft.graph.security.ediscoveryCase entity. get: tags: - security.casesRoot summary: List searches description: Get the list of ediscoverySearch resources from an eDiscoveryCase object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-ediscoverycase-list-searches?view=graph-rest-1.0 operationId: security.cases.ediscoveryCases.ListSearches parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.security.ediscoverySearchCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - security.casesRoot summary: Create searches description: Create a new ediscoverySearch object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-ediscoverycase-post-searches?view=graph-rest-1.0 operationId: security.cases.ediscoveryCases.CreateSearches requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.ediscoverySearch' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.ediscoverySearch' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: ediscoveryCase-id in: path description: The unique identifier of ediscoveryCase required: true schema: type: string x-ms-docs-key-type: ediscoveryCase '/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}': description: Provides operations to manage the searches property of the microsoft.graph.security.ediscoveryCase entity. get: tags: - security.casesRoot summary: Get ediscoverySearch description: Read the properties and relationships of an ediscoverySearch object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-ediscoverysearch-get?view=graph-rest-1.0 operationId: security.cases.ediscoveryCases.GetSearches parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.ediscoverySearch' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - security.casesRoot summary: Update ediscoverySearch description: Update the properties of an ediscoverySearch object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-ediscoverysearch-update?view=graph-rest-1.0 operationId: security.cases.ediscoveryCases.UpdateSearches requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.ediscoverySearch' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.ediscoverySearch' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - security.casesRoot summary: Delete ediscoverySearch description: Delete an ediscoverySearch object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-ediscoverycase-delete-searches?view=graph-rest-1.0 operationId: security.cases.ediscoveryCases.DeleteSearches parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: ediscoveryCase-id in: path description: The unique identifier of ediscoveryCase required: true schema: type: string x-ms-docs-key-type: ediscoveryCase - name: ediscoverySearch-id in: path description: The unique identifier of ediscoverySearch required: true schema: type: string x-ms-docs-key-type: ediscoverySearch '/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources': description: Provides operations to manage the additionalSources property of the microsoft.graph.security.ediscoverySearch entity. get: tags: - security.casesRoot summary: List additionalSources description: Get the list of additional sources associated with an eDiscovery search. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-ediscoverysearch-list-additionalsources?view=graph-rest-1.0 operationId: security.cases.ediscoveryCases.searches.ListAdditionalSources parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.security.dataSourceCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - security.casesRoot summary: Add additional sources description: Create a new additional source associated with an eDiscovery search. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-ediscoverysearch-post-additionalsources?view=graph-rest-1.0 operationId: security.cases.ediscoveryCases.searches.CreateAdditionalSources requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.dataSource' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.dataSource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: ediscoveryCase-id in: path description: The unique identifier of ediscoveryCase required: true schema: type: string x-ms-docs-key-type: ediscoveryCase - name: ediscoverySearch-id in: path description: The unique identifier of ediscoverySearch required: true schema: type: string x-ms-docs-key-type: ediscoverySearch '/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}': description: Provides operations to manage the additionalSources property of the microsoft.graph.security.ediscoverySearch entity. get: tags: - security.casesRoot summary: Get additionalSources from security description: Adds an additional source to the eDiscovery search. operationId: security.cases.ediscoveryCases.searches.GetAdditionalSources parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.dataSource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - security.casesRoot summary: Update the navigation property additionalSources in security operationId: security.cases.ediscoveryCases.searches.UpdateAdditionalSources requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.dataSource' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.dataSource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - security.casesRoot summary: Delete navigation property additionalSources for security operationId: security.cases.ediscoveryCases.searches.DeleteAdditionalSources parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: ediscoveryCase-id in: path description: The unique identifier of ediscoveryCase required: true schema: type: string x-ms-docs-key-type: ediscoveryCase - name: ediscoverySearch-id in: path description: The unique identifier of ediscoverySearch required: true schema: type: string x-ms-docs-key-type: ediscoverySearch - name: dataSource-id in: path description: The unique identifier of dataSource required: true schema: type: string x-ms-docs-key-type: dataSource '/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/$count': description: Provides operations to count the resources in the collection. get: tags: - security.casesRoot summary: Get the number of the resource operationId: security.cases.ediscoveryCases.searches.additionalSources.GetCount-f0d1 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: ediscoveryCase-id in: path description: The unique identifier of ediscoveryCase required: true schema: type: string x-ms-docs-key-type: ediscoveryCase - name: ediscoverySearch-id in: path description: The unique identifier of ediscoverySearch required: true schema: type: string x-ms-docs-key-type: ediscoverySearch '/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/addToReviewSetOperation': description: Provides operations to manage the addToReviewSetOperation property of the microsoft.graph.security.ediscoverySearch entity. get: tags: - security.casesRoot summary: Get addToReviewSetOperation from security description: Adds the results of the eDiscovery search to the specified reviewSet. operationId: security.cases.ediscoveryCases.searches.GetAddToReviewSetOperation parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.ediscoveryAddToReviewSetOperation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: ediscoveryCase-id in: path description: The unique identifier of ediscoveryCase required: true schema: type: string x-ms-docs-key-type: ediscoveryCase - name: ediscoverySearch-id in: path description: The unique identifier of ediscoverySearch required: true schema: type: string x-ms-docs-key-type: ediscoverySearch '/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources': description: Provides operations to manage the custodianSources property of the microsoft.graph.security.ediscoverySearch entity. get: tags: - security.casesRoot summary: List custodianSources description: Get the list of custodial data sources associated with an eDiscovery search. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-ediscoverysearch-list-custodiansources?view=graph-rest-1.0 operationId: security.cases.ediscoveryCases.searches.ListCustodianSources parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.security.dataSourceCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: ediscoveryCase-id in: path description: The unique identifier of ediscoveryCase required: true schema: type: string x-ms-docs-key-type: ediscoveryCase - name: ediscoverySearch-id in: path description: The unique identifier of ediscoverySearch required: true schema: type: string x-ms-docs-key-type: ediscoverySearch '/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources/{dataSource-id}': description: Provides operations to manage the custodianSources property of the microsoft.graph.security.ediscoverySearch entity. get: tags: - security.casesRoot summary: Get custodianSources from security description: Custodian sources that are included in the eDiscovery search. operationId: security.cases.ediscoveryCases.searches.GetCustodianSources parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.dataSource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: ediscoveryCase-id in: path description: The unique identifier of ediscoveryCase required: true schema: type: string x-ms-docs-key-type: ediscoveryCase - name: ediscoverySearch-id in: path description: The unique identifier of ediscoverySearch required: true schema: type: string x-ms-docs-key-type: ediscoverySearch - name: dataSource-id in: path description: The unique identifier of dataSource required: true schema: type: string x-ms-docs-key-type: dataSource '/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources/$count': description: Provides operations to count the resources in the collection. get: tags: - security.casesRoot summary: Get the number of the resource operationId: security.cases.ediscoveryCases.searches.custodianSources.GetCount-fb3f parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: ediscoveryCase-id in: path description: The unique identifier of ediscoveryCase required: true schema: type: string x-ms-docs-key-type: ediscoveryCase - name: ediscoverySearch-id in: path description: The unique identifier of ediscoverySearch required: true schema: type: string x-ms-docs-key-type: ediscoverySearch '/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/lastEstimateStatisticsOperation': description: Provides operations to manage the lastEstimateStatisticsOperation property of the microsoft.graph.security.ediscoverySearch entity. get: tags: - security.casesRoot summary: List lastEstimateStatisticsOperation description: Get the last ediscoveryEstimateOperation objects and their properties. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-ediscoverysearch-list-lastestimatestatisticsoperation?view=graph-rest-1.0 operationId: security.cases.ediscoveryCases.searches.GetLastEstimateStatisticsOperation parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.ediscoveryEstimateOperation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: ediscoveryCase-id in: path description: The unique identifier of ediscoveryCase required: true schema: type: string x-ms-docs-key-type: ediscoveryCase - name: ediscoverySearch-id in: path description: The unique identifier of ediscoverySearch required: true schema: type: string x-ms-docs-key-type: ediscoverySearch '/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/microsoft.graph.security.estimateStatistics': description: Provides operations to call the estimateStatistics method. post: tags: - security.Actions summary: Invoke action estimateStatistics description: 'Run an estimate of the number of emails and documents in the eDiscovery search. To learn more about searches in eDiscovery, see Collect data for a case in eDiscovery (Premium).' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-ediscoverysearch-estimatestatistics?view=graph-rest-1.0 operationId: security.cases.ediscoveryCases.ediscoveryCase.searches.ediscoverySearch.estimateStatistics responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: ediscoveryCase-id in: path description: The unique identifier of ediscoveryCase required: true schema: type: string x-ms-docs-key-type: ediscoveryCase - name: ediscoverySearch-id in: path description: The unique identifier of ediscoverySearch required: true schema: type: string x-ms-docs-key-type: ediscoverySearch '/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/microsoft.graph.security.purgeData': description: Provides operations to call the purgeData method. post: tags: - security.Actions summary: Invoke action purgeData description: "Delete Microsoft Teams messages contained in an eDiscovery search. You can collect and purge the following categories of Teams content:\n- Teams 1:1 chats - Chat messages, posts, and attachments shared in a Teams conversation between two people. Teams 1:1 chats are also called *conversations*.\n- Teams group chats - Chat messages, posts, and attachments shared in a Teams conversation between three or more people. Also called *1:N* chats or *group conversations*.\n- Teams channels - Chat messages, posts, replies, and attachments shared in a standard Teams channel.\n- Private channels - Message posts, replies, and attachments shared in a private Teams channel.\n- Shared channels - Message posts, replies, and attachments shared in a shared Teams channel. For more information about purging Teams messages, see:\n- eDiscovery solution series: Data spillage scenario - Search and purge\n- eDiscovery (Premium) workflow for content in Microsoft Teams " externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-ediscoverysearch-purgedata?view=graph-rest-1.0 operationId: security.cases.ediscoveryCases.ediscoveryCase.searches.ediscoverySearch.purgeData requestBody: description: Action parameters content: application/json: schema: type: object properties: purgeType: anyOf: - $ref: '#/components/schemas/microsoft.graph.security.purgeType' - type: object nullable: true purgeAreas: anyOf: - $ref: '#/components/schemas/microsoft.graph.security.purgeAreas' - type: object nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: ediscoveryCase-id in: path description: The unique identifier of ediscoveryCase required: true schema: type: string x-ms-docs-key-type: ediscoveryCase - name: ediscoverySearch-id in: path description: The unique identifier of ediscoverySearch required: true schema: type: string x-ms-docs-key-type: ediscoverySearch '/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources': description: Provides operations to manage the noncustodialSources property of the microsoft.graph.security.ediscoverySearch entity. get: tags: - security.casesRoot summary: Get noncustodialSources from security description: noncustodialDataSource sources that are included in the eDiscovery search operationId: security.cases.ediscoveryCases.searches.ListNoncustodialSources parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.security.ediscoveryNoncustodialDataSourceCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: ediscoveryCase-id in: path description: The unique identifier of ediscoveryCase required: true schema: type: string x-ms-docs-key-type: ediscoveryCase - name: ediscoverySearch-id in: path description: The unique identifier of ediscoverySearch required: true schema: type: string x-ms-docs-key-type: ediscoverySearch '/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources/{ediscoveryNoncustodialDataSource-id}': description: Provides operations to manage the noncustodialSources property of the microsoft.graph.security.ediscoverySearch entity. get: tags: - security.casesRoot summary: Get noncustodialSources from security description: noncustodialDataSource sources that are included in the eDiscovery search operationId: security.cases.ediscoveryCases.searches.GetNoncustodialSources parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.ediscoveryNoncustodialDataSource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: ediscoveryCase-id in: path description: The unique identifier of ediscoveryCase required: true schema: type: string x-ms-docs-key-type: ediscoveryCase - name: ediscoverySearch-id in: path description: The unique identifier of ediscoverySearch required: true schema: type: string x-ms-docs-key-type: ediscoverySearch - name: ediscoveryNoncustodialDataSource-id in: path description: The unique identifier of ediscoveryNoncustodialDataSource required: true schema: type: string x-ms-docs-key-type: ediscoveryNoncustodialDataSource '/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources/$count': description: Provides operations to count the resources in the collection. get: tags: - security.casesRoot summary: Get the number of the resource operationId: security.cases.ediscoveryCases.searches.noncustodialSources.GetCount-14fa parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: ediscoveryCase-id in: path description: The unique identifier of ediscoveryCase required: true schema: type: string x-ms-docs-key-type: ediscoveryCase - name: ediscoverySearch-id in: path description: The unique identifier of ediscoverySearch required: true schema: type: string x-ms-docs-key-type: ediscoverySearch '/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/$count': description: Provides operations to count the resources in the collection. get: tags: - security.casesRoot summary: Get the number of the resource operationId: security.cases.ediscoveryCases.searches.GetCount-87f1 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: ediscoveryCase-id in: path description: The unique identifier of ediscoveryCase required: true schema: type: string x-ms-docs-key-type: ediscoveryCase '/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings': description: Provides operations to manage the settings property of the microsoft.graph.security.ediscoveryCase entity. get: tags: - security.casesRoot summary: Get ediscoveryCaseSettings description: Read the properties and relationships of an ediscoveryCaseSettings object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-ediscoverycasesettings-get?view=graph-rest-1.0 operationId: security.cases.ediscoveryCases.GetSettings parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.ediscoveryCaseSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - security.casesRoot summary: Update ediscoveryCaseSettings description: Update the properties of an ediscoveryCaseSettings object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-ediscoverycasesettings-update?view=graph-rest-1.0 operationId: security.cases.ediscoveryCases.UpdateSettings requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.ediscoveryCaseSettings' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.ediscoveryCaseSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - security.casesRoot summary: Delete navigation property settings for security operationId: security.cases.ediscoveryCases.DeleteSettings parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: ediscoveryCase-id in: path description: The unique identifier of ediscoveryCase required: true schema: type: string x-ms-docs-key-type: ediscoveryCase '/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings/microsoft.graph.security.resetToDefault': description: Provides operations to call the resetToDefault method. post: tags: - security.Actions summary: Invoke action resetToDefault description: Reset a caseSettings object to the default values. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-ediscoverycasesettings-resettodefault?view=graph-rest-1.0 operationId: security.cases.ediscoveryCases.ediscoveryCase.settings.resetToDefault responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: ediscoveryCase-id in: path description: The unique identifier of ediscoveryCase required: true schema: type: string x-ms-docs-key-type: ediscoveryCase '/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags': description: Provides operations to manage the tags property of the microsoft.graph.security.ediscoveryCase entity. get: tags: - security.casesRoot summary: List tags description: Get a list of eDiscoveryReviewTag objects and their properties. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-ediscoverycase-list-tags?view=graph-rest-1.0 operationId: security.cases.ediscoveryCases.ListTags parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.security.ediscoveryReviewTagCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - security.casesRoot summary: Create tags description: Create a new ediscoveryReviewTag object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-ediscoverycase-post-tags?view=graph-rest-1.0 operationId: security.cases.ediscoveryCases.CreateTags requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.ediscoveryReviewTag' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.ediscoveryReviewTag' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: ediscoveryCase-id in: path description: The unique identifier of ediscoveryCase required: true schema: type: string x-ms-docs-key-type: ediscoveryCase '/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}': description: Provides operations to manage the tags property of the microsoft.graph.security.ediscoveryCase entity. get: tags: - security.casesRoot summary: Get ediscoveryReviewTag description: Read the properties and relationships of an ediscoveryReviewTag object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-ediscoveryreviewtag-get?view=graph-rest-1.0 operationId: security.cases.ediscoveryCases.GetTags parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.ediscoveryReviewTag' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - security.casesRoot summary: Update ediscoveryReviewTag description: Update the properties of an ediscoveryReviewTag object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-ediscoveryreviewtag-update?view=graph-rest-1.0 operationId: security.cases.ediscoveryCases.UpdateTags requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.ediscoveryReviewTag' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.ediscoveryReviewTag' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - security.casesRoot summary: Remove ediscoveryReviewTag description: Remove an ediscoveryReviewTag object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-ediscoverycase-delete-tags?view=graph-rest-1.0 operationId: security.cases.ediscoveryCases.DeleteTags parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: ediscoveryCase-id in: path description: The unique identifier of ediscoveryCase required: true schema: type: string x-ms-docs-key-type: ediscoveryCase - name: ediscoveryReviewTag-id in: path description: The unique identifier of ediscoveryReviewTag required: true schema: type: string x-ms-docs-key-type: ediscoveryReviewTag '/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags': description: Provides operations to manage the childTags property of the microsoft.graph.security.ediscoveryReviewTag entity. get: tags: - security.casesRoot summary: Get childTags from security description: Returns the tags that are a child of a tag. operationId: security.cases.ediscoveryCases.tags.ListChildTags parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.security.ediscoveryReviewTagCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: ediscoveryCase-id in: path description: The unique identifier of ediscoveryCase required: true schema: type: string x-ms-docs-key-type: ediscoveryCase - name: ediscoveryReviewTag-id in: path description: The unique identifier of ediscoveryReviewTag required: true schema: type: string x-ms-docs-key-type: ediscoveryReviewTag '/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags/{ediscoveryReviewTag-id1}': description: Provides operations to manage the childTags property of the microsoft.graph.security.ediscoveryReviewTag entity. get: tags: - security.casesRoot summary: Get childTags from security description: Returns the tags that are a child of a tag. operationId: security.cases.ediscoveryCases.tags.GetChildTags parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.ediscoveryReviewTag' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: ediscoveryCase-id in: path description: The unique identifier of ediscoveryCase required: true schema: type: string x-ms-docs-key-type: ediscoveryCase - name: ediscoveryReviewTag-id in: path description: The unique identifier of ediscoveryReviewTag required: true schema: type: string x-ms-docs-key-type: ediscoveryReviewTag - name: ediscoveryReviewTag-id1 in: path description: The unique identifier of ediscoveryReviewTag required: true schema: type: string x-ms-docs-key-type: ediscoveryReviewTag '/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags/$count': description: Provides operations to count the resources in the collection. get: tags: - security.casesRoot summary: Get the number of the resource operationId: security.cases.ediscoveryCases.tags.childTags.GetCount-5afe parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: ediscoveryCase-id in: path description: The unique identifier of ediscoveryCase required: true schema: type: string x-ms-docs-key-type: ediscoveryCase - name: ediscoveryReviewTag-id in: path description: The unique identifier of ediscoveryReviewTag required: true schema: type: string x-ms-docs-key-type: ediscoveryReviewTag '/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/parent': description: Provides operations to manage the parent property of the microsoft.graph.security.ediscoveryReviewTag entity. get: tags: - security.casesRoot summary: Get parent from security description: Returns the parent tag of the specified tag. operationId: security.cases.ediscoveryCases.tags.GetParent parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.ediscoveryReviewTag' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: ediscoveryCase-id in: path description: The unique identifier of ediscoveryCase required: true schema: type: string x-ms-docs-key-type: ediscoveryCase - name: ediscoveryReviewTag-id in: path description: The unique identifier of ediscoveryReviewTag required: true schema: type: string x-ms-docs-key-type: ediscoveryReviewTag '/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/$count': description: Provides operations to count the resources in the collection. get: tags: - security.casesRoot summary: Get the number of the resource operationId: security.cases.ediscoveryCases.tags.GetCount-a3cc parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: ediscoveryCase-id in: path description: The unique identifier of ediscoveryCase required: true schema: type: string x-ms-docs-key-type: ediscoveryCase '/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/microsoft.graph.security.asHierarchy()': description: Provides operations to call the asHierarchy method. get: tags: - security.Functions summary: Invoke function asHierarchy description: List eDiscovery review tags with the tag hierarchy shown. operationId: security.cases.ediscoveryCases.ediscoveryCase.tags.asHierarchy parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of ediscoveryReviewTag type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.security.ediscoveryReviewTag' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: ediscoveryCase-id in: path description: The unique identifier of ediscoveryCase required: true schema: type: string x-ms-docs-key-type: ediscoveryCase /security/cases/ediscoveryCases/$count: description: Provides operations to count the resources in the collection. get: tags: - security.casesRoot summary: Get the number of the resource operationId: security.cases.ediscoveryCases.GetCount-3b6b parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /security/identities: description: Provides operations to manage the identities property of the microsoft.graph.security entity. get: tags: - security.identityContainer summary: Get identities from security operationId: security.GetIdentities parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.identityContainer' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - security.identityContainer summary: Update the navigation property identities in security operationId: security.UpdateIdentities requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.identityContainer' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.identityContainer' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - security.identityContainer summary: Delete navigation property identities for security operationId: security.DeleteIdentities parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /security/identities/healthIssues: description: Provides operations to manage the healthIssues property of the microsoft.graph.security.identityContainer entity. get: tags: - security.identityContainer summary: Get healthIssues from security operationId: security.identities.ListHealthIssues parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.security.healthIssueCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - security.identityContainer summary: Create new navigation property to healthIssues for security operationId: security.identities.CreateHealthIssues requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.healthIssue' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.healthIssue' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/security/identities/healthIssues/{healthIssue-id}': description: Provides operations to manage the healthIssues property of the microsoft.graph.security.identityContainer entity. get: tags: - security.identityContainer summary: Get healthIssues from security operationId: security.identities.GetHealthIssues parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.healthIssue' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - security.identityContainer summary: Update the navigation property healthIssues in security operationId: security.identities.UpdateHealthIssues requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.healthIssue' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.healthIssue' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - security.identityContainer summary: Delete navigation property healthIssues for security operationId: security.identities.DeleteHealthIssues parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: healthIssue-id in: path description: The unique identifier of healthIssue required: true schema: type: string x-ms-docs-key-type: healthIssue /security/identities/healthIssues/$count: description: Provides operations to count the resources in the collection. get: tags: - security.identityContainer summary: Get the number of the resource operationId: security.identities.healthIssues.GetCount-f9af parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /security/incidents: description: Provides operations to manage the incidents property of the microsoft.graph.security entity. get: tags: - security.incident summary: List incidents description: 'Get a list of incident objects that Microsoft 365 Defender created to track attacks in an organization. Attacks are typically inflicted on different types of entities, such as devices, users, and mailboxes, resulting in multiple alert objects. Microsoft 365 Defender correlates alerts with the same attack techniques or the same attacker into an incident. This operation allows you to filter and sort through incidents to create an informed cyber security response. It exposes a collection of incidents that were flagged in your network, within the time range you specified in your environment retention policy. The most recent incidents are displayed at the top of the list.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-list-incidents?view=graph-rest-1.0 operationId: security.ListIncidents parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.security.incidentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - security.incident summary: Create new navigation property to incidents for security operationId: security.CreateIncidents requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.incident' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.incident' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/security/incidents/{incident-id}': description: Provides operations to manage the incidents property of the microsoft.graph.security entity. get: tags: - security.incident summary: Get incident description: 'Retrieve the properties and relationships of an incident object. Attacks are typically inflicted on different types of entities, such as devices, users, and mailboxes, resulting in multiple alert objects. Microsoft 365 Defender correlates alerts with the same attack techniques or the same attacker into an incident.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-incident-get?view=graph-rest-1.0 operationId: security.GetIncidents parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.incident' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - security.incident summary: Update incident description: Update the properties of an incident object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-incident-update?view=graph-rest-1.0 operationId: security.UpdateIncidents requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.incident' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.incident' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - security.incident summary: Delete navigation property incidents for security operationId: security.DeleteIncidents parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: incident-id in: path description: The unique identifier of incident required: true schema: type: string x-ms-docs-key-type: incident '/security/incidents/{incident-id}/alerts': description: Provides operations to manage the alerts property of the microsoft.graph.security.incident entity. get: tags: - security.incident summary: Get alerts from security description: The list of related alerts. Supports $expand. operationId: security.incidents.ListAlerts parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.security.alertCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: incident-id in: path description: The unique identifier of incident required: true schema: type: string x-ms-docs-key-type: incident '/security/incidents/{incident-id}/alerts/{alert-id}': description: Provides operations to manage the alerts property of the microsoft.graph.security.incident entity. get: tags: - security.incident summary: Get alerts from security description: The list of related alerts. Supports $expand. operationId: security.incidents.GetAlerts parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.alert' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: incident-id in: path description: The unique identifier of incident required: true schema: type: string x-ms-docs-key-type: incident - name: alert-id in: path description: The unique identifier of alert required: true schema: type: string x-ms-docs-key-type: alert '/security/incidents/{incident-id}/alerts/{alert-id}/comments': post: tags: - security.incident summary: Sets a new value for the collection of alertComment. operationId: security.incidents.alerts.SetComments parameters: - name: If-Match in: header description: ETag schema: type: string requestBody: description: New property values content: application/json: schema: type: array items: $ref: '#/components/schemas/microsoft.graph.security.alertComment' required: true responses: 2XX: description: Success content: application/json: schema: type: array items: $ref: '#/components/schemas/microsoft.graph.security.alertComment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: incident-id in: path description: The unique identifier of incident required: true schema: type: string x-ms-docs-key-type: incident - name: alert-id in: path description: The unique identifier of alert required: true schema: type: string x-ms-docs-key-type: alert '/security/incidents/{incident-id}/alerts/{alert-id}/comments/$count': description: Provides operations to count the resources in the collection. get: tags: - security.incident summary: Get the number of the resource operationId: security.incidents.alerts.Comments.GetCount-ee8f parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: incident-id in: path description: The unique identifier of incident required: true schema: type: string x-ms-docs-key-type: incident - name: alert-id in: path description: The unique identifier of alert required: true schema: type: string x-ms-docs-key-type: alert '/security/incidents/{incident-id}/alerts/$count': description: Provides operations to count the resources in the collection. get: tags: - security.incident summary: Get the number of the resource operationId: security.incidents.alerts.GetCount-d6ba parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: incident-id in: path description: The unique identifier of incident required: true schema: type: string x-ms-docs-key-type: incident /security/incidents/$count: description: Provides operations to count the resources in the collection. get: tags: - security.incident summary: Get the number of the resource operationId: security.incidents.GetCount-9725 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /security/labels: description: Provides operations to manage the labels property of the microsoft.graph.security entity. get: tags: - security.labelsRoot summary: Get labels from security operationId: security.GetLabels parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.labelsRoot' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - security.labelsRoot summary: Update the navigation property labels in security operationId: security.UpdateLabels requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.labelsRoot' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.labelsRoot' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - security.labelsRoot summary: Delete navigation property labels for security operationId: security.DeleteLabels parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /security/labels/authorities: description: Provides operations to manage the authorities property of the microsoft.graph.security.labelsRoot entity. get: tags: - security.labelsRoot summary: List authorityTemplates description: Get a list of the authorityTemplate objects and their properties. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-labelsroot-list-authorities?view=graph-rest-1.0 operationId: security.labels.ListAuthorities parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.security.authorityTemplateCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - security.labelsRoot summary: Create authorityTemplate description: Create a new authorityTemplate object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-labelsroot-post-authorities?view=graph-rest-1.0 operationId: security.labels.CreateAuthorities requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.authorityTemplate' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.authorityTemplate' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/security/labels/authorities/{authorityTemplate-id}': description: Provides operations to manage the authorities property of the microsoft.graph.security.labelsRoot entity. get: tags: - security.labelsRoot summary: Get authorityTemplate description: Read the properties and relationships of a authorityTemplate object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-authoritytemplate-get?view=graph-rest-1.0 operationId: security.labels.GetAuthorities parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.authorityTemplate' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - security.labelsRoot summary: Update the navigation property authorities in security operationId: security.labels.UpdateAuthorities requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.authorityTemplate' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.authorityTemplate' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - security.labelsRoot summary: Delete authorityTemplate description: Delete a authorityTemplate object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-labelsroot-delete-authorities?view=graph-rest-1.0 operationId: security.labels.DeleteAuthorities parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: authorityTemplate-id in: path description: The unique identifier of authorityTemplate required: true schema: type: string x-ms-docs-key-type: authorityTemplate /security/labels/authorities/$count: description: Provides operations to count the resources in the collection. get: tags: - security.labelsRoot summary: Get the number of the resource operationId: security.labels.authorities.GetCount-ecc0 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /security/labels/categories: description: Provides operations to manage the categories property of the microsoft.graph.security.labelsRoot entity. get: tags: - security.labelsRoot summary: List categoryTemplates description: Get a list of the categoryTemplate objects and their properties. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-labelsroot-list-categories?view=graph-rest-1.0 operationId: security.labels.ListCategories parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.security.categoryTemplateCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - security.labelsRoot summary: Create categoryTemplate description: Create a new categoryTemplate object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-labelsroot-post-categories?view=graph-rest-1.0 operationId: security.labels.CreateCategories requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.categoryTemplate' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.categoryTemplate' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/security/labels/categories/{categoryTemplate-id}': description: Provides operations to manage the categories property of the microsoft.graph.security.labelsRoot entity. get: tags: - security.labelsRoot summary: Get categoryTemplate description: Read the properties and relationships of a categoryTemplate object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-categorytemplate-get?view=graph-rest-1.0 operationId: security.labels.GetCategories parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.categoryTemplate' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - security.labelsRoot summary: Update the navigation property categories in security operationId: security.labels.UpdateCategories requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.categoryTemplate' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.categoryTemplate' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - security.labelsRoot summary: Delete categoryTemplate description: Delete a categoryTemplate object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-labelsroot-delete-categories?view=graph-rest-1.0 operationId: security.labels.DeleteCategories parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: categoryTemplate-id in: path description: The unique identifier of categoryTemplate required: true schema: type: string x-ms-docs-key-type: categoryTemplate '/security/labels/categories/{categoryTemplate-id}/subcategories': description: Provides operations to manage the subcategories property of the microsoft.graph.security.categoryTemplate entity. get: tags: - security.labelsRoot summary: List subcategories description: Get a list of subcategories subcategoryTemplate associated with a category template. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-categorytemplate-list-subcategories?view=graph-rest-1.0 operationId: security.labels.categories.ListSubcategories parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.security.subcategoryTemplateCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - security.labelsRoot summary: Create subcategoryTemplate description: Create a new subcategoryTemplate object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-categorytemplate-post-subcategories?view=graph-rest-1.0 operationId: security.labels.categories.CreateSubcategories requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.subcategoryTemplate' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.subcategoryTemplate' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: categoryTemplate-id in: path description: The unique identifier of categoryTemplate required: true schema: type: string x-ms-docs-key-type: categoryTemplate '/security/labels/categories/{categoryTemplate-id}/subcategories/{subcategoryTemplate-id}': description: Provides operations to manage the subcategories property of the microsoft.graph.security.categoryTemplate entity. get: tags: - security.labelsRoot summary: Get subcategoryTemplate description: Read the properties and relationships of a subcategoryTemplate object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-subcategorytemplate-get?view=graph-rest-1.0 operationId: security.labels.categories.GetSubcategories parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.subcategoryTemplate' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - security.labelsRoot summary: Update the navigation property subcategories in security operationId: security.labels.categories.UpdateSubcategories requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.subcategoryTemplate' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.subcategoryTemplate' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - security.labelsRoot summary: Delete navigation property subcategories for security operationId: security.labels.categories.DeleteSubcategories parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: categoryTemplate-id in: path description: The unique identifier of categoryTemplate required: true schema: type: string x-ms-docs-key-type: categoryTemplate - name: subcategoryTemplate-id in: path description: The unique identifier of subcategoryTemplate required: true schema: type: string x-ms-docs-key-type: subcategoryTemplate '/security/labels/categories/{categoryTemplate-id}/subcategories/$count': description: Provides operations to count the resources in the collection. get: tags: - security.labelsRoot summary: Get the number of the resource operationId: security.labels.categories.subcategories.GetCount-ec6d parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: categoryTemplate-id in: path description: The unique identifier of categoryTemplate required: true schema: type: string x-ms-docs-key-type: categoryTemplate /security/labels/categories/$count: description: Provides operations to count the resources in the collection. get: tags: - security.labelsRoot summary: Get the number of the resource operationId: security.labels.categories.GetCount-908b parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /security/labels/citations: description: Provides operations to manage the citations property of the microsoft.graph.security.labelsRoot entity. get: tags: - security.labelsRoot summary: List citationTemplates description: Get a list of the citationTemplate objects and their properties. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-labelsroot-list-citations?view=graph-rest-1.0 operationId: security.labels.ListCitations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.security.citationTemplateCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - security.labelsRoot summary: Create citationTemplate description: Create a new citationTemplate object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-labelsroot-post-citations?view=graph-rest-1.0 operationId: security.labels.CreateCitations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.citationTemplate' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.citationTemplate' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/security/labels/citations/{citationTemplate-id}': description: Provides operations to manage the citations property of the microsoft.graph.security.labelsRoot entity. get: tags: - security.labelsRoot summary: Get citationTemplate description: Read the properties and relationships of a citationTemplate object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-citationtemplate-get?view=graph-rest-1.0 operationId: security.labels.GetCitations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.citationTemplate' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - security.labelsRoot summary: Update the navigation property citations in security operationId: security.labels.UpdateCitations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.citationTemplate' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.citationTemplate' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - security.labelsRoot summary: Delete citationTemplate description: Delete a citationTemplate object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-labelsroot-delete-citations?view=graph-rest-1.0 operationId: security.labels.DeleteCitations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: citationTemplate-id in: path description: The unique identifier of citationTemplate required: true schema: type: string x-ms-docs-key-type: citationTemplate /security/labels/citations/$count: description: Provides operations to count the resources in the collection. get: tags: - security.labelsRoot summary: Get the number of the resource operationId: security.labels.citations.GetCount-15c2 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /security/labels/departments: description: Provides operations to manage the departments property of the microsoft.graph.security.labelsRoot entity. get: tags: - security.labelsRoot summary: List departmentTemplates description: Get a list of the departmentTemplate objects and their properties. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-labelsroot-list-departments?view=graph-rest-1.0 operationId: security.labels.ListDepartments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.security.departmentTemplateCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - security.labelsRoot summary: Create departmentTemplate description: Create a new departmentTemplate object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-labelsroot-post-departments?view=graph-rest-1.0 operationId: security.labels.CreateDepartments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.departmentTemplate' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.departmentTemplate' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/security/labels/departments/{departmentTemplate-id}': description: Provides operations to manage the departments property of the microsoft.graph.security.labelsRoot entity. get: tags: - security.labelsRoot summary: Get departmentTemplate description: Read the properties and relationships of a departmentTemplate object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-departmenttemplate-get?view=graph-rest-1.0 operationId: security.labels.GetDepartments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.departmentTemplate' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - security.labelsRoot summary: Update the navigation property departments in security operationId: security.labels.UpdateDepartments requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.departmentTemplate' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.departmentTemplate' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - security.labelsRoot summary: Delete departmentTemplate description: Delete a departmentTemplate object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-labelsroot-delete-departments?view=graph-rest-1.0 operationId: security.labels.DeleteDepartments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: departmentTemplate-id in: path description: The unique identifier of departmentTemplate required: true schema: type: string x-ms-docs-key-type: departmentTemplate /security/labels/departments/$count: description: Provides operations to count the resources in the collection. get: tags: - security.labelsRoot summary: Get the number of the resource operationId: security.labels.departments.GetCount-b983 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /security/labels/filePlanReferences: description: Provides operations to manage the filePlanReferences property of the microsoft.graph.security.labelsRoot entity. get: tags: - security.labelsRoot summary: List filePlanReferenceTemplates description: Get a list of the filePlanReferenceTemplate objects and their properties. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-labelsroot-list-fileplanreferences?view=graph-rest-1.0 operationId: security.labels.ListFilePlanReferences parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.security.filePlanReferenceTemplateCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - security.labelsRoot summary: Create filePlanReferenceTemplate description: Create a new filePlanReferenceTemplate object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-labelsroot-post-fileplanreferences?view=graph-rest-1.0 operationId: security.labels.CreateFilePlanReferences requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.filePlanReferenceTemplate' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.filePlanReferenceTemplate' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/security/labels/filePlanReferences/{filePlanReferenceTemplate-id}': description: Provides operations to manage the filePlanReferences property of the microsoft.graph.security.labelsRoot entity. get: tags: - security.labelsRoot summary: Get filePlanReferenceTemplate description: Read the properties and relationships of a filePlanReferenceTemplate object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-fileplanreferencetemplate-get?view=graph-rest-1.0 operationId: security.labels.GetFilePlanReferences parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.filePlanReferenceTemplate' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - security.labelsRoot summary: Update the navigation property filePlanReferences in security operationId: security.labels.UpdateFilePlanReferences requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.filePlanReferenceTemplate' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.filePlanReferenceTemplate' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - security.labelsRoot summary: Delete filePlanReferenceTemplate description: Delete a filePlanReferenceTemplate object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-labelsroot-delete-fileplanreferences?view=graph-rest-1.0 operationId: security.labels.DeleteFilePlanReferences parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: filePlanReferenceTemplate-id in: path description: The unique identifier of filePlanReferenceTemplate required: true schema: type: string x-ms-docs-key-type: filePlanReferenceTemplate /security/labels/filePlanReferences/$count: description: Provides operations to count the resources in the collection. get: tags: - security.labelsRoot summary: Get the number of the resource operationId: security.labels.filePlanReferences.GetCount-3c22 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /security/labels/retentionLabels: description: Provides operations to manage the retentionLabels property of the microsoft.graph.security.labelsRoot entity. get: tags: - security.labelsRoot summary: List retentionLabels description: Get a list of the retentionLabel objects and their properties. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-labelsroot-list-retentionlabel?view=graph-rest-1.0 operationId: security.labels.ListRetentionLabels parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.security.retentionLabelCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - security.labelsRoot summary: Create retentionLabel description: 'Create a new retentionLabel object. To create a disposition review stage, include the actionAfterRetentionPeriod property in the request body with one of the possible values specified.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-labelsroot-post-retentionlabel?view=graph-rest-1.0 operationId: security.labels.CreateRetentionLabels requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.retentionLabel' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.retentionLabel' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/security/labels/retentionLabels/{retentionLabel-id}': description: Provides operations to manage the retentionLabels property of the microsoft.graph.security.labelsRoot entity. get: tags: - security.labelsRoot summary: Get retentionLabels from security description: 'Represents how customers can manage their data, whether and for how long to retain or delete it.' operationId: security.labels.GetRetentionLabels parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.retentionLabel' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - security.labelsRoot summary: Update retentionLabel description: 'Update the properties of a retentionLabel object. To update a disposition review stage, include the actionAfterRetentionPeriod property in the request body with one of the possible values specified.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-retentionlabel-update?view=graph-rest-1.0 operationId: security.labels.UpdateRetentionLabels requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.retentionLabel' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.retentionLabel' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - security.labelsRoot summary: Delete retentionLabel description: Delete a retentionLabel object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-retentionlabel-delete?view=graph-rest-1.0 operationId: security.labels.DeleteRetentionLabels parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: retentionLabel-id in: path description: The unique identifier of retentionLabel required: true schema: type: string x-ms-docs-key-type: retentionLabel '/security/labels/retentionLabels/{retentionLabel-id}/descriptors': description: Provides operations to manage the descriptors property of the microsoft.graph.security.retentionLabel entity. get: tags: - security.labelsRoot summary: Get descriptors from security description: Represents out-of-the-box values that provide more options to improve the manageability and organization of the content you need to label. operationId: security.labels.retentionLabels.GetDescriptors parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.filePlanDescriptor' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - security.labelsRoot summary: Update the navigation property descriptors in security operationId: security.labels.retentionLabels.UpdateDescriptors requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.filePlanDescriptor' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.filePlanDescriptor' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - security.labelsRoot summary: Delete navigation property descriptors for security operationId: security.labels.retentionLabels.DeleteDescriptors parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: retentionLabel-id in: path description: The unique identifier of retentionLabel required: true schema: type: string x-ms-docs-key-type: retentionLabel '/security/labels/retentionLabels/{retentionLabel-id}/descriptors/authorityTemplate': description: Provides operations to manage the authorityTemplate property of the microsoft.graph.security.filePlanDescriptor entity. get: tags: - security.labelsRoot summary: Get authorityTemplate from security description: Specifies the underlying authority that describes the type of content to be retained and its retention schedule. operationId: security.labels.retentionLabels.descriptors.GetAuthorityTemplate parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.authorityTemplate' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: retentionLabel-id in: path description: The unique identifier of retentionLabel required: true schema: type: string x-ms-docs-key-type: retentionLabel '/security/labels/retentionLabels/{retentionLabel-id}/descriptors/categoryTemplate': description: Provides operations to manage the categoryTemplate property of the microsoft.graph.security.filePlanDescriptor entity. get: tags: - security.labelsRoot summary: Get categoryTemplate from security description: Specifies a group of similar types of content in a particular department. operationId: security.labels.retentionLabels.descriptors.GetCategoryTemplate parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.categoryTemplate' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: retentionLabel-id in: path description: The unique identifier of retentionLabel required: true schema: type: string x-ms-docs-key-type: retentionLabel '/security/labels/retentionLabels/{retentionLabel-id}/descriptors/citationTemplate': description: Provides operations to manage the citationTemplate property of the microsoft.graph.security.filePlanDescriptor entity. get: tags: - security.labelsRoot summary: Get citationTemplate from security description: The specific rule or regulation created by a jurisdiction used to determine whether certain labels and content should be retained or deleted. operationId: security.labels.retentionLabels.descriptors.GetCitationTemplate parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.citationTemplate' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: retentionLabel-id in: path description: The unique identifier of retentionLabel required: true schema: type: string x-ms-docs-key-type: retentionLabel '/security/labels/retentionLabels/{retentionLabel-id}/descriptors/departmentTemplate': description: Provides operations to manage the departmentTemplate property of the microsoft.graph.security.filePlanDescriptor entity. get: tags: - security.labelsRoot summary: Get departmentTemplate from security description: Specifies the department or business unit of an organization to which a label belongs. operationId: security.labels.retentionLabels.descriptors.GetDepartmentTemplate parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.departmentTemplate' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: retentionLabel-id in: path description: The unique identifier of retentionLabel required: true schema: type: string x-ms-docs-key-type: retentionLabel '/security/labels/retentionLabels/{retentionLabel-id}/descriptors/filePlanReferenceTemplate': description: Provides operations to manage the filePlanReferenceTemplate property of the microsoft.graph.security.filePlanDescriptor entity. get: tags: - security.labelsRoot summary: Get filePlanReferenceTemplate from security description: Specifies a unique alpha-numeric identifier for an organization’s retention schedule. operationId: security.labels.retentionLabels.descriptors.GetFilePlanReferenceTemplate parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.filePlanReferenceTemplate' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: retentionLabel-id in: path description: The unique identifier of retentionLabel required: true schema: type: string x-ms-docs-key-type: retentionLabel '/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages': description: Provides operations to manage the dispositionReviewStages property of the microsoft.graph.security.retentionLabel entity. get: tags: - security.labelsRoot summary: Get dispositionReviewStages from security description: 'When action at the end of retention is chosen as ''dispositionReview'', dispositionReviewStages specifies a sequential set of stages with at least one reviewer in each stage.' operationId: security.labels.retentionLabels.ListDispositionReviewStages parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.security.dispositionReviewStageCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - security.labelsRoot summary: Create new navigation property to dispositionReviewStages for security operationId: security.labels.retentionLabels.CreateDispositionReviewStages requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.dispositionReviewStage' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.dispositionReviewStage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: retentionLabel-id in: path description: The unique identifier of retentionLabel required: true schema: type: string x-ms-docs-key-type: retentionLabel '/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-stageNumber}': description: Provides operations to manage the dispositionReviewStages property of the microsoft.graph.security.retentionLabel entity. get: tags: - security.labelsRoot summary: Get dispositionReviewStages from security description: 'When action at the end of retention is chosen as ''dispositionReview'', dispositionReviewStages specifies a sequential set of stages with at least one reviewer in each stage.' operationId: security.labels.retentionLabels.GetDispositionReviewStages parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.dispositionReviewStage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - security.labelsRoot summary: Update the navigation property dispositionReviewStages in security operationId: security.labels.retentionLabels.UpdateDispositionReviewStages requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.dispositionReviewStage' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.dispositionReviewStage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - security.labelsRoot summary: Delete navigation property dispositionReviewStages for security operationId: security.labels.retentionLabels.DeleteDispositionReviewStages parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: retentionLabel-id in: path description: The unique identifier of retentionLabel required: true schema: type: string x-ms-docs-key-type: retentionLabel - name: dispositionReviewStage-stageNumber in: path description: The unique identifier of dispositionReviewStage required: true schema: type: string x-ms-docs-key-type: dispositionReviewStage '/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/$count': description: Provides operations to count the resources in the collection. get: tags: - security.labelsRoot summary: Get the number of the resource operationId: security.labels.retentionLabels.dispositionReviewStages.GetCount-48b2 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: retentionLabel-id in: path description: The unique identifier of retentionLabel required: true schema: type: string x-ms-docs-key-type: retentionLabel '/security/labels/retentionLabels/{retentionLabel-id}/retentionEventType': description: Provides operations to manage the retentionEventType property of the microsoft.graph.security.retentionLabel entity. get: tags: - security.labelsRoot summary: Get retentionEventType from security description: Represents the type associated with a retention event. operationId: security.labels.retentionLabels.GetRetentionEventType parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.retentionEventType' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: retentionLabel-id in: path description: The unique identifier of retentionLabel required: true schema: type: string x-ms-docs-key-type: retentionLabel /security/labels/retentionLabels/$count: description: Provides operations to count the resources in the collection. get: tags: - security.labelsRoot summary: Get the number of the resource operationId: security.labels.retentionLabels.GetCount-3249 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /security/microsoft.graph.security.runHuntingQuery: description: Provides operations to call the runHuntingQuery method. post: tags: - security.Actions summary: Invoke action runHuntingQuery description: 'Queries a specified set of event, activity, or entity data supported by Microsoft 365 Defender to proactively look for specific threats in your environment. This method is for advanced hunting in Microsoft 365 Defender. This method includes a query in Kusto Query Language (KQL). It specifies a data table in the advanced hunting schema and a piped sequence of operators to filter or search that data, and format the query output in specific ways. Find out more about hunting for threats across devices, emails, apps, and identities. Learn about KQL. For information on using advanced hunting in the Microsoft 365 Defender portal, see Proactively hunt for threats with advanced hunting in Microsoft 365 Defender.' operationId: security.runHuntingQuery requestBody: description: Action parameters content: application/json: schema: type: object properties: query: type: string nullable: true timespan: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.security.huntingQueryResults' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action /security/secureScoreControlProfiles: description: Provides operations to manage the secureScoreControlProfiles property of the microsoft.graph.security entity. get: tags: - security.secureScoreControlProfile summary: List secureScoreControlProfiles description: Retrieve the properties and relationships of a secureScoreControlProfiles object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-list-securescorecontrolprofiles?view=graph-rest-1.0 operationId: security.ListSecureScoreControlProfiles parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.secureScoreControlProfileCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - security.secureScoreControlProfile summary: Create new navigation property to secureScoreControlProfiles for security operationId: security.CreateSecureScoreControlProfiles requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.secureScoreControlProfile' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.secureScoreControlProfile' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/security/secureScoreControlProfiles/{secureScoreControlProfile-id}': description: Provides operations to manage the secureScoreControlProfiles property of the microsoft.graph.security entity. get: tags: - security.secureScoreControlProfile summary: Get secureScoreControlProfile description: Retrieve the properties and relationships of an securescorecontrolprofile object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/securescorecontrolprofile-get?view=graph-rest-1.0 operationId: security.GetSecureScoreControlProfiles parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.secureScoreControlProfile' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - security.secureScoreControlProfile summary: Update secureScoreControlProfile description: 'Update an editable secureScoreControlProfile object within any integrated solution to change various properties, such as assignedTo or tenantNote.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/securescorecontrolprofile-update?view=graph-rest-1.0 operationId: security.UpdateSecureScoreControlProfiles requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.secureScoreControlProfile' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.secureScoreControlProfile' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - security.secureScoreControlProfile summary: Delete navigation property secureScoreControlProfiles for security operationId: security.DeleteSecureScoreControlProfiles parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: secureScoreControlProfile-id in: path description: The unique identifier of secureScoreControlProfile required: true schema: type: string x-ms-docs-key-type: secureScoreControlProfile /security/secureScoreControlProfiles/$count: description: Provides operations to count the resources in the collection. get: tags: - security.secureScoreControlProfile summary: Get the number of the resource operationId: security.secureScoreControlProfiles.GetCount-05f1 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /security/secureScores: description: Provides operations to manage the secureScores property of the microsoft.graph.security entity. get: tags: - security.secureScore summary: List secureScores description: Retrieve a list of secureScore objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-list-securescores?view=graph-rest-1.0 operationId: security.ListSecureScores parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.secureScoreCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - security.secureScore summary: Create new navigation property to secureScores for security operationId: security.CreateSecureScores requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.secureScore' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.secureScore' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/security/secureScores/{secureScore-id}': description: Provides operations to manage the secureScores property of the microsoft.graph.security entity. get: tags: - security.secureScore summary: Get secureScore description: Retrieve the properties and relationships of a secureScore object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/securescore-get?view=graph-rest-1.0 operationId: security.GetSecureScores parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.secureScore' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - security.secureScore summary: Update the navigation property secureScores in security operationId: security.UpdateSecureScores requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.secureScore' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.secureScore' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - security.secureScore summary: Delete navigation property secureScores for security operationId: security.DeleteSecureScores parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: secureScore-id in: path description: The unique identifier of secureScore required: true schema: type: string x-ms-docs-key-type: secureScore /security/secureScores/$count: description: Provides operations to count the resources in the collection. get: tags: - security.secureScore summary: Get the number of the resource operationId: security.secureScores.GetCount-cb39 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /security/subjectRightsRequests: description: Provides operations to manage the subjectRightsRequests property of the microsoft.graph.security entity. get: tags: - security.subjectRightsRequest summary: Get subjectRightsRequests from security operationId: security.ListSubjectRightsRequests parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.subjectRightsRequestCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - security.subjectRightsRequest summary: Create new navigation property to subjectRightsRequests for security operationId: security.CreateSubjectRightsRequests requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.subjectRightsRequest' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.subjectRightsRequest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/security/subjectRightsRequests/{subjectRightsRequest-id}': description: Provides operations to manage the subjectRightsRequests property of the microsoft.graph.security entity. get: tags: - security.subjectRightsRequest summary: Get subjectRightsRequests from security operationId: security.GetSubjectRightsRequests parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.subjectRightsRequest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - security.subjectRightsRequest summary: Update the navigation property subjectRightsRequests in security operationId: security.UpdateSubjectRightsRequests requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.subjectRightsRequest' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.subjectRightsRequest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - security.subjectRightsRequest summary: Delete navigation property subjectRightsRequests for security operationId: security.DeleteSubjectRightsRequests parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: subjectRightsRequest-id in: path description: The unique identifier of subjectRightsRequest required: true schema: type: string x-ms-docs-key-type: subjectRightsRequest '/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers': description: Provides operations to manage the approvers property of the microsoft.graph.subjectRightsRequest entity. get: tags: - security.subjectRightsRequest summary: Get approvers from security description: Collection of users who can approve the request. Currently only supported for requests of type delete. operationId: security.subjectRightsRequests.ListApprovers parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.userCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: subjectRightsRequest-id in: path description: The unique identifier of subjectRightsRequest required: true schema: type: string x-ms-docs-key-type: subjectRightsRequest '/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}': description: Provides operations to manage the approvers property of the microsoft.graph.subjectRightsRequest entity. get: tags: - security.subjectRightsRequest summary: Get approvers from security description: Collection of users who can approve the request. Currently only supported for requests of type delete. operationId: security.subjectRightsRequests.GetApprovers parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: subjectRightsRequest-id in: path description: The unique identifier of subjectRightsRequest required: true schema: type: string x-ms-docs-key-type: subjectRightsRequest - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings': get: tags: - security.subjectRightsRequest summary: Get mailboxSettings property value description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' operationId: security.subjectRightsRequests.approvers.GetMailboxSettings parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' patch: tags: - security.subjectRightsRequest summary: Update property mailboxSettings value. operationId: security.subjectRightsRequests.approvers.UpdateMailboxSettings requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: subjectRightsRequest-id in: path description: The unique identifier of subjectRightsRequest required: true schema: type: string x-ms-docs-key-type: subjectRightsRequest - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors': get: tags: - security.subjectRightsRequest summary: Get serviceProvisioningErrors property value description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' operationId: security.subjectRightsRequests.approvers.ListServiceProvisioningErrors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: subjectRightsRequest-id in: path description: The unique identifier of subjectRightsRequest required: true schema: type: string x-ms-docs-key-type: subjectRightsRequest - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors/$count': description: Provides operations to count the resources in the collection. get: tags: - security.subjectRightsRequest summary: Get the number of the resource operationId: security.subjectRightsRequests.approvers.ServiceProvisioningErrors.GetCount-2135 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: subjectRightsRequest-id in: path description: The unique identifier of subjectRightsRequest required: true schema: type: string x-ms-docs-key-type: subjectRightsRequest - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/$count': description: Provides operations to count the resources in the collection. get: tags: - security.subjectRightsRequest summary: Get the number of the resource operationId: security.subjectRightsRequests.approvers.GetCount-2c51 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: subjectRightsRequest-id in: path description: The unique identifier of subjectRightsRequest required: true schema: type: string x-ms-docs-key-type: subjectRightsRequest '/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators': description: Provides operations to manage the collaborators property of the microsoft.graph.subjectRightsRequest entity. get: tags: - security.subjectRightsRequest summary: Get collaborators from security description: Collection of users who can collaborate on the request. operationId: security.subjectRightsRequests.ListCollaborators parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.userCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: subjectRightsRequest-id in: path description: The unique identifier of subjectRightsRequest required: true schema: type: string x-ms-docs-key-type: subjectRightsRequest '/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}': description: Provides operations to manage the collaborators property of the microsoft.graph.subjectRightsRequest entity. get: tags: - security.subjectRightsRequest summary: Get collaborators from security description: Collection of users who can collaborate on the request. operationId: security.subjectRightsRequests.GetCollaborators parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: subjectRightsRequest-id in: path description: The unique identifier of subjectRightsRequest required: true schema: type: string x-ms-docs-key-type: subjectRightsRequest - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings': get: tags: - security.subjectRightsRequest summary: Get mailboxSettings property value description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' operationId: security.subjectRightsRequests.collaborators.GetMailboxSettings parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' patch: tags: - security.subjectRightsRequest summary: Update property mailboxSettings value. operationId: security.subjectRightsRequests.collaborators.UpdateMailboxSettings requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: subjectRightsRequest-id in: path description: The unique identifier of subjectRightsRequest required: true schema: type: string x-ms-docs-key-type: subjectRightsRequest - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors': get: tags: - security.subjectRightsRequest summary: Get serviceProvisioningErrors property value description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' operationId: security.subjectRightsRequests.collaborators.ListServiceProvisioningErrors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: subjectRightsRequest-id in: path description: The unique identifier of subjectRightsRequest required: true schema: type: string x-ms-docs-key-type: subjectRightsRequest - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors/$count': description: Provides operations to count the resources in the collection. get: tags: - security.subjectRightsRequest summary: Get the number of the resource operationId: security.subjectRightsRequests.collaborators.ServiceProvisioningErrors.GetCount-9d67 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: subjectRightsRequest-id in: path description: The unique identifier of subjectRightsRequest required: true schema: type: string x-ms-docs-key-type: subjectRightsRequest - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/$count': description: Provides operations to count the resources in the collection. get: tags: - security.subjectRightsRequest summary: Get the number of the resource operationId: security.subjectRightsRequests.collaborators.GetCount-11c6 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: subjectRightsRequest-id in: path description: The unique identifier of subjectRightsRequest required: true schema: type: string x-ms-docs-key-type: subjectRightsRequest '/security/subjectRightsRequests/{subjectRightsRequest-id}/getFinalAttachment()': description: Provides operations to call the getFinalAttachment method. get: tags: - security.Functions summary: Invoke function getFinalAttachment description: Get the final attachment for a subject rights request. The attachment is a zip file that contains all the files that were included by the privacy administrator. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/subjectrightsrequest-getfinalattachment?view=graph-rest-1.0 operationId: security.subjectRightsRequests.subjectRightsRequest.getFinalAttachment responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: subjectRightsRequest-id in: path description: The unique identifier of subjectRightsRequest required: true schema: type: string x-ms-docs-key-type: subjectRightsRequest '/security/subjectRightsRequests/{subjectRightsRequest-id}/getFinalReport()': description: Provides operations to call the getFinalReport method. get: tags: - security.Functions summary: Invoke function getFinalReport description: Get the final report for a subject rights request. The report is a text file that contains information about the files that were included by the privacy administrator. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/subjectrightsrequest-getfinalreport?view=graph-rest-1.0 operationId: security.subjectRightsRequests.subjectRightsRequest.getFinalReport responses: 2XX: description: Success content: application/octet-stream: schema: type: object properties: value: type: string format: base64url nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: subjectRightsRequest-id in: path description: The unique identifier of subjectRightsRequest required: true schema: type: string x-ms-docs-key-type: subjectRightsRequest '/security/subjectRightsRequests/{subjectRightsRequest-id}/notes': description: Provides operations to manage the notes property of the microsoft.graph.subjectRightsRequest entity. get: tags: - security.subjectRightsRequest summary: Get notes from security description: List of notes associated with the request. operationId: security.subjectRightsRequests.ListNotes parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.authoredNoteCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - security.subjectRightsRequest summary: Create new navigation property to notes for security operationId: security.subjectRightsRequests.CreateNotes requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authoredNote' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authoredNote' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: subjectRightsRequest-id in: path description: The unique identifier of subjectRightsRequest required: true schema: type: string x-ms-docs-key-type: subjectRightsRequest '/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}': description: Provides operations to manage the notes property of the microsoft.graph.subjectRightsRequest entity. get: tags: - security.subjectRightsRequest summary: Get notes from security description: List of notes associated with the request. operationId: security.subjectRightsRequests.GetNotes parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authoredNote' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - security.subjectRightsRequest summary: Update the navigation property notes in security operationId: security.subjectRightsRequests.UpdateNotes requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authoredNote' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authoredNote' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - security.subjectRightsRequest summary: Delete navigation property notes for security operationId: security.subjectRightsRequests.DeleteNotes parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: subjectRightsRequest-id in: path description: The unique identifier of subjectRightsRequest required: true schema: type: string x-ms-docs-key-type: subjectRightsRequest - name: authoredNote-id in: path description: The unique identifier of authoredNote required: true schema: type: string x-ms-docs-key-type: authoredNote '/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/$count': description: Provides operations to count the resources in the collection. get: tags: - security.subjectRightsRequest summary: Get the number of the resource operationId: security.subjectRightsRequests.notes.GetCount-d132 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: subjectRightsRequest-id in: path description: The unique identifier of subjectRightsRequest required: true schema: type: string x-ms-docs-key-type: subjectRightsRequest '/security/subjectRightsRequests/{subjectRightsRequest-id}/team': description: Provides operations to manage the team property of the microsoft.graph.subjectRightsRequest entity. get: tags: - security.subjectRightsRequest summary: Get team from security description: Information about the Microsoft Teams team that was created for the request. operationId: security.subjectRightsRequests.GetTeam parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.team' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: subjectRightsRequest-id in: path description: The unique identifier of subjectRightsRequest required: true schema: type: string x-ms-docs-key-type: subjectRightsRequest /security/subjectRightsRequests/$count: description: Provides operations to count the resources in the collection. get: tags: - security.subjectRightsRequest summary: Get the number of the resource operationId: security.subjectRightsRequests.GetCount-8072 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /security/threatIntelligence: description: Provides operations to manage the threatIntelligence property of the microsoft.graph.security entity. get: tags: - security.threatIntelligence summary: Get threatIntelligence from security operationId: security.GetThreatIntelligence parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.threatIntelligence' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - security.threatIntelligence summary: Update the navigation property threatIntelligence in security operationId: security.UpdateThreatIntelligence requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.threatIntelligence' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.threatIntelligence' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - security.threatIntelligence summary: Delete navigation property threatIntelligence for security operationId: security.DeleteThreatIntelligence parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /security/threatIntelligence/articleIndicators: description: Provides operations to manage the articleIndicators property of the microsoft.graph.security.threatIntelligence entity. get: tags: - security.threatIntelligence summary: Get articleIndicator description: Read the properties and relationships of an articleIndicator object. operationId: security.threatIntelligence.ListArticleIndicators parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.security.articleIndicatorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - security.threatIntelligence summary: Create new navigation property to articleIndicators for security operationId: security.threatIntelligence.CreateArticleIndicators requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.articleIndicator' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.articleIndicator' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/security/threatIntelligence/articleIndicators/{articleIndicator-id}': description: Provides operations to manage the articleIndicators property of the microsoft.graph.security.threatIntelligence entity. get: tags: - security.threatIntelligence summary: Get articleIndicator description: Read the properties and relationships of an articleIndicator object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-articleindicator-get?view=graph-rest-1.0 operationId: security.threatIntelligence.GetArticleIndicators parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.articleIndicator' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - security.threatIntelligence summary: Update the navigation property articleIndicators in security operationId: security.threatIntelligence.UpdateArticleIndicators requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.articleIndicator' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.articleIndicator' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - security.threatIntelligence summary: Delete navigation property articleIndicators for security operationId: security.threatIntelligence.DeleteArticleIndicators parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: articleIndicator-id in: path description: The unique identifier of articleIndicator required: true schema: type: string x-ms-docs-key-type: articleIndicator '/security/threatIntelligence/articleIndicators/{articleIndicator-id}/artifact': description: Provides operations to manage the artifact property of the microsoft.graph.security.indicator entity. get: tags: - security.threatIntelligence summary: Get artifact from security description: The artifact related to this indicator. operationId: security.threatIntelligence.articleIndicators.GetArtifact parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.artifact' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: articleIndicator-id in: path description: The unique identifier of articleIndicator required: true schema: type: string x-ms-docs-key-type: articleIndicator x-ms-docs-grouped-path: - '/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}/artifact' /security/threatIntelligence/articleIndicators/$count: description: Provides operations to count the resources in the collection. get: tags: - security.threatIntelligence summary: Get the number of the resource operationId: security.threatIntelligence.articleIndicators.GetCount-c9c7 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /security/threatIntelligence/articles: description: Provides operations to manage the articles property of the microsoft.graph.security.threatIntelligence entity. get: tags: - security.threatIntelligence summary: List articles description: 'Get a list of article objects, including their properties and relationships.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-threatintelligence-list-articles?view=graph-rest-1.0 operationId: security.threatIntelligence.ListArticles parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.security.articleCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - security.threatIntelligence summary: Create new navigation property to articles for security operationId: security.threatIntelligence.CreateArticles requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.article' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.article' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/security/threatIntelligence/articles/{article-id}': description: Provides operations to manage the articles property of the microsoft.graph.security.threatIntelligence entity. get: tags: - security.threatIntelligence summary: Get article description: Read the properties and relationships of an article object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-article-get?view=graph-rest-1.0 operationId: security.threatIntelligence.GetArticles parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.article' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - security.threatIntelligence summary: Update the navigation property articles in security operationId: security.threatIntelligence.UpdateArticles requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.article' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.article' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - security.threatIntelligence summary: Delete navigation property articles for security operationId: security.threatIntelligence.DeleteArticles parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: article-id in: path description: The unique identifier of article required: true schema: type: string x-ms-docs-key-type: article '/security/threatIntelligence/articles/{article-id}/indicators': description: Provides operations to manage the indicators property of the microsoft.graph.security.article entity. get: tags: - security.threatIntelligence summary: List indicators description: Get a list of articleIndicator objects that represent indicators of threat or compromise related to the contents of an article. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-article-list-indicators?view=graph-rest-1.0 operationId: security.threatIntelligence.articles.ListIndicators parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.security.articleIndicatorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: article-id in: path description: The unique identifier of article required: true schema: type: string x-ms-docs-key-type: article '/security/threatIntelligence/articles/{article-id}/indicators/{articleIndicator-id}': description: Provides operations to manage the indicators property of the microsoft.graph.security.article entity. get: tags: - security.threatIntelligence summary: Get indicators from security description: Indicators related to this article. operationId: security.threatIntelligence.articles.GetIndicators parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.articleIndicator' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: article-id in: path description: The unique identifier of article required: true schema: type: string x-ms-docs-key-type: article - name: articleIndicator-id in: path description: The unique identifier of articleIndicator required: true schema: type: string x-ms-docs-key-type: articleIndicator '/security/threatIntelligence/articles/{article-id}/indicators/$count': description: Provides operations to count the resources in the collection. get: tags: - security.threatIntelligence summary: Get the number of the resource operationId: security.threatIntelligence.articles.indicators.GetCount-1d6c parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: article-id in: path description: The unique identifier of article required: true schema: type: string x-ms-docs-key-type: article /security/threatIntelligence/articles/$count: description: Provides operations to count the resources in the collection. get: tags: - security.threatIntelligence summary: Get the number of the resource operationId: security.threatIntelligence.articles.GetCount-3702 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /security/threatIntelligence/hostComponents: description: Provides operations to manage the hostComponents property of the microsoft.graph.security.threatIntelligence entity. get: tags: - security.threatIntelligence summary: Get hostComponent description: Read the properties and relationships of a hostComponent object. operationId: security.threatIntelligence.ListHostComponents parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.security.hostComponentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - security.threatIntelligence summary: Create new navigation property to hostComponents for security operationId: security.threatIntelligence.CreateHostComponents requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.hostComponent' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.hostComponent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/security/threatIntelligence/hostComponents/{hostComponent-id}': description: Provides operations to manage the hostComponents property of the microsoft.graph.security.threatIntelligence entity. get: tags: - security.threatIntelligence summary: Get hostComponent description: Read the properties and relationships of a hostComponent object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-hostcomponent-get?view=graph-rest-1.0 operationId: security.threatIntelligence.GetHostComponents parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.hostComponent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - security.threatIntelligence summary: Update the navigation property hostComponents in security operationId: security.threatIntelligence.UpdateHostComponents requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.hostComponent' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.hostComponent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - security.threatIntelligence summary: Delete navigation property hostComponents for security operationId: security.threatIntelligence.DeleteHostComponents parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: hostComponent-id in: path description: The unique identifier of hostComponent required: true schema: type: string x-ms-docs-key-type: hostComponent '/security/threatIntelligence/hostComponents/{hostComponent-id}/host': description: Provides operations to manage the host property of the microsoft.graph.security.hostComponent entity. get: tags: - security.threatIntelligence summary: Get host from security description: 'The host related to this component. This is a reverse navigation property. When navigating to components from a host, this should be assumed to be a return reference.' operationId: security.threatIntelligence.hostComponents.GetHost parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.host' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: hostComponent-id in: path description: The unique identifier of hostComponent required: true schema: type: string x-ms-docs-key-type: hostComponent /security/threatIntelligence/hostComponents/$count: description: Provides operations to count the resources in the collection. get: tags: - security.threatIntelligence summary: Get the number of the resource operationId: security.threatIntelligence.hostComponents.GetCount-3ca4 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /security/threatIntelligence/hostCookies: description: Provides operations to manage the hostCookies property of the microsoft.graph.security.threatIntelligence entity. get: tags: - security.threatIntelligence summary: Get hostCookie description: Read the properties and relationships of a hostCookie object. operationId: security.threatIntelligence.ListHostCookies parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.security.hostCookieCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - security.threatIntelligence summary: Create new navigation property to hostCookies for security operationId: security.threatIntelligence.CreateHostCookies requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.hostCookie' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.hostCookie' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/security/threatIntelligence/hostCookies/{hostCookie-id}': description: Provides operations to manage the hostCookies property of the microsoft.graph.security.threatIntelligence entity. get: tags: - security.threatIntelligence summary: Get hostCookie description: Read the properties and relationships of a hostCookie object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-hostcookie-get?view=graph-rest-1.0 operationId: security.threatIntelligence.GetHostCookies parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.hostCookie' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - security.threatIntelligence summary: Update the navigation property hostCookies in security operationId: security.threatIntelligence.UpdateHostCookies requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.hostCookie' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.hostCookie' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - security.threatIntelligence summary: Delete navigation property hostCookies for security operationId: security.threatIntelligence.DeleteHostCookies parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: hostCookie-id in: path description: The unique identifier of hostCookie required: true schema: type: string x-ms-docs-key-type: hostCookie '/security/threatIntelligence/hostCookies/{hostCookie-id}/host': description: Provides operations to manage the host property of the microsoft.graph.security.hostCookie entity. get: tags: - security.threatIntelligence summary: Get host from security description: Indicates that a cookie of this name and domain was found related to this host. operationId: security.threatIntelligence.hostCookies.GetHost parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.host' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: hostCookie-id in: path description: The unique identifier of hostCookie required: true schema: type: string x-ms-docs-key-type: hostCookie /security/threatIntelligence/hostCookies/$count: description: Provides operations to count the resources in the collection. get: tags: - security.threatIntelligence summary: Get the number of the resource operationId: security.threatIntelligence.hostCookies.GetCount-ca74 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /security/threatIntelligence/hostPairs: description: Provides operations to manage the hostPairs property of the microsoft.graph.security.threatIntelligence entity. get: tags: - security.threatIntelligence summary: Get hostPair description: Read the properties and relationships of a hostPair object. operationId: security.threatIntelligence.ListHostPairs parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.security.hostPairCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - security.threatIntelligence summary: Create new navigation property to hostPairs for security operationId: security.threatIntelligence.CreateHostPairs requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.hostPair' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.hostPair' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/security/threatIntelligence/hostPairs/{hostPair-id}': description: Provides operations to manage the hostPairs property of the microsoft.graph.security.threatIntelligence entity. get: tags: - security.threatIntelligence summary: Get hostPair description: Read the properties and relationships of a hostPair object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-hostpair-get?view=graph-rest-1.0 operationId: security.threatIntelligence.GetHostPairs parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.hostPair' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - security.threatIntelligence summary: Update the navigation property hostPairs in security operationId: security.threatIntelligence.UpdateHostPairs requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.hostPair' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.hostPair' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - security.threatIntelligence summary: Delete navigation property hostPairs for security operationId: security.threatIntelligence.DeleteHostPairs parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: hostPair-id in: path description: The unique identifier of hostPair required: true schema: type: string x-ms-docs-key-type: hostPair '/security/threatIntelligence/hostPairs/{hostPair-id}/childHost': description: Provides operations to manage the childHost property of the microsoft.graph.security.hostPair entity. get: tags: - security.threatIntelligence summary: Get childHost from security description: Host reached via the parentHost. operationId: security.threatIntelligence.hostPairs.GetChildHost parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.host' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: hostPair-id in: path description: The unique identifier of hostPair required: true schema: type: string x-ms-docs-key-type: hostPair '/security/threatIntelligence/hostPairs/{hostPair-id}/parentHost': description: Provides operations to manage the parentHost property of the microsoft.graph.security.hostPair entity. get: tags: - security.threatIntelligence summary: Get parentHost from security description: Host used to reach the childHost. operationId: security.threatIntelligence.hostPairs.GetParentHost parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.host' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: hostPair-id in: path description: The unique identifier of hostPair required: true schema: type: string x-ms-docs-key-type: hostPair /security/threatIntelligence/hostPairs/$count: description: Provides operations to count the resources in the collection. get: tags: - security.threatIntelligence summary: Get the number of the resource operationId: security.threatIntelligence.hostPairs.GetCount-6e30 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /security/threatIntelligence/hostPorts: description: Provides operations to manage the hostPorts property of the microsoft.graph.security.threatIntelligence entity. get: tags: - security.threatIntelligence summary: Get hostPort description: Read the properties and relationships of a hostPort object. operationId: security.threatIntelligence.ListHostPorts parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.security.hostPortCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - security.threatIntelligence summary: Create new navigation property to hostPorts for security operationId: security.threatIntelligence.CreateHostPorts requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.hostPort' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.hostPort' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/security/threatIntelligence/hostPorts/{hostPort-id}': description: Provides operations to manage the hostPorts property of the microsoft.graph.security.threatIntelligence entity. get: tags: - security.threatIntelligence summary: Get hostPort description: Read the properties and relationships of a hostPort object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-hostport-get?view=graph-rest-1.0 operationId: security.threatIntelligence.GetHostPorts parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.hostPort' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - security.threatIntelligence summary: Update the navigation property hostPorts in security operationId: security.threatIntelligence.UpdateHostPorts requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.hostPort' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.hostPort' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - security.threatIntelligence summary: Delete navigation property hostPorts for security operationId: security.threatIntelligence.DeleteHostPorts parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: hostPort-id in: path description: The unique identifier of hostPort required: true schema: type: string x-ms-docs-key-type: hostPort '/security/threatIntelligence/hostPorts/{hostPort-id}/host': description: Provides operations to manage the host property of the microsoft.graph.security.hostPort entity. get: tags: - security.threatIntelligence summary: Get host from security description: 'The host related to this hostPort. This is a reverse navigation property. When you navigate to hostPorts from a host, assume that this is a return reference.' operationId: security.threatIntelligence.hostPorts.GetHost parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.host' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: hostPort-id in: path description: The unique identifier of hostPort required: true schema: type: string x-ms-docs-key-type: hostPort '/security/threatIntelligence/hostPorts/{hostPort-id}/mostRecentSslCertificate': description: Provides operations to manage the mostRecentSslCertificate property of the microsoft.graph.security.hostPort entity. get: tags: - security.threatIntelligence summary: Get mostRecentSslCertificate from security description: The most recent sslCertificate used to communicate on the port. operationId: security.threatIntelligence.hostPorts.GetMostRecentSslCertificate parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.sslCertificate' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: hostPort-id in: path description: The unique identifier of hostPort required: true schema: type: string x-ms-docs-key-type: hostPort /security/threatIntelligence/hostPorts/$count: description: Provides operations to count the resources in the collection. get: tags: - security.threatIntelligence summary: Get the number of the resource operationId: security.threatIntelligence.hostPorts.GetCount-5189 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /security/threatIntelligence/hosts: description: Provides operations to manage the hosts property of the microsoft.graph.security.threatIntelligence entity. get: tags: - security.threatIntelligence summary: Get host description: 'Read the properties and relationships of a host object. The host resource is the abstract base type that returns an implementation. A host can be of one of the following types:' operationId: security.threatIntelligence.ListHosts parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.security.hostCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - security.threatIntelligence summary: Create new navigation property to hosts for security operationId: security.threatIntelligence.CreateHosts requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.host' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.host' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/security/threatIntelligence/hosts/{host-id}': description: Provides operations to manage the hosts property of the microsoft.graph.security.threatIntelligence entity. get: tags: - security.threatIntelligence summary: Get host description: 'Read the properties and relationships of a host object. The host resource is the abstract base type that returns an implementation. A host can be of one of the following types:' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-host-get?view=graph-rest-1.0 operationId: security.threatIntelligence.GetHosts parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.host' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - security.threatIntelligence summary: Update the navigation property hosts in security operationId: security.threatIntelligence.UpdateHosts requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.host' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.host' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - security.threatIntelligence summary: Delete navigation property hosts for security operationId: security.threatIntelligence.DeleteHosts parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: host-id in: path description: The unique identifier of host required: true schema: type: string x-ms-docs-key-type: host '/security/threatIntelligence/hosts/{host-id}/childHostPairs': description: Provides operations to manage the childHostPairs property of the microsoft.graph.security.host entity. get: tags: - security.threatIntelligence summary: List childHostPairs description: 'Get the list of hostPair resources associated with a host, where that host is the *parent* and has an outgoing pairing to a *child*. ' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-host-list-childhostpairs?view=graph-rest-1.0 operationId: security.threatIntelligence.hosts.ListChildHostPairs parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.security.hostPairCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: host-id in: path description: The unique identifier of host required: true schema: type: string x-ms-docs-key-type: host '/security/threatIntelligence/hosts/{host-id}/childHostPairs/{hostPair-id}': description: Provides operations to manage the childHostPairs property of the microsoft.graph.security.host entity. get: tags: - security.threatIntelligence summary: Get childHostPairs from security description: 'The hostPairs that are resources associated with a host, where that host is the parentHost and has an outgoing pairing to a childHost.' operationId: security.threatIntelligence.hosts.GetChildHostPairs parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.hostPair' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: host-id in: path description: The unique identifier of host required: true schema: type: string x-ms-docs-key-type: host - name: hostPair-id in: path description: The unique identifier of hostPair required: true schema: type: string x-ms-docs-key-type: hostPair '/security/threatIntelligence/hosts/{host-id}/childHostPairs/$count': description: Provides operations to count the resources in the collection. get: tags: - security.threatIntelligence summary: Get the number of the resource operationId: security.threatIntelligence.hosts.childHostPairs.GetCount-d960 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: host-id in: path description: The unique identifier of host required: true schema: type: string x-ms-docs-key-type: host '/security/threatIntelligence/hosts/{host-id}/components': description: Provides operations to manage the components property of the microsoft.graph.security.host entity. get: tags: - security.threatIntelligence summary: List components description: Get a list of hostComponent resources. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-host-list-components?view=graph-rest-1.0 operationId: security.threatIntelligence.hosts.ListComponents parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.security.hostComponentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: host-id in: path description: The unique identifier of host required: true schema: type: string x-ms-docs-key-type: host '/security/threatIntelligence/hosts/{host-id}/components/{hostComponent-id}': description: Provides operations to manage the components property of the microsoft.graph.security.host entity. get: tags: - security.threatIntelligence summary: Get components from security description: The hostComponents that are associated with this host. operationId: security.threatIntelligence.hosts.GetComponents parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.hostComponent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: host-id in: path description: The unique identifier of host required: true schema: type: string x-ms-docs-key-type: host - name: hostComponent-id in: path description: The unique identifier of hostComponent required: true schema: type: string x-ms-docs-key-type: hostComponent '/security/threatIntelligence/hosts/{host-id}/components/$count': description: Provides operations to count the resources in the collection. get: tags: - security.threatIntelligence summary: Get the number of the resource operationId: security.threatIntelligence.hosts.components.GetCount-3f6d parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: host-id in: path description: The unique identifier of host required: true schema: type: string x-ms-docs-key-type: host '/security/threatIntelligence/hosts/{host-id}/cookies': description: Provides operations to manage the cookies property of the microsoft.graph.security.host entity. get: tags: - security.threatIntelligence summary: List cookies description: Get a list of hostCookie resources. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-host-list-cookies?view=graph-rest-1.0 operationId: security.threatIntelligence.hosts.ListCookies parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.security.hostCookieCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: host-id in: path description: The unique identifier of host required: true schema: type: string x-ms-docs-key-type: host '/security/threatIntelligence/hosts/{host-id}/cookies/{hostCookie-id}': description: Provides operations to manage the cookies property of the microsoft.graph.security.host entity. get: tags: - security.threatIntelligence summary: Get cookies from security description: The hostCookies that are associated with this host. operationId: security.threatIntelligence.hosts.GetCookies parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.hostCookie' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: host-id in: path description: The unique identifier of host required: true schema: type: string x-ms-docs-key-type: host - name: hostCookie-id in: path description: The unique identifier of hostCookie required: true schema: type: string x-ms-docs-key-type: hostCookie '/security/threatIntelligence/hosts/{host-id}/cookies/$count': description: Provides operations to count the resources in the collection. get: tags: - security.threatIntelligence summary: Get the number of the resource operationId: security.threatIntelligence.hosts.cookies.GetCount-d607 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: host-id in: path description: The unique identifier of host required: true schema: type: string x-ms-docs-key-type: host '/security/threatIntelligence/hosts/{host-id}/hostPairs': description: Provides operations to manage the hostPairs property of the microsoft.graph.security.host entity. get: tags: - security.threatIntelligence summary: List hostPairs description: 'Get the list of hostPair resources associated with a host, where that host is *either* the *parent* or the *child*.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-host-list-hostpairs?view=graph-rest-1.0 operationId: security.threatIntelligence.hosts.ListHostPairs parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.security.hostPairCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: host-id in: path description: The unique identifier of host required: true schema: type: string x-ms-docs-key-type: host '/security/threatIntelligence/hosts/{host-id}/hostPairs/{hostPair-id}': description: Provides operations to manage the hostPairs property of the microsoft.graph.security.host entity. get: tags: - security.threatIntelligence summary: Get hostPairs from security description: 'The hostPairs that are associated with this host, where this host is either the parentHost or childHost.' operationId: security.threatIntelligence.hosts.GetHostPairs parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.hostPair' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: host-id in: path description: The unique identifier of host required: true schema: type: string x-ms-docs-key-type: host - name: hostPair-id in: path description: The unique identifier of hostPair required: true schema: type: string x-ms-docs-key-type: hostPair '/security/threatIntelligence/hosts/{host-id}/hostPairs/$count': description: Provides operations to count the resources in the collection. get: tags: - security.threatIntelligence summary: Get the number of the resource operationId: security.threatIntelligence.hosts.hostPairs.GetCount-e637 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: host-id in: path description: The unique identifier of host required: true schema: type: string x-ms-docs-key-type: host '/security/threatIntelligence/hosts/{host-id}/parentHostPairs': description: Provides operations to manage the parentHostPairs property of the microsoft.graph.security.host entity. get: tags: - security.threatIntelligence summary: List parentHostPairs description: 'Get the list of hostPair resources associated with a host, where that host is the *child* and has an incoming pairing with a *parent*.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-host-list-parenthostpairs?view=graph-rest-1.0 operationId: security.threatIntelligence.hosts.ListParentHostPairs parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.security.hostPairCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: host-id in: path description: The unique identifier of host required: true schema: type: string x-ms-docs-key-type: host '/security/threatIntelligence/hosts/{host-id}/parentHostPairs/{hostPair-id}': description: Provides operations to manage the parentHostPairs property of the microsoft.graph.security.host entity. get: tags: - security.threatIntelligence summary: Get parentHostPairs from security description: 'The hostPairs that are associated with a host, where that host is the childHost and has an incoming pairing with a parentHost.' operationId: security.threatIntelligence.hosts.GetParentHostPairs parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.hostPair' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: host-id in: path description: The unique identifier of host required: true schema: type: string x-ms-docs-key-type: host - name: hostPair-id in: path description: The unique identifier of hostPair required: true schema: type: string x-ms-docs-key-type: hostPair '/security/threatIntelligence/hosts/{host-id}/parentHostPairs/$count': description: Provides operations to count the resources in the collection. get: tags: - security.threatIntelligence summary: Get the number of the resource operationId: security.threatIntelligence.hosts.parentHostPairs.GetCount-51b4 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: host-id in: path description: The unique identifier of host required: true schema: type: string x-ms-docs-key-type: host '/security/threatIntelligence/hosts/{host-id}/passiveDns': description: Provides operations to manage the passiveDns property of the microsoft.graph.security.host entity. get: tags: - security.threatIntelligence summary: List passiveDns description: 'Get a list of passiveDnsRecord resources associated with a host. This method is a forward DNS lookup that queries the IP address of the specified host using its hostname. ' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-host-list-passivedns?view=graph-rest-1.0 operationId: security.threatIntelligence.hosts.ListPassiveDns parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.security.passiveDnsRecordCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: host-id in: path description: The unique identifier of host required: true schema: type: string x-ms-docs-key-type: host '/security/threatIntelligence/hosts/{host-id}/passiveDns/{passiveDnsRecord-id}': description: Provides operations to manage the passiveDns property of the microsoft.graph.security.host entity. get: tags: - security.threatIntelligence summary: Get passiveDns from security description: Passive DNS retrieval about this host. operationId: security.threatIntelligence.hosts.GetPassiveDns parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.passiveDnsRecord' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: host-id in: path description: The unique identifier of host required: true schema: type: string x-ms-docs-key-type: host - name: passiveDnsRecord-id in: path description: The unique identifier of passiveDnsRecord required: true schema: type: string x-ms-docs-key-type: passiveDnsRecord '/security/threatIntelligence/hosts/{host-id}/passiveDns/$count': description: Provides operations to count the resources in the collection. get: tags: - security.threatIntelligence summary: Get the number of the resource operationId: security.threatIntelligence.hosts.passiveDns.GetCount-7c2c parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: host-id in: path description: The unique identifier of host required: true schema: type: string x-ms-docs-key-type: host '/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse': description: Provides operations to manage the passiveDnsReverse property of the microsoft.graph.security.host entity. get: tags: - security.threatIntelligence summary: List passiveDnsReverse description: Get a collection of passiveDnsRecord resources from a reverse passive DNS retrieval. A reverse DNS lookup queries the hostname of a host using an IP address. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-host-list-passivednsreverse?view=graph-rest-1.0 operationId: security.threatIntelligence.hosts.ListPassiveDnsReverse parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.security.passiveDnsRecordCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: host-id in: path description: The unique identifier of host required: true schema: type: string x-ms-docs-key-type: host '/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse/{passiveDnsRecord-id}': description: Provides operations to manage the passiveDnsReverse property of the microsoft.graph.security.host entity. get: tags: - security.threatIntelligence summary: Get passiveDnsReverse from security description: Reverse passive DNS retrieval about this host. operationId: security.threatIntelligence.hosts.GetPassiveDnsReverse parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.passiveDnsRecord' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: host-id in: path description: The unique identifier of host required: true schema: type: string x-ms-docs-key-type: host - name: passiveDnsRecord-id in: path description: The unique identifier of passiveDnsRecord required: true schema: type: string x-ms-docs-key-type: passiveDnsRecord '/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse/$count': description: Provides operations to count the resources in the collection. get: tags: - security.threatIntelligence summary: Get the number of the resource operationId: security.threatIntelligence.hosts.passiveDnsReverse.GetCount-0421 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: host-id in: path description: The unique identifier of host required: true schema: type: string x-ms-docs-key-type: host '/security/threatIntelligence/hosts/{host-id}/ports': description: Provides operations to manage the ports property of the microsoft.graph.security.host entity. get: tags: - security.threatIntelligence summary: List hostPorts description: Get the list of hostPort resources associated with a host. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-host-list-ports?view=graph-rest-1.0 operationId: security.threatIntelligence.hosts.ListPorts parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.security.hostPortCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: host-id in: path description: The unique identifier of host required: true schema: type: string x-ms-docs-key-type: host '/security/threatIntelligence/hosts/{host-id}/ports/{hostPort-id}': description: Provides operations to manage the ports property of the microsoft.graph.security.host entity. get: tags: - security.threatIntelligence summary: Get ports from security description: The hostPorts associated with a host. operationId: security.threatIntelligence.hosts.GetPorts parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.hostPort' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: host-id in: path description: The unique identifier of host required: true schema: type: string x-ms-docs-key-type: host - name: hostPort-id in: path description: The unique identifier of hostPort required: true schema: type: string x-ms-docs-key-type: hostPort '/security/threatIntelligence/hosts/{host-id}/ports/$count': description: Provides operations to count the resources in the collection. get: tags: - security.threatIntelligence summary: Get the number of the resource operationId: security.threatIntelligence.hosts.ports.GetCount-af86 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: host-id in: path description: The unique identifier of host required: true schema: type: string x-ms-docs-key-type: host '/security/threatIntelligence/hosts/{host-id}/reputation': description: Provides operations to manage the reputation property of the microsoft.graph.security.host entity. get: tags: - security.threatIntelligence summary: Get hostReputation description: Get the properties and relationships of a hostReputation object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-host-get-reputation?view=graph-rest-1.0 operationId: security.threatIntelligence.hosts.GetReputation parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.hostReputation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - security.threatIntelligence summary: Update the navigation property reputation in security operationId: security.threatIntelligence.hosts.UpdateReputation requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.hostReputation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.hostReputation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - security.threatIntelligence summary: Delete navigation property reputation for security operationId: security.threatIntelligence.hosts.DeleteReputation parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: host-id in: path description: The unique identifier of host required: true schema: type: string x-ms-docs-key-type: host '/security/threatIntelligence/hosts/{host-id}/sslCertificates': description: Provides operations to manage the sslCertificates property of the microsoft.graph.security.host entity. get: tags: - security.threatIntelligence summary: List hostSslCertificates description: Get a list of hostSslCertificate objects from the host navigation property. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-host-list-sslcertificates?view=graph-rest-1.0 operationId: security.threatIntelligence.hosts.ListSslCertificates parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.security.hostSslCertificateCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: host-id in: path description: The unique identifier of host required: true schema: type: string x-ms-docs-key-type: host '/security/threatIntelligence/hosts/{host-id}/sslCertificates/{hostSslCertificate-id}': description: Provides operations to manage the sslCertificates property of the microsoft.graph.security.host entity. get: tags: - security.threatIntelligence summary: Get sslCertificates from security description: The hostSslCertificates that are associated with this host. operationId: security.threatIntelligence.hosts.GetSslCertificates parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.hostSslCertificate' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: host-id in: path description: The unique identifier of host required: true schema: type: string x-ms-docs-key-type: host - name: hostSslCertificate-id in: path description: The unique identifier of hostSslCertificate required: true schema: type: string x-ms-docs-key-type: hostSslCertificate '/security/threatIntelligence/hosts/{host-id}/sslCertificates/$count': description: Provides operations to count the resources in the collection. get: tags: - security.threatIntelligence summary: Get the number of the resource operationId: security.threatIntelligence.hosts.sslCertificates.GetCount-eba7 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: host-id in: path description: The unique identifier of host required: true schema: type: string x-ms-docs-key-type: host '/security/threatIntelligence/hosts/{host-id}/subdomains': description: Provides operations to manage the subdomains property of the microsoft.graph.security.host entity. get: tags: - security.threatIntelligence summary: List subdomains description: Get the list of subdomain resources associated with a host. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-host-list-subdomains?view=graph-rest-1.0 operationId: security.threatIntelligence.hosts.ListSubdomains parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.security.subdomainCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: host-id in: path description: The unique identifier of host required: true schema: type: string x-ms-docs-key-type: host '/security/threatIntelligence/hosts/{host-id}/subdomains/{subdomain-id}': description: Provides operations to manage the subdomains property of the microsoft.graph.security.host entity. get: tags: - security.threatIntelligence summary: Get subdomains from security description: The subdomains that are associated with this host. operationId: security.threatIntelligence.hosts.GetSubdomains parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.subdomain' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: host-id in: path description: The unique identifier of host required: true schema: type: string x-ms-docs-key-type: host - name: subdomain-id in: path description: The unique identifier of subdomain required: true schema: type: string x-ms-docs-key-type: subdomain '/security/threatIntelligence/hosts/{host-id}/subdomains/$count': description: Provides operations to count the resources in the collection. get: tags: - security.threatIntelligence summary: Get the number of the resource operationId: security.threatIntelligence.hosts.subdomains.GetCount-67a8 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: host-id in: path description: The unique identifier of host required: true schema: type: string x-ms-docs-key-type: host '/security/threatIntelligence/hosts/{host-id}/trackers': description: Provides operations to manage the trackers property of the microsoft.graph.security.host entity. get: tags: - security.threatIntelligence summary: List trackers description: Get a list of hostTracker resources. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-host-list-trackers?view=graph-rest-1.0 operationId: security.threatIntelligence.hosts.ListTrackers parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.security.hostTrackerCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: host-id in: path description: The unique identifier of host required: true schema: type: string x-ms-docs-key-type: host '/security/threatIntelligence/hosts/{host-id}/trackers/{hostTracker-id}': description: Provides operations to manage the trackers property of the microsoft.graph.security.host entity. get: tags: - security.threatIntelligence summary: Get trackers from security description: The hostTrackers that are associated with this host. operationId: security.threatIntelligence.hosts.GetTrackers parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.hostTracker' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: host-id in: path description: The unique identifier of host required: true schema: type: string x-ms-docs-key-type: host - name: hostTracker-id in: path description: The unique identifier of hostTracker required: true schema: type: string x-ms-docs-key-type: hostTracker '/security/threatIntelligence/hosts/{host-id}/trackers/$count': description: Provides operations to count the resources in the collection. get: tags: - security.threatIntelligence summary: Get the number of the resource operationId: security.threatIntelligence.hosts.trackers.GetCount-b20f parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: host-id in: path description: The unique identifier of host required: true schema: type: string x-ms-docs-key-type: host '/security/threatIntelligence/hosts/{host-id}/whois': description: Provides operations to manage the whois property of the microsoft.graph.security.host entity. get: tags: - security.threatIntelligence summary: Get whoisRecord description: "Get the specified whoisRecord resource. Specify the desired whoisRecord in one of the following two ways:\n- Identify a host and get its current whoisRecord. \n- Specify an id value to get the corresponding whoisRecord." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-whoisrecord-get?view=graph-rest-1.0 operationId: security.threatIntelligence.hosts.GetWhois parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.whoisRecord' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: host-id in: path description: The unique identifier of host required: true schema: type: string x-ms-docs-key-type: host /security/threatIntelligence/hosts/$count: description: Provides operations to count the resources in the collection. get: tags: - security.threatIntelligence summary: Get the number of the resource operationId: security.threatIntelligence.hosts.GetCount-5d36 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /security/threatIntelligence/hostSslCertificates: description: Provides operations to manage the hostSslCertificates property of the microsoft.graph.security.threatIntelligence entity. get: tags: - security.threatIntelligence summary: Get hostSslCertificate description: Get the properties and relationships of a hostSslCertificate object. operationId: security.threatIntelligence.ListHostSslCertificates parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.security.hostSslCertificateCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - security.threatIntelligence summary: Create new navigation property to hostSslCertificates for security operationId: security.threatIntelligence.CreateHostSslCertificates requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.hostSslCertificate' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.hostSslCertificate' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}': description: Provides operations to manage the hostSslCertificates property of the microsoft.graph.security.threatIntelligence entity. get: tags: - security.threatIntelligence summary: Get hostSslCertificate description: Get the properties and relationships of a hostSslCertificate object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-hostsslcertificate-get?view=graph-rest-1.0 operationId: security.threatIntelligence.GetHostSslCertificates parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.hostSslCertificate' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - security.threatIntelligence summary: Update the navigation property hostSslCertificates in security operationId: security.threatIntelligence.UpdateHostSslCertificates requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.hostSslCertificate' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.hostSslCertificate' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - security.threatIntelligence summary: Delete navigation property hostSslCertificates for security operationId: security.threatIntelligence.DeleteHostSslCertificates parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: hostSslCertificate-id in: path description: The unique identifier of hostSslCertificate required: true schema: type: string x-ms-docs-key-type: hostSslCertificate '/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}/host': description: Provides operations to manage the host property of the microsoft.graph.security.hostSslCertificate entity. get: tags: - security.threatIntelligence summary: Get host from security description: The host for this hostSslCertificate. operationId: security.threatIntelligence.hostSslCertificates.GetHost parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.host' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: hostSslCertificate-id in: path description: The unique identifier of hostSslCertificate required: true schema: type: string x-ms-docs-key-type: hostSslCertificate '/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}/sslCertificate': description: Provides operations to manage the sslCertificate property of the microsoft.graph.security.hostSslCertificate entity. get: tags: - security.threatIntelligence summary: Get sslCertificate from security description: The sslCertificate for this hostSslCertificate. operationId: security.threatIntelligence.hostSslCertificates.GetSslCertificate parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.sslCertificate' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: hostSslCertificate-id in: path description: The unique identifier of hostSslCertificate required: true schema: type: string x-ms-docs-key-type: hostSslCertificate /security/threatIntelligence/hostSslCertificates/$count: description: Provides operations to count the resources in the collection. get: tags: - security.threatIntelligence summary: Get the number of the resource operationId: security.threatIntelligence.hostSslCertificates.GetCount-a40b parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /security/threatIntelligence/hostTrackers: description: Provides operations to manage the hostTrackers property of the microsoft.graph.security.threatIntelligence entity. get: tags: - security.threatIntelligence summary: Get hostTracker description: Read the properties and relationships of a hostTracker object. operationId: security.threatIntelligence.ListHostTrackers parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.security.hostTrackerCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - security.threatIntelligence summary: Create new navigation property to hostTrackers for security operationId: security.threatIntelligence.CreateHostTrackers requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.hostTracker' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.hostTracker' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/security/threatIntelligence/hostTrackers/{hostTracker-id}': description: Provides operations to manage the hostTrackers property of the microsoft.graph.security.threatIntelligence entity. get: tags: - security.threatIntelligence summary: Get hostTracker description: Read the properties and relationships of a hostTracker object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-hosttracker-get?view=graph-rest-1.0 operationId: security.threatIntelligence.GetHostTrackers parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.hostTracker' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - security.threatIntelligence summary: Update the navigation property hostTrackers in security operationId: security.threatIntelligence.UpdateHostTrackers requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.hostTracker' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.hostTracker' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - security.threatIntelligence summary: Delete navigation property hostTrackers for security operationId: security.threatIntelligence.DeleteHostTrackers parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: hostTracker-id in: path description: The unique identifier of hostTracker required: true schema: type: string x-ms-docs-key-type: hostTracker '/security/threatIntelligence/hostTrackers/{hostTracker-id}/host': description: Provides operations to manage the host property of the microsoft.graph.security.hostTracker entity. get: tags: - security.threatIntelligence summary: Get host from security description: 'The host related to this hostTracker. When navigating to a hostTracker from a host, this should be assumed to be a return reference.' operationId: security.threatIntelligence.hostTrackers.GetHost parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.host' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: hostTracker-id in: path description: The unique identifier of hostTracker required: true schema: type: string x-ms-docs-key-type: hostTracker /security/threatIntelligence/hostTrackers/$count: description: Provides operations to count the resources in the collection. get: tags: - security.threatIntelligence summary: Get the number of the resource operationId: security.threatIntelligence.hostTrackers.GetCount-1b5a parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /security/threatIntelligence/intelligenceProfileIndicators: description: Provides operations to manage the intelligenceProfileIndicators property of the microsoft.graph.security.threatIntelligence entity. get: tags: - security.threatIntelligence summary: Get intelligenceProfileIndicator description: Read the properties and relationships of a intelligenceProfileIndicator object. operationId: security.threatIntelligence.ListIntelligenceProfileIndicators parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.security.intelligenceProfileIndicatorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - security.threatIntelligence summary: Create new navigation property to intelligenceProfileIndicators for security operationId: security.threatIntelligence.CreateIntelligenceProfileIndicators requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.intelligenceProfileIndicator' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.intelligenceProfileIndicator' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}': description: Provides operations to manage the intelligenceProfileIndicators property of the microsoft.graph.security.threatIntelligence entity. get: tags: - security.threatIntelligence summary: Get intelligenceProfileIndicator description: Read the properties and relationships of a intelligenceProfileIndicator object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-intelligenceprofileindicator-get?view=graph-rest-1.0 operationId: security.threatIntelligence.GetIntelligenceProfileIndicators parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.intelligenceProfileIndicator' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - security.threatIntelligence summary: Update the navigation property intelligenceProfileIndicators in security operationId: security.threatIntelligence.UpdateIntelligenceProfileIndicators requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.intelligenceProfileIndicator' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.intelligenceProfileIndicator' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - security.threatIntelligence summary: Delete navigation property intelligenceProfileIndicators for security operationId: security.threatIntelligence.DeleteIntelligenceProfileIndicators parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: intelligenceProfileIndicator-id in: path description: The unique identifier of intelligenceProfileIndicator required: true schema: type: string x-ms-docs-key-type: intelligenceProfileIndicator '/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}/artifact': description: Provides operations to manage the artifact property of the microsoft.graph.security.indicator entity. get: tags: - security.threatIntelligence summary: Get artifact from security description: The artifact related to this indicator. operationId: security.threatIntelligence.intelligenceProfileIndicators.GetArtifact parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.artifact' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: intelligenceProfileIndicator-id in: path description: The unique identifier of intelligenceProfileIndicator required: true schema: type: string x-ms-docs-key-type: intelligenceProfileIndicator x-ms-docs-grouped-path: - '/security/threatIntelligence/articleIndicators/{articleIndicator-id}/artifact' /security/threatIntelligence/intelligenceProfileIndicators/$count: description: Provides operations to count the resources in the collection. get: tags: - security.threatIntelligence summary: Get the number of the resource operationId: security.threatIntelligence.intelligenceProfileIndicators.GetCount-9a16 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /security/threatIntelligence/intelProfiles: description: Provides operations to manage the intelProfiles property of the microsoft.graph.security.threatIntelligence entity. get: tags: - security.threatIntelligence summary: List intelProfiles description: Get a list of the intelligenceProfile objects and their properties. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-threatintelligence-list-intelprofiles?view=graph-rest-1.0 operationId: security.threatIntelligence.ListIntelProfiles parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.security.intelligenceProfileCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - security.threatIntelligence summary: Create new navigation property to intelProfiles for security operationId: security.threatIntelligence.CreateIntelProfiles requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.intelligenceProfile' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.intelligenceProfile' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}': description: Provides operations to manage the intelProfiles property of the microsoft.graph.security.threatIntelligence entity. get: tags: - security.threatIntelligence summary: Get intelligenceProfile description: Read the properties and relationships of a intelligenceProfile object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-intelligenceprofile-get?view=graph-rest-1.0 operationId: security.threatIntelligence.GetIntelProfiles parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.intelligenceProfile' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - security.threatIntelligence summary: Update the navigation property intelProfiles in security operationId: security.threatIntelligence.UpdateIntelProfiles requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.intelligenceProfile' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.intelligenceProfile' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - security.threatIntelligence summary: Delete navigation property intelProfiles for security operationId: security.threatIntelligence.DeleteIntelProfiles parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: intelligenceProfile-id in: path description: The unique identifier of intelligenceProfile required: true schema: type: string x-ms-docs-key-type: intelligenceProfile '/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators': description: Provides operations to manage the indicators property of the microsoft.graph.security.intelligenceProfile entity. get: tags: - security.threatIntelligence summary: List indicators description: Get the intelligenceProfileIndicator resources from the indicators navigation property of an intelligenceProfile. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-intelligenceprofile-list-indicators?view=graph-rest-1.0 operationId: security.threatIntelligence.intelProfiles.ListIndicators parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.security.intelligenceProfileIndicatorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: intelligenceProfile-id in: path description: The unique identifier of intelligenceProfile required: true schema: type: string x-ms-docs-key-type: intelligenceProfile '/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators/{intelligenceProfileIndicator-id}': description: Provides operations to manage the indicators property of the microsoft.graph.security.intelligenceProfile entity. get: tags: - security.threatIntelligence summary: Get indicators from security description: Includes an assemblage of high-fidelity network indicators of compromise. operationId: security.threatIntelligence.intelProfiles.GetIndicators parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.intelligenceProfileIndicator' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: intelligenceProfile-id in: path description: The unique identifier of intelligenceProfile required: true schema: type: string x-ms-docs-key-type: intelligenceProfile - name: intelligenceProfileIndicator-id in: path description: The unique identifier of intelligenceProfileIndicator required: true schema: type: string x-ms-docs-key-type: intelligenceProfileIndicator '/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators/$count': description: Provides operations to count the resources in the collection. get: tags: - security.threatIntelligence summary: Get the number of the resource operationId: security.threatIntelligence.intelProfiles.indicators.GetCount-a1bc parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: intelligenceProfile-id in: path description: The unique identifier of intelligenceProfile required: true schema: type: string x-ms-docs-key-type: intelligenceProfile /security/threatIntelligence/intelProfiles/$count: description: Provides operations to count the resources in the collection. get: tags: - security.threatIntelligence summary: Get the number of the resource operationId: security.threatIntelligence.intelProfiles.GetCount-4b06 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /security/threatIntelligence/passiveDnsRecords: description: Provides operations to manage the passiveDnsRecords property of the microsoft.graph.security.threatIntelligence entity. get: tags: - security.threatIntelligence summary: Get passiveDnsRecord description: Read the properties and relationships of a passiveDnsRecord object. operationId: security.threatIntelligence.ListPassiveDnsRecords parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.security.passiveDnsRecordCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - security.threatIntelligence summary: Create new navigation property to passiveDnsRecords for security operationId: security.threatIntelligence.CreatePassiveDnsRecords requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.passiveDnsRecord' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.passiveDnsRecord' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}': description: Provides operations to manage the passiveDnsRecords property of the microsoft.graph.security.threatIntelligence entity. get: tags: - security.threatIntelligence summary: Get passiveDnsRecord description: Read the properties and relationships of a passiveDnsRecord object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-passivednsrecord-get?view=graph-rest-1.0 operationId: security.threatIntelligence.GetPassiveDnsRecords parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.passiveDnsRecord' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - security.threatIntelligence summary: Update the navigation property passiveDnsRecords in security operationId: security.threatIntelligence.UpdatePassiveDnsRecords requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.passiveDnsRecord' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.passiveDnsRecord' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - security.threatIntelligence summary: Delete navigation property passiveDnsRecords for security operationId: security.threatIntelligence.DeletePassiveDnsRecords parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: passiveDnsRecord-id in: path description: The unique identifier of passiveDnsRecord required: true schema: type: string x-ms-docs-key-type: passiveDnsRecord '/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}/artifact': description: Provides operations to manage the artifact property of the microsoft.graph.security.passiveDnsRecord entity. get: tags: - security.threatIntelligence summary: Get artifact from security description: The artifact related to this passiveDnsRecord entry. operationId: security.threatIntelligence.passiveDnsRecords.GetArtifact parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.artifact' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: passiveDnsRecord-id in: path description: The unique identifier of passiveDnsRecord required: true schema: type: string x-ms-docs-key-type: passiveDnsRecord '/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}/parentHost': description: Provides operations to manage the parentHost property of the microsoft.graph.security.passiveDnsRecord entity. get: tags: - security.threatIntelligence summary: Get parentHost from security description: 'The parent host related to this passiveDnsRecord entry. Generally, this is the value that you can search to discover this passiveDnsRecord value.' operationId: security.threatIntelligence.passiveDnsRecords.GetParentHost parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.host' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: passiveDnsRecord-id in: path description: The unique identifier of passiveDnsRecord required: true schema: type: string x-ms-docs-key-type: passiveDnsRecord /security/threatIntelligence/passiveDnsRecords/$count: description: Provides operations to count the resources in the collection. get: tags: - security.threatIntelligence summary: Get the number of the resource operationId: security.threatIntelligence.passiveDnsRecords.GetCount-a5be parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /security/threatIntelligence/sslCertificates: description: Provides operations to manage the sslCertificates property of the microsoft.graph.security.threatIntelligence entity. get: tags: - security.threatIntelligence summary: List sslCertificates description: Get a list of sslCertificate objects and their properties. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-threatintelligence-list-sslcertificates?view=graph-rest-1.0 operationId: security.threatIntelligence.ListSslCertificates parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.security.sslCertificateCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - security.threatIntelligence summary: Create new navigation property to sslCertificates for security operationId: security.threatIntelligence.CreateSslCertificates requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.sslCertificate' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.sslCertificate' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/security/threatIntelligence/sslCertificates/{sslCertificate-id}': description: Provides operations to manage the sslCertificates property of the microsoft.graph.security.threatIntelligence entity. get: tags: - security.threatIntelligence summary: Get sslCertificate description: Get the properties and relationships of an sslCertificate object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-sslcertificate-get?view=graph-rest-1.0 operationId: security.threatIntelligence.GetSslCertificates parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.sslCertificate' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - security.threatIntelligence summary: Update the navigation property sslCertificates in security operationId: security.threatIntelligence.UpdateSslCertificates requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.sslCertificate' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.sslCertificate' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - security.threatIntelligence summary: Delete navigation property sslCertificates for security operationId: security.threatIntelligence.DeleteSslCertificates parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: sslCertificate-id in: path description: The unique identifier of sslCertificate required: true schema: type: string x-ms-docs-key-type: sslCertificate '/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts': description: Provides operations to manage the relatedHosts property of the microsoft.graph.security.sslCertificate entity. get: tags: - security.threatIntelligence summary: List relatedHosts description: Get a list of related host resources associated with an sslCertificate. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-sslcertificate-list-relatedhosts?view=graph-rest-1.0 operationId: security.threatIntelligence.sslCertificates.ListRelatedHosts parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.security.hostCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: sslCertificate-id in: path description: The unique identifier of sslCertificate required: true schema: type: string x-ms-docs-key-type: sslCertificate '/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts/{host-id}': description: Provides operations to manage the relatedHosts property of the microsoft.graph.security.sslCertificate entity. get: tags: - security.threatIntelligence summary: Get relatedHosts from security description: The host resources related with this sslCertificate. operationId: security.threatIntelligence.sslCertificates.GetRelatedHosts parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.host' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: sslCertificate-id in: path description: The unique identifier of sslCertificate required: true schema: type: string x-ms-docs-key-type: sslCertificate - name: host-id in: path description: The unique identifier of host required: true schema: type: string x-ms-docs-key-type: host '/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts/$count': description: Provides operations to count the resources in the collection. get: tags: - security.threatIntelligence summary: Get the number of the resource operationId: security.threatIntelligence.sslCertificates.relatedHosts.GetCount-0b8e parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: sslCertificate-id in: path description: The unique identifier of sslCertificate required: true schema: type: string x-ms-docs-key-type: sslCertificate /security/threatIntelligence/sslCertificates/$count: description: Provides operations to count the resources in the collection. get: tags: - security.threatIntelligence summary: Get the number of the resource operationId: security.threatIntelligence.sslCertificates.GetCount-cfbd parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /security/threatIntelligence/subdomains: description: Provides operations to manage the subdomains property of the microsoft.graph.security.threatIntelligence entity. get: tags: - security.threatIntelligence summary: Get subdomain description: Read the properties and relationships of a subdomain object. operationId: security.threatIntelligence.ListSubdomains parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.security.subdomainCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - security.threatIntelligence summary: Create new navigation property to subdomains for security operationId: security.threatIntelligence.CreateSubdomains requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.subdomain' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.subdomain' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/security/threatIntelligence/subdomains/{subdomain-id}': description: Provides operations to manage the subdomains property of the microsoft.graph.security.threatIntelligence entity. get: tags: - security.threatIntelligence summary: Get subdomain description: Read the properties and relationships of a subdomain object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-subdomain-get?view=graph-rest-1.0 operationId: security.threatIntelligence.GetSubdomains parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.subdomain' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - security.threatIntelligence summary: Update the navigation property subdomains in security operationId: security.threatIntelligence.UpdateSubdomains requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.subdomain' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.subdomain' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - security.threatIntelligence summary: Delete navigation property subdomains for security operationId: security.threatIntelligence.DeleteSubdomains parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: subdomain-id in: path description: The unique identifier of subdomain required: true schema: type: string x-ms-docs-key-type: subdomain '/security/threatIntelligence/subdomains/{subdomain-id}/host': description: Provides operations to manage the host property of the microsoft.graph.security.subdomain entity. get: tags: - security.threatIntelligence summary: Get host from security description: The host of the subdomain. operationId: security.threatIntelligence.subdomains.GetHost parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.host' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: subdomain-id in: path description: The unique identifier of subdomain required: true schema: type: string x-ms-docs-key-type: subdomain /security/threatIntelligence/subdomains/$count: description: Provides operations to count the resources in the collection. get: tags: - security.threatIntelligence summary: Get the number of the resource operationId: security.threatIntelligence.subdomains.GetCount-34a3 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /security/threatIntelligence/vulnerabilities: description: Provides operations to manage the vulnerabilities property of the microsoft.graph.security.threatIntelligence entity. get: tags: - security.threatIntelligence summary: Get vulnerability description: Read the properties and relationships of a vulnerability object. operationId: security.threatIntelligence.ListVulnerabilities parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.security.vulnerabilityCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - security.threatIntelligence summary: Create new navigation property to vulnerabilities for security operationId: security.threatIntelligence.CreateVulnerabilities requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.vulnerability' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.vulnerability' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/security/threatIntelligence/vulnerabilities/{vulnerability-id}': description: Provides operations to manage the vulnerabilities property of the microsoft.graph.security.threatIntelligence entity. get: tags: - security.threatIntelligence summary: Get vulnerability description: Read the properties and relationships of a vulnerability object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-vulnerability-get?view=graph-rest-1.0 operationId: security.threatIntelligence.GetVulnerabilities parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.vulnerability' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - security.threatIntelligence summary: Update the navigation property vulnerabilities in security operationId: security.threatIntelligence.UpdateVulnerabilities requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.vulnerability' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.vulnerability' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - security.threatIntelligence summary: Delete navigation property vulnerabilities for security operationId: security.threatIntelligence.DeleteVulnerabilities parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: vulnerability-id in: path description: The unique identifier of vulnerability required: true schema: type: string x-ms-docs-key-type: vulnerability '/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles': description: Provides operations to manage the articles property of the microsoft.graph.security.vulnerability entity. get: tags: - security.threatIntelligence summary: Get articles from security description: Articles related to this vulnerability. operationId: security.threatIntelligence.vulnerabilities.ListArticles parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.security.articleCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: vulnerability-id in: path description: The unique identifier of vulnerability required: true schema: type: string x-ms-docs-key-type: vulnerability '/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles/{article-id}': description: Provides operations to manage the articles property of the microsoft.graph.security.vulnerability entity. get: tags: - security.threatIntelligence summary: Get articles from security description: Articles related to this vulnerability. operationId: security.threatIntelligence.vulnerabilities.GetArticles parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.article' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: vulnerability-id in: path description: The unique identifier of vulnerability required: true schema: type: string x-ms-docs-key-type: vulnerability - name: article-id in: path description: The unique identifier of article required: true schema: type: string x-ms-docs-key-type: article '/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles/$count': description: Provides operations to count the resources in the collection. get: tags: - security.threatIntelligence summary: Get the number of the resource operationId: security.threatIntelligence.vulnerabilities.articles.GetCount-3551 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: vulnerability-id in: path description: The unique identifier of vulnerability required: true schema: type: string x-ms-docs-key-type: vulnerability '/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components': description: Provides operations to manage the components property of the microsoft.graph.security.vulnerability entity. get: tags: - security.threatIntelligence summary: List components description: Get a list of vulnerabilityComponent objects related to a known vulnerability. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-vulnerability-list-components?view=graph-rest-1.0 operationId: security.threatIntelligence.vulnerabilities.ListComponents parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.security.vulnerabilityComponentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - security.threatIntelligence summary: Create new navigation property to components for security operationId: security.threatIntelligence.vulnerabilities.CreateComponents requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.vulnerabilityComponent' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.vulnerabilityComponent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: vulnerability-id in: path description: The unique identifier of vulnerability required: true schema: type: string x-ms-docs-key-type: vulnerability '/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}': description: Provides operations to manage the components property of the microsoft.graph.security.vulnerability entity. get: tags: - security.threatIntelligence summary: Get vulnerabilityComponent description: Read the properties and relationships of a vulnerabilityComponent object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-vulnerabilitycomponent-get?view=graph-rest-1.0 operationId: security.threatIntelligence.vulnerabilities.GetComponents parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.vulnerabilityComponent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - security.threatIntelligence summary: Update the navigation property components in security operationId: security.threatIntelligence.vulnerabilities.UpdateComponents requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.vulnerabilityComponent' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.vulnerabilityComponent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - security.threatIntelligence summary: Delete navigation property components for security operationId: security.threatIntelligence.vulnerabilities.DeleteComponents parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: vulnerability-id in: path description: The unique identifier of vulnerability required: true schema: type: string x-ms-docs-key-type: vulnerability - name: vulnerabilityComponent-id in: path description: The unique identifier of vulnerabilityComponent required: true schema: type: string x-ms-docs-key-type: vulnerabilityComponent '/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/$count': description: Provides operations to count the resources in the collection. get: tags: - security.threatIntelligence summary: Get the number of the resource operationId: security.threatIntelligence.vulnerabilities.components.GetCount-d51b parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: vulnerability-id in: path description: The unique identifier of vulnerability required: true schema: type: string x-ms-docs-key-type: vulnerability /security/threatIntelligence/vulnerabilities/$count: description: Provides operations to count the resources in the collection. get: tags: - security.threatIntelligence summary: Get the number of the resource operationId: security.threatIntelligence.vulnerabilities.GetCount-d2da parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /security/threatIntelligence/whoisHistoryRecords: description: Provides operations to manage the whoisHistoryRecords property of the microsoft.graph.security.threatIntelligence entity. get: tags: - security.threatIntelligence summary: Get whoisHistoryRecords from security description: 'Retrieve details about whoisHistoryRecord objects.Note: List retrieval is not yet supported.' operationId: security.threatIntelligence.ListWhoisHistoryRecords parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.security.whoisHistoryRecordCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - security.threatIntelligence summary: Create new navigation property to whoisHistoryRecords for security operationId: security.threatIntelligence.CreateWhoisHistoryRecords requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.whoisHistoryRecord' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.whoisHistoryRecord' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}': description: Provides operations to manage the whoisHistoryRecords property of the microsoft.graph.security.threatIntelligence entity. get: tags: - security.threatIntelligence summary: Get whoisHistoryRecords from security description: 'Retrieve details about whoisHistoryRecord objects.Note: List retrieval is not yet supported.' operationId: security.threatIntelligence.GetWhoisHistoryRecords parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.whoisHistoryRecord' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - security.threatIntelligence summary: Update the navigation property whoisHistoryRecords in security operationId: security.threatIntelligence.UpdateWhoisHistoryRecords requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.whoisHistoryRecord' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.whoisHistoryRecord' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - security.threatIntelligence summary: Delete navigation property whoisHistoryRecords for security operationId: security.threatIntelligence.DeleteWhoisHistoryRecords parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: whoisHistoryRecord-id in: path description: The unique identifier of whoisHistoryRecord required: true schema: type: string x-ms-docs-key-type: whoisHistoryRecord '/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}/host': description: Provides operations to manage the host property of the microsoft.graph.security.whoisBaseRecord entity. get: tags: - security.threatIntelligence summary: Get host from security description: The host associated to this WHOIS object. operationId: security.threatIntelligence.whoisHistoryRecords.GetHost parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.host' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: whoisHistoryRecord-id in: path description: The unique identifier of whoisHistoryRecord required: true schema: type: string x-ms-docs-key-type: whoisHistoryRecord x-ms-docs-grouped-path: - '/security/threatIntelligence/whoisRecords/{whoisRecord-id}/host' /security/threatIntelligence/whoisHistoryRecords/$count: description: Provides operations to count the resources in the collection. get: tags: - security.threatIntelligence summary: Get the number of the resource operationId: security.threatIntelligence.whoisHistoryRecords.GetCount-175e parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /security/threatIntelligence/whoisRecords: description: Provides operations to manage the whoisRecords property of the microsoft.graph.security.threatIntelligence entity. get: tags: - security.threatIntelligence summary: List whoisRecords description: Get a list of whoisRecord objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-threatintelligence-list-whoisrecords?view=graph-rest-1.0 operationId: security.threatIntelligence.ListWhoisRecords parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.security.whoisRecordCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - security.threatIntelligence summary: Create new navigation property to whoisRecords for security operationId: security.threatIntelligence.CreateWhoisRecords requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.whoisRecord' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.whoisRecord' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/security/threatIntelligence/whoisRecords/{whoisRecord-id}': description: Provides operations to manage the whoisRecords property of the microsoft.graph.security.threatIntelligence entity. get: tags: - security.threatIntelligence summary: Get whoisRecord description: "Get the specified whoisRecord resource. Specify the desired whoisRecord in one of the following two ways:\n- Identify a host and get its current whoisRecord. \n- Specify an id value to get the corresponding whoisRecord." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-whoisrecord-get?view=graph-rest-1.0 operationId: security.threatIntelligence.GetWhoisRecords parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.whoisRecord' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - security.threatIntelligence summary: Update the navigation property whoisRecords in security operationId: security.threatIntelligence.UpdateWhoisRecords requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.whoisRecord' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.whoisRecord' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - security.threatIntelligence summary: Delete navigation property whoisRecords for security operationId: security.threatIntelligence.DeleteWhoisRecords parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: whoisRecord-id in: path description: The unique identifier of whoisRecord required: true schema: type: string x-ms-docs-key-type: whoisRecord '/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history': description: Provides operations to manage the history property of the microsoft.graph.security.whoisRecord entity. get: tags: - security.threatIntelligence summary: Get history from security description: The collection of historical records associated to this WHOIS object. operationId: security.threatIntelligence.whoisRecords.ListHistory parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.security.whoisHistoryRecordCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: whoisRecord-id in: path description: The unique identifier of whoisRecord required: true schema: type: string x-ms-docs-key-type: whoisRecord '/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history/{whoisHistoryRecord-id}': description: Provides operations to manage the history property of the microsoft.graph.security.whoisRecord entity. get: tags: - security.threatIntelligence summary: Get history from security description: The collection of historical records associated to this WHOIS object. operationId: security.threatIntelligence.whoisRecords.GetHistory parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.whoisHistoryRecord' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: whoisRecord-id in: path description: The unique identifier of whoisRecord required: true schema: type: string x-ms-docs-key-type: whoisRecord - name: whoisHistoryRecord-id in: path description: The unique identifier of whoisHistoryRecord required: true schema: type: string x-ms-docs-key-type: whoisHistoryRecord '/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history/$count': description: Provides operations to count the resources in the collection. get: tags: - security.threatIntelligence summary: Get the number of the resource operationId: security.threatIntelligence.whoisRecords.history.GetCount-86f0 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: whoisRecord-id in: path description: The unique identifier of whoisRecord required: true schema: type: string x-ms-docs-key-type: whoisRecord '/security/threatIntelligence/whoisRecords/{whoisRecord-id}/host': description: Provides operations to manage the host property of the microsoft.graph.security.whoisBaseRecord entity. get: tags: - security.threatIntelligence summary: Get host from security description: The host associated to this WHOIS object. operationId: security.threatIntelligence.whoisRecords.GetHost parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.host' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: whoisRecord-id in: path description: The unique identifier of whoisRecord required: true schema: type: string x-ms-docs-key-type: whoisRecord x-ms-docs-grouped-path: - '/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}/host' /security/threatIntelligence/whoisRecords/$count: description: Provides operations to count the resources in the collection. get: tags: - security.threatIntelligence summary: Get the number of the resource operationId: security.threatIntelligence.whoisRecords.GetCount-21a1 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /security/triggers: description: Provides operations to manage the triggers property of the microsoft.graph.security entity. get: tags: - security.triggersRoot summary: Get triggers from security operationId: security.GetTriggers parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.triggersRoot' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - security.triggersRoot summary: Update the navigation property triggers in security operationId: security.UpdateTriggers requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.triggersRoot' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.triggersRoot' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - security.triggersRoot summary: Delete navigation property triggers for security operationId: security.DeleteTriggers parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /security/triggers/retentionEvents: description: Provides operations to manage the retentionEvents property of the microsoft.graph.security.triggersRoot entity. get: tags: - security.triggersRoot summary: List retentionEvents description: Get a list of the retentionEvent objects and their properties. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-retentionevent-list?view=graph-rest-1.0 operationId: security.triggers.ListRetentionEvents parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.security.retentionEventCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - security.triggersRoot summary: Create retentionEvent description: Create a new retentionEvent object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-retentionevent-post?view=graph-rest-1.0 operationId: security.triggers.CreateRetentionEvents requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.retentionEvent' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.retentionEvent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/security/triggers/retentionEvents/{retentionEvent-id}': description: Provides operations to manage the retentionEvents property of the microsoft.graph.security.triggersRoot entity. get: tags: - security.triggersRoot summary: Get retentionEvent description: Read the properties and relationships of a retentionEvent object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-retentionevent-get?view=graph-rest-1.0 operationId: security.triggers.GetRetentionEvents parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.retentionEvent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - security.triggersRoot summary: Update the navigation property retentionEvents in security operationId: security.triggers.UpdateRetentionEvents requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.retentionEvent' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.retentionEvent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - security.triggersRoot summary: Delete retentionEvent description: Delete a retentionEvent object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-retentionevent-delete?view=graph-rest-1.0 operationId: security.triggers.DeleteRetentionEvents parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: retentionEvent-id in: path description: The unique identifier of retentionEvent required: true schema: type: string x-ms-docs-key-type: retentionEvent '/security/triggers/retentionEvents/{retentionEvent-id}/retentionEventType': description: Provides operations to manage the retentionEventType property of the microsoft.graph.security.retentionEvent entity. get: tags: - security.triggersRoot summary: Get retentionEventType from security description: Specifies the event that will start the retention period for labels that use this event type when an event is created. operationId: security.triggers.retentionEvents.GetRetentionEventType parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.retentionEventType' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: retentionEvent-id in: path description: The unique identifier of retentionEvent required: true schema: type: string x-ms-docs-key-type: retentionEvent /security/triggers/retentionEvents/$count: description: Provides operations to count the resources in the collection. get: tags: - security.triggersRoot summary: Get the number of the resource operationId: security.triggers.retentionEvents.GetCount-84a4 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /security/triggerTypes: description: Provides operations to manage the triggerTypes property of the microsoft.graph.security entity. get: tags: - security.triggerTypesRoot summary: Get triggerTypes from security operationId: security.GetTriggerTypes parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.triggerTypesRoot' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - security.triggerTypesRoot summary: Update the navigation property triggerTypes in security operationId: security.UpdateTriggerTypes requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.triggerTypesRoot' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.triggerTypesRoot' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - security.triggerTypesRoot summary: Delete navigation property triggerTypes for security operationId: security.DeleteTriggerTypes parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /security/triggerTypes/retentionEventTypes: description: Provides operations to manage the retentionEventTypes property of the microsoft.graph.security.triggerTypesRoot entity. get: tags: - security.triggerTypesRoot summary: List retentionEventTypes description: Get a list of the retentionEventType objects and their properties. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-retentioneventtype-list?view=graph-rest-1.0 operationId: security.triggerTypes.ListRetentionEventTypes parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.security.retentionEventTypeCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - security.triggerTypesRoot summary: Create retentionEventType description: Create a new retentionEventType object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-retentioneventtype-post?view=graph-rest-1.0 operationId: security.triggerTypes.CreateRetentionEventTypes requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.retentionEventType' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.retentionEventType' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/security/triggerTypes/retentionEventTypes/{retentionEventType-id}': description: Provides operations to manage the retentionEventTypes property of the microsoft.graph.security.triggerTypesRoot entity. get: tags: - security.triggerTypesRoot summary: Get retentionEventType description: Read the properties and relationships of a retentionEventType object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-retentioneventtype-get?view=graph-rest-1.0 operationId: security.triggerTypes.GetRetentionEventTypes parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.retentionEventType' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - security.triggerTypesRoot summary: Update the navigation property retentionEventTypes in security operationId: security.triggerTypes.UpdateRetentionEventTypes requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.retentionEventType' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.retentionEventType' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - security.triggerTypesRoot summary: Delete retentionEventType description: Delete a retentionEventType object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/security-retentioneventtype-delete?view=graph-rest-1.0 operationId: security.triggerTypes.DeleteRetentionEventTypes parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: retentionEventType-id in: path description: The unique identifier of retentionEventType required: true schema: type: string x-ms-docs-key-type: retentionEventType /security/triggerTypes/retentionEventTypes/$count: description: Provides operations to count the resources in the collection. get: tags: - security.triggerTypesRoot summary: Get the number of the resource operationId: security.triggerTypes.retentionEventTypes.GetCount-e3fe parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /servicePrincipals: description: Provides operations to manage the collection of servicePrincipal entities. get: tags: - servicePrincipals.servicePrincipal summary: List servicePrincipals description: Retrieve a list of servicePrincipal objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/serviceprincipal-list?view=graph-rest-1.0 operationId: servicePrincipals.servicePrincipal.ListServicePrincipal parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.servicePrincipalCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - servicePrincipals.servicePrincipal summary: Create servicePrincipal description: Create a new servicePrincipal object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/serviceprincipal-post-serviceprincipals?view=graph-rest-1.0 operationId: servicePrincipals.servicePrincipal.CreateServicePrincipal requestBody: description: New entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.servicePrincipal' required: true responses: 2XX: description: Created entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.servicePrincipal' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/servicePrincipals/{servicePrincipal-id}': description: Provides operations to manage the collection of servicePrincipal entities. get: tags: - servicePrincipals.servicePrincipal summary: Get servicePrincipal description: Retrieve the properties and relationships of a servicePrincipal object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/serviceprincipal-get?view=graph-rest-1.0 operationId: servicePrincipals.servicePrincipal.GetServicePrincipal parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.servicePrincipal' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - servicePrincipals.servicePrincipal summary: Upsert servicePrincipal description: 'Create a new servicePrincipal object if it doesn''t exist, or update the properties of an existing servicePrincipal object.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/serviceprincipal-upsert?view=graph-rest-1.0 operationId: servicePrincipals.servicePrincipal.UpdateServicePrincipal requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.servicePrincipal' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.servicePrincipal' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - servicePrincipals.servicePrincipal summary: Delete servicePrincipal description: Delete a servicePrincipal object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/serviceprincipal-delete?view=graph-rest-1.0 operationId: servicePrincipals.servicePrincipal.DeleteServicePrincipal parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal '/servicePrincipals/{servicePrincipal-id}/appManagementPolicies': description: Provides operations to manage the appManagementPolicies property of the microsoft.graph.servicePrincipal entity. get: tags: - servicePrincipals.appManagementPolicy summary: Get appManagementPolicies from servicePrincipals description: The appManagementPolicy applied to this application. operationId: servicePrincipals.ListAppManagementPolicies parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.appManagementPolicyCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal '/servicePrincipals/{servicePrincipal-id}/appManagementPolicies/{appManagementPolicy-id}': description: Provides operations to manage the appManagementPolicies property of the microsoft.graph.servicePrincipal entity. get: tags: - servicePrincipals.appManagementPolicy summary: Get appManagementPolicies from servicePrincipals description: The appManagementPolicy applied to this application. operationId: servicePrincipals.GetAppManagementPolicies parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.appManagementPolicy' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal - name: appManagementPolicy-id in: path description: The unique identifier of appManagementPolicy required: true schema: type: string x-ms-docs-key-type: appManagementPolicy '/servicePrincipals/{servicePrincipal-id}/appManagementPolicies/$count': description: Provides operations to count the resources in the collection. get: tags: - servicePrincipals.appManagementPolicy summary: Get the number of the resource operationId: servicePrincipals.appManagementPolicies.GetCount-5cee parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal '/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo': description: Provides operations to manage the appRoleAssignedTo property of the microsoft.graph.servicePrincipal entity. get: tags: - servicePrincipals.appRoleAssignment summary: Get appRoleAssignment description: Read the properties and relationships of an appRoleAssignment object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/serviceprincipal-list-approleassignedto?view=graph-rest-1.0 operationId: servicePrincipals.ListAppRoleAssignedTo parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.appRoleAssignmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - servicePrincipals.appRoleAssignment summary: Grant an appRoleAssignment for a service principal description: 'Assign an app role for a resource service principal, to a user, group, or client service principal. App roles that are assigned to service principals are also known as application permissions. Application permissions can be granted directly with app role assignments, or through a consent experience. To grant an app role assignment, you need three identifiers:' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/serviceprincipal-post-approleassignedto?view=graph-rest-1.0 operationId: servicePrincipals.CreateAppRoleAssignedTo requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.appRoleAssignment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.appRoleAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal '/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}': description: Provides operations to manage the appRoleAssignedTo property of the microsoft.graph.servicePrincipal entity. get: tags: - servicePrincipals.appRoleAssignment summary: Get appRoleAssignment description: Read the properties and relationships of an appRoleAssignment object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/approleassignment-get?view=graph-rest-1.0 operationId: servicePrincipals.GetAppRoleAssignedTo parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.appRoleAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - servicePrincipals.appRoleAssignment summary: Update the navigation property appRoleAssignedTo in servicePrincipals operationId: servicePrincipals.UpdateAppRoleAssignedTo requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.appRoleAssignment' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.appRoleAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - servicePrincipals.appRoleAssignment summary: Delete appRoleAssignedTo description: 'Deletes an appRoleAssignment that a user, group, or client service principal has been granted for a resource service principal.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/serviceprincipal-delete-approleassignedto?view=graph-rest-1.0 operationId: servicePrincipals.DeleteAppRoleAssignedTo parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal - name: appRoleAssignment-id in: path description: The unique identifier of appRoleAssignment required: true schema: type: string x-ms-docs-key-type: appRoleAssignment '/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/$count': description: Provides operations to count the resources in the collection. get: tags: - servicePrincipals.appRoleAssignment summary: Get the number of the resource operationId: servicePrincipals.appRoleAssignedTo.GetCount-705c parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal '/servicePrincipals/{servicePrincipal-id}/appRoleAssignments': description: Provides operations to manage the appRoleAssignments property of the microsoft.graph.servicePrincipal entity. get: tags: - servicePrincipals.appRoleAssignment summary: Get appRoleAssignment description: Read the properties and relationships of an appRoleAssignment object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/serviceprincipal-list-approleassignments?view=graph-rest-1.0 operationId: servicePrincipals.ListAppRoleAssignments parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.appRoleAssignmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - servicePrincipals.appRoleAssignment summary: Grant an appRoleAssignment to a service principal description: 'Assign an app role to a client service principal. App roles that are assigned to service principals are also known as application permissions. Application permissions can be granted directly with app role assignments, or through a consent experience. To grant an app role assignment to a client service principal, you need three identifiers:' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/serviceprincipal-post-approleassignments?view=graph-rest-1.0 operationId: servicePrincipals.CreateAppRoleAssignments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.appRoleAssignment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.appRoleAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal '/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}': description: Provides operations to manage the appRoleAssignments property of the microsoft.graph.servicePrincipal entity. get: tags: - servicePrincipals.appRoleAssignment summary: Get appRoleAssignment description: Read the properties and relationships of an appRoleAssignment object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/approleassignment-get?view=graph-rest-1.0 operationId: servicePrincipals.GetAppRoleAssignments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.appRoleAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - servicePrincipals.appRoleAssignment summary: Update the navigation property appRoleAssignments in servicePrincipals operationId: servicePrincipals.UpdateAppRoleAssignments requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.appRoleAssignment' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.appRoleAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - servicePrincipals.appRoleAssignment summary: Delete appRoleAssignment description: Deletes an appRoleAssignment that a service principal has been granted. App roles which are assigned to service principals are also known as application permissions. Deleting an app role assignment for a service principal is equivalent to revoking the app-only permission grant. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/serviceprincipal-delete-approleassignments?view=graph-rest-1.0 operationId: servicePrincipals.DeleteAppRoleAssignments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal - name: appRoleAssignment-id in: path description: The unique identifier of appRoleAssignment required: true schema: type: string x-ms-docs-key-type: appRoleAssignment '/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/$count': description: Provides operations to count the resources in the collection. get: tags: - servicePrincipals.appRoleAssignment summary: Get the number of the resource operationId: servicePrincipals.appRoleAssignments.GetCount-4e95 parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal '/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies': description: Provides operations to manage the claimsMappingPolicies property of the microsoft.graph.servicePrincipal entity. get: tags: - servicePrincipals.claimsMappingPolicy summary: List assigned claimsMappingPolicy description: List the claimsMappingPolicy objects that are assigned to a servicePrincipal. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/serviceprincipal-list-claimsmappingpolicies?view=graph-rest-1.0 operationId: servicePrincipals.ListClaimsMappingPolicies parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.claimsMappingPolicyCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal '/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/{claimsMappingPolicy-id}/$ref': description: Provides operations to manage the collection of servicePrincipal entities. delete: tags: - servicePrincipals.claimsMappingPolicy summary: Remove claimsMappingPolicy description: Remove a claimsMappingPolicy from a servicePrincipal. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/serviceprincipal-delete-claimsmappingpolicies?view=graph-rest-1.0 operationId: servicePrincipals.claimsMappingPolicies.DeleteRefClaimsMappingPolicy parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal - name: claimsMappingPolicy-id in: path description: The unique identifier of claimsMappingPolicy required: true schema: type: string x-ms-docs-key-type: claimsMappingPolicy '/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$count': description: Provides operations to count the resources in the collection. get: tags: - servicePrincipals.claimsMappingPolicy summary: Get the number of the resource operationId: servicePrincipals.claimsMappingPolicies.GetCount-832a parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal '/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$ref': description: Provides operations to manage the collection of servicePrincipal entities. get: tags: - servicePrincipals.claimsMappingPolicy summary: List assigned claimsMappingPolicy description: List the claimsMappingPolicy objects that are assigned to a servicePrincipal. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/serviceprincipal-list-claimsmappingpolicies?view=graph-rest-1.0 operationId: servicePrincipals.ListRefClaimsMappingPolicies parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/StringCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - servicePrincipals.claimsMappingPolicy summary: Assign claimsMappingPolicy description: Assign a claimsMappingPolicy to a servicePrincipal. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/serviceprincipal-post-claimsmappingpolicies?view=graph-rest-1.0 operationId: servicePrincipals.CreateRefClaimsMappingPolicies requestBody: $ref: '#/components/requestBodies/refPostBody' responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - servicePrincipals.claimsMappingPolicy summary: Remove claimsMappingPolicy description: Remove a claimsMappingPolicy from a servicePrincipal. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/serviceprincipal-delete-claimsmappingpolicies?view=graph-rest-1.0 operationId: servicePrincipals.DeleteRefClaimsMappingPolicies parameters: - name: If-Match in: header description: ETag schema: type: string - name: '@id' in: query description: The delete Uri required: true schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal '/servicePrincipals/{servicePrincipal-id}/createdObjects': description: Provides operations to manage the createdObjects property of the microsoft.graph.servicePrincipal entity. get: tags: - servicePrincipals.directoryObject summary: Get createdObjects from servicePrincipals description: Directory objects created by this service principal. Read-only. Nullable. operationId: servicePrincipals.ListCreatedObjects parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal '/servicePrincipals/{servicePrincipal-id}/createdObjects/{directoryObject-id}': description: Provides operations to manage the createdObjects property of the microsoft.graph.servicePrincipal entity. get: tags: - servicePrincipals.directoryObject summary: Get createdObjects from servicePrincipals description: Directory objects created by this service principal. Read-only. Nullable. operationId: servicePrincipals.GetCreatedObjects parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/servicePrincipals/{servicePrincipal-id}/createdObjects/{directoryObject-id}/graph.servicePrincipal': description: Casts the previous resource to servicePrincipal. get: tags: - servicePrincipals.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.servicePrincipal operationId: servicePrincipals.GetCreatedObjects.AsServicePrincipal parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.servicePrincipal' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/servicePrincipals/{servicePrincipal-id}/createdObjects/$count': description: Provides operations to count the resources in the collection. get: tags: - servicePrincipals.directoryObject summary: Get the number of the resource operationId: servicePrincipals.createdObjects.GetCount-0714 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal '/servicePrincipals/{servicePrincipal-id}/createdObjects/graph.servicePrincipal': description: Casts the previous resource to servicePrincipal. get: tags: - servicePrincipals.directoryObject summary: Get the items of type microsoft.graph.servicePrincipal in the microsoft.graph.directoryObject collection operationId: servicePrincipals.ListCreatedObjects.AsServicePrincipal parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.servicePrincipalCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal '/servicePrincipals/{servicePrincipal-id}/createdObjects/graph.servicePrincipal/$count': description: Provides operations to count the resources in the collection. get: tags: - servicePrincipals.directoryObject summary: Get the number of the resource operationId: servicePrincipals.CreatedObjects.GetCount.AsServicePrincipal-768a parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal '/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications': description: Provides operations to manage the delegatedPermissionClassifications property of the microsoft.graph.servicePrincipal entity. get: tags: - servicePrincipals.delegatedPermissionClassification summary: List delegatedPermissionClassifications collection of servicePrincipal description: Retrieve the list of delegatedPermissionClassification currently configured for the delegated permissions exposed by an API. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/serviceprincipal-list-delegatedpermissionclassifications?view=graph-rest-1.0 operationId: servicePrincipals.ListDelegatedPermissionClassifications parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.delegatedPermissionClassificationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - servicePrincipals.delegatedPermissionClassification summary: Create delegatedPermissionClassification description: Classify a delegated permission by adding a delegatedPermissionClassification to the servicePrincipal representing the API. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/serviceprincipal-post-delegatedpermissionclassifications?view=graph-rest-1.0 operationId: servicePrincipals.CreateDelegatedPermissionClassifications requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.delegatedPermissionClassification' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.delegatedPermissionClassification' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal '/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}': description: Provides operations to manage the delegatedPermissionClassifications property of the microsoft.graph.servicePrincipal entity. get: tags: - servicePrincipals.delegatedPermissionClassification summary: Get delegatedPermissionClassifications from servicePrincipals operationId: servicePrincipals.GetDelegatedPermissionClassifications parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.delegatedPermissionClassification' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - servicePrincipals.delegatedPermissionClassification summary: Update the navigation property delegatedPermissionClassifications in servicePrincipals operationId: servicePrincipals.UpdateDelegatedPermissionClassifications requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.delegatedPermissionClassification' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.delegatedPermissionClassification' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - servicePrincipals.delegatedPermissionClassification summary: Delete delegatedPermissionClassification description: Deletes a delegatedPermissionClassification which had previously been set for a delegated permission. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/serviceprincipal-delete-delegatedpermissionclassifications?view=graph-rest-1.0 operationId: servicePrincipals.DeleteDelegatedPermissionClassifications parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal - name: delegatedPermissionClassification-id in: path description: The unique identifier of delegatedPermissionClassification required: true schema: type: string x-ms-docs-key-type: delegatedPermissionClassification '/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/$count': description: Provides operations to count the resources in the collection. get: tags: - servicePrincipals.delegatedPermissionClassification summary: Get the number of the resource operationId: servicePrincipals.delegatedPermissionClassifications.GetCount-31f9 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal '/servicePrincipals/{servicePrincipal-id}/endpoints': description: Provides operations to manage the endpoints property of the microsoft.graph.servicePrincipal entity. get: tags: - servicePrincipals.endpoint summary: Get endpoints from servicePrincipals operationId: servicePrincipals.ListEndpoints parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.endpointCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - servicePrincipals.endpoint summary: Create new navigation property to endpoints for servicePrincipals operationId: servicePrincipals.CreateEndpoints requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.endpoint' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.endpoint' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal '/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}': description: Provides operations to manage the endpoints property of the microsoft.graph.servicePrincipal entity. get: tags: - servicePrincipals.endpoint summary: Get endpoints from servicePrincipals operationId: servicePrincipals.GetEndpoints parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.endpoint' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - servicePrincipals.endpoint summary: Update the navigation property endpoints in servicePrincipals operationId: servicePrincipals.UpdateEndpoints requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.endpoint' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.endpoint' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - servicePrincipals.endpoint summary: Delete navigation property endpoints for servicePrincipals operationId: servicePrincipals.DeleteEndpoints parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal - name: endpoint-id in: path description: The unique identifier of endpoint required: true schema: type: string x-ms-docs-key-type: endpoint '/servicePrincipals/{servicePrincipal-id}/endpoints/$count': description: Provides operations to count the resources in the collection. get: tags: - servicePrincipals.endpoint summary: Get the number of the resource operationId: servicePrincipals.endpoints.GetCount-c0e0 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal '/servicePrincipals/{servicePrincipal-id}/federatedIdentityCredentials': description: Provides operations to manage the federatedIdentityCredentials property of the microsoft.graph.servicePrincipal entity. get: tags: - servicePrincipals.federatedIdentityCredential summary: Get federatedIdentityCredentials from servicePrincipals description: 'Federated identities for a specific type of service principal - managed identity. Supports $expand and $filter (/$count eq 0, /$count ne 0).' operationId: servicePrincipals.ListFederatedIdentityCredentials parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.federatedIdentityCredentialCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - servicePrincipals.federatedIdentityCredential summary: Create new navigation property to federatedIdentityCredentials for servicePrincipals operationId: servicePrincipals.CreateFederatedIdentityCredentials requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.federatedIdentityCredential' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.federatedIdentityCredential' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal '/servicePrincipals/{servicePrincipal-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}': description: Provides operations to manage the federatedIdentityCredentials property of the microsoft.graph.servicePrincipal entity. get: tags: - servicePrincipals.federatedIdentityCredential summary: Get federatedIdentityCredentials from servicePrincipals description: 'Federated identities for a specific type of service principal - managed identity. Supports $expand and $filter (/$count eq 0, /$count ne 0).' operationId: servicePrincipals.GetFederatedIdentityCredentials parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.federatedIdentityCredential' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - servicePrincipals.federatedIdentityCredential summary: Update the navigation property federatedIdentityCredentials in servicePrincipals operationId: servicePrincipals.UpdateFederatedIdentityCredentials requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.federatedIdentityCredential' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.federatedIdentityCredential' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - servicePrincipals.federatedIdentityCredential summary: Delete navigation property federatedIdentityCredentials for servicePrincipals operationId: servicePrincipals.DeleteFederatedIdentityCredentials parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal - name: federatedIdentityCredential-id in: path description: The unique identifier of federatedIdentityCredential required: true schema: type: string x-ms-docs-key-type: federatedIdentityCredential x-ms-docs-grouped-path: - '/servicePrincipals/{servicePrincipal-id}/federatedIdentityCredentials(name=''{name}'')' '/servicePrincipals/{servicePrincipal-id}/federatedIdentityCredentials(name=''{name}'')': description: Provides operations to manage the federatedIdentityCredentials property of the microsoft.graph.servicePrincipal entity. get: tags: - servicePrincipals.federatedIdentityCredential summary: Get federatedIdentityCredentials from servicePrincipals description: 'Federated identities for a specific type of service principal - managed identity. Supports $expand and $filter (/$count eq 0, /$count ne 0).' operationId: servicePrincipals.federatedIdentityCredentials.GetByName parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.federatedIdentityCredential' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - servicePrincipals.federatedIdentityCredential summary: Update the navigation property federatedIdentityCredentials in servicePrincipals operationId: servicePrincipals.federatedIdentityCredentials.UpdateByName requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.federatedIdentityCredential' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.federatedIdentityCredential' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - servicePrincipals.federatedIdentityCredential summary: Delete navigation property federatedIdentityCredentials for servicePrincipals operationId: servicePrincipals.federatedIdentityCredentials.DeleteByName parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal - name: name in: path description: Alternate key of federatedIdentityCredential required: true schema: type: string x-ms-docs-grouped-path: - '/servicePrincipals/{servicePrincipal-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}' '/servicePrincipals/{servicePrincipal-id}/federatedIdentityCredentials/$count': description: Provides operations to count the resources in the collection. get: tags: - servicePrincipals.federatedIdentityCredential summary: Get the number of the resource operationId: servicePrincipals.federatedIdentityCredentials.GetCount-d9cd parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal '/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies': description: Provides operations to manage the homeRealmDiscoveryPolicies property of the microsoft.graph.servicePrincipal entity. get: tags: - servicePrincipals.homeRealmDiscoveryPolicy summary: List assigned homeRealmDiscoveryPolicy description: List the homeRealmDiscoveryPolicy objects that are assigned to a servicePrincipal. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/serviceprincipal-list-homerealmdiscoverypolicies?view=graph-rest-1.0 operationId: servicePrincipals.ListHomeRealmDiscoveryPolicies parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.homeRealmDiscoveryPolicyCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal '/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/$ref': description: Provides operations to manage the collection of servicePrincipal entities. delete: tags: - servicePrincipals.homeRealmDiscoveryPolicy summary: Remove homeRealmDiscoveryPolicy description: Remove a homeRealmDiscoveryPolicy from a servicePrincipal. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/serviceprincipal-delete-homerealmdiscoverypolicies?view=graph-rest-1.0 operationId: servicePrincipals.homeRealmDiscoveryPolicies.DeleteRefHomeRealmDiscoveryPolicy parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal - name: homeRealmDiscoveryPolicy-id in: path description: The unique identifier of homeRealmDiscoveryPolicy required: true schema: type: string x-ms-docs-key-type: homeRealmDiscoveryPolicy '/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$count': description: Provides operations to count the resources in the collection. get: tags: - servicePrincipals.homeRealmDiscoveryPolicy summary: Get the number of the resource operationId: servicePrincipals.homeRealmDiscoveryPolicies.GetCount-d161 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal '/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$ref': description: Provides operations to manage the collection of servicePrincipal entities. get: tags: - servicePrincipals.homeRealmDiscoveryPolicy summary: List assigned homeRealmDiscoveryPolicy description: List the homeRealmDiscoveryPolicy objects that are assigned to a servicePrincipal. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/serviceprincipal-list-homerealmdiscoverypolicies?view=graph-rest-1.0 operationId: servicePrincipals.ListRefHomeRealmDiscoveryPolicies parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/StringCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - servicePrincipals.homeRealmDiscoveryPolicy summary: Assign homeRealmDiscoveryPolicy description: Assign a homeRealmDiscoveryPolicy to a servicePrincipal. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/serviceprincipal-post-homerealmdiscoverypolicies?view=graph-rest-1.0 operationId: servicePrincipals.CreateRefHomeRealmDiscoveryPolicies requestBody: $ref: '#/components/requestBodies/refPostBody' responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - servicePrincipals.homeRealmDiscoveryPolicy summary: Remove homeRealmDiscoveryPolicy description: Remove a homeRealmDiscoveryPolicy from a servicePrincipal. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/serviceprincipal-delete-homerealmdiscoverypolicies?view=graph-rest-1.0 operationId: servicePrincipals.DeleteRefHomeRealmDiscoveryPolicies parameters: - name: If-Match in: header description: ETag schema: type: string - name: '@id' in: query description: The delete Uri required: true schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal '/servicePrincipals/{servicePrincipal-id}/memberOf': description: Provides operations to manage the memberOf property of the microsoft.graph.servicePrincipal entity. get: tags: - servicePrincipals.directoryObject summary: List servicePrincipal memberOf description: Get the groups and directory roles that this servicePrincipal is a direct member of. This operation is not transitive. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/serviceprincipal-list-memberof?view=graph-rest-1.0 operationId: servicePrincipals.ListMemberOf parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal '/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}': description: Provides operations to manage the memberOf property of the microsoft.graph.servicePrincipal entity. get: tags: - servicePrincipals.directoryObject summary: Get memberOf from servicePrincipals description: 'Roles that this service principal is a member of. HTTP Methods: GET Read-only. Nullable. Supports $expand.' operationId: servicePrincipals.GetMemberOf parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/graph.administrativeUnit': description: Casts the previous resource to administrativeUnit. get: tags: - servicePrincipals.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.administrativeUnit operationId: servicePrincipals.GetMemberOf.AsAdministrativeUnit parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.administrativeUnit' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/graph.directoryRole': description: Casts the previous resource to directoryRole. get: tags: - servicePrincipals.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.directoryRole operationId: servicePrincipals.GetMemberOf.AsDirectoryRole parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryRole' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/graph.group': description: Casts the previous resource to group. get: tags: - servicePrincipals.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.group operationId: servicePrincipals.GetMemberOf.AsGroup parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.group' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/servicePrincipals/{servicePrincipal-id}/memberOf/$count': description: Provides operations to count the resources in the collection. get: tags: - servicePrincipals.directoryObject summary: Get the number of the resource operationId: servicePrincipals.memberOf.GetCount-be11 parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal '/servicePrincipals/{servicePrincipal-id}/memberOf/graph.administrativeUnit': description: Casts the previous resource to administrativeUnit. get: tags: - servicePrincipals.directoryObject summary: Get the items of type microsoft.graph.administrativeUnit in the microsoft.graph.directoryObject collection operationId: servicePrincipals.ListMemberOf.AsAdministrativeUnit parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.administrativeUnitCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal '/servicePrincipals/{servicePrincipal-id}/memberOf/graph.administrativeUnit/$count': description: Provides operations to count the resources in the collection. get: tags: - servicePrincipals.directoryObject summary: Get the number of the resource operationId: servicePrincipals.MemberOf.GetCount.AsAdministrativeUnit-472e parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal '/servicePrincipals/{servicePrincipal-id}/memberOf/graph.directoryRole': description: Casts the previous resource to directoryRole. get: tags: - servicePrincipals.directoryObject summary: Get the items of type microsoft.graph.directoryRole in the microsoft.graph.directoryObject collection operationId: servicePrincipals.ListMemberOf.AsDirectoryRole parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.directoryRoleCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal '/servicePrincipals/{servicePrincipal-id}/memberOf/graph.directoryRole/$count': description: Provides operations to count the resources in the collection. get: tags: - servicePrincipals.directoryObject summary: Get the number of the resource operationId: servicePrincipals.MemberOf.GetCount.AsDirectoryRole-fa4e parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal '/servicePrincipals/{servicePrincipal-id}/memberOf/graph.group': description: Casts the previous resource to group. get: tags: - servicePrincipals.directoryObject summary: Get the items of type microsoft.graph.group in the microsoft.graph.directoryObject collection operationId: servicePrincipals.ListMemberOf.AsGroup parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.groupCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal '/servicePrincipals/{servicePrincipal-id}/memberOf/graph.group/$count': description: Provides operations to count the resources in the collection. get: tags: - servicePrincipals.directoryObject summary: Get the number of the resource operationId: servicePrincipals.MemberOf.GetCount.AsGroup-96d9 parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal '/servicePrincipals/{servicePrincipal-id}/addKey': description: Provides operations to call the addKey method. post: tags: - servicePrincipals.Actions summary: Invoke action addKey description: 'Adds a key credential to a servicePrincipal. This method along with removeKey can be used by a servicePrincipal to automate rolling its expiring keys. As part of the request validation for this method, a proof of possession of an existing key is verified before the action can be performed. ServicePrincipals that don’t have any existing valid certificates (i.e.: no certificates have been added yet, or all certificates have expired), won’t be able to use this service action. Update servicePrincipal can be used to perform an update instead.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/serviceprincipal-addkey?view=graph-rest-1.0 operationId: servicePrincipals.servicePrincipal.addKey requestBody: description: Action parameters content: application/json: schema: type: object properties: keyCredential: $ref: '#/components/schemas/microsoft.graph.keyCredential' passwordCredential: anyOf: - $ref: '#/components/schemas/microsoft.graph.passwordCredential' - type: object nullable: true proof: type: string required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.keyCredential' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal '/servicePrincipals/{servicePrincipal-id}/addPassword': description: Provides operations to call the addPassword method. post: tags: - servicePrincipals.Actions summary: Invoke action addPassword description: Add a strong password or secret to a servicePrincipal object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/serviceprincipal-addpassword?view=graph-rest-1.0 operationId: servicePrincipals.servicePrincipal.addPassword requestBody: description: Action parameters content: application/json: schema: type: object properties: passwordCredential: anyOf: - $ref: '#/components/schemas/microsoft.graph.passwordCredential' - type: object nullable: true required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.passwordCredential' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal '/servicePrincipals/{servicePrincipal-id}/addTokenSigningCertificate': description: Provides operations to call the addTokenSigningCertificate method. post: tags: - servicePrincipals.Actions summary: Invoke action addTokenSigningCertificate description: "Create a self-signed signing certificate and return a selfSignedCertificate object, which is the public part of the generated certificate. The self-signed signing certificate is composed of the following objects, which are added to the servicePrincipal: \n+ The keyCredentials object with the following objects:\n + A private key object with usage set to Sign.\n + A public key object with usage set to Verify.\n+ The passwordCredentials object. All the objects have the same value of customKeyIdentifier. The passwordCredential is used to open the PFX file (private key). It and the associated private key object have the same value of keyId. When set during creation through the displayName property, the subject of the certificate cannot be updated. The startDateTime is set to the same time the certificate is created using the action. The endDateTime can be up to three years after the certificate is created." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/serviceprincipal-addtokensigningcertificate?view=graph-rest-1.0 operationId: servicePrincipals.servicePrincipal.addTokenSigningCertificate requestBody: description: Action parameters content: application/json: schema: type: object properties: displayName: type: string nullable: true endDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string format: date-time nullable: true required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.selfSignedCertificate' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal '/servicePrincipals/{servicePrincipal-id}/checkMemberGroups': description: Provides operations to call the checkMemberGroups method. post: tags: - servicePrincipals.Actions summary: Invoke action checkMemberGroups description: 'Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0 operationId: servicePrincipals.servicePrincipal.checkMemberGroups requestBody: description: Action parameters content: application/json: schema: type: object properties: groupIds: type: array items: type: string required: true responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: type: string 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal '/servicePrincipals/{servicePrincipal-id}/checkMemberObjects': description: Provides operations to call the checkMemberObjects method. post: tags: - servicePrincipals.Actions summary: Invoke action checkMemberObjects operationId: servicePrincipals.servicePrincipal.checkMemberObjects requestBody: description: Action parameters content: application/json: schema: type: object properties: ids: type: array items: type: string required: true responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: type: string 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal '/servicePrincipals/{servicePrincipal-id}/getMemberGroups': description: Provides operations to call the getMemberGroups method. post: tags: - servicePrincipals.Actions summary: Invoke action getMemberGroups description: 'Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0 operationId: servicePrincipals.servicePrincipal.getMemberGroups requestBody: description: Action parameters content: application/json: schema: type: object properties: securityEnabledOnly: type: boolean default: false nullable: true required: true responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: type: string 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal '/servicePrincipals/{servicePrincipal-id}/getMemberObjects': description: Provides operations to call the getMemberObjects method. post: tags: - servicePrincipals.Actions summary: Invoke action getMemberObjects description: 'Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0 operationId: servicePrincipals.servicePrincipal.getMemberObjects requestBody: description: Action parameters content: application/json: schema: type: object properties: securityEnabledOnly: type: boolean default: false nullable: true required: true responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: type: string 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal '/servicePrincipals/{servicePrincipal-id}/removeKey': description: Provides operations to call the removeKey method. post: tags: - servicePrincipals.Actions summary: Invoke action removeKey description: 'Remove a key credential from a servicePrincipal. This method along with addKey can be used by a servicePrincipal to automate rolling its expiring keys. As part of the request validation for this method, a proof of possession of an existing key is verified before the action can be performed.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/serviceprincipal-removekey?view=graph-rest-1.0 operationId: servicePrincipals.servicePrincipal.removeKey requestBody: description: Action parameters content: application/json: schema: type: object properties: keyId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string format: uuid proof: type: string required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal '/servicePrincipals/{servicePrincipal-id}/removePassword': description: Provides operations to call the removePassword method. post: tags: - servicePrincipals.Actions summary: Invoke action removePassword description: Remove a password from a servicePrincipal object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/serviceprincipal-removepassword?view=graph-rest-1.0 operationId: servicePrincipals.servicePrincipal.removePassword requestBody: description: Action parameters content: application/json: schema: type: object properties: keyId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string format: uuid required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal '/servicePrincipals/{servicePrincipal-id}/restore': description: Provides operations to call the restore method. post: tags: - servicePrincipals.Actions summary: Invoke action restore description: 'Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. However, security groups cannot be restored. Also, restoring an application doesn''t restore the associated service principal automatically. You must call this API to explicitly restore the deleted service principal. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0 operationId: servicePrincipals.servicePrincipal.restore responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.directoryObject' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal '/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants': description: Provides operations to manage the oauth2PermissionGrants property of the microsoft.graph.servicePrincipal entity. get: tags: - servicePrincipals.oAuth2PermissionGrant summary: List oauth2PermissionGrants granted to a service principal description: 'Retrieve a list of oAuth2PermissionGrant entities, representing delegated permissions granted to the service principal (representing the client application) to access an API on behalf of a user.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/serviceprincipal-list-oauth2permissiongrants?view=graph-rest-1.0 operationId: servicePrincipals.ListOauth2PermissionGrants parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.oAuth2PermissionGrantCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal '/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants/{oAuth2PermissionGrant-id}': description: Provides operations to manage the oauth2PermissionGrants property of the microsoft.graph.servicePrincipal entity. get: tags: - servicePrincipals.oAuth2PermissionGrant summary: Get oauth2PermissionGrants from servicePrincipals description: Delegated permission grants authorizing this service principal to access an API on behalf of a signed-in user. Read-only. Nullable. operationId: servicePrincipals.GetOauth2PermissionGrants parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.oAuth2PermissionGrant' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal - name: oAuth2PermissionGrant-id in: path description: The unique identifier of oAuth2PermissionGrant required: true schema: type: string x-ms-docs-key-type: oAuth2PermissionGrant '/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants/$count': description: Provides operations to count the resources in the collection. get: tags: - servicePrincipals.oAuth2PermissionGrant summary: Get the number of the resource operationId: servicePrincipals.oauth2PermissionGrants.GetCount-f9dc parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal '/servicePrincipals/{servicePrincipal-id}/ownedObjects': description: Provides operations to manage the ownedObjects property of the microsoft.graph.servicePrincipal entity. get: tags: - servicePrincipals.directoryObject summary: Get ownedObjects from servicePrincipals description: 'Directory objects that this service principal owns. Read-only. Nullable. Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1).' operationId: servicePrincipals.ListOwnedObjects parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal '/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}': description: Provides operations to manage the ownedObjects property of the microsoft.graph.servicePrincipal entity. get: tags: - servicePrincipals.directoryObject summary: Get ownedObjects from servicePrincipals description: 'Directory objects that this service principal owns. Read-only. Nullable. Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1).' operationId: servicePrincipals.GetOwnedObjects parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/graph.application': description: Casts the previous resource to application. get: tags: - servicePrincipals.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.application operationId: servicePrincipals.GetOwnedObjects.AsApplication parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.application' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/graph.appRoleAssignment': description: Casts the previous resource to appRoleAssignment. get: tags: - servicePrincipals.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.appRoleAssignment operationId: servicePrincipals.GetOwnedObjects.AsAppRoleAssignment parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.appRoleAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/graph.endpoint': description: Casts the previous resource to endpoint. get: tags: - servicePrincipals.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.endpoint operationId: servicePrincipals.GetOwnedObjects.AsEndpoint parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.endpoint' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/graph.group': description: Casts the previous resource to group. get: tags: - servicePrincipals.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.group operationId: servicePrincipals.GetOwnedObjects.AsGroup parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.group' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/graph.servicePrincipal': description: Casts the previous resource to servicePrincipal. get: tags: - servicePrincipals.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.servicePrincipal operationId: servicePrincipals.GetOwnedObjects.AsServicePrincipal parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.servicePrincipal' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/servicePrincipals/{servicePrincipal-id}/ownedObjects/$count': description: Provides operations to count the resources in the collection. get: tags: - servicePrincipals.directoryObject summary: Get the number of the resource operationId: servicePrincipals.ownedObjects.GetCount-7ae7 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal '/servicePrincipals/{servicePrincipal-id}/ownedObjects/graph.application': description: Casts the previous resource to application. get: tags: - servicePrincipals.directoryObject summary: Get the items of type microsoft.graph.application in the microsoft.graph.directoryObject collection operationId: servicePrincipals.ListOwnedObjects.AsApplication parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.applicationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal '/servicePrincipals/{servicePrincipal-id}/ownedObjects/graph.application/$count': description: Provides operations to count the resources in the collection. get: tags: - servicePrincipals.directoryObject summary: Get the number of the resource operationId: servicePrincipals.OwnedObjects.GetCount.AsApplication-2b95 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal '/servicePrincipals/{servicePrincipal-id}/ownedObjects/graph.appRoleAssignment': description: Casts the previous resource to appRoleAssignment. get: tags: - servicePrincipals.directoryObject summary: Get the items of type microsoft.graph.appRoleAssignment in the microsoft.graph.directoryObject collection operationId: servicePrincipals.ListOwnedObjects.AsAppRoleAssignment parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.appRoleAssignmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal '/servicePrincipals/{servicePrincipal-id}/ownedObjects/graph.appRoleAssignment/$count': description: Provides operations to count the resources in the collection. get: tags: - servicePrincipals.directoryObject summary: Get the number of the resource operationId: servicePrincipals.OwnedObjects.GetCount.AsAppRoleAssignment-793c parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal '/servicePrincipals/{servicePrincipal-id}/ownedObjects/graph.endpoint': description: Casts the previous resource to endpoint. get: tags: - servicePrincipals.directoryObject summary: Get the items of type microsoft.graph.endpoint in the microsoft.graph.directoryObject collection operationId: servicePrincipals.ListOwnedObjects.AsEndpoint parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.endpointCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal '/servicePrincipals/{servicePrincipal-id}/ownedObjects/graph.endpoint/$count': description: Provides operations to count the resources in the collection. get: tags: - servicePrincipals.directoryObject summary: Get the number of the resource operationId: servicePrincipals.OwnedObjects.GetCount.AsEndpoint-4594 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal '/servicePrincipals/{servicePrincipal-id}/ownedObjects/graph.group': description: Casts the previous resource to group. get: tags: - servicePrincipals.directoryObject summary: Get the items of type microsoft.graph.group in the microsoft.graph.directoryObject collection operationId: servicePrincipals.ListOwnedObjects.AsGroup parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.groupCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal '/servicePrincipals/{servicePrincipal-id}/ownedObjects/graph.group/$count': description: Provides operations to count the resources in the collection. get: tags: - servicePrincipals.directoryObject summary: Get the number of the resource operationId: servicePrincipals.OwnedObjects.GetCount.AsGroup-fc2e parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal '/servicePrincipals/{servicePrincipal-id}/ownedObjects/graph.servicePrincipal': description: Casts the previous resource to servicePrincipal. get: tags: - servicePrincipals.directoryObject summary: Get the items of type microsoft.graph.servicePrincipal in the microsoft.graph.directoryObject collection operationId: servicePrincipals.ListOwnedObjects.AsServicePrincipal parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.servicePrincipalCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal '/servicePrincipals/{servicePrincipal-id}/ownedObjects/graph.servicePrincipal/$count': description: Provides operations to count the resources in the collection. get: tags: - servicePrincipals.directoryObject summary: Get the number of the resource operationId: servicePrincipals.OwnedObjects.GetCount.AsServicePrincipal-19c0 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal '/servicePrincipals/{servicePrincipal-id}/owners': description: Provides operations to manage the owners property of the microsoft.graph.servicePrincipal entity. get: tags: - servicePrincipals.directoryObject summary: 'servicePrincipals: List owners' description: Retrieve a list of owners of the servicePrincipal. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/serviceprincipal-list-owners?view=graph-rest-1.0 operationId: servicePrincipals.ListOwners parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal '/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/$ref': description: Provides operations to manage the collection of servicePrincipal entities. delete: tags: - servicePrincipals.directoryObject summary: Remove service principal owner description: 'Remove an owner from a servicePrincipal object. As a recommended best practice, service principals should have at least two owners.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/serviceprincipal-delete-owners?view=graph-rest-1.0 operationId: servicePrincipals.owners.DeleteRefDirectoryObject parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/graph.appRoleAssignment': description: Casts the previous resource to appRoleAssignment. get: tags: - servicePrincipals.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.appRoleAssignment operationId: servicePrincipals.GetOwners.AsAppRoleAssignment parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.appRoleAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/graph.endpoint': description: Casts the previous resource to endpoint. get: tags: - servicePrincipals.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.endpoint operationId: servicePrincipals.GetOwners.AsEndpoint parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.endpoint' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/graph.servicePrincipal': description: Casts the previous resource to servicePrincipal. get: tags: - servicePrincipals.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.servicePrincipal operationId: servicePrincipals.GetOwners.AsServicePrincipal parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.servicePrincipal' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/graph.user': description: Casts the previous resource to user. get: tags: - servicePrincipals.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.user operationId: servicePrincipals.GetOwners.AsUser parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/servicePrincipals/{servicePrincipal-id}/owners/$count': description: Provides operations to count the resources in the collection. get: tags: - servicePrincipals.directoryObject summary: Get the number of the resource operationId: servicePrincipals.owners.GetCount-ec9a parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal '/servicePrincipals/{servicePrincipal-id}/owners/$ref': description: Provides operations to manage the collection of servicePrincipal entities. get: tags: - servicePrincipals.directoryObject summary: 'servicePrincipals: List owners' description: Retrieve a list of owners of the servicePrincipal. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/serviceprincipal-list-owners?view=graph-rest-1.0 operationId: servicePrincipals.ListRefOwners parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/StringCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - servicePrincipals.directoryObject summary: 'servicePrincipal: Add owner' description: 'Use this API to add an owner for the servicePrincipal. Service principal owners can be users, the service principal itself, or other service principals.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/serviceprincipal-post-owners?view=graph-rest-1.0 operationId: servicePrincipals.CreateRefOwners requestBody: $ref: '#/components/requestBodies/refPostBody' responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - servicePrincipals.directoryObject summary: Remove service principal owner description: 'Remove an owner from a servicePrincipal object. As a recommended best practice, service principals should have at least two owners.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/serviceprincipal-delete-owners?view=graph-rest-1.0 operationId: servicePrincipals.DeleteRefOwners parameters: - name: If-Match in: header description: ETag schema: type: string - name: '@id' in: query description: The delete Uri required: true schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal '/servicePrincipals/{servicePrincipal-id}/owners/graph.appRoleAssignment': description: Casts the previous resource to appRoleAssignment. get: tags: - servicePrincipals.directoryObject summary: Get the items of type microsoft.graph.appRoleAssignment in the microsoft.graph.directoryObject collection operationId: servicePrincipals.ListOwners.AsAppRoleAssignment parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.appRoleAssignmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal '/servicePrincipals/{servicePrincipal-id}/owners/graph.appRoleAssignment/$count': description: Provides operations to count the resources in the collection. get: tags: - servicePrincipals.directoryObject summary: Get the number of the resource operationId: servicePrincipals.Owners.GetCount.AsAppRoleAssignment-abce parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal '/servicePrincipals/{servicePrincipal-id}/owners/graph.endpoint': description: Casts the previous resource to endpoint. get: tags: - servicePrincipals.directoryObject summary: Get the items of type microsoft.graph.endpoint in the microsoft.graph.directoryObject collection operationId: servicePrincipals.ListOwners.AsEndpoint parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.endpointCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal '/servicePrincipals/{servicePrincipal-id}/owners/graph.endpoint/$count': description: Provides operations to count the resources in the collection. get: tags: - servicePrincipals.directoryObject summary: Get the number of the resource operationId: servicePrincipals.Owners.GetCount.AsEndpoint-9454 parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal '/servicePrincipals/{servicePrincipal-id}/owners/graph.servicePrincipal': description: Casts the previous resource to servicePrincipal. get: tags: - servicePrincipals.directoryObject summary: Get the items of type microsoft.graph.servicePrincipal in the microsoft.graph.directoryObject collection operationId: servicePrincipals.ListOwners.AsServicePrincipal parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.servicePrincipalCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal '/servicePrincipals/{servicePrincipal-id}/owners/graph.servicePrincipal/$count': description: Provides operations to count the resources in the collection. get: tags: - servicePrincipals.directoryObject summary: Get the number of the resource operationId: servicePrincipals.Owners.GetCount.AsServicePrincipal-c35b parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal '/servicePrincipals/{servicePrincipal-id}/owners/graph.user': description: Casts the previous resource to user. get: tags: - servicePrincipals.directoryObject summary: Get the items of type microsoft.graph.user in the microsoft.graph.directoryObject collection operationId: servicePrincipals.ListOwners.AsUser parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.userCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal '/servicePrincipals/{servicePrincipal-id}/owners/graph.user/$count': description: Provides operations to count the resources in the collection. get: tags: - servicePrincipals.directoryObject summary: Get the number of the resource operationId: servicePrincipals.Owners.GetCount.AsUser-aab7 parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal '/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration': description: Provides operations to manage the remoteDesktopSecurityConfiguration property of the microsoft.graph.servicePrincipal entity. get: tags: - servicePrincipals.remoteDesktopSecurityConfiguration summary: Get remoteDesktopSecurityConfiguration description: Read the properties and relationships of a remoteDesktopSecurityConfiguration object on a servicePrincipal. Use this configuration to view the Microsoft Entra ID Remote Desktop Services (RDS) authentication protocol to authenticate a user to Microsoft Entra joined or Microsoft Entra hybrid joined devices. Additionally you can view any targetDeviceGroups that have been configured for SSO. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-get?view=graph-rest-1.0 operationId: servicePrincipals.GetRemoteDesktopSecurityConfiguration parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.remoteDesktopSecurityConfiguration' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - servicePrincipals.remoteDesktopSecurityConfiguration summary: Update remoteDesktopSecurityConfiguration description: Update the properties of a remoteDesktopSecurityConfiguration object on the servicePrincipal. Use this configuration to enable or disable the Microsoft Entra ID Remote Desktop Services (RDS) authentication protocol to authenticate a user to Microsoft Entra joined or Microsoft Entra hybrid joined devices. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-update?view=graph-rest-1.0 operationId: servicePrincipals.UpdateRemoteDesktopSecurityConfiguration requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.remoteDesktopSecurityConfiguration' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.remoteDesktopSecurityConfiguration' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - servicePrincipals.remoteDesktopSecurityConfiguration summary: Delete remoteDesktopSecurityConfiguration description: 'Delete a remoteDesktopSecurityConfiguration object on a servicePrincipal. Removing remoteDesktopSecurityConfiguration object on the servicePrincipal disables the Microsoft Entra ID Remote Desktop Services (RDS) authentication protocol to authenticate a user to Microsoft Entra joined or Microsoft Entra hybrid joined devices, and removes any target device groups that you configured for SSO.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/serviceprincipal-delete-remotedesktopsecurityconfiguration?view=graph-rest-1.0 operationId: servicePrincipals.DeleteRemoteDesktopSecurityConfiguration parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal '/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups': description: Provides operations to manage the targetDeviceGroups property of the microsoft.graph.remoteDesktopSecurityConfiguration entity. get: tags: - servicePrincipals.remoteDesktopSecurityConfiguration summary: List targetDeviceGroups description: Get a list of the targetDeviceGroup objects and their properties on the remoteDesktopSecurityConfiguration resource on the servicePrincipal. Any user authenticating using the Microsoft Entra ID Remote Desktop Services (RDS) authentication protocol to a Microsoft Entra joined or Microsoft Entra hybrid joined device that belongs to the targetDeviceGroup will get SSO. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-list-targetdevicegroups?view=graph-rest-1.0 operationId: servicePrincipals.remoteDesktopSecurityConfiguration.ListTargetDeviceGroups parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.targetDeviceGroupCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - servicePrincipals.remoteDesktopSecurityConfiguration summary: Create targetDeviceGroup description: Create a new targetDeviceGroup object for the remoteDesktopSecurityConfiguration object on the servicePrincipal. You can configure a maximum of 10 target device groups for the remoteDesktopSecurityConfiguraiton object on the servicePrincipal. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-post-targetdevicegroups?view=graph-rest-1.0 operationId: servicePrincipals.remoteDesktopSecurityConfiguration.CreateTargetDeviceGroups requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.targetDeviceGroup' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.targetDeviceGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal '/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/{targetDeviceGroup-id}': description: Provides operations to manage the targetDeviceGroups property of the microsoft.graph.remoteDesktopSecurityConfiguration entity. get: tags: - servicePrincipals.remoteDesktopSecurityConfiguration summary: Get targetDeviceGroup description: Read the properties and relationships of a targetDeviceGroup object for the remoteDesktopSecurityConfiguration object on the servicePrincipal. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/targetdevicegroup-get?view=graph-rest-1.0 operationId: servicePrincipals.remoteDesktopSecurityConfiguration.GetTargetDeviceGroups parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.targetDeviceGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - servicePrincipals.remoteDesktopSecurityConfiguration summary: Update targetDeviceGroup description: Update the properties of a targetDeviceGroup object for remoteDesktopSecurityConfiguration object on the servicePrincipal. You can configure a maximum of 10 target device groups for the remoteDesktopSecurityConfiguraiton object on the servicePrincipal. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/targetdevicegroup-update?view=graph-rest-1.0 operationId: servicePrincipals.remoteDesktopSecurityConfiguration.UpdateTargetDeviceGroups requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.targetDeviceGroup' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.targetDeviceGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - servicePrincipals.remoteDesktopSecurityConfiguration summary: Delete targetDeviceGroup description: Delete a targetDeviceGroup object for the remoteDesktopSecurityConfiguration object on the servicePrincipal. Any user authenticating using the Microsoft Entra ID Remote Desktop Services (RDS) authentication protocol to a Microsoft Entra joined or Microsoft Entra hybrid joined device that's in the removed targetDeviceGroup doesn't get SSO prompts. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-delete-targetdevicegroups?view=graph-rest-1.0 operationId: servicePrincipals.remoteDesktopSecurityConfiguration.DeleteTargetDeviceGroups parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal - name: targetDeviceGroup-id in: path description: The unique identifier of targetDeviceGroup required: true schema: type: string x-ms-docs-key-type: targetDeviceGroup '/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/$count': description: Provides operations to count the resources in the collection. get: tags: - servicePrincipals.remoteDesktopSecurityConfiguration summary: Get the number of the resource operationId: servicePrincipals.remoteDesktopSecurityConfiguration.targetDeviceGroups.GetCount-51f5 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal '/servicePrincipals/{servicePrincipal-id}/synchronization': description: Provides operations to manage the synchronization property of the microsoft.graph.servicePrincipal entity. get: tags: - servicePrincipals.synchronization summary: Get synchronization from servicePrincipals description: Represents the capability for Microsoft Entra identity synchronization through the Microsoft Graph API. operationId: servicePrincipals.GetSynchronization parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.synchronization' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation put: tags: - servicePrincipals.synchronization summary: Update the navigation property synchronization in servicePrincipals operationId: servicePrincipals.UpdateSynchronization requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.synchronization' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.synchronization' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - servicePrincipals.synchronization summary: Delete navigation property synchronization for servicePrincipals operationId: servicePrincipals.DeleteSynchronization parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal '/servicePrincipals/{servicePrincipal-id}/synchronization/jobs': description: Provides operations to manage the jobs property of the microsoft.graph.synchronization entity. get: tags: - servicePrincipals.synchronization summary: List synchronization jobs description: List existing jobs for a given application instance (service principal). externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/synchronization-synchronization-list-jobs?view=graph-rest-1.0 operationId: servicePrincipals.synchronization.ListJobs parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.synchronizationJobCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - servicePrincipals.synchronization summary: Create synchronizationJob description: Create new synchronization job with a default synchronization schema. The job is created in a disabled state. Call Start job to start synchronization. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/synchronization-synchronization-post-jobs?view=graph-rest-1.0 operationId: servicePrincipals.synchronization.CreateJobs requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.synchronizationJob' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.synchronizationJob' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal '/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}': description: Provides operations to manage the jobs property of the microsoft.graph.synchronization entity. get: tags: - servicePrincipals.synchronization summary: Get synchronizationJob description: Retrieve the existing synchronization job and its properties. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-get?view=graph-rest-1.0 operationId: servicePrincipals.synchronization.GetJobs parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.synchronizationJob' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - servicePrincipals.synchronization summary: Update the navigation property jobs in servicePrincipals operationId: servicePrincipals.synchronization.UpdateJobs requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.synchronizationJob' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.synchronizationJob' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - servicePrincipals.synchronization summary: Delete synchronizationJob description: 'Stop the synchronization job, and permanently delete all the state associated with it. Synchronized accounts are left as-is.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-delete?view=graph-rest-1.0 operationId: servicePrincipals.synchronization.DeleteJobs parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal - name: synchronizationJob-id in: path description: The unique identifier of synchronizationJob required: true schema: type: string x-ms-docs-key-type: synchronizationJob '/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload': description: Provides operations to manage the bulkUpload property of the microsoft.graph.synchronizationJob entity. get: tags: - servicePrincipals.synchronization summary: Get bulkUpload from servicePrincipals description: The bulk upload operation for the job. operationId: servicePrincipals.synchronization.jobs.GetBulkUpload parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.bulkUpload' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - servicePrincipals.synchronization summary: Update the navigation property bulkUpload in servicePrincipals operationId: servicePrincipals.synchronization.jobs.UpdateBulkUpload requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.bulkUpload' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.bulkUpload' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - servicePrincipals.synchronization summary: Delete navigation property bulkUpload for servicePrincipals operationId: servicePrincipals.synchronization.jobs.DeleteBulkUpload parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal - name: synchronizationJob-id in: path description: The unique identifier of synchronizationJob required: true schema: type: string x-ms-docs-key-type: synchronizationJob '/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value': description: Provides operations to manage the media for the servicePrincipal entity. get: tags: - servicePrincipals.synchronization summary: Get media content for the navigation property bulkUpload from servicePrincipals description: The bulk upload operation for the job. operationId: servicePrincipals.synchronization.jobs.GetBulkUploadContent responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - servicePrincipals.synchronization summary: Update media content for the navigation property bulkUpload in servicePrincipals description: The bulk upload operation for the job. operationId: servicePrincipals.synchronization.jobs.UpdateBulkUploadContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - servicePrincipals.synchronization summary: Delete media content for the navigation property bulkUpload in servicePrincipals description: The bulk upload operation for the job. operationId: servicePrincipals.synchronization.jobs.DeleteBulkUploadContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal - name: synchronizationJob-id in: path description: The unique identifier of synchronizationJob required: true schema: type: string x-ms-docs-key-type: synchronizationJob '/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/pause': description: Provides operations to call the pause method. post: tags: - servicePrincipals.Actions summary: Invoke action pause description: 'Temporarily stop a running synchronization job. All the progress, including job state, is persisted, and the job will continue from where it left off when a start call is made.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-pause?view=graph-rest-1.0 operationId: servicePrincipals.servicePrincipal.synchronization.jobs.synchronizationJob.pause responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal - name: synchronizationJob-id in: path description: The unique identifier of synchronizationJob required: true schema: type: string x-ms-docs-key-type: synchronizationJob '/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/provisionOnDemand': description: Provides operations to call the provisionOnDemand method. post: tags: - servicePrincipals.Actions summary: Invoke action provisionOnDemand description: Select a user and provision the account on-demand. The rate limit for this API is 5 requests per 10 seconds. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-provisionondemand?view=graph-rest-1.0 operationId: servicePrincipals.servicePrincipal.synchronization.jobs.synchronizationJob.provisionOnDemand requestBody: description: Action parameters content: application/json: schema: type: object properties: parameters: type: array items: $ref: '#/components/schemas/microsoft.graph.synchronizationJobApplicationParameters' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.stringKeyStringValuePair' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal - name: synchronizationJob-id in: path description: The unique identifier of synchronizationJob required: true schema: type: string x-ms-docs-key-type: synchronizationJob '/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/restart': description: Provides operations to call the restart method. post: tags: - servicePrincipals.Actions summary: Invoke action restart description: 'Restart a stopped synchronization job, forcing it to reprocess all the objects in the directory. Optionally clears existing the synchronization state and previous errors.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-restart?view=graph-rest-1.0 operationId: servicePrincipals.servicePrincipal.synchronization.jobs.synchronizationJob.restart requestBody: description: Action parameters content: application/json: schema: type: object properties: criteria: anyOf: - $ref: '#/components/schemas/microsoft.graph.synchronizationJobRestartCriteria' - type: object nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal - name: synchronizationJob-id in: path description: The unique identifier of synchronizationJob required: true schema: type: string x-ms-docs-key-type: synchronizationJob '/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/start': description: Provides operations to call the start method. post: tags: - servicePrincipals.Actions summary: Invoke action start description: 'Start an existing synchronization job. If the job is in a paused state, it continues processing changes from the point where it was paused. If the job is in quarantine, the quarantine status is cleared. Don''t create scripts to call the start job continuously while it''s running because that can cause the service to stop running. Use the start job only when the job is currently paused or in quarantine. ' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-start?view=graph-rest-1.0 operationId: servicePrincipals.servicePrincipal.synchronization.jobs.synchronizationJob.start responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal - name: synchronizationJob-id in: path description: The unique identifier of synchronizationJob required: true schema: type: string x-ms-docs-key-type: synchronizationJob '/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/validateCredentials': description: Provides operations to call the validateCredentials method. post: tags: - servicePrincipals.Actions summary: Invoke action validateCredentials description: Validate that the credentials are valid in the tenant. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-validatecredentials?view=graph-rest-1.0 operationId: servicePrincipals.servicePrincipal.synchronization.jobs.synchronizationJob.validateCredentials requestBody: description: Action parameters content: application/json: schema: type: object properties: applicationIdentifier: type: string nullable: true templateId: type: string nullable: true useSavedCredentials: type: boolean default: false nullable: true credentials: type: array items: $ref: '#/components/schemas/microsoft.graph.synchronizationSecretKeyStringValuePair' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal - name: synchronizationJob-id in: path description: The unique identifier of synchronizationJob required: true schema: type: string x-ms-docs-key-type: synchronizationJob x-ms-docs-grouped-path: - '/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/validateCredentials' '/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema': description: Provides operations to manage the schema property of the microsoft.graph.synchronizationJob entity. get: tags: - servicePrincipals.synchronization summary: Get synchronizationSchema description: Retrieve the schema for a given synchronization job or template. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-get?view=graph-rest-1.0 operationId: servicePrincipals.synchronization.jobs.GetSchema parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.synchronizationSchema' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - servicePrincipals.synchronization summary: Update synchronizationSchema description: 'Update the synchronization schema for a given job or template. This method fully replaces the current schema with the one provided in the request. To update the schema of a template, make the call on the application object. You must be the owner of the application.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-update?view=graph-rest-1.0 operationId: servicePrincipals.synchronization.jobs.UpdateSchema requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.synchronizationSchema' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.synchronizationSchema' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - servicePrincipals.synchronization summary: Delete navigation property schema for servicePrincipals operationId: servicePrincipals.synchronization.jobs.DeleteSchema parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal - name: synchronizationJob-id in: path description: The unique identifier of synchronizationJob required: true schema: type: string x-ms-docs-key-type: synchronizationJob '/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories': description: Provides operations to manage the directories property of the microsoft.graph.synchronizationSchema entity. get: tags: - servicePrincipals.synchronization summary: Get directories from servicePrincipals description: Contains the collection of directories and all of their objects. operationId: servicePrincipals.synchronization.jobs.schema.ListDirectories parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.directoryDefinitionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - servicePrincipals.synchronization summary: Create new navigation property to directories for servicePrincipals operationId: servicePrincipals.synchronization.jobs.schema.CreateDirectories requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryDefinition' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal - name: synchronizationJob-id in: path description: The unique identifier of synchronizationJob required: true schema: type: string x-ms-docs-key-type: synchronizationJob x-ms-docs-grouped-path: - '/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories' '/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}': description: Provides operations to manage the directories property of the microsoft.graph.synchronizationSchema entity. get: tags: - servicePrincipals.synchronization summary: Get directories from servicePrincipals description: Contains the collection of directories and all of their objects. operationId: servicePrincipals.synchronization.jobs.schema.GetDirectories parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - servicePrincipals.synchronization summary: Update the navigation property directories in servicePrincipals operationId: servicePrincipals.synchronization.jobs.schema.UpdateDirectories requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryDefinition' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - servicePrincipals.synchronization summary: Delete navigation property directories for servicePrincipals operationId: servicePrincipals.synchronization.jobs.schema.DeleteDirectories parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal - name: synchronizationJob-id in: path description: The unique identifier of synchronizationJob required: true schema: type: string x-ms-docs-key-type: synchronizationJob - name: directoryDefinition-id in: path description: The unique identifier of directoryDefinition required: true schema: type: string x-ms-docs-key-type: directoryDefinition x-ms-docs-grouped-path: - '/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}' '/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}/discover': description: Provides operations to call the discover method. post: tags: - servicePrincipals.Actions summary: Invoke action discover description: 'Discover the latest schema definition for provisioning to an application. ' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-1.0 operationId: servicePrincipals.servicePrincipal.synchronization.jobs.synchronizationJob.schema.directories.directoryDefinition.discover responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.directoryDefinition' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal - name: synchronizationJob-id in: path description: The unique identifier of synchronizationJob required: true schema: type: string x-ms-docs-key-type: synchronizationJob - name: directoryDefinition-id in: path description: The unique identifier of directoryDefinition required: true schema: type: string x-ms-docs-key-type: directoryDefinition x-ms-docs-grouped-path: - '/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}/discover' '/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/$count': description: Provides operations to count the resources in the collection. get: tags: - servicePrincipals.synchronization summary: Get the number of the resource operationId: servicePrincipals.synchronization.jobs.schema.directories.GetCount-af56 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal - name: synchronizationJob-id in: path description: The unique identifier of synchronizationJob required: true schema: type: string x-ms-docs-key-type: synchronizationJob '/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/filterOperators()': description: Provides operations to call the filterOperators method. get: tags: - servicePrincipals.Functions summary: Invoke function filterOperators description: List all operators supported in the scoping filters. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-1.0 operationId: servicePrincipals.servicePrincipal.synchronization.jobs.synchronizationJob.schema.filterOperators parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of filterOperatorSchema type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.filterOperatorSchema' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal - name: synchronizationJob-id in: path description: The unique identifier of synchronizationJob required: true schema: type: string x-ms-docs-key-type: synchronizationJob x-ms-docs-grouped-path: - '/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/filterOperators()' '/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/functions()': description: Provides operations to call the functions method. get: tags: - servicePrincipals.Functions summary: Invoke function functions description: List all the functions currently supported in the attributeMappingSource. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-1.0 operationId: servicePrincipals.servicePrincipal.synchronization.jobs.synchronizationJob.schema.functions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of attributeMappingFunctionSchema type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.attributeMappingFunctionSchema' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal - name: synchronizationJob-id in: path description: The unique identifier of synchronizationJob required: true schema: type: string x-ms-docs-key-type: synchronizationJob x-ms-docs-grouped-path: - '/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/functions()' '/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/parseExpression': description: Provides operations to call the parseExpression method. post: tags: - servicePrincipals.Actions summary: Invoke action parseExpression description: 'Parse a given string expression into an attributeMappingSource object. For more information about expressions, see Writing Expressions for Attribute Mappings in Microsoft Entra ID.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-1.0 operationId: servicePrincipals.servicePrincipal.synchronization.jobs.synchronizationJob.schema.parseExpression requestBody: description: Action parameters content: application/json: schema: type: object properties: expression: type: string nullable: true testInputObject: anyOf: - $ref: '#/components/schemas/microsoft.graph.expressionInputObject' - type: object nullable: true targetAttributeDefinition: anyOf: - $ref: '#/components/schemas/microsoft.graph.attributeDefinition' - type: object nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.parseExpressionResponse' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal - name: synchronizationJob-id in: path description: The unique identifier of synchronizationJob required: true schema: type: string x-ms-docs-key-type: synchronizationJob x-ms-docs-grouped-path: - '/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/parseExpression' '/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/$count': description: Provides operations to count the resources in the collection. get: tags: - servicePrincipals.synchronization summary: Get the number of the resource operationId: servicePrincipals.synchronization.jobs.GetCount-5eba parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal '/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/validateCredentials': description: Provides operations to call the validateCredentials method. post: tags: - servicePrincipals.Actions summary: Invoke action validateCredentials operationId: servicePrincipals.servicePrincipal.synchronization.jobs.validateCredentials requestBody: description: Action parameters content: application/json: schema: type: object properties: applicationIdentifier: type: string nullable: true templateId: type: string nullable: true useSavedCredentials: type: boolean default: false nullable: true credentials: type: array items: $ref: '#/components/schemas/microsoft.graph.synchronizationSecretKeyStringValuePair' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal x-ms-docs-grouped-path: - '/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/validateCredentials' '/servicePrincipals/{servicePrincipal-id}/synchronization/acquireAccessToken': description: Provides operations to call the acquireAccessToken method. post: tags: - servicePrincipals.Actions summary: Invoke action acquireAccessToken description: Acquire an OAuth access token to authorize the Microsoft Entra provisioning service to provision users into an application. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/synchronization-synchronization-acquireaccesstoken?view=graph-rest-1.0 operationId: servicePrincipals.servicePrincipal.synchronization.acquireAccessToken requestBody: description: Action parameters content: application/json: schema: type: object properties: credentials: type: array items: $ref: '#/components/schemas/microsoft.graph.synchronizationSecretKeyStringValuePair' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal '/servicePrincipals/{servicePrincipal-id}/synchronization/secrets': put: tags: - servicePrincipals.synchronization summary: Add synchronization secrets description: Provide credentials for establishing connectivity with the target system. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/synchronization-serviceprincipal-put-synchronization?view=graph-rest-1.0 operationId: servicePrincipals.synchronization.UpdateSecrets requestBody: description: New property values content: application/json: schema: type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.synchronizationSecretKeyStringValuePair' required: true responses: 2XX: description: Success content: application/json: schema: type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.synchronizationSecretKeyStringValuePair' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal '/servicePrincipals/{servicePrincipal-id}/synchronization/secrets/$count': description: Provides operations to count the resources in the collection. get: tags: - servicePrincipals.synchronization summary: Get the number of the resource operationId: servicePrincipals.synchronization.Secrets.GetCount-65c9 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal '/servicePrincipals/{servicePrincipal-id}/synchronization/templates': description: Provides operations to manage the templates property of the microsoft.graph.synchronization entity. get: tags: - servicePrincipals.synchronization summary: List existing synchronization templates description: List the synchronization templates associated with a given application or service principal. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/synchronization-synchronization-list-templates?view=graph-rest-1.0 operationId: servicePrincipals.synchronization.ListTemplates parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.synchronizationTemplateCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - servicePrincipals.synchronization summary: Create new navigation property to templates for servicePrincipals operationId: servicePrincipals.synchronization.CreateTemplates requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.synchronizationTemplate' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.synchronizationTemplate' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal '/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}': description: Provides operations to manage the templates property of the microsoft.graph.synchronization entity. get: tags: - servicePrincipals.synchronization summary: Get templates from servicePrincipals description: Preconfigured synchronization settings for a particular application. operationId: servicePrincipals.synchronization.GetTemplates parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.synchronizationTemplate' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - servicePrincipals.synchronization summary: Update the navigation property templates in servicePrincipals operationId: servicePrincipals.synchronization.UpdateTemplates requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.synchronizationTemplate' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.synchronizationTemplate' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - servicePrincipals.synchronization summary: Delete navigation property templates for servicePrincipals operationId: servicePrincipals.synchronization.DeleteTemplates parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal - name: synchronizationTemplate-id in: path description: The unique identifier of synchronizationTemplate required: true schema: type: string x-ms-docs-key-type: synchronizationTemplate '/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema': description: Provides operations to manage the schema property of the microsoft.graph.synchronizationTemplate entity. get: tags: - servicePrincipals.synchronization summary: Get schema from servicePrincipals description: Default synchronization schema for the jobs based on this template. operationId: servicePrincipals.synchronization.templates.GetSchema parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.synchronizationSchema' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - servicePrincipals.synchronization summary: Update the navigation property schema in servicePrincipals operationId: servicePrincipals.synchronization.templates.UpdateSchema requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.synchronizationSchema' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.synchronizationSchema' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - servicePrincipals.synchronization summary: Delete navigation property schema for servicePrincipals operationId: servicePrincipals.synchronization.templates.DeleteSchema parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal - name: synchronizationTemplate-id in: path description: The unique identifier of synchronizationTemplate required: true schema: type: string x-ms-docs-key-type: synchronizationTemplate '/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories': description: Provides operations to manage the directories property of the microsoft.graph.synchronizationSchema entity. get: tags: - servicePrincipals.synchronization summary: Get directories from servicePrincipals description: Contains the collection of directories and all of their objects. operationId: servicePrincipals.synchronization.templates.schema.ListDirectories parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.directoryDefinitionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - servicePrincipals.synchronization summary: Create new navigation property to directories for servicePrincipals operationId: servicePrincipals.synchronization.templates.schema.CreateDirectories requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryDefinition' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal - name: synchronizationTemplate-id in: path description: The unique identifier of synchronizationTemplate required: true schema: type: string x-ms-docs-key-type: synchronizationTemplate x-ms-docs-grouped-path: - '/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories' '/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}': description: Provides operations to manage the directories property of the microsoft.graph.synchronizationSchema entity. get: tags: - servicePrincipals.synchronization summary: Get directories from servicePrincipals description: Contains the collection of directories and all of their objects. operationId: servicePrincipals.synchronization.templates.schema.GetDirectories parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - servicePrincipals.synchronization summary: Update the navigation property directories in servicePrincipals operationId: servicePrincipals.synchronization.templates.schema.UpdateDirectories requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryDefinition' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - servicePrincipals.synchronization summary: Delete navigation property directories for servicePrincipals operationId: servicePrincipals.synchronization.templates.schema.DeleteDirectories parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal - name: synchronizationTemplate-id in: path description: The unique identifier of synchronizationTemplate required: true schema: type: string x-ms-docs-key-type: synchronizationTemplate - name: directoryDefinition-id in: path description: The unique identifier of directoryDefinition required: true schema: type: string x-ms-docs-key-type: directoryDefinition x-ms-docs-grouped-path: - '/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}' '/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}/discover': description: Provides operations to call the discover method. post: tags: - servicePrincipals.Actions summary: Invoke action discover description: 'Discover the latest schema definition for provisioning to an application. ' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-1.0 operationId: servicePrincipals.servicePrincipal.synchronization.templates.synchronizationTemplate.schema.directories.directoryDefinition.discover responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.directoryDefinition' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal - name: synchronizationTemplate-id in: path description: The unique identifier of synchronizationTemplate required: true schema: type: string x-ms-docs-key-type: synchronizationTemplate - name: directoryDefinition-id in: path description: The unique identifier of directoryDefinition required: true schema: type: string x-ms-docs-key-type: directoryDefinition x-ms-docs-grouped-path: - '/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}/discover' '/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/$count': description: Provides operations to count the resources in the collection. get: tags: - servicePrincipals.synchronization summary: Get the number of the resource operationId: servicePrincipals.synchronization.templates.schema.directories.GetCount-f937 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal - name: synchronizationTemplate-id in: path description: The unique identifier of synchronizationTemplate required: true schema: type: string x-ms-docs-key-type: synchronizationTemplate '/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/filterOperators()': description: Provides operations to call the filterOperators method. get: tags: - servicePrincipals.Functions summary: Invoke function filterOperators description: List all operators supported in the scoping filters. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-1.0 operationId: servicePrincipals.servicePrincipal.synchronization.templates.synchronizationTemplate.schema.filterOperators parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of filterOperatorSchema type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.filterOperatorSchema' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal - name: synchronizationTemplate-id in: path description: The unique identifier of synchronizationTemplate required: true schema: type: string x-ms-docs-key-type: synchronizationTemplate x-ms-docs-grouped-path: - '/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/filterOperators()' '/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/functions()': description: Provides operations to call the functions method. get: tags: - servicePrincipals.Functions summary: Invoke function functions description: List all the functions currently supported in the attributeMappingSource. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-1.0 operationId: servicePrincipals.servicePrincipal.synchronization.templates.synchronizationTemplate.schema.functions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of attributeMappingFunctionSchema type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.attributeMappingFunctionSchema' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal - name: synchronizationTemplate-id in: path description: The unique identifier of synchronizationTemplate required: true schema: type: string x-ms-docs-key-type: synchronizationTemplate x-ms-docs-grouped-path: - '/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/functions()' '/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/parseExpression': description: Provides operations to call the parseExpression method. post: tags: - servicePrincipals.Actions summary: Invoke action parseExpression description: 'Parse a given string expression into an attributeMappingSource object. For more information about expressions, see Writing Expressions for Attribute Mappings in Microsoft Entra ID.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-1.0 operationId: servicePrincipals.servicePrincipal.synchronization.templates.synchronizationTemplate.schema.parseExpression requestBody: description: Action parameters content: application/json: schema: type: object properties: expression: type: string nullable: true testInputObject: anyOf: - $ref: '#/components/schemas/microsoft.graph.expressionInputObject' - type: object nullable: true targetAttributeDefinition: anyOf: - $ref: '#/components/schemas/microsoft.graph.attributeDefinition' - type: object nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.parseExpressionResponse' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal - name: synchronizationTemplate-id in: path description: The unique identifier of synchronizationTemplate required: true schema: type: string x-ms-docs-key-type: synchronizationTemplate x-ms-docs-grouped-path: - '/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/parseExpression' '/servicePrincipals/{servicePrincipal-id}/synchronization/templates/$count': description: Provides operations to count the resources in the collection. get: tags: - servicePrincipals.synchronization summary: Get the number of the resource operationId: servicePrincipals.synchronization.templates.GetCount-1c9d parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal '/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies': description: Provides operations to manage the tokenIssuancePolicies property of the microsoft.graph.servicePrincipal entity. get: tags: - servicePrincipals.tokenIssuancePolicy summary: Get tokenIssuancePolicies from servicePrincipals description: The tokenIssuancePolicies assigned to this service principal. operationId: servicePrincipals.ListTokenIssuancePolicies parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.tokenIssuancePolicyCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal '/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies/{tokenIssuancePolicy-id}': description: Provides operations to manage the tokenIssuancePolicies property of the microsoft.graph.servicePrincipal entity. get: tags: - servicePrincipals.tokenIssuancePolicy summary: Get tokenIssuancePolicies from servicePrincipals description: The tokenIssuancePolicies assigned to this service principal. operationId: servicePrincipals.GetTokenIssuancePolicies parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.tokenIssuancePolicy' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal - name: tokenIssuancePolicy-id in: path description: The unique identifier of tokenIssuancePolicy required: true schema: type: string x-ms-docs-key-type: tokenIssuancePolicy '/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies/$count': description: Provides operations to count the resources in the collection. get: tags: - servicePrincipals.tokenIssuancePolicy summary: Get the number of the resource operationId: servicePrincipals.tokenIssuancePolicies.GetCount-578b parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal '/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies': description: Provides operations to manage the tokenLifetimePolicies property of the microsoft.graph.servicePrincipal entity. get: tags: - servicePrincipals.tokenLifetimePolicy summary: List assigned tokenLifetimePolicies description: List the tokenLifetimePolicy objects that are assigned to a servicePrincipal. Only one object is returned in the collection because only one tokenLifetimePolicy can be assigned to a service principal. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/serviceprincipal-list-tokenlifetimepolicies?view=graph-rest-1.0 operationId: servicePrincipals.ListTokenLifetimePolicies parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.tokenLifetimePolicyCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal '/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies/{tokenLifetimePolicy-id}': description: Provides operations to manage the tokenLifetimePolicies property of the microsoft.graph.servicePrincipal entity. get: tags: - servicePrincipals.tokenLifetimePolicy summary: Get tokenLifetimePolicies from servicePrincipals description: The tokenLifetimePolicies assigned to this service principal. operationId: servicePrincipals.GetTokenLifetimePolicies parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.tokenLifetimePolicy' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal - name: tokenLifetimePolicy-id in: path description: The unique identifier of tokenLifetimePolicy required: true schema: type: string x-ms-docs-key-type: tokenLifetimePolicy '/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies/$count': description: Provides operations to count the resources in the collection. get: tags: - servicePrincipals.tokenLifetimePolicy summary: Get the number of the resource operationId: servicePrincipals.tokenLifetimePolicies.GetCount-4121 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal '/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf': description: Provides operations to manage the transitiveMemberOf property of the microsoft.graph.servicePrincipal entity. get: tags: - servicePrincipals.directoryObject summary: List servicePrincipal transitive memberOf description: Get the groups and directory roles that this servicePrincipal is a member of. This operation is transitive and will include all groups that this service principal is a nested member of. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/serviceprincipal-list-transitivememberof?view=graph-rest-1.0 operationId: servicePrincipals.ListTransitiveMemberOf parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal '/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}': description: Provides operations to manage the transitiveMemberOf property of the microsoft.graph.servicePrincipal entity. get: tags: - servicePrincipals.directoryObject summary: Get transitiveMemberOf from servicePrincipals operationId: servicePrincipals.GetTransitiveMemberOf parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/graph.administrativeUnit': description: Casts the previous resource to administrativeUnit. get: tags: - servicePrincipals.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.administrativeUnit operationId: servicePrincipals.GetTransitiveMemberOf.AsAdministrativeUnit parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.administrativeUnit' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/graph.directoryRole': description: Casts the previous resource to directoryRole. get: tags: - servicePrincipals.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.directoryRole operationId: servicePrincipals.GetTransitiveMemberOf.AsDirectoryRole parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryRole' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/graph.group': description: Casts the previous resource to group. get: tags: - servicePrincipals.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.group operationId: servicePrincipals.GetTransitiveMemberOf.AsGroup parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.group' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/$count': description: Provides operations to count the resources in the collection. get: tags: - servicePrincipals.directoryObject summary: Get the number of the resource operationId: servicePrincipals.transitiveMemberOf.GetCount-4794 parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal '/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/graph.administrativeUnit': description: Casts the previous resource to administrativeUnit. get: tags: - servicePrincipals.directoryObject summary: Get the items of type microsoft.graph.administrativeUnit in the microsoft.graph.directoryObject collection operationId: servicePrincipals.ListTransitiveMemberOf.AsAdministrativeUnit parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.administrativeUnitCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal '/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/graph.administrativeUnit/$count': description: Provides operations to count the resources in the collection. get: tags: - servicePrincipals.directoryObject summary: Get the number of the resource operationId: servicePrincipals.TransitiveMemberOf.GetCount.AsAdministrativeUnit-4450 parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal '/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/graph.directoryRole': description: Casts the previous resource to directoryRole. get: tags: - servicePrincipals.directoryObject summary: Get the items of type microsoft.graph.directoryRole in the microsoft.graph.directoryObject collection operationId: servicePrincipals.ListTransitiveMemberOf.AsDirectoryRole parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.directoryRoleCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal '/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/graph.directoryRole/$count': description: Provides operations to count the resources in the collection. get: tags: - servicePrincipals.directoryObject summary: Get the number of the resource operationId: servicePrincipals.TransitiveMemberOf.GetCount.AsDirectoryRole-8951 parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal '/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/graph.group': description: Casts the previous resource to group. get: tags: - servicePrincipals.directoryObject summary: Get the items of type microsoft.graph.group in the microsoft.graph.directoryObject collection operationId: servicePrincipals.ListTransitiveMemberOf.AsGroup parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.groupCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal '/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/graph.group/$count': description: Provides operations to count the resources in the collection. get: tags: - servicePrincipals.directoryObject summary: Get the number of the resource operationId: servicePrincipals.TransitiveMemberOf.GetCount.AsGroup-e005 parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: servicePrincipal-id in: path description: The unique identifier of servicePrincipal required: true schema: type: string x-ms-docs-key-type: servicePrincipal '/servicePrincipals(appId=''{appId}'')': description: Provides operations to manage the collection of servicePrincipal entities. get: tags: - servicePrincipals.servicePrincipal summary: Get servicePrincipal description: Retrieve the properties and relationships of a servicePrincipal object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/serviceprincipal-get?view=graph-rest-1.0 operationId: servicePrincipals.servicePrincipal.GetServicePrincipalByAppId parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.servicePrincipal' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - servicePrincipals.servicePrincipal summary: Upsert servicePrincipal description: 'Create a new servicePrincipal object if it doesn''t exist, or update the properties of an existing servicePrincipal object.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/serviceprincipal-upsert?view=graph-rest-1.0 operationId: servicePrincipals.servicePrincipal.UpdateServicePrincipalByAppId requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.servicePrincipal' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.servicePrincipal' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - servicePrincipals.servicePrincipal summary: Delete servicePrincipal description: Delete a servicePrincipal object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/serviceprincipal-delete?view=graph-rest-1.0 operationId: servicePrincipals.servicePrincipal.DeleteServicePrincipalByAppId parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: appId in: path description: Alternate key of servicePrincipal required: true schema: type: string nullable: true /servicePrincipals/$count: description: Provides operations to count the resources in the collection. get: tags: - servicePrincipals.servicePrincipal summary: Get the number of the resource operationId: servicePrincipals.GetCount-da6d parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /servicePrincipals/delta(): description: Provides operations to call the delta method. get: tags: - servicePrincipals.Functions summary: Invoke function delta description: 'Get newly created, updated, or deleted service principals without having to perform a full read of the entire resource collection.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/serviceprincipal-delta?view=graph-rest-1.0 operationId: servicePrincipals.delta parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of servicePrincipal type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.servicePrincipal' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-grouped-path: - /servicePrincipals/delta() /servicePrincipals/getAvailableExtensionProperties: description: Provides operations to call the getAvailableExtensionProperties method. post: tags: - servicePrincipals.Actions summary: Invoke action getAvailableExtensionProperties description: 'Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties:' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0 operationId: servicePrincipals.getAvailableExtensionProperties requestBody: description: Action parameters content: application/json: schema: type: object properties: isSyncedFromOnPremises: type: boolean default: false nullable: true required: true responses: 2XX: description: Success content: application/json: schema: title: Collection of extensionProperty type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.extensionProperty' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /servicePrincipals/getByIds: description: Provides operations to call the getByIds method. post: tags: - servicePrincipals.Actions summary: Invoke action getByIds description: 'Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to:' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0 operationId: servicePrincipals.getByIds requestBody: description: Action parameters content: application/json: schema: type: object properties: ids: type: array items: type: string types: type: array items: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: title: Collection of directoryObject type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /servicePrincipals/validateProperties: description: Provides operations to call the validateProperties method. post: tags: - servicePrincipals.Actions summary: Invoke action validateProperties description: "Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:\n1. Validate the prefix and suffix naming policy\n2. Validate the custom banned words policy\n3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0 operationId: servicePrincipals.validateProperties requestBody: description: Action parameters content: application/json: schema: type: object properties: entityType: type: string nullable: true displayName: type: string nullable: true mailNickname: type: string nullable: true onBehalfOfUserId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string format: uuid nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action /shares: description: Provides operations to manage the collection of sharedDriveItem entities. get: tags: - shares.sharedDriveItem summary: Accessing shared DriveItems description: 'Access a shared DriveItem or a collection of shared items by using a shareId or sharing URL. To use a sharing URL with this API, your app needs to transform the URL into a sharing token.' operationId: shares.sharedDriveItem.ListSharedDriveItem parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.sharedDriveItemCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - shares.sharedDriveItem summary: Add new entity to shares operationId: shares.sharedDriveItem.CreateSharedDriveItem requestBody: description: New entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharedDriveItem' required: true responses: 2XX: description: Created entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharedDriveItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/shares/{sharedDriveItem-id}': description: Provides operations to manage the collection of sharedDriveItem entities. get: tags: - shares.sharedDriveItem summary: Accessing shared DriveItems description: 'Access a shared DriveItem or a collection of shared items by using a shareId or sharing URL. To use a sharing URL with this API, your app needs to transform the URL into a sharing token.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/shares-get?view=graph-rest-1.0 operationId: shares.sharedDriveItem.GetSharedDriveItem parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharedDriveItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - shares.sharedDriveItem summary: Update entity in shares operationId: shares.sharedDriveItem.UpdateSharedDriveItem requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharedDriveItem' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharedDriveItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - shares.sharedDriveItem summary: Delete entity from shares operationId: shares.sharedDriveItem.DeleteSharedDriveItem parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: sharedDriveItem-id in: path description: The unique identifier of sharedDriveItem required: true schema: type: string x-ms-docs-key-type: sharedDriveItem '/shares/{sharedDriveItem-id}/createdByUser': description: Provides operations to manage the createdByUser property of the microsoft.graph.baseItem entity. get: tags: - shares.user summary: Get createdByUser from shares description: Identity of the user who created the item. Read-only. operationId: shares.GetCreatedByUser parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: sharedDriveItem-id in: path description: The unique identifier of sharedDriveItem required: true schema: type: string x-ms-docs-key-type: sharedDriveItem x-ms-docs-grouped-path: - '/shares/{sharedDriveItem-id}/list/createdByUser' - '/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser' '/shares/{sharedDriveItem-id}/createdByUser/mailboxSettings': get: tags: - shares.user summary: Get mailboxSettings property value description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' operationId: shares.createdByUser.GetMailboxSettings parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' patch: tags: - shares.user summary: Update property mailboxSettings value. operationId: shares.createdByUser.UpdateMailboxSettings requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: sharedDriveItem-id in: path description: The unique identifier of sharedDriveItem required: true schema: type: string x-ms-docs-key-type: sharedDriveItem '/shares/{sharedDriveItem-id}/createdByUser/serviceProvisioningErrors': get: tags: - shares.user summary: Get serviceProvisioningErrors property value description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' operationId: shares.createdByUser.ListServiceProvisioningErrors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: sharedDriveItem-id in: path description: The unique identifier of sharedDriveItem required: true schema: type: string x-ms-docs-key-type: sharedDriveItem '/shares/{sharedDriveItem-id}/createdByUser/serviceProvisioningErrors/$count': description: Provides operations to count the resources in the collection. get: tags: - shares.user summary: Get the number of the resource operationId: shares.createdByUser.ServiceProvisioningErrors.GetCount-abf4 parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: sharedDriveItem-id in: path description: The unique identifier of sharedDriveItem required: true schema: type: string x-ms-docs-key-type: sharedDriveItem '/shares/{sharedDriveItem-id}/driveItem': description: Provides operations to manage the driveItem property of the microsoft.graph.sharedDriveItem entity. get: tags: - shares.driveItem summary: Accessing shared DriveItems description: 'Access a shared DriveItem or a collection of shared items by using a shareId or sharing URL. To use a sharing URL with this API, your app needs to transform the URL into a sharing token.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/shares-get?view=graph-rest-1.0 operationId: shares.GetDriveItem parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: sharedDriveItem-id in: path description: The unique identifier of sharedDriveItem required: true schema: type: string x-ms-docs-key-type: sharedDriveItem '/shares/{sharedDriveItem-id}/driveItem/content': description: Provides operations to manage the media for the sharedDriveItem entity. get: tags: - shares.driveItem summary: Get content for the navigation property driveItem from shares description: 'The content stream, if the item represents a file.' operationId: shares.GetDriveItemContent parameters: - name: $format in: query description: Format of the content schema: type: string responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - shares.driveItem summary: Update content for the navigation property driveItem in shares description: 'The content stream, if the item represents a file.' operationId: shares.UpdateDriveItemContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - shares.driveItem summary: Delete content for the navigation property driveItem in shares description: 'The content stream, if the item represents a file.' operationId: shares.DeleteDriveItemContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: sharedDriveItem-id in: path description: The unique identifier of sharedDriveItem required: true schema: type: string x-ms-docs-key-type: sharedDriveItem '/shares/{sharedDriveItem-id}/items': description: Provides operations to manage the items property of the microsoft.graph.sharedDriveItem entity. get: tags: - shares.driveItem summary: Get items from shares description: All driveItems contained in the sharing root. This collection cannot be enumerated. operationId: shares.ListItems parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.driveItemCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: sharedDriveItem-id in: path description: The unique identifier of sharedDriveItem required: true schema: type: string x-ms-docs-key-type: sharedDriveItem '/shares/{sharedDriveItem-id}/items/{driveItem-id}': description: Provides operations to manage the items property of the microsoft.graph.sharedDriveItem entity. get: tags: - shares.driveItem summary: Get items from shares description: All driveItems contained in the sharing root. This collection cannot be enumerated. operationId: shares.GetItems parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: sharedDriveItem-id in: path description: The unique identifier of sharedDriveItem required: true schema: type: string x-ms-docs-key-type: sharedDriveItem - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/shares/{sharedDriveItem-id}/items/{driveItem-id}/content': description: Provides operations to manage the media for the sharedDriveItem entity. get: tags: - shares.driveItem summary: Get content for the navigation property items from shares description: 'The content stream, if the item represents a file.' operationId: shares.GetItemsContent parameters: - name: $format in: query description: Format of the content schema: type: string responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - shares.driveItem summary: Update content for the navigation property items in shares description: 'The content stream, if the item represents a file.' operationId: shares.UpdateItemsContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - shares.driveItem summary: Delete content for the navigation property items in shares description: 'The content stream, if the item represents a file.' operationId: shares.DeleteItemsContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: sharedDriveItem-id in: path description: The unique identifier of sharedDriveItem required: true schema: type: string x-ms-docs-key-type: sharedDriveItem - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/shares/{sharedDriveItem-id}/items/$count': description: Provides operations to count the resources in the collection. get: tags: - shares.driveItem summary: Get the number of the resource operationId: shares.items.GetCount-245c parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: sharedDriveItem-id in: path description: The unique identifier of sharedDriveItem required: true schema: type: string x-ms-docs-key-type: sharedDriveItem '/shares/{sharedDriveItem-id}/lastModifiedByUser': description: Provides operations to manage the lastModifiedByUser property of the microsoft.graph.baseItem entity. get: tags: - shares.user summary: Get lastModifiedByUser from shares description: Identity of the user who last modified the item. Read-only. operationId: shares.GetLastModifiedByUser parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: sharedDriveItem-id in: path description: The unique identifier of sharedDriveItem required: true schema: type: string x-ms-docs-key-type: sharedDriveItem x-ms-docs-grouped-path: - '/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser' - '/shares/{sharedDriveItem-id}/list/lastModifiedByUser' '/shares/{sharedDriveItem-id}/lastModifiedByUser/mailboxSettings': get: tags: - shares.user summary: Get mailboxSettings property value description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' operationId: shares.lastModifiedByUser.GetMailboxSettings parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' patch: tags: - shares.user summary: Update property mailboxSettings value. operationId: shares.lastModifiedByUser.UpdateMailboxSettings requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: sharedDriveItem-id in: path description: The unique identifier of sharedDriveItem required: true schema: type: string x-ms-docs-key-type: sharedDriveItem '/shares/{sharedDriveItem-id}/lastModifiedByUser/serviceProvisioningErrors': get: tags: - shares.user summary: Get serviceProvisioningErrors property value description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' operationId: shares.lastModifiedByUser.ListServiceProvisioningErrors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: sharedDriveItem-id in: path description: The unique identifier of sharedDriveItem required: true schema: type: string x-ms-docs-key-type: sharedDriveItem '/shares/{sharedDriveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count': description: Provides operations to count the resources in the collection. get: tags: - shares.user summary: Get the number of the resource operationId: shares.lastModifiedByUser.ServiceProvisioningErrors.GetCount-a885 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: sharedDriveItem-id in: path description: The unique identifier of sharedDriveItem required: true schema: type: string x-ms-docs-key-type: sharedDriveItem '/shares/{sharedDriveItem-id}/list': description: Provides operations to manage the list property of the microsoft.graph.sharedDriveItem entity. get: tags: - shares.list summary: Get list from shares description: Used to access the underlying list operationId: shares.GetList parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.list' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - shares.list summary: Update the navigation property list in shares operationId: shares.UpdateList requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.list' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.list' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - shares.list summary: Delete navigation property list for shares operationId: shares.DeleteList parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: sharedDriveItem-id in: path description: The unique identifier of sharedDriveItem required: true schema: type: string x-ms-docs-key-type: sharedDriveItem '/shares/{sharedDriveItem-id}/list/columns': description: Provides operations to manage the columns property of the microsoft.graph.list entity. get: tags: - shares.list summary: Get columns from shares description: The collection of field definitions for this list. operationId: shares.list.ListColumns parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - shares.list summary: Create new navigation property to columns for shares operationId: shares.list.CreateColumns requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: sharedDriveItem-id in: path description: The unique identifier of sharedDriveItem required: true schema: type: string x-ms-docs-key-type: sharedDriveItem '/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}': description: Provides operations to manage the columns property of the microsoft.graph.list entity. get: tags: - shares.list summary: Get columns from shares description: The collection of field definitions for this list. operationId: shares.list.GetColumns parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - shares.list summary: Update the navigation property columns in shares operationId: shares.list.UpdateColumns requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - shares.list summary: Delete navigation property columns for shares operationId: shares.list.DeleteColumns parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: sharedDriveItem-id in: path description: The unique identifier of sharedDriveItem required: true schema: type: string x-ms-docs-key-type: sharedDriveItem - name: columnDefinition-id in: path description: The unique identifier of columnDefinition required: true schema: type: string x-ms-docs-key-type: columnDefinition '/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}/sourceColumn': description: Provides operations to manage the sourceColumn property of the microsoft.graph.columnDefinition entity. get: tags: - shares.list summary: Get sourceColumn from shares description: The source column for the content type column. operationId: shares.list.columns.GetSourceColumn parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: sharedDriveItem-id in: path description: The unique identifier of sharedDriveItem required: true schema: type: string x-ms-docs-key-type: sharedDriveItem - name: columnDefinition-id in: path description: The unique identifier of columnDefinition required: true schema: type: string x-ms-docs-key-type: columnDefinition x-ms-docs-grouped-path: - '/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn' '/shares/{sharedDriveItem-id}/list/columns/$count': description: Provides operations to count the resources in the collection. get: tags: - shares.list summary: Get the number of the resource operationId: shares.list.columns.GetCount-b936 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: sharedDriveItem-id in: path description: The unique identifier of sharedDriveItem required: true schema: type: string x-ms-docs-key-type: sharedDriveItem '/shares/{sharedDriveItem-id}/list/contentTypes': description: Provides operations to manage the contentTypes property of the microsoft.graph.list entity. get: tags: - shares.list summary: Get contentTypes from shares description: The collection of content types present in this list. operationId: shares.list.ListContentTypes parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.contentTypeCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - shares.list summary: Create new navigation property to contentTypes for shares operationId: shares.list.CreateContentTypes requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: sharedDriveItem-id in: path description: The unique identifier of sharedDriveItem required: true schema: type: string x-ms-docs-key-type: sharedDriveItem '/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}': description: Provides operations to manage the contentTypes property of the microsoft.graph.list entity. get: tags: - shares.list summary: Get contentTypes from shares description: The collection of content types present in this list. operationId: shares.list.GetContentTypes parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - shares.list summary: Update the navigation property contentTypes in shares operationId: shares.list.UpdateContentTypes requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - shares.list summary: Delete navigation property contentTypes for shares operationId: shares.list.DeleteContentTypes parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: sharedDriveItem-id in: path description: The unique identifier of sharedDriveItem required: true schema: type: string x-ms-docs-key-type: sharedDriveItem - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType '/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/base': description: Provides operations to manage the base property of the microsoft.graph.contentType entity. get: tags: - shares.list summary: Get base from shares description: Parent contentType from which this content type is derived. operationId: shares.list.contentTypes.GetBase parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: sharedDriveItem-id in: path description: The unique identifier of sharedDriveItem required: true schema: type: string x-ms-docs-key-type: sharedDriveItem - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType '/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes': description: Provides operations to manage the baseTypes property of the microsoft.graph.contentType entity. get: tags: - shares.list summary: Get baseTypes from shares description: The collection of content types that are ancestors of this content type. operationId: shares.list.contentTypes.ListBaseTypes parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.contentTypeCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: sharedDriveItem-id in: path description: The unique identifier of sharedDriveItem required: true schema: type: string x-ms-docs-key-type: sharedDriveItem - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType '/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}': description: Provides operations to manage the baseTypes property of the microsoft.graph.contentType entity. get: tags: - shares.list summary: Get baseTypes from shares description: The collection of content types that are ancestors of this content type. operationId: shares.list.contentTypes.GetBaseTypes parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: sharedDriveItem-id in: path description: The unique identifier of sharedDriveItem required: true schema: type: string x-ms-docs-key-type: sharedDriveItem - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType - name: contentType-id1 in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType '/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes/$count': description: Provides operations to count the resources in the collection. get: tags: - shares.list summary: Get the number of the resource operationId: shares.list.contentTypes.baseTypes.GetCount-f23a parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: sharedDriveItem-id in: path description: The unique identifier of sharedDriveItem required: true schema: type: string x-ms-docs-key-type: sharedDriveItem - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType '/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks': description: Provides operations to manage the columnLinks property of the microsoft.graph.contentType entity. get: tags: - shares.list summary: Get columnLinks from shares description: The collection of columns that are required by this content type. operationId: shares.list.contentTypes.ListColumnLinks parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.columnLinkCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - shares.list summary: Create new navigation property to columnLinks for shares operationId: shares.list.contentTypes.CreateColumnLinks requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnLink' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnLink' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: sharedDriveItem-id in: path description: The unique identifier of sharedDriveItem required: true schema: type: string x-ms-docs-key-type: sharedDriveItem - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType '/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}': description: Provides operations to manage the columnLinks property of the microsoft.graph.contentType entity. get: tags: - shares.list summary: Get columnLinks from shares description: The collection of columns that are required by this content type. operationId: shares.list.contentTypes.GetColumnLinks parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnLink' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - shares.list summary: Update the navigation property columnLinks in shares operationId: shares.list.contentTypes.UpdateColumnLinks requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnLink' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnLink' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - shares.list summary: Delete navigation property columnLinks for shares operationId: shares.list.contentTypes.DeleteColumnLinks parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: sharedDriveItem-id in: path description: The unique identifier of sharedDriveItem required: true schema: type: string x-ms-docs-key-type: sharedDriveItem - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType - name: columnLink-id in: path description: The unique identifier of columnLink required: true schema: type: string x-ms-docs-key-type: columnLink '/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/$count': description: Provides operations to count the resources in the collection. get: tags: - shares.list summary: Get the number of the resource operationId: shares.list.contentTypes.columnLinks.GetCount-a211 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: sharedDriveItem-id in: path description: The unique identifier of sharedDriveItem required: true schema: type: string x-ms-docs-key-type: sharedDriveItem - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType '/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions': description: Provides operations to manage the columnPositions property of the microsoft.graph.contentType entity. get: tags: - shares.list summary: Get columnPositions from shares description: Column order information in a content type. operationId: shares.list.contentTypes.ListColumnPositions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: sharedDriveItem-id in: path description: The unique identifier of sharedDriveItem required: true schema: type: string x-ms-docs-key-type: sharedDriveItem - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType '/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}': description: Provides operations to manage the columnPositions property of the microsoft.graph.contentType entity. get: tags: - shares.list summary: Get columnPositions from shares description: Column order information in a content type. operationId: shares.list.contentTypes.GetColumnPositions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: sharedDriveItem-id in: path description: The unique identifier of sharedDriveItem required: true schema: type: string x-ms-docs-key-type: sharedDriveItem - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType - name: columnDefinition-id in: path description: The unique identifier of columnDefinition required: true schema: type: string x-ms-docs-key-type: columnDefinition '/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions/$count': description: Provides operations to count the resources in the collection. get: tags: - shares.list summary: Get the number of the resource operationId: shares.list.contentTypes.columnPositions.GetCount-1b55 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: sharedDriveItem-id in: path description: The unique identifier of sharedDriveItem required: true schema: type: string x-ms-docs-key-type: sharedDriveItem - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType '/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns': description: Provides operations to manage the columns property of the microsoft.graph.contentType entity. get: tags: - shares.list summary: Get columns from shares description: The collection of column definitions for this content type. operationId: shares.list.contentTypes.ListColumns parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - shares.list summary: Create new navigation property to columns for shares operationId: shares.list.contentTypes.CreateColumns requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: sharedDriveItem-id in: path description: The unique identifier of sharedDriveItem required: true schema: type: string x-ms-docs-key-type: sharedDriveItem - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType '/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}': description: Provides operations to manage the columns property of the microsoft.graph.contentType entity. get: tags: - shares.list summary: Get columns from shares description: The collection of column definitions for this content type. operationId: shares.list.contentTypes.GetColumns parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - shares.list summary: Update the navigation property columns in shares operationId: shares.list.contentTypes.UpdateColumns requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - shares.list summary: Delete navigation property columns for shares operationId: shares.list.contentTypes.DeleteColumns parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: sharedDriveItem-id in: path description: The unique identifier of sharedDriveItem required: true schema: type: string x-ms-docs-key-type: sharedDriveItem - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType - name: columnDefinition-id in: path description: The unique identifier of columnDefinition required: true schema: type: string x-ms-docs-key-type: columnDefinition '/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn': description: Provides operations to manage the sourceColumn property of the microsoft.graph.columnDefinition entity. get: tags: - shares.list summary: Get sourceColumn from shares description: The source column for the content type column. operationId: shares.list.contentTypes.columns.GetSourceColumn parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: sharedDriveItem-id in: path description: The unique identifier of sharedDriveItem required: true schema: type: string x-ms-docs-key-type: sharedDriveItem - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType - name: columnDefinition-id in: path description: The unique identifier of columnDefinition required: true schema: type: string x-ms-docs-key-type: columnDefinition x-ms-docs-grouped-path: - '/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}/sourceColumn' '/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/$count': description: Provides operations to count the resources in the collection. get: tags: - shares.list summary: Get the number of the resource operationId: shares.list.contentTypes.columns.GetCount-db38 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: sharedDriveItem-id in: path description: The unique identifier of sharedDriveItem required: true schema: type: string x-ms-docs-key-type: sharedDriveItem - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType '/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/associateWithHubSites': description: Provides operations to call the associateWithHubSites method. post: tags: - shares.Actions summary: Invoke action associateWithHubSites description: Associate a published content type present in a content type hub with a list of hub sites. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0 operationId: shares.sharedDriveItem.list.contentTypes.contentType.associateWithHubSites requestBody: description: Action parameters content: application/json: schema: type: object properties: hubSiteUrls: type: array items: type: string propagateToExistingLists: type: boolean default: false nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: sharedDriveItem-id in: path description: The unique identifier of sharedDriveItem required: true schema: type: string x-ms-docs-key-type: sharedDriveItem - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType '/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation': description: Provides operations to call the copyToDefaultContentLocation method. post: tags: - shares.Actions summary: Invoke action copyToDefaultContentLocation description: Copy a file to a default content location in a content type. The file can then be added as a default file or template via a POST operation. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0 operationId: shares.sharedDriveItem.list.contentTypes.contentType.copyToDefaultContentLocation requestBody: description: Action parameters content: application/json: schema: type: object properties: sourceFile: $ref: '#/components/schemas/microsoft.graph.itemReference' destinationFileName: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: sharedDriveItem-id in: path description: The unique identifier of sharedDriveItem required: true schema: type: string x-ms-docs-key-type: sharedDriveItem - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType '/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/isPublished()': description: Provides operations to call the isPublished method. get: tags: - shares.Functions summary: Invoke function isPublished description: Check the publishing status of a contentType in a content type hub site. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0 operationId: shares.sharedDriveItem.list.contentTypes.contentType.isPublished responses: 2XX: description: Success content: application/json: schema: type: object properties: value: type: boolean default: false 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: sharedDriveItem-id in: path description: The unique identifier of sharedDriveItem required: true schema: type: string x-ms-docs-key-type: sharedDriveItem - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType '/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/publish': description: Provides operations to call the publish method. post: tags: - shares.Actions summary: Invoke action publish description: Publishes a contentType present in the content type hub site. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0 operationId: shares.sharedDriveItem.list.contentTypes.contentType.publish responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: sharedDriveItem-id in: path description: The unique identifier of sharedDriveItem required: true schema: type: string x-ms-docs-key-type: sharedDriveItem - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType '/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/unpublish': description: Provides operations to call the unpublish method. post: tags: - shares.Actions summary: Invoke action unpublish description: Unpublish a contentType from a content type hub site. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0 operationId: shares.sharedDriveItem.list.contentTypes.contentType.unpublish responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: sharedDriveItem-id in: path description: The unique identifier of sharedDriveItem required: true schema: type: string x-ms-docs-key-type: sharedDriveItem - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType '/shares/{sharedDriveItem-id}/list/contentTypes/$count': description: Provides operations to count the resources in the collection. get: tags: - shares.list summary: Get the number of the resource operationId: shares.list.contentTypes.GetCount-70f5 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: sharedDriveItem-id in: path description: The unique identifier of sharedDriveItem required: true schema: type: string x-ms-docs-key-type: sharedDriveItem '/shares/{sharedDriveItem-id}/list/contentTypes/addCopy': description: Provides operations to call the addCopy method. post: tags: - shares.Actions summary: Invoke action addCopy description: Add a copy of a content type from a site to a list. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0 operationId: shares.sharedDriveItem.list.contentTypes.addCopy requestBody: description: Action parameters content: application/json: schema: type: object properties: contentType: type: string required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.contentType' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: sharedDriveItem-id in: path description: The unique identifier of sharedDriveItem required: true schema: type: string x-ms-docs-key-type: sharedDriveItem '/shares/{sharedDriveItem-id}/list/contentTypes/addCopyFromContentTypeHub': description: Provides operations to call the addCopyFromContentTypeHub method. post: tags: - shares.Actions summary: Invoke action addCopyFromContentTypeHub description: 'Add or sync a copy of a published content type from the content type hub to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a ''push everywhere'' to ''pull as needed'' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see contentType: getCompatibleHubContentTypes and the blog post Syntex Product Updates – August 2021.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0 operationId: shares.sharedDriveItem.list.contentTypes.addCopyFromContentTypeHub requestBody: description: Action parameters content: application/json: schema: type: object properties: contentTypeId: type: string required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.contentType' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: sharedDriveItem-id in: path description: The unique identifier of sharedDriveItem required: true schema: type: string x-ms-docs-key-type: sharedDriveItem '/shares/{sharedDriveItem-id}/list/contentTypes/getCompatibleHubContentTypes()': description: Provides operations to call the getCompatibleHubContentTypes method. get: tags: - shares.Functions summary: Invoke function getCompatibleHubContentTypes description: 'Get a list of compatible content types from the content type hub that can be added to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a ''push everywhere'' to ''pull as needed'' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see contentType: addCopyFromContentTypeHub and the blog post Syntex Product Updates – August 2021.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0 operationId: shares.sharedDriveItem.list.contentTypes.getCompatibleHubContentTypes parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of contentType type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.contentType' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: sharedDriveItem-id in: path description: The unique identifier of sharedDriveItem required: true schema: type: string x-ms-docs-key-type: sharedDriveItem '/shares/{sharedDriveItem-id}/list/createdByUser': description: Provides operations to manage the createdByUser property of the microsoft.graph.baseItem entity. get: tags: - shares.list summary: Get createdByUser from shares description: Identity of the user who created the item. Read-only. operationId: shares.list.GetCreatedByUser parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: sharedDriveItem-id in: path description: The unique identifier of sharedDriveItem required: true schema: type: string x-ms-docs-key-type: sharedDriveItem x-ms-docs-grouped-path: - '/shares/{sharedDriveItem-id}/createdByUser' - '/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser' '/shares/{sharedDriveItem-id}/list/createdByUser/mailboxSettings': get: tags: - shares.list summary: Get mailboxSettings property value description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' operationId: shares.list.createdByUser.GetMailboxSettings parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' patch: tags: - shares.list summary: Update property mailboxSettings value. operationId: shares.list.createdByUser.UpdateMailboxSettings requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: sharedDriveItem-id in: path description: The unique identifier of sharedDriveItem required: true schema: type: string x-ms-docs-key-type: sharedDriveItem '/shares/{sharedDriveItem-id}/list/createdByUser/serviceProvisioningErrors': get: tags: - shares.list summary: Get serviceProvisioningErrors property value description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' operationId: shares.list.createdByUser.ListServiceProvisioningErrors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: sharedDriveItem-id in: path description: The unique identifier of sharedDriveItem required: true schema: type: string x-ms-docs-key-type: sharedDriveItem '/shares/{sharedDriveItem-id}/list/createdByUser/serviceProvisioningErrors/$count': description: Provides operations to count the resources in the collection. get: tags: - shares.list summary: Get the number of the resource operationId: shares.list.createdByUser.ServiceProvisioningErrors.GetCount-7658 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: sharedDriveItem-id in: path description: The unique identifier of sharedDriveItem required: true schema: type: string x-ms-docs-key-type: sharedDriveItem '/shares/{sharedDriveItem-id}/list/drive': description: Provides operations to manage the drive property of the microsoft.graph.list entity. get: tags: - shares.list summary: Get drive from shares description: Allows access to the list as a drive resource with driveItems. Only present on document libraries. operationId: shares.list.GetDrive parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.drive' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: sharedDriveItem-id in: path description: The unique identifier of sharedDriveItem required: true schema: type: string x-ms-docs-key-type: sharedDriveItem '/shares/{sharedDriveItem-id}/list/items': description: Provides operations to manage the items property of the microsoft.graph.list entity. get: tags: - shares.list summary: Get items from shares description: All items contained in the list. operationId: shares.list.ListItems parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.listItemCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - shares.list summary: Create new navigation property to items for shares operationId: shares.list.CreateItems requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItem' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: sharedDriveItem-id in: path description: The unique identifier of sharedDriveItem required: true schema: type: string x-ms-docs-key-type: sharedDriveItem '/shares/{sharedDriveItem-id}/list/items/{listItem-id}': description: Provides operations to manage the items property of the microsoft.graph.list entity. get: tags: - shares.list summary: Get items from shares description: All items contained in the list. operationId: shares.list.GetItems parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - shares.list summary: Update the navigation property items in shares operationId: shares.list.UpdateItems requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItem' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - shares.list summary: Delete navigation property items for shares operationId: shares.list.DeleteItems parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: sharedDriveItem-id in: path description: The unique identifier of sharedDriveItem required: true schema: type: string x-ms-docs-key-type: sharedDriveItem - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem '/shares/{sharedDriveItem-id}/list/items/{listItem-id}/analytics': description: Provides operations to manage the analytics property of the microsoft.graph.listItem entity. get: tags: - shares.list summary: Get analytics from shares description: Analytics about the view activities that took place on this item. operationId: shares.list.items.GetAnalytics parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemAnalytics' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: sharedDriveItem-id in: path description: The unique identifier of sharedDriveItem required: true schema: type: string x-ms-docs-key-type: sharedDriveItem - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem '/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser': description: Provides operations to manage the createdByUser property of the microsoft.graph.baseItem entity. get: tags: - shares.list summary: Get createdByUser from shares description: Identity of the user who created the item. Read-only. operationId: shares.list.items.GetCreatedByUser parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: sharedDriveItem-id in: path description: The unique identifier of sharedDriveItem required: true schema: type: string x-ms-docs-key-type: sharedDriveItem - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem x-ms-docs-grouped-path: - '/shares/{sharedDriveItem-id}/createdByUser' - '/shares/{sharedDriveItem-id}/list/createdByUser' '/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/mailboxSettings': get: tags: - shares.list summary: Get mailboxSettings property value description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' operationId: shares.list.items.createdByUser.GetMailboxSettings parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' patch: tags: - shares.list summary: Update property mailboxSettings value. operationId: shares.list.items.createdByUser.UpdateMailboxSettings requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: sharedDriveItem-id in: path description: The unique identifier of sharedDriveItem required: true schema: type: string x-ms-docs-key-type: sharedDriveItem - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem '/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors': get: tags: - shares.list summary: Get serviceProvisioningErrors property value description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' operationId: shares.list.items.createdByUser.ListServiceProvisioningErrors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: sharedDriveItem-id in: path description: The unique identifier of sharedDriveItem required: true schema: type: string x-ms-docs-key-type: sharedDriveItem - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem '/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count': description: Provides operations to count the resources in the collection. get: tags: - shares.list summary: Get the number of the resource operationId: shares.list.items.createdByUser.ServiceProvisioningErrors.GetCount-1b79 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: sharedDriveItem-id in: path description: The unique identifier of sharedDriveItem required: true schema: type: string x-ms-docs-key-type: sharedDriveItem - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem '/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions': description: Provides operations to manage the documentSetVersions property of the microsoft.graph.listItem entity. get: tags: - shares.list summary: Get documentSetVersions from shares description: Version information for a document set version created by a user. operationId: shares.list.items.ListDocumentSetVersions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.documentSetVersionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - shares.list summary: Create new navigation property to documentSetVersions for shares operationId: shares.list.items.CreateDocumentSetVersions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: sharedDriveItem-id in: path description: The unique identifier of sharedDriveItem required: true schema: type: string x-ms-docs-key-type: sharedDriveItem - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem '/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}': description: Provides operations to manage the documentSetVersions property of the microsoft.graph.listItem entity. get: tags: - shares.list summary: Get documentSetVersions from shares description: Version information for a document set version created by a user. operationId: shares.list.items.GetDocumentSetVersions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - shares.list summary: Update the navigation property documentSetVersions in shares operationId: shares.list.items.UpdateDocumentSetVersions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - shares.list summary: Delete navigation property documentSetVersions for shares operationId: shares.list.items.DeleteDocumentSetVersions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: sharedDriveItem-id in: path description: The unique identifier of sharedDriveItem required: true schema: type: string x-ms-docs-key-type: sharedDriveItem - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem - name: documentSetVersion-id in: path description: The unique identifier of documentSetVersion required: true schema: type: string x-ms-docs-key-type: documentSetVersion '/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields': description: Provides operations to manage the fields property of the microsoft.graph.listItemVersion entity. get: tags: - shares.list summary: Get fields from shares description: A collection of the fields and values for this version of the list item. operationId: shares.list.items.documentSetVersions.GetFields parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - shares.list summary: Update the navigation property fields in shares operationId: shares.list.items.documentSetVersions.UpdateFields requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - shares.list summary: Delete navigation property fields for shares operationId: shares.list.items.documentSetVersions.DeleteFields parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: sharedDriveItem-id in: path description: The unique identifier of sharedDriveItem required: true schema: type: string x-ms-docs-key-type: sharedDriveItem - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem - name: documentSetVersion-id in: path description: The unique identifier of documentSetVersion required: true schema: type: string x-ms-docs-key-type: documentSetVersion x-ms-docs-grouped-path: - '/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields' '/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore': description: Provides operations to call the restore method. post: tags: - shares.Actions summary: Invoke action restore description: Restore a document set version. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0 operationId: shares.sharedDriveItem.list.items.listItem.documentSetVersions.documentSetVersion.restore responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: sharedDriveItem-id in: path description: The unique identifier of sharedDriveItem required: true schema: type: string x-ms-docs-key-type: sharedDriveItem - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem - name: documentSetVersion-id in: path description: The unique identifier of documentSetVersion required: true schema: type: string x-ms-docs-key-type: documentSetVersion '/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/$count': description: Provides operations to count the resources in the collection. get: tags: - shares.list summary: Get the number of the resource operationId: shares.list.items.documentSetVersions.GetCount-172d parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: sharedDriveItem-id in: path description: The unique identifier of sharedDriveItem required: true schema: type: string x-ms-docs-key-type: sharedDriveItem - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem '/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem': description: Provides operations to manage the driveItem property of the microsoft.graph.listItem entity. get: tags: - shares.list summary: Get driveItem from shares description: 'For document libraries, the driveItem relationship exposes the listItem as a driveItem' operationId: shares.list.items.GetDriveItem parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: sharedDriveItem-id in: path description: The unique identifier of sharedDriveItem required: true schema: type: string x-ms-docs-key-type: sharedDriveItem - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem '/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content': description: Provides operations to manage the media for the sharedDriveItem entity. get: tags: - shares.list summary: Get content for the navigation property driveItem from shares description: 'The content stream, if the item represents a file.' operationId: shares.list.items.GetDriveItemContent parameters: - name: $format in: query description: Format of the content schema: type: string responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - shares.list summary: Update content for the navigation property driveItem in shares description: 'The content stream, if the item represents a file.' operationId: shares.list.items.UpdateDriveItemContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - shares.list summary: Delete content for the navigation property driveItem in shares description: 'The content stream, if the item represents a file.' operationId: shares.list.items.DeleteDriveItemContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: sharedDriveItem-id in: path description: The unique identifier of sharedDriveItem required: true schema: type: string x-ms-docs-key-type: sharedDriveItem - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem '/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields': description: Provides operations to manage the fields property of the microsoft.graph.listItem entity. get: tags: - shares.list summary: Get fields from shares description: The values of the columns set on this list item. operationId: shares.list.items.GetFields parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - shares.list summary: Update the navigation property fields in shares operationId: shares.list.items.UpdateFields requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - shares.list summary: Delete navigation property fields for shares operationId: shares.list.items.DeleteFields parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: sharedDriveItem-id in: path description: The unique identifier of sharedDriveItem required: true schema: type: string x-ms-docs-key-type: sharedDriveItem - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem '/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser': description: Provides operations to manage the lastModifiedByUser property of the microsoft.graph.baseItem entity. get: tags: - shares.list summary: Get lastModifiedByUser from shares description: Identity of the user who last modified the item. Read-only. operationId: shares.list.items.GetLastModifiedByUser parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: sharedDriveItem-id in: path description: The unique identifier of sharedDriveItem required: true schema: type: string x-ms-docs-key-type: sharedDriveItem - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem x-ms-docs-grouped-path: - '/shares/{sharedDriveItem-id}/lastModifiedByUser' - '/shares/{sharedDriveItem-id}/list/lastModifiedByUser' '/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings': get: tags: - shares.list summary: Get mailboxSettings property value description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' operationId: shares.list.items.lastModifiedByUser.GetMailboxSettings parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' patch: tags: - shares.list summary: Update property mailboxSettings value. operationId: shares.list.items.lastModifiedByUser.UpdateMailboxSettings requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: sharedDriveItem-id in: path description: The unique identifier of sharedDriveItem required: true schema: type: string x-ms-docs-key-type: sharedDriveItem - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem '/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors': get: tags: - shares.list summary: Get serviceProvisioningErrors property value description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' operationId: shares.list.items.lastModifiedByUser.ListServiceProvisioningErrors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: sharedDriveItem-id in: path description: The unique identifier of sharedDriveItem required: true schema: type: string x-ms-docs-key-type: sharedDriveItem - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem '/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count': description: Provides operations to count the resources in the collection. get: tags: - shares.list summary: Get the number of the resource operationId: shares.list.items.lastModifiedByUser.ServiceProvisioningErrors.GetCount-401d parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: sharedDriveItem-id in: path description: The unique identifier of sharedDriveItem required: true schema: type: string x-ms-docs-key-type: sharedDriveItem - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem '/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createLink': description: Provides operations to call the createLink method. post: tags: - shares.Actions summary: Invoke action createLink operationId: shares.sharedDriveItem.list.items.listItem.createLink requestBody: description: Action parameters content: application/json: schema: type: object properties: type: type: string nullable: true scope: type: string nullable: true expirationDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string format: date-time nullable: true password: type: string nullable: true message: type: string nullable: true recipients: type: array items: $ref: '#/components/schemas/microsoft.graph.driveRecipient' retainInheritedPermissions: type: boolean default: false nullable: true sendNotification: type: boolean default: false nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.permission' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: sharedDriveItem-id in: path description: The unique identifier of sharedDriveItem required: true schema: type: string x-ms-docs-key-type: sharedDriveItem - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem '/shares/{sharedDriveItem-id}/list/items/{listItem-id}/getActivitiesByInterval()': description: Provides operations to call the getActivitiesByInterval method. get: tags: - shares.Functions summary: Invoke function getActivitiesByInterval operationId: shares.sharedDriveItem.list.items.listItem.getActivitiesByInterval-4c35 parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of itemActivityStat type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.itemActivityStat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: sharedDriveItem-id in: path description: The unique identifier of sharedDriveItem required: true schema: type: string x-ms-docs-key-type: sharedDriveItem - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem x-ms-docs-grouped-path: - '/shares/{sharedDriveItem-id}/list/items/{listItem-id}/getActivitiesByInterval(startDateTime=''{startDateTime}'',endDateTime=''{endDateTime}'',interval=''{interval}'')' '/shares/{sharedDriveItem-id}/list/items/{listItem-id}/getActivitiesByInterval(startDateTime=''{startDateTime}'',endDateTime=''{endDateTime}'',interval=''{interval}'')': description: Provides operations to call the getActivitiesByInterval method. get: tags: - shares.Functions summary: Invoke function getActivitiesByInterval operationId: shares.sharedDriveItem.list.items.listItem.getActivitiesByInterval-ad27 parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of itemActivityStat type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.itemActivityStat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: sharedDriveItem-id in: path description: The unique identifier of sharedDriveItem required: true schema: type: string x-ms-docs-key-type: sharedDriveItem - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem - name: startDateTime in: path description: 'Usage: startDateTime=''{startDateTime}''' required: true schema: type: string nullable: true - name: endDateTime in: path description: 'Usage: endDateTime=''{endDateTime}''' required: true schema: type: string nullable: true - name: interval in: path description: 'Usage: interval=''{interval}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/shares/{sharedDriveItem-id}/list/items/{listItem-id}/getActivitiesByInterval()' '/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions': description: Provides operations to manage the versions property of the microsoft.graph.listItem entity. get: tags: - shares.list summary: Get versions from shares description: The list of previous versions of the list item. operationId: shares.list.items.ListVersions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.listItemVersionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - shares.list summary: Create new navigation property to versions for shares operationId: shares.list.items.CreateVersions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItemVersion' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItemVersion' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: sharedDriveItem-id in: path description: The unique identifier of sharedDriveItem required: true schema: type: string x-ms-docs-key-type: sharedDriveItem - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem '/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}': description: Provides operations to manage the versions property of the microsoft.graph.listItem entity. get: tags: - shares.list summary: Get versions from shares description: The list of previous versions of the list item. operationId: shares.list.items.GetVersions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItemVersion' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - shares.list summary: Update the navigation property versions in shares operationId: shares.list.items.UpdateVersions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItemVersion' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItemVersion' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - shares.list summary: Delete navigation property versions for shares operationId: shares.list.items.DeleteVersions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: sharedDriveItem-id in: path description: The unique identifier of sharedDriveItem required: true schema: type: string x-ms-docs-key-type: sharedDriveItem - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem - name: listItemVersion-id in: path description: The unique identifier of listItemVersion required: true schema: type: string x-ms-docs-key-type: listItemVersion '/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields': description: Provides operations to manage the fields property of the microsoft.graph.listItemVersion entity. get: tags: - shares.list summary: Get fields from shares description: A collection of the fields and values for this version of the list item. operationId: shares.list.items.versions.GetFields parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - shares.list summary: Update the navigation property fields in shares operationId: shares.list.items.versions.UpdateFields requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - shares.list summary: Delete navigation property fields for shares operationId: shares.list.items.versions.DeleteFields parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: sharedDriveItem-id in: path description: The unique identifier of sharedDriveItem required: true schema: type: string x-ms-docs-key-type: sharedDriveItem - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem - name: listItemVersion-id in: path description: The unique identifier of listItemVersion required: true schema: type: string x-ms-docs-key-type: listItemVersion x-ms-docs-grouped-path: - '/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields' '/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion': description: Provides operations to call the restoreVersion method. post: tags: - shares.Actions summary: Invoke action restoreVersion description: 'Restore a previous version of a ListItem to be the current version. This will create a new version with the contents of the previous version, but preserves all existing versions of the item.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0 operationId: shares.sharedDriveItem.list.items.listItem.versions.listItemVersion.restoreVersion responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: sharedDriveItem-id in: path description: The unique identifier of sharedDriveItem required: true schema: type: string x-ms-docs-key-type: sharedDriveItem - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem - name: listItemVersion-id in: path description: The unique identifier of listItemVersion required: true schema: type: string x-ms-docs-key-type: listItemVersion '/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/$count': description: Provides operations to count the resources in the collection. get: tags: - shares.list summary: Get the number of the resource operationId: shares.list.items.versions.GetCount-0c45 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: sharedDriveItem-id in: path description: The unique identifier of sharedDriveItem required: true schema: type: string x-ms-docs-key-type: sharedDriveItem - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem '/shares/{sharedDriveItem-id}/list/items/delta()': description: Provides operations to call the delta method. get: tags: - shares.Functions summary: Invoke function delta description: "Get newly created, updated, or deleted list items without having to perform a full read of the entire items collection. Your app begins by calling delta without any parameters.\nThe service starts enumerating the hierarchy of the list, returning pages of items, and either an @odata.nextLink or an @odata.deltaLink.\nYour app should continue calling with the @odata.nextLink until you see an @odata.deltaLink returned. After you received all the changes, you can apply them to your local state.\nTo check for changes in the future, call delta again with the @odata.deltaLink from the previous response. The delta feed shows the latest state for each item, not each change. If an item was renamed twice, it only shows up once, with its latest name.\nThe same item might appear more than once in a delta feed, for various reasons. You should use the last occurrence you see. Items with this property should be removed from your local state." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-1.0 operationId: shares.sharedDriveItem.list.items.delta-fa14 parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of listItem type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.listItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: sharedDriveItem-id in: path description: The unique identifier of sharedDriveItem required: true schema: type: string x-ms-docs-key-type: sharedDriveItem x-ms-docs-grouped-path: - '/shares/{sharedDriveItem-id}/list/items/delta(token=''{token}'')' '/shares/{sharedDriveItem-id}/list/items/delta(token=''{token}'')': description: Provides operations to call the delta method. get: tags: - shares.Functions summary: Invoke function delta operationId: shares.sharedDriveItem.list.items.delta-9846 parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of listItem type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.listItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: sharedDriveItem-id in: path description: The unique identifier of sharedDriveItem required: true schema: type: string x-ms-docs-key-type: sharedDriveItem - name: token in: path description: 'Usage: token=''{token}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/shares/{sharedDriveItem-id}/list/items/delta()' '/shares/{sharedDriveItem-id}/list/lastModifiedByUser': description: Provides operations to manage the lastModifiedByUser property of the microsoft.graph.baseItem entity. get: tags: - shares.list summary: Get lastModifiedByUser from shares description: Identity of the user who last modified the item. Read-only. operationId: shares.list.GetLastModifiedByUser parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: sharedDriveItem-id in: path description: The unique identifier of sharedDriveItem required: true schema: type: string x-ms-docs-key-type: sharedDriveItem x-ms-docs-grouped-path: - '/shares/{sharedDriveItem-id}/lastModifiedByUser' - '/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser' '/shares/{sharedDriveItem-id}/list/lastModifiedByUser/mailboxSettings': get: tags: - shares.list summary: Get mailboxSettings property value description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' operationId: shares.list.lastModifiedByUser.GetMailboxSettings parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' patch: tags: - shares.list summary: Update property mailboxSettings value. operationId: shares.list.lastModifiedByUser.UpdateMailboxSettings requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: sharedDriveItem-id in: path description: The unique identifier of sharedDriveItem required: true schema: type: string x-ms-docs-key-type: sharedDriveItem '/shares/{sharedDriveItem-id}/list/lastModifiedByUser/serviceProvisioningErrors': get: tags: - shares.list summary: Get serviceProvisioningErrors property value description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' operationId: shares.list.lastModifiedByUser.ListServiceProvisioningErrors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: sharedDriveItem-id in: path description: The unique identifier of sharedDriveItem required: true schema: type: string x-ms-docs-key-type: sharedDriveItem '/shares/{sharedDriveItem-id}/list/lastModifiedByUser/serviceProvisioningErrors/$count': description: Provides operations to count the resources in the collection. get: tags: - shares.list summary: Get the number of the resource operationId: shares.list.lastModifiedByUser.ServiceProvisioningErrors.GetCount-8cfb parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: sharedDriveItem-id in: path description: The unique identifier of sharedDriveItem required: true schema: type: string x-ms-docs-key-type: sharedDriveItem '/shares/{sharedDriveItem-id}/list/operations': description: Provides operations to manage the operations property of the microsoft.graph.list entity. get: tags: - shares.list summary: Get operations from shares description: The collection of long-running operations on the list. operationId: shares.list.ListOperations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.richLongRunningOperationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - shares.list summary: Create new navigation property to operations for shares operationId: shares.list.CreateOperations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: sharedDriveItem-id in: path description: The unique identifier of sharedDriveItem required: true schema: type: string x-ms-docs-key-type: sharedDriveItem '/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}': description: Provides operations to manage the operations property of the microsoft.graph.list entity. get: tags: - shares.list summary: Get operations from shares description: The collection of long-running operations on the list. operationId: shares.list.GetOperations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - shares.list summary: Update the navigation property operations in shares operationId: shares.list.UpdateOperations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - shares.list summary: Delete navigation property operations for shares operationId: shares.list.DeleteOperations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: sharedDriveItem-id in: path description: The unique identifier of sharedDriveItem required: true schema: type: string x-ms-docs-key-type: sharedDriveItem - name: richLongRunningOperation-id in: path description: The unique identifier of richLongRunningOperation required: true schema: type: string x-ms-docs-key-type: richLongRunningOperation '/shares/{sharedDriveItem-id}/list/operations/$count': description: Provides operations to count the resources in the collection. get: tags: - shares.list summary: Get the number of the resource operationId: shares.list.operations.GetCount-5f90 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: sharedDriveItem-id in: path description: The unique identifier of sharedDriveItem required: true schema: type: string x-ms-docs-key-type: sharedDriveItem '/shares/{sharedDriveItem-id}/list/subscriptions': description: Provides operations to manage the subscriptions property of the microsoft.graph.list entity. get: tags: - shares.list summary: Get subscriptions from shares description: The set of subscriptions on the list. operationId: shares.list.ListSubscriptions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.subscriptionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - shares.list summary: Create new navigation property to subscriptions for shares operationId: shares.list.CreateSubscriptions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.subscription' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.subscription' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: sharedDriveItem-id in: path description: The unique identifier of sharedDriveItem required: true schema: type: string x-ms-docs-key-type: sharedDriveItem '/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}': description: Provides operations to manage the subscriptions property of the microsoft.graph.list entity. get: tags: - shares.list summary: Get subscriptions from shares description: The set of subscriptions on the list. operationId: shares.list.GetSubscriptions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.subscription' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - shares.list summary: Update the navigation property subscriptions in shares operationId: shares.list.UpdateSubscriptions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.subscription' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.subscription' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - shares.list summary: Delete navigation property subscriptions for shares operationId: shares.list.DeleteSubscriptions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: sharedDriveItem-id in: path description: The unique identifier of sharedDriveItem required: true schema: type: string x-ms-docs-key-type: sharedDriveItem - name: subscription-id in: path description: The unique identifier of subscription required: true schema: type: string x-ms-docs-key-type: subscription '/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}/reauthorize': description: Provides operations to call the reauthorize method. post: tags: - shares.Actions summary: Invoke action reauthorize description: Reauthorize a subscription when you receive a reauthorizationRequired challenge. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0 operationId: shares.sharedDriveItem.list.subscriptions.subscription.reauthorize responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: sharedDriveItem-id in: path description: The unique identifier of sharedDriveItem required: true schema: type: string x-ms-docs-key-type: sharedDriveItem - name: subscription-id in: path description: The unique identifier of subscription required: true schema: type: string x-ms-docs-key-type: subscription '/shares/{sharedDriveItem-id}/list/subscriptions/$count': description: Provides operations to count the resources in the collection. get: tags: - shares.list summary: Get the number of the resource operationId: shares.list.subscriptions.GetCount-4363 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: sharedDriveItem-id in: path description: The unique identifier of sharedDriveItem required: true schema: type: string x-ms-docs-key-type: sharedDriveItem '/shares/{sharedDriveItem-id}/listItem': description: Provides operations to manage the listItem property of the microsoft.graph.sharedDriveItem entity. get: tags: - shares.listItem summary: Get listItem from shares description: Used to access the underlying listItem operationId: shares.GetListItem parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: sharedDriveItem-id in: path description: The unique identifier of sharedDriveItem required: true schema: type: string x-ms-docs-key-type: sharedDriveItem '/shares/{sharedDriveItem-id}/permission': description: Provides operations to manage the permission property of the microsoft.graph.sharedDriveItem entity. get: tags: - shares.permission summary: Get permission from shares description: Used to access the permission representing the underlying sharing link operationId: shares.GetPermission parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.permission' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - shares.permission summary: Update the navigation property permission in shares operationId: shares.UpdatePermission requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.permission' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.permission' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - shares.permission summary: Delete navigation property permission for shares operationId: shares.DeletePermission parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: sharedDriveItem-id in: path description: The unique identifier of sharedDriveItem required: true schema: type: string x-ms-docs-key-type: sharedDriveItem '/shares/{sharedDriveItem-id}/permission/grant': description: Provides operations to call the grant method. post: tags: - shares.Actions summary: Invoke action grant description: Grant users access to a link represented by a permission. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0 operationId: shares.sharedDriveItem.permission.grant requestBody: description: Action parameters content: application/json: schema: type: object properties: roles: type: array items: type: string nullable: true recipients: type: array items: $ref: '#/components/schemas/microsoft.graph.driveRecipient' required: true responses: 2XX: description: Success content: application/json: schema: title: Collection of permission type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.permission' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: sharedDriveItem-id in: path description: The unique identifier of sharedDriveItem required: true schema: type: string x-ms-docs-key-type: sharedDriveItem '/shares/{sharedDriveItem-id}/root': description: Provides operations to manage the root property of the microsoft.graph.sharedDriveItem entity. get: tags: - shares.driveItem summary: Get root from shares description: Used to access the underlying driveItem. Deprecated -- use driveItem instead. operationId: shares.GetRoot parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: sharedDriveItem-id in: path description: The unique identifier of sharedDriveItem required: true schema: type: string x-ms-docs-key-type: sharedDriveItem '/shares/{sharedDriveItem-id}/root/content': description: Provides operations to manage the media for the sharedDriveItem entity. get: tags: - shares.driveItem summary: Get content for the navigation property root from shares description: 'The content stream, if the item represents a file.' operationId: shares.GetRootContent parameters: - name: $format in: query description: Format of the content schema: type: string responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - shares.driveItem summary: Update content for the navigation property root in shares description: 'The content stream, if the item represents a file.' operationId: shares.UpdateRootContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - shares.driveItem summary: Delete content for the navigation property root in shares description: 'The content stream, if the item represents a file.' operationId: shares.DeleteRootContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: sharedDriveItem-id in: path description: The unique identifier of sharedDriveItem required: true schema: type: string x-ms-docs-key-type: sharedDriveItem '/shares/{sharedDriveItem-id}/site': description: Provides operations to manage the site property of the microsoft.graph.sharedDriveItem entity. get: tags: - shares.site summary: Get site from shares description: Used to access the underlying site operationId: shares.GetSite parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.site' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: sharedDriveItem-id in: path description: The unique identifier of sharedDriveItem required: true schema: type: string x-ms-docs-key-type: sharedDriveItem /shares/$count: description: Provides operations to count the resources in the collection. get: tags: - shares.sharedDriveItem summary: Get the number of the resource operationId: shares.GetCount-778c parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /sites: description: Provides operations to manage the collection of site entities. get: tags: - sites.site summary: List sites description: "List all available sites in an organization. Specific filter criteria and query options are also supported and described below: In addition, you can use a $search query against the /sites collection to find sites matching given keywords.\nIf you want to list all sites across all geographies, refer to getAllSites. For more guidance about building applications that use site discovery for scanning purposes, see Best practices for discovering files and detecting changes at scale." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/site-list?view=graph-rest-1.0 operationId: sites.site.ListSite parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.siteCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation '/sites/{site-id}': description: Provides operations to manage the collection of site entities. get: tags: - sites.site summary: Get a site resource description: "Retrieve properties and relationships for a site resource.\nA site resource represents a team site in SharePoint." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/site-get?view=graph-rest-1.0 operationId: sites.site.GetSite parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.site' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.site summary: Update entity in sites operationId: sites.site.UpdateSite requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.site' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.site' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site '/sites/{site-id}/analytics': description: Provides operations to manage the analytics property of the microsoft.graph.site entity. get: tags: - sites.itemAnalytics summary: Get analytics from sites description: Analytics about the view activities that took place on this site. operationId: sites.GetAnalytics parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemAnalytics' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.itemAnalytics summary: Update the navigation property analytics in sites operationId: sites.UpdateAnalytics requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemAnalytics' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemAnalytics' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.itemAnalytics summary: Delete navigation property analytics for sites operationId: sites.DeleteAnalytics parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site x-ms-docs-grouped-path: - '/sites/{site-id}/getByPath(path=''{path}'')/analytics' - '/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/analytics' '/sites/{site-id}/analytics/allTime': description: Provides operations to manage the allTime property of the microsoft.graph.itemAnalytics entity. get: tags: - sites.itemAnalytics summary: Get allTime from sites operationId: sites.analytics.GetAllTime parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemActivityStat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site '/sites/{site-id}/analytics/itemActivityStats': description: Provides operations to manage the itemActivityStats property of the microsoft.graph.itemAnalytics entity. get: tags: - sites.itemAnalytics summary: Get itemActivityStats from sites operationId: sites.analytics.ListItemActivityStats parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.itemActivityStatCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.itemAnalytics summary: Create new navigation property to itemActivityStats for sites operationId: sites.analytics.CreateItemActivityStats requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemActivityStat' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemActivityStat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site '/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}': description: Provides operations to manage the itemActivityStats property of the microsoft.graph.itemAnalytics entity. get: tags: - sites.itemAnalytics summary: Get itemActivityStats from sites operationId: sites.analytics.GetItemActivityStats parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemActivityStat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.itemAnalytics summary: Update the navigation property itemActivityStats in sites operationId: sites.analytics.UpdateItemActivityStats requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemActivityStat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemActivityStat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.itemAnalytics summary: Delete navigation property itemActivityStats for sites operationId: sites.analytics.DeleteItemActivityStats parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: itemActivityStat-id in: path description: The unique identifier of itemActivityStat required: true schema: type: string x-ms-docs-key-type: itemActivityStat '/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities': description: Provides operations to manage the activities property of the microsoft.graph.itemActivityStat entity. get: tags: - sites.itemAnalytics summary: Get activities from sites description: Exposes the itemActivities represented in this itemActivityStat resource. operationId: sites.analytics.itemActivityStats.ListActivities parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.itemActivityCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.itemAnalytics summary: Create new navigation property to activities for sites operationId: sites.analytics.itemActivityStats.CreateActivities requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemActivity' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemActivity' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: itemActivityStat-id in: path description: The unique identifier of itemActivityStat required: true schema: type: string x-ms-docs-key-type: itemActivityStat '/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}': description: Provides operations to manage the activities property of the microsoft.graph.itemActivityStat entity. get: tags: - sites.itemAnalytics summary: Get activities from sites description: Exposes the itemActivities represented in this itemActivityStat resource. operationId: sites.analytics.itemActivityStats.GetActivities parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemActivity' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.itemAnalytics summary: Update the navigation property activities in sites operationId: sites.analytics.itemActivityStats.UpdateActivities requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemActivity' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemActivity' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.itemAnalytics summary: Delete navigation property activities for sites operationId: sites.analytics.itemActivityStats.DeleteActivities parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: itemActivityStat-id in: path description: The unique identifier of itemActivityStat required: true schema: type: string x-ms-docs-key-type: itemActivityStat - name: itemActivity-id in: path description: The unique identifier of itemActivity required: true schema: type: string x-ms-docs-key-type: itemActivity '/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem': description: Provides operations to manage the driveItem property of the microsoft.graph.itemActivity entity. get: tags: - sites.itemAnalytics summary: Get driveItem from sites description: Exposes the driveItem that was the target of this activity. operationId: sites.analytics.itemActivityStats.activities.GetDriveItem parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: itemActivityStat-id in: path description: The unique identifier of itemActivityStat required: true schema: type: string x-ms-docs-key-type: itemActivityStat - name: itemActivity-id in: path description: The unique identifier of itemActivity required: true schema: type: string x-ms-docs-key-type: itemActivity '/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content': description: Provides operations to manage the media for the site entity. get: tags: - sites.itemAnalytics summary: Get content for the navigation property driveItem from sites description: 'The content stream, if the item represents a file.' operationId: sites.analytics.itemActivityStats.activities.GetDriveItemContent parameters: - name: $format in: query description: Format of the content schema: type: string responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - sites.itemAnalytics summary: Update content for the navigation property driveItem in sites description: 'The content stream, if the item represents a file.' operationId: sites.analytics.itemActivityStats.activities.UpdateDriveItemContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: itemActivityStat-id in: path description: The unique identifier of itemActivityStat required: true schema: type: string x-ms-docs-key-type: itemActivityStat - name: itemActivity-id in: path description: The unique identifier of itemActivity required: true schema: type: string x-ms-docs-key-type: itemActivity '/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.itemAnalytics summary: Get the number of the resource operationId: sites.analytics.itemActivityStats.activities.GetCount-972d parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: itemActivityStat-id in: path description: The unique identifier of itemActivityStat required: true schema: type: string x-ms-docs-key-type: itemActivityStat '/sites/{site-id}/analytics/itemActivityStats/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.itemAnalytics summary: Get the number of the resource operationId: sites.analytics.itemActivityStats.GetCount-c4ac parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site '/sites/{site-id}/analytics/lastSevenDays': description: Provides operations to manage the lastSevenDays property of the microsoft.graph.itemAnalytics entity. get: tags: - sites.itemAnalytics summary: Get lastSevenDays from sites operationId: sites.analytics.GetLastSevenDays parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemActivityStat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site '/sites/{site-id}/columns': description: Provides operations to manage the columns property of the microsoft.graph.site entity. get: tags: - sites.columnDefinition summary: List columns in a site description: Get the collection of columns represented as columnDefinition resources in a site. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/site-list-columns?view=graph-rest-1.0 operationId: sites.ListColumns parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.columnDefinition summary: Create a columnDefinition in a site description: Create a column for a site with a request that specifies a columnDefinition. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/site-post-columns?view=graph-rest-1.0 operationId: sites.CreateColumns requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site x-ms-docs-grouped-path: - '/sites/{site-id}/getByPath(path=''{path}'')/columns' - '/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/columns' '/sites/{site-id}/columns/{columnDefinition-id}': description: Provides operations to manage the columns property of the microsoft.graph.site entity. get: tags: - sites.columnDefinition summary: Get columns from sites description: The collection of column definitions reusable across lists under this site. operationId: sites.GetColumns parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.columnDefinition summary: Update the navigation property columns in sites operationId: sites.UpdateColumns requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.columnDefinition summary: Delete navigation property columns for sites operationId: sites.DeleteColumns parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: columnDefinition-id in: path description: The unique identifier of columnDefinition required: true schema: type: string x-ms-docs-key-type: columnDefinition '/sites/{site-id}/columns/{columnDefinition-id}/sourceColumn': description: Provides operations to manage the sourceColumn property of the microsoft.graph.columnDefinition entity. get: tags: - sites.columnDefinition summary: Get sourceColumn from sites description: The source column for the content type column. operationId: sites.columns.GetSourceColumn parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: columnDefinition-id in: path description: The unique identifier of columnDefinition required: true schema: type: string x-ms-docs-key-type: columnDefinition x-ms-docs-grouped-path: - '/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn' - '/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}/sourceColumn' - '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn' '/sites/{site-id}/columns/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.columnDefinition summary: Get the number of the resource operationId: sites.columns.GetCount-a8bb parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site '/sites/{site-id}/contentTypes': description: Provides operations to manage the contentTypes property of the microsoft.graph.site entity. get: tags: - sites.contentType summary: List contentTypes in a site description: Get the collection of contentType resources in a site. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/site-list-contenttypes?view=graph-rest-1.0 operationId: sites.ListContentTypes parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.contentTypeCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.contentType summary: Create a content type description: Create a new contentType in a site. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/site-post-contenttypes?view=graph-rest-1.0 operationId: sites.CreateContentTypes requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site x-ms-docs-grouped-path: - '/sites/{site-id}/getByPath(path=''{path}'')/contentTypes' - '/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/contentTypes' '/sites/{site-id}/contentTypes/{contentType-id}': description: Provides operations to manage the contentTypes property of the microsoft.graph.site entity. get: tags: - sites.contentType summary: Get contentType description: Retrieve the metadata for a content type in a site or a list. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contenttype-get?view=graph-rest-1.0 operationId: sites.GetContentTypes parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.contentType summary: Update contentType description: Update a content type. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contenttype-update?view=graph-rest-1.0 operationId: sites.UpdateContentTypes requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.contentType summary: Delete contentType description: Remove a content type from a list or a site. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contenttype-delete?view=graph-rest-1.0 operationId: sites.DeleteContentTypes parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType '/sites/{site-id}/contentTypes/{contentType-id}/base': description: Provides operations to manage the base property of the microsoft.graph.contentType entity. get: tags: - sites.contentType summary: Get base from sites description: Parent contentType from which this content type is derived. operationId: sites.contentTypes.GetBase parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType x-ms-docs-grouped-path: - '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/base' '/sites/{site-id}/contentTypes/{contentType-id}/baseTypes': description: Provides operations to manage the baseTypes property of the microsoft.graph.contentType entity. get: tags: - sites.contentType summary: Get baseTypes from sites description: The collection of content types that are ancestors of this content type. operationId: sites.contentTypes.ListBaseTypes parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.contentTypeCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType x-ms-docs-grouped-path: - '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/baseTypes' '/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}': description: Provides operations to manage the baseTypes property of the microsoft.graph.contentType entity. get: tags: - sites.contentType summary: Get baseTypes from sites description: The collection of content types that are ancestors of this content type. operationId: sites.contentTypes.GetBaseTypes parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType - name: contentType-id1 in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType x-ms-docs-grouped-path: - '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}' '/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.contentType summary: Get the number of the resource operationId: sites.contentTypes.baseTypes.GetCount-6b07 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType '/sites/{site-id}/contentTypes/{contentType-id}/columnLinks': description: Provides operations to manage the columnLinks property of the microsoft.graph.contentType entity. get: tags: - sites.contentType summary: Get columnLinks from sites description: The collection of columns that are required by this content type. operationId: sites.contentTypes.ListColumnLinks parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.columnLinkCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.contentType summary: Create new navigation property to columnLinks for sites operationId: sites.contentTypes.CreateColumnLinks requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnLink' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnLink' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType x-ms-docs-grouped-path: - '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks' '/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}': description: Provides operations to manage the columnLinks property of the microsoft.graph.contentType entity. get: tags: - sites.contentType summary: Get columnLinks from sites description: The collection of columns that are required by this content type. operationId: sites.contentTypes.GetColumnLinks parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnLink' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.contentType summary: Update the navigation property columnLinks in sites operationId: sites.contentTypes.UpdateColumnLinks requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnLink' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnLink' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.contentType summary: Delete navigation property columnLinks for sites operationId: sites.contentTypes.DeleteColumnLinks parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType - name: columnLink-id in: path description: The unique identifier of columnLink required: true schema: type: string x-ms-docs-key-type: columnLink x-ms-docs-grouped-path: - '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}' '/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.contentType summary: Get the number of the resource operationId: sites.contentTypes.columnLinks.GetCount-7bc1 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType '/sites/{site-id}/contentTypes/{contentType-id}/columnPositions': description: Provides operations to manage the columnPositions property of the microsoft.graph.contentType entity. get: tags: - sites.contentType summary: Get columnPositions from sites description: Column order information in a content type. operationId: sites.contentTypes.ListColumnPositions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType x-ms-docs-grouped-path: - '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions' '/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}': description: Provides operations to manage the columnPositions property of the microsoft.graph.contentType entity. get: tags: - sites.contentType summary: Get columnPositions from sites description: Column order information in a content type. operationId: sites.contentTypes.GetColumnPositions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType - name: columnDefinition-id in: path description: The unique identifier of columnDefinition required: true schema: type: string x-ms-docs-key-type: columnDefinition x-ms-docs-grouped-path: - '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}' '/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.contentType summary: Get the number of the resource operationId: sites.contentTypes.columnPositions.GetCount-dea9 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType '/sites/{site-id}/contentTypes/{contentType-id}/columns': description: Provides operations to manage the columns property of the microsoft.graph.contentType entity. get: tags: - sites.contentType summary: List columnDefinitions in a content type description: Get the collection of columns represented as columnDefinition resources in a content type. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-1.0 operationId: sites.contentTypes.ListColumns parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.contentType summary: Create a columnDefinition in a content type description: 'Add a column to a content type in a site, or a list with a request that specifies a columnDefinition.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contenttype-post-columns?view=graph-rest-1.0 operationId: sites.contentTypes.CreateColumns requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType x-ms-docs-grouped-path: - '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns' '/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}': description: Provides operations to manage the columns property of the microsoft.graph.contentType entity. get: tags: - sites.contentType summary: Get columnDefinition description: 'Retrieve the metadata for a site, a list, or a contentType column.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/columndefinition-get?view=graph-rest-1.0 operationId: sites.contentTypes.GetColumns parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.contentType summary: Update columnDefinition description: 'Update a site, a list, or a content type column.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/columndefinition-update?view=graph-rest-1.0 operationId: sites.contentTypes.UpdateColumns requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.contentType summary: Delete columnDefinition description: 'Remove a column from a site, a list, or a content type.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/columndefinition-delete?view=graph-rest-1.0 operationId: sites.contentTypes.DeleteColumns parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType - name: columnDefinition-id in: path description: The unique identifier of columnDefinition required: true schema: type: string x-ms-docs-key-type: columnDefinition x-ms-docs-grouped-path: - '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}' '/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn': description: Provides operations to manage the sourceColumn property of the microsoft.graph.columnDefinition entity. get: tags: - sites.contentType summary: Get sourceColumn from sites description: The source column for the content type column. operationId: sites.contentTypes.columns.GetSourceColumn parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType - name: columnDefinition-id in: path description: The unique identifier of columnDefinition required: true schema: type: string x-ms-docs-key-type: columnDefinition x-ms-docs-grouped-path: - '/sites/{site-id}/columns/{columnDefinition-id}/sourceColumn' - '/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}/sourceColumn' - '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn' '/sites/{site-id}/contentTypes/{contentType-id}/columns/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.contentType summary: Get the number of the resource operationId: sites.contentTypes.columns.GetCount-896b parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType '/sites/{site-id}/contentTypes/{contentType-id}/associateWithHubSites': description: Provides operations to call the associateWithHubSites method. post: tags: - sites.Actions summary: Invoke action associateWithHubSites description: Associate a published content type present in a content type hub with a list of hub sites. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0 operationId: sites.site.contentTypes.contentType.associateWithHubSites requestBody: description: Action parameters content: application/json: schema: type: object properties: hubSiteUrls: type: array items: type: string propagateToExistingLists: type: boolean default: false nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType x-ms-docs-grouped-path: - '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/associateWithHubSites' '/sites/{site-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation': description: Provides operations to call the copyToDefaultContentLocation method. post: tags: - sites.Actions summary: Invoke action copyToDefaultContentLocation description: Copy a file to a default content location in a content type. The file can then be added as a default file or template via a POST operation. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0 operationId: sites.site.contentTypes.contentType.copyToDefaultContentLocation requestBody: description: Action parameters content: application/json: schema: type: object properties: sourceFile: $ref: '#/components/schemas/microsoft.graph.itemReference' destinationFileName: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType x-ms-docs-grouped-path: - '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation' '/sites/{site-id}/contentTypes/{contentType-id}/isPublished()': description: Provides operations to call the isPublished method. get: tags: - sites.Functions summary: Invoke function isPublished description: Check the publishing status of a contentType in a content type hub site. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0 operationId: sites.site.contentTypes.contentType.isPublished responses: 2XX: description: Success content: application/json: schema: type: object properties: value: type: boolean default: false 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType x-ms-docs-grouped-path: - '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/isPublished()' '/sites/{site-id}/contentTypes/{contentType-id}/publish': description: Provides operations to call the publish method. post: tags: - sites.Actions summary: Invoke action publish description: Publishes a contentType present in the content type hub site. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0 operationId: sites.site.contentTypes.contentType.publish responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType x-ms-docs-grouped-path: - '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/publish' '/sites/{site-id}/contentTypes/{contentType-id}/unpublish': description: Provides operations to call the unpublish method. post: tags: - sites.Actions summary: Invoke action unpublish description: Unpublish a contentType from a content type hub site. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0 operationId: sites.site.contentTypes.contentType.unpublish responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType x-ms-docs-grouped-path: - '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/unpublish' '/sites/{site-id}/contentTypes/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.contentType summary: Get the number of the resource operationId: sites.contentTypes.GetCount-50aa parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site '/sites/{site-id}/contentTypes/addCopy': description: Provides operations to call the addCopy method. post: tags: - sites.Actions summary: Invoke action addCopy description: Add a copy of a content type from a site to a list. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0 operationId: sites.site.contentTypes.addCopy requestBody: description: Action parameters content: application/json: schema: type: object properties: contentType: type: string required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.contentType' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site x-ms-docs-grouped-path: - '/sites/{site-id}/lists/{list-id}/contentTypes/addCopy' '/sites/{site-id}/contentTypes/addCopyFromContentTypeHub': description: Provides operations to call the addCopyFromContentTypeHub method. post: tags: - sites.Actions summary: Invoke action addCopyFromContentTypeHub description: 'Add or sync a copy of a published content type from the content type hub to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a ''push everywhere'' to ''pull as needed'' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see contentType: getCompatibleHubContentTypes and the blog post Syntex Product Updates – August 2021.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0 operationId: sites.site.contentTypes.addCopyFromContentTypeHub requestBody: description: Action parameters content: application/json: schema: type: object properties: contentTypeId: type: string required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.contentType' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site x-ms-docs-grouped-path: - '/sites/{site-id}/lists/{list-id}/contentTypes/addCopyFromContentTypeHub' '/sites/{site-id}/contentTypes/getCompatibleHubContentTypes()': description: Provides operations to call the getCompatibleHubContentTypes method. get: tags: - sites.Functions summary: Invoke function getCompatibleHubContentTypes description: 'Get a list of compatible content types from the content type hub that can be added to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a ''push everywhere'' to ''pull as needed'' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see contentType: addCopyFromContentTypeHub and the blog post Syntex Product Updates – August 2021.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0 operationId: sites.site.contentTypes.getCompatibleHubContentTypes parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of contentType type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.contentType' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site x-ms-docs-grouped-path: - '/sites/{site-id}/lists/{list-id}/contentTypes/getCompatibleHubContentTypes()' '/sites/{site-id}/createdByUser': description: Provides operations to manage the createdByUser property of the microsoft.graph.baseItem entity. get: tags: - sites.user summary: Get createdByUser from sites description: Identity of the user who created the item. Read-only. operationId: sites.GetCreatedByUser parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site x-ms-docs-grouped-path: - '/sites/{site-id}/lists/{list-id}/createdByUser' - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser' - '/sites/{site-id}/getByPath(path=''{path}'')/createdByUser' - '/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/createdByUser' - '/sites/{site-id}/pages/{baseSitePage-id}/createdByUser' - '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/createdByUser' '/sites/{site-id}/createdByUser/mailboxSettings': get: tags: - sites.user summary: Get mailboxSettings property value description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' operationId: sites.createdByUser.GetMailboxSettings parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' patch: tags: - sites.user summary: Update property mailboxSettings value. operationId: sites.createdByUser.UpdateMailboxSettings requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site '/sites/{site-id}/createdByUser/serviceProvisioningErrors': get: tags: - sites.user summary: Get serviceProvisioningErrors property value description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' operationId: sites.createdByUser.ListServiceProvisioningErrors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site '/sites/{site-id}/createdByUser/serviceProvisioningErrors/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.user summary: Get the number of the resource operationId: sites.createdByUser.ServiceProvisioningErrors.GetCount-c398 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site '/sites/{site-id}/drive': description: Provides operations to manage the drive property of the microsoft.graph.site entity. get: tags: - sites.drive summary: Get drive from sites description: The default drive (document library) for this site. operationId: sites.GetDrive parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.drive' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site x-ms-docs-grouped-path: - '/sites/{site-id}/getByPath(path=''{path}'')/drive' - '/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/drive' '/sites/{site-id}/drives': description: Provides operations to manage the drives property of the microsoft.graph.site entity. get: tags: - sites.drive summary: Get drives from sites description: The collection of drives (document libraries) under this site. operationId: sites.ListDrives parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.driveCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site x-ms-docs-grouped-path: - '/sites/{site-id}/getByPath(path=''{path}'')/drives' - '/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/drives' '/sites/{site-id}/drives/{drive-id}': description: Provides operations to manage the drives property of the microsoft.graph.site entity. get: tags: - sites.drive summary: Get drives from sites description: The collection of drives (document libraries) under this site. operationId: sites.GetDrives parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.drive' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive '/sites/{site-id}/drives/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.drive summary: Get the number of the resource operationId: sites.drives.GetCount-5071 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site '/sites/{site-id}/externalColumns': description: Provides operations to manage the externalColumns property of the microsoft.graph.site entity. get: tags: - sites.columnDefinition summary: Get externalColumns from sites operationId: sites.ListExternalColumns parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site x-ms-docs-grouped-path: - '/sites/{site-id}/getByPath(path=''{path}'')/externalColumns' - '/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/externalColumns' '/sites/{site-id}/externalColumns/{columnDefinition-id}': description: Provides operations to manage the externalColumns property of the microsoft.graph.site entity. get: tags: - sites.columnDefinition summary: Get externalColumns from sites operationId: sites.GetExternalColumns parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: columnDefinition-id in: path description: The unique identifier of columnDefinition required: true schema: type: string x-ms-docs-key-type: columnDefinition '/sites/{site-id}/externalColumns/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.columnDefinition summary: Get the number of the resource operationId: sites.externalColumns.GetCount-3855 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site '/sites/{site-id}/items': description: Provides operations to manage the items property of the microsoft.graph.site entity. get: tags: - sites.baseItem summary: Get items from sites description: Used to address any item contained in this site. This collection can't be enumerated. operationId: sites.ListItems parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.baseItemCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site x-ms-docs-grouped-path: - '/sites/{site-id}/getByPath(path=''{path}'')/items' - '/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/items' '/sites/{site-id}/items/{baseItem-id}': description: Provides operations to manage the items property of the microsoft.graph.site entity. get: tags: - sites.baseItem summary: Get items from sites description: Used to address any item contained in this site. This collection can't be enumerated. operationId: sites.GetItems parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.baseItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: baseItem-id in: path description: The unique identifier of baseItem required: true schema: type: string x-ms-docs-key-type: baseItem '/sites/{site-id}/items/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.baseItem summary: Get the number of the resource operationId: sites.items.GetCount-1b67 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site '/sites/{site-id}/lastModifiedByUser': description: Provides operations to manage the lastModifiedByUser property of the microsoft.graph.baseItem entity. get: tags: - sites.user summary: Get lastModifiedByUser from sites description: Identity of the user who last modified the item. Read-only. operationId: sites.GetLastModifiedByUser parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site x-ms-docs-grouped-path: - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser' - '/sites/{site-id}/lists/{list-id}/lastModifiedByUser' - '/sites/{site-id}/getByPath(path=''{path}'')/lastModifiedByUser' - '/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/lastModifiedByUser' - '/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser' - '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/lastModifiedByUser' '/sites/{site-id}/lastModifiedByUser/mailboxSettings': get: tags: - sites.user summary: Get mailboxSettings property value description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' operationId: sites.lastModifiedByUser.GetMailboxSettings parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' patch: tags: - sites.user summary: Update property mailboxSettings value. operationId: sites.lastModifiedByUser.UpdateMailboxSettings requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site '/sites/{site-id}/lastModifiedByUser/serviceProvisioningErrors': get: tags: - sites.user summary: Get serviceProvisioningErrors property value description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' operationId: sites.lastModifiedByUser.ListServiceProvisioningErrors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site '/sites/{site-id}/lastModifiedByUser/serviceProvisioningErrors/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.user summary: Get the number of the resource operationId: sites.lastModifiedByUser.ServiceProvisioningErrors.GetCount-4573 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site '/sites/{site-id}/lists': description: Provides operations to manage the lists property of the microsoft.graph.site entity. get: tags: - sites.list summary: Get lists in a site description: "Get the collection of lists for a site. Lists with the system facet are hidden by default.\nTo list them, include system in your $select statement." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/list-list?view=graph-rest-1.0 operationId: sites.ListLists parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.listCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.list summary: Create a new list description: Create a new list in a site. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/list-create?view=graph-rest-1.0 operationId: sites.CreateLists requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.list' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.list' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site x-ms-docs-grouped-path: - '/sites/{site-id}/getByPath(path=''{path}'')/lists' - '/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/lists' '/sites/{site-id}/lists/{list-id}': description: Provides operations to manage the lists property of the microsoft.graph.site entity. get: tags: - sites.list summary: List operations on a list description: Get a list of rich long-running operations associated with a list. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/list-list-operations?view=graph-rest-1.0 operationId: sites.GetLists parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.list' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.list summary: Update the navigation property lists in sites operationId: sites.UpdateLists requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.list' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.list' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.list summary: Delete navigation property lists for sites operationId: sites.DeleteLists parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list '/sites/{site-id}/lists/{list-id}/columns': description: Provides operations to manage the columns property of the microsoft.graph.list entity. get: tags: - sites.list summary: List columnDefinitions in a list description: Get the collection of columns represented as columnDefinition resources in a list. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/list-list-columns?view=graph-rest-1.0 operationId: sites.lists.ListColumns parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.list summary: Create a columnDefinition in a list description: Create a column for a list with a request that specifies a columnDefinition. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/list-post-columns?view=graph-rest-1.0 operationId: sites.lists.CreateColumns requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list '/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}': description: Provides operations to manage the columns property of the microsoft.graph.list entity. get: tags: - sites.list summary: Get columns from sites description: The collection of field definitions for this list. operationId: sites.lists.GetColumns parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.list summary: Update the navigation property columns in sites operationId: sites.lists.UpdateColumns requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.list summary: Delete navigation property columns for sites operationId: sites.lists.DeleteColumns parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list - name: columnDefinition-id in: path description: The unique identifier of columnDefinition required: true schema: type: string x-ms-docs-key-type: columnDefinition '/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}/sourceColumn': description: Provides operations to manage the sourceColumn property of the microsoft.graph.columnDefinition entity. get: tags: - sites.list summary: Get sourceColumn from sites description: The source column for the content type column. operationId: sites.lists.columns.GetSourceColumn parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list - name: columnDefinition-id in: path description: The unique identifier of columnDefinition required: true schema: type: string x-ms-docs-key-type: columnDefinition x-ms-docs-grouped-path: - '/sites/{site-id}/columns/{columnDefinition-id}/sourceColumn' - '/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn' - '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn' '/sites/{site-id}/lists/{list-id}/columns/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.list summary: Get the number of the resource operationId: sites.lists.columns.GetCount-77c0 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list '/sites/{site-id}/lists/{list-id}/contentTypes': description: Provides operations to manage the contentTypes property of the microsoft.graph.list entity. get: tags: - sites.list summary: List contentTypes in a list description: Get the collection of contentType resources in a list. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/list-list-contenttypes?view=graph-rest-1.0 operationId: sites.lists.ListContentTypes parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.contentTypeCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.list summary: Create new navigation property to contentTypes for sites operationId: sites.lists.CreateContentTypes requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}': description: Provides operations to manage the contentTypes property of the microsoft.graph.list entity. get: tags: - sites.list summary: Get contentTypes from sites description: The collection of content types present in this list. operationId: sites.lists.GetContentTypes parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.list summary: Update the navigation property contentTypes in sites operationId: sites.lists.UpdateContentTypes requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.list summary: Delete navigation property contentTypes for sites operationId: sites.lists.DeleteContentTypes parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/base': description: Provides operations to manage the base property of the microsoft.graph.contentType entity. get: tags: - sites.list summary: Get base from sites description: Parent contentType from which this content type is derived. operationId: sites.lists.contentTypes.GetBase parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType x-ms-docs-grouped-path: - '/sites/{site-id}/contentTypes/{contentType-id}/base' '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/baseTypes': description: Provides operations to manage the baseTypes property of the microsoft.graph.contentType entity. get: tags: - sites.list summary: Get baseTypes from sites description: The collection of content types that are ancestors of this content type. operationId: sites.lists.contentTypes.ListBaseTypes parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.contentTypeCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType x-ms-docs-grouped-path: - '/sites/{site-id}/contentTypes/{contentType-id}/baseTypes' '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}': description: Provides operations to manage the baseTypes property of the microsoft.graph.contentType entity. get: tags: - sites.list summary: Get baseTypes from sites description: The collection of content types that are ancestors of this content type. operationId: sites.lists.contentTypes.GetBaseTypes parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType - name: contentType-id1 in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType x-ms-docs-grouped-path: - '/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}' '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/baseTypes/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.list summary: Get the number of the resource operationId: sites.lists.contentTypes.baseTypes.GetCount-8008 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks': description: Provides operations to manage the columnLinks property of the microsoft.graph.contentType entity. get: tags: - sites.list summary: Get columnLinks from sites description: The collection of columns that are required by this content type. operationId: sites.lists.contentTypes.ListColumnLinks parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.columnLinkCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.list summary: Create new navigation property to columnLinks for sites operationId: sites.lists.contentTypes.CreateColumnLinks requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnLink' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnLink' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType x-ms-docs-grouped-path: - '/sites/{site-id}/contentTypes/{contentType-id}/columnLinks' '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}': description: Provides operations to manage the columnLinks property of the microsoft.graph.contentType entity. get: tags: - sites.list summary: Get columnLinks from sites description: The collection of columns that are required by this content type. operationId: sites.lists.contentTypes.GetColumnLinks parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnLink' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.list summary: Update the navigation property columnLinks in sites operationId: sites.lists.contentTypes.UpdateColumnLinks requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnLink' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnLink' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.list summary: Delete navigation property columnLinks for sites operationId: sites.lists.contentTypes.DeleteColumnLinks parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType - name: columnLink-id in: path description: The unique identifier of columnLink required: true schema: type: string x-ms-docs-key-type: columnLink x-ms-docs-grouped-path: - '/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}' '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.list summary: Get the number of the resource operationId: sites.lists.contentTypes.columnLinks.GetCount-9230 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions': description: Provides operations to manage the columnPositions property of the microsoft.graph.contentType entity. get: tags: - sites.list summary: Get columnPositions from sites description: Column order information in a content type. operationId: sites.lists.contentTypes.ListColumnPositions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType x-ms-docs-grouped-path: - '/sites/{site-id}/contentTypes/{contentType-id}/columnPositions' '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}': description: Provides operations to manage the columnPositions property of the microsoft.graph.contentType entity. get: tags: - sites.list summary: Get columnPositions from sites description: Column order information in a content type. operationId: sites.lists.contentTypes.GetColumnPositions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType - name: columnDefinition-id in: path description: The unique identifier of columnDefinition required: true schema: type: string x-ms-docs-key-type: columnDefinition x-ms-docs-grouped-path: - '/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}' '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.list summary: Get the number of the resource operationId: sites.lists.contentTypes.columnPositions.GetCount-36a3 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns': description: Provides operations to manage the columns property of the microsoft.graph.contentType entity. get: tags: - sites.list summary: Get columns from sites description: The collection of column definitions for this content type. operationId: sites.lists.contentTypes.ListColumns parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.list summary: Create new navigation property to columns for sites operationId: sites.lists.contentTypes.CreateColumns requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType x-ms-docs-grouped-path: - '/sites/{site-id}/contentTypes/{contentType-id}/columns' '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}': description: Provides operations to manage the columns property of the microsoft.graph.contentType entity. get: tags: - sites.list summary: Get columns from sites description: The collection of column definitions for this content type. operationId: sites.lists.contentTypes.GetColumns parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.list summary: Update the navigation property columns in sites operationId: sites.lists.contentTypes.UpdateColumns requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.list summary: Delete navigation property columns for sites operationId: sites.lists.contentTypes.DeleteColumns parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType - name: columnDefinition-id in: path description: The unique identifier of columnDefinition required: true schema: type: string x-ms-docs-key-type: columnDefinition x-ms-docs-grouped-path: - '/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}' '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn': description: Provides operations to manage the sourceColumn property of the microsoft.graph.columnDefinition entity. get: tags: - sites.list summary: Get sourceColumn from sites description: The source column for the content type column. operationId: sites.lists.contentTypes.columns.GetSourceColumn parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType - name: columnDefinition-id in: path description: The unique identifier of columnDefinition required: true schema: type: string x-ms-docs-key-type: columnDefinition x-ms-docs-grouped-path: - '/sites/{site-id}/columns/{columnDefinition-id}/sourceColumn' - '/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn' - '/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}/sourceColumn' '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.list summary: Get the number of the resource operationId: sites.lists.contentTypes.columns.GetCount-9911 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/associateWithHubSites': description: Provides operations to call the associateWithHubSites method. post: tags: - sites.Actions summary: Invoke action associateWithHubSites description: Associate a published content type present in a content type hub with a list of hub sites. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0 operationId: sites.site.lists.list.contentTypes.contentType.associateWithHubSites requestBody: description: Action parameters content: application/json: schema: type: object properties: hubSiteUrls: type: array items: type: string propagateToExistingLists: type: boolean default: false nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType x-ms-docs-grouped-path: - '/sites/{site-id}/contentTypes/{contentType-id}/associateWithHubSites' '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation': description: Provides operations to call the copyToDefaultContentLocation method. post: tags: - sites.Actions summary: Invoke action copyToDefaultContentLocation description: Copy a file to a default content location in a content type. The file can then be added as a default file or template via a POST operation. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0 operationId: sites.site.lists.list.contentTypes.contentType.copyToDefaultContentLocation requestBody: description: Action parameters content: application/json: schema: type: object properties: sourceFile: $ref: '#/components/schemas/microsoft.graph.itemReference' destinationFileName: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType x-ms-docs-grouped-path: - '/sites/{site-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation' '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/isPublished()': description: Provides operations to call the isPublished method. get: tags: - sites.Functions summary: Invoke function isPublished description: Check the publishing status of a contentType in a content type hub site. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0 operationId: sites.site.lists.list.contentTypes.contentType.isPublished responses: 2XX: description: Success content: application/json: schema: type: object properties: value: type: boolean default: false 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType x-ms-docs-grouped-path: - '/sites/{site-id}/contentTypes/{contentType-id}/isPublished()' '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/publish': description: Provides operations to call the publish method. post: tags: - sites.Actions summary: Invoke action publish description: Publishes a contentType present in the content type hub site. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0 operationId: sites.site.lists.list.contentTypes.contentType.publish responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType x-ms-docs-grouped-path: - '/sites/{site-id}/contentTypes/{contentType-id}/publish' '/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/unpublish': description: Provides operations to call the unpublish method. post: tags: - sites.Actions summary: Invoke action unpublish description: Unpublish a contentType from a content type hub site. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0 operationId: sites.site.lists.list.contentTypes.contentType.unpublish responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType x-ms-docs-grouped-path: - '/sites/{site-id}/contentTypes/{contentType-id}/unpublish' '/sites/{site-id}/lists/{list-id}/contentTypes/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.list summary: Get the number of the resource operationId: sites.lists.contentTypes.GetCount-d8bd parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list '/sites/{site-id}/lists/{list-id}/contentTypes/addCopy': description: Provides operations to call the addCopy method. post: tags: - sites.Actions summary: Invoke action addCopy description: Add a copy of a content type from a site to a list. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0 operationId: sites.site.lists.list.contentTypes.addCopy requestBody: description: Action parameters content: application/json: schema: type: object properties: contentType: type: string required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.contentType' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list x-ms-docs-grouped-path: - '/sites/{site-id}/contentTypes/addCopy' '/sites/{site-id}/lists/{list-id}/contentTypes/addCopyFromContentTypeHub': description: Provides operations to call the addCopyFromContentTypeHub method. post: tags: - sites.Actions summary: Invoke action addCopyFromContentTypeHub description: 'Add or sync a copy of a published content type from the content type hub to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a ''push everywhere'' to ''pull as needed'' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see contentType: getCompatibleHubContentTypes and the blog post Syntex Product Updates – August 2021.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0 operationId: sites.site.lists.list.contentTypes.addCopyFromContentTypeHub requestBody: description: Action parameters content: application/json: schema: type: object properties: contentTypeId: type: string required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.contentType' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list x-ms-docs-grouped-path: - '/sites/{site-id}/contentTypes/addCopyFromContentTypeHub' '/sites/{site-id}/lists/{list-id}/contentTypes/getCompatibleHubContentTypes()': description: Provides operations to call the getCompatibleHubContentTypes method. get: tags: - sites.Functions summary: Invoke function getCompatibleHubContentTypes description: 'Get a list of compatible content types from the content type hub that can be added to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a ''push everywhere'' to ''pull as needed'' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see contentType: addCopyFromContentTypeHub and the blog post Syntex Product Updates – August 2021.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0 operationId: sites.site.lists.list.contentTypes.getCompatibleHubContentTypes parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of contentType type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.contentType' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list x-ms-docs-grouped-path: - '/sites/{site-id}/contentTypes/getCompatibleHubContentTypes()' '/sites/{site-id}/lists/{list-id}/createdByUser': description: Provides operations to manage the createdByUser property of the microsoft.graph.baseItem entity. get: tags: - sites.list summary: Get createdByUser from sites description: Identity of the user who created the item. Read-only. operationId: sites.lists.GetCreatedByUser parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list x-ms-docs-grouped-path: - '/sites/{site-id}/createdByUser' - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser' - '/sites/{site-id}/getByPath(path=''{path}'')/createdByUser' - '/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/createdByUser' - '/sites/{site-id}/pages/{baseSitePage-id}/createdByUser' - '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/createdByUser' '/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings': get: tags: - sites.list summary: Get mailboxSettings property value description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' operationId: sites.lists.createdByUser.GetMailboxSettings parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' patch: tags: - sites.list summary: Update property mailboxSettings value. operationId: sites.lists.createdByUser.UpdateMailboxSettings requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list '/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors': get: tags: - sites.list summary: Get serviceProvisioningErrors property value description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' operationId: sites.lists.createdByUser.ListServiceProvisioningErrors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list '/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.list summary: Get the number of the resource operationId: sites.lists.createdByUser.ServiceProvisioningErrors.GetCount-0c92 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list '/sites/{site-id}/lists/{list-id}/drive': description: Provides operations to manage the drive property of the microsoft.graph.list entity. get: tags: - sites.list summary: Get drive from sites description: Allows access to the list as a drive resource with driveItems. Only present on document libraries. operationId: sites.lists.GetDrive parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.drive' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list '/sites/{site-id}/lists/{list-id}/items': description: Provides operations to manage the items property of the microsoft.graph.list entity. get: tags: - sites.list summary: Enumerate items in a list description: Get the collection of items in a list. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/listitem-list?view=graph-rest-1.0 operationId: sites.lists.ListItems parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.listItemCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.list summary: Create a new item in a list description: Create a new listItem in a list. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/listitem-create?view=graph-rest-1.0 operationId: sites.lists.CreateItems requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItem' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list '/sites/{site-id}/lists/{list-id}/items/{listItem-id}': description: Provides operations to manage the items property of the microsoft.graph.list entity. get: tags: - sites.list summary: Get listItem description: Returns the metadata for an item in a list. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/listitem-get?view=graph-rest-1.0 operationId: sites.lists.GetItems parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.list summary: Update the navigation property items in sites operationId: sites.lists.UpdateItems requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItem' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.list summary: Delete an item from a list description: Removes an item from a list. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/listitem-delete?view=graph-rest-1.0 operationId: sites.lists.DeleteItems parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics': description: Provides operations to manage the analytics property of the microsoft.graph.listItem entity. get: tags: - sites.list summary: Get analytics from sites description: Analytics about the view activities that took place on this item. operationId: sites.lists.items.GetAnalytics parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemAnalytics' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser': description: Provides operations to manage the createdByUser property of the microsoft.graph.baseItem entity. get: tags: - sites.list summary: Get createdByUser from sites description: Identity of the user who created the item. Read-only. operationId: sites.lists.items.GetCreatedByUser parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem x-ms-docs-grouped-path: - '/sites/{site-id}/createdByUser' - '/sites/{site-id}/lists/{list-id}/createdByUser' - '/sites/{site-id}/getByPath(path=''{path}'')/createdByUser' - '/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/createdByUser' - '/sites/{site-id}/pages/{baseSitePage-id}/createdByUser' - '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/createdByUser' '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings': get: tags: - sites.list summary: Get mailboxSettings property value description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' operationId: sites.lists.items.createdByUser.GetMailboxSettings parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' patch: tags: - sites.list summary: Update property mailboxSettings value. operationId: sites.lists.items.createdByUser.UpdateMailboxSettings requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors': get: tags: - sites.list summary: Get serviceProvisioningErrors property value description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' operationId: sites.lists.items.createdByUser.ListServiceProvisioningErrors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.list summary: Get the number of the resource operationId: sites.lists.items.createdByUser.ServiceProvisioningErrors.GetCount-bafa parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions': description: Provides operations to manage the documentSetVersions property of the microsoft.graph.listItem entity. get: tags: - sites.list summary: List documentSetVersions description: Get a list of the versions of a document set item in a list. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0 operationId: sites.lists.items.ListDocumentSetVersions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.documentSetVersionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.list summary: Create documentSetVersion description: Create a new version of a document set item in a list. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0 operationId: sites.lists.items.CreateDocumentSetVersions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}': description: Provides operations to manage the documentSetVersions property of the microsoft.graph.listItem entity. get: tags: - sites.list summary: Get documentSetVersion description: Read the properties and relationships of a documentSetVersion object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/documentsetversion-get?view=graph-rest-1.0 operationId: sites.lists.items.GetDocumentSetVersions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.list summary: Update the navigation property documentSetVersions in sites operationId: sites.lists.items.UpdateDocumentSetVersions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.list summary: Delete documentSetVersion description: Delete a version of a document set in a list. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/documentsetversion-delete?view=graph-rest-1.0 operationId: sites.lists.items.DeleteDocumentSetVersions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem - name: documentSetVersion-id in: path description: The unique identifier of documentSetVersion required: true schema: type: string x-ms-docs-key-type: documentSetVersion '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields': description: Provides operations to manage the fields property of the microsoft.graph.listItemVersion entity. get: tags: - sites.list summary: Get fields from sites description: A collection of the fields and values for this version of the list item. operationId: sites.lists.items.documentSetVersions.GetFields parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.list summary: Update the navigation property fields in sites operationId: sites.lists.items.documentSetVersions.UpdateFields requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.list summary: Delete navigation property fields for sites operationId: sites.lists.items.documentSetVersions.DeleteFields parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem - name: documentSetVersion-id in: path description: The unique identifier of documentSetVersion required: true schema: type: string x-ms-docs-key-type: documentSetVersion x-ms-docs-grouped-path: - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields' '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore': description: Provides operations to call the restore method. post: tags: - sites.Actions summary: Invoke action restore description: Restore a document set version. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0 operationId: sites.site.lists.list.items.listItem.documentSetVersions.documentSetVersion.restore responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem - name: documentSetVersion-id in: path description: The unique identifier of documentSetVersion required: true schema: type: string x-ms-docs-key-type: documentSetVersion '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.list summary: Get the number of the resource operationId: sites.lists.items.documentSetVersions.GetCount-3ae5 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem': description: Provides operations to manage the driveItem property of the microsoft.graph.listItem entity. get: tags: - sites.list summary: Get driveItem from sites description: 'For document libraries, the driveItem relationship exposes the listItem as a driveItem' operationId: sites.lists.items.GetDriveItem parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content': description: Provides operations to manage the media for the site entity. get: tags: - sites.list summary: Get content for the navigation property driveItem from sites description: 'The content stream, if the item represents a file.' operationId: sites.lists.items.GetDriveItemContent parameters: - name: $format in: query description: Format of the content schema: type: string responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - sites.list summary: Update content for the navigation property driveItem in sites description: 'The content stream, if the item represents a file.' operationId: sites.lists.items.UpdateDriveItemContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields': description: Provides operations to manage the fields property of the microsoft.graph.listItem entity. get: tags: - sites.list summary: Get fields from sites description: The values of the columns set on this list item. operationId: sites.lists.items.GetFields parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.list summary: Update listItem description: Update the properties on a listItem. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0 operationId: sites.lists.items.UpdateFields requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.list summary: Delete navigation property fields for sites operationId: sites.lists.items.DeleteFields parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser': description: Provides operations to manage the lastModifiedByUser property of the microsoft.graph.baseItem entity. get: tags: - sites.list summary: Get lastModifiedByUser from sites description: Identity of the user who last modified the item. Read-only. operationId: sites.lists.items.GetLastModifiedByUser parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem x-ms-docs-grouped-path: - '/sites/{site-id}/lastModifiedByUser' - '/sites/{site-id}/lists/{list-id}/lastModifiedByUser' - '/sites/{site-id}/getByPath(path=''{path}'')/lastModifiedByUser' - '/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/lastModifiedByUser' - '/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser' - '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/lastModifiedByUser' '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings': get: tags: - sites.list summary: Get mailboxSettings property value description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' operationId: sites.lists.items.lastModifiedByUser.GetMailboxSettings parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' patch: tags: - sites.list summary: Update property mailboxSettings value. operationId: sites.lists.items.lastModifiedByUser.UpdateMailboxSettings requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors': get: tags: - sites.list summary: Get serviceProvisioningErrors property value description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' operationId: sites.lists.items.lastModifiedByUser.ListServiceProvisioningErrors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.list summary: Get the number of the resource operationId: sites.lists.items.lastModifiedByUser.ServiceProvisioningErrors.GetCount-fc39 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createLink': description: Provides operations to call the createLink method. post: tags: - sites.Actions summary: Invoke action createLink operationId: sites.site.lists.list.items.listItem.createLink requestBody: description: Action parameters content: application/json: schema: type: object properties: type: type: string nullable: true scope: type: string nullable: true expirationDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string format: date-time nullable: true password: type: string nullable: true message: type: string nullable: true recipients: type: array items: $ref: '#/components/schemas/microsoft.graph.driveRecipient' retainInheritedPermissions: type: boolean default: false nullable: true sendNotification: type: boolean default: false nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.permission' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval()': description: Provides operations to call the getActivitiesByInterval method. get: tags: - sites.Functions summary: Invoke function getActivitiesByInterval operationId: sites.site.lists.list.items.listItem.getActivitiesByInterval-4c35 parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of itemActivityStat type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.itemActivityStat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem x-ms-docs-grouped-path: - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval(startDateTime=''{startDateTime}'',endDateTime=''{endDateTime}'',interval=''{interval}'')' - '/sites/{site-id}/getActivitiesByInterval()' - '/sites/{site-id}/getActivitiesByInterval(startDateTime=''{startDateTime}'',endDateTime=''{endDateTime}'',interval=''{interval}'')' - '/sites/{site-id}/getByPath(path=''{path}'')/getActivitiesByInterval()' - '/sites/{site-id}/getByPath(path=''{path}'')/getActivitiesByInterval(startDateTime=''{startDateTime}'',endDateTime=''{endDateTime}'',interval=''{interval}'')' '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval(startDateTime=''{startDateTime}'',endDateTime=''{endDateTime}'',interval=''{interval}'')': description: Provides operations to call the getActivitiesByInterval method. get: tags: - sites.Functions summary: Invoke function getActivitiesByInterval operationId: sites.site.lists.list.items.listItem.getActivitiesByInterval-ad27 parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of itemActivityStat type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.itemActivityStat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem - name: startDateTime in: path description: 'Usage: startDateTime=''{startDateTime}''' required: true schema: type: string nullable: true - name: endDateTime in: path description: 'Usage: endDateTime=''{endDateTime}''' required: true schema: type: string nullable: true - name: interval in: path description: 'Usage: interval=''{interval}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval()' - '/sites/{site-id}/getActivitiesByInterval()' - '/sites/{site-id}/getActivitiesByInterval(startDateTime=''{startDateTime}'',endDateTime=''{endDateTime}'',interval=''{interval}'')' - '/sites/{site-id}/getByPath(path=''{path}'')/getActivitiesByInterval()' - '/sites/{site-id}/getByPath(path=''{path}'')/getActivitiesByInterval(startDateTime=''{startDateTime}'',endDateTime=''{endDateTime}'',interval=''{interval}'')' '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions': description: Provides operations to manage the versions property of the microsoft.graph.listItem entity. get: tags: - sites.list summary: Listing versions of a ListItem description: SharePoint can be configured to retain the history for list items. Previous versions may be retained for a finite period of time depending on admin settings which may be unique per user or location. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/listitem-list-versions?view=graph-rest-1.0 operationId: sites.lists.items.ListVersions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.listItemVersionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.list summary: Create new navigation property to versions for sites operationId: sites.lists.items.CreateVersions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItemVersion' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItemVersion' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}': description: Provides operations to manage the versions property of the microsoft.graph.listItem entity. get: tags: - sites.list summary: Get a ListItemVersion resource description: Retrieve the metadata for a specific version of a ListItem. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/listitemversion-get?view=graph-rest-1.0 operationId: sites.lists.items.GetVersions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItemVersion' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.list summary: Update the navigation property versions in sites operationId: sites.lists.items.UpdateVersions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItemVersion' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItemVersion' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.list summary: Delete navigation property versions for sites operationId: sites.lists.items.DeleteVersions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem - name: listItemVersion-id in: path description: The unique identifier of listItemVersion required: true schema: type: string x-ms-docs-key-type: listItemVersion '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields': description: Provides operations to manage the fields property of the microsoft.graph.listItemVersion entity. get: tags: - sites.list summary: Get fields from sites description: A collection of the fields and values for this version of the list item. operationId: sites.lists.items.versions.GetFields parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.list summary: Update the navigation property fields in sites operationId: sites.lists.items.versions.UpdateFields requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.list summary: Delete navigation property fields for sites operationId: sites.lists.items.versions.DeleteFields parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem - name: listItemVersion-id in: path description: The unique identifier of listItemVersion required: true schema: type: string x-ms-docs-key-type: listItemVersion x-ms-docs-grouped-path: - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields' '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion': description: Provides operations to call the restoreVersion method. post: tags: - sites.Actions summary: Invoke action restoreVersion description: 'Restore a previous version of a ListItem to be the current version. This will create a new version with the contents of the previous version, but preserves all existing versions of the item.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0 operationId: sites.site.lists.list.items.listItem.versions.listItemVersion.restoreVersion responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem - name: listItemVersion-id in: path description: The unique identifier of listItemVersion required: true schema: type: string x-ms-docs-key-type: listItemVersion '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.list summary: Get the number of the resource operationId: sites.lists.items.versions.GetCount-d8e9 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem '/sites/{site-id}/lists/{list-id}/items/delta()': description: Provides operations to call the delta method. get: tags: - sites.Functions summary: Invoke function delta description: "Get newly created, updated, or deleted list items without having to perform a full read of the entire items collection. Your app begins by calling delta without any parameters.\nThe service starts enumerating the hierarchy of the list, returning pages of items, and either an @odata.nextLink or an @odata.deltaLink.\nYour app should continue calling with the @odata.nextLink until you see an @odata.deltaLink returned. After you received all the changes, you can apply them to your local state.\nTo check for changes in the future, call delta again with the @odata.deltaLink from the previous response. The delta feed shows the latest state for each item, not each change. If an item was renamed twice, it only shows up once, with its latest name.\nThe same item might appear more than once in a delta feed, for various reasons. You should use the last occurrence you see. Items with this property should be removed from your local state." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-1.0 operationId: sites.site.lists.list.items.delta-fa14 parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of listItem type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.listItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list x-ms-docs-grouped-path: - '/sites/{site-id}/lists/{list-id}/items/delta(token=''{token}'')' - /sites/delta() '/sites/{site-id}/lists/{list-id}/items/delta(token=''{token}'')': description: Provides operations to call the delta method. get: tags: - sites.Functions summary: Invoke function delta operationId: sites.site.lists.list.items.delta-9846 parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of listItem type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.listItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list - name: token in: path description: 'Usage: token=''{token}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/sites/{site-id}/lists/{list-id}/items/delta()' - /sites/delta() '/sites/{site-id}/lists/{list-id}/lastModifiedByUser': description: Provides operations to manage the lastModifiedByUser property of the microsoft.graph.baseItem entity. get: tags: - sites.list summary: Get lastModifiedByUser from sites description: Identity of the user who last modified the item. Read-only. operationId: sites.lists.GetLastModifiedByUser parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list x-ms-docs-grouped-path: - '/sites/{site-id}/lastModifiedByUser' - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser' - '/sites/{site-id}/getByPath(path=''{path}'')/lastModifiedByUser' - '/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/lastModifiedByUser' - '/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser' - '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/lastModifiedByUser' '/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings': get: tags: - sites.list summary: Get mailboxSettings property value description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' operationId: sites.lists.lastModifiedByUser.GetMailboxSettings parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' patch: tags: - sites.list summary: Update property mailboxSettings value. operationId: sites.lists.lastModifiedByUser.UpdateMailboxSettings requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list '/sites/{site-id}/lists/{list-id}/lastModifiedByUser/serviceProvisioningErrors': get: tags: - sites.list summary: Get serviceProvisioningErrors property value description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' operationId: sites.lists.lastModifiedByUser.ListServiceProvisioningErrors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list '/sites/{site-id}/lists/{list-id}/lastModifiedByUser/serviceProvisioningErrors/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.list summary: Get the number of the resource operationId: sites.lists.lastModifiedByUser.ServiceProvisioningErrors.GetCount-39cb parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list '/sites/{site-id}/lists/{list-id}/operations': description: Provides operations to manage the operations property of the microsoft.graph.list entity. get: tags: - sites.list summary: Get operations from sites description: The collection of long-running operations on the list. operationId: sites.lists.ListOperations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.richLongRunningOperationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.list summary: Create new navigation property to operations for sites operationId: sites.lists.CreateOperations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list '/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}': description: Provides operations to manage the operations property of the microsoft.graph.list entity. get: tags: - sites.list summary: Get operations from sites description: The collection of long-running operations on the list. operationId: sites.lists.GetOperations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.list summary: Update the navigation property operations in sites operationId: sites.lists.UpdateOperations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.list summary: Delete navigation property operations for sites operationId: sites.lists.DeleteOperations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list - name: richLongRunningOperation-id in: path description: The unique identifier of richLongRunningOperation required: true schema: type: string x-ms-docs-key-type: richLongRunningOperation '/sites/{site-id}/lists/{list-id}/operations/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.list summary: Get the number of the resource operationId: sites.lists.operations.GetCount-f5fa parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list '/sites/{site-id}/lists/{list-id}/subscriptions': description: Provides operations to manage the subscriptions property of the microsoft.graph.list entity. get: tags: - sites.list summary: Get subscriptions from sites description: The set of subscriptions on the list. operationId: sites.lists.ListSubscriptions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.subscriptionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.list summary: Create new navigation property to subscriptions for sites operationId: sites.lists.CreateSubscriptions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.subscription' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.subscription' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list '/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}': description: Provides operations to manage the subscriptions property of the microsoft.graph.list entity. get: tags: - sites.list summary: Get subscriptions from sites description: The set of subscriptions on the list. operationId: sites.lists.GetSubscriptions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.subscription' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.list summary: Update the navigation property subscriptions in sites operationId: sites.lists.UpdateSubscriptions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.subscription' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.subscription' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.list summary: Delete navigation property subscriptions for sites operationId: sites.lists.DeleteSubscriptions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list - name: subscription-id in: path description: The unique identifier of subscription required: true schema: type: string x-ms-docs-key-type: subscription '/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}/reauthorize': description: Provides operations to call the reauthorize method. post: tags: - sites.Actions summary: Invoke action reauthorize description: Reauthorize a subscription when you receive a reauthorizationRequired challenge. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0 operationId: sites.site.lists.list.subscriptions.subscription.reauthorize responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list - name: subscription-id in: path description: The unique identifier of subscription required: true schema: type: string x-ms-docs-key-type: subscription '/sites/{site-id}/lists/{list-id}/subscriptions/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.list summary: Get the number of the resource operationId: sites.lists.subscriptions.GetCount-77bf parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: list-id in: path description: The unique identifier of list required: true schema: type: string x-ms-docs-key-type: list '/sites/{site-id}/lists/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.list summary: Get the number of the resource operationId: sites.lists.GetCount-e06a parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site '/sites/{site-id}/getActivitiesByInterval()': description: Provides operations to call the getActivitiesByInterval method. get: tags: - sites.Functions summary: Invoke function getActivitiesByInterval operationId: sites.site.getActivitiesByInterval-4c35 parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of itemActivityStat type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.itemActivityStat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site x-ms-docs-grouped-path: - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval()' - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval(startDateTime=''{startDateTime}'',endDateTime=''{endDateTime}'',interval=''{interval}'')' - '/sites/{site-id}/getActivitiesByInterval(startDateTime=''{startDateTime}'',endDateTime=''{endDateTime}'',interval=''{interval}'')' - '/sites/{site-id}/getByPath(path=''{path}'')/getActivitiesByInterval()' - '/sites/{site-id}/getByPath(path=''{path}'')/getActivitiesByInterval(startDateTime=''{startDateTime}'',endDateTime=''{endDateTime}'',interval=''{interval}'')' '/sites/{site-id}/getActivitiesByInterval(startDateTime=''{startDateTime}'',endDateTime=''{endDateTime}'',interval=''{interval}'')': description: Provides operations to call the getActivitiesByInterval method. get: tags: - sites.Functions summary: Invoke function getActivitiesByInterval operationId: sites.site.getActivitiesByInterval-ad27 parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of itemActivityStat type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.itemActivityStat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: startDateTime in: path description: 'Usage: startDateTime=''{startDateTime}''' required: true schema: type: string nullable: true - name: endDateTime in: path description: 'Usage: endDateTime=''{endDateTime}''' required: true schema: type: string nullable: true - name: interval in: path description: 'Usage: interval=''{interval}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval()' - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval(startDateTime=''{startDateTime}'',endDateTime=''{endDateTime}'',interval=''{interval}'')' - '/sites/{site-id}/getActivitiesByInterval()' - '/sites/{site-id}/getByPath(path=''{path}'')/getActivitiesByInterval()' - '/sites/{site-id}/getByPath(path=''{path}'')/getActivitiesByInterval(startDateTime=''{startDateTime}'',endDateTime=''{endDateTime}'',interval=''{interval}'')' '/sites/{site-id}/getApplicableContentTypesForList(listId=''{listId}'')': description: Provides operations to call the getApplicableContentTypesForList method. get: tags: - sites.Functions summary: Invoke function getApplicableContentTypesForList description: Get site contentTypes that can be added to a list. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-1.0 operationId: sites.site.getApplicableContentTypesForList parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of contentType type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.contentType' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: listId in: path description: 'Usage: listId=''{listId}''' required: true schema: type: string x-ms-docs-grouped-path: - '/sites/{site-id}/getByPath(path=''{path}'')/getApplicableContentTypesForList(listId=''{listId}'')' '/sites/{site-id}/getByPath(path=''{path}'')': description: Provides operations to call the getByPath method. get: tags: - sites.Functions summary: Invoke function getByPath operationId: sites.site.getByPath responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.site' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: path in: path description: 'Usage: path=''{path}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')' '/sites/{site-id}/getByPath(path=''{path}'')/analytics': description: Provides operations to manage the analytics property of the microsoft.graph.site entity. get: tags: - sites.itemAnalytics summary: Get analytics from sites description: Analytics about the view activities that took place on this site. operationId: sites.getByPath.GetAnalytics parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemAnalytics' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.itemAnalytics summary: Update the navigation property analytics in sites operationId: sites.getByPath.UpdateAnalytics requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemAnalytics' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemAnalytics' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.itemAnalytics summary: Delete navigation property analytics for sites operationId: sites.getByPath.DeleteAnalytics parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: path in: path description: 'Usage: path=''{path}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/sites/{site-id}/analytics' - '/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/analytics' '/sites/{site-id}/getByPath(path=''{path}'')/columns': description: Provides operations to manage the columns property of the microsoft.graph.site entity. get: tags: - sites.columnDefinition summary: Get columns from sites description: The collection of column definitions reusable across lists under this site. operationId: sites.getByPath.ListColumns parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.columnDefinition summary: Create new navigation property to columns for sites operationId: sites.getByPath.CreateColumns requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: path in: path description: 'Usage: path=''{path}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/sites/{site-id}/columns' - '/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/columns' '/sites/{site-id}/getByPath(path=''{path}'')/contentTypes': description: Provides operations to manage the contentTypes property of the microsoft.graph.site entity. get: tags: - sites.contentType summary: Get contentTypes from sites description: The collection of content types defined for this site. operationId: sites.getByPath.ListContentTypes parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.contentTypeCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.contentType summary: Create new navigation property to contentTypes for sites operationId: sites.getByPath.CreateContentTypes requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: path in: path description: 'Usage: path=''{path}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/sites/{site-id}/contentTypes' - '/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/contentTypes' '/sites/{site-id}/getByPath(path=''{path}'')/createdByUser': description: Provides operations to manage the createdByUser property of the microsoft.graph.baseItem entity. get: tags: - sites.user summary: Get createdByUser from sites description: Identity of the user who created the item. Read-only. operationId: sites.getByPath.GetCreatedByUser parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: path in: path description: 'Usage: path=''{path}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/sites/{site-id}/createdByUser' - '/sites/{site-id}/lists/{list-id}/createdByUser' - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser' - '/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/createdByUser' - '/sites/{site-id}/pages/{baseSitePage-id}/createdByUser' - '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/createdByUser' '/sites/{site-id}/getByPath(path=''{path}'')/drive': description: Provides operations to manage the drive property of the microsoft.graph.site entity. get: tags: - sites.drive summary: Get drive from sites description: The default drive (document library) for this site. operationId: sites.getByPath.GetDrive parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.drive' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: path in: path description: 'Usage: path=''{path}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/sites/{site-id}/drive' - '/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/drive' '/sites/{site-id}/getByPath(path=''{path}'')/drives': description: Provides operations to manage the drives property of the microsoft.graph.site entity. get: tags: - sites.drive summary: Get drives from sites description: The collection of drives (document libraries) under this site. operationId: sites.getByPath.ListDrives parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.driveCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: path in: path description: 'Usage: path=''{path}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/sites/{site-id}/drives' - '/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/drives' '/sites/{site-id}/getByPath(path=''{path}'')/externalColumns': description: Provides operations to manage the externalColumns property of the microsoft.graph.site entity. get: tags: - sites.columnDefinition summary: Get externalColumns from sites operationId: sites.getByPath.ListExternalColumns parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: path in: path description: 'Usage: path=''{path}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/sites/{site-id}/externalColumns' - '/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/externalColumns' '/sites/{site-id}/getByPath(path=''{path}'')/items': description: Provides operations to manage the items property of the microsoft.graph.site entity. get: tags: - sites.baseItem summary: Get items from sites description: Used to address any item contained in this site. This collection can't be enumerated. operationId: sites.getByPath.ListItems parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.baseItemCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: path in: path description: 'Usage: path=''{path}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/sites/{site-id}/items' - '/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/items' '/sites/{site-id}/getByPath(path=''{path}'')/lastModifiedByUser': description: Provides operations to manage the lastModifiedByUser property of the microsoft.graph.baseItem entity. get: tags: - sites.user summary: Get lastModifiedByUser from sites description: Identity of the user who last modified the item. Read-only. operationId: sites.getByPath.GetLastModifiedByUser parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: path in: path description: 'Usage: path=''{path}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/sites/{site-id}/lastModifiedByUser' - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser' - '/sites/{site-id}/lists/{list-id}/lastModifiedByUser' - '/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/lastModifiedByUser' - '/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser' - '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/lastModifiedByUser' '/sites/{site-id}/getByPath(path=''{path}'')/lists': description: Provides operations to manage the lists property of the microsoft.graph.site entity. get: tags: - sites.list summary: Get lists from sites description: The collection of lists under this site. operationId: sites.getByPath.ListLists parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.listCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.list summary: Create new navigation property to lists for sites operationId: sites.getByPath.CreateLists requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.list' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.list' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: path in: path description: 'Usage: path=''{path}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/sites/{site-id}/lists' - '/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/lists' '/sites/{site-id}/getByPath(path=''{path}'')/getActivitiesByInterval()': description: Provides operations to call the getActivitiesByInterval method. get: tags: - sites.Functions summary: Invoke function getActivitiesByInterval operationId: sites.site.getByPath.getActivitiesByInterval-4c35 parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of itemActivityStat type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.itemActivityStat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: path in: path description: 'Usage: path=''{path}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval()' - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval(startDateTime=''{startDateTime}'',endDateTime=''{endDateTime}'',interval=''{interval}'')' - '/sites/{site-id}/getActivitiesByInterval()' - '/sites/{site-id}/getActivitiesByInterval(startDateTime=''{startDateTime}'',endDateTime=''{endDateTime}'',interval=''{interval}'')' - '/sites/{site-id}/getByPath(path=''{path}'')/getActivitiesByInterval(startDateTime=''{startDateTime}'',endDateTime=''{endDateTime}'',interval=''{interval}'')' '/sites/{site-id}/getByPath(path=''{path}'')/getActivitiesByInterval(startDateTime=''{startDateTime}'',endDateTime=''{endDateTime}'',interval=''{interval}'')': description: Provides operations to call the getActivitiesByInterval method. get: tags: - sites.Functions summary: Invoke function getActivitiesByInterval operationId: sites.site.getByPath.getActivitiesByInterval-ad27 parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of itemActivityStat type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.itemActivityStat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: path in: path description: 'Usage: path=''{path}''' required: true schema: type: string nullable: true - name: startDateTime in: path description: 'Usage: startDateTime=''{startDateTime}''' required: true schema: type: string nullable: true - name: endDateTime in: path description: 'Usage: endDateTime=''{endDateTime}''' required: true schema: type: string nullable: true - name: interval in: path description: 'Usage: interval=''{interval}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval()' - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval(startDateTime=''{startDateTime}'',endDateTime=''{endDateTime}'',interval=''{interval}'')' - '/sites/{site-id}/getActivitiesByInterval()' - '/sites/{site-id}/getActivitiesByInterval(startDateTime=''{startDateTime}'',endDateTime=''{endDateTime}'',interval=''{interval}'')' - '/sites/{site-id}/getByPath(path=''{path}'')/getActivitiesByInterval()' '/sites/{site-id}/getByPath(path=''{path}'')/getApplicableContentTypesForList(listId=''{listId}'')': description: Provides operations to call the getApplicableContentTypesForList method. get: tags: - sites.Functions summary: Invoke function getApplicableContentTypesForList description: Get site contentTypes that can be added to a list. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-1.0 operationId: sites.site.getByPath.getApplicableContentTypesForList parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of contentType type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.contentType' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: path in: path description: 'Usage: path=''{path}''' required: true schema: type: string nullable: true - name: listId in: path description: 'Usage: listId=''{listId}''' required: true schema: type: string x-ms-docs-grouped-path: - '/sites/{site-id}/getApplicableContentTypesForList(listId=''{listId}'')' '/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')': description: Provides operations to call the getByPath method. get: tags: - sites.Functions summary: Invoke function getByPath operationId: sites.site.getByPath.getByPath responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.site' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: path in: path description: 'Usage: path=''{path}''' required: true schema: type: string nullable: true - name: path1 in: path description: 'Usage: path=''{path1}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/sites/{site-id}/getByPath(path=''{path}'')' '/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/analytics': description: Provides operations to manage the analytics property of the microsoft.graph.site entity. get: tags: - sites.itemAnalytics summary: Get analytics from sites description: Analytics about the view activities that took place on this site. operationId: sites.getByPath.getByPath.GetAnalytics parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemAnalytics' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.itemAnalytics summary: Update the navigation property analytics in sites operationId: sites.getByPath.getByPath.UpdateAnalytics requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemAnalytics' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemAnalytics' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.itemAnalytics summary: Delete navigation property analytics for sites operationId: sites.getByPath.getByPath.DeleteAnalytics parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: path in: path description: 'Usage: path=''{path}''' required: true schema: type: string nullable: true - name: path1 in: path description: 'Usage: path=''{path1}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/sites/{site-id}/analytics' - '/sites/{site-id}/getByPath(path=''{path}'')/analytics' '/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/columns': description: Provides operations to manage the columns property of the microsoft.graph.site entity. get: tags: - sites.columnDefinition summary: Get columns from sites description: The collection of column definitions reusable across lists under this site. operationId: sites.getByPath.getByPath.ListColumns parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.columnDefinition summary: Create new navigation property to columns for sites operationId: sites.getByPath.getByPath.CreateColumns requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: path in: path description: 'Usage: path=''{path}''' required: true schema: type: string nullable: true - name: path1 in: path description: 'Usage: path=''{path1}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/sites/{site-id}/columns' - '/sites/{site-id}/getByPath(path=''{path}'')/columns' '/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/contentTypes': description: Provides operations to manage the contentTypes property of the microsoft.graph.site entity. get: tags: - sites.contentType summary: Get contentTypes from sites description: The collection of content types defined for this site. operationId: sites.getByPath.getByPath.ListContentTypes parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.contentTypeCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.contentType summary: Create new navigation property to contentTypes for sites operationId: sites.getByPath.getByPath.CreateContentTypes requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: path in: path description: 'Usage: path=''{path}''' required: true schema: type: string nullable: true - name: path1 in: path description: 'Usage: path=''{path1}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/sites/{site-id}/contentTypes' - '/sites/{site-id}/getByPath(path=''{path}'')/contentTypes' '/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/createdByUser': description: Provides operations to manage the createdByUser property of the microsoft.graph.baseItem entity. get: tags: - sites.user summary: Get createdByUser from sites description: Identity of the user who created the item. Read-only. operationId: sites.getByPath.getByPath.GetCreatedByUser parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: path in: path description: 'Usage: path=''{path}''' required: true schema: type: string nullable: true - name: path1 in: path description: 'Usage: path=''{path1}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/sites/{site-id}/createdByUser' - '/sites/{site-id}/lists/{list-id}/createdByUser' - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser' - '/sites/{site-id}/getByPath(path=''{path}'')/createdByUser' - '/sites/{site-id}/pages/{baseSitePage-id}/createdByUser' - '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/createdByUser' '/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/drive': description: Provides operations to manage the drive property of the microsoft.graph.site entity. get: tags: - sites.drive summary: Get drive from sites description: The default drive (document library) for this site. operationId: sites.getByPath.getByPath.GetDrive parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.drive' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: path in: path description: 'Usage: path=''{path}''' required: true schema: type: string nullable: true - name: path1 in: path description: 'Usage: path=''{path1}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/sites/{site-id}/drive' - '/sites/{site-id}/getByPath(path=''{path}'')/drive' '/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/drives': description: Provides operations to manage the drives property of the microsoft.graph.site entity. get: tags: - sites.drive summary: Get drives from sites description: The collection of drives (document libraries) under this site. operationId: sites.getByPath.getByPath.ListDrives parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.driveCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: path in: path description: 'Usage: path=''{path}''' required: true schema: type: string nullable: true - name: path1 in: path description: 'Usage: path=''{path1}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/sites/{site-id}/drives' - '/sites/{site-id}/getByPath(path=''{path}'')/drives' '/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/externalColumns': description: Provides operations to manage the externalColumns property of the microsoft.graph.site entity. get: tags: - sites.columnDefinition summary: Get externalColumns from sites operationId: sites.getByPath.getByPath.ListExternalColumns parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: path in: path description: 'Usage: path=''{path}''' required: true schema: type: string nullable: true - name: path1 in: path description: 'Usage: path=''{path1}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/sites/{site-id}/externalColumns' - '/sites/{site-id}/getByPath(path=''{path}'')/externalColumns' '/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/items': description: Provides operations to manage the items property of the microsoft.graph.site entity. get: tags: - sites.baseItem summary: Get items from sites description: Used to address any item contained in this site. This collection can't be enumerated. operationId: sites.getByPath.getByPath.ListItems parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.baseItemCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: path in: path description: 'Usage: path=''{path}''' required: true schema: type: string nullable: true - name: path1 in: path description: 'Usage: path=''{path1}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/sites/{site-id}/items' - '/sites/{site-id}/getByPath(path=''{path}'')/items' '/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/lastModifiedByUser': description: Provides operations to manage the lastModifiedByUser property of the microsoft.graph.baseItem entity. get: tags: - sites.user summary: Get lastModifiedByUser from sites description: Identity of the user who last modified the item. Read-only. operationId: sites.getByPath.getByPath.GetLastModifiedByUser parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: path in: path description: 'Usage: path=''{path}''' required: true schema: type: string nullable: true - name: path1 in: path description: 'Usage: path=''{path1}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/sites/{site-id}/lastModifiedByUser' - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser' - '/sites/{site-id}/lists/{list-id}/lastModifiedByUser' - '/sites/{site-id}/getByPath(path=''{path}'')/lastModifiedByUser' - '/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser' - '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/lastModifiedByUser' '/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/lists': description: Provides operations to manage the lists property of the microsoft.graph.site entity. get: tags: - sites.list summary: Get lists from sites description: The collection of lists under this site. operationId: sites.getByPath.getByPath.ListLists parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.listCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.list summary: Create new navigation property to lists for sites operationId: sites.getByPath.getByPath.CreateLists requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.list' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.list' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: path in: path description: 'Usage: path=''{path}''' required: true schema: type: string nullable: true - name: path1 in: path description: 'Usage: path=''{path1}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/sites/{site-id}/lists' - '/sites/{site-id}/getByPath(path=''{path}'')/lists' '/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/onenote': description: Provides operations to manage the onenote property of the microsoft.graph.site entity. get: tags: - sites.onenote summary: Get onenote from sites description: Calls the OneNote service for notebook related operations. operationId: sites.getByPath.getByPath.GetOnenote parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenote' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.onenote summary: Update the navigation property onenote in sites operationId: sites.getByPath.getByPath.UpdateOnenote requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenote' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenote' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.onenote summary: Delete navigation property onenote for sites operationId: sites.getByPath.getByPath.DeleteOnenote parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: path in: path description: 'Usage: path=''{path}''' required: true schema: type: string nullable: true - name: path1 in: path description: 'Usage: path=''{path1}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/sites/{site-id}/getByPath(path=''{path}'')/onenote' - '/sites/{site-id}/onenote' '/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/operations': description: Provides operations to manage the operations property of the microsoft.graph.site entity. get: tags: - sites.richLongRunningOperation summary: Get operations from sites description: The collection of long-running operations on the site. operationId: sites.getByPath.getByPath.ListOperations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.richLongRunningOperationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.richLongRunningOperation summary: Create new navigation property to operations for sites operationId: sites.getByPath.getByPath.CreateOperations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: path in: path description: 'Usage: path=''{path}''' required: true schema: type: string nullable: true - name: path1 in: path description: 'Usage: path=''{path1}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/sites/{site-id}/getByPath(path=''{path}'')/operations' - '/sites/{site-id}/operations' '/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/pages': description: Provides operations to manage the pages property of the microsoft.graph.site entity. get: tags: - sites.baseSitePage summary: Get pages from sites description: The collection of pages in the baseSitePages list in this site. operationId: sites.getByPath.getByPath.ListPages parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.baseSitePageCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.baseSitePage summary: Create new navigation property to pages for sites operationId: sites.getByPath.getByPath.CreatePages requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.baseSitePage' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.baseSitePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: path in: path description: 'Usage: path=''{path}''' required: true schema: type: string nullable: true - name: path1 in: path description: 'Usage: path=''{path1}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/sites/{site-id}/getByPath(path=''{path}'')/pages' - '/sites/{site-id}/pages' '/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/permissions': description: Provides operations to manage the permissions property of the microsoft.graph.site entity. get: tags: - sites.permission summary: Get permissions from sites description: The permissions associated with the site. Nullable. operationId: sites.getByPath.getByPath.ListPermissions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.permissionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.permission summary: Create new navigation property to permissions for sites operationId: sites.getByPath.getByPath.CreatePermissions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.permission' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.permission' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: path in: path description: 'Usage: path=''{path}''' required: true schema: type: string nullable: true - name: path1 in: path description: 'Usage: path=''{path1}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/sites/{site-id}/getByPath(path=''{path}'')/permissions' - '/sites/{site-id}/permissions' '/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/sites': description: Provides operations to manage the sites property of the microsoft.graph.site entity. get: tags: - sites.site summary: Get sites from sites description: The collection of the sub-sites under this site. operationId: sites.getByPath.getByPath.ListSites parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.siteCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: path in: path description: 'Usage: path=''{path}''' required: true schema: type: string nullable: true - name: path1 in: path description: 'Usage: path=''{path1}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/sites/{site-id}/getByPath(path=''{path}'')/sites' - '/sites/{site-id}/sites' '/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/termStore': description: Provides operations to manage the termStore property of the microsoft.graph.site entity. get: tags: - sites.store summary: Get termStore from sites description: The default termStore under this site. operationId: sites.getByPath.getByPath.GetTermStore parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.store' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.store summary: Update the navigation property termStore in sites operationId: sites.getByPath.getByPath.UpdateTermStore requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.store' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.store' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.store summary: Delete navigation property termStore for sites operationId: sites.getByPath.getByPath.DeleteTermStore parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: path in: path description: 'Usage: path=''{path}''' required: true schema: type: string nullable: true - name: path1 in: path description: 'Usage: path=''{path1}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/sites/{site-id}/getByPath(path=''{path}'')/termStore' - '/sites/{site-id}/termStore' '/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/termStores': description: Provides operations to manage the termStores property of the microsoft.graph.site entity. get: tags: - sites.store summary: Get termStores from sites description: The collection of termStores under this site. operationId: sites.getByPath.getByPath.ListTermStores parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.storeCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.store summary: Create new navigation property to termStores for sites operationId: sites.getByPath.getByPath.CreateTermStores requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.store' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.store' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: path in: path description: 'Usage: path=''{path}''' required: true schema: type: string nullable: true - name: path1 in: path description: 'Usage: path=''{path1}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/sites/{site-id}/getByPath(path=''{path}'')/termStores' - '/sites/{site-id}/termStores' '/sites/{site-id}/getByPath(path=''{path}'')/onenote': description: Provides operations to manage the onenote property of the microsoft.graph.site entity. get: tags: - sites.onenote summary: Get onenote from sites description: Calls the OneNote service for notebook related operations. operationId: sites.getByPath.GetOnenote parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenote' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.onenote summary: Update the navigation property onenote in sites operationId: sites.getByPath.UpdateOnenote requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenote' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenote' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.onenote summary: Delete navigation property onenote for sites operationId: sites.getByPath.DeleteOnenote parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: path in: path description: 'Usage: path=''{path}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/onenote' - '/sites/{site-id}/onenote' '/sites/{site-id}/getByPath(path=''{path}'')/operations': description: Provides operations to manage the operations property of the microsoft.graph.site entity. get: tags: - sites.richLongRunningOperation summary: Get operations from sites description: The collection of long-running operations on the site. operationId: sites.getByPath.ListOperations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.richLongRunningOperationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.richLongRunningOperation summary: Create new navigation property to operations for sites operationId: sites.getByPath.CreateOperations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: path in: path description: 'Usage: path=''{path}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/operations' - '/sites/{site-id}/operations' '/sites/{site-id}/getByPath(path=''{path}'')/pages': description: Provides operations to manage the pages property of the microsoft.graph.site entity. get: tags: - sites.baseSitePage summary: Get pages from sites description: The collection of pages in the baseSitePages list in this site. operationId: sites.getByPath.ListPages parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.baseSitePageCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.baseSitePage summary: Create new navigation property to pages for sites operationId: sites.getByPath.CreatePages requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.baseSitePage' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.baseSitePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: path in: path description: 'Usage: path=''{path}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/pages' - '/sites/{site-id}/pages' '/sites/{site-id}/getByPath(path=''{path}'')/permissions': description: Provides operations to manage the permissions property of the microsoft.graph.site entity. get: tags: - sites.permission summary: Get permissions from sites description: The permissions associated with the site. Nullable. operationId: sites.getByPath.ListPermissions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.permissionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.permission summary: Create new navigation property to permissions for sites operationId: sites.getByPath.CreatePermissions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.permission' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.permission' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: path in: path description: 'Usage: path=''{path}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/permissions' - '/sites/{site-id}/permissions' '/sites/{site-id}/getByPath(path=''{path}'')/sites': description: Provides operations to manage the sites property of the microsoft.graph.site entity. get: tags: - sites.site summary: Get sites from sites description: The collection of the sub-sites under this site. operationId: sites.getByPath.ListSites parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.siteCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: path in: path description: 'Usage: path=''{path}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/sites' - '/sites/{site-id}/sites' '/sites/{site-id}/getByPath(path=''{path}'')/termStore': description: Provides operations to manage the termStore property of the microsoft.graph.site entity. get: tags: - sites.store summary: Get termStore from sites description: The default termStore under this site. operationId: sites.getByPath.GetTermStore parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.store' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.store summary: Update the navigation property termStore in sites operationId: sites.getByPath.UpdateTermStore requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.store' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.store' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.store summary: Delete navigation property termStore for sites operationId: sites.getByPath.DeleteTermStore parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: path in: path description: 'Usage: path=''{path}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/termStore' - '/sites/{site-id}/termStore' '/sites/{site-id}/getByPath(path=''{path}'')/termStores': description: Provides operations to manage the termStores property of the microsoft.graph.site entity. get: tags: - sites.store summary: Get termStores from sites description: The collection of termStores under this site. operationId: sites.getByPath.ListTermStores parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.storeCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.store summary: Create new navigation property to termStores for sites operationId: sites.getByPath.CreateTermStores requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.store' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.store' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: path in: path description: 'Usage: path=''{path}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/termStores' - '/sites/{site-id}/termStores' '/sites/{site-id}/onenote': description: Provides operations to manage the onenote property of the microsoft.graph.site entity. get: tags: - sites.onenote summary: Get onenote from sites description: Calls the OneNote service for notebook related operations. operationId: sites.GetOnenote parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenote' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.onenote summary: Update the navigation property onenote in sites operationId: sites.UpdateOnenote requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenote' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenote' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.onenote summary: Delete navigation property onenote for sites operationId: sites.DeleteOnenote parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site x-ms-docs-grouped-path: - '/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/onenote' - '/sites/{site-id}/getByPath(path=''{path}'')/onenote' '/sites/{site-id}/onenote/notebooks': description: Provides operations to manage the notebooks property of the microsoft.graph.onenote entity. get: tags: - sites.onenote summary: Get notebooks from sites description: The collection of OneNote notebooks that are owned by the user or group. Read-only. Nullable. operationId: sites.onenote.ListNotebooks parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.notebookCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.onenote summary: Create new navigation property to notebooks for sites operationId: sites.onenote.CreateNotebooks requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site '/sites/{site-id}/onenote/notebooks/{notebook-id}': description: Provides operations to manage the notebooks property of the microsoft.graph.onenote entity. get: tags: - sites.onenote summary: Get notebooks from sites description: The collection of OneNote notebooks that are owned by the user or group. Read-only. Nullable. operationId: sites.onenote.GetNotebooks parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.onenote summary: Update the navigation property notebooks in sites operationId: sites.onenote.UpdateNotebooks requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.onenote summary: Delete navigation property notebooks for sites operationId: sites.onenote.DeleteNotebooks parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook '/sites/{site-id}/onenote/notebooks/{notebook-id}/copyNotebook': description: Provides operations to call the copyNotebook method. post: tags: - sites.Actions summary: Invoke action copyNotebook description: 'For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-1.0 operationId: sites.site.onenote.notebooks.notebook.copyNotebook requestBody: description: Action parameters content: application/json: schema: type: object properties: groupId: type: string nullable: true renameAs: type: string nullable: true notebookFolder: type: string nullable: true siteCollectionId: type: string nullable: true siteId: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenoteOperation' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups': description: Provides operations to manage the sectionGroups property of the microsoft.graph.notebook entity. get: tags: - sites.onenote summary: Get sectionGroups from sites description: The section groups in the notebook. Read-only. Nullable. operationId: sites.onenote.notebooks.ListSectionGroups parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.sectionGroupCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.onenote summary: Create new navigation property to sectionGroups for sites operationId: sites.onenote.notebooks.CreateSectionGroups requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}': description: Provides operations to manage the sectionGroups property of the microsoft.graph.notebook entity. get: tags: - sites.onenote summary: Get sectionGroups from sites description: The section groups in the notebook. Read-only. Nullable. operationId: sites.onenote.notebooks.GetSectionGroups parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.onenote summary: Update the navigation property sectionGroups in sites operationId: sites.onenote.notebooks.UpdateSectionGroups requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.onenote summary: Delete navigation property sectionGroups for sites operationId: sites.onenote.notebooks.DeleteSectionGroups parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook': description: Provides operations to manage the parentNotebook property of the microsoft.graph.sectionGroup entity. get: tags: - sites.onenote summary: Get parentNotebook from sites description: The notebook that contains the section group. Read-only. operationId: sites.onenote.notebooks.sectionGroups.GetParentNotebook parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup x-ms-docs-grouped-path: - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook' '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup': description: Provides operations to manage the parentSectionGroup property of the microsoft.graph.sectionGroup entity. get: tags: - sites.onenote summary: Get parentSectionGroup from sites description: The section group that contains the section group. Read-only. operationId: sites.onenote.notebooks.sectionGroups.GetParentSectionGroup parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup x-ms-docs-grouped-path: - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup' '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups': description: Provides operations to manage the sectionGroups property of the microsoft.graph.sectionGroup entity. get: tags: - sites.onenote summary: Get sectionGroups from sites description: The section groups in the section. Read-only. Nullable. operationId: sites.onenote.notebooks.sectionGroups.ListSectionGroups parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.sectionGroupCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup x-ms-docs-grouped-path: - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups' '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}': description: Provides operations to manage the sectionGroups property of the microsoft.graph.sectionGroup entity. get: tags: - sites.onenote summary: Get sectionGroups from sites description: The section groups in the section. Read-only. Nullable. operationId: sites.onenote.notebooks.sectionGroups.GetSectionGroups parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: sectionGroup-id1 in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup x-ms-docs-grouped-path: - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}' '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.onenote summary: Get the number of the resource operationId: sites.onenote.notebooks.sectionGroups.sectionGroups.GetCount-52f9 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections': description: Provides operations to manage the sections property of the microsoft.graph.sectionGroup entity. get: tags: - sites.onenote summary: Get sections from sites description: The sections in the section group. Read-only. Nullable. operationId: sites.onenote.notebooks.sectionGroups.ListSections parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.onenoteSectionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.onenote summary: Create new navigation property to sections for sites operationId: sites.onenote.notebooks.sectionGroups.CreateSections requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup x-ms-docs-grouped-path: - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections' '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}': description: Provides operations to manage the sections property of the microsoft.graph.sectionGroup entity. get: tags: - sites.onenote summary: Get sections from sites description: The sections in the section group. Read-only. Nullable. operationId: sites.onenote.notebooks.sectionGroups.GetSections parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.onenote summary: Update the navigation property sections in sites operationId: sites.onenote.notebooks.sectionGroups.UpdateSections requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.onenote summary: Delete navigation property sections for sites operationId: sites.onenote.notebooks.sectionGroups.DeleteSections parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}' '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook': description: Provides operations to call the copyToNotebook method. post: tags: - sites.Actions summary: Invoke action copyToNotebook description: 'For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0 operationId: sites.site.onenote.notebooks.notebook.sectionGroups.sectionGroup.sections.onenoteSection.copyToNotebook requestBody: description: Action parameters content: application/json: schema: type: object properties: id: type: string nullable: true groupId: type: string nullable: true renameAs: type: string nullable: true siteCollectionId: type: string nullable: true siteId: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenoteOperation' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook' - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook' - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToNotebook' '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup': description: Provides operations to call the copyToSectionGroup method. post: tags: - sites.Actions summary: Invoke action copyToSectionGroup description: 'For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0 operationId: sites.site.onenote.notebooks.notebook.sectionGroups.sectionGroup.sections.onenoteSection.copyToSectionGroup requestBody: description: Action parameters content: application/json: schema: type: object properties: id: type: string nullable: true groupId: type: string nullable: true renameAs: type: string nullable: true siteCollectionId: type: string nullable: true siteId: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenoteOperation' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup' - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup' - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup' '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages': description: Provides operations to manage the pages property of the microsoft.graph.onenoteSection entity. get: tags: - sites.onenote summary: Get pages from sites description: The collection of pages in the section. Read-only. Nullable. operationId: sites.onenote.notebooks.sectionGroups.sections.ListPages parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.onenotePageCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.onenote summary: Create new navigation property to pages for sites operationId: sites.onenote.notebooks.sectionGroups.sections.CreatePages requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages' - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages' - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages' '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}': description: Provides operations to manage the pages property of the microsoft.graph.onenoteSection entity. get: tags: - sites.onenote summary: Get pages from sites description: The collection of pages in the section. Read-only. Nullable. operationId: sites.onenote.notebooks.sectionGroups.sections.GetPages parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.onenote summary: Update the navigation property pages in sites operationId: sites.onenote.notebooks.sectionGroups.sections.UpdatePages requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.onenote summary: Delete navigation property pages for sites operationId: sites.onenote.notebooks.sectionGroups.sections.DeletePages parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}' - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}' - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}' '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content': description: Provides operations to manage the media for the site entity. get: tags: - sites.onenote summary: Get content for the navigation property pages from sites description: The page's HTML content. operationId: sites.onenote.notebooks.sectionGroups.sections.GetPagesContent responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - sites.onenote summary: Update content for the navigation property pages in sites description: The page's HTML content. operationId: sites.onenote.notebooks.sectionGroups.sections.UpdatePagesContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection': description: Provides operations to call the copyToSection method. post: tags: - sites.Actions summary: Invoke action copyToSection description: 'Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0 operationId: sites.site.onenote.notebooks.notebook.sectionGroups.sectionGroup.sections.onenoteSection.pages.onenotePage.copyToSection requestBody: description: Action parameters content: application/json: schema: type: object properties: id: type: string nullable: true groupId: type: string nullable: true siteCollectionId: type: string nullable: true siteId: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenoteOperation' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/sites/{site-id}/onenote/pages/{onenotePage-id}/copyToSection' - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent': description: Provides operations to call the onenotePatchContent method. post: tags: - sites.Actions summary: Invoke action onenotePatchContent operationId: sites.site.onenote.notebooks.notebook.sectionGroups.sectionGroup.sections.onenoteSection.pages.onenotePage.onenotePatchContent requestBody: description: Action parameters content: application/json: schema: type: object properties: commands: type: array items: $ref: '#/components/schemas/microsoft.graph.onenotePatchContentCommand' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/sites/{site-id}/onenote/pages/{onenotePage-id}/onenotePatchContent' - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()': description: Provides operations to call the preview method. get: tags: - sites.Functions summary: Invoke function preview operationId: sites.site.onenote.notebooks.notebook.sectionGroups.sectionGroup.sections.onenoteSection.pages.onenotePage.preview responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenotePagePreview' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - '/sites/{site-id}/onenote/pages/{onenotePage-id}/preview()' - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook': description: Provides operations to manage the parentNotebook property of the microsoft.graph.onenotePage entity. get: tags: - sites.onenote summary: Get parentNotebook from sites description: The notebook that contains the page. Read-only. operationId: sites.onenote.notebooks.sectionGroups.sections.pages.GetParentNotebook parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - '/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook' - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection': description: Provides operations to manage the parentSection property of the microsoft.graph.onenotePage entity. get: tags: - sites.onenote summary: Get parentSection from sites description: The section that contains the page. Read-only. operationId: sites.onenote.notebooks.sectionGroups.sections.pages.GetParentSection parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - '/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection' - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.onenote summary: Get the number of the resource operationId: sites.onenote.notebooks.sectionGroups.sections.pages.GetCount-56bb parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook': description: Provides operations to manage the parentNotebook property of the microsoft.graph.onenoteSection entity. get: tags: - sites.onenote summary: Get parentNotebook from sites description: The notebook that contains the section. Read-only. operationId: sites.onenote.notebooks.sectionGroups.sections.GetParentNotebook parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook' - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook' - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook' '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup': description: Provides operations to manage the parentSectionGroup property of the microsoft.graph.onenoteSection entity. get: tags: - sites.onenote summary: Get parentSectionGroup from sites description: The section group that contains the section. Read-only. operationId: sites.onenote.notebooks.sectionGroups.sections.GetParentSectionGroup parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup' - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup' - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup' '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.onenote summary: Get the number of the resource operationId: sites.onenote.notebooks.sectionGroups.sections.GetCount-26e6 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.onenote summary: Get the number of the resource operationId: sites.onenote.notebooks.sectionGroups.GetCount-52f9 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections': description: Provides operations to manage the sections property of the microsoft.graph.notebook entity. get: tags: - sites.onenote summary: Get sections from sites description: The sections in the notebook. Read-only. Nullable. operationId: sites.onenote.notebooks.ListSections parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.onenoteSectionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.onenote summary: Create new navigation property to sections for sites operationId: sites.onenote.notebooks.CreateSections requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}': description: Provides operations to manage the sections property of the microsoft.graph.notebook entity. get: tags: - sites.onenote summary: Get sections from sites description: The sections in the notebook. Read-only. Nullable. operationId: sites.onenote.notebooks.GetSections parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.onenote summary: Update the navigation property sections in sites operationId: sites.onenote.notebooks.UpdateSections requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.onenote summary: Delete navigation property sections for sites operationId: sites.onenote.notebooks.DeleteSections parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook': description: Provides operations to call the copyToNotebook method. post: tags: - sites.Actions summary: Invoke action copyToNotebook description: 'For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0 operationId: sites.site.onenote.notebooks.notebook.sections.onenoteSection.copyToNotebook requestBody: description: Action parameters content: application/json: schema: type: object properties: id: type: string nullable: true groupId: type: string nullable: true renameAs: type: string nullable: true siteCollectionId: type: string nullable: true siteId: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenoteOperation' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook' - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook' - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToNotebook' '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup': description: Provides operations to call the copyToSectionGroup method. post: tags: - sites.Actions summary: Invoke action copyToSectionGroup description: 'For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0 operationId: sites.site.onenote.notebooks.notebook.sections.onenoteSection.copyToSectionGroup requestBody: description: Action parameters content: application/json: schema: type: object properties: id: type: string nullable: true groupId: type: string nullable: true renameAs: type: string nullable: true siteCollectionId: type: string nullable: true siteId: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenoteOperation' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup' - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup' - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup' '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages': description: Provides operations to manage the pages property of the microsoft.graph.onenoteSection entity. get: tags: - sites.onenote summary: Get pages from sites description: The collection of pages in the section. Read-only. Nullable. operationId: sites.onenote.notebooks.sections.ListPages parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.onenotePageCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.onenote summary: Create new navigation property to pages for sites operationId: sites.onenote.notebooks.sections.CreatePages requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages' - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages' - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages' '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}': description: Provides operations to manage the pages property of the microsoft.graph.onenoteSection entity. get: tags: - sites.onenote summary: Get pages from sites description: The collection of pages in the section. Read-only. Nullable. operationId: sites.onenote.notebooks.sections.GetPages parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.onenote summary: Update the navigation property pages in sites operationId: sites.onenote.notebooks.sections.UpdatePages requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.onenote summary: Delete navigation property pages for sites operationId: sites.onenote.notebooks.sections.DeletePages parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}' - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}' - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}' '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content': description: Provides operations to manage the media for the site entity. get: tags: - sites.onenote summary: Get content for the navigation property pages from sites description: The page's HTML content. operationId: sites.onenote.notebooks.sections.GetPagesContent responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - sites.onenote summary: Update content for the navigation property pages in sites description: The page's HTML content. operationId: sites.onenote.notebooks.sections.UpdatePagesContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection': description: Provides operations to call the copyToSection method. post: tags: - sites.Actions summary: Invoke action copyToSection description: 'Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0 operationId: sites.site.onenote.notebooks.notebook.sections.onenoteSection.pages.onenotePage.copyToSection requestBody: description: Action parameters content: application/json: schema: type: object properties: id: type: string nullable: true groupId: type: string nullable: true siteCollectionId: type: string nullable: true siteId: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenoteOperation' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/sites/{site-id}/onenote/pages/{onenotePage-id}/copyToSection' - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent': description: Provides operations to call the onenotePatchContent method. post: tags: - sites.Actions summary: Invoke action onenotePatchContent operationId: sites.site.onenote.notebooks.notebook.sections.onenoteSection.pages.onenotePage.onenotePatchContent requestBody: description: Action parameters content: application/json: schema: type: object properties: commands: type: array items: $ref: '#/components/schemas/microsoft.graph.onenotePatchContentCommand' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/sites/{site-id}/onenote/pages/{onenotePage-id}/onenotePatchContent' - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()': description: Provides operations to call the preview method. get: tags: - sites.Functions summary: Invoke function preview operationId: sites.site.onenote.notebooks.notebook.sections.onenoteSection.pages.onenotePage.preview responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenotePagePreview' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - '/sites/{site-id}/onenote/pages/{onenotePage-id}/preview()' - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook': description: Provides operations to manage the parentNotebook property of the microsoft.graph.onenotePage entity. get: tags: - sites.onenote summary: Get parentNotebook from sites description: The notebook that contains the page. Read-only. operationId: sites.onenote.notebooks.sections.pages.GetParentNotebook parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - '/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook' - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection': description: Provides operations to manage the parentSection property of the microsoft.graph.onenotePage entity. get: tags: - sites.onenote summary: Get parentSection from sites description: The section that contains the page. Read-only. operationId: sites.onenote.notebooks.sections.pages.GetParentSection parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - '/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection' - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.onenote summary: Get the number of the resource operationId: sites.onenote.notebooks.sections.pages.GetCount-9b53 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook': description: Provides operations to manage the parentNotebook property of the microsoft.graph.onenoteSection entity. get: tags: - sites.onenote summary: Get parentNotebook from sites description: The notebook that contains the section. Read-only. operationId: sites.onenote.notebooks.sections.GetParentNotebook parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook' - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook' - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook' '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup': description: Provides operations to manage the parentSectionGroup property of the microsoft.graph.onenoteSection entity. get: tags: - sites.onenote summary: Get parentSectionGroup from sites description: The section group that contains the section. Read-only. operationId: sites.onenote.notebooks.sections.GetParentSectionGroup parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup' - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup' - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup' '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.onenote summary: Get the number of the resource operationId: sites.onenote.notebooks.sections.GetCount-6101 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook '/sites/{site-id}/onenote/notebooks/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.onenote summary: Get the number of the resource operationId: sites.onenote.notebooks.GetCount-fb6b parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site '/sites/{site-id}/onenote/notebooks/getNotebookFromWebUrl': description: Provides operations to call the getNotebookFromWebUrl method. post: tags: - sites.Actions summary: Invoke action getNotebookFromWebUrl description: 'Retrieve the properties and relationships of a notebook object by using its URL path. The location can be user notebooks on Microsoft 365, group notebooks, or SharePoint site-hosted team notebooks on Microsoft 365.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-1.0 operationId: sites.site.onenote.notebooks.getNotebookFromWebUrl requestBody: description: Action parameters content: application/json: schema: type: object properties: webUrl: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.CopyNotebookModel' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site '/sites/{site-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})': description: Provides operations to call the getRecentNotebooks method. get: tags: - sites.Functions summary: Invoke function getRecentNotebooks description: Get a list of recentNotebook instances that have been accessed by the signed-in user. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/notebook-getrecentnotebooks?view=graph-rest-1.0 operationId: sites.site.onenote.notebooks.getRecentNotebooks parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.recentNotebook' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: includePersonalNotebooks in: path description: 'Usage: includePersonalNotebooks={includePersonalNotebooks}' required: true schema: type: boolean default: false '/sites/{site-id}/onenote/operations': description: Provides operations to manage the operations property of the microsoft.graph.onenote entity. get: tags: - sites.onenote summary: Get operations from sites description: 'The status of OneNote operations. Getting an operations collection isn''t supported, but you can get the status of long-running operations if the Operation-Location header is returned in the response. Read-only. Nullable.' operationId: sites.onenote.ListOperations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.onenoteOperationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.onenote summary: Create new navigation property to operations for sites operationId: sites.onenote.CreateOperations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteOperation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteOperation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site '/sites/{site-id}/onenote/operations/{onenoteOperation-id}': description: Provides operations to manage the operations property of the microsoft.graph.onenote entity. get: tags: - sites.onenote summary: Get operations from sites description: 'The status of OneNote operations. Getting an operations collection isn''t supported, but you can get the status of long-running operations if the Operation-Location header is returned in the response. Read-only. Nullable.' operationId: sites.onenote.GetOperations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteOperation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.onenote summary: Update the navigation property operations in sites operationId: sites.onenote.UpdateOperations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteOperation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteOperation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.onenote summary: Delete navigation property operations for sites operationId: sites.onenote.DeleteOperations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: onenoteOperation-id in: path description: The unique identifier of onenoteOperation required: true schema: type: string x-ms-docs-key-type: onenoteOperation '/sites/{site-id}/onenote/operations/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.onenote summary: Get the number of the resource operationId: sites.onenote.operations.GetCount-eadd parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site '/sites/{site-id}/onenote/pages': description: Provides operations to manage the pages property of the microsoft.graph.onenote entity. get: tags: - sites.onenote summary: Get pages from sites description: The pages in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. operationId: sites.onenote.ListPages parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.onenotePageCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.onenote summary: Create new navigation property to pages for sites operationId: sites.onenote.CreatePages requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site '/sites/{site-id}/onenote/pages/{onenotePage-id}': description: Provides operations to manage the pages property of the microsoft.graph.onenote entity. get: tags: - sites.onenote summary: Get pages from sites description: The pages in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. operationId: sites.onenote.GetPages parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.onenote summary: Update the navigation property pages in sites operationId: sites.onenote.UpdatePages requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.onenote summary: Delete navigation property pages for sites operationId: sites.onenote.DeletePages parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage '/sites/{site-id}/onenote/pages/{onenotePage-id}/content': description: Provides operations to manage the media for the site entity. get: tags: - sites.onenote summary: Get content for the navigation property pages from sites description: The page's HTML content. operationId: sites.onenote.GetPagesContent responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - sites.onenote summary: Update content for the navigation property pages in sites description: The page's HTML content. operationId: sites.onenote.UpdatePagesContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage '/sites/{site-id}/onenote/pages/{onenotePage-id}/copyToSection': description: Provides operations to call the copyToSection method. post: tags: - sites.Actions summary: Invoke action copyToSection description: 'Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0 operationId: sites.site.onenote.pages.onenotePage.copyToSection requestBody: description: Action parameters content: application/json: schema: type: object properties: id: type: string nullable: true groupId: type: string nullable: true siteCollectionId: type: string nullable: true siteId: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenoteOperation' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' '/sites/{site-id}/onenote/pages/{onenotePage-id}/onenotePatchContent': description: Provides operations to call the onenotePatchContent method. post: tags: - sites.Actions summary: Invoke action onenotePatchContent operationId: sites.site.onenote.pages.onenotePage.onenotePatchContent requestBody: description: Action parameters content: application/json: schema: type: object properties: commands: type: array items: $ref: '#/components/schemas/microsoft.graph.onenotePatchContentCommand' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' '/sites/{site-id}/onenote/pages/{onenotePage-id}/preview()': description: Provides operations to call the preview method. get: tags: - sites.Functions summary: Invoke function preview operationId: sites.site.onenote.pages.onenotePage.preview responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenotePagePreview' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' '/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook': description: Provides operations to manage the parentNotebook property of the microsoft.graph.onenotePage entity. get: tags: - sites.onenote summary: Get parentNotebook from sites description: The notebook that contains the page. Read-only. operationId: sites.onenote.pages.GetParentNotebook parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' '/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection': description: Provides operations to manage the parentSection property of the microsoft.graph.onenotePage entity. get: tags: - sites.onenote summary: Get parentSection from sites description: The section that contains the page. Read-only. operationId: sites.onenote.pages.GetParentSection parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' '/sites/{site-id}/onenote/pages/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.onenote summary: Get the number of the resource operationId: sites.onenote.pages.GetCount-bfb1 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site '/sites/{site-id}/onenote/resources': description: Provides operations to manage the resources property of the microsoft.graph.onenote entity. get: tags: - sites.onenote summary: Get resources from sites description: 'The image and other file resources in OneNote pages. Getting a resources collection isn''t supported, but you can get the binary content of a specific resource. Read-only. Nullable.' operationId: sites.onenote.ListResources parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.onenoteResourceCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.onenote summary: Create new navigation property to resources for sites operationId: sites.onenote.CreateResources requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteResource' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site '/sites/{site-id}/onenote/resources/{onenoteResource-id}': description: Provides operations to manage the resources property of the microsoft.graph.onenote entity. get: tags: - sites.onenote summary: Get resources from sites description: 'The image and other file resources in OneNote pages. Getting a resources collection isn''t supported, but you can get the binary content of a specific resource. Read-only. Nullable.' operationId: sites.onenote.GetResources parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.onenote summary: Update the navigation property resources in sites operationId: sites.onenote.UpdateResources requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteResource' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.onenote summary: Delete navigation property resources for sites operationId: sites.onenote.DeleteResources parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: onenoteResource-id in: path description: The unique identifier of onenoteResource required: true schema: type: string x-ms-docs-key-type: onenoteResource '/sites/{site-id}/onenote/resources/{onenoteResource-id}/content': description: Provides operations to manage the media for the site entity. get: tags: - sites.onenote summary: Get content for the navigation property resources from sites description: The content stream operationId: sites.onenote.GetResourcesContent responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - sites.onenote summary: Update content for the navigation property resources in sites description: The content stream operationId: sites.onenote.UpdateResourcesContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: onenoteResource-id in: path description: The unique identifier of onenoteResource required: true schema: type: string x-ms-docs-key-type: onenoteResource '/sites/{site-id}/onenote/resources/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.onenote summary: Get the number of the resource operationId: sites.onenote.resources.GetCount-476e parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site '/sites/{site-id}/onenote/sectionGroups': description: Provides operations to manage the sectionGroups property of the microsoft.graph.onenote entity. get: tags: - sites.onenote summary: Get sectionGroups from sites description: The section groups in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. operationId: sites.onenote.ListSectionGroups parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.sectionGroupCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.onenote summary: Create new navigation property to sectionGroups for sites operationId: sites.onenote.CreateSectionGroups requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}': description: Provides operations to manage the sectionGroups property of the microsoft.graph.onenote entity. get: tags: - sites.onenote summary: Get sectionGroups from sites description: The section groups in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. operationId: sites.onenote.GetSectionGroups parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.onenote summary: Update the navigation property sectionGroups in sites operationId: sites.onenote.UpdateSectionGroups requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.onenote summary: Delete navigation property sectionGroups for sites operationId: sites.onenote.DeleteSectionGroups parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook': description: Provides operations to manage the parentNotebook property of the microsoft.graph.sectionGroup entity. get: tags: - sites.onenote summary: Get parentNotebook from sites description: The notebook that contains the section group. Read-only. operationId: sites.onenote.sectionGroups.GetParentNotebook parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup x-ms-docs-grouped-path: - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook' '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup': description: Provides operations to manage the parentSectionGroup property of the microsoft.graph.sectionGroup entity. get: tags: - sites.onenote summary: Get parentSectionGroup from sites description: The section group that contains the section group. Read-only. operationId: sites.onenote.sectionGroups.GetParentSectionGroup parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup x-ms-docs-grouped-path: - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup' '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups': description: Provides operations to manage the sectionGroups property of the microsoft.graph.sectionGroup entity. get: tags: - sites.onenote summary: Get sectionGroups from sites description: The section groups in the section. Read-only. Nullable. operationId: sites.onenote.sectionGroups.ListSectionGroups parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.sectionGroupCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup x-ms-docs-grouped-path: - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups' '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}': description: Provides operations to manage the sectionGroups property of the microsoft.graph.sectionGroup entity. get: tags: - sites.onenote summary: Get sectionGroups from sites description: The section groups in the section. Read-only. Nullable. operationId: sites.onenote.sectionGroups.GetSectionGroups parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: sectionGroup-id1 in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup x-ms-docs-grouped-path: - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}' '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.onenote summary: Get the number of the resource operationId: sites.onenote.sectionGroups.sectionGroups.GetCount-2fdb parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections': description: Provides operations to manage the sections property of the microsoft.graph.sectionGroup entity. get: tags: - sites.onenote summary: Get sections from sites description: The sections in the section group. Read-only. Nullable. operationId: sites.onenote.sectionGroups.ListSections parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.onenoteSectionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.onenote summary: Create new navigation property to sections for sites operationId: sites.onenote.sectionGroups.CreateSections requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup x-ms-docs-grouped-path: - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections' '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}': description: Provides operations to manage the sections property of the microsoft.graph.sectionGroup entity. get: tags: - sites.onenote summary: Get sections from sites description: The sections in the section group. Read-only. Nullable. operationId: sites.onenote.sectionGroups.GetSections parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.onenote summary: Update the navigation property sections in sites operationId: sites.onenote.sectionGroups.UpdateSections requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.onenote summary: Delete navigation property sections for sites operationId: sites.onenote.sectionGroups.DeleteSections parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}' '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook': description: Provides operations to call the copyToNotebook method. post: tags: - sites.Actions summary: Invoke action copyToNotebook description: 'For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0 operationId: sites.site.onenote.sectionGroups.sectionGroup.sections.onenoteSection.copyToNotebook requestBody: description: Action parameters content: application/json: schema: type: object properties: id: type: string nullable: true groupId: type: string nullable: true renameAs: type: string nullable: true siteCollectionId: type: string nullable: true siteId: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenoteOperation' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook' - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook' - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToNotebook' '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup': description: Provides operations to call the copyToSectionGroup method. post: tags: - sites.Actions summary: Invoke action copyToSectionGroup description: 'For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0 operationId: sites.site.onenote.sectionGroups.sectionGroup.sections.onenoteSection.copyToSectionGroup requestBody: description: Action parameters content: application/json: schema: type: object properties: id: type: string nullable: true groupId: type: string nullable: true renameAs: type: string nullable: true siteCollectionId: type: string nullable: true siteId: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenoteOperation' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup' - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup' - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup' '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages': description: Provides operations to manage the pages property of the microsoft.graph.onenoteSection entity. get: tags: - sites.onenote summary: Get pages from sites description: The collection of pages in the section. Read-only. Nullable. operationId: sites.onenote.sectionGroups.sections.ListPages parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.onenotePageCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.onenote summary: Create new navigation property to pages for sites operationId: sites.onenote.sectionGroups.sections.CreatePages requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages' - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages' - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages' '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}': description: Provides operations to manage the pages property of the microsoft.graph.onenoteSection entity. get: tags: - sites.onenote summary: Get pages from sites description: The collection of pages in the section. Read-only. Nullable. operationId: sites.onenote.sectionGroups.sections.GetPages parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.onenote summary: Update the navigation property pages in sites operationId: sites.onenote.sectionGroups.sections.UpdatePages requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.onenote summary: Delete navigation property pages for sites operationId: sites.onenote.sectionGroups.sections.DeletePages parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}' - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}' - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}' '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content': description: Provides operations to manage the media for the site entity. get: tags: - sites.onenote summary: Get content for the navigation property pages from sites description: The page's HTML content. operationId: sites.onenote.sectionGroups.sections.GetPagesContent responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - sites.onenote summary: Update content for the navigation property pages in sites description: The page's HTML content. operationId: sites.onenote.sectionGroups.sections.UpdatePagesContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection': description: Provides operations to call the copyToSection method. post: tags: - sites.Actions summary: Invoke action copyToSection description: 'Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0 operationId: sites.site.onenote.sectionGroups.sectionGroup.sections.onenoteSection.pages.onenotePage.copyToSection requestBody: description: Action parameters content: application/json: schema: type: object properties: id: type: string nullable: true groupId: type: string nullable: true siteCollectionId: type: string nullable: true siteId: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenoteOperation' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/sites/{site-id}/onenote/pages/{onenotePage-id}/copyToSection' - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent': description: Provides operations to call the onenotePatchContent method. post: tags: - sites.Actions summary: Invoke action onenotePatchContent operationId: sites.site.onenote.sectionGroups.sectionGroup.sections.onenoteSection.pages.onenotePage.onenotePatchContent requestBody: description: Action parameters content: application/json: schema: type: object properties: commands: type: array items: $ref: '#/components/schemas/microsoft.graph.onenotePatchContentCommand' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/sites/{site-id}/onenote/pages/{onenotePage-id}/onenotePatchContent' - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()': description: Provides operations to call the preview method. get: tags: - sites.Functions summary: Invoke function preview operationId: sites.site.onenote.sectionGroups.sectionGroup.sections.onenoteSection.pages.onenotePage.preview responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenotePagePreview' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - '/sites/{site-id}/onenote/pages/{onenotePage-id}/preview()' - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook': description: Provides operations to manage the parentNotebook property of the microsoft.graph.onenotePage entity. get: tags: - sites.onenote summary: Get parentNotebook from sites description: The notebook that contains the page. Read-only. operationId: sites.onenote.sectionGroups.sections.pages.GetParentNotebook parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - '/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook' - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection': description: Provides operations to manage the parentSection property of the microsoft.graph.onenotePage entity. get: tags: - sites.onenote summary: Get parentSection from sites description: The section that contains the page. Read-only. operationId: sites.onenote.sectionGroups.sections.pages.GetParentSection parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - '/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection' - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.onenote summary: Get the number of the resource operationId: sites.onenote.sectionGroups.sections.pages.GetCount-9ecc parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook': description: Provides operations to manage the parentNotebook property of the microsoft.graph.onenoteSection entity. get: tags: - sites.onenote summary: Get parentNotebook from sites description: The notebook that contains the section. Read-only. operationId: sites.onenote.sectionGroups.sections.GetParentNotebook parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook' - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook' - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook' '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup': description: Provides operations to manage the parentSectionGroup property of the microsoft.graph.onenoteSection entity. get: tags: - sites.onenote summary: Get parentSectionGroup from sites description: The section group that contains the section. Read-only. operationId: sites.onenote.sectionGroups.sections.GetParentSectionGroup parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup' - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup' - '/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup' '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.onenote summary: Get the number of the resource operationId: sites.onenote.sectionGroups.sections.GetCount-2fbc parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup '/sites/{site-id}/onenote/sectionGroups/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.onenote summary: Get the number of the resource operationId: sites.onenote.sectionGroups.GetCount-2fdb parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site '/sites/{site-id}/onenote/sections': description: Provides operations to manage the sections property of the microsoft.graph.onenote entity. get: tags: - sites.onenote summary: Get sections from sites description: The sections in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. operationId: sites.onenote.ListSections parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.onenoteSectionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.onenote summary: Create new navigation property to sections for sites operationId: sites.onenote.CreateSections requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site '/sites/{site-id}/onenote/sections/{onenoteSection-id}': description: Provides operations to manage the sections property of the microsoft.graph.onenote entity. get: tags: - sites.onenote summary: Get sections from sites description: The sections in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. operationId: sites.onenote.GetSections parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.onenote summary: Update the navigation property sections in sites operationId: sites.onenote.UpdateSections requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.onenote summary: Delete navigation property sections for sites operationId: sites.onenote.DeleteSections parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection '/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToNotebook': description: Provides operations to call the copyToNotebook method. post: tags: - sites.Actions summary: Invoke action copyToNotebook description: 'For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0 operationId: sites.site.onenote.sections.onenoteSection.copyToNotebook requestBody: description: Action parameters content: application/json: schema: type: object properties: id: type: string nullable: true groupId: type: string nullable: true renameAs: type: string nullable: true siteCollectionId: type: string nullable: true siteId: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenoteOperation' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook' - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook' - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook' '/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup': description: Provides operations to call the copyToSectionGroup method. post: tags: - sites.Actions summary: Invoke action copyToSectionGroup description: 'For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0 operationId: sites.site.onenote.sections.onenoteSection.copyToSectionGroup requestBody: description: Action parameters content: application/json: schema: type: object properties: id: type: string nullable: true groupId: type: string nullable: true renameAs: type: string nullable: true siteCollectionId: type: string nullable: true siteId: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenoteOperation' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup' - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup' - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup' '/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages': description: Provides operations to manage the pages property of the microsoft.graph.onenoteSection entity. get: tags: - sites.onenote summary: Get pages from sites description: The collection of pages in the section. Read-only. Nullable. operationId: sites.onenote.sections.ListPages parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.onenotePageCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.onenote summary: Create new navigation property to pages for sites operationId: sites.onenote.sections.CreatePages requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages' - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages' - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages' '/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}': description: Provides operations to manage the pages property of the microsoft.graph.onenoteSection entity. get: tags: - sites.onenote summary: Get pages from sites description: The collection of pages in the section. Read-only. Nullable. operationId: sites.onenote.sections.GetPages parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.onenote summary: Update the navigation property pages in sites operationId: sites.onenote.sections.UpdatePages requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.onenote summary: Delete navigation property pages for sites operationId: sites.onenote.sections.DeletePages parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}' - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}' - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}' '/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content': description: Provides operations to manage the media for the site entity. get: tags: - sites.onenote summary: Get content for the navigation property pages from sites description: The page's HTML content. operationId: sites.onenote.sections.GetPagesContent responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - sites.onenote summary: Update content for the navigation property pages in sites description: The page's HTML content. operationId: sites.onenote.sections.UpdatePagesContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage '/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection': description: Provides operations to call the copyToSection method. post: tags: - sites.Actions summary: Invoke action copyToSection description: 'Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0 operationId: sites.site.onenote.sections.onenoteSection.pages.onenotePage.copyToSection requestBody: description: Action parameters content: application/json: schema: type: object properties: id: type: string nullable: true groupId: type: string nullable: true siteCollectionId: type: string nullable: true siteId: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenoteOperation' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/sites/{site-id}/onenote/pages/{onenotePage-id}/copyToSection' - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' '/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent': description: Provides operations to call the onenotePatchContent method. post: tags: - sites.Actions summary: Invoke action onenotePatchContent operationId: sites.site.onenote.sections.onenoteSection.pages.onenotePage.onenotePatchContent requestBody: description: Action parameters content: application/json: schema: type: object properties: commands: type: array items: $ref: '#/components/schemas/microsoft.graph.onenotePatchContentCommand' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/sites/{site-id}/onenote/pages/{onenotePage-id}/onenotePatchContent' - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' '/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()': description: Provides operations to call the preview method. get: tags: - sites.Functions summary: Invoke function preview operationId: sites.site.onenote.sections.onenoteSection.pages.onenotePage.preview responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenotePagePreview' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - '/sites/{site-id}/onenote/pages/{onenotePage-id}/preview()' - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' '/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook': description: Provides operations to manage the parentNotebook property of the microsoft.graph.onenotePage entity. get: tags: - sites.onenote summary: Get parentNotebook from sites description: The notebook that contains the page. Read-only. operationId: sites.onenote.sections.pages.GetParentNotebook parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - '/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook' - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' '/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection': description: Provides operations to manage the parentSection property of the microsoft.graph.onenotePage entity. get: tags: - sites.onenote summary: Get parentSection from sites description: The section that contains the page. Read-only. operationId: sites.onenote.sections.pages.GetParentSection parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - '/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection' - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' '/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.onenote summary: Get the number of the resource operationId: sites.onenote.sections.pages.GetCount-a33a parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection '/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook': description: Provides operations to manage the parentNotebook property of the microsoft.graph.onenoteSection entity. get: tags: - sites.onenote summary: Get parentNotebook from sites description: The notebook that contains the section. Read-only. operationId: sites.onenote.sections.GetParentNotebook parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook' - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook' - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook' '/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup': description: Provides operations to manage the parentSectionGroup property of the microsoft.graph.onenoteSection entity. get: tags: - sites.onenote summary: Get parentSectionGroup from sites description: The section group that contains the section. Read-only. operationId: sites.onenote.sections.GetParentSectionGroup parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup' - '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup' - '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup' '/sites/{site-id}/onenote/sections/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.onenote summary: Get the number of the resource operationId: sites.onenote.sections.GetCount-5061 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site '/sites/{site-id}/operations': description: Provides operations to manage the operations property of the microsoft.graph.site entity. get: tags: - sites.richLongRunningOperation summary: List operations on a site description: Get a list of rich long-running operations associated with a site. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/site-list-operations?view=graph-rest-1.0 operationId: sites.ListOperations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.richLongRunningOperationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.richLongRunningOperation summary: Create new navigation property to operations for sites operationId: sites.CreateOperations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site x-ms-docs-grouped-path: - '/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/operations' - '/sites/{site-id}/getByPath(path=''{path}'')/operations' '/sites/{site-id}/operations/{richLongRunningOperation-id}': description: Provides operations to manage the operations property of the microsoft.graph.site entity. get: tags: - sites.richLongRunningOperation summary: Get richLongRunningOperation description: Get the status of a rich long-running operation on a site or a list. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/richlongrunningoperation-get?view=graph-rest-1.0 operationId: sites.GetOperations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.richLongRunningOperation summary: Update the navigation property operations in sites operationId: sites.UpdateOperations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.richLongRunningOperation summary: Delete navigation property operations for sites operationId: sites.DeleteOperations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: richLongRunningOperation-id in: path description: The unique identifier of richLongRunningOperation required: true schema: type: string x-ms-docs-key-type: richLongRunningOperation '/sites/{site-id}/operations/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.richLongRunningOperation summary: Get the number of the resource operationId: sites.operations.GetCount-71b0 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site '/sites/{site-id}/pages': description: Provides operations to manage the pages property of the microsoft.graph.site entity. get: tags: - sites.baseSitePage summary: List baseSitePages description: Get the collection of baseSitePage objects from the site pages list in a site. All pages in the site are returned (with pagination). Sort alphabetically by name in ascending order. The following table lists the available subtypes. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/basesitepage-list?view=graph-rest-1.0 operationId: sites.ListPages parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.baseSitePageCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.baseSitePage summary: Create a page in the site pages list of a site description: Create a new sitePage in the site pages list in a site. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/sitepage-create?view=graph-rest-1.0 operationId: sites.CreatePages requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.baseSitePage' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.baseSitePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site x-ms-docs-grouped-path: - '/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/pages' - '/sites/{site-id}/getByPath(path=''{path}'')/pages' '/sites/{site-id}/pages/{baseSitePage-id}': description: Provides operations to manage the pages property of the microsoft.graph.site entity. get: tags: - sites.baseSitePage summary: Get baseSitePage description: Get the metadata for a baseSitePage in the site pages list in a site. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/basesitepage-get?view=graph-rest-1.0 operationId: sites.GetPages parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.baseSitePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.baseSitePage summary: Update the navigation property pages in sites operationId: sites.UpdatePages requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.baseSitePage' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.baseSitePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.baseSitePage summary: Delete baseSitePage description: Delete a baseSitePage from the site pages list in a site. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/basesitepage-delete?view=graph-rest-1.0 operationId: sites.DeletePages parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: baseSitePage-id in: path description: The unique identifier of baseSitePage required: true schema: type: string x-ms-docs-key-type: baseSitePage '/sites/{site-id}/pages/{baseSitePage-id}/createdByUser': description: Provides operations to manage the createdByUser property of the microsoft.graph.baseItem entity. get: tags: - sites.baseSitePage summary: Get createdByUser from sites description: Identity of the user who created the item. Read-only. operationId: sites.pages.GetCreatedByUser parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: baseSitePage-id in: path description: The unique identifier of baseSitePage required: true schema: type: string x-ms-docs-key-type: baseSitePage x-ms-docs-grouped-path: - '/sites/{site-id}/createdByUser' - '/sites/{site-id}/lists/{list-id}/createdByUser' - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser' - '/sites/{site-id}/getByPath(path=''{path}'')/createdByUser' - '/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/createdByUser' - '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/createdByUser' '/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings': get: tags: - sites.baseSitePage summary: Get mailboxSettings property value description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' operationId: sites.pages.createdByUser.GetMailboxSettings parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' patch: tags: - sites.baseSitePage summary: Update property mailboxSettings value. operationId: sites.pages.createdByUser.UpdateMailboxSettings requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: baseSitePage-id in: path description: The unique identifier of baseSitePage required: true schema: type: string x-ms-docs-key-type: baseSitePage '/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors': get: tags: - sites.baseSitePage summary: Get serviceProvisioningErrors property value description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' operationId: sites.pages.createdByUser.ListServiceProvisioningErrors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: baseSitePage-id in: path description: The unique identifier of baseSitePage required: true schema: type: string x-ms-docs-key-type: baseSitePage '/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.baseSitePage summary: Get the number of the resource operationId: sites.pages.createdByUser.ServiceProvisioningErrors.GetCount-7e89 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: baseSitePage-id in: path description: The unique identifier of baseSitePage required: true schema: type: string x-ms-docs-key-type: baseSitePage '/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser': description: Provides operations to manage the lastModifiedByUser property of the microsoft.graph.baseItem entity. get: tags: - sites.baseSitePage summary: Get lastModifiedByUser from sites description: Identity of the user who last modified the item. Read-only. operationId: sites.pages.GetLastModifiedByUser parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: baseSitePage-id in: path description: The unique identifier of baseSitePage required: true schema: type: string x-ms-docs-key-type: baseSitePage x-ms-docs-grouped-path: - '/sites/{site-id}/lastModifiedByUser' - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser' - '/sites/{site-id}/lists/{list-id}/lastModifiedByUser' - '/sites/{site-id}/getByPath(path=''{path}'')/lastModifiedByUser' - '/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/lastModifiedByUser' - '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/lastModifiedByUser' '/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings': get: tags: - sites.baseSitePage summary: Get mailboxSettings property value description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' operationId: sites.pages.lastModifiedByUser.GetMailboxSettings parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' patch: tags: - sites.baseSitePage summary: Update property mailboxSettings value. operationId: sites.pages.lastModifiedByUser.UpdateMailboxSettings requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: baseSitePage-id in: path description: The unique identifier of baseSitePage required: true schema: type: string x-ms-docs-key-type: baseSitePage '/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors': get: tags: - sites.baseSitePage summary: Get serviceProvisioningErrors property value description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' operationId: sites.pages.lastModifiedByUser.ListServiceProvisioningErrors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: baseSitePage-id in: path description: The unique identifier of baseSitePage required: true schema: type: string x-ms-docs-key-type: baseSitePage '/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.baseSitePage summary: Get the number of the resource operationId: sites.pages.lastModifiedByUser.ServiceProvisioningErrors.GetCount-6cf6 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: baseSitePage-id in: path description: The unique identifier of baseSitePage required: true schema: type: string x-ms-docs-key-type: baseSitePage '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage': description: Casts the previous resource to sitePage. get: tags: - sites.baseSitePage summary: Get SitePage description: Returns the metadata for a sitePage in the site pages list in a site. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/sitepage-get?view=graph-rest-1.0 operationId: sites.GetPages.AsSitePage parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sitePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: baseSitePage-id in: path description: The unique identifier of baseSitePage required: true schema: type: string x-ms-docs-key-type: baseSitePage '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/canvasLayout': description: Provides operations to manage the canvasLayout property of the microsoft.graph.sitePage entity. get: tags: - sites.baseSitePage summary: Get canvasLayout from sites description: 'Indicates the layout of the content in a given SharePoint page, including horizontal sections and vertical sections.' operationId: sites.pages.AsSitePage.GetCanvasLayout parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.canvasLayout' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.baseSitePage summary: Update the navigation property canvasLayout in sites operationId: sites.pages.AsSitePage.UpdateCanvasLayout requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.canvasLayout' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.canvasLayout' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.baseSitePage summary: Delete navigation property canvasLayout for sites operationId: sites.pages.AsSitePage.DeleteCanvasLayout parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: baseSitePage-id in: path description: The unique identifier of baseSitePage required: true schema: type: string x-ms-docs-key-type: baseSitePage '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/canvasLayout/horizontalSections': description: Provides operations to manage the horizontalSections property of the microsoft.graph.canvasLayout entity. get: tags: - sites.baseSitePage summary: Get horizontalSections from sites description: Collection of horizontal sections on the SharePoint page. operationId: sites.pages.AsSitePage.canvasLayout.ListHorizontalSections parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.horizontalSectionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.baseSitePage summary: Create new navigation property to horizontalSections for sites operationId: sites.pages.AsSitePage.canvasLayout.CreateHorizontalSections requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.horizontalSection' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.horizontalSection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: baseSitePage-id in: path description: The unique identifier of baseSitePage required: true schema: type: string x-ms-docs-key-type: baseSitePage '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}': description: Provides operations to manage the horizontalSections property of the microsoft.graph.canvasLayout entity. get: tags: - sites.baseSitePage summary: Get horizontalSections from sites description: Collection of horizontal sections on the SharePoint page. operationId: sites.pages.AsSitePage.canvasLayout.GetHorizontalSections parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.horizontalSection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.baseSitePage summary: Update the navigation property horizontalSections in sites operationId: sites.pages.AsSitePage.canvasLayout.UpdateHorizontalSections requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.horizontalSection' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.horizontalSection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.baseSitePage summary: Delete navigation property horizontalSections for sites operationId: sites.pages.AsSitePage.canvasLayout.DeleteHorizontalSections parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: baseSitePage-id in: path description: The unique identifier of baseSitePage required: true schema: type: string x-ms-docs-key-type: baseSitePage - name: horizontalSection-id in: path description: The unique identifier of horizontalSection required: true schema: type: string x-ms-docs-key-type: horizontalSection '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns': description: Provides operations to manage the columns property of the microsoft.graph.horizontalSection entity. get: tags: - sites.baseSitePage summary: Get columns from sites description: The set of vertical columns in this section. operationId: sites.pages.AsSitePage.canvasLayout.horizontalSections.ListColumns parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.horizontalSectionColumnCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.baseSitePage summary: Create new navigation property to columns for sites operationId: sites.pages.AsSitePage.canvasLayout.horizontalSections.CreateColumns requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.horizontalSectionColumn' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.horizontalSectionColumn' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: baseSitePage-id in: path description: The unique identifier of baseSitePage required: true schema: type: string x-ms-docs-key-type: baseSitePage - name: horizontalSection-id in: path description: The unique identifier of horizontalSection required: true schema: type: string x-ms-docs-key-type: horizontalSection '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}': description: Provides operations to manage the columns property of the microsoft.graph.horizontalSection entity. get: tags: - sites.baseSitePage summary: Get columns from sites description: The set of vertical columns in this section. operationId: sites.pages.AsSitePage.canvasLayout.horizontalSections.GetColumns parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.horizontalSectionColumn' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.baseSitePage summary: Update the navigation property columns in sites operationId: sites.pages.AsSitePage.canvasLayout.horizontalSections.UpdateColumns requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.horizontalSectionColumn' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.horizontalSectionColumn' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.baseSitePage summary: Delete navigation property columns for sites operationId: sites.pages.AsSitePage.canvasLayout.horizontalSections.DeleteColumns parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: baseSitePage-id in: path description: The unique identifier of baseSitePage required: true schema: type: string x-ms-docs-key-type: baseSitePage - name: horizontalSection-id in: path description: The unique identifier of horizontalSection required: true schema: type: string x-ms-docs-key-type: horizontalSection - name: horizontalSectionColumn-id in: path description: The unique identifier of horizontalSectionColumn required: true schema: type: string x-ms-docs-key-type: horizontalSectionColumn '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts': description: Provides operations to manage the webparts property of the microsoft.graph.horizontalSectionColumn entity. get: tags: - sites.baseSitePage summary: Get webparts from sites description: The collection of WebParts in this column. operationId: sites.pages.AsSitePage.canvasLayout.horizontalSections.columns.ListWebparts parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.webPartCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.baseSitePage summary: Create new navigation property to webparts for sites operationId: sites.pages.AsSitePage.canvasLayout.horizontalSections.columns.CreateWebparts requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.webPart' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.webPart' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: baseSitePage-id in: path description: The unique identifier of baseSitePage required: true schema: type: string x-ms-docs-key-type: baseSitePage - name: horizontalSection-id in: path description: The unique identifier of horizontalSection required: true schema: type: string x-ms-docs-key-type: horizontalSection - name: horizontalSectionColumn-id in: path description: The unique identifier of horizontalSectionColumn required: true schema: type: string x-ms-docs-key-type: horizontalSectionColumn '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}': description: Provides operations to manage the webparts property of the microsoft.graph.horizontalSectionColumn entity. get: tags: - sites.baseSitePage summary: Get webparts from sites description: The collection of WebParts in this column. operationId: sites.pages.AsSitePage.canvasLayout.horizontalSections.columns.GetWebparts parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.webPart' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.baseSitePage summary: Update the navigation property webparts in sites operationId: sites.pages.AsSitePage.canvasLayout.horizontalSections.columns.UpdateWebparts requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.webPart' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.webPart' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.baseSitePage summary: Delete navigation property webparts for sites operationId: sites.pages.AsSitePage.canvasLayout.horizontalSections.columns.DeleteWebparts parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: baseSitePage-id in: path description: The unique identifier of baseSitePage required: true schema: type: string x-ms-docs-key-type: baseSitePage - name: horizontalSection-id in: path description: The unique identifier of horizontalSection required: true schema: type: string x-ms-docs-key-type: horizontalSection - name: horizontalSectionColumn-id in: path description: The unique identifier of horizontalSectionColumn required: true schema: type: string x-ms-docs-key-type: horizontalSectionColumn - name: webPart-id in: path description: The unique identifier of webPart required: true schema: type: string x-ms-docs-key-type: webPart '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}/getPositionOfWebPart': description: Provides operations to call the getPositionOfWebPart method. post: tags: - sites.Actions summary: Invoke action getPositionOfWebPart operationId: sites.site.pages.baseSitePage.microsoft.graph.sitePage.canvasLayout.horizontalSections.horizontalSection.columns.horizontalSectionColumn.webparts.webPart.getPositionOfWebPart responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.webPartPosition' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: baseSitePage-id in: path description: The unique identifier of baseSitePage required: true schema: type: string x-ms-docs-key-type: baseSitePage - name: horizontalSection-id in: path description: The unique identifier of horizontalSection required: true schema: type: string x-ms-docs-key-type: horizontalSection - name: horizontalSectionColumn-id in: path description: The unique identifier of horizontalSectionColumn required: true schema: type: string x-ms-docs-key-type: horizontalSectionColumn - name: webPart-id in: path description: The unique identifier of webPart required: true schema: type: string x-ms-docs-key-type: webPart x-ms-docs-grouped-path: - '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/canvasLayout/verticalSection/webparts/{webPart-id}/getPositionOfWebPart' - '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/webParts/{webPart-id}/getPositionOfWebPart' '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.baseSitePage summary: Get the number of the resource operationId: sites.pages.AsSitePage.canvasLayout.horizontalSections.columns.webparts.GetCount-bbb9 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: baseSitePage-id in: path description: The unique identifier of baseSitePage required: true schema: type: string x-ms-docs-key-type: baseSitePage - name: horizontalSection-id in: path description: The unique identifier of horizontalSection required: true schema: type: string x-ms-docs-key-type: horizontalSection - name: horizontalSectionColumn-id in: path description: The unique identifier of horizontalSectionColumn required: true schema: type: string x-ms-docs-key-type: horizontalSectionColumn '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.baseSitePage summary: Get the number of the resource operationId: sites.pages.AsSitePage.canvasLayout.horizontalSections.columns.GetCount-9382 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: baseSitePage-id in: path description: The unique identifier of baseSitePage required: true schema: type: string x-ms-docs-key-type: baseSitePage - name: horizontalSection-id in: path description: The unique identifier of horizontalSection required: true schema: type: string x-ms-docs-key-type: horizontalSection '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/canvasLayout/horizontalSections/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.baseSitePage summary: Get the number of the resource operationId: sites.pages.AsSitePage.canvasLayout.horizontalSections.GetCount-38fc parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: baseSitePage-id in: path description: The unique identifier of baseSitePage required: true schema: type: string x-ms-docs-key-type: baseSitePage '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/canvasLayout/verticalSection': description: Provides operations to manage the verticalSection property of the microsoft.graph.canvasLayout entity. get: tags: - sites.baseSitePage summary: Get verticalSection from sites description: Vertical section on the SharePoint page. operationId: sites.pages.AsSitePage.canvasLayout.GetVerticalSection parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.verticalSection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.baseSitePage summary: Update the navigation property verticalSection in sites operationId: sites.pages.AsSitePage.canvasLayout.UpdateVerticalSection requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.verticalSection' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.verticalSection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.baseSitePage summary: Delete navigation property verticalSection for sites operationId: sites.pages.AsSitePage.canvasLayout.DeleteVerticalSection parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: baseSitePage-id in: path description: The unique identifier of baseSitePage required: true schema: type: string x-ms-docs-key-type: baseSitePage '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/canvasLayout/verticalSection/webparts': description: Provides operations to manage the webparts property of the microsoft.graph.verticalSection entity. get: tags: - sites.baseSitePage summary: Get webparts from sites description: The set of web parts in this section. operationId: sites.pages.AsSitePage.canvasLayout.verticalSection.ListWebparts parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.webPartCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.baseSitePage summary: Create new navigation property to webparts for sites operationId: sites.pages.AsSitePage.canvasLayout.verticalSection.CreateWebparts requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.webPart' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.webPart' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: baseSitePage-id in: path description: The unique identifier of baseSitePage required: true schema: type: string x-ms-docs-key-type: baseSitePage '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/canvasLayout/verticalSection/webparts/{webPart-id}': description: Provides operations to manage the webparts property of the microsoft.graph.verticalSection entity. get: tags: - sites.baseSitePage summary: Get webparts from sites description: The set of web parts in this section. operationId: sites.pages.AsSitePage.canvasLayout.verticalSection.GetWebparts parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.webPart' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.baseSitePage summary: Update the navigation property webparts in sites operationId: sites.pages.AsSitePage.canvasLayout.verticalSection.UpdateWebparts requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.webPart' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.webPart' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.baseSitePage summary: Delete navigation property webparts for sites operationId: sites.pages.AsSitePage.canvasLayout.verticalSection.DeleteWebparts parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: baseSitePage-id in: path description: The unique identifier of baseSitePage required: true schema: type: string x-ms-docs-key-type: baseSitePage - name: webPart-id in: path description: The unique identifier of webPart required: true schema: type: string x-ms-docs-key-type: webPart '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/canvasLayout/verticalSection/webparts/{webPart-id}/getPositionOfWebPart': description: Provides operations to call the getPositionOfWebPart method. post: tags: - sites.Actions summary: Invoke action getPositionOfWebPart operationId: sites.site.pages.baseSitePage.microsoft.graph.sitePage.canvasLayout.verticalSection.webparts.webPart.getPositionOfWebPart responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.webPartPosition' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: baseSitePage-id in: path description: The unique identifier of baseSitePage required: true schema: type: string x-ms-docs-key-type: baseSitePage - name: webPart-id in: path description: The unique identifier of webPart required: true schema: type: string x-ms-docs-key-type: webPart x-ms-docs-grouped-path: - '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}/getPositionOfWebPart' - '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/webParts/{webPart-id}/getPositionOfWebPart' '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/canvasLayout/verticalSection/webparts/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.baseSitePage summary: Get the number of the resource operationId: sites.pages.AsSitePage.canvasLayout.verticalSection.webparts.GetCount-185f parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: baseSitePage-id in: path description: The unique identifier of baseSitePage required: true schema: type: string x-ms-docs-key-type: baseSitePage '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/createdByUser': description: Provides operations to manage the createdByUser property of the microsoft.graph.baseItem entity. get: tags: - sites.baseSitePage summary: Get createdByUser from sites description: Identity of the user who created the item. Read-only. operationId: sites.pages.AsSitePage.GetCreatedByUser parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: baseSitePage-id in: path description: The unique identifier of baseSitePage required: true schema: type: string x-ms-docs-key-type: baseSitePage x-ms-docs-grouped-path: - '/sites/{site-id}/createdByUser' - '/sites/{site-id}/lists/{list-id}/createdByUser' - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser' - '/sites/{site-id}/getByPath(path=''{path}'')/createdByUser' - '/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/createdByUser' - '/sites/{site-id}/pages/{baseSitePage-id}/createdByUser' '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/createdByUser/mailboxSettings': get: tags: - sites.baseSitePage summary: Get mailboxSettings property value description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' operationId: sites.pages.AsSitePage.createdByUser.GetMailboxSettings parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' patch: tags: - sites.baseSitePage summary: Update property mailboxSettings value. operationId: sites.pages.AsSitePage.createdByUser.UpdateMailboxSettings requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: baseSitePage-id in: path description: The unique identifier of baseSitePage required: true schema: type: string x-ms-docs-key-type: baseSitePage '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/createdByUser/serviceProvisioningErrors': get: tags: - sites.baseSitePage summary: Get serviceProvisioningErrors property value description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' operationId: sites.pages.AsSitePage.createdByUser.ListServiceProvisioningErrors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: baseSitePage-id in: path description: The unique identifier of baseSitePage required: true schema: type: string x-ms-docs-key-type: baseSitePage '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/createdByUser/serviceProvisioningErrors/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.baseSitePage summary: Get the number of the resource operationId: sites.pages.AsSitePage.createdByUser.ServiceProvisioningErrors.GetCount-a4bd parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: baseSitePage-id in: path description: The unique identifier of baseSitePage required: true schema: type: string x-ms-docs-key-type: baseSitePage '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/lastModifiedByUser': description: Provides operations to manage the lastModifiedByUser property of the microsoft.graph.baseItem entity. get: tags: - sites.baseSitePage summary: Get lastModifiedByUser from sites description: Identity of the user who last modified the item. Read-only. operationId: sites.pages.AsSitePage.GetLastModifiedByUser parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: baseSitePage-id in: path description: The unique identifier of baseSitePage required: true schema: type: string x-ms-docs-key-type: baseSitePage x-ms-docs-grouped-path: - '/sites/{site-id}/lastModifiedByUser' - '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser' - '/sites/{site-id}/lists/{list-id}/lastModifiedByUser' - '/sites/{site-id}/getByPath(path=''{path}'')/lastModifiedByUser' - '/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/lastModifiedByUser' - '/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser' '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/lastModifiedByUser/mailboxSettings': get: tags: - sites.baseSitePage summary: Get mailboxSettings property value description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' operationId: sites.pages.AsSitePage.lastModifiedByUser.GetMailboxSettings parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' patch: tags: - sites.baseSitePage summary: Update property mailboxSettings value. operationId: sites.pages.AsSitePage.lastModifiedByUser.UpdateMailboxSettings requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: baseSitePage-id in: path description: The unique identifier of baseSitePage required: true schema: type: string x-ms-docs-key-type: baseSitePage '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/lastModifiedByUser/serviceProvisioningErrors': get: tags: - sites.baseSitePage summary: Get serviceProvisioningErrors property value description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' operationId: sites.pages.AsSitePage.lastModifiedByUser.ListServiceProvisioningErrors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: baseSitePage-id in: path description: The unique identifier of baseSitePage required: true schema: type: string x-ms-docs-key-type: baseSitePage '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/lastModifiedByUser/serviceProvisioningErrors/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.baseSitePage summary: Get the number of the resource operationId: sites.pages.AsSitePage.lastModifiedByUser.ServiceProvisioningErrors.GetCount-9ea6 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: baseSitePage-id in: path description: The unique identifier of baseSitePage required: true schema: type: string x-ms-docs-key-type: baseSitePage '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/webParts': description: Provides operations to manage the webParts property of the microsoft.graph.sitePage entity. get: tags: - sites.baseSitePage summary: Get webParts from sites description: Collection of webparts on the SharePoint page. operationId: sites.pages.AsSitePage.ListWebParts parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.webPartCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.baseSitePage summary: Create new navigation property to webParts for sites operationId: sites.pages.AsSitePage.CreateWebParts requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.webPart' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.webPart' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: baseSitePage-id in: path description: The unique identifier of baseSitePage required: true schema: type: string x-ms-docs-key-type: baseSitePage '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/webParts/{webPart-id}': description: Provides operations to manage the webParts property of the microsoft.graph.sitePage entity. get: tags: - sites.baseSitePage summary: Get webParts from sites description: Collection of webparts on the SharePoint page. operationId: sites.pages.AsSitePage.GetWebParts parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.webPart' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.baseSitePage summary: Update the navigation property webParts in sites operationId: sites.pages.AsSitePage.UpdateWebParts requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.webPart' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.webPart' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.baseSitePage summary: Delete webPart description: Delete a webPart object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/webpart-delete?view=graph-rest-1.0 operationId: sites.pages.AsSitePage.DeleteWebParts parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: baseSitePage-id in: path description: The unique identifier of baseSitePage required: true schema: type: string x-ms-docs-key-type: baseSitePage - name: webPart-id in: path description: The unique identifier of webPart required: true schema: type: string x-ms-docs-key-type: webPart '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/webParts/{webPart-id}/getPositionOfWebPart': description: Provides operations to call the getPositionOfWebPart method. post: tags: - sites.Actions summary: Invoke action getPositionOfWebPart operationId: sites.site.pages.baseSitePage.microsoft.graph.sitePage.webParts.webPart.getPositionOfWebPart responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.webPartPosition' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: baseSitePage-id in: path description: The unique identifier of baseSitePage required: true schema: type: string x-ms-docs-key-type: baseSitePage - name: webPart-id in: path description: The unique identifier of webPart required: true schema: type: string x-ms-docs-key-type: webPart x-ms-docs-grouped-path: - '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}/getPositionOfWebPart' - '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/canvasLayout/verticalSection/webparts/{webPart-id}/getPositionOfWebPart' '/sites/{site-id}/pages/{baseSitePage-id}/graph.sitePage/webParts/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.baseSitePage summary: Get the number of the resource operationId: sites.pages.AsSitePage.webParts.GetCount-eb99 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: baseSitePage-id in: path description: The unique identifier of baseSitePage required: true schema: type: string x-ms-docs-key-type: baseSitePage '/sites/{site-id}/pages/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.baseSitePage summary: Get the number of the resource operationId: sites.pages.GetCount-3155 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site '/sites/{site-id}/pages/graph.sitePage': description: Casts the previous resource to sitePage. get: tags: - sites.baseSitePage summary: Get SitePage description: Returns the metadata for a sitePage in the site pages list in a site. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/sitepage-get?view=graph-rest-1.0 operationId: sites.ListPages.AsSitePage parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.sitePageCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site '/sites/{site-id}/pages/graph.sitePage/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.baseSitePage summary: Get the number of the resource operationId: sites.Pages.GetCount.AsSitePage-c4ed parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site '/sites/{site-id}/permissions': description: Provides operations to manage the permissions property of the microsoft.graph.site entity. get: tags: - sites.permission summary: List permissions description: Get the permission resources from the permissions navigation property on a site. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/site-list-permissions?view=graph-rest-1.0 operationId: sites.ListPermissions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.permissionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.permission summary: Create permission description: 'Create a new permission object on a site. ' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/site-post-permissions?view=graph-rest-1.0 operationId: sites.CreatePermissions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.permission' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.permission' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site x-ms-docs-grouped-path: - '/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/permissions' - '/sites/{site-id}/getByPath(path=''{path}'')/permissions' '/sites/{site-id}/permissions/{permission-id}': description: Provides operations to manage the permissions property of the microsoft.graph.site entity. get: tags: - sites.permission summary: Get permission description: Retrieve the properties and relationships of a permission object on a site. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/site-get-permission?view=graph-rest-1.0 operationId: sites.GetPermissions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.permission' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.permission summary: Update permission description: 'Update an application permission object on a site. ' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/site-update-permission?view=graph-rest-1.0 operationId: sites.UpdatePermissions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.permission' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.permission' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.permission summary: Delete permission description: Delete a permission object on a site. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/site-delete-permission?view=graph-rest-1.0 operationId: sites.DeletePermissions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: permission-id in: path description: The unique identifier of permission required: true schema: type: string x-ms-docs-key-type: permission '/sites/{site-id}/permissions/{permission-id}/grant': description: Provides operations to call the grant method. post: tags: - sites.Actions summary: Invoke action grant description: Grant users access to a link represented by a permission. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0 operationId: sites.site.permissions.permission.grant requestBody: description: Action parameters content: application/json: schema: type: object properties: roles: type: array items: type: string nullable: true recipients: type: array items: $ref: '#/components/schemas/microsoft.graph.driveRecipient' required: true responses: 2XX: description: Success content: application/json: schema: title: Collection of permission type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.permission' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: permission-id in: path description: The unique identifier of permission required: true schema: type: string x-ms-docs-key-type: permission '/sites/{site-id}/permissions/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.permission summary: Get the number of the resource operationId: sites.permissions.GetCount-511e parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site '/sites/{site-id}/sites': description: Provides operations to manage the sites property of the microsoft.graph.site entity. get: tags: - sites.site summary: List subsites for a site description: Get a collection of subsites defined for a site. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/site-list-subsites?view=graph-rest-1.0 operationId: sites.ListSites parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.siteCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site x-ms-docs-grouped-path: - '/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/sites' - '/sites/{site-id}/getByPath(path=''{path}'')/sites' '/sites/{site-id}/sites/{site-id1}': description: Provides operations to manage the sites property of the microsoft.graph.site entity. get: tags: - sites.site summary: Get sites from sites description: The collection of the sub-sites under this site. operationId: sites.GetSites parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.site' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: site-id1 in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site '/sites/{site-id}/sites/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.site summary: Get the number of the resource operationId: sites.sites.GetCount-f499 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site '/sites/{site-id}/termStore': description: Provides operations to manage the termStore property of the microsoft.graph.site entity. get: tags: - sites.store summary: Get store description: Read the properties and relationships of a store object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/termstore-store-get?view=graph-rest-1.0 operationId: sites.GetTermStore parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.store' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.store summary: Update store description: Update the properties of a store object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/termstore-store-update?view=graph-rest-1.0 operationId: sites.UpdateTermStore requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.store' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.store' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.store summary: Delete navigation property termStore for sites operationId: sites.DeleteTermStore parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site x-ms-docs-grouped-path: - '/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/termStore' - '/sites/{site-id}/getByPath(path=''{path}'')/termStore' '/sites/{site-id}/termStore/groups': description: Provides operations to manage the groups property of the microsoft.graph.termStore.store entity. get: tags: - sites.store summary: List termStore groups description: Get a list of group objects in a term store. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/termstore-list-groups?view=graph-rest-1.0 operationId: sites.termStore.ListGroups parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.groupCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.store summary: Create termStore group description: Create a new group object in a term store. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/termstore-group-post?view=graph-rest-1.0 operationId: sites.termStore.CreateGroups requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.group' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.group' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site x-ms-docs-grouped-path: - '/sites/{site-id}/termStores/{store-id}/groups' '/sites/{site-id}/termStore/groups/{group-id}': description: Provides operations to manage the groups property of the microsoft.graph.termStore.store entity. get: tags: - sites.store summary: Get group description: Read the properties and relationships of a term store group object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/termstore-group-get?view=graph-rest-1.0 operationId: sites.termStore.GetGroups parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.group' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.store summary: Update the navigation property groups in sites operationId: sites.termStore.UpdateGroups requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.group' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.group' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.store summary: Delete group description: 'Delete a group object in a term [store].' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/termstore-group-delete?view=graph-rest-1.0 operationId: sites.termStore.DeleteGroups parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group x-ms-docs-grouped-path: - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}' '/sites/{site-id}/termStore/groups/{group-id}/sets': description: Provides operations to manage the sets property of the microsoft.graph.termStore.group entity. get: tags: - sites.store summary: List sets description: Get a list of the set objects and their properties. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/termstore-group-list-sets?view=graph-rest-1.0 operationId: sites.termStore.groups.ListSets parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.setCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.store summary: Create new navigation property to sets for sites operationId: sites.termStore.groups.CreateSets requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets' '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}': description: Provides operations to manage the sets property of the microsoft.graph.termStore.group entity. get: tags: - sites.store summary: Get sets from sites description: 'All sets under the group in a term [store].' operationId: sites.termStore.groups.GetSets parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.store summary: Update the navigation property sets in sites operationId: sites.termStore.groups.UpdateSets requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.store summary: Delete navigation property sets for sites operationId: sites.termStore.groups.DeleteSets parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}' '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children': description: Provides operations to manage the children property of the microsoft.graph.termStore.set entity. get: tags: - sites.store summary: Get children from sites description: 'Children terms of set in term [store].' operationId: sites.termStore.groups.sets.ListChildren parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.store summary: Create new navigation property to children for sites operationId: sites.termStore.groups.sets.CreateChildren requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/sets/{set-id}/children' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children' '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}': description: Provides operations to manage the children property of the microsoft.graph.termStore.set entity. get: tags: - sites.store summary: Get children from sites description: 'Children terms of set in term [store].' operationId: sites.termStore.groups.sets.GetChildren parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.store summary: Update the navigation property children in sites operationId: sites.termStore.groups.sets.UpdateChildren requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.store summary: Delete navigation property children for sites operationId: sites.termStore.groups.sets.DeleteChildren parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}' '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children': description: Provides operations to manage the children property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get children from sites description: Children of current term. operationId: sites.termStore.groups.sets.children.ListChildren parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.store summary: Create new navigation property to children for sites operationId: sites.termStore.groups.sets.children.CreateChildren requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children' '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}': description: Provides operations to manage the children property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get children from sites description: Children of current term. operationId: sites.termStore.groups.sets.children.GetChildren parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.store summary: Update the navigation property children in sites operationId: sites.termStore.groups.sets.children.UpdateChildren requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.store summary: Delete navigation property children for sites operationId: sites.termStore.groups.sets.children.DeleteChildren parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}' '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get relations from sites description: To indicate which terms are related to the current term as either pinned or reused. operationId: sites.termStore.groups.sets.children.children.ListRelations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.store summary: Create new navigation property to relations for sites operationId: sites.termStore.groups.sets.children.children.CreateRelations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations' '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get relations from sites description: To indicate which terms are related to the current term as either pinned or reused. operationId: sites.termStore.groups.sets.children.children.GetRelations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.store summary: Update the navigation property relations in sites operationId: sites.termStore.groups.sets.children.children.UpdateRelations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.store summary: Delete navigation property relations for sites operationId: sites.termStore.groups.sets.children.children.DeleteRelations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm': description: Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get fromTerm from sites description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' operationId: sites.termStore.groups.sets.children.children.relations.GetFromTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get set from sites description: 'The [set] in which the relation is relevant.' operationId: sites.termStore.groups.sets.children.children.relations.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm': description: Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get toTerm from sites description: 'The to [term] of the relation. The term to which the relationship is defined.' operationId: sites.termStore.groups.sets.children.children.relations.GetToTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.store summary: Get the number of the resource operationId: sites.termStore.groups.sets.children.children.relations.GetCount-0d34 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get set from sites description: 'The [set] in which the term is created.' operationId: sites.termStore.groups.sets.children.children.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/set' '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.store summary: Get the number of the resource operationId: sites.termStore.groups.sets.children.children.GetCount-ecf0 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get relations from sites description: To indicate which terms are related to the current term as either pinned or reused. operationId: sites.termStore.groups.sets.children.ListRelations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.store summary: Create new navigation property to relations for sites operationId: sites.termStore.groups.sets.children.CreateRelations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations' '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get relations from sites description: To indicate which terms are related to the current term as either pinned or reused. operationId: sites.termStore.groups.sets.children.GetRelations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.store summary: Update the navigation property relations in sites operationId: sites.termStore.groups.sets.children.UpdateRelations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.store summary: Delete navigation property relations for sites operationId: sites.termStore.groups.sets.children.DeleteRelations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm': description: Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get fromTerm from sites description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' operationId: sites.termStore.groups.sets.children.relations.GetFromTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get set from sites description: 'The [set] in which the relation is relevant.' operationId: sites.termStore.groups.sets.children.relations.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm': description: Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get toTerm from sites description: 'The to [term] of the relation. The term to which the relationship is defined.' operationId: sites.termStore.groups.sets.children.relations.GetToTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.store summary: Get the number of the resource operationId: sites.termStore.groups.sets.children.relations.GetCount-0d34 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get set from sites description: 'The [set] in which the term is created.' operationId: sites.termStore.groups.sets.children.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/set' '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.store summary: Get the number of the resource operationId: sites.termStore.groups.sets.children.GetCount-ecf0 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup': description: Provides operations to manage the parentGroup property of the microsoft.graph.termStore.set entity. get: tags: - sites.store summary: Get parentGroup from sites description: 'The parent [group] that contains the set.' operationId: sites.termStore.groups.sets.GetParentGroup parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.group' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.store summary: Update the navigation property parentGroup in sites operationId: sites.termStore.groups.sets.UpdateParentGroup requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.group' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.group' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.store summary: Delete navigation property parentGroup for sites operationId: sites.termStore.groups.sets.DeleteParentGroup parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/parentGroup' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup' '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations': description: Provides operations to manage the relations property of the microsoft.graph.termStore.set entity. get: tags: - sites.store summary: Get relations from sites description: Indicates which terms have been pinned or reused directly under the set. operationId: sites.termStore.groups.sets.ListRelations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.store summary: Create new navigation property to relations for sites operationId: sites.termStore.groups.sets.CreateRelations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations' '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}': description: Provides operations to manage the relations property of the microsoft.graph.termStore.set entity. get: tags: - sites.store summary: Get relations from sites description: Indicates which terms have been pinned or reused directly under the set. operationId: sites.termStore.groups.sets.GetRelations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.store summary: Update the navigation property relations in sites operationId: sites.termStore.groups.sets.UpdateRelations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.store summary: Delete navigation property relations for sites operationId: sites.termStore.groups.sets.DeleteRelations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}' '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm': description: Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get fromTerm from sites description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' operationId: sites.termStore.groups.sets.relations.GetFromTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get set from sites description: 'The [set] in which the relation is relevant.' operationId: sites.termStore.groups.sets.relations.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm': description: Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get toTerm from sites description: 'The to [term] of the relation. The term to which the relationship is defined.' operationId: sites.termStore.groups.sets.relations.GetToTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.store summary: Get the number of the resource operationId: sites.termStore.groups.sets.relations.GetCount-efa1 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms': description: Provides operations to manage the terms property of the microsoft.graph.termStore.set entity. get: tags: - sites.store summary: Get term description: Read the properties and relationships of a term object. operationId: sites.termStore.groups.sets.ListTerms parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.store summary: Create new navigation property to terms for sites operationId: sites.termStore.groups.sets.CreateTerms requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms' - '/sites/{site-id}/termStore/sets/{set-id}/terms' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms' '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}': description: Provides operations to manage the terms property of the microsoft.graph.termStore.set entity. get: tags: - sites.store summary: Get term description: Read the properties and relationships of a term object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/termstore-term-get?view=graph-rest-1.0 operationId: sites.termStore.groups.sets.GetTerms parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.store summary: Update the navigation property terms in sites operationId: sites.termStore.groups.sets.UpdateTerms requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.store summary: Delete navigation property terms for sites operationId: sites.termStore.groups.sets.DeleteTerms parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}' '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children': description: Provides operations to manage the children property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get children from sites description: Children of current term. operationId: sites.termStore.groups.sets.terms.ListChildren parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.store summary: Create new navigation property to children for sites operationId: sites.termStore.groups.sets.terms.CreateChildren requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children' '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}': description: Provides operations to manage the children property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get children from sites description: Children of current term. operationId: sites.termStore.groups.sets.terms.GetChildren parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.store summary: Update the navigation property children in sites operationId: sites.termStore.groups.sets.terms.UpdateChildren requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.store summary: Delete navigation property children for sites operationId: sites.termStore.groups.sets.terms.DeleteChildren parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}' '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get relations from sites description: To indicate which terms are related to the current term as either pinned or reused. operationId: sites.termStore.groups.sets.terms.children.ListRelations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.store summary: Create new navigation property to relations for sites operationId: sites.termStore.groups.sets.terms.children.CreateRelations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations' '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get relations from sites description: To indicate which terms are related to the current term as either pinned or reused. operationId: sites.termStore.groups.sets.terms.children.GetRelations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.store summary: Update the navigation property relations in sites operationId: sites.termStore.groups.sets.terms.children.UpdateRelations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.store summary: Delete navigation property relations for sites operationId: sites.termStore.groups.sets.terms.children.DeleteRelations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm': description: Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get fromTerm from sites description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' operationId: sites.termStore.groups.sets.terms.children.relations.GetFromTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get set from sites description: 'The [set] in which the relation is relevant.' operationId: sites.termStore.groups.sets.terms.children.relations.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm': description: Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get toTerm from sites description: 'The to [term] of the relation. The term to which the relationship is defined.' operationId: sites.termStore.groups.sets.terms.children.relations.GetToTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.store summary: Get the number of the resource operationId: sites.termStore.groups.sets.terms.children.relations.GetCount-5476 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get set from sites description: 'The [set] in which the term is created.' operationId: sites.termStore.groups.sets.terms.children.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/set' '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.store summary: Get the number of the resource operationId: sites.termStore.groups.sets.terms.children.GetCount-1cfd parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get relations from sites description: To indicate which terms are related to the current term as either pinned or reused. operationId: sites.termStore.groups.sets.terms.ListRelations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.store summary: Create new navigation property to relations for sites operationId: sites.termStore.groups.sets.terms.CreateRelations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations' '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get relations from sites description: To indicate which terms are related to the current term as either pinned or reused. operationId: sites.termStore.groups.sets.terms.GetRelations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.store summary: Update the navigation property relations in sites operationId: sites.termStore.groups.sets.terms.UpdateRelations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.store summary: Delete navigation property relations for sites operationId: sites.termStore.groups.sets.terms.DeleteRelations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm': description: Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get fromTerm from sites description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' operationId: sites.termStore.groups.sets.terms.relations.GetFromTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get set from sites description: 'The [set] in which the relation is relevant.' operationId: sites.termStore.groups.sets.terms.relations.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm': description: Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get toTerm from sites description: 'The to [term] of the relation. The term to which the relationship is defined.' operationId: sites.termStore.groups.sets.terms.relations.GetToTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.store summary: Get the number of the resource operationId: sites.termStore.groups.sets.terms.relations.GetCount-5d1f parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get set from sites description: 'The [set] in which the term is created.' operationId: sites.termStore.groups.sets.terms.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/set' '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.store summary: Get the number of the resource operationId: sites.termStore.groups.sets.terms.GetCount-ccfd parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set '/sites/{site-id}/termStore/groups/{group-id}/sets/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.store summary: Get the number of the resource operationId: sites.termStore.groups.sets.GetCount-5bbd parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/sites/{site-id}/termStore/groups/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.store summary: Get the number of the resource operationId: sites.termStore.groups.GetCount-f00a parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site '/sites/{site-id}/termStore/sets': description: Provides operations to manage the sets property of the microsoft.graph.termStore.store entity. get: tags: - sites.store summary: Get set description: Read the properties and relationships of a set object. operationId: sites.termStore.ListSets parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.setCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.store summary: Create termStore set description: Create a new set object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/termstore-set-post?view=graph-rest-1.0 operationId: sites.termStore.CreateSets requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site x-ms-docs-grouped-path: - '/sites/{site-id}/termStores/{store-id}/sets' '/sites/{site-id}/termStore/sets/{set-id}': description: Provides operations to manage the sets property of the microsoft.graph.termStore.store entity. get: tags: - sites.store summary: Get set description: Read the properties and relationships of a set object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/termstore-set-get?view=graph-rest-1.0 operationId: sites.termStore.GetSets parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.store summary: Update set description: Update the properties of a set object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/termstore-set-update?view=graph-rest-1.0 operationId: sites.termStore.UpdateSets requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.store summary: Delete set description: Delete a set object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/termstore-set-delete?view=graph-rest-1.0 operationId: sites.termStore.DeleteSets parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set x-ms-docs-grouped-path: - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}' '/sites/{site-id}/termStore/sets/{set-id}/children': description: Provides operations to manage the children property of the microsoft.graph.termStore.set entity. get: tags: - sites.store summary: List children description: 'Get the first level children of a [set] or [term] resource using the children navigation property.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/termstore-term-list-children?view=graph-rest-1.0 operationId: sites.termStore.sets.ListChildren parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.store summary: Create term description: Create a new term object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/termstore-term-post?view=graph-rest-1.0 operationId: sites.termStore.sets.CreateChildren requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children' '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}': description: Provides operations to manage the children property of the microsoft.graph.termStore.set entity. get: tags: - sites.store summary: Get children from sites description: 'Children terms of set in term [store].' operationId: sites.termStore.sets.GetChildren parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.store summary: Update the navigation property children in sites operationId: sites.termStore.sets.UpdateChildren requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.store summary: Delete navigation property children for sites operationId: sites.termStore.sets.DeleteChildren parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}' '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children': description: Provides operations to manage the children property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get children from sites description: Children of current term. operationId: sites.termStore.sets.children.ListChildren parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.store summary: Create new navigation property to children for sites operationId: sites.termStore.sets.children.CreateChildren requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children' '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}': description: Provides operations to manage the children property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get children from sites description: Children of current term. operationId: sites.termStore.sets.children.GetChildren parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.store summary: Update the navigation property children in sites operationId: sites.termStore.sets.children.UpdateChildren requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.store summary: Delete navigation property children for sites operationId: sites.termStore.sets.children.DeleteChildren parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}' '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get relations from sites description: To indicate which terms are related to the current term as either pinned or reused. operationId: sites.termStore.sets.children.children.ListRelations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.store summary: Create new navigation property to relations for sites operationId: sites.termStore.sets.children.children.CreateRelations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations' '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get relations from sites description: To indicate which terms are related to the current term as either pinned or reused. operationId: sites.termStore.sets.children.children.GetRelations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.store summary: Update the navigation property relations in sites operationId: sites.termStore.sets.children.children.UpdateRelations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.store summary: Delete navigation property relations for sites operationId: sites.termStore.sets.children.children.DeleteRelations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm': description: Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get fromTerm from sites description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' operationId: sites.termStore.sets.children.children.relations.GetFromTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get set from sites description: 'The [set] in which the relation is relevant.' operationId: sites.termStore.sets.children.children.relations.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm': description: Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get toTerm from sites description: 'The to [term] of the relation. The term to which the relationship is defined.' operationId: sites.termStore.sets.children.children.relations.GetToTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.store summary: Get the number of the resource operationId: sites.termStore.sets.children.children.relations.GetCount-a6ec parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get set from sites description: 'The [set] in which the term is created.' operationId: sites.termStore.sets.children.children.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/set' '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.store summary: Get the number of the resource operationId: sites.termStore.sets.children.children.GetCount-ca80 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get relations from sites description: To indicate which terms are related to the current term as either pinned or reused. operationId: sites.termStore.sets.children.ListRelations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.store summary: Create new navigation property to relations for sites operationId: sites.termStore.sets.children.CreateRelations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations' '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get relations from sites description: To indicate which terms are related to the current term as either pinned or reused. operationId: sites.termStore.sets.children.GetRelations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.store summary: Update the navigation property relations in sites operationId: sites.termStore.sets.children.UpdateRelations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.store summary: Delete navigation property relations for sites operationId: sites.termStore.sets.children.DeleteRelations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm': description: Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get fromTerm from sites description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' operationId: sites.termStore.sets.children.relations.GetFromTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get set from sites description: 'The [set] in which the relation is relevant.' operationId: sites.termStore.sets.children.relations.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm': description: Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get toTerm from sites description: 'The to [term] of the relation. The term to which the relationship is defined.' operationId: sites.termStore.sets.children.relations.GetToTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.store summary: Get the number of the resource operationId: sites.termStore.sets.children.relations.GetCount-a6ec parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get set from sites description: 'The [set] in which the term is created.' operationId: sites.termStore.sets.children.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/set' '/sites/{site-id}/termStore/sets/{set-id}/children/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.store summary: Get the number of the resource operationId: sites.termStore.sets.children.GetCount-ca80 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set '/sites/{site-id}/termStore/sets/{set-id}/parentGroup': description: Provides operations to manage the parentGroup property of the microsoft.graph.termStore.set entity. get: tags: - sites.store summary: Get parentGroup from sites description: 'The parent [group] that contains the set.' operationId: sites.termStore.sets.GetParentGroup parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.group' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.store summary: Update the navigation property parentGroup in sites operationId: sites.termStore.sets.UpdateParentGroup requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.group' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.group' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.store summary: Delete navigation property parentGroup for sites operationId: sites.termStore.sets.DeleteParentGroup parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/parentGroup' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup' '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets': description: Provides operations to manage the sets property of the microsoft.graph.termStore.group entity. get: tags: - sites.store summary: Get sets from sites description: 'All sets under the group in a term [store].' operationId: sites.termStore.sets.parentGroup.ListSets parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.setCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.store summary: Create new navigation property to sets for sites operationId: sites.termStore.sets.parentGroup.CreateSets requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets' '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}': description: Provides operations to manage the sets property of the microsoft.graph.termStore.group entity. get: tags: - sites.store summary: Get sets from sites description: 'All sets under the group in a term [store].' operationId: sites.termStore.sets.parentGroup.GetSets parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.store summary: Update the navigation property sets in sites operationId: sites.termStore.sets.parentGroup.UpdateSets requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.store summary: Delete navigation property sets for sites operationId: sites.termStore.sets.parentGroup.DeleteSets parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}' '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children': description: Provides operations to manage the children property of the microsoft.graph.termStore.set entity. get: tags: - sites.store summary: Get children from sites description: 'Children terms of set in term [store].' operationId: sites.termStore.sets.parentGroup.sets.ListChildren parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.store summary: Create new navigation property to children for sites operationId: sites.termStore.sets.parentGroup.sets.CreateChildren requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children' - '/sites/{site-id}/termStore/sets/{set-id}/children' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children' '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}': description: Provides operations to manage the children property of the microsoft.graph.termStore.set entity. get: tags: - sites.store summary: Get children from sites description: 'Children terms of set in term [store].' operationId: sites.termStore.sets.parentGroup.sets.GetChildren parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.store summary: Update the navigation property children in sites operationId: sites.termStore.sets.parentGroup.sets.UpdateChildren requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.store summary: Delete navigation property children for sites operationId: sites.termStore.sets.parentGroup.sets.DeleteChildren parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}' '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children': description: Provides operations to manage the children property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get children from sites description: Children of current term. operationId: sites.termStore.sets.parentGroup.sets.children.ListChildren parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.store summary: Create new navigation property to children for sites operationId: sites.termStore.sets.parentGroup.sets.children.CreateChildren requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children' '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}': description: Provides operations to manage the children property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get children from sites description: Children of current term. operationId: sites.termStore.sets.parentGroup.sets.children.GetChildren parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.store summary: Update the navigation property children in sites operationId: sites.termStore.sets.parentGroup.sets.children.UpdateChildren requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.store summary: Delete navigation property children for sites operationId: sites.termStore.sets.parentGroup.sets.children.DeleteChildren parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}' '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get relations from sites description: To indicate which terms are related to the current term as either pinned or reused. operationId: sites.termStore.sets.parentGroup.sets.children.children.ListRelations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.store summary: Create new navigation property to relations for sites operationId: sites.termStore.sets.parentGroup.sets.children.children.CreateRelations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations' '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get relations from sites description: To indicate which terms are related to the current term as either pinned or reused. operationId: sites.termStore.sets.parentGroup.sets.children.children.GetRelations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.store summary: Update the navigation property relations in sites operationId: sites.termStore.sets.parentGroup.sets.children.children.UpdateRelations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.store summary: Delete navigation property relations for sites operationId: sites.termStore.sets.parentGroup.sets.children.children.DeleteRelations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm': description: Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get fromTerm from sites description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' operationId: sites.termStore.sets.parentGroup.sets.children.children.relations.GetFromTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get set from sites description: 'The [set] in which the relation is relevant.' operationId: sites.termStore.sets.parentGroup.sets.children.children.relations.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm': description: Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get toTerm from sites description: 'The to [term] of the relation. The term to which the relationship is defined.' operationId: sites.termStore.sets.parentGroup.sets.children.children.relations.GetToTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.store summary: Get the number of the resource operationId: sites.termStore.sets.parentGroup.sets.children.children.relations.GetCount-0c01 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get set from sites description: 'The [set] in which the term is created.' operationId: sites.termStore.sets.parentGroup.sets.children.children.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/set' '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.store summary: Get the number of the resource operationId: sites.termStore.sets.parentGroup.sets.children.children.GetCount-dda5 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get relations from sites description: To indicate which terms are related to the current term as either pinned or reused. operationId: sites.termStore.sets.parentGroup.sets.children.ListRelations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.store summary: Create new navigation property to relations for sites operationId: sites.termStore.sets.parentGroup.sets.children.CreateRelations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations' '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get relations from sites description: To indicate which terms are related to the current term as either pinned or reused. operationId: sites.termStore.sets.parentGroup.sets.children.GetRelations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.store summary: Update the navigation property relations in sites operationId: sites.termStore.sets.parentGroup.sets.children.UpdateRelations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.store summary: Delete navigation property relations for sites operationId: sites.termStore.sets.parentGroup.sets.children.DeleteRelations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm': description: Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get fromTerm from sites description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' operationId: sites.termStore.sets.parentGroup.sets.children.relations.GetFromTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get set from sites description: 'The [set] in which the relation is relevant.' operationId: sites.termStore.sets.parentGroup.sets.children.relations.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm': description: Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get toTerm from sites description: 'The to [term] of the relation. The term to which the relationship is defined.' operationId: sites.termStore.sets.parentGroup.sets.children.relations.GetToTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.store summary: Get the number of the resource operationId: sites.termStore.sets.parentGroup.sets.children.relations.GetCount-0c01 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get set from sites description: 'The [set] in which the term is created.' operationId: sites.termStore.sets.parentGroup.sets.children.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/set' '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.store summary: Get the number of the resource operationId: sites.termStore.sets.parentGroup.sets.children.GetCount-dda5 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations': description: Provides operations to manage the relations property of the microsoft.graph.termStore.set entity. get: tags: - sites.store summary: Get relations from sites description: Indicates which terms have been pinned or reused directly under the set. operationId: sites.termStore.sets.parentGroup.sets.ListRelations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.store summary: Create new navigation property to relations for sites operationId: sites.termStore.sets.parentGroup.sets.CreateRelations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations' '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}': description: Provides operations to manage the relations property of the microsoft.graph.termStore.set entity. get: tags: - sites.store summary: Get relations from sites description: Indicates which terms have been pinned or reused directly under the set. operationId: sites.termStore.sets.parentGroup.sets.GetRelations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.store summary: Update the navigation property relations in sites operationId: sites.termStore.sets.parentGroup.sets.UpdateRelations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.store summary: Delete navigation property relations for sites operationId: sites.termStore.sets.parentGroup.sets.DeleteRelations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}' '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm': description: Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get fromTerm from sites description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' operationId: sites.termStore.sets.parentGroup.sets.relations.GetFromTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get set from sites description: 'The [set] in which the relation is relevant.' operationId: sites.termStore.sets.parentGroup.sets.relations.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm': description: Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get toTerm from sites description: 'The to [term] of the relation. The term to which the relationship is defined.' operationId: sites.termStore.sets.parentGroup.sets.relations.GetToTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.store summary: Get the number of the resource operationId: sites.termStore.sets.parentGroup.sets.relations.GetCount-060a parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms': description: Provides operations to manage the terms property of the microsoft.graph.termStore.set entity. get: tags: - sites.store summary: Get terms from sites description: All the terms under the set. operationId: sites.termStore.sets.parentGroup.sets.ListTerms parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.store summary: Create new navigation property to terms for sites operationId: sites.termStore.sets.parentGroup.sets.CreateTerms requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms' - '/sites/{site-id}/termStore/sets/{set-id}/terms' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms' '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}': description: Provides operations to manage the terms property of the microsoft.graph.termStore.set entity. get: tags: - sites.store summary: Get terms from sites description: All the terms under the set. operationId: sites.termStore.sets.parentGroup.sets.GetTerms parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.store summary: Update the navigation property terms in sites operationId: sites.termStore.sets.parentGroup.sets.UpdateTerms requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.store summary: Delete navigation property terms for sites operationId: sites.termStore.sets.parentGroup.sets.DeleteTerms parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}' '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children': description: Provides operations to manage the children property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get children from sites description: Children of current term. operationId: sites.termStore.sets.parentGroup.sets.terms.ListChildren parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.store summary: Create new navigation property to children for sites operationId: sites.termStore.sets.parentGroup.sets.terms.CreateChildren requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children' '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}': description: Provides operations to manage the children property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get children from sites description: Children of current term. operationId: sites.termStore.sets.parentGroup.sets.terms.GetChildren parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.store summary: Update the navigation property children in sites operationId: sites.termStore.sets.parentGroup.sets.terms.UpdateChildren requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.store summary: Delete navigation property children for sites operationId: sites.termStore.sets.parentGroup.sets.terms.DeleteChildren parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}' '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get relations from sites description: To indicate which terms are related to the current term as either pinned or reused. operationId: sites.termStore.sets.parentGroup.sets.terms.children.ListRelations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.store summary: Create new navigation property to relations for sites operationId: sites.termStore.sets.parentGroup.sets.terms.children.CreateRelations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations' '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get relations from sites description: To indicate which terms are related to the current term as either pinned or reused. operationId: sites.termStore.sets.parentGroup.sets.terms.children.GetRelations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.store summary: Update the navigation property relations in sites operationId: sites.termStore.sets.parentGroup.sets.terms.children.UpdateRelations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.store summary: Delete navigation property relations for sites operationId: sites.termStore.sets.parentGroup.sets.terms.children.DeleteRelations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm': description: Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get fromTerm from sites description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' operationId: sites.termStore.sets.parentGroup.sets.terms.children.relations.GetFromTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get set from sites description: 'The [set] in which the relation is relevant.' operationId: sites.termStore.sets.parentGroup.sets.terms.children.relations.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm': description: Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get toTerm from sites description: 'The to [term] of the relation. The term to which the relationship is defined.' operationId: sites.termStore.sets.parentGroup.sets.terms.children.relations.GetToTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.store summary: Get the number of the resource operationId: sites.termStore.sets.parentGroup.sets.terms.children.relations.GetCount-457b parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get set from sites description: 'The [set] in which the term is created.' operationId: sites.termStore.sets.parentGroup.sets.terms.children.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/set' '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.store summary: Get the number of the resource operationId: sites.termStore.sets.parentGroup.sets.terms.children.GetCount-931c parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get relations from sites description: To indicate which terms are related to the current term as either pinned or reused. operationId: sites.termStore.sets.parentGroup.sets.terms.ListRelations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.store summary: Create new navigation property to relations for sites operationId: sites.termStore.sets.parentGroup.sets.terms.CreateRelations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations' '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get relations from sites description: To indicate which terms are related to the current term as either pinned or reused. operationId: sites.termStore.sets.parentGroup.sets.terms.GetRelations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.store summary: Update the navigation property relations in sites operationId: sites.termStore.sets.parentGroup.sets.terms.UpdateRelations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.store summary: Delete navigation property relations for sites operationId: sites.termStore.sets.parentGroup.sets.terms.DeleteRelations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm': description: Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get fromTerm from sites description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' operationId: sites.termStore.sets.parentGroup.sets.terms.relations.GetFromTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get set from sites description: 'The [set] in which the relation is relevant.' operationId: sites.termStore.sets.parentGroup.sets.terms.relations.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm': description: Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get toTerm from sites description: 'The to [term] of the relation. The term to which the relationship is defined.' operationId: sites.termStore.sets.parentGroup.sets.terms.relations.GetToTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.store summary: Get the number of the resource operationId: sites.termStore.sets.parentGroup.sets.terms.relations.GetCount-b43c parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get set from sites description: 'The [set] in which the term is created.' operationId: sites.termStore.sets.parentGroup.sets.terms.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/set' '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.store summary: Get the number of the resource operationId: sites.termStore.sets.parentGroup.sets.terms.GetCount-bc2b parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.store summary: Get the number of the resource operationId: sites.termStore.sets.parentGroup.sets.GetCount-9c40 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set '/sites/{site-id}/termStore/sets/{set-id}/relations': description: Provides operations to manage the relations property of the microsoft.graph.termStore.set entity. get: tags: - sites.store summary: List relations description: 'Get the different relation of a [term] or [set] from the relations navigation property.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/termstore-term-list-relations?view=graph-rest-1.0 operationId: sites.termStore.sets.ListRelations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.store summary: Create new navigation property to relations for sites operationId: sites.termStore.sets.CreateRelations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations' '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}': description: Provides operations to manage the relations property of the microsoft.graph.termStore.set entity. get: tags: - sites.store summary: Get relations from sites description: Indicates which terms have been pinned or reused directly under the set. operationId: sites.termStore.sets.GetRelations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.store summary: Update the navigation property relations in sites operationId: sites.termStore.sets.UpdateRelations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.store summary: Delete navigation property relations for sites operationId: sites.termStore.sets.DeleteRelations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}' '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm': description: Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get fromTerm from sites description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' operationId: sites.termStore.sets.relations.GetFromTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get set from sites description: 'The [set] in which the relation is relevant.' operationId: sites.termStore.sets.relations.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm': description: Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get toTerm from sites description: 'The to [term] of the relation. The term to which the relationship is defined.' operationId: sites.termStore.sets.relations.GetToTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' '/sites/{site-id}/termStore/sets/{set-id}/relations/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.store summary: Get the number of the resource operationId: sites.termStore.sets.relations.GetCount-acd9 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set '/sites/{site-id}/termStore/sets/{set-id}/terms': description: Provides operations to manage the terms property of the microsoft.graph.termStore.set entity. get: tags: - sites.store summary: Get terms from sites description: All the terms under the set. operationId: sites.termStore.sets.ListTerms parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.store summary: Create new navigation property to terms for sites operationId: sites.termStore.sets.CreateTerms requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms' '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}': description: Provides operations to manage the terms property of the microsoft.graph.termStore.set entity. get: tags: - sites.store summary: Get terms from sites description: All the terms under the set. operationId: sites.termStore.sets.GetTerms parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.store summary: Update term description: Update the properties of a term object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/termstore-term-update?view=graph-rest-1.0 operationId: sites.termStore.sets.UpdateTerms requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.store summary: Delete term description: Delete a term object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/termstore-term-delete?view=graph-rest-1.0 operationId: sites.termStore.sets.DeleteTerms parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}' '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children': description: Provides operations to manage the children property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get children from sites description: Children of current term. operationId: sites.termStore.sets.terms.ListChildren parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.store summary: Create new navigation property to children for sites operationId: sites.termStore.sets.terms.CreateChildren requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children' '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}': description: Provides operations to manage the children property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get children from sites description: Children of current term. operationId: sites.termStore.sets.terms.GetChildren parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.store summary: Update the navigation property children in sites operationId: sites.termStore.sets.terms.UpdateChildren requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.store summary: Delete navigation property children for sites operationId: sites.termStore.sets.terms.DeleteChildren parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}' '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get relations from sites description: To indicate which terms are related to the current term as either pinned or reused. operationId: sites.termStore.sets.terms.children.ListRelations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.store summary: Create new navigation property to relations for sites operationId: sites.termStore.sets.terms.children.CreateRelations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations' '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get relations from sites description: To indicate which terms are related to the current term as either pinned or reused. operationId: sites.termStore.sets.terms.children.GetRelations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.store summary: Update the navigation property relations in sites operationId: sites.termStore.sets.terms.children.UpdateRelations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.store summary: Delete navigation property relations for sites operationId: sites.termStore.sets.terms.children.DeleteRelations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm': description: Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get fromTerm from sites description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' operationId: sites.termStore.sets.terms.children.relations.GetFromTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get set from sites description: 'The [set] in which the relation is relevant.' operationId: sites.termStore.sets.terms.children.relations.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm': description: Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get toTerm from sites description: 'The to [term] of the relation. The term to which the relationship is defined.' operationId: sites.termStore.sets.terms.children.relations.GetToTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.store summary: Get the number of the resource operationId: sites.termStore.sets.terms.children.relations.GetCount-7f33 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get set from sites description: 'The [set] in which the term is created.' operationId: sites.termStore.sets.terms.children.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/set' '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.store summary: Get the number of the resource operationId: sites.termStore.sets.terms.children.GetCount-4525 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get relations from sites description: To indicate which terms are related to the current term as either pinned or reused. operationId: sites.termStore.sets.terms.ListRelations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.store summary: Create new navigation property to relations for sites operationId: sites.termStore.sets.terms.CreateRelations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations' '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get relations from sites description: To indicate which terms are related to the current term as either pinned or reused. operationId: sites.termStore.sets.terms.GetRelations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.store summary: Update the navigation property relations in sites operationId: sites.termStore.sets.terms.UpdateRelations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.store summary: Delete navigation property relations for sites operationId: sites.termStore.sets.terms.DeleteRelations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm': description: Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get fromTerm from sites description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' operationId: sites.termStore.sets.terms.relations.GetFromTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get set from sites description: 'The [set] in which the relation is relevant.' operationId: sites.termStore.sets.terms.relations.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm': description: Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get toTerm from sites description: 'The to [term] of the relation. The term to which the relationship is defined.' operationId: sites.termStore.sets.terms.relations.GetToTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.store summary: Get the number of the resource operationId: sites.termStore.sets.terms.relations.GetCount-017f parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get set from sites description: 'The [set] in which the term is created.' operationId: sites.termStore.sets.terms.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/set' '/sites/{site-id}/termStore/sets/{set-id}/terms/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.store summary: Get the number of the resource operationId: sites.termStore.sets.terms.GetCount-1c96 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set '/sites/{site-id}/termStore/sets/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.store summary: Get the number of the resource operationId: sites.termStore.sets.GetCount-dbcc parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site '/sites/{site-id}/termStores': description: Provides operations to manage the termStores property of the microsoft.graph.site entity. get: tags: - sites.store summary: Get termStores from sites description: The collection of termStores under this site. operationId: sites.ListTermStores parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.storeCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.store summary: Create new navigation property to termStores for sites operationId: sites.CreateTermStores requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.store' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.store' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site x-ms-docs-grouped-path: - '/sites/{site-id}/getByPath(path=''{path}'')/getByPath(path=''{path1}'')/termStores' - '/sites/{site-id}/getByPath(path=''{path}'')/termStores' '/sites/{site-id}/termStores/{store-id}': description: Provides operations to manage the termStores property of the microsoft.graph.site entity. get: tags: - sites.store summary: Get termStores from sites description: The collection of termStores under this site. operationId: sites.GetTermStores parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.store' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.store summary: Update the navigation property termStores in sites operationId: sites.UpdateTermStores requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.store' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.store' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.store summary: Delete navigation property termStores for sites operationId: sites.DeleteTermStores parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store '/sites/{site-id}/termStores/{store-id}/groups': description: Provides operations to manage the groups property of the microsoft.graph.termStore.store entity. get: tags: - sites.store summary: Get groups from sites description: Collection of all groups available in the term store. operationId: sites.termStores.ListGroups parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.groupCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.store summary: Create new navigation property to groups for sites operationId: sites.termStores.CreateGroups requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.group' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.group' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups' '/sites/{site-id}/termStores/{store-id}/groups/{group-id}': description: Provides operations to manage the groups property of the microsoft.graph.termStore.store entity. get: tags: - sites.store summary: Get groups from sites description: Collection of all groups available in the term store. operationId: sites.termStores.GetGroups parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.group' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.store summary: Update the navigation property groups in sites operationId: sites.termStores.UpdateGroups requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.group' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.group' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.store summary: Delete navigation property groups for sites operationId: sites.termStores.DeleteGroups parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}' '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets': description: Provides operations to manage the sets property of the microsoft.graph.termStore.group entity. get: tags: - sites.store summary: Get sets from sites description: 'All sets under the group in a term [store].' operationId: sites.termStores.groups.ListSets parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.setCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.store summary: Create new navigation property to sets for sites operationId: sites.termStores.groups.CreateSets requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets' '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}': description: Provides operations to manage the sets property of the microsoft.graph.termStore.group entity. get: tags: - sites.store summary: Get sets from sites description: 'All sets under the group in a term [store].' operationId: sites.termStores.groups.GetSets parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.store summary: Update the navigation property sets in sites operationId: sites.termStores.groups.UpdateSets requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.store summary: Delete navigation property sets for sites operationId: sites.termStores.groups.DeleteSets parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}' '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children': description: Provides operations to manage the children property of the microsoft.graph.termStore.set entity. get: tags: - sites.store summary: Get children from sites description: 'Children terms of set in term [store].' operationId: sites.termStores.groups.sets.ListChildren parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.store summary: Create new navigation property to children for sites operationId: sites.termStores.groups.sets.CreateChildren requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children' - '/sites/{site-id}/termStore/sets/{set-id}/children' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children' '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}': description: Provides operations to manage the children property of the microsoft.graph.termStore.set entity. get: tags: - sites.store summary: Get children from sites description: 'Children terms of set in term [store].' operationId: sites.termStores.groups.sets.GetChildren parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.store summary: Update the navigation property children in sites operationId: sites.termStores.groups.sets.UpdateChildren requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.store summary: Delete navigation property children for sites operationId: sites.termStores.groups.sets.DeleteChildren parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}' '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children': description: Provides operations to manage the children property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get children from sites description: Children of current term. operationId: sites.termStores.groups.sets.children.ListChildren parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.store summary: Create new navigation property to children for sites operationId: sites.termStores.groups.sets.children.CreateChildren requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children' '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}': description: Provides operations to manage the children property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get children from sites description: Children of current term. operationId: sites.termStores.groups.sets.children.GetChildren parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.store summary: Update the navigation property children in sites operationId: sites.termStores.groups.sets.children.UpdateChildren requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.store summary: Delete navigation property children for sites operationId: sites.termStores.groups.sets.children.DeleteChildren parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}' '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get relations from sites description: To indicate which terms are related to the current term as either pinned or reused. operationId: sites.termStores.groups.sets.children.children.ListRelations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.store summary: Create new navigation property to relations for sites operationId: sites.termStores.groups.sets.children.children.CreateRelations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations' '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get relations from sites description: To indicate which terms are related to the current term as either pinned or reused. operationId: sites.termStores.groups.sets.children.children.GetRelations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.store summary: Update the navigation property relations in sites operationId: sites.termStores.groups.sets.children.children.UpdateRelations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.store summary: Delete navigation property relations for sites operationId: sites.termStores.groups.sets.children.children.DeleteRelations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm': description: Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get fromTerm from sites description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' operationId: sites.termStores.groups.sets.children.children.relations.GetFromTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get set from sites description: 'The [set] in which the relation is relevant.' operationId: sites.termStores.groups.sets.children.children.relations.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm': description: Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get toTerm from sites description: 'The to [term] of the relation. The term to which the relationship is defined.' operationId: sites.termStores.groups.sets.children.children.relations.GetToTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.store summary: Get the number of the resource operationId: sites.termStores.groups.sets.children.children.relations.GetCount-d2cc parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get set from sites description: 'The [set] in which the term is created.' operationId: sites.termStores.groups.sets.children.children.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/set' '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.store summary: Get the number of the resource operationId: sites.termStores.groups.sets.children.children.GetCount-f2a5 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get relations from sites description: To indicate which terms are related to the current term as either pinned or reused. operationId: sites.termStores.groups.sets.children.ListRelations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.store summary: Create new navigation property to relations for sites operationId: sites.termStores.groups.sets.children.CreateRelations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations' '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get relations from sites description: To indicate which terms are related to the current term as either pinned or reused. operationId: sites.termStores.groups.sets.children.GetRelations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.store summary: Update the navigation property relations in sites operationId: sites.termStores.groups.sets.children.UpdateRelations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.store summary: Delete navigation property relations for sites operationId: sites.termStores.groups.sets.children.DeleteRelations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm': description: Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get fromTerm from sites description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' operationId: sites.termStores.groups.sets.children.relations.GetFromTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get set from sites description: 'The [set] in which the relation is relevant.' operationId: sites.termStores.groups.sets.children.relations.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm': description: Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get toTerm from sites description: 'The to [term] of the relation. The term to which the relationship is defined.' operationId: sites.termStores.groups.sets.children.relations.GetToTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.store summary: Get the number of the resource operationId: sites.termStores.groups.sets.children.relations.GetCount-d2cc parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get set from sites description: 'The [set] in which the term is created.' operationId: sites.termStores.groups.sets.children.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/set' '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.store summary: Get the number of the resource operationId: sites.termStores.groups.sets.children.GetCount-f2a5 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/parentGroup': description: Provides operations to manage the parentGroup property of the microsoft.graph.termStore.set entity. get: tags: - sites.store summary: Get parentGroup from sites description: 'The parent [group] that contains the set.' operationId: sites.termStores.groups.sets.GetParentGroup parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.group' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.store summary: Update the navigation property parentGroup in sites operationId: sites.termStores.groups.sets.UpdateParentGroup requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.group' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.group' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.store summary: Delete navigation property parentGroup for sites operationId: sites.termStores.groups.sets.DeleteParentGroup parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup' '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations': description: Provides operations to manage the relations property of the microsoft.graph.termStore.set entity. get: tags: - sites.store summary: Get relations from sites description: Indicates which terms have been pinned or reused directly under the set. operationId: sites.termStores.groups.sets.ListRelations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.store summary: Create new navigation property to relations for sites operationId: sites.termStores.groups.sets.CreateRelations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations' '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}': description: Provides operations to manage the relations property of the microsoft.graph.termStore.set entity. get: tags: - sites.store summary: Get relations from sites description: Indicates which terms have been pinned or reused directly under the set. operationId: sites.termStores.groups.sets.GetRelations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.store summary: Update the navigation property relations in sites operationId: sites.termStores.groups.sets.UpdateRelations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.store summary: Delete navigation property relations for sites operationId: sites.termStores.groups.sets.DeleteRelations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}' '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm': description: Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get fromTerm from sites description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' operationId: sites.termStores.groups.sets.relations.GetFromTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get set from sites description: 'The [set] in which the relation is relevant.' operationId: sites.termStores.groups.sets.relations.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm': description: Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get toTerm from sites description: 'The to [term] of the relation. The term to which the relationship is defined.' operationId: sites.termStores.groups.sets.relations.GetToTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.store summary: Get the number of the resource operationId: sites.termStores.groups.sets.relations.GetCount-4b3b parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms': description: Provides operations to manage the terms property of the microsoft.graph.termStore.set entity. get: tags: - sites.store summary: Get terms from sites description: All the terms under the set. operationId: sites.termStores.groups.sets.ListTerms parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.store summary: Create new navigation property to terms for sites operationId: sites.termStores.groups.sets.CreateTerms requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms' - '/sites/{site-id}/termStore/sets/{set-id}/terms' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms' '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}': description: Provides operations to manage the terms property of the microsoft.graph.termStore.set entity. get: tags: - sites.store summary: Get terms from sites description: All the terms under the set. operationId: sites.termStores.groups.sets.GetTerms parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.store summary: Update the navigation property terms in sites operationId: sites.termStores.groups.sets.UpdateTerms requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.store summary: Delete navigation property terms for sites operationId: sites.termStores.groups.sets.DeleteTerms parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}' '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children': description: Provides operations to manage the children property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get children from sites description: Children of current term. operationId: sites.termStores.groups.sets.terms.ListChildren parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.store summary: Create new navigation property to children for sites operationId: sites.termStores.groups.sets.terms.CreateChildren requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children' '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}': description: Provides operations to manage the children property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get children from sites description: Children of current term. operationId: sites.termStores.groups.sets.terms.GetChildren parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.store summary: Update the navigation property children in sites operationId: sites.termStores.groups.sets.terms.UpdateChildren requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.store summary: Delete navigation property children for sites operationId: sites.termStores.groups.sets.terms.DeleteChildren parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}' '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get relations from sites description: To indicate which terms are related to the current term as either pinned or reused. operationId: sites.termStores.groups.sets.terms.children.ListRelations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.store summary: Create new navigation property to relations for sites operationId: sites.termStores.groups.sets.terms.children.CreateRelations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations' '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get relations from sites description: To indicate which terms are related to the current term as either pinned or reused. operationId: sites.termStores.groups.sets.terms.children.GetRelations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.store summary: Update the navigation property relations in sites operationId: sites.termStores.groups.sets.terms.children.UpdateRelations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.store summary: Delete navigation property relations for sites operationId: sites.termStores.groups.sets.terms.children.DeleteRelations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm': description: Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get fromTerm from sites description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' operationId: sites.termStores.groups.sets.terms.children.relations.GetFromTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get set from sites description: 'The [set] in which the relation is relevant.' operationId: sites.termStores.groups.sets.terms.children.relations.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm': description: Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get toTerm from sites description: 'The to [term] of the relation. The term to which the relationship is defined.' operationId: sites.termStores.groups.sets.terms.children.relations.GetToTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.store summary: Get the number of the resource operationId: sites.termStores.groups.sets.terms.children.relations.GetCount-563b parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get set from sites description: 'The [set] in which the term is created.' operationId: sites.termStores.groups.sets.terms.children.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/set' '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.store summary: Get the number of the resource operationId: sites.termStores.groups.sets.terms.children.GetCount-18db parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get relations from sites description: To indicate which terms are related to the current term as either pinned or reused. operationId: sites.termStores.groups.sets.terms.ListRelations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.store summary: Create new navigation property to relations for sites operationId: sites.termStores.groups.sets.terms.CreateRelations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations' '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get relations from sites description: To indicate which terms are related to the current term as either pinned or reused. operationId: sites.termStores.groups.sets.terms.GetRelations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.store summary: Update the navigation property relations in sites operationId: sites.termStores.groups.sets.terms.UpdateRelations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.store summary: Delete navigation property relations for sites operationId: sites.termStores.groups.sets.terms.DeleteRelations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm': description: Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get fromTerm from sites description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' operationId: sites.termStores.groups.sets.terms.relations.GetFromTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get set from sites description: 'The [set] in which the relation is relevant.' operationId: sites.termStores.groups.sets.terms.relations.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm': description: Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get toTerm from sites description: 'The to [term] of the relation. The term to which the relationship is defined.' operationId: sites.termStores.groups.sets.terms.relations.GetToTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.store summary: Get the number of the resource operationId: sites.termStores.groups.sets.terms.relations.GetCount-c55c parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get set from sites description: 'The [set] in which the term is created.' operationId: sites.termStores.groups.sets.terms.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/set' '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.store summary: Get the number of the resource operationId: sites.termStores.groups.sets.terms.GetCount-0e2e parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.store summary: Get the number of the resource operationId: sites.termStores.groups.sets.GetCount-7f44 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: group-id in: path description: The unique identifier of group required: true schema: type: string x-ms-docs-key-type: group '/sites/{site-id}/termStores/{store-id}/groups/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.store summary: Get the number of the resource operationId: sites.termStores.groups.GetCount-6c15 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store '/sites/{site-id}/termStores/{store-id}/sets': description: Provides operations to manage the sets property of the microsoft.graph.termStore.store entity. get: tags: - sites.store summary: Get sets from sites description: Collection of all sets available in the term store. This relationship can only be used to load a specific term set. operationId: sites.termStores.ListSets parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.setCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.store summary: Create new navigation property to sets for sites operationId: sites.termStores.CreateSets requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/sets' '/sites/{site-id}/termStores/{store-id}/sets/{set-id}': description: Provides operations to manage the sets property of the microsoft.graph.termStore.store entity. get: tags: - sites.store summary: Get sets from sites description: Collection of all sets available in the term store. This relationship can only be used to load a specific term set. operationId: sites.termStores.GetSets parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.store summary: Update the navigation property sets in sites operationId: sites.termStores.UpdateSets requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.store summary: Delete navigation property sets for sites operationId: sites.termStores.DeleteSets parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/sets/{set-id}' '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children': description: Provides operations to manage the children property of the microsoft.graph.termStore.set entity. get: tags: - sites.store summary: Get children from sites description: 'Children terms of set in term [store].' operationId: sites.termStores.sets.ListChildren parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.store summary: Create new navigation property to children for sites operationId: sites.termStores.sets.CreateChildren requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children' - '/sites/{site-id}/termStore/sets/{set-id}/children' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children' '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}': description: Provides operations to manage the children property of the microsoft.graph.termStore.set entity. get: tags: - sites.store summary: Get children from sites description: 'Children terms of set in term [store].' operationId: sites.termStores.sets.GetChildren parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.store summary: Update the navigation property children in sites operationId: sites.termStores.sets.UpdateChildren requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.store summary: Delete navigation property children for sites operationId: sites.termStores.sets.DeleteChildren parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}' '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children': description: Provides operations to manage the children property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get children from sites description: Children of current term. operationId: sites.termStores.sets.children.ListChildren parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.store summary: Create new navigation property to children for sites operationId: sites.termStores.sets.children.CreateChildren requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children' '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}': description: Provides operations to manage the children property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get children from sites description: Children of current term. operationId: sites.termStores.sets.children.GetChildren parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.store summary: Update the navigation property children in sites operationId: sites.termStores.sets.children.UpdateChildren requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.store summary: Delete navigation property children for sites operationId: sites.termStores.sets.children.DeleteChildren parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}' '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get relations from sites description: To indicate which terms are related to the current term as either pinned or reused. operationId: sites.termStores.sets.children.children.ListRelations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.store summary: Create new navigation property to relations for sites operationId: sites.termStores.sets.children.children.CreateRelations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations' '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get relations from sites description: To indicate which terms are related to the current term as either pinned or reused. operationId: sites.termStores.sets.children.children.GetRelations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.store summary: Update the navigation property relations in sites operationId: sites.termStores.sets.children.children.UpdateRelations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.store summary: Delete navigation property relations for sites operationId: sites.termStores.sets.children.children.DeleteRelations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm': description: Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get fromTerm from sites description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' operationId: sites.termStores.sets.children.children.relations.GetFromTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get set from sites description: 'The [set] in which the relation is relevant.' operationId: sites.termStores.sets.children.children.relations.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm': description: Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get toTerm from sites description: 'The to [term] of the relation. The term to which the relationship is defined.' operationId: sites.termStores.sets.children.children.relations.GetToTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.store summary: Get the number of the resource operationId: sites.termStores.sets.children.children.relations.GetCount-6644 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get set from sites description: 'The [set] in which the term is created.' operationId: sites.termStores.sets.children.children.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/set' '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.store summary: Get the number of the resource operationId: sites.termStores.sets.children.children.GetCount-3380 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get relations from sites description: To indicate which terms are related to the current term as either pinned or reused. operationId: sites.termStores.sets.children.ListRelations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.store summary: Create new navigation property to relations for sites operationId: sites.termStores.sets.children.CreateRelations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations' '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get relations from sites description: To indicate which terms are related to the current term as either pinned or reused. operationId: sites.termStores.sets.children.GetRelations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.store summary: Update the navigation property relations in sites operationId: sites.termStores.sets.children.UpdateRelations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.store summary: Delete navigation property relations for sites operationId: sites.termStores.sets.children.DeleteRelations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm': description: Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get fromTerm from sites description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' operationId: sites.termStores.sets.children.relations.GetFromTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get set from sites description: 'The [set] in which the relation is relevant.' operationId: sites.termStores.sets.children.relations.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm': description: Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get toTerm from sites description: 'The to [term] of the relation. The term to which the relationship is defined.' operationId: sites.termStores.sets.children.relations.GetToTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.store summary: Get the number of the resource operationId: sites.termStores.sets.children.relations.GetCount-6644 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get set from sites description: 'The [set] in which the term is created.' operationId: sites.termStores.sets.children.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/set' '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.store summary: Get the number of the resource operationId: sites.termStores.sets.children.GetCount-3380 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup': description: Provides operations to manage the parentGroup property of the microsoft.graph.termStore.set entity. get: tags: - sites.store summary: Get parentGroup from sites description: 'The parent [group] that contains the set.' operationId: sites.termStores.sets.GetParentGroup parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.group' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.store summary: Update the navigation property parentGroup in sites operationId: sites.termStores.sets.UpdateParentGroup requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.group' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.group' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.store summary: Delete navigation property parentGroup for sites operationId: sites.termStores.sets.DeleteParentGroup parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/parentGroup' '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets': description: Provides operations to manage the sets property of the microsoft.graph.termStore.group entity. get: tags: - sites.store summary: Get sets from sites description: 'All sets under the group in a term [store].' operationId: sites.termStores.sets.parentGroup.ListSets parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.setCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.store summary: Create new navigation property to sets for sites operationId: sites.termStores.sets.parentGroup.CreateSets requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets' '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}': description: Provides operations to manage the sets property of the microsoft.graph.termStore.group entity. get: tags: - sites.store summary: Get sets from sites description: 'All sets under the group in a term [store].' operationId: sites.termStores.sets.parentGroup.GetSets parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.store summary: Update the navigation property sets in sites operationId: sites.termStores.sets.parentGroup.UpdateSets requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.store summary: Delete navigation property sets for sites operationId: sites.termStores.sets.parentGroup.DeleteSets parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}' '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children': description: Provides operations to manage the children property of the microsoft.graph.termStore.set entity. get: tags: - sites.store summary: Get children from sites description: 'Children terms of set in term [store].' operationId: sites.termStores.sets.parentGroup.sets.ListChildren parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.store summary: Create new navigation property to children for sites operationId: sites.termStores.sets.parentGroup.sets.CreateChildren requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children' - '/sites/{site-id}/termStore/sets/{set-id}/children' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children' '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}': description: Provides operations to manage the children property of the microsoft.graph.termStore.set entity. get: tags: - sites.store summary: Get children from sites description: 'Children terms of set in term [store].' operationId: sites.termStores.sets.parentGroup.sets.GetChildren parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.store summary: Update the navigation property children in sites operationId: sites.termStores.sets.parentGroup.sets.UpdateChildren requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.store summary: Delete navigation property children for sites operationId: sites.termStores.sets.parentGroup.sets.DeleteChildren parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}' '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children': description: Provides operations to manage the children property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get children from sites description: Children of current term. operationId: sites.termStores.sets.parentGroup.sets.children.ListChildren parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.store summary: Create new navigation property to children for sites operationId: sites.termStores.sets.parentGroup.sets.children.CreateChildren requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children' '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}': description: Provides operations to manage the children property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get children from sites description: Children of current term. operationId: sites.termStores.sets.parentGroup.sets.children.GetChildren parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.store summary: Update the navigation property children in sites operationId: sites.termStores.sets.parentGroup.sets.children.UpdateChildren requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.store summary: Delete navigation property children for sites operationId: sites.termStores.sets.parentGroup.sets.children.DeleteChildren parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}' '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get relations from sites description: To indicate which terms are related to the current term as either pinned or reused. operationId: sites.termStores.sets.parentGroup.sets.children.children.ListRelations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.store summary: Create new navigation property to relations for sites operationId: sites.termStores.sets.parentGroup.sets.children.children.CreateRelations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations' '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get relations from sites description: To indicate which terms are related to the current term as either pinned or reused. operationId: sites.termStores.sets.parentGroup.sets.children.children.GetRelations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.store summary: Update the navigation property relations in sites operationId: sites.termStores.sets.parentGroup.sets.children.children.UpdateRelations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.store summary: Delete navigation property relations for sites operationId: sites.termStores.sets.parentGroup.sets.children.children.DeleteRelations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm': description: Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get fromTerm from sites description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' operationId: sites.termStores.sets.parentGroup.sets.children.children.relations.GetFromTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get set from sites description: 'The [set] in which the relation is relevant.' operationId: sites.termStores.sets.parentGroup.sets.children.children.relations.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm': description: Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get toTerm from sites description: 'The to [term] of the relation. The term to which the relationship is defined.' operationId: sites.termStores.sets.parentGroup.sets.children.children.relations.GetToTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.store summary: Get the number of the resource operationId: sites.termStores.sets.parentGroup.sets.children.children.relations.GetCount-227b parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get set from sites description: 'The [set] in which the term is created.' operationId: sites.termStores.sets.parentGroup.sets.children.children.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/set' '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.store summary: Get the number of the resource operationId: sites.termStores.sets.parentGroup.sets.children.children.GetCount-a85c parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get relations from sites description: To indicate which terms are related to the current term as either pinned or reused. operationId: sites.termStores.sets.parentGroup.sets.children.ListRelations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.store summary: Create new navigation property to relations for sites operationId: sites.termStores.sets.parentGroup.sets.children.CreateRelations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations' '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get relations from sites description: To indicate which terms are related to the current term as either pinned or reused. operationId: sites.termStores.sets.parentGroup.sets.children.GetRelations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.store summary: Update the navigation property relations in sites operationId: sites.termStores.sets.parentGroup.sets.children.UpdateRelations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.store summary: Delete navigation property relations for sites operationId: sites.termStores.sets.parentGroup.sets.children.DeleteRelations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm': description: Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get fromTerm from sites description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' operationId: sites.termStores.sets.parentGroup.sets.children.relations.GetFromTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get set from sites description: 'The [set] in which the relation is relevant.' operationId: sites.termStores.sets.parentGroup.sets.children.relations.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm': description: Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get toTerm from sites description: 'The to [term] of the relation. The term to which the relationship is defined.' operationId: sites.termStores.sets.parentGroup.sets.children.relations.GetToTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.store summary: Get the number of the resource operationId: sites.termStores.sets.parentGroup.sets.children.relations.GetCount-227b parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get set from sites description: 'The [set] in which the term is created.' operationId: sites.termStores.sets.parentGroup.sets.children.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/set' '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.store summary: Get the number of the resource operationId: sites.termStores.sets.parentGroup.sets.children.GetCount-a85c parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations': description: Provides operations to manage the relations property of the microsoft.graph.termStore.set entity. get: tags: - sites.store summary: Get relations from sites description: Indicates which terms have been pinned or reused directly under the set. operationId: sites.termStores.sets.parentGroup.sets.ListRelations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.store summary: Create new navigation property to relations for sites operationId: sites.termStores.sets.parentGroup.sets.CreateRelations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations' '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}': description: Provides operations to manage the relations property of the microsoft.graph.termStore.set entity. get: tags: - sites.store summary: Get relations from sites description: Indicates which terms have been pinned or reused directly under the set. operationId: sites.termStores.sets.parentGroup.sets.GetRelations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.store summary: Update the navigation property relations in sites operationId: sites.termStores.sets.parentGroup.sets.UpdateRelations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.store summary: Delete navigation property relations for sites operationId: sites.termStores.sets.parentGroup.sets.DeleteRelations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}' '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm': description: Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get fromTerm from sites description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' operationId: sites.termStores.sets.parentGroup.sets.relations.GetFromTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get set from sites description: 'The [set] in which the relation is relevant.' operationId: sites.termStores.sets.parentGroup.sets.relations.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm': description: Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get toTerm from sites description: 'The to [term] of the relation. The term to which the relationship is defined.' operationId: sites.termStores.sets.parentGroup.sets.relations.GetToTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.store summary: Get the number of the resource operationId: sites.termStores.sets.parentGroup.sets.relations.GetCount-c83c parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms': description: Provides operations to manage the terms property of the microsoft.graph.termStore.set entity. get: tags: - sites.store summary: Get terms from sites description: All the terms under the set. operationId: sites.termStores.sets.parentGroup.sets.ListTerms parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.store summary: Create new navigation property to terms for sites operationId: sites.termStores.sets.parentGroup.sets.CreateTerms requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms' - '/sites/{site-id}/termStore/sets/{set-id}/terms' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms' '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}': description: Provides operations to manage the terms property of the microsoft.graph.termStore.set entity. get: tags: - sites.store summary: Get terms from sites description: All the terms under the set. operationId: sites.termStores.sets.parentGroup.sets.GetTerms parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.store summary: Update the navigation property terms in sites operationId: sites.termStores.sets.parentGroup.sets.UpdateTerms requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.store summary: Delete navigation property terms for sites operationId: sites.termStores.sets.parentGroup.sets.DeleteTerms parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}' '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children': description: Provides operations to manage the children property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get children from sites description: Children of current term. operationId: sites.termStores.sets.parentGroup.sets.terms.ListChildren parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.store summary: Create new navigation property to children for sites operationId: sites.termStores.sets.parentGroup.sets.terms.CreateChildren requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children' '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}': description: Provides operations to manage the children property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get children from sites description: Children of current term. operationId: sites.termStores.sets.parentGroup.sets.terms.GetChildren parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.store summary: Update the navigation property children in sites operationId: sites.termStores.sets.parentGroup.sets.terms.UpdateChildren requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.store summary: Delete navigation property children for sites operationId: sites.termStores.sets.parentGroup.sets.terms.DeleteChildren parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}' '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get relations from sites description: To indicate which terms are related to the current term as either pinned or reused. operationId: sites.termStores.sets.parentGroup.sets.terms.children.ListRelations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.store summary: Create new navigation property to relations for sites operationId: sites.termStores.sets.parentGroup.sets.terms.children.CreateRelations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations' '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get relations from sites description: To indicate which terms are related to the current term as either pinned or reused. operationId: sites.termStores.sets.parentGroup.sets.terms.children.GetRelations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.store summary: Update the navigation property relations in sites operationId: sites.termStores.sets.parentGroup.sets.terms.children.UpdateRelations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.store summary: Delete navigation property relations for sites operationId: sites.termStores.sets.parentGroup.sets.terms.children.DeleteRelations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm': description: Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get fromTerm from sites description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' operationId: sites.termStores.sets.parentGroup.sets.terms.children.relations.GetFromTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get set from sites description: 'The [set] in which the relation is relevant.' operationId: sites.termStores.sets.parentGroup.sets.terms.children.relations.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm': description: Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get toTerm from sites description: 'The to [term] of the relation. The term to which the relationship is defined.' operationId: sites.termStores.sets.parentGroup.sets.terms.children.relations.GetToTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.store summary: Get the number of the resource operationId: sites.termStores.sets.parentGroup.sets.terms.children.relations.GetCount-bd86 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get set from sites description: 'The [set] in which the term is created.' operationId: sites.termStores.sets.parentGroup.sets.terms.children.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/set' '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.store summary: Get the number of the resource operationId: sites.termStores.sets.parentGroup.sets.terms.children.GetCount-775b parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get relations from sites description: To indicate which terms are related to the current term as either pinned or reused. operationId: sites.termStores.sets.parentGroup.sets.terms.ListRelations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.store summary: Create new navigation property to relations for sites operationId: sites.termStores.sets.parentGroup.sets.terms.CreateRelations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations' '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get relations from sites description: To indicate which terms are related to the current term as either pinned or reused. operationId: sites.termStores.sets.parentGroup.sets.terms.GetRelations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.store summary: Update the navigation property relations in sites operationId: sites.termStores.sets.parentGroup.sets.terms.UpdateRelations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.store summary: Delete navigation property relations for sites operationId: sites.termStores.sets.parentGroup.sets.terms.DeleteRelations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm': description: Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get fromTerm from sites description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' operationId: sites.termStores.sets.parentGroup.sets.terms.relations.GetFromTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get set from sites description: 'The [set] in which the relation is relevant.' operationId: sites.termStores.sets.parentGroup.sets.terms.relations.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm': description: Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get toTerm from sites description: 'The to [term] of the relation. The term to which the relationship is defined.' operationId: sites.termStores.sets.parentGroup.sets.terms.relations.GetToTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.store summary: Get the number of the resource operationId: sites.termStores.sets.parentGroup.sets.terms.relations.GetCount-0036 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get set from sites description: 'The [set] in which the term is created.' operationId: sites.termStores.sets.parentGroup.sets.terms.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/set' '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.store summary: Get the number of the resource operationId: sites.termStores.sets.parentGroup.sets.terms.GetCount-261f parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: set-id1 in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.store summary: Get the number of the resource operationId: sites.termStores.sets.parentGroup.sets.GetCount-bf6d parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations': description: Provides operations to manage the relations property of the microsoft.graph.termStore.set entity. get: tags: - sites.store summary: Get relations from sites description: Indicates which terms have been pinned or reused directly under the set. operationId: sites.termStores.sets.ListRelations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.store summary: Create new navigation property to relations for sites operationId: sites.termStores.sets.CreateRelations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations' '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}': description: Provides operations to manage the relations property of the microsoft.graph.termStore.set entity. get: tags: - sites.store summary: Get relations from sites description: Indicates which terms have been pinned or reused directly under the set. operationId: sites.termStores.sets.GetRelations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.store summary: Update the navigation property relations in sites operationId: sites.termStores.sets.UpdateRelations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.store summary: Delete navigation property relations for sites operationId: sites.termStores.sets.DeleteRelations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}' '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm': description: Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get fromTerm from sites description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' operationId: sites.termStores.sets.relations.GetFromTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get set from sites description: 'The [set] in which the relation is relevant.' operationId: sites.termStores.sets.relations.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm': description: Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get toTerm from sites description: 'The to [term] of the relation. The term to which the relationship is defined.' operationId: sites.termStores.sets.relations.GetToTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.store summary: Get the number of the resource operationId: sites.termStores.sets.relations.GetCount-5a39 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms': description: Provides operations to manage the terms property of the microsoft.graph.termStore.set entity. get: tags: - sites.store summary: Get terms from sites description: All the terms under the set. operationId: sites.termStores.sets.ListTerms parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.store summary: Create new navigation property to terms for sites operationId: sites.termStores.sets.CreateTerms requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms' - '/sites/{site-id}/termStore/sets/{set-id}/terms' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms' '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}': description: Provides operations to manage the terms property of the microsoft.graph.termStore.set entity. get: tags: - sites.store summary: Get terms from sites description: All the terms under the set. operationId: sites.termStores.sets.GetTerms parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.store summary: Update the navigation property terms in sites operationId: sites.termStores.sets.UpdateTerms requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.store summary: Delete navigation property terms for sites operationId: sites.termStores.sets.DeleteTerms parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}' '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children': description: Provides operations to manage the children property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get children from sites description: Children of current term. operationId: sites.termStores.sets.terms.ListChildren parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.store summary: Create new navigation property to children for sites operationId: sites.termStores.sets.terms.CreateChildren requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children' '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}': description: Provides operations to manage the children property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get children from sites description: Children of current term. operationId: sites.termStores.sets.terms.GetChildren parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.store summary: Update the navigation property children in sites operationId: sites.termStores.sets.terms.UpdateChildren requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.store summary: Delete navigation property children for sites operationId: sites.termStores.sets.terms.DeleteChildren parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}' '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get relations from sites description: To indicate which terms are related to the current term as either pinned or reused. operationId: sites.termStores.sets.terms.children.ListRelations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.store summary: Create new navigation property to relations for sites operationId: sites.termStores.sets.terms.children.CreateRelations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations' '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get relations from sites description: To indicate which terms are related to the current term as either pinned or reused. operationId: sites.termStores.sets.terms.children.GetRelations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.store summary: Update the navigation property relations in sites operationId: sites.termStores.sets.terms.children.UpdateRelations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.store summary: Delete navigation property relations for sites operationId: sites.termStores.sets.terms.children.DeleteRelations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm': description: Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get fromTerm from sites description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' operationId: sites.termStores.sets.terms.children.relations.GetFromTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get set from sites description: 'The [set] in which the relation is relevant.' operationId: sites.termStores.sets.terms.children.relations.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm': description: Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get toTerm from sites description: 'The to [term] of the relation. The term to which the relationship is defined.' operationId: sites.termStores.sets.terms.children.relations.GetToTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.store summary: Get the number of the resource operationId: sites.termStores.sets.terms.children.relations.GetCount-f9a6 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get set from sites description: 'The [set] in which the term is created.' operationId: sites.termStores.sets.terms.children.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: term-id1 in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/set' '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.store summary: Get the number of the resource operationId: sites.termStores.sets.terms.children.GetCount-6a9c parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get relations from sites description: To indicate which terms are related to the current term as either pinned or reused. operationId: sites.termStores.sets.terms.ListRelations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - sites.store summary: Create new navigation property to relations for sites operationId: sites.termStores.sets.terms.CreateRelations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations' '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}': description: Provides operations to manage the relations property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get relations from sites description: To indicate which terms are related to the current term as either pinned or reused. operationId: sites.termStores.sets.terms.GetRelations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - sites.store summary: Update the navigation property relations in sites operationId: sites.termStores.sets.terms.UpdateRelations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - sites.store summary: Delete navigation property relations for sites operationId: sites.termStores.sets.terms.DeleteRelations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}' '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm': description: Provides operations to manage the fromTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get fromTerm from sites description: 'The from [term] of the relation. The term from which the relationship is defined. A null value would indicate the relation is directly with the [set].' operationId: sites.termStores.sets.terms.relations.GetFromTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm' '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get set from sites description: 'The [set] in which the relation is relevant.' operationId: sites.termStores.sets.terms.relations.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set' '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm': description: Provides operations to manage the toTerm property of the microsoft.graph.termStore.relation entity. get: tags: - sites.store summary: Get toTerm from sites description: 'The to [term] of the relation. The term to which the relationship is defined.' operationId: sites.termStores.sets.terms.relations.GetToTerm parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term - name: relation-id in: path description: The unique identifier of relation required: true schema: type: string x-ms-docs-key-type: relation x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm' '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.store summary: Get the number of the resource operationId: sites.termStores.sets.terms.relations.GetCount-3f58 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/set': description: Provides operations to manage the set property of the microsoft.graph.termStore.term entity. get: tags: - sites.store summary: Get set from sites description: 'The [set] in which the term is created.' operationId: sites.termStores.sets.terms.GetSet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set - name: term-id in: path description: The unique identifier of term required: true schema: type: string x-ms-docs-key-type: term x-ms-docs-grouped-path: - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set' - '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set' '/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.store summary: Get the number of the resource operationId: sites.termStores.sets.terms.GetCount-26b6 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store - name: set-id in: path description: The unique identifier of set required: true schema: type: string x-ms-docs-key-type: set '/sites/{site-id}/termStores/{store-id}/sets/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.store summary: Get the number of the resource operationId: sites.termStores.sets.GetCount-07f9 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site - name: store-id in: path description: The unique identifier of store required: true schema: type: string x-ms-docs-key-type: store '/sites/{site-id}/termStores/$count': description: Provides operations to count the resources in the collection. get: tags: - sites.store summary: Get the number of the resource operationId: sites.termStores.GetCount-00cb parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site /sites/$count: description: Provides operations to count the resources in the collection. get: tags: - sites.site summary: Get the number of the resource operationId: sites.GetCount-6254 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /sites/add: description: Provides operations to call the add method. post: tags: - sites.Actions summary: Invoke action add description: Follow a user's site or multiple sites. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-1.0 operationId: sites.add requestBody: description: Action parameters content: application/json: schema: type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.site' required: true responses: 2XX: description: Success content: application/json: schema: title: Collection of site type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.site' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /sites/delta(): description: Provides operations to call the delta method. get: tags: - sites.Functions summary: Invoke function delta description: "Get newly created, updated, or deleted sites without having to perform a full read of the entire sites collection. A delta function call for sites is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls,\nyou can query for incremental changes in the sites. It allows you to maintain and synchronize a local store of a user's sites without having to fetch all the sites from the server every time.\nThe application calls the API without specifying any parameters.\nThe service begins enumerating sites and returns pages of changes to these sites, accompanied by either an @odata.nextLink or an @odata.deltaLink.\nYour application should continue making calls using the @odata.nextLink until there's an @odata.deltaLink in the response. After you receive all the changes, you can apply them to your local state.\nTo monitor future changes, call the delta API by using the @odata.deltaLink in the previous response. Any resources marked as deleted should be removed from your local state." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/site-delta?view=graph-rest-1.0 operationId: sites.delta parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of site type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.site' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-grouped-path: - '/sites/{site-id}/lists/{list-id}/items/delta()' - '/sites/{site-id}/lists/{list-id}/items/delta(token=''{token}'')' /sites/getAllSites(): description: Provides operations to call the getAllSites method. get: tags: - sites.Functions summary: Invoke function getAllSites description: 'List sites across geographies in an organization. This API can also be used to enumerate all sites in a non-multi-geo tenant. For more information, see Best practices for discovering files and detecting changes at scale.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/site-getallsites?view=graph-rest-1.0 operationId: sites.getAllSites parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of site type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.site' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /sites/remove: description: Provides operations to call the remove method. post: tags: - sites.Actions summary: Invoke action remove description: Unfollow a user's site or multiple sites. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/site-unfollow?view=graph-rest-1.0 operationId: sites.remove requestBody: description: Action parameters content: application/json: schema: type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.site' required: true responses: 2XX: description: Success content: application/json: schema: title: Collection of site type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.site' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /solutions: description: Provides operations to manage the solutionsRoot singleton. get: tags: - solutions.solutionsRoot summary: Get solutions operationId: solutions.solutionsRoot.GetSolutionsRoot parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.solutionsRoot' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - solutions.solutionsRoot summary: Update solutions operationId: solutions.solutionsRoot.UpdateSolutionsRoot requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.solutionsRoot' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.solutionsRoot' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /solutions/bookingBusinesses: description: Provides operations to manage the bookingBusinesses property of the microsoft.graph.solutionsRoot entity. get: tags: - solutions.bookingBusiness summary: List bookingBusinesses description: 'Get a collection of bookingBusiness objects that has been created for the tenant. This operation returns only the id and displayName of each Microsoft Bookings business in the collection. For performance considerations, it does not return other properties. You can get the other properties of a Bookings business by specifying its id in a GET operation.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/bookingbusiness-list?view=graph-rest-1.0 operationId: solutions.ListBookingBusinesses parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.bookingBusinessCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - solutions.bookingBusiness summary: Create bookingBusiness description: 'Create a new Microsoft Bookings business in a tenant. This is the first step in setting up a Bookings business where you must specify the business display name. You can include other information such as business address, web site address, and scheduling policy, or set that information later by updating the bookingBusiness.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/bookingbusiness-post-bookingbusinesses?view=graph-rest-1.0 operationId: solutions.CreateBookingBusinesses requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.bookingBusiness' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.bookingBusiness' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/solutions/bookingBusinesses/{bookingBusiness-id}': description: Provides operations to manage the bookingBusinesses property of the microsoft.graph.solutionsRoot entity. get: tags: - solutions.bookingBusiness summary: Get bookingBusiness description: Get the properties and relationships of a bookingBusiness object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/bookingbusiness-get?view=graph-rest-1.0 operationId: solutions.GetBookingBusinesses parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.bookingBusiness' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - solutions.bookingBusiness summary: Update bookingbusiness description: Update the properties of a bookingBusiness object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/bookingbusiness-update?view=graph-rest-1.0 operationId: solutions.UpdateBookingBusinesses requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.bookingBusiness' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.bookingBusiness' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - solutions.bookingBusiness summary: Delete bookingBusiness description: Delete a bookingBusiness object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/bookingbusiness-delete?view=graph-rest-1.0 operationId: solutions.DeleteBookingBusinesses parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: bookingBusiness-id in: path description: The unique identifier of bookingBusiness required: true schema: type: string x-ms-docs-key-type: bookingBusiness '/solutions/bookingBusinesses/{bookingBusiness-id}/appointments': description: Provides operations to manage the appointments property of the microsoft.graph.bookingBusiness entity. get: tags: - solutions.bookingBusiness summary: List appointments description: Get a list of bookingAppointment objects for the specified bookingBusiness. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/bookingbusiness-list-appointments?view=graph-rest-1.0 operationId: solutions.bookingBusinesses.ListAppointments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.bookingAppointmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - solutions.bookingBusiness summary: Create bookingAppointment description: Create a new bookingAppointment for the specified bookingBusiness. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/bookingbusiness-post-appointments?view=graph-rest-1.0 operationId: solutions.bookingBusinesses.CreateAppointments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.bookingAppointment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.bookingAppointment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: bookingBusiness-id in: path description: The unique identifier of bookingBusiness required: true schema: type: string x-ms-docs-key-type: bookingBusiness '/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}': description: Provides operations to manage the appointments property of the microsoft.graph.bookingBusiness entity. get: tags: - solutions.bookingBusiness summary: Get bookingAppointment description: Get the properties and relationships of a bookingAppointment object in the specified bookingBusiness. The startDateTime and endDateTime properties are always returned in UTC. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/bookingappointment-get?view=graph-rest-1.0 operationId: solutions.bookingBusinesses.GetAppointments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.bookingAppointment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - solutions.bookingBusiness summary: Update bookingAppointment description: Update the properties of a bookingAppointment object in the specified bookingBusiness. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/bookingappointment-update?view=graph-rest-1.0 operationId: solutions.bookingBusinesses.UpdateAppointments requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.bookingAppointment' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.bookingAppointment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - solutions.bookingBusiness summary: Delete bookingAppointment description: Delete a bookingAppointment in the specified bookingBusiness. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/bookingappointment-delete?view=graph-rest-1.0 operationId: solutions.bookingBusinesses.DeleteAppointments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: bookingBusiness-id in: path description: The unique identifier of bookingBusiness required: true schema: type: string x-ms-docs-key-type: bookingBusiness - name: bookingAppointment-id in: path description: The unique identifier of bookingAppointment required: true schema: type: string x-ms-docs-key-type: bookingAppointment '/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}/cancel': description: Provides operations to call the cancel method. post: tags: - solutions.Actions summary: Invoke action cancel description: Cancel the specified bookingAppointment in the specified bookingBusiness and send a message to the involved customer and staff members. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/bookingappointment-cancel?view=graph-rest-1.0 operationId: solutions.bookingBusinesses.bookingBusiness.appointments.bookingAppointment.cancel requestBody: description: Action parameters content: application/json: schema: type: object properties: cancellationMessage: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: bookingBusiness-id in: path description: The unique identifier of bookingBusiness required: true schema: type: string x-ms-docs-key-type: bookingBusiness - name: bookingAppointment-id in: path description: The unique identifier of bookingAppointment required: true schema: type: string x-ms-docs-key-type: bookingAppointment x-ms-docs-grouped-path: - '/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}/cancel' - '/solutions/virtualEvents/events/{virtualEvent-id}/cancel' - '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/cancel' - '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(email=''{email}'')/cancel' - '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(userId=''{userId}'')/cancel' '/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/$count': description: Provides operations to count the resources in the collection. get: tags: - solutions.bookingBusiness summary: Get the number of the resource operationId: solutions.bookingBusinesses.appointments.GetCount-205a parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: bookingBusiness-id in: path description: The unique identifier of bookingBusiness required: true schema: type: string x-ms-docs-key-type: bookingBusiness '/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView': description: Provides operations to manage the calendarView property of the microsoft.graph.bookingBusiness entity. get: tags: - solutions.bookingBusiness summary: List business calendarView description: Get the collection of bookingAppointment objects for a bookingBusiness that occurs in the specified date range. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/bookingbusiness-list-calendarview?view=graph-rest-1.0 operationId: solutions.bookingBusinesses.ListCalendarView parameters: - name: start in: query description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' required: true schema: type: string - name: end in: query description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.bookingAppointmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - solutions.bookingBusiness summary: Create new navigation property to calendarView for solutions operationId: solutions.bookingBusinesses.CreateCalendarView requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.bookingAppointment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.bookingAppointment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: bookingBusiness-id in: path description: The unique identifier of bookingBusiness required: true schema: type: string x-ms-docs-key-type: bookingBusiness '/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}': description: Provides operations to manage the calendarView property of the microsoft.graph.bookingBusiness entity. get: tags: - solutions.bookingBusiness summary: Get calendarView from solutions description: The set of appointments of this business in a specified date range. Read-only. Nullable. operationId: solutions.bookingBusinesses.GetCalendarView parameters: - name: start in: query description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' required: true schema: type: string - name: end in: query description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.bookingAppointment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - solutions.bookingBusiness summary: Update the navigation property calendarView in solutions operationId: solutions.bookingBusinesses.UpdateCalendarView requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.bookingAppointment' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.bookingAppointment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - solutions.bookingBusiness summary: Delete navigation property calendarView for solutions operationId: solutions.bookingBusinesses.DeleteCalendarView parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: bookingBusiness-id in: path description: The unique identifier of bookingBusiness required: true schema: type: string x-ms-docs-key-type: bookingBusiness - name: bookingAppointment-id in: path description: The unique identifier of bookingAppointment required: true schema: type: string x-ms-docs-key-type: bookingAppointment '/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}/cancel': description: Provides operations to call the cancel method. post: tags: - solutions.Actions summary: Invoke action cancel description: Cancel the specified bookingAppointment in the specified bookingBusiness and send a message to the involved customer and staff members. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/bookingappointment-cancel?view=graph-rest-1.0 operationId: solutions.bookingBusinesses.bookingBusiness.calendarView.bookingAppointment.cancel requestBody: description: Action parameters content: application/json: schema: type: object properties: cancellationMessage: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: bookingBusiness-id in: path description: The unique identifier of bookingBusiness required: true schema: type: string x-ms-docs-key-type: bookingBusiness - name: bookingAppointment-id in: path description: The unique identifier of bookingAppointment required: true schema: type: string x-ms-docs-key-type: bookingAppointment x-ms-docs-grouped-path: - '/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}/cancel' - '/solutions/virtualEvents/events/{virtualEvent-id}/cancel' - '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/cancel' - '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(email=''{email}'')/cancel' - '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(userId=''{userId}'')/cancel' '/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/$count': description: Provides operations to count the resources in the collection. get: tags: - solutions.bookingBusiness summary: Get the number of the resource operationId: solutions.bookingBusinesses.calendarView.GetCount-f3a3 parameters: - name: start in: query description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' required: true schema: type: string - name: end in: query description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: bookingBusiness-id in: path description: The unique identifier of bookingBusiness required: true schema: type: string x-ms-docs-key-type: bookingBusiness '/solutions/bookingBusinesses/{bookingBusiness-id}/customers': description: Provides operations to manage the customers property of the microsoft.graph.bookingBusiness entity. get: tags: - solutions.bookingBusiness summary: List customers description: Get a list of bookingCustomer objects of a business. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/bookingbusiness-list-customers?view=graph-rest-1.0 operationId: solutions.bookingBusinesses.ListCustomers parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.bookingCustomerBaseCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - solutions.bookingBusiness summary: Create bookingCustomer description: Create a new bookingCustomer object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/bookingbusiness-post-customers?view=graph-rest-1.0 operationId: solutions.bookingBusinesses.CreateCustomers requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.bookingCustomerBase' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.bookingCustomerBase' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: bookingBusiness-id in: path description: The unique identifier of bookingBusiness required: true schema: type: string x-ms-docs-key-type: bookingBusiness '/solutions/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomerBase-id}': description: Provides operations to manage the customers property of the microsoft.graph.bookingBusiness entity. get: tags: - solutions.bookingBusiness summary: Get bookingCustomer description: Get the properties and relationships of a bookingCustomer object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/bookingcustomer-get?view=graph-rest-1.0 operationId: solutions.bookingBusinesses.GetCustomers parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.bookingCustomerBase' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - solutions.bookingBusiness summary: Update bookingCustomer description: Update the properties of a bookingCustomer object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/bookingcustomer-update?view=graph-rest-1.0 operationId: solutions.bookingBusinesses.UpdateCustomers requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.bookingCustomerBase' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.bookingCustomerBase' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - solutions.bookingBusiness summary: Delete bookingCustomer description: Delete the specified bookingCustomer object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/bookingcustomer-delete?view=graph-rest-1.0 operationId: solutions.bookingBusinesses.DeleteCustomers parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: bookingBusiness-id in: path description: The unique identifier of bookingBusiness required: true schema: type: string x-ms-docs-key-type: bookingBusiness - name: bookingCustomerBase-id in: path description: The unique identifier of bookingCustomerBase required: true schema: type: string x-ms-docs-key-type: bookingCustomerBase '/solutions/bookingBusinesses/{bookingBusiness-id}/customers/$count': description: Provides operations to count the resources in the collection. get: tags: - solutions.bookingBusiness summary: Get the number of the resource operationId: solutions.bookingBusinesses.customers.GetCount-1771 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: bookingBusiness-id in: path description: The unique identifier of bookingBusiness required: true schema: type: string x-ms-docs-key-type: bookingBusiness '/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions': description: Provides operations to manage the customQuestions property of the microsoft.graph.bookingBusiness entity. get: tags: - solutions.bookingBusiness summary: List customQuestions description: Get the bookingCustomQuestion resources associated with a bookingBusiness. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/bookingbusiness-list-customquestions?view=graph-rest-1.0 operationId: solutions.bookingBusinesses.ListCustomQuestions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.bookingCustomQuestionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - solutions.bookingBusiness summary: Create bookingCustomQuestion description: Create a new bookingCustomQuestion object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/bookingbusiness-post-customquestions?view=graph-rest-1.0 operationId: solutions.bookingBusinesses.CreateCustomQuestions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.bookingCustomQuestion' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.bookingCustomQuestion' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: bookingBusiness-id in: path description: The unique identifier of bookingBusiness required: true schema: type: string x-ms-docs-key-type: bookingBusiness '/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}': description: Provides operations to manage the customQuestions property of the microsoft.graph.bookingBusiness entity. get: tags: - solutions.bookingBusiness summary: Get bookingCustomQuestion description: Read the properties and relationships of a bookingCustomQuestion object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/bookingcustomquestion-get?view=graph-rest-1.0 operationId: solutions.bookingBusinesses.GetCustomQuestions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.bookingCustomQuestion' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - solutions.bookingBusiness summary: Update bookingCustomQuestion description: Update the properties of a bookingCustomQuestion object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/bookingcustomquestion-update?view=graph-rest-1.0 operationId: solutions.bookingBusinesses.UpdateCustomQuestions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.bookingCustomQuestion' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.bookingCustomQuestion' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - solutions.bookingBusiness summary: Delete bookingCustomQuestion description: Delete a bookingCustomQuestion object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/bookingcustomquestion-delete?view=graph-rest-1.0 operationId: solutions.bookingBusinesses.DeleteCustomQuestions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: bookingBusiness-id in: path description: The unique identifier of bookingBusiness required: true schema: type: string x-ms-docs-key-type: bookingBusiness - name: bookingCustomQuestion-id in: path description: The unique identifier of bookingCustomQuestion required: true schema: type: string x-ms-docs-key-type: bookingCustomQuestion '/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions/$count': description: Provides operations to count the resources in the collection. get: tags: - solutions.bookingBusiness summary: Get the number of the resource operationId: solutions.bookingBusinesses.customQuestions.GetCount-385a parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: bookingBusiness-id in: path description: The unique identifier of bookingBusiness required: true schema: type: string x-ms-docs-key-type: bookingBusiness '/solutions/bookingBusinesses/{bookingBusiness-id}/getStaffAvailability': description: Provides operations to call the getStaffAvailability method. post: tags: - solutions.Actions summary: Invoke action getStaffAvailability description: Get the availability information of staff members of a Microsoft Bookings calendar. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/bookingbusiness-getstaffavailability?view=graph-rest-1.0 operationId: solutions.bookingBusinesses.bookingBusiness.getStaffAvailability requestBody: description: Action parameters content: application/json: schema: type: object properties: staffIds: type: array items: type: string startDateTime: $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' endDateTime: $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' required: true responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.staffAvailabilityItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: bookingBusiness-id in: path description: The unique identifier of bookingBusiness required: true schema: type: string x-ms-docs-key-type: bookingBusiness '/solutions/bookingBusinesses/{bookingBusiness-id}/publish': description: Provides operations to call the publish method. post: tags: - solutions.Actions summary: Invoke action publish description: 'Make the scheduling page of a business available to external customers. Set the isPublished property to true, and the publicUrl property to the URL of the scheduling page.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/bookingbusiness-publish?view=graph-rest-1.0 operationId: solutions.bookingBusinesses.bookingBusiness.publish responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: bookingBusiness-id in: path description: The unique identifier of bookingBusiness required: true schema: type: string x-ms-docs-key-type: bookingBusiness x-ms-docs-grouped-path: - '/solutions/virtualEvents/events/{virtualEvent-id}/publish' '/solutions/bookingBusinesses/{bookingBusiness-id}/unpublish': description: Provides operations to call the unpublish method. post: tags: - solutions.Actions summary: Invoke action unpublish description: 'Make the scheduling page of this business not available to external customers. Set the isPublished property to false, and the publicUrl property to null.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/bookingbusiness-unpublish?view=graph-rest-1.0 operationId: solutions.bookingBusinesses.bookingBusiness.unpublish responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: bookingBusiness-id in: path description: The unique identifier of bookingBusiness required: true schema: type: string x-ms-docs-key-type: bookingBusiness '/solutions/bookingBusinesses/{bookingBusiness-id}/services': description: Provides operations to manage the services property of the microsoft.graph.bookingBusiness entity. get: tags: - solutions.bookingBusiness summary: List services description: Get a list of bookingService objects in the specified bookingBusiness. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/bookingbusiness-list-services?view=graph-rest-1.0 operationId: solutions.bookingBusinesses.ListServices parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.bookingServiceCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - solutions.bookingBusiness summary: Create bookingService description: Create a new bookingService for the specified bookingBusiness. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/bookingbusiness-post-services?view=graph-rest-1.0 operationId: solutions.bookingBusinesses.CreateServices requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.bookingService' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.bookingService' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: bookingBusiness-id in: path description: The unique identifier of bookingBusiness required: true schema: type: string x-ms-docs-key-type: bookingBusiness '/solutions/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}': description: Provides operations to manage the services property of the microsoft.graph.bookingBusiness entity. get: tags: - solutions.bookingBusiness summary: Get bookingService description: Get the properties and relationships of a bookingService object in the specified bookingBusiness. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/bookingservice-get?view=graph-rest-1.0 operationId: solutions.bookingBusinesses.GetServices parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.bookingService' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - solutions.bookingBusiness summary: Update bookingservice description: "Update the properties of a bookingService object in the specified bookingBusiness. The following are some examples you can customize for a service:\n- Price\n- Typical length of an appointment\n- Reminders\n- Any time buffer to set up before or finish up after the service\n- Scheduling policy parameters, such as minimum notice to book or cancel, and whether customers can select specific staff members for an appointment." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/bookingservice-update?view=graph-rest-1.0 operationId: solutions.bookingBusinesses.UpdateServices requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.bookingService' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.bookingService' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - solutions.bookingBusiness summary: Delete bookingService description: Delete a bookingService object in the specified bookingBusiness. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/bookingservice-delete?view=graph-rest-1.0 operationId: solutions.bookingBusinesses.DeleteServices parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: bookingBusiness-id in: path description: The unique identifier of bookingBusiness required: true schema: type: string x-ms-docs-key-type: bookingBusiness - name: bookingService-id in: path description: The unique identifier of bookingService required: true schema: type: string x-ms-docs-key-type: bookingService '/solutions/bookingBusinesses/{bookingBusiness-id}/services/$count': description: Provides operations to count the resources in the collection. get: tags: - solutions.bookingBusiness summary: Get the number of the resource operationId: solutions.bookingBusinesses.services.GetCount-35c3 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: bookingBusiness-id in: path description: The unique identifier of bookingBusiness required: true schema: type: string x-ms-docs-key-type: bookingBusiness '/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers': description: Provides operations to manage the staffMembers property of the microsoft.graph.bookingBusiness entity. get: tags: - solutions.bookingBusiness summary: List staffMembers description: Get a list of bookingStaffMember objects in the specified bookingBusiness. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/bookingbusiness-list-staffmembers?view=graph-rest-1.0 operationId: solutions.bookingBusinesses.ListStaffMembers parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.bookingStaffMemberBaseCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - solutions.bookingBusiness summary: Create bookingStaffMember description: Create a new bookingStaffMember in the specified bookingBusiness. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/bookingbusiness-post-staffmembers?view=graph-rest-1.0 operationId: solutions.bookingBusinesses.CreateStaffMembers requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.bookingStaffMemberBase' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.bookingStaffMemberBase' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: bookingBusiness-id in: path description: The unique identifier of bookingBusiness required: true schema: type: string x-ms-docs-key-type: bookingBusiness '/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMemberBase-id}': description: Provides operations to manage the staffMembers property of the microsoft.graph.bookingBusiness entity. get: tags: - solutions.bookingBusiness summary: Get bookingStaffMember description: Get the properties and relationships of a bookingStaffMember in the specified bookingBusiness. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/bookingstaffmember-get?view=graph-rest-1.0 operationId: solutions.bookingBusinesses.GetStaffMembers parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.bookingStaffMemberBase' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - solutions.bookingBusiness summary: Update bookingstaffmember description: Update the properties of a bookingStaffMember in the specified bookingBusiness. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/bookingstaffmember-update?view=graph-rest-1.0 operationId: solutions.bookingBusinesses.UpdateStaffMembers requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.bookingStaffMemberBase' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.bookingStaffMemberBase' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - solutions.bookingBusiness summary: Delete bookingStaffMember description: Delete a bookingStaffMember in the specified bookingBusiness. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/bookingstaffmember-delete?view=graph-rest-1.0 operationId: solutions.bookingBusinesses.DeleteStaffMembers parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: bookingBusiness-id in: path description: The unique identifier of bookingBusiness required: true schema: type: string x-ms-docs-key-type: bookingBusiness - name: bookingStaffMemberBase-id in: path description: The unique identifier of bookingStaffMemberBase required: true schema: type: string x-ms-docs-key-type: bookingStaffMemberBase '/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers/$count': description: Provides operations to count the resources in the collection. get: tags: - solutions.bookingBusiness summary: Get the number of the resource operationId: solutions.bookingBusinesses.staffMembers.GetCount-7947 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: bookingBusiness-id in: path description: The unique identifier of bookingBusiness required: true schema: type: string x-ms-docs-key-type: bookingBusiness /solutions/bookingBusinesses/$count: description: Provides operations to count the resources in the collection. get: tags: - solutions.bookingBusiness summary: Get the number of the resource operationId: solutions.bookingBusinesses.GetCount-b75b parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /solutions/bookingCurrencies: description: Provides operations to manage the bookingCurrencies property of the microsoft.graph.solutionsRoot entity. get: tags: - solutions.bookingCurrency summary: List bookingCurrencies description: Get a list of bookingCurrency objects available to a Microsoft Bookings business. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/bookingcurrency-list?view=graph-rest-1.0 operationId: solutions.ListBookingCurrencies parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.bookingCurrencyCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - solutions.bookingCurrency summary: Create new navigation property to bookingCurrencies for solutions operationId: solutions.CreateBookingCurrencies requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.bookingCurrency' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.bookingCurrency' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/solutions/bookingCurrencies/{bookingCurrency-id}': description: Provides operations to manage the bookingCurrencies property of the microsoft.graph.solutionsRoot entity. get: tags: - solutions.bookingCurrency summary: Get bookingCurrency description: 'Get the properties of a bookingCurrency object that is available to a Microsoft Bookings business. Use the id property, which is the currency code, to specify the currency.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/bookingcurrency-get?view=graph-rest-1.0 operationId: solutions.GetBookingCurrencies parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.bookingCurrency' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - solutions.bookingCurrency summary: Update the navigation property bookingCurrencies in solutions operationId: solutions.UpdateBookingCurrencies requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.bookingCurrency' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.bookingCurrency' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - solutions.bookingCurrency summary: Delete navigation property bookingCurrencies for solutions operationId: solutions.DeleteBookingCurrencies parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: bookingCurrency-id in: path description: The unique identifier of bookingCurrency required: true schema: type: string x-ms-docs-key-type: bookingCurrency /solutions/bookingCurrencies/$count: description: Provides operations to count the resources in the collection. get: tags: - solutions.bookingCurrency summary: Get the number of the resource operationId: solutions.bookingCurrencies.GetCount-f6c6 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /solutions/virtualEvents: description: Provides operations to manage the virtualEvents property of the microsoft.graph.solutionsRoot entity. get: tags: - solutions.virtualEventsRoot summary: Get virtualEvents from solutions operationId: solutions.GetVirtualEvents parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.virtualEventsRoot' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - solutions.virtualEventsRoot summary: Update the navigation property virtualEvents in solutions operationId: solutions.UpdateVirtualEvents requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.virtualEventsRoot' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.virtualEventsRoot' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - solutions.virtualEventsRoot summary: Delete navigation property virtualEvents for solutions operationId: solutions.DeleteVirtualEvents parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /solutions/virtualEvents/events: description: Provides operations to manage the events property of the microsoft.graph.virtualEventsRoot entity. get: tags: - solutions.virtualEventsRoot summary: Get events from solutions operationId: solutions.virtualEvents.ListEvents parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.virtualEventCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - solutions.virtualEventsRoot summary: Create new navigation property to events for solutions operationId: solutions.virtualEvents.CreateEvents requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.virtualEvent' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.virtualEvent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/solutions/virtualEvents/events/{virtualEvent-id}': description: Provides operations to manage the events property of the microsoft.graph.virtualEventsRoot entity. get: tags: - solutions.virtualEventsRoot summary: Get events from solutions operationId: solutions.virtualEvents.GetEvents parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.virtualEvent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - solutions.virtualEventsRoot summary: Update the navigation property events in solutions operationId: solutions.virtualEvents.UpdateEvents requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.virtualEvent' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.virtualEvent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - solutions.virtualEventsRoot summary: Delete navigation property events for solutions operationId: solutions.virtualEvents.DeleteEvents parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: virtualEvent-id in: path description: The unique identifier of virtualEvent required: true schema: type: string x-ms-docs-key-type: virtualEvent '/solutions/virtualEvents/events/{virtualEvent-id}/cancel': description: Provides operations to call the cancel method. post: tags: - solutions.Actions summary: Invoke action cancel operationId: solutions.virtualEvents.events.virtualEvent.cancel responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: virtualEvent-id in: path description: The unique identifier of virtualEvent required: true schema: type: string x-ms-docs-key-type: virtualEvent x-ms-docs-grouped-path: - '/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}/cancel' - '/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}/cancel' - '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/cancel' - '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(email=''{email}'')/cancel' - '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(userId=''{userId}'')/cancel' '/solutions/virtualEvents/events/{virtualEvent-id}/publish': description: Provides operations to call the publish method. post: tags: - solutions.Actions summary: Invoke action publish operationId: solutions.virtualEvents.events.virtualEvent.publish responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: virtualEvent-id in: path description: The unique identifier of virtualEvent required: true schema: type: string x-ms-docs-key-type: virtualEvent x-ms-docs-grouped-path: - '/solutions/bookingBusinesses/{bookingBusiness-id}/publish' '/solutions/virtualEvents/events/{virtualEvent-id}/presenters': description: Provides operations to manage the presenters property of the microsoft.graph.virtualEvent entity. get: tags: - solutions.virtualEventsRoot summary: Get presenters from solutions operationId: solutions.virtualEvents.events.ListPresenters parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.virtualEventPresenterCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - solutions.virtualEventsRoot summary: Create new navigation property to presenters for solutions operationId: solutions.virtualEvents.events.CreatePresenters requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.virtualEventPresenter' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.virtualEventPresenter' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: virtualEvent-id in: path description: The unique identifier of virtualEvent required: true schema: type: string x-ms-docs-key-type: virtualEvent x-ms-docs-grouped-path: - '/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters' - '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters' '/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}': description: Provides operations to manage the presenters property of the microsoft.graph.virtualEvent entity. get: tags: - solutions.virtualEventsRoot summary: Get presenters from solutions operationId: solutions.virtualEvents.events.GetPresenters parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.virtualEventPresenter' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - solutions.virtualEventsRoot summary: Update the navigation property presenters in solutions operationId: solutions.virtualEvents.events.UpdatePresenters requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.virtualEventPresenter' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.virtualEventPresenter' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - solutions.virtualEventsRoot summary: Delete navigation property presenters for solutions operationId: solutions.virtualEvents.events.DeletePresenters parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: virtualEvent-id in: path description: The unique identifier of virtualEvent required: true schema: type: string x-ms-docs-key-type: virtualEvent - name: virtualEventPresenter-id in: path description: The unique identifier of virtualEventPresenter required: true schema: type: string x-ms-docs-key-type: virtualEventPresenter x-ms-docs-grouped-path: - '/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}' - '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}' '/solutions/virtualEvents/events/{virtualEvent-id}/presenters/$count': description: Provides operations to count the resources in the collection. get: tags: - solutions.virtualEventsRoot summary: Get the number of the resource operationId: solutions.virtualEvents.events.presenters.GetCount-9db5 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: virtualEvent-id in: path description: The unique identifier of virtualEvent required: true schema: type: string x-ms-docs-key-type: virtualEvent '/solutions/virtualEvents/events/{virtualEvent-id}/sessions': description: Provides operations to manage the sessions property of the microsoft.graph.virtualEvent entity. get: tags: - solutions.virtualEventsRoot summary: Get sessions from solutions description: Sessions for the virtual event. operationId: solutions.virtualEvents.events.ListSessions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.virtualEventSessionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - solutions.virtualEventsRoot summary: Create new navigation property to sessions for solutions operationId: solutions.virtualEvents.events.CreateSessions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.virtualEventSession' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.virtualEventSession' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: virtualEvent-id in: path description: The unique identifier of virtualEvent required: true schema: type: string x-ms-docs-key-type: virtualEvent x-ms-docs-grouped-path: - '/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions' - '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions' '/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}': description: Provides operations to manage the sessions property of the microsoft.graph.virtualEvent entity. get: tags: - solutions.virtualEventsRoot summary: Get sessions from solutions description: Sessions for the virtual event. operationId: solutions.virtualEvents.events.GetSessions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.virtualEventSession' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - solutions.virtualEventsRoot summary: Update the navigation property sessions in solutions operationId: solutions.virtualEvents.events.UpdateSessions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.virtualEventSession' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.virtualEventSession' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - solutions.virtualEventsRoot summary: Delete navigation property sessions for solutions operationId: solutions.virtualEvents.events.DeleteSessions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: virtualEvent-id in: path description: The unique identifier of virtualEvent required: true schema: type: string x-ms-docs-key-type: virtualEvent - name: virtualEventSession-id in: path description: The unique identifier of virtualEventSession required: true schema: type: string x-ms-docs-key-type: virtualEventSession x-ms-docs-grouped-path: - '/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}' - '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}' '/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports': description: Provides operations to manage the attendanceReports property of the microsoft.graph.onlineMeetingBase entity. get: tags: - solutions.virtualEventsRoot summary: Get attendanceReports from solutions description: The attendance reports of an online meeting. Read-only. operationId: solutions.virtualEvents.events.sessions.ListAttendanceReports parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.meetingAttendanceReportCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - solutions.virtualEventsRoot summary: Create new navigation property to attendanceReports for solutions operationId: solutions.virtualEvents.events.sessions.CreateAttendanceReports requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: virtualEvent-id in: path description: The unique identifier of virtualEvent required: true schema: type: string x-ms-docs-key-type: virtualEvent - name: virtualEventSession-id in: path description: The unique identifier of virtualEventSession required: true schema: type: string x-ms-docs-key-type: virtualEventSession x-ms-docs-grouped-path: - '/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports' - '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports' '/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}': description: Provides operations to manage the attendanceReports property of the microsoft.graph.onlineMeetingBase entity. get: tags: - solutions.virtualEventsRoot summary: Get attendanceReports from solutions description: The attendance reports of an online meeting. Read-only. operationId: solutions.virtualEvents.events.sessions.GetAttendanceReports parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - solutions.virtualEventsRoot summary: Update the navigation property attendanceReports in solutions operationId: solutions.virtualEvents.events.sessions.UpdateAttendanceReports requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - solutions.virtualEventsRoot summary: Delete navigation property attendanceReports for solutions operationId: solutions.virtualEvents.events.sessions.DeleteAttendanceReports parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: virtualEvent-id in: path description: The unique identifier of virtualEvent required: true schema: type: string x-ms-docs-key-type: virtualEvent - name: virtualEventSession-id in: path description: The unique identifier of virtualEventSession required: true schema: type: string x-ms-docs-key-type: virtualEventSession - name: meetingAttendanceReport-id in: path description: The unique identifier of meetingAttendanceReport required: true schema: type: string x-ms-docs-key-type: meetingAttendanceReport x-ms-docs-grouped-path: - '/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}' - '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}' '/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords': description: Provides operations to manage the attendanceRecords property of the microsoft.graph.meetingAttendanceReport entity. get: tags: - solutions.virtualEventsRoot summary: Get attendanceRecords from solutions description: List of attendance records of an attendance report. Read-only. operationId: solutions.virtualEvents.events.sessions.attendanceReports.ListAttendanceRecords parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.attendanceRecordCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - solutions.virtualEventsRoot summary: Create new navigation property to attendanceRecords for solutions operationId: solutions.virtualEvents.events.sessions.attendanceReports.CreateAttendanceRecords requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attendanceRecord' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attendanceRecord' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: virtualEvent-id in: path description: The unique identifier of virtualEvent required: true schema: type: string x-ms-docs-key-type: virtualEvent - name: virtualEventSession-id in: path description: The unique identifier of virtualEventSession required: true schema: type: string x-ms-docs-key-type: virtualEventSession - name: meetingAttendanceReport-id in: path description: The unique identifier of meetingAttendanceReport required: true schema: type: string x-ms-docs-key-type: meetingAttendanceReport x-ms-docs-grouped-path: - '/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords' - '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords' '/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}': description: Provides operations to manage the attendanceRecords property of the microsoft.graph.meetingAttendanceReport entity. get: tags: - solutions.virtualEventsRoot summary: Get attendanceRecords from solutions description: List of attendance records of an attendance report. Read-only. operationId: solutions.virtualEvents.events.sessions.attendanceReports.GetAttendanceRecords parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attendanceRecord' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - solutions.virtualEventsRoot summary: Update the navigation property attendanceRecords in solutions operationId: solutions.virtualEvents.events.sessions.attendanceReports.UpdateAttendanceRecords requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attendanceRecord' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attendanceRecord' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - solutions.virtualEventsRoot summary: Delete navigation property attendanceRecords for solutions operationId: solutions.virtualEvents.events.sessions.attendanceReports.DeleteAttendanceRecords parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: virtualEvent-id in: path description: The unique identifier of virtualEvent required: true schema: type: string x-ms-docs-key-type: virtualEvent - name: virtualEventSession-id in: path description: The unique identifier of virtualEventSession required: true schema: type: string x-ms-docs-key-type: virtualEventSession - name: meetingAttendanceReport-id in: path description: The unique identifier of meetingAttendanceReport required: true schema: type: string x-ms-docs-key-type: meetingAttendanceReport - name: attendanceRecord-id in: path description: The unique identifier of attendanceRecord required: true schema: type: string x-ms-docs-key-type: attendanceRecord x-ms-docs-grouped-path: - '/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}' - '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}' '/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count': description: Provides operations to count the resources in the collection. get: tags: - solutions.virtualEventsRoot summary: Get the number of the resource operationId: solutions.virtualEvents.events.sessions.attendanceReports.attendanceRecords.GetCount-b30c parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: virtualEvent-id in: path description: The unique identifier of virtualEvent required: true schema: type: string x-ms-docs-key-type: virtualEvent - name: virtualEventSession-id in: path description: The unique identifier of virtualEventSession required: true schema: type: string x-ms-docs-key-type: virtualEventSession - name: meetingAttendanceReport-id in: path description: The unique identifier of meetingAttendanceReport required: true schema: type: string x-ms-docs-key-type: meetingAttendanceReport '/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/$count': description: Provides operations to count the resources in the collection. get: tags: - solutions.virtualEventsRoot summary: Get the number of the resource operationId: solutions.virtualEvents.events.sessions.attendanceReports.GetCount-d074 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: virtualEvent-id in: path description: The unique identifier of virtualEvent required: true schema: type: string x-ms-docs-key-type: virtualEvent - name: virtualEventSession-id in: path description: The unique identifier of virtualEventSession required: true schema: type: string x-ms-docs-key-type: virtualEventSession '/solutions/virtualEvents/events/{virtualEvent-id}/sessions/$count': description: Provides operations to count the resources in the collection. get: tags: - solutions.virtualEventsRoot summary: Get the number of the resource operationId: solutions.virtualEvents.events.sessions.GetCount-70ae parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: virtualEvent-id in: path description: The unique identifier of virtualEvent required: true schema: type: string x-ms-docs-key-type: virtualEvent /solutions/virtualEvents/events/$count: description: Provides operations to count the resources in the collection. get: tags: - solutions.virtualEventsRoot summary: Get the number of the resource operationId: solutions.virtualEvents.events.GetCount-5984 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /solutions/virtualEvents/townhalls: description: Provides operations to manage the townhalls property of the microsoft.graph.virtualEventsRoot entity. get: tags: - solutions.virtualEventsRoot summary: Get townhalls from solutions operationId: solutions.virtualEvents.ListTownhalls parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.virtualEventTownhallCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - solutions.virtualEventsRoot summary: Create new navigation property to townhalls for solutions operationId: solutions.virtualEvents.CreateTownhalls requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.virtualEventTownhall' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.virtualEventTownhall' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}': description: Provides operations to manage the townhalls property of the microsoft.graph.virtualEventsRoot entity. get: tags: - solutions.virtualEventsRoot summary: Get townhalls from solutions operationId: solutions.virtualEvents.GetTownhalls parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.virtualEventTownhall' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - solutions.virtualEventsRoot summary: Update the navigation property townhalls in solutions operationId: solutions.virtualEvents.UpdateTownhalls requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.virtualEventTownhall' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.virtualEventTownhall' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - solutions.virtualEventsRoot summary: Delete navigation property townhalls for solutions operationId: solutions.virtualEvents.DeleteTownhalls parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: virtualEventTownhall-id in: path description: The unique identifier of virtualEventTownhall required: true schema: type: string x-ms-docs-key-type: virtualEventTownhall '/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters': description: Provides operations to manage the presenters property of the microsoft.graph.virtualEvent entity. get: tags: - solutions.virtualEventsRoot summary: Get presenters from solutions operationId: solutions.virtualEvents.townhalls.ListPresenters parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.virtualEventPresenterCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - solutions.virtualEventsRoot summary: Create new navigation property to presenters for solutions operationId: solutions.virtualEvents.townhalls.CreatePresenters requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.virtualEventPresenter' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.virtualEventPresenter' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: virtualEventTownhall-id in: path description: The unique identifier of virtualEventTownhall required: true schema: type: string x-ms-docs-key-type: virtualEventTownhall x-ms-docs-grouped-path: - '/solutions/virtualEvents/events/{virtualEvent-id}/presenters' - '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters' '/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}': description: Provides operations to manage the presenters property of the microsoft.graph.virtualEvent entity. get: tags: - solutions.virtualEventsRoot summary: Get presenters from solutions operationId: solutions.virtualEvents.townhalls.GetPresenters parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.virtualEventPresenter' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - solutions.virtualEventsRoot summary: Update the navigation property presenters in solutions operationId: solutions.virtualEvents.townhalls.UpdatePresenters requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.virtualEventPresenter' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.virtualEventPresenter' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - solutions.virtualEventsRoot summary: Delete navigation property presenters for solutions operationId: solutions.virtualEvents.townhalls.DeletePresenters parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: virtualEventTownhall-id in: path description: The unique identifier of virtualEventTownhall required: true schema: type: string x-ms-docs-key-type: virtualEventTownhall - name: virtualEventPresenter-id in: path description: The unique identifier of virtualEventPresenter required: true schema: type: string x-ms-docs-key-type: virtualEventPresenter x-ms-docs-grouped-path: - '/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}' - '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}' '/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/$count': description: Provides operations to count the resources in the collection. get: tags: - solutions.virtualEventsRoot summary: Get the number of the resource operationId: solutions.virtualEvents.townhalls.presenters.GetCount-018d parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: virtualEventTownhall-id in: path description: The unique identifier of virtualEventTownhall required: true schema: type: string x-ms-docs-key-type: virtualEventTownhall '/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions': description: Provides operations to manage the sessions property of the microsoft.graph.virtualEvent entity. get: tags: - solutions.virtualEventsRoot summary: Get sessions from solutions description: Sessions for the virtual event. operationId: solutions.virtualEvents.townhalls.ListSessions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.virtualEventSessionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - solutions.virtualEventsRoot summary: Create new navigation property to sessions for solutions operationId: solutions.virtualEvents.townhalls.CreateSessions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.virtualEventSession' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.virtualEventSession' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: virtualEventTownhall-id in: path description: The unique identifier of virtualEventTownhall required: true schema: type: string x-ms-docs-key-type: virtualEventTownhall x-ms-docs-grouped-path: - '/solutions/virtualEvents/events/{virtualEvent-id}/sessions' - '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions' '/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}': description: Provides operations to manage the sessions property of the microsoft.graph.virtualEvent entity. get: tags: - solutions.virtualEventsRoot summary: Get sessions from solutions description: Sessions for the virtual event. operationId: solutions.virtualEvents.townhalls.GetSessions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.virtualEventSession' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - solutions.virtualEventsRoot summary: Update the navigation property sessions in solutions operationId: solutions.virtualEvents.townhalls.UpdateSessions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.virtualEventSession' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.virtualEventSession' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - solutions.virtualEventsRoot summary: Delete navigation property sessions for solutions operationId: solutions.virtualEvents.townhalls.DeleteSessions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: virtualEventTownhall-id in: path description: The unique identifier of virtualEventTownhall required: true schema: type: string x-ms-docs-key-type: virtualEventTownhall - name: virtualEventSession-id in: path description: The unique identifier of virtualEventSession required: true schema: type: string x-ms-docs-key-type: virtualEventSession x-ms-docs-grouped-path: - '/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}' - '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}' '/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports': description: Provides operations to manage the attendanceReports property of the microsoft.graph.onlineMeetingBase entity. get: tags: - solutions.virtualEventsRoot summary: Get attendanceReports from solutions description: The attendance reports of an online meeting. Read-only. operationId: solutions.virtualEvents.townhalls.sessions.ListAttendanceReports parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.meetingAttendanceReportCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - solutions.virtualEventsRoot summary: Create new navigation property to attendanceReports for solutions operationId: solutions.virtualEvents.townhalls.sessions.CreateAttendanceReports requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: virtualEventTownhall-id in: path description: The unique identifier of virtualEventTownhall required: true schema: type: string x-ms-docs-key-type: virtualEventTownhall - name: virtualEventSession-id in: path description: The unique identifier of virtualEventSession required: true schema: type: string x-ms-docs-key-type: virtualEventSession x-ms-docs-grouped-path: - '/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports' - '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports' '/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}': description: Provides operations to manage the attendanceReports property of the microsoft.graph.onlineMeetingBase entity. get: tags: - solutions.virtualEventsRoot summary: Get attendanceReports from solutions description: The attendance reports of an online meeting. Read-only. operationId: solutions.virtualEvents.townhalls.sessions.GetAttendanceReports parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - solutions.virtualEventsRoot summary: Update the navigation property attendanceReports in solutions operationId: solutions.virtualEvents.townhalls.sessions.UpdateAttendanceReports requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - solutions.virtualEventsRoot summary: Delete navigation property attendanceReports for solutions operationId: solutions.virtualEvents.townhalls.sessions.DeleteAttendanceReports parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: virtualEventTownhall-id in: path description: The unique identifier of virtualEventTownhall required: true schema: type: string x-ms-docs-key-type: virtualEventTownhall - name: virtualEventSession-id in: path description: The unique identifier of virtualEventSession required: true schema: type: string x-ms-docs-key-type: virtualEventSession - name: meetingAttendanceReport-id in: path description: The unique identifier of meetingAttendanceReport required: true schema: type: string x-ms-docs-key-type: meetingAttendanceReport x-ms-docs-grouped-path: - '/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}' - '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}' '/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords': description: Provides operations to manage the attendanceRecords property of the microsoft.graph.meetingAttendanceReport entity. get: tags: - solutions.virtualEventsRoot summary: Get attendanceRecords from solutions description: List of attendance records of an attendance report. Read-only. operationId: solutions.virtualEvents.townhalls.sessions.attendanceReports.ListAttendanceRecords parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.attendanceRecordCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - solutions.virtualEventsRoot summary: Create new navigation property to attendanceRecords for solutions operationId: solutions.virtualEvents.townhalls.sessions.attendanceReports.CreateAttendanceRecords requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attendanceRecord' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attendanceRecord' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: virtualEventTownhall-id in: path description: The unique identifier of virtualEventTownhall required: true schema: type: string x-ms-docs-key-type: virtualEventTownhall - name: virtualEventSession-id in: path description: The unique identifier of virtualEventSession required: true schema: type: string x-ms-docs-key-type: virtualEventSession - name: meetingAttendanceReport-id in: path description: The unique identifier of meetingAttendanceReport required: true schema: type: string x-ms-docs-key-type: meetingAttendanceReport x-ms-docs-grouped-path: - '/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords' - '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords' '/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}': description: Provides operations to manage the attendanceRecords property of the microsoft.graph.meetingAttendanceReport entity. get: tags: - solutions.virtualEventsRoot summary: Get attendanceRecords from solutions description: List of attendance records of an attendance report. Read-only. operationId: solutions.virtualEvents.townhalls.sessions.attendanceReports.GetAttendanceRecords parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attendanceRecord' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - solutions.virtualEventsRoot summary: Update the navigation property attendanceRecords in solutions operationId: solutions.virtualEvents.townhalls.sessions.attendanceReports.UpdateAttendanceRecords requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attendanceRecord' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attendanceRecord' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - solutions.virtualEventsRoot summary: Delete navigation property attendanceRecords for solutions operationId: solutions.virtualEvents.townhalls.sessions.attendanceReports.DeleteAttendanceRecords parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: virtualEventTownhall-id in: path description: The unique identifier of virtualEventTownhall required: true schema: type: string x-ms-docs-key-type: virtualEventTownhall - name: virtualEventSession-id in: path description: The unique identifier of virtualEventSession required: true schema: type: string x-ms-docs-key-type: virtualEventSession - name: meetingAttendanceReport-id in: path description: The unique identifier of meetingAttendanceReport required: true schema: type: string x-ms-docs-key-type: meetingAttendanceReport - name: attendanceRecord-id in: path description: The unique identifier of attendanceRecord required: true schema: type: string x-ms-docs-key-type: attendanceRecord x-ms-docs-grouped-path: - '/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}' - '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}' '/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count': description: Provides operations to count the resources in the collection. get: tags: - solutions.virtualEventsRoot summary: Get the number of the resource operationId: solutions.virtualEvents.townhalls.sessions.attendanceReports.attendanceRecords.GetCount-5499 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: virtualEventTownhall-id in: path description: The unique identifier of virtualEventTownhall required: true schema: type: string x-ms-docs-key-type: virtualEventTownhall - name: virtualEventSession-id in: path description: The unique identifier of virtualEventSession required: true schema: type: string x-ms-docs-key-type: virtualEventSession - name: meetingAttendanceReport-id in: path description: The unique identifier of meetingAttendanceReport required: true schema: type: string x-ms-docs-key-type: meetingAttendanceReport '/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/$count': description: Provides operations to count the resources in the collection. get: tags: - solutions.virtualEventsRoot summary: Get the number of the resource operationId: solutions.virtualEvents.townhalls.sessions.attendanceReports.GetCount-47ac parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: virtualEventTownhall-id in: path description: The unique identifier of virtualEventTownhall required: true schema: type: string x-ms-docs-key-type: virtualEventTownhall - name: virtualEventSession-id in: path description: The unique identifier of virtualEventSession required: true schema: type: string x-ms-docs-key-type: virtualEventSession '/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/$count': description: Provides operations to count the resources in the collection. get: tags: - solutions.virtualEventsRoot summary: Get the number of the resource operationId: solutions.virtualEvents.townhalls.sessions.GetCount-b174 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: virtualEventTownhall-id in: path description: The unique identifier of virtualEventTownhall required: true schema: type: string x-ms-docs-key-type: virtualEventTownhall /solutions/virtualEvents/townhalls/$count: description: Provides operations to count the resources in the collection. get: tags: - solutions.virtualEventsRoot summary: Get the number of the resource operationId: solutions.virtualEvents.townhalls.GetCount-17d1 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /solutions/virtualEvents/webinars: description: Provides operations to manage the webinars property of the microsoft.graph.virtualEventsRoot entity. get: tags: - solutions.virtualEventsRoot summary: List webinars description: Get the list of all virtualEventWebinar objects created in the tenant. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/virtualeventsroot-list-webinars?view=graph-rest-1.0 operationId: solutions.virtualEvents.ListWebinars parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.virtualEventWebinarCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - solutions.virtualEventsRoot summary: Create new navigation property to webinars for solutions operationId: solutions.virtualEvents.CreateWebinars requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.virtualEventWebinar' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.virtualEventWebinar' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}': description: Provides operations to manage the webinars property of the microsoft.graph.virtualEventsRoot entity. get: tags: - solutions.virtualEventsRoot summary: Get virtualEventWebinar description: Read the properties and relationships of a virtualEventWebinar object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/virtualeventwebinar-get?view=graph-rest-1.0 operationId: solutions.virtualEvents.GetWebinars parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.virtualEventWebinar' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - solutions.virtualEventsRoot summary: Update the navigation property webinars in solutions operationId: solutions.virtualEvents.UpdateWebinars requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.virtualEventWebinar' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.virtualEventWebinar' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - solutions.virtualEventsRoot summary: Delete navigation property webinars for solutions operationId: solutions.virtualEvents.DeleteWebinars parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: virtualEventWebinar-id in: path description: The unique identifier of virtualEventWebinar required: true schema: type: string x-ms-docs-key-type: virtualEventWebinar '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters': description: Provides operations to manage the presenters property of the microsoft.graph.virtualEvent entity. get: tags: - solutions.virtualEventsRoot summary: Get presenters from solutions operationId: solutions.virtualEvents.webinars.ListPresenters parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.virtualEventPresenterCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - solutions.virtualEventsRoot summary: Create new navigation property to presenters for solutions operationId: solutions.virtualEvents.webinars.CreatePresenters requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.virtualEventPresenter' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.virtualEventPresenter' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: virtualEventWebinar-id in: path description: The unique identifier of virtualEventWebinar required: true schema: type: string x-ms-docs-key-type: virtualEventWebinar x-ms-docs-grouped-path: - '/solutions/virtualEvents/events/{virtualEvent-id}/presenters' - '/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters' '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}': description: Provides operations to manage the presenters property of the microsoft.graph.virtualEvent entity. get: tags: - solutions.virtualEventsRoot summary: Get presenters from solutions operationId: solutions.virtualEvents.webinars.GetPresenters parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.virtualEventPresenter' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - solutions.virtualEventsRoot summary: Update the navigation property presenters in solutions operationId: solutions.virtualEvents.webinars.UpdatePresenters requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.virtualEventPresenter' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.virtualEventPresenter' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - solutions.virtualEventsRoot summary: Delete navigation property presenters for solutions operationId: solutions.virtualEvents.webinars.DeletePresenters parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: virtualEventWebinar-id in: path description: The unique identifier of virtualEventWebinar required: true schema: type: string x-ms-docs-key-type: virtualEventWebinar - name: virtualEventPresenter-id in: path description: The unique identifier of virtualEventPresenter required: true schema: type: string x-ms-docs-key-type: virtualEventPresenter x-ms-docs-grouped-path: - '/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}' - '/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}' '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/$count': description: Provides operations to count the resources in the collection. get: tags: - solutions.virtualEventsRoot summary: Get the number of the resource operationId: solutions.virtualEvents.webinars.presenters.GetCount-74f6 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: virtualEventWebinar-id in: path description: The unique identifier of virtualEventWebinar required: true schema: type: string x-ms-docs-key-type: virtualEventWebinar '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration': description: Provides operations to manage the registrationConfiguration property of the microsoft.graph.virtualEventWebinar entity. get: tags: - solutions.virtualEventsRoot summary: Get registrationConfiguration from solutions operationId: solutions.virtualEvents.webinars.GetRegistrationConfiguration parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.virtualEventWebinarRegistrationConfiguration' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - solutions.virtualEventsRoot summary: Update the navigation property registrationConfiguration in solutions operationId: solutions.virtualEvents.webinars.UpdateRegistrationConfiguration requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.virtualEventWebinarRegistrationConfiguration' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.virtualEventWebinarRegistrationConfiguration' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - solutions.virtualEventsRoot summary: Delete navigation property registrationConfiguration for solutions operationId: solutions.virtualEvents.webinars.DeleteRegistrationConfiguration parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: virtualEventWebinar-id in: path description: The unique identifier of virtualEventWebinar required: true schema: type: string x-ms-docs-key-type: virtualEventWebinar '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration/questions': description: Provides operations to manage the questions property of the microsoft.graph.virtualEventRegistrationConfiguration entity. get: tags: - solutions.virtualEventsRoot summary: Get questions from solutions operationId: solutions.virtualEvents.webinars.registrationConfiguration.ListQuestions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.virtualEventRegistrationQuestionBaseCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - solutions.virtualEventsRoot summary: Create new navigation property to questions for solutions operationId: solutions.virtualEvents.webinars.registrationConfiguration.CreateQuestions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.virtualEventRegistrationQuestionBase' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.virtualEventRegistrationQuestionBase' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: virtualEventWebinar-id in: path description: The unique identifier of virtualEventWebinar required: true schema: type: string x-ms-docs-key-type: virtualEventWebinar '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration/questions/{virtualEventRegistrationQuestionBase-id}': description: Provides operations to manage the questions property of the microsoft.graph.virtualEventRegistrationConfiguration entity. get: tags: - solutions.virtualEventsRoot summary: Get questions from solutions operationId: solutions.virtualEvents.webinars.registrationConfiguration.GetQuestions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.virtualEventRegistrationQuestionBase' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - solutions.virtualEventsRoot summary: Update the navigation property questions in solutions operationId: solutions.virtualEvents.webinars.registrationConfiguration.UpdateQuestions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.virtualEventRegistrationQuestionBase' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.virtualEventRegistrationQuestionBase' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - solutions.virtualEventsRoot summary: Delete navigation property questions for solutions operationId: solutions.virtualEvents.webinars.registrationConfiguration.DeleteQuestions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: virtualEventWebinar-id in: path description: The unique identifier of virtualEventWebinar required: true schema: type: string x-ms-docs-key-type: virtualEventWebinar - name: virtualEventRegistrationQuestionBase-id in: path description: The unique identifier of virtualEventRegistrationQuestionBase required: true schema: type: string x-ms-docs-key-type: virtualEventRegistrationQuestionBase '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration/questions/$count': description: Provides operations to count the resources in the collection. get: tags: - solutions.virtualEventsRoot summary: Get the number of the resource operationId: solutions.virtualEvents.webinars.registrationConfiguration.questions.GetCount-40bb parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: virtualEventWebinar-id in: path description: The unique identifier of virtualEventWebinar required: true schema: type: string x-ms-docs-key-type: virtualEventWebinar '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations': description: Provides operations to manage the registrations property of the microsoft.graph.virtualEventWebinar entity. get: tags: - solutions.virtualEventsRoot summary: List virtualEventRegistrations description: Get a list of all registration records of a webinar. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/virtualeventwebinar-list-registrations?view=graph-rest-1.0 operationId: solutions.virtualEvents.webinars.ListRegistrations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.virtualEventRegistrationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - solutions.virtualEventsRoot summary: Create new navigation property to registrations for solutions operationId: solutions.virtualEvents.webinars.CreateRegistrations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.virtualEventRegistration' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.virtualEventRegistration' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: virtualEventWebinar-id in: path description: The unique identifier of virtualEventWebinar required: true schema: type: string x-ms-docs-key-type: virtualEventWebinar '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}': description: Provides operations to manage the registrations property of the microsoft.graph.virtualEventWebinar entity. get: tags: - solutions.virtualEventsRoot summary: Get virtualEventRegistration description: Get the properties and relationships of a virtualEventRegistration object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/virtualeventregistration-get?view=graph-rest-1.0 operationId: solutions.virtualEvents.webinars.GetRegistrations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.virtualEventRegistration' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - solutions.virtualEventsRoot summary: Update the navigation property registrations in solutions operationId: solutions.virtualEvents.webinars.UpdateRegistrations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.virtualEventRegistration' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.virtualEventRegistration' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - solutions.virtualEventsRoot summary: Delete navigation property registrations for solutions operationId: solutions.virtualEvents.webinars.DeleteRegistrations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: virtualEventWebinar-id in: path description: The unique identifier of virtualEventWebinar required: true schema: type: string x-ms-docs-key-type: virtualEventWebinar - name: virtualEventRegistration-id in: path description: The unique identifier of virtualEventRegistration required: true schema: type: string x-ms-docs-key-type: virtualEventRegistration x-ms-docs-grouped-path: - '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(email=''{email}'')' - '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(userId=''{userId}'')' '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/cancel': description: Provides operations to call the cancel method. post: tags: - solutions.Actions summary: Invoke action cancel operationId: solutions.virtualEvents.webinars.virtualEventWebinar.registrations.virtualEventRegistration.cancel responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: virtualEventWebinar-id in: path description: The unique identifier of virtualEventWebinar required: true schema: type: string x-ms-docs-key-type: virtualEventWebinar - name: virtualEventRegistration-id in: path description: The unique identifier of virtualEventRegistration required: true schema: type: string x-ms-docs-key-type: virtualEventRegistration x-ms-docs-grouped-path: - '/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}/cancel' - '/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}/cancel' - '/solutions/virtualEvents/events/{virtualEvent-id}/cancel' - '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(email=''{email}'')/cancel' - '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(userId=''{userId}'')/cancel' '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/sessions': description: Provides operations to manage the sessions property of the microsoft.graph.virtualEventRegistration entity. get: tags: - solutions.virtualEventsRoot summary: Get sessions from solutions operationId: solutions.virtualEvents.webinars.registrations.ListSessions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.virtualEventSessionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: virtualEventWebinar-id in: path description: The unique identifier of virtualEventWebinar required: true schema: type: string x-ms-docs-key-type: virtualEventWebinar - name: virtualEventRegistration-id in: path description: The unique identifier of virtualEventRegistration required: true schema: type: string x-ms-docs-key-type: virtualEventRegistration '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/sessions/{virtualEventSession-id}': description: Provides operations to manage the sessions property of the microsoft.graph.virtualEventRegistration entity. get: tags: - solutions.virtualEventsRoot summary: Get sessions from solutions operationId: solutions.virtualEvents.webinars.registrations.GetSessions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.virtualEventSession' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: virtualEventWebinar-id in: path description: The unique identifier of virtualEventWebinar required: true schema: type: string x-ms-docs-key-type: virtualEventWebinar - name: virtualEventRegistration-id in: path description: The unique identifier of virtualEventRegistration required: true schema: type: string x-ms-docs-key-type: virtualEventRegistration - name: virtualEventSession-id in: path description: The unique identifier of virtualEventSession required: true schema: type: string x-ms-docs-key-type: virtualEventSession '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/sessions/$count': description: Provides operations to count the resources in the collection. get: tags: - solutions.virtualEventsRoot summary: Get the number of the resource operationId: solutions.virtualEvents.webinars.registrations.sessions.GetCount-01e5 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: virtualEventWebinar-id in: path description: The unique identifier of virtualEventWebinar required: true schema: type: string x-ms-docs-key-type: virtualEventWebinar - name: virtualEventRegistration-id in: path description: The unique identifier of virtualEventRegistration required: true schema: type: string x-ms-docs-key-type: virtualEventRegistration '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(email=''{email}'')': description: Provides operations to manage the registrations property of the microsoft.graph.virtualEventWebinar entity. get: tags: - solutions.virtualEventsRoot summary: Get virtualEventRegistration description: Get the properties and relationships of a virtualEventRegistration object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/virtualeventregistration-get?view=graph-rest-1.0 operationId: solutions.virtualEvents.webinars.registrations.GetByEmail parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.virtualEventRegistration' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - solutions.virtualEventsRoot summary: Update the navigation property registrations in solutions operationId: solutions.virtualEvents.webinars.registrations.UpdateByEmail requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.virtualEventRegistration' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.virtualEventRegistration' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - solutions.virtualEventsRoot summary: Delete navigation property registrations for solutions operationId: solutions.virtualEvents.webinars.registrations.DeleteByEmail parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: virtualEventWebinar-id in: path description: The unique identifier of virtualEventWebinar required: true schema: type: string x-ms-docs-key-type: virtualEventWebinar - name: email in: path description: Alternate key of virtualEventRegistration required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}' - '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(userId=''{userId}'')' '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(email=''{email}'')/cancel': description: Provides operations to call the cancel method. post: tags: - solutions.Actions summary: Invoke action cancel operationId: solutions.virtualEvents.webinars.virtualEventWebinar.registrations.email.cancel responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: virtualEventWebinar-id in: path description: The unique identifier of virtualEventWebinar required: true schema: type: string x-ms-docs-key-type: virtualEventWebinar - name: email in: path description: Alternate key of virtualEventRegistration required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}/cancel' - '/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}/cancel' - '/solutions/virtualEvents/events/{virtualEvent-id}/cancel' - '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/cancel' - '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(userId=''{userId}'')/cancel' '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(userId=''{userId}'')': description: Provides operations to manage the registrations property of the microsoft.graph.virtualEventWebinar entity. get: tags: - solutions.virtualEventsRoot summary: Get virtualEventRegistration description: Get the properties and relationships of a virtualEventRegistration object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/virtualeventregistration-get?view=graph-rest-1.0 operationId: solutions.virtualEvents.webinars.registrations.GetByUserId parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.virtualEventRegistration' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - solutions.virtualEventsRoot summary: Update the navigation property registrations in solutions operationId: solutions.virtualEvents.webinars.registrations.UpdateByUserId requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.virtualEventRegistration' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.virtualEventRegistration' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - solutions.virtualEventsRoot summary: Delete navigation property registrations for solutions operationId: solutions.virtualEvents.webinars.registrations.DeleteByUserId parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: virtualEventWebinar-id in: path description: The unique identifier of virtualEventWebinar required: true schema: type: string x-ms-docs-key-type: virtualEventWebinar - name: userId in: path description: Alternate key of virtualEventRegistration required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}' - '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(email=''{email}'')' '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(userId=''{userId}'')/cancel': description: Provides operations to call the cancel method. post: tags: - solutions.Actions summary: Invoke action cancel operationId: solutions.virtualEvents.webinars.virtualEventWebinar.registrations.userId.cancel responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: virtualEventWebinar-id in: path description: The unique identifier of virtualEventWebinar required: true schema: type: string x-ms-docs-key-type: virtualEventWebinar - name: userId in: path description: Alternate key of virtualEventRegistration required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}/cancel' - '/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}/cancel' - '/solutions/virtualEvents/events/{virtualEvent-id}/cancel' - '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/cancel' - '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(email=''{email}'')/cancel' '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/$count': description: Provides operations to count the resources in the collection. get: tags: - solutions.virtualEventsRoot summary: Get the number of the resource operationId: solutions.virtualEvents.webinars.registrations.GetCount-3dfd parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: virtualEventWebinar-id in: path description: The unique identifier of virtualEventWebinar required: true schema: type: string x-ms-docs-key-type: virtualEventWebinar '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions': description: Provides operations to manage the sessions property of the microsoft.graph.virtualEvent entity. get: tags: - solutions.virtualEventsRoot summary: Get virtualEventSession description: Read the properties and relationships of a virtualEventSession object. operationId: solutions.virtualEvents.webinars.ListSessions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.virtualEventSessionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - solutions.virtualEventsRoot summary: Create new navigation property to sessions for solutions operationId: solutions.virtualEvents.webinars.CreateSessions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.virtualEventSession' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.virtualEventSession' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: virtualEventWebinar-id in: path description: The unique identifier of virtualEventWebinar required: true schema: type: string x-ms-docs-key-type: virtualEventWebinar x-ms-docs-grouped-path: - '/solutions/virtualEvents/events/{virtualEvent-id}/sessions' - '/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions' '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}': description: Provides operations to manage the sessions property of the microsoft.graph.virtualEvent entity. get: tags: - solutions.virtualEventsRoot summary: Get virtualEventSession description: Read the properties and relationships of a virtualEventSession object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/virtualeventsession-get?view=graph-rest-1.0 operationId: solutions.virtualEvents.webinars.GetSessions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.virtualEventSession' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - solutions.virtualEventsRoot summary: Update the navigation property sessions in solutions operationId: solutions.virtualEvents.webinars.UpdateSessions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.virtualEventSession' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.virtualEventSession' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - solutions.virtualEventsRoot summary: Delete navigation property sessions for solutions operationId: solutions.virtualEvents.webinars.DeleteSessions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: virtualEventWebinar-id in: path description: The unique identifier of virtualEventWebinar required: true schema: type: string x-ms-docs-key-type: virtualEventWebinar - name: virtualEventSession-id in: path description: The unique identifier of virtualEventSession required: true schema: type: string x-ms-docs-key-type: virtualEventSession x-ms-docs-grouped-path: - '/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}' - '/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}' '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports': description: Provides operations to manage the attendanceReports property of the microsoft.graph.onlineMeetingBase entity. get: tags: - solutions.virtualEventsRoot summary: List meetingAttendanceReports description: 'Get a list of meetingAttendanceReport objects for an onlineMeeting or a virtualEvent. Each time an online meeting or a virtual event ends, an attendance report is generated for that session.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/meetingattendancereport-list?view=graph-rest-1.0 operationId: solutions.virtualEvents.webinars.sessions.ListAttendanceReports parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.meetingAttendanceReportCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - solutions.virtualEventsRoot summary: Create new navigation property to attendanceReports for solutions operationId: solutions.virtualEvents.webinars.sessions.CreateAttendanceReports requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: virtualEventWebinar-id in: path description: The unique identifier of virtualEventWebinar required: true schema: type: string x-ms-docs-key-type: virtualEventWebinar - name: virtualEventSession-id in: path description: The unique identifier of virtualEventSession required: true schema: type: string x-ms-docs-key-type: virtualEventSession x-ms-docs-grouped-path: - '/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports' - '/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports' '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}': description: Provides operations to manage the attendanceReports property of the microsoft.graph.onlineMeetingBase entity. get: tags: - solutions.virtualEventsRoot summary: Get meetingAttendanceReport description: 'Get the meetingAttendanceReport for an onlineMeeting or a virtualEvent. When an online meeting ends, an attendance report is generated for that session.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/meetingattendancereport-get?view=graph-rest-1.0 operationId: solutions.virtualEvents.webinars.sessions.GetAttendanceReports parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - solutions.virtualEventsRoot summary: Update the navigation property attendanceReports in solutions operationId: solutions.virtualEvents.webinars.sessions.UpdateAttendanceReports requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - solutions.virtualEventsRoot summary: Delete navigation property attendanceReports for solutions operationId: solutions.virtualEvents.webinars.sessions.DeleteAttendanceReports parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: virtualEventWebinar-id in: path description: The unique identifier of virtualEventWebinar required: true schema: type: string x-ms-docs-key-type: virtualEventWebinar - name: virtualEventSession-id in: path description: The unique identifier of virtualEventSession required: true schema: type: string x-ms-docs-key-type: virtualEventSession - name: meetingAttendanceReport-id in: path description: The unique identifier of meetingAttendanceReport required: true schema: type: string x-ms-docs-key-type: meetingAttendanceReport x-ms-docs-grouped-path: - '/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}' - '/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}' '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords': description: Provides operations to manage the attendanceRecords property of the microsoft.graph.meetingAttendanceReport entity. get: tags: - solutions.virtualEventsRoot summary: Get attendanceRecords from solutions description: List of attendance records of an attendance report. Read-only. operationId: solutions.virtualEvents.webinars.sessions.attendanceReports.ListAttendanceRecords parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.attendanceRecordCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - solutions.virtualEventsRoot summary: Create new navigation property to attendanceRecords for solutions operationId: solutions.virtualEvents.webinars.sessions.attendanceReports.CreateAttendanceRecords requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attendanceRecord' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attendanceRecord' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: virtualEventWebinar-id in: path description: The unique identifier of virtualEventWebinar required: true schema: type: string x-ms-docs-key-type: virtualEventWebinar - name: virtualEventSession-id in: path description: The unique identifier of virtualEventSession required: true schema: type: string x-ms-docs-key-type: virtualEventSession - name: meetingAttendanceReport-id in: path description: The unique identifier of meetingAttendanceReport required: true schema: type: string x-ms-docs-key-type: meetingAttendanceReport x-ms-docs-grouped-path: - '/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords' - '/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords' '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}': description: Provides operations to manage the attendanceRecords property of the microsoft.graph.meetingAttendanceReport entity. get: tags: - solutions.virtualEventsRoot summary: Get attendanceRecords from solutions description: List of attendance records of an attendance report. Read-only. operationId: solutions.virtualEvents.webinars.sessions.attendanceReports.GetAttendanceRecords parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attendanceRecord' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - solutions.virtualEventsRoot summary: Update the navigation property attendanceRecords in solutions operationId: solutions.virtualEvents.webinars.sessions.attendanceReports.UpdateAttendanceRecords requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attendanceRecord' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attendanceRecord' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - solutions.virtualEventsRoot summary: Delete navigation property attendanceRecords for solutions operationId: solutions.virtualEvents.webinars.sessions.attendanceReports.DeleteAttendanceRecords parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: virtualEventWebinar-id in: path description: The unique identifier of virtualEventWebinar required: true schema: type: string x-ms-docs-key-type: virtualEventWebinar - name: virtualEventSession-id in: path description: The unique identifier of virtualEventSession required: true schema: type: string x-ms-docs-key-type: virtualEventSession - name: meetingAttendanceReport-id in: path description: The unique identifier of meetingAttendanceReport required: true schema: type: string x-ms-docs-key-type: meetingAttendanceReport - name: attendanceRecord-id in: path description: The unique identifier of attendanceRecord required: true schema: type: string x-ms-docs-key-type: attendanceRecord x-ms-docs-grouped-path: - '/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}' - '/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}' '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count': description: Provides operations to count the resources in the collection. get: tags: - solutions.virtualEventsRoot summary: Get the number of the resource operationId: solutions.virtualEvents.webinars.sessions.attendanceReports.attendanceRecords.GetCount-1e38 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: virtualEventWebinar-id in: path description: The unique identifier of virtualEventWebinar required: true schema: type: string x-ms-docs-key-type: virtualEventWebinar - name: virtualEventSession-id in: path description: The unique identifier of virtualEventSession required: true schema: type: string x-ms-docs-key-type: virtualEventSession - name: meetingAttendanceReport-id in: path description: The unique identifier of meetingAttendanceReport required: true schema: type: string x-ms-docs-key-type: meetingAttendanceReport '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/$count': description: Provides operations to count the resources in the collection. get: tags: - solutions.virtualEventsRoot summary: Get the number of the resource operationId: solutions.virtualEvents.webinars.sessions.attendanceReports.GetCount-8057 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: virtualEventWebinar-id in: path description: The unique identifier of virtualEventWebinar required: true schema: type: string x-ms-docs-key-type: virtualEventWebinar - name: virtualEventSession-id in: path description: The unique identifier of virtualEventSession required: true schema: type: string x-ms-docs-key-type: virtualEventSession '/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/$count': description: Provides operations to count the resources in the collection. get: tags: - solutions.virtualEventsRoot summary: Get the number of the resource operationId: solutions.virtualEvents.webinars.sessions.GetCount-fe15 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: virtualEventWebinar-id in: path description: The unique identifier of virtualEventWebinar required: true schema: type: string x-ms-docs-key-type: virtualEventWebinar /solutions/virtualEvents/webinars/$count: description: Provides operations to count the resources in the collection. get: tags: - solutions.virtualEventsRoot summary: Get the number of the resource operationId: solutions.virtualEvents.webinars.GetCount-bc1b parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' '/solutions/virtualEvents/webinars/getByUserIdAndRole(userId=''{userId}'',role=''{role}'')': description: Provides operations to call the getByUserIdAndRole method. get: tags: - solutions.Functions summary: Invoke function getByUserIdAndRole description: Get a virtualEventWebinar collection where the specified user is either the organizer or a coorganizer. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/virtualeventwebinar-getbyuseridandrole?view=graph-rest-1.0 operationId: solutions.virtualEvents.webinars.getByUserIdAndRole parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of virtualEventWebinar type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.virtualEventWebinar' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: userId in: path description: 'Usage: userId=''{userId}''' required: true schema: type: string - name: role in: path description: 'Usage: role=''{role}''' required: true schema: type: string '/solutions/virtualEvents/webinars/getByUserRole(role=''{role}'')': description: Provides operations to call the getByUserRole method. get: tags: - solutions.Functions summary: Invoke function getByUserRole description: Get a virtualEventWebinar collection where the signed-in user is either the organizer or a coorganizer. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/virtualeventwebinar-getbyuserrole?view=graph-rest-1.0 operationId: solutions.virtualEvents.webinars.getByUserRole parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of virtualEventWebinar type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.virtualEventWebinar' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: role in: path description: 'Usage: role=''{role}''' required: true schema: type: string /storage: description: Provides operations to manage the storage singleton. get: tags: - storage.storage summary: Get storage operationId: storage.storage.GetStorage parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.storage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.storage summary: Update storage operationId: storage.storage.UpdateStorage requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.storage' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.storage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /storage/fileStorage: description: Provides operations to manage the fileStorage property of the microsoft.graph.storage entity. get: tags: - storage.fileStorage summary: Get fileStorage from storage operationId: storage.GetFileStorage parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.fileStorage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property fileStorage in storage operationId: storage.UpdateFileStorage requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.fileStorage' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.fileStorage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property fileStorage for storage operationId: storage.DeleteFileStorage parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /storage/fileStorage/containers: description: Provides operations to manage the containers property of the microsoft.graph.fileStorage entity. get: tags: - storage.fileStorage summary: List containers description: Retrieve a list of fileStorageContainer objects that are visible to the caller. The containerTypeId filter parameter is required. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/filestorage-list-containers?view=graph-rest-1.0 operationId: storage.fileStorage.ListContainers parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.fileStorageContainerCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - storage.fileStorage summary: Create fileStorageContainer description: 'Create a new fileStorageContainer object. The respective container type identified by containerTypeId must be enabled in the tenant. For delegated calls, the calling user is set as the owner of the fileStorageContainer. ' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/filestoragecontainer-post?view=graph-rest-1.0 operationId: storage.fileStorage.CreateContainers requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.fileStorageContainer' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.fileStorageContainer' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/storage/fileStorage/containers/{fileStorageContainer-id}': description: Provides operations to manage the containers property of the microsoft.graph.fileStorage entity. get: tags: - storage.fileStorage summary: Get containers from storage operationId: storage.fileStorage.GetContainers parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.fileStorageContainer' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property containers in storage operationId: storage.fileStorage.UpdateContainers requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.fileStorageContainer' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.fileStorageContainer' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property containers for storage operationId: storage.fileStorage.DeleteContainers parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer '/storage/fileStorage/containers/{fileStorageContainer-id}/drive': description: Provides operations to manage the drive property of the microsoft.graph.fileStorageContainer entity. get: tags: - storage.fileStorage summary: Get drive from storage description: The drive of the resource fileStorageContainer. Read-only. operationId: storage.fileStorage.containers.GetDrive parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.drive' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property drive in storage operationId: storage.fileStorage.containers.UpdateDrive requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.drive' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.drive' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property drive for storage operationId: storage.fileStorage.containers.DeleteDrive parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/bundles': description: Provides operations to manage the bundles property of the microsoft.graph.drive entity. get: tags: - storage.fileStorage summary: Get bundles from storage description: Collection of bundles (albums and multi-select-shared sets of items). Only in personal OneDrive. operationId: storage.fileStorage.containers.drive.ListBundles parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.driveItemCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - storage.fileStorage summary: Create new navigation property to bundles for storage operationId: storage.fileStorage.containers.drive.CreateBundles requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/bundles/{driveItem-id}': description: Provides operations to manage the bundles property of the microsoft.graph.drive entity. get: tags: - storage.fileStorage summary: Get bundles from storage description: Collection of bundles (albums and multi-select-shared sets of items). Only in personal OneDrive. operationId: storage.fileStorage.containers.drive.GetBundles parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/bundles/{driveItem-id}/content': description: Provides operations to manage the media for the storage entity. get: tags: - storage.fileStorage summary: Get content for the navigation property bundles from storage description: 'The content stream, if the item represents a file.' operationId: storage.fileStorage.containers.drive.GetBundlesContent parameters: - name: $format in: query description: Format of the content schema: type: string responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - storage.fileStorage summary: Update content for the navigation property bundles in storage description: 'The content stream, if the item represents a file.' operationId: storage.fileStorage.containers.drive.UpdateBundlesContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - storage.fileStorage summary: Delete content for the navigation property bundles in storage description: 'The content stream, if the item represents a file.' operationId: storage.fileStorage.containers.drive.DeleteBundlesContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/bundles/$count': description: Provides operations to count the resources in the collection. get: tags: - storage.fileStorage summary: Get the number of the resource operationId: storage.fileStorage.containers.drive.bundles.GetCount-bc73 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/createdByUser': description: Provides operations to manage the createdByUser property of the microsoft.graph.baseItem entity. get: tags: - storage.fileStorage summary: Get createdByUser from storage description: Identity of the user who created the item. Read-only. operationId: storage.fileStorage.containers.drive.GetCreatedByUser parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/createdByUser' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/createdByUser' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/items/{listItem-id}/createdByUser' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/createdByUser/mailboxSettings': get: tags: - storage.fileStorage summary: Get mailboxSettings property value description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' operationId: storage.fileStorage.containers.drive.createdByUser.GetMailboxSettings parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' patch: tags: - storage.fileStorage summary: Update property mailboxSettings value. operationId: storage.fileStorage.containers.drive.createdByUser.UpdateMailboxSettings requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/createdByUser/serviceProvisioningErrors': get: tags: - storage.fileStorage summary: Get serviceProvisioningErrors property value description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' operationId: storage.fileStorage.containers.drive.createdByUser.ListServiceProvisioningErrors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/createdByUser/serviceProvisioningErrors/$count': description: Provides operations to count the resources in the collection. get: tags: - storage.fileStorage summary: Get the number of the resource operationId: storage.fileStorage.containers.drive.createdByUser.ServiceProvisioningErrors.GetCount-f5cf parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/following': description: Provides operations to manage the following property of the microsoft.graph.drive entity. get: tags: - storage.fileStorage summary: Get following from storage description: The list of items the user is following. Only in OneDrive for Business. operationId: storage.fileStorage.containers.drive.ListFollowing parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.driveItemCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/following/{driveItem-id}': description: Provides operations to manage the following property of the microsoft.graph.drive entity. get: tags: - storage.fileStorage summary: Get following from storage description: The list of items the user is following. Only in OneDrive for Business. operationId: storage.fileStorage.containers.drive.GetFollowing parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/following/{driveItem-id}/content': description: Provides operations to manage the media for the storage entity. get: tags: - storage.fileStorage summary: Get content for the navigation property following from storage description: 'The content stream, if the item represents a file.' operationId: storage.fileStorage.containers.drive.GetFollowingContent parameters: - name: $format in: query description: Format of the content schema: type: string responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - storage.fileStorage summary: Update content for the navigation property following in storage description: 'The content stream, if the item represents a file.' operationId: storage.fileStorage.containers.drive.UpdateFollowingContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - storage.fileStorage summary: Delete content for the navigation property following in storage description: 'The content stream, if the item represents a file.' operationId: storage.fileStorage.containers.drive.DeleteFollowingContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/following/$count': description: Provides operations to count the resources in the collection. get: tags: - storage.fileStorage summary: Get the number of the resource operationId: storage.fileStorage.containers.drive.following.GetCount-c0ba parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items': description: Provides operations to manage the items property of the microsoft.graph.drive entity. get: tags: - storage.fileStorage summary: Get items from storage description: All items contained in the drive. Read-only. Nullable. operationId: storage.fileStorage.containers.drive.ListItems parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.driveItemCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - storage.fileStorage summary: Create new navigation property to items for storage operationId: storage.fileStorage.containers.drive.CreateItems requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}': description: Provides operations to manage the items property of the microsoft.graph.drive entity. get: tags: - storage.fileStorage summary: Get items from storage description: All items contained in the drive. Read-only. Nullable. operationId: storage.fileStorage.containers.drive.GetItems parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property items in storage operationId: storage.fileStorage.containers.drive.UpdateItems requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property items for storage operationId: storage.fileStorage.containers.drive.DeleteItems parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/analytics': description: Provides operations to manage the analytics property of the microsoft.graph.driveItem entity. get: tags: - storage.fileStorage summary: Get analytics from storage description: Analytics about the view activities that took place on this item. operationId: storage.fileStorage.containers.drive.items.GetAnalytics parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemAnalytics' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property analytics in storage operationId: storage.fileStorage.containers.drive.items.UpdateAnalytics requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemAnalytics' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemAnalytics' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property analytics for storage operationId: storage.fileStorage.containers.drive.items.DeleteAnalytics parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/analytics/allTime': description: Provides operations to manage the allTime property of the microsoft.graph.itemAnalytics entity. get: tags: - storage.fileStorage summary: Get allTime from storage operationId: storage.fileStorage.containers.drive.items.analytics.GetAllTime parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemActivityStat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/analytics/itemActivityStats': description: Provides operations to manage the itemActivityStats property of the microsoft.graph.itemAnalytics entity. get: tags: - storage.fileStorage summary: Get itemActivityStats from storage operationId: storage.fileStorage.containers.drive.items.analytics.ListItemActivityStats parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.itemActivityStatCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - storage.fileStorage summary: Create new navigation property to itemActivityStats for storage operationId: storage.fileStorage.containers.drive.items.analytics.CreateItemActivityStats requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemActivityStat' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemActivityStat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}': description: Provides operations to manage the itemActivityStats property of the microsoft.graph.itemAnalytics entity. get: tags: - storage.fileStorage summary: Get itemActivityStats from storage operationId: storage.fileStorage.containers.drive.items.analytics.GetItemActivityStats parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemActivityStat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property itemActivityStats in storage operationId: storage.fileStorage.containers.drive.items.analytics.UpdateItemActivityStats requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemActivityStat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemActivityStat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property itemActivityStats for storage operationId: storage.fileStorage.containers.drive.items.analytics.DeleteItemActivityStats parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: itemActivityStat-id in: path description: The unique identifier of itemActivityStat required: true schema: type: string x-ms-docs-key-type: itemActivityStat '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities': description: Provides operations to manage the activities property of the microsoft.graph.itemActivityStat entity. get: tags: - storage.fileStorage summary: Get activities from storage description: Exposes the itemActivities represented in this itemActivityStat resource. operationId: storage.fileStorage.containers.drive.items.analytics.itemActivityStats.ListActivities parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.itemActivityCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - storage.fileStorage summary: Create new navigation property to activities for storage operationId: storage.fileStorage.containers.drive.items.analytics.itemActivityStats.CreateActivities requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemActivity' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemActivity' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: itemActivityStat-id in: path description: The unique identifier of itemActivityStat required: true schema: type: string x-ms-docs-key-type: itemActivityStat '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}': description: Provides operations to manage the activities property of the microsoft.graph.itemActivityStat entity. get: tags: - storage.fileStorage summary: Get activities from storage description: Exposes the itemActivities represented in this itemActivityStat resource. operationId: storage.fileStorage.containers.drive.items.analytics.itemActivityStats.GetActivities parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemActivity' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property activities in storage operationId: storage.fileStorage.containers.drive.items.analytics.itemActivityStats.UpdateActivities requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemActivity' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemActivity' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property activities for storage operationId: storage.fileStorage.containers.drive.items.analytics.itemActivityStats.DeleteActivities parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: itemActivityStat-id in: path description: The unique identifier of itemActivityStat required: true schema: type: string x-ms-docs-key-type: itemActivityStat - name: itemActivity-id in: path description: The unique identifier of itemActivity required: true schema: type: string x-ms-docs-key-type: itemActivity '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem': description: Provides operations to manage the driveItem property of the microsoft.graph.itemActivity entity. get: tags: - storage.fileStorage summary: Get driveItem from storage description: Exposes the driveItem that was the target of this activity. operationId: storage.fileStorage.containers.drive.items.analytics.itemActivityStats.activities.GetDriveItem parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: itemActivityStat-id in: path description: The unique identifier of itemActivityStat required: true schema: type: string x-ms-docs-key-type: itemActivityStat - name: itemActivity-id in: path description: The unique identifier of itemActivity required: true schema: type: string x-ms-docs-key-type: itemActivity '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content': description: Provides operations to manage the media for the storage entity. get: tags: - storage.fileStorage summary: Get content for the navigation property driveItem from storage description: 'The content stream, if the item represents a file.' operationId: storage.fileStorage.containers.drive.items.analytics.itemActivityStats.activities.GetDriveItemContent parameters: - name: $format in: query description: Format of the content schema: type: string responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - storage.fileStorage summary: Update content for the navigation property driveItem in storage description: 'The content stream, if the item represents a file.' operationId: storage.fileStorage.containers.drive.items.analytics.itemActivityStats.activities.UpdateDriveItemContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - storage.fileStorage summary: Delete content for the navigation property driveItem in storage description: 'The content stream, if the item represents a file.' operationId: storage.fileStorage.containers.drive.items.analytics.itemActivityStats.activities.DeleteDriveItemContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: itemActivityStat-id in: path description: The unique identifier of itemActivityStat required: true schema: type: string x-ms-docs-key-type: itemActivityStat - name: itemActivity-id in: path description: The unique identifier of itemActivity required: true schema: type: string x-ms-docs-key-type: itemActivity '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count': description: Provides operations to count the resources in the collection. get: tags: - storage.fileStorage summary: Get the number of the resource operationId: storage.fileStorage.containers.drive.items.analytics.itemActivityStats.activities.GetCount-8de1 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: itemActivityStat-id in: path description: The unique identifier of itemActivityStat required: true schema: type: string x-ms-docs-key-type: itemActivityStat '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/analytics/itemActivityStats/$count': description: Provides operations to count the resources in the collection. get: tags: - storage.fileStorage summary: Get the number of the resource operationId: storage.fileStorage.containers.drive.items.analytics.itemActivityStats.GetCount-1aa4 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/analytics/lastSevenDays': description: Provides operations to manage the lastSevenDays property of the microsoft.graph.itemAnalytics entity. get: tags: - storage.fileStorage summary: Get lastSevenDays from storage operationId: storage.fileStorage.containers.drive.items.analytics.GetLastSevenDays parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemActivityStat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/children': description: Provides operations to manage the children property of the microsoft.graph.driveItem entity. get: tags: - storage.fileStorage summary: Get children from storage description: Collection containing Item objects for the immediate children of Item. Only items representing folders have children. Read-only. Nullable. operationId: storage.fileStorage.containers.drive.items.ListChildren parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.driveItemCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - storage.fileStorage summary: Create new navigation property to children for storage operationId: storage.fileStorage.containers.drive.items.CreateChildren requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/children/{driveItem-id1}': description: Provides operations to manage the children property of the microsoft.graph.driveItem entity. get: tags: - storage.fileStorage summary: Get children from storage description: Collection containing Item objects for the immediate children of Item. Only items representing folders have children. Read-only. Nullable. operationId: storage.fileStorage.containers.drive.items.GetChildren parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: driveItem-id1 in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/children/{driveItem-id1}/content': description: Provides operations to manage the media for the storage entity. get: tags: - storage.fileStorage summary: Get content for the navigation property children from storage description: 'The content stream, if the item represents a file.' operationId: storage.fileStorage.containers.drive.items.GetChildrenContent parameters: - name: $format in: query description: Format of the content schema: type: string responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - storage.fileStorage summary: Update content for the navigation property children in storage description: 'The content stream, if the item represents a file.' operationId: storage.fileStorage.containers.drive.items.UpdateChildrenContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - storage.fileStorage summary: Delete content for the navigation property children in storage description: 'The content stream, if the item represents a file.' operationId: storage.fileStorage.containers.drive.items.DeleteChildrenContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: driveItem-id1 in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/children/$count': description: Provides operations to count the resources in the collection. get: tags: - storage.fileStorage summary: Get the number of the resource operationId: storage.fileStorage.containers.drive.items.children.GetCount-1078 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/content': description: Provides operations to manage the media for the storage entity. get: tags: - storage.fileStorage summary: Get content for the navigation property items from storage description: 'The content stream, if the item represents a file.' operationId: storage.fileStorage.containers.drive.GetItemsContent parameters: - name: $format in: query description: Format of the content schema: type: string responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - storage.fileStorage summary: Update content for the navigation property items in storage description: 'The content stream, if the item represents a file.' operationId: storage.fileStorage.containers.drive.UpdateItemsContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - storage.fileStorage summary: Delete content for the navigation property items in storage description: 'The content stream, if the item represents a file.' operationId: storage.fileStorage.containers.drive.DeleteItemsContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/createdByUser': description: Provides operations to manage the createdByUser property of the microsoft.graph.baseItem entity. get: tags: - storage.fileStorage summary: Get createdByUser from storage description: Identity of the user who created the item. Read-only. operationId: storage.fileStorage.containers.drive.items.GetCreatedByUser parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/createdByUser' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/createdByUser' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/items/{listItem-id}/createdByUser' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/createdByUser/mailboxSettings': get: tags: - storage.fileStorage summary: Get mailboxSettings property value description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' operationId: storage.fileStorage.containers.drive.items.createdByUser.GetMailboxSettings parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' patch: tags: - storage.fileStorage summary: Update property mailboxSettings value. operationId: storage.fileStorage.containers.drive.items.createdByUser.UpdateMailboxSettings requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/createdByUser/serviceProvisioningErrors': get: tags: - storage.fileStorage summary: Get serviceProvisioningErrors property value description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' operationId: storage.fileStorage.containers.drive.items.createdByUser.ListServiceProvisioningErrors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/createdByUser/serviceProvisioningErrors/$count': description: Provides operations to count the resources in the collection. get: tags: - storage.fileStorage summary: Get the number of the resource operationId: storage.fileStorage.containers.drive.items.createdByUser.ServiceProvisioningErrors.GetCount-fcf6 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/lastModifiedByUser': description: Provides operations to manage the lastModifiedByUser property of the microsoft.graph.baseItem entity. get: tags: - storage.fileStorage summary: Get lastModifiedByUser from storage description: Identity of the user who last modified the item. Read-only. operationId: storage.fileStorage.containers.drive.items.GetLastModifiedByUser parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/lastModifiedByUser' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/items/{listItem-id}/lastModifiedByUser' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/lastModifiedByUser' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/lastModifiedByUser/mailboxSettings': get: tags: - storage.fileStorage summary: Get mailboxSettings property value description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' operationId: storage.fileStorage.containers.drive.items.lastModifiedByUser.GetMailboxSettings parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' patch: tags: - storage.fileStorage summary: Update property mailboxSettings value. operationId: storage.fileStorage.containers.drive.items.lastModifiedByUser.UpdateMailboxSettings requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors': get: tags: - storage.fileStorage summary: Get serviceProvisioningErrors property value description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' operationId: storage.fileStorage.containers.drive.items.lastModifiedByUser.ListServiceProvisioningErrors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count': description: Provides operations to count the resources in the collection. get: tags: - storage.fileStorage summary: Get the number of the resource operationId: storage.fileStorage.containers.drive.items.lastModifiedByUser.ServiceProvisioningErrors.GetCount-d8c4 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/listItem': description: Provides operations to manage the listItem property of the microsoft.graph.driveItem entity. get: tags: - storage.fileStorage summary: Get listItem from storage description: 'For drives in SharePoint, the associated document library list item. Read-only. Nullable.' operationId: storage.fileStorage.containers.drive.items.GetListItem parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/assignSensitivityLabel': description: Provides operations to call the assignSensitivityLabel method. post: tags: - storage.Actions summary: Invoke action assignSensitivityLabel operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.assignSensitivityLabel requestBody: description: Action parameters content: application/json: schema: type: object properties: sensitivityLabelId: type: string nullable: true assignmentMethod: anyOf: - $ref: '#/components/schemas/microsoft.graph.sensitivityLabelAssignmentMethod' - type: object nullable: true justificationText: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/checkin': description: Provides operations to call the checkin method. post: tags: - storage.Actions summary: Invoke action checkin description: 'Check in a checked out driveItem resource, which makes the version of the document available to others.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.checkin requestBody: description: Action parameters content: application/json: schema: type: object properties: checkInAs: type: string nullable: true comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/checkout': description: Provides operations to call the checkout method. post: tags: - storage.Actions summary: Invoke action checkout description: 'Check out a driveItem resource to prevent others from editing the document, and prevent your changes from being visible until the documented is checked in.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.checkout responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/copy': description: Provides operations to call the copy method. post: tags: - storage.Actions summary: Invoke action copy description: 'Asynchronously creates a copy of an driveItem (including any children), under a new parent item or with a new name.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.copy requestBody: description: Action parameters content: application/json: schema: type: object properties: name: type: string nullable: true parentReference: anyOf: - $ref: '#/components/schemas/microsoft.graph.itemReference' - type: object nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.driveItem' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/createLink': description: Provides operations to call the createLink method. post: tags: - storage.Actions summary: Invoke action createLink description: "You can use createLink action to share a DriveItem via a sharing link. The createLink action will create a new sharing link if the specified link type doesn't already exist for the calling application.\nIf a sharing link of the specified type already exists for the app, the existing sharing link will be returned. DriveItem resources inherit sharing permissions from their ancestors." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.createLink requestBody: description: Action parameters content: application/json: schema: type: object properties: type: type: string nullable: true scope: type: string nullable: true expirationDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string format: date-time nullable: true password: type: string nullable: true message: type: string nullable: true recipients: type: array items: $ref: '#/components/schemas/microsoft.graph.driveRecipient' retainInheritedPermissions: type: boolean default: false nullable: true sendNotification: type: boolean default: false nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.permission' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/items/{listItem-id}/createLink' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/createUploadSession': description: Provides operations to call the createUploadSession method. post: tags: - storage.Actions summary: Invoke action createUploadSession operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.createUploadSession requestBody: description: Action parameters content: application/json: schema: type: object properties: item: anyOf: - $ref: '#/components/schemas/microsoft.graph.driveItemUploadableProperties' - type: object nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.uploadSession' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/delta()': description: Provides operations to call the delta method. get: tags: - storage.Functions summary: Invoke function delta description: "Track changes in a driveItem and its children over time. Your app begins by calling delta without any parameters.\nThe service starts enumerating the drive's hierarchy, returning pages of items and either an @odata.nextLink or an @odata.deltaLink, as described below.\nYour app should continue calling with the @odata.nextLink until you no longer see an @odata.nextLink returned, or you see a response with an empty set of changes. After you have finished receiving all the changes, you may apply them to your local state.\nTo check for changes in the future, call delta again with the @odata.deltaLink from the previous response. Deleted items are returned with the deleted facet.\nItems with this property set should be removed from your local state." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.delta-fa14 parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of driveItem type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.driveItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/delta(token=''{token}'')' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/delta' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/items/delta()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/items/delta(token=''{token}'')' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/delta(token=''{token}'')': description: Provides operations to call the delta method. get: tags: - storage.Functions summary: Invoke function delta operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.delta-9846 parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of driveItem type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.driveItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: token in: path description: 'Usage: token=''{token}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/delta()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/delta' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/items/delta()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/items/delta(token=''{token}'')' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/extractSensitivityLabels': description: Provides operations to call the extractSensitivityLabels method. post: tags: - storage.Actions summary: Invoke action extractSensitivityLabels operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.extractSensitivityLabels responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.extractSensitivityLabelsResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/follow': description: Provides operations to call the follow method. post: tags: - storage.Actions summary: Invoke action follow description: Follow a driveItem. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.follow responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.driveItem' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/getActivitiesByInterval()': description: Provides operations to call the getActivitiesByInterval method. get: tags: - storage.Functions summary: Invoke function getActivitiesByInterval description: Get a collection of itemActivityStats resources for the activities that took place on this resource within the specified time interval. Analytics aggregates might not be available for all action types. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/itemactivitystat-getactivitybyinterval?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.getActivitiesByInterval-4c35 parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of itemActivityStat type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.itemActivityStat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/getActivitiesByInterval(startDateTime=''{startDateTime}'',endDateTime=''{endDateTime}'',interval=''{interval}'')' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/items/{listItem-id}/getActivitiesByInterval()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/items/{listItem-id}/getActivitiesByInterval(startDateTime=''{startDateTime}'',endDateTime=''{endDateTime}'',interval=''{interval}'')' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/getActivitiesByInterval(startDateTime=''{startDateTime}'',endDateTime=''{endDateTime}'',interval=''{interval}'')': description: Provides operations to call the getActivitiesByInterval method. get: tags: - storage.Functions summary: Invoke function getActivitiesByInterval operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.getActivitiesByInterval-ad27 parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of itemActivityStat type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.itemActivityStat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: startDateTime in: path description: 'Usage: startDateTime=''{startDateTime}''' required: true schema: type: string nullable: true - name: endDateTime in: path description: 'Usage: endDateTime=''{endDateTime}''' required: true schema: type: string nullable: true - name: interval in: path description: 'Usage: interval=''{interval}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/getActivitiesByInterval()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/items/{listItem-id}/getActivitiesByInterval()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/items/{listItem-id}/getActivitiesByInterval(startDateTime=''{startDateTime}'',endDateTime=''{endDateTime}'',interval=''{interval}'')' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/invite': description: Provides operations to call the invite method. post: tags: - storage.Actions summary: Invoke action invite description: "Sends a sharing invitation for a driveItem.\nA sharing invitation provides permissions to the recipients and optionally sends them an email with a sharing link." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.invite requestBody: description: Action parameters content: application/json: schema: type: object properties: requireSignIn: type: boolean default: false nullable: true roles: type: array items: type: string nullable: true sendInvitation: type: boolean default: false nullable: true message: type: string nullable: true recipients: type: array items: $ref: '#/components/schemas/microsoft.graph.driveRecipient' retainInheritedPermissions: type: boolean default: false nullable: true expirationDateTime: type: string nullable: true password: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: title: Collection of permission type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.permission' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/permanentDelete': description: Provides operations to call the permanentDelete method. post: tags: - storage.Actions summary: Invoke action permanentDelete operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.permanentDelete responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/permanentDelete' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/preview': description: Provides operations to call the preview method. post: tags: - storage.Actions summary: Invoke action preview operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.preview requestBody: description: Action parameters content: application/json: schema: type: object properties: page: type: string nullable: true zoom: oneOf: - type: number format: double - type: string - $ref: '#/components/schemas/ReferenceNumeric' nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.itemPreviewInfo' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/restore': description: Provides operations to call the restore method. post: tags: - storage.Actions summary: Invoke action restore description: 'Restore a driveItem that has been deleted and is currently in the recycle bin. NOTE: This functionality is currently only available for OneDrive Personal.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.restore requestBody: description: Action parameters content: application/json: schema: type: object properties: parentReference: anyOf: - $ref: '#/components/schemas/microsoft.graph.itemReference' - type: object nullable: true name: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.driveItem' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/search(q=''{q}'')': description: Provides operations to call the search method. get: tags: - storage.Functions summary: Invoke function search description: "Search the hierarchy of items for items matching a query.\nYou can search within a folder hierarchy, a whole drive, or files shared with the current user." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.search parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of driveItem type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.driveItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: q in: path description: 'Usage: q=''{q}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/search(q=''{q}'')' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/unfollow': description: Provides operations to call the unfollow method. post: tags: - storage.Actions summary: Invoke action unfollow description: Unfollow a driveItem. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.unfollow responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/validatePermission': description: Provides operations to call the validatePermission method. post: tags: - storage.Actions summary: Invoke action validatePermission operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.validatePermission requestBody: description: Action parameters content: application/json: schema: type: object properties: challengeToken: type: string nullable: true password: type: string required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/permissions': description: Provides operations to manage the permissions property of the microsoft.graph.driveItem entity. get: tags: - storage.fileStorage summary: Get permissions from storage description: The set of permissions for the item. Read-only. Nullable. operationId: storage.fileStorage.containers.drive.items.ListPermissions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.permissionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - storage.fileStorage summary: Create new navigation property to permissions for storage operationId: storage.fileStorage.containers.drive.items.CreatePermissions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.permission' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.permission' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/permissions/{permission-id}': description: Provides operations to manage the permissions property of the microsoft.graph.driveItem entity. get: tags: - storage.fileStorage summary: Get permissions from storage description: The set of permissions for the item. Read-only. Nullable. operationId: storage.fileStorage.containers.drive.items.GetPermissions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.permission' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property permissions in storage operationId: storage.fileStorage.containers.drive.items.UpdatePermissions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.permission' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.permission' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property permissions for storage operationId: storage.fileStorage.containers.drive.items.DeletePermissions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: permission-id in: path description: The unique identifier of permission required: true schema: type: string x-ms-docs-key-type: permission '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/permissions/{permission-id}/grant': description: Provides operations to call the grant method. post: tags: - storage.Actions summary: Invoke action grant description: Grant users access to a link represented by a permission. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.permissions.permission.grant requestBody: description: Action parameters content: application/json: schema: type: object properties: roles: type: array items: type: string nullable: true recipients: type: array items: $ref: '#/components/schemas/microsoft.graph.driveRecipient' required: true responses: 2XX: description: Success content: application/json: schema: title: Collection of permission type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.permission' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: permission-id in: path description: The unique identifier of permission required: true schema: type: string x-ms-docs-key-type: permission x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/permissions/{permission-id}/grant' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/permissions/$count': description: Provides operations to count the resources in the collection. get: tags: - storage.fileStorage summary: Get the number of the resource operationId: storage.fileStorage.containers.drive.items.permissions.GetCount-ea0f parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/retentionLabel': description: Provides operations to manage the retentionLabel property of the microsoft.graph.driveItem entity. get: tags: - storage.fileStorage summary: Get retentionLabel from storage description: Information about retention label and settings enforced on the driveItem. Read-write. operationId: storage.fileStorage.containers.drive.items.GetRetentionLabel parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemRetentionLabel' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property retentionLabel in storage operationId: storage.fileStorage.containers.drive.items.UpdateRetentionLabel requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemRetentionLabel' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemRetentionLabel' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property retentionLabel for storage operationId: storage.fileStorage.containers.drive.items.DeleteRetentionLabel parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/subscriptions': description: Provides operations to manage the subscriptions property of the microsoft.graph.driveItem entity. get: tags: - storage.fileStorage summary: Get subscriptions from storage description: The set of subscriptions on the item. Only supported on the root of a drive. operationId: storage.fileStorage.containers.drive.items.ListSubscriptions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.subscriptionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - storage.fileStorage summary: Create new navigation property to subscriptions for storage operationId: storage.fileStorage.containers.drive.items.CreateSubscriptions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.subscription' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.subscription' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/subscriptions/{subscription-id}': description: Provides operations to manage the subscriptions property of the microsoft.graph.driveItem entity. get: tags: - storage.fileStorage summary: Get subscriptions from storage description: The set of subscriptions on the item. Only supported on the root of a drive. operationId: storage.fileStorage.containers.drive.items.GetSubscriptions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.subscription' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property subscriptions in storage operationId: storage.fileStorage.containers.drive.items.UpdateSubscriptions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.subscription' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.subscription' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property subscriptions for storage operationId: storage.fileStorage.containers.drive.items.DeleteSubscriptions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: subscription-id in: path description: The unique identifier of subscription required: true schema: type: string x-ms-docs-key-type: subscription '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/subscriptions/{subscription-id}/reauthorize': description: Provides operations to call the reauthorize method. post: tags: - storage.Actions summary: Invoke action reauthorize description: Reauthorize a subscription when you receive a reauthorizationRequired challenge. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.subscriptions.subscription.reauthorize responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: subscription-id in: path description: The unique identifier of subscription required: true schema: type: string x-ms-docs-key-type: subscription x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/subscriptions/{subscription-id}/reauthorize' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/subscriptions/$count': description: Provides operations to count the resources in the collection. get: tags: - storage.fileStorage summary: Get the number of the resource operationId: storage.fileStorage.containers.drive.items.subscriptions.GetCount-e41c parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/thumbnails': description: Provides operations to manage the thumbnails property of the microsoft.graph.driveItem entity. get: tags: - storage.fileStorage summary: Get thumbnails from storage description: 'Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. Nullable.' operationId: storage.fileStorage.containers.drive.items.ListThumbnails parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.thumbnailSetCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - storage.fileStorage summary: Create new navigation property to thumbnails for storage operationId: storage.fileStorage.containers.drive.items.CreateThumbnails requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.thumbnailSet' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.thumbnailSet' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/thumbnails/{thumbnailSet-id}': description: Provides operations to manage the thumbnails property of the microsoft.graph.driveItem entity. get: tags: - storage.fileStorage summary: Get thumbnails from storage description: 'Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. Nullable.' operationId: storage.fileStorage.containers.drive.items.GetThumbnails parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.thumbnailSet' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property thumbnails in storage operationId: storage.fileStorage.containers.drive.items.UpdateThumbnails requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.thumbnailSet' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.thumbnailSet' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property thumbnails for storage operationId: storage.fileStorage.containers.drive.items.DeleteThumbnails parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: thumbnailSet-id in: path description: The unique identifier of thumbnailSet required: true schema: type: string x-ms-docs-key-type: thumbnailSet '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/thumbnails/$count': description: Provides operations to count the resources in the collection. get: tags: - storage.fileStorage summary: Get the number of the resource operationId: storage.fileStorage.containers.drive.items.thumbnails.GetCount-2b36 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/versions': description: Provides operations to manage the versions property of the microsoft.graph.driveItem entity. get: tags: - storage.fileStorage summary: Get versions from storage description: 'The list of previous versions of the item. For more info, see getting previous versions. Read-only. Nullable.' operationId: storage.fileStorage.containers.drive.items.ListVersions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.driveItemVersionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - storage.fileStorage summary: Create new navigation property to versions for storage operationId: storage.fileStorage.containers.drive.items.CreateVersions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/versions/{driveItemVersion-id}': description: Provides operations to manage the versions property of the microsoft.graph.driveItem entity. get: tags: - storage.fileStorage summary: Get versions from storage description: 'The list of previous versions of the item. For more info, see getting previous versions. Read-only. Nullable.' operationId: storage.fileStorage.containers.drive.items.GetVersions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property versions in storage operationId: storage.fileStorage.containers.drive.items.UpdateVersions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property versions for storage operationId: storage.fileStorage.containers.drive.items.DeleteVersions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: driveItemVersion-id in: path description: The unique identifier of driveItemVersion required: true schema: type: string x-ms-docs-key-type: driveItemVersion '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/versions/{driveItemVersion-id}/content': description: Provides operations to manage the media for the storage entity. get: tags: - storage.fileStorage summary: Get content for the navigation property versions from storage description: The content stream for this version of the item. operationId: storage.fileStorage.containers.drive.items.GetVersionsContent responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - storage.fileStorage summary: Update content for the navigation property versions in storage description: The content stream for this version of the item. operationId: storage.fileStorage.containers.drive.items.UpdateVersionsContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - storage.fileStorage summary: Delete content for the navigation property versions in storage description: The content stream for this version of the item. operationId: storage.fileStorage.containers.drive.items.DeleteVersionsContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: driveItemVersion-id in: path description: The unique identifier of driveItemVersion required: true schema: type: string x-ms-docs-key-type: driveItemVersion '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion': description: Provides operations to call the restoreVersion method. post: tags: - storage.Actions summary: Invoke action restoreVersion description: 'Restore a previous version of a DriveItem to be the current version. This will create a new version with the contents of the previous version, but preserves all existing versions of the file.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.versions.driveItemVersion.restoreVersion responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: driveItemVersion-id in: path description: The unique identifier of driveItemVersion required: true schema: type: string x-ms-docs-key-type: driveItemVersion x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/versions/$count': description: Provides operations to count the resources in the collection. get: tags: - storage.fileStorage summary: Get the number of the resource operationId: storage.fileStorage.containers.drive.items.versions.GetCount-099f parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook': description: Provides operations to manage the workbook property of the microsoft.graph.driveItem entity. get: tags: - storage.fileStorage summary: Get workbook from storage description: 'For files that are Excel spreadsheets, access to the workbook API to work with the spreadsheet''s contents. Nullable.' operationId: storage.fileStorage.containers.drive.items.GetWorkbook parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbook' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property workbook in storage operationId: storage.fileStorage.containers.drive.items.UpdateWorkbook requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbook' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbook' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property workbook for storage operationId: storage.fileStorage.containers.drive.items.DeleteWorkbook parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/application': description: Provides operations to manage the application property of the microsoft.graph.workbook entity. get: tags: - storage.fileStorage summary: Get application from storage operationId: storage.fileStorage.containers.drive.items.workbook.GetApplication parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookApplication' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property application in storage operationId: storage.fileStorage.containers.drive.items.workbook.UpdateApplication requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookApplication' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookApplication' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property application for storage operationId: storage.fileStorage.containers.drive.items.workbook.DeleteApplication parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/application/calculate': description: Provides operations to call the calculate method. post: tags: - storage.Actions summary: Invoke action calculate description: Recalculate all currently opened workbooks in Excel. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/workbookapplication-calculate?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.application.calculate requestBody: description: Action parameters content: application/json: schema: type: object properties: calculationType: type: string required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/comments': description: Provides operations to manage the comments property of the microsoft.graph.workbook entity. get: tags: - storage.fileStorage summary: Get comments from storage description: Represents a collection of comments in a workbook. operationId: storage.fileStorage.containers.drive.items.workbook.ListComments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.workbookCommentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - storage.fileStorage summary: Create new navigation property to comments for storage operationId: storage.fileStorage.containers.drive.items.workbook.CreateComments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookComment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookComment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/comments/{workbookComment-id}': description: Provides operations to manage the comments property of the microsoft.graph.workbook entity. get: tags: - storage.fileStorage summary: Get comments from storage description: Represents a collection of comments in a workbook. operationId: storage.fileStorage.containers.drive.items.workbook.GetComments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookComment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property comments in storage operationId: storage.fileStorage.containers.drive.items.workbook.UpdateComments requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookComment' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookComment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property comments for storage operationId: storage.fileStorage.containers.drive.items.workbook.DeleteComments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookComment-id in: path description: The unique identifier of workbookComment required: true schema: type: string x-ms-docs-key-type: workbookComment '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/comments/{workbookComment-id}/replies': description: Provides operations to manage the replies property of the microsoft.graph.workbookComment entity. get: tags: - storage.fileStorage summary: Get replies from storage operationId: storage.fileStorage.containers.drive.items.workbook.comments.ListReplies parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.workbookCommentReplyCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - storage.fileStorage summary: Create new navigation property to replies for storage operationId: storage.fileStorage.containers.drive.items.workbook.comments.CreateReplies requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookCommentReply' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookCommentReply' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookComment-id in: path description: The unique identifier of workbookComment required: true schema: type: string x-ms-docs-key-type: workbookComment '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/comments/{workbookComment-id}/replies/{workbookCommentReply-id}': description: Provides operations to manage the replies property of the microsoft.graph.workbookComment entity. get: tags: - storage.fileStorage summary: Get replies from storage operationId: storage.fileStorage.containers.drive.items.workbook.comments.GetReplies parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookCommentReply' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property replies in storage operationId: storage.fileStorage.containers.drive.items.workbook.comments.UpdateReplies requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookCommentReply' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookCommentReply' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property replies for storage operationId: storage.fileStorage.containers.drive.items.workbook.comments.DeleteReplies parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookComment-id in: path description: The unique identifier of workbookComment required: true schema: type: string x-ms-docs-key-type: workbookComment - name: workbookCommentReply-id in: path description: The unique identifier of workbookCommentReply required: true schema: type: string x-ms-docs-key-type: workbookCommentReply '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/comments/{workbookComment-id}/replies/$count': description: Provides operations to count the resources in the collection. get: tags: - storage.fileStorage summary: Get the number of the resource operationId: storage.fileStorage.containers.drive.items.workbook.comments.replies.GetCount-dc12 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookComment-id in: path description: The unique identifier of workbookComment required: true schema: type: string x-ms-docs-key-type: workbookComment '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/comments/$count': description: Provides operations to count the resources in the collection. get: tags: - storage.fileStorage summary: Get the number of the resource operationId: storage.fileStorage.containers.drive.items.workbook.comments.GetCount-d11a parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions': description: Provides operations to manage the functions property of the microsoft.graph.workbook entity. get: tags: - storage.fileStorage summary: Get functions from storage operationId: storage.fileStorage.containers.drive.items.workbook.GetFunctions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookFunctions' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property functions in storage operationId: storage.fileStorage.containers.drive.items.workbook.UpdateFunctions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookFunctions' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookFunctions' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property functions for storage operationId: storage.fileStorage.containers.drive.items.workbook.DeleteFunctions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/abs': description: Provides operations to call the abs method. post: tags: - storage.Actions summary: Invoke action abs operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.abs requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/accrInt': description: Provides operations to call the accrInt method. post: tags: - storage.Actions summary: Invoke action accrInt operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.accrInt requestBody: description: Action parameters content: application/json: schema: type: object properties: issue: { } firstInterest: { } settlement: { } rate: { } par: { } frequency: { } basis: { } calcMethod: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/accrIntM': description: Provides operations to call the accrIntM method. post: tags: - storage.Actions summary: Invoke action accrIntM operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.accrIntM requestBody: description: Action parameters content: application/json: schema: type: object properties: issue: { } settlement: { } rate: { } par: { } basis: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/acos': description: Provides operations to call the acos method. post: tags: - storage.Actions summary: Invoke action acos operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.acos requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/acosh': description: Provides operations to call the acosh method. post: tags: - storage.Actions summary: Invoke action acosh operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.acosh requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/acot': description: Provides operations to call the acot method. post: tags: - storage.Actions summary: Invoke action acot operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.acot requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/acoth': description: Provides operations to call the acoth method. post: tags: - storage.Actions summary: Invoke action acoth operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.acoth requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/amorDegrc': description: Provides operations to call the amorDegrc method. post: tags: - storage.Actions summary: Invoke action amorDegrc operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.amorDegrc requestBody: description: Action parameters content: application/json: schema: type: object properties: cost: { } datePurchased: { } firstPeriod: { } salvage: { } period: { } rate: { } basis: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/amorLinc': description: Provides operations to call the amorLinc method. post: tags: - storage.Actions summary: Invoke action amorLinc operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.amorLinc requestBody: description: Action parameters content: application/json: schema: type: object properties: cost: { } datePurchased: { } firstPeriod: { } salvage: { } period: { } rate: { } basis: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/and': description: Provides operations to call the and method. post: tags: - storage.Actions summary: Invoke action and operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.and requestBody: description: Action parameters content: application/json: schema: type: object properties: values: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/arabic': description: Provides operations to call the arabic method. post: tags: - storage.Actions summary: Invoke action arabic operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.arabic requestBody: description: Action parameters content: application/json: schema: type: object properties: text: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/areas': description: Provides operations to call the areas method. post: tags: - storage.Actions summary: Invoke action areas operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.areas requestBody: description: Action parameters content: application/json: schema: type: object properties: reference: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/asc': description: Provides operations to call the asc method. post: tags: - storage.Actions summary: Invoke action asc operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.asc requestBody: description: Action parameters content: application/json: schema: type: object properties: text: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/asin': description: Provides operations to call the asin method. post: tags: - storage.Actions summary: Invoke action asin operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.asin requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/asinh': description: Provides operations to call the asinh method. post: tags: - storage.Actions summary: Invoke action asinh operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.asinh requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/atan': description: Provides operations to call the atan method. post: tags: - storage.Actions summary: Invoke action atan operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.atan requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/atan2': description: Provides operations to call the atan2 method. post: tags: - storage.Actions summary: Invoke action atan2 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.atan2 requestBody: description: Action parameters content: application/json: schema: type: object properties: xNum: { } yNum: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/atanh': description: Provides operations to call the atanh method. post: tags: - storage.Actions summary: Invoke action atanh operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.atanh requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/aveDev': description: Provides operations to call the aveDev method. post: tags: - storage.Actions summary: Invoke action aveDev operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.aveDev requestBody: description: Action parameters content: application/json: schema: type: object properties: values: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/average': description: Provides operations to call the average method. post: tags: - storage.Actions summary: Invoke action average operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.average requestBody: description: Action parameters content: application/json: schema: type: object properties: values: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/averageA': description: Provides operations to call the averageA method. post: tags: - storage.Actions summary: Invoke action averageA operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.averageA requestBody: description: Action parameters content: application/json: schema: type: object properties: values: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/averageIf': description: Provides operations to call the averageIf method. post: tags: - storage.Actions summary: Invoke action averageIf operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.averageIf requestBody: description: Action parameters content: application/json: schema: type: object properties: range: { } criteria: { } averageRange: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/averageIfs': description: Provides operations to call the averageIfs method. post: tags: - storage.Actions summary: Invoke action averageIfs operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.averageIfs requestBody: description: Action parameters content: application/json: schema: type: object properties: averageRange: { } values: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/bahtText': description: Provides operations to call the bahtText method. post: tags: - storage.Actions summary: Invoke action bahtText operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.bahtText requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/base': description: Provides operations to call the base method. post: tags: - storage.Actions summary: Invoke action base operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.base requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } radix: { } minLength: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/besselI': description: Provides operations to call the besselI method. post: tags: - storage.Actions summary: Invoke action besselI operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.besselI requestBody: description: Action parameters content: application/json: schema: type: object properties: x: { } n: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/besselJ': description: Provides operations to call the besselJ method. post: tags: - storage.Actions summary: Invoke action besselJ operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.besselJ requestBody: description: Action parameters content: application/json: schema: type: object properties: x: { } n: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/besselK': description: Provides operations to call the besselK method. post: tags: - storage.Actions summary: Invoke action besselK operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.besselK requestBody: description: Action parameters content: application/json: schema: type: object properties: x: { } n: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/besselY': description: Provides operations to call the besselY method. post: tags: - storage.Actions summary: Invoke action besselY operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.besselY requestBody: description: Action parameters content: application/json: schema: type: object properties: x: { } n: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/beta_Dist': description: Provides operations to call the beta_Dist method. post: tags: - storage.Actions summary: Invoke action beta_Dist operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.beta_Dist requestBody: description: Action parameters content: application/json: schema: type: object properties: x: { } alpha: { } beta: { } cumulative: { } A: { } B: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/beta_Inv': description: Provides operations to call the beta_Inv method. post: tags: - storage.Actions summary: Invoke action beta_Inv operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.beta_Inv requestBody: description: Action parameters content: application/json: schema: type: object properties: probability: { } alpha: { } beta: { } A: { } B: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/bin2Dec': description: Provides operations to call the bin2Dec method. post: tags: - storage.Actions summary: Invoke action bin2Dec operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.bin2Dec requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/bin2Hex': description: Provides operations to call the bin2Hex method. post: tags: - storage.Actions summary: Invoke action bin2Hex operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.bin2Hex requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } places: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/bin2Oct': description: Provides operations to call the bin2Oct method. post: tags: - storage.Actions summary: Invoke action bin2Oct operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.bin2Oct requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } places: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/binom_Dist': description: Provides operations to call the binom_Dist method. post: tags: - storage.Actions summary: Invoke action binom_Dist operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.binom_Dist requestBody: description: Action parameters content: application/json: schema: type: object properties: numberS: { } trials: { } probabilityS: { } cumulative: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/binom_Dist_Range': description: Provides operations to call the binom_Dist_Range method. post: tags: - storage.Actions summary: Invoke action binom_Dist_Range operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.binom_Dist_Range requestBody: description: Action parameters content: application/json: schema: type: object properties: trials: { } probabilityS: { } numberS: { } numberS2: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/binom_Inv': description: Provides operations to call the binom_Inv method. post: tags: - storage.Actions summary: Invoke action binom_Inv operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.binom_Inv requestBody: description: Action parameters content: application/json: schema: type: object properties: trials: { } probabilityS: { } alpha: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/bitand': description: Provides operations to call the bitand method. post: tags: - storage.Actions summary: Invoke action bitand operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.bitand requestBody: description: Action parameters content: application/json: schema: type: object properties: number1: { } number2: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/bitlshift': description: Provides operations to call the bitlshift method. post: tags: - storage.Actions summary: Invoke action bitlshift operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.bitlshift requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } shiftAmount: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/bitor': description: Provides operations to call the bitor method. post: tags: - storage.Actions summary: Invoke action bitor operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.bitor requestBody: description: Action parameters content: application/json: schema: type: object properties: number1: { } number2: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/bitrshift': description: Provides operations to call the bitrshift method. post: tags: - storage.Actions summary: Invoke action bitrshift operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.bitrshift requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } shiftAmount: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/bitxor': description: Provides operations to call the bitxor method. post: tags: - storage.Actions summary: Invoke action bitxor operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.bitxor requestBody: description: Action parameters content: application/json: schema: type: object properties: number1: { } number2: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/ceiling_Math': description: Provides operations to call the ceiling_Math method. post: tags: - storage.Actions summary: Invoke action ceiling_Math operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.ceiling_Math requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } significance: { } mode: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/ceiling_Precise': description: Provides operations to call the ceiling_Precise method. post: tags: - storage.Actions summary: Invoke action ceiling_Precise operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.ceiling_Precise requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } significance: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/char': description: Provides operations to call the char method. post: tags: - storage.Actions summary: Invoke action char operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.char requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/chiSq_Dist': description: Provides operations to call the chiSq_Dist method. post: tags: - storage.Actions summary: Invoke action chiSq_Dist operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.chiSq_Dist requestBody: description: Action parameters content: application/json: schema: type: object properties: x: { } degFreedom: { } cumulative: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/chiSq_Dist_RT': description: Provides operations to call the chiSq_Dist_RT method. post: tags: - storage.Actions summary: Invoke action chiSq_Dist_RT operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.chiSq_Dist_RT requestBody: description: Action parameters content: application/json: schema: type: object properties: x: { } degFreedom: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/chiSq_Inv': description: Provides operations to call the chiSq_Inv method. post: tags: - storage.Actions summary: Invoke action chiSq_Inv operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.chiSq_Inv requestBody: description: Action parameters content: application/json: schema: type: object properties: probability: { } degFreedom: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/chiSq_Inv_RT': description: Provides operations to call the chiSq_Inv_RT method. post: tags: - storage.Actions summary: Invoke action chiSq_Inv_RT operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.chiSq_Inv_RT requestBody: description: Action parameters content: application/json: schema: type: object properties: probability: { } degFreedom: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/choose': description: Provides operations to call the choose method. post: tags: - storage.Actions summary: Invoke action choose operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.choose requestBody: description: Action parameters content: application/json: schema: type: object properties: indexNum: { } values: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/clean': description: Provides operations to call the clean method. post: tags: - storage.Actions summary: Invoke action clean operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.clean requestBody: description: Action parameters content: application/json: schema: type: object properties: text: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/code': description: Provides operations to call the code method. post: tags: - storage.Actions summary: Invoke action code operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.code requestBody: description: Action parameters content: application/json: schema: type: object properties: text: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/columns': description: Provides operations to call the columns method. post: tags: - storage.Actions summary: Invoke action columns operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.columns requestBody: description: Action parameters content: application/json: schema: type: object properties: array: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/combin': description: Provides operations to call the combin method. post: tags: - storage.Actions summary: Invoke action combin operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.combin requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } numberChosen: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/combina': description: Provides operations to call the combina method. post: tags: - storage.Actions summary: Invoke action combina operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.combina requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } numberChosen: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/complex': description: Provides operations to call the complex method. post: tags: - storage.Actions summary: Invoke action complex operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.complex requestBody: description: Action parameters content: application/json: schema: type: object properties: realNum: { } iNum: { } suffix: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/concatenate': description: Provides operations to call the concatenate method. post: tags: - storage.Actions summary: Invoke action concatenate operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.concatenate requestBody: description: Action parameters content: application/json: schema: type: object properties: values: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/confidence_Norm': description: Provides operations to call the confidence_Norm method. post: tags: - storage.Actions summary: Invoke action confidence_Norm operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.confidence_Norm requestBody: description: Action parameters content: application/json: schema: type: object properties: alpha: { } standardDev: { } size: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/confidence_T': description: Provides operations to call the confidence_T method. post: tags: - storage.Actions summary: Invoke action confidence_T operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.confidence_T requestBody: description: Action parameters content: application/json: schema: type: object properties: alpha: { } standardDev: { } size: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/convert': description: Provides operations to call the convert method. post: tags: - storage.Actions summary: Invoke action convert operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.convert requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } fromUnit: { } toUnit: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/cos': description: Provides operations to call the cos method. post: tags: - storage.Actions summary: Invoke action cos operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.cos requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/cosh': description: Provides operations to call the cosh method. post: tags: - storage.Actions summary: Invoke action cosh operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.cosh requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/cot': description: Provides operations to call the cot method. post: tags: - storage.Actions summary: Invoke action cot operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.cot requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/coth': description: Provides operations to call the coth method. post: tags: - storage.Actions summary: Invoke action coth operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.coth requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/count': description: Provides operations to call the count method. post: tags: - storage.Actions summary: Invoke action count operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.count requestBody: description: Action parameters content: application/json: schema: type: object properties: values: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/count()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/count()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/count()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/count()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/count()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/count()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/count()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/count()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/count()' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/countA': description: Provides operations to call the countA method. post: tags: - storage.Actions summary: Invoke action countA operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.countA requestBody: description: Action parameters content: application/json: schema: type: object properties: values: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/countBlank': description: Provides operations to call the countBlank method. post: tags: - storage.Actions summary: Invoke action countBlank operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.countBlank requestBody: description: Action parameters content: application/json: schema: type: object properties: range: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/countIf': description: Provides operations to call the countIf method. post: tags: - storage.Actions summary: Invoke action countIf operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.countIf requestBody: description: Action parameters content: application/json: schema: type: object properties: range: { } criteria: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/countIfs': description: Provides operations to call the countIfs method. post: tags: - storage.Actions summary: Invoke action countIfs operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.countIfs requestBody: description: Action parameters content: application/json: schema: type: object properties: values: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/coupDayBs': description: Provides operations to call the coupDayBs method. post: tags: - storage.Actions summary: Invoke action coupDayBs operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.coupDayBs requestBody: description: Action parameters content: application/json: schema: type: object properties: settlement: { } maturity: { } frequency: { } basis: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/coupDays': description: Provides operations to call the coupDays method. post: tags: - storage.Actions summary: Invoke action coupDays operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.coupDays requestBody: description: Action parameters content: application/json: schema: type: object properties: settlement: { } maturity: { } frequency: { } basis: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/coupDaysNc': description: Provides operations to call the coupDaysNc method. post: tags: - storage.Actions summary: Invoke action coupDaysNc operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.coupDaysNc requestBody: description: Action parameters content: application/json: schema: type: object properties: settlement: { } maturity: { } frequency: { } basis: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/coupNcd': description: Provides operations to call the coupNcd method. post: tags: - storage.Actions summary: Invoke action coupNcd operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.coupNcd requestBody: description: Action parameters content: application/json: schema: type: object properties: settlement: { } maturity: { } frequency: { } basis: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/coupNum': description: Provides operations to call the coupNum method. post: tags: - storage.Actions summary: Invoke action coupNum operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.coupNum requestBody: description: Action parameters content: application/json: schema: type: object properties: settlement: { } maturity: { } frequency: { } basis: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/coupPcd': description: Provides operations to call the coupPcd method. post: tags: - storage.Actions summary: Invoke action coupPcd operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.coupPcd requestBody: description: Action parameters content: application/json: schema: type: object properties: settlement: { } maturity: { } frequency: { } basis: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/csc': description: Provides operations to call the csc method. post: tags: - storage.Actions summary: Invoke action csc operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.csc requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/csch': description: Provides operations to call the csch method. post: tags: - storage.Actions summary: Invoke action csch operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.csch requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/cumIPmt': description: Provides operations to call the cumIPmt method. post: tags: - storage.Actions summary: Invoke action cumIPmt operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.cumIPmt requestBody: description: Action parameters content: application/json: schema: type: object properties: rate: { } nper: { } pv: { } startPeriod: { } endPeriod: { } type: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/cumPrinc': description: Provides operations to call the cumPrinc method. post: tags: - storage.Actions summary: Invoke action cumPrinc operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.cumPrinc requestBody: description: Action parameters content: application/json: schema: type: object properties: rate: { } nper: { } pv: { } startPeriod: { } endPeriod: { } type: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/date': description: Provides operations to call the date method. post: tags: - storage.Actions summary: Invoke action date operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.date requestBody: description: Action parameters content: application/json: schema: type: object properties: year: { } month: { } day: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/datevalue': description: Provides operations to call the datevalue method. post: tags: - storage.Actions summary: Invoke action datevalue operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.datevalue requestBody: description: Action parameters content: application/json: schema: type: object properties: dateText: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/daverage': description: Provides operations to call the daverage method. post: tags: - storage.Actions summary: Invoke action daverage operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.daverage requestBody: description: Action parameters content: application/json: schema: type: object properties: database: { } field: { } criteria: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/day': description: Provides operations to call the day method. post: tags: - storage.Actions summary: Invoke action day operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.day requestBody: description: Action parameters content: application/json: schema: type: object properties: serialNumber: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/days': description: Provides operations to call the days method. post: tags: - storage.Actions summary: Invoke action days operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.days requestBody: description: Action parameters content: application/json: schema: type: object properties: endDate: { } startDate: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/days360': description: Provides operations to call the days360 method. post: tags: - storage.Actions summary: Invoke action days360 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.days360 requestBody: description: Action parameters content: application/json: schema: type: object properties: startDate: { } endDate: { } method: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/db': description: Provides operations to call the db method. post: tags: - storage.Actions summary: Invoke action db operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.db requestBody: description: Action parameters content: application/json: schema: type: object properties: cost: { } salvage: { } life: { } period: { } month: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/dbcs': description: Provides operations to call the dbcs method. post: tags: - storage.Actions summary: Invoke action dbcs operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.dbcs requestBody: description: Action parameters content: application/json: schema: type: object properties: text: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/dcount': description: Provides operations to call the dcount method. post: tags: - storage.Actions summary: Invoke action dcount operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.dcount requestBody: description: Action parameters content: application/json: schema: type: object properties: database: { } field: { } criteria: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/dcountA': description: Provides operations to call the dcountA method. post: tags: - storage.Actions summary: Invoke action dcountA operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.dcountA requestBody: description: Action parameters content: application/json: schema: type: object properties: database: { } field: { } criteria: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/ddb': description: Provides operations to call the ddb method. post: tags: - storage.Actions summary: Invoke action ddb operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.ddb requestBody: description: Action parameters content: application/json: schema: type: object properties: cost: { } salvage: { } life: { } period: { } factor: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/dec2Bin': description: Provides operations to call the dec2Bin method. post: tags: - storage.Actions summary: Invoke action dec2Bin operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.dec2Bin requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } places: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/dec2Hex': description: Provides operations to call the dec2Hex method. post: tags: - storage.Actions summary: Invoke action dec2Hex operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.dec2Hex requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } places: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/dec2Oct': description: Provides operations to call the dec2Oct method. post: tags: - storage.Actions summary: Invoke action dec2Oct operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.dec2Oct requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } places: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/decimal': description: Provides operations to call the decimal method. post: tags: - storage.Actions summary: Invoke action decimal operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.decimal requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } radix: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/degrees': description: Provides operations to call the degrees method. post: tags: - storage.Actions summary: Invoke action degrees operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.degrees requestBody: description: Action parameters content: application/json: schema: type: object properties: angle: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/delta': description: Provides operations to call the delta method. post: tags: - storage.Actions summary: Invoke action delta operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.delta requestBody: description: Action parameters content: application/json: schema: type: object properties: number1: { } number2: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/delta()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/delta(token=''{token}'')' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/items/delta()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/items/delta(token=''{token}'')' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/devSq': description: Provides operations to call the devSq method. post: tags: - storage.Actions summary: Invoke action devSq operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.devSq requestBody: description: Action parameters content: application/json: schema: type: object properties: values: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/dget': description: Provides operations to call the dget method. post: tags: - storage.Actions summary: Invoke action dget operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.dget requestBody: description: Action parameters content: application/json: schema: type: object properties: database: { } field: { } criteria: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/disc': description: Provides operations to call the disc method. post: tags: - storage.Actions summary: Invoke action disc operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.disc requestBody: description: Action parameters content: application/json: schema: type: object properties: settlement: { } maturity: { } pr: { } redemption: { } basis: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/dmax': description: Provides operations to call the dmax method. post: tags: - storage.Actions summary: Invoke action dmax operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.dmax requestBody: description: Action parameters content: application/json: schema: type: object properties: database: { } field: { } criteria: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/dmin': description: Provides operations to call the dmin method. post: tags: - storage.Actions summary: Invoke action dmin operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.dmin requestBody: description: Action parameters content: application/json: schema: type: object properties: database: { } field: { } criteria: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/dollar': description: Provides operations to call the dollar method. post: tags: - storage.Actions summary: Invoke action dollar operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.dollar requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } decimals: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/dollarDe': description: Provides operations to call the dollarDe method. post: tags: - storage.Actions summary: Invoke action dollarDe operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.dollarDe requestBody: description: Action parameters content: application/json: schema: type: object properties: fractionalDollar: { } fraction: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/dollarFr': description: Provides operations to call the dollarFr method. post: tags: - storage.Actions summary: Invoke action dollarFr operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.dollarFr requestBody: description: Action parameters content: application/json: schema: type: object properties: decimalDollar: { } fraction: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/dproduct': description: Provides operations to call the dproduct method. post: tags: - storage.Actions summary: Invoke action dproduct operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.dproduct requestBody: description: Action parameters content: application/json: schema: type: object properties: database: { } field: { } criteria: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/dstDev': description: Provides operations to call the dstDev method. post: tags: - storage.Actions summary: Invoke action dstDev operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.dstDev requestBody: description: Action parameters content: application/json: schema: type: object properties: database: { } field: { } criteria: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/dstDevP': description: Provides operations to call the dstDevP method. post: tags: - storage.Actions summary: Invoke action dstDevP operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.dstDevP requestBody: description: Action parameters content: application/json: schema: type: object properties: database: { } field: { } criteria: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/dsum': description: Provides operations to call the dsum method. post: tags: - storage.Actions summary: Invoke action dsum operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.dsum requestBody: description: Action parameters content: application/json: schema: type: object properties: database: { } field: { } criteria: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/duration': description: Provides operations to call the duration method. post: tags: - storage.Actions summary: Invoke action duration operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.duration requestBody: description: Action parameters content: application/json: schema: type: object properties: settlement: { } maturity: { } coupon: { } yld: { } frequency: { } basis: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/dvar': description: Provides operations to call the dvar method. post: tags: - storage.Actions summary: Invoke action dvar operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.dvar requestBody: description: Action parameters content: application/json: schema: type: object properties: database: { } field: { } criteria: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/dvarP': description: Provides operations to call the dvarP method. post: tags: - storage.Actions summary: Invoke action dvarP operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.dvarP requestBody: description: Action parameters content: application/json: schema: type: object properties: database: { } field: { } criteria: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/ecma_Ceiling': description: Provides operations to call the ecma_Ceiling method. post: tags: - storage.Actions summary: Invoke action ecma_Ceiling operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.ecma_Ceiling requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } significance: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/edate': description: Provides operations to call the edate method. post: tags: - storage.Actions summary: Invoke action edate operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.edate requestBody: description: Action parameters content: application/json: schema: type: object properties: startDate: { } months: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/effect': description: Provides operations to call the effect method. post: tags: - storage.Actions summary: Invoke action effect operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.effect requestBody: description: Action parameters content: application/json: schema: type: object properties: nominalRate: { } npery: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/eoMonth': description: Provides operations to call the eoMonth method. post: tags: - storage.Actions summary: Invoke action eoMonth operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.eoMonth requestBody: description: Action parameters content: application/json: schema: type: object properties: startDate: { } months: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/erf': description: Provides operations to call the erf method. post: tags: - storage.Actions summary: Invoke action erf operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.erf requestBody: description: Action parameters content: application/json: schema: type: object properties: lowerLimit: { } upperLimit: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/erf_Precise': description: Provides operations to call the erf_Precise method. post: tags: - storage.Actions summary: Invoke action erf_Precise operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.erf_Precise requestBody: description: Action parameters content: application/json: schema: type: object properties: X: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/erfC': description: Provides operations to call the erfC method. post: tags: - storage.Actions summary: Invoke action erfC operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.erfC requestBody: description: Action parameters content: application/json: schema: type: object properties: x: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/erfC_Precise': description: Provides operations to call the erfC_Precise method. post: tags: - storage.Actions summary: Invoke action erfC_Precise operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.erfC_Precise requestBody: description: Action parameters content: application/json: schema: type: object properties: X: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/error_Type': description: Provides operations to call the error_Type method. post: tags: - storage.Actions summary: Invoke action error_Type operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.error_Type requestBody: description: Action parameters content: application/json: schema: type: object properties: errorVal: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/even': description: Provides operations to call the even method. post: tags: - storage.Actions summary: Invoke action even operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.even requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/exact': description: Provides operations to call the exact method. post: tags: - storage.Actions summary: Invoke action exact operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.exact requestBody: description: Action parameters content: application/json: schema: type: object properties: text1: { } text2: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/exp': description: Provides operations to call the exp method. post: tags: - storage.Actions summary: Invoke action exp operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.exp requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/expon_Dist': description: Provides operations to call the expon_Dist method. post: tags: - storage.Actions summary: Invoke action expon_Dist operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.expon_Dist requestBody: description: Action parameters content: application/json: schema: type: object properties: x: { } lambda: { } cumulative: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/f_Dist': description: Provides operations to call the f_Dist method. post: tags: - storage.Actions summary: Invoke action f_Dist operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.f_Dist requestBody: description: Action parameters content: application/json: schema: type: object properties: x: { } degFreedom1: { } degFreedom2: { } cumulative: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/f_Dist_RT': description: Provides operations to call the f_Dist_RT method. post: tags: - storage.Actions summary: Invoke action f_Dist_RT operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.f_Dist_RT requestBody: description: Action parameters content: application/json: schema: type: object properties: x: { } degFreedom1: { } degFreedom2: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/f_Inv': description: Provides operations to call the f_Inv method. post: tags: - storage.Actions summary: Invoke action f_Inv operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.f_Inv requestBody: description: Action parameters content: application/json: schema: type: object properties: probability: { } degFreedom1: { } degFreedom2: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/f_Inv_RT': description: Provides operations to call the f_Inv_RT method. post: tags: - storage.Actions summary: Invoke action f_Inv_RT operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.f_Inv_RT requestBody: description: Action parameters content: application/json: schema: type: object properties: probability: { } degFreedom1: { } degFreedom2: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/fact': description: Provides operations to call the fact method. post: tags: - storage.Actions summary: Invoke action fact operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.fact requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/factDouble': description: Provides operations to call the factDouble method. post: tags: - storage.Actions summary: Invoke action factDouble operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.factDouble requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/false': description: Provides operations to call the false method. post: tags: - storage.Actions summary: Invoke action false operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.false responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/find': description: Provides operations to call the find method. post: tags: - storage.Actions summary: Invoke action find operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.find requestBody: description: Action parameters content: application/json: schema: type: object properties: findText: { } withinText: { } startNum: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/findB': description: Provides operations to call the findB method. post: tags: - storage.Actions summary: Invoke action findB operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.findB requestBody: description: Action parameters content: application/json: schema: type: object properties: findText: { } withinText: { } startNum: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/fisher': description: Provides operations to call the fisher method. post: tags: - storage.Actions summary: Invoke action fisher operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.fisher requestBody: description: Action parameters content: application/json: schema: type: object properties: x: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/fisherInv': description: Provides operations to call the fisherInv method. post: tags: - storage.Actions summary: Invoke action fisherInv operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.fisherInv requestBody: description: Action parameters content: application/json: schema: type: object properties: y: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/fixed': description: Provides operations to call the fixed method. post: tags: - storage.Actions summary: Invoke action fixed operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.fixed requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } decimals: { } noCommas: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/floor_Math': description: Provides operations to call the floor_Math method. post: tags: - storage.Actions summary: Invoke action floor_Math operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.floor_Math requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } significance: { } mode: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/floor_Precise': description: Provides operations to call the floor_Precise method. post: tags: - storage.Actions summary: Invoke action floor_Precise operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.floor_Precise requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } significance: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/fv': description: Provides operations to call the fv method. post: tags: - storage.Actions summary: Invoke action fv operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.fv requestBody: description: Action parameters content: application/json: schema: type: object properties: rate: { } nper: { } pmt: { } pv: { } type: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/fvschedule': description: Provides operations to call the fvschedule method. post: tags: - storage.Actions summary: Invoke action fvschedule operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.fvschedule requestBody: description: Action parameters content: application/json: schema: type: object properties: principal: { } schedule: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/gamma': description: Provides operations to call the gamma method. post: tags: - storage.Actions summary: Invoke action gamma operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.gamma requestBody: description: Action parameters content: application/json: schema: type: object properties: x: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/gamma_Dist': description: Provides operations to call the gamma_Dist method. post: tags: - storage.Actions summary: Invoke action gamma_Dist operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.gamma_Dist requestBody: description: Action parameters content: application/json: schema: type: object properties: x: { } alpha: { } beta: { } cumulative: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/gamma_Inv': description: Provides operations to call the gamma_Inv method. post: tags: - storage.Actions summary: Invoke action gamma_Inv operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.gamma_Inv requestBody: description: Action parameters content: application/json: schema: type: object properties: probability: { } alpha: { } beta: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/gammaLn': description: Provides operations to call the gammaLn method. post: tags: - storage.Actions summary: Invoke action gammaLn operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.gammaLn requestBody: description: Action parameters content: application/json: schema: type: object properties: x: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/gammaLn_Precise': description: Provides operations to call the gammaLn_Precise method. post: tags: - storage.Actions summary: Invoke action gammaLn_Precise operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.gammaLn_Precise requestBody: description: Action parameters content: application/json: schema: type: object properties: x: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/gauss': description: Provides operations to call the gauss method. post: tags: - storage.Actions summary: Invoke action gauss operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.gauss requestBody: description: Action parameters content: application/json: schema: type: object properties: x: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/gcd': description: Provides operations to call the gcd method. post: tags: - storage.Actions summary: Invoke action gcd operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.gcd requestBody: description: Action parameters content: application/json: schema: type: object properties: values: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/geoMean': description: Provides operations to call the geoMean method. post: tags: - storage.Actions summary: Invoke action geoMean operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.geoMean requestBody: description: Action parameters content: application/json: schema: type: object properties: values: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/geStep': description: Provides operations to call the geStep method. post: tags: - storage.Actions summary: Invoke action geStep operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.geStep requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } step: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/harMean': description: Provides operations to call the harMean method. post: tags: - storage.Actions summary: Invoke action harMean operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.harMean requestBody: description: Action parameters content: application/json: schema: type: object properties: values: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/hex2Bin': description: Provides operations to call the hex2Bin method. post: tags: - storage.Actions summary: Invoke action hex2Bin operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.hex2Bin requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } places: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/hex2Dec': description: Provides operations to call the hex2Dec method. post: tags: - storage.Actions summary: Invoke action hex2Dec operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.hex2Dec requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/hex2Oct': description: Provides operations to call the hex2Oct method. post: tags: - storage.Actions summary: Invoke action hex2Oct operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.hex2Oct requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } places: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/hlookup': description: Provides operations to call the hlookup method. post: tags: - storage.Actions summary: Invoke action hlookup operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.hlookup requestBody: description: Action parameters content: application/json: schema: type: object properties: lookupValue: { } tableArray: { } rowIndexNum: { } rangeLookup: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/hour': description: Provides operations to call the hour method. post: tags: - storage.Actions summary: Invoke action hour operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.hour requestBody: description: Action parameters content: application/json: schema: type: object properties: serialNumber: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/hyperlink': description: Provides operations to call the hyperlink method. post: tags: - storage.Actions summary: Invoke action hyperlink operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.hyperlink requestBody: description: Action parameters content: application/json: schema: type: object properties: linkLocation: { } friendlyName: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/hypGeom_Dist': description: Provides operations to call the hypGeom_Dist method. post: tags: - storage.Actions summary: Invoke action hypGeom_Dist operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.hypGeom_Dist requestBody: description: Action parameters content: application/json: schema: type: object properties: sampleS: { } numberSample: { } populationS: { } numberPop: { } cumulative: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/if': description: Provides operations to call the if method. post: tags: - storage.Actions summary: Invoke action if operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.if requestBody: description: Action parameters content: application/json: schema: type: object properties: logicalTest: { } valueIfTrue: { } valueIfFalse: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/imAbs': description: Provides operations to call the imAbs method. post: tags: - storage.Actions summary: Invoke action imAbs operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.imAbs requestBody: description: Action parameters content: application/json: schema: type: object properties: inumber: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/imaginary': description: Provides operations to call the imaginary method. post: tags: - storage.Actions summary: Invoke action imaginary operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.imaginary requestBody: description: Action parameters content: application/json: schema: type: object properties: inumber: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/imArgument': description: Provides operations to call the imArgument method. post: tags: - storage.Actions summary: Invoke action imArgument operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.imArgument requestBody: description: Action parameters content: application/json: schema: type: object properties: inumber: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/imConjugate': description: Provides operations to call the imConjugate method. post: tags: - storage.Actions summary: Invoke action imConjugate operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.imConjugate requestBody: description: Action parameters content: application/json: schema: type: object properties: inumber: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/imCos': description: Provides operations to call the imCos method. post: tags: - storage.Actions summary: Invoke action imCos operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.imCos requestBody: description: Action parameters content: application/json: schema: type: object properties: inumber: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/imCosh': description: Provides operations to call the imCosh method. post: tags: - storage.Actions summary: Invoke action imCosh operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.imCosh requestBody: description: Action parameters content: application/json: schema: type: object properties: inumber: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/imCot': description: Provides operations to call the imCot method. post: tags: - storage.Actions summary: Invoke action imCot operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.imCot requestBody: description: Action parameters content: application/json: schema: type: object properties: inumber: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/imCsc': description: Provides operations to call the imCsc method. post: tags: - storage.Actions summary: Invoke action imCsc operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.imCsc requestBody: description: Action parameters content: application/json: schema: type: object properties: inumber: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/imCsch': description: Provides operations to call the imCsch method. post: tags: - storage.Actions summary: Invoke action imCsch operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.imCsch requestBody: description: Action parameters content: application/json: schema: type: object properties: inumber: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/imDiv': description: Provides operations to call the imDiv method. post: tags: - storage.Actions summary: Invoke action imDiv operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.imDiv requestBody: description: Action parameters content: application/json: schema: type: object properties: inumber1: { } inumber2: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/imExp': description: Provides operations to call the imExp method. post: tags: - storage.Actions summary: Invoke action imExp operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.imExp requestBody: description: Action parameters content: application/json: schema: type: object properties: inumber: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/imLn': description: Provides operations to call the imLn method. post: tags: - storage.Actions summary: Invoke action imLn operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.imLn requestBody: description: Action parameters content: application/json: schema: type: object properties: inumber: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/imLog10': description: Provides operations to call the imLog10 method. post: tags: - storage.Actions summary: Invoke action imLog10 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.imLog10 requestBody: description: Action parameters content: application/json: schema: type: object properties: inumber: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/imLog2': description: Provides operations to call the imLog2 method. post: tags: - storage.Actions summary: Invoke action imLog2 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.imLog2 requestBody: description: Action parameters content: application/json: schema: type: object properties: inumber: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/imPower': description: Provides operations to call the imPower method. post: tags: - storage.Actions summary: Invoke action imPower operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.imPower requestBody: description: Action parameters content: application/json: schema: type: object properties: inumber: { } number: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/imProduct': description: Provides operations to call the imProduct method. post: tags: - storage.Actions summary: Invoke action imProduct operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.imProduct requestBody: description: Action parameters content: application/json: schema: type: object properties: values: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/imReal': description: Provides operations to call the imReal method. post: tags: - storage.Actions summary: Invoke action imReal operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.imReal requestBody: description: Action parameters content: application/json: schema: type: object properties: inumber: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/imSec': description: Provides operations to call the imSec method. post: tags: - storage.Actions summary: Invoke action imSec operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.imSec requestBody: description: Action parameters content: application/json: schema: type: object properties: inumber: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/imSech': description: Provides operations to call the imSech method. post: tags: - storage.Actions summary: Invoke action imSech operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.imSech requestBody: description: Action parameters content: application/json: schema: type: object properties: inumber: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/imSin': description: Provides operations to call the imSin method. post: tags: - storage.Actions summary: Invoke action imSin operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.imSin requestBody: description: Action parameters content: application/json: schema: type: object properties: inumber: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/imSinh': description: Provides operations to call the imSinh method. post: tags: - storage.Actions summary: Invoke action imSinh operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.imSinh requestBody: description: Action parameters content: application/json: schema: type: object properties: inumber: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/imSqrt': description: Provides operations to call the imSqrt method. post: tags: - storage.Actions summary: Invoke action imSqrt operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.imSqrt requestBody: description: Action parameters content: application/json: schema: type: object properties: inumber: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/imSub': description: Provides operations to call the imSub method. post: tags: - storage.Actions summary: Invoke action imSub operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.imSub requestBody: description: Action parameters content: application/json: schema: type: object properties: inumber1: { } inumber2: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/imSum': description: Provides operations to call the imSum method. post: tags: - storage.Actions summary: Invoke action imSum operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.imSum requestBody: description: Action parameters content: application/json: schema: type: object properties: values: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/imTan': description: Provides operations to call the imTan method. post: tags: - storage.Actions summary: Invoke action imTan operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.imTan requestBody: description: Action parameters content: application/json: schema: type: object properties: inumber: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/int': description: Provides operations to call the int method. post: tags: - storage.Actions summary: Invoke action int operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.int requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/intRate': description: Provides operations to call the intRate method. post: tags: - storage.Actions summary: Invoke action intRate operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.intRate requestBody: description: Action parameters content: application/json: schema: type: object properties: settlement: { } maturity: { } investment: { } redemption: { } basis: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/ipmt': description: Provides operations to call the ipmt method. post: tags: - storage.Actions summary: Invoke action ipmt operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.ipmt requestBody: description: Action parameters content: application/json: schema: type: object properties: rate: { } per: { } nper: { } pv: { } fv: { } type: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/irr': description: Provides operations to call the irr method. post: tags: - storage.Actions summary: Invoke action irr operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.irr requestBody: description: Action parameters content: application/json: schema: type: object properties: values: { } guess: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/isErr': description: Provides operations to call the isErr method. post: tags: - storage.Actions summary: Invoke action isErr operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.isErr requestBody: description: Action parameters content: application/json: schema: type: object properties: value: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/isError': description: Provides operations to call the isError method. post: tags: - storage.Actions summary: Invoke action isError operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.isError requestBody: description: Action parameters content: application/json: schema: type: object properties: value: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/isEven': description: Provides operations to call the isEven method. post: tags: - storage.Actions summary: Invoke action isEven operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.isEven requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/isFormula': description: Provides operations to call the isFormula method. post: tags: - storage.Actions summary: Invoke action isFormula operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.isFormula requestBody: description: Action parameters content: application/json: schema: type: object properties: reference: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/isLogical': description: Provides operations to call the isLogical method. post: tags: - storage.Actions summary: Invoke action isLogical operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.isLogical requestBody: description: Action parameters content: application/json: schema: type: object properties: value: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/isNA': description: Provides operations to call the isNA method. post: tags: - storage.Actions summary: Invoke action isNA operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.isNA requestBody: description: Action parameters content: application/json: schema: type: object properties: value: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/isNonText': description: Provides operations to call the isNonText method. post: tags: - storage.Actions summary: Invoke action isNonText operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.isNonText requestBody: description: Action parameters content: application/json: schema: type: object properties: value: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/isNumber': description: Provides operations to call the isNumber method. post: tags: - storage.Actions summary: Invoke action isNumber operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.isNumber requestBody: description: Action parameters content: application/json: schema: type: object properties: value: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/iso_Ceiling': description: Provides operations to call the iso_Ceiling method. post: tags: - storage.Actions summary: Invoke action iso_Ceiling operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.iso_Ceiling requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } significance: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/isOdd': description: Provides operations to call the isOdd method. post: tags: - storage.Actions summary: Invoke action isOdd operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.isOdd requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/isoWeekNum': description: Provides operations to call the isoWeekNum method. post: tags: - storage.Actions summary: Invoke action isoWeekNum operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.isoWeekNum requestBody: description: Action parameters content: application/json: schema: type: object properties: date: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/ispmt': description: Provides operations to call the ispmt method. post: tags: - storage.Actions summary: Invoke action ispmt operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.ispmt requestBody: description: Action parameters content: application/json: schema: type: object properties: rate: { } per: { } nper: { } pv: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/isref': description: Provides operations to call the isref method. post: tags: - storage.Actions summary: Invoke action isref operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.isref requestBody: description: Action parameters content: application/json: schema: type: object properties: value: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/isText': description: Provides operations to call the isText method. post: tags: - storage.Actions summary: Invoke action isText operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.isText requestBody: description: Action parameters content: application/json: schema: type: object properties: value: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/kurt': description: Provides operations to call the kurt method. post: tags: - storage.Actions summary: Invoke action kurt operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.kurt requestBody: description: Action parameters content: application/json: schema: type: object properties: values: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/large': description: Provides operations to call the large method. post: tags: - storage.Actions summary: Invoke action large operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.large requestBody: description: Action parameters content: application/json: schema: type: object properties: array: { } k: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/lcm': description: Provides operations to call the lcm method. post: tags: - storage.Actions summary: Invoke action lcm operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.lcm requestBody: description: Action parameters content: application/json: schema: type: object properties: values: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/left': description: Provides operations to call the left method. post: tags: - storage.Actions summary: Invoke action left operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.left requestBody: description: Action parameters content: application/json: schema: type: object properties: text: { } numChars: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/leftb': description: Provides operations to call the leftb method. post: tags: - storage.Actions summary: Invoke action leftb operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.leftb requestBody: description: Action parameters content: application/json: schema: type: object properties: text: { } numBytes: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/len': description: Provides operations to call the len method. post: tags: - storage.Actions summary: Invoke action len operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.len requestBody: description: Action parameters content: application/json: schema: type: object properties: text: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/lenb': description: Provides operations to call the lenb method. post: tags: - storage.Actions summary: Invoke action lenb operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.lenb requestBody: description: Action parameters content: application/json: schema: type: object properties: text: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/ln': description: Provides operations to call the ln method. post: tags: - storage.Actions summary: Invoke action ln operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.ln requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/log': description: Provides operations to call the log method. post: tags: - storage.Actions summary: Invoke action log operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.log requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } base: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/log10': description: Provides operations to call the log10 method. post: tags: - storage.Actions summary: Invoke action log10 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.log10 requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/logNorm_Dist': description: Provides operations to call the logNorm_Dist method. post: tags: - storage.Actions summary: Invoke action logNorm_Dist operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.logNorm_Dist requestBody: description: Action parameters content: application/json: schema: type: object properties: x: { } mean: { } standardDev: { } cumulative: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/logNorm_Inv': description: Provides operations to call the logNorm_Inv method. post: tags: - storage.Actions summary: Invoke action logNorm_Inv operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.logNorm_Inv requestBody: description: Action parameters content: application/json: schema: type: object properties: probability: { } mean: { } standardDev: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/lookup': description: Provides operations to call the lookup method. post: tags: - storage.Actions summary: Invoke action lookup operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.lookup requestBody: description: Action parameters content: application/json: schema: type: object properties: lookupValue: { } lookupVector: { } resultVector: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/lower': description: Provides operations to call the lower method. post: tags: - storage.Actions summary: Invoke action lower operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.lower requestBody: description: Action parameters content: application/json: schema: type: object properties: text: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/match': description: Provides operations to call the match method. post: tags: - storage.Actions summary: Invoke action match operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.match requestBody: description: Action parameters content: application/json: schema: type: object properties: lookupValue: { } lookupArray: { } matchType: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/max': description: Provides operations to call the max method. post: tags: - storage.Actions summary: Invoke action max operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.max requestBody: description: Action parameters content: application/json: schema: type: object properties: values: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/maxA': description: Provides operations to call the maxA method. post: tags: - storage.Actions summary: Invoke action maxA operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.maxA requestBody: description: Action parameters content: application/json: schema: type: object properties: values: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/mduration': description: Provides operations to call the mduration method. post: tags: - storage.Actions summary: Invoke action mduration operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.mduration requestBody: description: Action parameters content: application/json: schema: type: object properties: settlement: { } maturity: { } coupon: { } yld: { } frequency: { } basis: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/median': description: Provides operations to call the median method. post: tags: - storage.Actions summary: Invoke action median operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.median requestBody: description: Action parameters content: application/json: schema: type: object properties: values: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/mid': description: Provides operations to call the mid method. post: tags: - storage.Actions summary: Invoke action mid operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.mid requestBody: description: Action parameters content: application/json: schema: type: object properties: text: { } startNum: { } numChars: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/midb': description: Provides operations to call the midb method. post: tags: - storage.Actions summary: Invoke action midb operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.midb requestBody: description: Action parameters content: application/json: schema: type: object properties: text: { } startNum: { } numBytes: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/min': description: Provides operations to call the min method. post: tags: - storage.Actions summary: Invoke action min operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.min requestBody: description: Action parameters content: application/json: schema: type: object properties: values: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/minA': description: Provides operations to call the minA method. post: tags: - storage.Actions summary: Invoke action minA operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.minA requestBody: description: Action parameters content: application/json: schema: type: object properties: values: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/minute': description: Provides operations to call the minute method. post: tags: - storage.Actions summary: Invoke action minute operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.minute requestBody: description: Action parameters content: application/json: schema: type: object properties: serialNumber: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/mirr': description: Provides operations to call the mirr method. post: tags: - storage.Actions summary: Invoke action mirr operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.mirr requestBody: description: Action parameters content: application/json: schema: type: object properties: values: { } financeRate: { } reinvestRate: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/mod': description: Provides operations to call the mod method. post: tags: - storage.Actions summary: Invoke action mod operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.mod requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } divisor: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/month': description: Provides operations to call the month method. post: tags: - storage.Actions summary: Invoke action month operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.month requestBody: description: Action parameters content: application/json: schema: type: object properties: serialNumber: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/mround': description: Provides operations to call the mround method. post: tags: - storage.Actions summary: Invoke action mround operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.mround requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } multiple: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/multiNomial': description: Provides operations to call the multiNomial method. post: tags: - storage.Actions summary: Invoke action multiNomial operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.multiNomial requestBody: description: Action parameters content: application/json: schema: type: object properties: values: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/n': description: Provides operations to call the n method. post: tags: - storage.Actions summary: Invoke action n operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.n requestBody: description: Action parameters content: application/json: schema: type: object properties: value: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/na': description: Provides operations to call the na method. post: tags: - storage.Actions summary: Invoke action na operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.na responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/negBinom_Dist': description: Provides operations to call the negBinom_Dist method. post: tags: - storage.Actions summary: Invoke action negBinom_Dist operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.negBinom_Dist requestBody: description: Action parameters content: application/json: schema: type: object properties: numberF: { } numberS: { } probabilityS: { } cumulative: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/networkDays': description: Provides operations to call the networkDays method. post: tags: - storage.Actions summary: Invoke action networkDays operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.networkDays requestBody: description: Action parameters content: application/json: schema: type: object properties: startDate: { } endDate: { } holidays: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/networkDays_Intl': description: Provides operations to call the networkDays_Intl method. post: tags: - storage.Actions summary: Invoke action networkDays_Intl operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.networkDays_Intl requestBody: description: Action parameters content: application/json: schema: type: object properties: startDate: { } endDate: { } weekend: { } holidays: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/nominal': description: Provides operations to call the nominal method. post: tags: - storage.Actions summary: Invoke action nominal operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.nominal requestBody: description: Action parameters content: application/json: schema: type: object properties: effectRate: { } npery: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/norm_Dist': description: Provides operations to call the norm_Dist method. post: tags: - storage.Actions summary: Invoke action norm_Dist operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.norm_Dist requestBody: description: Action parameters content: application/json: schema: type: object properties: x: { } mean: { } standardDev: { } cumulative: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/norm_Inv': description: Provides operations to call the norm_Inv method. post: tags: - storage.Actions summary: Invoke action norm_Inv operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.norm_Inv requestBody: description: Action parameters content: application/json: schema: type: object properties: probability: { } mean: { } standardDev: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/norm_S_Dist': description: Provides operations to call the norm_S_Dist method. post: tags: - storage.Actions summary: Invoke action norm_S_Dist operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.norm_S_Dist requestBody: description: Action parameters content: application/json: schema: type: object properties: z: { } cumulative: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/norm_S_Inv': description: Provides operations to call the norm_S_Inv method. post: tags: - storage.Actions summary: Invoke action norm_S_Inv operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.norm_S_Inv requestBody: description: Action parameters content: application/json: schema: type: object properties: probability: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/not': description: Provides operations to call the not method. post: tags: - storage.Actions summary: Invoke action not operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.not requestBody: description: Action parameters content: application/json: schema: type: object properties: logical: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/now': description: Provides operations to call the now method. post: tags: - storage.Actions summary: Invoke action now operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.now responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/nper': description: Provides operations to call the nper method. post: tags: - storage.Actions summary: Invoke action nper operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.nper requestBody: description: Action parameters content: application/json: schema: type: object properties: rate: { } pmt: { } pv: { } fv: { } type: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/npv': description: Provides operations to call the npv method. post: tags: - storage.Actions summary: Invoke action npv operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.npv requestBody: description: Action parameters content: application/json: schema: type: object properties: rate: { } values: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/numberValue': description: Provides operations to call the numberValue method. post: tags: - storage.Actions summary: Invoke action numberValue operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.numberValue requestBody: description: Action parameters content: application/json: schema: type: object properties: text: { } decimalSeparator: { } groupSeparator: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/oct2Bin': description: Provides operations to call the oct2Bin method. post: tags: - storage.Actions summary: Invoke action oct2Bin operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.oct2Bin requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } places: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/oct2Dec': description: Provides operations to call the oct2Dec method. post: tags: - storage.Actions summary: Invoke action oct2Dec operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.oct2Dec requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/oct2Hex': description: Provides operations to call the oct2Hex method. post: tags: - storage.Actions summary: Invoke action oct2Hex operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.oct2Hex requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } places: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/odd': description: Provides operations to call the odd method. post: tags: - storage.Actions summary: Invoke action odd operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.odd requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/oddFPrice': description: Provides operations to call the oddFPrice method. post: tags: - storage.Actions summary: Invoke action oddFPrice operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.oddFPrice requestBody: description: Action parameters content: application/json: schema: type: object properties: settlement: { } maturity: { } issue: { } firstCoupon: { } rate: { } yld: { } redemption: { } frequency: { } basis: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/oddFYield': description: Provides operations to call the oddFYield method. post: tags: - storage.Actions summary: Invoke action oddFYield operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.oddFYield requestBody: description: Action parameters content: application/json: schema: type: object properties: settlement: { } maturity: { } issue: { } firstCoupon: { } rate: { } pr: { } redemption: { } frequency: { } basis: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/oddLPrice': description: Provides operations to call the oddLPrice method. post: tags: - storage.Actions summary: Invoke action oddLPrice operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.oddLPrice requestBody: description: Action parameters content: application/json: schema: type: object properties: settlement: { } maturity: { } lastInterest: { } rate: { } yld: { } redemption: { } frequency: { } basis: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/oddLYield': description: Provides operations to call the oddLYield method. post: tags: - storage.Actions summary: Invoke action oddLYield operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.oddLYield requestBody: description: Action parameters content: application/json: schema: type: object properties: settlement: { } maturity: { } lastInterest: { } rate: { } pr: { } redemption: { } frequency: { } basis: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/or': description: Provides operations to call the or method. post: tags: - storage.Actions summary: Invoke action or operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.or requestBody: description: Action parameters content: application/json: schema: type: object properties: values: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/pduration': description: Provides operations to call the pduration method. post: tags: - storage.Actions summary: Invoke action pduration operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.pduration requestBody: description: Action parameters content: application/json: schema: type: object properties: rate: { } pv: { } fv: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/percentile_Exc': description: Provides operations to call the percentile_Exc method. post: tags: - storage.Actions summary: Invoke action percentile_Exc operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.percentile_Exc requestBody: description: Action parameters content: application/json: schema: type: object properties: array: { } k: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/percentile_Inc': description: Provides operations to call the percentile_Inc method. post: tags: - storage.Actions summary: Invoke action percentile_Inc operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.percentile_Inc requestBody: description: Action parameters content: application/json: schema: type: object properties: array: { } k: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/percentRank_Exc': description: Provides operations to call the percentRank_Exc method. post: tags: - storage.Actions summary: Invoke action percentRank_Exc operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.percentRank_Exc requestBody: description: Action parameters content: application/json: schema: type: object properties: array: { } x: { } significance: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/percentRank_Inc': description: Provides operations to call the percentRank_Inc method. post: tags: - storage.Actions summary: Invoke action percentRank_Inc operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.percentRank_Inc requestBody: description: Action parameters content: application/json: schema: type: object properties: array: { } x: { } significance: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/permut': description: Provides operations to call the permut method. post: tags: - storage.Actions summary: Invoke action permut operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.permut requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } numberChosen: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/permutationa': description: Provides operations to call the permutationa method. post: tags: - storage.Actions summary: Invoke action permutationa operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.permutationa requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } numberChosen: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/phi': description: Provides operations to call the phi method. post: tags: - storage.Actions summary: Invoke action phi operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.phi requestBody: description: Action parameters content: application/json: schema: type: object properties: x: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/pi': description: Provides operations to call the pi method. post: tags: - storage.Actions summary: Invoke action pi operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.pi responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/pmt': description: Provides operations to call the pmt method. post: tags: - storage.Actions summary: Invoke action pmt operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.pmt requestBody: description: Action parameters content: application/json: schema: type: object properties: rate: { } nper: { } pv: { } fv: { } type: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/poisson_Dist': description: Provides operations to call the poisson_Dist method. post: tags: - storage.Actions summary: Invoke action poisson_Dist operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.poisson_Dist requestBody: description: Action parameters content: application/json: schema: type: object properties: x: { } mean: { } cumulative: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/power': description: Provides operations to call the power method. post: tags: - storage.Actions summary: Invoke action power operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.power requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } power: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/ppmt': description: Provides operations to call the ppmt method. post: tags: - storage.Actions summary: Invoke action ppmt operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.ppmt requestBody: description: Action parameters content: application/json: schema: type: object properties: rate: { } per: { } nper: { } pv: { } fv: { } type: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/price': description: Provides operations to call the price method. post: tags: - storage.Actions summary: Invoke action price operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.price requestBody: description: Action parameters content: application/json: schema: type: object properties: settlement: { } maturity: { } rate: { } yld: { } redemption: { } frequency: { } basis: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/priceDisc': description: Provides operations to call the priceDisc method. post: tags: - storage.Actions summary: Invoke action priceDisc operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.priceDisc requestBody: description: Action parameters content: application/json: schema: type: object properties: settlement: { } maturity: { } discount: { } redemption: { } basis: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/priceMat': description: Provides operations to call the priceMat method. post: tags: - storage.Actions summary: Invoke action priceMat operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.priceMat requestBody: description: Action parameters content: application/json: schema: type: object properties: settlement: { } maturity: { } issue: { } rate: { } yld: { } basis: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/product': description: Provides operations to call the product method. post: tags: - storage.Actions summary: Invoke action product operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.product requestBody: description: Action parameters content: application/json: schema: type: object properties: values: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/proper': description: Provides operations to call the proper method. post: tags: - storage.Actions summary: Invoke action proper operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.proper requestBody: description: Action parameters content: application/json: schema: type: object properties: text: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/pv': description: Provides operations to call the pv method. post: tags: - storage.Actions summary: Invoke action pv operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.pv requestBody: description: Action parameters content: application/json: schema: type: object properties: rate: { } nper: { } pmt: { } fv: { } type: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/quartile_Exc': description: Provides operations to call the quartile_Exc method. post: tags: - storage.Actions summary: Invoke action quartile_Exc operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.quartile_Exc requestBody: description: Action parameters content: application/json: schema: type: object properties: array: { } quart: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/quartile_Inc': description: Provides operations to call the quartile_Inc method. post: tags: - storage.Actions summary: Invoke action quartile_Inc operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.quartile_Inc requestBody: description: Action parameters content: application/json: schema: type: object properties: array: { } quart: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/quotient': description: Provides operations to call the quotient method. post: tags: - storage.Actions summary: Invoke action quotient operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.quotient requestBody: description: Action parameters content: application/json: schema: type: object properties: numerator: { } denominator: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/radians': description: Provides operations to call the radians method. post: tags: - storage.Actions summary: Invoke action radians operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.radians requestBody: description: Action parameters content: application/json: schema: type: object properties: angle: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/rand': description: Provides operations to call the rand method. post: tags: - storage.Actions summary: Invoke action rand operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.rand responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/randBetween': description: Provides operations to call the randBetween method. post: tags: - storage.Actions summary: Invoke action randBetween operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.randBetween requestBody: description: Action parameters content: application/json: schema: type: object properties: bottom: { } top: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/rank_Avg': description: Provides operations to call the rank_Avg method. post: tags: - storage.Actions summary: Invoke action rank_Avg operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.rank_Avg requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } ref: { } order: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/rank_Eq': description: Provides operations to call the rank_Eq method. post: tags: - storage.Actions summary: Invoke action rank_Eq operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.rank_Eq requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } ref: { } order: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/rate': description: Provides operations to call the rate method. post: tags: - storage.Actions summary: Invoke action rate operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.rate requestBody: description: Action parameters content: application/json: schema: type: object properties: nper: { } pmt: { } pv: { } fv: { } type: { } guess: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/received': description: Provides operations to call the received method. post: tags: - storage.Actions summary: Invoke action received operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.received requestBody: description: Action parameters content: application/json: schema: type: object properties: settlement: { } maturity: { } investment: { } discount: { } basis: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/replace': description: Provides operations to call the replace method. post: tags: - storage.Actions summary: Invoke action replace operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.replace requestBody: description: Action parameters content: application/json: schema: type: object properties: oldText: { } startNum: { } numChars: { } newText: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/replaceB': description: Provides operations to call the replaceB method. post: tags: - storage.Actions summary: Invoke action replaceB operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.replaceB requestBody: description: Action parameters content: application/json: schema: type: object properties: oldText: { } startNum: { } numBytes: { } newText: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/rept': description: Provides operations to call the rept method. post: tags: - storage.Actions summary: Invoke action rept operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.rept requestBody: description: Action parameters content: application/json: schema: type: object properties: text: { } numberTimes: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/right': description: Provides operations to call the right method. post: tags: - storage.Actions summary: Invoke action right operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.right requestBody: description: Action parameters content: application/json: schema: type: object properties: text: { } numChars: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/rightb': description: Provides operations to call the rightb method. post: tags: - storage.Actions summary: Invoke action rightb operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.rightb requestBody: description: Action parameters content: application/json: schema: type: object properties: text: { } numBytes: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/roman': description: Provides operations to call the roman method. post: tags: - storage.Actions summary: Invoke action roman operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.roman requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } form: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/round': description: Provides operations to call the round method. post: tags: - storage.Actions summary: Invoke action round operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.round requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } numDigits: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/roundDown': description: Provides operations to call the roundDown method. post: tags: - storage.Actions summary: Invoke action roundDown operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.roundDown requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } numDigits: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/roundUp': description: Provides operations to call the roundUp method. post: tags: - storage.Actions summary: Invoke action roundUp operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.roundUp requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } numDigits: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/rows': description: Provides operations to call the rows method. post: tags: - storage.Actions summary: Invoke action rows operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.rows requestBody: description: Action parameters content: application/json: schema: type: object properties: array: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/rri': description: Provides operations to call the rri method. post: tags: - storage.Actions summary: Invoke action rri operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.rri requestBody: description: Action parameters content: application/json: schema: type: object properties: nper: { } pv: { } fv: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/sec': description: Provides operations to call the sec method. post: tags: - storage.Actions summary: Invoke action sec operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.sec requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/sech': description: Provides operations to call the sech method. post: tags: - storage.Actions summary: Invoke action sech operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.sech requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/second': description: Provides operations to call the second method. post: tags: - storage.Actions summary: Invoke action second operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.second requestBody: description: Action parameters content: application/json: schema: type: object properties: serialNumber: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/seriesSum': description: Provides operations to call the seriesSum method. post: tags: - storage.Actions summary: Invoke action seriesSum operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.seriesSum requestBody: description: Action parameters content: application/json: schema: type: object properties: x: { } n: { } m: { } coefficients: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/sheet': description: Provides operations to call the sheet method. post: tags: - storage.Actions summary: Invoke action sheet operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.sheet requestBody: description: Action parameters content: application/json: schema: type: object properties: value: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/sheets': description: Provides operations to call the sheets method. post: tags: - storage.Actions summary: Invoke action sheets operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.sheets requestBody: description: Action parameters content: application/json: schema: type: object properties: reference: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/sign': description: Provides operations to call the sign method. post: tags: - storage.Actions summary: Invoke action sign operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.sign requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/sin': description: Provides operations to call the sin method. post: tags: - storage.Actions summary: Invoke action sin operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.sin requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/sinh': description: Provides operations to call the sinh method. post: tags: - storage.Actions summary: Invoke action sinh operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.sinh requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/skew': description: Provides operations to call the skew method. post: tags: - storage.Actions summary: Invoke action skew operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.skew requestBody: description: Action parameters content: application/json: schema: type: object properties: values: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/skew_p': description: Provides operations to call the skew_p method. post: tags: - storage.Actions summary: Invoke action skew_p operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.skew_p requestBody: description: Action parameters content: application/json: schema: type: object properties: values: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/sln': description: Provides operations to call the sln method. post: tags: - storage.Actions summary: Invoke action sln operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.sln requestBody: description: Action parameters content: application/json: schema: type: object properties: cost: { } salvage: { } life: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/small': description: Provides operations to call the small method. post: tags: - storage.Actions summary: Invoke action small operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.small requestBody: description: Action parameters content: application/json: schema: type: object properties: array: { } k: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/sqrt': description: Provides operations to call the sqrt method. post: tags: - storage.Actions summary: Invoke action sqrt operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.sqrt requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/sqrtPi': description: Provides operations to call the sqrtPi method. post: tags: - storage.Actions summary: Invoke action sqrtPi operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.sqrtPi requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/standardize': description: Provides operations to call the standardize method. post: tags: - storage.Actions summary: Invoke action standardize operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.standardize requestBody: description: Action parameters content: application/json: schema: type: object properties: x: { } mean: { } standardDev: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/stDev_P': description: Provides operations to call the stDev_P method. post: tags: - storage.Actions summary: Invoke action stDev_P operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.stDev_P requestBody: description: Action parameters content: application/json: schema: type: object properties: values: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/stDev_S': description: Provides operations to call the stDev_S method. post: tags: - storage.Actions summary: Invoke action stDev_S operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.stDev_S requestBody: description: Action parameters content: application/json: schema: type: object properties: values: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/stDevA': description: Provides operations to call the stDevA method. post: tags: - storage.Actions summary: Invoke action stDevA operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.stDevA requestBody: description: Action parameters content: application/json: schema: type: object properties: values: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/stDevPA': description: Provides operations to call the stDevPA method. post: tags: - storage.Actions summary: Invoke action stDevPA operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.stDevPA requestBody: description: Action parameters content: application/json: schema: type: object properties: values: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/substitute': description: Provides operations to call the substitute method. post: tags: - storage.Actions summary: Invoke action substitute operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.substitute requestBody: description: Action parameters content: application/json: schema: type: object properties: text: { } oldText: { } newText: { } instanceNum: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/subtotal': description: Provides operations to call the subtotal method. post: tags: - storage.Actions summary: Invoke action subtotal operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.subtotal requestBody: description: Action parameters content: application/json: schema: type: object properties: functionNum: { } values: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/sum': description: Provides operations to call the sum method. post: tags: - storage.Actions summary: Invoke action sum operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.sum requestBody: description: Action parameters content: application/json: schema: type: object properties: values: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/sumIf': description: Provides operations to call the sumIf method. post: tags: - storage.Actions summary: Invoke action sumIf operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.sumIf requestBody: description: Action parameters content: application/json: schema: type: object properties: range: { } criteria: { } sumRange: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/sumIfs': description: Provides operations to call the sumIfs method. post: tags: - storage.Actions summary: Invoke action sumIfs operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.sumIfs requestBody: description: Action parameters content: application/json: schema: type: object properties: sumRange: { } values: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/sumSq': description: Provides operations to call the sumSq method. post: tags: - storage.Actions summary: Invoke action sumSq operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.sumSq requestBody: description: Action parameters content: application/json: schema: type: object properties: values: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/syd': description: Provides operations to call the syd method. post: tags: - storage.Actions summary: Invoke action syd operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.syd requestBody: description: Action parameters content: application/json: schema: type: object properties: cost: { } salvage: { } life: { } per: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/t': description: Provides operations to call the t method. post: tags: - storage.Actions summary: Invoke action t operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.t requestBody: description: Action parameters content: application/json: schema: type: object properties: value: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/t_Dist': description: Provides operations to call the t_Dist method. post: tags: - storage.Actions summary: Invoke action t_Dist operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.t_Dist requestBody: description: Action parameters content: application/json: schema: type: object properties: x: { } degFreedom: { } cumulative: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/t_Dist_2T': description: Provides operations to call the t_Dist_2T method. post: tags: - storage.Actions summary: Invoke action t_Dist_2T operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.t_Dist_2T requestBody: description: Action parameters content: application/json: schema: type: object properties: x: { } degFreedom: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/t_Dist_RT': description: Provides operations to call the t_Dist_RT method. post: tags: - storage.Actions summary: Invoke action t_Dist_RT operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.t_Dist_RT requestBody: description: Action parameters content: application/json: schema: type: object properties: x: { } degFreedom: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/t_Inv': description: Provides operations to call the t_Inv method. post: tags: - storage.Actions summary: Invoke action t_Inv operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.t_Inv requestBody: description: Action parameters content: application/json: schema: type: object properties: probability: { } degFreedom: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/t_Inv_2T': description: Provides operations to call the t_Inv_2T method. post: tags: - storage.Actions summary: Invoke action t_Inv_2T operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.t_Inv_2T requestBody: description: Action parameters content: application/json: schema: type: object properties: probability: { } degFreedom: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/tan': description: Provides operations to call the tan method. post: tags: - storage.Actions summary: Invoke action tan operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.tan requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/tanh': description: Provides operations to call the tanh method. post: tags: - storage.Actions summary: Invoke action tanh operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.tanh requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/tbillEq': description: Provides operations to call the tbillEq method. post: tags: - storage.Actions summary: Invoke action tbillEq operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.tbillEq requestBody: description: Action parameters content: application/json: schema: type: object properties: settlement: { } maturity: { } discount: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/tbillPrice': description: Provides operations to call the tbillPrice method. post: tags: - storage.Actions summary: Invoke action tbillPrice operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.tbillPrice requestBody: description: Action parameters content: application/json: schema: type: object properties: settlement: { } maturity: { } discount: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/tbillYield': description: Provides operations to call the tbillYield method. post: tags: - storage.Actions summary: Invoke action tbillYield operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.tbillYield requestBody: description: Action parameters content: application/json: schema: type: object properties: settlement: { } maturity: { } pr: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/text': description: Provides operations to call the text method. post: tags: - storage.Actions summary: Invoke action text operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.text requestBody: description: Action parameters content: application/json: schema: type: object properties: value: { } formatText: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/time': description: Provides operations to call the time method. post: tags: - storage.Actions summary: Invoke action time operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.time requestBody: description: Action parameters content: application/json: schema: type: object properties: hour: { } minute: { } second: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/timevalue': description: Provides operations to call the timevalue method. post: tags: - storage.Actions summary: Invoke action timevalue operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.timevalue requestBody: description: Action parameters content: application/json: schema: type: object properties: timeText: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/today': description: Provides operations to call the today method. post: tags: - storage.Actions summary: Invoke action today operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.today responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/trim': description: Provides operations to call the trim method. post: tags: - storage.Actions summary: Invoke action trim operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.trim requestBody: description: Action parameters content: application/json: schema: type: object properties: text: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/trimMean': description: Provides operations to call the trimMean method. post: tags: - storage.Actions summary: Invoke action trimMean operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.trimMean requestBody: description: Action parameters content: application/json: schema: type: object properties: array: { } percent: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/true': description: Provides operations to call the true method. post: tags: - storage.Actions summary: Invoke action true operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/trunc': description: Provides operations to call the trunc method. post: tags: - storage.Actions summary: Invoke action trunc operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.trunc requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } numDigits: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/type': description: Provides operations to call the type method. post: tags: - storage.Actions summary: Invoke action type operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.type requestBody: description: Action parameters content: application/json: schema: type: object properties: value: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/unichar': description: Provides operations to call the unichar method. post: tags: - storage.Actions summary: Invoke action unichar operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.unichar requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/unicode': description: Provides operations to call the unicode method. post: tags: - storage.Actions summary: Invoke action unicode operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.unicode requestBody: description: Action parameters content: application/json: schema: type: object properties: text: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/upper': description: Provides operations to call the upper method. post: tags: - storage.Actions summary: Invoke action upper operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.upper requestBody: description: Action parameters content: application/json: schema: type: object properties: text: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/usdollar': description: Provides operations to call the usdollar method. post: tags: - storage.Actions summary: Invoke action usdollar operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.usdollar requestBody: description: Action parameters content: application/json: schema: type: object properties: number: { } decimals: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/value': description: Provides operations to call the value method. post: tags: - storage.Actions summary: Invoke action value operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.value requestBody: description: Action parameters content: application/json: schema: type: object properties: text: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/var_P': description: Provides operations to call the var_P method. post: tags: - storage.Actions summary: Invoke action var_P operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.var_P requestBody: description: Action parameters content: application/json: schema: type: object properties: values: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/var_S': description: Provides operations to call the var_S method. post: tags: - storage.Actions summary: Invoke action var_S operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.var_S requestBody: description: Action parameters content: application/json: schema: type: object properties: values: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/varA': description: Provides operations to call the varA method. post: tags: - storage.Actions summary: Invoke action varA operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.varA requestBody: description: Action parameters content: application/json: schema: type: object properties: values: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/varPA': description: Provides operations to call the varPA method. post: tags: - storage.Actions summary: Invoke action varPA operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.varPA requestBody: description: Action parameters content: application/json: schema: type: object properties: values: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/vdb': description: Provides operations to call the vdb method. post: tags: - storage.Actions summary: Invoke action vdb operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.vdb requestBody: description: Action parameters content: application/json: schema: type: object properties: cost: { } salvage: { } life: { } startPeriod: { } endPeriod: { } factor: { } noSwitch: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/vlookup': description: Provides operations to call the vlookup method. post: tags: - storage.Actions summary: Invoke action vlookup operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.vlookup requestBody: description: Action parameters content: application/json: schema: type: object properties: lookupValue: { } tableArray: { } colIndexNum: { } rangeLookup: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/weekday': description: Provides operations to call the weekday method. post: tags: - storage.Actions summary: Invoke action weekday operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.weekday requestBody: description: Action parameters content: application/json: schema: type: object properties: serialNumber: { } returnType: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/weekNum': description: Provides operations to call the weekNum method. post: tags: - storage.Actions summary: Invoke action weekNum operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.weekNum requestBody: description: Action parameters content: application/json: schema: type: object properties: serialNumber: { } returnType: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/weibull_Dist': description: Provides operations to call the weibull_Dist method. post: tags: - storage.Actions summary: Invoke action weibull_Dist operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.weibull_Dist requestBody: description: Action parameters content: application/json: schema: type: object properties: x: { } alpha: { } beta: { } cumulative: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/workDay': description: Provides operations to call the workDay method. post: tags: - storage.Actions summary: Invoke action workDay operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.workDay requestBody: description: Action parameters content: application/json: schema: type: object properties: startDate: { } days: { } holidays: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/workDay_Intl': description: Provides operations to call the workDay_Intl method. post: tags: - storage.Actions summary: Invoke action workDay_Intl operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.workDay_Intl requestBody: description: Action parameters content: application/json: schema: type: object properties: startDate: { } days: { } weekend: { } holidays: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/xirr': description: Provides operations to call the xirr method. post: tags: - storage.Actions summary: Invoke action xirr operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.xirr requestBody: description: Action parameters content: application/json: schema: type: object properties: values: { } dates: { } guess: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/xnpv': description: Provides operations to call the xnpv method. post: tags: - storage.Actions summary: Invoke action xnpv operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.xnpv requestBody: description: Action parameters content: application/json: schema: type: object properties: rate: { } values: { } dates: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/xor': description: Provides operations to call the xor method. post: tags: - storage.Actions summary: Invoke action xor operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.xor requestBody: description: Action parameters content: application/json: schema: type: object properties: values: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/year': description: Provides operations to call the year method. post: tags: - storage.Actions summary: Invoke action year operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.year requestBody: description: Action parameters content: application/json: schema: type: object properties: serialNumber: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/yearFrac': description: Provides operations to call the yearFrac method. post: tags: - storage.Actions summary: Invoke action yearFrac operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.yearFrac requestBody: description: Action parameters content: application/json: schema: type: object properties: startDate: { } endDate: { } basis: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/yield': description: Provides operations to call the yield method. post: tags: - storage.Actions summary: Invoke action yield operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.yield requestBody: description: Action parameters content: application/json: schema: type: object properties: settlement: { } maturity: { } rate: { } pr: { } redemption: { } frequency: { } basis: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/yieldDisc': description: Provides operations to call the yieldDisc method. post: tags: - storage.Actions summary: Invoke action yieldDisc operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.yieldDisc requestBody: description: Action parameters content: application/json: schema: type: object properties: settlement: { } maturity: { } pr: { } redemption: { } basis: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/yieldMat': description: Provides operations to call the yieldMat method. post: tags: - storage.Actions summary: Invoke action yieldMat operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.yieldMat requestBody: description: Action parameters content: application/json: schema: type: object properties: settlement: { } maturity: { } issue: { } rate: { } pr: { } basis: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/z_Test': description: Provides operations to call the z_Test method. post: tags: - storage.Actions summary: Invoke action z_Test operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.functions.z_Test requestBody: description: Action parameters content: application/json: schema: type: object properties: array: { } x: { } sigma: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctionResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/closeSession': description: Provides operations to call the closeSession method. post: tags: - storage.Actions summary: Invoke action closeSession description: Use this API to close an existing workbook session. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/workbook-closesession?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.closeSession responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/createSession': description: Provides operations to call the createSession method. post: tags: - storage.Actions summary: Invoke action createSession description: 'Create a new workbook session. Excel APIs can be called in one of two modes: To represent the session in the API, use the workbook-session-id: {session-id} header. In some cases, creating a new session requires an indeterminate time to complete. Microsoft Graph also provides a long running operations pattern. This pattern provides a way to poll for creation status updates, without waiting for the creation to complete. The following are the steps:' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/workbook-createsession?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.createSession requestBody: description: Action parameters content: application/json: schema: type: object properties: persistChanges: type: boolean default: false required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookSessionInfo' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/refreshSession': description: Provides operations to call the refreshSession method. post: tags: - storage.Actions summary: Invoke action refreshSession description: Use this API to refresh an existing workbook session. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/workbook-refreshsession?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.refreshSession responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/sessionInfoResource(key=''{key}'')': description: Provides operations to call the sessionInfoResource method. get: tags: - storage.Functions summary: Invoke function sessionInfoResource operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.sessionInfoResource responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookSessionInfo' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: key in: path description: 'Usage: key=''{key}''' required: true schema: type: string '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tableRowOperationResult(key=''{key}'')': description: Provides operations to call the tableRowOperationResult method. get: tags: - storage.Functions summary: Invoke function tableRowOperationResult description: "This function is the last in a series of steps to create a workbookTableRow resource asynchronously. A best practice to create multiple table rows is to batch them in one create tableRow operation and carry out the operation asynchronously. An asynchronous request to create table rows involves the following steps:\n1. Issue an async Create tableRow request and get the query URL returned in the Location response header.\n2. Use the query URL returned from step 1 to issue the Get workbookOperation request and get the operation ID for step 3. \n Alternatively, for convenience, after you get a succeeded operationStatus result, you can get the query URL from the resourceLocation property of the workbookOperation returned in the response, and apply the query URL to step 3. \n3. Use the query URL returned from step 2 as the GET request URL for this function tableRowOperationResult. A successful function call returns the new table rows in a workbookTableRow resource. This function does not do anything if called independently." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/workbook-tablerowoperationresult?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.tableRowOperationResult responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookTableRow' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: key in: path description: 'Usage: key=''{key}''' required: true schema: type: string '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/names': description: Provides operations to manage the names property of the microsoft.graph.workbook entity. get: tags: - storage.fileStorage summary: Get names from storage description: Represents a collection of workbooks scoped named items (named ranges and constants). Read-only. operationId: storage.fileStorage.containers.drive.items.workbook.ListNames parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.workbookNamedItemCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - storage.fileStorage summary: Create new navigation property to names for storage operationId: storage.fileStorage.containers.drive.items.workbook.CreateNames requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookNamedItem' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookNamedItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}': description: Provides operations to manage the names property of the microsoft.graph.workbook entity. get: tags: - storage.fileStorage summary: Get names from storage description: Represents a collection of workbooks scoped named items (named ranges and constants). Read-only. operationId: storage.fileStorage.containers.drive.items.workbook.GetNames parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookNamedItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property names in storage operationId: storage.fileStorage.containers.drive.items.workbook.UpdateNames requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookNamedItem' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookNamedItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property names for storage operationId: storage.fileStorage.containers.drive.items.workbook.DeleteNames parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookNamedItem-id in: path description: The unique identifier of workbookNamedItem required: true schema: type: string x-ms-docs-key-type: workbookNamedItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()': description: Provides operations to call the range method. get: tags: - storage.Functions summary: Invoke function range description: Returns the range object that is associated with the name. Throws an exception if the named item's type is not a range. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/nameditem-range?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.names.workbookNamedItem.range responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookRange' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookNamedItem-id in: path description: The unique identifier of workbookNamedItem required: true schema: type: string x-ms-docs-key-type: workbookNamedItem x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/itemAt(index={index})/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/range()' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/worksheet': description: Provides operations to manage the worksheet property of the microsoft.graph.workbookNamedItem entity. get: tags: - storage.fileStorage summary: Get worksheet from storage description: Returns the worksheet on which the named item is scoped to. Available only if the item is scoped to the worksheet. Read-only. operationId: storage.fileStorage.containers.drive.items.workbook.names.GetWorksheet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookNamedItem-id in: path description: The unique identifier of workbookNamedItem required: true schema: type: string x-ms-docs-key-type: workbookNamedItem x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/worksheet' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/names/$count': description: Provides operations to count the resources in the collection. get: tags: - storage.fileStorage summary: Get the number of the resource operationId: storage.fileStorage.containers.drive.items.workbook.names.GetCount-bcf3 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/names/add': description: Provides operations to call the add method. post: tags: - storage.Actions summary: Invoke action add description: Adds a new name to the collection of the given scope using the user's locale for the formula. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/nameditem-add?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.names.add requestBody: description: Action parameters content: application/json: schema: type: object properties: name: type: string nullable: true reference: { } comment: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookNamedItem' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/add' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/add' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/add' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/add' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/add' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/add' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/add' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/add' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/add' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/names/addFormulaLocal': description: Provides operations to call the addFormulaLocal method. post: tags: - storage.Actions summary: Invoke action addFormulaLocal description: Adds a new name to the collection of the given scope using the user's locale for the formula. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/nameditem-addformulalocal?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.names.addFormulaLocal requestBody: description: Action parameters content: application/json: schema: type: object properties: name: type: string nullable: true formula: type: string nullable: true comment: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookNamedItem' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/addFormulaLocal' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/operations': description: Provides operations to manage the operations property of the microsoft.graph.workbook entity. get: tags: - storage.fileStorage summary: Get operations from storage description: 'The status of workbook operations. Getting an operation collection is not supported, but you can get the status of a long-running operation if the Location header is returned in the response. Read-only.' operationId: storage.fileStorage.containers.drive.items.workbook.ListOperations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.workbookOperationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - storage.fileStorage summary: Create new navigation property to operations for storage operationId: storage.fileStorage.containers.drive.items.workbook.CreateOperations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookOperation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookOperation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/operations/{workbookOperation-id}': description: Provides operations to manage the operations property of the microsoft.graph.workbook entity. get: tags: - storage.fileStorage summary: Get operations from storage description: 'The status of workbook operations. Getting an operation collection is not supported, but you can get the status of a long-running operation if the Location header is returned in the response. Read-only.' operationId: storage.fileStorage.containers.drive.items.workbook.GetOperations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookOperation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property operations in storage operationId: storage.fileStorage.containers.drive.items.workbook.UpdateOperations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookOperation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookOperation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property operations for storage operationId: storage.fileStorage.containers.drive.items.workbook.DeleteOperations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookOperation-id in: path description: The unique identifier of workbookOperation required: true schema: type: string x-ms-docs-key-type: workbookOperation '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables': description: Provides operations to manage the tables property of the microsoft.graph.workbook entity. get: tags: - storage.fileStorage summary: Get tables from storage description: Represents a collection of tables associated with the workbook. Read-only. operationId: storage.fileStorage.containers.drive.items.workbook.ListTables parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.workbookTableCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - storage.fileStorage summary: Create new navigation property to tables for storage operationId: storage.fileStorage.containers.drive.items.workbook.CreateTables requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookTable' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookTable' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}': description: Provides operations to manage the tables property of the microsoft.graph.workbook entity. get: tags: - storage.fileStorage summary: Get tables from storage description: Represents a collection of tables associated with the workbook. Read-only. operationId: storage.fileStorage.containers.drive.items.workbook.GetTables parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookTable' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property tables in storage operationId: storage.fileStorage.containers.drive.items.workbook.UpdateTables requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookTable' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookTable' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property tables for storage operationId: storage.fileStorage.containers.drive.items.workbook.DeleteTables parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns': description: Provides operations to manage the columns property of the microsoft.graph.workbookTable entity. get: tags: - storage.fileStorage summary: Get columns from storage description: Represents a collection of all the columns in the table. Read-only. operationId: storage.fileStorage.containers.drive.items.workbook.tables.ListColumns parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.workbookTableColumnCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - storage.fileStorage summary: Create new navigation property to columns for storage operationId: storage.fileStorage.containers.drive.items.workbook.tables.CreateColumns requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookTableColumn' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookTableColumn' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/itemAt(index={index})/columns' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/columns' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}': description: Provides operations to manage the columns property of the microsoft.graph.workbookTable entity. get: tags: - storage.fileStorage summary: Get columns from storage description: Represents a collection of all the columns in the table. Read-only. operationId: storage.fileStorage.containers.drive.items.workbook.tables.GetColumns parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookTableColumn' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property columns in storage operationId: storage.fileStorage.containers.drive.items.workbook.tables.UpdateColumns requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookTableColumn' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookTableColumn' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property columns for storage operationId: storage.fileStorage.containers.drive.items.workbook.tables.DeleteColumns parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: workbookTableColumn-id in: path description: The unique identifier of workbookTableColumn required: true schema: type: string x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter': description: Provides operations to manage the filter property of the microsoft.graph.workbookTableColumn entity. get: tags: - storage.fileStorage summary: Get filter from storage description: Retrieve the filter applied to the column. Read-only. operationId: storage.fileStorage.containers.drive.items.workbook.tables.columns.GetFilter parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookFilter' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property filter in storage operationId: storage.fileStorage.containers.drive.items.workbook.tables.columns.UpdateFilter requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookFilter' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookFilter' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property filter for storage operationId: storage.fileStorage.containers.drive.items.workbook.tables.columns.DeleteFilter parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: workbookTableColumn-id in: path description: The unique identifier of workbookTableColumn required: true schema: type: string x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/filter' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/filter' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/apply': description: Provides operations to call the apply method. post: tags: - storage.Actions summary: Invoke action apply description: Apply the given filter criteria on the given column. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/filter-apply?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.filter.apply requestBody: description: Action parameters content: application/json: schema: type: object properties: criteria: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFilterCriteria' - type: object nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: workbookTableColumn-id in: path description: The unique identifier of workbookTableColumn required: true schema: type: string x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/apply' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/apply' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/apply' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyBottomItemsFilter': description: Provides operations to call the applyBottomItemsFilter method. post: tags: - storage.Actions summary: Invoke action applyBottomItemsFilter operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.filter.applyBottomItemsFilter requestBody: description: Action parameters content: application/json: schema: type: object properties: count: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: workbookTableColumn-id in: path description: The unique identifier of workbookTableColumn required: true schema: type: string x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyBottomItemsFilter' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyBottomPercentFilter': description: Provides operations to call the applyBottomPercentFilter method. post: tags: - storage.Actions summary: Invoke action applyBottomPercentFilter operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.filter.applyBottomPercentFilter requestBody: description: Action parameters content: application/json: schema: type: object properties: percent: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: workbookTableColumn-id in: path description: The unique identifier of workbookTableColumn required: true schema: type: string x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyBottomPercentFilter' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyCellColorFilter': description: Provides operations to call the applyCellColorFilter method. post: tags: - storage.Actions summary: Invoke action applyCellColorFilter operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.filter.applyCellColorFilter requestBody: description: Action parameters content: application/json: schema: type: object properties: color: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: workbookTableColumn-id in: path description: The unique identifier of workbookTableColumn required: true schema: type: string x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyCellColorFilter' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyCustomFilter': description: Provides operations to call the applyCustomFilter method. post: tags: - storage.Actions summary: Invoke action applyCustomFilter operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.filter.applyCustomFilter requestBody: description: Action parameters content: application/json: schema: type: object properties: criteria1: type: string nullable: true criteria2: type: string nullable: true oper: type: string required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: workbookTableColumn-id in: path description: The unique identifier of workbookTableColumn required: true schema: type: string x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyCustomFilter' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyDynamicFilter': description: Provides operations to call the applyDynamicFilter method. post: tags: - storage.Actions summary: Invoke action applyDynamicFilter operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.filter.applyDynamicFilter requestBody: description: Action parameters content: application/json: schema: type: object properties: criteria: type: string required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: workbookTableColumn-id in: path description: The unique identifier of workbookTableColumn required: true schema: type: string x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyDynamicFilter' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyFontColorFilter': description: Provides operations to call the applyFontColorFilter method. post: tags: - storage.Actions summary: Invoke action applyFontColorFilter operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.filter.applyFontColorFilter requestBody: description: Action parameters content: application/json: schema: type: object properties: color: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: workbookTableColumn-id in: path description: The unique identifier of workbookTableColumn required: true schema: type: string x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyFontColorFilter' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyIconFilter': description: Provides operations to call the applyIconFilter method. post: tags: - storage.Actions summary: Invoke action applyIconFilter operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.filter.applyIconFilter requestBody: description: Action parameters content: application/json: schema: type: object properties: icon: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookIcon' - type: object nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: workbookTableColumn-id in: path description: The unique identifier of workbookTableColumn required: true schema: type: string x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyIconFilter' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyTopItemsFilter': description: Provides operations to call the applyTopItemsFilter method. post: tags: - storage.Actions summary: Invoke action applyTopItemsFilter operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.filter.applyTopItemsFilter requestBody: description: Action parameters content: application/json: schema: type: object properties: count: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: workbookTableColumn-id in: path description: The unique identifier of workbookTableColumn required: true schema: type: string x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyTopItemsFilter' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyTopPercentFilter': description: Provides operations to call the applyTopPercentFilter method. post: tags: - storage.Actions summary: Invoke action applyTopPercentFilter operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.filter.applyTopPercentFilter requestBody: description: Action parameters content: application/json: schema: type: object properties: percent: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: workbookTableColumn-id in: path description: The unique identifier of workbookTableColumn required: true schema: type: string x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyTopPercentFilter' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyValuesFilter': description: Provides operations to call the applyValuesFilter method. post: tags: - storage.Actions summary: Invoke action applyValuesFilter operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.filter.applyValuesFilter requestBody: description: Action parameters content: application/json: schema: type: object properties: values: { } required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: workbookTableColumn-id in: path description: The unique identifier of workbookTableColumn required: true schema: type: string x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyValuesFilter' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear': description: Provides operations to call the clear method. post: tags: - storage.Actions summary: Invoke action clear description: Clear the filter on the given column. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/filter-clear?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.filter.clear responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: workbookTableColumn-id in: path description: The unique identifier of workbookTableColumn required: true schema: type: string x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/clear' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()': description: Provides operations to call the dataBodyRange method. get: tags: - storage.Functions summary: Invoke function dataBodyRange description: Gets the range object associated with the data body of the column. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/tablecolumn-databodyrange?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.dataBodyRange responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookRange' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: workbookTableColumn-id in: path description: The unique identifier of workbookTableColumn required: true schema: type: string x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/dataBodyRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/itemAt(index={index})/dataBodyRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/dataBodyRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/dataBodyRange()' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()': description: Provides operations to call the headerRowRange method. get: tags: - storage.Functions summary: Invoke function headerRowRange description: Gets the range object associated with the header row of the column. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/tablecolumn-headerrowrange?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.headerRowRange responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookRange' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: workbookTableColumn-id in: path description: The unique identifier of workbookTableColumn required: true schema: type: string x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/headerRowRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/itemAt(index={index})/headerRowRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/headerRowRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/headerRowRange()' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()': description: Provides operations to call the range method. get: tags: - storage.Functions summary: Invoke function range description: Gets the range object associated with the entire column. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/tablecolumn-range?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.range responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookRange' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: workbookTableColumn-id in: path description: The unique identifier of workbookTableColumn required: true schema: type: string x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/itemAt(index={index})/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/range()' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()': description: Provides operations to call the totalRowRange method. get: tags: - storage.Functions summary: Invoke function totalRowRange description: Gets the range object associated with the totals row of the column. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/tablecolumn-totalrowrange?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.tables.workbookTable.columns.workbookTableColumn.totalRowRange responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookRange' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: workbookTableColumn-id in: path description: The unique identifier of workbookTableColumn required: true schema: type: string x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/totalRowRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/itemAt(index={index})/totalRowRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/totalRowRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/totalRowRange()' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/add': description: Provides operations to call the add method. post: tags: - storage.Actions summary: Invoke action add description: Adds a new column to the table. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/tablecolumncollection-add?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.tables.workbookTable.columns.add requestBody: description: Action parameters content: application/json: schema: type: object properties: index: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 nullable: true values: { } name: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookTableColumn' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/names/add' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/add' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/add' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/add' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/add' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/add' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/add' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/add' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/add' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/count()': description: Provides operations to call the count method. get: tags: - storage.Functions summary: Invoke function count operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.tables.workbookTable.columns.count responses: 2XX: description: Success content: application/json: schema: type: object properties: value: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/count' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/count()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/count()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/count()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/count()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/count()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/count()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/count()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/count()' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})': description: Provides operations to call the itemAt method. get: tags: - storage.Functions summary: Invoke function itemAt description: Gets a column based on its position in the collection. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/tablecolumncollection-itemat?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.tables.workbookTable.columns.itemAt responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookTableColumn' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/itemAt(index={index})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/itemAt(index={index})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/itemAt(index={index})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/itemAt(index={index})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/itemAt(index={index})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/filter': description: Provides operations to manage the filter property of the microsoft.graph.workbookTableColumn entity. get: tags: - storage.fileStorage summary: Get filter from storage description: Retrieve the filter applied to the column. Read-only. operationId: storage.fileStorage.containers.drive.items.workbook.tables.columns.itemAt.GetFilter parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookFilter' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property filter in storage operationId: storage.fileStorage.containers.drive.items.workbook.tables.columns.itemAt.UpdateFilter requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookFilter' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookFilter' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property filter for storage operationId: storage.fileStorage.containers.drive.items.workbook.tables.columns.itemAt.DeleteFilter parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/filter' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/dataBodyRange()': description: Provides operations to call the dataBodyRange method. get: tags: - storage.Functions summary: Invoke function dataBodyRange description: Gets the range object associated with the data body of the column. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/tablecolumn-databodyrange?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.tables.workbookTable.columns.itemAt.dataBodyRange responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookRange' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/itemAt(index={index})/dataBodyRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/dataBodyRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/dataBodyRange()' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/headerRowRange()': description: Provides operations to call the headerRowRange method. get: tags: - storage.Functions summary: Invoke function headerRowRange description: Gets the range object associated with the header row of the column. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/tablecolumn-headerrowrange?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.tables.workbookTable.columns.itemAt.headerRowRange responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookRange' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/itemAt(index={index})/headerRowRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/headerRowRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/headerRowRange()' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/range()': description: Provides operations to call the range method. get: tags: - storage.Functions summary: Invoke function range description: Gets the range object associated with the entire column. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/tablecolumn-range?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.tables.workbookTable.columns.itemAt.range responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookRange' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/itemAt(index={index})/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/range()' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/totalRowRange()': description: Provides operations to call the totalRowRange method. get: tags: - storage.Functions summary: Invoke function totalRowRange description: Gets the range object associated with the totals row of the column. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/tablecolumn-totalrowrange?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.tables.workbookTable.columns.itemAt.totalRowRange responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookRange' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/itemAt(index={index})/totalRowRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/totalRowRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/totalRowRange()' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/clearFilters': description: Provides operations to call the clearFilters method. post: tags: - storage.Actions summary: Invoke action clearFilters description: Clears all the filters currently applied on the table. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/table-clearfilters?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.tables.workbookTable.clearFilters responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/itemAt(index={index})/clearFilters' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/clearFilters' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/clearFilters' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/convertToRange': description: Provides operations to call the convertToRange method. post: tags: - storage.Actions summary: Invoke action convertToRange description: Converts the table into a normal range of cells. All data is preserved. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/table-converttorange?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.tables.workbookTable.convertToRange responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookRange' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/itemAt(index={index})/convertToRange' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/convertToRange' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/convertToRange' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()': description: Provides operations to call the dataBodyRange method. get: tags: - storage.Functions summary: Invoke function dataBodyRange description: Gets the range object associated with the data body of the table. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/table-databodyrange?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.tables.workbookTable.dataBodyRange responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookRange' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/dataBodyRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/itemAt(index={index})/dataBodyRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/dataBodyRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/dataBodyRange()' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()': description: Provides operations to call the headerRowRange method. get: tags: - storage.Functions summary: Invoke function headerRowRange description: Gets the range object associated with header row of the table. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/table-headerrowrange?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.tables.workbookTable.headerRowRange responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookRange' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/headerRowRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/itemAt(index={index})/headerRowRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/headerRowRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/headerRowRange()' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()': description: Provides operations to call the range method. get: tags: - storage.Functions summary: Invoke function range description: Get the range object associated with the entire table. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/table-range?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.tables.workbookTable.range responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookRange' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/itemAt(index={index})/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/range()' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/reapplyFilters': description: Provides operations to call the reapplyFilters method. post: tags: - storage.Actions summary: Invoke action reapplyFilters description: Reapplies all the filters currently on the table. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/table-reapplyfilters?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.tables.workbookTable.reapplyFilters responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/itemAt(index={index})/reapplyFilters' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/reapplyFilters' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/reapplyFilters' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()': description: Provides operations to call the totalRowRange method. get: tags: - storage.Functions summary: Invoke function totalRowRange description: Gets the range object associated with totals row of the table. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/table-totalrowrange?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.tables.workbookTable.totalRowRange responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookRange' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/totalRowRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/itemAt(index={index})/totalRowRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/totalRowRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/totalRowRange()' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows': description: Provides operations to manage the rows property of the microsoft.graph.workbookTable entity. get: tags: - storage.fileStorage summary: Get rows from storage description: Represents a collection of all the rows in the table. Read-only. operationId: storage.fileStorage.containers.drive.items.workbook.tables.ListRows parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.workbookTableRowCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - storage.fileStorage summary: Create new navigation property to rows for storage operationId: storage.fileStorage.containers.drive.items.workbook.tables.CreateRows requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookTableRow' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookTableRow' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/itemAt(index={index})/rows' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/rows' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}': description: Provides operations to manage the rows property of the microsoft.graph.workbookTable entity. get: tags: - storage.fileStorage summary: Get rows from storage description: Represents a collection of all the rows in the table. Read-only. operationId: storage.fileStorage.containers.drive.items.workbook.tables.GetRows parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookTableRow' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property rows in storage operationId: storage.fileStorage.containers.drive.items.workbook.tables.UpdateRows requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookTableRow' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookTableRow' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property rows for storage operationId: storage.fileStorage.containers.drive.items.workbook.tables.DeleteRows parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: workbookTableRow-id in: path description: The unique identifier of workbookTableRow required: true schema: type: string x-ms-docs-key-type: workbookTableRow x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()': description: Provides operations to call the range method. get: tags: - storage.Functions summary: Invoke function range operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.tables.workbookTable.rows.workbookTableRow.range responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookRange' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: workbookTableRow-id in: path description: The unique identifier of workbookTableRow required: true schema: type: string x-ms-docs-key-type: workbookTableRow x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/itemAt(index={index})/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/range()' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/add': description: Provides operations to call the add method. post: tags: - storage.Actions summary: Invoke action add description: 'Adds rows to the end of the table. Note that the API can accept multiple rows data using this API. Adding one row at a time could lead to performance degradation. The recommended approach would be to batch the rows together in a single call rather than doing single row insertion. For best results, collect the rows to be inserted on the application side and perform single rows add operation. Experiment with the number of rows to determine the ideal number of rows to use in single API call. ' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/tablerowcollection-add?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.tables.workbookTable.rows.add requestBody: description: Action parameters content: application/json: schema: type: object properties: index: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 nullable: true values: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookTableRow' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/names/add' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/add' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/add' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/add' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/add' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/add' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/add' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/add' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/add' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/count()': description: Provides operations to call the count method. get: tags: - storage.Functions summary: Invoke function count operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.tables.workbookTable.rows.count responses: 2XX: description: Success content: application/json: schema: type: object properties: value: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/count' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/count()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/count()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/count()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/count()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/count()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/count()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/count()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/count()' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/itemAt(index={index})': description: Provides operations to call the itemAt method. get: tags: - storage.Functions summary: Invoke function itemAt description: Gets a row based on its position in the collection. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/tablerowcollection-itemat?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.tables.workbookTable.rows.itemAt responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookTableRow' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/itemAt(index={index})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/itemAt(index={index})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/itemAt(index={index})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/itemAt(index={index})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/itemAt(index={index})/range()': description: Provides operations to call the range method. get: tags: - storage.Functions summary: Invoke function range operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.tables.workbookTable.rows.itemAt.range responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookRange' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/itemAt(index={index})/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/range()' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort': description: Provides operations to manage the sort property of the microsoft.graph.workbookTable entity. get: tags: - storage.fileStorage summary: Get sort from storage description: Represents the sorting for the table. Read-only. operationId: storage.fileStorage.containers.drive.items.workbook.tables.GetSort parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookTableSort' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property sort in storage operationId: storage.fileStorage.containers.drive.items.workbook.tables.UpdateSort requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookTableSort' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookTableSort' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property sort for storage operationId: storage.fileStorage.containers.drive.items.workbook.tables.DeleteSort parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/itemAt(index={index})/sort' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/sort' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/apply': description: Provides operations to call the apply method. post: tags: - storage.Actions summary: Invoke action apply description: Perform a sort operation. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/tablesort-apply?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.tables.workbookTable.sort.apply requestBody: description: Action parameters content: application/json: schema: type: object properties: fields: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookSortField' matchCase: type: boolean default: false method: type: string required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/apply' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/apply' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/apply' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/clear': description: Provides operations to call the clear method. post: tags: - storage.Actions summary: Invoke action clear description: 'Clears the sorting that is currently on the table. While this doesn''t modify the table''s ordering, it clears the state of the header buttons.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/tablesort-clear?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.tables.workbookTable.sort.clear responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/clear' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/reapply': description: Provides operations to call the reapply method. post: tags: - storage.Actions summary: Invoke action reapply description: Reapplies the current sorting parameters to the table. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/tablesort-reapply?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.tables.workbookTable.sort.reapply responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/reapply' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/worksheet': description: Provides operations to manage the worksheet property of the microsoft.graph.workbookTable entity. get: tags: - storage.fileStorage summary: Get worksheet from storage description: The worksheet containing the current table. Read-only. operationId: storage.fileStorage.containers.drive.items.workbook.tables.GetWorksheet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/itemAt(index={index})/worksheet' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/worksheet' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/worksheet' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/add': description: Provides operations to call the add method. post: tags: - storage.Actions summary: Invoke action add description: Use this API to create a new Table. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/workbook-post-tables?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.tables.add requestBody: description: Action parameters content: application/json: schema: type: object properties: address: type: string nullable: true hasHeaders: type: boolean default: false required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookTable' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/names/add' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/add' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/add' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/add' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/add' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/add' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/add' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/add' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/add' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/count()': description: Provides operations to call the count method. get: tags: - storage.Functions summary: Invoke function count operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.tables.count responses: 2XX: description: Success content: application/json: schema: type: object properties: value: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/count' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/count()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/count()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/count()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/count()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/count()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/count()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/count()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/count()' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/itemAt(index={index})': description: Provides operations to call the itemAt method. get: tags: - storage.Functions summary: Invoke function itemAt operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.tables.itemAt responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookTable' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/itemAt(index={index})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/itemAt(index={index})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/itemAt(index={index})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/itemAt(index={index})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/itemAt(index={index})/columns': description: Provides operations to manage the columns property of the microsoft.graph.workbookTable entity. get: tags: - storage.fileStorage summary: Get columns from storage description: Represents a collection of all the columns in the table. Read-only. operationId: storage.fileStorage.containers.drive.items.workbook.tables.itemAt.ListColumns parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.workbookTableColumnCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - storage.fileStorage summary: Create new navigation property to columns for storage operationId: storage.fileStorage.containers.drive.items.workbook.tables.itemAt.CreateColumns requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookTableColumn' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookTableColumn' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/columns' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/itemAt(index={index})/clearFilters': description: Provides operations to call the clearFilters method. post: tags: - storage.Actions summary: Invoke action clearFilters description: Clears all the filters currently applied on the table. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/table-clearfilters?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.tables.itemAt.clearFilters responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/clearFilters' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/clearFilters' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/clearFilters' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/itemAt(index={index})/convertToRange': description: Provides operations to call the convertToRange method. post: tags: - storage.Actions summary: Invoke action convertToRange description: Converts the table into a normal range of cells. All data is preserved. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/table-converttorange?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.tables.itemAt.convertToRange responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookRange' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/convertToRange' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/convertToRange' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/convertToRange' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/itemAt(index={index})/dataBodyRange()': description: Provides operations to call the dataBodyRange method. get: tags: - storage.Functions summary: Invoke function dataBodyRange description: Gets the range object associated with the data body of the table. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/table-databodyrange?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.tables.itemAt.dataBodyRange responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookRange' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/dataBodyRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/dataBodyRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/dataBodyRange()' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/itemAt(index={index})/headerRowRange()': description: Provides operations to call the headerRowRange method. get: tags: - storage.Functions summary: Invoke function headerRowRange description: Gets the range object associated with header row of the table. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/table-headerrowrange?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.tables.itemAt.headerRowRange responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookRange' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/headerRowRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/headerRowRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/headerRowRange()' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/itemAt(index={index})/range()': description: Provides operations to call the range method. get: tags: - storage.Functions summary: Invoke function range description: Get the range object associated with the entire table. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/table-range?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.tables.itemAt.range responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookRange' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/range()' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/itemAt(index={index})/reapplyFilters': description: Provides operations to call the reapplyFilters method. post: tags: - storage.Actions summary: Invoke action reapplyFilters description: Reapplies all the filters currently on the table. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/table-reapplyfilters?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.tables.itemAt.reapplyFilters responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/reapplyFilters' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/reapplyFilters' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/reapplyFilters' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/itemAt(index={index})/totalRowRange()': description: Provides operations to call the totalRowRange method. get: tags: - storage.Functions summary: Invoke function totalRowRange description: Gets the range object associated with totals row of the table. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/table-totalrowrange?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.tables.itemAt.totalRowRange responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookRange' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/totalRowRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/totalRowRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/totalRowRange()' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/itemAt(index={index})/rows': description: Provides operations to manage the rows property of the microsoft.graph.workbookTable entity. get: tags: - storage.fileStorage summary: Get rows from storage description: Represents a collection of all the rows in the table. Read-only. operationId: storage.fileStorage.containers.drive.items.workbook.tables.itemAt.ListRows parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.workbookTableRowCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - storage.fileStorage summary: Create new navigation property to rows for storage operationId: storage.fileStorage.containers.drive.items.workbook.tables.itemAt.CreateRows requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookTableRow' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookTableRow' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/rows' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/itemAt(index={index})/sort': description: Provides operations to manage the sort property of the microsoft.graph.workbookTable entity. get: tags: - storage.fileStorage summary: Get sort from storage description: Represents the sorting for the table. Read-only. operationId: storage.fileStorage.containers.drive.items.workbook.tables.itemAt.GetSort parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookTableSort' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property sort in storage operationId: storage.fileStorage.containers.drive.items.workbook.tables.itemAt.UpdateSort requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookTableSort' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookTableSort' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property sort for storage operationId: storage.fileStorage.containers.drive.items.workbook.tables.itemAt.DeleteSort parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/sort' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/itemAt(index={index})/worksheet': description: Provides operations to manage the worksheet property of the microsoft.graph.workbookTable entity. get: tags: - storage.fileStorage summary: Get worksheet from storage description: The worksheet containing the current table. Read-only. operationId: storage.fileStorage.containers.drive.items.workbook.tables.itemAt.GetWorksheet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/worksheet' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/worksheet' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/worksheet' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets': description: Provides operations to manage the worksheets property of the microsoft.graph.workbook entity. get: tags: - storage.fileStorage summary: Get worksheets from storage description: Represents a collection of worksheets associated with the workbook. Read-only. operationId: storage.fileStorage.containers.drive.items.workbook.ListWorksheets parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.workbookWorksheetCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - storage.fileStorage summary: Create new navigation property to worksheets for storage operationId: storage.fileStorage.containers.drive.items.workbook.CreateWorksheets requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}': description: Provides operations to manage the worksheets property of the microsoft.graph.workbook entity. get: tags: - storage.fileStorage summary: Get worksheets from storage description: Represents a collection of worksheets associated with the workbook. Read-only. operationId: storage.fileStorage.containers.drive.items.workbook.GetWorksheets parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property worksheets in storage operationId: storage.fileStorage.containers.drive.items.workbook.UpdateWorksheets requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property worksheets for storage operationId: storage.fileStorage.containers.drive.items.workbook.DeleteWorksheets parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts': description: Provides operations to manage the charts property of the microsoft.graph.workbookWorksheet entity. get: tags: - storage.fileStorage summary: Get charts from storage description: Returns collection of charts that are part of the worksheet. Read-only. operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.ListCharts parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.workbookChartCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - storage.fileStorage summary: Create new navigation property to charts for storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.CreateCharts requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChart' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChart' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}': description: Provides operations to manage the charts property of the microsoft.graph.workbookWorksheet entity. get: tags: - storage.fileStorage summary: Get charts from storage description: Returns collection of charts that are part of the worksheet. Read-only. operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.GetCharts parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChart' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property charts in storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.UpdateCharts requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChart' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChart' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property charts for storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.DeleteCharts parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes': description: Provides operations to manage the axes property of the microsoft.graph.workbookChart entity. get: tags: - storage.fileStorage summary: Get axes from storage description: Represents chart axes. Read-only. operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.GetAxes parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAxes' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property axes in storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.UpdateAxes requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAxes' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAxes' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property axes for storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.DeleteAxes parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/axes' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/axes' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis': description: Provides operations to manage the categoryAxis property of the microsoft.graph.workbookChartAxes entity. get: tags: - storage.fileStorage summary: Get categoryAxis from storage description: Represents the category axis in a chart. Read-only. operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.GetCategoryAxis parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAxis' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property categoryAxis in storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.UpdateCategoryAxis requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAxis' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAxis' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property categoryAxis for storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.DeleteCategoryAxis parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format': description: Provides operations to manage the format property of the microsoft.graph.workbookChartAxis entity. get: tags: - storage.fileStorage summary: Get format from storage description: 'Represents the formatting of a chart object, which includes line and font formatting. Read-only.' operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.categoryAxis.GetFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAxisFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property format in storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.categoryAxis.UpdateFormat requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAxisFormat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAxisFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property format for storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.categoryAxis.DeleteFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/font': description: Provides operations to manage the font property of the microsoft.graph.workbookChartAxisFormat entity. get: tags: - storage.fileStorage summary: Get font from storage description: 'Represents the font attributes (font name, font size, color, etc.) for a chart axis element. Read-only.' operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.categoryAxis.format.GetFont parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartFont' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property font in storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.categoryAxis.format.UpdateFont requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartFont' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartFont' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property font for storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.categoryAxis.format.DeleteFont parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/font' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/font' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line': description: Provides operations to manage the line property of the microsoft.graph.workbookChartAxisFormat entity. get: tags: - storage.fileStorage summary: Get line from storage description: Represents chart line formatting. Read-only. operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.categoryAxis.format.GetLine parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property line in storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.categoryAxis.format.UpdateLine requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property line for storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.categoryAxis.format.DeleteLine parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line/clear': description: Provides operations to call the clear method. post: tags: - storage.Actions summary: Invoke action clear description: Clear the line format of a chart element. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chartlineformat-clear?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.axes.categoryAxis.format.line.clear responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/clear' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines': description: Provides operations to manage the majorGridlines property of the microsoft.graph.workbookChartAxis entity. get: tags: - storage.fileStorage summary: Get majorGridlines from storage description: Returns a gridlines object that represents the major gridlines for the specified axis. Read-only. operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.categoryAxis.GetMajorGridlines parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlines' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property majorGridlines in storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.categoryAxis.UpdateMajorGridlines requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlines' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlines' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property majorGridlines for storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.categoryAxis.DeleteMajorGridlines parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format': description: Provides operations to manage the format property of the microsoft.graph.workbookChartGridlines entity. get: tags: - storage.fileStorage summary: Get format from storage description: Represents the formatting of chart gridlines. Read-only. operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.categoryAxis.majorGridlines.GetFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property format in storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.categoryAxis.majorGridlines.UpdateFormat requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property format for storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.categoryAxis.majorGridlines.DeleteFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line': description: Provides operations to manage the line property of the microsoft.graph.workbookChartGridlinesFormat entity. get: tags: - storage.fileStorage summary: Get line from storage description: Represents chart line formatting. Read-only. operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.categoryAxis.majorGridlines.format.GetLine parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property line in storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.categoryAxis.majorGridlines.format.UpdateLine requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property line for storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.categoryAxis.majorGridlines.format.DeleteLine parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line/clear': description: Provides operations to call the clear method. post: tags: - storage.Actions summary: Invoke action clear description: Clear the line format of a chart element. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chartlineformat-clear?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.axes.categoryAxis.majorGridlines.format.line.clear responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/clear' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines': description: Provides operations to manage the minorGridlines property of the microsoft.graph.workbookChartAxis entity. get: tags: - storage.fileStorage summary: Get minorGridlines from storage description: Returns a Gridlines object that represents the minor gridlines for the specified axis. Read-only. operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.categoryAxis.GetMinorGridlines parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlines' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property minorGridlines in storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.categoryAxis.UpdateMinorGridlines requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlines' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlines' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property minorGridlines for storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.categoryAxis.DeleteMinorGridlines parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format': description: Provides operations to manage the format property of the microsoft.graph.workbookChartGridlines entity. get: tags: - storage.fileStorage summary: Get format from storage description: Represents the formatting of chart gridlines. Read-only. operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.categoryAxis.minorGridlines.GetFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property format in storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.categoryAxis.minorGridlines.UpdateFormat requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property format for storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.categoryAxis.minorGridlines.DeleteFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line': description: Provides operations to manage the line property of the microsoft.graph.workbookChartGridlinesFormat entity. get: tags: - storage.fileStorage summary: Get line from storage description: Represents chart line formatting. Read-only. operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.categoryAxis.minorGridlines.format.GetLine parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property line in storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.categoryAxis.minorGridlines.format.UpdateLine requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property line for storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.categoryAxis.minorGridlines.format.DeleteLine parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line/clear': description: Provides operations to call the clear method. post: tags: - storage.Actions summary: Invoke action clear description: Clear the line format of a chart element. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chartlineformat-clear?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.axes.categoryAxis.minorGridlines.format.line.clear responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/clear' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/title': description: Provides operations to manage the title property of the microsoft.graph.workbookChartAxis entity. get: tags: - storage.fileStorage summary: Get title from storage description: Represents the axis title. Read-only. operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.categoryAxis.GetTitle parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitle' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property title in storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.categoryAxis.UpdateTitle requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitle' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitle' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property title for storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.categoryAxis.DeleteTitle parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/title' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/title' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/title/format': description: Provides operations to manage the format property of the microsoft.graph.workbookChartAxisTitle entity. get: tags: - storage.fileStorage summary: Get format from storage description: Represents the formatting of chart axis title. Read-only. operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.categoryAxis.title.GetFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitleFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property format in storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.categoryAxis.title.UpdateFormat requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitleFormat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitleFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property format for storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.categoryAxis.title.DeleteFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/title/format' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/title/format' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/title/format/font': description: Provides operations to manage the font property of the microsoft.graph.workbookChartAxisTitleFormat entity. get: tags: - storage.fileStorage summary: Get font from storage description: 'Represents the font attributes, such as font name, font size, color, etc. of chart axis title object. Read-only.' operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.categoryAxis.title.format.GetFont parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartFont' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property font in storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.categoryAxis.title.format.UpdateFont requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartFont' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartFont' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property font for storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.categoryAxis.title.format.DeleteFont parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/title/format/font' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/title/format/font' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis': description: Provides operations to manage the seriesAxis property of the microsoft.graph.workbookChartAxes entity. get: tags: - storage.fileStorage summary: Get seriesAxis from storage description: Represents the series axis of a 3-dimensional chart. Read-only. operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.GetSeriesAxis parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAxis' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property seriesAxis in storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.UpdateSeriesAxis requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAxis' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAxis' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property seriesAxis for storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.DeleteSeriesAxis parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format': description: Provides operations to manage the format property of the microsoft.graph.workbookChartAxis entity. get: tags: - storage.fileStorage summary: Get format from storage description: 'Represents the formatting of a chart object, which includes line and font formatting. Read-only.' operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.seriesAxis.GetFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAxisFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property format in storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.seriesAxis.UpdateFormat requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAxisFormat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAxisFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property format for storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.seriesAxis.DeleteFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/font': description: Provides operations to manage the font property of the microsoft.graph.workbookChartAxisFormat entity. get: tags: - storage.fileStorage summary: Get font from storage description: 'Represents the font attributes (font name, font size, color, etc.) for a chart axis element. Read-only.' operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.seriesAxis.format.GetFont parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartFont' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property font in storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.seriesAxis.format.UpdateFont requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartFont' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartFont' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property font for storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.seriesAxis.format.DeleteFont parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/font' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/font' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line': description: Provides operations to manage the line property of the microsoft.graph.workbookChartAxisFormat entity. get: tags: - storage.fileStorage summary: Get line from storage description: Represents chart line formatting. Read-only. operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.seriesAxis.format.GetLine parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property line in storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.seriesAxis.format.UpdateLine requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property line for storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.seriesAxis.format.DeleteLine parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line/clear': description: Provides operations to call the clear method. post: tags: - storage.Actions summary: Invoke action clear description: Clear the line format of a chart element. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chartlineformat-clear?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.axes.seriesAxis.format.line.clear responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/clear' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines': description: Provides operations to manage the majorGridlines property of the microsoft.graph.workbookChartAxis entity. get: tags: - storage.fileStorage summary: Get majorGridlines from storage description: Returns a gridlines object that represents the major gridlines for the specified axis. Read-only. operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.seriesAxis.GetMajorGridlines parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlines' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property majorGridlines in storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.seriesAxis.UpdateMajorGridlines requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlines' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlines' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property majorGridlines for storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.seriesAxis.DeleteMajorGridlines parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format': description: Provides operations to manage the format property of the microsoft.graph.workbookChartGridlines entity. get: tags: - storage.fileStorage summary: Get format from storage description: Represents the formatting of chart gridlines. Read-only. operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.seriesAxis.majorGridlines.GetFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property format in storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.seriesAxis.majorGridlines.UpdateFormat requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property format for storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.seriesAxis.majorGridlines.DeleteFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line': description: Provides operations to manage the line property of the microsoft.graph.workbookChartGridlinesFormat entity. get: tags: - storage.fileStorage summary: Get line from storage description: Represents chart line formatting. Read-only. operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.seriesAxis.majorGridlines.format.GetLine parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property line in storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.seriesAxis.majorGridlines.format.UpdateLine requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property line for storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.seriesAxis.majorGridlines.format.DeleteLine parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line/clear': description: Provides operations to call the clear method. post: tags: - storage.Actions summary: Invoke action clear description: Clear the line format of a chart element. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chartlineformat-clear?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.axes.seriesAxis.majorGridlines.format.line.clear responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/clear' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines': description: Provides operations to manage the minorGridlines property of the microsoft.graph.workbookChartAxis entity. get: tags: - storage.fileStorage summary: Get minorGridlines from storage description: Returns a Gridlines object that represents the minor gridlines for the specified axis. Read-only. operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.seriesAxis.GetMinorGridlines parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlines' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property minorGridlines in storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.seriesAxis.UpdateMinorGridlines requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlines' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlines' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property minorGridlines for storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.seriesAxis.DeleteMinorGridlines parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format': description: Provides operations to manage the format property of the microsoft.graph.workbookChartGridlines entity. get: tags: - storage.fileStorage summary: Get format from storage description: Represents the formatting of chart gridlines. Read-only. operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.seriesAxis.minorGridlines.GetFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property format in storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.seriesAxis.minorGridlines.UpdateFormat requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property format for storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.seriesAxis.minorGridlines.DeleteFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line': description: Provides operations to manage the line property of the microsoft.graph.workbookChartGridlinesFormat entity. get: tags: - storage.fileStorage summary: Get line from storage description: Represents chart line formatting. Read-only. operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.seriesAxis.minorGridlines.format.GetLine parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property line in storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.seriesAxis.minorGridlines.format.UpdateLine requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property line for storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.seriesAxis.minorGridlines.format.DeleteLine parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line/clear': description: Provides operations to call the clear method. post: tags: - storage.Actions summary: Invoke action clear description: Clear the line format of a chart element. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chartlineformat-clear?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.axes.seriesAxis.minorGridlines.format.line.clear responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/clear' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/title': description: Provides operations to manage the title property of the microsoft.graph.workbookChartAxis entity. get: tags: - storage.fileStorage summary: Get title from storage description: Represents the axis title. Read-only. operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.seriesAxis.GetTitle parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitle' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property title in storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.seriesAxis.UpdateTitle requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitle' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitle' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property title for storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.seriesAxis.DeleteTitle parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/title' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/title' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/title/format': description: Provides operations to manage the format property of the microsoft.graph.workbookChartAxisTitle entity. get: tags: - storage.fileStorage summary: Get format from storage description: Represents the formatting of chart axis title. Read-only. operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.seriesAxis.title.GetFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitleFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property format in storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.seriesAxis.title.UpdateFormat requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitleFormat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitleFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property format for storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.seriesAxis.title.DeleteFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/title/format' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/title/format' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/title/format/font': description: Provides operations to manage the font property of the microsoft.graph.workbookChartAxisTitleFormat entity. get: tags: - storage.fileStorage summary: Get font from storage description: 'Represents the font attributes, such as font name, font size, color, etc. of chart axis title object. Read-only.' operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.seriesAxis.title.format.GetFont parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartFont' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property font in storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.seriesAxis.title.format.UpdateFont requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartFont' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartFont' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property font for storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.seriesAxis.title.format.DeleteFont parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/title/format/font' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/title/format/font' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis': description: Provides operations to manage the valueAxis property of the microsoft.graph.workbookChartAxes entity. get: tags: - storage.fileStorage summary: Get valueAxis from storage description: Represents the value axis in an axis. Read-only. operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.GetValueAxis parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAxis' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property valueAxis in storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.UpdateValueAxis requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAxis' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAxis' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property valueAxis for storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.DeleteValueAxis parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format': description: Provides operations to manage the format property of the microsoft.graph.workbookChartAxis entity. get: tags: - storage.fileStorage summary: Get format from storage description: 'Represents the formatting of a chart object, which includes line and font formatting. Read-only.' operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.valueAxis.GetFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAxisFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property format in storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.valueAxis.UpdateFormat requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAxisFormat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAxisFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property format for storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.valueAxis.DeleteFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/font': description: Provides operations to manage the font property of the microsoft.graph.workbookChartAxisFormat entity. get: tags: - storage.fileStorage summary: Get font from storage description: 'Represents the font attributes (font name, font size, color, etc.) for a chart axis element. Read-only.' operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.valueAxis.format.GetFont parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartFont' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property font in storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.valueAxis.format.UpdateFont requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartFont' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartFont' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property font for storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.valueAxis.format.DeleteFont parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/font' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/font' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line': description: Provides operations to manage the line property of the microsoft.graph.workbookChartAxisFormat entity. get: tags: - storage.fileStorage summary: Get line from storage description: Represents chart line formatting. Read-only. operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.valueAxis.format.GetLine parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property line in storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.valueAxis.format.UpdateLine requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property line for storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.valueAxis.format.DeleteLine parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line/clear': description: Provides operations to call the clear method. post: tags: - storage.Actions summary: Invoke action clear description: Clear the line format of a chart element. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chartlineformat-clear?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.axes.valueAxis.format.line.clear responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/clear' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines': description: Provides operations to manage the majorGridlines property of the microsoft.graph.workbookChartAxis entity. get: tags: - storage.fileStorage summary: Get majorGridlines from storage description: Returns a gridlines object that represents the major gridlines for the specified axis. Read-only. operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.valueAxis.GetMajorGridlines parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlines' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property majorGridlines in storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.valueAxis.UpdateMajorGridlines requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlines' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlines' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property majorGridlines for storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.valueAxis.DeleteMajorGridlines parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format': description: Provides operations to manage the format property of the microsoft.graph.workbookChartGridlines entity. get: tags: - storage.fileStorage summary: Get format from storage description: Represents the formatting of chart gridlines. Read-only. operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.valueAxis.majorGridlines.GetFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property format in storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.valueAxis.majorGridlines.UpdateFormat requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property format for storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.valueAxis.majorGridlines.DeleteFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line': description: Provides operations to manage the line property of the microsoft.graph.workbookChartGridlinesFormat entity. get: tags: - storage.fileStorage summary: Get line from storage description: Represents chart line formatting. Read-only. operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.valueAxis.majorGridlines.format.GetLine parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property line in storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.valueAxis.majorGridlines.format.UpdateLine requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property line for storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.valueAxis.majorGridlines.format.DeleteLine parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line/clear': description: Provides operations to call the clear method. post: tags: - storage.Actions summary: Invoke action clear description: Clear the line format of a chart element. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chartlineformat-clear?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.axes.valueAxis.majorGridlines.format.line.clear responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/clear' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines': description: Provides operations to manage the minorGridlines property of the microsoft.graph.workbookChartAxis entity. get: tags: - storage.fileStorage summary: Get minorGridlines from storage description: Returns a Gridlines object that represents the minor gridlines for the specified axis. Read-only. operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.valueAxis.GetMinorGridlines parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlines' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property minorGridlines in storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.valueAxis.UpdateMinorGridlines requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlines' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlines' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property minorGridlines for storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.valueAxis.DeleteMinorGridlines parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format': description: Provides operations to manage the format property of the microsoft.graph.workbookChartGridlines entity. get: tags: - storage.fileStorage summary: Get format from storage description: Represents the formatting of chart gridlines. Read-only. operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.valueAxis.minorGridlines.GetFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property format in storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.valueAxis.minorGridlines.UpdateFormat requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property format for storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.valueAxis.minorGridlines.DeleteFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line': description: Provides operations to manage the line property of the microsoft.graph.workbookChartGridlinesFormat entity. get: tags: - storage.fileStorage summary: Get line from storage description: Represents chart line formatting. Read-only. operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.valueAxis.minorGridlines.format.GetLine parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property line in storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.valueAxis.minorGridlines.format.UpdateLine requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property line for storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.valueAxis.minorGridlines.format.DeleteLine parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line/clear': description: Provides operations to call the clear method. post: tags: - storage.Actions summary: Invoke action clear description: Clear the line format of a chart element. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chartlineformat-clear?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.axes.valueAxis.minorGridlines.format.line.clear responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/clear' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/title': description: Provides operations to manage the title property of the microsoft.graph.workbookChartAxis entity. get: tags: - storage.fileStorage summary: Get title from storage description: Represents the axis title. Read-only. operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.valueAxis.GetTitle parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitle' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property title in storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.valueAxis.UpdateTitle requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitle' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitle' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property title for storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.valueAxis.DeleteTitle parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/title' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/title' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/title/format': description: Provides operations to manage the format property of the microsoft.graph.workbookChartAxisTitle entity. get: tags: - storage.fileStorage summary: Get format from storage description: Represents the formatting of chart axis title. Read-only. operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.valueAxis.title.GetFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitleFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property format in storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.valueAxis.title.UpdateFormat requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitleFormat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitleFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property format for storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.valueAxis.title.DeleteFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/title/format' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/title/format' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/title/format/font': description: Provides operations to manage the font property of the microsoft.graph.workbookChartAxisTitleFormat entity. get: tags: - storage.fileStorage summary: Get font from storage description: 'Represents the font attributes, such as font name, font size, color, etc. of chart axis title object. Read-only.' operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.valueAxis.title.format.GetFont parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartFont' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property font in storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.valueAxis.title.format.UpdateFont requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartFont' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartFont' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property font for storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.axes.valueAxis.title.format.DeleteFont parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/title/format/font' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/title/format/font' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels': description: Provides operations to manage the dataLabels property of the microsoft.graph.workbookChart entity. get: tags: - storage.fileStorage summary: Get dataLabels from storage description: Represents the data labels on the chart. Read-only. operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.GetDataLabels parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartDataLabels' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property dataLabels in storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.UpdateDataLabels requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartDataLabels' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartDataLabels' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property dataLabels for storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.DeleteDataLabels parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/dataLabels' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/dataLabels' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format': description: Provides operations to manage the format property of the microsoft.graph.workbookChartDataLabels entity. get: tags: - storage.fileStorage summary: Get format from storage description: 'Represents the format of chart data labels, which includes fill and font formatting. Read-only.' operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.dataLabels.GetFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartDataLabelFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property format in storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.dataLabels.UpdateFormat requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartDataLabelFormat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartDataLabelFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property format for storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.dataLabels.DeleteFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill': description: Provides operations to manage the fill property of the microsoft.graph.workbookChartDataLabelFormat entity. get: tags: - storage.fileStorage summary: Get fill from storage description: Represents the fill format of the current chart data label. Read-only. operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.dataLabels.format.GetFill parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartFill' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property fill in storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.dataLabels.format.UpdateFill requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartFill' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartFill' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property fill for storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.dataLabels.format.DeleteFill parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/clear': description: Provides operations to call the clear method. post: tags: - storage.Actions summary: Invoke action clear description: Clear the fill color of a chart element. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chartfill-clear?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.dataLabels.format.fill.clear responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/clear' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/setSolidColor': description: Provides operations to call the setSolidColor method. post: tags: - storage.Actions summary: Invoke action setSolidColor description: Sets the fill formatting of a chart element to a uniform color. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chartfill-setsolidcolor?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.dataLabels.format.fill.setSolidColor requestBody: description: Action parameters content: application/json: schema: type: object properties: color: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/setSolidColor' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/setSolidColor' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/setSolidColor' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/setSolidColor' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/setSolidColor' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/font': description: Provides operations to manage the font property of the microsoft.graph.workbookChartDataLabelFormat entity. get: tags: - storage.fileStorage summary: Get font from storage description: 'Represents the font attributes (font name, font size, color, etc.) for a chart data label. Read-only.' operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.dataLabels.format.GetFont parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartFont' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property font in storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.dataLabels.format.UpdateFont requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartFont' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartFont' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property font for storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.dataLabels.format.DeleteFont parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format': description: Provides operations to manage the format property of the microsoft.graph.workbookChart entity. get: tags: - storage.fileStorage summary: Get format from storage description: Encapsulates the format properties for the chart area. Read-only. operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.GetFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAreaFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property format in storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.UpdateFormat requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAreaFormat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAreaFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property format for storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.DeleteFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/format' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/format' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill': description: Provides operations to manage the fill property of the microsoft.graph.workbookChartAreaFormat entity. get: tags: - storage.fileStorage summary: Get fill from storage description: 'Represents the fill format of an object, which includes background formatting information. Read-only.' operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.format.GetFill parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartFill' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property fill in storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.format.UpdateFill requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartFill' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartFill' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property fill for storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.format.DeleteFill parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/clear': description: Provides operations to call the clear method. post: tags: - storage.Actions summary: Invoke action clear description: Clear the fill color of a chart element. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chartfill-clear?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.format.fill.clear responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/clear' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/setSolidColor': description: Provides operations to call the setSolidColor method. post: tags: - storage.Actions summary: Invoke action setSolidColor description: Sets the fill formatting of a chart element to a uniform color. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chartfill-setsolidcolor?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.format.fill.setSolidColor requestBody: description: Action parameters content: application/json: schema: type: object properties: color: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/setSolidColor' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/setSolidColor' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/setSolidColor' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/setSolidColor' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/setSolidColor' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/font': description: Provides operations to manage the font property of the microsoft.graph.workbookChartAreaFormat entity. get: tags: - storage.fileStorage summary: Get font from storage description: 'Represents the font attributes (font name, font size, color, etc.) for the current object. Read-only.' operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.format.GetFont parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartFont' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property font in storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.format.UpdateFont requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartFont' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartFont' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property font for storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.format.DeleteFont parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend': description: Provides operations to manage the legend property of the microsoft.graph.workbookChart entity. get: tags: - storage.fileStorage summary: Get legend from storage description: Represents the legend for the chart. Read-only. operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.GetLegend parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartLegend' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property legend in storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.UpdateLegend requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartLegend' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartLegend' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property legend for storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.DeleteLegend parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/legend' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/legend' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format': description: Provides operations to manage the format property of the microsoft.graph.workbookChartLegend entity. get: tags: - storage.fileStorage summary: Get format from storage description: 'Represents the formatting of a chart legend, which includes fill and font formatting. Read-only.' operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.legend.GetFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartLegendFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property format in storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.legend.UpdateFormat requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartLegendFormat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartLegendFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property format for storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.legend.DeleteFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill': description: Provides operations to manage the fill property of the microsoft.graph.workbookChartLegendFormat entity. get: tags: - storage.fileStorage summary: Get fill from storage description: 'Represents the fill format of an object, which includes background formating information. Read-only.' operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.legend.format.GetFill parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartFill' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property fill in storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.legend.format.UpdateFill requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartFill' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartFill' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property fill for storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.legend.format.DeleteFill parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/clear': description: Provides operations to call the clear method. post: tags: - storage.Actions summary: Invoke action clear description: Clear the fill color of a chart element. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chartfill-clear?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.legend.format.fill.clear responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/clear' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/setSolidColor': description: Provides operations to call the setSolidColor method. post: tags: - storage.Actions summary: Invoke action setSolidColor description: Sets the fill formatting of a chart element to a uniform color. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chartfill-setsolidcolor?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.legend.format.fill.setSolidColor requestBody: description: Action parameters content: application/json: schema: type: object properties: color: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/setSolidColor' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/setSolidColor' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/setSolidColor' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/setSolidColor' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/setSolidColor' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/font': description: Provides operations to manage the font property of the microsoft.graph.workbookChartLegendFormat entity. get: tags: - storage.fileStorage summary: Get font from storage description: 'Represents the font attributes such as font name, font size, color, etc. of a chart legend. Read-only.' operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.legend.format.GetFont parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartFont' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property font in storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.legend.format.UpdateFont requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartFont' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartFont' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property font for storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.legend.format.DeleteFont parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image()': description: Provides operations to call the image method. get: tags: - storage.Functions summary: Invoke function image operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.image-8f13 responses: 2XX: description: Success content: application/json: schema: type: object properties: value: type: string nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width},height={height},fittingMode=''{fittingMode}'')' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width},height={height})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width},height={height},fittingMode=''{fittingMode}'')' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width},height={height})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width},height={height},fittingMode=''{fittingMode}'')' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width},height={height})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width})' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width},height={height},fittingMode=''{fittingMode}'')': description: Provides operations to call the image method. get: tags: - storage.Functions summary: Invoke function image operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.image-4f04 responses: 2XX: description: Success content: application/json: schema: type: object properties: value: type: string nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart - name: width in: path description: 'Usage: width={width}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 - name: height in: path description: 'Usage: height={height}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 - name: fittingMode in: path description: 'Usage: fittingMode=''{fittingMode}''' required: true schema: type: string x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width},height={height})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width},height={height},fittingMode=''{fittingMode}'')' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width},height={height})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width},height={height},fittingMode=''{fittingMode}'')' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width},height={height})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width})' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width},height={height})': description: Provides operations to call the image method. get: tags: - storage.Functions summary: Invoke function image operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.image-664c responses: 2XX: description: Success content: application/json: schema: type: object properties: value: type: string nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart - name: width in: path description: 'Usage: width={width}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 - name: height in: path description: 'Usage: height={height}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width},height={height},fittingMode=''{fittingMode}'')' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width},height={height},fittingMode=''{fittingMode}'')' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width},height={height})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width},height={height},fittingMode=''{fittingMode}'')' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width},height={height})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width})' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width})': description: Provides operations to call the image method. get: tags: - storage.Functions summary: Invoke function image operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.image-9795 responses: 2XX: description: Success content: application/json: schema: type: object properties: value: type: string nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart - name: width in: path description: 'Usage: width={width}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width},height={height},fittingMode=''{fittingMode}'')' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width},height={height})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width},height={height},fittingMode=''{fittingMode}'')' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width},height={height})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width},height={height},fittingMode=''{fittingMode}'')' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width},height={height})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width})' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/setData': description: Provides operations to call the setData method. post: tags: - storage.Actions summary: Invoke action setData description: Resets the source data for the chart. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chart-setdata?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.setData requestBody: description: Action parameters content: application/json: schema: type: object properties: sourceData: { } seriesBy: type: string required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/setData' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/setData' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/setPosition': description: Provides operations to call the setPosition method. post: tags: - storage.Actions summary: Invoke action setPosition description: Positions the chart relative to cells on the worksheet. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chart-setposition?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.setPosition requestBody: description: Action parameters content: application/json: schema: type: object properties: startCell: { } endCell: { } required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/setPosition' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/setPosition' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series': description: Provides operations to manage the series property of the microsoft.graph.workbookChart entity. get: tags: - storage.fileStorage summary: Get series from storage description: Represents either a single series or collection of series in the chart. Read-only. operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.ListSeries parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.workbookChartSeriesCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - storage.fileStorage summary: Create new navigation property to series for storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.CreateSeries requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartSeries' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartSeries' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/series' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/series' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}': description: Provides operations to manage the series property of the microsoft.graph.workbookChart entity. get: tags: - storage.fileStorage summary: Get series from storage description: Represents either a single series or collection of series in the chart. Read-only. operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.GetSeries parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartSeries' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property series in storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.UpdateSeries requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartSeries' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartSeries' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property series for storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.DeleteSeries parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart - name: workbookChartSeries-id in: path description: The unique identifier of workbookChartSeries required: true schema: type: string x-ms-docs-key-type: workbookChartSeries '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format': description: Provides operations to manage the format property of the microsoft.graph.workbookChartSeries entity. get: tags: - storage.fileStorage summary: Get format from storage description: 'Represents the formatting of a chart series, which includes fill and line formatting. Read-only.' operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.series.GetFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartSeriesFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property format in storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.series.UpdateFormat requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartSeriesFormat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartSeriesFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property format for storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.series.DeleteFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart - name: workbookChartSeries-id in: path description: The unique identifier of workbookChartSeries required: true schema: type: string x-ms-docs-key-type: workbookChartSeries x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/itemAt(index={index})/format' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill': description: Provides operations to manage the fill property of the microsoft.graph.workbookChartSeriesFormat entity. get: tags: - storage.fileStorage summary: Get fill from storage description: 'Represents the fill format of a chart series, which includes background formatting information. Read-only.' operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.series.format.GetFill parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartFill' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property fill in storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.series.format.UpdateFill requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartFill' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartFill' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property fill for storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.series.format.DeleteFill parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart - name: workbookChartSeries-id in: path description: The unique identifier of workbookChartSeries required: true schema: type: string x-ms-docs-key-type: workbookChartSeries '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/clear': description: Provides operations to call the clear method. post: tags: - storage.Actions summary: Invoke action clear description: Clear the fill color of a chart element. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chartfill-clear?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.series.workbookChartSeries.format.fill.clear responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart - name: workbookChartSeries-id in: path description: The unique identifier of workbookChartSeries required: true schema: type: string x-ms-docs-key-type: workbookChartSeries x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/clear' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/setSolidColor': description: Provides operations to call the setSolidColor method. post: tags: - storage.Actions summary: Invoke action setSolidColor description: Sets the fill formatting of a chart element to a uniform color. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chartfill-setsolidcolor?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.series.workbookChartSeries.format.fill.setSolidColor requestBody: description: Action parameters content: application/json: schema: type: object properties: color: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart - name: workbookChartSeries-id in: path description: The unique identifier of workbookChartSeries required: true schema: type: string x-ms-docs-key-type: workbookChartSeries x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/setSolidColor' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/setSolidColor' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/setSolidColor' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/setSolidColor' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/setSolidColor' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/line': description: Provides operations to manage the line property of the microsoft.graph.workbookChartSeriesFormat entity. get: tags: - storage.fileStorage summary: Get line from storage description: Represents line formatting. Read-only. operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.series.format.GetLine parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property line in storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.series.format.UpdateLine requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property line for storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.series.format.DeleteLine parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart - name: workbookChartSeries-id in: path description: The unique identifier of workbookChartSeries required: true schema: type: string x-ms-docs-key-type: workbookChartSeries '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/line/clear': description: Provides operations to call the clear method. post: tags: - storage.Actions summary: Invoke action clear description: Clear the line format of a chart element. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chartlineformat-clear?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.series.workbookChartSeries.format.line.clear responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart - name: workbookChartSeries-id in: path description: The unique identifier of workbookChartSeries required: true schema: type: string x-ms-docs-key-type: workbookChartSeries x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/clear' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points': description: Provides operations to manage the points property of the microsoft.graph.workbookChartSeries entity. get: tags: - storage.fileStorage summary: Get points from storage description: Represents a collection of all points in the series. Read-only. operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.series.ListPoints parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.workbookChartPointCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - storage.fileStorage summary: Create new navigation property to points for storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.series.CreatePoints requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartPoint' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartPoint' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart - name: workbookChartSeries-id in: path description: The unique identifier of workbookChartSeries required: true schema: type: string x-ms-docs-key-type: workbookChartSeries x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/itemAt(index={index})/points' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}': description: Provides operations to manage the points property of the microsoft.graph.workbookChartSeries entity. get: tags: - storage.fileStorage summary: Get points from storage description: Represents a collection of all points in the series. Read-only. operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.series.GetPoints parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartPoint' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property points in storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.series.UpdatePoints requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartPoint' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartPoint' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property points for storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.series.DeletePoints parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart - name: workbookChartSeries-id in: path description: The unique identifier of workbookChartSeries required: true schema: type: string x-ms-docs-key-type: workbookChartSeries - name: workbookChartPoint-id in: path description: The unique identifier of workbookChartPoint required: true schema: type: string x-ms-docs-key-type: workbookChartPoint '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format': description: Provides operations to manage the format property of the microsoft.graph.workbookChartPoint entity. get: tags: - storage.fileStorage summary: Get format from storage description: Encapsulates the format properties chart point. Read-only. operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.series.points.GetFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartPointFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property format in storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.series.points.UpdateFormat requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartPointFormat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartPointFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property format for storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.series.points.DeleteFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart - name: workbookChartSeries-id in: path description: The unique identifier of workbookChartSeries required: true schema: type: string x-ms-docs-key-type: workbookChartSeries - name: workbookChartPoint-id in: path description: The unique identifier of workbookChartPoint required: true schema: type: string x-ms-docs-key-type: workbookChartPoint x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/itemAt(index={index})/format' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill': description: Provides operations to manage the fill property of the microsoft.graph.workbookChartPointFormat entity. get: tags: - storage.fileStorage summary: Get fill from storage description: 'Represents the fill format of a chart, which includes background formatting information. Read-only.' operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.series.points.format.GetFill parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartFill' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property fill in storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.series.points.format.UpdateFill requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartFill' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartFill' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property fill for storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.series.points.format.DeleteFill parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart - name: workbookChartSeries-id in: path description: The unique identifier of workbookChartSeries required: true schema: type: string x-ms-docs-key-type: workbookChartSeries - name: workbookChartPoint-id in: path description: The unique identifier of workbookChartPoint required: true schema: type: string x-ms-docs-key-type: workbookChartPoint '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/clear': description: Provides operations to call the clear method. post: tags: - storage.Actions summary: Invoke action clear description: Clear the fill color of a chart element. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chartfill-clear?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.series.workbookChartSeries.points.workbookChartPoint.format.fill.clear responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart - name: workbookChartSeries-id in: path description: The unique identifier of workbookChartSeries required: true schema: type: string x-ms-docs-key-type: workbookChartSeries - name: workbookChartPoint-id in: path description: The unique identifier of workbookChartPoint required: true schema: type: string x-ms-docs-key-type: workbookChartPoint x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/clear' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/setSolidColor': description: Provides operations to call the setSolidColor method. post: tags: - storage.Actions summary: Invoke action setSolidColor description: Sets the fill formatting of a chart element to a uniform color. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chartfill-setsolidcolor?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.series.workbookChartSeries.points.workbookChartPoint.format.fill.setSolidColor requestBody: description: Action parameters content: application/json: schema: type: object properties: color: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart - name: workbookChartSeries-id in: path description: The unique identifier of workbookChartSeries required: true schema: type: string x-ms-docs-key-type: workbookChartSeries - name: workbookChartPoint-id in: path description: The unique identifier of workbookChartPoint required: true schema: type: string x-ms-docs-key-type: workbookChartPoint x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/setSolidColor' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/setSolidColor' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/setSolidColor' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/setSolidColor' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/setSolidColor' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/count()': description: Provides operations to call the count method. get: tags: - storage.Functions summary: Invoke function count operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.series.workbookChartSeries.points.count responses: 2XX: description: Success content: application/json: schema: type: object properties: value: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart - name: workbookChartSeries-id in: path description: The unique identifier of workbookChartSeries required: true schema: type: string x-ms-docs-key-type: workbookChartSeries x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/count' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/count()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/count()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/count()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/count()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/count()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/count()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/count()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/count()' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/itemAt(index={index})': description: Provides operations to call the itemAt method. get: tags: - storage.Functions summary: Invoke function itemAt description: Retrieve a point based on its position within the series. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chartpointscollection-itemat?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.series.workbookChartSeries.points.itemAt responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookChartPoint' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart - name: workbookChartSeries-id in: path description: The unique identifier of workbookChartSeries required: true schema: type: string x-ms-docs-key-type: workbookChartSeries - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/itemAt(index={index})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/itemAt(index={index})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/itemAt(index={index})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/itemAt(index={index})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/itemAt(index={index})/format': description: Provides operations to manage the format property of the microsoft.graph.workbookChartPoint entity. get: tags: - storage.fileStorage summary: Get format from storage description: Encapsulates the format properties chart point. Read-only. operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.series.points.itemAt.GetFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartPointFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property format in storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.series.points.itemAt.UpdateFormat requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartPointFormat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartPointFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property format for storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.series.points.itemAt.DeleteFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart - name: workbookChartSeries-id in: path description: The unique identifier of workbookChartSeries required: true schema: type: string x-ms-docs-key-type: workbookChartSeries - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/count()': description: Provides operations to call the count method. get: tags: - storage.Functions summary: Invoke function count operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.series.count responses: 2XX: description: Success content: application/json: schema: type: object properties: value: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/count' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/count()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/count()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/count()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/count()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/count()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/count()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/count()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/count()' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/itemAt(index={index})': description: Provides operations to call the itemAt method. get: tags: - storage.Functions summary: Invoke function itemAt description: Retrieves a series based on its position in the collection externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chartseriescollection-itemat?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.series.itemAt responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookChartSeries' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/itemAt(index={index})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/itemAt(index={index})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/itemAt(index={index})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/itemAt(index={index})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/itemAt(index={index})/format': description: Provides operations to manage the format property of the microsoft.graph.workbookChartSeries entity. get: tags: - storage.fileStorage summary: Get format from storage description: 'Represents the formatting of a chart series, which includes fill and line formatting. Read-only.' operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.series.itemAt.GetFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartSeriesFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property format in storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.series.itemAt.UpdateFormat requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartSeriesFormat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartSeriesFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property format for storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.series.itemAt.DeleteFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/itemAt(index={index})/points': description: Provides operations to manage the points property of the microsoft.graph.workbookChartSeries entity. get: tags: - storage.fileStorage summary: Get points from storage description: Represents a collection of all points in the series. Read-only. operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.series.itemAt.ListPoints parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.workbookChartPointCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - storage.fileStorage summary: Create new navigation property to points for storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.series.itemAt.CreatePoints requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartPoint' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartPoint' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title': description: Provides operations to manage the title property of the microsoft.graph.workbookChart entity. get: tags: - storage.fileStorage summary: Get title from storage description: 'Represents the title of the specified chart, including the text, visibility, position and formatting of the title. Read-only.' operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.GetTitle parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartTitle' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property title in storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.UpdateTitle requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartTitle' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartTitle' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property title for storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.DeleteTitle parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/title' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/title' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format': description: Provides operations to manage the format property of the microsoft.graph.workbookChartTitle entity. get: tags: - storage.fileStorage summary: Get format from storage description: 'Represents the formatting of a chart title, which includes fill and font formatting. Read-only.' operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.title.GetFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartTitleFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property format in storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.title.UpdateFormat requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartTitleFormat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartTitleFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property format for storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.title.DeleteFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill': description: Provides operations to manage the fill property of the microsoft.graph.workbookChartTitleFormat entity. get: tags: - storage.fileStorage summary: Get fill from storage description: 'Represents the fill format of an object, which includes background formatting information. Read-only.' operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.title.format.GetFill parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartFill' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property fill in storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.title.format.UpdateFill requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartFill' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartFill' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property fill for storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.title.format.DeleteFill parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/clear': description: Provides operations to call the clear method. post: tags: - storage.Actions summary: Invoke action clear description: Clear the fill color of a chart element. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chartfill-clear?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.title.format.fill.clear responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/clear' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/setSolidColor': description: Provides operations to call the setSolidColor method. post: tags: - storage.Actions summary: Invoke action setSolidColor description: Sets the fill formatting of a chart element to a uniform color. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chartfill-setsolidcolor?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.workbookChart.title.format.fill.setSolidColor requestBody: description: Action parameters content: application/json: schema: type: object properties: color: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/setSolidColor' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/setSolidColor' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/setSolidColor' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/setSolidColor' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/setSolidColor' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/font': description: Provides operations to manage the font property of the microsoft.graph.workbookChartTitleFormat entity. get: tags: - storage.fileStorage summary: Get font from storage description: 'Represents the font attributes (font name, font size, color, etc.) for the current object. Read-only.' operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.title.format.GetFont parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartFont' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property font in storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.title.format.UpdateFont requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartFont' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartFont' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property font for storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.title.format.DeleteFont parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/worksheet': description: Provides operations to manage the worksheet property of the microsoft.graph.workbookChart entity. get: tags: - storage.fileStorage summary: Get worksheet from storage description: The worksheet containing the current chart. Read-only. operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.GetWorksheet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookChart-id in: path description: The unique identifier of workbookChart required: true schema: type: string x-ms-docs-key-type: workbookChart x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/worksheet' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/worksheet' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/add': description: Provides operations to call the add method. post: tags: - storage.Actions summary: Invoke action add description: Creates a new chart. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chartcollection-add?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.add requestBody: description: Action parameters content: application/json: schema: type: object properties: type: type: string sourceData: { } seriesBy: type: string required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookChart' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/names/add' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/add' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/add' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/add' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/add' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/add' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/add' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/add' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/add' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/count()': description: Provides operations to call the count method. get: tags: - storage.Functions summary: Invoke function count operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.count responses: 2XX: description: Success content: application/json: schema: type: object properties: value: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/count' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/count()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/count()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/count()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/count()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/count()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/count()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/count()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/count()' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')': description: Provides operations to call the item method. get: tags: - storage.Functions summary: Invoke function item operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.item responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookChart' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: name in: path description: 'Usage: name=''{name}''' required: true schema: type: string nullable: true '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/axes': description: Provides operations to manage the axes property of the microsoft.graph.workbookChart entity. get: tags: - storage.fileStorage summary: Get axes from storage description: Represents chart axes. Read-only. operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.item.GetAxes parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAxes' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property axes in storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.item.UpdateAxes requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAxes' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAxes' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property axes for storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.item.DeleteAxes parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: name in: path description: 'Usage: name=''{name}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/axes' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/dataLabels': description: Provides operations to manage the dataLabels property of the microsoft.graph.workbookChart entity. get: tags: - storage.fileStorage summary: Get dataLabels from storage description: Represents the data labels on the chart. Read-only. operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.item.GetDataLabels parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartDataLabels' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property dataLabels in storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.item.UpdateDataLabels requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartDataLabels' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartDataLabels' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property dataLabels for storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.item.DeleteDataLabels parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: name in: path description: 'Usage: name=''{name}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/dataLabels' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/format': description: Provides operations to manage the format property of the microsoft.graph.workbookChart entity. get: tags: - storage.fileStorage summary: Get format from storage description: Encapsulates the format properties for the chart area. Read-only. operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.item.GetFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAreaFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property format in storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.item.UpdateFormat requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAreaFormat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAreaFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property format for storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.item.DeleteFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: name in: path description: 'Usage: name=''{name}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/format' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/legend': description: Provides operations to manage the legend property of the microsoft.graph.workbookChart entity. get: tags: - storage.fileStorage summary: Get legend from storage description: Represents the legend for the chart. Read-only. operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.item.GetLegend parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartLegend' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property legend in storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.item.UpdateLegend requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartLegend' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartLegend' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property legend for storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.item.DeleteLegend parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: name in: path description: 'Usage: name=''{name}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/legend' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image()': description: Provides operations to call the image method. get: tags: - storage.Functions summary: Invoke function image operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.item.image-8f13 responses: 2XX: description: Success content: application/json: schema: type: object properties: value: type: string nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: name in: path description: 'Usage: name=''{name}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width},height={height},fittingMode=''{fittingMode}'')' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width},height={height})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width},height={height},fittingMode=''{fittingMode}'')' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width},height={height})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width},height={height},fittingMode=''{fittingMode}'')' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width},height={height})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width})' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width},height={height},fittingMode=''{fittingMode}'')': description: Provides operations to call the image method. get: tags: - storage.Functions summary: Invoke function image operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.item.image-4f04 responses: 2XX: description: Success content: application/json: schema: type: object properties: value: type: string nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: name in: path description: 'Usage: name=''{name}''' required: true schema: type: string nullable: true - name: width in: path description: 'Usage: width={width}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 - name: height in: path description: 'Usage: height={height}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 - name: fittingMode in: path description: 'Usage: fittingMode=''{fittingMode}''' required: true schema: type: string x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width},height={height},fittingMode=''{fittingMode}'')' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width},height={height})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width},height={height})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width},height={height},fittingMode=''{fittingMode}'')' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width},height={height})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width})' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width},height={height})': description: Provides operations to call the image method. get: tags: - storage.Functions summary: Invoke function image operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.item.image-664c responses: 2XX: description: Success content: application/json: schema: type: object properties: value: type: string nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: name in: path description: 'Usage: name=''{name}''' required: true schema: type: string nullable: true - name: width in: path description: 'Usage: width={width}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 - name: height in: path description: 'Usage: height={height}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width},height={height},fittingMode=''{fittingMode}'')' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width},height={height})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width},height={height},fittingMode=''{fittingMode}'')' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width},height={height},fittingMode=''{fittingMode}'')' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width},height={height})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width})' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width})': description: Provides operations to call the image method. get: tags: - storage.Functions summary: Invoke function image operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.item.image-9795 responses: 2XX: description: Success content: application/json: schema: type: object properties: value: type: string nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: name in: path description: 'Usage: name=''{name}''' required: true schema: type: string nullable: true - name: width in: path description: 'Usage: width={width}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width},height={height},fittingMode=''{fittingMode}'')' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width},height={height})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width},height={height},fittingMode=''{fittingMode}'')' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width},height={height})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width},height={height},fittingMode=''{fittingMode}'')' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width},height={height})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width})' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/setData': description: Provides operations to call the setData method. post: tags: - storage.Actions summary: Invoke action setData description: Resets the source data for the chart. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chart-setdata?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.item.setData requestBody: description: Action parameters content: application/json: schema: type: object properties: sourceData: { } seriesBy: type: string required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: name in: path description: 'Usage: name=''{name}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/setData' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/setData' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/setPosition': description: Provides operations to call the setPosition method. post: tags: - storage.Actions summary: Invoke action setPosition description: Positions the chart relative to cells on the worksheet. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chart-setposition?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.item.setPosition requestBody: description: Action parameters content: application/json: schema: type: object properties: startCell: { } endCell: { } required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: name in: path description: 'Usage: name=''{name}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/setPosition' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/setPosition' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/series': description: Provides operations to manage the series property of the microsoft.graph.workbookChart entity. get: tags: - storage.fileStorage summary: Get series from storage description: Represents either a single series or collection of series in the chart. Read-only. operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.item.ListSeries parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.workbookChartSeriesCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - storage.fileStorage summary: Create new navigation property to series for storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.item.CreateSeries requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartSeries' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartSeries' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: name in: path description: 'Usage: name=''{name}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/series' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/title': description: Provides operations to manage the title property of the microsoft.graph.workbookChart entity. get: tags: - storage.fileStorage summary: Get title from storage description: 'Represents the title of the specified chart, including the text, visibility, position and formatting of the title. Read-only.' operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.item.GetTitle parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartTitle' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property title in storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.item.UpdateTitle requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartTitle' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartTitle' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property title for storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.item.DeleteTitle parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: name in: path description: 'Usage: name=''{name}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/title' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/worksheet': description: Provides operations to manage the worksheet property of the microsoft.graph.workbookChart entity. get: tags: - storage.fileStorage summary: Get worksheet from storage description: The worksheet containing the current chart. Read-only. operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.item.GetWorksheet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: name in: path description: 'Usage: name=''{name}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/worksheet' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/worksheet' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})': description: Provides operations to call the itemAt method. get: tags: - storage.Functions summary: Invoke function itemAt description: Gets a chart based on its position in the collection. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chartcollection-itemat?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.itemAt responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookChart' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/itemAt(index={index})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/itemAt(index={index})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/itemAt(index={index})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/itemAt(index={index})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/itemAt(index={index})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/axes': description: Provides operations to manage the axes property of the microsoft.graph.workbookChart entity. get: tags: - storage.fileStorage summary: Get axes from storage description: Represents chart axes. Read-only. operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.itemAt.GetAxes parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAxes' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property axes in storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.itemAt.UpdateAxes requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAxes' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAxes' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property axes for storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.itemAt.DeleteAxes parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/axes' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/dataLabels': description: Provides operations to manage the dataLabels property of the microsoft.graph.workbookChart entity. get: tags: - storage.fileStorage summary: Get dataLabels from storage description: Represents the data labels on the chart. Read-only. operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.itemAt.GetDataLabels parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartDataLabels' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property dataLabels in storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.itemAt.UpdateDataLabels requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartDataLabels' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartDataLabels' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property dataLabels for storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.itemAt.DeleteDataLabels parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/dataLabels' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/format': description: Provides operations to manage the format property of the microsoft.graph.workbookChart entity. get: tags: - storage.fileStorage summary: Get format from storage description: Encapsulates the format properties for the chart area. Read-only. operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.itemAt.GetFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAreaFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property format in storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.itemAt.UpdateFormat requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAreaFormat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartAreaFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property format for storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.itemAt.DeleteFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/format' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/legend': description: Provides operations to manage the legend property of the microsoft.graph.workbookChart entity. get: tags: - storage.fileStorage summary: Get legend from storage description: Represents the legend for the chart. Read-only. operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.itemAt.GetLegend parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartLegend' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property legend in storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.itemAt.UpdateLegend requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartLegend' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartLegend' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property legend for storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.itemAt.DeleteLegend parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/legend' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image()': description: Provides operations to call the image method. get: tags: - storage.Functions summary: Invoke function image operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.itemAt.image-8f13 responses: 2XX: description: Success content: application/json: schema: type: object properties: value: type: string nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width},height={height},fittingMode=''{fittingMode}'')' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width},height={height})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width},height={height},fittingMode=''{fittingMode}'')' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width},height={height})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width},height={height},fittingMode=''{fittingMode}'')' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width},height={height})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width})' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width},height={height},fittingMode=''{fittingMode}'')': description: Provides operations to call the image method. get: tags: - storage.Functions summary: Invoke function image operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.itemAt.image-4f04 responses: 2XX: description: Success content: application/json: schema: type: object properties: value: type: string nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 - name: width in: path description: 'Usage: width={width}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 - name: height in: path description: 'Usage: height={height}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 - name: fittingMode in: path description: 'Usage: fittingMode=''{fittingMode}''' required: true schema: type: string x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width},height={height},fittingMode=''{fittingMode}'')' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width},height={height})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width},height={height},fittingMode=''{fittingMode}'')' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width},height={height})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width},height={height})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width})' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width},height={height})': description: Provides operations to call the image method. get: tags: - storage.Functions summary: Invoke function image operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.itemAt.image-664c responses: 2XX: description: Success content: application/json: schema: type: object properties: value: type: string nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 - name: width in: path description: 'Usage: width={width}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 - name: height in: path description: 'Usage: height={height}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width},height={height},fittingMode=''{fittingMode}'')' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width},height={height})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width},height={height},fittingMode=''{fittingMode}'')' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width},height={height})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width},height={height},fittingMode=''{fittingMode}'')' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width})' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width})': description: Provides operations to call the image method. get: tags: - storage.Functions summary: Invoke function image operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.itemAt.image-9795 responses: 2XX: description: Success content: application/json: schema: type: object properties: value: type: string nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 - name: width in: path description: 'Usage: width={width}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width},height={height},fittingMode=''{fittingMode}'')' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width},height={height})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/image(width={width})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width},height={height},fittingMode=''{fittingMode}'')' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width},height={height})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/image(width={width})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width},height={height},fittingMode=''{fittingMode}'')' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/image(width={width},height={height})' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/setData': description: Provides operations to call the setData method. post: tags: - storage.Actions summary: Invoke action setData description: Resets the source data for the chart. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chart-setdata?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.itemAt.setData requestBody: description: Action parameters content: application/json: schema: type: object properties: sourceData: { } seriesBy: type: string required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/setData' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/setData' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/setPosition': description: Provides operations to call the setPosition method. post: tags: - storage.Actions summary: Invoke action setPosition description: Positions the chart relative to cells on the worksheet. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chart-setposition?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.charts.itemAt.setPosition requestBody: description: Action parameters content: application/json: schema: type: object properties: startCell: { } endCell: { } required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/setPosition' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/setPosition' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/series': description: Provides operations to manage the series property of the microsoft.graph.workbookChart entity. get: tags: - storage.fileStorage summary: Get series from storage description: Represents either a single series or collection of series in the chart. Read-only. operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.itemAt.ListSeries parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.workbookChartSeriesCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - storage.fileStorage summary: Create new navigation property to series for storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.itemAt.CreateSeries requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartSeries' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartSeries' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/series' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/title': description: Provides operations to manage the title property of the microsoft.graph.workbookChart entity. get: tags: - storage.fileStorage summary: Get title from storage description: 'Represents the title of the specified chart, including the text, visibility, position and formatting of the title. Read-only.' operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.itemAt.GetTitle parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartTitle' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property title in storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.itemAt.UpdateTitle requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartTitle' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookChartTitle' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property title for storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.itemAt.DeleteTitle parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/title' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})/worksheet': description: Provides operations to manage the worksheet property of the microsoft.graph.workbookChart entity. get: tags: - storage.fileStorage summary: Get worksheet from storage description: The worksheet containing the current chart. Read-only. operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.charts.itemAt.GetWorksheet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/worksheet' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/item(name=''{name}'')/worksheet' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/cell(row={row},column={column})': description: Provides operations to call the cell method. get: tags: - storage.Functions summary: Invoke function cell description: 'Gets the range object containing the single cell based on row and column numbers. The cell can be outside the bounds of its parent range, so long as it''s stays within the worksheet grid.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/worksheet-cell?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.cell responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookRange' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: row in: path description: 'Usage: row={row}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 - name: column in: path description: 'Usage: column={column}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()': description: Provides operations to call the range method. get: tags: - storage.Functions summary: Invoke function range operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.range-bc5e responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookRange' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/itemAt(index={index})/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/range()' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')': description: Provides operations to call the range method. get: tags: - storage.Functions summary: Invoke function range operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.range-b0fa responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookRange' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: address in: path description: 'Usage: address=''{address}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/itemAt(index={index})/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/range()' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()': description: Provides operations to call the usedRange method. get: tags: - storage.Functions summary: Invoke function usedRange operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.usedRange-5ff6 responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookRange' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange(valuesOnly={valuesOnly})': description: Provides operations to call the usedRange method. get: tags: - storage.Functions summary: Invoke function usedRange operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.usedRange-63c8 responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookRange' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: valuesOnly in: path description: 'Usage: valuesOnly={valuesOnly}' required: true schema: type: boolean default: false x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/usedRange()' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names': description: Provides operations to manage the names property of the microsoft.graph.workbookWorksheet entity. get: tags: - storage.fileStorage summary: Get names from storage description: Returns collection of names that are associated with the worksheet. Read-only. operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.ListNames parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.workbookNamedItemCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - storage.fileStorage summary: Create new navigation property to names for storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.CreateNames requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookNamedItem' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookNamedItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}': description: Provides operations to manage the names property of the microsoft.graph.workbookWorksheet entity. get: tags: - storage.fileStorage summary: Get names from storage description: Returns collection of names that are associated with the worksheet. Read-only. operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.GetNames parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookNamedItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property names in storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.UpdateNames requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookNamedItem' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookNamedItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property names for storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.DeleteNames parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookNamedItem-id in: path description: The unique identifier of workbookNamedItem required: true schema: type: string x-ms-docs-key-type: workbookNamedItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()': description: Provides operations to call the range method. get: tags: - storage.Functions summary: Invoke function range description: Returns the range object that is associated with the name. Throws an exception if the named item's type is not a range. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/nameditem-range?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.names.workbookNamedItem.range responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookRange' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookNamedItem-id in: path description: The unique identifier of workbookNamedItem required: true schema: type: string x-ms-docs-key-type: workbookNamedItem x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/itemAt(index={index})/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/range()' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/worksheet': description: Provides operations to manage the worksheet property of the microsoft.graph.workbookNamedItem entity. get: tags: - storage.fileStorage summary: Get worksheet from storage description: Returns the worksheet on which the named item is scoped to. Available only if the item is scoped to the worksheet. Read-only. operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.names.GetWorksheet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookNamedItem-id in: path description: The unique identifier of workbookNamedItem required: true schema: type: string x-ms-docs-key-type: workbookNamedItem x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/worksheet' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/$count': description: Provides operations to count the resources in the collection. get: tags: - storage.fileStorage summary: Get the number of the resource operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.names.GetCount-6c21 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/add': description: Provides operations to call the add method. post: tags: - storage.Actions summary: Invoke action add description: Adds a new name to the collection of the given scope using the user's locale for the formula. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/nameditem-add?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.names.add requestBody: description: Action parameters content: application/json: schema: type: object properties: name: type: string nullable: true reference: { } comment: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookNamedItem' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/names/add' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/add' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/add' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/add' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/add' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/add' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/add' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/add' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/add' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/addFormulaLocal': description: Provides operations to call the addFormulaLocal method. post: tags: - storage.Actions summary: Invoke action addFormulaLocal description: Adds a new name to the collection of the given scope using the user's locale for the formula. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/nameditem-addformulalocal?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.names.addFormulaLocal requestBody: description: Action parameters content: application/json: schema: type: object properties: name: type: string nullable: true formula: type: string nullable: true comment: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookNamedItem' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/names/addFormulaLocal' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/pivotTables': description: Provides operations to manage the pivotTables property of the microsoft.graph.workbookWorksheet entity. get: tags: - storage.fileStorage summary: Get pivotTables from storage description: Collection of PivotTables that are part of the worksheet. operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.ListPivotTables parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.workbookPivotTableCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - storage.fileStorage summary: Create new navigation property to pivotTables for storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.CreatePivotTables requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookPivotTable' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookPivotTable' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/pivotTables/{workbookPivotTable-id}': description: Provides operations to manage the pivotTables property of the microsoft.graph.workbookWorksheet entity. get: tags: - storage.fileStorage summary: Get pivotTables from storage description: Collection of PivotTables that are part of the worksheet. operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.GetPivotTables parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookPivotTable' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property pivotTables in storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.UpdatePivotTables requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookPivotTable' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookPivotTable' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property pivotTables for storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.DeletePivotTables parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookPivotTable-id in: path description: The unique identifier of workbookPivotTable required: true schema: type: string x-ms-docs-key-type: workbookPivotTable '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/pivotTables/{workbookPivotTable-id}/refresh': description: Provides operations to call the refresh method. post: tags: - storage.Actions summary: Invoke action refresh description: Refreshes the PivotTable. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/workbookpivottable-refresh?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.pivotTables.workbookPivotTable.refresh responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookPivotTable-id in: path description: The unique identifier of workbookPivotTable required: true schema: type: string x-ms-docs-key-type: workbookPivotTable '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/pivotTables/{workbookPivotTable-id}/worksheet': description: Provides operations to manage the worksheet property of the microsoft.graph.workbookPivotTable entity. get: tags: - storage.fileStorage summary: Get worksheet from storage description: The worksheet containing the current PivotTable. Read-only. operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.pivotTables.GetWorksheet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookPivotTable-id in: path description: The unique identifier of workbookPivotTable required: true schema: type: string x-ms-docs-key-type: workbookPivotTable '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/pivotTables/$count': description: Provides operations to count the resources in the collection. get: tags: - storage.fileStorage summary: Get the number of the resource operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.pivotTables.GetCount-feec parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/pivotTables/refreshAll': description: Provides operations to call the refreshAll method. post: tags: - storage.Actions summary: Invoke action refreshAll description: Refreshes the PivotTable within a given worksheet. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/workbookpivottable-refreshall?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.pivotTables.refreshAll responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/protection': description: Provides operations to manage the protection property of the microsoft.graph.workbookWorksheet entity. get: tags: - storage.fileStorage summary: Get protection from storage description: Returns sheet protection object for a worksheet. Read-only. operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.GetProtection parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookWorksheetProtection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property protection in storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.UpdateProtection requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookWorksheetProtection' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookWorksheetProtection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property protection for storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.DeleteProtection parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/protection/protect': description: Provides operations to call the protect method. post: tags: - storage.Actions summary: Invoke action protect description: Protect a worksheet. It throws if the worksheet has been protected. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/worksheetprotection-protect?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.protection.protect requestBody: description: Action parameters content: application/json: schema: type: object properties: options: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookWorksheetProtectionOptions' - type: object nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/protection/unprotect': description: Provides operations to call the unprotect method. post: tags: - storage.Actions summary: Invoke action unprotect description: Unprotect a worksheet externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/worksheetprotection-unprotect?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.protection.unprotect responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables': description: Provides operations to manage the tables property of the microsoft.graph.workbookWorksheet entity. get: tags: - storage.fileStorage summary: Get tables from storage description: Collection of tables that are part of the worksheet. Read-only. operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.ListTables parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.workbookTableCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - storage.fileStorage summary: Create new navigation property to tables for storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.CreateTables requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookTable' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookTable' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}': description: Provides operations to manage the tables property of the microsoft.graph.workbookWorksheet entity. get: tags: - storage.fileStorage summary: Get tables from storage description: Collection of tables that are part of the worksheet. Read-only. operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.GetTables parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookTable' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property tables in storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.UpdateTables requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookTable' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookTable' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property tables for storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.DeleteTables parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns': description: Provides operations to manage the columns property of the microsoft.graph.workbookTable entity. get: tags: - storage.fileStorage summary: Get columns from storage description: Represents a collection of all the columns in the table. Read-only. operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.tables.ListColumns parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.workbookTableColumnCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - storage.fileStorage summary: Create new navigation property to columns for storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.tables.CreateColumns requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookTableColumn' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookTableColumn' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/itemAt(index={index})/columns' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/columns' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}': description: Provides operations to manage the columns property of the microsoft.graph.workbookTable entity. get: tags: - storage.fileStorage summary: Get columns from storage description: Represents a collection of all the columns in the table. Read-only. operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.tables.GetColumns parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookTableColumn' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property columns in storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.tables.UpdateColumns requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookTableColumn' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookTableColumn' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property columns for storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.tables.DeleteColumns parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: workbookTableColumn-id in: path description: The unique identifier of workbookTableColumn required: true schema: type: string x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter': description: Provides operations to manage the filter property of the microsoft.graph.workbookTableColumn entity. get: tags: - storage.fileStorage summary: Get filter from storage description: Retrieve the filter applied to the column. Read-only. operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.tables.columns.GetFilter parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookFilter' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property filter in storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.tables.columns.UpdateFilter requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookFilter' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookFilter' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property filter for storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.tables.columns.DeleteFilter parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: workbookTableColumn-id in: path description: The unique identifier of workbookTableColumn required: true schema: type: string x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/filter' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/filter' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/apply': description: Provides operations to call the apply method. post: tags: - storage.Actions summary: Invoke action apply description: Apply the given filter criteria on the given column. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/filter-apply?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.filter.apply requestBody: description: Action parameters content: application/json: schema: type: object properties: criteria: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFilterCriteria' - type: object nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: workbookTableColumn-id in: path description: The unique identifier of workbookTableColumn required: true schema: type: string x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/apply' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/apply' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/apply' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyBottomItemsFilter': description: Provides operations to call the applyBottomItemsFilter method. post: tags: - storage.Actions summary: Invoke action applyBottomItemsFilter operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.filter.applyBottomItemsFilter requestBody: description: Action parameters content: application/json: schema: type: object properties: count: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: workbookTableColumn-id in: path description: The unique identifier of workbookTableColumn required: true schema: type: string x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyBottomItemsFilter' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyBottomPercentFilter': description: Provides operations to call the applyBottomPercentFilter method. post: tags: - storage.Actions summary: Invoke action applyBottomPercentFilter operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.filter.applyBottomPercentFilter requestBody: description: Action parameters content: application/json: schema: type: object properties: percent: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: workbookTableColumn-id in: path description: The unique identifier of workbookTableColumn required: true schema: type: string x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyBottomPercentFilter' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyCellColorFilter': description: Provides operations to call the applyCellColorFilter method. post: tags: - storage.Actions summary: Invoke action applyCellColorFilter operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.filter.applyCellColorFilter requestBody: description: Action parameters content: application/json: schema: type: object properties: color: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: workbookTableColumn-id in: path description: The unique identifier of workbookTableColumn required: true schema: type: string x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyCellColorFilter' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyCustomFilter': description: Provides operations to call the applyCustomFilter method. post: tags: - storage.Actions summary: Invoke action applyCustomFilter operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.filter.applyCustomFilter requestBody: description: Action parameters content: application/json: schema: type: object properties: criteria1: type: string nullable: true criteria2: type: string nullable: true oper: type: string required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: workbookTableColumn-id in: path description: The unique identifier of workbookTableColumn required: true schema: type: string x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyCustomFilter' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyDynamicFilter': description: Provides operations to call the applyDynamicFilter method. post: tags: - storage.Actions summary: Invoke action applyDynamicFilter operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.filter.applyDynamicFilter requestBody: description: Action parameters content: application/json: schema: type: object properties: criteria: type: string required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: workbookTableColumn-id in: path description: The unique identifier of workbookTableColumn required: true schema: type: string x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyDynamicFilter' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyFontColorFilter': description: Provides operations to call the applyFontColorFilter method. post: tags: - storage.Actions summary: Invoke action applyFontColorFilter operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.filter.applyFontColorFilter requestBody: description: Action parameters content: application/json: schema: type: object properties: color: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: workbookTableColumn-id in: path description: The unique identifier of workbookTableColumn required: true schema: type: string x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyFontColorFilter' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyIconFilter': description: Provides operations to call the applyIconFilter method. post: tags: - storage.Actions summary: Invoke action applyIconFilter operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.filter.applyIconFilter requestBody: description: Action parameters content: application/json: schema: type: object properties: icon: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookIcon' - type: object nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: workbookTableColumn-id in: path description: The unique identifier of workbookTableColumn required: true schema: type: string x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyIconFilter' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyTopItemsFilter': description: Provides operations to call the applyTopItemsFilter method. post: tags: - storage.Actions summary: Invoke action applyTopItemsFilter operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.filter.applyTopItemsFilter requestBody: description: Action parameters content: application/json: schema: type: object properties: count: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: workbookTableColumn-id in: path description: The unique identifier of workbookTableColumn required: true schema: type: string x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyTopItemsFilter' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyTopPercentFilter': description: Provides operations to call the applyTopPercentFilter method. post: tags: - storage.Actions summary: Invoke action applyTopPercentFilter operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.filter.applyTopPercentFilter requestBody: description: Action parameters content: application/json: schema: type: object properties: percent: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: workbookTableColumn-id in: path description: The unique identifier of workbookTableColumn required: true schema: type: string x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyTopPercentFilter' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyValuesFilter': description: Provides operations to call the applyValuesFilter method. post: tags: - storage.Actions summary: Invoke action applyValuesFilter operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.filter.applyValuesFilter requestBody: description: Action parameters content: application/json: schema: type: object properties: values: { } required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: workbookTableColumn-id in: path description: The unique identifier of workbookTableColumn required: true schema: type: string x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/applyValuesFilter' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear': description: Provides operations to call the clear method. post: tags: - storage.Actions summary: Invoke action clear description: Clear the filter on the given column. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/filter-clear?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.filter.clear responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: workbookTableColumn-id in: path description: The unique identifier of workbookTableColumn required: true schema: type: string x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/clear' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()': description: Provides operations to call the dataBodyRange method. get: tags: - storage.Functions summary: Invoke function dataBodyRange description: Gets the range object associated with the data body of the column. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/tablecolumn-databodyrange?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.dataBodyRange responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookRange' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: workbookTableColumn-id in: path description: The unique identifier of workbookTableColumn required: true schema: type: string x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/dataBodyRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/itemAt(index={index})/dataBodyRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/dataBodyRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/dataBodyRange()' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()': description: Provides operations to call the headerRowRange method. get: tags: - storage.Functions summary: Invoke function headerRowRange description: Gets the range object associated with the header row of the column. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/tablecolumn-headerrowrange?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.headerRowRange responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookRange' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: workbookTableColumn-id in: path description: The unique identifier of workbookTableColumn required: true schema: type: string x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/headerRowRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/itemAt(index={index})/headerRowRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/headerRowRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/headerRowRange()' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()': description: Provides operations to call the range method. get: tags: - storage.Functions summary: Invoke function range description: Gets the range object associated with the entire column. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/tablecolumn-range?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.range responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookRange' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: workbookTableColumn-id in: path description: The unique identifier of workbookTableColumn required: true schema: type: string x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/itemAt(index={index})/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/range()' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()': description: Provides operations to call the totalRowRange method. get: tags: - storage.Functions summary: Invoke function totalRowRange description: Gets the range object associated with the totals row of the column. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/tablecolumn-totalrowrange?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.workbookTableColumn.totalRowRange responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookRange' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: workbookTableColumn-id in: path description: The unique identifier of workbookTableColumn required: true schema: type: string x-ms-docs-key-type: workbookTableColumn x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/totalRowRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/itemAt(index={index})/totalRowRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/totalRowRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/totalRowRange()' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/add': description: Provides operations to call the add method. post: tags: - storage.Actions summary: Invoke action add description: Adds a new column to the table. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/tablecolumncollection-add?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.add requestBody: description: Action parameters content: application/json: schema: type: object properties: index: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 nullable: true values: { } name: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookTableColumn' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/names/add' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/add' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/add' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/add' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/add' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/add' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/add' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/add' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/add' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/count()': description: Provides operations to call the count method. get: tags: - storage.Functions summary: Invoke function count operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.count responses: 2XX: description: Success content: application/json: schema: type: object properties: value: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/count' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/count()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/count()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/count()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/count()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/count()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/count()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/count()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/count()' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})': description: Provides operations to call the itemAt method. get: tags: - storage.Functions summary: Invoke function itemAt description: Gets a column based on its position in the collection. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/tablecolumncollection-itemat?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.itemAt responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookTableColumn' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/itemAt(index={index})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/itemAt(index={index})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/itemAt(index={index})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/itemAt(index={index})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/itemAt(index={index})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/filter': description: Provides operations to manage the filter property of the microsoft.graph.workbookTableColumn entity. get: tags: - storage.fileStorage summary: Get filter from storage description: Retrieve the filter applied to the column. Read-only. operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.tables.columns.itemAt.GetFilter parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookFilter' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property filter in storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.tables.columns.itemAt.UpdateFilter requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookFilter' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookFilter' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property filter for storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.tables.columns.itemAt.DeleteFilter parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/filter' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/dataBodyRange()': description: Provides operations to call the dataBodyRange method. get: tags: - storage.Functions summary: Invoke function dataBodyRange description: Gets the range object associated with the data body of the column. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/tablecolumn-databodyrange?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.itemAt.dataBodyRange responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookRange' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/dataBodyRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/itemAt(index={index})/dataBodyRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/dataBodyRange()' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/headerRowRange()': description: Provides operations to call the headerRowRange method. get: tags: - storage.Functions summary: Invoke function headerRowRange description: Gets the range object associated with the header row of the column. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/tablecolumn-headerrowrange?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.itemAt.headerRowRange responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookRange' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/headerRowRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/itemAt(index={index})/headerRowRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/headerRowRange()' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/range()': description: Provides operations to call the range method. get: tags: - storage.Functions summary: Invoke function range description: Gets the range object associated with the entire column. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/tablecolumn-range?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.itemAt.range responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookRange' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/itemAt(index={index})/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/range()' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/totalRowRange()': description: Provides operations to call the totalRowRange method. get: tags: - storage.Functions summary: Invoke function totalRowRange description: Gets the range object associated with the totals row of the column. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/tablecolumn-totalrowrange?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.columns.itemAt.totalRowRange responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookRange' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/totalRowRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/itemAt(index={index})/totalRowRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/totalRowRange()' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/clearFilters': description: Provides operations to call the clearFilters method. post: tags: - storage.Actions summary: Invoke action clearFilters description: Clears all the filters currently applied on the table. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/table-clearfilters?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.clearFilters responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/clearFilters' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/itemAt(index={index})/clearFilters' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/clearFilters' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/convertToRange': description: Provides operations to call the convertToRange method. post: tags: - storage.Actions summary: Invoke action convertToRange description: Converts the table into a normal range of cells. All data is preserved. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/table-converttorange?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.convertToRange responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookRange' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/convertToRange' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/itemAt(index={index})/convertToRange' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/convertToRange' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()': description: Provides operations to call the dataBodyRange method. get: tags: - storage.Functions summary: Invoke function dataBodyRange description: Gets the range object associated with the data body of the table. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/table-databodyrange?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.dataBodyRange responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookRange' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/dataBodyRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/itemAt(index={index})/dataBodyRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/dataBodyRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/dataBodyRange()' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()': description: Provides operations to call the headerRowRange method. get: tags: - storage.Functions summary: Invoke function headerRowRange description: Gets the range object associated with header row of the table. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/table-headerrowrange?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.headerRowRange responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookRange' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/headerRowRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/itemAt(index={index})/headerRowRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/headerRowRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/headerRowRange()' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()': description: Provides operations to call the range method. get: tags: - storage.Functions summary: Invoke function range description: Get the range object associated with the entire table. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/table-range?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.range responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookRange' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/itemAt(index={index})/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/range()' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/reapplyFilters': description: Provides operations to call the reapplyFilters method. post: tags: - storage.Actions summary: Invoke action reapplyFilters description: Reapplies all the filters currently on the table. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/table-reapplyfilters?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.reapplyFilters responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/reapplyFilters' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/itemAt(index={index})/reapplyFilters' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/reapplyFilters' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()': description: Provides operations to call the totalRowRange method. get: tags: - storage.Functions summary: Invoke function totalRowRange description: Gets the range object associated with totals row of the table. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/table-totalrowrange?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.totalRowRange responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookRange' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/totalRowRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/itemAt(index={index})/totalRowRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/totalRowRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/totalRowRange()' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows': description: Provides operations to manage the rows property of the microsoft.graph.workbookTable entity. get: tags: - storage.fileStorage summary: Get rows from storage description: Represents a collection of all the rows in the table. Read-only. operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.tables.ListRows parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.workbookTableRowCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - storage.fileStorage summary: Create new navigation property to rows for storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.tables.CreateRows requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookTableRow' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookTableRow' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/itemAt(index={index})/rows' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/rows' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}': description: Provides operations to manage the rows property of the microsoft.graph.workbookTable entity. get: tags: - storage.fileStorage summary: Get rows from storage description: Represents a collection of all the rows in the table. Read-only. operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.tables.GetRows parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookTableRow' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property rows in storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.tables.UpdateRows requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookTableRow' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookTableRow' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property rows for storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.tables.DeleteRows parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: workbookTableRow-id in: path description: The unique identifier of workbookTableRow required: true schema: type: string x-ms-docs-key-type: workbookTableRow x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()': description: Provides operations to call the range method. get: tags: - storage.Functions summary: Invoke function range operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.rows.workbookTableRow.range responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookRange' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: workbookTableRow-id in: path description: The unique identifier of workbookTableRow required: true schema: type: string x-ms-docs-key-type: workbookTableRow x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/itemAt(index={index})/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/range()' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/add': description: Provides operations to call the add method. post: tags: - storage.Actions summary: Invoke action add description: 'Adds rows to the end of the table. Note that the API can accept multiple rows data using this API. Adding one row at a time could lead to performance degradation. The recommended approach would be to batch the rows together in a single call rather than doing single row insertion. For best results, collect the rows to be inserted on the application side and perform single rows add operation. Experiment with the number of rows to determine the ideal number of rows to use in single API call. ' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/tablerowcollection-add?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.rows.add requestBody: description: Action parameters content: application/json: schema: type: object properties: index: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 nullable: true values: { } required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookTableRow' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/names/add' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/add' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/add' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/add' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/add' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/add' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/add' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/add' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/add' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/count()': description: Provides operations to call the count method. get: tags: - storage.Functions summary: Invoke function count operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.rows.count responses: 2XX: description: Success content: application/json: schema: type: object properties: value: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/count' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/count()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/count()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/count()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/count()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/count()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/count()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/count()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/count()' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/itemAt(index={index})': description: Provides operations to call the itemAt method. get: tags: - storage.Functions summary: Invoke function itemAt description: Gets a row based on its position in the collection. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/tablerowcollection-itemat?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.rows.itemAt responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookTableRow' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/itemAt(index={index})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/itemAt(index={index})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/itemAt(index={index})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/itemAt(index={index})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/itemAt(index={index})/range()': description: Provides operations to call the range method. get: tags: - storage.Functions summary: Invoke function range operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.rows.itemAt.range responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookRange' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/itemAt(index={index})/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/range()' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort': description: Provides operations to manage the sort property of the microsoft.graph.workbookTable entity. get: tags: - storage.fileStorage summary: Get sort from storage description: Represents the sorting for the table. Read-only. operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.tables.GetSort parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookTableSort' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property sort in storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.tables.UpdateSort requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookTableSort' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookTableSort' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property sort for storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.tables.DeleteSort parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/itemAt(index={index})/sort' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/sort' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/apply': description: Provides operations to call the apply method. post: tags: - storage.Actions summary: Invoke action apply description: Perform a sort operation. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/tablesort-apply?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.sort.apply requestBody: description: Action parameters content: application/json: schema: type: object properties: fields: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookSortField' matchCase: type: boolean default: false method: type: string required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/apply' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/apply' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/apply' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/clear': description: Provides operations to call the clear method. post: tags: - storage.Actions summary: Invoke action clear description: 'Clears the sorting that is currently on the table. While this doesn''t modify the table''s ordering, it clears the state of the header buttons.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/tablesort-clear?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.sort.clear responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/majorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/categoryAxis/minorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/majorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/seriesAxis/minorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/majorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/axes/valueAxis/minorGridlines/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/dataLabels/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/legend/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/format/line/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/{workbookChartPoint-id}/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/title/format/fill/clear' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/filter/clear' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort/reapply': description: Provides operations to call the reapply method. post: tags: - storage.Actions summary: Invoke action reapply description: Reapplies the current sorting parameters to the table. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/tablesort-reapply?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.workbookTable.sort.reapply responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort/reapply' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/worksheet': description: Provides operations to manage the worksheet property of the microsoft.graph.workbookTable entity. get: tags: - storage.fileStorage summary: Get worksheet from storage description: The worksheet containing the current table. Read-only. operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.tables.GetWorksheet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: workbookTable-id in: path description: The unique identifier of workbookTable required: true schema: type: string x-ms-docs-key-type: workbookTable x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/worksheet' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/itemAt(index={index})/worksheet' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/worksheet' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/add': description: Provides operations to call the add method. post: tags: - storage.Actions summary: Invoke action add description: Use this API to create a new Table. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/workbook-post-tables?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.add requestBody: description: Action parameters content: application/json: schema: type: object properties: address: type: string nullable: true hasHeaders: type: boolean default: false required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookTable' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/names/add' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/add' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/add' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/add' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/add' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/add' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/add' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/add' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/add' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/count()': description: Provides operations to call the count method. get: tags: - storage.Functions summary: Invoke function count operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.count responses: 2XX: description: Success content: application/json: schema: type: object properties: value: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/count' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/count()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/count()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/count()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/count()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/count()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/count()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/count()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/count()' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})': description: Provides operations to call the itemAt method. get: tags: - storage.Functions summary: Invoke function itemAt operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.itemAt responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookTable' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/itemAt(index={index})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/itemAt(index={index})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/{workbookChartSeries-id}/points/itemAt(index={index})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/{workbookChart-id}/series/itemAt(index={index})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/itemAt(index={index})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/itemAt(index={index})' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/columns': description: Provides operations to manage the columns property of the microsoft.graph.workbookTable entity. get: tags: - storage.fileStorage summary: Get columns from storage description: Represents a collection of all the columns in the table. Read-only. operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.tables.itemAt.ListColumns parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.workbookTableColumnCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - storage.fileStorage summary: Create new navigation property to columns for storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.tables.itemAt.CreateColumns requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookTableColumn' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookTableColumn' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/itemAt(index={index})/columns' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/clearFilters': description: Provides operations to call the clearFilters method. post: tags: - storage.Actions summary: Invoke action clearFilters description: Clears all the filters currently applied on the table. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/table-clearfilters?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.itemAt.clearFilters responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/clearFilters' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/itemAt(index={index})/clearFilters' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/clearFilters' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/convertToRange': description: Provides operations to call the convertToRange method. post: tags: - storage.Actions summary: Invoke action convertToRange description: Converts the table into a normal range of cells. All data is preserved. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/table-converttorange?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.itemAt.convertToRange responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookRange' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/convertToRange' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/itemAt(index={index})/convertToRange' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/convertToRange' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/dataBodyRange()': description: Provides operations to call the dataBodyRange method. get: tags: - storage.Functions summary: Invoke function dataBodyRange description: Gets the range object associated with the data body of the table. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/table-databodyrange?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.itemAt.dataBodyRange responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookRange' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/dataBodyRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/dataBodyRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/itemAt(index={index})/dataBodyRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/dataBodyRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/dataBodyRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/dataBodyRange()' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/headerRowRange()': description: Provides operations to call the headerRowRange method. get: tags: - storage.Functions summary: Invoke function headerRowRange description: Gets the range object associated with header row of the table. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/table-headerrowrange?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.itemAt.headerRowRange responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookRange' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/headerRowRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/headerRowRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/itemAt(index={index})/headerRowRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/headerRowRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/headerRowRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/headerRowRange()' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/range()': description: Provides operations to call the range method. get: tags: - storage.Functions summary: Invoke function range description: Get the range object associated with the entire table. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/table-range?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.itemAt.range responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookRange' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/names/{workbookNamedItem-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/itemAt(index={index})/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range(address=''{address}'')' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/{workbookNamedItem-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/{workbookTableRow-id}/range()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/itemAt(index={index})/range()' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/reapplyFilters': description: Provides operations to call the reapplyFilters method. post: tags: - storage.Actions summary: Invoke action reapplyFilters description: Reapplies all the filters currently on the table. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/table-reapplyfilters?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.itemAt.reapplyFilters responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/reapplyFilters' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/itemAt(index={index})/reapplyFilters' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/reapplyFilters' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/totalRowRange()': description: Provides operations to call the totalRowRange method. get: tags: - storage.Functions summary: Invoke function totalRowRange description: Gets the range object associated with totals row of the table. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/table-totalrowrange?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.workbookWorksheet.tables.itemAt.totalRowRange responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookRange' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/itemAt(index={index})/totalRowRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/totalRowRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/itemAt(index={index})/totalRowRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/{workbookTableColumn-id}/totalRowRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/itemAt(index={index})/totalRowRange()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/totalRowRange()' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/rows': description: Provides operations to manage the rows property of the microsoft.graph.workbookTable entity. get: tags: - storage.fileStorage summary: Get rows from storage description: Represents a collection of all the rows in the table. Read-only. operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.tables.itemAt.ListRows parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.workbookTableRowCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - storage.fileStorage summary: Create new navigation property to rows for storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.tables.itemAt.CreateRows requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookTableRow' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookTableRow' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/itemAt(index={index})/rows' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/sort': description: Provides operations to manage the sort property of the microsoft.graph.workbookTable entity. get: tags: - storage.fileStorage summary: Get sort from storage description: Represents the sorting for the table. Read-only. operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.tables.itemAt.GetSort parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookTableSort' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property sort in storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.tables.itemAt.UpdateSort requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookTableSort' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookTableSort' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property sort for storage operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.tables.itemAt.DeleteSort parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/sort' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/itemAt(index={index})/sort' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/sort' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/itemAt(index={index})/worksheet': description: Provides operations to manage the worksheet property of the microsoft.graph.workbookTable entity. get: tags: - storage.fileStorage summary: Get worksheet from storage description: The worksheet containing the current table. Read-only. operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.tables.itemAt.GetWorksheet parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem - name: workbookWorksheet-id in: path description: The unique identifier of workbookWorksheet required: true schema: type: string x-ms-docs-key-type: workbookWorksheet - name: index in: path description: 'Usage: index={index}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/worksheet' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/itemAt(index={index})/worksheet' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/worksheet' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/$count': description: Provides operations to count the resources in the collection. get: tags: - storage.fileStorage summary: Get the number of the resource operationId: storage.fileStorage.containers.drive.items.workbook.worksheets.GetCount-8604 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/add': description: Provides operations to call the add method. post: tags: - storage.Actions summary: Invoke action add description: 'Add a new worksheet to the workbook. The worksheet is added at the end of existing worksheets. If you want to activate the newly added worksheet, call .activate() on it.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/worksheetcollection-add?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.items.driveItem.workbook.worksheets.add requestBody: description: Action parameters content: application/json: schema: type: object properties: name: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/names/add' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/columns/add' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/{workbookTable-id}/rows/add' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/tables/add' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/charts/add' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/names/add' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/columns/add' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/{workbookTable-id}/rows/add' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/tables/add' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/$count': description: Provides operations to count the resources in the collection. get: tags: - storage.fileStorage summary: Get the number of the resource operationId: storage.fileStorage.containers.drive.items.GetCount-a609 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/lastModifiedByUser': description: Provides operations to manage the lastModifiedByUser property of the microsoft.graph.baseItem entity. get: tags: - storage.fileStorage summary: Get lastModifiedByUser from storage description: Identity of the user who last modified the item. Read-only. operationId: storage.fileStorage.containers.drive.GetLastModifiedByUser parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/lastModifiedByUser' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/items/{listItem-id}/lastModifiedByUser' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/lastModifiedByUser' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/lastModifiedByUser/mailboxSettings': get: tags: - storage.fileStorage summary: Get mailboxSettings property value description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' operationId: storage.fileStorage.containers.drive.lastModifiedByUser.GetMailboxSettings parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' patch: tags: - storage.fileStorage summary: Update property mailboxSettings value. operationId: storage.fileStorage.containers.drive.lastModifiedByUser.UpdateMailboxSettings requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/lastModifiedByUser/serviceProvisioningErrors': get: tags: - storage.fileStorage summary: Get serviceProvisioningErrors property value description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' operationId: storage.fileStorage.containers.drive.lastModifiedByUser.ListServiceProvisioningErrors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/lastModifiedByUser/serviceProvisioningErrors/$count': description: Provides operations to count the resources in the collection. get: tags: - storage.fileStorage summary: Get the number of the resource operationId: storage.fileStorage.containers.drive.lastModifiedByUser.ServiceProvisioningErrors.GetCount-21d7 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list': description: Provides operations to manage the list property of the microsoft.graph.drive entity. get: tags: - storage.fileStorage summary: Get list from storage description: 'For drives in SharePoint, the underlying document library list. Read-only. Nullable.' operationId: storage.fileStorage.containers.drive.GetList parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.list' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property list in storage operationId: storage.fileStorage.containers.drive.UpdateList requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.list' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.list' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property list for storage operationId: storage.fileStorage.containers.drive.DeleteList parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/columns': description: Provides operations to manage the columns property of the microsoft.graph.list entity. get: tags: - storage.fileStorage summary: Get columns from storage description: The collection of field definitions for this list. operationId: storage.fileStorage.containers.drive.list.ListColumns parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - storage.fileStorage summary: Create new navigation property to columns for storage operationId: storage.fileStorage.containers.drive.list.CreateColumns requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/columns/{columnDefinition-id}': description: Provides operations to manage the columns property of the microsoft.graph.list entity. get: tags: - storage.fileStorage summary: Get columns from storage description: The collection of field definitions for this list. operationId: storage.fileStorage.containers.drive.list.GetColumns parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property columns in storage operationId: storage.fileStorage.containers.drive.list.UpdateColumns requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property columns for storage operationId: storage.fileStorage.containers.drive.list.DeleteColumns parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: columnDefinition-id in: path description: The unique identifier of columnDefinition required: true schema: type: string x-ms-docs-key-type: columnDefinition '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/columns/{columnDefinition-id}/sourceColumn': description: Provides operations to manage the sourceColumn property of the microsoft.graph.columnDefinition entity. get: tags: - storage.fileStorage summary: Get sourceColumn from storage description: The source column for the content type column. operationId: storage.fileStorage.containers.drive.list.columns.GetSourceColumn parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: columnDefinition-id in: path description: The unique identifier of columnDefinition required: true schema: type: string x-ms-docs-key-type: columnDefinition x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/columns/$count': description: Provides operations to count the resources in the collection. get: tags: - storage.fileStorage summary: Get the number of the resource operationId: storage.fileStorage.containers.drive.list.columns.GetCount-c7e1 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/contentTypes': description: Provides operations to manage the contentTypes property of the microsoft.graph.list entity. get: tags: - storage.fileStorage summary: Get contentTypes from storage description: The collection of content types present in this list. operationId: storage.fileStorage.containers.drive.list.ListContentTypes parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.contentTypeCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - storage.fileStorage summary: Create new navigation property to contentTypes for storage operationId: storage.fileStorage.containers.drive.list.CreateContentTypes requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/contentTypes/{contentType-id}': description: Provides operations to manage the contentTypes property of the microsoft.graph.list entity. get: tags: - storage.fileStorage summary: Get contentTypes from storage description: The collection of content types present in this list. operationId: storage.fileStorage.containers.drive.list.GetContentTypes parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property contentTypes in storage operationId: storage.fileStorage.containers.drive.list.UpdateContentTypes requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property contentTypes for storage operationId: storage.fileStorage.containers.drive.list.DeleteContentTypes parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/contentTypes/{contentType-id}/base': description: Provides operations to manage the base property of the microsoft.graph.contentType entity. get: tags: - storage.fileStorage summary: Get base from storage description: Parent contentType from which this content type is derived. operationId: storage.fileStorage.containers.drive.list.contentTypes.GetBase parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/contentTypes/{contentType-id}/baseTypes': description: Provides operations to manage the baseTypes property of the microsoft.graph.contentType entity. get: tags: - storage.fileStorage summary: Get baseTypes from storage description: The collection of content types that are ancestors of this content type. operationId: storage.fileStorage.containers.drive.list.contentTypes.ListBaseTypes parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.contentTypeCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}': description: Provides operations to manage the baseTypes property of the microsoft.graph.contentType entity. get: tags: - storage.fileStorage summary: Get baseTypes from storage description: The collection of content types that are ancestors of this content type. operationId: storage.fileStorage.containers.drive.list.contentTypes.GetBaseTypes parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType - name: contentType-id1 in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/contentTypes/{contentType-id}/baseTypes/$count': description: Provides operations to count the resources in the collection. get: tags: - storage.fileStorage summary: Get the number of the resource operationId: storage.fileStorage.containers.drive.list.contentTypes.baseTypes.GetCount-03f5 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/contentTypes/{contentType-id}/columnLinks': description: Provides operations to manage the columnLinks property of the microsoft.graph.contentType entity. get: tags: - storage.fileStorage summary: Get columnLinks from storage description: The collection of columns that are required by this content type. operationId: storage.fileStorage.containers.drive.list.contentTypes.ListColumnLinks parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.columnLinkCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - storage.fileStorage summary: Create new navigation property to columnLinks for storage operationId: storage.fileStorage.containers.drive.list.contentTypes.CreateColumnLinks requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnLink' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnLink' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}': description: Provides operations to manage the columnLinks property of the microsoft.graph.contentType entity. get: tags: - storage.fileStorage summary: Get columnLinks from storage description: The collection of columns that are required by this content type. operationId: storage.fileStorage.containers.drive.list.contentTypes.GetColumnLinks parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnLink' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property columnLinks in storage operationId: storage.fileStorage.containers.drive.list.contentTypes.UpdateColumnLinks requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnLink' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnLink' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property columnLinks for storage operationId: storage.fileStorage.containers.drive.list.contentTypes.DeleteColumnLinks parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType - name: columnLink-id in: path description: The unique identifier of columnLink required: true schema: type: string x-ms-docs-key-type: columnLink '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/contentTypes/{contentType-id}/columnLinks/$count': description: Provides operations to count the resources in the collection. get: tags: - storage.fileStorage summary: Get the number of the resource operationId: storage.fileStorage.containers.drive.list.contentTypes.columnLinks.GetCount-2633 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/contentTypes/{contentType-id}/columnPositions': description: Provides operations to manage the columnPositions property of the microsoft.graph.contentType entity. get: tags: - storage.fileStorage summary: Get columnPositions from storage description: Column order information in a content type. operationId: storage.fileStorage.containers.drive.list.contentTypes.ListColumnPositions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}': description: Provides operations to manage the columnPositions property of the microsoft.graph.contentType entity. get: tags: - storage.fileStorage summary: Get columnPositions from storage description: Column order information in a content type. operationId: storage.fileStorage.containers.drive.list.contentTypes.GetColumnPositions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType - name: columnDefinition-id in: path description: The unique identifier of columnDefinition required: true schema: type: string x-ms-docs-key-type: columnDefinition '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/contentTypes/{contentType-id}/columnPositions/$count': description: Provides operations to count the resources in the collection. get: tags: - storage.fileStorage summary: Get the number of the resource operationId: storage.fileStorage.containers.drive.list.contentTypes.columnPositions.GetCount-b558 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/contentTypes/{contentType-id}/columns': description: Provides operations to manage the columns property of the microsoft.graph.contentType entity. get: tags: - storage.fileStorage summary: Get columns from storage description: The collection of column definitions for this content type. operationId: storage.fileStorage.containers.drive.list.contentTypes.ListColumns parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - storage.fileStorage summary: Create new navigation property to columns for storage operationId: storage.fileStorage.containers.drive.list.contentTypes.CreateColumns requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}': description: Provides operations to manage the columns property of the microsoft.graph.contentType entity. get: tags: - storage.fileStorage summary: Get columns from storage description: The collection of column definitions for this content type. operationId: storage.fileStorage.containers.drive.list.contentTypes.GetColumns parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property columns in storage operationId: storage.fileStorage.containers.drive.list.contentTypes.UpdateColumns requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property columns for storage operationId: storage.fileStorage.containers.drive.list.contentTypes.DeleteColumns parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType - name: columnDefinition-id in: path description: The unique identifier of columnDefinition required: true schema: type: string x-ms-docs-key-type: columnDefinition '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn': description: Provides operations to manage the sourceColumn property of the microsoft.graph.columnDefinition entity. get: tags: - storage.fileStorage summary: Get sourceColumn from storage description: The source column for the content type column. operationId: storage.fileStorage.containers.drive.list.contentTypes.columns.GetSourceColumn parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType - name: columnDefinition-id in: path description: The unique identifier of columnDefinition required: true schema: type: string x-ms-docs-key-type: columnDefinition x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/columns/{columnDefinition-id}/sourceColumn' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/contentTypes/{contentType-id}/columns/$count': description: Provides operations to count the resources in the collection. get: tags: - storage.fileStorage summary: Get the number of the resource operationId: storage.fileStorage.containers.drive.list.contentTypes.columns.GetCount-7db6 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/contentTypes/{contentType-id}/associateWithHubSites': description: Provides operations to call the associateWithHubSites method. post: tags: - storage.Actions summary: Invoke action associateWithHubSites description: Associate a published content type present in a content type hub with a list of hub sites. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.list.contentTypes.contentType.associateWithHubSites requestBody: description: Action parameters content: application/json: schema: type: object properties: hubSiteUrls: type: array items: type: string propagateToExistingLists: type: boolean default: false nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/contentTypes/{contentType-id}/copyToDefaultContentLocation': description: Provides operations to call the copyToDefaultContentLocation method. post: tags: - storage.Actions summary: Invoke action copyToDefaultContentLocation description: Copy a file to a default content location in a content type. The file can then be added as a default file or template via a POST operation. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.list.contentTypes.contentType.copyToDefaultContentLocation requestBody: description: Action parameters content: application/json: schema: type: object properties: sourceFile: $ref: '#/components/schemas/microsoft.graph.itemReference' destinationFileName: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/contentTypes/{contentType-id}/isPublished()': description: Provides operations to call the isPublished method. get: tags: - storage.Functions summary: Invoke function isPublished description: Check the publishing status of a contentType in a content type hub site. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.list.contentTypes.contentType.isPublished responses: 2XX: description: Success content: application/json: schema: type: object properties: value: type: boolean default: false 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/contentTypes/{contentType-id}/publish': description: Provides operations to call the publish method. post: tags: - storage.Actions summary: Invoke action publish description: Publishes a contentType present in the content type hub site. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.list.contentTypes.contentType.publish responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/contentTypes/{contentType-id}/unpublish': description: Provides operations to call the unpublish method. post: tags: - storage.Actions summary: Invoke action unpublish description: Unpublish a contentType from a content type hub site. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.list.contentTypes.contentType.unpublish responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: contentType-id in: path description: The unique identifier of contentType required: true schema: type: string x-ms-docs-key-type: contentType '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/contentTypes/$count': description: Provides operations to count the resources in the collection. get: tags: - storage.fileStorage summary: Get the number of the resource operationId: storage.fileStorage.containers.drive.list.contentTypes.GetCount-40bc parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/contentTypes/addCopy': description: Provides operations to call the addCopy method. post: tags: - storage.Actions summary: Invoke action addCopy description: Add a copy of a content type from a site to a list. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.list.contentTypes.addCopy requestBody: description: Action parameters content: application/json: schema: type: object properties: contentType: type: string required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.contentType' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/contentTypes/addCopyFromContentTypeHub': description: Provides operations to call the addCopyFromContentTypeHub method. post: tags: - storage.Actions summary: Invoke action addCopyFromContentTypeHub description: 'Add or sync a copy of a published content type from the content type hub to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a ''push everywhere'' to ''pull as needed'' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see contentType: getCompatibleHubContentTypes and the blog post Syntex Product Updates – August 2021.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.list.contentTypes.addCopyFromContentTypeHub requestBody: description: Action parameters content: application/json: schema: type: object properties: contentTypeId: type: string required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.contentType' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/contentTypes/getCompatibleHubContentTypes()': description: Provides operations to call the getCompatibleHubContentTypes method. get: tags: - storage.Functions summary: Invoke function getCompatibleHubContentTypes description: 'Get a list of compatible content types from the content type hub that can be added to a target site or a list. This method is part of the content type publishing changes to optimize the syncing of published content types to sites and lists, effectively switching from a ''push everywhere'' to ''pull as needed'' approach. The method allows users to pull content types directly from the content type hub to a site or list. For more information, see contentType: addCopyFromContentTypeHub and the blog post Syntex Product Updates – August 2021.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.list.contentTypes.getCompatibleHubContentTypes parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of contentType type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.contentType' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/createdByUser': description: Provides operations to manage the createdByUser property of the microsoft.graph.baseItem entity. get: tags: - storage.fileStorage summary: Get createdByUser from storage description: Identity of the user who created the item. Read-only. operationId: storage.fileStorage.containers.drive.list.GetCreatedByUser parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/createdByUser' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/createdByUser' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/items/{listItem-id}/createdByUser' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/createdByUser/mailboxSettings': get: tags: - storage.fileStorage summary: Get mailboxSettings property value description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' operationId: storage.fileStorage.containers.drive.list.createdByUser.GetMailboxSettings parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' patch: tags: - storage.fileStorage summary: Update property mailboxSettings value. operationId: storage.fileStorage.containers.drive.list.createdByUser.UpdateMailboxSettings requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/createdByUser/serviceProvisioningErrors': get: tags: - storage.fileStorage summary: Get serviceProvisioningErrors property value description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' operationId: storage.fileStorage.containers.drive.list.createdByUser.ListServiceProvisioningErrors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/createdByUser/serviceProvisioningErrors/$count': description: Provides operations to count the resources in the collection. get: tags: - storage.fileStorage summary: Get the number of the resource operationId: storage.fileStorage.containers.drive.list.createdByUser.ServiceProvisioningErrors.GetCount-d59b parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/drive': description: Provides operations to manage the drive property of the microsoft.graph.list entity. get: tags: - storage.fileStorage summary: Get drive from storage description: Allows access to the list as a drive resource with driveItems. Only present on document libraries. operationId: storage.fileStorage.containers.drive.list.GetDrive parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.drive' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/items': description: Provides operations to manage the items property of the microsoft.graph.list entity. get: tags: - storage.fileStorage summary: Get items from storage description: All items contained in the list. operationId: storage.fileStorage.containers.drive.list.ListItems parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.listItemCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - storage.fileStorage summary: Create new navigation property to items for storage operationId: storage.fileStorage.containers.drive.list.CreateItems requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItem' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/items/{listItem-id}': description: Provides operations to manage the items property of the microsoft.graph.list entity. get: tags: - storage.fileStorage summary: Get items from storage description: All items contained in the list. operationId: storage.fileStorage.containers.drive.list.GetItems parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property items in storage operationId: storage.fileStorage.containers.drive.list.UpdateItems requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItem' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property items for storage operationId: storage.fileStorage.containers.drive.list.DeleteItems parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/items/{listItem-id}/analytics': description: Provides operations to manage the analytics property of the microsoft.graph.listItem entity. get: tags: - storage.fileStorage summary: Get analytics from storage description: Analytics about the view activities that took place on this item. operationId: storage.fileStorage.containers.drive.list.items.GetAnalytics parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemAnalytics' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/items/{listItem-id}/createdByUser': description: Provides operations to manage the createdByUser property of the microsoft.graph.baseItem entity. get: tags: - storage.fileStorage summary: Get createdByUser from storage description: Identity of the user who created the item. Read-only. operationId: storage.fileStorage.containers.drive.list.items.GetCreatedByUser parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/createdByUser' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/createdByUser' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/createdByUser' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/items/{listItem-id}/createdByUser/mailboxSettings': get: tags: - storage.fileStorage summary: Get mailboxSettings property value description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' operationId: storage.fileStorage.containers.drive.list.items.createdByUser.GetMailboxSettings parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' patch: tags: - storage.fileStorage summary: Update property mailboxSettings value. operationId: storage.fileStorage.containers.drive.list.items.createdByUser.UpdateMailboxSettings requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors': get: tags: - storage.fileStorage summary: Get serviceProvisioningErrors property value description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' operationId: storage.fileStorage.containers.drive.list.items.createdByUser.ListServiceProvisioningErrors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count': description: Provides operations to count the resources in the collection. get: tags: - storage.fileStorage summary: Get the number of the resource operationId: storage.fileStorage.containers.drive.list.items.createdByUser.ServiceProvisioningErrors.GetCount-d90c parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/items/{listItem-id}/documentSetVersions': description: Provides operations to manage the documentSetVersions property of the microsoft.graph.listItem entity. get: tags: - storage.fileStorage summary: Get documentSetVersions from storage description: Version information for a document set version created by a user. operationId: storage.fileStorage.containers.drive.list.items.ListDocumentSetVersions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.documentSetVersionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - storage.fileStorage summary: Create new navigation property to documentSetVersions for storage operationId: storage.fileStorage.containers.drive.list.items.CreateDocumentSetVersions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}': description: Provides operations to manage the documentSetVersions property of the microsoft.graph.listItem entity. get: tags: - storage.fileStorage summary: Get documentSetVersions from storage description: Version information for a document set version created by a user. operationId: storage.fileStorage.containers.drive.list.items.GetDocumentSetVersions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property documentSetVersions in storage operationId: storage.fileStorage.containers.drive.list.items.UpdateDocumentSetVersions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property documentSetVersions for storage operationId: storage.fileStorage.containers.drive.list.items.DeleteDocumentSetVersions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem - name: documentSetVersion-id in: path description: The unique identifier of documentSetVersion required: true schema: type: string x-ms-docs-key-type: documentSetVersion '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields': description: Provides operations to manage the fields property of the microsoft.graph.listItemVersion entity. get: tags: - storage.fileStorage summary: Get fields from storage description: A collection of the fields and values for this version of the list item. operationId: storage.fileStorage.containers.drive.list.items.documentSetVersions.GetFields parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property fields in storage operationId: storage.fileStorage.containers.drive.list.items.documentSetVersions.UpdateFields requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property fields for storage operationId: storage.fileStorage.containers.drive.list.items.documentSetVersions.DeleteFields parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem - name: documentSetVersion-id in: path description: The unique identifier of documentSetVersion required: true schema: type: string x-ms-docs-key-type: documentSetVersion x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/items/{listItem-id}/versions/{listItemVersion-id}/fields' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore': description: Provides operations to call the restore method. post: tags: - storage.Actions summary: Invoke action restore description: Restore a document set version. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.list.items.listItem.documentSetVersions.documentSetVersion.restore responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem - name: documentSetVersion-id in: path description: The unique identifier of documentSetVersion required: true schema: type: string x-ms-docs-key-type: documentSetVersion x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/restore' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/items/{listItem-id}/documentSetVersions/$count': description: Provides operations to count the resources in the collection. get: tags: - storage.fileStorage summary: Get the number of the resource operationId: storage.fileStorage.containers.drive.list.items.documentSetVersions.GetCount-b953 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/items/{listItem-id}/driveItem': description: Provides operations to manage the driveItem property of the microsoft.graph.listItem entity. get: tags: - storage.fileStorage summary: Get driveItem from storage description: 'For document libraries, the driveItem relationship exposes the listItem as a driveItem' operationId: storage.fileStorage.containers.drive.list.items.GetDriveItem parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/items/{listItem-id}/driveItem/content': description: Provides operations to manage the media for the storage entity. get: tags: - storage.fileStorage summary: Get content for the navigation property driveItem from storage description: 'The content stream, if the item represents a file.' operationId: storage.fileStorage.containers.drive.list.items.GetDriveItemContent parameters: - name: $format in: query description: Format of the content schema: type: string responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - storage.fileStorage summary: Update content for the navigation property driveItem in storage description: 'The content stream, if the item represents a file.' operationId: storage.fileStorage.containers.drive.list.items.UpdateDriveItemContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - storage.fileStorage summary: Delete content for the navigation property driveItem in storage description: 'The content stream, if the item represents a file.' operationId: storage.fileStorage.containers.drive.list.items.DeleteDriveItemContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/items/{listItem-id}/fields': description: Provides operations to manage the fields property of the microsoft.graph.listItem entity. get: tags: - storage.fileStorage summary: Get fields from storage description: The values of the columns set on this list item. operationId: storage.fileStorage.containers.drive.list.items.GetFields parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property fields in storage operationId: storage.fileStorage.containers.drive.list.items.UpdateFields requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property fields for storage operationId: storage.fileStorage.containers.drive.list.items.DeleteFields parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/items/{listItem-id}/lastModifiedByUser': description: Provides operations to manage the lastModifiedByUser property of the microsoft.graph.baseItem entity. get: tags: - storage.fileStorage summary: Get lastModifiedByUser from storage description: Identity of the user who last modified the item. Read-only. operationId: storage.fileStorage.containers.drive.list.items.GetLastModifiedByUser parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/lastModifiedByUser' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/lastModifiedByUser' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/lastModifiedByUser' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings': get: tags: - storage.fileStorage summary: Get mailboxSettings property value description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' operationId: storage.fileStorage.containers.drive.list.items.lastModifiedByUser.GetMailboxSettings parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' patch: tags: - storage.fileStorage summary: Update property mailboxSettings value. operationId: storage.fileStorage.containers.drive.list.items.lastModifiedByUser.UpdateMailboxSettings requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors': get: tags: - storage.fileStorage summary: Get serviceProvisioningErrors property value description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' operationId: storage.fileStorage.containers.drive.list.items.lastModifiedByUser.ListServiceProvisioningErrors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count': description: Provides operations to count the resources in the collection. get: tags: - storage.fileStorage summary: Get the number of the resource operationId: storage.fileStorage.containers.drive.list.items.lastModifiedByUser.ServiceProvisioningErrors.GetCount-fb04 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/items/{listItem-id}/createLink': description: Provides operations to call the createLink method. post: tags: - storage.Actions summary: Invoke action createLink operationId: storage.fileStorage.containers.fileStorageContainer.drive.list.items.listItem.createLink requestBody: description: Action parameters content: application/json: schema: type: object properties: type: type: string nullable: true scope: type: string nullable: true expirationDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string format: date-time nullable: true password: type: string nullable: true message: type: string nullable: true recipients: type: array items: $ref: '#/components/schemas/microsoft.graph.driveRecipient' retainInheritedPermissions: type: boolean default: false nullable: true sendNotification: type: boolean default: false nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.permission' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/createLink' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/items/{listItem-id}/getActivitiesByInterval()': description: Provides operations to call the getActivitiesByInterval method. get: tags: - storage.Functions summary: Invoke function getActivitiesByInterval operationId: storage.fileStorage.containers.fileStorageContainer.drive.list.items.listItem.getActivitiesByInterval-4c35 parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of itemActivityStat type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.itemActivityStat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/getActivitiesByInterval()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/getActivitiesByInterval(startDateTime=''{startDateTime}'',endDateTime=''{endDateTime}'',interval=''{interval}'')' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/items/{listItem-id}/getActivitiesByInterval(startDateTime=''{startDateTime}'',endDateTime=''{endDateTime}'',interval=''{interval}'')' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/items/{listItem-id}/getActivitiesByInterval(startDateTime=''{startDateTime}'',endDateTime=''{endDateTime}'',interval=''{interval}'')': description: Provides operations to call the getActivitiesByInterval method. get: tags: - storage.Functions summary: Invoke function getActivitiesByInterval operationId: storage.fileStorage.containers.fileStorageContainer.drive.list.items.listItem.getActivitiesByInterval-ad27 parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of itemActivityStat type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.itemActivityStat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem - name: startDateTime in: path description: 'Usage: startDateTime=''{startDateTime}''' required: true schema: type: string nullable: true - name: endDateTime in: path description: 'Usage: endDateTime=''{endDateTime}''' required: true schema: type: string nullable: true - name: interval in: path description: 'Usage: interval=''{interval}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/getActivitiesByInterval()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/getActivitiesByInterval(startDateTime=''{startDateTime}'',endDateTime=''{endDateTime}'',interval=''{interval}'')' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/items/{listItem-id}/getActivitiesByInterval()' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/items/{listItem-id}/versions': description: Provides operations to manage the versions property of the microsoft.graph.listItem entity. get: tags: - storage.fileStorage summary: Get versions from storage description: The list of previous versions of the list item. operationId: storage.fileStorage.containers.drive.list.items.ListVersions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.listItemVersionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - storage.fileStorage summary: Create new navigation property to versions for storage operationId: storage.fileStorage.containers.drive.list.items.CreateVersions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItemVersion' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItemVersion' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/items/{listItem-id}/versions/{listItemVersion-id}': description: Provides operations to manage the versions property of the microsoft.graph.listItem entity. get: tags: - storage.fileStorage summary: Get versions from storage description: The list of previous versions of the list item. operationId: storage.fileStorage.containers.drive.list.items.GetVersions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItemVersion' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property versions in storage operationId: storage.fileStorage.containers.drive.list.items.UpdateVersions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItemVersion' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItemVersion' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property versions for storage operationId: storage.fileStorage.containers.drive.list.items.DeleteVersions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem - name: listItemVersion-id in: path description: The unique identifier of listItemVersion required: true schema: type: string x-ms-docs-key-type: listItemVersion '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/items/{listItem-id}/versions/{listItemVersion-id}/fields': description: Provides operations to manage the fields property of the microsoft.graph.listItemVersion entity. get: tags: - storage.fileStorage summary: Get fields from storage description: A collection of the fields and values for this version of the list item. operationId: storage.fileStorage.containers.drive.list.items.versions.GetFields parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property fields in storage operationId: storage.fileStorage.containers.drive.list.items.versions.UpdateFields requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property fields for storage operationId: storage.fileStorage.containers.drive.list.items.versions.DeleteFields parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem - name: listItemVersion-id in: path description: The unique identifier of listItemVersion required: true schema: type: string x-ms-docs-key-type: listItemVersion x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion': description: Provides operations to call the restoreVersion method. post: tags: - storage.Actions summary: Invoke action restoreVersion description: 'Restore a previous version of a ListItem to be the current version. This will create a new version with the contents of the previous version, but preserves all existing versions of the item.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.list.items.listItem.versions.listItemVersion.restoreVersion responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem - name: listItemVersion-id in: path description: The unique identifier of listItemVersion required: true schema: type: string x-ms-docs-key-type: listItemVersion x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/items/{listItem-id}/versions/$count': description: Provides operations to count the resources in the collection. get: tags: - storage.fileStorage summary: Get the number of the resource operationId: storage.fileStorage.containers.drive.list.items.versions.GetCount-6a4a parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: listItem-id in: path description: The unique identifier of listItem required: true schema: type: string x-ms-docs-key-type: listItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/items/delta()': description: Provides operations to call the delta method. get: tags: - storage.Functions summary: Invoke function delta description: "Get newly created, updated, or deleted list items without having to perform a full read of the entire items collection. Your app begins by calling delta without any parameters.\nThe service starts enumerating the hierarchy of the list, returning pages of items, and either an @odata.nextLink or an @odata.deltaLink.\nYour app should continue calling with the @odata.nextLink until you see an @odata.deltaLink returned. After you received all the changes, you can apply them to your local state.\nTo check for changes in the future, call delta again with the @odata.deltaLink from the previous response. The delta feed shows the latest state for each item, not each change. If an item was renamed twice, it only shows up once, with its latest name.\nThe same item might appear more than once in a delta feed, for various reasons. You should use the last occurrence you see. Items with this property should be removed from your local state." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.list.items.delta-fa14 parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of listItem type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.listItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/delta()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/delta(token=''{token}'')' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/delta' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/items/delta(token=''{token}'')' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/items/delta(token=''{token}'')': description: Provides operations to call the delta method. get: tags: - storage.Functions summary: Invoke function delta operationId: storage.fileStorage.containers.fileStorageContainer.drive.list.items.delta-9846 parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of listItem type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.listItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: token in: path description: 'Usage: token=''{token}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/delta()' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/delta(token=''{token}'')' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/workbook/functions/delta' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/items/delta()' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/lastModifiedByUser': description: Provides operations to manage the lastModifiedByUser property of the microsoft.graph.baseItem entity. get: tags: - storage.fileStorage summary: Get lastModifiedByUser from storage description: Identity of the user who last modified the item. Read-only. operationId: storage.fileStorage.containers.drive.list.GetLastModifiedByUser parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/lastModifiedByUser' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/lastModifiedByUser' - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/items/{listItem-id}/lastModifiedByUser' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/lastModifiedByUser/mailboxSettings': get: tags: - storage.fileStorage summary: Get mailboxSettings property value description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' operationId: storage.fileStorage.containers.drive.list.lastModifiedByUser.GetMailboxSettings parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' patch: tags: - storage.fileStorage summary: Update property mailboxSettings value. operationId: storage.fileStorage.containers.drive.list.lastModifiedByUser.UpdateMailboxSettings requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/lastModifiedByUser/serviceProvisioningErrors': get: tags: - storage.fileStorage summary: Get serviceProvisioningErrors property value description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' operationId: storage.fileStorage.containers.drive.list.lastModifiedByUser.ListServiceProvisioningErrors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/lastModifiedByUser/serviceProvisioningErrors/$count': description: Provides operations to count the resources in the collection. get: tags: - storage.fileStorage summary: Get the number of the resource operationId: storage.fileStorage.containers.drive.list.lastModifiedByUser.ServiceProvisioningErrors.GetCount-f681 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/operations': description: Provides operations to manage the operations property of the microsoft.graph.list entity. get: tags: - storage.fileStorage summary: Get operations from storage description: The collection of long-running operations on the list. operationId: storage.fileStorage.containers.drive.list.ListOperations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.richLongRunningOperationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - storage.fileStorage summary: Create new navigation property to operations for storage operationId: storage.fileStorage.containers.drive.list.CreateOperations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/operations/{richLongRunningOperation-id}': description: Provides operations to manage the operations property of the microsoft.graph.list entity. get: tags: - storage.fileStorage summary: Get operations from storage description: The collection of long-running operations on the list. operationId: storage.fileStorage.containers.drive.list.GetOperations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property operations in storage operationId: storage.fileStorage.containers.drive.list.UpdateOperations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property operations for storage operationId: storage.fileStorage.containers.drive.list.DeleteOperations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: richLongRunningOperation-id in: path description: The unique identifier of richLongRunningOperation required: true schema: type: string x-ms-docs-key-type: richLongRunningOperation '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/operations/$count': description: Provides operations to count the resources in the collection. get: tags: - storage.fileStorage summary: Get the number of the resource operationId: storage.fileStorage.containers.drive.list.operations.GetCount-5042 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/subscriptions': description: Provides operations to manage the subscriptions property of the microsoft.graph.list entity. get: tags: - storage.fileStorage summary: Get subscriptions from storage description: The set of subscriptions on the list. operationId: storage.fileStorage.containers.drive.list.ListSubscriptions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.subscriptionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - storage.fileStorage summary: Create new navigation property to subscriptions for storage operationId: storage.fileStorage.containers.drive.list.CreateSubscriptions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.subscription' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.subscription' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/subscriptions/{subscription-id}': description: Provides operations to manage the subscriptions property of the microsoft.graph.list entity. get: tags: - storage.fileStorage summary: Get subscriptions from storage description: The set of subscriptions on the list. operationId: storage.fileStorage.containers.drive.list.GetSubscriptions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.subscription' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property subscriptions in storage operationId: storage.fileStorage.containers.drive.list.UpdateSubscriptions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.subscription' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.subscription' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property subscriptions for storage operationId: storage.fileStorage.containers.drive.list.DeleteSubscriptions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: subscription-id in: path description: The unique identifier of subscription required: true schema: type: string x-ms-docs-key-type: subscription '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/subscriptions/{subscription-id}/reauthorize': description: Provides operations to call the reauthorize method. post: tags: - storage.Actions summary: Invoke action reauthorize description: Reauthorize a subscription when you receive a reauthorizationRequired challenge. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.list.subscriptions.subscription.reauthorize responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: subscription-id in: path description: The unique identifier of subscription required: true schema: type: string x-ms-docs-key-type: subscription x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/subscriptions/{subscription-id}/reauthorize' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/list/subscriptions/$count': description: Provides operations to count the resources in the collection. get: tags: - storage.fileStorage summary: Get the number of the resource operationId: storage.fileStorage.containers.drive.list.subscriptions.GetCount-2296 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/recent()': description: Provides operations to call the recent method. get: tags: - storage.Functions summary: Invoke function recent description: "List a set of items that have been recently used by the signed in user.\nThis collection includes items that are in the user's drive and items they have access to from other drives." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/drive-recent?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.recent parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of driveItem type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.driveItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/search(q=''{q}'')': description: Provides operations to call the search method. get: tags: - storage.Functions summary: Invoke function search description: "Search the hierarchy of items for items matching a query.\nYou can search within a folder hierarchy, a whole drive, or files shared with the current user." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.search parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of driveItem type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.driveItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: q in: path description: 'Usage: q=''{q}''' required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/search(q=''{q}'')' '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/sharedWithMe()': description: Provides operations to call the sharedWithMe method. get: tags: - storage.Functions summary: Invoke function sharedWithMe description: Get a list of driveItem objects shared with the owner of a drive. The driveItems returned from the sharedWithMe method always include the remoteItem facet that indicates they are items from a different drive. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.drive.sharedWithMe parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of driveItem type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.driveItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/root': description: Provides operations to manage the root property of the microsoft.graph.drive entity. get: tags: - storage.fileStorage summary: Get root from storage description: The root folder of the drive. Read-only. operationId: storage.fileStorage.containers.drive.GetRoot parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/root/content': description: Provides operations to manage the media for the storage entity. get: tags: - storage.fileStorage summary: Get content for the navigation property root from storage description: 'The content stream, if the item represents a file.' operationId: storage.fileStorage.containers.drive.GetRootContent parameters: - name: $format in: query description: Format of the content schema: type: string responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - storage.fileStorage summary: Update content for the navigation property root in storage description: 'The content stream, if the item represents a file.' operationId: storage.fileStorage.containers.drive.UpdateRootContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - storage.fileStorage summary: Delete content for the navigation property root in storage description: 'The content stream, if the item represents a file.' operationId: storage.fileStorage.containers.drive.DeleteRootContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/special': description: Provides operations to manage the special property of the microsoft.graph.drive entity. get: tags: - storage.fileStorage summary: Get special from storage description: Collection of common folders available in OneDrive. Read-only. Nullable. operationId: storage.fileStorage.containers.drive.ListSpecial parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.driveItemCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/special/{driveItem-id}': description: Provides operations to manage the special property of the microsoft.graph.drive entity. get: tags: - storage.fileStorage summary: Get special from storage description: Collection of common folders available in OneDrive. Read-only. Nullable. operationId: storage.fileStorage.containers.drive.GetSpecial parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/special/{driveItem-id}/content': description: Provides operations to manage the media for the storage entity. get: tags: - storage.fileStorage summary: Get content for the navigation property special from storage description: 'The content stream, if the item represents a file.' operationId: storage.fileStorage.containers.drive.GetSpecialContent parameters: - name: $format in: query description: Format of the content schema: type: string responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - storage.fileStorage summary: Update content for the navigation property special in storage description: 'The content stream, if the item represents a file.' operationId: storage.fileStorage.containers.drive.UpdateSpecialContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - storage.fileStorage summary: Delete content for the navigation property special in storage description: 'The content stream, if the item represents a file.' operationId: storage.fileStorage.containers.drive.DeleteSpecialContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: driveItem-id in: path description: The unique identifier of driveItem required: true schema: type: string x-ms-docs-key-type: driveItem '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/special/$count': description: Provides operations to count the resources in the collection. get: tags: - storage.fileStorage summary: Get the number of the resource operationId: storage.fileStorage.containers.drive.special.GetCount-f992 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer '/storage/fileStorage/containers/{fileStorageContainer-id}/activate': description: Provides operations to call the activate method. post: tags: - storage.Actions summary: Invoke action activate operationId: storage.fileStorage.containers.fileStorageContainer.activate responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer '/storage/fileStorage/containers/{fileStorageContainer-id}/permanentDelete': description: Provides operations to call the permanentDelete method. post: tags: - storage.Actions summary: Invoke action permanentDelete operationId: storage.fileStorage.containers.fileStorageContainer.permanentDelete responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/permanentDelete' '/storage/fileStorage/containers/{fileStorageContainer-id}/permissions': description: Provides operations to manage the permissions property of the microsoft.graph.fileStorageContainer entity. get: tags: - storage.fileStorage summary: Get permissions from storage description: 'The set of permissions for users in the fileStorageContainer. Permission for each user is set by the roles property. The possible values are: reader, writer, manager, and owner. Read-write.' operationId: storage.fileStorage.containers.ListPermissions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.permissionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - storage.fileStorage summary: Create new navigation property to permissions for storage operationId: storage.fileStorage.containers.CreatePermissions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.permission' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.permission' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer '/storage/fileStorage/containers/{fileStorageContainer-id}/permissions/{permission-id}': description: Provides operations to manage the permissions property of the microsoft.graph.fileStorageContainer entity. get: tags: - storage.fileStorage summary: Get permissions from storage description: 'The set of permissions for users in the fileStorageContainer. Permission for each user is set by the roles property. The possible values are: reader, writer, manager, and owner. Read-write.' operationId: storage.fileStorage.containers.GetPermissions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.permission' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.fileStorage summary: Update the navigation property permissions in storage operationId: storage.fileStorage.containers.UpdatePermissions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.permission' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.permission' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.fileStorage summary: Delete navigation property permissions for storage operationId: storage.fileStorage.containers.DeletePermissions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: permission-id in: path description: The unique identifier of permission required: true schema: type: string x-ms-docs-key-type: permission '/storage/fileStorage/containers/{fileStorageContainer-id}/permissions/{permission-id}/grant': description: Provides operations to call the grant method. post: tags: - storage.Actions summary: Invoke action grant description: Grant users access to a link represented by a permission. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0 operationId: storage.fileStorage.containers.fileStorageContainer.permissions.permission.grant requestBody: description: Action parameters content: application/json: schema: type: object properties: roles: type: array items: type: string nullable: true recipients: type: array items: $ref: '#/components/schemas/microsoft.graph.driveRecipient' required: true responses: 2XX: description: Success content: application/json: schema: title: Collection of permission type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.permission' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer - name: permission-id in: path description: The unique identifier of permission required: true schema: type: string x-ms-docs-key-type: permission x-ms-docs-grouped-path: - '/storage/fileStorage/containers/{fileStorageContainer-id}/drive/items/{driveItem-id}/permissions/{permission-id}/grant' '/storage/fileStorage/containers/{fileStorageContainer-id}/permissions/$count': description: Provides operations to count the resources in the collection. get: tags: - storage.fileStorage summary: Get the number of the resource operationId: storage.fileStorage.containers.permissions.GetCount-b191 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: fileStorageContainer-id in: path description: The unique identifier of fileStorageContainer required: true schema: type: string x-ms-docs-key-type: fileStorageContainer /storage/fileStorage/containers/$count: description: Provides operations to count the resources in the collection. get: tags: - storage.fileStorage summary: Get the number of the resource operationId: storage.fileStorage.containers.GetCount-4ea4 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /storage/settings: description: Provides operations to manage the settings property of the microsoft.graph.storage entity. get: tags: - storage.storageSettings summary: Get settings from storage operationId: storage.GetSettings parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.storageSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.storageSettings summary: Update the navigation property settings in storage operationId: storage.UpdateSettings requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.storageSettings' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.storageSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.storageSettings summary: Delete navigation property settings for storage operationId: storage.DeleteSettings parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /storage/settings/quota: description: Provides operations to manage the quota property of the microsoft.graph.storageSettings entity. get: tags: - storage.storageSettings summary: Get quota from storage operationId: storage.settings.GetQuota parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedStorageQuota' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.storageSettings summary: Update the navigation property quota in storage operationId: storage.settings.UpdateQuota requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedStorageQuota' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedStorageQuota' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.storageSettings summary: Delete navigation property quota for storage operationId: storage.settings.DeleteQuota parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /storage/settings/quota/services: description: Provides operations to manage the services property of the microsoft.graph.unifiedStorageQuota entity. get: tags: - storage.storageSettings summary: Get services from storage operationId: storage.settings.quota.ListServices parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.serviceStorageQuotaBreakdownCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - storage.storageSettings summary: Create new navigation property to services for storage operationId: storage.settings.quota.CreateServices requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.serviceStorageQuotaBreakdown' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.serviceStorageQuotaBreakdown' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/storage/settings/quota/services/{serviceStorageQuotaBreakdown-id}': description: Provides operations to manage the services property of the microsoft.graph.unifiedStorageQuota entity. get: tags: - storage.storageSettings summary: Get services from storage operationId: storage.settings.quota.GetServices parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.serviceStorageQuotaBreakdown' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - storage.storageSettings summary: Update the navigation property services in storage operationId: storage.settings.quota.UpdateServices requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.serviceStorageQuotaBreakdown' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.serviceStorageQuotaBreakdown' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - storage.storageSettings summary: Delete navigation property services for storage operationId: storage.settings.quota.DeleteServices parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: serviceStorageQuotaBreakdown-id in: path description: The unique identifier of serviceStorageQuotaBreakdown required: true schema: type: string x-ms-docs-key-type: serviceStorageQuotaBreakdown /storage/settings/quota/services/$count: description: Provides operations to count the resources in the collection. get: tags: - storage.storageSettings summary: Get the number of the resource operationId: storage.settings.quota.services.GetCount-3385 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /subscribedSkus: description: Provides operations to manage the collection of subscribedSku entities. get: tags: - subscribedSkus.subscribedSku summary: List subscribedSkus description: 'Get the list of commercial subscriptions that an organization has acquired. For the mapping of license names as displayed on the Microsoft Entra admin center or the Microsoft 365 admin center against their Microsoft Graph skuId and skuPartNumber properties, see Product names and service plan identifiers for licensing.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/subscribedsku-list?view=graph-rest-1.0 operationId: subscribedSkus.subscribedSku.ListSubscribedSku parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.subscribedSkuCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - subscribedSkus.subscribedSku summary: Add new entity to subscribedSkus operationId: subscribedSkus.subscribedSku.CreateSubscribedSku requestBody: description: New entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.subscribedSku' required: true responses: 2XX: description: Created entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.subscribedSku' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/subscribedSkus/{subscribedSku-id}': description: Provides operations to manage the collection of subscribedSku entities. get: tags: - subscribedSkus.subscribedSku summary: Get subscribedSku description: Get a specific commercial subscription that an organization has acquired. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/subscribedsku-get?view=graph-rest-1.0 operationId: subscribedSkus.subscribedSku.GetSubscribedSku parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.subscribedSku' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - subscribedSkus.subscribedSku summary: Update entity in subscribedSkus operationId: subscribedSkus.subscribedSku.UpdateSubscribedSku requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.subscribedSku' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.subscribedSku' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - subscribedSkus.subscribedSku summary: Delete entity from subscribedSkus operationId: subscribedSkus.subscribedSku.DeleteSubscribedSku parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: subscribedSku-id in: path description: The unique identifier of subscribedSku required: true schema: type: string x-ms-docs-key-type: subscribedSku /subscriptions: description: Provides operations to manage the collection of subscription entities. get: tags: - subscriptions.subscription summary: List subscriptions description: 'Retrieve the properties and relationships of webhook subscriptions, based on the app ID, the user, and the user''s role with a tenant. The content of the response depends on the context in which the app is calling; for details, see the scenarios in the Permissions section.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/subscription-list?view=graph-rest-1.0 operationId: subscriptions.subscription.ListSubscription parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.subscriptionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - subscriptions.subscription summary: Create subscription description: 'Subscribes a listener application to receive change notifications when the requested type of changes occur to the specified resource in Microsoft Graph. To identify the resources for which you can create subscriptions and the limitations on subscriptions, see Set up notifications for changes in resource data: Supported resources. Some resources support rich notifications, that is, notifications that include resource data. For more information about these resources, see Set up change notifications that include resource data: Supported resources.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/subscription-post-subscriptions?view=graph-rest-1.0 operationId: subscriptions.subscription.CreateSubscription requestBody: description: New entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.subscription' required: true responses: 2XX: description: Created entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.subscription' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/subscriptions/{subscription-id}': description: Provides operations to manage the collection of subscription entities. get: tags: - subscriptions.subscription summary: Get subscription description: Retrieve the properties and relationships of a subscription. See the table in the Permissions section for the list of resources that support subscribing to change notifications. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/subscription-get?view=graph-rest-1.0 operationId: subscriptions.subscription.GetSubscription parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.subscription' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - subscriptions.subscription summary: Update subscription description: 'Renew a subscription by extending its expiry time. The table in the Permissions section lists the resources that support subscribing to change notifications. Subscriptions expire after a length of time that varies by resource type. In order to avoid missing change notifications, an app should renew its subscriptions well in advance of their expiry date. See subscription for maximum length of a subscription for each resource type.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/subscription-update?view=graph-rest-1.0 operationId: subscriptions.subscription.UpdateSubscription requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.subscription' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.subscription' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - subscriptions.subscription summary: Delete subscription description: 'Delete a subscription. For the list of resources that support subscribing to change notifications, see the table in the Permissions section.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/subscription-delete?view=graph-rest-1.0 operationId: subscriptions.subscription.DeleteSubscription parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: subscription-id in: path description: The unique identifier of subscription required: true schema: type: string x-ms-docs-key-type: subscription '/subscriptions/{subscription-id}/reauthorize': description: Provides operations to call the reauthorize method. post: tags: - subscriptions.Actions summary: Invoke action reauthorize description: Reauthorize a subscription when you receive a reauthorizationRequired challenge. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0 operationId: subscriptions.subscription.reauthorize responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: subscription-id in: path description: The unique identifier of subscription required: true schema: type: string x-ms-docs-key-type: subscription /teams: description: Provides operations to manage the collection of team entities. get: tags: - teams.team summary: List teams description: List all teams in an organization. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/teams-list?view=graph-rest-1.0 operationId: teams.team.ListTeam parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.teamCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - teams.team summary: Create team description: Create a new team. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/team-post?view=graph-rest-1.0 operationId: teams.team.CreateTeam requestBody: description: New entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.team' required: true responses: 2XX: description: Created entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.team' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/teams/{team-id}': description: Provides operations to manage the collection of team entities. get: tags: - teams.team summary: Get team description: Retrieve the properties and relationships of the specified team. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/team-get?view=graph-rest-1.0 operationId: teams.team.GetTeam parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.team' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - teams.team summary: Update team description: Update the properties of the specified team. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/team-update?view=graph-rest-1.0 operationId: teams.team.UpdateTeam requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.team' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.team' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - teams.team summary: Delete entity from teams operationId: teams.team.DeleteTeam parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/teams/{team-id}/allChannels': description: Provides operations to manage the allChannels property of the microsoft.graph.team entity. get: tags: - teams.channel summary: List allChannels description: Get the list of channels either in this team or shared with this team (incoming channels). externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/team-list-allchannels?view=graph-rest-1.0 operationId: teams.ListAllChannels parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.channelCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/teams/{team-id}/allChannels/{channel-id}': description: Provides operations to manage the allChannels property of the microsoft.graph.team entity. get: tags: - teams.channel summary: Get allChannels from teams description: List of channels either hosted in or shared with the team (incoming channels). operationId: teams.GetAllChannels parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.channel' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel '/teams/{team-id}/allChannels/$count': description: Provides operations to count the resources in the collection. get: tags: - teams.channel summary: Get the number of the resource operationId: teams.allChannels.GetCount-f86a parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/teams/{team-id}/channels': description: Provides operations to manage the channels property of the microsoft.graph.team entity. get: tags: - teams.channel summary: List channels description: Retrieve the list of channels in this team. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/channel-list?view=graph-rest-1.0 operationId: teams.ListChannels parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.channelCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - teams.channel summary: Create channel description: 'Create a new channel in a team, as specified in the request body. When you create a channel, the maximum length of the channel''s displayName is 50 characters. This is the name that appears to the user in Microsoft Teams. If you''re creating a private channel, you can add a maximum of 200 members.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/channel-post?view=graph-rest-1.0 operationId: teams.CreateChannels requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.channel' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.channel' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/teams/{team-id}/channels/{channel-id}': description: Provides operations to manage the channels property of the microsoft.graph.team entity. get: tags: - teams.channel summary: Get channel description: Retrieve the properties and relationships of a channel. This method supports federation. Only a user who is a member of the shared channel can retrieve channel information. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/channel-get?view=graph-rest-1.0 operationId: teams.GetChannels parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.channel' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - teams.channel summary: Patch channel description: Update the properties of the specified channel. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/channel-patch?view=graph-rest-1.0 operationId: teams.UpdateChannels requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.channel' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.channel' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - teams.channel summary: Delete channel description: Delete the channel. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/channel-delete?view=graph-rest-1.0 operationId: teams.DeleteChannels parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel '/teams/{team-id}/channels/{channel-id}/filesFolder': description: Provides operations to manage the filesFolder property of the microsoft.graph.channel entity. get: tags: - teams.channel summary: Get filesFolder description: 'Get the metadata for the location where the files of a channel are stored. ' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0 operationId: teams.channels.GetFilesFolder parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel x-ms-docs-grouped-path: - '/teams/{team-id}/primaryChannel/filesFolder' '/teams/{team-id}/channels/{channel-id}/filesFolder/content': description: Provides operations to manage the media for the team entity. get: tags: - teams.channel summary: Get content for the navigation property filesFolder from teams description: 'The content stream, if the item represents a file.' operationId: teams.channels.GetFilesFolderContent parameters: - name: $format in: query description: Format of the content schema: type: string responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - teams.channel summary: Update content for the navigation property filesFolder in teams description: 'The content stream, if the item represents a file.' operationId: teams.channels.UpdateFilesFolderContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - teams.channel summary: Delete content for the navigation property filesFolder in teams description: 'The content stream, if the item represents a file.' operationId: teams.channels.DeleteFilesFolderContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel '/teams/{team-id}/channels/{channel-id}/members': description: Provides operations to manage the members property of the microsoft.graph.channel entity. get: tags: - teams.channel summary: List members of a channel description: Retrieve a list of conversationMembers from a channel. This method supports federation. Only a user who is a member of the shared channel can retrieve the channel member list. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/channel-list-members?view=graph-rest-1.0 operationId: teams.channels.ListMembers parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.conversationMemberCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - teams.channel summary: Add member to channel description: Add a conversationMember to a channel. This operation is allowed only for channels with a membershipType value of private or shared. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/channel-post-members?view=graph-rest-1.0 operationId: teams.channels.CreateMembers requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationMember' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationMember' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel x-ms-docs-grouped-path: - '/teams/{team-id}/primaryChannel/members' '/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}': description: Provides operations to manage the members property of the microsoft.graph.channel entity. get: tags: - teams.channel summary: Get member of channel description: Get a conversationMember from a channel. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/channel-get-members?view=graph-rest-1.0 operationId: teams.channels.GetMembers parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationMember' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - teams.channel summary: Update conversationMember description: Update the role of a conversationMember in a team or channel. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/conversationmember-update?view=graph-rest-1.0 operationId: teams.channels.UpdateMembers requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationMember' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationMember' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - teams.channel summary: Remove member from channel description: Delete a conversationMember from a channel. This operation is allowed only for channels with a membershipType value of private or shared. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/channel-delete-members?view=graph-rest-1.0 operationId: teams.channels.DeleteMembers parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: conversationMember-id in: path description: The unique identifier of conversationMember required: true schema: type: string x-ms-docs-key-type: conversationMember x-ms-docs-grouped-path: - '/teams/{team-id}/primaryChannel/members/{conversationMember-id}' '/teams/{team-id}/channels/{channel-id}/members/$count': description: Provides operations to count the resources in the collection. get: tags: - teams.channel summary: Get the number of the resource operationId: teams.channels.members.GetCount-8e98 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel '/teams/{team-id}/channels/{channel-id}/members/add': description: Provides operations to call the add method. post: tags: - teams.Actions summary: Invoke action add description: Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0 operationId: teams.team.channels.channel.members.add requestBody: description: Action parameters content: application/json: schema: type: object properties: values: type: array items: $ref: '#/components/schemas/microsoft.graph.conversationMember' required: true responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.actionResultPart' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel x-ms-docs-grouped-path: - '/teams/{team-id}/members/add' - '/teams/{team-id}/primaryChannel/members/add' '/teams/{team-id}/channels/{channel-id}/messages': description: Provides operations to manage the messages property of the microsoft.graph.channel entity. get: tags: - teams.channel summary: List channel messages description: 'Retrieve the list of messages (without the replies) in a channel of a team. To get the replies for a message, call the list message replies or the get message reply API. This method supports federation. To list channel messages in application context, the request must be made from the tenant that the channel owner belongs to (represented by the tenantId property on the channel).' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/channel-list-messages?view=graph-rest-1.0 operationId: teams.channels.ListMessages parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - teams.channel summary: Send chatMessage in a channel or a chat description: Send a new chatMessage in the specified channel or a chat. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chatmessage-post?view=graph-rest-1.0 operationId: teams.channels.CreateMessages requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel x-ms-docs-grouped-path: - '/teams/{team-id}/primaryChannel/messages' '/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}': description: Provides operations to manage the messages property of the microsoft.graph.channel entity. get: tags: - teams.channel summary: Get chatMessage in a channel or chat description: Retrieve a single message or a message reply in a channel or a chat. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0 operationId: teams.channels.GetMessages parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - teams.channel summary: Update chatMessage description: "Update a chatMessage object. \nExcept for the policyViolation property, all properties of a chatMessage can be updated in delegated permissions scenarios.\nOnly the policyViolation property of a chatMessage can be updated in application permissions scenarios. The update only works for chats where members are Microsoft Teams users. If one of the participants is using Skype, the operation fails. This method doesn't support federation. Only the user in the tenant who sent the message can perform data loss prevention (DLP) updates on the specified chat message." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chatmessage-update?view=graph-rest-1.0 operationId: teams.channels.UpdateMessages requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - teams.channel summary: Delete navigation property messages for teams operationId: teams.channels.DeleteMessages parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/teams/{team-id}/primaryChannel/messages/{chatMessage-id}' '/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents': description: Provides operations to manage the hostedContents property of the microsoft.graph.chatMessage entity. get: tags: - teams.channel summary: List hostedContents description: 'Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0 operationId: teams.channels.messages.ListHostedContents parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageHostedContentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - teams.channel summary: Create new navigation property to hostedContents for teams operationId: teams.channels.messages.CreateHostedContents requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents' - '/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents' - '/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents' '/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}': description: Provides operations to manage the hostedContents property of the microsoft.graph.chatMessage entity. get: tags: - teams.channel summary: Get hostedContents from teams description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: teams.channels.messages.GetHostedContents parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - teams.channel summary: Update the navigation property hostedContents in teams operationId: teams.channels.messages.UpdateHostedContents requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - teams.channel summary: Delete navigation property hostedContents for teams operationId: teams.channels.messages.DeleteHostedContents parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessageHostedContent-id in: path description: The unique identifier of chatMessageHostedContent required: true schema: type: string x-ms-docs-key-type: chatMessageHostedContent x-ms-docs-grouped-path: - '/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}' - '/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}' - '/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}' '/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value': description: Provides operations to manage the media for the team entity. get: tags: - teams.channel summary: List hostedContents description: 'Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0 operationId: teams.channels.messages.GetHostedContentsContent responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - teams.channel summary: Update media content for the navigation property hostedContents in teams description: The unique identifier for an entity. Read-only. operationId: teams.channels.messages.UpdateHostedContentsContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - teams.channel summary: Delete media content for the navigation property hostedContents in teams description: The unique identifier for an entity. Read-only. operationId: teams.channels.messages.DeleteHostedContentsContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessageHostedContent-id in: path description: The unique identifier of chatMessageHostedContent required: true schema: type: string x-ms-docs-key-type: chatMessageHostedContent '/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count': description: Provides operations to count the resources in the collection. get: tags: - teams.channel summary: Get the number of the resource operationId: teams.channels.messages.hostedContents.GetCount-80f2 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage '/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/setReaction': description: Provides operations to call the setReaction method. post: tags: - teams.Actions summary: Invoke action setReaction operationId: teams.team.channels.channel.messages.chatMessage.setReaction requestBody: description: Action parameters content: application/json: schema: type: object properties: reactionType: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction' - '/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/setReaction' - '/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction' '/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/softDelete': description: Provides operations to call the softDelete method. post: tags: - teams.Actions summary: Invoke action softDelete description: Delete a single chatMessage or a chat message reply in a channel or a chat. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0 operationId: teams.team.channels.channel.messages.chatMessage.softDelete responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete' - '/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/softDelete' - '/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete' '/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/undoSoftDelete': description: Provides operations to call the undoSoftDelete method. post: tags: - teams.Actions summary: Invoke action undoSoftDelete description: Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0 operationId: teams.team.channels.channel.messages.chatMessage.undoSoftDelete responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete' - '/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/undoSoftDelete' - '/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete' '/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction': description: Provides operations to call the unsetReaction method. post: tags: - teams.Actions summary: Invoke action unsetReaction operationId: teams.team.channels.channel.messages.chatMessage.unsetReaction requestBody: description: Action parameters content: application/json: schema: type: object properties: reactionType: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction' - '/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/unsetReaction' - '/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction' '/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies': description: Provides operations to manage the replies property of the microsoft.graph.chatMessage entity. get: tags: - teams.channel summary: List replies description: 'List all the replies to a message in a channel of a team. This method lists only the replies of the specified message, if any. To get the message itself, call get channel message.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0 operationId: teams.channels.messages.ListReplies parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - teams.channel summary: Reply to a message in a channel description: Create a new reply to a chatMessage in a specified channel. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/channel-post-messagereply?view=graph-rest-1.0 operationId: teams.channels.messages.CreateReplies requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies' '/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}': description: Provides operations to manage the replies property of the microsoft.graph.chatMessage entity. get: tags: - teams.channel summary: Get chatMessage in a channel or chat description: Retrieve a single message or a message reply in a channel or a chat. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0 operationId: teams.channels.messages.GetReplies parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - teams.channel summary: Update the navigation property replies in teams operationId: teams.channels.messages.UpdateReplies requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - teams.channel summary: Delete navigation property replies for teams operationId: teams.channels.messages.DeleteReplies parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}' '/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents': description: Provides operations to manage the hostedContents property of the microsoft.graph.chatMessage entity. get: tags: - teams.channel summary: List hostedContents description: 'Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0 operationId: teams.channels.messages.replies.ListHostedContents parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageHostedContentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - teams.channel summary: Create new navigation property to hostedContents for teams operationId: teams.channels.messages.replies.CreateHostedContents requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents' - '/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents' - '/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents' '/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}': description: Provides operations to manage the hostedContents property of the microsoft.graph.chatMessage entity. get: tags: - teams.channel summary: Get hostedContents from teams description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: teams.channels.messages.replies.GetHostedContents parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - teams.channel summary: Update the navigation property hostedContents in teams operationId: teams.channels.messages.replies.UpdateHostedContents requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - teams.channel summary: Delete navigation property hostedContents for teams operationId: teams.channels.messages.replies.DeleteHostedContents parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessageHostedContent-id in: path description: The unique identifier of chatMessageHostedContent required: true schema: type: string x-ms-docs-key-type: chatMessageHostedContent x-ms-docs-grouped-path: - '/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}' - '/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}' - '/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}' '/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value': description: Provides operations to manage the media for the team entity. get: tags: - teams.channel summary: List hostedContents description: 'Retrieve the list of chatMessageHostedContent objects from a message. This API only lists the hosted content objects. To get the content bytes, see get chatmessage hosted content.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0 operationId: teams.channels.messages.replies.GetHostedContentsContent responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - teams.channel summary: Update media content for the navigation property hostedContents in teams description: The unique identifier for an entity. Read-only. operationId: teams.channels.messages.replies.UpdateHostedContentsContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - teams.channel summary: Delete media content for the navigation property hostedContents in teams description: The unique identifier for an entity. Read-only. operationId: teams.channels.messages.replies.DeleteHostedContentsContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessageHostedContent-id in: path description: The unique identifier of chatMessageHostedContent required: true schema: type: string x-ms-docs-key-type: chatMessageHostedContent '/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count': description: Provides operations to count the resources in the collection. get: tags: - teams.channel summary: Get the number of the resource operationId: teams.channels.messages.replies.hostedContents.GetCount-3bb6 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage '/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction': description: Provides operations to call the setReaction method. post: tags: - teams.Actions summary: Invoke action setReaction operationId: teams.team.channels.channel.messages.chatMessage.replies.chatMessage.setReaction requestBody: description: Action parameters content: application/json: schema: type: object properties: reactionType: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/setReaction' - '/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/setReaction' - '/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction' '/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete': description: Provides operations to call the softDelete method. post: tags: - teams.Actions summary: Invoke action softDelete description: Delete a single chatMessage or a chat message reply in a channel or a chat. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0 operationId: teams.team.channels.channel.messages.chatMessage.replies.chatMessage.softDelete responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/softDelete' - '/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/softDelete' - '/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete' '/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete': description: Provides operations to call the undoSoftDelete method. post: tags: - teams.Actions summary: Invoke action undoSoftDelete description: Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0 operationId: teams.team.channels.channel.messages.chatMessage.replies.chatMessage.undoSoftDelete responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/undoSoftDelete' - '/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/undoSoftDelete' - '/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete' '/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction': description: Provides operations to call the unsetReaction method. post: tags: - teams.Actions summary: Invoke action unsetReaction operationId: teams.team.channels.channel.messages.chatMessage.replies.chatMessage.unsetReaction requestBody: description: Action parameters content: application/json: schema: type: object properties: reactionType: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction' - '/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/unsetReaction' - '/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction' '/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/$count': description: Provides operations to count the resources in the collection. get: tags: - teams.channel summary: Get the number of the resource operationId: teams.channels.messages.replies.GetCount-bdfc parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage '/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta()': description: Provides operations to call the delta method. get: tags: - teams.Functions summary: Invoke function delta description: 'Retrieve the list of messages (without the replies) in a channel of a team. By using delta query, you can get new or updated messages in a channel. Delta query supports both full synchronization that retrieves all the messages in the specified channel, and incremental synchronization that retrieves those messages that have been added or changed in the channel since the last synchronization. Typically, you would do an initial full synchronization, and then get incremental changes to that messages view periodically. To get the replies for a message, use the list message replies or the get message reply operation. A GET request with the delta function returns either: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call for that same calendar view. A @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin to retrieve more changes (messages changed or posted after acquiring @odata.deltaLink). For more information, see the delta query documentation.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0 operationId: teams.team.channels.channel.messages.chatMessage.replies.delta parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of chatMessage type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/teams/{team-id}/channels/{channel-id}/messages/delta()' - '/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta()' - '/teams/{team-id}/primaryChannel/messages/delta()' '/teams/{team-id}/channels/{channel-id}/messages/$count': description: Provides operations to count the resources in the collection. get: tags: - teams.channel summary: Get the number of the resource operationId: teams.channels.messages.GetCount-6767 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel '/teams/{team-id}/channels/{channel-id}/messages/delta()': description: Provides operations to call the delta method. get: tags: - teams.Functions summary: Invoke function delta description: 'Retrieve the list of messages (without the replies) in a channel of a team. By using delta query, you can get new or updated messages in a channel. Delta query supports both full synchronization that retrieves all the messages in the specified channel, and incremental synchronization that retrieves those messages that have been added or changed in the channel since the last synchronization. Typically, you would do an initial full synchronization, and then get incremental changes to that messages view periodically. To get the replies for a message, use the list message replies or the get message reply operation. A GET request with the delta function returns either: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call for that same calendar view. A @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin to retrieve more changes (messages changed or posted after acquiring @odata.deltaLink). For more information, see the delta query documentation.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0 operationId: teams.team.channels.channel.messages.delta parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of chatMessage type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel x-ms-docs-grouped-path: - '/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta()' - '/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta()' - '/teams/{team-id}/primaryChannel/messages/delta()' '/teams/{team-id}/channels/{channel-id}/archive': description: Provides operations to call the archive method. post: tags: - teams.Actions summary: Invoke action archive description: '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 channel without an owner or that belongs to a group that has no owner, can''t be archived. To restore a channel from its archived state, use the channel: unarchive method. A channel can’t be archived or unarchived if its team is archived.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/channel-archive?view=graph-rest-1.0 operationId: teams.team.channels.channel.archive requestBody: description: Action parameters content: application/json: schema: type: object properties: shouldSetSpoSiteReadOnlyForMembers: type: boolean default: false nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel x-ms-docs-grouped-path: - '/teams/{team-id}/archive' - '/teams/{team-id}/primaryChannel/archive' '/teams/{team-id}/channels/{channel-id}/completeMigration': description: Provides operations to call the completeMigration method. post: tags: - teams.Actions summary: Invoke action completeMigration description: '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.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0 operationId: teams.team.channels.channel.completeMigration responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel x-ms-docs-grouped-path: - '/teams/{team-id}/completeMigration' - '/teams/{team-id}/primaryChannel/completeMigration' '/teams/{team-id}/channels/{channel-id}/doesUserHaveAccess(userId=''@userId'',tenantId=''@tenantId'',userPrincipalName=''@userPrincipalName'')': description: Provides operations to call the doesUserHaveAccess method. get: tags: - teams.Functions summary: Invoke function doesUserHaveAccess description: Determine whether a user has access to a shared channel. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-1.0 operationId: teams.team.channels.channel.doesUserHaveAccess responses: 2XX: description: Success content: application/json: schema: type: object properties: value: type: boolean default: false 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: userId in: query description: 'Usage: userId=''@userId''' schema: type: string nullable: true - name: tenantId in: query description: 'Usage: tenantId=''@tenantId''' schema: type: string nullable: true - name: userPrincipalName in: query description: 'Usage: userPrincipalName=''@userPrincipalName''' schema: type: string nullable: true x-ms-docs-grouped-path: - '/teams/{team-id}/primaryChannel/doesUserHaveAccess(userId=''@userId'',tenantId=''@tenantId'',userPrincipalName=''@userPrincipalName'')' '/teams/{team-id}/channels/{channel-id}/provisionEmail': description: Provides operations to call the provisionEmail method. post: tags: - teams.Actions summary: Invoke action provisionEmail description: '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.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0 operationId: teams.team.channels.channel.provisionEmail responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.provisionChannelEmailResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel x-ms-docs-grouped-path: - '/teams/{team-id}/primaryChannel/provisionEmail' '/teams/{team-id}/channels/{channel-id}/removeEmail': description: Provides operations to call the removeEmail method. post: tags: - teams.Actions summary: Invoke action removeEmail description: 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. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0 operationId: teams.team.channels.channel.removeEmail responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel x-ms-docs-grouped-path: - '/teams/{team-id}/primaryChannel/removeEmail' '/teams/{team-id}/channels/{channel-id}/unarchive': description: Provides operations to call the unarchive method. post: tags: - teams.Actions summary: Invoke action unarchive description: '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.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/channel-unarchive?view=graph-rest-1.0 operationId: teams.team.channels.channel.unarchive responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel x-ms-docs-grouped-path: - '/teams/{team-id}/unarchive' - '/teams/{team-id}/primaryChannel/unarchive' '/teams/{team-id}/channels/{channel-id}/sharedWithTeams': description: Provides operations to manage the sharedWithTeams property of the microsoft.graph.channel entity. get: tags: - teams.channel summary: List sharedWithChannelTeamInfo description: Get the list of teams that has been shared a specified channel. This operation is allowed only for channels with a membershipType value of shared. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list?view=graph-rest-1.0 operationId: teams.channels.ListSharedWithTeams parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.sharedWithChannelTeamInfoCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - teams.channel summary: Create new navigation property to sharedWithTeams for teams operationId: teams.channels.CreateSharedWithTeams requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharedWithChannelTeamInfo' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharedWithChannelTeamInfo' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel x-ms-docs-grouped-path: - '/teams/{team-id}/primaryChannel/sharedWithTeams' '/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}': description: Provides operations to manage the sharedWithTeams property of the microsoft.graph.channel entity. get: tags: - teams.channel summary: Get sharedWithChannelTeamInfo description: Get a team that has been shared with a specified channel. This operation is allowed only for channels with a membershipType value of shared. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-get?view=graph-rest-1.0 operationId: teams.channels.GetSharedWithTeams parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharedWithChannelTeamInfo' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - teams.channel summary: Update the navigation property sharedWithTeams in teams operationId: teams.channels.UpdateSharedWithTeams requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharedWithChannelTeamInfo' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharedWithChannelTeamInfo' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - teams.channel summary: Delete sharedWithChannelTeamInfo description: Unshare a channel with a team by deleting the corresponding sharedWithChannelTeamInfo resource. This operation is allowed only for channels with a membershipType value of shared. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-delete?view=graph-rest-1.0 operationId: teams.channels.DeleteSharedWithTeams parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: sharedWithChannelTeamInfo-id in: path description: The unique identifier of sharedWithChannelTeamInfo required: true schema: type: string x-ms-docs-key-type: sharedWithChannelTeamInfo x-ms-docs-grouped-path: - '/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}' '/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers': description: Provides operations to manage the allowedMembers property of the microsoft.graph.sharedWithChannelTeamInfo entity. get: tags: - teams.channel summary: List allowedMembers description: "Get the list of conversationMembers who can access a shared channel. This method does not return the following conversationMembers from the team:\n- Users with Guest role\n- Users who are externally authenticated in the tenant" externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list-allowedmembers?view=graph-rest-1.0 operationId: teams.channels.sharedWithTeams.ListAllowedMembers parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.conversationMemberCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: sharedWithChannelTeamInfo-id in: path description: The unique identifier of sharedWithChannelTeamInfo required: true schema: type: string x-ms-docs-key-type: sharedWithChannelTeamInfo x-ms-docs-grouped-path: - '/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers' '/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}': description: Provides operations to manage the allowedMembers property of the microsoft.graph.sharedWithChannelTeamInfo entity. get: tags: - teams.channel summary: Get allowedMembers from teams description: A collection of team members who have access to the shared channel. operationId: teams.channels.sharedWithTeams.GetAllowedMembers parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationMember' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: sharedWithChannelTeamInfo-id in: path description: The unique identifier of sharedWithChannelTeamInfo required: true schema: type: string x-ms-docs-key-type: sharedWithChannelTeamInfo - name: conversationMember-id in: path description: The unique identifier of conversationMember required: true schema: type: string x-ms-docs-key-type: conversationMember x-ms-docs-grouped-path: - '/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}' '/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count': description: Provides operations to count the resources in the collection. get: tags: - teams.channel summary: Get the number of the resource operationId: teams.channels.sharedWithTeams.allowedMembers.GetCount-5a86 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: sharedWithChannelTeamInfo-id in: path description: The unique identifier of sharedWithChannelTeamInfo required: true schema: type: string x-ms-docs-key-type: sharedWithChannelTeamInfo '/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/team': description: Provides operations to manage the team property of the microsoft.graph.teamInfo entity. get: tags: - teams.channel summary: Get team from teams operationId: teams.channels.sharedWithTeams.GetTeam parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.team' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: sharedWithChannelTeamInfo-id in: path description: The unique identifier of sharedWithChannelTeamInfo required: true schema: type: string x-ms-docs-key-type: sharedWithChannelTeamInfo x-ms-docs-grouped-path: - '/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/team' '/teams/{team-id}/channels/{channel-id}/sharedWithTeams/$count': description: Provides operations to count the resources in the collection. get: tags: - teams.channel summary: Get the number of the resource operationId: teams.channels.sharedWithTeams.GetCount-11a3 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel '/teams/{team-id}/channels/{channel-id}/tabs': description: Provides operations to manage the tabs property of the microsoft.graph.channel entity. get: tags: - teams.channel summary: List tabs in channel description: 'Retrieve the list of tabs in the specified channel within a team. ' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/channel-list-tabs?view=graph-rest-1.0 operationId: teams.channels.ListTabs parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.teamsTabCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - teams.channel summary: Add tab to channel description: Add (pin) a tab to the specified channel within a team. The app must be preinstalled in the team and have the configurableTabs property defined in the app manifest. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/channel-post-tabs?view=graph-rest-1.0 operationId: teams.channels.CreateTabs requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsTab' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsTab' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel x-ms-docs-grouped-path: - '/teams/{team-id}/primaryChannel/tabs' '/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}': description: Provides operations to manage the tabs property of the microsoft.graph.channel entity. get: tags: - teams.channel summary: Get tab description: 'Retrieve the properties and relationships of the specified tab in a channel within a team. ' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/channel-get-tabs?view=graph-rest-1.0 operationId: teams.channels.GetTabs parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsTab' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - teams.channel summary: Update tab description: "Update the properties of the specified tab.\nThis API can be used to configure the content of the tab." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/channel-patch-tabs?view=graph-rest-1.0 operationId: teams.channels.UpdateTabs requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsTab' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsTab' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - teams.channel summary: Delete tab from channel description: 'Removes (unpins) a tab from the specified channel within a team. ' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/channel-delete-tabs?view=graph-rest-1.0 operationId: teams.channels.DeleteTabs parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: teamsTab-id in: path description: The unique identifier of teamsTab required: true schema: type: string x-ms-docs-key-type: teamsTab x-ms-docs-grouped-path: - '/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}' '/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp': description: Provides operations to manage the teamsApp property of the microsoft.graph.teamsTab entity. get: tags: - teams.channel summary: Get teamsApp from teams description: The application that is linked to the tab. This can't be changed after tab creation. operationId: teams.channels.tabs.GetTeamsApp parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: teamsTab-id in: path description: The unique identifier of teamsTab required: true schema: type: string x-ms-docs-key-type: teamsTab x-ms-docs-grouped-path: - '/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}/teamsApp' '/teams/{team-id}/channels/{channel-id}/tabs/$count': description: Provides operations to count the resources in the collection. get: tags: - teams.channel summary: Get the number of the resource operationId: teams.channels.tabs.GetCount-f94d parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel '/teams/{team-id}/channels/$count': description: Provides operations to count the resources in the collection. get: tags: - teams.channel summary: Get the number of the resource operationId: teams.channels.GetCount-1a82 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/teams/{team-id}/channels/getAllMessages()': description: Provides operations to call the getAllMessages method. get: tags: - teams.Functions summary: Invoke function getAllMessages description: '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.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/channel-getallmessages?view=graph-rest-1.0 operationId: teams.team.channels.getAllMessages parameters: - name: model in: query description: The payment model for the API schema: type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of chatMessage type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team x-ms-docs-grouped-path: - /teams/getAllMessages() '/teams/{team-id}/channels/getAllRetainedMessages()': description: Provides operations to call the getAllRetainedMessages method. get: tags: - teams.Functions summary: Invoke function getAllRetainedMessages operationId: teams.team.channels.getAllRetainedMessages parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of chatMessage type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/teams/{team-id}/group': description: Provides operations to manage the group property of the microsoft.graph.team entity. get: tags: - teams.group summary: Get group from teams operationId: teams.GetGroup parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.group' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/teams/{team-id}/group/serviceProvisioningErrors': get: tags: - teams.group summary: Get serviceProvisioningErrors property value description: '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).' operationId: teams.group.ListServiceProvisioningErrors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/teams/{team-id}/group/serviceProvisioningErrors/$count': description: Provides operations to count the resources in the collection. get: tags: - teams.group summary: Get the number of the resource operationId: teams.group.ServiceProvisioningErrors.GetCount-f5fe parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/teams/{team-id}/incomingChannels': description: Provides operations to manage the incomingChannels property of the microsoft.graph.team entity. get: tags: - teams.channel summary: List incomingChannels description: Get the list of incoming channels (channels shared with a team). externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/team-list-incomingchannels?view=graph-rest-1.0 operationId: teams.ListIncomingChannels parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.channelCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/teams/{team-id}/incomingChannels/{channel-id}': description: Provides operations to manage the incomingChannels property of the microsoft.graph.team entity. get: tags: - teams.channel summary: Get incomingChannels from teams description: List of channels shared with the team. operationId: teams.GetIncomingChannels parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.channel' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel '/teams/{team-id}/incomingChannels/$count': description: Provides operations to count the resources in the collection. get: tags: - teams.channel summary: Get the number of the resource operationId: teams.incomingChannels.GetCount-728b parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/teams/{team-id}/installedApps': description: Provides operations to manage the installedApps property of the microsoft.graph.team entity. get: tags: - teams.teamsAppInstallation summary: List apps in team description: Retrieve a list of apps installed in the specified team. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/team-list-installedapps?view=graph-rest-1.0 operationId: teams.ListInstalledApps parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.teamsAppInstallationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - teams.teamsAppInstallation summary: Add app to team description: Install an app to the specified team. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/team-post-installedapps?view=graph-rest-1.0 operationId: teams.CreateInstalledApps requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/teams/{team-id}/installedApps/{teamsAppInstallation-id}': description: Provides operations to manage the installedApps property of the microsoft.graph.team entity. get: tags: - teams.teamsAppInstallation summary: Get installed app in team description: Retrieve the app installed in the specified team. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/team-get-installedapps?view=graph-rest-1.0 operationId: teams.GetInstalledApps parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - teams.teamsAppInstallation summary: Update the navigation property installedApps in teams operationId: teams.UpdateInstalledApps requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - teams.teamsAppInstallation summary: Remove app from team description: Uninstalls an app from the specified team. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/team-delete-installedapps?view=graph-rest-1.0 operationId: teams.DeleteInstalledApps parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: teamsAppInstallation-id in: path description: The unique identifier of teamsAppInstallation required: true schema: type: string x-ms-docs-key-type: teamsAppInstallation '/teams/{team-id}/installedApps/{teamsAppInstallation-id}/upgrade': description: Provides operations to call the upgrade method. post: tags: - teams.Actions summary: Invoke action upgrade description: Upgrade an app installation within a chat. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-1.0 operationId: teams.team.installedApps.teamsAppInstallation.upgrade requestBody: description: Action parameters content: application/json: schema: type: object properties: consentedPermissionSet: anyOf: - $ref: '#/components/schemas/microsoft.graph.teamsAppPermissionSet' - type: object nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: teamsAppInstallation-id in: path description: The unique identifier of teamsAppInstallation required: true schema: type: string x-ms-docs-key-type: teamsAppInstallation '/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsApp': description: Provides operations to manage the teamsApp property of the microsoft.graph.teamsAppInstallation entity. get: tags: - teams.teamsAppInstallation summary: Get teamsApp from teams description: The app that is installed. operationId: teams.installedApps.GetTeamsApp parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: teamsAppInstallation-id in: path description: The unique identifier of teamsAppInstallation required: true schema: type: string x-ms-docs-key-type: teamsAppInstallation '/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition': description: Provides operations to manage the teamsAppDefinition property of the microsoft.graph.teamsAppInstallation entity. get: tags: - teams.teamsAppInstallation summary: Get teamsAppDefinition from teams description: The details of this version of the app. operationId: teams.installedApps.GetTeamsAppDefinition parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsAppDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: teamsAppInstallation-id in: path description: The unique identifier of teamsAppInstallation required: true schema: type: string x-ms-docs-key-type: teamsAppInstallation '/teams/{team-id}/installedApps/$count': description: Provides operations to count the resources in the collection. get: tags: - teams.teamsAppInstallation summary: Get the number of the resource operationId: teams.installedApps.GetCount-d47b parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/teams/{team-id}/members': description: Provides operations to manage the members property of the microsoft.graph.team entity. get: tags: - teams.conversationMember summary: List members of team description: 'Get the conversationMember collection of a team. The membership IDs returned by the server must be treated as opaque strings. The client shouldn''t try to parse or make assumptions about these resource IDs. In the future, membership results can include users from various tenants, as indicated in the response. Clients should avoid assuming that all members exclusively belong to the current tenant.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/team-list-members?view=graph-rest-1.0 operationId: teams.ListMembers parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.conversationMemberCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - teams.conversationMember summary: Add member to team description: Add a new conversationMember to a team. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/team-post-members?view=graph-rest-1.0 operationId: teams.CreateMembers requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationMember' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationMember' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/teams/{team-id}/members/{conversationMember-id}': description: Provides operations to manage the members property of the microsoft.graph.team entity. get: tags: - teams.conversationMember summary: Get member of team description: Get a conversationMember from a team. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/team-get-members?view=graph-rest-1.0 operationId: teams.GetMembers parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationMember' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - teams.conversationMember summary: Update member in team description: Update the role of a conversationMember in a team. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/team-update-members?view=graph-rest-1.0 operationId: teams.UpdateMembers requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationMember' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationMember' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - teams.conversationMember summary: Remove member from team description: Remove a conversationMember from a team. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/team-delete-members?view=graph-rest-1.0 operationId: teams.DeleteMembers parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: conversationMember-id in: path description: The unique identifier of conversationMember required: true schema: type: string x-ms-docs-key-type: conversationMember '/teams/{team-id}/members/$count': description: Provides operations to count the resources in the collection. get: tags: - teams.conversationMember summary: Get the number of the resource operationId: teams.members.GetCount-717b parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/teams/{team-id}/members/add': description: Provides operations to call the add method. post: tags: - teams.Actions summary: Invoke action add description: Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0 operationId: teams.team.members.add requestBody: description: Action parameters content: application/json: schema: type: object properties: values: type: array items: $ref: '#/components/schemas/microsoft.graph.conversationMember' required: true responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.actionResultPart' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team x-ms-docs-grouped-path: - '/teams/{team-id}/channels/{channel-id}/members/add' - '/teams/{team-id}/primaryChannel/members/add' '/teams/{team-id}/archive': description: Provides operations to call the archive method. post: tags: - teams.Actions summary: Invoke action archive description: "Archive the specified team. \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 and group must have an owner. To restore a team from its archived state, use the API to unarchive." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/team-archive?view=graph-rest-1.0 operationId: teams.team.archive requestBody: description: Action parameters content: application/json: schema: type: object properties: shouldSetSpoSiteReadOnlyForMembers: type: boolean default: false nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team x-ms-docs-grouped-path: - '/teams/{team-id}/channels/{channel-id}/archive' - '/teams/{team-id}/primaryChannel/archive' '/teams/{team-id}/clone': description: Provides operations to call the clone method. post: tags: - teams.Actions summary: Invoke action clone description: "Create a copy of a team. This operation also creates a copy of the corresponding group.\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. \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. After the POST clone returns, you need to GET the operation returned by the Location: header to see if it's running, succeeded, or failed. You should continue to GET until the status isn't running. The recommended delay between GETs is 5 seconds." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/team-clone?view=graph-rest-1.0 operationId: teams.team.clone requestBody: description: Action parameters content: application/json: schema: type: object properties: displayName: type: string nullable: true description: type: string nullable: true mailNickname: type: string nullable: true classification: type: string nullable: true visibility: $ref: '#/components/schemas/microsoft.graph.teamVisibilityType' partsToClone: $ref: '#/components/schemas/microsoft.graph.clonableTeamParts' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/teams/{team-id}/completeMigration': description: Provides operations to call the completeMigration method. post: tags: - teams.Actions summary: Invoke action completeMigration description: '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.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/team-completemigration?view=graph-rest-1.0 operationId: teams.team.completeMigration responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team x-ms-docs-grouped-path: - '/teams/{team-id}/channels/{channel-id}/completeMigration' - '/teams/{team-id}/primaryChannel/completeMigration' '/teams/{team-id}/sendActivityNotification': description: Provides operations to call the sendActivityNotification method. post: tags: - teams.Actions summary: Invoke action sendActivityNotification description: "Send an activity feed notification in the scope of a team. For more information about sending notifications and the requirements for doing so, see\nsending Teams activity notifications." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/team-sendactivitynotification?view=graph-rest-1.0 operationId: teams.team.sendActivityNotification requestBody: description: Action parameters content: application/json: schema: type: object properties: topic: anyOf: - $ref: '#/components/schemas/microsoft.graph.teamworkActivityTopic' - type: object nullable: true activityType: type: string nullable: true chainId: type: integer format: int64 nullable: true previewText: anyOf: - $ref: '#/components/schemas/microsoft.graph.itemBody' - type: object nullable: true teamsAppId: type: string nullable: true templateParameters: type: array items: $ref: '#/components/schemas/microsoft.graph.keyValuePair' recipient: anyOf: - $ref: '#/components/schemas/microsoft.graph.teamworkNotificationRecipient' - type: object nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/teams/{team-id}/unarchive': description: Provides operations to call the unarchive method. post: tags: - teams.Actions summary: Invoke action unarchive description: '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.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/team-unarchive?view=graph-rest-1.0 operationId: teams.team.unarchive responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team x-ms-docs-grouped-path: - '/teams/{team-id}/channels/{channel-id}/unarchive' - '/teams/{team-id}/primaryChannel/unarchive' '/teams/{team-id}/operations': description: Provides operations to manage the operations property of the microsoft.graph.team entity. get: tags: - teams.teamsAsyncOperation summary: Get operations from teams description: The async operations that ran or are running on this team. operationId: teams.ListOperations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.teamsAsyncOperationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - teams.teamsAsyncOperation summary: Create new navigation property to operations for teams operationId: teams.CreateOperations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsAsyncOperation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsAsyncOperation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/teams/{team-id}/operations/{teamsAsyncOperation-id}': description: Provides operations to manage the operations property of the microsoft.graph.team entity. get: tags: - teams.teamsAsyncOperation summary: Get operations from teams description: The async operations that ran or are running on this team. operationId: teams.GetOperations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsAsyncOperation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - teams.teamsAsyncOperation summary: Update the navigation property operations in teams operationId: teams.UpdateOperations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsAsyncOperation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsAsyncOperation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - teams.teamsAsyncOperation summary: Delete navigation property operations for teams operationId: teams.DeleteOperations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: teamsAsyncOperation-id in: path description: The unique identifier of teamsAsyncOperation required: true schema: type: string x-ms-docs-key-type: teamsAsyncOperation '/teams/{team-id}/operations/$count': description: Provides operations to count the resources in the collection. get: tags: - teams.teamsAsyncOperation summary: Get the number of the resource operationId: teams.operations.GetCount-66af parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/teams/{team-id}/permissionGrants': description: Provides operations to manage the permissionGrants property of the microsoft.graph.team entity. get: tags: - teams.resourceSpecificPermissionGrant summary: List permissionGrants of a team description: 'List all resource-specific permission grants on the team. This list specifies the Microsoft Entra apps that have access to the team, along with each app''s corresponding type of resource-specific access.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/team-list-permissiongrants?view=graph-rest-1.0 operationId: teams.ListPermissionGrants parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.resourceSpecificPermissionGrantCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - teams.resourceSpecificPermissionGrant summary: Create new navigation property to permissionGrants for teams operationId: teams.CreatePermissionGrants requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}': description: Provides operations to manage the permissionGrants property of the microsoft.graph.team entity. get: tags: - teams.resourceSpecificPermissionGrant summary: Get permissionGrants from teams description: A collection of permissions granted to apps to access the team. operationId: teams.GetPermissionGrants parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - teams.resourceSpecificPermissionGrant summary: Update the navigation property permissionGrants in teams operationId: teams.UpdatePermissionGrants requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - teams.resourceSpecificPermissionGrant summary: Delete navigation property permissionGrants for teams operationId: teams.DeletePermissionGrants parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: resourceSpecificPermissionGrant-id in: path description: The unique identifier of resourceSpecificPermissionGrant required: true schema: type: string x-ms-docs-key-type: resourceSpecificPermissionGrant '/teams/{team-id}/permissionGrants/$count': description: Provides operations to count the resources in the collection. get: tags: - teams.resourceSpecificPermissionGrant summary: Get the number of the resource operationId: teams.permissionGrants.GetCount-34e2 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/teams/{team-id}/photo': description: Provides operations to manage the photo property of the microsoft.graph.team entity. get: tags: - teams.profilePhoto summary: Get profilePhoto description: "Get the specified profilePhoto or its metadata (profilePhoto properties). The supported sizes of HD photos on Microsoft 365 are as follows: 48x48, 64x64, 96x96, 120x120, 240x240,\n360x360, 432x432, 504x504, and 648x648. Photos can be any dimension if they're stored in Microsoft Entra ID. You can get the metadata of the largest available photo or specify a size to get the metadata for that photo size.\nIf the size you request is unavailable, you can still get a smaller size that the user has uploaded and made available.\nFor example, if the user uploads a photo that is 504x504 pixels, all but the 648x648 size of the photo is available for download." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/profilephoto-get?view=graph-rest-1.0 operationId: teams.GetPhoto parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.profilePhoto' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - teams.profilePhoto summary: Update profilePhoto description: 'Update the photo for the specified contact, group, team, or user in a tenant. The size of the photo you can update to is limited to 4 MB. You can use either PATCH or PUT for this operation.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/profilephoto-update?view=graph-rest-1.0 operationId: teams.UpdatePhoto requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.profilePhoto' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.profilePhoto' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/teams/{team-id}/photo/$value': description: Provides operations to manage the media for the team entity. get: tags: - teams.profilePhoto summary: Get profilePhoto description: "Get the specified profilePhoto or its metadata (profilePhoto properties). The supported sizes of HD photos on Microsoft 365 are as follows: 48x48, 64x64, 96x96, 120x120, 240x240,\n360x360, 432x432, 504x504, and 648x648. Photos can be any dimension if they're stored in Microsoft Entra ID. You can get the metadata of the largest available photo or specify a size to get the metadata for that photo size.\nIf the size you request is unavailable, you can still get a smaller size that the user has uploaded and made available.\nFor example, if the user uploads a photo that is 504x504 pixels, all but the 648x648 size of the photo is available for download." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/profilephoto-get?view=graph-rest-1.0 operationId: teams.GetPhotoContent responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - teams.profilePhoto summary: Update profilePhoto description: 'Update the photo for the specified contact, group, team, or user in a tenant. The size of the photo you can update to is limited to 4 MB. You can use either PATCH or PUT for this operation.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/profilephoto-update?view=graph-rest-1.0 operationId: teams.UpdatePhotoContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - teams.profilePhoto summary: Delete media content for the navigation property photo in teams description: The profile photo for the team. operationId: teams.DeletePhotoContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/teams/{team-id}/primaryChannel': description: Provides operations to manage the primaryChannel property of the microsoft.graph.team entity. get: tags: - teams.channel summary: Get primaryChannel description: 'Get the default channel, General, of a team.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/team-get-primarychannel?view=graph-rest-1.0 operationId: teams.GetPrimaryChannel parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.channel' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - teams.channel summary: Update the navigation property primaryChannel in teams operationId: teams.UpdatePrimaryChannel requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.channel' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.channel' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - teams.channel summary: Delete navigation property primaryChannel for teams operationId: teams.DeletePrimaryChannel parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/teams/{team-id}/primaryChannel/filesFolder': description: Provides operations to manage the filesFolder property of the microsoft.graph.channel entity. get: tags: - teams.channel summary: Get filesFolder from teams description: Metadata for the location where the channel's files are stored. operationId: teams.primaryChannel.GetFilesFolder parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team x-ms-docs-grouped-path: - '/teams/{team-id}/channels/{channel-id}/filesFolder' '/teams/{team-id}/primaryChannel/filesFolder/content': description: Provides operations to manage the media for the team entity. get: tags: - teams.channel summary: Get content for the navigation property filesFolder from teams description: 'The content stream, if the item represents a file.' operationId: teams.primaryChannel.GetFilesFolderContent parameters: - name: $format in: query description: Format of the content schema: type: string responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - teams.channel summary: Update content for the navigation property filesFolder in teams description: 'The content stream, if the item represents a file.' operationId: teams.primaryChannel.UpdateFilesFolderContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - teams.channel summary: Delete content for the navigation property filesFolder in teams description: 'The content stream, if the item represents a file.' operationId: teams.primaryChannel.DeleteFilesFolderContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/teams/{team-id}/primaryChannel/members': description: Provides operations to manage the members property of the microsoft.graph.channel entity. get: tags: - teams.channel summary: Get members from teams description: A collection of membership records associated with the channel. operationId: teams.primaryChannel.ListMembers parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.conversationMemberCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - teams.channel summary: Create new navigation property to members for teams operationId: teams.primaryChannel.CreateMembers requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationMember' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationMember' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team x-ms-docs-grouped-path: - '/teams/{team-id}/channels/{channel-id}/members' '/teams/{team-id}/primaryChannel/members/{conversationMember-id}': description: Provides operations to manage the members property of the microsoft.graph.channel entity. get: tags: - teams.channel summary: Get members from teams description: A collection of membership records associated with the channel. operationId: teams.primaryChannel.GetMembers parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationMember' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - teams.channel summary: Update the navigation property members in teams operationId: teams.primaryChannel.UpdateMembers requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationMember' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationMember' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - teams.channel summary: Delete navigation property members for teams operationId: teams.primaryChannel.DeleteMembers parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: conversationMember-id in: path description: The unique identifier of conversationMember required: true schema: type: string x-ms-docs-key-type: conversationMember x-ms-docs-grouped-path: - '/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}' '/teams/{team-id}/primaryChannel/members/$count': description: Provides operations to count the resources in the collection. get: tags: - teams.channel summary: Get the number of the resource operationId: teams.primaryChannel.members.GetCount-8411 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/teams/{team-id}/primaryChannel/members/add': description: Provides operations to call the add method. post: tags: - teams.Actions summary: Invoke action add description: Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0 operationId: teams.team.primaryChannel.members.add requestBody: description: Action parameters content: application/json: schema: type: object properties: values: type: array items: $ref: '#/components/schemas/microsoft.graph.conversationMember' required: true responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.actionResultPart' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team x-ms-docs-grouped-path: - '/teams/{team-id}/channels/{channel-id}/members/add' - '/teams/{team-id}/members/add' '/teams/{team-id}/primaryChannel/messages': description: Provides operations to manage the messages property of the microsoft.graph.channel entity. get: tags: - teams.channel summary: Get messages from teams description: A collection of all the messages in the channel. A navigation property. Nullable. operationId: teams.primaryChannel.ListMessages parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - teams.channel summary: Create new navigation property to messages for teams operationId: teams.primaryChannel.CreateMessages requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team x-ms-docs-grouped-path: - '/teams/{team-id}/channels/{channel-id}/messages' '/teams/{team-id}/primaryChannel/messages/{chatMessage-id}': description: Provides operations to manage the messages property of the microsoft.graph.channel entity. get: tags: - teams.channel summary: Get messages from teams description: A collection of all the messages in the channel. A navigation property. Nullable. operationId: teams.primaryChannel.GetMessages parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - teams.channel summary: Update the navigation property messages in teams operationId: teams.primaryChannel.UpdateMessages requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - teams.channel summary: Delete navigation property messages for teams operationId: teams.primaryChannel.DeleteMessages parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}' '/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents': description: Provides operations to manage the hostedContents property of the microsoft.graph.chatMessage entity. get: tags: - teams.channel summary: Get hostedContents from teams description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: teams.primaryChannel.messages.ListHostedContents parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageHostedContentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - teams.channel summary: Create new navigation property to hostedContents for teams operationId: teams.primaryChannel.messages.CreateHostedContents requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents' - '/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents' - '/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents' '/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}': description: Provides operations to manage the hostedContents property of the microsoft.graph.chatMessage entity. get: tags: - teams.channel summary: Get hostedContents from teams description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: teams.primaryChannel.messages.GetHostedContents parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - teams.channel summary: Update the navigation property hostedContents in teams operationId: teams.primaryChannel.messages.UpdateHostedContents requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - teams.channel summary: Delete navigation property hostedContents for teams operationId: teams.primaryChannel.messages.DeleteHostedContents parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessageHostedContent-id in: path description: The unique identifier of chatMessageHostedContent required: true schema: type: string x-ms-docs-key-type: chatMessageHostedContent x-ms-docs-grouped-path: - '/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}' - '/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}' - '/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}' '/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value': description: Provides operations to manage the media for the team entity. get: tags: - teams.channel summary: Get media content for the navigation property hostedContents from teams description: The unique identifier for an entity. Read-only. operationId: teams.primaryChannel.messages.GetHostedContentsContent responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - teams.channel summary: Update media content for the navigation property hostedContents in teams description: The unique identifier for an entity. Read-only. operationId: teams.primaryChannel.messages.UpdateHostedContentsContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - teams.channel summary: Delete media content for the navigation property hostedContents in teams description: The unique identifier for an entity. Read-only. operationId: teams.primaryChannel.messages.DeleteHostedContentsContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessageHostedContent-id in: path description: The unique identifier of chatMessageHostedContent required: true schema: type: string x-ms-docs-key-type: chatMessageHostedContent '/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/$count': description: Provides operations to count the resources in the collection. get: tags: - teams.channel summary: Get the number of the resource operationId: teams.primaryChannel.messages.hostedContents.GetCount-ed0a parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage '/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/setReaction': description: Provides operations to call the setReaction method. post: tags: - teams.Actions summary: Invoke action setReaction operationId: teams.team.primaryChannel.messages.chatMessage.setReaction requestBody: description: Action parameters content: application/json: schema: type: object properties: reactionType: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/setReaction' - '/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction' - '/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction' '/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/softDelete': description: Provides operations to call the softDelete method. post: tags: - teams.Actions summary: Invoke action softDelete description: Delete a single chatMessage or a chat message reply in a channel or a chat. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0 operationId: teams.team.primaryChannel.messages.chatMessage.softDelete responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/softDelete' - '/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete' - '/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete' '/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/undoSoftDelete': description: Provides operations to call the undoSoftDelete method. post: tags: - teams.Actions summary: Invoke action undoSoftDelete description: Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0 operationId: teams.team.primaryChannel.messages.chatMessage.undoSoftDelete responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/undoSoftDelete' - '/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete' - '/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete' '/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/unsetReaction': description: Provides operations to call the unsetReaction method. post: tags: - teams.Actions summary: Invoke action unsetReaction operationId: teams.team.primaryChannel.messages.chatMessage.unsetReaction requestBody: description: Action parameters content: application/json: schema: type: object properties: reactionType: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction' - '/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction' - '/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction' '/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies': description: Provides operations to manage the replies property of the microsoft.graph.chatMessage entity. get: tags: - teams.channel summary: Get replies from teams description: Replies for a specified message. Supports $expand for channel messages. operationId: teams.primaryChannel.messages.ListReplies parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - teams.channel summary: Create new navigation property to replies for teams operationId: teams.primaryChannel.messages.CreateReplies requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies' '/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}': description: Provides operations to manage the replies property of the microsoft.graph.chatMessage entity. get: tags: - teams.channel summary: Get replies from teams description: Replies for a specified message. Supports $expand for channel messages. operationId: teams.primaryChannel.messages.GetReplies parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - teams.channel summary: Update the navigation property replies in teams operationId: teams.primaryChannel.messages.UpdateReplies requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - teams.channel summary: Delete navigation property replies for teams operationId: teams.primaryChannel.messages.DeleteReplies parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}' '/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents': description: Provides operations to manage the hostedContents property of the microsoft.graph.chatMessage entity. get: tags: - teams.channel summary: Get hostedContents from teams description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: teams.primaryChannel.messages.replies.ListHostedContents parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageHostedContentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - teams.channel summary: Create new navigation property to hostedContents for teams operationId: teams.primaryChannel.messages.replies.CreateHostedContents requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents' - '/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents' - '/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents' '/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}': description: Provides operations to manage the hostedContents property of the microsoft.graph.chatMessage entity. get: tags: - teams.channel summary: Get hostedContents from teams description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: teams.primaryChannel.messages.replies.GetHostedContents parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - teams.channel summary: Update the navigation property hostedContents in teams operationId: teams.primaryChannel.messages.replies.UpdateHostedContents requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - teams.channel summary: Delete navigation property hostedContents for teams operationId: teams.primaryChannel.messages.replies.DeleteHostedContents parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessageHostedContent-id in: path description: The unique identifier of chatMessageHostedContent required: true schema: type: string x-ms-docs-key-type: chatMessageHostedContent x-ms-docs-grouped-path: - '/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}' - '/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}' - '/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}' '/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value': description: Provides operations to manage the media for the team entity. get: tags: - teams.channel summary: Get media content for the navigation property hostedContents from teams description: The unique identifier for an entity. Read-only. operationId: teams.primaryChannel.messages.replies.GetHostedContentsContent responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - teams.channel summary: Update media content for the navigation property hostedContents in teams description: The unique identifier for an entity. Read-only. operationId: teams.primaryChannel.messages.replies.UpdateHostedContentsContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - teams.channel summary: Delete media content for the navigation property hostedContents in teams description: The unique identifier for an entity. Read-only. operationId: teams.primaryChannel.messages.replies.DeleteHostedContentsContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessageHostedContent-id in: path description: The unique identifier of chatMessageHostedContent required: true schema: type: string x-ms-docs-key-type: chatMessageHostedContent '/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count': description: Provides operations to count the resources in the collection. get: tags: - teams.channel summary: Get the number of the resource operationId: teams.primaryChannel.messages.replies.hostedContents.GetCount-1d3a parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage '/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction': description: Provides operations to call the setReaction method. post: tags: - teams.Actions summary: Invoke action setReaction operationId: teams.team.primaryChannel.messages.chatMessage.replies.chatMessage.setReaction requestBody: description: Action parameters content: application/json: schema: type: object properties: reactionType: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/setReaction' - '/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction' - '/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/setReaction' '/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete': description: Provides operations to call the softDelete method. post: tags: - teams.Actions summary: Invoke action softDelete description: Delete a single chatMessage or a chat message reply in a channel or a chat. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0 operationId: teams.team.primaryChannel.messages.chatMessage.replies.chatMessage.softDelete responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/softDelete' - '/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete' - '/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/softDelete' '/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete': description: Provides operations to call the undoSoftDelete method. post: tags: - teams.Actions summary: Invoke action undoSoftDelete description: Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0 operationId: teams.team.primaryChannel.messages.chatMessage.replies.chatMessage.undoSoftDelete responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/undoSoftDelete' - '/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete' - '/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/undoSoftDelete' '/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction': description: Provides operations to call the unsetReaction method. post: tags: - teams.Actions summary: Invoke action unsetReaction operationId: teams.team.primaryChannel.messages.chatMessage.replies.chatMessage.unsetReaction requestBody: description: Action parameters content: application/json: schema: type: object properties: reactionType: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction' - '/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction' - '/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/unsetReaction' '/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/$count': description: Provides operations to count the resources in the collection. get: tags: - teams.channel summary: Get the number of the resource operationId: teams.primaryChannel.messages.replies.GetCount-eb7a parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage '/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta()': description: Provides operations to call the delta method. get: tags: - teams.Functions summary: Invoke function delta description: 'Retrieve the list of messages (without the replies) in a channel of a team. By using delta query, you can get new or updated messages in a channel. Delta query supports both full synchronization that retrieves all the messages in the specified channel, and incremental synchronization that retrieves those messages that have been added or changed in the channel since the last synchronization. Typically, you would do an initial full synchronization, and then get incremental changes to that messages view periodically. To get the replies for a message, use the list message replies or the get message reply operation. A GET request with the delta function returns either: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call for that same calendar view. A @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin to retrieve more changes (messages changed or posted after acquiring @odata.deltaLink). For more information, see the delta query documentation.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0 operationId: teams.team.primaryChannel.messages.chatMessage.replies.delta parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of chatMessage type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta()' - '/teams/{team-id}/channels/{channel-id}/messages/delta()' - '/teams/{team-id}/primaryChannel/messages/delta()' '/teams/{team-id}/primaryChannel/messages/$count': description: Provides operations to count the resources in the collection. get: tags: - teams.channel summary: Get the number of the resource operationId: teams.primaryChannel.messages.GetCount-d90b parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/teams/{team-id}/primaryChannel/messages/delta()': description: Provides operations to call the delta method. get: tags: - teams.Functions summary: Invoke function delta description: 'Retrieve the list of messages (without the replies) in a channel of a team. By using delta query, you can get new or updated messages in a channel. Delta query supports both full synchronization that retrieves all the messages in the specified channel, and incremental synchronization that retrieves those messages that have been added or changed in the channel since the last synchronization. Typically, you would do an initial full synchronization, and then get incremental changes to that messages view periodically. To get the replies for a message, use the list message replies or the get message reply operation. A GET request with the delta function returns either: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call for that same calendar view. A @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin to retrieve more changes (messages changed or posted after acquiring @odata.deltaLink). For more information, see the delta query documentation.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0 operationId: teams.team.primaryChannel.messages.delta parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of chatMessage type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team x-ms-docs-grouped-path: - '/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta()' - '/teams/{team-id}/channels/{channel-id}/messages/delta()' - '/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta()' '/teams/{team-id}/primaryChannel/archive': description: Provides operations to call the archive method. post: tags: - teams.Actions summary: Invoke action archive description: '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 channel without an owner or that belongs to a group that has no owner, can''t be archived. To restore a channel from its archived state, use the channel: unarchive method. A channel can’t be archived or unarchived if its team is archived.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/channel-archive?view=graph-rest-1.0 operationId: teams.team.primaryChannel.archive requestBody: description: Action parameters content: application/json: schema: type: object properties: shouldSetSpoSiteReadOnlyForMembers: type: boolean default: false nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team x-ms-docs-grouped-path: - '/teams/{team-id}/channels/{channel-id}/archive' - '/teams/{team-id}/archive' '/teams/{team-id}/primaryChannel/completeMigration': description: Provides operations to call the completeMigration method. post: tags: - teams.Actions summary: Invoke action completeMigration description: '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.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0 operationId: teams.team.primaryChannel.completeMigration responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team x-ms-docs-grouped-path: - '/teams/{team-id}/channels/{channel-id}/completeMigration' - '/teams/{team-id}/completeMigration' '/teams/{team-id}/primaryChannel/doesUserHaveAccess(userId=''@userId'',tenantId=''@tenantId'',userPrincipalName=''@userPrincipalName'')': description: Provides operations to call the doesUserHaveAccess method. get: tags: - teams.Functions summary: Invoke function doesUserHaveAccess description: Determine whether a user has access to a shared channel. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-1.0 operationId: teams.team.primaryChannel.doesUserHaveAccess responses: 2XX: description: Success content: application/json: schema: type: object properties: value: type: boolean default: false 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: userId in: query description: 'Usage: userId=''@userId''' schema: type: string nullable: true - name: tenantId in: query description: 'Usage: tenantId=''@tenantId''' schema: type: string nullable: true - name: userPrincipalName in: query description: 'Usage: userPrincipalName=''@userPrincipalName''' schema: type: string nullable: true x-ms-docs-grouped-path: - '/teams/{team-id}/channels/{channel-id}/doesUserHaveAccess(userId=''@userId'',tenantId=''@tenantId'',userPrincipalName=''@userPrincipalName'')' '/teams/{team-id}/primaryChannel/provisionEmail': description: Provides operations to call the provisionEmail method. post: tags: - teams.Actions summary: Invoke action provisionEmail description: '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.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0 operationId: teams.team.primaryChannel.provisionEmail responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.provisionChannelEmailResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team x-ms-docs-grouped-path: - '/teams/{team-id}/channels/{channel-id}/provisionEmail' '/teams/{team-id}/primaryChannel/removeEmail': description: Provides operations to call the removeEmail method. post: tags: - teams.Actions summary: Invoke action removeEmail description: 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. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0 operationId: teams.team.primaryChannel.removeEmail responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team x-ms-docs-grouped-path: - '/teams/{team-id}/channels/{channel-id}/removeEmail' '/teams/{team-id}/primaryChannel/unarchive': description: Provides operations to call the unarchive method. post: tags: - teams.Actions summary: Invoke action unarchive description: '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.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/channel-unarchive?view=graph-rest-1.0 operationId: teams.team.primaryChannel.unarchive responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team x-ms-docs-grouped-path: - '/teams/{team-id}/channels/{channel-id}/unarchive' - '/teams/{team-id}/unarchive' '/teams/{team-id}/primaryChannel/sharedWithTeams': description: Provides operations to manage the sharedWithTeams property of the microsoft.graph.channel entity. get: tags: - teams.channel summary: Get sharedWithTeams from teams description: A collection of teams with which a channel is shared. operationId: teams.primaryChannel.ListSharedWithTeams parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.sharedWithChannelTeamInfoCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - teams.channel summary: Create new navigation property to sharedWithTeams for teams operationId: teams.primaryChannel.CreateSharedWithTeams requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharedWithChannelTeamInfo' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharedWithChannelTeamInfo' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team x-ms-docs-grouped-path: - '/teams/{team-id}/channels/{channel-id}/sharedWithTeams' '/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}': description: Provides operations to manage the sharedWithTeams property of the microsoft.graph.channel entity. get: tags: - teams.channel summary: Get sharedWithTeams from teams description: A collection of teams with which a channel is shared. operationId: teams.primaryChannel.GetSharedWithTeams parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharedWithChannelTeamInfo' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - teams.channel summary: Update the navigation property sharedWithTeams in teams operationId: teams.primaryChannel.UpdateSharedWithTeams requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharedWithChannelTeamInfo' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharedWithChannelTeamInfo' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - teams.channel summary: Delete navigation property sharedWithTeams for teams operationId: teams.primaryChannel.DeleteSharedWithTeams parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: sharedWithChannelTeamInfo-id in: path description: The unique identifier of sharedWithChannelTeamInfo required: true schema: type: string x-ms-docs-key-type: sharedWithChannelTeamInfo x-ms-docs-grouped-path: - '/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}' '/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers': description: Provides operations to manage the allowedMembers property of the microsoft.graph.sharedWithChannelTeamInfo entity. get: tags: - teams.channel summary: Get allowedMembers from teams description: A collection of team members who have access to the shared channel. operationId: teams.primaryChannel.sharedWithTeams.ListAllowedMembers parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.conversationMemberCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: sharedWithChannelTeamInfo-id in: path description: The unique identifier of sharedWithChannelTeamInfo required: true schema: type: string x-ms-docs-key-type: sharedWithChannelTeamInfo x-ms-docs-grouped-path: - '/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers' '/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}': description: Provides operations to manage the allowedMembers property of the microsoft.graph.sharedWithChannelTeamInfo entity. get: tags: - teams.channel summary: Get allowedMembers from teams description: A collection of team members who have access to the shared channel. operationId: teams.primaryChannel.sharedWithTeams.GetAllowedMembers parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationMember' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: sharedWithChannelTeamInfo-id in: path description: The unique identifier of sharedWithChannelTeamInfo required: true schema: type: string x-ms-docs-key-type: sharedWithChannelTeamInfo - name: conversationMember-id in: path description: The unique identifier of conversationMember required: true schema: type: string x-ms-docs-key-type: conversationMember x-ms-docs-grouped-path: - '/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}' '/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count': description: Provides operations to count the resources in the collection. get: tags: - teams.channel summary: Get the number of the resource operationId: teams.primaryChannel.sharedWithTeams.allowedMembers.GetCount-2d1d parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: sharedWithChannelTeamInfo-id in: path description: The unique identifier of sharedWithChannelTeamInfo required: true schema: type: string x-ms-docs-key-type: sharedWithChannelTeamInfo '/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/team': description: Provides operations to manage the team property of the microsoft.graph.teamInfo entity. get: tags: - teams.channel summary: Get team from teams operationId: teams.primaryChannel.sharedWithTeams.GetTeam parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.team' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: sharedWithChannelTeamInfo-id in: path description: The unique identifier of sharedWithChannelTeamInfo required: true schema: type: string x-ms-docs-key-type: sharedWithChannelTeamInfo x-ms-docs-grouped-path: - '/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/team' '/teams/{team-id}/primaryChannel/sharedWithTeams/$count': description: Provides operations to count the resources in the collection. get: tags: - teams.channel summary: Get the number of the resource operationId: teams.primaryChannel.sharedWithTeams.GetCount-9fea parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/teams/{team-id}/primaryChannel/tabs': description: Provides operations to manage the tabs property of the microsoft.graph.channel entity. get: tags: - teams.channel summary: Get tabs from teams description: A collection of all the tabs in the channel. A navigation property. operationId: teams.primaryChannel.ListTabs parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.teamsTabCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - teams.channel summary: Create new navigation property to tabs for teams operationId: teams.primaryChannel.CreateTabs requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsTab' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsTab' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team x-ms-docs-grouped-path: - '/teams/{team-id}/channels/{channel-id}/tabs' '/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}': description: Provides operations to manage the tabs property of the microsoft.graph.channel entity. get: tags: - teams.channel summary: Get tabs from teams description: A collection of all the tabs in the channel. A navigation property. operationId: teams.primaryChannel.GetTabs parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsTab' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - teams.channel summary: Update the navigation property tabs in teams operationId: teams.primaryChannel.UpdateTabs requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsTab' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsTab' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - teams.channel summary: Delete navigation property tabs for teams operationId: teams.primaryChannel.DeleteTabs parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: teamsTab-id in: path description: The unique identifier of teamsTab required: true schema: type: string x-ms-docs-key-type: teamsTab x-ms-docs-grouped-path: - '/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}' '/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}/teamsApp': description: Provides operations to manage the teamsApp property of the microsoft.graph.teamsTab entity. get: tags: - teams.channel summary: Get teamsApp from teams description: The application that is linked to the tab. This can't be changed after tab creation. operationId: teams.primaryChannel.tabs.GetTeamsApp parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: teamsTab-id in: path description: The unique identifier of teamsTab required: true schema: type: string x-ms-docs-key-type: teamsTab x-ms-docs-grouped-path: - '/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp' '/teams/{team-id}/primaryChannel/tabs/$count': description: Provides operations to count the resources in the collection. get: tags: - teams.channel summary: Get the number of the resource operationId: teams.primaryChannel.tabs.GetCount-8cf3 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/teams/{team-id}/schedule': description: Provides operations to manage the schedule property of the microsoft.graph.team entity. get: tags: - teams.schedule summary: Get schedule description: "Retrieve the properties and relationships of a schedule object. The schedule creation process conforms to the One API guideline for resource based long running operations (RELO).\nWhen clients use the PUT method, if the schedule is provisioned, the operation updates the schedule; otherwise, the operation starts the schedule provisioning process in the background. During schedule provisioning, clients can use the GET method to get the schedule and look at the provisionStatus property for the current state of the provisioning. If the provisioning failed, clients can get additional information from the provisionStatusCode property. Clients can also inspect the configuration of the schedule." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/schedule-get?view=graph-rest-1.0 operationId: teams.GetSchedule parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.schedule' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation put: tags: - teams.schedule summary: Create or replace schedule description: "Create or replace a schedule object. The schedule creation process conforms to the One API guideline for resource based long running operations (RELO).\nWhen clients use the PUT method, if the schedule is provisioned, the operation replaces the schedule; otherwise, the operation starts the schedule provisioning process in the background. During schedule provisioning, clients can use the GET method to get the schedule and look at the provisionStatus property for the current state of the provisioning. If the provisioning failed, clients can get additional information from the provisionStatusCode property. Clients can also inspect the configuration of the schedule." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/team-put-schedule?view=graph-rest-1.0 operationId: teams.UpdateSchedule requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.schedule' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.schedule' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - teams.schedule summary: Delete navigation property schedule for teams operationId: teams.DeleteSchedule parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/teams/{team-id}/schedule/share': description: Provides operations to call the share method. post: tags: - teams.Actions summary: Invoke action share description: '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 timeOff instance in the specified time range, the share action updates the shared version from the draft version, so that in addition to managers, employees can also view the most current information about the item. The notifyTeam parameter further specifies which employees can view the item.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/schedule-share?view=graph-rest-1.0 operationId: teams.team.schedule.share requestBody: description: Action parameters content: application/json: schema: type: object properties: notifyTeam: type: boolean default: false nullable: true startDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string format: date-time nullable: true endDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string format: date-time nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/teams/{team-id}/schedule/offerShiftRequests': description: Provides operations to manage the offerShiftRequests property of the microsoft.graph.schedule entity. get: tags: - teams.schedule summary: List offerShiftRequest description: Retrieve the properties and relationships of all offerShiftRequest objects in a team. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/offershiftrequest-list?view=graph-rest-1.0 operationId: teams.schedule.ListOfferShiftRequests parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.offerShiftRequestCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - teams.schedule summary: Create offerShiftRequest description: Create an instance of an offerShiftRequest. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/offershiftrequest-post?view=graph-rest-1.0 operationId: teams.schedule.CreateOfferShiftRequests requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.offerShiftRequest' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.offerShiftRequest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}': description: Provides operations to manage the offerShiftRequests property of the microsoft.graph.schedule entity. get: tags: - teams.schedule summary: Get offerShiftRequest description: Retrieve the properties and relationships of an offerShiftRequest object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/offershiftrequest-get?view=graph-rest-1.0 operationId: teams.schedule.GetOfferShiftRequests parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.offerShiftRequest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - teams.schedule summary: Update the navigation property offerShiftRequests in teams operationId: teams.schedule.UpdateOfferShiftRequests requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.offerShiftRequest' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.offerShiftRequest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - teams.schedule summary: Delete navigation property offerShiftRequests for teams operationId: teams.schedule.DeleteOfferShiftRequests parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: offerShiftRequest-id in: path description: The unique identifier of offerShiftRequest required: true schema: type: string x-ms-docs-key-type: offerShiftRequest '/teams/{team-id}/schedule/offerShiftRequests/$count': description: Provides operations to count the resources in the collection. get: tags: - teams.schedule summary: Get the number of the resource operationId: teams.schedule.offerShiftRequests.GetCount-9c52 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/teams/{team-id}/schedule/openShiftChangeRequests': description: Provides operations to manage the openShiftChangeRequests property of the microsoft.graph.schedule entity. get: tags: - teams.schedule summary: List openShiftChangeRequests description: Retrieve a list of openShiftChangeRequest objects in a team. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/openshiftchangerequest-list?view=graph-rest-1.0 operationId: teams.schedule.ListOpenShiftChangeRequests parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.openShiftChangeRequestCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - teams.schedule summary: Create openShiftChangeRequest description: Create instance of an openShiftChangeRequest object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/openshiftchangerequest-post?view=graph-rest-1.0 operationId: teams.schedule.CreateOpenShiftChangeRequests requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.openShiftChangeRequest' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.openShiftChangeRequest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}': description: Provides operations to manage the openShiftChangeRequests property of the microsoft.graph.schedule entity. get: tags: - teams.schedule summary: Get openShiftChangeRequest description: Retrieve the properties and relationships of an openShiftChangeRequest object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/openshiftchangerequest-get?view=graph-rest-1.0 operationId: teams.schedule.GetOpenShiftChangeRequests parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.openShiftChangeRequest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - teams.schedule summary: Update the navigation property openShiftChangeRequests in teams operationId: teams.schedule.UpdateOpenShiftChangeRequests requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.openShiftChangeRequest' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.openShiftChangeRequest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - teams.schedule summary: Delete navigation property openShiftChangeRequests for teams operationId: teams.schedule.DeleteOpenShiftChangeRequests parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: openShiftChangeRequest-id in: path description: The unique identifier of openShiftChangeRequest required: true schema: type: string x-ms-docs-key-type: openShiftChangeRequest '/teams/{team-id}/schedule/openShiftChangeRequests/$count': description: Provides operations to count the resources in the collection. get: tags: - teams.schedule summary: Get the number of the resource operationId: teams.schedule.openShiftChangeRequests.GetCount-179b parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/teams/{team-id}/schedule/openShifts': description: Provides operations to manage the openShifts property of the microsoft.graph.schedule entity. get: tags: - teams.schedule summary: List openShifts description: List openShift objects in a team. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/openshift-list?view=graph-rest-1.0 operationId: teams.schedule.ListOpenShifts parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.openShiftCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - teams.schedule summary: Create openShift description: Create an instance of an openShift object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/openshift-post?view=graph-rest-1.0 operationId: teams.schedule.CreateOpenShifts requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.openShift' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.openShift' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/teams/{team-id}/schedule/openShifts/{openShift-id}': description: Provides operations to manage the openShifts property of the microsoft.graph.schedule entity. get: tags: - teams.schedule summary: Get openShift description: Retrieve the properties and relationships of an openshift object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/openshift-get?view=graph-rest-1.0 operationId: teams.schedule.GetOpenShifts parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.openShift' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - teams.schedule summary: Update openShift description: Update the properties of an openShift object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/openshift-update?view=graph-rest-1.0 operationId: teams.schedule.UpdateOpenShifts requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.openShift' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.openShift' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - teams.schedule summary: Delete openShift description: Delete an openShift object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/openshift-delete?view=graph-rest-1.0 operationId: teams.schedule.DeleteOpenShifts parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: openShift-id in: path description: The unique identifier of openShift required: true schema: type: string x-ms-docs-key-type: openShift '/teams/{team-id}/schedule/openShifts/$count': description: Provides operations to count the resources in the collection. get: tags: - teams.schedule summary: Get the number of the resource operationId: teams.schedule.openShifts.GetCount-bdbd parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/teams/{team-id}/schedule/schedulingGroups': description: Provides operations to manage the schedulingGroups property of the microsoft.graph.schedule entity. get: tags: - teams.schedule summary: List scheduleGroups description: Get the list of schedulingGroups in this schedule. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/schedule-list-schedulinggroups?view=graph-rest-1.0 operationId: teams.schedule.ListSchedulingGroups parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.schedulingGroupCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - teams.schedule summary: Create schedulingGroup description: Create a new schedulingGroup. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/schedule-post-schedulinggroups?view=graph-rest-1.0 operationId: teams.schedule.CreateSchedulingGroups requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.schedulingGroup' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.schedulingGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}': description: Provides operations to manage the schedulingGroups property of the microsoft.graph.schedule entity. get: tags: - teams.schedule summary: Get schedulingGroup description: Retrieve the properties and relationships of a schedulingGroup by ID. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/schedulinggroup-get?view=graph-rest-1.0 operationId: teams.schedule.GetSchedulingGroups parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.schedulingGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - teams.schedule summary: Replace schedulingGroup description: 'Replace an existing schedulingGroup. If the specified schedulingGroup doesn''t exist, this method returns 404 Not found.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/schedulinggroup-put?view=graph-rest-1.0 operationId: teams.schedule.UpdateSchedulingGroups requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.schedulingGroup' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.schedulingGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - teams.schedule summary: Delete schedulingGroup description: "Mark a schedulingGroup as inactive by setting its isActive property.\nThis method does not remove the schedulingGroup from the schedule. Existing shift instances assigned to the scheduling group remain part of the group." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/schedulinggroup-delete?view=graph-rest-1.0 operationId: teams.schedule.DeleteSchedulingGroups parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: schedulingGroup-id in: path description: The unique identifier of schedulingGroup required: true schema: type: string x-ms-docs-key-type: schedulingGroup '/teams/{team-id}/schedule/schedulingGroups/$count': description: Provides operations to count the resources in the collection. get: tags: - teams.schedule summary: Get the number of the resource operationId: teams.schedule.schedulingGroups.GetCount-256b parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/teams/{team-id}/schedule/shifts': description: Provides operations to manage the shifts property of the microsoft.graph.schedule entity. get: tags: - teams.schedule summary: List shifts description: Get the list of shift instances in a schedule. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/schedule-list-shifts?view=graph-rest-1.0 operationId: teams.schedule.ListShifts parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.shiftCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - teams.schedule summary: Create shift description: Create a new shift instance in a schedule. The duration of a shift cannot be less than 1 minute or longer than 24 hours. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/schedule-post-shifts?view=graph-rest-1.0 operationId: teams.schedule.CreateShifts requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.shift' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.shift' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/teams/{team-id}/schedule/shifts/{shift-id}': description: Provides operations to manage the shifts property of the microsoft.graph.schedule entity. get: tags: - teams.schedule summary: Get shift description: Retrieve the properties and relationships of a shift object by ID. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/shift-get?view=graph-rest-1.0 operationId: teams.schedule.GetShifts parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.shift' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - teams.schedule summary: Replace shift description: 'Replace an existing shift. If the specified shift doesn''t exist, this method returns 404 Not found. The duration of a shift can''t be less than 1 minute or longer than 24 hours.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/shift-put?view=graph-rest-1.0 operationId: teams.schedule.UpdateShifts requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.shift' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.shift' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - teams.schedule summary: Delete shift description: Delete a shift from the schedule. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/shift-delete?view=graph-rest-1.0 operationId: teams.schedule.DeleteShifts parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: shift-id in: path description: The unique identifier of shift required: true schema: type: string x-ms-docs-key-type: shift '/teams/{team-id}/schedule/shifts/$count': description: Provides operations to count the resources in the collection. get: tags: - teams.schedule summary: Get the number of the resource operationId: teams.schedule.shifts.GetCount-97aa parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/teams/{team-id}/schedule/swapShiftsChangeRequests': description: Provides operations to manage the swapShiftsChangeRequests property of the microsoft.graph.schedule entity. get: tags: - teams.schedule summary: List swapShiftsChangeRequest description: Retrieve a list of swapShiftsChangeRequest objects in the team. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/swapshiftschangerequest-list?view=graph-rest-1.0 operationId: teams.schedule.ListSwapShiftsChangeRequests parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.swapShiftsChangeRequestCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - teams.schedule summary: Create swapShiftsChangeRequest description: Create an instance of a swapShiftsChangeRequest object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/swapshiftschangerequest-post?view=graph-rest-1.0 operationId: teams.schedule.CreateSwapShiftsChangeRequests requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.swapShiftsChangeRequest' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.swapShiftsChangeRequest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}': description: Provides operations to manage the swapShiftsChangeRequests property of the microsoft.graph.schedule entity. get: tags: - teams.schedule summary: Get swapShiftsChangeRequest description: Retrieve the properties and relationships of a swapShiftsChangeRequest object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/swapshiftschangerequest-get?view=graph-rest-1.0 operationId: teams.schedule.GetSwapShiftsChangeRequests parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.swapShiftsChangeRequest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - teams.schedule summary: Update the navigation property swapShiftsChangeRequests in teams operationId: teams.schedule.UpdateSwapShiftsChangeRequests requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.swapShiftsChangeRequest' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.swapShiftsChangeRequest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - teams.schedule summary: Delete navigation property swapShiftsChangeRequests for teams operationId: teams.schedule.DeleteSwapShiftsChangeRequests parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: swapShiftsChangeRequest-id in: path description: The unique identifier of swapShiftsChangeRequest required: true schema: type: string x-ms-docs-key-type: swapShiftsChangeRequest '/teams/{team-id}/schedule/swapShiftsChangeRequests/$count': description: Provides operations to count the resources in the collection. get: tags: - teams.schedule summary: Get the number of the resource operationId: teams.schedule.swapShiftsChangeRequests.GetCount-9390 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/teams/{team-id}/schedule/timeOffReasons': description: Provides operations to manage the timeOffReasons property of the microsoft.graph.schedule entity. get: tags: - teams.schedule summary: List timeOffReasons description: Get the list of timeOffReasons in a schedule. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/schedule-list-timeoffreasons?view=graph-rest-1.0 operationId: teams.schedule.ListTimeOffReasons parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.timeOffReasonCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - teams.schedule summary: Create timeOffReason description: Create a new timeOffReason. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/schedule-post-timeoffreasons?view=graph-rest-1.0 operationId: teams.schedule.CreateTimeOffReasons requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.timeOffReason' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.timeOffReason' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}': description: Provides operations to manage the timeOffReasons property of the microsoft.graph.schedule entity. get: tags: - teams.schedule summary: Get timeOffReason description: Retrieve the properties and relationships of a timeOffReason object by ID. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/timeoffreason-get?view=graph-rest-1.0 operationId: teams.schedule.GetTimeOffReasons parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.timeOffReason' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - teams.schedule summary: Replace timeOffReason description: 'Replace an existing timeOffReason. If the specified timeOffReason doesn''t exist, this method returns 404 Not found.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/timeoffreason-put?view=graph-rest-1.0 operationId: teams.schedule.UpdateTimeOffReasons requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.timeOffReason' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.timeOffReason' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - teams.schedule summary: Delete timeOffReason description: Mark a timeOffReason as inactive by setting the isActive property. Every team must include at least one timeoff reason. This method doesn't remove the specified timeOffReason instance. timeOffItem instances that have been assigned this reason remain assigned to this reason. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/timeoffreason-delete?view=graph-rest-1.0 operationId: teams.schedule.DeleteTimeOffReasons parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: timeOffReason-id in: path description: The unique identifier of timeOffReason required: true schema: type: string x-ms-docs-key-type: timeOffReason '/teams/{team-id}/schedule/timeOffReasons/$count': description: Provides operations to count the resources in the collection. get: tags: - teams.schedule summary: Get the number of the resource operationId: teams.schedule.timeOffReasons.GetCount-4024 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/teams/{team-id}/schedule/timeOffRequests': description: Provides operations to manage the timeOffRequests property of the microsoft.graph.schedule entity. get: tags: - teams.schedule summary: List timeOffRequest description: Retrieve a list of timeOffRequest objects in the team. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/timeoffrequest-list?view=graph-rest-1.0 operationId: teams.schedule.ListTimeOffRequests parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.timeOffRequestCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - teams.schedule summary: Create new navigation property to timeOffRequests for teams operationId: teams.schedule.CreateTimeOffRequests requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.timeOffRequest' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.timeOffRequest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}': description: Provides operations to manage the timeOffRequests property of the microsoft.graph.schedule entity. get: tags: - teams.schedule summary: Get timeOffRequest description: Retrieve the properties and relationships of a timeoffrequest object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/timeoffrequest-get?view=graph-rest-1.0 operationId: teams.schedule.GetTimeOffRequests parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.timeOffRequest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - teams.schedule summary: Update the navigation property timeOffRequests in teams operationId: teams.schedule.UpdateTimeOffRequests requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.timeOffRequest' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.timeOffRequest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - teams.schedule summary: Delete timeOffRequest description: Delete a timeOffRequest object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/timeoffrequest-delete?view=graph-rest-1.0 operationId: teams.schedule.DeleteTimeOffRequests parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: timeOffRequest-id in: path description: The unique identifier of timeOffRequest required: true schema: type: string x-ms-docs-key-type: timeOffRequest '/teams/{team-id}/schedule/timeOffRequests/$count': description: Provides operations to count the resources in the collection. get: tags: - teams.schedule summary: Get the number of the resource operationId: teams.schedule.timeOffRequests.GetCount-9411 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/teams/{team-id}/schedule/timesOff': description: Provides operations to manage the timesOff property of the microsoft.graph.schedule entity. get: tags: - teams.schedule summary: List timesOff description: Get the list of timeOff instances in a schedule. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/schedule-list-timesoff?view=graph-rest-1.0 operationId: teams.schedule.ListTimesOff parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.timeOffCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - teams.schedule summary: Create timeOff description: Create a new timeOff instance in a schedule. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/schedule-post-timesoff?view=graph-rest-1.0 operationId: teams.schedule.CreateTimesOff requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.timeOff' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.timeOff' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/teams/{team-id}/schedule/timesOff/{timeOff-id}': description: Provides operations to manage the timesOff property of the microsoft.graph.schedule entity. get: tags: - teams.schedule summary: Get timeOff description: Retrieve the properties and relationships of a timeOff object by ID. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/timeoff-get?view=graph-rest-1.0 operationId: teams.schedule.GetTimesOff parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.timeOff' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - teams.schedule summary: Replace timeOff description: 'Replace an existing timeOff object. If the specified timeOff object doesn''t exist, this method returns 404 Not found.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/timeoff-put?view=graph-rest-1.0 operationId: teams.schedule.UpdateTimesOff requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.timeOff' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.timeOff' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - teams.schedule summary: Delete timeOff description: Delete a timeOff instance from a schedule. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/timeoff-delete?view=graph-rest-1.0 operationId: teams.schedule.DeleteTimesOff parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: timeOff-id in: path description: The unique identifier of timeOff required: true schema: type: string x-ms-docs-key-type: timeOff '/teams/{team-id}/schedule/timesOff/$count': description: Provides operations to count the resources in the collection. get: tags: - teams.schedule summary: Get the number of the resource operationId: teams.schedule.timesOff.GetCount-16b4 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/teams/{team-id}/tags': description: Provides operations to manage the tags property of the microsoft.graph.team entity. get: tags: - teams.teamworkTag summary: List teamworkTags description: Get a list of the tag objects and their properties. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/teamworktag-list?view=graph-rest-1.0 operationId: teams.ListTags parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.teamworkTagCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - teams.teamworkTag summary: Create teamworkTag description: Create a standard tag for members in a team. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/teamworktag-post?view=graph-rest-1.0 operationId: teams.CreateTags requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamworkTag' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamworkTag' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/teams/{team-id}/tags/{teamworkTag-id}': description: Provides operations to manage the tags property of the microsoft.graph.team entity. get: tags: - teams.teamworkTag summary: Get teamworkTag description: Read the properties and relationships of a tag object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/teamworktag-get?view=graph-rest-1.0 operationId: teams.GetTags parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamworkTag' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - teams.teamworkTag summary: Update teamworkTag description: Update the properties of a tag object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/teamworktag-update?view=graph-rest-1.0 operationId: teams.UpdateTags requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamworkTag' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamworkTag' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - teams.teamworkTag summary: Delete teamworkTag description: Delete a tag object permanently. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/teamworktag-delete?view=graph-rest-1.0 operationId: teams.DeleteTags parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: teamworkTag-id in: path description: The unique identifier of teamworkTag required: true schema: type: string x-ms-docs-key-type: teamworkTag '/teams/{team-id}/tags/{teamworkTag-id}/members': description: Provides operations to manage the members property of the microsoft.graph.teamworkTag entity. get: tags: - teams.teamworkTag summary: List members in a teamworkTag description: Get a list of the members of a standard tag in a team and their properties. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/teamworktagmember-list?view=graph-rest-1.0 operationId: teams.tags.ListMembers parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.teamworkTagMemberCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - teams.teamworkTag summary: Create teamworkTagMember description: Create a new teamworkTagMember object in a team. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/teamworktagmember-post?view=graph-rest-1.0 operationId: teams.tags.CreateMembers requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamworkTagMember' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamworkTagMember' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: teamworkTag-id in: path description: The unique identifier of teamworkTag required: true schema: type: string x-ms-docs-key-type: teamworkTag '/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}': description: Provides operations to manage the members property of the microsoft.graph.teamworkTag entity. get: tags: - teams.teamworkTag summary: Get teamworkTagMember description: Get the properties and relationships of a member of a standard tag in a team. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/teamworktagmember-get?view=graph-rest-1.0 operationId: teams.tags.GetMembers parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamworkTagMember' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - teams.teamworkTag summary: Update the navigation property members in teams operationId: teams.tags.UpdateMembers requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamworkTagMember' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamworkTagMember' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - teams.teamworkTag summary: Delete teamworkTagMember description: Delete a member from a standard tag in a team. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/teamworktagmember-delete?view=graph-rest-1.0 operationId: teams.tags.DeleteMembers parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: teamworkTag-id in: path description: The unique identifier of teamworkTag required: true schema: type: string x-ms-docs-key-type: teamworkTag - name: teamworkTagMember-id in: path description: The unique identifier of teamworkTagMember required: true schema: type: string x-ms-docs-key-type: teamworkTagMember '/teams/{team-id}/tags/{teamworkTag-id}/members/$count': description: Provides operations to count the resources in the collection. get: tags: - teams.teamworkTag summary: Get the number of the resource operationId: teams.tags.members.GetCount-cbc7 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: teamworkTag-id in: path description: The unique identifier of teamworkTag required: true schema: type: string x-ms-docs-key-type: teamworkTag '/teams/{team-id}/tags/$count': description: Provides operations to count the resources in the collection. get: tags: - teams.teamworkTag summary: Get the number of the resource operationId: teams.tags.GetCount-db00 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/teams/{team-id}/template': description: Provides operations to manage the template property of the microsoft.graph.team entity. get: tags: - teams.teamsTemplate summary: Get template from teams description: The template this team was created from. See available templates. operationId: teams.GetTemplate parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsTemplate' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team /teams/$count: description: Provides operations to count the resources in the collection. get: tags: - teams.team summary: Get the number of the resource operationId: teams.GetCount-ff25 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /teams/getAllMessages(): description: Provides operations to call the getAllMessages method. get: tags: - teams.Functions summary: Invoke function getAllMessages operationId: teams.getAllMessages parameters: - name: model in: query description: The payment model for the API schema: type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of chatMessage type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-grouped-path: - '/teams/{team-id}/channels/getAllMessages()' /teamsTemplates: description: Provides operations to manage the collection of teamsTemplate entities. get: tags: - teamsTemplates.teamsTemplate summary: Get entities from teamsTemplates operationId: teamsTemplates.teamsTemplate.ListTeamsTemplate parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.teamsTemplateCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - teamsTemplates.teamsTemplate summary: Add new entity to teamsTemplates operationId: teamsTemplates.teamsTemplate.CreateTeamsTemplate requestBody: description: New entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsTemplate' required: true responses: 2XX: description: Created entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsTemplate' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/teamsTemplates/{teamsTemplate-id}': description: Provides operations to manage the collection of teamsTemplate entities. get: tags: - teamsTemplates.teamsTemplate summary: Get entity from teamsTemplates by key operationId: teamsTemplates.teamsTemplate.GetTeamsTemplate parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsTemplate' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - teamsTemplates.teamsTemplate summary: Update entity in teamsTemplates operationId: teamsTemplates.teamsTemplate.UpdateTeamsTemplate requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsTemplate' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsTemplate' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - teamsTemplates.teamsTemplate summary: Delete entity from teamsTemplates operationId: teamsTemplates.teamsTemplate.DeleteTeamsTemplate parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: teamsTemplate-id in: path description: The unique identifier of teamsTemplate required: true schema: type: string x-ms-docs-key-type: teamsTemplate /teamsTemplates/$count: description: Provides operations to count the resources in the collection. get: tags: - teamsTemplates.teamsTemplate summary: Get the number of the resource operationId: teamsTemplates.GetCount-3b4a parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /teamwork: description: Provides operations to manage the teamwork singleton. get: tags: - teamwork.teamwork summary: Get teamwork description: 'Get the properties and relationships of a teamwork object, such as the region of the organization and whether Microsoft Teams is enabled.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/teamwork-get?view=graph-rest-1.0 operationId: teamwork.teamwork.GetTeamwork parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamwork' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - teamwork.teamwork summary: Update teamwork operationId: teamwork.teamwork.UpdateTeamwork requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamwork' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamwork' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /teamwork/deletedChats: description: Provides operations to manage the deletedChats property of the microsoft.graph.teamwork entity. get: tags: - teamwork.deletedChat summary: Get deletedChat description: Read the properties and relationships of a deletedChat object. operationId: teamwork.ListDeletedChats parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.deletedChatCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - teamwork.deletedChat summary: Create new navigation property to deletedChats for teamwork operationId: teamwork.CreateDeletedChats requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deletedChat' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deletedChat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/teamwork/deletedChats/{deletedChat-id}': description: Provides operations to manage the deletedChats property of the microsoft.graph.teamwork entity. get: tags: - teamwork.deletedChat summary: Get deletedChat description: Read the properties and relationships of a deletedChat object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/deletedchat-get?view=graph-rest-1.0 operationId: teamwork.GetDeletedChats parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deletedChat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - teamwork.deletedChat summary: Update the navigation property deletedChats in teamwork operationId: teamwork.UpdateDeletedChats requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deletedChat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deletedChat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - teamwork.deletedChat summary: Delete navigation property deletedChats for teamwork operationId: teamwork.DeleteDeletedChats parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: deletedChat-id in: path description: The unique identifier of deletedChat required: true schema: type: string x-ms-docs-key-type: deletedChat '/teamwork/deletedChats/{deletedChat-id}/undoDelete': description: Provides operations to call the undoDelete method. post: tags: - teamwork.Actions summary: Invoke action undoDelete description: Restore a deletedChat to an active chat. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/deletedchat-undodelete?view=graph-rest-1.0 operationId: teamwork.deletedChats.deletedChat.undoDelete responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: deletedChat-id in: path description: The unique identifier of deletedChat required: true schema: type: string x-ms-docs-key-type: deletedChat /teamwork/deletedChats/$count: description: Provides operations to count the resources in the collection. get: tags: - teamwork.deletedChat summary: Get the number of the resource operationId: teamwork.deletedChats.GetCount-fc09 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /teamwork/deletedTeams: description: Provides operations to manage the deletedTeams property of the microsoft.graph.teamwork entity. get: tags: - teamwork.deletedTeam summary: List deletedTeams description: Get a list of the deletedTeam objects and their properties. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/teamwork-list-deletedteams?view=graph-rest-1.0 operationId: teamwork.ListDeletedTeams parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.deletedTeamCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - teamwork.deletedTeam summary: Create new navigation property to deletedTeams for teamwork operationId: teamwork.CreateDeletedTeams requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deletedTeam' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deletedTeam' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/teamwork/deletedTeams/{deletedTeam-id}': description: Provides operations to manage the deletedTeams property of the microsoft.graph.teamwork entity. get: tags: - teamwork.deletedTeam summary: Get deletedTeams from teamwork description: The deleted team. operationId: teamwork.GetDeletedTeams parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deletedTeam' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - teamwork.deletedTeam summary: Update the navigation property deletedTeams in teamwork operationId: teamwork.UpdateDeletedTeams requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deletedTeam' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deletedTeam' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - teamwork.deletedTeam summary: Delete navigation property deletedTeams for teamwork operationId: teamwork.DeleteDeletedTeams parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: deletedTeam-id in: path description: The unique identifier of deletedTeam required: true schema: type: string x-ms-docs-key-type: deletedTeam '/teamwork/deletedTeams/{deletedTeam-id}/channels': description: Provides operations to manage the channels property of the microsoft.graph.deletedTeam entity. get: tags: - teamwork.deletedTeam summary: Get channels from teamwork description: The channels that are either shared with this deleted team or created in this deleted team. operationId: teamwork.deletedTeams.ListChannels parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.channelCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - teamwork.deletedTeam summary: Create new navigation property to channels for teamwork operationId: teamwork.deletedTeams.CreateChannels requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.channel' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.channel' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: deletedTeam-id in: path description: The unique identifier of deletedTeam required: true schema: type: string x-ms-docs-key-type: deletedTeam '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}': description: Provides operations to manage the channels property of the microsoft.graph.deletedTeam entity. get: tags: - teamwork.deletedTeam summary: Get channels from teamwork description: The channels that are either shared with this deleted team or created in this deleted team. operationId: teamwork.deletedTeams.GetChannels parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.channel' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - teamwork.deletedTeam summary: Update the navigation property channels in teamwork operationId: teamwork.deletedTeams.UpdateChannels requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.channel' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.channel' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - teamwork.deletedTeam summary: Delete navigation property channels for teamwork operationId: teamwork.deletedTeams.DeleteChannels parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: deletedTeam-id in: path description: The unique identifier of deletedTeam required: true schema: type: string x-ms-docs-key-type: deletedTeam - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder': description: Provides operations to manage the filesFolder property of the microsoft.graph.channel entity. get: tags: - teamwork.deletedTeam summary: Get filesFolder from teamwork description: Metadata for the location where the channel's files are stored. operationId: teamwork.deletedTeams.channels.GetFilesFolder parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: deletedTeam-id in: path description: The unique identifier of deletedTeam required: true schema: type: string x-ms-docs-key-type: deletedTeam - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/content': description: Provides operations to manage the media for the teamwork entity. get: tags: - teamwork.deletedTeam summary: Get content for the navigation property filesFolder from teamwork description: 'The content stream, if the item represents a file.' operationId: teamwork.deletedTeams.channels.GetFilesFolderContent parameters: - name: $format in: query description: Format of the content schema: type: string responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - teamwork.deletedTeam summary: Update content for the navigation property filesFolder in teamwork description: 'The content stream, if the item represents a file.' operationId: teamwork.deletedTeams.channels.UpdateFilesFolderContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - teamwork.deletedTeam summary: Delete content for the navigation property filesFolder in teamwork description: 'The content stream, if the item represents a file.' operationId: teamwork.deletedTeams.channels.DeleteFilesFolderContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: deletedTeam-id in: path description: The unique identifier of deletedTeam required: true schema: type: string x-ms-docs-key-type: deletedTeam - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members': description: Provides operations to manage the members property of the microsoft.graph.channel entity. get: tags: - teamwork.deletedTeam summary: Get members from teamwork description: A collection of membership records associated with the channel. operationId: teamwork.deletedTeams.channels.ListMembers parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.conversationMemberCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - teamwork.deletedTeam summary: Create new navigation property to members for teamwork operationId: teamwork.deletedTeams.channels.CreateMembers requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationMember' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationMember' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: deletedTeam-id in: path description: The unique identifier of deletedTeam required: true schema: type: string x-ms-docs-key-type: deletedTeam - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}': description: Provides operations to manage the members property of the microsoft.graph.channel entity. get: tags: - teamwork.deletedTeam summary: Get members from teamwork description: A collection of membership records associated with the channel. operationId: teamwork.deletedTeams.channels.GetMembers parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationMember' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - teamwork.deletedTeam summary: Update the navigation property members in teamwork operationId: teamwork.deletedTeams.channels.UpdateMembers requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationMember' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationMember' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - teamwork.deletedTeam summary: Delete navigation property members for teamwork operationId: teamwork.deletedTeams.channels.DeleteMembers parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: deletedTeam-id in: path description: The unique identifier of deletedTeam required: true schema: type: string x-ms-docs-key-type: deletedTeam - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: conversationMember-id in: path description: The unique identifier of conversationMember required: true schema: type: string x-ms-docs-key-type: conversationMember '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/$count': description: Provides operations to count the resources in the collection. get: tags: - teamwork.deletedTeam summary: Get the number of the resource operationId: teamwork.deletedTeams.channels.members.GetCount-f8e9 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: deletedTeam-id in: path description: The unique identifier of deletedTeam required: true schema: type: string x-ms-docs-key-type: deletedTeam - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/add': description: Provides operations to call the add method. post: tags: - teamwork.Actions summary: Invoke action add description: Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0 operationId: teamwork.deletedTeams.deletedTeam.channels.channel.members.add requestBody: description: Action parameters content: application/json: schema: type: object properties: values: type: array items: $ref: '#/components/schemas/microsoft.graph.conversationMember' required: true responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.actionResultPart' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: deletedTeam-id in: path description: The unique identifier of deletedTeam required: true schema: type: string x-ms-docs-key-type: deletedTeam - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages': description: Provides operations to manage the messages property of the microsoft.graph.channel entity. get: tags: - teamwork.deletedTeam summary: Get messages from teamwork description: A collection of all the messages in the channel. A navigation property. Nullable. operationId: teamwork.deletedTeams.channels.ListMessages parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - teamwork.deletedTeam summary: Create new navigation property to messages for teamwork operationId: teamwork.deletedTeams.channels.CreateMessages requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: deletedTeam-id in: path description: The unique identifier of deletedTeam required: true schema: type: string x-ms-docs-key-type: deletedTeam - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}': description: Provides operations to manage the messages property of the microsoft.graph.channel entity. get: tags: - teamwork.deletedTeam summary: Get messages from teamwork description: A collection of all the messages in the channel. A navigation property. Nullable. operationId: teamwork.deletedTeams.channels.GetMessages parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - teamwork.deletedTeam summary: Update the navigation property messages in teamwork operationId: teamwork.deletedTeams.channels.UpdateMessages requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - teamwork.deletedTeam summary: Delete navigation property messages for teamwork operationId: teamwork.deletedTeams.channels.DeleteMessages parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: deletedTeam-id in: path description: The unique identifier of deletedTeam required: true schema: type: string x-ms-docs-key-type: deletedTeam - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents': description: Provides operations to manage the hostedContents property of the microsoft.graph.chatMessage entity. get: tags: - teamwork.deletedTeam summary: Get hostedContents from teamwork description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: teamwork.deletedTeams.channels.messages.ListHostedContents parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageHostedContentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - teamwork.deletedTeam summary: Create new navigation property to hostedContents for teamwork operationId: teamwork.deletedTeams.channels.messages.CreateHostedContents requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: deletedTeam-id in: path description: The unique identifier of deletedTeam required: true schema: type: string x-ms-docs-key-type: deletedTeam - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents' '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}': description: Provides operations to manage the hostedContents property of the microsoft.graph.chatMessage entity. get: tags: - teamwork.deletedTeam summary: Get hostedContents from teamwork description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: teamwork.deletedTeams.channels.messages.GetHostedContents parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - teamwork.deletedTeam summary: Update the navigation property hostedContents in teamwork operationId: teamwork.deletedTeams.channels.messages.UpdateHostedContents requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - teamwork.deletedTeam summary: Delete navigation property hostedContents for teamwork operationId: teamwork.deletedTeams.channels.messages.DeleteHostedContents parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: deletedTeam-id in: path description: The unique identifier of deletedTeam required: true schema: type: string x-ms-docs-key-type: deletedTeam - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessageHostedContent-id in: path description: The unique identifier of chatMessageHostedContent required: true schema: type: string x-ms-docs-key-type: chatMessageHostedContent x-ms-docs-grouped-path: - '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}' '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value': description: Provides operations to manage the media for the teamwork entity. get: tags: - teamwork.deletedTeam summary: Get media content for the navigation property hostedContents from teamwork description: The unique identifier for an entity. Read-only. operationId: teamwork.deletedTeams.channels.messages.GetHostedContentsContent responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - teamwork.deletedTeam summary: Update media content for the navigation property hostedContents in teamwork description: The unique identifier for an entity. Read-only. operationId: teamwork.deletedTeams.channels.messages.UpdateHostedContentsContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - teamwork.deletedTeam summary: Delete media content for the navigation property hostedContents in teamwork description: The unique identifier for an entity. Read-only. operationId: teamwork.deletedTeams.channels.messages.DeleteHostedContentsContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: deletedTeam-id in: path description: The unique identifier of deletedTeam required: true schema: type: string x-ms-docs-key-type: deletedTeam - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessageHostedContent-id in: path description: The unique identifier of chatMessageHostedContent required: true schema: type: string x-ms-docs-key-type: chatMessageHostedContent '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count': description: Provides operations to count the resources in the collection. get: tags: - teamwork.deletedTeam summary: Get the number of the resource operationId: teamwork.deletedTeams.channels.messages.hostedContents.GetCount-bbdc parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: deletedTeam-id in: path description: The unique identifier of deletedTeam required: true schema: type: string x-ms-docs-key-type: deletedTeam - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/setReaction': description: Provides operations to call the setReaction method. post: tags: - teamwork.Actions summary: Invoke action setReaction operationId: teamwork.deletedTeams.deletedTeam.channels.channel.messages.chatMessage.setReaction requestBody: description: Action parameters content: application/json: schema: type: object properties: reactionType: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: deletedTeam-id in: path description: The unique identifier of deletedTeam required: true schema: type: string x-ms-docs-key-type: deletedTeam - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction' '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/softDelete': description: Provides operations to call the softDelete method. post: tags: - teamwork.Actions summary: Invoke action softDelete description: Delete a single chatMessage or a chat message reply in a channel or a chat. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0 operationId: teamwork.deletedTeams.deletedTeam.channels.channel.messages.chatMessage.softDelete responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: deletedTeam-id in: path description: The unique identifier of deletedTeam required: true schema: type: string x-ms-docs-key-type: deletedTeam - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete' '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/undoSoftDelete': description: Provides operations to call the undoSoftDelete method. post: tags: - teamwork.Actions summary: Invoke action undoSoftDelete description: Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0 operationId: teamwork.deletedTeams.deletedTeam.channels.channel.messages.chatMessage.undoSoftDelete responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: deletedTeam-id in: path description: The unique identifier of deletedTeam required: true schema: type: string x-ms-docs-key-type: deletedTeam - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete' '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction': description: Provides operations to call the unsetReaction method. post: tags: - teamwork.Actions summary: Invoke action unsetReaction operationId: teamwork.deletedTeams.deletedTeam.channels.channel.messages.chatMessage.unsetReaction requestBody: description: Action parameters content: application/json: schema: type: object properties: reactionType: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: deletedTeam-id in: path description: The unique identifier of deletedTeam required: true schema: type: string x-ms-docs-key-type: deletedTeam - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction' '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies': description: Provides operations to manage the replies property of the microsoft.graph.chatMessage entity. get: tags: - teamwork.deletedTeam summary: Get replies from teamwork description: Replies for a specified message. Supports $expand for channel messages. operationId: teamwork.deletedTeams.channels.messages.ListReplies parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - teamwork.deletedTeam summary: Create new navigation property to replies for teamwork operationId: teamwork.deletedTeams.channels.messages.CreateReplies requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: deletedTeam-id in: path description: The unique identifier of deletedTeam required: true schema: type: string x-ms-docs-key-type: deletedTeam - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}': description: Provides operations to manage the replies property of the microsoft.graph.chatMessage entity. get: tags: - teamwork.deletedTeam summary: Get replies from teamwork description: Replies for a specified message. Supports $expand for channel messages. operationId: teamwork.deletedTeams.channels.messages.GetReplies parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - teamwork.deletedTeam summary: Update the navigation property replies in teamwork operationId: teamwork.deletedTeams.channels.messages.UpdateReplies requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - teamwork.deletedTeam summary: Delete navigation property replies for teamwork operationId: teamwork.deletedTeams.channels.messages.DeleteReplies parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: deletedTeam-id in: path description: The unique identifier of deletedTeam required: true schema: type: string x-ms-docs-key-type: deletedTeam - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents': description: Provides operations to manage the hostedContents property of the microsoft.graph.chatMessage entity. get: tags: - teamwork.deletedTeam summary: Get hostedContents from teamwork description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: teamwork.deletedTeams.channels.messages.replies.ListHostedContents parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageHostedContentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - teamwork.deletedTeam summary: Create new navigation property to hostedContents for teamwork operationId: teamwork.deletedTeams.channels.messages.replies.CreateHostedContents requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: deletedTeam-id in: path description: The unique identifier of deletedTeam required: true schema: type: string x-ms-docs-key-type: deletedTeam - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents' '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}': description: Provides operations to manage the hostedContents property of the microsoft.graph.chatMessage entity. get: tags: - teamwork.deletedTeam summary: Get hostedContents from teamwork description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: teamwork.deletedTeams.channels.messages.replies.GetHostedContents parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - teamwork.deletedTeam summary: Update the navigation property hostedContents in teamwork operationId: teamwork.deletedTeams.channels.messages.replies.UpdateHostedContents requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - teamwork.deletedTeam summary: Delete navigation property hostedContents for teamwork operationId: teamwork.deletedTeams.channels.messages.replies.DeleteHostedContents parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: deletedTeam-id in: path description: The unique identifier of deletedTeam required: true schema: type: string x-ms-docs-key-type: deletedTeam - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessageHostedContent-id in: path description: The unique identifier of chatMessageHostedContent required: true schema: type: string x-ms-docs-key-type: chatMessageHostedContent x-ms-docs-grouped-path: - '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}' '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value': description: Provides operations to manage the media for the teamwork entity. get: tags: - teamwork.deletedTeam summary: Get media content for the navigation property hostedContents from teamwork description: The unique identifier for an entity. Read-only. operationId: teamwork.deletedTeams.channels.messages.replies.GetHostedContentsContent responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - teamwork.deletedTeam summary: Update media content for the navigation property hostedContents in teamwork description: The unique identifier for an entity. Read-only. operationId: teamwork.deletedTeams.channels.messages.replies.UpdateHostedContentsContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - teamwork.deletedTeam summary: Delete media content for the navigation property hostedContents in teamwork description: The unique identifier for an entity. Read-only. operationId: teamwork.deletedTeams.channels.messages.replies.DeleteHostedContentsContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: deletedTeam-id in: path description: The unique identifier of deletedTeam required: true schema: type: string x-ms-docs-key-type: deletedTeam - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessageHostedContent-id in: path description: The unique identifier of chatMessageHostedContent required: true schema: type: string x-ms-docs-key-type: chatMessageHostedContent '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count': description: Provides operations to count the resources in the collection. get: tags: - teamwork.deletedTeam summary: Get the number of the resource operationId: teamwork.deletedTeams.channels.messages.replies.hostedContents.GetCount-a9d7 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: deletedTeam-id in: path description: The unique identifier of deletedTeam required: true schema: type: string x-ms-docs-key-type: deletedTeam - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction': description: Provides operations to call the setReaction method. post: tags: - teamwork.Actions summary: Invoke action setReaction operationId: teamwork.deletedTeams.deletedTeam.channels.channel.messages.chatMessage.replies.chatMessage.setReaction requestBody: description: Action parameters content: application/json: schema: type: object properties: reactionType: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: deletedTeam-id in: path description: The unique identifier of deletedTeam required: true schema: type: string x-ms-docs-key-type: deletedTeam - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/setReaction' '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete': description: Provides operations to call the softDelete method. post: tags: - teamwork.Actions summary: Invoke action softDelete description: Delete a single chatMessage or a chat message reply in a channel or a chat. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0 operationId: teamwork.deletedTeams.deletedTeam.channels.channel.messages.chatMessage.replies.chatMessage.softDelete responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: deletedTeam-id in: path description: The unique identifier of deletedTeam required: true schema: type: string x-ms-docs-key-type: deletedTeam - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/softDelete' '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete': description: Provides operations to call the undoSoftDelete method. post: tags: - teamwork.Actions summary: Invoke action undoSoftDelete description: Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0 operationId: teamwork.deletedTeams.deletedTeam.channels.channel.messages.chatMessage.replies.chatMessage.undoSoftDelete responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: deletedTeam-id in: path description: The unique identifier of deletedTeam required: true schema: type: string x-ms-docs-key-type: deletedTeam - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/undoSoftDelete' '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction': description: Provides operations to call the unsetReaction method. post: tags: - teamwork.Actions summary: Invoke action unsetReaction operationId: teamwork.deletedTeams.deletedTeam.channels.channel.messages.chatMessage.replies.chatMessage.unsetReaction requestBody: description: Action parameters content: application/json: schema: type: object properties: reactionType: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: deletedTeam-id in: path description: The unique identifier of deletedTeam required: true schema: type: string x-ms-docs-key-type: deletedTeam - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction' '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/$count': description: Provides operations to count the resources in the collection. get: tags: - teamwork.deletedTeam summary: Get the number of the resource operationId: teamwork.deletedTeams.channels.messages.replies.GetCount-32b1 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: deletedTeam-id in: path description: The unique identifier of deletedTeam required: true schema: type: string x-ms-docs-key-type: deletedTeam - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta()': description: Provides operations to call the delta method. get: tags: - teamwork.Functions summary: Invoke function delta description: 'Retrieve the list of messages (without the replies) in a channel of a team. By using delta query, you can get new or updated messages in a channel. Delta query supports both full synchronization that retrieves all the messages in the specified channel, and incremental synchronization that retrieves those messages that have been added or changed in the channel since the last synchronization. Typically, you would do an initial full synchronization, and then get incremental changes to that messages view periodically. To get the replies for a message, use the list message replies or the get message reply operation. A GET request with the delta function returns either: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call for that same calendar view. A @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin to retrieve more changes (messages changed or posted after acquiring @odata.deltaLink). For more information, see the delta query documentation.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0 operationId: teamwork.deletedTeams.deletedTeam.channels.channel.messages.chatMessage.replies.delta parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of chatMessage type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: deletedTeam-id in: path description: The unique identifier of deletedTeam required: true schema: type: string x-ms-docs-key-type: deletedTeam - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/delta()' '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/$count': description: Provides operations to count the resources in the collection. get: tags: - teamwork.deletedTeam summary: Get the number of the resource operationId: teamwork.deletedTeams.channels.messages.GetCount-d80c parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: deletedTeam-id in: path description: The unique identifier of deletedTeam required: true schema: type: string x-ms-docs-key-type: deletedTeam - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/delta()': description: Provides operations to call the delta method. get: tags: - teamwork.Functions summary: Invoke function delta description: 'Retrieve the list of messages (without the replies) in a channel of a team. By using delta query, you can get new or updated messages in a channel. Delta query supports both full synchronization that retrieves all the messages in the specified channel, and incremental synchronization that retrieves those messages that have been added or changed in the channel since the last synchronization. Typically, you would do an initial full synchronization, and then get incremental changes to that messages view periodically. To get the replies for a message, use the list message replies or the get message reply operation. A GET request with the delta function returns either: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call for that same calendar view. A @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin to retrieve more changes (messages changed or posted after acquiring @odata.deltaLink). For more information, see the delta query documentation.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0 operationId: teamwork.deletedTeams.deletedTeam.channels.channel.messages.delta parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of chatMessage type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: deletedTeam-id in: path description: The unique identifier of deletedTeam required: true schema: type: string x-ms-docs-key-type: deletedTeam - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel x-ms-docs-grouped-path: - '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta()' '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/archive': description: Provides operations to call the archive method. post: tags: - teamwork.Actions summary: Invoke action archive description: '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 channel without an owner or that belongs to a group that has no owner, can''t be archived. To restore a channel from its archived state, use the channel: unarchive method. A channel can’t be archived or unarchived if its team is archived.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/channel-archive?view=graph-rest-1.0 operationId: teamwork.deletedTeams.deletedTeam.channels.channel.archive requestBody: description: Action parameters content: application/json: schema: type: object properties: shouldSetSpoSiteReadOnlyForMembers: type: boolean default: false nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: deletedTeam-id in: path description: The unique identifier of deletedTeam required: true schema: type: string x-ms-docs-key-type: deletedTeam - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/completeMigration': description: Provides operations to call the completeMigration method. post: tags: - teamwork.Actions summary: Invoke action completeMigration description: '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.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0 operationId: teamwork.deletedTeams.deletedTeam.channels.channel.completeMigration responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: deletedTeam-id in: path description: The unique identifier of deletedTeam required: true schema: type: string x-ms-docs-key-type: deletedTeam - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/doesUserHaveAccess(userId=''@userId'',tenantId=''@tenantId'',userPrincipalName=''@userPrincipalName'')': description: Provides operations to call the doesUserHaveAccess method. get: tags: - teamwork.Functions summary: Invoke function doesUserHaveAccess description: Determine whether a user has access to a shared channel. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-1.0 operationId: teamwork.deletedTeams.deletedTeam.channels.channel.doesUserHaveAccess responses: 2XX: description: Success content: application/json: schema: type: object properties: value: type: boolean default: false 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: deletedTeam-id in: path description: The unique identifier of deletedTeam required: true schema: type: string x-ms-docs-key-type: deletedTeam - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: userId in: query description: 'Usage: userId=''@userId''' schema: type: string nullable: true - name: tenantId in: query description: 'Usage: tenantId=''@tenantId''' schema: type: string nullable: true - name: userPrincipalName in: query description: 'Usage: userPrincipalName=''@userPrincipalName''' schema: type: string nullable: true '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/provisionEmail': description: Provides operations to call the provisionEmail method. post: tags: - teamwork.Actions summary: Invoke action provisionEmail description: '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.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0 operationId: teamwork.deletedTeams.deletedTeam.channels.channel.provisionEmail responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.provisionChannelEmailResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: deletedTeam-id in: path description: The unique identifier of deletedTeam required: true schema: type: string x-ms-docs-key-type: deletedTeam - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/removeEmail': description: Provides operations to call the removeEmail method. post: tags: - teamwork.Actions summary: Invoke action removeEmail description: 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. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0 operationId: teamwork.deletedTeams.deletedTeam.channels.channel.removeEmail responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: deletedTeam-id in: path description: The unique identifier of deletedTeam required: true schema: type: string x-ms-docs-key-type: deletedTeam - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/unarchive': description: Provides operations to call the unarchive method. post: tags: - teamwork.Actions summary: Invoke action unarchive description: '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.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/channel-unarchive?view=graph-rest-1.0 operationId: teamwork.deletedTeams.deletedTeam.channels.channel.unarchive responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: deletedTeam-id in: path description: The unique identifier of deletedTeam required: true schema: type: string x-ms-docs-key-type: deletedTeam - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams': description: Provides operations to manage the sharedWithTeams property of the microsoft.graph.channel entity. get: tags: - teamwork.deletedTeam summary: Get sharedWithTeams from teamwork description: A collection of teams with which a channel is shared. operationId: teamwork.deletedTeams.channels.ListSharedWithTeams parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.sharedWithChannelTeamInfoCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - teamwork.deletedTeam summary: Create new navigation property to sharedWithTeams for teamwork operationId: teamwork.deletedTeams.channels.CreateSharedWithTeams requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharedWithChannelTeamInfo' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharedWithChannelTeamInfo' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: deletedTeam-id in: path description: The unique identifier of deletedTeam required: true schema: type: string x-ms-docs-key-type: deletedTeam - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}': description: Provides operations to manage the sharedWithTeams property of the microsoft.graph.channel entity. get: tags: - teamwork.deletedTeam summary: Get sharedWithTeams from teamwork description: A collection of teams with which a channel is shared. operationId: teamwork.deletedTeams.channels.GetSharedWithTeams parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharedWithChannelTeamInfo' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - teamwork.deletedTeam summary: Update the navigation property sharedWithTeams in teamwork operationId: teamwork.deletedTeams.channels.UpdateSharedWithTeams requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharedWithChannelTeamInfo' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharedWithChannelTeamInfo' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - teamwork.deletedTeam summary: Delete navigation property sharedWithTeams for teamwork operationId: teamwork.deletedTeams.channels.DeleteSharedWithTeams parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: deletedTeam-id in: path description: The unique identifier of deletedTeam required: true schema: type: string x-ms-docs-key-type: deletedTeam - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: sharedWithChannelTeamInfo-id in: path description: The unique identifier of sharedWithChannelTeamInfo required: true schema: type: string x-ms-docs-key-type: sharedWithChannelTeamInfo '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers': description: Provides operations to manage the allowedMembers property of the microsoft.graph.sharedWithChannelTeamInfo entity. get: tags: - teamwork.deletedTeam summary: Get allowedMembers from teamwork description: A collection of team members who have access to the shared channel. operationId: teamwork.deletedTeams.channels.sharedWithTeams.ListAllowedMembers parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.conversationMemberCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: deletedTeam-id in: path description: The unique identifier of deletedTeam required: true schema: type: string x-ms-docs-key-type: deletedTeam - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: sharedWithChannelTeamInfo-id in: path description: The unique identifier of sharedWithChannelTeamInfo required: true schema: type: string x-ms-docs-key-type: sharedWithChannelTeamInfo '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}': description: Provides operations to manage the allowedMembers property of the microsoft.graph.sharedWithChannelTeamInfo entity. get: tags: - teamwork.deletedTeam summary: Get allowedMembers from teamwork description: A collection of team members who have access to the shared channel. operationId: teamwork.deletedTeams.channels.sharedWithTeams.GetAllowedMembers parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationMember' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: deletedTeam-id in: path description: The unique identifier of deletedTeam required: true schema: type: string x-ms-docs-key-type: deletedTeam - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: sharedWithChannelTeamInfo-id in: path description: The unique identifier of sharedWithChannelTeamInfo required: true schema: type: string x-ms-docs-key-type: sharedWithChannelTeamInfo - name: conversationMember-id in: path description: The unique identifier of conversationMember required: true schema: type: string x-ms-docs-key-type: conversationMember '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count': description: Provides operations to count the resources in the collection. get: tags: - teamwork.deletedTeam summary: Get the number of the resource operationId: teamwork.deletedTeams.channels.sharedWithTeams.allowedMembers.GetCount-f7b0 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: deletedTeam-id in: path description: The unique identifier of deletedTeam required: true schema: type: string x-ms-docs-key-type: deletedTeam - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: sharedWithChannelTeamInfo-id in: path description: The unique identifier of sharedWithChannelTeamInfo required: true schema: type: string x-ms-docs-key-type: sharedWithChannelTeamInfo '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/team': description: Provides operations to manage the team property of the microsoft.graph.teamInfo entity. get: tags: - teamwork.deletedTeam summary: Get team from teamwork operationId: teamwork.deletedTeams.channels.sharedWithTeams.GetTeam parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.team' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: deletedTeam-id in: path description: The unique identifier of deletedTeam required: true schema: type: string x-ms-docs-key-type: deletedTeam - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: sharedWithChannelTeamInfo-id in: path description: The unique identifier of sharedWithChannelTeamInfo required: true schema: type: string x-ms-docs-key-type: sharedWithChannelTeamInfo '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/$count': description: Provides operations to count the resources in the collection. get: tags: - teamwork.deletedTeam summary: Get the number of the resource operationId: teamwork.deletedTeams.channels.sharedWithTeams.GetCount-cc9d parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: deletedTeam-id in: path description: The unique identifier of deletedTeam required: true schema: type: string x-ms-docs-key-type: deletedTeam - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs': description: Provides operations to manage the tabs property of the microsoft.graph.channel entity. get: tags: - teamwork.deletedTeam summary: Get tabs from teamwork description: A collection of all the tabs in the channel. A navigation property. operationId: teamwork.deletedTeams.channels.ListTabs parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.teamsTabCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - teamwork.deletedTeam summary: Create new navigation property to tabs for teamwork operationId: teamwork.deletedTeams.channels.CreateTabs requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsTab' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsTab' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: deletedTeam-id in: path description: The unique identifier of deletedTeam required: true schema: type: string x-ms-docs-key-type: deletedTeam - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}': description: Provides operations to manage the tabs property of the microsoft.graph.channel entity. get: tags: - teamwork.deletedTeam summary: Get tabs from teamwork description: A collection of all the tabs in the channel. A navigation property. operationId: teamwork.deletedTeams.channels.GetTabs parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsTab' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - teamwork.deletedTeam summary: Update the navigation property tabs in teamwork operationId: teamwork.deletedTeams.channels.UpdateTabs requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsTab' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsTab' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - teamwork.deletedTeam summary: Delete navigation property tabs for teamwork operationId: teamwork.deletedTeams.channels.DeleteTabs parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: deletedTeam-id in: path description: The unique identifier of deletedTeam required: true schema: type: string x-ms-docs-key-type: deletedTeam - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: teamsTab-id in: path description: The unique identifier of teamsTab required: true schema: type: string x-ms-docs-key-type: teamsTab '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp': description: Provides operations to manage the teamsApp property of the microsoft.graph.teamsTab entity. get: tags: - teamwork.deletedTeam summary: Get teamsApp from teamwork description: The application that is linked to the tab. This can't be changed after tab creation. operationId: teamwork.deletedTeams.channels.tabs.GetTeamsApp parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: deletedTeam-id in: path description: The unique identifier of deletedTeam required: true schema: type: string x-ms-docs-key-type: deletedTeam - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: teamsTab-id in: path description: The unique identifier of teamsTab required: true schema: type: string x-ms-docs-key-type: teamsTab '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/$count': description: Provides operations to count the resources in the collection. get: tags: - teamwork.deletedTeam summary: Get the number of the resource operationId: teamwork.deletedTeams.channels.tabs.GetCount-5911 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: deletedTeam-id in: path description: The unique identifier of deletedTeam required: true schema: type: string x-ms-docs-key-type: deletedTeam - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel '/teamwork/deletedTeams/{deletedTeam-id}/channels/$count': description: Provides operations to count the resources in the collection. get: tags: - teamwork.deletedTeam summary: Get the number of the resource operationId: teamwork.deletedTeams.channels.GetCount-1c02 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: deletedTeam-id in: path description: The unique identifier of deletedTeam required: true schema: type: string x-ms-docs-key-type: deletedTeam '/teamwork/deletedTeams/{deletedTeam-id}/channels/getAllMessages()': description: Provides operations to call the getAllMessages method. get: tags: - teamwork.Functions summary: Invoke function getAllMessages description: '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.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/channel-getallmessages?view=graph-rest-1.0 operationId: teamwork.deletedTeams.deletedTeam.channels.getAllMessages parameters: - name: model in: query description: The payment model for the API schema: type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of chatMessage type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: deletedTeam-id in: path description: The unique identifier of deletedTeam required: true schema: type: string x-ms-docs-key-type: deletedTeam x-ms-docs-grouped-path: - /teamwork/deletedTeams/getAllMessages() '/teamwork/deletedTeams/{deletedTeam-id}/channels/getAllRetainedMessages()': description: Provides operations to call the getAllRetainedMessages method. get: tags: - teamwork.Functions summary: Invoke function getAllRetainedMessages operationId: teamwork.deletedTeams.deletedTeam.channels.getAllRetainedMessages parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of chatMessage type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: deletedTeam-id in: path description: The unique identifier of deletedTeam required: true schema: type: string x-ms-docs-key-type: deletedTeam /teamwork/deletedTeams/$count: description: Provides operations to count the resources in the collection. get: tags: - teamwork.deletedTeam summary: Get the number of the resource operationId: teamwork.deletedTeams.GetCount-c07f parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /teamwork/deletedTeams/getAllMessages(): description: Provides operations to call the getAllMessages method. get: tags: - teamwork.Functions summary: Invoke function getAllMessages operationId: teamwork.deletedTeams.getAllMessages parameters: - name: model in: query description: The payment model for the API schema: type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of chatMessage type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-grouped-path: - '/teamwork/deletedTeams/{deletedTeam-id}/channels/getAllMessages()' /teamwork/sendActivityNotificationToRecipients: description: Provides operations to call the sendActivityNotificationToRecipients method. post: tags: - teamwork.Actions summary: Invoke action sendActivityNotificationToRecipients description: 'Send activity feed notifications to multiple users, in bulk. For more information, see sending Teams activity notifications.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/teamwork-sendactivitynotificationtorecipients?view=graph-rest-1.0 operationId: teamwork.sendActivityNotificationToRecipients requestBody: description: Action parameters content: application/json: schema: type: object properties: topic: anyOf: - $ref: '#/components/schemas/microsoft.graph.teamworkActivityTopic' - type: object nullable: true activityType: type: string nullable: true chainId: type: integer format: int64 nullable: true previewText: anyOf: - $ref: '#/components/schemas/microsoft.graph.itemBody' - type: object nullable: true teamsAppId: type: string nullable: true templateParameters: type: array items: $ref: '#/components/schemas/microsoft.graph.keyValuePair' recipients: type: array items: $ref: '#/components/schemas/microsoft.graph.teamworkNotificationRecipient' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action /teamwork/teamsAppSettings: description: Provides operations to manage the teamsAppSettings property of the microsoft.graph.teamwork entity. get: tags: - teamwork.teamsAppSettings summary: Get teamsAppSettings description: Get the tenant-wide teamsAppSettings for all Teams apps in the tenant. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/teamsappsettings-get?view=graph-rest-1.0 operationId: teamwork.GetTeamsAppSettings parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsAppSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - teamwork.teamsAppSettings summary: Update teamsAppSettings description: Update the tenant-wide teamsAppSettings for all Teams apps in the tenant. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/teamsappsettings-update?view=graph-rest-1.0 operationId: teamwork.UpdateTeamsAppSettings requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsAppSettings' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsAppSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - teamwork.teamsAppSettings summary: Delete navigation property teamsAppSettings for teamwork operationId: teamwork.DeleteTeamsAppSettings parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /teamwork/workforceIntegrations: description: Provides operations to manage the workforceIntegrations property of the microsoft.graph.teamwork entity. get: tags: - teamwork.workforceIntegration summary: List workforceIntegrations description: Retrieve a list of workforceIntegration objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/workforceintegration-list?view=graph-rest-1.0 operationId: teamwork.ListWorkforceIntegrations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.workforceIntegrationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - teamwork.workforceIntegration summary: Create workforceIntegration description: "Create a new workforceIntegration object.\nYou can set up which entities you want to receive Shifts synchronous change notifications on and set entities to configure filtering by WFM rules eligibility for, including swap requests." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/workforceintegration-post?view=graph-rest-1.0 operationId: teamwork.CreateWorkforceIntegrations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workforceIntegration' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workforceIntegration' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/teamwork/workforceIntegrations/{workforceIntegration-id}': description: Provides operations to manage the workforceIntegrations property of the microsoft.graph.teamwork entity. get: tags: - teamwork.workforceIntegration summary: Get workforceIntegration description: Retrieve the properties and relationships of a workforceIntegration object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/workforceintegration-get?view=graph-rest-1.0 operationId: teamwork.GetWorkforceIntegrations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workforceIntegration' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - teamwork.workforceIntegration summary: Update workforceIntegration description: Update the properties of a workforceIntegration object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/workforceintegration-update?view=graph-rest-1.0 operationId: teamwork.UpdateWorkforceIntegrations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workforceIntegration' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.workforceIntegration' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - teamwork.workforceIntegration summary: Delete workforceIntegration description: Delete an instance of a workforceIntegration. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/workforceintegration-delete?view=graph-rest-1.0 operationId: teamwork.DeleteWorkforceIntegrations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: workforceIntegration-id in: path description: The unique identifier of workforceIntegration required: true schema: type: string x-ms-docs-key-type: workforceIntegration /teamwork/workforceIntegrations/$count: description: Provides operations to count the resources in the collection. get: tags: - teamwork.workforceIntegration summary: Get the number of the resource operationId: teamwork.workforceIntegrations.GetCount-5b5b parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /tenantRelationships: description: Provides operations to manage the tenantRelationship singleton. get: tags: - tenantRelationships.tenantRelationship summary: Get tenantRelationships operationId: tenantRelationships.tenantRelationship.GetTenantRelationship parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.tenantRelationship' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - tenantRelationships.tenantRelationship summary: Update tenantRelationships operationId: tenantRelationships.tenantRelationship.UpdateTenantRelationship requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.tenantRelationship' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.tenantRelationship' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /tenantRelationships/delegatedAdminCustomers: description: Provides operations to manage the delegatedAdminCustomers property of the microsoft.graph.tenantRelationship entity. get: tags: - tenantRelationships.delegatedAdminCustomer summary: List delegatedAdminCustomers description: Get a list of the delegatedAdminCustomer objects and their properties. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/tenantrelationship-list-delegatedadmincustomers?view=graph-rest-1.0 operationId: tenantRelationships.ListDelegatedAdminCustomers parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.delegatedAdminCustomerCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - tenantRelationships.delegatedAdminCustomer summary: Create new navigation property to delegatedAdminCustomers for tenantRelationships operationId: tenantRelationships.CreateDelegatedAdminCustomers requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.delegatedAdminCustomer' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.delegatedAdminCustomer' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}': description: Provides operations to manage the delegatedAdminCustomers property of the microsoft.graph.tenantRelationship entity. get: tags: - tenantRelationships.delegatedAdminCustomer summary: Get delegatedAdminCustomer description: Read the properties of a delegatedAdminCustomer object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/delegatedadmincustomer-get?view=graph-rest-1.0 operationId: tenantRelationships.GetDelegatedAdminCustomers parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.delegatedAdminCustomer' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - tenantRelationships.delegatedAdminCustomer summary: Update the navigation property delegatedAdminCustomers in tenantRelationships operationId: tenantRelationships.UpdateDelegatedAdminCustomers requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.delegatedAdminCustomer' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.delegatedAdminCustomer' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - tenantRelationships.delegatedAdminCustomer summary: Delete navigation property delegatedAdminCustomers for tenantRelationships operationId: tenantRelationships.DeleteDelegatedAdminCustomers parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: delegatedAdminCustomer-id in: path description: The unique identifier of delegatedAdminCustomer required: true schema: type: string x-ms-docs-key-type: delegatedAdminCustomer '/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails': description: Provides operations to manage the serviceManagementDetails property of the microsoft.graph.delegatedAdminCustomer entity. get: tags: - tenantRelationships.delegatedAdminCustomer summary: List serviceManagementDetails description: Get a list of the delegatedAdminServiceManagementDetail objects and their properties. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/delegatedadmincustomer-list-servicemanagementdetails?view=graph-rest-1.0 operationId: tenantRelationships.delegatedAdminCustomers.ListServiceManagementDetails parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.delegatedAdminServiceManagementDetailCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - tenantRelationships.delegatedAdminCustomer summary: Create new navigation property to serviceManagementDetails for tenantRelationships operationId: tenantRelationships.delegatedAdminCustomers.CreateServiceManagementDetails requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.delegatedAdminServiceManagementDetail' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.delegatedAdminServiceManagementDetail' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: delegatedAdminCustomer-id in: path description: The unique identifier of delegatedAdminCustomer required: true schema: type: string x-ms-docs-key-type: delegatedAdminCustomer '/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/{delegatedAdminServiceManagementDetail-id}': description: Provides operations to manage the serviceManagementDetails property of the microsoft.graph.delegatedAdminCustomer entity. get: tags: - tenantRelationships.delegatedAdminCustomer summary: Get serviceManagementDetails from tenantRelationships description: Contains the management details of a service in the customer tenant that's managed by delegated administration. operationId: tenantRelationships.delegatedAdminCustomers.GetServiceManagementDetails parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.delegatedAdminServiceManagementDetail' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - tenantRelationships.delegatedAdminCustomer summary: Update the navigation property serviceManagementDetails in tenantRelationships operationId: tenantRelationships.delegatedAdminCustomers.UpdateServiceManagementDetails requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.delegatedAdminServiceManagementDetail' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.delegatedAdminServiceManagementDetail' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - tenantRelationships.delegatedAdminCustomer summary: Delete navigation property serviceManagementDetails for tenantRelationships operationId: tenantRelationships.delegatedAdminCustomers.DeleteServiceManagementDetails parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: delegatedAdminCustomer-id in: path description: The unique identifier of delegatedAdminCustomer required: true schema: type: string x-ms-docs-key-type: delegatedAdminCustomer - name: delegatedAdminServiceManagementDetail-id in: path description: The unique identifier of delegatedAdminServiceManagementDetail required: true schema: type: string x-ms-docs-key-type: delegatedAdminServiceManagementDetail '/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/$count': description: Provides operations to count the resources in the collection. get: tags: - tenantRelationships.delegatedAdminCustomer summary: Get the number of the resource operationId: tenantRelationships.delegatedAdminCustomers.serviceManagementDetails.GetCount-d662 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: delegatedAdminCustomer-id in: path description: The unique identifier of delegatedAdminCustomer required: true schema: type: string x-ms-docs-key-type: delegatedAdminCustomer /tenantRelationships/delegatedAdminCustomers/$count: description: Provides operations to count the resources in the collection. get: tags: - tenantRelationships.delegatedAdminCustomer summary: Get the number of the resource operationId: tenantRelationships.delegatedAdminCustomers.GetCount-e293 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /tenantRelationships/delegatedAdminRelationships: description: Provides operations to manage the delegatedAdminRelationships property of the microsoft.graph.tenantRelationship entity. get: tags: - tenantRelationships.delegatedAdminRelationship summary: List delegatedAdminRelationships description: Get a list of the delegatedAdminRelationship objects and their properties. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/tenantrelationship-list-delegatedadminrelationships?view=graph-rest-1.0 operationId: tenantRelationships.ListDelegatedAdminRelationships parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.delegatedAdminRelationshipCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - tenantRelationships.delegatedAdminRelationship summary: Create delegatedAdminRelationship description: Create a new delegatedAdminRelationship object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/tenantrelationship-post-delegatedadminrelationships?view=graph-rest-1.0 operationId: tenantRelationships.CreateDelegatedAdminRelationships requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.delegatedAdminRelationship' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.delegatedAdminRelationship' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}': description: Provides operations to manage the delegatedAdminRelationships property of the microsoft.graph.tenantRelationship entity. get: tags: - tenantRelationships.delegatedAdminRelationship summary: Get delegatedAdminRelationship description: Read the properties of a delegatedAdminRelationship object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/delegatedadminrelationship-get?view=graph-rest-1.0 operationId: tenantRelationships.GetDelegatedAdminRelationships parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.delegatedAdminRelationship' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - tenantRelationships.delegatedAdminRelationship summary: Update delegatedAdminRelationship description: "Update the properties of a delegatedAdminRelationship object. The following restrictions apply:\n- You can update this relationship when its status property is created.\n- You can update the autoExtendDuration property when status is either created or active.\n- You can only remove the Microsoft Entra Global Administrator role when the status property is active, which indicates a long-running operation." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/delegatedadminrelationship-update?view=graph-rest-1.0 operationId: tenantRelationships.UpdateDelegatedAdminRelationships requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.delegatedAdminRelationship' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.delegatedAdminRelationship' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - tenantRelationships.delegatedAdminRelationship summary: Delete delegatedAdminRelationship description: 'Delete a delegatedAdminRelationship object. A relationship can only be deleted if it''s in the ''created'' status. ' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/delegatedadminrelationship-delete?view=graph-rest-1.0 operationId: tenantRelationships.DeleteDelegatedAdminRelationships parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: delegatedAdminRelationship-id in: path description: The unique identifier of delegatedAdminRelationship required: true schema: type: string x-ms-docs-key-type: delegatedAdminRelationship '/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments': description: Provides operations to manage the accessAssignments property of the microsoft.graph.delegatedAdminRelationship entity. get: tags: - tenantRelationships.delegatedAdminRelationship summary: List accessAssignments description: Get a list of the delegatedAdminAccessAssignment objects and their properties. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/delegatedadminrelationship-list-accessassignments?view=graph-rest-1.0 operationId: tenantRelationships.delegatedAdminRelationships.ListAccessAssignments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.delegatedAdminAccessAssignmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - tenantRelationships.delegatedAdminRelationship summary: Create accessAssignments description: Create a new delegatedAdminAccessAssignment object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/delegatedadminrelationship-post-accessassignments?view=graph-rest-1.0 operationId: tenantRelationships.delegatedAdminRelationships.CreateAccessAssignments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.delegatedAdminAccessAssignment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.delegatedAdminAccessAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: delegatedAdminRelationship-id in: path description: The unique identifier of delegatedAdminRelationship required: true schema: type: string x-ms-docs-key-type: delegatedAdminRelationship '/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/{delegatedAdminAccessAssignment-id}': description: Provides operations to manage the accessAssignments property of the microsoft.graph.delegatedAdminRelationship entity. get: tags: - tenantRelationships.delegatedAdminRelationship summary: Get delegatedAdminAccessAssignment description: Read the properties of a delegatedAdminAccessAssignment object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/delegatedadminaccessassignment-get?view=graph-rest-1.0 operationId: tenantRelationships.delegatedAdminRelationships.GetAccessAssignments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.delegatedAdminAccessAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - tenantRelationships.delegatedAdminRelationship summary: Update delegatedAdminAccessAssignment description: Update the properties of a delegatedAdminAccessAssignment object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/delegatedadminaccessassignment-update?view=graph-rest-1.0 operationId: tenantRelationships.delegatedAdminRelationships.UpdateAccessAssignments requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.delegatedAdminAccessAssignment' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.delegatedAdminAccessAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - tenantRelationships.delegatedAdminRelationship summary: Delete delegatedAdminAccessAssignment description: Delete a delegatedAdminAccessAssignment object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/delegatedadminaccessassignment-delete?view=graph-rest-1.0 operationId: tenantRelationships.delegatedAdminRelationships.DeleteAccessAssignments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: delegatedAdminRelationship-id in: path description: The unique identifier of delegatedAdminRelationship required: true schema: type: string x-ms-docs-key-type: delegatedAdminRelationship - name: delegatedAdminAccessAssignment-id in: path description: The unique identifier of delegatedAdminAccessAssignment required: true schema: type: string x-ms-docs-key-type: delegatedAdminAccessAssignment '/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/$count': description: Provides operations to count the resources in the collection. get: tags: - tenantRelationships.delegatedAdminRelationship summary: Get the number of the resource operationId: tenantRelationships.delegatedAdminRelationships.accessAssignments.GetCount-8cbf parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: delegatedAdminRelationship-id in: path description: The unique identifier of delegatedAdminRelationship required: true schema: type: string x-ms-docs-key-type: delegatedAdminRelationship '/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations': description: Provides operations to manage the operations property of the microsoft.graph.delegatedAdminRelationship entity. get: tags: - tenantRelationships.delegatedAdminRelationship summary: List operations description: Get a list of the delegatedAdminRelationshipOperation objects and their properties. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/delegatedadminrelationship-list-operations?view=graph-rest-1.0 operationId: tenantRelationships.delegatedAdminRelationships.ListOperations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.delegatedAdminRelationshipOperationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - tenantRelationships.delegatedAdminRelationship summary: Create new navigation property to operations for tenantRelationships operationId: tenantRelationships.delegatedAdminRelationships.CreateOperations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.delegatedAdminRelationshipOperation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.delegatedAdminRelationshipOperation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: delegatedAdminRelationship-id in: path description: The unique identifier of delegatedAdminRelationship required: true schema: type: string x-ms-docs-key-type: delegatedAdminRelationship '/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/{delegatedAdminRelationshipOperation-id}': description: Provides operations to manage the operations property of the microsoft.graph.delegatedAdminRelationship entity. get: tags: - tenantRelationships.delegatedAdminRelationship summary: Get delegatedAdminRelationshipOperation description: Read the properties of a delegatedAdminRelationshipOperation object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/delegatedadminrelationshipoperation-get?view=graph-rest-1.0 operationId: tenantRelationships.delegatedAdminRelationships.GetOperations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.delegatedAdminRelationshipOperation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - tenantRelationships.delegatedAdminRelationship summary: Update the navigation property operations in tenantRelationships operationId: tenantRelationships.delegatedAdminRelationships.UpdateOperations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.delegatedAdminRelationshipOperation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.delegatedAdminRelationshipOperation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - tenantRelationships.delegatedAdminRelationship summary: Delete navigation property operations for tenantRelationships operationId: tenantRelationships.delegatedAdminRelationships.DeleteOperations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: delegatedAdminRelationship-id in: path description: The unique identifier of delegatedAdminRelationship required: true schema: type: string x-ms-docs-key-type: delegatedAdminRelationship - name: delegatedAdminRelationshipOperation-id in: path description: The unique identifier of delegatedAdminRelationshipOperation required: true schema: type: string x-ms-docs-key-type: delegatedAdminRelationshipOperation '/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/$count': description: Provides operations to count the resources in the collection. get: tags: - tenantRelationships.delegatedAdminRelationship summary: Get the number of the resource operationId: tenantRelationships.delegatedAdminRelationships.operations.GetCount-3beb parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: delegatedAdminRelationship-id in: path description: The unique identifier of delegatedAdminRelationship required: true schema: type: string x-ms-docs-key-type: delegatedAdminRelationship '/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests': description: Provides operations to manage the requests property of the microsoft.graph.delegatedAdminRelationship entity. get: tags: - tenantRelationships.delegatedAdminRelationship summary: List requests description: Get a list of the delegatedAdminRelationshipRequest objects and their properties. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/delegatedadminrelationship-list-requests?view=graph-rest-1.0 operationId: tenantRelationships.delegatedAdminRelationships.ListRequests parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.delegatedAdminRelationshipRequestCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - tenantRelationships.delegatedAdminRelationship summary: Create requests description: Create a new delegatedAdminRelationshipRequest object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/delegatedadminrelationship-post-requests?view=graph-rest-1.0 operationId: tenantRelationships.delegatedAdminRelationships.CreateRequests requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.delegatedAdminRelationshipRequest' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.delegatedAdminRelationshipRequest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: delegatedAdminRelationship-id in: path description: The unique identifier of delegatedAdminRelationship required: true schema: type: string x-ms-docs-key-type: delegatedAdminRelationship '/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/{delegatedAdminRelationshipRequest-id}': description: Provides operations to manage the requests property of the microsoft.graph.delegatedAdminRelationship entity. get: tags: - tenantRelationships.delegatedAdminRelationship summary: Get delegatedAdminRelationshipRequest description: Read the properties and relationships of a delegatedAdminRelationshipRequest object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/delegatedadminrelationshiprequest-get?view=graph-rest-1.0 operationId: tenantRelationships.delegatedAdminRelationships.GetRequests parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.delegatedAdminRelationshipRequest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - tenantRelationships.delegatedAdminRelationship summary: Update the navigation property requests in tenantRelationships operationId: tenantRelationships.delegatedAdminRelationships.UpdateRequests requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.delegatedAdminRelationshipRequest' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.delegatedAdminRelationshipRequest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - tenantRelationships.delegatedAdminRelationship summary: Delete navigation property requests for tenantRelationships operationId: tenantRelationships.delegatedAdminRelationships.DeleteRequests parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: delegatedAdminRelationship-id in: path description: The unique identifier of delegatedAdminRelationship required: true schema: type: string x-ms-docs-key-type: delegatedAdminRelationship - name: delegatedAdminRelationshipRequest-id in: path description: The unique identifier of delegatedAdminRelationshipRequest required: true schema: type: string x-ms-docs-key-type: delegatedAdminRelationshipRequest '/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/$count': description: Provides operations to count the resources in the collection. get: tags: - tenantRelationships.delegatedAdminRelationship summary: Get the number of the resource operationId: tenantRelationships.delegatedAdminRelationships.requests.GetCount-f3a6 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: delegatedAdminRelationship-id in: path description: The unique identifier of delegatedAdminRelationship required: true schema: type: string x-ms-docs-key-type: delegatedAdminRelationship /tenantRelationships/delegatedAdminRelationships/$count: description: Provides operations to count the resources in the collection. get: tags: - tenantRelationships.delegatedAdminRelationship summary: Get the number of the resource operationId: tenantRelationships.delegatedAdminRelationships.GetCount-9d12 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' '/tenantRelationships/findTenantInformationByDomainName(domainName=''{domainName}'')': description: Provides operations to call the findTenantInformationByDomainName method. get: tags: - tenantRelationships.Functions summary: Invoke function findTenantInformationByDomainName description: 'Given a domain name, search for a tenant and read its tenantInformation. You can use this API to validate tenant information and use the tenantId to configure cross-tenant access settings between you and the tenant.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/tenantrelationship-findtenantinformationbydomainname?view=graph-rest-1.0 operationId: tenantRelationships.findTenantInformationByDomainName responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.tenantInformation' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: domainName in: path description: 'Usage: domainName=''{domainName}''' required: true schema: type: string nullable: true '/tenantRelationships/findTenantInformationByTenantId(tenantId=''{tenantId}'')': description: Provides operations to call the findTenantInformationByTenantId method. get: tags: - tenantRelationships.Functions summary: Invoke function findTenantInformationByTenantId description: 'Given a tenant ID, search for a tenant and read its tenantInformation. You can use this API to validate tenant information and use the tenantId to configure cross-tenant cross-tenant access settings between you and the tenant.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/tenantrelationship-findtenantinformationbytenantid?view=graph-rest-1.0 operationId: tenantRelationships.findTenantInformationByTenantId responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.tenantInformation' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: tenantId in: path description: 'Usage: tenantId=''{tenantId}''' required: true schema: type: string nullable: true /tenantRelationships/multiTenantOrganization: description: Provides operations to manage the multiTenantOrganization property of the microsoft.graph.tenantRelationship entity. get: tags: - tenantRelationships.multiTenantOrganization summary: Get multiTenantOrganization description: Get properties of the multitenant organization. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/multitenantorganization-get?view=graph-rest-1.0 operationId: tenantRelationships.GetMultiTenantOrganization parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.multiTenantOrganization' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - tenantRelationships.multiTenantOrganization summary: Update multiTenantOrganization description: Update the properties of a multitenant organization. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/multitenantorganization-update?view=graph-rest-1.0 operationId: tenantRelationships.UpdateMultiTenantOrganization requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.multiTenantOrganization' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.multiTenantOrganization' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /tenantRelationships/multiTenantOrganization/joinRequest: description: Provides operations to manage the joinRequest property of the microsoft.graph.multiTenantOrganization entity. get: tags: - tenantRelationships.multiTenantOrganization summary: Get multiTenantOrganizationJoinRequestRecord description: Get the status of a tenant joining a multitenant organization. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/multitenantorganizationjoinrequestrecord-get?view=graph-rest-1.0 operationId: tenantRelationships.multiTenantOrganization.GetJoinRequest parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.multiTenantOrganizationJoinRequestRecord' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - tenantRelationships.multiTenantOrganization summary: Update multiTenantOrganizationJoinRequestRecord description: 'Join a multitenant organization, after the owner of the multitenant organization has added your tenant to the multitenant organization as pending. Before a tenant added to a multitenant organization can participate in the multitenant organization, the administrator of the joining tenant must submit a join request. To allow for asynchronous processing, you must wait up to 2 hours before joining a multitenant organization is completed.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/multitenantorganizationjoinrequestrecord-update?view=graph-rest-1.0 operationId: tenantRelationships.multiTenantOrganization.UpdateJoinRequest requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.multiTenantOrganizationJoinRequestRecord' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.multiTenantOrganizationJoinRequestRecord' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /tenantRelationships/multiTenantOrganization/tenants: description: Provides operations to manage the tenants property of the microsoft.graph.multiTenantOrganization entity. get: tags: - tenantRelationships.multiTenantOrganization summary: List multiTenantOrganizationMembers description: List the tenants and their properties in the multitenant organization. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/multitenantorganization-list-tenants?view=graph-rest-1.0 operationId: tenantRelationships.multiTenantOrganization.ListTenants parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.multiTenantOrganizationMemberCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - tenantRelationships.multiTenantOrganization summary: Add multiTenantOrganizationMember description: Add a tenant to a multitenant organization. The administrator of an owner tenant has the permissions to add tenants to the multitenant organization. The added tenant is in the pending state until the administrator of the added tenant joins the multitenant organization by submitting a join request. A tenant can be part of only one multitenant organization. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/multitenantorganization-post-tenants?view=graph-rest-1.0 operationId: tenantRelationships.multiTenantOrganization.CreateTenants requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.multiTenantOrganizationMember' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.multiTenantOrganizationMember' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/tenantRelationships/multiTenantOrganization/tenants/{multiTenantOrganizationMember-id}': description: Provides operations to manage the tenants property of the microsoft.graph.multiTenantOrganization entity. get: tags: - tenantRelationships.multiTenantOrganization summary: Get multiTenantOrganizationMember description: Get a tenant and its properties in the multitenant organization. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/multitenantorganizationmember-get?view=graph-rest-1.0 operationId: tenantRelationships.multiTenantOrganization.GetTenants parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.multiTenantOrganizationMember' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - tenantRelationships.multiTenantOrganization summary: Update the navigation property tenants in tenantRelationships operationId: tenantRelationships.multiTenantOrganization.UpdateTenants requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.multiTenantOrganizationMember' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.multiTenantOrganizationMember' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - tenantRelationships.multiTenantOrganization summary: Remove multiTenantOrganizationMember description: 'Remove a tenant from a multitenant organization. A tenant can be removed in the following scenarios:' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/multitenantorganization-delete-tenants?view=graph-rest-1.0 operationId: tenantRelationships.multiTenantOrganization.DeleteTenants parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: multiTenantOrganizationMember-id in: path description: The unique identifier of multiTenantOrganizationMember required: true schema: type: string x-ms-docs-key-type: multiTenantOrganizationMember /tenantRelationships/multiTenantOrganization/tenants/$count: description: Provides operations to count the resources in the collection. get: tags: - tenantRelationships.multiTenantOrganization summary: Get the number of the resource operationId: tenantRelationships.multiTenantOrganization.tenants.GetCount-3393 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /users: description: Provides operations to manage the collection of user entities. get: tags: - users.user summary: List users description: List properties and relationships of the user objects. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-mam-user-list?view=graph-rest-1.0 operationId: users.user.ListUser parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.userCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.user summary: Create user description: Create a new user object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-mam-user-create?view=graph-rest-1.0 operationId: users.user.CreateUser requestBody: description: New entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' required: true responses: 2XX: description: Created entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation '/users/{user-id}': description: Provides operations to manage the collection of user entities. get: tags: - users.user summary: Get user description: Read properties and relationships of the user object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-mam-user-get?view=graph-rest-1.0 operationId: users.user.GetUser parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.user summary: Update user description: Update the properties of a user object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-mam-user-update?view=graph-rest-1.0 operationId: users.user.UpdateUser requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.user summary: Delete user description: Deletes a user. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-mam-user-delete?view=graph-rest-1.0 operationId: users.user.DeleteUser parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/activities': description: Provides operations to manage the activities property of the microsoft.graph.user entity. get: tags: - users.userActivity summary: Get activities from users description: The user's activities across devices. Read-only. Nullable. operationId: users.ListActivities parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.userActivityCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.userActivity summary: Create new navigation property to activities for users operationId: users.CreateActivities requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userActivity' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userActivity' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/activities/{userActivity-id}': description: Provides operations to manage the activities property of the microsoft.graph.user entity. get: tags: - users.userActivity summary: Get activities from users description: The user's activities across devices. Read-only. Nullable. operationId: users.GetActivities parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userActivity' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.userActivity summary: Update the navigation property activities in users operationId: users.UpdateActivities requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userActivity' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userActivity' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.userActivity summary: Delete navigation property activities for users operationId: users.DeleteActivities parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: userActivity-id in: path description: The unique identifier of userActivity required: true schema: type: string x-ms-docs-key-type: userActivity '/users/{user-id}/activities/{userActivity-id}/historyItems': description: Provides operations to manage the historyItems property of the microsoft.graph.userActivity entity. get: tags: - users.userActivity summary: Get historyItems from users description: Optional. NavigationProperty/Containment; navigation property to the activity's historyItems. operationId: users.activities.ListHistoryItems parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.activityHistoryItemCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.userActivity summary: Create new navigation property to historyItems for users operationId: users.activities.CreateHistoryItems requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.activityHistoryItem' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.activityHistoryItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: userActivity-id in: path description: The unique identifier of userActivity required: true schema: type: string x-ms-docs-key-type: userActivity '/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}': description: Provides operations to manage the historyItems property of the microsoft.graph.userActivity entity. get: tags: - users.userActivity summary: Get historyItems from users description: Optional. NavigationProperty/Containment; navigation property to the activity's historyItems. operationId: users.activities.GetHistoryItems parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.activityHistoryItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.userActivity summary: Update the navigation property historyItems in users operationId: users.activities.UpdateHistoryItems requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.activityHistoryItem' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.activityHistoryItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.userActivity summary: Delete navigation property historyItems for users operationId: users.activities.DeleteHistoryItems parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: userActivity-id in: path description: The unique identifier of userActivity required: true schema: type: string x-ms-docs-key-type: userActivity - name: activityHistoryItem-id in: path description: The unique identifier of activityHistoryItem required: true schema: type: string x-ms-docs-key-type: activityHistoryItem '/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}/activity': description: Provides operations to manage the activity property of the microsoft.graph.activityHistoryItem entity. get: tags: - users.userActivity summary: Get activity from users description: Optional. NavigationProperty/Containment; navigation property to the associated activity. operationId: users.activities.historyItems.GetActivity parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userActivity' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: userActivity-id in: path description: The unique identifier of userActivity required: true schema: type: string x-ms-docs-key-type: userActivity - name: activityHistoryItem-id in: path description: The unique identifier of activityHistoryItem required: true schema: type: string x-ms-docs-key-type: activityHistoryItem '/users/{user-id}/activities/{userActivity-id}/historyItems/$count': description: Provides operations to count the resources in the collection. get: tags: - users.userActivity summary: Get the number of the resource operationId: users.activities.historyItems.GetCount-625e parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: userActivity-id in: path description: The unique identifier of userActivity required: true schema: type: string x-ms-docs-key-type: userActivity '/users/{user-id}/activities/$count': description: Provides operations to count the resources in the collection. get: tags: - users.userActivity summary: Get the number of the resource operationId: users.activities.GetCount-39cc parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/activities/recent()': description: Provides operations to call the recent method. get: tags: - users.Functions summary: Invoke function recent description: 'Get recent activities for a given user. This OData function has some default behaviors included to make it operate like a ''most recently used'' API. The service queries for the most recent activityHistoryItems, and then pull those related activities. Activities are sorted according to the most recent lastModified on the activityHistoryItem. This means that activities without activityHistoryItems won''t be included in the response. The UserActivity.ReadWrite.CreatedByApp permission will also apply extra filtering to the response, so that only activities created by your application are returned. This server-side filtering might result in empty pages if the user is active and other applications have created more recent activities. To get your application''s activities, use the nextLink property to paginate.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/projectrome-get-recent-activities?view=graph-rest-1.0 operationId: users.user.activities.recent parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of userActivity type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.userActivity' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/agreementAcceptances': description: Provides operations to manage the agreementAcceptances property of the microsoft.graph.user entity. get: tags: - users.agreementAcceptance summary: Get agreementAcceptances from users description: The user's terms of use acceptance statuses. Read-only. Nullable. operationId: users.ListAgreementAcceptances parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.agreementAcceptanceCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/agreementAcceptances/{agreementAcceptance-id}': description: Provides operations to manage the agreementAcceptances property of the microsoft.graph.user entity. get: tags: - users.agreementAcceptance summary: Get agreementAcceptances from users description: The user's terms of use acceptance statuses. Read-only. Nullable. operationId: users.GetAgreementAcceptances parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.agreementAcceptance' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: agreementAcceptance-id in: path description: The unique identifier of agreementAcceptance required: true schema: type: string x-ms-docs-key-type: agreementAcceptance '/users/{user-id}/agreementAcceptances/$count': description: Provides operations to count the resources in the collection. get: tags: - users.agreementAcceptance summary: Get the number of the resource operationId: users.agreementAcceptances.GetCount-b659 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/appRoleAssignments': description: Provides operations to manage the appRoleAssignments property of the microsoft.graph.user entity. get: tags: - users.appRoleAssignment summary: List appRoleAssignments granted to a user description: Retrieve the list of appRoleAssignments that are currently granted to a user. This operation also returns app role assignments granted to groups that the user is a direct member of. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/user-list-approleassignments?view=graph-rest-1.0 operationId: users.ListAppRoleAssignments parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.appRoleAssignmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.appRoleAssignment summary: Grant an appRoleAssignment to a user description: 'Use this API to assign an app role to a user. To grant an app role assignment to a user, you need three identifiers:' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/user-post-approleassignments?view=graph-rest-1.0 operationId: users.CreateAppRoleAssignments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.appRoleAssignment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.appRoleAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}': description: Provides operations to manage the appRoleAssignments property of the microsoft.graph.user entity. get: tags: - users.appRoleAssignment summary: Get appRoleAssignments from users description: Represents the app roles a user is granted for an application. Supports $expand. operationId: users.GetAppRoleAssignments parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.appRoleAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.appRoleAssignment summary: Update the navigation property appRoleAssignments in users operationId: users.UpdateAppRoleAssignments requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.appRoleAssignment' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.appRoleAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.appRoleAssignment summary: Delete appRoleAssignment description: Delete an appRoleAssignment that has been granted to a user. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/user-delete-approleassignments?view=graph-rest-1.0 operationId: users.DeleteAppRoleAssignments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: appRoleAssignment-id in: path description: The unique identifier of appRoleAssignment required: true schema: type: string x-ms-docs-key-type: appRoleAssignment '/users/{user-id}/appRoleAssignments/$count': description: Provides operations to count the resources in the collection. get: tags: - users.appRoleAssignment summary: Get the number of the resource operationId: users.appRoleAssignments.GetCount-d180 parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/authentication': description: Provides operations to manage the authentication property of the microsoft.graph.user entity. get: tags: - users.authentication summary: Get authentication from users description: The authentication methods that are supported for the user. operationId: users.GetAuthentication parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authentication' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.authentication summary: Update the navigation property authentication in users operationId: users.UpdateAuthentication requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authentication' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authentication' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.authentication summary: Delete navigation property authentication for users operationId: users.DeleteAuthentication parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/authentication/emailMethods': description: Provides operations to manage the emailMethods property of the microsoft.graph.authentication entity. get: tags: - users.authentication summary: Get emailMethods from users description: The email address registered to a user for authentication. operationId: users.authentication.ListEmailMethods parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.emailAuthenticationMethodCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.authentication summary: Create emailMethod description: Set a user's emailAuthenticationMethod object. Email authentication is a self-service password reset method. A user may only have one email authentication method. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/authentication-post-emailmethods?view=graph-rest-1.0 operationId: users.authentication.CreateEmailMethods requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.emailAuthenticationMethod' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.emailAuthenticationMethod' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}': description: Provides operations to manage the emailMethods property of the microsoft.graph.authentication entity. get: tags: - users.authentication summary: Get emailMethods from users description: The email address registered to a user for authentication. operationId: users.authentication.GetEmailMethods parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.emailAuthenticationMethod' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.authentication summary: Update emailAuthenticationMethod description: Update a user's email address represented by an emailAuthenticationMethod object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/emailauthenticationmethod-update?view=graph-rest-1.0 operationId: users.authentication.UpdateEmailMethods requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.emailAuthenticationMethod' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.emailAuthenticationMethod' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.authentication summary: Delete emailAuthenticationMethod description: Deletes a user's emailAuthenticationMethod object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/emailauthenticationmethod-delete?view=graph-rest-1.0 operationId: users.authentication.DeleteEmailMethods parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: emailAuthenticationMethod-id in: path description: The unique identifier of emailAuthenticationMethod required: true schema: type: string x-ms-docs-key-type: emailAuthenticationMethod '/users/{user-id}/authentication/emailMethods/$count': description: Provides operations to count the resources in the collection. get: tags: - users.authentication summary: Get the number of the resource operationId: users.authentication.emailMethods.GetCount-6f5c parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/authentication/fido2Methods': description: Provides operations to manage the fido2Methods property of the microsoft.graph.authentication entity. get: tags: - users.authentication summary: Get fido2Methods from users description: Represents the FIDO2 security keys registered to a user for authentication. operationId: users.authentication.ListFido2Methods parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.fido2AuthenticationMethodCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/authentication/fido2Methods/{fido2AuthenticationMethod-id}': description: Provides operations to manage the fido2Methods property of the microsoft.graph.authentication entity. get: tags: - users.authentication summary: Get fido2Methods from users description: Represents the FIDO2 security keys registered to a user for authentication. operationId: users.authentication.GetFido2Methods parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.fido2AuthenticationMethod' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.authentication summary: Delete fido2AuthenticationMethod description: Deletes a user's FIDO2 Security Key Authentication Method object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/fido2authenticationmethod-delete?view=graph-rest-1.0 operationId: users.authentication.DeleteFido2Methods parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: fido2AuthenticationMethod-id in: path description: The unique identifier of fido2AuthenticationMethod required: true schema: type: string x-ms-docs-key-type: fido2AuthenticationMethod '/users/{user-id}/authentication/fido2Methods/$count': description: Provides operations to count the resources in the collection. get: tags: - users.authentication summary: Get the number of the resource operationId: users.authentication.fido2Methods.GetCount-9673 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/authentication/methods': description: Provides operations to manage the methods property of the microsoft.graph.authentication entity. get: tags: - users.authentication summary: Get methods from users description: Represents all authentication methods registered to a user. operationId: users.authentication.ListMethods parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.authenticationMethodCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.authentication summary: Create new navigation property to methods for users operationId: users.authentication.CreateMethods requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authenticationMethod' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authenticationMethod' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/authentication/methods/{authenticationMethod-id}': description: Provides operations to manage the methods property of the microsoft.graph.authentication entity. get: tags: - users.authentication summary: Get methods from users description: Represents all authentication methods registered to a user. operationId: users.authentication.GetMethods parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authenticationMethod' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.authentication summary: Update the navigation property methods in users operationId: users.authentication.UpdateMethods requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authenticationMethod' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authenticationMethod' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: authenticationMethod-id in: path description: The unique identifier of authenticationMethod required: true schema: type: string x-ms-docs-key-type: authenticationMethod '/users/{user-id}/authentication/methods/{authenticationMethod-id}/resetPassword': description: Provides operations to call the resetPassword method. post: tags: - users.Actions summary: Invoke action resetPassword description: 'Reset a user''s password, represented by a password authentication method object. This can only be done by an administrator with appropriate permissions and can''t be performed on a user''s own account. This flow writes the new password to Microsoft Entra ID and pushes it to on-premises Active Directory if configured using password writeback. The admin can either provide a new password or have the system generate one. The user is prompted to change their password on their next sign in. This reset is a long-running operation and returns a Location header with a link where the caller can periodically check for the status of the reset operation.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/authenticationmethod-resetpassword?view=graph-rest-1.0 operationId: users.user.authentication.methods.authenticationMethod.resetPassword requestBody: description: Action parameters content: application/json: schema: type: object properties: newPassword: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.passwordResetResponse' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: authenticationMethod-id in: path description: The unique identifier of authenticationMethod required: true schema: type: string x-ms-docs-key-type: authenticationMethod '/users/{user-id}/authentication/methods/$count': description: Provides operations to count the resources in the collection. get: tags: - users.authentication summary: Get the number of the resource operationId: users.authentication.methods.GetCount-0da1 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/authentication/microsoftAuthenticatorMethods': description: Provides operations to manage the microsoftAuthenticatorMethods property of the microsoft.graph.authentication entity. get: tags: - users.authentication summary: List microsoftAuthenticatorAuthenticationMethods description: Get a list of the microsoftAuthenticatorAuthenticationMethod objects and their properties. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/microsoftauthenticatorauthenticationmethod-list?view=graph-rest-1.0 operationId: users.authentication.ListMicrosoftAuthenticatorMethods parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.microsoftAuthenticatorAuthenticationMethodCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}': description: Provides operations to manage the microsoftAuthenticatorMethods property of the microsoft.graph.authentication entity. get: tags: - users.authentication summary: Get microsoftAuthenticatorAuthenticationMethod description: Read the properties and relationships of a microsoftAuthenticatorAuthenticationMethod object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/microsoftauthenticatorauthenticationmethod-get?view=graph-rest-1.0 operationId: users.authentication.GetMicrosoftAuthenticatorMethods parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.microsoftAuthenticatorAuthenticationMethod' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.authentication summary: Delete microsoftAuthenticatorAuthenticationMethod description: Deletes a microsoftAuthenticatorAuthenticationMethod object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/microsoftauthenticatorauthenticationmethod-delete?view=graph-rest-1.0 operationId: users.authentication.DeleteMicrosoftAuthenticatorMethods parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: microsoftAuthenticatorAuthenticationMethod-id in: path description: The unique identifier of microsoftAuthenticatorAuthenticationMethod required: true schema: type: string x-ms-docs-key-type: microsoftAuthenticatorAuthenticationMethod '/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device': description: Provides operations to manage the device property of the microsoft.graph.microsoftAuthenticatorAuthenticationMethod entity. get: tags: - users.authentication summary: Get device from users description: The registered device on which Microsoft Authenticator resides. This property is null if the device isn't registered for passwordless Phone Sign-In. operationId: users.authentication.microsoftAuthenticatorMethods.GetDevice parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.device' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: microsoftAuthenticatorAuthenticationMethod-id in: path description: The unique identifier of microsoftAuthenticatorAuthenticationMethod required: true schema: type: string x-ms-docs-key-type: microsoftAuthenticatorAuthenticationMethod '/users/{user-id}/authentication/microsoftAuthenticatorMethods/$count': description: Provides operations to count the resources in the collection. get: tags: - users.authentication summary: Get the number of the resource operationId: users.authentication.microsoftAuthenticatorMethods.GetCount-af8c parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/authentication/operations': description: Provides operations to manage the operations property of the microsoft.graph.authentication entity. get: tags: - users.authentication summary: Get longRunningOperation description: 'Read the properties and relationships of a longRunningOperation object. This API allows you to retrieve the details and status of the following long-running Microsoft Graph API operations. The possible states of the long-running operation are notStarted, running, succeeded, failed, unknownFutureValue where succeeded and failed are terminal states.' operationId: users.authentication.ListOperations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.longRunningOperationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.authentication summary: Create new navigation property to operations for users operationId: users.authentication.CreateOperations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.longRunningOperation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.longRunningOperation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/authentication/operations/{longRunningOperation-id}': description: Provides operations to manage the operations property of the microsoft.graph.authentication entity. get: tags: - users.authentication summary: Get longRunningOperation description: 'Read the properties and relationships of a longRunningOperation object. This API allows you to retrieve the details and status of the following long-running Microsoft Graph API operations. The possible states of the long-running operation are notStarted, running, succeeded, failed, unknownFutureValue where succeeded and failed are terminal states.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/longrunningoperation-get?view=graph-rest-1.0 operationId: users.authentication.GetOperations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.longRunningOperation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.authentication summary: Update the navigation property operations in users operationId: users.authentication.UpdateOperations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.longRunningOperation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.longRunningOperation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.authentication summary: Delete navigation property operations for users operationId: users.authentication.DeleteOperations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: longRunningOperation-id in: path description: The unique identifier of longRunningOperation required: true schema: type: string x-ms-docs-key-type: longRunningOperation '/users/{user-id}/authentication/operations/$count': description: Provides operations to count the resources in the collection. get: tags: - users.authentication summary: Get the number of the resource operationId: users.authentication.operations.GetCount-40a4 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/authentication/passwordMethods': description: Provides operations to manage the passwordMethods property of the microsoft.graph.authentication entity. get: tags: - users.authentication summary: Get passwordMethods from users description: 'Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password.' operationId: users.authentication.ListPasswordMethods parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.passwordAuthenticationMethodCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.authentication summary: Create new navigation property to passwordMethods for users operationId: users.authentication.CreatePasswordMethods requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.passwordAuthenticationMethod' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.passwordAuthenticationMethod' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/authentication/passwordMethods/{passwordAuthenticationMethod-id}': description: Provides operations to manage the passwordMethods property of the microsoft.graph.authentication entity. get: tags: - users.authentication summary: Get passwordMethods from users description: 'Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password.' operationId: users.authentication.GetPasswordMethods parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.passwordAuthenticationMethod' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: passwordAuthenticationMethod-id in: path description: The unique identifier of passwordAuthenticationMethod required: true schema: type: string x-ms-docs-key-type: passwordAuthenticationMethod '/users/{user-id}/authentication/passwordMethods/$count': description: Provides operations to count the resources in the collection. get: tags: - users.authentication summary: Get the number of the resource operationId: users.authentication.passwordMethods.GetCount-ec55 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/authentication/phoneMethods': description: Provides operations to manage the phoneMethods property of the microsoft.graph.authentication entity. get: tags: - users.authentication summary: Get phoneMethods from users description: The phone numbers registered to a user for authentication. operationId: users.authentication.ListPhoneMethods parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.phoneAuthenticationMethodCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.authentication summary: Create phoneMethod description: 'Add a new phone authentication method for a user. A user may only have one phone of each type, captured in the phoneType property. This means, for example, adding a mobile phone to a user with a pre-existing mobile phone fails. Additionally, a user must always have a mobile phone before adding an alternateMobile phone. Adding a phone number makes it available for use in both Azure multi-factor authentication (MFA) and self-service password reset (SSPR), if enabled. Additionally, if a user is enabled by policy to use SMS sign-in and a mobile number is added, the system attempts to register the number for use in that system.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/authentication-post-phonemethods?view=graph-rest-1.0 operationId: users.authentication.CreatePhoneMethods requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.phoneAuthenticationMethod' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.phoneAuthenticationMethod' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}': description: Provides operations to manage the phoneMethods property of the microsoft.graph.authentication entity. get: tags: - users.authentication summary: Get phoneMethods from users description: The phone numbers registered to a user for authentication. operationId: users.authentication.GetPhoneMethods parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.phoneAuthenticationMethod' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.authentication summary: Update phoneAuthenticationMethod description: 'Update a user''s phone number associated with a phone authentication method object. You can''t change a phone''s type. To change a phone''s type, add a new number of the desired type and then delete the object with the original type. If a user is enabled by policy to use SMS to sign in and the mobile number is changed, the system will attempt to register the number for use in that system.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/phoneauthenticationmethod-update?view=graph-rest-1.0 operationId: users.authentication.UpdatePhoneMethods requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.phoneAuthenticationMethod' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.phoneAuthenticationMethod' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.authentication summary: Delete navigation property phoneMethods for users operationId: users.authentication.DeletePhoneMethods parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: phoneAuthenticationMethod-id in: path description: The unique identifier of phoneAuthenticationMethod required: true schema: type: string x-ms-docs-key-type: phoneAuthenticationMethod '/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}/disableSmsSignIn': description: Provides operations to call the disableSmsSignIn method. post: tags: - users.Actions summary: Invoke action disableSmsSignIn description: 'Disable SMS sign-in for an existing mobile phone number registered to a user. The number will no longer be available for SMS sign-in, which can prevent your user from signing in.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/phoneauthenticationmethod-disablesmssignin?view=graph-rest-1.0 operationId: users.user.authentication.phoneMethods.phoneAuthenticationMethod.disableSmsSignIn responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: phoneAuthenticationMethod-id in: path description: The unique identifier of phoneAuthenticationMethod required: true schema: type: string x-ms-docs-key-type: phoneAuthenticationMethod '/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}/enableSmsSignIn': description: Provides operations to call the enableSmsSignIn method. post: tags: - users.Actions summary: Invoke action enableSmsSignIn description: 'Enable SMS sign-in for an existing mobile phone number registered to a user. To be successfully enabled:' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/phoneauthenticationmethod-enablesmssignin?view=graph-rest-1.0 operationId: users.user.authentication.phoneMethods.phoneAuthenticationMethod.enableSmsSignIn responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: phoneAuthenticationMethod-id in: path description: The unique identifier of phoneAuthenticationMethod required: true schema: type: string x-ms-docs-key-type: phoneAuthenticationMethod '/users/{user-id}/authentication/phoneMethods/$count': description: Provides operations to count the resources in the collection. get: tags: - users.authentication summary: Get the number of the resource operationId: users.authentication.phoneMethods.GetCount-2ea0 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/authentication/softwareOathMethods': description: Provides operations to manage the softwareOathMethods property of the microsoft.graph.authentication entity. get: tags: - users.authentication summary: Get softwareOathMethods from users description: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. operationId: users.authentication.ListSoftwareOathMethods parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.softwareOathAuthenticationMethodCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/authentication/softwareOathMethods/{softwareOathAuthenticationMethod-id}': description: Provides operations to manage the softwareOathMethods property of the microsoft.graph.authentication entity. get: tags: - users.authentication summary: Get softwareOathMethods from users description: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. operationId: users.authentication.GetSoftwareOathMethods parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.softwareOathAuthenticationMethod' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.authentication summary: Delete softwareOathAuthenticationMethod description: Delete a user's Software OATH token authentication method object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/softwareoathauthenticationmethod-delete?view=graph-rest-1.0 operationId: users.authentication.DeleteSoftwareOathMethods parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: softwareOathAuthenticationMethod-id in: path description: The unique identifier of softwareOathAuthenticationMethod required: true schema: type: string x-ms-docs-key-type: softwareOathAuthenticationMethod '/users/{user-id}/authentication/softwareOathMethods/$count': description: Provides operations to count the resources in the collection. get: tags: - users.authentication summary: Get the number of the resource operationId: users.authentication.softwareOathMethods.GetCount-0ccd parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/authentication/temporaryAccessPassMethods': description: Provides operations to manage the temporaryAccessPassMethods property of the microsoft.graph.authentication entity. get: tags: - users.authentication summary: List temporaryAccessPassMethods description: Retrieve a list of a user's temporaryAccessPassAuthenticationMethod objects and their properties. This API will only return a single object in the collection as a user can have only one Temporary Access Pass method. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/authentication-list-temporaryaccesspassmethods?view=graph-rest-1.0 operationId: users.authentication.ListTemporaryAccessPassMethods parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.temporaryAccessPassAuthenticationMethodCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.authentication summary: Create temporaryAccessPassMethod description: 'Create a new temporaryAccessPassAuthenticationMethod object on a user. A user can only have one Temporary Access Pass that''s usable within its specified lifetime. If the user requires a new Temporary Access Pass while the current Temporary Access Pass is valid, the admin can create a new Temporary Access Pass for the user, the previous Temporary Access Pass will be deleted, and a new Temporary Access Pass will be created.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/authentication-post-temporaryaccesspassmethods?view=graph-rest-1.0 operationId: users.authentication.CreateTemporaryAccessPassMethods requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.temporaryAccessPassAuthenticationMethod' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.temporaryAccessPassAuthenticationMethod' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/authentication/temporaryAccessPassMethods/{temporaryAccessPassAuthenticationMethod-id}': description: Provides operations to manage the temporaryAccessPassMethods property of the microsoft.graph.authentication entity. get: tags: - users.authentication summary: Get temporaryAccessPassAuthenticationMethod description: Retrieve a user's single temporaryAccessPassAuthenticationMethod object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/temporaryaccesspassauthenticationmethod-get?view=graph-rest-1.0 operationId: users.authentication.GetTemporaryAccessPassMethods parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.temporaryAccessPassAuthenticationMethod' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.authentication summary: Delete temporaryAccessPassAuthenticationMethod description: Delete a users's temporaryAccessPassAuthenticationMethod object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/temporaryaccesspassauthenticationmethod-delete?view=graph-rest-1.0 operationId: users.authentication.DeleteTemporaryAccessPassMethods parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: temporaryAccessPassAuthenticationMethod-id in: path description: The unique identifier of temporaryAccessPassAuthenticationMethod required: true schema: type: string x-ms-docs-key-type: temporaryAccessPassAuthenticationMethod '/users/{user-id}/authentication/temporaryAccessPassMethods/$count': description: Provides operations to count the resources in the collection. get: tags: - users.authentication summary: Get the number of the resource operationId: users.authentication.temporaryAccessPassMethods.GetCount-3b4c parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/authentication/windowsHelloForBusinessMethods': description: Provides operations to manage the windowsHelloForBusinessMethods property of the microsoft.graph.authentication entity. get: tags: - users.authentication summary: List windowsHelloForBusinessAuthenticationMethods description: Get a list of the windowsHelloForBusinessAuthenticationMethod objects and their properties. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/windowshelloforbusinessauthenticationmethod-list?view=graph-rest-1.0 operationId: users.authentication.ListWindowsHelloForBusinessMethods parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.windowsHelloForBusinessAuthenticationMethodCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}': description: Provides operations to manage the windowsHelloForBusinessMethods property of the microsoft.graph.authentication entity. get: tags: - users.authentication summary: Get windowsHelloForBusinessAuthenticationMethod description: Read the properties and relationships of a windowsHelloForBusinessAuthenticationMethod object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/windowshelloforbusinessauthenticationmethod-get?view=graph-rest-1.0 operationId: users.authentication.GetWindowsHelloForBusinessMethods parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsHelloForBusinessAuthenticationMethod' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.authentication summary: Delete windowsHelloForBusinessAuthenticationMethod description: Deletes a windowsHelloForBusinessAuthenticationMethod object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/windowshelloforbusinessauthenticationmethod-delete?view=graph-rest-1.0 operationId: users.authentication.DeleteWindowsHelloForBusinessMethods parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: windowsHelloForBusinessAuthenticationMethod-id in: path description: The unique identifier of windowsHelloForBusinessAuthenticationMethod required: true schema: type: string x-ms-docs-key-type: windowsHelloForBusinessAuthenticationMethod '/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device': description: Provides operations to manage the device property of the microsoft.graph.windowsHelloForBusinessAuthenticationMethod entity. get: tags: - users.authentication summary: Get device from users description: 'The registered device on which this Windows Hello for Business key resides. Supports $expand. When you get a user''s Windows Hello for Business registration information, this property is returned only on a single GET and when you specify ?$expand. For example, GET /users/admin@contoso.com/authentication/windowsHelloForBusinessMethods/_jpuR-TGZtk6aQCLF3BQjA2?$expand=device.' operationId: users.authentication.windowsHelloForBusinessMethods.GetDevice parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.device' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: windowsHelloForBusinessAuthenticationMethod-id in: path description: The unique identifier of windowsHelloForBusinessAuthenticationMethod required: true schema: type: string x-ms-docs-key-type: windowsHelloForBusinessAuthenticationMethod '/users/{user-id}/authentication/windowsHelloForBusinessMethods/$count': description: Provides operations to count the resources in the collection. get: tags: - users.authentication summary: Get the number of the resource operationId: users.authentication.windowsHelloForBusinessMethods.GetCount-0479 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/calendar': description: Provides operations to manage the calendar property of the microsoft.graph.user entity. get: tags: - users.calendar summary: Get calendar from users description: The user's primary calendar. Read-only. operationId: users.GetCalendar parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.calendar summary: Update the navigation property calendar in users operationId: users.UpdateCalendar requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/calendar/calendarPermissions': description: Provides operations to manage the calendarPermissions property of the microsoft.graph.calendar entity. get: tags: - users.calendar summary: List calendarPermissions description: 'Get a collection of calendarPermission resources that describe the identity and roles of users with whom the specified calendar has been shared or delegated. Here, the calendar can be a user calendar or group calendar.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/calendar-list-calendarpermissions?view=graph-rest-1.0 operationId: users.calendar.ListCalendarPermissions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.calendarPermissionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.calendar summary: Create new navigation property to calendarPermissions for users operationId: users.calendar.CreateCalendarPermissions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendarPermission' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendarPermission' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user x-ms-docs-grouped-path: - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarPermissions' - '/users/{user-id}/calendars/{calendar-id}/calendarPermissions' '/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}': description: Provides operations to manage the calendarPermissions property of the microsoft.graph.calendar entity. get: tags: - users.calendar summary: Get calendarPermission description: Get the specified permissions object of a user or group calendar that has been shared. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/calendarpermission-get?view=graph-rest-1.0 operationId: users.calendar.GetCalendarPermissions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendarPermission' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.calendar summary: Update calendarPermission description: 'Update the permissions assigned to an existing share recipient or delegate, through the corresponding calendarPermission object for a calendar.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/calendarpermission-update?view=graph-rest-1.0 operationId: users.calendar.UpdateCalendarPermissions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendarPermission' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendarPermission' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.calendar summary: Delete calendarPermission description: Delete calendarPermission. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/calendarpermission-delete?view=graph-rest-1.0 operationId: users.calendar.DeleteCalendarPermissions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendarPermission-id in: path description: The unique identifier of calendarPermission required: true schema: type: string x-ms-docs-key-type: calendarPermission x-ms-docs-grouped-path: - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarPermissions/{calendarPermission-id}' - '/users/{user-id}/calendars/{calendar-id}/calendarPermissions/{calendarPermission-id}' '/users/{user-id}/calendar/calendarPermissions/$count': description: Provides operations to count the resources in the collection. get: tags: - users.calendar summary: Get the number of the resource operationId: users.calendar.calendarPermissions.GetCount-b877 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/calendar/calendarView': description: Provides operations to manage the calendarView property of the microsoft.graph.calendar entity. get: tags: - users.calendar summary: Get calendarView from users description: The calendar view for the calendar. Navigation property. Read-only. operationId: users.calendar.ListCalendarView parameters: - name: startDateTime in: query description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' required: true schema: type: string - name: endDateTime in: query description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user x-ms-docs-grouped-path: - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView' - '/users/{user-id}/calendars/{calendar-id}/calendarView' '/users/{user-id}/calendar/calendarView/{event-id}': description: Provides operations to manage the calendarView property of the microsoft.graph.calendar entity. get: tags: - users.calendar summary: Get calendarView from users description: The calendar view for the calendar. Navigation property. Read-only. operationId: users.calendar.GetCalendarView parameters: - name: startDateTime in: query description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' required: true schema: type: string - name: endDateTime in: query description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}' '/users/{user-id}/calendar/calendarView/{event-id}/attachments': description: Provides operations to manage the attachments property of the microsoft.graph.event entity. get: tags: - users.calendar summary: Get attachments from users description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: users.calendar.calendarView.ListAttachments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.calendar summary: Create new navigation property to attachments for users operationId: users.calendar.calendarView.CreateAttachments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/calendar/events/{event-id}/attachments' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/attachments' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/calendarView/{event-id}/attachments' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/events/{event-id}/attachments' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments' '/users/{user-id}/calendar/calendarView/{event-id}/attachments/{attachment-id}': description: Provides operations to manage the attachments property of the microsoft.graph.event entity. get: tags: - users.calendar summary: Get attachments from users description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: users.calendar.calendarView.GetAttachments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.calendar summary: Delete navigation property attachments for users operationId: users.calendar.calendarView.DeleteAttachments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: attachment-id in: path description: The unique identifier of attachment required: true schema: type: string x-ms-docs-key-type: attachment x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/calendar/events/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/calendarView/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/events/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' '/users/{user-id}/calendar/calendarView/{event-id}/attachments/$count': description: Provides operations to count the resources in the collection. get: tags: - users.calendar summary: Get the number of the resource operationId: users.calendar.calendarView.attachments.GetCount-3470 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/users/{user-id}/calendar/calendarView/{event-id}/attachments/createUploadSession': description: Provides operations to call the createUploadSession method. post: tags: - users.Actions summary: Invoke action createUploadSession description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 operationId: users.user.calendar.calendarView.event.attachments.createUploadSession requestBody: description: Action parameters content: application/json: schema: type: object properties: AttachmentItem: $ref: '#/components/schemas/microsoft.graph.attachmentItem' required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.uploadSession' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendar/events/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendarView/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/events/{event-id}/attachments/createUploadSession' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/createUploadSession' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/createUploadSession' - '/users/{user-id}/messages/{message-id}/attachments/createUploadSession' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/createUploadSession' '/users/{user-id}/calendar/calendarView/{event-id}/calendar': description: Provides operations to manage the calendar property of the microsoft.graph.event entity. get: tags: - users.calendar summary: Get calendar from users description: The calendar that contains the event. Navigation property. Read-only. operationId: users.calendar.calendarView.GetCalendar parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/calendar/events/{event-id}/calendar' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/calendar' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/calendar' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/calendar' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/calendar' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/calendarView/{event-id}/calendar' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/events/{event-id}/calendar' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/calendar' '/users/{user-id}/calendar/calendarView/{event-id}/extensions': description: Provides operations to manage the extensions property of the microsoft.graph.event entity. get: tags: - users.calendar summary: Get extensions from users description: The collection of open extensions defined for the event. Nullable. operationId: users.calendar.calendarView.ListExtensions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.calendar summary: Create new navigation property to extensions for users operationId: users.calendar.calendarView.CreateExtensions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/calendar/events/{event-id}/extensions' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/extensions' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/calendarView/{event-id}/extensions' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/events/{event-id}/extensions' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions' '/users/{user-id}/calendar/calendarView/{event-id}/extensions/{extension-id}': description: Provides operations to manage the extensions property of the microsoft.graph.event entity. get: tags: - users.calendar summary: Get extensions from users description: The collection of open extensions defined for the event. Nullable. operationId: users.calendar.calendarView.GetExtensions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.calendar summary: Update the navigation property extensions in users operationId: users.calendar.calendarView.UpdateExtensions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.calendar summary: Delete navigation property extensions for users operationId: users.calendar.calendarView.DeleteExtensions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: extension-id in: path description: The unique identifier of extension required: true schema: type: string x-ms-docs-key-type: extension x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/calendar/events/{event-id}/extensions/{extension-id}' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/calendarView/{event-id}/extensions/{extension-id}' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/events/{event-id}/extensions/{extension-id}' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' '/users/{user-id}/calendar/calendarView/{event-id}/extensions/$count': description: Provides operations to count the resources in the collection. get: tags: - users.calendar summary: Get the number of the resource operationId: users.calendar.calendarView.extensions.GetCount-32b0 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/users/{user-id}/calendar/calendarView/{event-id}/instances': description: Provides operations to manage the instances property of the microsoft.graph.event entity. get: tags: - users.calendar summary: Get instances from users description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' operationId: users.calendar.calendarView.ListInstances parameters: - name: startDateTime in: query description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' required: true schema: type: string - name: endDateTime in: query description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/events/{event-id}/instances' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances' - '/users/{user-id}/calendarView/{event-id}/instances' - '/users/{user-id}/events/{event-id}/instances' '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}': description: Provides operations to manage the instances property of the microsoft.graph.event entity. get: tags: - users.calendar summary: Get instances from users description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' operationId: users.calendar.calendarView.GetInstances parameters: - name: startDateTime in: query description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' required: true schema: type: string - name: endDateTime in: query description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}' - '/users/{user-id}/events/{event-id}/instances/{event-id1}' '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/attachments': description: Provides operations to manage the attachments property of the microsoft.graph.event entity. get: tags: - users.calendar summary: Get attachments from users description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: users.calendar.calendarView.instances.ListAttachments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.calendar summary: Create new navigation property to attachments for users operationId: users.calendar.calendarView.instances.CreateAttachments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/attachments' - '/users/{user-id}/calendar/events/{event-id}/attachments' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/attachments' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/calendarView/{event-id}/attachments' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/events/{event-id}/attachments' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments' '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}': description: Provides operations to manage the attachments property of the microsoft.graph.event entity. get: tags: - users.calendar summary: Get attachments from users description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: users.calendar.calendarView.instances.GetAttachments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.calendar summary: Delete navigation property attachments for users operationId: users.calendar.calendarView.instances.DeleteAttachments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: attachment-id in: path description: The unique identifier of attachment required: true schema: type: string x-ms-docs-key-type: attachment x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/calendar/events/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/calendarView/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/events/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/$count': description: Provides operations to count the resources in the collection. get: tags: - users.calendar summary: Get the number of the resource operationId: users.calendar.calendarView.instances.attachments.GetCount-a051 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession': description: Provides operations to call the createUploadSession method. post: tags: - users.Actions summary: Invoke action createUploadSession description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 operationId: users.user.calendar.calendarView.event.instances.event.attachments.createUploadSession requestBody: description: Action parameters content: application/json: schema: type: object properties: AttachmentItem: $ref: '#/components/schemas/microsoft.graph.attachmentItem' required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.uploadSession' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendar/events/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendarView/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/events/{event-id}/attachments/createUploadSession' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/createUploadSession' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/createUploadSession' - '/users/{user-id}/messages/{message-id}/attachments/createUploadSession' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/createUploadSession' '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/calendar': description: Provides operations to manage the calendar property of the microsoft.graph.event entity. get: tags: - users.calendar summary: Get calendar from users description: The calendar that contains the event. Navigation property. Read-only. operationId: users.calendar.calendarView.instances.GetCalendar parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/calendar' - '/users/{user-id}/calendar/events/{event-id}/calendar' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/calendar' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/calendar' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/calendar' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/calendar' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/calendarView/{event-id}/calendar' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/events/{event-id}/calendar' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/calendar' '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/extensions': description: Provides operations to manage the extensions property of the microsoft.graph.event entity. get: tags: - users.calendar summary: Get extensions from users description: The collection of open extensions defined for the event. Nullable. operationId: users.calendar.calendarView.instances.ListExtensions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.calendar summary: Create new navigation property to extensions for users operationId: users.calendar.calendarView.instances.CreateExtensions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/extensions' - '/users/{user-id}/calendar/events/{event-id}/extensions' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/extensions' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/calendarView/{event-id}/extensions' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/events/{event-id}/extensions' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions' '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}': description: Provides operations to manage the extensions property of the microsoft.graph.event entity. get: tags: - users.calendar summary: Get extensions from users description: The collection of open extensions defined for the event. Nullable. operationId: users.calendar.calendarView.instances.GetExtensions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.calendar summary: Update the navigation property extensions in users operationId: users.calendar.calendarView.instances.UpdateExtensions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.calendar summary: Delete navigation property extensions for users operationId: users.calendar.calendarView.instances.DeleteExtensions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: extension-id in: path description: The unique identifier of extension required: true schema: type: string x-ms-docs-key-type: extension x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/extensions/{extension-id}' - '/users/{user-id}/calendar/events/{event-id}/extensions/{extension-id}' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/calendarView/{event-id}/extensions/{extension-id}' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/events/{event-id}/extensions/{extension-id}' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/extensions/$count': description: Provides operations to count the resources in the collection. get: tags: - users.calendar summary: Get the number of the resource operationId: users.calendar.calendarView.instances.extensions.GetCount-6272 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/accept': description: Provides operations to call the accept method. post: tags: - users.Actions summary: Invoke action accept description: Accept the specified event in a user calendar. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0 operationId: users.user.calendar.calendarView.event.instances.event.accept requestBody: description: Action parameters content: application/json: schema: type: object properties: SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/accept' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/calendar/events/{event-id}/accept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/accept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/accept' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/accept' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/accept' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/calendarView/{event-id}/accept' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/events/{event-id}/accept' '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/cancel': description: Provides operations to call the cancel method. post: tags: - users.Actions summary: Invoke action cancel description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0 operationId: users.user.calendar.calendarView.event.instances.event.cancel requestBody: description: Action parameters content: application/json: schema: type: object properties: Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/cancel' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/calendar/events/{event-id}/cancel' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/cancel' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/cancel' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/cancel' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/cancel' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/calendarView/{event-id}/cancel' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/events/{event-id}/cancel' '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/decline': description: Provides operations to call the decline method. post: tags: - users.Actions summary: Invoke action decline description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0 operationId: users.user.calendar.calendarView.event.instances.event.decline requestBody: description: Action parameters content: application/json: schema: type: object properties: ProposedNewTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - type: object nullable: true SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/decline' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/calendar/events/{event-id}/decline' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/decline' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/decline' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/decline' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/decline' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/calendarView/{event-id}/decline' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/events/{event-id}/decline' '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/dismissReminder': description: Provides operations to call the dismissReminder method. post: tags: - users.Actions summary: Invoke action dismissReminder description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 operationId: users.user.calendar.calendarView.event.instances.event.dismissReminder responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/dismissReminder' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/calendar/events/{event-id}/dismissReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/calendarView/{event-id}/dismissReminder' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/events/{event-id}/dismissReminder' '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/forward': description: Provides operations to call the forward method. post: tags: - users.Actions summary: Invoke action forward description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0 operationId: users.user.calendar.calendarView.event.instances.event.forward requestBody: description: Action parameters content: application/json: schema: type: object properties: ToRecipients: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/forward' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendar/events/{event-id}/forward' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/forward' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/forward' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/forward' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/forward' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendarView/{event-id}/forward' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/events/{event-id}/forward' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/forward' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/forward' - '/users/{user-id}/messages/{message-id}/forward' '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/snoozeReminder': description: Provides operations to call the snoozeReminder method. post: tags: - users.Actions summary: Invoke action snoozeReminder description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0 operationId: users.user.calendar.calendarView.event.instances.event.snoozeReminder requestBody: description: Action parameters content: application/json: schema: type: object properties: NewReminderTime: $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/snoozeReminder' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/calendar/events/{event-id}/snoozeReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/calendarView/{event-id}/snoozeReminder' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/events/{event-id}/snoozeReminder' '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept': description: Provides operations to call the tentativelyAccept method. post: tags: - users.Actions summary: Invoke action tentativelyAccept description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0 operationId: users.user.calendar.calendarView.event.instances.event.tentativelyAccept requestBody: description: Action parameters content: application/json: schema: type: object properties: ProposedNewTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - type: object nullable: true SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/tentativelyAccept' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/calendar/events/{event-id}/tentativelyAccept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/calendarView/{event-id}/tentativelyAccept' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/events/{event-id}/tentativelyAccept' '/users/{user-id}/calendar/calendarView/{event-id}/instances/$count': description: Provides operations to count the resources in the collection. get: tags: - users.calendar summary: Get the number of the resource operationId: users.calendar.calendarView.instances.GetCount-fb2d parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/users/{user-id}/calendar/calendarView/{event-id}/instances/delta()': description: Provides operations to call the delta method. get: tags: - users.Functions summary: Invoke function delta description: 'Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user''s primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 operationId: users.user.calendar.calendarView.event.instances.delta parameters: - name: startDateTime in: query description: 'The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - name: endDateTime in: query description: 'The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of event type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.event' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/delta()' - '/users/{user-id}/calendar/events/{event-id}/instances/delta()' - '/users/{user-id}/calendar/events/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendars/{calendar-id}/calendarView/delta()' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/users/{user-id}/calendars/{calendar-id}/events/delta()' - '/users/{user-id}/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendarView/delta()' - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/delta()' - '/users/{user-id}/chats/{chat-id}/messages/delta()' - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta()' - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta()' - '/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta()' - '/users/{user-id}/contactFolders/delta()' - '/users/{user-id}/contacts/delta()' - '/users/{user-id}/events/{event-id}/instances/delta()' - '/users/{user-id}/events/delta()' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta()' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/delta()' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta()' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' - '/users/{user-id}/mailFolders/delta()' - '/users/{user-id}/messages/delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta()' - '/users/{user-id}/todo/lists/delta()' - /users/delta() - /users/delta() '/users/{user-id}/calendar/calendarView/{event-id}/accept': description: Provides operations to call the accept method. post: tags: - users.Actions summary: Invoke action accept description: Accept the specified event in a user calendar. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0 operationId: users.user.calendar.calendarView.event.accept requestBody: description: Action parameters content: application/json: schema: type: object properties: SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/calendar/events/{event-id}/accept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/accept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/accept' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/accept' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/accept' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/calendarView/{event-id}/accept' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/events/{event-id}/accept' '/users/{user-id}/calendar/calendarView/{event-id}/cancel': description: Provides operations to call the cancel method. post: tags: - users.Actions summary: Invoke action cancel description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0 operationId: users.user.calendar.calendarView.event.cancel requestBody: description: Action parameters content: application/json: schema: type: object properties: Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/calendar/events/{event-id}/cancel' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/cancel' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/cancel' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/cancel' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/cancel' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/calendarView/{event-id}/cancel' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/events/{event-id}/cancel' '/users/{user-id}/calendar/calendarView/{event-id}/decline': description: Provides operations to call the decline method. post: tags: - users.Actions summary: Invoke action decline description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0 operationId: users.user.calendar.calendarView.event.decline requestBody: description: Action parameters content: application/json: schema: type: object properties: ProposedNewTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - type: object nullable: true SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/calendar/events/{event-id}/decline' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/decline' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/decline' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/decline' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/decline' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/calendarView/{event-id}/decline' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/events/{event-id}/decline' '/users/{user-id}/calendar/calendarView/{event-id}/dismissReminder': description: Provides operations to call the dismissReminder method. post: tags: - users.Actions summary: Invoke action dismissReminder description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 operationId: users.user.calendar.calendarView.event.dismissReminder responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/calendar/events/{event-id}/dismissReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/calendarView/{event-id}/dismissReminder' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/events/{event-id}/dismissReminder' '/users/{user-id}/calendar/calendarView/{event-id}/forward': description: Provides operations to call the forward method. post: tags: - users.Actions summary: Invoke action forward description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0 operationId: users.user.calendar.calendarView.event.forward requestBody: description: Action parameters content: application/json: schema: type: object properties: ToRecipients: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendar/events/{event-id}/forward' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/forward' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/forward' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/forward' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/forward' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendarView/{event-id}/forward' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/events/{event-id}/forward' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/forward' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/forward' - '/users/{user-id}/messages/{message-id}/forward' '/users/{user-id}/calendar/calendarView/{event-id}/snoozeReminder': description: Provides operations to call the snoozeReminder method. post: tags: - users.Actions summary: Invoke action snoozeReminder description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0 operationId: users.user.calendar.calendarView.event.snoozeReminder requestBody: description: Action parameters content: application/json: schema: type: object properties: NewReminderTime: $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/calendar/events/{event-id}/snoozeReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/calendarView/{event-id}/snoozeReminder' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/events/{event-id}/snoozeReminder' '/users/{user-id}/calendar/calendarView/{event-id}/tentativelyAccept': description: Provides operations to call the tentativelyAccept method. post: tags: - users.Actions summary: Invoke action tentativelyAccept description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0 operationId: users.user.calendar.calendarView.event.tentativelyAccept requestBody: description: Action parameters content: application/json: schema: type: object properties: ProposedNewTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - type: object nullable: true SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/calendar/events/{event-id}/tentativelyAccept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/calendarView/{event-id}/tentativelyAccept' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/events/{event-id}/tentativelyAccept' '/users/{user-id}/calendar/calendarView/$count': description: Provides operations to count the resources in the collection. get: tags: - users.calendar summary: Get the number of the resource operationId: users.calendar.calendarView.GetCount-3c51 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/calendar/calendarView/delta()': description: Provides operations to call the delta method. get: tags: - users.Functions summary: Invoke function delta description: 'Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user''s primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 operationId: users.user.calendar.calendarView.delta parameters: - name: startDateTime in: query description: 'The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - name: endDateTime in: query description: 'The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of event type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.event' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendar/events/{event-id}/instances/delta()' - '/users/{user-id}/calendar/events/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendars/{calendar-id}/calendarView/delta()' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/users/{user-id}/calendars/{calendar-id}/events/delta()' - '/users/{user-id}/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendarView/delta()' - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/delta()' - '/users/{user-id}/chats/{chat-id}/messages/delta()' - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta()' - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta()' - '/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta()' - '/users/{user-id}/contactFolders/delta()' - '/users/{user-id}/contacts/delta()' - '/users/{user-id}/events/{event-id}/instances/delta()' - '/users/{user-id}/events/delta()' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta()' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/delta()' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta()' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' - '/users/{user-id}/mailFolders/delta()' - '/users/{user-id}/messages/delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta()' - '/users/{user-id}/todo/lists/delta()' - /users/delta() - /users/delta() '/users/{user-id}/calendar/events': description: Provides operations to manage the events property of the microsoft.graph.calendar entity. get: tags: - users.calendar summary: Get events from users description: The events in the calendar. Navigation property. Read-only. operationId: users.calendar.ListEvents parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.calendar summary: Create new navigation property to events for users operationId: users.calendar.CreateEvents requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user x-ms-docs-grouped-path: - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events' - '/users/{user-id}/calendars/{calendar-id}/events' '/users/{user-id}/calendar/events/{event-id}': description: Provides operations to manage the events property of the microsoft.graph.calendar entity. get: tags: - users.calendar summary: Get events from users description: The events in the calendar. Navigation property. Read-only. operationId: users.calendar.GetEvents parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.calendar summary: Update the navigation property events in users operationId: users.calendar.UpdateEvents requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.calendar summary: Delete navigation property events for users operationId: users.calendar.DeleteEvents parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}' '/users/{user-id}/calendar/events/{event-id}/attachments': description: Provides operations to manage the attachments property of the microsoft.graph.event entity. get: tags: - users.calendar summary: Get attachments from users description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: users.calendar.events.ListAttachments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.calendar summary: Create new navigation property to attachments for users operationId: users.calendar.events.CreateAttachments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/attachments' - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/attachments' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/calendarView/{event-id}/attachments' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/events/{event-id}/attachments' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments' '/users/{user-id}/calendar/events/{event-id}/attachments/{attachment-id}': description: Provides operations to manage the attachments property of the microsoft.graph.event entity. get: tags: - users.calendar summary: Get attachments from users description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: users.calendar.events.GetAttachments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.calendar summary: Delete navigation property attachments for users operationId: users.calendar.events.DeleteAttachments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: attachment-id in: path description: The unique identifier of attachment required: true schema: type: string x-ms-docs-key-type: attachment x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/calendarView/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/events/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' '/users/{user-id}/calendar/events/{event-id}/attachments/$count': description: Provides operations to count the resources in the collection. get: tags: - users.calendar summary: Get the number of the resource operationId: users.calendar.events.attachments.GetCount-114f parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/users/{user-id}/calendar/events/{event-id}/attachments/createUploadSession': description: Provides operations to call the createUploadSession method. post: tags: - users.Actions summary: Invoke action createUploadSession description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 operationId: users.user.calendar.events.event.attachments.createUploadSession requestBody: description: Action parameters content: application/json: schema: type: object properties: AttachmentItem: $ref: '#/components/schemas/microsoft.graph.attachmentItem' required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.uploadSession' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendarView/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/events/{event-id}/attachments/createUploadSession' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/createUploadSession' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/createUploadSession' - '/users/{user-id}/messages/{message-id}/attachments/createUploadSession' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/createUploadSession' '/users/{user-id}/calendar/events/{event-id}/calendar': description: Provides operations to manage the calendar property of the microsoft.graph.event entity. get: tags: - users.calendar summary: Get calendar from users description: The calendar that contains the event. Navigation property. Read-only. operationId: users.calendar.events.GetCalendar parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/calendar' - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/calendar' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/calendar' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/calendar' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/calendar' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/calendarView/{event-id}/calendar' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/events/{event-id}/calendar' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/calendar' '/users/{user-id}/calendar/events/{event-id}/extensions': description: Provides operations to manage the extensions property of the microsoft.graph.event entity. get: tags: - users.calendar summary: Get extensions from users description: The collection of open extensions defined for the event. Nullable. operationId: users.calendar.events.ListExtensions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.calendar summary: Create new navigation property to extensions for users operationId: users.calendar.events.CreateExtensions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/extensions' - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/extensions' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/calendarView/{event-id}/extensions' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/events/{event-id}/extensions' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions' '/users/{user-id}/calendar/events/{event-id}/extensions/{extension-id}': description: Provides operations to manage the extensions property of the microsoft.graph.event entity. get: tags: - users.calendar summary: Get extensions from users description: The collection of open extensions defined for the event. Nullable. operationId: users.calendar.events.GetExtensions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.calendar summary: Update the navigation property extensions in users operationId: users.calendar.events.UpdateExtensions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.calendar summary: Delete navigation property extensions for users operationId: users.calendar.events.DeleteExtensions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: extension-id in: path description: The unique identifier of extension required: true schema: type: string x-ms-docs-key-type: extension x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/extensions/{extension-id}' - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/calendarView/{event-id}/extensions/{extension-id}' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/events/{event-id}/extensions/{extension-id}' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' '/users/{user-id}/calendar/events/{event-id}/extensions/$count': description: Provides operations to count the resources in the collection. get: tags: - users.calendar summary: Get the number of the resource operationId: users.calendar.events.extensions.GetCount-15ec parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/users/{user-id}/calendar/events/{event-id}/instances': description: Provides operations to manage the instances property of the microsoft.graph.event entity. get: tags: - users.calendar summary: Get instances from users description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' operationId: users.calendar.events.ListInstances parameters: - name: startDateTime in: query description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' required: true schema: type: string - name: endDateTime in: query description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances' - '/users/{user-id}/calendarView/{event-id}/instances' - '/users/{user-id}/events/{event-id}/instances' '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}': description: Provides operations to manage the instances property of the microsoft.graph.event entity. get: tags: - users.calendar summary: Get instances from users description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' operationId: users.calendar.events.GetInstances parameters: - name: startDateTime in: query description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' required: true schema: type: string - name: endDateTime in: query description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}' - '/users/{user-id}/events/{event-id}/instances/{event-id1}' '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/attachments': description: Provides operations to manage the attachments property of the microsoft.graph.event entity. get: tags: - users.calendar summary: Get attachments from users description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: users.calendar.events.instances.ListAttachments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.calendar summary: Create new navigation property to attachments for users operationId: users.calendar.events.instances.CreateAttachments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/attachments' - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/calendar/events/{event-id}/attachments' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/attachments' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/calendarView/{event-id}/attachments' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/events/{event-id}/attachments' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments' '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}': description: Provides operations to manage the attachments property of the microsoft.graph.event entity. get: tags: - users.calendar summary: Get attachments from users description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: users.calendar.events.instances.GetAttachments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.calendar summary: Delete navigation property attachments for users operationId: users.calendar.events.instances.DeleteAttachments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: attachment-id in: path description: The unique identifier of attachment required: true schema: type: string x-ms-docs-key-type: attachment x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/calendar/events/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/calendarView/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/events/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/attachments/$count': description: Provides operations to count the resources in the collection. get: tags: - users.calendar summary: Get the number of the resource operationId: users.calendar.events.instances.attachments.GetCount-4bf6 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/attachments/createUploadSession': description: Provides operations to call the createUploadSession method. post: tags: - users.Actions summary: Invoke action createUploadSession description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 operationId: users.user.calendar.events.event.instances.event.attachments.createUploadSession requestBody: description: Action parameters content: application/json: schema: type: object properties: AttachmentItem: $ref: '#/components/schemas/microsoft.graph.attachmentItem' required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.uploadSession' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendar/events/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendarView/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/events/{event-id}/attachments/createUploadSession' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/createUploadSession' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/createUploadSession' - '/users/{user-id}/messages/{message-id}/attachments/createUploadSession' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/createUploadSession' '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/calendar': description: Provides operations to manage the calendar property of the microsoft.graph.event entity. get: tags: - users.calendar summary: Get calendar from users description: The calendar that contains the event. Navigation property. Read-only. operationId: users.calendar.events.instances.GetCalendar parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/calendar' - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/calendar/events/{event-id}/calendar' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/calendar' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/calendar' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/calendar' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/calendar' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/calendarView/{event-id}/calendar' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/events/{event-id}/calendar' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/calendar' '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/extensions': description: Provides operations to manage the extensions property of the microsoft.graph.event entity. get: tags: - users.calendar summary: Get extensions from users description: The collection of open extensions defined for the event. Nullable. operationId: users.calendar.events.instances.ListExtensions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.calendar summary: Create new navigation property to extensions for users operationId: users.calendar.events.instances.CreateExtensions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/extensions' - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/calendar/events/{event-id}/extensions' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/extensions' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/calendarView/{event-id}/extensions' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/events/{event-id}/extensions' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions' '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/extensions/{extension-id}': description: Provides operations to manage the extensions property of the microsoft.graph.event entity. get: tags: - users.calendar summary: Get extensions from users description: The collection of open extensions defined for the event. Nullable. operationId: users.calendar.events.instances.GetExtensions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.calendar summary: Update the navigation property extensions in users operationId: users.calendar.events.instances.UpdateExtensions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.calendar summary: Delete navigation property extensions for users operationId: users.calendar.events.instances.DeleteExtensions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: extension-id in: path description: The unique identifier of extension required: true schema: type: string x-ms-docs-key-type: extension x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/extensions/{extension-id}' - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/calendar/events/{event-id}/extensions/{extension-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/calendarView/{event-id}/extensions/{extension-id}' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/events/{event-id}/extensions/{extension-id}' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/extensions/$count': description: Provides operations to count the resources in the collection. get: tags: - users.calendar summary: Get the number of the resource operationId: users.calendar.events.instances.extensions.GetCount-6ae3 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/accept': description: Provides operations to call the accept method. post: tags: - users.Actions summary: Invoke action accept description: Accept the specified event in a user calendar. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0 operationId: users.user.calendar.events.event.instances.event.accept requestBody: description: Action parameters content: application/json: schema: type: object properties: SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/calendar/calendarView/{event-id}/accept' - '/users/{user-id}/calendar/events/{event-id}/accept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/accept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/accept' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/accept' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/accept' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/calendarView/{event-id}/accept' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/events/{event-id}/accept' '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/cancel': description: Provides operations to call the cancel method. post: tags: - users.Actions summary: Invoke action cancel description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0 operationId: users.user.calendar.events.event.instances.event.cancel requestBody: description: Action parameters content: application/json: schema: type: object properties: Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/calendar/calendarView/{event-id}/cancel' - '/users/{user-id}/calendar/events/{event-id}/cancel' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/cancel' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/cancel' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/cancel' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/cancel' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/calendarView/{event-id}/cancel' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/events/{event-id}/cancel' '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/decline': description: Provides operations to call the decline method. post: tags: - users.Actions summary: Invoke action decline description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0 operationId: users.user.calendar.events.event.instances.event.decline requestBody: description: Action parameters content: application/json: schema: type: object properties: ProposedNewTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - type: object nullable: true SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/calendar/calendarView/{event-id}/decline' - '/users/{user-id}/calendar/events/{event-id}/decline' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/decline' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/decline' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/decline' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/decline' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/calendarView/{event-id}/decline' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/events/{event-id}/decline' '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/dismissReminder': description: Provides operations to call the dismissReminder method. post: tags: - users.Actions summary: Invoke action dismissReminder description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 operationId: users.user.calendar.events.event.instances.event.dismissReminder responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/calendar/calendarView/{event-id}/dismissReminder' - '/users/{user-id}/calendar/events/{event-id}/dismissReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/calendarView/{event-id}/dismissReminder' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/events/{event-id}/dismissReminder' '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/forward': description: Provides operations to call the forward method. post: tags: - users.Actions summary: Invoke action forward description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0 operationId: users.user.calendar.events.event.instances.event.forward requestBody: description: Action parameters content: application/json: schema: type: object properties: ToRecipients: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendar/calendarView/{event-id}/forward' - '/users/{user-id}/calendar/events/{event-id}/forward' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/forward' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/forward' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/forward' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/forward' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendarView/{event-id}/forward' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/events/{event-id}/forward' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/forward' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/forward' - '/users/{user-id}/messages/{message-id}/forward' '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/snoozeReminder': description: Provides operations to call the snoozeReminder method. post: tags: - users.Actions summary: Invoke action snoozeReminder description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0 operationId: users.user.calendar.events.event.instances.event.snoozeReminder requestBody: description: Action parameters content: application/json: schema: type: object properties: NewReminderTime: $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/calendar/calendarView/{event-id}/snoozeReminder' - '/users/{user-id}/calendar/events/{event-id}/snoozeReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/calendarView/{event-id}/snoozeReminder' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/events/{event-id}/snoozeReminder' '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/tentativelyAccept': description: Provides operations to call the tentativelyAccept method. post: tags: - users.Actions summary: Invoke action tentativelyAccept description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0 operationId: users.user.calendar.events.event.instances.event.tentativelyAccept requestBody: description: Action parameters content: application/json: schema: type: object properties: ProposedNewTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - type: object nullable: true SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/calendar/calendarView/{event-id}/tentativelyAccept' - '/users/{user-id}/calendar/events/{event-id}/tentativelyAccept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/calendarView/{event-id}/tentativelyAccept' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/events/{event-id}/tentativelyAccept' '/users/{user-id}/calendar/events/{event-id}/instances/$count': description: Provides operations to count the resources in the collection. get: tags: - users.calendar summary: Get the number of the resource operationId: users.calendar.events.instances.GetCount-1d53 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/users/{user-id}/calendar/events/{event-id}/instances/delta()': description: Provides operations to call the delta method. get: tags: - users.Functions summary: Invoke function delta description: 'Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user''s primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 operationId: users.user.calendar.events.event.instances.delta parameters: - name: startDateTime in: query description: 'The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - name: endDateTime in: query description: 'The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of event type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.event' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendar/calendarView/delta()' - '/users/{user-id}/calendar/events/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendars/{calendar-id}/calendarView/delta()' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/users/{user-id}/calendars/{calendar-id}/events/delta()' - '/users/{user-id}/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendarView/delta()' - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/delta()' - '/users/{user-id}/chats/{chat-id}/messages/delta()' - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta()' - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta()' - '/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta()' - '/users/{user-id}/contactFolders/delta()' - '/users/{user-id}/contacts/delta()' - '/users/{user-id}/events/{event-id}/instances/delta()' - '/users/{user-id}/events/delta()' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta()' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/delta()' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta()' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' - '/users/{user-id}/mailFolders/delta()' - '/users/{user-id}/messages/delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta()' - '/users/{user-id}/todo/lists/delta()' - /users/delta() - /users/delta() '/users/{user-id}/calendar/events/{event-id}/accept': description: Provides operations to call the accept method. post: tags: - users.Actions summary: Invoke action accept description: Accept the specified event in a user calendar. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0 operationId: users.user.calendar.events.event.accept requestBody: description: Action parameters content: application/json: schema: type: object properties: SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/calendar/calendarView/{event-id}/accept' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/accept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/accept' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/accept' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/accept' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/calendarView/{event-id}/accept' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/events/{event-id}/accept' '/users/{user-id}/calendar/events/{event-id}/cancel': description: Provides operations to call the cancel method. post: tags: - users.Actions summary: Invoke action cancel description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0 operationId: users.user.calendar.events.event.cancel requestBody: description: Action parameters content: application/json: schema: type: object properties: Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/calendar/calendarView/{event-id}/cancel' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/cancel' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/cancel' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/cancel' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/cancel' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/calendarView/{event-id}/cancel' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/events/{event-id}/cancel' '/users/{user-id}/calendar/events/{event-id}/decline': description: Provides operations to call the decline method. post: tags: - users.Actions summary: Invoke action decline description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0 operationId: users.user.calendar.events.event.decline requestBody: description: Action parameters content: application/json: schema: type: object properties: ProposedNewTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - type: object nullable: true SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/calendar/calendarView/{event-id}/decline' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/decline' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/decline' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/decline' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/decline' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/calendarView/{event-id}/decline' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/events/{event-id}/decline' '/users/{user-id}/calendar/events/{event-id}/dismissReminder': description: Provides operations to call the dismissReminder method. post: tags: - users.Actions summary: Invoke action dismissReminder description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 operationId: users.user.calendar.events.event.dismissReminder responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/calendar/calendarView/{event-id}/dismissReminder' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/calendarView/{event-id}/dismissReminder' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/events/{event-id}/dismissReminder' '/users/{user-id}/calendar/events/{event-id}/forward': description: Provides operations to call the forward method. post: tags: - users.Actions summary: Invoke action forward description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0 operationId: users.user.calendar.events.event.forward requestBody: description: Action parameters content: application/json: schema: type: object properties: ToRecipients: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendar/calendarView/{event-id}/forward' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/forward' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/forward' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/forward' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/forward' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendarView/{event-id}/forward' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/events/{event-id}/forward' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/forward' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/forward' - '/users/{user-id}/messages/{message-id}/forward' '/users/{user-id}/calendar/events/{event-id}/snoozeReminder': description: Provides operations to call the snoozeReminder method. post: tags: - users.Actions summary: Invoke action snoozeReminder description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0 operationId: users.user.calendar.events.event.snoozeReminder requestBody: description: Action parameters content: application/json: schema: type: object properties: NewReminderTime: $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/calendar/calendarView/{event-id}/snoozeReminder' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/calendarView/{event-id}/snoozeReminder' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/events/{event-id}/snoozeReminder' '/users/{user-id}/calendar/events/{event-id}/tentativelyAccept': description: Provides operations to call the tentativelyAccept method. post: tags: - users.Actions summary: Invoke action tentativelyAccept description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0 operationId: users.user.calendar.events.event.tentativelyAccept requestBody: description: Action parameters content: application/json: schema: type: object properties: ProposedNewTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - type: object nullable: true SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/calendar/calendarView/{event-id}/tentativelyAccept' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/calendarView/{event-id}/tentativelyAccept' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/events/{event-id}/tentativelyAccept' '/users/{user-id}/calendar/events/$count': description: Provides operations to count the resources in the collection. get: tags: - users.calendar summary: Get the number of the resource operationId: users.calendar.events.GetCount-1a22 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/calendar/events/delta()': description: Provides operations to call the delta method. get: tags: - users.Functions summary: Invoke function delta description: 'Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user''s primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 operationId: users.user.calendar.events.delta parameters: - name: startDateTime in: query description: 'The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - name: endDateTime in: query description: 'The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of event type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.event' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendar/calendarView/delta()' - '/users/{user-id}/calendar/events/{event-id}/instances/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendars/{calendar-id}/calendarView/delta()' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/users/{user-id}/calendars/{calendar-id}/events/delta()' - '/users/{user-id}/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendarView/delta()' - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/delta()' - '/users/{user-id}/chats/{chat-id}/messages/delta()' - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta()' - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta()' - '/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta()' - '/users/{user-id}/contactFolders/delta()' - '/users/{user-id}/contacts/delta()' - '/users/{user-id}/events/{event-id}/instances/delta()' - '/users/{user-id}/events/delta()' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta()' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/delta()' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta()' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' - '/users/{user-id}/mailFolders/delta()' - '/users/{user-id}/messages/delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta()' - '/users/{user-id}/todo/lists/delta()' - /users/delta() - /users/delta() '/users/{user-id}/calendar/allowedCalendarSharingRoles(User=''{User}'')': description: Provides operations to call the allowedCalendarSharingRoles method. get: tags: - users.Functions summary: Invoke function allowedCalendarSharingRoles operationId: users.user.calendar.allowedCalendarSharingRoles parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.calendarRoleType' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: User in: path description: 'Usage: User=''{User}''' required: true schema: type: string x-ms-docs-grouped-path: - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/allowedCalendarSharingRoles(User=''{User}'')' - '/users/{user-id}/calendars/{calendar-id}/allowedCalendarSharingRoles(User=''{User}'')' '/users/{user-id}/calendar/getSchedule': description: Provides operations to call the getSchedule method. post: tags: - users.Actions summary: Invoke action getSchedule description: 'Get the free/busy availability information for a collection of users, distributions lists, or resources (rooms or equipment) for a specified time period.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-1.0 operationId: users.user.calendar.getSchedule requestBody: description: Action parameters content: application/json: schema: type: object properties: Schedules: type: array items: type: string nullable: true EndTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' - type: object nullable: true StartTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' - type: object nullable: true AvailabilityViewInterval: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 nullable: true required: true responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.scheduleInformation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user x-ms-docs-grouped-path: - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/getSchedule' - '/users/{user-id}/calendars/{calendar-id}/getSchedule' '/users/{user-id}/calendarGroups': description: Provides operations to manage the calendarGroups property of the microsoft.graph.user entity. get: tags: - users.calendarGroup summary: Get calendarGroups from users description: The user's calendar groups. Read-only. Nullable. operationId: users.ListCalendarGroups parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.calendarGroupCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.calendarGroup summary: Create new navigation property to calendarGroups for users operationId: users.CreateCalendarGroups requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendarGroup' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendarGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/calendarGroups/{calendarGroup-id}': description: Provides operations to manage the calendarGroups property of the microsoft.graph.user entity. get: tags: - users.calendarGroup summary: Get calendarGroups from users description: The user's calendar groups. Read-only. Nullable. operationId: users.GetCalendarGroups parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendarGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.calendarGroup summary: Update the navigation property calendarGroups in users operationId: users.UpdateCalendarGroups requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendarGroup' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendarGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.calendarGroup summary: Delete navigation property calendarGroups for users operationId: users.DeleteCalendarGroups parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars': description: Provides operations to manage the calendars property of the microsoft.graph.calendarGroup entity. get: tags: - users.calendarGroup summary: Get calendars from users description: The calendars in the calendar group. Navigation property. Read-only. Nullable. operationId: users.calendarGroups.ListCalendars parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.calendarCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.calendarGroup summary: Create new navigation property to calendars for users operationId: users.calendarGroups.CreateCalendars requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}': description: Provides operations to manage the calendars property of the microsoft.graph.calendarGroup entity. get: tags: - users.calendarGroup summary: Get calendars from users description: The calendars in the calendar group. Navigation property. Read-only. Nullable. operationId: users.calendarGroups.GetCalendars parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.calendarGroup summary: Update the navigation property calendars in users operationId: users.calendarGroups.UpdateCalendars requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.calendarGroup summary: Delete navigation property calendars for users operationId: users.calendarGroups.DeleteCalendars parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarPermissions': description: Provides operations to manage the calendarPermissions property of the microsoft.graph.calendar entity. get: tags: - users.calendarGroup summary: Get calendarPermissions from users description: The permissions of the users with whom the calendar is shared. operationId: users.calendarGroups.calendars.ListCalendarPermissions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.calendarPermissionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.calendarGroup summary: Create new navigation property to calendarPermissions for users operationId: users.calendarGroups.calendars.CreateCalendarPermissions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendarPermission' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendarPermission' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarPermissions' - '/users/{user-id}/calendars/{calendar-id}/calendarPermissions' '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarPermissions/{calendarPermission-id}': description: Provides operations to manage the calendarPermissions property of the microsoft.graph.calendar entity. get: tags: - users.calendarGroup summary: Get calendarPermissions from users description: The permissions of the users with whom the calendar is shared. operationId: users.calendarGroups.calendars.GetCalendarPermissions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendarPermission' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.calendarGroup summary: Update the navigation property calendarPermissions in users operationId: users.calendarGroups.calendars.UpdateCalendarPermissions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendarPermission' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendarPermission' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.calendarGroup summary: Delete navigation property calendarPermissions for users operationId: users.calendarGroups.calendars.DeleteCalendarPermissions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: calendarPermission-id in: path description: The unique identifier of calendarPermission required: true schema: type: string x-ms-docs-key-type: calendarPermission x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}' - '/users/{user-id}/calendars/{calendar-id}/calendarPermissions/{calendarPermission-id}' '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarPermissions/$count': description: Provides operations to count the resources in the collection. get: tags: - users.calendarGroup summary: Get the number of the resource operationId: users.calendarGroups.calendars.calendarPermissions.GetCount-98a8 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView': description: Provides operations to manage the calendarView property of the microsoft.graph.calendar entity. get: tags: - users.calendarGroup summary: Get calendarView from users description: The calendar view for the calendar. Navigation property. Read-only. operationId: users.calendarGroups.calendars.ListCalendarView parameters: - name: startDateTime in: query description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' required: true schema: type: string - name: endDateTime in: query description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView' - '/users/{user-id}/calendars/{calendar-id}/calendarView' '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}': description: Provides operations to manage the calendarView property of the microsoft.graph.calendar entity. get: tags: - users.calendarGroup summary: Get calendarView from users description: The calendar view for the calendar. Navigation property. Read-only. operationId: users.calendarGroups.calendars.GetCalendarView parameters: - name: startDateTime in: query description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' required: true schema: type: string - name: endDateTime in: query description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}' '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments': description: Provides operations to manage the attachments property of the microsoft.graph.event entity. get: tags: - users.calendarGroup summary: Get attachments from users description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: users.calendarGroups.calendars.calendarView.ListAttachments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.calendarGroup summary: Create new navigation property to attachments for users operationId: users.calendarGroups.calendars.calendarView.CreateAttachments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/attachments' - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/calendar/events/{event-id}/attachments' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/attachments' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/calendarView/{event-id}/attachments' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/events/{event-id}/attachments' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments' '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}': description: Provides operations to manage the attachments property of the microsoft.graph.event entity. get: tags: - users.calendarGroup summary: Get attachments from users description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: users.calendarGroups.calendars.calendarView.GetAttachments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.calendarGroup summary: Delete navigation property attachments for users operationId: users.calendarGroups.calendars.calendarView.DeleteAttachments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: attachment-id in: path description: The unique identifier of attachment required: true schema: type: string x-ms-docs-key-type: attachment x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/calendar/events/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/calendarView/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/events/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/$count': description: Provides operations to count the resources in the collection. get: tags: - users.calendarGroup summary: Get the number of the resource operationId: users.calendarGroups.calendars.calendarView.attachments.GetCount-1276 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/createUploadSession': description: Provides operations to call the createUploadSession method. post: tags: - users.Actions summary: Invoke action createUploadSession description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.calendarView.event.attachments.createUploadSession requestBody: description: Action parameters content: application/json: schema: type: object properties: AttachmentItem: $ref: '#/components/schemas/microsoft.graph.attachmentItem' required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.uploadSession' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendar/events/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendarView/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/events/{event-id}/attachments/createUploadSession' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/createUploadSession' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/createUploadSession' - '/users/{user-id}/messages/{message-id}/attachments/createUploadSession' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/createUploadSession' '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/calendar': description: Provides operations to manage the calendar property of the microsoft.graph.event entity. get: tags: - users.calendarGroup summary: Get calendar from users description: The calendar that contains the event. Navigation property. Read-only. operationId: users.calendarGroups.calendars.calendarView.GetCalendar parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/calendar' - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/calendar/events/{event-id}/calendar' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/calendar' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/calendar' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/calendar' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/calendarView/{event-id}/calendar' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/events/{event-id}/calendar' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/calendar' '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions': description: Provides operations to manage the extensions property of the microsoft.graph.event entity. get: tags: - users.calendarGroup summary: Get extensions from users description: The collection of open extensions defined for the event. Nullable. operationId: users.calendarGroups.calendars.calendarView.ListExtensions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.calendarGroup summary: Create new navigation property to extensions for users operationId: users.calendarGroups.calendars.calendarView.CreateExtensions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/extensions' - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/calendar/events/{event-id}/extensions' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/extensions' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/calendarView/{event-id}/extensions' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/events/{event-id}/extensions' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions' '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}': description: Provides operations to manage the extensions property of the microsoft.graph.event entity. get: tags: - users.calendarGroup summary: Get extensions from users description: The collection of open extensions defined for the event. Nullable. operationId: users.calendarGroups.calendars.calendarView.GetExtensions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.calendarGroup summary: Update the navigation property extensions in users operationId: users.calendarGroups.calendars.calendarView.UpdateExtensions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.calendarGroup summary: Delete navigation property extensions for users operationId: users.calendarGroups.calendars.calendarView.DeleteExtensions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: extension-id in: path description: The unique identifier of extension required: true schema: type: string x-ms-docs-key-type: extension x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/extensions/{extension-id}' - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/calendar/events/{event-id}/extensions/{extension-id}' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/calendarView/{event-id}/extensions/{extension-id}' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/events/{event-id}/extensions/{extension-id}' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions/$count': description: Provides operations to count the resources in the collection. get: tags: - users.calendarGroup summary: Get the number of the resource operationId: users.calendarGroups.calendars.calendarView.extensions.GetCount-dc55 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances': description: Provides operations to manage the instances property of the microsoft.graph.event entity. get: tags: - users.calendarGroup summary: Get instances from users description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' operationId: users.calendarGroups.calendars.calendarView.ListInstances parameters: - name: startDateTime in: query description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' required: true schema: type: string - name: endDateTime in: query description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances' - '/users/{user-id}/calendar/events/{event-id}/instances' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances' - '/users/{user-id}/calendarView/{event-id}/instances' - '/users/{user-id}/events/{event-id}/instances' '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}': description: Provides operations to manage the instances property of the microsoft.graph.event entity. get: tags: - users.calendarGroup summary: Get instances from users description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' operationId: users.calendarGroups.calendars.calendarView.GetInstances parameters: - name: startDateTime in: query description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' required: true schema: type: string - name: endDateTime in: query description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}' - '/users/{user-id}/events/{event-id}/instances/{event-id1}' '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments': description: Provides operations to manage the attachments property of the microsoft.graph.event entity. get: tags: - users.calendarGroup summary: Get attachments from users description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: users.calendarGroups.calendars.calendarView.instances.ListAttachments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.calendarGroup summary: Create new navigation property to attachments for users operationId: users.calendarGroups.calendars.calendarView.instances.CreateAttachments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/attachments' - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/calendar/events/{event-id}/attachments' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/attachments' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/calendarView/{event-id}/attachments' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/events/{event-id}/attachments' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments' '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}': description: Provides operations to manage the attachments property of the microsoft.graph.event entity. get: tags: - users.calendarGroup summary: Get attachments from users description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: users.calendarGroups.calendars.calendarView.instances.GetAttachments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.calendarGroup summary: Delete navigation property attachments for users operationId: users.calendarGroups.calendars.calendarView.instances.DeleteAttachments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: attachment-id in: path description: The unique identifier of attachment required: true schema: type: string x-ms-docs-key-type: attachment x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/calendar/events/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/calendarView/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/events/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/$count': description: Provides operations to count the resources in the collection. get: tags: - users.calendarGroup summary: Get the number of the resource operationId: users.calendarGroups.calendars.calendarView.instances.attachments.GetCount-7469 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession': description: Provides operations to call the createUploadSession method. post: tags: - users.Actions summary: Invoke action createUploadSession description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.calendarView.event.instances.event.attachments.createUploadSession requestBody: description: Action parameters content: application/json: schema: type: object properties: AttachmentItem: $ref: '#/components/schemas/microsoft.graph.attachmentItem' required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.uploadSession' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendar/events/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendarView/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/events/{event-id}/attachments/createUploadSession' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/createUploadSession' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/createUploadSession' - '/users/{user-id}/messages/{message-id}/attachments/createUploadSession' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/createUploadSession' '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/calendar': description: Provides operations to manage the calendar property of the microsoft.graph.event entity. get: tags: - users.calendarGroup summary: Get calendar from users description: The calendar that contains the event. Navigation property. Read-only. operationId: users.calendarGroups.calendars.calendarView.instances.GetCalendar parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/calendar' - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/calendar/events/{event-id}/calendar' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/calendar' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/calendar' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/calendar' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/calendar' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/calendarView/{event-id}/calendar' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/events/{event-id}/calendar' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/calendar' '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions': description: Provides operations to manage the extensions property of the microsoft.graph.event entity. get: tags: - users.calendarGroup summary: Get extensions from users description: The collection of open extensions defined for the event. Nullable. operationId: users.calendarGroups.calendars.calendarView.instances.ListExtensions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.calendarGroup summary: Create new navigation property to extensions for users operationId: users.calendarGroups.calendars.calendarView.instances.CreateExtensions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/extensions' - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/calendar/events/{event-id}/extensions' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/extensions' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/calendarView/{event-id}/extensions' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/events/{event-id}/extensions' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions' '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}': description: Provides operations to manage the extensions property of the microsoft.graph.event entity. get: tags: - users.calendarGroup summary: Get extensions from users description: The collection of open extensions defined for the event. Nullable. operationId: users.calendarGroups.calendars.calendarView.instances.GetExtensions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.calendarGroup summary: Update the navigation property extensions in users operationId: users.calendarGroups.calendars.calendarView.instances.UpdateExtensions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.calendarGroup summary: Delete navigation property extensions for users operationId: users.calendarGroups.calendars.calendarView.instances.DeleteExtensions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: extension-id in: path description: The unique identifier of extension required: true schema: type: string x-ms-docs-key-type: extension x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/extensions/{extension-id}' - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/calendar/events/{event-id}/extensions/{extension-id}' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/calendarView/{event-id}/extensions/{extension-id}' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/events/{event-id}/extensions/{extension-id}' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions/$count': description: Provides operations to count the resources in the collection. get: tags: - users.calendarGroup summary: Get the number of the resource operationId: users.calendarGroups.calendars.calendarView.instances.extensions.GetCount-8068 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept': description: Provides operations to call the accept method. post: tags: - users.Actions summary: Invoke action accept description: Accept the specified event in a user calendar. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0 operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.calendarView.event.instances.event.accept requestBody: description: Action parameters content: application/json: schema: type: object properties: SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/calendar/calendarView/{event-id}/accept' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/calendar/events/{event-id}/accept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/accept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/accept' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/accept' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/accept' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/calendarView/{event-id}/accept' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/events/{event-id}/accept' '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/cancel': description: Provides operations to call the cancel method. post: tags: - users.Actions summary: Invoke action cancel description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0 operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.calendarView.event.instances.event.cancel requestBody: description: Action parameters content: application/json: schema: type: object properties: Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/calendar/calendarView/{event-id}/cancel' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/calendar/events/{event-id}/cancel' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/cancel' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/cancel' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/cancel' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/cancel' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/calendarView/{event-id}/cancel' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/events/{event-id}/cancel' '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline': description: Provides operations to call the decline method. post: tags: - users.Actions summary: Invoke action decline description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0 operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.calendarView.event.instances.event.decline requestBody: description: Action parameters content: application/json: schema: type: object properties: ProposedNewTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - type: object nullable: true SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/calendar/calendarView/{event-id}/decline' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/calendar/events/{event-id}/decline' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/decline' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/decline' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/decline' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/decline' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/calendarView/{event-id}/decline' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/events/{event-id}/decline' '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder': description: Provides operations to call the dismissReminder method. post: tags: - users.Actions summary: Invoke action dismissReminder description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.calendarView.event.instances.event.dismissReminder responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/calendar/calendarView/{event-id}/dismissReminder' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/calendar/events/{event-id}/dismissReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/calendarView/{event-id}/dismissReminder' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/events/{event-id}/dismissReminder' '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/forward': description: Provides operations to call the forward method. post: tags: - users.Actions summary: Invoke action forward description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0 operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.calendarView.event.instances.event.forward requestBody: description: Action parameters content: application/json: schema: type: object properties: ToRecipients: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendar/calendarView/{event-id}/forward' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendar/events/{event-id}/forward' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/forward' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/forward' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/forward' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/forward' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendarView/{event-id}/forward' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/events/{event-id}/forward' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/forward' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/forward' - '/users/{user-id}/messages/{message-id}/forward' '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder': description: Provides operations to call the snoozeReminder method. post: tags: - users.Actions summary: Invoke action snoozeReminder description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0 operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.calendarView.event.instances.event.snoozeReminder requestBody: description: Action parameters content: application/json: schema: type: object properties: NewReminderTime: $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/calendar/calendarView/{event-id}/snoozeReminder' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/calendar/events/{event-id}/snoozeReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/calendarView/{event-id}/snoozeReminder' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/events/{event-id}/snoozeReminder' '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept': description: Provides operations to call the tentativelyAccept method. post: tags: - users.Actions summary: Invoke action tentativelyAccept description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0 operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.calendarView.event.instances.event.tentativelyAccept requestBody: description: Action parameters content: application/json: schema: type: object properties: ProposedNewTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - type: object nullable: true SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/calendar/calendarView/{event-id}/tentativelyAccept' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/calendar/events/{event-id}/tentativelyAccept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/calendarView/{event-id}/tentativelyAccept' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/events/{event-id}/tentativelyAccept' '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/$count': description: Provides operations to count the resources in the collection. get: tags: - users.calendarGroup summary: Get the number of the resource operationId: users.calendarGroups.calendars.calendarView.instances.GetCount-6a91 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()': description: Provides operations to call the delta method. get: tags: - users.Functions summary: Invoke function delta description: 'Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user''s primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.calendarView.event.instances.delta parameters: - name: startDateTime in: query description: 'The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - name: endDateTime in: query description: 'The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of event type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.event' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendar/calendarView/delta()' - '/users/{user-id}/calendar/events/{event-id}/instances/delta()' - '/users/{user-id}/calendar/events/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendars/{calendar-id}/calendarView/delta()' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/users/{user-id}/calendars/{calendar-id}/events/delta()' - '/users/{user-id}/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendarView/delta()' - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/delta()' - '/users/{user-id}/chats/{chat-id}/messages/delta()' - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta()' - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta()' - '/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta()' - '/users/{user-id}/contactFolders/delta()' - '/users/{user-id}/contacts/delta()' - '/users/{user-id}/events/{event-id}/instances/delta()' - '/users/{user-id}/events/delta()' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta()' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/delta()' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta()' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' - '/users/{user-id}/mailFolders/delta()' - '/users/{user-id}/messages/delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta()' - '/users/{user-id}/todo/lists/delta()' - /users/delta() - /users/delta() '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/accept': description: Provides operations to call the accept method. post: tags: - users.Actions summary: Invoke action accept description: Accept the specified event in a user calendar. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0 operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.calendarView.event.accept requestBody: description: Action parameters content: application/json: schema: type: object properties: SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/calendar/calendarView/{event-id}/accept' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/calendar/events/{event-id}/accept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/accept' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/accept' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/accept' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/calendarView/{event-id}/accept' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/events/{event-id}/accept' '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/cancel': description: Provides operations to call the cancel method. post: tags: - users.Actions summary: Invoke action cancel description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0 operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.calendarView.event.cancel requestBody: description: Action parameters content: application/json: schema: type: object properties: Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/calendar/calendarView/{event-id}/cancel' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/calendar/events/{event-id}/cancel' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/cancel' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/cancel' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/cancel' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/calendarView/{event-id}/cancel' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/events/{event-id}/cancel' '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/decline': description: Provides operations to call the decline method. post: tags: - users.Actions summary: Invoke action decline description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0 operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.calendarView.event.decline requestBody: description: Action parameters content: application/json: schema: type: object properties: ProposedNewTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - type: object nullable: true SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/calendar/calendarView/{event-id}/decline' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/calendar/events/{event-id}/decline' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/decline' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/decline' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/decline' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/calendarView/{event-id}/decline' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/events/{event-id}/decline' '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder': description: Provides operations to call the dismissReminder method. post: tags: - users.Actions summary: Invoke action dismissReminder description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.calendarView.event.dismissReminder responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/calendar/calendarView/{event-id}/dismissReminder' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/calendar/events/{event-id}/dismissReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/calendarView/{event-id}/dismissReminder' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/events/{event-id}/dismissReminder' '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/forward': description: Provides operations to call the forward method. post: tags: - users.Actions summary: Invoke action forward description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0 operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.calendarView.event.forward requestBody: description: Action parameters content: application/json: schema: type: object properties: ToRecipients: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendar/calendarView/{event-id}/forward' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendar/events/{event-id}/forward' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/forward' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/forward' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/forward' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendarView/{event-id}/forward' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/events/{event-id}/forward' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/forward' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/forward' - '/users/{user-id}/messages/{message-id}/forward' '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder': description: Provides operations to call the snoozeReminder method. post: tags: - users.Actions summary: Invoke action snoozeReminder description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0 operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.calendarView.event.snoozeReminder requestBody: description: Action parameters content: application/json: schema: type: object properties: NewReminderTime: $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/calendar/calendarView/{event-id}/snoozeReminder' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/calendar/events/{event-id}/snoozeReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/calendarView/{event-id}/snoozeReminder' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/events/{event-id}/snoozeReminder' '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept': description: Provides operations to call the tentativelyAccept method. post: tags: - users.Actions summary: Invoke action tentativelyAccept description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0 operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.calendarView.event.tentativelyAccept requestBody: description: Action parameters content: application/json: schema: type: object properties: ProposedNewTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - type: object nullable: true SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/calendar/calendarView/{event-id}/tentativelyAccept' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/calendar/events/{event-id}/tentativelyAccept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/calendarView/{event-id}/tentativelyAccept' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/events/{event-id}/tentativelyAccept' '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/$count': description: Provides operations to count the resources in the collection. get: tags: - users.calendarGroup summary: Get the number of the resource operationId: users.calendarGroups.calendars.calendarView.GetCount-ff1a parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()': description: Provides operations to call the delta method. get: tags: - users.Functions summary: Invoke function delta description: 'Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user''s primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.calendarView.delta parameters: - name: startDateTime in: query description: 'The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - name: endDateTime in: query description: 'The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of event type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.event' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendar/calendarView/delta()' - '/users/{user-id}/calendar/events/{event-id}/instances/delta()' - '/users/{user-id}/calendar/events/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendars/{calendar-id}/calendarView/delta()' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/users/{user-id}/calendars/{calendar-id}/events/delta()' - '/users/{user-id}/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendarView/delta()' - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/delta()' - '/users/{user-id}/chats/{chat-id}/messages/delta()' - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta()' - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta()' - '/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta()' - '/users/{user-id}/contactFolders/delta()' - '/users/{user-id}/contacts/delta()' - '/users/{user-id}/events/{event-id}/instances/delta()' - '/users/{user-id}/events/delta()' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta()' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/delta()' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta()' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' - '/users/{user-id}/mailFolders/delta()' - '/users/{user-id}/messages/delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta()' - '/users/{user-id}/todo/lists/delta()' - /users/delta() - /users/delta() '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events': description: Provides operations to manage the events property of the microsoft.graph.calendar entity. get: tags: - users.calendarGroup summary: Get events from users description: The events in the calendar. Navigation property. Read-only. operationId: users.calendarGroups.calendars.ListEvents parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.calendarGroup summary: Create new navigation property to events for users operationId: users.calendarGroups.calendars.CreateEvents requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar x-ms-docs-grouped-path: - '/users/{user-id}/calendar/events' - '/users/{user-id}/calendars/{calendar-id}/events' '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}': description: Provides operations to manage the events property of the microsoft.graph.calendar entity. get: tags: - users.calendarGroup summary: Get events from users description: The events in the calendar. Navigation property. Read-only. operationId: users.calendarGroups.calendars.GetEvents parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.calendarGroup summary: Update the navigation property events in users operationId: users.calendarGroups.calendars.UpdateEvents requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.calendarGroup summary: Delete navigation property events for users operationId: users.calendarGroups.calendars.DeleteEvents parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/events/{event-id}' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}' '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments': description: Provides operations to manage the attachments property of the microsoft.graph.event entity. get: tags: - users.calendarGroup summary: Get attachments from users description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: users.calendarGroups.calendars.events.ListAttachments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.calendarGroup summary: Create new navigation property to attachments for users operationId: users.calendarGroups.calendars.events.CreateAttachments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/attachments' - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/calendar/events/{event-id}/attachments' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/attachments' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/calendarView/{event-id}/attachments' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/events/{event-id}/attachments' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments' '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}': description: Provides operations to manage the attachments property of the microsoft.graph.event entity. get: tags: - users.calendarGroup summary: Get attachments from users description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: users.calendarGroups.calendars.events.GetAttachments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.calendarGroup summary: Delete navigation property attachments for users operationId: users.calendarGroups.calendars.events.DeleteAttachments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: attachment-id in: path description: The unique identifier of attachment required: true schema: type: string x-ms-docs-key-type: attachment x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/calendar/events/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/calendarView/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/events/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/$count': description: Provides operations to count the resources in the collection. get: tags: - users.calendarGroup summary: Get the number of the resource operationId: users.calendarGroups.calendars.events.attachments.GetCount-e742 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/createUploadSession': description: Provides operations to call the createUploadSession method. post: tags: - users.Actions summary: Invoke action createUploadSession description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.events.event.attachments.createUploadSession requestBody: description: Action parameters content: application/json: schema: type: object properties: AttachmentItem: $ref: '#/components/schemas/microsoft.graph.attachmentItem' required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.uploadSession' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendar/events/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendarView/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/events/{event-id}/attachments/createUploadSession' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/createUploadSession' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/createUploadSession' - '/users/{user-id}/messages/{message-id}/attachments/createUploadSession' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/createUploadSession' '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/calendar': description: Provides operations to manage the calendar property of the microsoft.graph.event entity. get: tags: - users.calendarGroup summary: Get calendar from users description: The calendar that contains the event. Navigation property. Read-only. operationId: users.calendarGroups.calendars.events.GetCalendar parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/calendar' - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/calendar/events/{event-id}/calendar' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/calendar' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/calendar' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/calendar' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/calendarView/{event-id}/calendar' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/events/{event-id}/calendar' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/calendar' '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions': description: Provides operations to manage the extensions property of the microsoft.graph.event entity. get: tags: - users.calendarGroup summary: Get extensions from users description: The collection of open extensions defined for the event. Nullable. operationId: users.calendarGroups.calendars.events.ListExtensions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.calendarGroup summary: Create new navigation property to extensions for users operationId: users.calendarGroups.calendars.events.CreateExtensions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/extensions' - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/calendar/events/{event-id}/extensions' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/extensions' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/calendarView/{event-id}/extensions' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/events/{event-id}/extensions' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions' '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}': description: Provides operations to manage the extensions property of the microsoft.graph.event entity. get: tags: - users.calendarGroup summary: Get extensions from users description: The collection of open extensions defined for the event. Nullable. operationId: users.calendarGroups.calendars.events.GetExtensions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.calendarGroup summary: Update the navigation property extensions in users operationId: users.calendarGroups.calendars.events.UpdateExtensions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.calendarGroup summary: Delete navigation property extensions for users operationId: users.calendarGroups.calendars.events.DeleteExtensions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: extension-id in: path description: The unique identifier of extension required: true schema: type: string x-ms-docs-key-type: extension x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/extensions/{extension-id}' - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/calendar/events/{event-id}/extensions/{extension-id}' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/calendarView/{event-id}/extensions/{extension-id}' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/events/{event-id}/extensions/{extension-id}' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions/$count': description: Provides operations to count the resources in the collection. get: tags: - users.calendarGroup summary: Get the number of the resource operationId: users.calendarGroups.calendars.events.extensions.GetCount-4cca parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances': description: Provides operations to manage the instances property of the microsoft.graph.event entity. get: tags: - users.calendarGroup summary: Get instances from users description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' operationId: users.calendarGroups.calendars.events.ListInstances parameters: - name: startDateTime in: query description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' required: true schema: type: string - name: endDateTime in: query description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances' - '/users/{user-id}/calendar/events/{event-id}/instances' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances' - '/users/{user-id}/calendarView/{event-id}/instances' - '/users/{user-id}/events/{event-id}/instances' '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}': description: Provides operations to manage the instances property of the microsoft.graph.event entity. get: tags: - users.calendarGroup summary: Get instances from users description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' operationId: users.calendarGroups.calendars.events.GetInstances parameters: - name: startDateTime in: query description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' required: true schema: type: string - name: endDateTime in: query description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}' - '/users/{user-id}/events/{event-id}/instances/{event-id1}' '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments': description: Provides operations to manage the attachments property of the microsoft.graph.event entity. get: tags: - users.calendarGroup summary: Get attachments from users description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: users.calendarGroups.calendars.events.instances.ListAttachments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.calendarGroup summary: Create new navigation property to attachments for users operationId: users.calendarGroups.calendars.events.instances.CreateAttachments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/attachments' - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/calendar/events/{event-id}/attachments' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/attachments' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/calendarView/{event-id}/attachments' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/events/{event-id}/attachments' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments' '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}': description: Provides operations to manage the attachments property of the microsoft.graph.event entity. get: tags: - users.calendarGroup summary: Get attachments from users description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: users.calendarGroups.calendars.events.instances.GetAttachments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.calendarGroup summary: Delete navigation property attachments for users operationId: users.calendarGroups.calendars.events.instances.DeleteAttachments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: attachment-id in: path description: The unique identifier of attachment required: true schema: type: string x-ms-docs-key-type: attachment x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/calendar/events/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/calendarView/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/events/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/$count': description: Provides operations to count the resources in the collection. get: tags: - users.calendarGroup summary: Get the number of the resource operationId: users.calendarGroups.calendars.events.instances.attachments.GetCount-e572 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession': description: Provides operations to call the createUploadSession method. post: tags: - users.Actions summary: Invoke action createUploadSession description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.events.event.instances.event.attachments.createUploadSession requestBody: description: Action parameters content: application/json: schema: type: object properties: AttachmentItem: $ref: '#/components/schemas/microsoft.graph.attachmentItem' required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.uploadSession' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendar/events/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendarView/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/events/{event-id}/attachments/createUploadSession' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/createUploadSession' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/createUploadSession' - '/users/{user-id}/messages/{message-id}/attachments/createUploadSession' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/createUploadSession' '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/calendar': description: Provides operations to manage the calendar property of the microsoft.graph.event entity. get: tags: - users.calendarGroup summary: Get calendar from users description: The calendar that contains the event. Navigation property. Read-only. operationId: users.calendarGroups.calendars.events.instances.GetCalendar parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/calendar' - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/calendar/events/{event-id}/calendar' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/calendar' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/calendar' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/calendar' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/calendar' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/calendarView/{event-id}/calendar' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/events/{event-id}/calendar' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/calendar' '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions': description: Provides operations to manage the extensions property of the microsoft.graph.event entity. get: tags: - users.calendarGroup summary: Get extensions from users description: The collection of open extensions defined for the event. Nullable. operationId: users.calendarGroups.calendars.events.instances.ListExtensions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.calendarGroup summary: Create new navigation property to extensions for users operationId: users.calendarGroups.calendars.events.instances.CreateExtensions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/extensions' - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/calendar/events/{event-id}/extensions' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/extensions' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/calendarView/{event-id}/extensions' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/events/{event-id}/extensions' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions' '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}': description: Provides operations to manage the extensions property of the microsoft.graph.event entity. get: tags: - users.calendarGroup summary: Get extensions from users description: The collection of open extensions defined for the event. Nullable. operationId: users.calendarGroups.calendars.events.instances.GetExtensions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.calendarGroup summary: Update the navigation property extensions in users operationId: users.calendarGroups.calendars.events.instances.UpdateExtensions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.calendarGroup summary: Delete navigation property extensions for users operationId: users.calendarGroups.calendars.events.instances.DeleteExtensions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: extension-id in: path description: The unique identifier of extension required: true schema: type: string x-ms-docs-key-type: extension x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/extensions/{extension-id}' - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/calendar/events/{event-id}/extensions/{extension-id}' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/calendarView/{event-id}/extensions/{extension-id}' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/events/{event-id}/extensions/{extension-id}' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions/$count': description: Provides operations to count the resources in the collection. get: tags: - users.calendarGroup summary: Get the number of the resource operationId: users.calendarGroups.calendars.events.instances.extensions.GetCount-75cb parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept': description: Provides operations to call the accept method. post: tags: - users.Actions summary: Invoke action accept description: Accept the specified event in a user calendar. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0 operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.events.event.instances.event.accept requestBody: description: Action parameters content: application/json: schema: type: object properties: SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/calendar/calendarView/{event-id}/accept' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/calendar/events/{event-id}/accept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/accept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/accept' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/accept' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/accept' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/calendarView/{event-id}/accept' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/events/{event-id}/accept' '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/cancel': description: Provides operations to call the cancel method. post: tags: - users.Actions summary: Invoke action cancel description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0 operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.events.event.instances.event.cancel requestBody: description: Action parameters content: application/json: schema: type: object properties: Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/calendar/calendarView/{event-id}/cancel' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/calendar/events/{event-id}/cancel' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/cancel' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/cancel' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/cancel' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/cancel' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/calendarView/{event-id}/cancel' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/events/{event-id}/cancel' '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline': description: Provides operations to call the decline method. post: tags: - users.Actions summary: Invoke action decline description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0 operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.events.event.instances.event.decline requestBody: description: Action parameters content: application/json: schema: type: object properties: ProposedNewTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - type: object nullable: true SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/calendar/calendarView/{event-id}/decline' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/calendar/events/{event-id}/decline' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/decline' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/decline' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/decline' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/decline' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/calendarView/{event-id}/decline' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/events/{event-id}/decline' '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder': description: Provides operations to call the dismissReminder method. post: tags: - users.Actions summary: Invoke action dismissReminder description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.events.event.instances.event.dismissReminder responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/calendar/calendarView/{event-id}/dismissReminder' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/calendar/events/{event-id}/dismissReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/calendarView/{event-id}/dismissReminder' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/events/{event-id}/dismissReminder' '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/forward': description: Provides operations to call the forward method. post: tags: - users.Actions summary: Invoke action forward description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0 operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.events.event.instances.event.forward requestBody: description: Action parameters content: application/json: schema: type: object properties: ToRecipients: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendar/calendarView/{event-id}/forward' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendar/events/{event-id}/forward' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/forward' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/forward' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/forward' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/forward' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendarView/{event-id}/forward' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/events/{event-id}/forward' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/forward' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/forward' - '/users/{user-id}/messages/{message-id}/forward' '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder': description: Provides operations to call the snoozeReminder method. post: tags: - users.Actions summary: Invoke action snoozeReminder description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0 operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.events.event.instances.event.snoozeReminder requestBody: description: Action parameters content: application/json: schema: type: object properties: NewReminderTime: $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/calendar/calendarView/{event-id}/snoozeReminder' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/calendar/events/{event-id}/snoozeReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/calendarView/{event-id}/snoozeReminder' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/events/{event-id}/snoozeReminder' '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept': description: Provides operations to call the tentativelyAccept method. post: tags: - users.Actions summary: Invoke action tentativelyAccept description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0 operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.events.event.instances.event.tentativelyAccept requestBody: description: Action parameters content: application/json: schema: type: object properties: ProposedNewTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - type: object nullable: true SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/calendar/calendarView/{event-id}/tentativelyAccept' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/calendar/events/{event-id}/tentativelyAccept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/calendarView/{event-id}/tentativelyAccept' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/events/{event-id}/tentativelyAccept' '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/$count': description: Provides operations to count the resources in the collection. get: tags: - users.calendarGroup summary: Get the number of the resource operationId: users.calendarGroups.calendars.events.instances.GetCount-ee5f parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()': description: Provides operations to call the delta method. get: tags: - users.Functions summary: Invoke function delta description: 'Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user''s primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.events.event.instances.delta parameters: - name: startDateTime in: query description: 'The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - name: endDateTime in: query description: 'The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of event type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.event' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendar/calendarView/delta()' - '/users/{user-id}/calendar/events/{event-id}/instances/delta()' - '/users/{user-id}/calendar/events/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendars/{calendar-id}/calendarView/delta()' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/users/{user-id}/calendars/{calendar-id}/events/delta()' - '/users/{user-id}/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendarView/delta()' - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/delta()' - '/users/{user-id}/chats/{chat-id}/messages/delta()' - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta()' - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta()' - '/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta()' - '/users/{user-id}/contactFolders/delta()' - '/users/{user-id}/contacts/delta()' - '/users/{user-id}/events/{event-id}/instances/delta()' - '/users/{user-id}/events/delta()' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta()' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/delta()' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta()' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' - '/users/{user-id}/mailFolders/delta()' - '/users/{user-id}/messages/delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta()' - '/users/{user-id}/todo/lists/delta()' - /users/delta() - /users/delta() '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/accept': description: Provides operations to call the accept method. post: tags: - users.Actions summary: Invoke action accept description: Accept the specified event in a user calendar. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0 operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.events.event.accept requestBody: description: Action parameters content: application/json: schema: type: object properties: SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/calendar/calendarView/{event-id}/accept' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/calendar/events/{event-id}/accept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/accept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/accept' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/accept' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/calendarView/{event-id}/accept' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/events/{event-id}/accept' '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/cancel': description: Provides operations to call the cancel method. post: tags: - users.Actions summary: Invoke action cancel description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0 operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.events.event.cancel requestBody: description: Action parameters content: application/json: schema: type: object properties: Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/calendar/calendarView/{event-id}/cancel' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/calendar/events/{event-id}/cancel' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/cancel' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/cancel' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/cancel' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/calendarView/{event-id}/cancel' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/events/{event-id}/cancel' '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/decline': description: Provides operations to call the decline method. post: tags: - users.Actions summary: Invoke action decline description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0 operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.events.event.decline requestBody: description: Action parameters content: application/json: schema: type: object properties: ProposedNewTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - type: object nullable: true SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/calendar/calendarView/{event-id}/decline' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/calendar/events/{event-id}/decline' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/decline' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/decline' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/decline' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/calendarView/{event-id}/decline' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/events/{event-id}/decline' '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder': description: Provides operations to call the dismissReminder method. post: tags: - users.Actions summary: Invoke action dismissReminder description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.events.event.dismissReminder responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/calendar/calendarView/{event-id}/dismissReminder' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/calendar/events/{event-id}/dismissReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/calendarView/{event-id}/dismissReminder' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/events/{event-id}/dismissReminder' '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/forward': description: Provides operations to call the forward method. post: tags: - users.Actions summary: Invoke action forward description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0 operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.events.event.forward requestBody: description: Action parameters content: application/json: schema: type: object properties: ToRecipients: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendar/calendarView/{event-id}/forward' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendar/events/{event-id}/forward' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/forward' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/forward' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/forward' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendarView/{event-id}/forward' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/events/{event-id}/forward' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/forward' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/forward' - '/users/{user-id}/messages/{message-id}/forward' '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder': description: Provides operations to call the snoozeReminder method. post: tags: - users.Actions summary: Invoke action snoozeReminder description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0 operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.events.event.snoozeReminder requestBody: description: Action parameters content: application/json: schema: type: object properties: NewReminderTime: $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/calendar/calendarView/{event-id}/snoozeReminder' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/calendar/events/{event-id}/snoozeReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/calendarView/{event-id}/snoozeReminder' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/events/{event-id}/snoozeReminder' '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept': description: Provides operations to call the tentativelyAccept method. post: tags: - users.Actions summary: Invoke action tentativelyAccept description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0 operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.events.event.tentativelyAccept requestBody: description: Action parameters content: application/json: schema: type: object properties: ProposedNewTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - type: object nullable: true SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/calendar/calendarView/{event-id}/tentativelyAccept' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/calendar/events/{event-id}/tentativelyAccept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/calendarView/{event-id}/tentativelyAccept' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/events/{event-id}/tentativelyAccept' '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/$count': description: Provides operations to count the resources in the collection. get: tags: - users.calendarGroup summary: Get the number of the resource operationId: users.calendarGroups.calendars.events.GetCount-f3ad parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()': description: Provides operations to call the delta method. get: tags: - users.Functions summary: Invoke function delta description: 'Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user''s primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.events.delta parameters: - name: startDateTime in: query description: 'The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - name: endDateTime in: query description: 'The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of event type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.event' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendar/calendarView/delta()' - '/users/{user-id}/calendar/events/{event-id}/instances/delta()' - '/users/{user-id}/calendar/events/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendars/{calendar-id}/calendarView/delta()' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/users/{user-id}/calendars/{calendar-id}/events/delta()' - '/users/{user-id}/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendarView/delta()' - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/delta()' - '/users/{user-id}/chats/{chat-id}/messages/delta()' - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta()' - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta()' - '/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta()' - '/users/{user-id}/contactFolders/delta()' - '/users/{user-id}/contacts/delta()' - '/users/{user-id}/events/{event-id}/instances/delta()' - '/users/{user-id}/events/delta()' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta()' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/delta()' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta()' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' - '/users/{user-id}/mailFolders/delta()' - '/users/{user-id}/messages/delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta()' - '/users/{user-id}/todo/lists/delta()' - /users/delta() - /users/delta() '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/allowedCalendarSharingRoles(User=''{User}'')': description: Provides operations to call the allowedCalendarSharingRoles method. get: tags: - users.Functions summary: Invoke function allowedCalendarSharingRoles operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.allowedCalendarSharingRoles parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.calendarRoleType' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: User in: path description: 'Usage: User=''{User}''' required: true schema: type: string x-ms-docs-grouped-path: - '/users/{user-id}/calendar/allowedCalendarSharingRoles(User=''{User}'')' - '/users/{user-id}/calendars/{calendar-id}/allowedCalendarSharingRoles(User=''{User}'')' '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/getSchedule': description: Provides operations to call the getSchedule method. post: tags: - users.Actions summary: Invoke action getSchedule description: 'Get the free/busy availability information for a collection of users, distributions lists, or resources (rooms or equipment) for a specified time period.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-1.0 operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.getSchedule requestBody: description: Action parameters content: application/json: schema: type: object properties: Schedules: type: array items: type: string nullable: true EndTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' - type: object nullable: true StartTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' - type: object nullable: true AvailabilityViewInterval: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 nullable: true required: true responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.scheduleInformation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar x-ms-docs-grouped-path: - '/users/{user-id}/calendar/getSchedule' - '/users/{user-id}/calendars/{calendar-id}/getSchedule' '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/$count': description: Provides operations to count the resources in the collection. get: tags: - users.calendarGroup summary: Get the number of the resource operationId: users.calendarGroups.calendars.GetCount-8e45 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendarGroup-id in: path description: The unique identifier of calendarGroup required: true schema: type: string x-ms-docs-key-type: calendarGroup '/users/{user-id}/calendarGroups/$count': description: Provides operations to count the resources in the collection. get: tags: - users.calendarGroup summary: Get the number of the resource operationId: users.calendarGroups.GetCount-ee80 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/calendars': description: Provides operations to manage the calendars property of the microsoft.graph.user entity. get: tags: - users.calendar summary: Get calendars from users description: The user's calendars. Read-only. Nullable. operationId: users.ListCalendars parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.calendarCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.calendar summary: Create new navigation property to calendars for users operationId: users.CreateCalendars requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/calendars/{calendar-id}': description: Provides operations to manage the calendars property of the microsoft.graph.user entity. get: tags: - users.calendar summary: Get calendars from users description: The user's calendars. Read-only. Nullable. operationId: users.GetCalendars parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.calendar summary: Update the navigation property calendars in users operationId: users.UpdateCalendars requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.calendar summary: Delete navigation property calendars for users operationId: users.DeleteCalendars parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar '/users/{user-id}/calendars/{calendar-id}/calendarPermissions': description: Provides operations to manage the calendarPermissions property of the microsoft.graph.calendar entity. get: tags: - users.calendar summary: Get calendarPermissions from users description: The permissions of the users with whom the calendar is shared. operationId: users.calendars.ListCalendarPermissions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.calendarPermissionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.calendar summary: Create new navigation property to calendarPermissions for users operationId: users.calendars.CreateCalendarPermissions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendarPermission' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendarPermission' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarPermissions' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarPermissions' '/users/{user-id}/calendars/{calendar-id}/calendarPermissions/{calendarPermission-id}': description: Provides operations to manage the calendarPermissions property of the microsoft.graph.calendar entity. get: tags: - users.calendar summary: Get calendarPermissions from users description: The permissions of the users with whom the calendar is shared. operationId: users.calendars.GetCalendarPermissions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendarPermission' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.calendar summary: Update the navigation property calendarPermissions in users operationId: users.calendars.UpdateCalendarPermissions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendarPermission' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendarPermission' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.calendar summary: Delete navigation property calendarPermissions for users operationId: users.calendars.DeleteCalendarPermissions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: calendarPermission-id in: path description: The unique identifier of calendarPermission required: true schema: type: string x-ms-docs-key-type: calendarPermission x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarPermissions/{calendarPermission-id}' '/users/{user-id}/calendars/{calendar-id}/calendarPermissions/$count': description: Provides operations to count the resources in the collection. get: tags: - users.calendar summary: Get the number of the resource operationId: users.calendars.calendarPermissions.GetCount-a224 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar '/users/{user-id}/calendars/{calendar-id}/calendarView': description: Provides operations to manage the calendarView property of the microsoft.graph.calendar entity. get: tags: - users.calendar summary: Get calendarView from users description: The calendar view for the calendar. Navigation property. Read-only. operationId: users.calendars.ListCalendarView parameters: - name: startDateTime in: query description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' required: true schema: type: string - name: endDateTime in: query description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView' '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}': description: Provides operations to manage the calendarView property of the microsoft.graph.calendar entity. get: tags: - users.calendar summary: Get calendarView from users description: The calendar view for the calendar. Navigation property. Read-only. operationId: users.calendars.GetCalendarView parameters: - name: startDateTime in: query description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' required: true schema: type: string - name: endDateTime in: query description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}' '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments': description: Provides operations to manage the attachments property of the microsoft.graph.event entity. get: tags: - users.calendar summary: Get attachments from users description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: users.calendars.calendarView.ListAttachments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.calendar summary: Create new navigation property to attachments for users operationId: users.calendars.calendarView.CreateAttachments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/attachments' - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/calendar/events/{event-id}/attachments' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/attachments' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/calendarView/{event-id}/attachments' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/events/{event-id}/attachments' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments' '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}': description: Provides operations to manage the attachments property of the microsoft.graph.event entity. get: tags: - users.calendar summary: Get attachments from users description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: users.calendars.calendarView.GetAttachments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.calendar summary: Delete navigation property attachments for users operationId: users.calendars.calendarView.DeleteAttachments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: attachment-id in: path description: The unique identifier of attachment required: true schema: type: string x-ms-docs-key-type: attachment x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/calendar/events/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/calendarView/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/events/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/$count': description: Provides operations to count the resources in the collection. get: tags: - users.calendar summary: Get the number of the resource operationId: users.calendars.calendarView.attachments.GetCount-0b1f parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/createUploadSession': description: Provides operations to call the createUploadSession method. post: tags: - users.Actions summary: Invoke action createUploadSession description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 operationId: users.user.calendars.calendar.calendarView.event.attachments.createUploadSession requestBody: description: Action parameters content: application/json: schema: type: object properties: AttachmentItem: $ref: '#/components/schemas/microsoft.graph.attachmentItem' required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.uploadSession' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendar/events/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendarView/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/events/{event-id}/attachments/createUploadSession' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/createUploadSession' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/createUploadSession' - '/users/{user-id}/messages/{message-id}/attachments/createUploadSession' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/createUploadSession' '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/calendar': description: Provides operations to manage the calendar property of the microsoft.graph.event entity. get: tags: - users.calendar summary: Get calendar from users description: The calendar that contains the event. Navigation property. Read-only. operationId: users.calendars.calendarView.GetCalendar parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/calendar' - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/calendar/events/{event-id}/calendar' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/calendar' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/calendar' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/calendar' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/calendarView/{event-id}/calendar' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/events/{event-id}/calendar' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/calendar' '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions': description: Provides operations to manage the extensions property of the microsoft.graph.event entity. get: tags: - users.calendar summary: Get extensions from users description: The collection of open extensions defined for the event. Nullable. operationId: users.calendars.calendarView.ListExtensions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.calendar summary: Create new navigation property to extensions for users operationId: users.calendars.calendarView.CreateExtensions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/extensions' - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/calendar/events/{event-id}/extensions' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/extensions' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/calendarView/{event-id}/extensions' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/events/{event-id}/extensions' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions' '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}': description: Provides operations to manage the extensions property of the microsoft.graph.event entity. get: tags: - users.calendar summary: Get extensions from users description: The collection of open extensions defined for the event. Nullable. operationId: users.calendars.calendarView.GetExtensions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.calendar summary: Update the navigation property extensions in users operationId: users.calendars.calendarView.UpdateExtensions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.calendar summary: Delete navigation property extensions for users operationId: users.calendars.calendarView.DeleteExtensions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: extension-id in: path description: The unique identifier of extension required: true schema: type: string x-ms-docs-key-type: extension x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/extensions/{extension-id}' - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/calendar/events/{event-id}/extensions/{extension-id}' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/calendarView/{event-id}/extensions/{extension-id}' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/events/{event-id}/extensions/{extension-id}' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions/$count': description: Provides operations to count the resources in the collection. get: tags: - users.calendar summary: Get the number of the resource operationId: users.calendars.calendarView.extensions.GetCount-f3d6 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances': description: Provides operations to manage the instances property of the microsoft.graph.event entity. get: tags: - users.calendar summary: Get instances from users description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' operationId: users.calendars.calendarView.ListInstances parameters: - name: startDateTime in: query description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' required: true schema: type: string - name: endDateTime in: query description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances' - '/users/{user-id}/calendar/events/{event-id}/instances' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances' - '/users/{user-id}/calendarView/{event-id}/instances' - '/users/{user-id}/events/{event-id}/instances' '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}': description: Provides operations to manage the instances property of the microsoft.graph.event entity. get: tags: - users.calendar summary: Get instances from users description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' operationId: users.calendars.calendarView.GetInstances parameters: - name: startDateTime in: query description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' required: true schema: type: string - name: endDateTime in: query description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}' - '/users/{user-id}/events/{event-id}/instances/{event-id1}' '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments': description: Provides operations to manage the attachments property of the microsoft.graph.event entity. get: tags: - users.calendar summary: Get attachments from users description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: users.calendars.calendarView.instances.ListAttachments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.calendar summary: Create new navigation property to attachments for users operationId: users.calendars.calendarView.instances.CreateAttachments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/attachments' - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/calendar/events/{event-id}/attachments' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/attachments' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/calendarView/{event-id}/attachments' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/events/{event-id}/attachments' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments' '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}': description: Provides operations to manage the attachments property of the microsoft.graph.event entity. get: tags: - users.calendar summary: Get attachments from users description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: users.calendars.calendarView.instances.GetAttachments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.calendar summary: Delete navigation property attachments for users operationId: users.calendars.calendarView.instances.DeleteAttachments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: attachment-id in: path description: The unique identifier of attachment required: true schema: type: string x-ms-docs-key-type: attachment x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/calendar/events/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/calendarView/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/events/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/$count': description: Provides operations to count the resources in the collection. get: tags: - users.calendar summary: Get the number of the resource operationId: users.calendars.calendarView.instances.attachments.GetCount-48ab parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession': description: Provides operations to call the createUploadSession method. post: tags: - users.Actions summary: Invoke action createUploadSession description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 operationId: users.user.calendars.calendar.calendarView.event.instances.event.attachments.createUploadSession requestBody: description: Action parameters content: application/json: schema: type: object properties: AttachmentItem: $ref: '#/components/schemas/microsoft.graph.attachmentItem' required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.uploadSession' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendar/events/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendarView/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/events/{event-id}/attachments/createUploadSession' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/createUploadSession' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/createUploadSession' - '/users/{user-id}/messages/{message-id}/attachments/createUploadSession' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/createUploadSession' '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/calendar': description: Provides operations to manage the calendar property of the microsoft.graph.event entity. get: tags: - users.calendar summary: Get calendar from users description: The calendar that contains the event. Navigation property. Read-only. operationId: users.calendars.calendarView.instances.GetCalendar parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/calendar' - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/calendar/events/{event-id}/calendar' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/calendar' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/calendar' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/calendar' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/calendar' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/calendarView/{event-id}/calendar' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/events/{event-id}/calendar' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/calendar' '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions': description: Provides operations to manage the extensions property of the microsoft.graph.event entity. get: tags: - users.calendar summary: Get extensions from users description: The collection of open extensions defined for the event. Nullable. operationId: users.calendars.calendarView.instances.ListExtensions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.calendar summary: Create new navigation property to extensions for users operationId: users.calendars.calendarView.instances.CreateExtensions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/extensions' - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/calendar/events/{event-id}/extensions' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/extensions' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/calendarView/{event-id}/extensions' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/events/{event-id}/extensions' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions' '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}': description: Provides operations to manage the extensions property of the microsoft.graph.event entity. get: tags: - users.calendar summary: Get extensions from users description: The collection of open extensions defined for the event. Nullable. operationId: users.calendars.calendarView.instances.GetExtensions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.calendar summary: Update the navigation property extensions in users operationId: users.calendars.calendarView.instances.UpdateExtensions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.calendar summary: Delete navigation property extensions for users operationId: users.calendars.calendarView.instances.DeleteExtensions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: extension-id in: path description: The unique identifier of extension required: true schema: type: string x-ms-docs-key-type: extension x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/extensions/{extension-id}' - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/calendar/events/{event-id}/extensions/{extension-id}' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/calendarView/{event-id}/extensions/{extension-id}' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/events/{event-id}/extensions/{extension-id}' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions/$count': description: Provides operations to count the resources in the collection. get: tags: - users.calendar summary: Get the number of the resource operationId: users.calendars.calendarView.instances.extensions.GetCount-8140 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept': description: Provides operations to call the accept method. post: tags: - users.Actions summary: Invoke action accept description: Accept the specified event in a user calendar. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0 operationId: users.user.calendars.calendar.calendarView.event.instances.event.accept requestBody: description: Action parameters content: application/json: schema: type: object properties: SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/calendar/calendarView/{event-id}/accept' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/calendar/events/{event-id}/accept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/accept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/accept' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/accept' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/accept' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/calendarView/{event-id}/accept' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/events/{event-id}/accept' '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/cancel': description: Provides operations to call the cancel method. post: tags: - users.Actions summary: Invoke action cancel description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0 operationId: users.user.calendars.calendar.calendarView.event.instances.event.cancel requestBody: description: Action parameters content: application/json: schema: type: object properties: Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/calendar/calendarView/{event-id}/cancel' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/calendar/events/{event-id}/cancel' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/cancel' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/cancel' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/cancel' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/cancel' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/calendarView/{event-id}/cancel' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/events/{event-id}/cancel' '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline': description: Provides operations to call the decline method. post: tags: - users.Actions summary: Invoke action decline description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0 operationId: users.user.calendars.calendar.calendarView.event.instances.event.decline requestBody: description: Action parameters content: application/json: schema: type: object properties: ProposedNewTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - type: object nullable: true SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/calendar/calendarView/{event-id}/decline' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/calendar/events/{event-id}/decline' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/decline' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/decline' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/decline' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/decline' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/calendarView/{event-id}/decline' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/events/{event-id}/decline' '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder': description: Provides operations to call the dismissReminder method. post: tags: - users.Actions summary: Invoke action dismissReminder description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 operationId: users.user.calendars.calendar.calendarView.event.instances.event.dismissReminder responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/calendar/calendarView/{event-id}/dismissReminder' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/calendar/events/{event-id}/dismissReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/calendarView/{event-id}/dismissReminder' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/events/{event-id}/dismissReminder' '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/forward': description: Provides operations to call the forward method. post: tags: - users.Actions summary: Invoke action forward description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0 operationId: users.user.calendars.calendar.calendarView.event.instances.event.forward requestBody: description: Action parameters content: application/json: schema: type: object properties: ToRecipients: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendar/calendarView/{event-id}/forward' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendar/events/{event-id}/forward' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/forward' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/forward' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/forward' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/forward' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendarView/{event-id}/forward' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/events/{event-id}/forward' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/forward' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/forward' - '/users/{user-id}/messages/{message-id}/forward' '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder': description: Provides operations to call the snoozeReminder method. post: tags: - users.Actions summary: Invoke action snoozeReminder description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0 operationId: users.user.calendars.calendar.calendarView.event.instances.event.snoozeReminder requestBody: description: Action parameters content: application/json: schema: type: object properties: NewReminderTime: $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/calendar/calendarView/{event-id}/snoozeReminder' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/calendar/events/{event-id}/snoozeReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/calendarView/{event-id}/snoozeReminder' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/events/{event-id}/snoozeReminder' '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept': description: Provides operations to call the tentativelyAccept method. post: tags: - users.Actions summary: Invoke action tentativelyAccept description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0 operationId: users.user.calendars.calendar.calendarView.event.instances.event.tentativelyAccept requestBody: description: Action parameters content: application/json: schema: type: object properties: ProposedNewTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - type: object nullable: true SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/calendar/calendarView/{event-id}/tentativelyAccept' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/calendar/events/{event-id}/tentativelyAccept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/calendarView/{event-id}/tentativelyAccept' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/events/{event-id}/tentativelyAccept' '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/$count': description: Provides operations to count the resources in the collection. get: tags: - users.calendar summary: Get the number of the resource operationId: users.calendars.calendarView.instances.GetCount-319b parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()': description: Provides operations to call the delta method. get: tags: - users.Functions summary: Invoke function delta description: 'Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user''s primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 operationId: users.user.calendars.calendar.calendarView.event.instances.delta parameters: - name: startDateTime in: query description: 'The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - name: endDateTime in: query description: 'The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of event type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.event' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendar/calendarView/delta()' - '/users/{user-id}/calendar/events/{event-id}/instances/delta()' - '/users/{user-id}/calendar/events/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()' - '/users/{user-id}/calendars/{calendar-id}/calendarView/delta()' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/users/{user-id}/calendars/{calendar-id}/events/delta()' - '/users/{user-id}/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendarView/delta()' - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/delta()' - '/users/{user-id}/chats/{chat-id}/messages/delta()' - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta()' - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta()' - '/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta()' - '/users/{user-id}/contactFolders/delta()' - '/users/{user-id}/contacts/delta()' - '/users/{user-id}/events/{event-id}/instances/delta()' - '/users/{user-id}/events/delta()' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta()' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/delta()' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta()' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' - '/users/{user-id}/mailFolders/delta()' - '/users/{user-id}/messages/delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta()' - '/users/{user-id}/todo/lists/delta()' - /users/delta() - /users/delta() '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/accept': description: Provides operations to call the accept method. post: tags: - users.Actions summary: Invoke action accept description: Accept the specified event in a user calendar. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0 operationId: users.user.calendars.calendar.calendarView.event.accept requestBody: description: Action parameters content: application/json: schema: type: object properties: SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/calendar/calendarView/{event-id}/accept' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/calendar/events/{event-id}/accept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/accept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/accept' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/accept' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/calendarView/{event-id}/accept' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/events/{event-id}/accept' '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/cancel': description: Provides operations to call the cancel method. post: tags: - users.Actions summary: Invoke action cancel description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0 operationId: users.user.calendars.calendar.calendarView.event.cancel requestBody: description: Action parameters content: application/json: schema: type: object properties: Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/calendar/calendarView/{event-id}/cancel' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/calendar/events/{event-id}/cancel' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/cancel' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/cancel' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/cancel' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/calendarView/{event-id}/cancel' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/events/{event-id}/cancel' '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/decline': description: Provides operations to call the decline method. post: tags: - users.Actions summary: Invoke action decline description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0 operationId: users.user.calendars.calendar.calendarView.event.decline requestBody: description: Action parameters content: application/json: schema: type: object properties: ProposedNewTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - type: object nullable: true SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/calendar/calendarView/{event-id}/decline' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/calendar/events/{event-id}/decline' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/decline' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/decline' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/decline' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/calendarView/{event-id}/decline' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/events/{event-id}/decline' '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder': description: Provides operations to call the dismissReminder method. post: tags: - users.Actions summary: Invoke action dismissReminder description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 operationId: users.user.calendars.calendar.calendarView.event.dismissReminder responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/calendar/calendarView/{event-id}/dismissReminder' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/calendar/events/{event-id}/dismissReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/calendarView/{event-id}/dismissReminder' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/events/{event-id}/dismissReminder' '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/forward': description: Provides operations to call the forward method. post: tags: - users.Actions summary: Invoke action forward description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0 operationId: users.user.calendars.calendar.calendarView.event.forward requestBody: description: Action parameters content: application/json: schema: type: object properties: ToRecipients: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendar/calendarView/{event-id}/forward' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendar/events/{event-id}/forward' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/forward' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/forward' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/forward' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendarView/{event-id}/forward' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/events/{event-id}/forward' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/forward' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/forward' - '/users/{user-id}/messages/{message-id}/forward' '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder': description: Provides operations to call the snoozeReminder method. post: tags: - users.Actions summary: Invoke action snoozeReminder description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0 operationId: users.user.calendars.calendar.calendarView.event.snoozeReminder requestBody: description: Action parameters content: application/json: schema: type: object properties: NewReminderTime: $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/calendar/calendarView/{event-id}/snoozeReminder' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/calendar/events/{event-id}/snoozeReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/calendarView/{event-id}/snoozeReminder' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/events/{event-id}/snoozeReminder' '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept': description: Provides operations to call the tentativelyAccept method. post: tags: - users.Actions summary: Invoke action tentativelyAccept description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0 operationId: users.user.calendars.calendar.calendarView.event.tentativelyAccept requestBody: description: Action parameters content: application/json: schema: type: object properties: ProposedNewTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - type: object nullable: true SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/calendar/calendarView/{event-id}/tentativelyAccept' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/calendar/events/{event-id}/tentativelyAccept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/calendarView/{event-id}/tentativelyAccept' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/events/{event-id}/tentativelyAccept' '/users/{user-id}/calendars/{calendar-id}/calendarView/$count': description: Provides operations to count the resources in the collection. get: tags: - users.calendar summary: Get the number of the resource operationId: users.calendars.calendarView.GetCount-0591 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar '/users/{user-id}/calendars/{calendar-id}/calendarView/delta()': description: Provides operations to call the delta method. get: tags: - users.Functions summary: Invoke function delta description: 'Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user''s primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 operationId: users.user.calendars.calendar.calendarView.delta parameters: - name: startDateTime in: query description: 'The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - name: endDateTime in: query description: 'The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of event type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.event' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendar/calendarView/delta()' - '/users/{user-id}/calendar/events/{event-id}/instances/delta()' - '/users/{user-id}/calendar/events/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/users/{user-id}/calendars/{calendar-id}/events/delta()' - '/users/{user-id}/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendarView/delta()' - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/delta()' - '/users/{user-id}/chats/{chat-id}/messages/delta()' - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta()' - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta()' - '/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta()' - '/users/{user-id}/contactFolders/delta()' - '/users/{user-id}/contacts/delta()' - '/users/{user-id}/events/{event-id}/instances/delta()' - '/users/{user-id}/events/delta()' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta()' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/delta()' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta()' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' - '/users/{user-id}/mailFolders/delta()' - '/users/{user-id}/messages/delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta()' - '/users/{user-id}/todo/lists/delta()' - /users/delta() - /users/delta() '/users/{user-id}/calendars/{calendar-id}/events': description: Provides operations to manage the events property of the microsoft.graph.calendar entity. get: tags: - users.calendar summary: Get events from users description: The events in the calendar. Navigation property. Read-only. operationId: users.calendars.ListEvents parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.calendar summary: Create new navigation property to events for users operationId: users.calendars.CreateEvents requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar x-ms-docs-grouped-path: - '/users/{user-id}/calendar/events' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events' '/users/{user-id}/calendars/{calendar-id}/events/{event-id}': description: Provides operations to manage the events property of the microsoft.graph.calendar entity. get: tags: - users.calendar summary: Get events from users description: The events in the calendar. Navigation property. Read-only. operationId: users.calendars.GetEvents parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.calendar summary: Update the navigation property events in users operationId: users.calendars.UpdateEvents requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.calendar summary: Delete navigation property events for users operationId: users.calendars.DeleteEvents parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/events/{event-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}' '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/attachments': description: Provides operations to manage the attachments property of the microsoft.graph.event entity. get: tags: - users.calendar summary: Get attachments from users description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: users.calendars.events.ListAttachments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.calendar summary: Create new navigation property to attachments for users operationId: users.calendars.events.CreateAttachments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/attachments' - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/calendar/events/{event-id}/attachments' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/calendarView/{event-id}/attachments' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/events/{event-id}/attachments' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments' '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}': description: Provides operations to manage the attachments property of the microsoft.graph.event entity. get: tags: - users.calendar summary: Get attachments from users description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: users.calendars.events.GetAttachments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.calendar summary: Delete navigation property attachments for users operationId: users.calendars.events.DeleteAttachments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: attachment-id in: path description: The unique identifier of attachment required: true schema: type: string x-ms-docs-key-type: attachment x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/calendar/events/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/calendarView/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/events/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/attachments/$count': description: Provides operations to count the resources in the collection. get: tags: - users.calendar summary: Get the number of the resource operationId: users.calendars.events.attachments.GetCount-8147 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/attachments/createUploadSession': description: Provides operations to call the createUploadSession method. post: tags: - users.Actions summary: Invoke action createUploadSession description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 operationId: users.user.calendars.calendar.events.event.attachments.createUploadSession requestBody: description: Action parameters content: application/json: schema: type: object properties: AttachmentItem: $ref: '#/components/schemas/microsoft.graph.attachmentItem' required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.uploadSession' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendar/events/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendarView/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/events/{event-id}/attachments/createUploadSession' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/createUploadSession' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/createUploadSession' - '/users/{user-id}/messages/{message-id}/attachments/createUploadSession' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/createUploadSession' '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/calendar': description: Provides operations to manage the calendar property of the microsoft.graph.event entity. get: tags: - users.calendar summary: Get calendar from users description: The calendar that contains the event. Navigation property. Read-only. operationId: users.calendars.events.GetCalendar parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/calendar' - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/calendar/events/{event-id}/calendar' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/calendar' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/calendar' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/calendar' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/calendarView/{event-id}/calendar' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/events/{event-id}/calendar' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/calendar' '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/extensions': description: Provides operations to manage the extensions property of the microsoft.graph.event entity. get: tags: - users.calendar summary: Get extensions from users description: The collection of open extensions defined for the event. Nullable. operationId: users.calendars.events.ListExtensions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.calendar summary: Create new navigation property to extensions for users operationId: users.calendars.events.CreateExtensions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/extensions' - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/calendar/events/{event-id}/extensions' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/calendarView/{event-id}/extensions' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/events/{event-id}/extensions' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions' '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}': description: Provides operations to manage the extensions property of the microsoft.graph.event entity. get: tags: - users.calendar summary: Get extensions from users description: The collection of open extensions defined for the event. Nullable. operationId: users.calendars.events.GetExtensions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.calendar summary: Update the navigation property extensions in users operationId: users.calendars.events.UpdateExtensions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.calendar summary: Delete navigation property extensions for users operationId: users.calendars.events.DeleteExtensions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: extension-id in: path description: The unique identifier of extension required: true schema: type: string x-ms-docs-key-type: extension x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/extensions/{extension-id}' - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/calendar/events/{event-id}/extensions/{extension-id}' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/calendarView/{event-id}/extensions/{extension-id}' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/events/{event-id}/extensions/{extension-id}' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/extensions/$count': description: Provides operations to count the resources in the collection. get: tags: - users.calendar summary: Get the number of the resource operationId: users.calendars.events.extensions.GetCount-b44d parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances': description: Provides operations to manage the instances property of the microsoft.graph.event entity. get: tags: - users.calendar summary: Get instances from users description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' operationId: users.calendars.events.ListInstances parameters: - name: startDateTime in: query description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' required: true schema: type: string - name: endDateTime in: query description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances' - '/users/{user-id}/calendar/events/{event-id}/instances' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances' - '/users/{user-id}/calendarView/{event-id}/instances' - '/users/{user-id}/events/{event-id}/instances' '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}': description: Provides operations to manage the instances property of the microsoft.graph.event entity. get: tags: - users.calendar summary: Get instances from users description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' operationId: users.calendars.events.GetInstances parameters: - name: startDateTime in: query description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' required: true schema: type: string - name: endDateTime in: query description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}' - '/users/{user-id}/events/{event-id}/instances/{event-id1}' '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments': description: Provides operations to manage the attachments property of the microsoft.graph.event entity. get: tags: - users.calendar summary: Get attachments from users description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: users.calendars.events.instances.ListAttachments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.calendar summary: Create new navigation property to attachments for users operationId: users.calendars.events.instances.CreateAttachments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/attachments' - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/calendar/events/{event-id}/attachments' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/attachments' - '/users/{user-id}/calendarView/{event-id}/attachments' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/events/{event-id}/attachments' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments' '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}': description: Provides operations to manage the attachments property of the microsoft.graph.event entity. get: tags: - users.calendar summary: Get attachments from users description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: users.calendars.events.instances.GetAttachments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.calendar summary: Delete navigation property attachments for users operationId: users.calendars.events.instances.DeleteAttachments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: attachment-id in: path description: The unique identifier of attachment required: true schema: type: string x-ms-docs-key-type: attachment x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/calendar/events/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/calendarView/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/events/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/$count': description: Provides operations to count the resources in the collection. get: tags: - users.calendar summary: Get the number of the resource operationId: users.calendars.events.instances.attachments.GetCount-e35a parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession': description: Provides operations to call the createUploadSession method. post: tags: - users.Actions summary: Invoke action createUploadSession description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 operationId: users.user.calendars.calendar.events.event.instances.event.attachments.createUploadSession requestBody: description: Action parameters content: application/json: schema: type: object properties: AttachmentItem: $ref: '#/components/schemas/microsoft.graph.attachmentItem' required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.uploadSession' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendar/events/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendarView/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/events/{event-id}/attachments/createUploadSession' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/createUploadSession' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/createUploadSession' - '/users/{user-id}/messages/{message-id}/attachments/createUploadSession' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/createUploadSession' '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/calendar': description: Provides operations to manage the calendar property of the microsoft.graph.event entity. get: tags: - users.calendar summary: Get calendar from users description: The calendar that contains the event. Navigation property. Read-only. operationId: users.calendars.events.instances.GetCalendar parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/calendar' - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/calendar/events/{event-id}/calendar' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/calendar' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/calendar' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/calendar' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/calendar' - '/users/{user-id}/calendarView/{event-id}/calendar' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/events/{event-id}/calendar' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/calendar' '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions': description: Provides operations to manage the extensions property of the microsoft.graph.event entity. get: tags: - users.calendar summary: Get extensions from users description: The collection of open extensions defined for the event. Nullable. operationId: users.calendars.events.instances.ListExtensions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.calendar summary: Create new navigation property to extensions for users operationId: users.calendars.events.instances.CreateExtensions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/extensions' - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/calendar/events/{event-id}/extensions' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/extensions' - '/users/{user-id}/calendarView/{event-id}/extensions' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/events/{event-id}/extensions' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions' '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}': description: Provides operations to manage the extensions property of the microsoft.graph.event entity. get: tags: - users.calendar summary: Get extensions from users description: The collection of open extensions defined for the event. Nullable. operationId: users.calendars.events.instances.GetExtensions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.calendar summary: Update the navigation property extensions in users operationId: users.calendars.events.instances.UpdateExtensions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.calendar summary: Delete navigation property extensions for users operationId: users.calendars.events.instances.DeleteExtensions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: extension-id in: path description: The unique identifier of extension required: true schema: type: string x-ms-docs-key-type: extension x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/extensions/{extension-id}' - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/calendar/events/{event-id}/extensions/{extension-id}' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}' - '/users/{user-id}/calendarView/{event-id}/extensions/{extension-id}' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/events/{event-id}/extensions/{extension-id}' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions/$count': description: Provides operations to count the resources in the collection. get: tags: - users.calendar summary: Get the number of the resource operationId: users.calendars.events.instances.extensions.GetCount-dca1 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept': description: Provides operations to call the accept method. post: tags: - users.Actions summary: Invoke action accept description: Accept the specified event in a user calendar. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0 operationId: users.user.calendars.calendar.events.event.instances.event.accept requestBody: description: Action parameters content: application/json: schema: type: object properties: SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/calendar/calendarView/{event-id}/accept' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/calendar/events/{event-id}/accept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/accept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/accept' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/accept' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/accept' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/calendarView/{event-id}/accept' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/events/{event-id}/accept' '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/cancel': description: Provides operations to call the cancel method. post: tags: - users.Actions summary: Invoke action cancel description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0 operationId: users.user.calendars.calendar.events.event.instances.event.cancel requestBody: description: Action parameters content: application/json: schema: type: object properties: Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/calendar/calendarView/{event-id}/cancel' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/calendar/events/{event-id}/cancel' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/cancel' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/cancel' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/cancel' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/cancel' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/calendarView/{event-id}/cancel' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/events/{event-id}/cancel' '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline': description: Provides operations to call the decline method. post: tags: - users.Actions summary: Invoke action decline description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0 operationId: users.user.calendars.calendar.events.event.instances.event.decline requestBody: description: Action parameters content: application/json: schema: type: object properties: ProposedNewTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - type: object nullable: true SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/calendar/calendarView/{event-id}/decline' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/calendar/events/{event-id}/decline' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/decline' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/decline' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/decline' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/decline' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/calendarView/{event-id}/decline' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/events/{event-id}/decline' '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder': description: Provides operations to call the dismissReminder method. post: tags: - users.Actions summary: Invoke action dismissReminder description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 operationId: users.user.calendars.calendar.events.event.instances.event.dismissReminder responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/calendar/calendarView/{event-id}/dismissReminder' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/calendar/events/{event-id}/dismissReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/calendarView/{event-id}/dismissReminder' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/events/{event-id}/dismissReminder' '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/forward': description: Provides operations to call the forward method. post: tags: - users.Actions summary: Invoke action forward description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0 operationId: users.user.calendars.calendar.events.event.instances.event.forward requestBody: description: Action parameters content: application/json: schema: type: object properties: ToRecipients: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendar/calendarView/{event-id}/forward' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendar/events/{event-id}/forward' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/forward' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/forward' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/forward' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/forward' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendarView/{event-id}/forward' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/events/{event-id}/forward' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/forward' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/forward' - '/users/{user-id}/messages/{message-id}/forward' '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder': description: Provides operations to call the snoozeReminder method. post: tags: - users.Actions summary: Invoke action snoozeReminder description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0 operationId: users.user.calendars.calendar.events.event.instances.event.snoozeReminder requestBody: description: Action parameters content: application/json: schema: type: object properties: NewReminderTime: $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/calendar/calendarView/{event-id}/snoozeReminder' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/calendar/events/{event-id}/snoozeReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/calendarView/{event-id}/snoozeReminder' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/events/{event-id}/snoozeReminder' '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept': description: Provides operations to call the tentativelyAccept method. post: tags: - users.Actions summary: Invoke action tentativelyAccept description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0 operationId: users.user.calendars.calendar.events.event.instances.event.tentativelyAccept requestBody: description: Action parameters content: application/json: schema: type: object properties: ProposedNewTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - type: object nullable: true SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/calendar/calendarView/{event-id}/tentativelyAccept' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/calendar/events/{event-id}/tentativelyAccept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/calendarView/{event-id}/tentativelyAccept' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/events/{event-id}/tentativelyAccept' '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/$count': description: Provides operations to count the resources in the collection. get: tags: - users.calendar summary: Get the number of the resource operationId: users.calendars.events.instances.GetCount-c0bc parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()': description: Provides operations to call the delta method. get: tags: - users.Functions summary: Invoke function delta description: 'Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user''s primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 operationId: users.user.calendars.calendar.events.event.instances.delta parameters: - name: startDateTime in: query description: 'The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - name: endDateTime in: query description: 'The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of event type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.event' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendar/calendarView/delta()' - '/users/{user-id}/calendar/events/{event-id}/instances/delta()' - '/users/{user-id}/calendar/events/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendars/{calendar-id}/calendarView/delta()' - '/users/{user-id}/calendars/{calendar-id}/events/delta()' - '/users/{user-id}/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendarView/delta()' - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/delta()' - '/users/{user-id}/chats/{chat-id}/messages/delta()' - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta()' - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta()' - '/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta()' - '/users/{user-id}/contactFolders/delta()' - '/users/{user-id}/contacts/delta()' - '/users/{user-id}/events/{event-id}/instances/delta()' - '/users/{user-id}/events/delta()' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta()' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/delta()' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta()' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' - '/users/{user-id}/mailFolders/delta()' - '/users/{user-id}/messages/delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta()' - '/users/{user-id}/todo/lists/delta()' - /users/delta() - /users/delta() '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/accept': description: Provides operations to call the accept method. post: tags: - users.Actions summary: Invoke action accept description: Accept the specified event in a user calendar. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0 operationId: users.user.calendars.calendar.events.event.accept requestBody: description: Action parameters content: application/json: schema: type: object properties: SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/calendar/calendarView/{event-id}/accept' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/calendar/events/{event-id}/accept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/accept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/accept' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/accept' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/calendarView/{event-id}/accept' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/events/{event-id}/accept' '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/cancel': description: Provides operations to call the cancel method. post: tags: - users.Actions summary: Invoke action cancel description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0 operationId: users.user.calendars.calendar.events.event.cancel requestBody: description: Action parameters content: application/json: schema: type: object properties: Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/calendar/calendarView/{event-id}/cancel' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/calendar/events/{event-id}/cancel' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/cancel' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/cancel' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/cancel' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/calendarView/{event-id}/cancel' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/events/{event-id}/cancel' '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/decline': description: Provides operations to call the decline method. post: tags: - users.Actions summary: Invoke action decline description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0 operationId: users.user.calendars.calendar.events.event.decline requestBody: description: Action parameters content: application/json: schema: type: object properties: ProposedNewTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - type: object nullable: true SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/calendar/calendarView/{event-id}/decline' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/calendar/events/{event-id}/decline' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/decline' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/decline' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/decline' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/calendarView/{event-id}/decline' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/events/{event-id}/decline' '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder': description: Provides operations to call the dismissReminder method. post: tags: - users.Actions summary: Invoke action dismissReminder description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 operationId: users.user.calendars.calendar.events.event.dismissReminder responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/calendar/calendarView/{event-id}/dismissReminder' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/calendar/events/{event-id}/dismissReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/calendarView/{event-id}/dismissReminder' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/events/{event-id}/dismissReminder' '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/forward': description: Provides operations to call the forward method. post: tags: - users.Actions summary: Invoke action forward description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0 operationId: users.user.calendars.calendar.events.event.forward requestBody: description: Action parameters content: application/json: schema: type: object properties: ToRecipients: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendar/calendarView/{event-id}/forward' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendar/events/{event-id}/forward' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/forward' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/forward' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/forward' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendarView/{event-id}/forward' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/events/{event-id}/forward' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/forward' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/forward' - '/users/{user-id}/messages/{message-id}/forward' '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder': description: Provides operations to call the snoozeReminder method. post: tags: - users.Actions summary: Invoke action snoozeReminder description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0 operationId: users.user.calendars.calendar.events.event.snoozeReminder requestBody: description: Action parameters content: application/json: schema: type: object properties: NewReminderTime: $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/calendar/calendarView/{event-id}/snoozeReminder' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/calendar/events/{event-id}/snoozeReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/calendarView/{event-id}/snoozeReminder' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/events/{event-id}/snoozeReminder' '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept': description: Provides operations to call the tentativelyAccept method. post: tags: - users.Actions summary: Invoke action tentativelyAccept description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0 operationId: users.user.calendars.calendar.events.event.tentativelyAccept requestBody: description: Action parameters content: application/json: schema: type: object properties: ProposedNewTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - type: object nullable: true SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/calendar/calendarView/{event-id}/tentativelyAccept' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/calendar/events/{event-id}/tentativelyAccept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/calendarView/{event-id}/tentativelyAccept' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/events/{event-id}/tentativelyAccept' '/users/{user-id}/calendars/{calendar-id}/events/$count': description: Provides operations to count the resources in the collection. get: tags: - users.calendar summary: Get the number of the resource operationId: users.calendars.events.GetCount-efc7 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar '/users/{user-id}/calendars/{calendar-id}/events/delta()': description: Provides operations to call the delta method. get: tags: - users.Functions summary: Invoke function delta description: 'Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user''s primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 operationId: users.user.calendars.calendar.events.delta parameters: - name: startDateTime in: query description: 'The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - name: endDateTime in: query description: 'The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of event type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.event' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendar/calendarView/delta()' - '/users/{user-id}/calendar/events/{event-id}/instances/delta()' - '/users/{user-id}/calendar/events/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendars/{calendar-id}/calendarView/delta()' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/users/{user-id}/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendarView/delta()' - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/delta()' - '/users/{user-id}/chats/{chat-id}/messages/delta()' - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta()' - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta()' - '/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta()' - '/users/{user-id}/contactFolders/delta()' - '/users/{user-id}/contacts/delta()' - '/users/{user-id}/events/{event-id}/instances/delta()' - '/users/{user-id}/events/delta()' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta()' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/delta()' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta()' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' - '/users/{user-id}/mailFolders/delta()' - '/users/{user-id}/messages/delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta()' - '/users/{user-id}/todo/lists/delta()' - /users/delta() - /users/delta() '/users/{user-id}/calendars/{calendar-id}/allowedCalendarSharingRoles(User=''{User}'')': description: Provides operations to call the allowedCalendarSharingRoles method. get: tags: - users.Functions summary: Invoke function allowedCalendarSharingRoles operationId: users.user.calendars.calendar.allowedCalendarSharingRoles parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.calendarRoleType' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar - name: User in: path description: 'Usage: User=''{User}''' required: true schema: type: string x-ms-docs-grouped-path: - '/users/{user-id}/calendar/allowedCalendarSharingRoles(User=''{User}'')' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/allowedCalendarSharingRoles(User=''{User}'')' '/users/{user-id}/calendars/{calendar-id}/getSchedule': description: Provides operations to call the getSchedule method. post: tags: - users.Actions summary: Invoke action getSchedule description: 'Get the free/busy availability information for a collection of users, distributions lists, or resources (rooms or equipment) for a specified time period.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-1.0 operationId: users.user.calendars.calendar.getSchedule requestBody: description: Action parameters content: application/json: schema: type: object properties: Schedules: type: array items: type: string nullable: true EndTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' - type: object nullable: true StartTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' - type: object nullable: true AvailabilityViewInterval: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 nullable: true required: true responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.scheduleInformation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: calendar-id in: path description: The unique identifier of calendar required: true schema: type: string x-ms-docs-key-type: calendar x-ms-docs-grouped-path: - '/users/{user-id}/calendar/getSchedule' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/getSchedule' '/users/{user-id}/calendars/$count': description: Provides operations to count the resources in the collection. get: tags: - users.calendar summary: Get the number of the resource operationId: users.calendars.GetCount-a1b5 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/calendarView': description: Provides operations to manage the calendarView property of the microsoft.graph.user entity. get: tags: - users.event summary: Get calendarView from users description: The calendar view for the calendar. Read-only. Nullable. operationId: users.ListCalendarView parameters: - name: startDateTime in: query description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' required: true schema: type: string - name: endDateTime in: query description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/calendarView/{event-id}': description: Provides operations to manage the calendarView property of the microsoft.graph.user entity. get: tags: - users.event summary: Get calendarView from users description: The calendar view for the calendar. Read-only. Nullable. operationId: users.GetCalendarView parameters: - name: startDateTime in: query description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' required: true schema: type: string - name: endDateTime in: query description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/users/{user-id}/calendarView/{event-id}/attachments': description: Provides operations to manage the attachments property of the microsoft.graph.event entity. get: tags: - users.event summary: Get attachments from users description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: users.calendarView.ListAttachments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.event summary: Create new navigation property to attachments for users operationId: users.calendarView.CreateAttachments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/attachments' - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/calendar/events/{event-id}/attachments' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/attachments' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/events/{event-id}/attachments' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments' '/users/{user-id}/calendarView/{event-id}/attachments/{attachment-id}': description: Provides operations to manage the attachments property of the microsoft.graph.event entity. get: tags: - users.event summary: Get attachments from users description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: users.calendarView.GetAttachments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.event summary: Delete navigation property attachments for users operationId: users.calendarView.DeleteAttachments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: attachment-id in: path description: The unique identifier of attachment required: true schema: type: string x-ms-docs-key-type: attachment x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/calendar/events/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/events/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' '/users/{user-id}/calendarView/{event-id}/attachments/$count': description: Provides operations to count the resources in the collection. get: tags: - users.event summary: Get the number of the resource operationId: users.calendarView.attachments.GetCount-ed80 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/users/{user-id}/calendarView/{event-id}/attachments/createUploadSession': description: Provides operations to call the createUploadSession method. post: tags: - users.Actions summary: Invoke action createUploadSession description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 operationId: users.user.calendarView.event.attachments.createUploadSession requestBody: description: Action parameters content: application/json: schema: type: object properties: AttachmentItem: $ref: '#/components/schemas/microsoft.graph.attachmentItem' required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.uploadSession' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendar/events/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/events/{event-id}/attachments/createUploadSession' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/createUploadSession' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/createUploadSession' - '/users/{user-id}/messages/{message-id}/attachments/createUploadSession' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/createUploadSession' '/users/{user-id}/calendarView/{event-id}/calendar': description: Provides operations to manage the calendar property of the microsoft.graph.event entity. get: tags: - users.event summary: Get calendar from users description: The calendar that contains the event. Navigation property. Read-only. operationId: users.calendarView.GetCalendar parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/calendar' - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/calendar/events/{event-id}/calendar' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/calendar' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/calendar' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/calendar' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/calendar' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/events/{event-id}/calendar' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/calendar' '/users/{user-id}/calendarView/{event-id}/extensions': description: Provides operations to manage the extensions property of the microsoft.graph.event entity. get: tags: - users.event summary: Get extensions from users description: The collection of open extensions defined for the event. Nullable. operationId: users.calendarView.ListExtensions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.event summary: Create new navigation property to extensions for users operationId: users.calendarView.CreateExtensions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/extensions' - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/calendar/events/{event-id}/extensions' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/extensions' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/events/{event-id}/extensions' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions' '/users/{user-id}/calendarView/{event-id}/extensions/{extension-id}': description: Provides operations to manage the extensions property of the microsoft.graph.event entity. get: tags: - users.event summary: Get extensions from users description: The collection of open extensions defined for the event. Nullable. operationId: users.calendarView.GetExtensions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.event summary: Update the navigation property extensions in users operationId: users.calendarView.UpdateExtensions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.event summary: Delete navigation property extensions for users operationId: users.calendarView.DeleteExtensions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: extension-id in: path description: The unique identifier of extension required: true schema: type: string x-ms-docs-key-type: extension x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/extensions/{extension-id}' - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/calendar/events/{event-id}/extensions/{extension-id}' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/events/{event-id}/extensions/{extension-id}' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' '/users/{user-id}/calendarView/{event-id}/extensions/$count': description: Provides operations to count the resources in the collection. get: tags: - users.event summary: Get the number of the resource operationId: users.calendarView.extensions.GetCount-df44 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/users/{user-id}/calendarView/{event-id}/instances': description: Provides operations to manage the instances property of the microsoft.graph.event entity. get: tags: - users.event summary: Get instances from users description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' operationId: users.calendarView.ListInstances parameters: - name: startDateTime in: query description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' required: true schema: type: string - name: endDateTime in: query description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances' - '/users/{user-id}/calendar/events/{event-id}/instances' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances' - '/users/{user-id}/events/{event-id}/instances' '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}': description: Provides operations to manage the instances property of the microsoft.graph.event entity. get: tags: - users.event summary: Get instances from users description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' operationId: users.calendarView.GetInstances parameters: - name: startDateTime in: query description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' required: true schema: type: string - name: endDateTime in: query description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}' - '/users/{user-id}/events/{event-id}/instances/{event-id1}' '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/attachments': description: Provides operations to manage the attachments property of the microsoft.graph.event entity. get: tags: - users.event summary: Get attachments from users description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: users.calendarView.instances.ListAttachments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.event summary: Create new navigation property to attachments for users operationId: users.calendarView.instances.CreateAttachments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/attachments' - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/calendar/events/{event-id}/attachments' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/attachments' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/calendarView/{event-id}/attachments' - '/users/{user-id}/events/{event-id}/attachments' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments' '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}': description: Provides operations to manage the attachments property of the microsoft.graph.event entity. get: tags: - users.event summary: Get attachments from users description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: users.calendarView.instances.GetAttachments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.event summary: Delete navigation property attachments for users operationId: users.calendarView.instances.DeleteAttachments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: attachment-id in: path description: The unique identifier of attachment required: true schema: type: string x-ms-docs-key-type: attachment x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/calendar/events/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/calendarView/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/events/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/attachments/$count': description: Provides operations to count the resources in the collection. get: tags: - users.event summary: Get the number of the resource operationId: users.calendarView.instances.attachments.GetCount-d5d8 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession': description: Provides operations to call the createUploadSession method. post: tags: - users.Actions summary: Invoke action createUploadSession description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 operationId: users.user.calendarView.event.instances.event.attachments.createUploadSession requestBody: description: Action parameters content: application/json: schema: type: object properties: AttachmentItem: $ref: '#/components/schemas/microsoft.graph.attachmentItem' required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.uploadSession' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendar/events/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendarView/{event-id}/attachments/createUploadSession' - '/users/{user-id}/events/{event-id}/attachments/createUploadSession' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/createUploadSession' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/createUploadSession' - '/users/{user-id}/messages/{message-id}/attachments/createUploadSession' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/createUploadSession' '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/calendar': description: Provides operations to manage the calendar property of the microsoft.graph.event entity. get: tags: - users.event summary: Get calendar from users description: The calendar that contains the event. Navigation property. Read-only. operationId: users.calendarView.instances.GetCalendar parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/calendar' - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/calendar/events/{event-id}/calendar' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/calendar' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/calendar' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/calendar' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/calendar' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/calendarView/{event-id}/calendar' - '/users/{user-id}/events/{event-id}/calendar' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/calendar' '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/extensions': description: Provides operations to manage the extensions property of the microsoft.graph.event entity. get: tags: - users.event summary: Get extensions from users description: The collection of open extensions defined for the event. Nullable. operationId: users.calendarView.instances.ListExtensions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.event summary: Create new navigation property to extensions for users operationId: users.calendarView.instances.CreateExtensions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/extensions' - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/calendar/events/{event-id}/extensions' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/extensions' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/calendarView/{event-id}/extensions' - '/users/{user-id}/events/{event-id}/extensions' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions' '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}': description: Provides operations to manage the extensions property of the microsoft.graph.event entity. get: tags: - users.event summary: Get extensions from users description: The collection of open extensions defined for the event. Nullable. operationId: users.calendarView.instances.GetExtensions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.event summary: Update the navigation property extensions in users operationId: users.calendarView.instances.UpdateExtensions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.event summary: Delete navigation property extensions for users operationId: users.calendarView.instances.DeleteExtensions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: extension-id in: path description: The unique identifier of extension required: true schema: type: string x-ms-docs-key-type: extension x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/extensions/{extension-id}' - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/calendar/events/{event-id}/extensions/{extension-id}' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/calendarView/{event-id}/extensions/{extension-id}' - '/users/{user-id}/events/{event-id}/extensions/{extension-id}' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/extensions/$count': description: Provides operations to count the resources in the collection. get: tags: - users.event summary: Get the number of the resource operationId: users.calendarView.instances.extensions.GetCount-7713 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/accept': description: Provides operations to call the accept method. post: tags: - users.Actions summary: Invoke action accept description: Accept the specified event in a user calendar. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0 operationId: users.user.calendarView.event.instances.event.accept requestBody: description: Action parameters content: application/json: schema: type: object properties: SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/calendar/calendarView/{event-id}/accept' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/calendar/events/{event-id}/accept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/accept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/accept' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/accept' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/accept' - '/users/{user-id}/calendarView/{event-id}/accept' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/events/{event-id}/accept' '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/cancel': description: Provides operations to call the cancel method. post: tags: - users.Actions summary: Invoke action cancel description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0 operationId: users.user.calendarView.event.instances.event.cancel requestBody: description: Action parameters content: application/json: schema: type: object properties: Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/calendar/calendarView/{event-id}/cancel' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/calendar/events/{event-id}/cancel' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/cancel' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/cancel' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/cancel' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/cancel' - '/users/{user-id}/calendarView/{event-id}/cancel' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/events/{event-id}/cancel' '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/decline': description: Provides operations to call the decline method. post: tags: - users.Actions summary: Invoke action decline description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0 operationId: users.user.calendarView.event.instances.event.decline requestBody: description: Action parameters content: application/json: schema: type: object properties: ProposedNewTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - type: object nullable: true SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/calendar/calendarView/{event-id}/decline' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/calendar/events/{event-id}/decline' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/decline' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/decline' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/decline' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/decline' - '/users/{user-id}/calendarView/{event-id}/decline' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/events/{event-id}/decline' '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder': description: Provides operations to call the dismissReminder method. post: tags: - users.Actions summary: Invoke action dismissReminder description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 operationId: users.user.calendarView.event.instances.event.dismissReminder responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/calendar/calendarView/{event-id}/dismissReminder' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/calendar/events/{event-id}/dismissReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder' - '/users/{user-id}/calendarView/{event-id}/dismissReminder' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/events/{event-id}/dismissReminder' '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/forward': description: Provides operations to call the forward method. post: tags: - users.Actions summary: Invoke action forward description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0 operationId: users.user.calendarView.event.instances.event.forward requestBody: description: Action parameters content: application/json: schema: type: object properties: ToRecipients: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendar/calendarView/{event-id}/forward' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendar/events/{event-id}/forward' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/forward' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/forward' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/forward' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/forward' - '/users/{user-id}/calendarView/{event-id}/forward' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/events/{event-id}/forward' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/forward' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/forward' - '/users/{user-id}/messages/{message-id}/forward' '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder': description: Provides operations to call the snoozeReminder method. post: tags: - users.Actions summary: Invoke action snoozeReminder description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0 operationId: users.user.calendarView.event.instances.event.snoozeReminder requestBody: description: Action parameters content: application/json: schema: type: object properties: NewReminderTime: $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/calendar/calendarView/{event-id}/snoozeReminder' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/calendar/events/{event-id}/snoozeReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder' - '/users/{user-id}/calendarView/{event-id}/snoozeReminder' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/events/{event-id}/snoozeReminder' '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept': description: Provides operations to call the tentativelyAccept method. post: tags: - users.Actions summary: Invoke action tentativelyAccept description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0 operationId: users.user.calendarView.event.instances.event.tentativelyAccept requestBody: description: Action parameters content: application/json: schema: type: object properties: ProposedNewTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - type: object nullable: true SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/calendar/calendarView/{event-id}/tentativelyAccept' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/calendar/events/{event-id}/tentativelyAccept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept' - '/users/{user-id}/calendarView/{event-id}/tentativelyAccept' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/events/{event-id}/tentativelyAccept' '/users/{user-id}/calendarView/{event-id}/instances/$count': description: Provides operations to count the resources in the collection. get: tags: - users.event summary: Get the number of the resource operationId: users.calendarView.instances.GetCount-aa5e parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/users/{user-id}/calendarView/{event-id}/instances/delta()': description: Provides operations to call the delta method. get: tags: - users.Functions summary: Invoke function delta description: 'Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user''s primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 operationId: users.user.calendarView.event.instances.delta parameters: - name: startDateTime in: query description: 'The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - name: endDateTime in: query description: 'The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of event type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.event' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendar/calendarView/delta()' - '/users/{user-id}/calendar/events/{event-id}/instances/delta()' - '/users/{user-id}/calendar/events/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendars/{calendar-id}/calendarView/delta()' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/users/{user-id}/calendars/{calendar-id}/events/delta()' - '/users/{user-id}/calendarView/delta()' - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/delta()' - '/users/{user-id}/chats/{chat-id}/messages/delta()' - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta()' - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta()' - '/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta()' - '/users/{user-id}/contactFolders/delta()' - '/users/{user-id}/contacts/delta()' - '/users/{user-id}/events/{event-id}/instances/delta()' - '/users/{user-id}/events/delta()' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta()' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/delta()' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta()' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' - '/users/{user-id}/mailFolders/delta()' - '/users/{user-id}/messages/delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta()' - '/users/{user-id}/todo/lists/delta()' - /users/delta() - /users/delta() '/users/{user-id}/calendarView/{event-id}/accept': description: Provides operations to call the accept method. post: tags: - users.Actions summary: Invoke action accept description: Accept the specified event in a user calendar. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0 operationId: users.user.calendarView.event.accept requestBody: description: Action parameters content: application/json: schema: type: object properties: SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/calendar/calendarView/{event-id}/accept' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/calendar/events/{event-id}/accept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/accept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/accept' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/accept' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/accept' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/events/{event-id}/accept' '/users/{user-id}/calendarView/{event-id}/cancel': description: Provides operations to call the cancel method. post: tags: - users.Actions summary: Invoke action cancel description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0 operationId: users.user.calendarView.event.cancel requestBody: description: Action parameters content: application/json: schema: type: object properties: Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/calendar/calendarView/{event-id}/cancel' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/calendar/events/{event-id}/cancel' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/cancel' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/cancel' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/cancel' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/cancel' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/events/{event-id}/cancel' '/users/{user-id}/calendarView/{event-id}/decline': description: Provides operations to call the decline method. post: tags: - users.Actions summary: Invoke action decline description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0 operationId: users.user.calendarView.event.decline requestBody: description: Action parameters content: application/json: schema: type: object properties: ProposedNewTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - type: object nullable: true SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/calendar/calendarView/{event-id}/decline' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/calendar/events/{event-id}/decline' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/decline' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/decline' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/decline' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/decline' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/events/{event-id}/decline' '/users/{user-id}/calendarView/{event-id}/dismissReminder': description: Provides operations to call the dismissReminder method. post: tags: - users.Actions summary: Invoke action dismissReminder description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 operationId: users.user.calendarView.event.dismissReminder responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/calendar/calendarView/{event-id}/dismissReminder' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/calendar/events/{event-id}/dismissReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/events/{event-id}/dismissReminder' '/users/{user-id}/calendarView/{event-id}/forward': description: Provides operations to call the forward method. post: tags: - users.Actions summary: Invoke action forward description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0 operationId: users.user.calendarView.event.forward requestBody: description: Action parameters content: application/json: schema: type: object properties: ToRecipients: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendar/calendarView/{event-id}/forward' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendar/events/{event-id}/forward' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/forward' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/forward' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/forward' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/forward' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/events/{event-id}/forward' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/forward' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/forward' - '/users/{user-id}/messages/{message-id}/forward' '/users/{user-id}/calendarView/{event-id}/snoozeReminder': description: Provides operations to call the snoozeReminder method. post: tags: - users.Actions summary: Invoke action snoozeReminder description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0 operationId: users.user.calendarView.event.snoozeReminder requestBody: description: Action parameters content: application/json: schema: type: object properties: NewReminderTime: $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/calendar/calendarView/{event-id}/snoozeReminder' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/calendar/events/{event-id}/snoozeReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/events/{event-id}/snoozeReminder' '/users/{user-id}/calendarView/{event-id}/tentativelyAccept': description: Provides operations to call the tentativelyAccept method. post: tags: - users.Actions summary: Invoke action tentativelyAccept description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0 operationId: users.user.calendarView.event.tentativelyAccept requestBody: description: Action parameters content: application/json: schema: type: object properties: ProposedNewTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - type: object nullable: true SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/calendar/calendarView/{event-id}/tentativelyAccept' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/calendar/events/{event-id}/tentativelyAccept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/events/{event-id}/tentativelyAccept' '/users/{user-id}/calendarView/$count': description: Provides operations to count the resources in the collection. get: tags: - users.event summary: Get the number of the resource operationId: users.calendarView.GetCount-9543 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/calendarView/delta()': description: Provides operations to call the delta method. get: tags: - users.Functions summary: Invoke function delta description: 'Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user''s primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 operationId: users.user.calendarView.delta parameters: - name: startDateTime in: query description: 'The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - name: endDateTime in: query description: 'The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of event type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.event' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendar/calendarView/delta()' - '/users/{user-id}/calendar/events/{event-id}/instances/delta()' - '/users/{user-id}/calendar/events/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendars/{calendar-id}/calendarView/delta()' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/users/{user-id}/calendars/{calendar-id}/events/delta()' - '/users/{user-id}/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/delta()' - '/users/{user-id}/chats/{chat-id}/messages/delta()' - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta()' - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta()' - '/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta()' - '/users/{user-id}/contactFolders/delta()' - '/users/{user-id}/contacts/delta()' - '/users/{user-id}/events/{event-id}/instances/delta()' - '/users/{user-id}/events/delta()' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta()' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/delta()' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta()' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' - '/users/{user-id}/mailFolders/delta()' - '/users/{user-id}/messages/delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta()' - '/users/{user-id}/todo/lists/delta()' - /users/delta() - /users/delta() '/users/{user-id}/chats': description: Provides operations to manage the chats property of the microsoft.graph.user entity. get: tags: - users.chat summary: List chats description: 'Retrieve the list of chats that the user is part of. This method supports federation. When a user ID is provided, the calling application must belong to the same tenant that the user belongs to.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chat-list?view=graph-rest-1.0 operationId: users.ListChats parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.chatCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.chat summary: Create new navigation property to chats for users operationId: users.CreateChats requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chat' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/chats/{chat-id}': description: Provides operations to manage the chats property of the microsoft.graph.user entity. get: tags: - users.chat summary: Get chat description: 'Retrieve a single chat (without its messages). This method supports federation. To access a chat, at least one chat member must belong to the tenant the request initiated from.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chat-get?view=graph-rest-1.0 operationId: users.GetChats parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.chat summary: Update the navigation property chats in users operationId: users.UpdateChats requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.chat summary: Delete navigation property chats for users operationId: users.DeleteChats parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat '/users/{user-id}/chats/{chat-id}/installedApps': description: Provides operations to manage the installedApps property of the microsoft.graph.chat entity. get: tags: - users.chat summary: Get installedApps from users description: A collection of all the apps in the chat. Nullable. operationId: users.chats.ListInstalledApps parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.teamsAppInstallationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.chat summary: Create new navigation property to installedApps for users operationId: users.chats.CreateInstalledApps requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat '/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}': description: Provides operations to manage the installedApps property of the microsoft.graph.chat entity. get: tags: - users.chat summary: Get installedApps from users description: A collection of all the apps in the chat. Nullable. operationId: users.chats.GetInstalledApps parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.chat summary: Update the navigation property installedApps in users operationId: users.chats.UpdateInstalledApps requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.chat summary: Delete navigation property installedApps for users operationId: users.chats.DeleteInstalledApps parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat - name: teamsAppInstallation-id in: path description: The unique identifier of teamsAppInstallation required: true schema: type: string x-ms-docs-key-type: teamsAppInstallation '/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/upgrade': description: Provides operations to call the upgrade method. post: tags: - users.Actions summary: Invoke action upgrade description: Upgrade an app installation within a chat. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-1.0 operationId: users.user.chats.chat.installedApps.teamsAppInstallation.upgrade requestBody: description: Action parameters content: application/json: schema: type: object properties: consentedPermissionSet: anyOf: - $ref: '#/components/schemas/microsoft.graph.teamsAppPermissionSet' - type: object nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat - name: teamsAppInstallation-id in: path description: The unique identifier of teamsAppInstallation required: true schema: type: string x-ms-docs-key-type: teamsAppInstallation x-ms-docs-grouped-path: - '/users/{user-id}/joinedTeams/{team-id}/installedApps/{teamsAppInstallation-id}/upgrade' '/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp': description: Provides operations to manage the teamsApp property of the microsoft.graph.teamsAppInstallation entity. get: tags: - users.chat summary: Get teamsApp from users description: The app that is installed. operationId: users.chats.installedApps.GetTeamsApp parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat - name: teamsAppInstallation-id in: path description: The unique identifier of teamsAppInstallation required: true schema: type: string x-ms-docs-key-type: teamsAppInstallation x-ms-docs-grouped-path: - '/users/{user-id}/joinedTeams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsApp' - '/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/teamsApp' '/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition': description: Provides operations to manage the teamsAppDefinition property of the microsoft.graph.teamsAppInstallation entity. get: tags: - users.chat summary: Get teamsAppDefinition from users description: The details of this version of the app. operationId: users.chats.installedApps.GetTeamsAppDefinition parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsAppDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat - name: teamsAppInstallation-id in: path description: The unique identifier of teamsAppInstallation required: true schema: type: string x-ms-docs-key-type: teamsAppInstallation x-ms-docs-grouped-path: - '/users/{user-id}/joinedTeams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition' - '/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/teamsAppDefinition' '/users/{user-id}/chats/{chat-id}/installedApps/$count': description: Provides operations to count the resources in the collection. get: tags: - users.chat summary: Get the number of the resource operationId: users.chats.installedApps.GetCount-0d67 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat '/users/{user-id}/chats/{chat-id}/lastMessagePreview': description: Provides operations to manage the lastMessagePreview property of the microsoft.graph.chat entity. get: tags: - users.chat summary: Get lastMessagePreview from users description: 'Preview of the last message sent in the chat. Null if no messages were sent in the chat. Currently, only the list chats operation supports this property.' operationId: users.chats.GetLastMessagePreview parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageInfo' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.chat summary: Update the navigation property lastMessagePreview in users operationId: users.chats.UpdateLastMessagePreview requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageInfo' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageInfo' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.chat summary: Delete navigation property lastMessagePreview for users operationId: users.chats.DeleteLastMessagePreview parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat '/users/{user-id}/chats/{chat-id}/members': description: Provides operations to manage the members property of the microsoft.graph.chat entity. get: tags: - users.chat summary: Get members from users description: A collection of all the members in the chat. Nullable. operationId: users.chats.ListMembers parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.conversationMemberCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.chat summary: Create new navigation property to members for users operationId: users.chats.CreateMembers requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationMember' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationMember' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat '/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}': description: Provides operations to manage the members property of the microsoft.graph.chat entity. get: tags: - users.chat summary: Get members from users description: A collection of all the members in the chat. Nullable. operationId: users.chats.GetMembers parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationMember' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.chat summary: Update the navigation property members in users operationId: users.chats.UpdateMembers requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationMember' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationMember' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.chat summary: Delete navigation property members for users operationId: users.chats.DeleteMembers parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat - name: conversationMember-id in: path description: The unique identifier of conversationMember required: true schema: type: string x-ms-docs-key-type: conversationMember '/users/{user-id}/chats/{chat-id}/members/$count': description: Provides operations to count the resources in the collection. get: tags: - users.chat summary: Get the number of the resource operationId: users.chats.members.GetCount-b25d parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat '/users/{user-id}/chats/{chat-id}/members/add': description: Provides operations to call the add method. post: tags: - users.Actions summary: Invoke action add description: Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0 operationId: users.user.chats.chat.members.add requestBody: description: Action parameters content: application/json: schema: type: object properties: values: type: array items: $ref: '#/components/schemas/microsoft.graph.conversationMember' required: true responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.actionResultPart' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat x-ms-docs-grouped-path: - '/users/{user-id}/followedSites/add' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/members/add' - '/users/{user-id}/joinedTeams/{team-id}/members/add' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/members/add' '/users/{user-id}/chats/{chat-id}/messages': description: Provides operations to manage the messages property of the microsoft.graph.chat entity. get: tags: - users.chat summary: Get messages from users description: A collection of all the messages in the chat. Nullable. operationId: users.chats.ListMessages parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.chat summary: Create new navigation property to messages for users operationId: users.chats.CreateMessages requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}': description: Provides operations to manage the messages property of the microsoft.graph.chat entity. get: tags: - users.chat summary: Get messages from users description: A collection of all the messages in the chat. Nullable. operationId: users.chats.GetMessages parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.chat summary: Update the navigation property messages in users operationId: users.chats.UpdateMessages requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.chat summary: Delete navigation property messages for users operationId: users.chats.DeleteMessages parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents': description: Provides operations to manage the hostedContents property of the microsoft.graph.chatMessage entity. get: tags: - users.chat summary: Get hostedContents from users description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: users.chats.messages.ListHostedContents parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageHostedContentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.chat summary: Create new navigation property to hostedContents for users operationId: users.chats.messages.CreateHostedContents requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents' '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}': description: Provides operations to manage the hostedContents property of the microsoft.graph.chatMessage entity. get: tags: - users.chat summary: Get hostedContents from users description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: users.chats.messages.GetHostedContents parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.chat summary: Update the navigation property hostedContents in users operationId: users.chats.messages.UpdateHostedContents requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.chat summary: Delete navigation property hostedContents for users operationId: users.chats.messages.DeleteHostedContents parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessageHostedContent-id in: path description: The unique identifier of chatMessageHostedContent required: true schema: type: string x-ms-docs-key-type: chatMessageHostedContent x-ms-docs-grouped-path: - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}' '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value': description: Provides operations to manage the media for the user entity. get: tags: - users.chat summary: Get media content for the navigation property hostedContents from users description: The unique identifier for an entity. Read-only. operationId: users.chats.messages.GetHostedContentsContent responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - users.chat summary: Update media content for the navigation property hostedContents in users description: The unique identifier for an entity. Read-only. operationId: users.chats.messages.UpdateHostedContentsContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - users.chat summary: Delete media content for the navigation property hostedContents in users description: The unique identifier for an entity. Read-only. operationId: users.chats.messages.DeleteHostedContentsContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessageHostedContent-id in: path description: The unique identifier of chatMessageHostedContent required: true schema: type: string x-ms-docs-key-type: chatMessageHostedContent '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/$count': description: Provides operations to count the resources in the collection. get: tags: - users.chat summary: Get the number of the resource operationId: users.chats.messages.hostedContents.GetCount-e922 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/setReaction': description: Provides operations to call the setReaction method. post: tags: - users.Actions summary: Invoke action setReaction operationId: users.user.chats.chat.messages.chatMessage.setReaction requestBody: description: Action parameters content: application/json: schema: type: object properties: reactionType: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/setReaction' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/setReaction' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction' '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/softDelete': description: Provides operations to call the softDelete method. post: tags: - users.Actions summary: Invoke action softDelete description: Delete a single chatMessage or a chat message reply in a channel or a chat. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0 operationId: users.user.chats.chat.messages.chatMessage.softDelete responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/softDelete' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/softDelete' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete' '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/undoSoftDelete': description: Provides operations to call the undoSoftDelete method. post: tags: - users.Actions summary: Invoke action undoSoftDelete description: Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0 operationId: users.user.chats.chat.messages.chatMessage.undoSoftDelete responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/undoSoftDelete' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/undoSoftDelete' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete' '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/unsetReaction': description: Provides operations to call the unsetReaction method. post: tags: - users.Actions summary: Invoke action unsetReaction operationId: users.user.chats.chat.messages.chatMessage.unsetReaction requestBody: description: Action parameters content: application/json: schema: type: object properties: reactionType: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/unsetReaction' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction' '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies': description: Provides operations to manage the replies property of the microsoft.graph.chatMessage entity. get: tags: - users.chat summary: Get replies from users description: Replies for a specified message. Supports $expand for channel messages. operationId: users.chats.messages.ListReplies parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.chat summary: Create new navigation property to replies for users operationId: users.chats.messages.CreateReplies requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies' '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}': description: Provides operations to manage the replies property of the microsoft.graph.chatMessage entity. get: tags: - users.chat summary: Get replies from users description: Replies for a specified message. Supports $expand for channel messages. operationId: users.chats.messages.GetReplies parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.chat summary: Update the navigation property replies in users operationId: users.chats.messages.UpdateReplies requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.chat summary: Delete navigation property replies for users operationId: users.chats.messages.DeleteReplies parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}' '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents': description: Provides operations to manage the hostedContents property of the microsoft.graph.chatMessage entity. get: tags: - users.chat summary: Get hostedContents from users description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: users.chats.messages.replies.ListHostedContents parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageHostedContentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.chat summary: Create new navigation property to hostedContents for users operationId: users.chats.messages.replies.CreateHostedContents requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents' '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}': description: Provides operations to manage the hostedContents property of the microsoft.graph.chatMessage entity. get: tags: - users.chat summary: Get hostedContents from users description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: users.chats.messages.replies.GetHostedContents parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.chat summary: Update the navigation property hostedContents in users operationId: users.chats.messages.replies.UpdateHostedContents requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.chat summary: Delete navigation property hostedContents for users operationId: users.chats.messages.replies.DeleteHostedContents parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessageHostedContent-id in: path description: The unique identifier of chatMessageHostedContent required: true schema: type: string x-ms-docs-key-type: chatMessageHostedContent x-ms-docs-grouped-path: - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}' '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value': description: Provides operations to manage the media for the user entity. get: tags: - users.chat summary: Get media content for the navigation property hostedContents from users description: The unique identifier for an entity. Read-only. operationId: users.chats.messages.replies.GetHostedContentsContent responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - users.chat summary: Update media content for the navigation property hostedContents in users description: The unique identifier for an entity. Read-only. operationId: users.chats.messages.replies.UpdateHostedContentsContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - users.chat summary: Delete media content for the navigation property hostedContents in users description: The unique identifier for an entity. Read-only. operationId: users.chats.messages.replies.DeleteHostedContentsContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessageHostedContent-id in: path description: The unique identifier of chatMessageHostedContent required: true schema: type: string x-ms-docs-key-type: chatMessageHostedContent '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count': description: Provides operations to count the resources in the collection. get: tags: - users.chat summary: Get the number of the resource operationId: users.chats.messages.replies.hostedContents.GetCount-34f5 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction': description: Provides operations to call the setReaction method. post: tags: - users.Actions summary: Invoke action setReaction operationId: users.user.chats.chat.messages.chatMessage.replies.chatMessage.setReaction requestBody: description: Action parameters content: application/json: schema: type: object properties: reactionType: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/setReaction' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/setReaction' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/setReaction' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction' '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete': description: Provides operations to call the softDelete method. post: tags: - users.Actions summary: Invoke action softDelete description: Delete a single chatMessage or a chat message reply in a channel or a chat. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0 operationId: users.user.chats.chat.messages.chatMessage.replies.chatMessage.softDelete responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/softDelete' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/softDelete' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/softDelete' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete' '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete': description: Provides operations to call the undoSoftDelete method. post: tags: - users.Actions summary: Invoke action undoSoftDelete description: Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0 operationId: users.user.chats.chat.messages.chatMessage.replies.chatMessage.undoSoftDelete responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/undoSoftDelete' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/undoSoftDelete' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/undoSoftDelete' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete' '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction': description: Provides operations to call the unsetReaction method. post: tags: - users.Actions summary: Invoke action unsetReaction operationId: users.user.chats.chat.messages.chatMessage.replies.chatMessage.unsetReaction requestBody: description: Action parameters content: application/json: schema: type: object properties: reactionType: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/unsetReaction' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/unsetReaction' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction' '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/$count': description: Provides operations to count the resources in the collection. get: tags: - users.chat summary: Get the number of the resource operationId: users.chats.messages.replies.GetCount-cecc parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/delta()': description: Provides operations to call the delta method. get: tags: - users.Functions summary: Invoke function delta description: 'Retrieve the list of messages (without the replies) in a channel of a team. By using delta query, you can get new or updated messages in a channel. Delta query supports both full synchronization that retrieves all the messages in the specified channel, and incremental synchronization that retrieves those messages that have been added or changed in the channel since the last synchronization. Typically, you would do an initial full synchronization, and then get incremental changes to that messages view periodically. To get the replies for a message, use the list message replies or the get message reply operation. A GET request with the delta function returns either: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call for that same calendar view. A @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin to retrieve more changes (messages changed or posted after acquiring @odata.deltaLink). For more information, see the delta query documentation.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0 operationId: users.user.chats.chat.messages.chatMessage.replies.delta parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of chatMessage type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendar/calendarView/delta()' - '/users/{user-id}/calendar/events/{event-id}/instances/delta()' - '/users/{user-id}/calendar/events/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendars/{calendar-id}/calendarView/delta()' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/users/{user-id}/calendars/{calendar-id}/events/delta()' - '/users/{user-id}/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendarView/delta()' - '/users/{user-id}/chats/{chat-id}/messages/delta()' - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta()' - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta()' - '/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta()' - '/users/{user-id}/contactFolders/delta()' - '/users/{user-id}/contacts/delta()' - '/users/{user-id}/events/{event-id}/instances/delta()' - '/users/{user-id}/events/delta()' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta()' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/delta()' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta()' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' - '/users/{user-id}/mailFolders/delta()' - '/users/{user-id}/messages/delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta()' - '/users/{user-id}/todo/lists/delta()' - /users/delta() - /users/delta() '/users/{user-id}/chats/{chat-id}/messages/$count': description: Provides operations to count the resources in the collection. get: tags: - users.chat summary: Get the number of the resource operationId: users.chats.messages.GetCount-c95d parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat '/users/{user-id}/chats/{chat-id}/messages/delta()': description: Provides operations to call the delta method. get: tags: - users.Functions summary: Invoke function delta description: 'Retrieve the list of messages (without the replies) in a channel of a team. By using delta query, you can get new or updated messages in a channel. Delta query supports both full synchronization that retrieves all the messages in the specified channel, and incremental synchronization that retrieves those messages that have been added or changed in the channel since the last synchronization. Typically, you would do an initial full synchronization, and then get incremental changes to that messages view periodically. To get the replies for a message, use the list message replies or the get message reply operation. A GET request with the delta function returns either: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call for that same calendar view. A @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin to retrieve more changes (messages changed or posted after acquiring @odata.deltaLink). For more information, see the delta query documentation.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0 operationId: users.user.chats.chat.messages.delta parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of chatMessage type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendar/calendarView/delta()' - '/users/{user-id}/calendar/events/{event-id}/instances/delta()' - '/users/{user-id}/calendar/events/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendars/{calendar-id}/calendarView/delta()' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/users/{user-id}/calendars/{calendar-id}/events/delta()' - '/users/{user-id}/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendarView/delta()' - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/delta()' - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta()' - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta()' - '/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta()' - '/users/{user-id}/contactFolders/delta()' - '/users/{user-id}/contacts/delta()' - '/users/{user-id}/events/{event-id}/instances/delta()' - '/users/{user-id}/events/delta()' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta()' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/delta()' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta()' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' - '/users/{user-id}/mailFolders/delta()' - '/users/{user-id}/messages/delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta()' - '/users/{user-id}/todo/lists/delta()' - /users/delta() - /users/delta() '/users/{user-id}/chats/{chat-id}/hideForUser': description: Provides operations to call the hideForUser method. post: tags: - users.Actions summary: Invoke action hideForUser description: Hide a chat for a user. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chat-hideforuser?view=graph-rest-1.0 operationId: users.user.chats.chat.hideForUser requestBody: description: Action parameters content: application/json: schema: type: object properties: user: anyOf: - $ref: '#/components/schemas/microsoft.graph.teamworkUserIdentity' - type: object nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat '/users/{user-id}/chats/{chat-id}/markChatReadForUser': description: Provides operations to call the markChatReadForUser method. post: tags: - users.Actions summary: Invoke action markChatReadForUser description: Mark a chat as read for a user. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chat-markchatreadforuser?view=graph-rest-1.0 operationId: users.user.chats.chat.markChatReadForUser requestBody: description: Action parameters content: application/json: schema: type: object properties: user: anyOf: - $ref: '#/components/schemas/microsoft.graph.teamworkUserIdentity' - type: object nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat '/users/{user-id}/chats/{chat-id}/markChatUnreadForUser': description: Provides operations to call the markChatUnreadForUser method. post: tags: - users.Actions summary: Invoke action markChatUnreadForUser description: Mark a chat as unread for a user. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chat-markchatunreadforuser?view=graph-rest-1.0 operationId: users.user.chats.chat.markChatUnreadForUser requestBody: description: Action parameters content: application/json: schema: type: object properties: user: anyOf: - $ref: '#/components/schemas/microsoft.graph.teamworkUserIdentity' - type: object nullable: true lastMessageReadDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string format: date-time nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat '/users/{user-id}/chats/{chat-id}/sendActivityNotification': description: Provides operations to call the sendActivityNotification method. post: tags: - users.Actions summary: Invoke action sendActivityNotification description: 'Send an activity feed notification in scope of a chat. For more information about sending notifications and the requirements for doing so, see sending Teams activity notifications.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chat-sendactivitynotification?view=graph-rest-1.0 operationId: users.user.chats.chat.sendActivityNotification requestBody: description: Action parameters content: application/json: schema: type: object properties: topic: anyOf: - $ref: '#/components/schemas/microsoft.graph.teamworkActivityTopic' - type: object nullable: true activityType: type: string nullable: true chainId: type: integer format: int64 nullable: true previewText: anyOf: - $ref: '#/components/schemas/microsoft.graph.itemBody' - type: object nullable: true teamsAppId: type: string nullable: true templateParameters: type: array items: $ref: '#/components/schemas/microsoft.graph.keyValuePair' recipient: anyOf: - $ref: '#/components/schemas/microsoft.graph.teamworkNotificationRecipient' - type: object nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat x-ms-docs-grouped-path: - '/users/{user-id}/joinedTeams/{team-id}/sendActivityNotification' - '/users/{user-id}/teamwork/sendActivityNotification' '/users/{user-id}/chats/{chat-id}/unhideForUser': description: Provides operations to call the unhideForUser method. post: tags: - users.Actions summary: Invoke action unhideForUser description: Unhide a chat for a user. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chat-unhideforuser?view=graph-rest-1.0 operationId: users.user.chats.chat.unhideForUser requestBody: description: Action parameters content: application/json: schema: type: object properties: user: anyOf: - $ref: '#/components/schemas/microsoft.graph.teamworkUserIdentity' - type: object nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat '/users/{user-id}/chats/{chat-id}/permissionGrants': description: Provides operations to manage the permissionGrants property of the microsoft.graph.chat entity. get: tags: - users.chat summary: Get permissionGrants from users description: A collection of permissions granted to apps for the chat. operationId: users.chats.ListPermissionGrants parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.resourceSpecificPermissionGrantCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.chat summary: Create new navigation property to permissionGrants for users operationId: users.chats.CreatePermissionGrants requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat '/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}': description: Provides operations to manage the permissionGrants property of the microsoft.graph.chat entity. get: tags: - users.chat summary: Get permissionGrants from users description: A collection of permissions granted to apps for the chat. operationId: users.chats.GetPermissionGrants parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.chat summary: Update the navigation property permissionGrants in users operationId: users.chats.UpdatePermissionGrants requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.chat summary: Delete navigation property permissionGrants for users operationId: users.chats.DeletePermissionGrants parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat - name: resourceSpecificPermissionGrant-id in: path description: The unique identifier of resourceSpecificPermissionGrant required: true schema: type: string x-ms-docs-key-type: resourceSpecificPermissionGrant '/users/{user-id}/chats/{chat-id}/permissionGrants/$count': description: Provides operations to count the resources in the collection. get: tags: - users.chat summary: Get the number of the resource operationId: users.chats.permissionGrants.GetCount-8aa5 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat '/users/{user-id}/chats/{chat-id}/pinnedMessages': description: Provides operations to manage the pinnedMessages property of the microsoft.graph.chat entity. get: tags: - users.chat summary: Get pinnedMessages from users description: A collection of all the pinned messages in the chat. Nullable. operationId: users.chats.ListPinnedMessages parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.pinnedChatMessageInfoCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.chat summary: Create new navigation property to pinnedMessages for users operationId: users.chats.CreatePinnedMessages requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.pinnedChatMessageInfo' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.pinnedChatMessageInfo' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat '/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}': description: Provides operations to manage the pinnedMessages property of the microsoft.graph.chat entity. get: tags: - users.chat summary: Get pinnedMessages from users description: A collection of all the pinned messages in the chat. Nullable. operationId: users.chats.GetPinnedMessages parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.pinnedChatMessageInfo' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.chat summary: Update the navigation property pinnedMessages in users operationId: users.chats.UpdatePinnedMessages requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.pinnedChatMessageInfo' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.pinnedChatMessageInfo' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.chat summary: Delete navigation property pinnedMessages for users operationId: users.chats.DeletePinnedMessages parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat - name: pinnedChatMessageInfo-id in: path description: The unique identifier of pinnedChatMessageInfo required: true schema: type: string x-ms-docs-key-type: pinnedChatMessageInfo '/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}/message': description: Provides operations to manage the message property of the microsoft.graph.pinnedChatMessageInfo entity. get: tags: - users.chat summary: Get message from users description: Represents details about the chat message that is pinned. operationId: users.chats.pinnedMessages.GetMessage parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat - name: pinnedChatMessageInfo-id in: path description: The unique identifier of pinnedChatMessageInfo required: true schema: type: string x-ms-docs-key-type: pinnedChatMessageInfo '/users/{user-id}/chats/{chat-id}/pinnedMessages/$count': description: Provides operations to count the resources in the collection. get: tags: - users.chat summary: Get the number of the resource operationId: users.chats.pinnedMessages.GetCount-bc2d parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat '/users/{user-id}/chats/{chat-id}/tabs': description: Provides operations to manage the tabs property of the microsoft.graph.chat entity. get: tags: - users.chat summary: Get tabs from users description: A collection of all the tabs in the chat. Nullable. operationId: users.chats.ListTabs parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.teamsTabCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.chat summary: Create new navigation property to tabs for users operationId: users.chats.CreateTabs requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsTab' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsTab' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat '/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}': description: Provides operations to manage the tabs property of the microsoft.graph.chat entity. get: tags: - users.chat summary: Get tabs from users description: A collection of all the tabs in the chat. Nullable. operationId: users.chats.GetTabs parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsTab' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.chat summary: Update the navigation property tabs in users operationId: users.chats.UpdateTabs requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsTab' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsTab' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.chat summary: Delete navigation property tabs for users operationId: users.chats.DeleteTabs parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat - name: teamsTab-id in: path description: The unique identifier of teamsTab required: true schema: type: string x-ms-docs-key-type: teamsTab '/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp': description: Provides operations to manage the teamsApp property of the microsoft.graph.teamsTab entity. get: tags: - users.chat summary: Get teamsApp from users description: The application that is linked to the tab. This can't be changed after tab creation. operationId: users.chats.tabs.GetTeamsApp parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat - name: teamsTab-id in: path description: The unique identifier of teamsTab required: true schema: type: string x-ms-docs-key-type: teamsTab x-ms-docs-grouped-path: - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/tabs/{teamsTab-id}/teamsApp' '/users/{user-id}/chats/{chat-id}/tabs/$count': description: Provides operations to count the resources in the collection. get: tags: - users.chat summary: Get the number of the resource operationId: users.chats.tabs.GetCount-bf26 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: chat-id in: path description: The unique identifier of chat required: true schema: type: string x-ms-docs-key-type: chat '/users/{user-id}/chats/$count': description: Provides operations to count the resources in the collection. get: tags: - users.chat summary: Get the number of the resource operationId: users.chats.GetCount-38c2 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/chats/getAllMessages()': description: Provides operations to call the getAllMessages method. get: tags: - users.Functions summary: Invoke function getAllMessages description: 'Get all messages from all chats that a user is a participant in, including one-on-one chats, group chats, and meeting chats.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chats-getallmessages?view=graph-rest-1.0 operationId: users.user.chats.getAllMessages parameters: - name: model in: query description: The payment model for the API schema: type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of chatMessage type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user x-ms-docs-grouped-path: - '/users/{user-id}/joinedTeams/{team-id}/channels/getAllMessages()' - '/users/{user-id}/joinedTeams/getAllMessages()' '/users/{user-id}/chats/getAllRetainedMessages()': description: Provides operations to call the getAllRetainedMessages method. get: tags: - users.Functions summary: Invoke function getAllRetainedMessages operationId: users.user.chats.getAllRetainedMessages parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of chatMessage type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user x-ms-docs-grouped-path: - '/users/{user-id}/joinedTeams/{team-id}/channels/getAllRetainedMessages()' '/users/{user-id}/cloudClipboard': description: Provides operations to manage the cloudClipboard property of the microsoft.graph.user entity. get: tags: - users.cloudClipboardRoot summary: Get cloudClipboard from users operationId: users.GetCloudClipboard parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.cloudClipboardRoot' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.cloudClipboardRoot summary: Update the navigation property cloudClipboard in users operationId: users.UpdateCloudClipboard requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.cloudClipboardRoot' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.cloudClipboardRoot' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.cloudClipboardRoot summary: Delete navigation property cloudClipboard for users operationId: users.DeleteCloudClipboard parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/cloudClipboard/items': description: Provides operations to manage the items property of the microsoft.graph.cloudClipboardRoot entity. get: tags: - users.cloudClipboardRoot summary: Get items from users description: Represents a collection of Cloud Clipboard items. operationId: users.cloudClipboard.ListItems parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.cloudClipboardItemCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.cloudClipboardRoot summary: Create new navigation property to items for users operationId: users.cloudClipboard.CreateItems requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.cloudClipboardItem' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.cloudClipboardItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/cloudClipboard/items/{cloudClipboardItem-id}': description: Provides operations to manage the items property of the microsoft.graph.cloudClipboardRoot entity. get: tags: - users.cloudClipboardRoot summary: Get items from users description: Represents a collection of Cloud Clipboard items. operationId: users.cloudClipboard.GetItems parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.cloudClipboardItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.cloudClipboardRoot summary: Update the navigation property items in users operationId: users.cloudClipboard.UpdateItems requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.cloudClipboardItem' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.cloudClipboardItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.cloudClipboardRoot summary: Delete navigation property items for users operationId: users.cloudClipboard.DeleteItems parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: cloudClipboardItem-id in: path description: The unique identifier of cloudClipboardItem required: true schema: type: string x-ms-docs-key-type: cloudClipboardItem '/users/{user-id}/cloudClipboard/items/$count': description: Provides operations to count the resources in the collection. get: tags: - users.cloudClipboardRoot summary: Get the number of the resource operationId: users.cloudClipboard.items.GetCount-1146 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/contactFolders': description: Provides operations to manage the contactFolders property of the microsoft.graph.user entity. get: tags: - users.contactFolder summary: Get contactFolders from users description: The user's contacts folders. Read-only. Nullable. operationId: users.ListContactFolders parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.contactFolderCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.contactFolder summary: Create new navigation property to contactFolders for users operationId: users.CreateContactFolders requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contactFolder' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contactFolder' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/contactFolders/{contactFolder-id}': description: Provides operations to manage the contactFolders property of the microsoft.graph.user entity. get: tags: - users.contactFolder summary: Get contactFolders from users description: The user's contacts folders. Read-only. Nullable. operationId: users.GetContactFolders parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contactFolder' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.contactFolder summary: Update the navigation property contactFolders in users operationId: users.UpdateContactFolders requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contactFolder' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contactFolder' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.contactFolder summary: Delete navigation property contactFolders for users operationId: users.DeleteContactFolders parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: contactFolder-id in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders': description: Provides operations to manage the childFolders property of the microsoft.graph.contactFolder entity. get: tags: - users.contactFolder summary: Get childFolders from users description: The collection of child folders in the folder. Navigation property. Read-only. Nullable. operationId: users.contactFolders.ListChildFolders parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.contactFolderCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.contactFolder summary: Create new navigation property to childFolders for users operationId: users.contactFolders.CreateChildFolders requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contactFolder' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contactFolder' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: contactFolder-id in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}': description: Provides operations to manage the childFolders property of the microsoft.graph.contactFolder entity. get: tags: - users.contactFolder summary: Get childFolders from users description: The collection of child folders in the folder. Navigation property. Read-only. Nullable. operationId: users.contactFolders.GetChildFolders parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contactFolder' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.contactFolder summary: Update the navigation property childFolders in users operationId: users.contactFolders.UpdateChildFolders requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contactFolder' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contactFolder' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.contactFolder summary: Delete navigation property childFolders for users operationId: users.contactFolders.DeleteChildFolders parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: contactFolder-id in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder - name: contactFolder-id1 in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts': description: Provides operations to manage the contacts property of the microsoft.graph.contactFolder entity. get: tags: - users.contactFolder summary: Get contacts from users description: The contacts in the folder. Navigation property. Read-only. Nullable. operationId: users.contactFolders.childFolders.ListContacts parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.contactCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.contactFolder summary: Create new navigation property to contacts for users operationId: users.contactFolders.childFolders.CreateContacts requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contact' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contact' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: contactFolder-id in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder - name: contactFolder-id1 in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder x-ms-docs-grouped-path: - '/users/{user-id}/contactFolders/{contactFolder-id}/contacts' '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}': description: Provides operations to manage the contacts property of the microsoft.graph.contactFolder entity. get: tags: - users.contactFolder summary: Get contacts from users description: The contacts in the folder. Navigation property. Read-only. Nullable. operationId: users.contactFolders.childFolders.GetContacts parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contact' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.contactFolder summary: Update the navigation property contacts in users operationId: users.contactFolders.childFolders.UpdateContacts requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contact' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contact' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.contactFolder summary: Delete navigation property contacts for users operationId: users.contactFolders.childFolders.DeleteContacts parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: contactFolder-id in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder - name: contactFolder-id1 in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder - name: contact-id in: path description: The unique identifier of contact required: true schema: type: string x-ms-docs-key-type: contact x-ms-docs-grouped-path: - '/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}' '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions': description: Provides operations to manage the extensions property of the microsoft.graph.contact entity. get: tags: - users.contactFolder summary: Get extensions from users description: The collection of open extensions defined for the contact. Read-only. Nullable. operationId: users.contactFolders.childFolders.contacts.ListExtensions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.contactFolder summary: Create new navigation property to extensions for users operationId: users.contactFolders.childFolders.contacts.CreateExtensions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: contactFolder-id in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder - name: contactFolder-id1 in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder - name: contact-id in: path description: The unique identifier of contact required: true schema: type: string x-ms-docs-key-type: contact x-ms-docs-grouped-path: - '/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions' - '/users/{user-id}/contacts/{contact-id}/extensions' '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}': description: Provides operations to manage the extensions property of the microsoft.graph.contact entity. get: tags: - users.contactFolder summary: Get extensions from users description: The collection of open extensions defined for the contact. Read-only. Nullable. operationId: users.contactFolders.childFolders.contacts.GetExtensions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.contactFolder summary: Update the navigation property extensions in users operationId: users.contactFolders.childFolders.contacts.UpdateExtensions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.contactFolder summary: Delete navigation property extensions for users operationId: users.contactFolders.childFolders.contacts.DeleteExtensions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: contactFolder-id in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder - name: contactFolder-id1 in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder - name: contact-id in: path description: The unique identifier of contact required: true schema: type: string x-ms-docs-key-type: contact - name: extension-id in: path description: The unique identifier of extension required: true schema: type: string x-ms-docs-key-type: extension x-ms-docs-grouped-path: - '/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}' - '/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}' '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/$count': description: Provides operations to count the resources in the collection. get: tags: - users.contactFolder summary: Get the number of the resource operationId: users.contactFolders.childFolders.contacts.extensions.GetCount-5b30 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: contactFolder-id in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder - name: contactFolder-id1 in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder - name: contact-id in: path description: The unique identifier of contact required: true schema: type: string x-ms-docs-key-type: contact '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo': description: Provides operations to manage the photo property of the microsoft.graph.contact entity. get: tags: - users.contactFolder summary: Get photo from users description: Optional contact picture. You can get or set a photo for a contact. operationId: users.contactFolders.childFolders.contacts.GetPhoto parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.profilePhoto' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.contactFolder summary: Update the navigation property photo in users operationId: users.contactFolders.childFolders.contacts.UpdatePhoto requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.profilePhoto' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.profilePhoto' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: contactFolder-id in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder - name: contactFolder-id1 in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder - name: contact-id in: path description: The unique identifier of contact required: true schema: type: string x-ms-docs-key-type: contact x-ms-docs-grouped-path: - '/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo' - '/users/{user-id}/contacts/{contact-id}/photo' '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value': description: Provides operations to manage the media for the user entity. get: tags: - users.contactFolder summary: Get media content for the navigation property photo from users description: Optional contact picture. You can get or set a photo for a contact. operationId: users.contactFolders.childFolders.contacts.GetPhotoContent responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - users.contactFolder summary: Update media content for the navigation property photo in users description: Optional contact picture. You can get or set a photo for a contact. operationId: users.contactFolders.childFolders.contacts.UpdatePhotoContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - users.contactFolder summary: Delete media content for the navigation property photo in users description: Optional contact picture. You can get or set a photo for a contact. operationId: users.contactFolders.childFolders.contacts.DeletePhotoContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: contactFolder-id in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder - name: contactFolder-id1 in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder - name: contact-id in: path description: The unique identifier of contact required: true schema: type: string x-ms-docs-key-type: contact '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/$count': description: Provides operations to count the resources in the collection. get: tags: - users.contactFolder summary: Get the number of the resource operationId: users.contactFolders.childFolders.contacts.GetCount-6cbe parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: contactFolder-id in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder - name: contactFolder-id1 in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta()': description: Provides operations to call the delta method. get: tags: - users.Functions summary: Invoke function delta description: "Get a set of contacts that have been added, deleted, or updated in a specified folder. A delta function call for contacts in a folder is similar to a GET request, except that by appropriately \napplying state tokens in one or more of these calls, \nyou can query for incremental changes in the contacts in \nthat folder. This allows you to maintain and synchronize a local store of a user's contacts without \nhaving to fetch the entire set of contacts from the server every time. " externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-1.0 operationId: users.user.contactFolders.contactFolder.childFolders.contactFolder.contacts.delta parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of contact type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.contact' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: contactFolder-id in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder - name: contactFolder-id1 in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendar/calendarView/delta()' - '/users/{user-id}/calendar/events/{event-id}/instances/delta()' - '/users/{user-id}/calendar/events/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendars/{calendar-id}/calendarView/delta()' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/users/{user-id}/calendars/{calendar-id}/events/delta()' - '/users/{user-id}/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendarView/delta()' - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/delta()' - '/users/{user-id}/chats/{chat-id}/messages/delta()' - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta()' - '/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta()' - '/users/{user-id}/contactFolders/delta()' - '/users/{user-id}/contacts/delta()' - '/users/{user-id}/events/{event-id}/instances/delta()' - '/users/{user-id}/events/delta()' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta()' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/delta()' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta()' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' - '/users/{user-id}/mailFolders/delta()' - '/users/{user-id}/messages/delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta()' - '/users/{user-id}/todo/lists/delta()' - /users/delta() - /users/delta() '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/$count': description: Provides operations to count the resources in the collection. get: tags: - users.contactFolder summary: Get the number of the resource operationId: users.contactFolders.childFolders.GetCount-9149 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: contactFolder-id in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta()': description: Provides operations to call the delta method. get: tags: - users.Functions summary: Invoke function delta description: "Get a set of contact folders that have been added, deleted, or removed from the user's mailbox. A delta function call for contact folders in a mailbox is similar to a GET request, except that by appropriately \napplying state tokens in one or more of these calls, \nyou can query for incremental changes in the contact folders. This allows you to maintain and synchronize \na local store of a user's contact folders without having to fetch all the contact folders of that mailbox from the server every time." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contactfolder-delta?view=graph-rest-1.0 operationId: users.user.contactFolders.contactFolder.childFolders.delta parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of contactFolder type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.contactFolder' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: contactFolder-id in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendar/calendarView/delta()' - '/users/{user-id}/calendar/events/{event-id}/instances/delta()' - '/users/{user-id}/calendar/events/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendars/{calendar-id}/calendarView/delta()' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/users/{user-id}/calendars/{calendar-id}/events/delta()' - '/users/{user-id}/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendarView/delta()' - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/delta()' - '/users/{user-id}/chats/{chat-id}/messages/delta()' - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta()' - '/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta()' - '/users/{user-id}/contactFolders/delta()' - '/users/{user-id}/contacts/delta()' - '/users/{user-id}/events/{event-id}/instances/delta()' - '/users/{user-id}/events/delta()' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta()' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/delta()' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta()' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' - '/users/{user-id}/mailFolders/delta()' - '/users/{user-id}/messages/delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta()' - '/users/{user-id}/todo/lists/delta()' - /users/delta() - /users/delta() '/users/{user-id}/contactFolders/{contactFolder-id}/contacts': description: Provides operations to manage the contacts property of the microsoft.graph.contactFolder entity. get: tags: - users.contactFolder summary: Get contacts from users description: The contacts in the folder. Navigation property. Read-only. Nullable. operationId: users.contactFolders.ListContacts parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.contactCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.contactFolder summary: Create new navigation property to contacts for users operationId: users.contactFolders.CreateContacts requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contact' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contact' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: contactFolder-id in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder x-ms-docs-grouped-path: - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts' '/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}': description: Provides operations to manage the contacts property of the microsoft.graph.contactFolder entity. get: tags: - users.contactFolder summary: Get contacts from users description: The contacts in the folder. Navigation property. Read-only. Nullable. operationId: users.contactFolders.GetContacts parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contact' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.contactFolder summary: Update the navigation property contacts in users operationId: users.contactFolders.UpdateContacts requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contact' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contact' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.contactFolder summary: Delete navigation property contacts for users operationId: users.contactFolders.DeleteContacts parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: contactFolder-id in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder - name: contact-id in: path description: The unique identifier of contact required: true schema: type: string x-ms-docs-key-type: contact x-ms-docs-grouped-path: - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}' '/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions': description: Provides operations to manage the extensions property of the microsoft.graph.contact entity. get: tags: - users.contactFolder summary: Get extensions from users description: The collection of open extensions defined for the contact. Read-only. Nullable. operationId: users.contactFolders.contacts.ListExtensions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.contactFolder summary: Create new navigation property to extensions for users operationId: users.contactFolders.contacts.CreateExtensions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: contactFolder-id in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder - name: contact-id in: path description: The unique identifier of contact required: true schema: type: string x-ms-docs-key-type: contact x-ms-docs-grouped-path: - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions' - '/users/{user-id}/contacts/{contact-id}/extensions' '/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}': description: Provides operations to manage the extensions property of the microsoft.graph.contact entity. get: tags: - users.contactFolder summary: Get extensions from users description: The collection of open extensions defined for the contact. Read-only. Nullable. operationId: users.contactFolders.contacts.GetExtensions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.contactFolder summary: Update the navigation property extensions in users operationId: users.contactFolders.contacts.UpdateExtensions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.contactFolder summary: Delete navigation property extensions for users operationId: users.contactFolders.contacts.DeleteExtensions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: contactFolder-id in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder - name: contact-id in: path description: The unique identifier of contact required: true schema: type: string x-ms-docs-key-type: contact - name: extension-id in: path description: The unique identifier of extension required: true schema: type: string x-ms-docs-key-type: extension x-ms-docs-grouped-path: - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}' - '/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}' '/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/$count': description: Provides operations to count the resources in the collection. get: tags: - users.contactFolder summary: Get the number of the resource operationId: users.contactFolders.contacts.extensions.GetCount-8e14 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: contactFolder-id in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder - name: contact-id in: path description: The unique identifier of contact required: true schema: type: string x-ms-docs-key-type: contact '/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo': description: Provides operations to manage the photo property of the microsoft.graph.contact entity. get: tags: - users.contactFolder summary: Get photo from users description: Optional contact picture. You can get or set a photo for a contact. operationId: users.contactFolders.contacts.GetPhoto parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.profilePhoto' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.contactFolder summary: Update the navigation property photo in users operationId: users.contactFolders.contacts.UpdatePhoto requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.profilePhoto' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.profilePhoto' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: contactFolder-id in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder - name: contact-id in: path description: The unique identifier of contact required: true schema: type: string x-ms-docs-key-type: contact x-ms-docs-grouped-path: - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo' - '/users/{user-id}/contacts/{contact-id}/photo' '/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value': description: Provides operations to manage the media for the user entity. get: tags: - users.contactFolder summary: Get media content for the navigation property photo from users description: Optional contact picture. You can get or set a photo for a contact. operationId: users.contactFolders.contacts.GetPhotoContent responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - users.contactFolder summary: Update media content for the navigation property photo in users description: Optional contact picture. You can get or set a photo for a contact. operationId: users.contactFolders.contacts.UpdatePhotoContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - users.contactFolder summary: Delete media content for the navigation property photo in users description: Optional contact picture. You can get or set a photo for a contact. operationId: users.contactFolders.contacts.DeletePhotoContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: contactFolder-id in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder - name: contact-id in: path description: The unique identifier of contact required: true schema: type: string x-ms-docs-key-type: contact '/users/{user-id}/contactFolders/{contactFolder-id}/contacts/$count': description: Provides operations to count the resources in the collection. get: tags: - users.contactFolder summary: Get the number of the resource operationId: users.contactFolders.contacts.GetCount-5cc4 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: contactFolder-id in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder '/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta()': description: Provides operations to call the delta method. get: tags: - users.Functions summary: Invoke function delta description: "Get a set of contacts that have been added, deleted, or updated in a specified folder. A delta function call for contacts in a folder is similar to a GET request, except that by appropriately \napplying state tokens in one or more of these calls, \nyou can query for incremental changes in the contacts in \nthat folder. This allows you to maintain and synchronize a local store of a user's contacts without \nhaving to fetch the entire set of contacts from the server every time. " externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-1.0 operationId: users.user.contactFolders.contactFolder.contacts.delta parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of contact type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.contact' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: contactFolder-id in: path description: The unique identifier of contactFolder required: true schema: type: string x-ms-docs-key-type: contactFolder x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendar/calendarView/delta()' - '/users/{user-id}/calendar/events/{event-id}/instances/delta()' - '/users/{user-id}/calendar/events/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendars/{calendar-id}/calendarView/delta()' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/users/{user-id}/calendars/{calendar-id}/events/delta()' - '/users/{user-id}/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendarView/delta()' - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/delta()' - '/users/{user-id}/chats/{chat-id}/messages/delta()' - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta()' - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta()' - '/users/{user-id}/contactFolders/delta()' - '/users/{user-id}/contacts/delta()' - '/users/{user-id}/events/{event-id}/instances/delta()' - '/users/{user-id}/events/delta()' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta()' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/delta()' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta()' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' - '/users/{user-id}/mailFolders/delta()' - '/users/{user-id}/messages/delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta()' - '/users/{user-id}/todo/lists/delta()' - /users/delta() - /users/delta() '/users/{user-id}/contactFolders/$count': description: Provides operations to count the resources in the collection. get: tags: - users.contactFolder summary: Get the number of the resource operationId: users.contactFolders.GetCount-72bb parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/contactFolders/delta()': description: Provides operations to call the delta method. get: tags: - users.Functions summary: Invoke function delta description: "Get a set of contact folders that have been added, deleted, or removed from the user's mailbox. A delta function call for contact folders in a mailbox is similar to a GET request, except that by appropriately \napplying state tokens in one or more of these calls, \nyou can query for incremental changes in the contact folders. This allows you to maintain and synchronize \na local store of a user's contact folders without having to fetch all the contact folders of that mailbox from the server every time." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contactfolder-delta?view=graph-rest-1.0 operationId: users.user.contactFolders.delta parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of contactFolder type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.contactFolder' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendar/calendarView/delta()' - '/users/{user-id}/calendar/events/{event-id}/instances/delta()' - '/users/{user-id}/calendar/events/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendars/{calendar-id}/calendarView/delta()' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/users/{user-id}/calendars/{calendar-id}/events/delta()' - '/users/{user-id}/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendarView/delta()' - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/delta()' - '/users/{user-id}/chats/{chat-id}/messages/delta()' - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta()' - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta()' - '/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta()' - '/users/{user-id}/contacts/delta()' - '/users/{user-id}/events/{event-id}/instances/delta()' - '/users/{user-id}/events/delta()' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta()' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/delta()' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta()' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' - '/users/{user-id}/mailFolders/delta()' - '/users/{user-id}/messages/delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta()' - '/users/{user-id}/todo/lists/delta()' - /users/delta() - /users/delta() '/users/{user-id}/contacts': description: Provides operations to manage the contacts property of the microsoft.graph.user entity. get: tags: - users.contact summary: Get contacts from users description: The user's contacts. Read-only. Nullable. operationId: users.ListContacts parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.contactCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.contact summary: Create new navigation property to contacts for users operationId: users.CreateContacts requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contact' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contact' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/contacts/{contact-id}': description: Provides operations to manage the contacts property of the microsoft.graph.user entity. get: tags: - users.contact summary: Get contacts from users description: The user's contacts. Read-only. Nullable. operationId: users.GetContacts parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contact' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.contact summary: Update the navigation property contacts in users operationId: users.UpdateContacts requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contact' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contact' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.contact summary: Delete navigation property contacts for users operationId: users.DeleteContacts parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: contact-id in: path description: The unique identifier of contact required: true schema: type: string x-ms-docs-key-type: contact '/users/{user-id}/contacts/{contact-id}/extensions': description: Provides operations to manage the extensions property of the microsoft.graph.contact entity. get: tags: - users.contact summary: Get extensions from users description: The collection of open extensions defined for the contact. Read-only. Nullable. operationId: users.contacts.ListExtensions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.contact summary: Create new navigation property to extensions for users operationId: users.contacts.CreateExtensions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: contact-id in: path description: The unique identifier of contact required: true schema: type: string x-ms-docs-key-type: contact x-ms-docs-grouped-path: - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions' - '/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions' '/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}': description: Provides operations to manage the extensions property of the microsoft.graph.contact entity. get: tags: - users.contact summary: Get extensions from users description: The collection of open extensions defined for the contact. Read-only. Nullable. operationId: users.contacts.GetExtensions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.contact summary: Update the navigation property extensions in users operationId: users.contacts.UpdateExtensions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.contact summary: Delete navigation property extensions for users operationId: users.contacts.DeleteExtensions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: contact-id in: path description: The unique identifier of contact required: true schema: type: string x-ms-docs-key-type: contact - name: extension-id in: path description: The unique identifier of extension required: true schema: type: string x-ms-docs-key-type: extension x-ms-docs-grouped-path: - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}' - '/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}' '/users/{user-id}/contacts/{contact-id}/extensions/$count': description: Provides operations to count the resources in the collection. get: tags: - users.contact summary: Get the number of the resource operationId: users.contacts.extensions.GetCount-e5d6 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: contact-id in: path description: The unique identifier of contact required: true schema: type: string x-ms-docs-key-type: contact '/users/{user-id}/contacts/{contact-id}/photo': description: Provides operations to manage the photo property of the microsoft.graph.contact entity. get: tags: - users.contact summary: Get photo from users description: Optional contact picture. You can get or set a photo for a contact. operationId: users.contacts.GetPhoto parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.profilePhoto' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.contact summary: Update the navigation property photo in users operationId: users.contacts.UpdatePhoto requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.profilePhoto' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.profilePhoto' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: contact-id in: path description: The unique identifier of contact required: true schema: type: string x-ms-docs-key-type: contact x-ms-docs-grouped-path: - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo' - '/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo' '/users/{user-id}/contacts/{contact-id}/photo/$value': description: Provides operations to manage the media for the user entity. get: tags: - users.contact summary: Get media content for the navigation property photo from users description: Optional contact picture. You can get or set a photo for a contact. operationId: users.contacts.GetPhotoContent responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - users.contact summary: Update media content for the navigation property photo in users description: Optional contact picture. You can get or set a photo for a contact. operationId: users.contacts.UpdatePhotoContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - users.contact summary: Delete media content for the navigation property photo in users description: Optional contact picture. You can get or set a photo for a contact. operationId: users.contacts.DeletePhotoContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: contact-id in: path description: The unique identifier of contact required: true schema: type: string x-ms-docs-key-type: contact '/users/{user-id}/contacts/$count': description: Provides operations to count the resources in the collection. get: tags: - users.contact summary: Get the number of the resource operationId: users.contacts.GetCount-4943 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/contacts/delta()': description: Provides operations to call the delta method. get: tags: - users.Functions summary: Invoke function delta description: "Get a set of contacts that have been added, deleted, or updated in a specified folder. A delta function call for contacts in a folder is similar to a GET request, except that by appropriately \napplying state tokens in one or more of these calls, \nyou can query for incremental changes in the contacts in \nthat folder. This allows you to maintain and synchronize a local store of a user's contacts without \nhaving to fetch the entire set of contacts from the server every time. " externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-1.0 operationId: users.user.contacts.delta parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of contact type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.contact' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendar/calendarView/delta()' - '/users/{user-id}/calendar/events/{event-id}/instances/delta()' - '/users/{user-id}/calendar/events/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendars/{calendar-id}/calendarView/delta()' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/users/{user-id}/calendars/{calendar-id}/events/delta()' - '/users/{user-id}/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendarView/delta()' - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/delta()' - '/users/{user-id}/chats/{chat-id}/messages/delta()' - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta()' - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta()' - '/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta()' - '/users/{user-id}/contactFolders/delta()' - '/users/{user-id}/events/{event-id}/instances/delta()' - '/users/{user-id}/events/delta()' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta()' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/delta()' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta()' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' - '/users/{user-id}/mailFolders/delta()' - '/users/{user-id}/messages/delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta()' - '/users/{user-id}/todo/lists/delta()' - /users/delta() - /users/delta() '/users/{user-id}/createdObjects': description: Provides operations to manage the createdObjects property of the microsoft.graph.user entity. get: tags: - users.directoryObject summary: Get createdObjects from users description: Directory objects that the user created. Read-only. Nullable. operationId: users.ListCreatedObjects parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/createdObjects/{directoryObject-id}': description: Provides operations to manage the createdObjects property of the microsoft.graph.user entity. get: tags: - users.directoryObject summary: Get createdObjects from users description: Directory objects that the user created. Read-only. Nullable. operationId: users.GetCreatedObjects parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/users/{user-id}/createdObjects/{directoryObject-id}/graph.servicePrincipal': description: Casts the previous resource to servicePrincipal. get: tags: - users.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.servicePrincipal operationId: users.GetCreatedObjects.AsServicePrincipal parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.servicePrincipal' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/users/{user-id}/createdObjects/$count': description: Provides operations to count the resources in the collection. get: tags: - users.directoryObject summary: Get the number of the resource operationId: users.createdObjects.GetCount-c0ed parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/createdObjects/graph.servicePrincipal': description: Casts the previous resource to servicePrincipal. get: tags: - users.directoryObject summary: Get the items of type microsoft.graph.servicePrincipal in the microsoft.graph.directoryObject collection operationId: users.ListCreatedObjects.AsServicePrincipal parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.servicePrincipalCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/createdObjects/graph.servicePrincipal/$count': description: Provides operations to count the resources in the collection. get: tags: - users.directoryObject summary: Get the number of the resource operationId: users.CreatedObjects.GetCount.AsServicePrincipal-1751 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/deviceManagementTroubleshootingEvents': description: Provides operations to manage the deviceManagementTroubleshootingEvents property of the microsoft.graph.user entity. get: tags: - users.deviceManagementTroubleshootingEvent summary: Get deviceManagementTroubleshootingEvents from users description: The list of troubleshooting events for this user. operationId: users.ListDeviceManagementTroubleshootingEvents parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.deviceManagementTroubleshootingEventCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.deviceManagementTroubleshootingEvent summary: Create new navigation property to deviceManagementTroubleshootingEvents for users operationId: users.CreateDeviceManagementTroubleshootingEvents requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceManagementTroubleshootingEvent' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceManagementTroubleshootingEvent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}': description: Provides operations to manage the deviceManagementTroubleshootingEvents property of the microsoft.graph.user entity. get: tags: - users.deviceManagementTroubleshootingEvent summary: Get deviceManagementTroubleshootingEvents from users description: The list of troubleshooting events for this user. operationId: users.GetDeviceManagementTroubleshootingEvents parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceManagementTroubleshootingEvent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.deviceManagementTroubleshootingEvent summary: Update the navigation property deviceManagementTroubleshootingEvents in users operationId: users.UpdateDeviceManagementTroubleshootingEvents requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceManagementTroubleshootingEvent' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceManagementTroubleshootingEvent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.deviceManagementTroubleshootingEvent summary: Delete navigation property deviceManagementTroubleshootingEvents for users operationId: users.DeleteDeviceManagementTroubleshootingEvents parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: deviceManagementTroubleshootingEvent-id in: path description: The unique identifier of deviceManagementTroubleshootingEvent required: true schema: type: string x-ms-docs-key-type: deviceManagementTroubleshootingEvent '/users/{user-id}/deviceManagementTroubleshootingEvents/$count': description: Provides operations to count the resources in the collection. get: tags: - users.deviceManagementTroubleshootingEvent summary: Get the number of the resource operationId: users.deviceManagementTroubleshootingEvents.GetCount-3623 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/directReports': description: Provides operations to manage the directReports property of the microsoft.graph.user entity. get: tags: - users.directoryObject summary: Get directReports from users description: The users and contacts that report to the user. (The users and contacts that have their manager property set to this user.) Read-only. Nullable. Supports $expand. operationId: users.ListDirectReports parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/directReports/{directoryObject-id}': description: Provides operations to manage the directReports property of the microsoft.graph.user entity. get: tags: - users.directoryObject summary: Get directReports from users description: The users and contacts that report to the user. (The users and contacts that have their manager property set to this user.) Read-only. Nullable. Supports $expand. operationId: users.GetDirectReports parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/users/{user-id}/directReports/{directoryObject-id}/graph.orgContact': description: Casts the previous resource to orgContact. get: tags: - users.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.orgContact operationId: users.GetDirectReports.AsOrgContact parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.orgContact' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/users/{user-id}/directReports/{directoryObject-id}/graph.user': description: Casts the previous resource to user. get: tags: - users.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.user operationId: users.GetDirectReports.AsUser parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/users/{user-id}/directReports/$count': description: Provides operations to count the resources in the collection. get: tags: - users.directoryObject summary: Get the number of the resource operationId: users.directReports.GetCount-0678 parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/directReports/graph.orgContact': description: Casts the previous resource to orgContact. get: tags: - users.directoryObject summary: Get the items of type microsoft.graph.orgContact in the microsoft.graph.directoryObject collection operationId: users.ListDirectReports.AsOrgContact parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.orgContactCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/directReports/graph.orgContact/$count': description: Provides operations to count the resources in the collection. get: tags: - users.directoryObject summary: Get the number of the resource operationId: users.DirectReports.GetCount.AsOrgContact-88c4 parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/directReports/graph.user': description: Casts the previous resource to user. get: tags: - users.directoryObject summary: Get the items of type microsoft.graph.user in the microsoft.graph.directoryObject collection operationId: users.ListDirectReports.AsUser parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.userCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/directReports/graph.user/$count': description: Provides operations to count the resources in the collection. get: tags: - users.directoryObject summary: Get the number of the resource operationId: users.DirectReports.GetCount.AsUser-c9c7 parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/drive': description: Provides operations to manage the drive property of the microsoft.graph.user entity. get: tags: - users.drive summary: Get drive from users description: The user's OneDrive. Read-only. operationId: users.GetDrive parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.drive' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/drives': description: Provides operations to manage the drives property of the microsoft.graph.user entity. get: tags: - users.drive summary: Get drives from users description: A collection of drives available for this user. Read-only. operationId: users.ListDrives parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.driveCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/drives/{drive-id}': description: Provides operations to manage the drives property of the microsoft.graph.user entity. get: tags: - users.drive summary: Get drives from users description: A collection of drives available for this user. Read-only. operationId: users.GetDrives parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.drive' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: drive-id in: path description: The unique identifier of drive required: true schema: type: string x-ms-docs-key-type: drive '/users/{user-id}/drives/$count': description: Provides operations to count the resources in the collection. get: tags: - users.drive summary: Get the number of the resource operationId: users.drives.GetCount-7cd7 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/employeeExperience': description: Provides operations to manage the employeeExperience property of the microsoft.graph.user entity. get: tags: - users.employeeExperienceUser summary: Get employeeExperience from users operationId: users.GetEmployeeExperience parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.employeeExperienceUser' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.employeeExperienceUser summary: Update the navigation property employeeExperience in users operationId: users.UpdateEmployeeExperience requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.employeeExperienceUser' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.employeeExperienceUser' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.employeeExperienceUser summary: Delete navigation property employeeExperience for users operationId: users.DeleteEmployeeExperience parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/employeeExperience/learningCourseActivities': description: Provides operations to manage the learningCourseActivities property of the microsoft.graph.employeeExperienceUser entity. get: tags: - users.employeeExperienceUser summary: List learningCourseActivities description: Get a list of the learningCourseActivity objects (assigned or self-initiated) for a user. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/learningcourseactivity-list?view=graph-rest-1.0 operationId: users.employeeExperience.ListLearningCourseActivities parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.learningCourseActivityCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/employeeExperience/learningCourseActivities/{learningCourseActivity-id}': description: Provides operations to manage the learningCourseActivities property of the microsoft.graph.employeeExperienceUser entity. get: tags: - users.employeeExperienceUser summary: Get learningCourseActivity description: 'Get the specified learningCourseActivity object using either an ID or an externalCourseActivityId of the learning provider, or a courseActivityId of a user.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/learningcourseactivity-get?view=graph-rest-1.0 operationId: users.employeeExperience.GetLearningCourseActivities parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.learningCourseActivity' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: learningCourseActivity-id in: path description: The unique identifier of learningCourseActivity required: true schema: type: string x-ms-docs-key-type: learningCourseActivity x-ms-docs-grouped-path: - '/users/{user-id}/employeeExperience/learningCourseActivities(externalcourseActivityId=''{externalcourseActivityId}'')' '/users/{user-id}/employeeExperience/learningCourseActivities(externalcourseActivityId=''{externalcourseActivityId}'')': description: Provides operations to manage the learningCourseActivities property of the microsoft.graph.employeeExperienceUser entity. get: tags: - users.employeeExperienceUser summary: Get learningCourseActivity description: 'Get the specified learningCourseActivity object using either an ID or an externalCourseActivityId of the learning provider, or a courseActivityId of a user.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/learningcourseactivity-get?view=graph-rest-1.0 operationId: users.employeeExperience.learningCourseActivities.GetByExternalcourseActivityId parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.learningCourseActivity' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: externalcourseActivityId in: path description: Alternate key of learningCourseActivity required: true schema: type: string nullable: true x-ms-docs-grouped-path: - '/users/{user-id}/employeeExperience/learningCourseActivities/{learningCourseActivity-id}' '/users/{user-id}/employeeExperience/learningCourseActivities/$count': description: Provides operations to count the resources in the collection. get: tags: - users.employeeExperienceUser summary: Get the number of the resource operationId: users.employeeExperience.learningCourseActivities.GetCount-dbc7 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/events': description: Provides operations to manage the events property of the microsoft.graph.user entity. get: tags: - users.event summary: Get events from users description: The user's events. Default is to show Events under the Default Calendar. Read-only. Nullable. operationId: users.ListEvents parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.event summary: Create new navigation property to events for users operationId: users.CreateEvents requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/events/{event-id}': description: Provides operations to manage the events property of the microsoft.graph.user entity. get: tags: - users.event summary: Get events from users description: The user's events. Default is to show Events under the Default Calendar. Read-only. Nullable. operationId: users.GetEvents parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.event summary: Update the navigation property events in users operationId: users.UpdateEvents requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.event summary: Delete navigation property events for users operationId: users.DeleteEvents parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/users/{user-id}/events/{event-id}/attachments': description: Provides operations to manage the attachments property of the microsoft.graph.event entity. get: tags: - users.event summary: Get attachments from users description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: users.events.ListAttachments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.event summary: Create new navigation property to attachments for users operationId: users.events.CreateAttachments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/attachments' - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/calendar/events/{event-id}/attachments' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/attachments' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/calendarView/{event-id}/attachments' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments' '/users/{user-id}/events/{event-id}/attachments/{attachment-id}': description: Provides operations to manage the attachments property of the microsoft.graph.event entity. get: tags: - users.event summary: Get attachments from users description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: users.events.GetAttachments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.event summary: Delete navigation property attachments for users operationId: users.events.DeleteAttachments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: attachment-id in: path description: The unique identifier of attachment required: true schema: type: string x-ms-docs-key-type: attachment x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/calendar/events/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/calendarView/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' '/users/{user-id}/events/{event-id}/attachments/$count': description: Provides operations to count the resources in the collection. get: tags: - users.event summary: Get the number of the resource operationId: users.events.attachments.GetCount-711f parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/users/{user-id}/events/{event-id}/attachments/createUploadSession': description: Provides operations to call the createUploadSession method. post: tags: - users.Actions summary: Invoke action createUploadSession description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 operationId: users.user.events.event.attachments.createUploadSession requestBody: description: Action parameters content: application/json: schema: type: object properties: AttachmentItem: $ref: '#/components/schemas/microsoft.graph.attachmentItem' required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.uploadSession' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendar/events/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendarView/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/createUploadSession' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/createUploadSession' - '/users/{user-id}/messages/{message-id}/attachments/createUploadSession' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/createUploadSession' '/users/{user-id}/events/{event-id}/calendar': description: Provides operations to manage the calendar property of the microsoft.graph.event entity. get: tags: - users.event summary: Get calendar from users description: The calendar that contains the event. Navigation property. Read-only. operationId: users.events.GetCalendar parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/calendar' - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/calendar/events/{event-id}/calendar' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/calendar' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/calendar' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/calendar' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/calendar' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/calendarView/{event-id}/calendar' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/calendar' '/users/{user-id}/events/{event-id}/extensions': description: Provides operations to manage the extensions property of the microsoft.graph.event entity. get: tags: - users.event summary: Get extensions from users description: The collection of open extensions defined for the event. Nullable. operationId: users.events.ListExtensions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.event summary: Create new navigation property to extensions for users operationId: users.events.CreateExtensions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/extensions' - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/calendar/events/{event-id}/extensions' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/extensions' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/calendarView/{event-id}/extensions' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions' '/users/{user-id}/events/{event-id}/extensions/{extension-id}': description: Provides operations to manage the extensions property of the microsoft.graph.event entity. get: tags: - users.event summary: Get extensions from users description: The collection of open extensions defined for the event. Nullable. operationId: users.events.GetExtensions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.event summary: Update the navigation property extensions in users operationId: users.events.UpdateExtensions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.event summary: Delete navigation property extensions for users operationId: users.events.DeleteExtensions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: extension-id in: path description: The unique identifier of extension required: true schema: type: string x-ms-docs-key-type: extension x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/extensions/{extension-id}' - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/calendar/events/{event-id}/extensions/{extension-id}' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/calendarView/{event-id}/extensions/{extension-id}' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' '/users/{user-id}/events/{event-id}/extensions/$count': description: Provides operations to count the resources in the collection. get: tags: - users.event summary: Get the number of the resource operationId: users.events.extensions.GetCount-0041 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/users/{user-id}/events/{event-id}/instances': description: Provides operations to manage the instances property of the microsoft.graph.event entity. get: tags: - users.event summary: Get instances from users description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' operationId: users.events.ListInstances parameters: - name: startDateTime in: query description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' required: true schema: type: string - name: endDateTime in: query description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances' - '/users/{user-id}/calendar/events/{event-id}/instances' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances' - '/users/{user-id}/calendarView/{event-id}/instances' '/users/{user-id}/events/{event-id}/instances/{event-id1}': description: Provides operations to manage the instances property of the microsoft.graph.event entity. get: tags: - users.event summary: Get instances from users description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' operationId: users.events.GetInstances parameters: - name: startDateTime in: query description: 'The start date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T19:00:00-08:00' required: true schema: type: string - name: endDateTime in: query description: 'The end date and time of the time range, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}' '/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments': description: Provides operations to manage the attachments property of the microsoft.graph.event entity. get: tags: - users.event summary: Get attachments from users description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: users.events.instances.ListAttachments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.event summary: Create new navigation property to attachments for users operationId: users.events.instances.CreateAttachments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/attachments' - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/calendar/events/{event-id}/attachments' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/attachments' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/calendarView/{event-id}/attachments' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/attachments' - '/users/{user-id}/events/{event-id}/attachments' '/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}': description: Provides operations to manage the attachments property of the microsoft.graph.event entity. get: tags: - users.event summary: Get attachments from users description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' operationId: users.events.instances.GetAttachments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.event summary: Delete navigation property attachments for users operationId: users.events.instances.DeleteAttachments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: attachment-id in: path description: The unique identifier of attachment required: true schema: type: string x-ms-docs-key-type: attachment x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/calendar/events/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/calendarView/{event-id}/attachments/{attachment-id}' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/attachments/{attachment-id}' - '/users/{user-id}/events/{event-id}/attachments/{attachment-id}' '/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/$count': description: Provides operations to count the resources in the collection. get: tags: - users.event summary: Get the number of the resource operationId: users.events.instances.attachments.GetCount-3c02 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession': description: Provides operations to call the createUploadSession method. post: tags: - users.Actions summary: Invoke action createUploadSession description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 operationId: users.user.events.event.instances.event.attachments.createUploadSession requestBody: description: Action parameters content: application/json: schema: type: object properties: AttachmentItem: $ref: '#/components/schemas/microsoft.graph.attachmentItem' required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.uploadSession' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendar/events/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendarView/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/events/{event-id}/attachments/createUploadSession' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/createUploadSession' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/createUploadSession' - '/users/{user-id}/messages/{message-id}/attachments/createUploadSession' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/createUploadSession' '/users/{user-id}/events/{event-id}/instances/{event-id1}/calendar': description: Provides operations to manage the calendar property of the microsoft.graph.event entity. get: tags: - users.event summary: Get calendar from users description: The calendar that contains the event. Navigation property. Read-only. operationId: users.events.instances.GetCalendar parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/calendar' - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/calendar/events/{event-id}/calendar' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/calendar' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/calendar' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/calendar' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/calendar' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/calendarView/{event-id}/calendar' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/calendar' - '/users/{user-id}/events/{event-id}/calendar' '/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions': description: Provides operations to manage the extensions property of the microsoft.graph.event entity. get: tags: - users.event summary: Get extensions from users description: The collection of open extensions defined for the event. Nullable. operationId: users.events.instances.ListExtensions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.event summary: Create new navigation property to extensions for users operationId: users.events.instances.CreateExtensions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/extensions' - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/calendar/events/{event-id}/extensions' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/extensions' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/calendarView/{event-id}/extensions' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/extensions' - '/users/{user-id}/events/{event-id}/extensions' '/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}': description: Provides operations to manage the extensions property of the microsoft.graph.event entity. get: tags: - users.event summary: Get extensions from users description: The collection of open extensions defined for the event. Nullable. operationId: users.events.instances.GetExtensions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.event summary: Update the navigation property extensions in users operationId: users.events.instances.UpdateExtensions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.event summary: Delete navigation property extensions for users operationId: users.events.instances.DeleteExtensions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: extension-id in: path description: The unique identifier of extension required: true schema: type: string x-ms-docs-key-type: extension x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/extensions/{extension-id}' - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/calendar/events/{event-id}/extensions/{extension-id}' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/extensions/{extension-id}' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/extensions/{extension-id}' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/calendarView/{event-id}/extensions/{extension-id}' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/extensions/{extension-id}' - '/users/{user-id}/events/{event-id}/extensions/{extension-id}' '/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/$count': description: Provides operations to count the resources in the collection. get: tags: - users.event summary: Get the number of the resource operationId: users.events.instances.extensions.GetCount-8eed parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/users/{user-id}/events/{event-id}/instances/{event-id1}/accept': description: Provides operations to call the accept method. post: tags: - users.Actions summary: Invoke action accept description: Accept the specified event in a user calendar. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0 operationId: users.user.events.event.instances.event.accept requestBody: description: Action parameters content: application/json: schema: type: object properties: SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/calendar/calendarView/{event-id}/accept' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/calendar/events/{event-id}/accept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/accept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/accept' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/accept' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/accept' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/calendarView/{event-id}/accept' - '/users/{user-id}/events/{event-id}/accept' '/users/{user-id}/events/{event-id}/instances/{event-id1}/cancel': description: Provides operations to call the cancel method. post: tags: - users.Actions summary: Invoke action cancel description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0 operationId: users.user.events.event.instances.event.cancel requestBody: description: Action parameters content: application/json: schema: type: object properties: Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/calendar/calendarView/{event-id}/cancel' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/calendar/events/{event-id}/cancel' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/cancel' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/cancel' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/cancel' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/cancel' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/calendarView/{event-id}/cancel' - '/users/{user-id}/events/{event-id}/cancel' '/users/{user-id}/events/{event-id}/instances/{event-id1}/decline': description: Provides operations to call the decline method. post: tags: - users.Actions summary: Invoke action decline description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0 operationId: users.user.events.event.instances.event.decline requestBody: description: Action parameters content: application/json: schema: type: object properties: ProposedNewTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - type: object nullable: true SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/calendar/calendarView/{event-id}/decline' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/calendar/events/{event-id}/decline' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/decline' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/decline' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/decline' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/decline' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/calendarView/{event-id}/decline' - '/users/{user-id}/events/{event-id}/decline' '/users/{user-id}/events/{event-id}/instances/{event-id1}/dismissReminder': description: Provides operations to call the dismissReminder method. post: tags: - users.Actions summary: Invoke action dismissReminder description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 operationId: users.user.events.event.instances.event.dismissReminder responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/calendar/calendarView/{event-id}/dismissReminder' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/calendar/events/{event-id}/dismissReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/calendarView/{event-id}/dismissReminder' - '/users/{user-id}/events/{event-id}/dismissReminder' '/users/{user-id}/events/{event-id}/instances/{event-id1}/forward': description: Provides operations to call the forward method. post: tags: - users.Actions summary: Invoke action forward description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0 operationId: users.user.events.event.instances.event.forward requestBody: description: Action parameters content: application/json: schema: type: object properties: ToRecipients: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendar/calendarView/{event-id}/forward' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendar/events/{event-id}/forward' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/forward' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/forward' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/forward' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/forward' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendarView/{event-id}/forward' - '/users/{user-id}/events/{event-id}/forward' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/forward' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/forward' - '/users/{user-id}/messages/{message-id}/forward' '/users/{user-id}/events/{event-id}/instances/{event-id1}/snoozeReminder': description: Provides operations to call the snoozeReminder method. post: tags: - users.Actions summary: Invoke action snoozeReminder description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0 operationId: users.user.events.event.instances.event.snoozeReminder requestBody: description: Action parameters content: application/json: schema: type: object properties: NewReminderTime: $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/calendar/calendarView/{event-id}/snoozeReminder' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/calendar/events/{event-id}/snoozeReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/calendarView/{event-id}/snoozeReminder' - '/users/{user-id}/events/{event-id}/snoozeReminder' '/users/{user-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept': description: Provides operations to call the tentativelyAccept method. post: tags: - users.Actions summary: Invoke action tentativelyAccept description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0 operationId: users.user.events.event.instances.event.tentativelyAccept requestBody: description: Action parameters content: application/json: schema: type: object properties: ProposedNewTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - type: object nullable: true SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event - name: event-id1 in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/calendar/calendarView/{event-id}/tentativelyAccept' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/calendar/events/{event-id}/tentativelyAccept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/calendarView/{event-id}/tentativelyAccept' - '/users/{user-id}/events/{event-id}/tentativelyAccept' '/users/{user-id}/events/{event-id}/instances/$count': description: Provides operations to count the resources in the collection. get: tags: - users.event summary: Get the number of the resource operationId: users.events.instances.GetCount-f922 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event '/users/{user-id}/events/{event-id}/instances/delta()': description: Provides operations to call the delta method. get: tags: - users.Functions summary: Invoke function delta description: 'Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user''s primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 operationId: users.user.events.event.instances.delta parameters: - name: startDateTime in: query description: 'The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - name: endDateTime in: query description: 'The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of event type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.event' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendar/calendarView/delta()' - '/users/{user-id}/calendar/events/{event-id}/instances/delta()' - '/users/{user-id}/calendar/events/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendars/{calendar-id}/calendarView/delta()' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/users/{user-id}/calendars/{calendar-id}/events/delta()' - '/users/{user-id}/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendarView/delta()' - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/delta()' - '/users/{user-id}/chats/{chat-id}/messages/delta()' - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta()' - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta()' - '/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta()' - '/users/{user-id}/contactFolders/delta()' - '/users/{user-id}/contacts/delta()' - '/users/{user-id}/events/delta()' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta()' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/delta()' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta()' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' - '/users/{user-id}/mailFolders/delta()' - '/users/{user-id}/messages/delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta()' - '/users/{user-id}/todo/lists/delta()' - /users/delta() - /users/delta() '/users/{user-id}/events/{event-id}/accept': description: Provides operations to call the accept method. post: tags: - users.Actions summary: Invoke action accept description: Accept the specified event in a user calendar. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0 operationId: users.user.events.event.accept requestBody: description: Action parameters content: application/json: schema: type: object properties: SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/calendar/calendarView/{event-id}/accept' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/calendar/events/{event-id}/accept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/accept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/accept' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/accept' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/accept' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/accept' - '/users/{user-id}/calendarView/{event-id}/accept' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/accept' '/users/{user-id}/events/{event-id}/cancel': description: Provides operations to call the cancel method. post: tags: - users.Actions summary: Invoke action cancel description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0 operationId: users.user.events.event.cancel requestBody: description: Action parameters content: application/json: schema: type: object properties: Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/calendar/calendarView/{event-id}/cancel' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/calendar/events/{event-id}/cancel' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/cancel' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/cancel' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/cancel' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/cancel' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/cancel' - '/users/{user-id}/calendarView/{event-id}/cancel' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/cancel' '/users/{user-id}/events/{event-id}/decline': description: Provides operations to call the decline method. post: tags: - users.Actions summary: Invoke action decline description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0 operationId: users.user.events.event.decline requestBody: description: Action parameters content: application/json: schema: type: object properties: ProposedNewTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - type: object nullable: true SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/calendar/calendarView/{event-id}/decline' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/calendar/events/{event-id}/decline' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/decline' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/decline' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/decline' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/decline' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/decline' - '/users/{user-id}/calendarView/{event-id}/decline' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/decline' '/users/{user-id}/events/{event-id}/dismissReminder': description: Provides operations to call the dismissReminder method. post: tags: - users.Actions summary: Invoke action dismissReminder description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0 operationId: users.user.events.event.dismissReminder responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/calendar/calendarView/{event-id}/dismissReminder' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/calendar/events/{event-id}/dismissReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/dismissReminder' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/dismissReminder' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/dismissReminder' - '/users/{user-id}/calendarView/{event-id}/dismissReminder' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/dismissReminder' '/users/{user-id}/events/{event-id}/forward': description: Provides operations to call the forward method. post: tags: - users.Actions summary: Invoke action forward description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0 operationId: users.user.events.event.forward requestBody: description: Action parameters content: application/json: schema: type: object properties: ToRecipients: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendar/calendarView/{event-id}/forward' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendar/events/{event-id}/forward' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/forward' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/forward' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/forward' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/forward' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendarView/{event-id}/forward' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/forward' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/forward' - '/users/{user-id}/messages/{message-id}/forward' '/users/{user-id}/events/{event-id}/snoozeReminder': description: Provides operations to call the snoozeReminder method. post: tags: - users.Actions summary: Invoke action snoozeReminder description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0 operationId: users.user.events.event.snoozeReminder requestBody: description: Action parameters content: application/json: schema: type: object properties: NewReminderTime: $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/calendar/calendarView/{event-id}/snoozeReminder' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/calendar/events/{event-id}/snoozeReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/snoozeReminder' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/snoozeReminder' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/snoozeReminder' - '/users/{user-id}/calendarView/{event-id}/snoozeReminder' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/snoozeReminder' '/users/{user-id}/events/{event-id}/tentativelyAccept': description: Provides operations to call the tentativelyAccept method. post: tags: - users.Actions summary: Invoke action tentativelyAccept description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0 operationId: users.user.events.event.tentativelyAccept requestBody: description: Action parameters content: application/json: schema: type: object properties: ProposedNewTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - type: object nullable: true SendResponse: type: boolean default: false nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: event-id in: path description: The unique identifier of event required: true schema: type: string x-ms-docs-key-type: event x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/calendar/calendarView/{event-id}/tentativelyAccept' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/calendar/events/{event-id}/tentativelyAccept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/tentativelyAccept' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/tentativelyAccept' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/tentativelyAccept' - '/users/{user-id}/calendarView/{event-id}/tentativelyAccept' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept' '/users/{user-id}/events/$count': description: Provides operations to count the resources in the collection. get: tags: - users.event summary: Get the number of the resource operationId: users.events.GetCount-d443 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/events/delta()': description: Provides operations to call the delta method. get: tags: - users.Functions summary: Invoke function delta description: 'Get a set of event resources that have been added, deleted, or updated in a calendarView (a range of events defined by start and end dates) of the user''s primary calendar. Typically, synchronizing events in a calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendarView, without having to fetch all the events of that calendar from the server every time.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0 operationId: users.user.events.delta parameters: - name: startDateTime in: query description: 'The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - name: endDateTime in: query description: 'The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' required: true schema: type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of event type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.event' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendar/calendarView/delta()' - '/users/{user-id}/calendar/events/{event-id}/instances/delta()' - '/users/{user-id}/calendar/events/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendars/{calendar-id}/calendarView/delta()' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/users/{user-id}/calendars/{calendar-id}/events/delta()' - '/users/{user-id}/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendarView/delta()' - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/delta()' - '/users/{user-id}/chats/{chat-id}/messages/delta()' - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta()' - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta()' - '/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta()' - '/users/{user-id}/contactFolders/delta()' - '/users/{user-id}/contacts/delta()' - '/users/{user-id}/events/{event-id}/instances/delta()' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta()' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/delta()' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta()' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' - '/users/{user-id}/mailFolders/delta()' - '/users/{user-id}/messages/delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta()' - '/users/{user-id}/todo/lists/delta()' - /users/delta() - /users/delta() '/users/{user-id}/extensions': description: Provides operations to manage the extensions property of the microsoft.graph.user entity. get: tags: - users.extension summary: Get extensions from users description: The collection of open extensions defined for the user. Read-only. Supports $expand. Nullable. operationId: users.ListExtensions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.extension summary: Create new navigation property to extensions for users operationId: users.CreateExtensions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/extensions/{extension-id}': description: Provides operations to manage the extensions property of the microsoft.graph.user entity. get: tags: - users.extension summary: Get extensions from users description: The collection of open extensions defined for the user. Read-only. Supports $expand. Nullable. operationId: users.GetExtensions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.extension summary: Update the navigation property extensions in users operationId: users.UpdateExtensions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.extension summary: Delete navigation property extensions for users operationId: users.DeleteExtensions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: extension-id in: path description: The unique identifier of extension required: true schema: type: string x-ms-docs-key-type: extension '/users/{user-id}/extensions/$count': description: Provides operations to count the resources in the collection. get: tags: - users.extension summary: Get the number of the resource operationId: users.extensions.GetCount-4b1c parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/followedSites': description: Provides operations to manage the followedSites property of the microsoft.graph.user entity. get: tags: - users.site summary: Get followedSites from users operationId: users.ListFollowedSites parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.siteCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/followedSites/{site-id}': description: Provides operations to manage the followedSites property of the microsoft.graph.user entity. get: tags: - users.site summary: Get followedSites from users operationId: users.GetFollowedSites parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.site' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: site-id in: path description: The unique identifier of site required: true schema: type: string x-ms-docs-key-type: site '/users/{user-id}/followedSites/$count': description: Provides operations to count the resources in the collection. get: tags: - users.site summary: Get the number of the resource operationId: users.followedSites.GetCount-40c9 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/followedSites/add': description: Provides operations to call the add method. post: tags: - users.Actions summary: Invoke action add description: Follow a user's site or multiple sites. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-1.0 operationId: users.user.followedSites.add requestBody: description: Action parameters content: application/json: schema: type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.site' required: true responses: 2XX: description: Success content: application/json: schema: title: Collection of site type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.site' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user x-ms-docs-grouped-path: - '/users/{user-id}/chats/{chat-id}/members/add' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/members/add' - '/users/{user-id}/joinedTeams/{team-id}/members/add' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/members/add' '/users/{user-id}/followedSites/remove': description: Provides operations to call the remove method. post: tags: - users.Actions summary: Invoke action remove description: Unfollow a user's site or multiple sites. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/site-unfollow?view=graph-rest-1.0 operationId: users.user.followedSites.remove requestBody: description: Action parameters content: application/json: schema: type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.site' required: true responses: 2XX: description: Success content: application/json: schema: title: Collection of site type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.site' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/inferenceClassification': description: Provides operations to manage the inferenceClassification property of the microsoft.graph.user entity. get: tags: - users.inferenceClassification summary: Get inferenceClassification from users description: Relevance classification of the user's messages based on explicit designations that override inferred relevance or importance. operationId: users.GetInferenceClassification parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.inferenceClassification' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.inferenceClassification summary: Update the navigation property inferenceClassification in users operationId: users.UpdateInferenceClassification requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.inferenceClassification' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.inferenceClassification' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/inferenceClassification/overrides': description: Provides operations to manage the overrides property of the microsoft.graph.inferenceClassification entity. get: tags: - users.inferenceClassification summary: Get overrides from users description: 'A set of overrides for a user to always classify messages from specific senders in certain ways: focused, or other. Read-only. Nullable.' operationId: users.inferenceClassification.ListOverrides parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.inferenceClassificationOverrideCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.inferenceClassification summary: Create new navigation property to overrides for users operationId: users.inferenceClassification.CreateOverrides requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.inferenceClassificationOverride' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.inferenceClassificationOverride' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}': description: Provides operations to manage the overrides property of the microsoft.graph.inferenceClassification entity. get: tags: - users.inferenceClassification summary: Get overrides from users description: 'A set of overrides for a user to always classify messages from specific senders in certain ways: focused, or other. Read-only. Nullable.' operationId: users.inferenceClassification.GetOverrides parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.inferenceClassificationOverride' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.inferenceClassification summary: Update the navigation property overrides in users operationId: users.inferenceClassification.UpdateOverrides requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.inferenceClassificationOverride' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.inferenceClassificationOverride' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.inferenceClassification summary: Delete navigation property overrides for users operationId: users.inferenceClassification.DeleteOverrides parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: inferenceClassificationOverride-id in: path description: The unique identifier of inferenceClassificationOverride required: true schema: type: string x-ms-docs-key-type: inferenceClassificationOverride '/users/{user-id}/inferenceClassification/overrides/$count': description: Provides operations to count the resources in the collection. get: tags: - users.inferenceClassification summary: Get the number of the resource operationId: users.inferenceClassification.overrides.GetCount-f355 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/insights': description: Provides operations to manage the insights property of the microsoft.graph.user entity. get: tags: - users.itemInsights summary: Get insights from users operationId: users.GetInsights parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemInsights' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.itemInsights summary: Update the navigation property insights in users operationId: users.UpdateInsights requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemInsights' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemInsights' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.itemInsights summary: Delete navigation property insights for users operationId: users.DeleteInsights parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/insights/shared': description: Provides operations to manage the shared property of the microsoft.graph.officeGraphInsights entity. get: tags: - users.itemInsights summary: Get shared from users description: 'Calculated relationship that identifies documents shared with or by the user. This includes URLs, file attachments, and reference attachments to OneDrive for work or school and SharePoint files found in Outlook messages and meetings. This also includes URLs and reference attachments to Teams conversations. Ordered by recency of share.' operationId: users.insights.ListShared parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.sharedInsightCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.itemInsights summary: Create new navigation property to shared for users operationId: users.insights.CreateShared requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharedInsight' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharedInsight' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/insights/shared/{sharedInsight-id}': description: Provides operations to manage the shared property of the microsoft.graph.officeGraphInsights entity. get: tags: - users.itemInsights summary: Get shared from users description: 'Calculated relationship that identifies documents shared with or by the user. This includes URLs, file attachments, and reference attachments to OneDrive for work or school and SharePoint files found in Outlook messages and meetings. This also includes URLs and reference attachments to Teams conversations. Ordered by recency of share.' operationId: users.insights.GetShared parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharedInsight' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.itemInsights summary: Update the navigation property shared in users operationId: users.insights.UpdateShared requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharedInsight' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharedInsight' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.itemInsights summary: Delete navigation property shared for users operationId: users.insights.DeleteShared parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: sharedInsight-id in: path description: The unique identifier of sharedInsight required: true schema: type: string x-ms-docs-key-type: sharedInsight '/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod': description: Provides operations to manage the lastSharedMethod property of the microsoft.graph.sharedInsight entity. get: tags: - users.itemInsights summary: Get lastSharedMethod from users operationId: users.insights.shared.GetLastSharedMethod parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.entity' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: sharedInsight-id in: path description: The unique identifier of sharedInsight required: true schema: type: string x-ms-docs-key-type: sharedInsight '/users/{user-id}/insights/shared/{sharedInsight-id}/resource': description: Provides operations to manage the resource property of the microsoft.graph.sharedInsight entity. get: tags: - users.itemInsights summary: Get resource from users description: 'Used for navigating to the item that was shared. For file attachments, the type is fileAttachment. For linked attachments, the type is driveItem.' operationId: users.insights.shared.GetResource parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.entity' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: sharedInsight-id in: path description: The unique identifier of sharedInsight required: true schema: type: string x-ms-docs-key-type: sharedInsight '/users/{user-id}/insights/shared/$count': description: Provides operations to count the resources in the collection. get: tags: - users.itemInsights summary: Get the number of the resource operationId: users.insights.shared.GetCount-bfe2 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/insights/trending': description: Provides operations to manage the trending property of the microsoft.graph.officeGraphInsights entity. get: tags: - users.itemInsights summary: Get trending from users description: 'Calculated relationship that identifies documents trending around a user. Trending documents are calculated based on activity of the user''s closest network of people and include files stored in OneDrive for work or school and SharePoint. Trending insights help the user to discover potentially useful content that the user has access to, but has never viewed before.' operationId: users.insights.ListTrending parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.trendingCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.itemInsights summary: Create new navigation property to trending for users operationId: users.insights.CreateTrending requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.trending' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.trending' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/insights/trending/{trending-id}': description: Provides operations to manage the trending property of the microsoft.graph.officeGraphInsights entity. get: tags: - users.itemInsights summary: Get trending from users description: 'Calculated relationship that identifies documents trending around a user. Trending documents are calculated based on activity of the user''s closest network of people and include files stored in OneDrive for work or school and SharePoint. Trending insights help the user to discover potentially useful content that the user has access to, but has never viewed before.' operationId: users.insights.GetTrending parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.trending' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.itemInsights summary: Update the navigation property trending in users operationId: users.insights.UpdateTrending requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.trending' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.trending' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.itemInsights summary: Delete navigation property trending for users operationId: users.insights.DeleteTrending parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: trending-id in: path description: The unique identifier of trending required: true schema: type: string x-ms-docs-key-type: trending '/users/{user-id}/insights/trending/{trending-id}/resource': description: Provides operations to manage the resource property of the microsoft.graph.trending entity. get: tags: - users.itemInsights summary: Get resource from users description: Used for navigating to the trending document. operationId: users.insights.trending.GetResource parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.entity' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: trending-id in: path description: The unique identifier of trending required: true schema: type: string x-ms-docs-key-type: trending '/users/{user-id}/insights/trending/$count': description: Provides operations to count the resources in the collection. get: tags: - users.itemInsights summary: Get the number of the resource operationId: users.insights.trending.GetCount-9a67 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/insights/used': description: Provides operations to manage the used property of the microsoft.graph.officeGraphInsights entity. get: tags: - users.itemInsights summary: Get used from users description: 'Calculated relationship that identifies the latest documents viewed or modified by a user, including OneDrive for work or school and SharePoint documents, ranked by recency of use.' operationId: users.insights.ListUsed parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.usedInsightCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.itemInsights summary: Create new navigation property to used for users operationId: users.insights.CreateUsed requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.usedInsight' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.usedInsight' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/insights/used/{usedInsight-id}': description: Provides operations to manage the used property of the microsoft.graph.officeGraphInsights entity. get: tags: - users.itemInsights summary: Get used from users description: 'Calculated relationship that identifies the latest documents viewed or modified by a user, including OneDrive for work or school and SharePoint documents, ranked by recency of use.' operationId: users.insights.GetUsed parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.usedInsight' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.itemInsights summary: Update the navigation property used in users operationId: users.insights.UpdateUsed requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.usedInsight' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.usedInsight' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.itemInsights summary: Delete navigation property used for users operationId: users.insights.DeleteUsed parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: usedInsight-id in: path description: The unique identifier of usedInsight required: true schema: type: string x-ms-docs-key-type: usedInsight '/users/{user-id}/insights/used/{usedInsight-id}/resource': description: Provides operations to manage the resource property of the microsoft.graph.usedInsight entity. get: tags: - users.itemInsights summary: Get resource from users description: 'Used for navigating to the item that was used. For file attachments, the type is fileAttachment. For linked attachments, the type is driveItem.' operationId: users.insights.used.GetResource parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.entity' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: usedInsight-id in: path description: The unique identifier of usedInsight required: true schema: type: string x-ms-docs-key-type: usedInsight '/users/{user-id}/insights/used/$count': description: Provides operations to count the resources in the collection. get: tags: - users.itemInsights summary: Get the number of the resource operationId: users.insights.used.GetCount-d5af parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/joinedTeams': description: Provides operations to manage the joinedTeams property of the microsoft.graph.user entity. get: tags: - users.team summary: Get joinedTeams from users operationId: users.ListJoinedTeams parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.teamCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.team summary: Create new navigation property to joinedTeams for users operationId: users.CreateJoinedTeams requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.team' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.team' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/joinedTeams/{team-id}': description: Provides operations to manage the joinedTeams property of the microsoft.graph.user entity. get: tags: - users.team summary: Get joinedTeams from users operationId: users.GetJoinedTeams parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.team' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.team summary: Update the navigation property joinedTeams in users operationId: users.UpdateJoinedTeams requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.team' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.team' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.team summary: Delete navigation property joinedTeams for users operationId: users.DeleteJoinedTeams parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/users/{user-id}/joinedTeams/{team-id}/allChannels': description: Provides operations to manage the allChannels property of the microsoft.graph.team entity. get: tags: - users.team summary: Get allChannels from users description: List of channels either hosted in or shared with the team (incoming channels). operationId: users.joinedTeams.ListAllChannels parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.channelCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/users/{user-id}/joinedTeams/{team-id}/allChannels/{channel-id}': description: Provides operations to manage the allChannels property of the microsoft.graph.team entity. get: tags: - users.team summary: Get allChannels from users description: List of channels either hosted in or shared with the team (incoming channels). operationId: users.joinedTeams.GetAllChannels parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.channel' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel '/users/{user-id}/joinedTeams/{team-id}/allChannels/$count': description: Provides operations to count the resources in the collection. get: tags: - users.team summary: Get the number of the resource operationId: users.joinedTeams.allChannels.GetCount-33d5 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/users/{user-id}/joinedTeams/{team-id}/channels': description: Provides operations to manage the channels property of the microsoft.graph.team entity. get: tags: - users.team summary: Get channels from users description: The collection of channels and messages associated with the team. operationId: users.joinedTeams.ListChannels parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.channelCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.team summary: Create new navigation property to channels for users operationId: users.joinedTeams.CreateChannels requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.channel' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.channel' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}': description: Provides operations to manage the channels property of the microsoft.graph.team entity. get: tags: - users.team summary: Get channels from users description: The collection of channels and messages associated with the team. operationId: users.joinedTeams.GetChannels parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.channel' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.team summary: Update the navigation property channels in users operationId: users.joinedTeams.UpdateChannels requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.channel' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.channel' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.team summary: Delete navigation property channels for users operationId: users.joinedTeams.DeleteChannels parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/filesFolder': description: Provides operations to manage the filesFolder property of the microsoft.graph.channel entity. get: tags: - users.team summary: Get filesFolder from users description: Metadata for the location where the channel's files are stored. operationId: users.joinedTeams.channels.GetFilesFolder parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel x-ms-docs-grouped-path: - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/filesFolder' '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/filesFolder/content': description: Provides operations to manage the media for the user entity. get: tags: - users.team summary: Get content for the navigation property filesFolder from users description: 'The content stream, if the item represents a file.' operationId: users.joinedTeams.channels.GetFilesFolderContent parameters: - name: $format in: query description: Format of the content schema: type: string responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - users.team summary: Update content for the navigation property filesFolder in users description: 'The content stream, if the item represents a file.' operationId: users.joinedTeams.channels.UpdateFilesFolderContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - users.team summary: Delete content for the navigation property filesFolder in users description: 'The content stream, if the item represents a file.' operationId: users.joinedTeams.channels.DeleteFilesFolderContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/members': description: Provides operations to manage the members property of the microsoft.graph.channel entity. get: tags: - users.team summary: Get members from users description: A collection of membership records associated with the channel. operationId: users.joinedTeams.channels.ListMembers parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.conversationMemberCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.team summary: Create new navigation property to members for users operationId: users.joinedTeams.channels.CreateMembers requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationMember' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationMember' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel x-ms-docs-grouped-path: - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/members' '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/members/{conversationMember-id}': description: Provides operations to manage the members property of the microsoft.graph.channel entity. get: tags: - users.team summary: Get members from users description: A collection of membership records associated with the channel. operationId: users.joinedTeams.channels.GetMembers parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationMember' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.team summary: Update the navigation property members in users operationId: users.joinedTeams.channels.UpdateMembers requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationMember' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationMember' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.team summary: Delete navigation property members for users operationId: users.joinedTeams.channels.DeleteMembers parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: conversationMember-id in: path description: The unique identifier of conversationMember required: true schema: type: string x-ms-docs-key-type: conversationMember x-ms-docs-grouped-path: - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/members/{conversationMember-id}' '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/members/$count': description: Provides operations to count the resources in the collection. get: tags: - users.team summary: Get the number of the resource operationId: users.joinedTeams.channels.members.GetCount-ac8d parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/members/add': description: Provides operations to call the add method. post: tags: - users.Actions summary: Invoke action add description: Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0 operationId: users.user.joinedTeams.team.channels.channel.members.add requestBody: description: Action parameters content: application/json: schema: type: object properties: values: type: array items: $ref: '#/components/schemas/microsoft.graph.conversationMember' required: true responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.actionResultPart' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel x-ms-docs-grouped-path: - '/users/{user-id}/chats/{chat-id}/members/add' - '/users/{user-id}/followedSites/add' - '/users/{user-id}/joinedTeams/{team-id}/members/add' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/members/add' '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages': description: Provides operations to manage the messages property of the microsoft.graph.channel entity. get: tags: - users.team summary: Get messages from users description: A collection of all the messages in the channel. A navigation property. Nullable. operationId: users.joinedTeams.channels.ListMessages parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.team summary: Create new navigation property to messages for users operationId: users.joinedTeams.channels.CreateMessages requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel x-ms-docs-grouped-path: - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages' '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}': description: Provides operations to manage the messages property of the microsoft.graph.channel entity. get: tags: - users.team summary: Get messages from users description: A collection of all the messages in the channel. A navigation property. Nullable. operationId: users.joinedTeams.channels.GetMessages parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.team summary: Update the navigation property messages in users operationId: users.joinedTeams.channels.UpdateMessages requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.team summary: Delete navigation property messages for users operationId: users.joinedTeams.channels.DeleteMessages parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}' '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents': description: Provides operations to manage the hostedContents property of the microsoft.graph.chatMessage entity. get: tags: - users.team summary: Get hostedContents from users description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: users.joinedTeams.channels.messages.ListHostedContents parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageHostedContentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.team summary: Create new navigation property to hostedContents for users operationId: users.joinedTeams.channels.messages.CreateHostedContents requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents' - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents' '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}': description: Provides operations to manage the hostedContents property of the microsoft.graph.chatMessage entity. get: tags: - users.team summary: Get hostedContents from users description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: users.joinedTeams.channels.messages.GetHostedContents parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.team summary: Update the navigation property hostedContents in users operationId: users.joinedTeams.channels.messages.UpdateHostedContents requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.team summary: Delete navigation property hostedContents for users operationId: users.joinedTeams.channels.messages.DeleteHostedContents parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessageHostedContent-id in: path description: The unique identifier of chatMessageHostedContent required: true schema: type: string x-ms-docs-key-type: chatMessageHostedContent x-ms-docs-grouped-path: - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}' - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}' '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value': description: Provides operations to manage the media for the user entity. get: tags: - users.team summary: Get media content for the navigation property hostedContents from users description: The unique identifier for an entity. Read-only. operationId: users.joinedTeams.channels.messages.GetHostedContentsContent responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - users.team summary: Update media content for the navigation property hostedContents in users description: The unique identifier for an entity. Read-only. operationId: users.joinedTeams.channels.messages.UpdateHostedContentsContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - users.team summary: Delete media content for the navigation property hostedContents in users description: The unique identifier for an entity. Read-only. operationId: users.joinedTeams.channels.messages.DeleteHostedContentsContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessageHostedContent-id in: path description: The unique identifier of chatMessageHostedContent required: true schema: type: string x-ms-docs-key-type: chatMessageHostedContent '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count': description: Provides operations to count the resources in the collection. get: tags: - users.team summary: Get the number of the resource operationId: users.joinedTeams.channels.messages.hostedContents.GetCount-a414 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/setReaction': description: Provides operations to call the setReaction method. post: tags: - users.Actions summary: Invoke action setReaction operationId: users.user.joinedTeams.team.channels.channel.messages.chatMessage.setReaction requestBody: description: Action parameters content: application/json: schema: type: object properties: reactionType: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/setReaction' - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/setReaction' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction' '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/softDelete': description: Provides operations to call the softDelete method. post: tags: - users.Actions summary: Invoke action softDelete description: Delete a single chatMessage or a chat message reply in a channel or a chat. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0 operationId: users.user.joinedTeams.team.channels.channel.messages.chatMessage.softDelete responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/softDelete' - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/softDelete' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete' '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/undoSoftDelete': description: Provides operations to call the undoSoftDelete method. post: tags: - users.Actions summary: Invoke action undoSoftDelete description: Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0 operationId: users.user.joinedTeams.team.channels.channel.messages.chatMessage.undoSoftDelete responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/undoSoftDelete' - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/undoSoftDelete' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete' '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction': description: Provides operations to call the unsetReaction method. post: tags: - users.Actions summary: Invoke action unsetReaction operationId: users.user.joinedTeams.team.channels.channel.messages.chatMessage.unsetReaction requestBody: description: Action parameters content: application/json: schema: type: object properties: reactionType: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/unsetReaction' - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/unsetReaction' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction' '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies': description: Provides operations to manage the replies property of the microsoft.graph.chatMessage entity. get: tags: - users.team summary: Get replies from users description: Replies for a specified message. Supports $expand for channel messages. operationId: users.joinedTeams.channels.messages.ListReplies parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.team summary: Create new navigation property to replies for users operationId: users.joinedTeams.channels.messages.CreateReplies requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies' '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}': description: Provides operations to manage the replies property of the microsoft.graph.chatMessage entity. get: tags: - users.team summary: Get replies from users description: Replies for a specified message. Supports $expand for channel messages. operationId: users.joinedTeams.channels.messages.GetReplies parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.team summary: Update the navigation property replies in users operationId: users.joinedTeams.channels.messages.UpdateReplies requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.team summary: Delete navigation property replies for users operationId: users.joinedTeams.channels.messages.DeleteReplies parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}' '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents': description: Provides operations to manage the hostedContents property of the microsoft.graph.chatMessage entity. get: tags: - users.team summary: Get hostedContents from users description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: users.joinedTeams.channels.messages.replies.ListHostedContents parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageHostedContentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.team summary: Create new navigation property to hostedContents for users operationId: users.joinedTeams.channels.messages.replies.CreateHostedContents requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents' - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents' '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}': description: Provides operations to manage the hostedContents property of the microsoft.graph.chatMessage entity. get: tags: - users.team summary: Get hostedContents from users description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: users.joinedTeams.channels.messages.replies.GetHostedContents parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.team summary: Update the navigation property hostedContents in users operationId: users.joinedTeams.channels.messages.replies.UpdateHostedContents requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.team summary: Delete navigation property hostedContents for users operationId: users.joinedTeams.channels.messages.replies.DeleteHostedContents parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessageHostedContent-id in: path description: The unique identifier of chatMessageHostedContent required: true schema: type: string x-ms-docs-key-type: chatMessageHostedContent x-ms-docs-grouped-path: - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}' - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}' '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value': description: Provides operations to manage the media for the user entity. get: tags: - users.team summary: Get media content for the navigation property hostedContents from users description: The unique identifier for an entity. Read-only. operationId: users.joinedTeams.channels.messages.replies.GetHostedContentsContent responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - users.team summary: Update media content for the navigation property hostedContents in users description: The unique identifier for an entity. Read-only. operationId: users.joinedTeams.channels.messages.replies.UpdateHostedContentsContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - users.team summary: Delete media content for the navigation property hostedContents in users description: The unique identifier for an entity. Read-only. operationId: users.joinedTeams.channels.messages.replies.DeleteHostedContentsContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessageHostedContent-id in: path description: The unique identifier of chatMessageHostedContent required: true schema: type: string x-ms-docs-key-type: chatMessageHostedContent '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count': description: Provides operations to count the resources in the collection. get: tags: - users.team summary: Get the number of the resource operationId: users.joinedTeams.channels.messages.replies.hostedContents.GetCount-9464 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction': description: Provides operations to call the setReaction method. post: tags: - users.Actions summary: Invoke action setReaction operationId: users.user.joinedTeams.team.channels.channel.messages.chatMessage.replies.chatMessage.setReaction requestBody: description: Action parameters content: application/json: schema: type: object properties: reactionType: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/setReaction' - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/setReaction' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/setReaction' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction' '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete': description: Provides operations to call the softDelete method. post: tags: - users.Actions summary: Invoke action softDelete description: Delete a single chatMessage or a chat message reply in a channel or a chat. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0 operationId: users.user.joinedTeams.team.channels.channel.messages.chatMessage.replies.chatMessage.softDelete responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/softDelete' - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/softDelete' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/softDelete' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete' '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete': description: Provides operations to call the undoSoftDelete method. post: tags: - users.Actions summary: Invoke action undoSoftDelete description: Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0 operationId: users.user.joinedTeams.team.channels.channel.messages.chatMessage.replies.chatMessage.undoSoftDelete responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/undoSoftDelete' - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/undoSoftDelete' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/undoSoftDelete' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete' '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction': description: Provides operations to call the unsetReaction method. post: tags: - users.Actions summary: Invoke action unsetReaction operationId: users.user.joinedTeams.team.channels.channel.messages.chatMessage.replies.chatMessage.unsetReaction requestBody: description: Action parameters content: application/json: schema: type: object properties: reactionType: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/unsetReaction' - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/unsetReaction' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction' '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/$count': description: Provides operations to count the resources in the collection. get: tags: - users.team summary: Get the number of the resource operationId: users.joinedTeams.channels.messages.replies.GetCount-3de6 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta()': description: Provides operations to call the delta method. get: tags: - users.Functions summary: Invoke function delta description: 'Retrieve the list of messages (without the replies) in a channel of a team. By using delta query, you can get new or updated messages in a channel. Delta query supports both full synchronization that retrieves all the messages in the specified channel, and incremental synchronization that retrieves those messages that have been added or changed in the channel since the last synchronization. Typically, you would do an initial full synchronization, and then get incremental changes to that messages view periodically. To get the replies for a message, use the list message replies or the get message reply operation. A GET request with the delta function returns either: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call for that same calendar view. A @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin to retrieve more changes (messages changed or posted after acquiring @odata.deltaLink). For more information, see the delta query documentation.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0 operationId: users.user.joinedTeams.team.channels.channel.messages.chatMessage.replies.delta parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of chatMessage type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendar/calendarView/delta()' - '/users/{user-id}/calendar/events/{event-id}/instances/delta()' - '/users/{user-id}/calendar/events/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendars/{calendar-id}/calendarView/delta()' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/users/{user-id}/calendars/{calendar-id}/events/delta()' - '/users/{user-id}/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendarView/delta()' - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/delta()' - '/users/{user-id}/chats/{chat-id}/messages/delta()' - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta()' - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta()' - '/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta()' - '/users/{user-id}/contactFolders/delta()' - '/users/{user-id}/contacts/delta()' - '/users/{user-id}/events/{event-id}/instances/delta()' - '/users/{user-id}/events/delta()' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/delta()' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta()' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' - '/users/{user-id}/mailFolders/delta()' - '/users/{user-id}/messages/delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta()' - '/users/{user-id}/todo/lists/delta()' - /users/delta() - /users/delta() '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/$count': description: Provides operations to count the resources in the collection. get: tags: - users.team summary: Get the number of the resource operationId: users.joinedTeams.channels.messages.GetCount-9955 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/delta()': description: Provides operations to call the delta method. get: tags: - users.Functions summary: Invoke function delta description: 'Retrieve the list of messages (without the replies) in a channel of a team. By using delta query, you can get new or updated messages in a channel. Delta query supports both full synchronization that retrieves all the messages in the specified channel, and incremental synchronization that retrieves those messages that have been added or changed in the channel since the last synchronization. Typically, you would do an initial full synchronization, and then get incremental changes to that messages view periodically. To get the replies for a message, use the list message replies or the get message reply operation. A GET request with the delta function returns either: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call for that same calendar view. A @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin to retrieve more changes (messages changed or posted after acquiring @odata.deltaLink). For more information, see the delta query documentation.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0 operationId: users.user.joinedTeams.team.channels.channel.messages.delta parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of chatMessage type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendar/calendarView/delta()' - '/users/{user-id}/calendar/events/{event-id}/instances/delta()' - '/users/{user-id}/calendar/events/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendars/{calendar-id}/calendarView/delta()' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/users/{user-id}/calendars/{calendar-id}/events/delta()' - '/users/{user-id}/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendarView/delta()' - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/delta()' - '/users/{user-id}/chats/{chat-id}/messages/delta()' - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta()' - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta()' - '/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta()' - '/users/{user-id}/contactFolders/delta()' - '/users/{user-id}/contacts/delta()' - '/users/{user-id}/events/{event-id}/instances/delta()' - '/users/{user-id}/events/delta()' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta()' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta()' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' - '/users/{user-id}/mailFolders/delta()' - '/users/{user-id}/messages/delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta()' - '/users/{user-id}/todo/lists/delta()' - /users/delta() - /users/delta() '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/archive': description: Provides operations to call the archive method. post: tags: - users.Actions summary: Invoke action archive description: '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 channel without an owner or that belongs to a group that has no owner, can''t be archived. To restore a channel from its archived state, use the channel: unarchive method. A channel can’t be archived or unarchived if its team is archived.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/channel-archive?view=graph-rest-1.0 operationId: users.user.joinedTeams.team.channels.channel.archive requestBody: description: Action parameters content: application/json: schema: type: object properties: shouldSetSpoSiteReadOnlyForMembers: type: boolean default: false nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel x-ms-docs-grouped-path: - '/users/{user-id}/joinedTeams/{team-id}/archive' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/archive' '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/completeMigration': description: Provides operations to call the completeMigration method. post: tags: - users.Actions summary: Invoke action completeMigration description: '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.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0 operationId: users.user.joinedTeams.team.channels.channel.completeMigration responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel x-ms-docs-grouped-path: - '/users/{user-id}/joinedTeams/{team-id}/completeMigration' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/completeMigration' '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/doesUserHaveAccess(userId=''@userId'',tenantId=''@tenantId'',userPrincipalName=''@userPrincipalName'')': description: Provides operations to call the doesUserHaveAccess method. get: tags: - users.Functions summary: Invoke function doesUserHaveAccess description: Determine whether a user has access to a shared channel. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-1.0 operationId: users.user.joinedTeams.team.channels.channel.doesUserHaveAccess responses: 2XX: description: Success content: application/json: schema: type: object properties: value: type: boolean default: false 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: userId in: query description: 'Usage: userId=''@userId''' schema: type: string nullable: true - name: tenantId in: query description: 'Usage: tenantId=''@tenantId''' schema: type: string nullable: true - name: userPrincipalName in: query description: 'Usage: userPrincipalName=''@userPrincipalName''' schema: type: string nullable: true x-ms-docs-grouped-path: - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/doesUserHaveAccess(userId=''@userId'',tenantId=''@tenantId'',userPrincipalName=''@userPrincipalName'')' '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/provisionEmail': description: Provides operations to call the provisionEmail method. post: tags: - users.Actions summary: Invoke action provisionEmail description: '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.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0 operationId: users.user.joinedTeams.team.channels.channel.provisionEmail responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.provisionChannelEmailResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel x-ms-docs-grouped-path: - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/provisionEmail' '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/removeEmail': description: Provides operations to call the removeEmail method. post: tags: - users.Actions summary: Invoke action removeEmail description: 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. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0 operationId: users.user.joinedTeams.team.channels.channel.removeEmail responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel x-ms-docs-grouped-path: - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/removeEmail' '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/unarchive': description: Provides operations to call the unarchive method. post: tags: - users.Actions summary: Invoke action unarchive description: '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.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/channel-unarchive?view=graph-rest-1.0 operationId: users.user.joinedTeams.team.channels.channel.unarchive responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel x-ms-docs-grouped-path: - '/users/{user-id}/joinedTeams/{team-id}/unarchive' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/unarchive' '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/sharedWithTeams': description: Provides operations to manage the sharedWithTeams property of the microsoft.graph.channel entity. get: tags: - users.team summary: Get sharedWithTeams from users description: A collection of teams with which a channel is shared. operationId: users.joinedTeams.channels.ListSharedWithTeams parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.sharedWithChannelTeamInfoCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.team summary: Create new navigation property to sharedWithTeams for users operationId: users.joinedTeams.channels.CreateSharedWithTeams requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharedWithChannelTeamInfo' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharedWithChannelTeamInfo' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel x-ms-docs-grouped-path: - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/sharedWithTeams' '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}': description: Provides operations to manage the sharedWithTeams property of the microsoft.graph.channel entity. get: tags: - users.team summary: Get sharedWithTeams from users description: A collection of teams with which a channel is shared. operationId: users.joinedTeams.channels.GetSharedWithTeams parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharedWithChannelTeamInfo' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.team summary: Update the navigation property sharedWithTeams in users operationId: users.joinedTeams.channels.UpdateSharedWithTeams requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharedWithChannelTeamInfo' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharedWithChannelTeamInfo' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.team summary: Delete navigation property sharedWithTeams for users operationId: users.joinedTeams.channels.DeleteSharedWithTeams parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: sharedWithChannelTeamInfo-id in: path description: The unique identifier of sharedWithChannelTeamInfo required: true schema: type: string x-ms-docs-key-type: sharedWithChannelTeamInfo x-ms-docs-grouped-path: - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}' '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers': description: Provides operations to manage the allowedMembers property of the microsoft.graph.sharedWithChannelTeamInfo entity. get: tags: - users.team summary: Get allowedMembers from users description: A collection of team members who have access to the shared channel. operationId: users.joinedTeams.channels.sharedWithTeams.ListAllowedMembers parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.conversationMemberCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: sharedWithChannelTeamInfo-id in: path description: The unique identifier of sharedWithChannelTeamInfo required: true schema: type: string x-ms-docs-key-type: sharedWithChannelTeamInfo x-ms-docs-grouped-path: - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers' '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}': description: Provides operations to manage the allowedMembers property of the microsoft.graph.sharedWithChannelTeamInfo entity. get: tags: - users.team summary: Get allowedMembers from users description: A collection of team members who have access to the shared channel. operationId: users.joinedTeams.channels.sharedWithTeams.GetAllowedMembers parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationMember' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: sharedWithChannelTeamInfo-id in: path description: The unique identifier of sharedWithChannelTeamInfo required: true schema: type: string x-ms-docs-key-type: sharedWithChannelTeamInfo - name: conversationMember-id in: path description: The unique identifier of conversationMember required: true schema: type: string x-ms-docs-key-type: conversationMember x-ms-docs-grouped-path: - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}' '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count': description: Provides operations to count the resources in the collection. get: tags: - users.team summary: Get the number of the resource operationId: users.joinedTeams.channels.sharedWithTeams.allowedMembers.GetCount-8dec parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: sharedWithChannelTeamInfo-id in: path description: The unique identifier of sharedWithChannelTeamInfo required: true schema: type: string x-ms-docs-key-type: sharedWithChannelTeamInfo '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/team': description: Provides operations to manage the team property of the microsoft.graph.teamInfo entity. get: tags: - users.team summary: Get team from users operationId: users.joinedTeams.channels.sharedWithTeams.GetTeam parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.team' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: sharedWithChannelTeamInfo-id in: path description: The unique identifier of sharedWithChannelTeamInfo required: true schema: type: string x-ms-docs-key-type: sharedWithChannelTeamInfo x-ms-docs-grouped-path: - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/team' - '/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}/team' '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/sharedWithTeams/$count': description: Provides operations to count the resources in the collection. get: tags: - users.team summary: Get the number of the resource operationId: users.joinedTeams.channels.sharedWithTeams.GetCount-3df3 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/tabs': description: Provides operations to manage the tabs property of the microsoft.graph.channel entity. get: tags: - users.team summary: Get tabs from users description: A collection of all the tabs in the channel. A navigation property. operationId: users.joinedTeams.channels.ListTabs parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.teamsTabCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.team summary: Create new navigation property to tabs for users operationId: users.joinedTeams.channels.CreateTabs requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsTab' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsTab' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel x-ms-docs-grouped-path: - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/tabs' '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}': description: Provides operations to manage the tabs property of the microsoft.graph.channel entity. get: tags: - users.team summary: Get tabs from users description: A collection of all the tabs in the channel. A navigation property. operationId: users.joinedTeams.channels.GetTabs parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsTab' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.team summary: Update the navigation property tabs in users operationId: users.joinedTeams.channels.UpdateTabs requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsTab' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsTab' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.team summary: Delete navigation property tabs for users operationId: users.joinedTeams.channels.DeleteTabs parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: teamsTab-id in: path description: The unique identifier of teamsTab required: true schema: type: string x-ms-docs-key-type: teamsTab x-ms-docs-grouped-path: - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/tabs/{teamsTab-id}' '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp': description: Provides operations to manage the teamsApp property of the microsoft.graph.teamsTab entity. get: tags: - users.team summary: Get teamsApp from users description: The application that is linked to the tab. This can't be changed after tab creation. operationId: users.joinedTeams.channels.tabs.GetTeamsApp parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel - name: teamsTab-id in: path description: The unique identifier of teamsTab required: true schema: type: string x-ms-docs-key-type: teamsTab x-ms-docs-grouped-path: - '/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/tabs/{teamsTab-id}/teamsApp' '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/tabs/$count': description: Provides operations to count the resources in the collection. get: tags: - users.team summary: Get the number of the resource operationId: users.joinedTeams.channels.tabs.GetCount-6808 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel '/users/{user-id}/joinedTeams/{team-id}/channels/$count': description: Provides operations to count the resources in the collection. get: tags: - users.team summary: Get the number of the resource operationId: users.joinedTeams.channels.GetCount-e058 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/users/{user-id}/joinedTeams/{team-id}/channels/getAllMessages()': description: Provides operations to call the getAllMessages method. get: tags: - users.Functions summary: Invoke function getAllMessages description: '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.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/channel-getallmessages?view=graph-rest-1.0 operationId: users.user.joinedTeams.team.channels.getAllMessages parameters: - name: model in: query description: The payment model for the API schema: type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of chatMessage type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team x-ms-docs-grouped-path: - '/users/{user-id}/chats/getAllMessages()' - '/users/{user-id}/joinedTeams/getAllMessages()' '/users/{user-id}/joinedTeams/{team-id}/channels/getAllRetainedMessages()': description: Provides operations to call the getAllRetainedMessages method. get: tags: - users.Functions summary: Invoke function getAllRetainedMessages operationId: users.user.joinedTeams.team.channels.getAllRetainedMessages parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of chatMessage type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team x-ms-docs-grouped-path: - '/users/{user-id}/chats/getAllRetainedMessages()' '/users/{user-id}/joinedTeams/{team-id}/group': description: Provides operations to manage the group property of the microsoft.graph.team entity. get: tags: - users.team summary: Get group from users operationId: users.joinedTeams.GetGroup parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.group' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/users/{user-id}/joinedTeams/{team-id}/group/serviceProvisioningErrors': get: tags: - users.team summary: Get serviceProvisioningErrors property value description: '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).' operationId: users.joinedTeams.group.ListServiceProvisioningErrors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/users/{user-id}/joinedTeams/{team-id}/group/serviceProvisioningErrors/$count': description: Provides operations to count the resources in the collection. get: tags: - users.team summary: Get the number of the resource operationId: users.joinedTeams.group.ServiceProvisioningErrors.GetCount-989c parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/users/{user-id}/joinedTeams/{team-id}/incomingChannels': description: Provides operations to manage the incomingChannels property of the microsoft.graph.team entity. get: tags: - users.team summary: Get incomingChannels from users description: List of channels shared with the team. operationId: users.joinedTeams.ListIncomingChannels parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.channelCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/users/{user-id}/joinedTeams/{team-id}/incomingChannels/{channel-id}': description: Provides operations to manage the incomingChannels property of the microsoft.graph.team entity. get: tags: - users.team summary: Get incomingChannels from users description: List of channels shared with the team. operationId: users.joinedTeams.GetIncomingChannels parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.channel' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: channel-id in: path description: The unique identifier of channel required: true schema: type: string x-ms-docs-key-type: channel '/users/{user-id}/joinedTeams/{team-id}/incomingChannels/$count': description: Provides operations to count the resources in the collection. get: tags: - users.team summary: Get the number of the resource operationId: users.joinedTeams.incomingChannels.GetCount-bf05 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/users/{user-id}/joinedTeams/{team-id}/installedApps': description: Provides operations to manage the installedApps property of the microsoft.graph.team entity. get: tags: - users.team summary: Get installedApps from users description: The apps installed in this team. operationId: users.joinedTeams.ListInstalledApps parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.teamsAppInstallationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.team summary: Create new navigation property to installedApps for users operationId: users.joinedTeams.CreateInstalledApps requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/users/{user-id}/joinedTeams/{team-id}/installedApps/{teamsAppInstallation-id}': description: Provides operations to manage the installedApps property of the microsoft.graph.team entity. get: tags: - users.team summary: Get installedApps from users description: The apps installed in this team. operationId: users.joinedTeams.GetInstalledApps parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.team summary: Update the navigation property installedApps in users operationId: users.joinedTeams.UpdateInstalledApps requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.team summary: Delete navigation property installedApps for users operationId: users.joinedTeams.DeleteInstalledApps parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: teamsAppInstallation-id in: path description: The unique identifier of teamsAppInstallation required: true schema: type: string x-ms-docs-key-type: teamsAppInstallation '/users/{user-id}/joinedTeams/{team-id}/installedApps/{teamsAppInstallation-id}/upgrade': description: Provides operations to call the upgrade method. post: tags: - users.Actions summary: Invoke action upgrade description: Upgrade an app installation within a chat. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-1.0 operationId: users.user.joinedTeams.team.installedApps.teamsAppInstallation.upgrade requestBody: description: Action parameters content: application/json: schema: type: object properties: consentedPermissionSet: anyOf: - $ref: '#/components/schemas/microsoft.graph.teamsAppPermissionSet' - type: object nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: teamsAppInstallation-id in: path description: The unique identifier of teamsAppInstallation required: true schema: type: string x-ms-docs-key-type: teamsAppInstallation x-ms-docs-grouped-path: - '/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/upgrade' '/users/{user-id}/joinedTeams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsApp': description: Provides operations to manage the teamsApp property of the microsoft.graph.teamsAppInstallation entity. get: tags: - users.team summary: Get teamsApp from users description: The app that is installed. operationId: users.joinedTeams.installedApps.GetTeamsApp parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: teamsAppInstallation-id in: path description: The unique identifier of teamsAppInstallation required: true schema: type: string x-ms-docs-key-type: teamsAppInstallation x-ms-docs-grouped-path: - '/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp' - '/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/teamsApp' '/users/{user-id}/joinedTeams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition': description: Provides operations to manage the teamsAppDefinition property of the microsoft.graph.teamsAppInstallation entity. get: tags: - users.team summary: Get teamsAppDefinition from users description: The details of this version of the app. operationId: users.joinedTeams.installedApps.GetTeamsAppDefinition parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsAppDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: teamsAppInstallation-id in: path description: The unique identifier of teamsAppInstallation required: true schema: type: string x-ms-docs-key-type: teamsAppInstallation x-ms-docs-grouped-path: - '/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition' - '/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/teamsAppDefinition' '/users/{user-id}/joinedTeams/{team-id}/installedApps/$count': description: Provides operations to count the resources in the collection. get: tags: - users.team summary: Get the number of the resource operationId: users.joinedTeams.installedApps.GetCount-1148 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/users/{user-id}/joinedTeams/{team-id}/members': description: Provides operations to manage the members property of the microsoft.graph.team entity. get: tags: - users.team summary: Get members from users description: Members and owners of the team. operationId: users.joinedTeams.ListMembers parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.conversationMemberCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.team summary: Create new navigation property to members for users operationId: users.joinedTeams.CreateMembers requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationMember' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationMember' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/users/{user-id}/joinedTeams/{team-id}/members/{conversationMember-id}': description: Provides operations to manage the members property of the microsoft.graph.team entity. get: tags: - users.team summary: Get members from users description: Members and owners of the team. operationId: users.joinedTeams.GetMembers parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationMember' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.team summary: Update the navigation property members in users operationId: users.joinedTeams.UpdateMembers requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationMember' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationMember' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.team summary: Delete navigation property members for users operationId: users.joinedTeams.DeleteMembers parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: conversationMember-id in: path description: The unique identifier of conversationMember required: true schema: type: string x-ms-docs-key-type: conversationMember '/users/{user-id}/joinedTeams/{team-id}/members/$count': description: Provides operations to count the resources in the collection. get: tags: - users.team summary: Get the number of the resource operationId: users.joinedTeams.members.GetCount-5648 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/users/{user-id}/joinedTeams/{team-id}/members/add': description: Provides operations to call the add method. post: tags: - users.Actions summary: Invoke action add description: Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0 operationId: users.user.joinedTeams.team.members.add requestBody: description: Action parameters content: application/json: schema: type: object properties: values: type: array items: $ref: '#/components/schemas/microsoft.graph.conversationMember' required: true responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.actionResultPart' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team x-ms-docs-grouped-path: - '/users/{user-id}/chats/{chat-id}/members/add' - '/users/{user-id}/followedSites/add' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/members/add' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/members/add' '/users/{user-id}/joinedTeams/{team-id}/archive': description: Provides operations to call the archive method. post: tags: - users.Actions summary: Invoke action archive description: "Archive the specified team. \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 and group must have an owner. To restore a team from its archived state, use the API to unarchive." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/team-archive?view=graph-rest-1.0 operationId: users.user.joinedTeams.team.archive requestBody: description: Action parameters content: application/json: schema: type: object properties: shouldSetSpoSiteReadOnlyForMembers: type: boolean default: false nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team x-ms-docs-grouped-path: - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/archive' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/archive' '/users/{user-id}/joinedTeams/{team-id}/clone': description: Provides operations to call the clone method. post: tags: - users.Actions summary: Invoke action clone description: "Create a copy of a team. This operation also creates a copy of the corresponding group.\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. \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. After the POST clone returns, you need to GET the operation returned by the Location: header to see if it's running, succeeded, or failed. You should continue to GET until the status isn't running. The recommended delay between GETs is 5 seconds." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/team-clone?view=graph-rest-1.0 operationId: users.user.joinedTeams.team.clone requestBody: description: Action parameters content: application/json: schema: type: object properties: displayName: type: string nullable: true description: type: string nullable: true mailNickname: type: string nullable: true classification: type: string nullable: true visibility: $ref: '#/components/schemas/microsoft.graph.teamVisibilityType' partsToClone: $ref: '#/components/schemas/microsoft.graph.clonableTeamParts' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/users/{user-id}/joinedTeams/{team-id}/completeMigration': description: Provides operations to call the completeMigration method. post: tags: - users.Actions summary: Invoke action completeMigration description: '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.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/team-completemigration?view=graph-rest-1.0 operationId: users.user.joinedTeams.team.completeMigration responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team x-ms-docs-grouped-path: - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/completeMigration' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/completeMigration' '/users/{user-id}/joinedTeams/{team-id}/sendActivityNotification': description: Provides operations to call the sendActivityNotification method. post: tags: - users.Actions summary: Invoke action sendActivityNotification description: "Send an activity feed notification in the scope of a team. For more information about sending notifications and the requirements for doing so, see\nsending Teams activity notifications." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/team-sendactivitynotification?view=graph-rest-1.0 operationId: users.user.joinedTeams.team.sendActivityNotification requestBody: description: Action parameters content: application/json: schema: type: object properties: topic: anyOf: - $ref: '#/components/schemas/microsoft.graph.teamworkActivityTopic' - type: object nullable: true activityType: type: string nullable: true chainId: type: integer format: int64 nullable: true previewText: anyOf: - $ref: '#/components/schemas/microsoft.graph.itemBody' - type: object nullable: true teamsAppId: type: string nullable: true templateParameters: type: array items: $ref: '#/components/schemas/microsoft.graph.keyValuePair' recipient: anyOf: - $ref: '#/components/schemas/microsoft.graph.teamworkNotificationRecipient' - type: object nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team x-ms-docs-grouped-path: - '/users/{user-id}/chats/{chat-id}/sendActivityNotification' - '/users/{user-id}/teamwork/sendActivityNotification' '/users/{user-id}/joinedTeams/{team-id}/unarchive': description: Provides operations to call the unarchive method. post: tags: - users.Actions summary: Invoke action unarchive description: '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.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/team-unarchive?view=graph-rest-1.0 operationId: users.user.joinedTeams.team.unarchive responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team x-ms-docs-grouped-path: - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/unarchive' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/unarchive' '/users/{user-id}/joinedTeams/{team-id}/operations': description: Provides operations to manage the operations property of the microsoft.graph.team entity. get: tags: - users.team summary: Get operations from users description: The async operations that ran or are running on this team. operationId: users.joinedTeams.ListOperations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.teamsAsyncOperationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.team summary: Create new navigation property to operations for users operationId: users.joinedTeams.CreateOperations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsAsyncOperation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsAsyncOperation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/users/{user-id}/joinedTeams/{team-id}/operations/{teamsAsyncOperation-id}': description: Provides operations to manage the operations property of the microsoft.graph.team entity. get: tags: - users.team summary: Get operations from users description: The async operations that ran or are running on this team. operationId: users.joinedTeams.GetOperations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsAsyncOperation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.team summary: Update the navigation property operations in users operationId: users.joinedTeams.UpdateOperations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsAsyncOperation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsAsyncOperation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.team summary: Delete navigation property operations for users operationId: users.joinedTeams.DeleteOperations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: teamsAsyncOperation-id in: path description: The unique identifier of teamsAsyncOperation required: true schema: type: string x-ms-docs-key-type: teamsAsyncOperation '/users/{user-id}/joinedTeams/{team-id}/operations/$count': description: Provides operations to count the resources in the collection. get: tags: - users.team summary: Get the number of the resource operationId: users.joinedTeams.operations.GetCount-5268 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/users/{user-id}/joinedTeams/{team-id}/permissionGrants': description: Provides operations to manage the permissionGrants property of the microsoft.graph.team entity. get: tags: - users.team summary: Get permissionGrants from users description: A collection of permissions granted to apps to access the team. operationId: users.joinedTeams.ListPermissionGrants parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.resourceSpecificPermissionGrantCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.team summary: Create new navigation property to permissionGrants for users operationId: users.joinedTeams.CreatePermissionGrants requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/users/{user-id}/joinedTeams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}': description: Provides operations to manage the permissionGrants property of the microsoft.graph.team entity. get: tags: - users.team summary: Get permissionGrants from users description: A collection of permissions granted to apps to access the team. operationId: users.joinedTeams.GetPermissionGrants parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.team summary: Update the navigation property permissionGrants in users operationId: users.joinedTeams.UpdatePermissionGrants requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.team summary: Delete navigation property permissionGrants for users operationId: users.joinedTeams.DeletePermissionGrants parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: resourceSpecificPermissionGrant-id in: path description: The unique identifier of resourceSpecificPermissionGrant required: true schema: type: string x-ms-docs-key-type: resourceSpecificPermissionGrant '/users/{user-id}/joinedTeams/{team-id}/permissionGrants/$count': description: Provides operations to count the resources in the collection. get: tags: - users.team summary: Get the number of the resource operationId: users.joinedTeams.permissionGrants.GetCount-70b8 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/users/{user-id}/joinedTeams/{team-id}/photo': description: Provides operations to manage the photo property of the microsoft.graph.team entity. get: tags: - users.team summary: Get photo from users description: The profile photo for the team. operationId: users.joinedTeams.GetPhoto parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.profilePhoto' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.team summary: Update the navigation property photo in users operationId: users.joinedTeams.UpdatePhoto requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.profilePhoto' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.profilePhoto' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/users/{user-id}/joinedTeams/{team-id}/photo/$value': description: Provides operations to manage the media for the user entity. get: tags: - users.team summary: Get media content for the navigation property photo from users description: The profile photo for the team. operationId: users.joinedTeams.GetPhotoContent responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - users.team summary: Update media content for the navigation property photo in users description: The profile photo for the team. operationId: users.joinedTeams.UpdatePhotoContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - users.team summary: Delete media content for the navigation property photo in users description: The profile photo for the team. operationId: users.joinedTeams.DeletePhotoContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/users/{user-id}/joinedTeams/{team-id}/primaryChannel': description: Provides operations to manage the primaryChannel property of the microsoft.graph.team entity. get: tags: - users.team summary: Get primaryChannel from users description: The general channel for the team. operationId: users.joinedTeams.GetPrimaryChannel parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.channel' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.team summary: Update the navigation property primaryChannel in users operationId: users.joinedTeams.UpdatePrimaryChannel requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.channel' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.channel' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.team summary: Delete navigation property primaryChannel for users operationId: users.joinedTeams.DeletePrimaryChannel parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/filesFolder': description: Provides operations to manage the filesFolder property of the microsoft.graph.channel entity. get: tags: - users.team summary: Get filesFolder from users description: Metadata for the location where the channel's files are stored. operationId: users.joinedTeams.primaryChannel.GetFilesFolder parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team x-ms-docs-grouped-path: - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/filesFolder' '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/filesFolder/content': description: Provides operations to manage the media for the user entity. get: tags: - users.team summary: Get content for the navigation property filesFolder from users description: 'The content stream, if the item represents a file.' operationId: users.joinedTeams.primaryChannel.GetFilesFolderContent parameters: - name: $format in: query description: Format of the content schema: type: string responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - users.team summary: Update content for the navigation property filesFolder in users description: 'The content stream, if the item represents a file.' operationId: users.joinedTeams.primaryChannel.UpdateFilesFolderContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - users.team summary: Delete content for the navigation property filesFolder in users description: 'The content stream, if the item represents a file.' operationId: users.joinedTeams.primaryChannel.DeleteFilesFolderContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/members': description: Provides operations to manage the members property of the microsoft.graph.channel entity. get: tags: - users.team summary: Get members from users description: A collection of membership records associated with the channel. operationId: users.joinedTeams.primaryChannel.ListMembers parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.conversationMemberCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.team summary: Create new navigation property to members for users operationId: users.joinedTeams.primaryChannel.CreateMembers requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationMember' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationMember' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team x-ms-docs-grouped-path: - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/members' '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/members/{conversationMember-id}': description: Provides operations to manage the members property of the microsoft.graph.channel entity. get: tags: - users.team summary: Get members from users description: A collection of membership records associated with the channel. operationId: users.joinedTeams.primaryChannel.GetMembers parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationMember' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.team summary: Update the navigation property members in users operationId: users.joinedTeams.primaryChannel.UpdateMembers requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationMember' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationMember' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.team summary: Delete navigation property members for users operationId: users.joinedTeams.primaryChannel.DeleteMembers parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: conversationMember-id in: path description: The unique identifier of conversationMember required: true schema: type: string x-ms-docs-key-type: conversationMember x-ms-docs-grouped-path: - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/members/{conversationMember-id}' '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/members/$count': description: Provides operations to count the resources in the collection. get: tags: - users.team summary: Get the number of the resource operationId: users.joinedTeams.primaryChannel.members.GetCount-719e parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/members/add': description: Provides operations to call the add method. post: tags: - users.Actions summary: Invoke action add description: Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0 operationId: users.user.joinedTeams.team.primaryChannel.members.add requestBody: description: Action parameters content: application/json: schema: type: object properties: values: type: array items: $ref: '#/components/schemas/microsoft.graph.conversationMember' required: true responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.actionResultPart' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team x-ms-docs-grouped-path: - '/users/{user-id}/chats/{chat-id}/members/add' - '/users/{user-id}/followedSites/add' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/members/add' - '/users/{user-id}/joinedTeams/{team-id}/members/add' '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages': description: Provides operations to manage the messages property of the microsoft.graph.channel entity. get: tags: - users.team summary: Get messages from users description: A collection of all the messages in the channel. A navigation property. Nullable. operationId: users.joinedTeams.primaryChannel.ListMessages parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.team summary: Create new navigation property to messages for users operationId: users.joinedTeams.primaryChannel.CreateMessages requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team x-ms-docs-grouped-path: - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages' '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}': description: Provides operations to manage the messages property of the microsoft.graph.channel entity. get: tags: - users.team summary: Get messages from users description: A collection of all the messages in the channel. A navigation property. Nullable. operationId: users.joinedTeams.primaryChannel.GetMessages parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.team summary: Update the navigation property messages in users operationId: users.joinedTeams.primaryChannel.UpdateMessages requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.team summary: Delete navigation property messages for users operationId: users.joinedTeams.primaryChannel.DeleteMessages parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}' '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents': description: Provides operations to manage the hostedContents property of the microsoft.graph.chatMessage entity. get: tags: - users.team summary: Get hostedContents from users description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: users.joinedTeams.primaryChannel.messages.ListHostedContents parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageHostedContentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.team summary: Create new navigation property to hostedContents for users operationId: users.joinedTeams.primaryChannel.messages.CreateHostedContents requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents' - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents' '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}': description: Provides operations to manage the hostedContents property of the microsoft.graph.chatMessage entity. get: tags: - users.team summary: Get hostedContents from users description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: users.joinedTeams.primaryChannel.messages.GetHostedContents parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.team summary: Update the navigation property hostedContents in users operationId: users.joinedTeams.primaryChannel.messages.UpdateHostedContents requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.team summary: Delete navigation property hostedContents for users operationId: users.joinedTeams.primaryChannel.messages.DeleteHostedContents parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessageHostedContent-id in: path description: The unique identifier of chatMessageHostedContent required: true schema: type: string x-ms-docs-key-type: chatMessageHostedContent x-ms-docs-grouped-path: - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}' - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}' '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value': description: Provides operations to manage the media for the user entity. get: tags: - users.team summary: Get media content for the navigation property hostedContents from users description: The unique identifier for an entity. Read-only. operationId: users.joinedTeams.primaryChannel.messages.GetHostedContentsContent responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - users.team summary: Update media content for the navigation property hostedContents in users description: The unique identifier for an entity. Read-only. operationId: users.joinedTeams.primaryChannel.messages.UpdateHostedContentsContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - users.team summary: Delete media content for the navigation property hostedContents in users description: The unique identifier for an entity. Read-only. operationId: users.joinedTeams.primaryChannel.messages.DeleteHostedContentsContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessageHostedContent-id in: path description: The unique identifier of chatMessageHostedContent required: true schema: type: string x-ms-docs-key-type: chatMessageHostedContent '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/$count': description: Provides operations to count the resources in the collection. get: tags: - users.team summary: Get the number of the resource operationId: users.joinedTeams.primaryChannel.messages.hostedContents.GetCount-98f7 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/setReaction': description: Provides operations to call the setReaction method. post: tags: - users.Actions summary: Invoke action setReaction operationId: users.user.joinedTeams.team.primaryChannel.messages.chatMessage.setReaction requestBody: description: Action parameters content: application/json: schema: type: object properties: reactionType: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/setReaction' - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/setReaction' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction' '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/softDelete': description: Provides operations to call the softDelete method. post: tags: - users.Actions summary: Invoke action softDelete description: Delete a single chatMessage or a chat message reply in a channel or a chat. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0 operationId: users.user.joinedTeams.team.primaryChannel.messages.chatMessage.softDelete responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/softDelete' - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/softDelete' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete' '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/undoSoftDelete': description: Provides operations to call the undoSoftDelete method. post: tags: - users.Actions summary: Invoke action undoSoftDelete description: Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0 operationId: users.user.joinedTeams.team.primaryChannel.messages.chatMessage.undoSoftDelete responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/undoSoftDelete' - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/undoSoftDelete' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete' '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/unsetReaction': description: Provides operations to call the unsetReaction method. post: tags: - users.Actions summary: Invoke action unsetReaction operationId: users.user.joinedTeams.team.primaryChannel.messages.chatMessage.unsetReaction requestBody: description: Action parameters content: application/json: schema: type: object properties: reactionType: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/unsetReaction' - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction' '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies': description: Provides operations to manage the replies property of the microsoft.graph.chatMessage entity. get: tags: - users.team summary: Get replies from users description: Replies for a specified message. Supports $expand for channel messages. operationId: users.joinedTeams.primaryChannel.messages.ListReplies parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.team summary: Create new navigation property to replies for users operationId: users.joinedTeams.primaryChannel.messages.CreateReplies requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies' '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}': description: Provides operations to manage the replies property of the microsoft.graph.chatMessage entity. get: tags: - users.team summary: Get replies from users description: Replies for a specified message. Supports $expand for channel messages. operationId: users.joinedTeams.primaryChannel.messages.GetReplies parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.team summary: Update the navigation property replies in users operationId: users.joinedTeams.primaryChannel.messages.UpdateReplies requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.team summary: Delete navigation property replies for users operationId: users.joinedTeams.primaryChannel.messages.DeleteReplies parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}' '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents': description: Provides operations to manage the hostedContents property of the microsoft.graph.chatMessage entity. get: tags: - users.team summary: Get hostedContents from users description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: users.joinedTeams.primaryChannel.messages.replies.ListHostedContents parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageHostedContentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.team summary: Create new navigation property to hostedContents for users operationId: users.joinedTeams.primaryChannel.messages.replies.CreateHostedContents requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents' - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents' '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}': description: Provides operations to manage the hostedContents property of the microsoft.graph.chatMessage entity. get: tags: - users.team summary: Get hostedContents from users description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' operationId: users.joinedTeams.primaryChannel.messages.replies.GetHostedContents parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.team summary: Update the navigation property hostedContents in users operationId: users.joinedTeams.primaryChannel.messages.replies.UpdateHostedContents requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.team summary: Delete navigation property hostedContents for users operationId: users.joinedTeams.primaryChannel.messages.replies.DeleteHostedContents parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessageHostedContent-id in: path description: The unique identifier of chatMessageHostedContent required: true schema: type: string x-ms-docs-key-type: chatMessageHostedContent x-ms-docs-grouped-path: - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}' - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}' '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value': description: Provides operations to manage the media for the user entity. get: tags: - users.team summary: Get media content for the navigation property hostedContents from users description: The unique identifier for an entity. Read-only. operationId: users.joinedTeams.primaryChannel.messages.replies.GetHostedContentsContent responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - users.team summary: Update media content for the navigation property hostedContents in users description: The unique identifier for an entity. Read-only. operationId: users.joinedTeams.primaryChannel.messages.replies.UpdateHostedContentsContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - users.team summary: Delete media content for the navigation property hostedContents in users description: The unique identifier for an entity. Read-only. operationId: users.joinedTeams.primaryChannel.messages.replies.DeleteHostedContentsContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessageHostedContent-id in: path description: The unique identifier of chatMessageHostedContent required: true schema: type: string x-ms-docs-key-type: chatMessageHostedContent '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count': description: Provides operations to count the resources in the collection. get: tags: - users.team summary: Get the number of the resource operationId: users.joinedTeams.primaryChannel.messages.replies.hostedContents.GetCount-f576 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction': description: Provides operations to call the setReaction method. post: tags: - users.Actions summary: Invoke action setReaction operationId: users.user.joinedTeams.team.primaryChannel.messages.chatMessage.replies.chatMessage.setReaction requestBody: description: Action parameters content: application/json: schema: type: object properties: reactionType: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/setReaction' - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/setReaction' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/setReaction' '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete': description: Provides operations to call the softDelete method. post: tags: - users.Actions summary: Invoke action softDelete description: Delete a single chatMessage or a chat message reply in a channel or a chat. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0 operationId: users.user.joinedTeams.team.primaryChannel.messages.chatMessage.replies.chatMessage.softDelete responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/softDelete' - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/softDelete' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/softDelete' '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete': description: Provides operations to call the undoSoftDelete method. post: tags: - users.Actions summary: Invoke action undoSoftDelete description: Undo soft deletion of a single chatMessage or a chat message reply in a channel or a chat. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0 operationId: users.user.joinedTeams.team.primaryChannel.messages.chatMessage.replies.chatMessage.undoSoftDelete responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/undoSoftDelete' - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/undoSoftDelete' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/undoSoftDelete' '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction': description: Provides operations to call the unsetReaction method. post: tags: - users.Actions summary: Invoke action unsetReaction operationId: users.user.joinedTeams.team.primaryChannel.messages.chatMessage.replies.chatMessage.unsetReaction requestBody: description: Action parameters content: application/json: schema: type: object properties: reactionType: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage - name: chatMessage-id1 in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/unsetReaction' - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/unsetReaction' '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/$count': description: Provides operations to count the resources in the collection. get: tags: - users.team summary: Get the number of the resource operationId: users.joinedTeams.primaryChannel.messages.replies.GetCount-5af6 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta()': description: Provides operations to call the delta method. get: tags: - users.Functions summary: Invoke function delta description: 'Retrieve the list of messages (without the replies) in a channel of a team. By using delta query, you can get new or updated messages in a channel. Delta query supports both full synchronization that retrieves all the messages in the specified channel, and incremental synchronization that retrieves those messages that have been added or changed in the channel since the last synchronization. Typically, you would do an initial full synchronization, and then get incremental changes to that messages view periodically. To get the replies for a message, use the list message replies or the get message reply operation. A GET request with the delta function returns either: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call for that same calendar view. A @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin to retrieve more changes (messages changed or posted after acquiring @odata.deltaLink). For more information, see the delta query documentation.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0 operationId: users.user.joinedTeams.team.primaryChannel.messages.chatMessage.replies.delta parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of chatMessage type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: chatMessage-id in: path description: The unique identifier of chatMessage required: true schema: type: string x-ms-docs-key-type: chatMessage x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendar/calendarView/delta()' - '/users/{user-id}/calendar/events/{event-id}/instances/delta()' - '/users/{user-id}/calendar/events/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendars/{calendar-id}/calendarView/delta()' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/users/{user-id}/calendars/{calendar-id}/events/delta()' - '/users/{user-id}/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendarView/delta()' - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/delta()' - '/users/{user-id}/chats/{chat-id}/messages/delta()' - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta()' - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta()' - '/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta()' - '/users/{user-id}/contactFolders/delta()' - '/users/{user-id}/contacts/delta()' - '/users/{user-id}/events/{event-id}/instances/delta()' - '/users/{user-id}/events/delta()' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta()' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/delta()' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' - '/users/{user-id}/mailFolders/delta()' - '/users/{user-id}/messages/delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta()' - '/users/{user-id}/todo/lists/delta()' - /users/delta() - /users/delta() '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/$count': description: Provides operations to count the resources in the collection. get: tags: - users.team summary: Get the number of the resource operationId: users.joinedTeams.primaryChannel.messages.GetCount-08f5 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/delta()': description: Provides operations to call the delta method. get: tags: - users.Functions summary: Invoke function delta description: 'Retrieve the list of messages (without the replies) in a channel of a team. By using delta query, you can get new or updated messages in a channel. Delta query supports both full synchronization that retrieves all the messages in the specified channel, and incremental synchronization that retrieves those messages that have been added or changed in the channel since the last synchronization. Typically, you would do an initial full synchronization, and then get incremental changes to that messages view periodically. To get the replies for a message, use the list message replies or the get message reply operation. A GET request with the delta function returns either: State tokens are opaque to the client. To proceed with a round of change tracking, copy and apply the @odata.nextLink or @odata.deltaLink URL returned from the last GET request to the next delta function call for that same calendar view. A @odata.deltaLink returned in a response signifies that the current round of change tracking is complete. You can save and use the @odata.deltaLink URL when you begin to retrieve more changes (messages changed or posted after acquiring @odata.deltaLink). For more information, see the delta query documentation.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0 operationId: users.user.joinedTeams.team.primaryChannel.messages.delta parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of chatMessage type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendar/calendarView/delta()' - '/users/{user-id}/calendar/events/{event-id}/instances/delta()' - '/users/{user-id}/calendar/events/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendars/{calendar-id}/calendarView/delta()' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/users/{user-id}/calendars/{calendar-id}/events/delta()' - '/users/{user-id}/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendarView/delta()' - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/delta()' - '/users/{user-id}/chats/{chat-id}/messages/delta()' - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta()' - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta()' - '/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta()' - '/users/{user-id}/contactFolders/delta()' - '/users/{user-id}/contacts/delta()' - '/users/{user-id}/events/{event-id}/instances/delta()' - '/users/{user-id}/events/delta()' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta()' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/delta()' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' - '/users/{user-id}/mailFolders/delta()' - '/users/{user-id}/messages/delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta()' - '/users/{user-id}/todo/lists/delta()' - /users/delta() - /users/delta() '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/archive': description: Provides operations to call the archive method. post: tags: - users.Actions summary: Invoke action archive description: '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 channel without an owner or that belongs to a group that has no owner, can''t be archived. To restore a channel from its archived state, use the channel: unarchive method. A channel can’t be archived or unarchived if its team is archived.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/channel-archive?view=graph-rest-1.0 operationId: users.user.joinedTeams.team.primaryChannel.archive requestBody: description: Action parameters content: application/json: schema: type: object properties: shouldSetSpoSiteReadOnlyForMembers: type: boolean default: false nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team x-ms-docs-grouped-path: - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/archive' - '/users/{user-id}/joinedTeams/{team-id}/archive' '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/completeMigration': description: Provides operations to call the completeMigration method. post: tags: - users.Actions summary: Invoke action completeMigration description: '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.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0 operationId: users.user.joinedTeams.team.primaryChannel.completeMigration responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team x-ms-docs-grouped-path: - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/completeMigration' - '/users/{user-id}/joinedTeams/{team-id}/completeMigration' '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/doesUserHaveAccess(userId=''@userId'',tenantId=''@tenantId'',userPrincipalName=''@userPrincipalName'')': description: Provides operations to call the doesUserHaveAccess method. get: tags: - users.Functions summary: Invoke function doesUserHaveAccess description: Determine whether a user has access to a shared channel. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-1.0 operationId: users.user.joinedTeams.team.primaryChannel.doesUserHaveAccess responses: 2XX: description: Success content: application/json: schema: type: object properties: value: type: boolean default: false 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: userId in: query description: 'Usage: userId=''@userId''' schema: type: string nullable: true - name: tenantId in: query description: 'Usage: tenantId=''@tenantId''' schema: type: string nullable: true - name: userPrincipalName in: query description: 'Usage: userPrincipalName=''@userPrincipalName''' schema: type: string nullable: true x-ms-docs-grouped-path: - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/doesUserHaveAccess(userId=''@userId'',tenantId=''@tenantId'',userPrincipalName=''@userPrincipalName'')' '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/provisionEmail': description: Provides operations to call the provisionEmail method. post: tags: - users.Actions summary: Invoke action provisionEmail description: '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.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0 operationId: users.user.joinedTeams.team.primaryChannel.provisionEmail responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.provisionChannelEmailResult' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team x-ms-docs-grouped-path: - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/provisionEmail' '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/removeEmail': description: Provides operations to call the removeEmail method. post: tags: - users.Actions summary: Invoke action removeEmail description: 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. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0 operationId: users.user.joinedTeams.team.primaryChannel.removeEmail responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team x-ms-docs-grouped-path: - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/removeEmail' '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/unarchive': description: Provides operations to call the unarchive method. post: tags: - users.Actions summary: Invoke action unarchive description: '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.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/channel-unarchive?view=graph-rest-1.0 operationId: users.user.joinedTeams.team.primaryChannel.unarchive responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team x-ms-docs-grouped-path: - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/unarchive' - '/users/{user-id}/joinedTeams/{team-id}/unarchive' '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/sharedWithTeams': description: Provides operations to manage the sharedWithTeams property of the microsoft.graph.channel entity. get: tags: - users.team summary: Get sharedWithTeams from users description: A collection of teams with which a channel is shared. operationId: users.joinedTeams.primaryChannel.ListSharedWithTeams parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.sharedWithChannelTeamInfoCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.team summary: Create new navigation property to sharedWithTeams for users operationId: users.joinedTeams.primaryChannel.CreateSharedWithTeams requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharedWithChannelTeamInfo' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharedWithChannelTeamInfo' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team x-ms-docs-grouped-path: - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/sharedWithTeams' '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}': description: Provides operations to manage the sharedWithTeams property of the microsoft.graph.channel entity. get: tags: - users.team summary: Get sharedWithTeams from users description: A collection of teams with which a channel is shared. operationId: users.joinedTeams.primaryChannel.GetSharedWithTeams parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharedWithChannelTeamInfo' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.team summary: Update the navigation property sharedWithTeams in users operationId: users.joinedTeams.primaryChannel.UpdateSharedWithTeams requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharedWithChannelTeamInfo' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharedWithChannelTeamInfo' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.team summary: Delete navigation property sharedWithTeams for users operationId: users.joinedTeams.primaryChannel.DeleteSharedWithTeams parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: sharedWithChannelTeamInfo-id in: path description: The unique identifier of sharedWithChannelTeamInfo required: true schema: type: string x-ms-docs-key-type: sharedWithChannelTeamInfo x-ms-docs-grouped-path: - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}' '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers': description: Provides operations to manage the allowedMembers property of the microsoft.graph.sharedWithChannelTeamInfo entity. get: tags: - users.team summary: Get allowedMembers from users description: A collection of team members who have access to the shared channel. operationId: users.joinedTeams.primaryChannel.sharedWithTeams.ListAllowedMembers parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.conversationMemberCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: sharedWithChannelTeamInfo-id in: path description: The unique identifier of sharedWithChannelTeamInfo required: true schema: type: string x-ms-docs-key-type: sharedWithChannelTeamInfo x-ms-docs-grouped-path: - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers' '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}': description: Provides operations to manage the allowedMembers property of the microsoft.graph.sharedWithChannelTeamInfo entity. get: tags: - users.team summary: Get allowedMembers from users description: A collection of team members who have access to the shared channel. operationId: users.joinedTeams.primaryChannel.sharedWithTeams.GetAllowedMembers parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationMember' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: sharedWithChannelTeamInfo-id in: path description: The unique identifier of sharedWithChannelTeamInfo required: true schema: type: string x-ms-docs-key-type: sharedWithChannelTeamInfo - name: conversationMember-id in: path description: The unique identifier of conversationMember required: true schema: type: string x-ms-docs-key-type: conversationMember x-ms-docs-grouped-path: - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}' '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count': description: Provides operations to count the resources in the collection. get: tags: - users.team summary: Get the number of the resource operationId: users.joinedTeams.primaryChannel.sharedWithTeams.allowedMembers.GetCount-3d16 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: sharedWithChannelTeamInfo-id in: path description: The unique identifier of sharedWithChannelTeamInfo required: true schema: type: string x-ms-docs-key-type: sharedWithChannelTeamInfo '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/team': description: Provides operations to manage the team property of the microsoft.graph.teamInfo entity. get: tags: - users.team summary: Get team from users operationId: users.joinedTeams.primaryChannel.sharedWithTeams.GetTeam parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.team' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: sharedWithChannelTeamInfo-id in: path description: The unique identifier of sharedWithChannelTeamInfo required: true schema: type: string x-ms-docs-key-type: sharedWithChannelTeamInfo x-ms-docs-grouped-path: - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/team' - '/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}/team' '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/sharedWithTeams/$count': description: Provides operations to count the resources in the collection. get: tags: - users.team summary: Get the number of the resource operationId: users.joinedTeams.primaryChannel.sharedWithTeams.GetCount-d3ab parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/tabs': description: Provides operations to manage the tabs property of the microsoft.graph.channel entity. get: tags: - users.team summary: Get tabs from users description: A collection of all the tabs in the channel. A navigation property. operationId: users.joinedTeams.primaryChannel.ListTabs parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.teamsTabCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.team summary: Create new navigation property to tabs for users operationId: users.joinedTeams.primaryChannel.CreateTabs requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsTab' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsTab' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team x-ms-docs-grouped-path: - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/tabs' '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/tabs/{teamsTab-id}': description: Provides operations to manage the tabs property of the microsoft.graph.channel entity. get: tags: - users.team summary: Get tabs from users description: A collection of all the tabs in the channel. A navigation property. operationId: users.joinedTeams.primaryChannel.GetTabs parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsTab' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.team summary: Update the navigation property tabs in users operationId: users.joinedTeams.primaryChannel.UpdateTabs requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsTab' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsTab' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.team summary: Delete navigation property tabs for users operationId: users.joinedTeams.primaryChannel.DeleteTabs parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: teamsTab-id in: path description: The unique identifier of teamsTab required: true schema: type: string x-ms-docs-key-type: teamsTab x-ms-docs-grouped-path: - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}' '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/tabs/{teamsTab-id}/teamsApp': description: Provides operations to manage the teamsApp property of the microsoft.graph.teamsTab entity. get: tags: - users.team summary: Get teamsApp from users description: The application that is linked to the tab. This can't be changed after tab creation. operationId: users.joinedTeams.primaryChannel.tabs.GetTeamsApp parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: teamsTab-id in: path description: The unique identifier of teamsTab required: true schema: type: string x-ms-docs-key-type: teamsTab x-ms-docs-grouped-path: - '/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp' '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/tabs/$count': description: Provides operations to count the resources in the collection. get: tags: - users.team summary: Get the number of the resource operationId: users.joinedTeams.primaryChannel.tabs.GetCount-86f9 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/users/{user-id}/joinedTeams/{team-id}/schedule': description: Provides operations to manage the schedule property of the microsoft.graph.team entity. get: tags: - users.team summary: Get schedule from users description: The schedule of shifts for this team. operationId: users.joinedTeams.GetSchedule parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.schedule' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation put: tags: - users.team summary: Update the navigation property schedule in users operationId: users.joinedTeams.UpdateSchedule requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.schedule' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.schedule' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.team summary: Delete navigation property schedule for users operationId: users.joinedTeams.DeleteSchedule parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/users/{user-id}/joinedTeams/{team-id}/schedule/share': description: Provides operations to call the share method. post: tags: - users.Actions summary: Invoke action share description: '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 timeOff instance in the specified time range, the share action updates the shared version from the draft version, so that in addition to managers, employees can also view the most current information about the item. The notifyTeam parameter further specifies which employees can view the item.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/schedule-share?view=graph-rest-1.0 operationId: users.user.joinedTeams.team.schedule.share requestBody: description: Action parameters content: application/json: schema: type: object properties: notifyTeam: type: boolean default: false nullable: true startDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string format: date-time nullable: true endDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string format: date-time nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/users/{user-id}/joinedTeams/{team-id}/schedule/offerShiftRequests': description: Provides operations to manage the offerShiftRequests property of the microsoft.graph.schedule entity. get: tags: - users.team summary: Get offerShiftRequests from users description: The offer requests for shifts in the schedule. operationId: users.joinedTeams.schedule.ListOfferShiftRequests parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.offerShiftRequestCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.team summary: Create new navigation property to offerShiftRequests for users operationId: users.joinedTeams.schedule.CreateOfferShiftRequests requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.offerShiftRequest' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.offerShiftRequest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/users/{user-id}/joinedTeams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}': description: Provides operations to manage the offerShiftRequests property of the microsoft.graph.schedule entity. get: tags: - users.team summary: Get offerShiftRequests from users description: The offer requests for shifts in the schedule. operationId: users.joinedTeams.schedule.GetOfferShiftRequests parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.offerShiftRequest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.team summary: Update the navigation property offerShiftRequests in users operationId: users.joinedTeams.schedule.UpdateOfferShiftRequests requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.offerShiftRequest' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.offerShiftRequest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.team summary: Delete navigation property offerShiftRequests for users operationId: users.joinedTeams.schedule.DeleteOfferShiftRequests parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: offerShiftRequest-id in: path description: The unique identifier of offerShiftRequest required: true schema: type: string x-ms-docs-key-type: offerShiftRequest '/users/{user-id}/joinedTeams/{team-id}/schedule/offerShiftRequests/$count': description: Provides operations to count the resources in the collection. get: tags: - users.team summary: Get the number of the resource operationId: users.joinedTeams.schedule.offerShiftRequests.GetCount-b933 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/users/{user-id}/joinedTeams/{team-id}/schedule/openShiftChangeRequests': description: Provides operations to manage the openShiftChangeRequests property of the microsoft.graph.schedule entity. get: tags: - users.team summary: Get openShiftChangeRequests from users description: The open shift requests in the schedule. operationId: users.joinedTeams.schedule.ListOpenShiftChangeRequests parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.openShiftChangeRequestCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.team summary: Create new navigation property to openShiftChangeRequests for users operationId: users.joinedTeams.schedule.CreateOpenShiftChangeRequests requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.openShiftChangeRequest' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.openShiftChangeRequest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/users/{user-id}/joinedTeams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}': description: Provides operations to manage the openShiftChangeRequests property of the microsoft.graph.schedule entity. get: tags: - users.team summary: Get openShiftChangeRequests from users description: The open shift requests in the schedule. operationId: users.joinedTeams.schedule.GetOpenShiftChangeRequests parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.openShiftChangeRequest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.team summary: Update the navigation property openShiftChangeRequests in users operationId: users.joinedTeams.schedule.UpdateOpenShiftChangeRequests requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.openShiftChangeRequest' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.openShiftChangeRequest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.team summary: Delete navigation property openShiftChangeRequests for users operationId: users.joinedTeams.schedule.DeleteOpenShiftChangeRequests parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: openShiftChangeRequest-id in: path description: The unique identifier of openShiftChangeRequest required: true schema: type: string x-ms-docs-key-type: openShiftChangeRequest '/users/{user-id}/joinedTeams/{team-id}/schedule/openShiftChangeRequests/$count': description: Provides operations to count the resources in the collection. get: tags: - users.team summary: Get the number of the resource operationId: users.joinedTeams.schedule.openShiftChangeRequests.GetCount-270a parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/users/{user-id}/joinedTeams/{team-id}/schedule/openShifts': description: Provides operations to manage the openShifts property of the microsoft.graph.schedule entity. get: tags: - users.team summary: Get openShifts from users description: The set of open shifts in a scheduling group in the schedule. operationId: users.joinedTeams.schedule.ListOpenShifts parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.openShiftCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.team summary: Create new navigation property to openShifts for users operationId: users.joinedTeams.schedule.CreateOpenShifts requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.openShift' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.openShift' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/users/{user-id}/joinedTeams/{team-id}/schedule/openShifts/{openShift-id}': description: Provides operations to manage the openShifts property of the microsoft.graph.schedule entity. get: tags: - users.team summary: Get openShifts from users description: The set of open shifts in a scheduling group in the schedule. operationId: users.joinedTeams.schedule.GetOpenShifts parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.openShift' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.team summary: Update the navigation property openShifts in users operationId: users.joinedTeams.schedule.UpdateOpenShifts requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.openShift' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.openShift' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.team summary: Delete navigation property openShifts for users operationId: users.joinedTeams.schedule.DeleteOpenShifts parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: openShift-id in: path description: The unique identifier of openShift required: true schema: type: string x-ms-docs-key-type: openShift '/users/{user-id}/joinedTeams/{team-id}/schedule/openShifts/$count': description: Provides operations to count the resources in the collection. get: tags: - users.team summary: Get the number of the resource operationId: users.joinedTeams.schedule.openShifts.GetCount-785e parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/users/{user-id}/joinedTeams/{team-id}/schedule/schedulingGroups': description: Provides operations to manage the schedulingGroups property of the microsoft.graph.schedule entity. get: tags: - users.team summary: Get schedulingGroups from users description: The logical grouping of users in the schedule (usually by role). operationId: users.joinedTeams.schedule.ListSchedulingGroups parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.schedulingGroupCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.team summary: Create new navigation property to schedulingGroups for users operationId: users.joinedTeams.schedule.CreateSchedulingGroups requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.schedulingGroup' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.schedulingGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/users/{user-id}/joinedTeams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}': description: Provides operations to manage the schedulingGroups property of the microsoft.graph.schedule entity. get: tags: - users.team summary: Get schedulingGroups from users description: The logical grouping of users in the schedule (usually by role). operationId: users.joinedTeams.schedule.GetSchedulingGroups parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.schedulingGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.team summary: Update the navigation property schedulingGroups in users operationId: users.joinedTeams.schedule.UpdateSchedulingGroups requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.schedulingGroup' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.schedulingGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.team summary: Delete navigation property schedulingGroups for users operationId: users.joinedTeams.schedule.DeleteSchedulingGroups parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: schedulingGroup-id in: path description: The unique identifier of schedulingGroup required: true schema: type: string x-ms-docs-key-type: schedulingGroup '/users/{user-id}/joinedTeams/{team-id}/schedule/schedulingGroups/$count': description: Provides operations to count the resources in the collection. get: tags: - users.team summary: Get the number of the resource operationId: users.joinedTeams.schedule.schedulingGroups.GetCount-b253 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/users/{user-id}/joinedTeams/{team-id}/schedule/shifts': description: Provides operations to manage the shifts property of the microsoft.graph.schedule entity. get: tags: - users.team summary: Get shifts from users description: The shifts in the schedule. operationId: users.joinedTeams.schedule.ListShifts parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.shiftCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.team summary: Create new navigation property to shifts for users operationId: users.joinedTeams.schedule.CreateShifts requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.shift' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.shift' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/users/{user-id}/joinedTeams/{team-id}/schedule/shifts/{shift-id}': description: Provides operations to manage the shifts property of the microsoft.graph.schedule entity. get: tags: - users.team summary: Get shifts from users description: The shifts in the schedule. operationId: users.joinedTeams.schedule.GetShifts parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.shift' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.team summary: Update the navigation property shifts in users operationId: users.joinedTeams.schedule.UpdateShifts requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.shift' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.shift' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.team summary: Delete navigation property shifts for users operationId: users.joinedTeams.schedule.DeleteShifts parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: shift-id in: path description: The unique identifier of shift required: true schema: type: string x-ms-docs-key-type: shift '/users/{user-id}/joinedTeams/{team-id}/schedule/shifts/$count': description: Provides operations to count the resources in the collection. get: tags: - users.team summary: Get the number of the resource operationId: users.joinedTeams.schedule.shifts.GetCount-6a1a parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/users/{user-id}/joinedTeams/{team-id}/schedule/swapShiftsChangeRequests': description: Provides operations to manage the swapShiftsChangeRequests property of the microsoft.graph.schedule entity. get: tags: - users.team summary: Get swapShiftsChangeRequests from users description: The swap requests for shifts in the schedule. operationId: users.joinedTeams.schedule.ListSwapShiftsChangeRequests parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.swapShiftsChangeRequestCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.team summary: Create new navigation property to swapShiftsChangeRequests for users operationId: users.joinedTeams.schedule.CreateSwapShiftsChangeRequests requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.swapShiftsChangeRequest' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.swapShiftsChangeRequest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/users/{user-id}/joinedTeams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}': description: Provides operations to manage the swapShiftsChangeRequests property of the microsoft.graph.schedule entity. get: tags: - users.team summary: Get swapShiftsChangeRequests from users description: The swap requests for shifts in the schedule. operationId: users.joinedTeams.schedule.GetSwapShiftsChangeRequests parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.swapShiftsChangeRequest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.team summary: Update the navigation property swapShiftsChangeRequests in users operationId: users.joinedTeams.schedule.UpdateSwapShiftsChangeRequests requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.swapShiftsChangeRequest' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.swapShiftsChangeRequest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.team summary: Delete navigation property swapShiftsChangeRequests for users operationId: users.joinedTeams.schedule.DeleteSwapShiftsChangeRequests parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: swapShiftsChangeRequest-id in: path description: The unique identifier of swapShiftsChangeRequest required: true schema: type: string x-ms-docs-key-type: swapShiftsChangeRequest '/users/{user-id}/joinedTeams/{team-id}/schedule/swapShiftsChangeRequests/$count': description: Provides operations to count the resources in the collection. get: tags: - users.team summary: Get the number of the resource operationId: users.joinedTeams.schedule.swapShiftsChangeRequests.GetCount-b5f7 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/users/{user-id}/joinedTeams/{team-id}/schedule/timeOffReasons': description: Provides operations to manage the timeOffReasons property of the microsoft.graph.schedule entity. get: tags: - users.team summary: Get timeOffReasons from users description: The set of reasons for a time off in the schedule. operationId: users.joinedTeams.schedule.ListTimeOffReasons parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.timeOffReasonCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.team summary: Create new navigation property to timeOffReasons for users operationId: users.joinedTeams.schedule.CreateTimeOffReasons requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.timeOffReason' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.timeOffReason' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/users/{user-id}/joinedTeams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}': description: Provides operations to manage the timeOffReasons property of the microsoft.graph.schedule entity. get: tags: - users.team summary: Get timeOffReasons from users description: The set of reasons for a time off in the schedule. operationId: users.joinedTeams.schedule.GetTimeOffReasons parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.timeOffReason' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.team summary: Update the navigation property timeOffReasons in users operationId: users.joinedTeams.schedule.UpdateTimeOffReasons requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.timeOffReason' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.timeOffReason' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.team summary: Delete navigation property timeOffReasons for users operationId: users.joinedTeams.schedule.DeleteTimeOffReasons parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: timeOffReason-id in: path description: The unique identifier of timeOffReason required: true schema: type: string x-ms-docs-key-type: timeOffReason '/users/{user-id}/joinedTeams/{team-id}/schedule/timeOffReasons/$count': description: Provides operations to count the resources in the collection. get: tags: - users.team summary: Get the number of the resource operationId: users.joinedTeams.schedule.timeOffReasons.GetCount-9789 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/users/{user-id}/joinedTeams/{team-id}/schedule/timeOffRequests': description: Provides operations to manage the timeOffRequests property of the microsoft.graph.schedule entity. get: tags: - users.team summary: Get timeOffRequests from users description: The time off requests in the schedule. operationId: users.joinedTeams.schedule.ListTimeOffRequests parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.timeOffRequestCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.team summary: Create new navigation property to timeOffRequests for users operationId: users.joinedTeams.schedule.CreateTimeOffRequests requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.timeOffRequest' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.timeOffRequest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/users/{user-id}/joinedTeams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}': description: Provides operations to manage the timeOffRequests property of the microsoft.graph.schedule entity. get: tags: - users.team summary: Get timeOffRequests from users description: The time off requests in the schedule. operationId: users.joinedTeams.schedule.GetTimeOffRequests parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.timeOffRequest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.team summary: Update the navigation property timeOffRequests in users operationId: users.joinedTeams.schedule.UpdateTimeOffRequests requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.timeOffRequest' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.timeOffRequest' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.team summary: Delete navigation property timeOffRequests for users operationId: users.joinedTeams.schedule.DeleteTimeOffRequests parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: timeOffRequest-id in: path description: The unique identifier of timeOffRequest required: true schema: type: string x-ms-docs-key-type: timeOffRequest '/users/{user-id}/joinedTeams/{team-id}/schedule/timeOffRequests/$count': description: Provides operations to count the resources in the collection. get: tags: - users.team summary: Get the number of the resource operationId: users.joinedTeams.schedule.timeOffRequests.GetCount-c179 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/users/{user-id}/joinedTeams/{team-id}/schedule/timesOff': description: Provides operations to manage the timesOff property of the microsoft.graph.schedule entity. get: tags: - users.team summary: Get timesOff from users description: The instances of times off in the schedule. operationId: users.joinedTeams.schedule.ListTimesOff parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.timeOffCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.team summary: Create new navigation property to timesOff for users operationId: users.joinedTeams.schedule.CreateTimesOff requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.timeOff' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.timeOff' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/users/{user-id}/joinedTeams/{team-id}/schedule/timesOff/{timeOff-id}': description: Provides operations to manage the timesOff property of the microsoft.graph.schedule entity. get: tags: - users.team summary: Get timesOff from users description: The instances of times off in the schedule. operationId: users.joinedTeams.schedule.GetTimesOff parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.timeOff' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.team summary: Update the navigation property timesOff in users operationId: users.joinedTeams.schedule.UpdateTimesOff requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.timeOff' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.timeOff' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.team summary: Delete navigation property timesOff for users operationId: users.joinedTeams.schedule.DeleteTimesOff parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: timeOff-id in: path description: The unique identifier of timeOff required: true schema: type: string x-ms-docs-key-type: timeOff '/users/{user-id}/joinedTeams/{team-id}/schedule/timesOff/$count': description: Provides operations to count the resources in the collection. get: tags: - users.team summary: Get the number of the resource operationId: users.joinedTeams.schedule.timesOff.GetCount-1ead parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/users/{user-id}/joinedTeams/{team-id}/tags': description: Provides operations to manage the tags property of the microsoft.graph.team entity. get: tags: - users.team summary: Get tags from users description: The tags associated with the team. operationId: users.joinedTeams.ListTags parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.teamworkTagCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.team summary: Create new navigation property to tags for users operationId: users.joinedTeams.CreateTags requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamworkTag' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamworkTag' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/users/{user-id}/joinedTeams/{team-id}/tags/{teamworkTag-id}': description: Provides operations to manage the tags property of the microsoft.graph.team entity. get: tags: - users.team summary: Get tags from users description: The tags associated with the team. operationId: users.joinedTeams.GetTags parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamworkTag' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.team summary: Update the navigation property tags in users operationId: users.joinedTeams.UpdateTags requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamworkTag' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamworkTag' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.team summary: Delete navigation property tags for users operationId: users.joinedTeams.DeleteTags parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: teamworkTag-id in: path description: The unique identifier of teamworkTag required: true schema: type: string x-ms-docs-key-type: teamworkTag '/users/{user-id}/joinedTeams/{team-id}/tags/{teamworkTag-id}/members': description: Provides operations to manage the members property of the microsoft.graph.teamworkTag entity. get: tags: - users.team summary: Get members from users description: Users assigned to the tag. operationId: users.joinedTeams.tags.ListMembers parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.teamworkTagMemberCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.team summary: Create new navigation property to members for users operationId: users.joinedTeams.tags.CreateMembers requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamworkTagMember' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamworkTagMember' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: teamworkTag-id in: path description: The unique identifier of teamworkTag required: true schema: type: string x-ms-docs-key-type: teamworkTag '/users/{user-id}/joinedTeams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}': description: Provides operations to manage the members property of the microsoft.graph.teamworkTag entity. get: tags: - users.team summary: Get members from users description: Users assigned to the tag. operationId: users.joinedTeams.tags.GetMembers parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamworkTagMember' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.team summary: Update the navigation property members in users operationId: users.joinedTeams.tags.UpdateMembers requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamworkTagMember' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamworkTagMember' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.team summary: Delete navigation property members for users operationId: users.joinedTeams.tags.DeleteMembers parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: teamworkTag-id in: path description: The unique identifier of teamworkTag required: true schema: type: string x-ms-docs-key-type: teamworkTag - name: teamworkTagMember-id in: path description: The unique identifier of teamworkTagMember required: true schema: type: string x-ms-docs-key-type: teamworkTagMember '/users/{user-id}/joinedTeams/{team-id}/tags/{teamworkTag-id}/members/$count': description: Provides operations to count the resources in the collection. get: tags: - users.team summary: Get the number of the resource operationId: users.joinedTeams.tags.members.GetCount-f8b7 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team - name: teamworkTag-id in: path description: The unique identifier of teamworkTag required: true schema: type: string x-ms-docs-key-type: teamworkTag '/users/{user-id}/joinedTeams/{team-id}/tags/$count': description: Provides operations to count the resources in the collection. get: tags: - users.team summary: Get the number of the resource operationId: users.joinedTeams.tags.GetCount-7511 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/users/{user-id}/joinedTeams/{team-id}/template': description: Provides operations to manage the template property of the microsoft.graph.team entity. get: tags: - users.team summary: Get template from users description: The template this team was created from. See available templates. operationId: users.joinedTeams.GetTemplate parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsTemplate' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: team-id in: path description: The unique identifier of team required: true schema: type: string x-ms-docs-key-type: team '/users/{user-id}/joinedTeams/$count': description: Provides operations to count the resources in the collection. get: tags: - users.team summary: Get the number of the resource operationId: users.joinedTeams.GetCount-0d57 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/joinedTeams/getAllMessages()': description: Provides operations to call the getAllMessages method. get: tags: - users.Functions summary: Invoke function getAllMessages operationId: users.user.joinedTeams.getAllMessages parameters: - name: model in: query description: The payment model for the API schema: type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of chatMessage type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user x-ms-docs-grouped-path: - '/users/{user-id}/chats/getAllMessages()' - '/users/{user-id}/joinedTeams/{team-id}/channels/getAllMessages()' '/users/{user-id}/licenseDetails': description: Provides operations to manage the licenseDetails property of the microsoft.graph.user entity. get: tags: - users.licenseDetails summary: Get licenseDetails from users description: A collection of this user's license details. Read-only. operationId: users.ListLicenseDetails parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.licenseDetailsCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.licenseDetails summary: Create new navigation property to licenseDetails for users operationId: users.CreateLicenseDetails requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.licenseDetails' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.licenseDetails' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/licenseDetails/{licenseDetails-id}': description: Provides operations to manage the licenseDetails property of the microsoft.graph.user entity. get: tags: - users.licenseDetails summary: Get licenseDetails from users description: A collection of this user's license details. Read-only. operationId: users.GetLicenseDetails parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.licenseDetails' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.licenseDetails summary: Update the navigation property licenseDetails in users operationId: users.UpdateLicenseDetails requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.licenseDetails' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.licenseDetails' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.licenseDetails summary: Delete navigation property licenseDetails for users operationId: users.DeleteLicenseDetails parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: licenseDetails-id in: path description: The unique identifier of licenseDetails required: true schema: type: string x-ms-docs-key-type: licenseDetails '/users/{user-id}/licenseDetails/$count': description: Provides operations to count the resources in the collection. get: tags: - users.licenseDetails summary: Get the number of the resource operationId: users.licenseDetails.GetCount-a83d parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/licenseDetails/getTeamsLicensingDetails()': description: Provides operations to call the getTeamsLicensingDetails method. get: tags: - users.Functions summary: Invoke function getTeamsLicensingDetails description: Get the license status of a user in Microsoft Teams. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/licensedetails-getteamslicensingdetails?view=graph-rest-1.0 operationId: users.user.licenseDetails.getTeamsLicensingDetails responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.teamsLicensingDetails' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/mailboxSettings': get: tags: - users.mailboxSettings summary: Get mailboxSettings property value description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' operationId: users.GetMailboxSettings parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' patch: tags: - users.mailboxSettings summary: Update property mailboxSettings value. operationId: users.UpdateMailboxSettings requestBody: description: New property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailboxSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/mailFolders': description: Provides operations to manage the mailFolders property of the microsoft.graph.user entity. get: tags: - users.mailFolder summary: Get mailFolders from users description: The user's mail folders. Read-only. Nullable. operationId: users.ListMailFolders parameters: - name: includeHiddenFolders in: query description: Include Hidden Folders schema: type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mailFolderCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.mailFolder summary: Create new navigation property to mailFolders for users operationId: users.CreateMailFolders requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailFolder' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailFolder' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/mailFolders/{mailFolder-id}': description: Provides operations to manage the mailFolders property of the microsoft.graph.user entity. get: tags: - users.mailFolder summary: Get mailFolders from users description: The user's mail folders. Read-only. Nullable. operationId: users.GetMailFolders parameters: - name: includeHiddenFolders in: query description: Include Hidden Folders schema: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailFolder' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.mailFolder summary: Update the navigation property mailFolders in users operationId: users.UpdateMailFolders requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailFolder' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailFolder' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.mailFolder summary: Delete navigation property mailFolders for users operationId: users.DeleteMailFolders parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders': description: Provides operations to manage the childFolders property of the microsoft.graph.mailFolder entity. get: tags: - users.mailFolder summary: Get childFolders from users description: The collection of child folders in the mailFolder. operationId: users.mailFolders.ListChildFolders parameters: - name: includeHiddenFolders in: query description: Include Hidden Folders schema: type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mailFolderCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.mailFolder summary: Create new navigation property to childFolders for users operationId: users.mailFolders.CreateChildFolders requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailFolder' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailFolder' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}': description: Provides operations to manage the childFolders property of the microsoft.graph.mailFolder entity. get: tags: - users.mailFolder summary: Get childFolders from users description: The collection of child folders in the mailFolder. operationId: users.mailFolders.GetChildFolders parameters: - name: includeHiddenFolders in: query description: Include Hidden Folders schema: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailFolder' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.mailFolder summary: Update the navigation property childFolders in users operationId: users.mailFolders.UpdateChildFolders requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailFolder' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailFolder' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.mailFolder summary: Delete navigation property childFolders for users operationId: users.mailFolders.DeleteChildFolders parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: mailFolder-id1 in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules': description: Provides operations to manage the messageRules property of the microsoft.graph.mailFolder entity. get: tags: - users.mailFolder summary: Get messageRules from users description: The collection of rules that apply to the user's Inbox folder. operationId: users.mailFolders.childFolders.ListMessageRules parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.messageRuleCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.mailFolder summary: Create new navigation property to messageRules for users operationId: users.mailFolders.childFolders.CreateMessageRules requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.messageRule' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.messageRule' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: mailFolder-id1 in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder x-ms-docs-grouped-path: - '/users/{user-id}/mailFolders/{mailFolder-id}/messageRules' '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}': description: Provides operations to manage the messageRules property of the microsoft.graph.mailFolder entity. get: tags: - users.mailFolder summary: Get messageRules from users description: The collection of rules that apply to the user's Inbox folder. operationId: users.mailFolders.childFolders.GetMessageRules parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.messageRule' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.mailFolder summary: Update the navigation property messageRules in users operationId: users.mailFolders.childFolders.UpdateMessageRules requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.messageRule' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.messageRule' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.mailFolder summary: Delete navigation property messageRules for users operationId: users.mailFolders.childFolders.DeleteMessageRules parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: mailFolder-id1 in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: messageRule-id in: path description: The unique identifier of messageRule required: true schema: type: string x-ms-docs-key-type: messageRule x-ms-docs-grouped-path: - '/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}' '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/$count': description: Provides operations to count the resources in the collection. get: tags: - users.mailFolder summary: Get the number of the resource operationId: users.mailFolders.childFolders.messageRules.GetCount-22e6 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: mailFolder-id1 in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages': description: Provides operations to manage the messages property of the microsoft.graph.mailFolder entity. get: tags: - users.mailFolder summary: Get messages from users description: The collection of messages in the mailFolder. operationId: users.mailFolders.childFolders.ListMessages parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.messageCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.mailFolder summary: Create new navigation property to messages for users operationId: users.mailFolders.childFolders.CreateMessages requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.message' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.message' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: mailFolder-id1 in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder x-ms-docs-grouped-path: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages' '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}': description: Provides operations to manage the messages property of the microsoft.graph.mailFolder entity. get: tags: - users.mailFolder summary: Get messages from users description: The collection of messages in the mailFolder. operationId: users.mailFolders.childFolders.GetMessages parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.message' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.mailFolder summary: Update the navigation property messages in users operationId: users.mailFolders.childFolders.UpdateMessages requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.message' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.message' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.mailFolder summary: Delete navigation property messages for users operationId: users.mailFolders.childFolders.DeleteMessages parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: mailFolder-id1 in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message x-ms-docs-grouped-path: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}' '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value': description: Provides operations to manage the media for the user entity. get: tags: - users.mailFolder summary: Get media content for the navigation property messages from users description: The unique identifier for an entity. Read-only. operationId: users.mailFolders.childFolders.GetMessagesContent responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - users.mailFolder summary: Update media content for the navigation property messages in users description: The unique identifier for an entity. Read-only. operationId: users.mailFolders.childFolders.UpdateMessagesContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - users.mailFolder summary: Delete media content for the navigation property messages in users description: The unique identifier for an entity. Read-only. operationId: users.mailFolders.childFolders.DeleteMessagesContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: mailFolder-id1 in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments': description: Provides operations to manage the attachments property of the microsoft.graph.message entity. get: tags: - users.mailFolder summary: Get attachments from users description: The fileAttachment and itemAttachment attachments for the message. operationId: users.mailFolders.childFolders.messages.ListAttachments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.mailFolder summary: Create new navigation property to attachments for users operationId: users.mailFolders.childFolders.messages.CreateAttachments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: mailFolder-id1 in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message x-ms-docs-grouped-path: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments' - '/users/{user-id}/messages/{message-id}/attachments' '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/{attachment-id}': description: Provides operations to manage the attachments property of the microsoft.graph.message entity. get: tags: - users.mailFolder summary: Get attachments from users description: The fileAttachment and itemAttachment attachments for the message. operationId: users.mailFolders.childFolders.messages.GetAttachments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.mailFolder summary: Delete navigation property attachments for users operationId: users.mailFolders.childFolders.messages.DeleteAttachments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: mailFolder-id1 in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message - name: attachment-id in: path description: The unique identifier of attachment required: true schema: type: string x-ms-docs-key-type: attachment x-ms-docs-grouped-path: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/{attachment-id}' - '/users/{user-id}/messages/{message-id}/attachments/{attachment-id}' '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/$count': description: Provides operations to count the resources in the collection. get: tags: - users.mailFolder summary: Get the number of the resource operationId: users.mailFolders.childFolders.messages.attachments.GetCount-5ef0 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: mailFolder-id1 in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/createUploadSession': description: Provides operations to call the createUploadSession method. post: tags: - users.Actions summary: Invoke action createUploadSession description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 operationId: users.user.mailFolders.mailFolder.childFolders.mailFolder.messages.message.attachments.createUploadSession requestBody: description: Action parameters content: application/json: schema: type: object properties: AttachmentItem: $ref: '#/components/schemas/microsoft.graph.attachmentItem' required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.uploadSession' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: mailFolder-id1 in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendar/events/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendarView/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/events/{event-id}/attachments/createUploadSession' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/createUploadSession' - '/users/{user-id}/messages/{message-id}/attachments/createUploadSession' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/createUploadSession' '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions': description: Provides operations to manage the extensions property of the microsoft.graph.message entity. get: tags: - users.mailFolder summary: Get extensions from users description: The collection of open extensions defined for the message. Nullable. operationId: users.mailFolders.childFolders.messages.ListExtensions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.mailFolder summary: Create new navigation property to extensions for users operationId: users.mailFolders.childFolders.messages.CreateExtensions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: mailFolder-id1 in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message x-ms-docs-grouped-path: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions' - '/users/{user-id}/messages/{message-id}/extensions' '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}': description: Provides operations to manage the extensions property of the microsoft.graph.message entity. get: tags: - users.mailFolder summary: Get extensions from users description: The collection of open extensions defined for the message. Nullable. operationId: users.mailFolders.childFolders.messages.GetExtensions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.mailFolder summary: Update the navigation property extensions in users operationId: users.mailFolders.childFolders.messages.UpdateExtensions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.mailFolder summary: Delete navigation property extensions for users operationId: users.mailFolders.childFolders.messages.DeleteExtensions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: mailFolder-id1 in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message - name: extension-id in: path description: The unique identifier of extension required: true schema: type: string x-ms-docs-key-type: extension x-ms-docs-grouped-path: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}' - '/users/{user-id}/messages/{message-id}/extensions/{extension-id}' '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/$count': description: Provides operations to count the resources in the collection. get: tags: - users.mailFolder summary: Get the number of the resource operationId: users.mailFolders.childFolders.messages.extensions.GetCount-1433 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: mailFolder-id1 in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/copy': description: Provides operations to call the copy method. post: tags: - users.Actions summary: Invoke action copy description: Copy a message to a folder within the user's mailbox. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-1.0 operationId: users.user.mailFolders.mailFolder.childFolders.mailFolder.messages.message.copy requestBody: description: Action parameters content: application/json: schema: type: object properties: DestinationId: type: string required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.message' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: mailFolder-id1 in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message x-ms-docs-grouped-path: - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/copy' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/copy' - '/users/{user-id}/mailFolders/{mailFolder-id}/copy' - '/users/{user-id}/messages/{message-id}/copy' '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createForward': description: Provides operations to call the createForward method. post: tags: - users.Actions summary: Invoke action createForward description: "Create a draft to forward an existing message, in either JSON or MIME format. When using JSON format, you can:\n- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.\n- Specify either the toRecipients parameter or the toRecipients property of the message parameter. Specifying both or specifying neither will return an HTTP 400 Bad Request error.\n- Update the draft later to add content to the body or change other message properties. When using MIME format:\n- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.\n- Add any attachments and S/MIME properties to the MIME content. Send the draft message in a subsequent operation. Alternatively, forward a message in a single operation." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-createforward?view=graph-rest-1.0 operationId: users.user.mailFolders.mailFolder.childFolders.mailFolder.messages.message.createForward requestBody: description: Action parameters content: application/json: schema: type: object properties: ToRecipients: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' Message: anyOf: - $ref: '#/components/schemas/microsoft.graph.message' - type: object nullable: true Comment: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.message' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: mailFolder-id1 in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message x-ms-docs-grouped-path: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createForward' - '/users/{user-id}/messages/{message-id}/createForward' '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createReply': description: Provides operations to call the createReply method. post: tags: - users.Actions summary: Invoke action createReply description: "Create a draft to reply to the sender of a message in either JSON or MIME format. When using JSON format:\n- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.\n- If replyTo is specified in the original message, per Internet Message Format (RFC 2822), you should send the reply to the recipients in replyTo, and not the recipients in from.\n- You can update the draft later to add reply content to the body or change other message properties. When using MIME format:\n- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.\n- Add any attachments and S/MIME properties to the MIME content. Send the draft message in a subsequent operation. Alternatively, reply to a message in a single operation." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-createreply?view=graph-rest-1.0 operationId: users.user.mailFolders.mailFolder.childFolders.mailFolder.messages.message.createReply requestBody: description: Action parameters content: application/json: schema: type: object properties: Message: anyOf: - $ref: '#/components/schemas/microsoft.graph.message' - type: object nullable: true Comment: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.message' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: mailFolder-id1 in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message x-ms-docs-grouped-path: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createReply' - '/users/{user-id}/messages/{message-id}/createReply' '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createReplyAll': description: Provides operations to call the createReplyAll method. post: tags: - users.Actions summary: Invoke action createReplyAll description: "Create a draft to reply to the sender and all recipients of a message in either JSON or MIME format. When using JSON format:\n- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.\n- If the original message specifies a recipient in the replyTo property, per Internet Message Format (RFC 2822), you should send the reply to the recipients in the replyTo and toRecipients properties, and not the recipients in the from and toRecipients properties.\n- You can update the draft later to add reply content to the body or change other message properties. When using MIME format:\n- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.\n- Add any attachments and S/MIME properties to the MIME content. Send the draft message in a subsequent operation. Alternatively, reply-all to a message in a single action." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-createreplyall?view=graph-rest-1.0 operationId: users.user.mailFolders.mailFolder.childFolders.mailFolder.messages.message.createReplyAll requestBody: description: Action parameters content: application/json: schema: type: object properties: Message: anyOf: - $ref: '#/components/schemas/microsoft.graph.message' - type: object nullable: true Comment: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.message' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: mailFolder-id1 in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message x-ms-docs-grouped-path: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createReplyAll' - '/users/{user-id}/messages/{message-id}/createReplyAll' '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/forward': description: Provides operations to call the forward method. post: tags: - users.Actions summary: Invoke action forward description: "Forward a message using either JSON or MIME format. When using JSON format, you can:\n- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.\n- Specify either the toRecipients parameter or the toRecipients property of the message parameter. Specifying both or specifying neither will return an HTTP 400 Bad Request error. When using MIME format:\n- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.\n- Add any attachments and S/MIME properties to the MIME content. This method saves the message in the Sent Items folder. Alternatively, create a draft to forward a message, and send it later." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-forward?view=graph-rest-1.0 operationId: users.user.mailFolders.mailFolder.childFolders.mailFolder.messages.message.forward requestBody: description: Action parameters content: application/json: schema: type: object properties: ToRecipients: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' Message: anyOf: - $ref: '#/components/schemas/microsoft.graph.message' - type: object nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: mailFolder-id1 in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendar/calendarView/{event-id}/forward' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendar/events/{event-id}/forward' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/forward' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/forward' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/forward' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/forward' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendarView/{event-id}/forward' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/events/{event-id}/forward' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/forward' - '/users/{user-id}/messages/{message-id}/forward' '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/move': description: Provides operations to call the move method. post: tags: - users.Actions summary: Invoke action move description: Move a message to another folder within the specified user's mailbox. This creates a new copy of the message in the destination folder and removes the original message. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-move?view=graph-rest-1.0 operationId: users.user.mailFolders.mailFolder.childFolders.mailFolder.messages.message.move requestBody: description: Action parameters content: application/json: schema: type: object properties: DestinationId: type: string required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.message' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: mailFolder-id1 in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message x-ms-docs-grouped-path: - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/move' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/move' - '/users/{user-id}/mailFolders/{mailFolder-id}/move' - '/users/{user-id}/messages/{message-id}/move' '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/reply': description: Provides operations to call the reply method. post: tags: - users.Actions summary: Invoke action reply description: "Reply to the sender of a message using either JSON or MIME format. When using JSON format:\n* Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.\n* If the original message specifies a recipient in the replyTo property, per Internet Message Format (RFC 2822), send the reply to the recipients in replyTo and not the recipient in the from property. When using MIME format:\n- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.\n- Add any attachments and S/MIME properties to the MIME content. This method saves the message in the Sent Items folder. Alternatively, create a draft to reply to an existing message and send it later." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-reply?view=graph-rest-1.0 operationId: users.user.mailFolders.mailFolder.childFolders.mailFolder.messages.message.reply requestBody: description: Action parameters content: application/json: schema: type: object properties: Message: anyOf: - $ref: '#/components/schemas/microsoft.graph.message' - type: object nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: mailFolder-id1 in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message x-ms-docs-grouped-path: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/reply' - '/users/{user-id}/messages/{message-id}/reply' '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/replyAll': description: Provides operations to call the replyAll method. post: tags: - users.Actions summary: Invoke action replyAll description: "Reply to all recipients of a message using either JSON or MIME format. When using JSON format:\n- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.\n- If the original message specifies a recipient in the replyTo property, per Internet Message Format (RFC 2822), send the reply to the recipients in replyTo and not the recipient in the from property. When using MIME format:\n- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.\n- Add any attachments and S/MIME properties to the MIME content. This method saves the message in the Sent Items folder. Alternatively, create a draft to reply-all to a message and send it later." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-replyall?view=graph-rest-1.0 operationId: users.user.mailFolders.mailFolder.childFolders.mailFolder.messages.message.replyAll requestBody: description: Action parameters content: application/json: schema: type: object properties: Message: anyOf: - $ref: '#/components/schemas/microsoft.graph.message' - type: object nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: mailFolder-id1 in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message x-ms-docs-grouped-path: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/replyAll' - '/users/{user-id}/messages/{message-id}/replyAll' '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/send': description: Provides operations to call the send method. post: tags: - users.Actions summary: Invoke action send description: 'Send an existing draft message. The draft message can be a new message draft, reply draft, reply-all draft, or a forward draft. This method saves the message in the Sent Items folder. Alternatively, send a new message in a single operation.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-send?view=graph-rest-1.0 operationId: users.user.mailFolders.mailFolder.childFolders.mailFolder.messages.message.send responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: mailFolder-id1 in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message x-ms-docs-grouped-path: - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/send' - '/users/{user-id}/messages/{message-id}/send' '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/$count': description: Provides operations to count the resources in the collection. get: tags: - users.mailFolder summary: Get the number of the resource operationId: users.mailFolders.childFolders.messages.GetCount-a576 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: mailFolder-id1 in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta()': description: Provides operations to call the delta method. get: tags: - users.Functions summary: Invoke function delta description: "Get a set of messages that have been added, deleted, or updated in a specified folder. A delta function call for messages in a folder is similar to a GET request, except that by appropriately\napplying state tokens in one or more of these calls, you can [query for incremental changes in the messages in\nthat folder](/graph/delta-query-messages). This allows you to maintain and synchronize a local store of a user's messages without\nhaving to fetch the entire set of messages from the server every time." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-1.0 operationId: users.user.mailFolders.mailFolder.childFolders.mailFolder.messages.delta parameters: - name: changeType in: query description: 'A custom query option to filter the delta response based on the type of change. Supported values are created, updated or deleted.' schema: type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of message type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.message' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: mailFolder-id1 in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendar/calendarView/delta()' - '/users/{user-id}/calendar/events/{event-id}/instances/delta()' - '/users/{user-id}/calendar/events/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendars/{calendar-id}/calendarView/delta()' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/users/{user-id}/calendars/{calendar-id}/events/delta()' - '/users/{user-id}/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendarView/delta()' - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/delta()' - '/users/{user-id}/chats/{chat-id}/messages/delta()' - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta()' - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta()' - '/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta()' - '/users/{user-id}/contactFolders/delta()' - '/users/{user-id}/contacts/delta()' - '/users/{user-id}/events/{event-id}/instances/delta()' - '/users/{user-id}/events/delta()' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta()' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/delta()' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta()' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' - '/users/{user-id}/mailFolders/delta()' - '/users/{user-id}/messages/delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta()' - '/users/{user-id}/todo/lists/delta()' - /users/delta() - /users/delta() '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/copy': description: Provides operations to call the copy method. post: tags: - users.Actions summary: Invoke action copy description: Copy a mailfolder and its contents to another mailfolder. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/mailfolder-copy?view=graph-rest-1.0 operationId: users.user.mailFolders.mailFolder.childFolders.mailFolder.copy requestBody: description: Action parameters content: application/json: schema: type: object properties: DestinationId: type: string required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.mailFolder' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: mailFolder-id1 in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder x-ms-docs-grouped-path: - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/copy' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/copy' - '/users/{user-id}/mailFolders/{mailFolder-id}/copy' - '/users/{user-id}/messages/{message-id}/copy' '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/move': description: Provides operations to call the move method. post: tags: - users.Actions summary: Invoke action move description: Move a mailfolder and its contents to another mailfolder. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/mailfolder-move?view=graph-rest-1.0 operationId: users.user.mailFolders.mailFolder.childFolders.mailFolder.move requestBody: description: Action parameters content: application/json: schema: type: object properties: DestinationId: type: string required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.mailFolder' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: mailFolder-id1 in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder x-ms-docs-grouped-path: - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/move' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/move' - '/users/{user-id}/mailFolders/{mailFolder-id}/move' - '/users/{user-id}/messages/{message-id}/move' '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/$count': description: Provides operations to count the resources in the collection. get: tags: - users.mailFolder summary: Get the number of the resource operationId: users.mailFolders.childFolders.GetCount-d2d8 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta()': description: Provides operations to call the delta method. get: tags: - users.Functions summary: Invoke function delta description: "Get a set of mail folders that have been added, deleted, or removed from the user's mailbox. A delta function call for mail folders in a mailbox is similar to a GET request, except that by appropriately\napplying state tokens in one or more of these calls,\nyou can query for incremental changes in the mail folders. This allows you to maintain and synchronize\na local store of a user's mail folders without having to fetch all the mail folders of that mailbox from the server every time." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/mailfolder-delta?view=graph-rest-1.0 operationId: users.user.mailFolders.mailFolder.childFolders.delta parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of mailFolder type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.mailFolder' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendar/calendarView/delta()' - '/users/{user-id}/calendar/events/{event-id}/instances/delta()' - '/users/{user-id}/calendar/events/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendars/{calendar-id}/calendarView/delta()' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/users/{user-id}/calendars/{calendar-id}/events/delta()' - '/users/{user-id}/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendarView/delta()' - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/delta()' - '/users/{user-id}/chats/{chat-id}/messages/delta()' - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta()' - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta()' - '/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta()' - '/users/{user-id}/contactFolders/delta()' - '/users/{user-id}/contacts/delta()' - '/users/{user-id}/events/{event-id}/instances/delta()' - '/users/{user-id}/events/delta()' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta()' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/delta()' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta()' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' - '/users/{user-id}/mailFolders/delta()' - '/users/{user-id}/messages/delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta()' - '/users/{user-id}/todo/lists/delta()' - /users/delta() - /users/delta() '/users/{user-id}/mailFolders/{mailFolder-id}/messageRules': description: Provides operations to manage the messageRules property of the microsoft.graph.mailFolder entity. get: tags: - users.mailFolder summary: Get messageRules from users description: The collection of rules that apply to the user's Inbox folder. operationId: users.mailFolders.ListMessageRules parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.messageRuleCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.mailFolder summary: Create new navigation property to messageRules for users operationId: users.mailFolders.CreateMessageRules requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.messageRule' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.messageRule' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder x-ms-docs-grouped-path: - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules' '/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}': description: Provides operations to manage the messageRules property of the microsoft.graph.mailFolder entity. get: tags: - users.mailFolder summary: Get messageRules from users description: The collection of rules that apply to the user's Inbox folder. operationId: users.mailFolders.GetMessageRules parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.messageRule' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.mailFolder summary: Update the navigation property messageRules in users operationId: users.mailFolders.UpdateMessageRules requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.messageRule' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.messageRule' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.mailFolder summary: Delete navigation property messageRules for users operationId: users.mailFolders.DeleteMessageRules parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: messageRule-id in: path description: The unique identifier of messageRule required: true schema: type: string x-ms-docs-key-type: messageRule x-ms-docs-grouped-path: - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}' '/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/$count': description: Provides operations to count the resources in the collection. get: tags: - users.mailFolder summary: Get the number of the resource operationId: users.mailFolders.messageRules.GetCount-f330 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder '/users/{user-id}/mailFolders/{mailFolder-id}/messages': description: Provides operations to manage the messages property of the microsoft.graph.mailFolder entity. get: tags: - users.mailFolder summary: Get messages from users description: The collection of messages in the mailFolder. operationId: users.mailFolders.ListMessages parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.messageCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.mailFolder summary: Create new navigation property to messages for users operationId: users.mailFolders.CreateMessages requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.message' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.message' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder x-ms-docs-grouped-path: - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages' '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}': description: Provides operations to manage the messages property of the microsoft.graph.mailFolder entity. get: tags: - users.mailFolder summary: Get messages from users description: The collection of messages in the mailFolder. operationId: users.mailFolders.GetMessages parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.message' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.mailFolder summary: Update the navigation property messages in users operationId: users.mailFolders.UpdateMessages requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.message' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.message' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.mailFolder summary: Delete navigation property messages for users operationId: users.mailFolders.DeleteMessages parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message x-ms-docs-grouped-path: - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}' '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/$value': description: Provides operations to manage the media for the user entity. get: tags: - users.mailFolder summary: Get media content for the navigation property messages from users description: The unique identifier for an entity. Read-only. operationId: users.mailFolders.GetMessagesContent responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - users.mailFolder summary: Update media content for the navigation property messages in users description: The unique identifier for an entity. Read-only. operationId: users.mailFolders.UpdateMessagesContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - users.mailFolder summary: Delete media content for the navigation property messages in users description: The unique identifier for an entity. Read-only. operationId: users.mailFolders.DeleteMessagesContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments': description: Provides operations to manage the attachments property of the microsoft.graph.message entity. get: tags: - users.mailFolder summary: Get attachments from users description: The fileAttachment and itemAttachment attachments for the message. operationId: users.mailFolders.messages.ListAttachments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.mailFolder summary: Create new navigation property to attachments for users operationId: users.mailFolders.messages.CreateAttachments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message x-ms-docs-grouped-path: - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments' - '/users/{user-id}/messages/{message-id}/attachments' '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/{attachment-id}': description: Provides operations to manage the attachments property of the microsoft.graph.message entity. get: tags: - users.mailFolder summary: Get attachments from users description: The fileAttachment and itemAttachment attachments for the message. operationId: users.mailFolders.messages.GetAttachments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.mailFolder summary: Delete navigation property attachments for users operationId: users.mailFolders.messages.DeleteAttachments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message - name: attachment-id in: path description: The unique identifier of attachment required: true schema: type: string x-ms-docs-key-type: attachment x-ms-docs-grouped-path: - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/{attachment-id}' - '/users/{user-id}/messages/{message-id}/attachments/{attachment-id}' '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/$count': description: Provides operations to count the resources in the collection. get: tags: - users.mailFolder summary: Get the number of the resource operationId: users.mailFolders.messages.attachments.GetCount-3c73 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/createUploadSession': description: Provides operations to call the createUploadSession method. post: tags: - users.Actions summary: Invoke action createUploadSession description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 operationId: users.user.mailFolders.mailFolder.messages.message.attachments.createUploadSession requestBody: description: Action parameters content: application/json: schema: type: object properties: AttachmentItem: $ref: '#/components/schemas/microsoft.graph.attachmentItem' required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.uploadSession' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendar/events/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendarView/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/events/{event-id}/attachments/createUploadSession' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/createUploadSession' - '/users/{user-id}/messages/{message-id}/attachments/createUploadSession' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/createUploadSession' '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions': description: Provides operations to manage the extensions property of the microsoft.graph.message entity. get: tags: - users.mailFolder summary: Get extensions from users description: The collection of open extensions defined for the message. Nullable. operationId: users.mailFolders.messages.ListExtensions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.mailFolder summary: Create new navigation property to extensions for users operationId: users.mailFolders.messages.CreateExtensions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message x-ms-docs-grouped-path: - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions' - '/users/{user-id}/messages/{message-id}/extensions' '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}': description: Provides operations to manage the extensions property of the microsoft.graph.message entity. get: tags: - users.mailFolder summary: Get extensions from users description: The collection of open extensions defined for the message. Nullable. operationId: users.mailFolders.messages.GetExtensions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.mailFolder summary: Update the navigation property extensions in users operationId: users.mailFolders.messages.UpdateExtensions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.mailFolder summary: Delete navigation property extensions for users operationId: users.mailFolders.messages.DeleteExtensions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message - name: extension-id in: path description: The unique identifier of extension required: true schema: type: string x-ms-docs-key-type: extension x-ms-docs-grouped-path: - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}' - '/users/{user-id}/messages/{message-id}/extensions/{extension-id}' '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/$count': description: Provides operations to count the resources in the collection. get: tags: - users.mailFolder summary: Get the number of the resource operationId: users.mailFolders.messages.extensions.GetCount-651d parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/copy': description: Provides operations to call the copy method. post: tags: - users.Actions summary: Invoke action copy description: Copy a message to a folder within the user's mailbox. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-1.0 operationId: users.user.mailFolders.mailFolder.messages.message.copy requestBody: description: Action parameters content: application/json: schema: type: object properties: DestinationId: type: string required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.message' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message x-ms-docs-grouped-path: - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/copy' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/copy' - '/users/{user-id}/mailFolders/{mailFolder-id}/copy' - '/users/{user-id}/messages/{message-id}/copy' '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createForward': description: Provides operations to call the createForward method. post: tags: - users.Actions summary: Invoke action createForward description: "Create a draft to forward an existing message, in either JSON or MIME format. When using JSON format, you can:\n- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.\n- Specify either the toRecipients parameter or the toRecipients property of the message parameter. Specifying both or specifying neither will return an HTTP 400 Bad Request error.\n- Update the draft later to add content to the body or change other message properties. When using MIME format:\n- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.\n- Add any attachments and S/MIME properties to the MIME content. Send the draft message in a subsequent operation. Alternatively, forward a message in a single operation." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-createforward?view=graph-rest-1.0 operationId: users.user.mailFolders.mailFolder.messages.message.createForward requestBody: description: Action parameters content: application/json: schema: type: object properties: ToRecipients: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' Message: anyOf: - $ref: '#/components/schemas/microsoft.graph.message' - type: object nullable: true Comment: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.message' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message x-ms-docs-grouped-path: - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createForward' - '/users/{user-id}/messages/{message-id}/createForward' '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createReply': description: Provides operations to call the createReply method. post: tags: - users.Actions summary: Invoke action createReply description: "Create a draft to reply to the sender of a message in either JSON or MIME format. When using JSON format:\n- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.\n- If replyTo is specified in the original message, per Internet Message Format (RFC 2822), you should send the reply to the recipients in replyTo, and not the recipients in from.\n- You can update the draft later to add reply content to the body or change other message properties. When using MIME format:\n- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.\n- Add any attachments and S/MIME properties to the MIME content. Send the draft message in a subsequent operation. Alternatively, reply to a message in a single operation." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-createreply?view=graph-rest-1.0 operationId: users.user.mailFolders.mailFolder.messages.message.createReply requestBody: description: Action parameters content: application/json: schema: type: object properties: Message: anyOf: - $ref: '#/components/schemas/microsoft.graph.message' - type: object nullable: true Comment: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.message' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message x-ms-docs-grouped-path: - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createReply' - '/users/{user-id}/messages/{message-id}/createReply' '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createReplyAll': description: Provides operations to call the createReplyAll method. post: tags: - users.Actions summary: Invoke action createReplyAll description: "Create a draft to reply to the sender and all recipients of a message in either JSON or MIME format. When using JSON format:\n- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.\n- If the original message specifies a recipient in the replyTo property, per Internet Message Format (RFC 2822), you should send the reply to the recipients in the replyTo and toRecipients properties, and not the recipients in the from and toRecipients properties.\n- You can update the draft later to add reply content to the body or change other message properties. When using MIME format:\n- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.\n- Add any attachments and S/MIME properties to the MIME content. Send the draft message in a subsequent operation. Alternatively, reply-all to a message in a single action." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-createreplyall?view=graph-rest-1.0 operationId: users.user.mailFolders.mailFolder.messages.message.createReplyAll requestBody: description: Action parameters content: application/json: schema: type: object properties: Message: anyOf: - $ref: '#/components/schemas/microsoft.graph.message' - type: object nullable: true Comment: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.message' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message x-ms-docs-grouped-path: - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createReplyAll' - '/users/{user-id}/messages/{message-id}/createReplyAll' '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/forward': description: Provides operations to call the forward method. post: tags: - users.Actions summary: Invoke action forward description: "Forward a message using either JSON or MIME format. When using JSON format, you can:\n- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.\n- Specify either the toRecipients parameter or the toRecipients property of the message parameter. Specifying both or specifying neither will return an HTTP 400 Bad Request error. When using MIME format:\n- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.\n- Add any attachments and S/MIME properties to the MIME content. This method saves the message in the Sent Items folder. Alternatively, create a draft to forward a message, and send it later." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-forward?view=graph-rest-1.0 operationId: users.user.mailFolders.mailFolder.messages.message.forward requestBody: description: Action parameters content: application/json: schema: type: object properties: ToRecipients: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' Message: anyOf: - $ref: '#/components/schemas/microsoft.graph.message' - type: object nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendar/calendarView/{event-id}/forward' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendar/events/{event-id}/forward' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/forward' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/forward' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/forward' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/forward' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendarView/{event-id}/forward' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/events/{event-id}/forward' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/forward' - '/users/{user-id}/messages/{message-id}/forward' '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/move': description: Provides operations to call the move method. post: tags: - users.Actions summary: Invoke action move description: Move a message to another folder within the specified user's mailbox. This creates a new copy of the message in the destination folder and removes the original message. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-move?view=graph-rest-1.0 operationId: users.user.mailFolders.mailFolder.messages.message.move requestBody: description: Action parameters content: application/json: schema: type: object properties: DestinationId: type: string required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.message' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message x-ms-docs-grouped-path: - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/move' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/move' - '/users/{user-id}/mailFolders/{mailFolder-id}/move' - '/users/{user-id}/messages/{message-id}/move' '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/reply': description: Provides operations to call the reply method. post: tags: - users.Actions summary: Invoke action reply description: "Reply to the sender of a message using either JSON or MIME format. When using JSON format:\n* Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.\n* If the original message specifies a recipient in the replyTo property, per Internet Message Format (RFC 2822), send the reply to the recipients in replyTo and not the recipient in the from property. When using MIME format:\n- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.\n- Add any attachments and S/MIME properties to the MIME content. This method saves the message in the Sent Items folder. Alternatively, create a draft to reply to an existing message and send it later." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-reply?view=graph-rest-1.0 operationId: users.user.mailFolders.mailFolder.messages.message.reply requestBody: description: Action parameters content: application/json: schema: type: object properties: Message: anyOf: - $ref: '#/components/schemas/microsoft.graph.message' - type: object nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message x-ms-docs-grouped-path: - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/reply' - '/users/{user-id}/messages/{message-id}/reply' '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/replyAll': description: Provides operations to call the replyAll method. post: tags: - users.Actions summary: Invoke action replyAll description: "Reply to all recipients of a message using either JSON or MIME format. When using JSON format:\n- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.\n- If the original message specifies a recipient in the replyTo property, per Internet Message Format (RFC 2822), send the reply to the recipients in replyTo and not the recipient in the from property. When using MIME format:\n- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.\n- Add any attachments and S/MIME properties to the MIME content. This method saves the message in the Sent Items folder. Alternatively, create a draft to reply-all to a message and send it later." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-replyall?view=graph-rest-1.0 operationId: users.user.mailFolders.mailFolder.messages.message.replyAll requestBody: description: Action parameters content: application/json: schema: type: object properties: Message: anyOf: - $ref: '#/components/schemas/microsoft.graph.message' - type: object nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message x-ms-docs-grouped-path: - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/replyAll' - '/users/{user-id}/messages/{message-id}/replyAll' '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/send': description: Provides operations to call the send method. post: tags: - users.Actions summary: Invoke action send description: 'Send an existing draft message. The draft message can be a new message draft, reply draft, reply-all draft, or a forward draft. This method saves the message in the Sent Items folder. Alternatively, send a new message in a single operation.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-send?view=graph-rest-1.0 operationId: users.user.mailFolders.mailFolder.messages.message.send responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message x-ms-docs-grouped-path: - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/send' - '/users/{user-id}/messages/{message-id}/send' '/users/{user-id}/mailFolders/{mailFolder-id}/messages/$count': description: Provides operations to count the resources in the collection. get: tags: - users.mailFolder summary: Get the number of the resource operationId: users.mailFolders.messages.GetCount-9534 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()': description: Provides operations to call the delta method. get: tags: - users.Functions summary: Invoke function delta description: "Get a set of messages that have been added, deleted, or updated in a specified folder. A delta function call for messages in a folder is similar to a GET request, except that by appropriately\napplying state tokens in one or more of these calls, you can [query for incremental changes in the messages in\nthat folder](/graph/delta-query-messages). This allows you to maintain and synchronize a local store of a user's messages without\nhaving to fetch the entire set of messages from the server every time." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-1.0 operationId: users.user.mailFolders.mailFolder.messages.delta parameters: - name: changeType in: query description: 'A custom query option to filter the delta response based on the type of change. Supported values are created, updated or deleted.' schema: type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of message type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.message' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendar/calendarView/delta()' - '/users/{user-id}/calendar/events/{event-id}/instances/delta()' - '/users/{user-id}/calendar/events/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendars/{calendar-id}/calendarView/delta()' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/users/{user-id}/calendars/{calendar-id}/events/delta()' - '/users/{user-id}/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendarView/delta()' - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/delta()' - '/users/{user-id}/chats/{chat-id}/messages/delta()' - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta()' - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta()' - '/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta()' - '/users/{user-id}/contactFolders/delta()' - '/users/{user-id}/contacts/delta()' - '/users/{user-id}/events/{event-id}/instances/delta()' - '/users/{user-id}/events/delta()' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta()' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/delta()' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta()' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta()' - '/users/{user-id}/mailFolders/delta()' - '/users/{user-id}/messages/delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta()' - '/users/{user-id}/todo/lists/delta()' - /users/delta() - /users/delta() '/users/{user-id}/mailFolders/{mailFolder-id}/copy': description: Provides operations to call the copy method. post: tags: - users.Actions summary: Invoke action copy description: Copy a mailfolder and its contents to another mailfolder. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/mailfolder-copy?view=graph-rest-1.0 operationId: users.user.mailFolders.mailFolder.copy requestBody: description: Action parameters content: application/json: schema: type: object properties: DestinationId: type: string required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.mailFolder' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder x-ms-docs-grouped-path: - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/copy' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/copy' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/copy' - '/users/{user-id}/messages/{message-id}/copy' '/users/{user-id}/mailFolders/{mailFolder-id}/move': description: Provides operations to call the move method. post: tags: - users.Actions summary: Invoke action move description: Move a mailfolder and its contents to another mailfolder. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/mailfolder-move?view=graph-rest-1.0 operationId: users.user.mailFolders.mailFolder.move requestBody: description: Action parameters content: application/json: schema: type: object properties: DestinationId: type: string required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.mailFolder' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: mailFolder-id in: path description: The unique identifier of mailFolder required: true schema: type: string x-ms-docs-key-type: mailFolder x-ms-docs-grouped-path: - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/move' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/move' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/move' - '/users/{user-id}/messages/{message-id}/move' '/users/{user-id}/mailFolders/$count': description: Provides operations to count the resources in the collection. get: tags: - users.mailFolder summary: Get the number of the resource operationId: users.mailFolders.GetCount-7dc9 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/mailFolders/delta()': description: Provides operations to call the delta method. get: tags: - users.Functions summary: Invoke function delta description: "Get a set of mail folders that have been added, deleted, or removed from the user's mailbox. A delta function call for mail folders in a mailbox is similar to a GET request, except that by appropriately\napplying state tokens in one or more of these calls,\nyou can query for incremental changes in the mail folders. This allows you to maintain and synchronize\na local store of a user's mail folders without having to fetch all the mail folders of that mailbox from the server every time." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/mailfolder-delta?view=graph-rest-1.0 operationId: users.user.mailFolders.delta parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of mailFolder type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.mailFolder' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendar/calendarView/delta()' - '/users/{user-id}/calendar/events/{event-id}/instances/delta()' - '/users/{user-id}/calendar/events/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendars/{calendar-id}/calendarView/delta()' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/users/{user-id}/calendars/{calendar-id}/events/delta()' - '/users/{user-id}/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendarView/delta()' - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/delta()' - '/users/{user-id}/chats/{chat-id}/messages/delta()' - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta()' - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta()' - '/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta()' - '/users/{user-id}/contactFolders/delta()' - '/users/{user-id}/contacts/delta()' - '/users/{user-id}/events/{event-id}/instances/delta()' - '/users/{user-id}/events/delta()' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta()' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/delta()' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta()' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' - '/users/{user-id}/messages/delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta()' - '/users/{user-id}/todo/lists/delta()' - /users/delta() - /users/delta() '/users/{user-id}/managedAppRegistrations': description: Provides operations to manage the managedAppRegistrations property of the microsoft.graph.user entity. get: tags: - users.managedAppRegistration summary: Get managedAppRegistrations from users description: Zero or more managed app registrations that belong to the user. operationId: users.ListManagedAppRegistrations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.managedAppRegistrationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/managedAppRegistrations/{managedAppRegistration-id}': description: Provides operations to manage the managedAppRegistrations property of the microsoft.graph.user entity. get: tags: - users.managedAppRegistration summary: Get managedAppRegistrations from users description: Zero or more managed app registrations that belong to the user. operationId: users.GetManagedAppRegistrations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedAppRegistration' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: managedAppRegistration-id in: path description: The unique identifier of managedAppRegistration required: true schema: type: string x-ms-docs-key-type: managedAppRegistration '/users/{user-id}/managedAppRegistrations/$count': description: Provides operations to count the resources in the collection. get: tags: - users.managedAppRegistration summary: Get the number of the resource operationId: users.managedAppRegistrations.GetCount-9add parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/managedDevices': description: Provides operations to manage the managedDevices property of the microsoft.graph.user entity. get: tags: - users.managedDevice summary: Get managedDevices from users description: The managed devices associated with the user. operationId: users.ListManagedDevices parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.managedDeviceCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.managedDevice summary: Create new navigation property to managedDevices for users operationId: users.CreateManagedDevices requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedDevice' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedDevice' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/managedDevices/{managedDevice-id}': description: Provides operations to manage the managedDevices property of the microsoft.graph.user entity. get: tags: - users.managedDevice summary: Get managedDevices from users description: The managed devices associated with the user. operationId: users.GetManagedDevices parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedDevice' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.managedDevice summary: Update the navigation property managedDevices in users operationId: users.UpdateManagedDevices requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedDevice' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedDevice' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.managedDevice summary: Delete navigation property managedDevices for users operationId: users.DeleteManagedDevices parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice '/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory': description: Provides operations to manage the deviceCategory property of the microsoft.graph.managedDevice entity. get: tags: - users.managedDevice summary: Get deviceCategory from users description: Device category operationId: users.managedDevices.GetDeviceCategory parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceCategory' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.managedDevice summary: Update the navigation property deviceCategory in users operationId: users.managedDevices.UpdateDeviceCategory requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceCategory' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceCategory' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.managedDevice summary: Delete navigation property deviceCategory for users operationId: users.managedDevices.DeleteDeviceCategory parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice '/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates': description: Provides operations to manage the deviceCompliancePolicyStates property of the microsoft.graph.managedDevice entity. get: tags: - users.managedDevice summary: Get deviceCompliancePolicyStates from users description: Device compliance policy states for this device. operationId: users.managedDevices.ListDeviceCompliancePolicyStates parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.deviceCompliancePolicyStateCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.managedDevice summary: Create new navigation property to deviceCompliancePolicyStates for users operationId: users.managedDevices.CreateDeviceCompliancePolicyStates requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceCompliancePolicyState' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceCompliancePolicyState' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice '/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}': description: Provides operations to manage the deviceCompliancePolicyStates property of the microsoft.graph.managedDevice entity. get: tags: - users.managedDevice summary: Get deviceCompliancePolicyStates from users description: Device compliance policy states for this device. operationId: users.managedDevices.GetDeviceCompliancePolicyStates parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceCompliancePolicyState' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.managedDevice summary: Update the navigation property deviceCompliancePolicyStates in users operationId: users.managedDevices.UpdateDeviceCompliancePolicyStates requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceCompliancePolicyState' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceCompliancePolicyState' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.managedDevice summary: Delete navigation property deviceCompliancePolicyStates for users operationId: users.managedDevices.DeleteDeviceCompliancePolicyStates parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice - name: deviceCompliancePolicyState-id in: path description: The unique identifier of deviceCompliancePolicyState required: true schema: type: string x-ms-docs-key-type: deviceCompliancePolicyState '/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/$count': description: Provides operations to count the resources in the collection. get: tags: - users.managedDevice summary: Get the number of the resource operationId: users.managedDevices.deviceCompliancePolicyStates.GetCount-51d2 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice '/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates': description: Provides operations to manage the deviceConfigurationStates property of the microsoft.graph.managedDevice entity. get: tags: - users.managedDevice summary: Get deviceConfigurationStates from users description: Device configuration states for this device. operationId: users.managedDevices.ListDeviceConfigurationStates parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.deviceConfigurationStateCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.managedDevice summary: Create new navigation property to deviceConfigurationStates for users operationId: users.managedDevices.CreateDeviceConfigurationStates requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceConfigurationState' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceConfigurationState' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice '/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}': description: Provides operations to manage the deviceConfigurationStates property of the microsoft.graph.managedDevice entity. get: tags: - users.managedDevice summary: Get deviceConfigurationStates from users description: Device configuration states for this device. operationId: users.managedDevices.GetDeviceConfigurationStates parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceConfigurationState' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.managedDevice summary: Update the navigation property deviceConfigurationStates in users operationId: users.managedDevices.UpdateDeviceConfigurationStates requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceConfigurationState' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceConfigurationState' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.managedDevice summary: Delete navigation property deviceConfigurationStates for users operationId: users.managedDevices.DeleteDeviceConfigurationStates parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice - name: deviceConfigurationState-id in: path description: The unique identifier of deviceConfigurationState required: true schema: type: string x-ms-docs-key-type: deviceConfigurationState '/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/$count': description: Provides operations to count the resources in the collection. get: tags: - users.managedDevice summary: Get the number of the resource operationId: users.managedDevices.deviceConfigurationStates.GetCount-44c9 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice '/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests': description: Provides operations to manage the logCollectionRequests property of the microsoft.graph.managedDevice entity. get: tags: - users.managedDevice summary: Get logCollectionRequests from users description: List of log collection requests operationId: users.managedDevices.ListLogCollectionRequests parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.deviceLogCollectionResponseCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.managedDevice summary: Create new navigation property to logCollectionRequests for users operationId: users.managedDevices.CreateLogCollectionRequests requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceLogCollectionResponse' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceLogCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice '/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}': description: Provides operations to manage the logCollectionRequests property of the microsoft.graph.managedDevice entity. get: tags: - users.managedDevice summary: Get logCollectionRequests from users description: List of log collection requests operationId: users.managedDevices.GetLogCollectionRequests parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceLogCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.managedDevice summary: Update the navigation property logCollectionRequests in users operationId: users.managedDevices.UpdateLogCollectionRequests requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceLogCollectionResponse' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceLogCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.managedDevice summary: Delete navigation property logCollectionRequests for users operationId: users.managedDevices.DeleteLogCollectionRequests parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice - name: deviceLogCollectionResponse-id in: path description: The unique identifier of deviceLogCollectionResponse required: true schema: type: string x-ms-docs-key-type: deviceLogCollectionResponse '/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/createDownloadUrl': description: Provides operations to call the createDownloadUrl method. post: tags: - users.Actions summary: Invoke action createDownloadUrl operationId: users.user.managedDevices.managedDevice.logCollectionRequests.deviceLogCollectionResponse.createDownloadUrl responses: 2XX: description: Success content: application/json: schema: type: object properties: value: type: string nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice - name: deviceLogCollectionResponse-id in: path description: The unique identifier of deviceLogCollectionResponse required: true schema: type: string x-ms-docs-key-type: deviceLogCollectionResponse '/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/$count': description: Provides operations to count the resources in the collection. get: tags: - users.managedDevice summary: Get the number of the resource operationId: users.managedDevices.logCollectionRequests.GetCount-fcd3 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice '/users/{user-id}/managedDevices/{managedDevice-id}/bypassActivationLock': description: Provides operations to call the bypassActivationLock method. post: tags: - users.Actions summary: Invoke action bypassActivationLock description: Bypass activation lock externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-devices-manageddevice-bypassactivationlock?view=graph-rest-1.0 operationId: users.user.managedDevices.managedDevice.bypassActivationLock responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice '/users/{user-id}/managedDevices/{managedDevice-id}/cleanWindowsDevice': description: Provides operations to call the cleanWindowsDevice method. post: tags: - users.Actions summary: Invoke action cleanWindowsDevice description: Clean Windows device externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-devices-manageddevice-cleanwindowsdevice?view=graph-rest-1.0 operationId: users.user.managedDevices.managedDevice.cleanWindowsDevice requestBody: description: Action parameters content: application/json: schema: type: object properties: keepUserData: type: boolean default: false required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice '/users/{user-id}/managedDevices/{managedDevice-id}/deleteUserFromSharedAppleDevice': description: Provides operations to call the deleteUserFromSharedAppleDevice method. post: tags: - users.Actions summary: Invoke action deleteUserFromSharedAppleDevice description: Delete user from shared Apple device externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-devices-manageddevice-deleteuserfromsharedappledevice?view=graph-rest-1.0 operationId: users.user.managedDevices.managedDevice.deleteUserFromSharedAppleDevice requestBody: description: Action parameters content: application/json: schema: type: object properties: userPrincipalName: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice '/users/{user-id}/managedDevices/{managedDevice-id}/disableLostMode': description: Provides operations to call the disableLostMode method. post: tags: - users.Actions summary: Invoke action disableLostMode description: Disable lost mode externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-devices-manageddevice-disablelostmode?view=graph-rest-1.0 operationId: users.user.managedDevices.managedDevice.disableLostMode responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice '/users/{user-id}/managedDevices/{managedDevice-id}/locateDevice': description: Provides operations to call the locateDevice method. post: tags: - users.Actions summary: Invoke action locateDevice description: Locate a device externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-devices-manageddevice-locatedevice?view=graph-rest-1.0 operationId: users.user.managedDevices.managedDevice.locateDevice responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice '/users/{user-id}/managedDevices/{managedDevice-id}/logoutSharedAppleDeviceActiveUser': description: Provides operations to call the logoutSharedAppleDeviceActiveUser method. post: tags: - users.Actions summary: Invoke action logoutSharedAppleDeviceActiveUser description: Logout shared Apple device active user externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-devices-manageddevice-logoutsharedappledeviceactiveuser?view=graph-rest-1.0 operationId: users.user.managedDevices.managedDevice.logoutSharedAppleDeviceActiveUser responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice '/users/{user-id}/managedDevices/{managedDevice-id}/rebootNow': description: Provides operations to call the rebootNow method. post: tags: - users.Actions summary: Invoke action rebootNow description: Reboot device externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-devices-manageddevice-rebootnow?view=graph-rest-1.0 operationId: users.user.managedDevices.managedDevice.rebootNow responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice '/users/{user-id}/managedDevices/{managedDevice-id}/recoverPasscode': description: Provides operations to call the recoverPasscode method. post: tags: - users.Actions summary: Invoke action recoverPasscode description: Recover passcode externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-devices-manageddevice-recoverpasscode?view=graph-rest-1.0 operationId: users.user.managedDevices.managedDevice.recoverPasscode responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice '/users/{user-id}/managedDevices/{managedDevice-id}/remoteLock': description: Provides operations to call the remoteLock method. post: tags: - users.Actions summary: Invoke action remoteLock description: Remote lock externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-devices-manageddevice-remotelock?view=graph-rest-1.0 operationId: users.user.managedDevices.managedDevice.remoteLock responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice '/users/{user-id}/managedDevices/{managedDevice-id}/requestRemoteAssistance': description: Provides operations to call the requestRemoteAssistance method. post: tags: - users.Actions summary: Invoke action requestRemoteAssistance description: Request remote assistance externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-devices-manageddevice-requestremoteassistance?view=graph-rest-1.0 operationId: users.user.managedDevices.managedDevice.requestRemoteAssistance responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice '/users/{user-id}/managedDevices/{managedDevice-id}/resetPasscode': description: Provides operations to call the resetPasscode method. post: tags: - users.Actions summary: Invoke action resetPasscode description: Reset passcode externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-devices-manageddevice-resetpasscode?view=graph-rest-1.0 operationId: users.user.managedDevices.managedDevice.resetPasscode responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice '/users/{user-id}/managedDevices/{managedDevice-id}/retire': description: Provides operations to call the retire method. post: tags: - users.Actions summary: Invoke action retire description: Retire a device externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-devices-manageddevice-retire?view=graph-rest-1.0 operationId: users.user.managedDevices.managedDevice.retire responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice '/users/{user-id}/managedDevices/{managedDevice-id}/shutDown': description: Provides operations to call the shutDown method. post: tags: - users.Actions summary: Invoke action shutDown description: Shut down device externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-devices-manageddevice-shutdown?view=graph-rest-1.0 operationId: users.user.managedDevices.managedDevice.shutDown responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice '/users/{user-id}/managedDevices/{managedDevice-id}/syncDevice': description: Provides operations to call the syncDevice method. post: tags: - users.Actions summary: Invoke action syncDevice description: Not yet documented externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-devices-manageddevice-syncdevice?view=graph-rest-1.0 operationId: users.user.managedDevices.managedDevice.syncDevice responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice '/users/{user-id}/managedDevices/{managedDevice-id}/updateWindowsDeviceAccount': description: Provides operations to call the updateWindowsDeviceAccount method. post: tags: - users.Actions summary: Invoke action updateWindowsDeviceAccount description: Not yet documented externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-devices-manageddevice-updatewindowsdeviceaccount?view=graph-rest-1.0 operationId: users.user.managedDevices.managedDevice.updateWindowsDeviceAccount requestBody: description: Action parameters content: application/json: schema: type: object properties: updateWindowsDeviceAccountActionParameter: anyOf: - $ref: '#/components/schemas/microsoft.graph.updateWindowsDeviceAccountActionParameter' - type: object nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice '/users/{user-id}/managedDevices/{managedDevice-id}/windowsDefenderScan': description: Provides operations to call the windowsDefenderScan method. post: tags: - users.Actions summary: Invoke action windowsDefenderScan description: Not yet documented externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-devices-manageddevice-windowsdefenderscan?view=graph-rest-1.0 operationId: users.user.managedDevices.managedDevice.windowsDefenderScan requestBody: description: Action parameters content: application/json: schema: type: object properties: quickScan: type: boolean default: false required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice '/users/{user-id}/managedDevices/{managedDevice-id}/windowsDefenderUpdateSignatures': description: Provides operations to call the windowsDefenderUpdateSignatures method. post: tags: - users.Actions summary: Invoke action windowsDefenderUpdateSignatures description: Not yet documented externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-devices-manageddevice-windowsdefenderupdatesignatures?view=graph-rest-1.0 operationId: users.user.managedDevices.managedDevice.windowsDefenderUpdateSignatures responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice '/users/{user-id}/managedDevices/{managedDevice-id}/wipe': description: Provides operations to call the wipe method. post: tags: - users.Actions summary: Invoke action wipe description: Wipe a device externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-devices-manageddevice-wipe?view=graph-rest-1.0 operationId: users.user.managedDevices.managedDevice.wipe requestBody: description: Action parameters content: application/json: schema: type: object properties: keepEnrollmentData: type: boolean default: false nullable: true keepUserData: type: boolean default: false nullable: true macOsUnlockCode: type: string nullable: true persistEsimDataPlan: type: boolean default: false nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice '/users/{user-id}/managedDevices/{managedDevice-id}/users': description: Provides operations to manage the users property of the microsoft.graph.managedDevice entity. get: tags: - users.managedDevice summary: Get users from users description: The primary users associated with the managed device. operationId: users.managedDevices.ListUsers parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.userCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice '/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState': description: Provides operations to manage the windowsProtectionState property of the microsoft.graph.managedDevice entity. get: tags: - users.managedDevice summary: Get windowsProtectionState from users description: The device protection status. This property is read-only. operationId: users.managedDevices.GetWindowsProtectionState parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsProtectionState' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.managedDevice summary: Update the navigation property windowsProtectionState in users operationId: users.managedDevices.UpdateWindowsProtectionState requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsProtectionState' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsProtectionState' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.managedDevice summary: Delete navigation property windowsProtectionState for users operationId: users.managedDevices.DeleteWindowsProtectionState parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice '/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState': description: Provides operations to manage the detectedMalwareState property of the microsoft.graph.windowsProtectionState entity. get: tags: - users.managedDevice summary: Get detectedMalwareState from users description: Device malware list operationId: users.managedDevices.windowsProtectionState.ListDetectedMalwareState parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.windowsDeviceMalwareStateCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.managedDevice summary: Create new navigation property to detectedMalwareState for users operationId: users.managedDevices.windowsProtectionState.CreateDetectedMalwareState requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsDeviceMalwareState' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsDeviceMalwareState' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice '/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}': description: Provides operations to manage the detectedMalwareState property of the microsoft.graph.windowsProtectionState entity. get: tags: - users.managedDevice summary: Get detectedMalwareState from users description: Device malware list operationId: users.managedDevices.windowsProtectionState.GetDetectedMalwareState parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsDeviceMalwareState' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.managedDevice summary: Update the navigation property detectedMalwareState in users operationId: users.managedDevices.windowsProtectionState.UpdateDetectedMalwareState requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsDeviceMalwareState' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsDeviceMalwareState' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.managedDevice summary: Delete navigation property detectedMalwareState for users operationId: users.managedDevices.windowsProtectionState.DeleteDetectedMalwareState parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice - name: windowsDeviceMalwareState-id in: path description: The unique identifier of windowsDeviceMalwareState required: true schema: type: string x-ms-docs-key-type: windowsDeviceMalwareState '/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/$count': description: Provides operations to count the resources in the collection. get: tags: - users.managedDevice summary: Get the number of the resource operationId: users.managedDevices.windowsProtectionState.detectedMalwareState.GetCount-21ad parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: managedDevice-id in: path description: The unique identifier of managedDevice required: true schema: type: string x-ms-docs-key-type: managedDevice '/users/{user-id}/managedDevices/$count': description: Provides operations to count the resources in the collection. get: tags: - users.managedDevice summary: Get the number of the resource operationId: users.managedDevices.GetCount-9db6 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/manager': description: Provides operations to manage the manager property of the microsoft.graph.user entity. get: tags: - users.directoryObject summary: List manager description: 'Returns the user or organizational contact assigned as the user''s manager. Optionally, you can expand the manager''s chain up to the root node.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/user-list-manager?view=graph-rest-1.0 operationId: users.GetManager parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/manager/$ref': description: Provides operations to manage the collection of user entities. get: tags: - users.directoryObject summary: List manager description: 'Returns the user or organizational contact assigned as the user''s manager. Optionally, you can expand the manager''s chain up to the root node.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/user-list-manager?view=graph-rest-1.0 operationId: users.GetRefManager responses: 2XX: description: Retrieved navigation property link content: application/json: schema: type: string 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation put: tags: - users.directoryObject summary: Assign manager description: Assign a user's manager. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/user-post-manager?view=graph-rest-1.0 operationId: users.UpdateRefManager requestBody: $ref: '#/components/requestBodies/refPutBody' responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.directoryObject summary: Remove manager description: Remove a user's manager. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/user-delete-manager?view=graph-rest-1.0 operationId: users.DeleteRefManager parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/memberOf': description: Provides operations to manage the memberOf property of the microsoft.graph.user entity. get: tags: - users.directoryObject summary: List a user's direct memberships description: 'Get groups, directory roles, and administrative units that the user is a direct member of. This operation isn''t transitive. To retrieve groups, directory roles, and administrative units that the user is a member through transitive membership, use the List user transitive memberOf API.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/user-list-memberof?view=graph-rest-1.0 operationId: users.ListMemberOf parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/memberOf/{directoryObject-id}': description: Provides operations to manage the memberOf property of the microsoft.graph.user entity. get: tags: - users.directoryObject summary: Get memberOf from users description: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. operationId: users.GetMemberOf parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/users/{user-id}/memberOf/{directoryObject-id}/graph.administrativeUnit': description: Casts the previous resource to administrativeUnit. get: tags: - users.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.administrativeUnit operationId: users.GetMemberOf.AsAdministrativeUnit parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.administrativeUnit' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/users/{user-id}/memberOf/{directoryObject-id}/graph.directoryRole': description: Casts the previous resource to directoryRole. get: tags: - users.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.directoryRole operationId: users.GetMemberOf.AsDirectoryRole parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryRole' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/users/{user-id}/memberOf/{directoryObject-id}/graph.group': description: Casts the previous resource to group. get: tags: - users.directoryObject summary: List a user's direct memberships description: 'Get groups, directory roles, and administrative units that the user is a direct member of. This operation isn''t transitive. To retrieve groups, directory roles, and administrative units that the user is a member through transitive membership, use the List user transitive memberOf API.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/user-list-memberof?view=graph-rest-1.0 operationId: users.GetMemberOf.AsGroup parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.group' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/users/{user-id}/memberOf/$count': description: Provides operations to count the resources in the collection. get: tags: - users.directoryObject summary: Get the number of the resource operationId: users.memberOf.GetCount-fc20 parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/memberOf/graph.administrativeUnit': description: Casts the previous resource to administrativeUnit. get: tags: - users.directoryObject summary: Get the items of type microsoft.graph.administrativeUnit in the microsoft.graph.directoryObject collection operationId: users.ListMemberOf.AsAdministrativeUnit parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.administrativeUnitCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/memberOf/graph.administrativeUnit/$count': description: Provides operations to count the resources in the collection. get: tags: - users.directoryObject summary: Get the number of the resource operationId: users.MemberOf.GetCount.AsAdministrativeUnit-88a9 parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/memberOf/graph.directoryRole': description: Casts the previous resource to directoryRole. get: tags: - users.directoryObject summary: Get the items of type microsoft.graph.directoryRole in the microsoft.graph.directoryObject collection operationId: users.ListMemberOf.AsDirectoryRole parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.directoryRoleCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/memberOf/graph.directoryRole/$count': description: Provides operations to count the resources in the collection. get: tags: - users.directoryObject summary: Get the number of the resource operationId: users.MemberOf.GetCount.AsDirectoryRole-b036 parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/memberOf/graph.group': description: Casts the previous resource to group. get: tags: - users.directoryObject summary: List a user's direct memberships description: 'Get groups, directory roles, and administrative units that the user is a direct member of. This operation isn''t transitive. To retrieve groups, directory roles, and administrative units that the user is a member through transitive membership, use the List user transitive memberOf API.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/user-list-memberof?view=graph-rest-1.0 operationId: users.ListMemberOf.AsGroup parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.groupCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/memberOf/graph.group/$count': description: Provides operations to count the resources in the collection. get: tags: - users.directoryObject summary: Get the number of the resource operationId: users.MemberOf.GetCount.AsGroup-48c0 parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/messages': description: Provides operations to manage the messages property of the microsoft.graph.user entity. get: tags: - users.message summary: Get messages from users description: The messages in a mailbox or folder. Read-only. Nullable. operationId: users.ListMessages parameters: - name: includeHiddenMessages in: query description: Include Hidden Messages schema: type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.messageCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.message summary: Create new navigation property to messages for users operationId: users.CreateMessages requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.message' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.message' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/messages/{message-id}': description: Provides operations to manage the messages property of the microsoft.graph.user entity. get: tags: - users.message summary: Get messages from users description: The messages in a mailbox or folder. Read-only. Nullable. operationId: users.GetMessages parameters: - name: includeHiddenMessages in: query description: Include Hidden Messages schema: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.message' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.message summary: Update the navigation property messages in users operationId: users.UpdateMessages requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.message' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.message' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.message summary: Delete navigation property messages for users operationId: users.DeleteMessages parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message '/users/{user-id}/messages/{message-id}/$value': description: Provides operations to manage the media for the user entity. get: tags: - users.message summary: Get media content for the navigation property messages from users description: The unique identifier for an entity. Read-only. operationId: users.GetMessagesContent responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - users.message summary: Update media content for the navigation property messages in users description: The unique identifier for an entity. Read-only. operationId: users.UpdateMessagesContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - users.message summary: Delete media content for the navigation property messages in users description: The unique identifier for an entity. Read-only. operationId: users.DeleteMessagesContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message '/users/{user-id}/messages/{message-id}/attachments': description: Provides operations to manage the attachments property of the microsoft.graph.message entity. get: tags: - users.message summary: Get attachments from users description: The fileAttachment and itemAttachment attachments for the message. operationId: users.messages.ListAttachments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.message summary: Create new navigation property to attachments for users operationId: users.messages.CreateAttachments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message x-ms-docs-grouped-path: - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments' '/users/{user-id}/messages/{message-id}/attachments/{attachment-id}': description: Provides operations to manage the attachments property of the microsoft.graph.message entity. get: tags: - users.message summary: Get attachments from users description: The fileAttachment and itemAttachment attachments for the message. operationId: users.messages.GetAttachments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.message summary: Delete navigation property attachments for users operationId: users.messages.DeleteAttachments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message - name: attachment-id in: path description: The unique identifier of attachment required: true schema: type: string x-ms-docs-key-type: attachment x-ms-docs-grouped-path: - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/{attachment-id}' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/{attachment-id}' '/users/{user-id}/messages/{message-id}/attachments/$count': description: Provides operations to count the resources in the collection. get: tags: - users.message summary: Get the number of the resource operationId: users.messages.attachments.GetCount-a586 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message '/users/{user-id}/messages/{message-id}/attachments/createUploadSession': description: Provides operations to call the createUploadSession method. post: tags: - users.Actions summary: Invoke action createUploadSession description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to the specified Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0 operationId: users.user.messages.message.attachments.createUploadSession requestBody: description: Action parameters content: application/json: schema: type: object properties: AttachmentItem: $ref: '#/components/schemas/microsoft.graph.attachmentItem' required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.uploadSession' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendar/events/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendarView/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/events/{event-id}/attachments/createUploadSession' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/createUploadSession' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/createUploadSession' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/createUploadSession' '/users/{user-id}/messages/{message-id}/extensions': description: Provides operations to manage the extensions property of the microsoft.graph.message entity. get: tags: - users.message summary: Get extensions from users description: The collection of open extensions defined for the message. Nullable. operationId: users.messages.ListExtensions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.message summary: Create new navigation property to extensions for users operationId: users.messages.CreateExtensions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message x-ms-docs-grouped-path: - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions' '/users/{user-id}/messages/{message-id}/extensions/{extension-id}': description: Provides operations to manage the extensions property of the microsoft.graph.message entity. get: tags: - users.message summary: Get extensions from users description: The collection of open extensions defined for the message. Nullable. operationId: users.messages.GetExtensions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.message summary: Update the navigation property extensions in users operationId: users.messages.UpdateExtensions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.message summary: Delete navigation property extensions for users operationId: users.messages.DeleteExtensions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message - name: extension-id in: path description: The unique identifier of extension required: true schema: type: string x-ms-docs-key-type: extension x-ms-docs-grouped-path: - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}' '/users/{user-id}/messages/{message-id}/extensions/$count': description: Provides operations to count the resources in the collection. get: tags: - users.message summary: Get the number of the resource operationId: users.messages.extensions.GetCount-5628 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message '/users/{user-id}/messages/{message-id}/copy': description: Provides operations to call the copy method. post: tags: - users.Actions summary: Invoke action copy description: Copy a message to a folder within the user's mailbox. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-1.0 operationId: users.user.messages.message.copy requestBody: description: Action parameters content: application/json: schema: type: object properties: DestinationId: type: string required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.message' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message x-ms-docs-grouped-path: - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/copy' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/copy' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/copy' - '/users/{user-id}/mailFolders/{mailFolder-id}/copy' '/users/{user-id}/messages/{message-id}/createForward': description: Provides operations to call the createForward method. post: tags: - users.Actions summary: Invoke action createForward description: "Create a draft to forward an existing message, in either JSON or MIME format. When using JSON format, you can:\n- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.\n- Specify either the toRecipients parameter or the toRecipients property of the message parameter. Specifying both or specifying neither will return an HTTP 400 Bad Request error.\n- Update the draft later to add content to the body or change other message properties. When using MIME format:\n- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.\n- Add any attachments and S/MIME properties to the MIME content. Send the draft message in a subsequent operation. Alternatively, forward a message in a single operation." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-createforward?view=graph-rest-1.0 operationId: users.user.messages.message.createForward requestBody: description: Action parameters content: application/json: schema: type: object properties: ToRecipients: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' Message: anyOf: - $ref: '#/components/schemas/microsoft.graph.message' - type: object nullable: true Comment: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.message' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message x-ms-docs-grouped-path: - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createForward' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createForward' '/users/{user-id}/messages/{message-id}/createReply': description: Provides operations to call the createReply method. post: tags: - users.Actions summary: Invoke action createReply description: "Create a draft to reply to the sender of a message in either JSON or MIME format. When using JSON format:\n- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.\n- If replyTo is specified in the original message, per Internet Message Format (RFC 2822), you should send the reply to the recipients in replyTo, and not the recipients in from.\n- You can update the draft later to add reply content to the body or change other message properties. When using MIME format:\n- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.\n- Add any attachments and S/MIME properties to the MIME content. Send the draft message in a subsequent operation. Alternatively, reply to a message in a single operation." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-createreply?view=graph-rest-1.0 operationId: users.user.messages.message.createReply requestBody: description: Action parameters content: application/json: schema: type: object properties: Message: anyOf: - $ref: '#/components/schemas/microsoft.graph.message' - type: object nullable: true Comment: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.message' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message x-ms-docs-grouped-path: - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createReply' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createReply' '/users/{user-id}/messages/{message-id}/createReplyAll': description: Provides operations to call the createReplyAll method. post: tags: - users.Actions summary: Invoke action createReplyAll description: "Create a draft to reply to the sender and all recipients of a message in either JSON or MIME format. When using JSON format:\n- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.\n- If the original message specifies a recipient in the replyTo property, per Internet Message Format (RFC 2822), you should send the reply to the recipients in the replyTo and toRecipients properties, and not the recipients in the from and toRecipients properties.\n- You can update the draft later to add reply content to the body or change other message properties. When using MIME format:\n- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.\n- Add any attachments and S/MIME properties to the MIME content. Send the draft message in a subsequent operation. Alternatively, reply-all to a message in a single action." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-createreplyall?view=graph-rest-1.0 operationId: users.user.messages.message.createReplyAll requestBody: description: Action parameters content: application/json: schema: type: object properties: Message: anyOf: - $ref: '#/components/schemas/microsoft.graph.message' - type: object nullable: true Comment: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.message' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message x-ms-docs-grouped-path: - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createReplyAll' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createReplyAll' '/users/{user-id}/messages/{message-id}/forward': description: Provides operations to call the forward method. post: tags: - users.Actions summary: Invoke action forward description: "Forward a message using either JSON or MIME format. When using JSON format, you can:\n- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.\n- Specify either the toRecipients parameter or the toRecipients property of the message parameter. Specifying both or specifying neither will return an HTTP 400 Bad Request error. When using MIME format:\n- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.\n- Add any attachments and S/MIME properties to the MIME content. This method saves the message in the Sent Items folder. Alternatively, create a draft to forward a message, and send it later." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-forward?view=graph-rest-1.0 operationId: users.user.messages.message.forward requestBody: description: Action parameters content: application/json: schema: type: object properties: ToRecipients: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' Message: anyOf: - $ref: '#/components/schemas/microsoft.graph.message' - type: object nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendar/calendarView/{event-id}/forward' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendar/events/{event-id}/forward' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/forward' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/forward' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/forward' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/forward' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/calendarView/{event-id}/forward' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/forward' - '/users/{user-id}/events/{event-id}/forward' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/forward' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/forward' '/users/{user-id}/messages/{message-id}/move': description: Provides operations to call the move method. post: tags: - users.Actions summary: Invoke action move description: Move a message to another folder within the specified user's mailbox. This creates a new copy of the message in the destination folder and removes the original message. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-move?view=graph-rest-1.0 operationId: users.user.messages.message.move requestBody: description: Action parameters content: application/json: schema: type: object properties: DestinationId: type: string required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.message' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message x-ms-docs-grouped-path: - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/move' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/move' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/move' - '/users/{user-id}/mailFolders/{mailFolder-id}/move' '/users/{user-id}/messages/{message-id}/reply': description: Provides operations to call the reply method. post: tags: - users.Actions summary: Invoke action reply description: "Reply to the sender of a message using either JSON or MIME format. When using JSON format:\n* Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.\n* If the original message specifies a recipient in the replyTo property, per Internet Message Format (RFC 2822), send the reply to the recipients in replyTo and not the recipient in the from property. When using MIME format:\n- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.\n- Add any attachments and S/MIME properties to the MIME content. This method saves the message in the Sent Items folder. Alternatively, create a draft to reply to an existing message and send it later." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-reply?view=graph-rest-1.0 operationId: users.user.messages.message.reply requestBody: description: Action parameters content: application/json: schema: type: object properties: Message: anyOf: - $ref: '#/components/schemas/microsoft.graph.message' - type: object nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message x-ms-docs-grouped-path: - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/reply' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/reply' '/users/{user-id}/messages/{message-id}/replyAll': description: Provides operations to call the replyAll method. post: tags: - users.Actions summary: Invoke action replyAll description: "Reply to all recipients of a message using either JSON or MIME format. When using JSON format:\n- Specify either a comment or the body property of the message parameter. Specifying both will return an HTTP 400 Bad Request error.\n- If the original message specifies a recipient in the replyTo property, per Internet Message Format (RFC 2822), send the reply to the recipients in replyTo and not the recipient in the from property. When using MIME format:\n- Provide the applicable Internet message headers and the MIME content, all encoded in base64 format in the request body.\n- Add any attachments and S/MIME properties to the MIME content. This method saves the message in the Sent Items folder. Alternatively, create a draft to reply-all to a message and send it later." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-replyall?view=graph-rest-1.0 operationId: users.user.messages.message.replyAll requestBody: description: Action parameters content: application/json: schema: type: object properties: Message: anyOf: - $ref: '#/components/schemas/microsoft.graph.message' - type: object nullable: true Comment: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message x-ms-docs-grouped-path: - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/replyAll' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/replyAll' '/users/{user-id}/messages/{message-id}/send': description: Provides operations to call the send method. post: tags: - users.Actions summary: Invoke action send description: 'Send an existing draft message. The draft message can be a new message draft, reply draft, reply-all draft, or a forward draft. This method saves the message in the Sent Items folder. Alternatively, send a new message in a single operation.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-send?view=graph-rest-1.0 operationId: users.user.messages.message.send responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: message-id in: path description: The unique identifier of message required: true schema: type: string x-ms-docs-key-type: message x-ms-docs-grouped-path: - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/send' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/send' '/users/{user-id}/messages/$count': description: Provides operations to count the resources in the collection. get: tags: - users.message summary: Get the number of the resource operationId: users.messages.GetCount-0f52 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/messages/delta()': description: Provides operations to call the delta method. get: tags: - users.Functions summary: Invoke function delta description: "Get a set of messages that have been added, deleted, or updated in a specified folder. A delta function call for messages in a folder is similar to a GET request, except that by appropriately\napplying state tokens in one or more of these calls, you can [query for incremental changes in the messages in\nthat folder](/graph/delta-query-messages). This allows you to maintain and synchronize a local store of a user's messages without\nhaving to fetch the entire set of messages from the server every time." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-1.0 operationId: users.user.messages.delta parameters: - name: changeType in: query description: 'A custom query option to filter the delta response based on the type of change. Supported values are created, updated or deleted.' schema: type: string - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of message type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.message' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendar/calendarView/delta()' - '/users/{user-id}/calendar/events/{event-id}/instances/delta()' - '/users/{user-id}/calendar/events/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendars/{calendar-id}/calendarView/delta()' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/users/{user-id}/calendars/{calendar-id}/events/delta()' - '/users/{user-id}/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendarView/delta()' - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/delta()' - '/users/{user-id}/chats/{chat-id}/messages/delta()' - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta()' - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta()' - '/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta()' - '/users/{user-id}/contactFolders/delta()' - '/users/{user-id}/contacts/delta()' - '/users/{user-id}/events/{event-id}/instances/delta()' - '/users/{user-id}/events/delta()' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta()' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/delta()' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta()' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' - '/users/{user-id}/mailFolders/delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta()' - '/users/{user-id}/todo/lists/delta()' - /users/delta() - /users/delta() '/users/{user-id}/assignLicense': description: Provides operations to call the assignLicense method. post: tags: - users.Actions summary: Invoke action assignLicense description: Add or remove subscriptions for the user. You can also enable and disable specific plans associated with a subscription. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/user-assignlicense?view=graph-rest-1.0 operationId: users.user.assignLicense requestBody: $ref: '#/components/requestBodies/assignLicenseRequestBody' responses: 2XX: $ref: '#/components/responses/assignLicenseResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/changePassword': description: Provides operations to call the changePassword method. post: tags: - users.Actions summary: Invoke action changePassword description: Enable the user to update their password. Any user can update their password without belonging to any administrator role. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0 operationId: users.user.changePassword requestBody: $ref: '#/components/requestBodies/changePasswordRequestBody' responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/checkMemberGroups': description: Provides operations to call the checkMemberGroups method. post: tags: - users.Actions summary: Invoke action checkMemberGroups description: 'Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0 operationId: users.user.checkMemberGroups requestBody: description: Action parameters content: application/json: schema: type: object properties: groupIds: type: array items: type: string required: true responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: type: string 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/checkMemberObjects': description: Provides operations to call the checkMemberObjects method. post: tags: - users.Actions summary: Invoke action checkMemberObjects operationId: users.user.checkMemberObjects requestBody: description: Action parameters content: application/json: schema: type: object properties: ids: type: array items: type: string required: true responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: type: string 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/exportDeviceAndAppManagementData()': description: Provides operations to call the exportDeviceAndAppManagementData method. get: tags: - users.Functions summary: Invoke function exportDeviceAndAppManagementData operationId: users.user.exportDeviceAndAppManagementData-1a02 responses: 2XX: $ref: '#/components/responses/exportDeviceAndAppManagementDataResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user x-ms-docs-grouped-path: - '/users/{user-id}/exportDeviceAndAppManagementData(skip={skip},top={top})' '/users/{user-id}/exportDeviceAndAppManagementData(skip={skip},top={top})': description: Provides operations to call the exportDeviceAndAppManagementData method. get: tags: - users.Functions summary: Invoke function exportDeviceAndAppManagementData operationId: users.user.exportDeviceAndAppManagementData-fd7c responses: 2XX: $ref: '#/components/responses/exportDeviceAndAppManagementDataResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: skip in: path description: 'Usage: skip={skip}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 - name: top in: path description: 'Usage: top={top}' required: true schema: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 x-ms-docs-grouped-path: - '/users/{user-id}/exportDeviceAndAppManagementData()' '/users/{user-id}/exportPersonalData': description: Provides operations to call the exportPersonalData method. post: tags: - users.Actions summary: Invoke action exportPersonalData description: 'Submit a data policy operation request from a company administrator or an application to export an organizational user''s data. This data includes the user''s data stored in OneDrive and their activity reports. For more information about exporting data while complying with regulations, see Data Subject Requests and the GDPR and CCPA.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-1.0 operationId: users.user.exportPersonalData requestBody: $ref: '#/components/requestBodies/exportPersonalDataRequestBody' responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/findMeetingTimes': description: Provides operations to call the findMeetingTimes method. post: tags: - users.Actions summary: Invoke action findMeetingTimes description: "Suggest meeting times and locations based on organizer and attendee availability, and time or location constraints specified as parameters. If findMeetingTimes cannot return any meeting suggestions, the response would indicate a reason in the emptySuggestionsReason property.\nBased on this value, you can better adjust the parameters and call findMeetingTimes again. The algorithm used to suggest meeting times and locations undergoes fine-tuning from time to time. In scenarios like test environments where the input parameters and calendar data remain static, expect that the suggested results may differ over time." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-1.0 operationId: users.user.findMeetingTimes requestBody: $ref: '#/components/requestBodies/findMeetingTimesRequestBody' responses: 2XX: $ref: '#/components/responses/findMeetingTimesResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/getMailTips': description: Provides operations to call the getMailTips method. post: tags: - users.Actions summary: Invoke action getMailTips description: "Get the MailTips of one or more recipients as available to the signed-in user. Note that by making a POST call to the getMailTips action, you can request specific types of MailTips to\nbe returned for more than one recipient at one time. The requested MailTips are returned in a mailTips collection." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/user-getmailtips?view=graph-rest-1.0 operationId: users.user.getMailTips requestBody: $ref: '#/components/requestBodies/getMailTipsRequestBody' responses: 2XX: $ref: '#/components/responses/getMailTipsResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/getManagedAppDiagnosticStatuses()': description: Provides operations to call the getManagedAppDiagnosticStatuses method. get: tags: - users.Functions summary: Invoke function getManagedAppDiagnosticStatuses description: Gets diagnostics validation status for a given user. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-mam-user-getmanagedappdiagnosticstatuses?view=graph-rest-1.0 operationId: users.user.getManagedAppDiagnosticStatuses parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: 2XX: $ref: '#/components/responses/getManagedAppDiagnosticStatusesResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/getManagedAppPolicies()': description: Provides operations to call the getManagedAppPolicies method. get: tags: - users.Functions summary: Invoke function getManagedAppPolicies description: Gets app restrictions for a given user. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-mam-user-getmanagedapppolicies?view=graph-rest-1.0 operationId: users.user.getManagedAppPolicies parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/getManagedAppPoliciesResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/getManagedDevicesWithAppFailures()': description: Provides operations to call the getManagedDevicesWithAppFailures method. get: tags: - users.Functions summary: Invoke function getManagedDevicesWithAppFailures description: Retrieves the list of devices with failed apps externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-troubleshooting-user-getmanageddeviceswithappfailures?view=graph-rest-1.0 operationId: users.user.getManagedDevicesWithAppFailures parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: 2XX: $ref: '#/components/responses/getManagedDevicesWithAppFailuresResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/getMemberGroups': description: Provides operations to call the getMemberGroups method. post: tags: - users.Actions summary: Invoke action getMemberGroups description: 'Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0 operationId: users.user.getMemberGroups requestBody: description: Action parameters content: application/json: schema: type: object properties: securityEnabledOnly: type: boolean default: false nullable: true required: true responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: type: string 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/getMemberObjects': description: Provides operations to call the getMemberObjects method. post: tags: - users.Actions summary: Invoke action getMemberObjects description: 'Return all IDs for the groups, administrative units, and directory roles that a user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. Note: Only users and role-enabled groups can be members of directory roles.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0 operationId: users.user.getMemberObjects requestBody: description: Action parameters content: application/json: schema: type: object properties: securityEnabledOnly: type: boolean default: false nullable: true required: true responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: type: string 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/reminderView(StartDateTime=''{StartDateTime}'',EndDateTime=''{EndDateTime}'')': description: Provides operations to call the reminderView method. get: tags: - users.Functions summary: Invoke function reminderView externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/user-reminderview?view=graph-rest-1.0 operationId: users.user.reminderView parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: 2XX: $ref: '#/components/responses/reminderViewResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: StartDateTime in: path description: 'Usage: StartDateTime=''{StartDateTime}''' required: true schema: type: string - name: EndDateTime in: path description: 'Usage: EndDateTime=''{EndDateTime}''' required: true schema: type: string nullable: true '/users/{user-id}/removeAllDevicesFromManagement': description: Provides operations to call the removeAllDevicesFromManagement method. post: tags: - users.Actions summary: Invoke action removeAllDevicesFromManagement description: Retire all devices from management for this user externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-devices-user-removealldevicesfrommanagement?view=graph-rest-1.0 operationId: users.user.removeAllDevicesFromManagement responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/reprocessLicenseAssignment': description: Provides operations to call the reprocessLicenseAssignment method. post: tags: - users.Actions summary: Invoke action reprocessLicenseAssignment description: 'Reprocess all group-based license assignments for the user. To learn more about group-based licensing, see What is group-based licensing in Microsoft Entra ID. Also see Identify and resolve license assignment problems for a group in Microsoft Entra ID for more details.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-1.0 operationId: users.user.reprocessLicenseAssignment responses: 2XX: $ref: '#/components/responses/reprocessLicenseAssignmentResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/restore': description: Provides operations to call the restore method. post: tags: - users.Actions summary: Invoke action restore description: 'Restore a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. However, security groups cannot be restored. Also, restoring an application doesn''t restore the associated service principal automatically. You must call this API to explicitly restore the deleted service principal. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0 operationId: users.user.restore responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.directoryObject' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/retryServiceProvisioning': description: Provides operations to call the retryServiceProvisioning method. post: tags: - users.Actions summary: Invoke action retryServiceProvisioning description: Retry the user service provisioning. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/user-retryserviceprovisioning?view=graph-rest-1.0 operationId: users.user.retryServiceProvisioning responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/revokeSignInSessions': description: Provides operations to call the revokeSignInSessions method. post: tags: - users.Actions summary: Invoke action revokeSignInSessions description: 'Invalidates all the refresh tokens issued to applications for a user (as well as session cookies in a user''s browser), by resetting the signInSessionsValidFromDateTime user property to the current date-time. Typically, this operation is performed (by the user or an administrator) if the user has a lost or stolen device. This operation prevents access to the organization''s data through applications on the device by requiring the user to sign in again to all applications that they have previously consented to, independent of device.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/user-revokesigninsessions?view=graph-rest-1.0 operationId: users.user.revokeSignInSessions responses: 2XX: $ref: '#/components/responses/revokeSignInSessionsResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/sendMail': description: Provides operations to call the sendMail method. post: tags: - users.Actions summary: Invoke action sendMail description: 'Send the message specified in the request body using either JSON or MIME format. When using JSON format, you can include a file attachment in the same sendMail action call. When using MIME format: This method saves the message in the Sent Items folder. Alternatively, create a draft message to send later. To learn more about the steps involved in the backend before a mail is delivered to recipients, see here.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/user-sendmail?view=graph-rest-1.0 operationId: users.user.sendMail requestBody: $ref: '#/components/requestBodies/sendMailRequestBody' responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/translateExchangeIds': description: Provides operations to call the translateExchangeIds method. post: tags: - users.Actions summary: Invoke action translateExchangeIds description: Translate identifiers of Outlook-related resources between formats. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-1.0 operationId: users.user.translateExchangeIds requestBody: $ref: '#/components/requestBodies/translateExchangeIdsRequestBody' responses: 2XX: $ref: '#/components/responses/translateExchangeIdsResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/wipeManagedAppRegistrationsByDeviceTag': description: Provides operations to call the wipeManagedAppRegistrationsByDeviceTag method. post: tags: - users.Actions summary: Invoke action wipeManagedAppRegistrationsByDeviceTag description: Issues a wipe operation on an app registration with specified device tag. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/intune-mam-user-wipemanagedappregistrationsbydevicetag?view=graph-rest-1.0 operationId: users.user.wipeManagedAppRegistrationsByDeviceTag requestBody: $ref: '#/components/requestBodies/wipeManagedAppRegistrationsByDeviceTagRequestBody' responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/oauth2PermissionGrants': description: Provides operations to manage the oauth2PermissionGrants property of the microsoft.graph.user entity. get: tags: - users.oAuth2PermissionGrant summary: List a user's oauth2PermissionGrants description: 'Retrieve a list of oAuth2PermissionGrant entities, which represent delegated permissions granted to enable a client application to access an API on behalf of the user.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/user-list-oauth2permissiongrants?view=graph-rest-1.0 operationId: users.ListOauth2PermissionGrants parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.oAuth2PermissionGrantCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/oauth2PermissionGrants/{oAuth2PermissionGrant-id}': description: Provides operations to manage the oauth2PermissionGrants property of the microsoft.graph.user entity. get: tags: - users.oAuth2PermissionGrant summary: Get oauth2PermissionGrants from users operationId: users.GetOauth2PermissionGrants parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.oAuth2PermissionGrant' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: oAuth2PermissionGrant-id in: path description: The unique identifier of oAuth2PermissionGrant required: true schema: type: string x-ms-docs-key-type: oAuth2PermissionGrant '/users/{user-id}/oauth2PermissionGrants/$count': description: Provides operations to count the resources in the collection. get: tags: - users.oAuth2PermissionGrant summary: Get the number of the resource operationId: users.oauth2PermissionGrants.GetCount-fb7b parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/onenote': description: Provides operations to manage the onenote property of the microsoft.graph.user entity. get: tags: - users.onenote summary: Get onenote from users operationId: users.GetOnenote parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenote' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.onenote summary: Update the navigation property onenote in users operationId: users.UpdateOnenote requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenote' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenote' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.onenote summary: Delete navigation property onenote for users operationId: users.DeleteOnenote parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/onenote/notebooks': description: Provides operations to manage the notebooks property of the microsoft.graph.onenote entity. get: tags: - users.onenote summary: Get notebooks from users description: The collection of OneNote notebooks that are owned by the user or group. Read-only. Nullable. operationId: users.onenote.ListNotebooks parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.notebookCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.onenote summary: Create new navigation property to notebooks for users operationId: users.onenote.CreateNotebooks requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/onenote/notebooks/{notebook-id}': description: Provides operations to manage the notebooks property of the microsoft.graph.onenote entity. get: tags: - users.onenote summary: Get notebooks from users description: The collection of OneNote notebooks that are owned by the user or group. Read-only. Nullable. operationId: users.onenote.GetNotebooks parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.onenote summary: Update the navigation property notebooks in users operationId: users.onenote.UpdateNotebooks requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.onenote summary: Delete navigation property notebooks for users operationId: users.onenote.DeleteNotebooks parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook '/users/{user-id}/onenote/notebooks/{notebook-id}/copyNotebook': description: Provides operations to call the copyNotebook method. post: tags: - users.Actions summary: Invoke action copyNotebook description: 'For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-1.0 operationId: users.user.onenote.notebooks.notebook.copyNotebook requestBody: description: Action parameters content: application/json: schema: type: object properties: groupId: type: string nullable: true renameAs: type: string nullable: true notebookFolder: type: string nullable: true siteCollectionId: type: string nullable: true siteId: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenoteOperation' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook '/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups': description: Provides operations to manage the sectionGroups property of the microsoft.graph.notebook entity. get: tags: - users.onenote summary: Get sectionGroups from users description: The section groups in the notebook. Read-only. Nullable. operationId: users.onenote.notebooks.ListSectionGroups parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.sectionGroupCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.onenote summary: Create new navigation property to sectionGroups for users operationId: users.onenote.notebooks.CreateSectionGroups requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook '/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}': description: Provides operations to manage the sectionGroups property of the microsoft.graph.notebook entity. get: tags: - users.onenote summary: Get sectionGroups from users description: The section groups in the notebook. Read-only. Nullable. operationId: users.onenote.notebooks.GetSectionGroups parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.onenote summary: Update the navigation property sectionGroups in users operationId: users.onenote.notebooks.UpdateSectionGroups requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.onenote summary: Delete navigation property sectionGroups for users operationId: users.onenote.notebooks.DeleteSectionGroups parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup '/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook': description: Provides operations to manage the parentNotebook property of the microsoft.graph.sectionGroup entity. get: tags: - users.onenote summary: Get parentNotebook from users description: The notebook that contains the section group. Read-only. operationId: users.onenote.notebooks.sectionGroups.GetParentNotebook parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup x-ms-docs-grouped-path: - '/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook' '/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup': description: Provides operations to manage the parentSectionGroup property of the microsoft.graph.sectionGroup entity. get: tags: - users.onenote summary: Get parentSectionGroup from users description: The section group that contains the section group. Read-only. operationId: users.onenote.notebooks.sectionGroups.GetParentSectionGroup parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup x-ms-docs-grouped-path: - '/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup' '/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups': description: Provides operations to manage the sectionGroups property of the microsoft.graph.sectionGroup entity. get: tags: - users.onenote summary: Get sectionGroups from users description: The section groups in the section. Read-only. Nullable. operationId: users.onenote.notebooks.sectionGroups.ListSectionGroups parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.sectionGroupCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup x-ms-docs-grouped-path: - '/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups' '/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}': description: Provides operations to manage the sectionGroups property of the microsoft.graph.sectionGroup entity. get: tags: - users.onenote summary: Get sectionGroups from users description: The section groups in the section. Read-only. Nullable. operationId: users.onenote.notebooks.sectionGroups.GetSectionGroups parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: sectionGroup-id1 in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup x-ms-docs-grouped-path: - '/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}' '/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/$count': description: Provides operations to count the resources in the collection. get: tags: - users.onenote summary: Get the number of the resource operationId: users.onenote.notebooks.sectionGroups.sectionGroups.GetCount-2e9f parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup '/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections': description: Provides operations to manage the sections property of the microsoft.graph.sectionGroup entity. get: tags: - users.onenote summary: Get sections from users description: The sections in the section group. Read-only. Nullable. operationId: users.onenote.notebooks.sectionGroups.ListSections parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.onenoteSectionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.onenote summary: Create new navigation property to sections for users operationId: users.onenote.notebooks.sectionGroups.CreateSections requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup x-ms-docs-grouped-path: - '/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections' '/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}': description: Provides operations to manage the sections property of the microsoft.graph.sectionGroup entity. get: tags: - users.onenote summary: Get sections from users description: The sections in the section group. Read-only. Nullable. operationId: users.onenote.notebooks.sectionGroups.GetSections parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.onenote summary: Update the navigation property sections in users operationId: users.onenote.notebooks.sectionGroups.UpdateSections requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.onenote summary: Delete navigation property sections for users operationId: users.onenote.notebooks.sectionGroups.DeleteSections parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}' '/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook': description: Provides operations to call the copyToNotebook method. post: tags: - users.Actions summary: Invoke action copyToNotebook description: 'For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0 operationId: users.user.onenote.notebooks.notebook.sectionGroups.sectionGroup.sections.onenoteSection.copyToNotebook requestBody: description: Action parameters content: application/json: schema: type: object properties: id: type: string nullable: true groupId: type: string nullable: true renameAs: type: string nullable: true siteCollectionId: type: string nullable: true siteId: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenoteOperation' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook' - '/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook' - '/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToNotebook' '/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup': description: Provides operations to call the copyToSectionGroup method. post: tags: - users.Actions summary: Invoke action copyToSectionGroup description: 'For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0 operationId: users.user.onenote.notebooks.notebook.sectionGroups.sectionGroup.sections.onenoteSection.copyToSectionGroup requestBody: description: Action parameters content: application/json: schema: type: object properties: id: type: string nullable: true groupId: type: string nullable: true renameAs: type: string nullable: true siteCollectionId: type: string nullable: true siteId: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenoteOperation' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup' - '/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup' - '/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup' '/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages': description: Provides operations to manage the pages property of the microsoft.graph.onenoteSection entity. get: tags: - users.onenote summary: Get pages from users description: The collection of pages in the section. Read-only. Nullable. operationId: users.onenote.notebooks.sectionGroups.sections.ListPages parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.onenotePageCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.onenote summary: Create new navigation property to pages for users operationId: users.onenote.notebooks.sectionGroups.sections.CreatePages requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages' - '/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages' - '/users/{user-id}/onenote/sections/{onenoteSection-id}/pages' '/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}': description: Provides operations to manage the pages property of the microsoft.graph.onenoteSection entity. get: tags: - users.onenote summary: Get pages from users description: The collection of pages in the section. Read-only. Nullable. operationId: users.onenote.notebooks.sectionGroups.sections.GetPages parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.onenote summary: Update the navigation property pages in users operationId: users.onenote.notebooks.sectionGroups.sections.UpdatePages requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.onenote summary: Delete navigation property pages for users operationId: users.onenote.notebooks.sectionGroups.sections.DeletePages parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}' - '/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}' - '/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}' '/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content': description: Provides operations to manage the media for the user entity. get: tags: - users.onenote summary: Get content for the navigation property pages from users description: The page's HTML content. operationId: users.onenote.notebooks.sectionGroups.sections.GetPagesContent responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - users.onenote summary: Update content for the navigation property pages in users description: The page's HTML content. operationId: users.onenote.notebooks.sectionGroups.sections.UpdatePagesContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - users.onenote summary: Delete content for the navigation property pages in users description: The page's HTML content. operationId: users.onenote.notebooks.sectionGroups.sections.DeletePagesContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage '/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection': description: Provides operations to call the copyToSection method. post: tags: - users.Actions summary: Invoke action copyToSection description: 'Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0 operationId: users.user.onenote.notebooks.notebook.sectionGroups.sectionGroup.sections.onenoteSection.pages.onenotePage.copyToSection requestBody: description: Action parameters content: application/json: schema: type: object properties: id: type: string nullable: true groupId: type: string nullable: true siteCollectionId: type: string nullable: true siteId: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenoteOperation' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/users/{user-id}/onenote/pages/{onenotePage-id}/copyToSection' - '/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' '/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent': description: Provides operations to call the onenotePatchContent method. post: tags: - users.Actions summary: Invoke action onenotePatchContent operationId: users.user.onenote.notebooks.notebook.sectionGroups.sectionGroup.sections.onenoteSection.pages.onenotePage.onenotePatchContent requestBody: description: Action parameters content: application/json: schema: type: object properties: commands: type: array items: $ref: '#/components/schemas/microsoft.graph.onenotePatchContentCommand' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/users/{user-id}/onenote/pages/{onenotePage-id}/onenotePatchContent' - '/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' '/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()': description: Provides operations to call the preview method. get: tags: - users.Functions summary: Invoke function preview operationId: users.user.onenote.notebooks.notebook.sectionGroups.sectionGroup.sections.onenoteSection.pages.onenotePage.preview responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenotePagePreview' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - '/users/{user-id}/onenote/pages/{onenotePage-id}/preview()' - '/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - '/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' '/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook': description: Provides operations to manage the parentNotebook property of the microsoft.graph.onenotePage entity. get: tags: - users.onenote summary: Get parentNotebook from users description: The notebook that contains the page. Read-only. operationId: users.onenote.notebooks.sectionGroups.sections.pages.GetParentNotebook parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - '/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook' - '/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - '/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' '/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection': description: Provides operations to manage the parentSection property of the microsoft.graph.onenotePage entity. get: tags: - users.onenote summary: Get parentSection from users description: The section that contains the page. Read-only. operationId: users.onenote.notebooks.sectionGroups.sections.pages.GetParentSection parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - '/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection' - '/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - '/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' '/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count': description: Provides operations to count the resources in the collection. get: tags: - users.onenote summary: Get the number of the resource operationId: users.onenote.notebooks.sectionGroups.sections.pages.GetCount-a323 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection '/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook': description: Provides operations to manage the parentNotebook property of the microsoft.graph.onenoteSection entity. get: tags: - users.onenote summary: Get parentNotebook from users description: The notebook that contains the section. Read-only. operationId: users.onenote.notebooks.sectionGroups.sections.GetParentNotebook parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook' - '/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook' - '/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook' '/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup': description: Provides operations to manage the parentSectionGroup property of the microsoft.graph.onenoteSection entity. get: tags: - users.onenote summary: Get parentSectionGroup from users description: The section group that contains the section. Read-only. operationId: users.onenote.notebooks.sectionGroups.sections.GetParentSectionGroup parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup' - '/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup' - '/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup' '/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/$count': description: Provides operations to count the resources in the collection. get: tags: - users.onenote summary: Get the number of the resource operationId: users.onenote.notebooks.sectionGroups.sections.GetCount-2e73 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup '/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/$count': description: Provides operations to count the resources in the collection. get: tags: - users.onenote summary: Get the number of the resource operationId: users.onenote.notebooks.sectionGroups.GetCount-2e9f parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook '/users/{user-id}/onenote/notebooks/{notebook-id}/sections': description: Provides operations to manage the sections property of the microsoft.graph.notebook entity. get: tags: - users.onenote summary: Get sections from users description: The sections in the notebook. Read-only. Nullable. operationId: users.onenote.notebooks.ListSections parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.onenoteSectionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.onenote summary: Create new navigation property to sections for users operationId: users.onenote.notebooks.CreateSections requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook '/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}': description: Provides operations to manage the sections property of the microsoft.graph.notebook entity. get: tags: - users.onenote summary: Get sections from users description: The sections in the notebook. Read-only. Nullable. operationId: users.onenote.notebooks.GetSections parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.onenote summary: Update the navigation property sections in users operationId: users.onenote.notebooks.UpdateSections requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.onenote summary: Delete navigation property sections for users operationId: users.onenote.notebooks.DeleteSections parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection '/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook': description: Provides operations to call the copyToNotebook method. post: tags: - users.Actions summary: Invoke action copyToNotebook description: 'For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0 operationId: users.user.onenote.notebooks.notebook.sections.onenoteSection.copyToNotebook requestBody: description: Action parameters content: application/json: schema: type: object properties: id: type: string nullable: true groupId: type: string nullable: true renameAs: type: string nullable: true siteCollectionId: type: string nullable: true siteId: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenoteOperation' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook' - '/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook' - '/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToNotebook' '/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup': description: Provides operations to call the copyToSectionGroup method. post: tags: - users.Actions summary: Invoke action copyToSectionGroup description: 'For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0 operationId: users.user.onenote.notebooks.notebook.sections.onenoteSection.copyToSectionGroup requestBody: description: Action parameters content: application/json: schema: type: object properties: id: type: string nullable: true groupId: type: string nullable: true renameAs: type: string nullable: true siteCollectionId: type: string nullable: true siteId: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenoteOperation' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup' - '/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup' - '/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup' '/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages': description: Provides operations to manage the pages property of the microsoft.graph.onenoteSection entity. get: tags: - users.onenote summary: Get pages from users description: The collection of pages in the section. Read-only. Nullable. operationId: users.onenote.notebooks.sections.ListPages parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.onenotePageCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.onenote summary: Create new navigation property to pages for users operationId: users.onenote.notebooks.sections.CreatePages requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages' - '/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages' - '/users/{user-id}/onenote/sections/{onenoteSection-id}/pages' '/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}': description: Provides operations to manage the pages property of the microsoft.graph.onenoteSection entity. get: tags: - users.onenote summary: Get pages from users description: The collection of pages in the section. Read-only. Nullable. operationId: users.onenote.notebooks.sections.GetPages parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.onenote summary: Update the navigation property pages in users operationId: users.onenote.notebooks.sections.UpdatePages requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.onenote summary: Delete navigation property pages for users operationId: users.onenote.notebooks.sections.DeletePages parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}' - '/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}' - '/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}' '/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content': description: Provides operations to manage the media for the user entity. get: tags: - users.onenote summary: Get content for the navigation property pages from users description: The page's HTML content. operationId: users.onenote.notebooks.sections.GetPagesContent responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - users.onenote summary: Update content for the navigation property pages in users description: The page's HTML content. operationId: users.onenote.notebooks.sections.UpdatePagesContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - users.onenote summary: Delete content for the navigation property pages in users description: The page's HTML content. operationId: users.onenote.notebooks.sections.DeletePagesContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage '/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection': description: Provides operations to call the copyToSection method. post: tags: - users.Actions summary: Invoke action copyToSection description: 'Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0 operationId: users.user.onenote.notebooks.notebook.sections.onenoteSection.pages.onenotePage.copyToSection requestBody: description: Action parameters content: application/json: schema: type: object properties: id: type: string nullable: true groupId: type: string nullable: true siteCollectionId: type: string nullable: true siteId: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenoteOperation' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/users/{user-id}/onenote/pages/{onenotePage-id}/copyToSection' - '/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' '/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent': description: Provides operations to call the onenotePatchContent method. post: tags: - users.Actions summary: Invoke action onenotePatchContent operationId: users.user.onenote.notebooks.notebook.sections.onenoteSection.pages.onenotePage.onenotePatchContent requestBody: description: Action parameters content: application/json: schema: type: object properties: commands: type: array items: $ref: '#/components/schemas/microsoft.graph.onenotePatchContentCommand' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/users/{user-id}/onenote/pages/{onenotePage-id}/onenotePatchContent' - '/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' '/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()': description: Provides operations to call the preview method. get: tags: - users.Functions summary: Invoke function preview operationId: users.user.onenote.notebooks.notebook.sections.onenoteSection.pages.onenotePage.preview responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenotePagePreview' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - '/users/{user-id}/onenote/pages/{onenotePage-id}/preview()' - '/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - '/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' '/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook': description: Provides operations to manage the parentNotebook property of the microsoft.graph.onenotePage entity. get: tags: - users.onenote summary: Get parentNotebook from users description: The notebook that contains the page. Read-only. operationId: users.onenote.notebooks.sections.pages.GetParentNotebook parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - '/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook' - '/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - '/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' '/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection': description: Provides operations to manage the parentSection property of the microsoft.graph.onenotePage entity. get: tags: - users.onenote summary: Get parentSection from users description: The section that contains the page. Read-only. operationId: users.onenote.notebooks.sections.pages.GetParentSection parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - '/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection' - '/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - '/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' '/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/$count': description: Provides operations to count the resources in the collection. get: tags: - users.onenote summary: Get the number of the resource operationId: users.onenote.notebooks.sections.pages.GetCount-c5e5 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection '/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook': description: Provides operations to manage the parentNotebook property of the microsoft.graph.onenoteSection entity. get: tags: - users.onenote summary: Get parentNotebook from users description: The notebook that contains the section. Read-only. operationId: users.onenote.notebooks.sections.GetParentNotebook parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook' - '/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook' - '/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook' '/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup': description: Provides operations to manage the parentSectionGroup property of the microsoft.graph.onenoteSection entity. get: tags: - users.onenote summary: Get parentSectionGroup from users description: The section group that contains the section. Read-only. operationId: users.onenote.notebooks.sections.GetParentSectionGroup parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup' - '/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup' - '/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup' '/users/{user-id}/onenote/notebooks/{notebook-id}/sections/$count': description: Provides operations to count the resources in the collection. get: tags: - users.onenote summary: Get the number of the resource operationId: users.onenote.notebooks.sections.GetCount-2f79 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: notebook-id in: path description: The unique identifier of notebook required: true schema: type: string x-ms-docs-key-type: notebook '/users/{user-id}/onenote/notebooks/$count': description: Provides operations to count the resources in the collection. get: tags: - users.onenote summary: Get the number of the resource operationId: users.onenote.notebooks.GetCount-af06 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/onenote/notebooks/getNotebookFromWebUrl': description: Provides operations to call the getNotebookFromWebUrl method. post: tags: - users.Actions summary: Invoke action getNotebookFromWebUrl description: 'Retrieve the properties and relationships of a notebook object by using its URL path. The location can be user notebooks on Microsoft 365, group notebooks, or SharePoint site-hosted team notebooks on Microsoft 365.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-1.0 operationId: users.user.onenote.notebooks.getNotebookFromWebUrl requestBody: description: Action parameters content: application/json: schema: type: object properties: webUrl: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.CopyNotebookModel' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})': description: Provides operations to call the getRecentNotebooks method. get: tags: - users.Functions summary: Invoke function getRecentNotebooks description: Get a list of recentNotebook instances that have been accessed by the signed-in user. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/notebook-getrecentnotebooks?view=graph-rest-1.0 operationId: users.user.onenote.notebooks.getRecentNotebooks parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.recentNotebook' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: includePersonalNotebooks in: path description: 'Usage: includePersonalNotebooks={includePersonalNotebooks}' required: true schema: type: boolean default: false '/users/{user-id}/onenote/operations': description: Provides operations to manage the operations property of the microsoft.graph.onenote entity. get: tags: - users.onenote summary: Get operations from users description: 'The status of OneNote operations. Getting an operations collection isn''t supported, but you can get the status of long-running operations if the Operation-Location header is returned in the response. Read-only. Nullable.' operationId: users.onenote.ListOperations parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.onenoteOperationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.onenote summary: Create new navigation property to operations for users operationId: users.onenote.CreateOperations requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteOperation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteOperation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/onenote/operations/{onenoteOperation-id}': description: Provides operations to manage the operations property of the microsoft.graph.onenote entity. get: tags: - users.onenote summary: Get operations from users description: 'The status of OneNote operations. Getting an operations collection isn''t supported, but you can get the status of long-running operations if the Operation-Location header is returned in the response. Read-only. Nullable.' operationId: users.onenote.GetOperations parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteOperation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.onenote summary: Update the navigation property operations in users operationId: users.onenote.UpdateOperations requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteOperation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteOperation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.onenote summary: Delete navigation property operations for users operationId: users.onenote.DeleteOperations parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: onenoteOperation-id in: path description: The unique identifier of onenoteOperation required: true schema: type: string x-ms-docs-key-type: onenoteOperation '/users/{user-id}/onenote/operations/$count': description: Provides operations to count the resources in the collection. get: tags: - users.onenote summary: Get the number of the resource operationId: users.onenote.operations.GetCount-adfa parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/onenote/pages': description: Provides operations to manage the pages property of the microsoft.graph.onenote entity. get: tags: - users.onenote summary: Get pages from users description: The pages in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. operationId: users.onenote.ListPages parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.onenotePageCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.onenote summary: Create new navigation property to pages for users operationId: users.onenote.CreatePages requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/onenote/pages/{onenotePage-id}': description: Provides operations to manage the pages property of the microsoft.graph.onenote entity. get: tags: - users.onenote summary: Get pages from users description: The pages in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. operationId: users.onenote.GetPages parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.onenote summary: Update the navigation property pages in users operationId: users.onenote.UpdatePages requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.onenote summary: Delete navigation property pages for users operationId: users.onenote.DeletePages parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage '/users/{user-id}/onenote/pages/{onenotePage-id}/content': description: Provides operations to manage the media for the user entity. get: tags: - users.onenote summary: Get content for the navigation property pages from users description: The page's HTML content. operationId: users.onenote.GetPagesContent responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - users.onenote summary: Update content for the navigation property pages in users description: The page's HTML content. operationId: users.onenote.UpdatePagesContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - users.onenote summary: Delete content for the navigation property pages in users description: The page's HTML content. operationId: users.onenote.DeletePagesContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage '/users/{user-id}/onenote/pages/{onenotePage-id}/copyToSection': description: Provides operations to call the copyToSection method. post: tags: - users.Actions summary: Invoke action copyToSection description: 'Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0 operationId: users.user.onenote.pages.onenotePage.copyToSection requestBody: description: Action parameters content: application/json: schema: type: object properties: id: type: string nullable: true groupId: type: string nullable: true siteCollectionId: type: string nullable: true siteId: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenoteOperation' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' '/users/{user-id}/onenote/pages/{onenotePage-id}/onenotePatchContent': description: Provides operations to call the onenotePatchContent method. post: tags: - users.Actions summary: Invoke action onenotePatchContent operationId: users.user.onenote.pages.onenotePage.onenotePatchContent requestBody: description: Action parameters content: application/json: schema: type: object properties: commands: type: array items: $ref: '#/components/schemas/microsoft.graph.onenotePatchContentCommand' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' '/users/{user-id}/onenote/pages/{onenotePage-id}/preview()': description: Provides operations to call the preview method. get: tags: - users.Functions summary: Invoke function preview operationId: users.user.onenote.pages.onenotePage.preview responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenotePagePreview' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - '/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - '/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - '/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' '/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook': description: Provides operations to manage the parentNotebook property of the microsoft.graph.onenotePage entity. get: tags: - users.onenote summary: Get parentNotebook from users description: The notebook that contains the page. Read-only. operationId: users.onenote.pages.GetParentNotebook parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - '/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - '/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - '/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' '/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection': description: Provides operations to manage the parentSection property of the microsoft.graph.onenotePage entity. get: tags: - users.onenote summary: Get parentSection from users description: The section that contains the page. Read-only. operationId: users.onenote.pages.GetParentSection parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - '/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - '/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - '/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' '/users/{user-id}/onenote/pages/$count': description: Provides operations to count the resources in the collection. get: tags: - users.onenote summary: Get the number of the resource operationId: users.onenote.pages.GetCount-b080 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/onenote/resources': description: Provides operations to manage the resources property of the microsoft.graph.onenote entity. get: tags: - users.onenote summary: Get resources from users description: 'The image and other file resources in OneNote pages. Getting a resources collection isn''t supported, but you can get the binary content of a specific resource. Read-only. Nullable.' operationId: users.onenote.ListResources parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.onenoteResourceCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.onenote summary: Create new navigation property to resources for users operationId: users.onenote.CreateResources requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteResource' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/onenote/resources/{onenoteResource-id}': description: Provides operations to manage the resources property of the microsoft.graph.onenote entity. get: tags: - users.onenote summary: Get resources from users description: 'The image and other file resources in OneNote pages. Getting a resources collection isn''t supported, but you can get the binary content of a specific resource. Read-only. Nullable.' operationId: users.onenote.GetResources parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.onenote summary: Update the navigation property resources in users operationId: users.onenote.UpdateResources requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteResource' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.onenote summary: Delete navigation property resources for users operationId: users.onenote.DeleteResources parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: onenoteResource-id in: path description: The unique identifier of onenoteResource required: true schema: type: string x-ms-docs-key-type: onenoteResource '/users/{user-id}/onenote/resources/{onenoteResource-id}/content': description: Provides operations to manage the media for the user entity. get: tags: - users.onenote summary: Get content for the navigation property resources from users description: The content stream operationId: users.onenote.GetResourcesContent responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - users.onenote summary: Update content for the navigation property resources in users description: The content stream operationId: users.onenote.UpdateResourcesContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - users.onenote summary: Delete content for the navigation property resources in users description: The content stream operationId: users.onenote.DeleteResourcesContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: onenoteResource-id in: path description: The unique identifier of onenoteResource required: true schema: type: string x-ms-docs-key-type: onenoteResource '/users/{user-id}/onenote/resources/$count': description: Provides operations to count the resources in the collection. get: tags: - users.onenote summary: Get the number of the resource operationId: users.onenote.resources.GetCount-dba6 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/onenote/sectionGroups': description: Provides operations to manage the sectionGroups property of the microsoft.graph.onenote entity. get: tags: - users.onenote summary: Get sectionGroups from users description: The section groups in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. operationId: users.onenote.ListSectionGroups parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.sectionGroupCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.onenote summary: Create new navigation property to sectionGroups for users operationId: users.onenote.CreateSectionGroups requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}': description: Provides operations to manage the sectionGroups property of the microsoft.graph.onenote entity. get: tags: - users.onenote summary: Get sectionGroups from users description: The section groups in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. operationId: users.onenote.GetSectionGroups parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.onenote summary: Update the navigation property sectionGroups in users operationId: users.onenote.UpdateSectionGroups requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.onenote summary: Delete navigation property sectionGroups for users operationId: users.onenote.DeleteSectionGroups parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup '/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook': description: Provides operations to manage the parentNotebook property of the microsoft.graph.sectionGroup entity. get: tags: - users.onenote summary: Get parentNotebook from users description: The notebook that contains the section group. Read-only. operationId: users.onenote.sectionGroups.GetParentNotebook parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup x-ms-docs-grouped-path: - '/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook' '/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup': description: Provides operations to manage the parentSectionGroup property of the microsoft.graph.sectionGroup entity. get: tags: - users.onenote summary: Get parentSectionGroup from users description: The section group that contains the section group. Read-only. operationId: users.onenote.sectionGroups.GetParentSectionGroup parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup x-ms-docs-grouped-path: - '/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup' '/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups': description: Provides operations to manage the sectionGroups property of the microsoft.graph.sectionGroup entity. get: tags: - users.onenote summary: Get sectionGroups from users description: The section groups in the section. Read-only. Nullable. operationId: users.onenote.sectionGroups.ListSectionGroups parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.sectionGroupCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup x-ms-docs-grouped-path: - '/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups' '/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}': description: Provides operations to manage the sectionGroups property of the microsoft.graph.sectionGroup entity. get: tags: - users.onenote summary: Get sectionGroups from users description: The section groups in the section. Read-only. Nullable. operationId: users.onenote.sectionGroups.GetSectionGroups parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: sectionGroup-id1 in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup x-ms-docs-grouped-path: - '/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/{sectionGroup-id1}' '/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count': description: Provides operations to count the resources in the collection. get: tags: - users.onenote summary: Get the number of the resource operationId: users.onenote.sectionGroups.sectionGroups.GetCount-497a parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup '/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections': description: Provides operations to manage the sections property of the microsoft.graph.sectionGroup entity. get: tags: - users.onenote summary: Get sections from users description: The sections in the section group. Read-only. Nullable. operationId: users.onenote.sectionGroups.ListSections parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.onenoteSectionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.onenote summary: Create new navigation property to sections for users operationId: users.onenote.sectionGroups.CreateSections requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup x-ms-docs-grouped-path: - '/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections' '/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}': description: Provides operations to manage the sections property of the microsoft.graph.sectionGroup entity. get: tags: - users.onenote summary: Get sections from users description: The sections in the section group. Read-only. Nullable. operationId: users.onenote.sectionGroups.GetSections parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.onenote summary: Update the navigation property sections in users operationId: users.onenote.sectionGroups.UpdateSections requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.onenote summary: Delete navigation property sections for users operationId: users.onenote.sectionGroups.DeleteSections parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}' '/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook': description: Provides operations to call the copyToNotebook method. post: tags: - users.Actions summary: Invoke action copyToNotebook description: 'For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0 operationId: users.user.onenote.sectionGroups.sectionGroup.sections.onenoteSection.copyToNotebook requestBody: description: Action parameters content: application/json: schema: type: object properties: id: type: string nullable: true groupId: type: string nullable: true renameAs: type: string nullable: true siteCollectionId: type: string nullable: true siteId: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenoteOperation' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook' - '/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook' - '/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToNotebook' '/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup': description: Provides operations to call the copyToSectionGroup method. post: tags: - users.Actions summary: Invoke action copyToSectionGroup description: 'For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0 operationId: users.user.onenote.sectionGroups.sectionGroup.sections.onenoteSection.copyToSectionGroup requestBody: description: Action parameters content: application/json: schema: type: object properties: id: type: string nullable: true groupId: type: string nullable: true renameAs: type: string nullable: true siteCollectionId: type: string nullable: true siteId: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenoteOperation' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup' - '/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup' - '/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup' '/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages': description: Provides operations to manage the pages property of the microsoft.graph.onenoteSection entity. get: tags: - users.onenote summary: Get pages from users description: The collection of pages in the section. Read-only. Nullable. operationId: users.onenote.sectionGroups.sections.ListPages parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.onenotePageCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.onenote summary: Create new navigation property to pages for users operationId: users.onenote.sectionGroups.sections.CreatePages requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages' - '/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages' - '/users/{user-id}/onenote/sections/{onenoteSection-id}/pages' '/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}': description: Provides operations to manage the pages property of the microsoft.graph.onenoteSection entity. get: tags: - users.onenote summary: Get pages from users description: The collection of pages in the section. Read-only. Nullable. operationId: users.onenote.sectionGroups.sections.GetPages parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.onenote summary: Update the navigation property pages in users operationId: users.onenote.sectionGroups.sections.UpdatePages requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.onenote summary: Delete navigation property pages for users operationId: users.onenote.sectionGroups.sections.DeletePages parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}' - '/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}' - '/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}' '/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content': description: Provides operations to manage the media for the user entity. get: tags: - users.onenote summary: Get content for the navigation property pages from users description: The page's HTML content. operationId: users.onenote.sectionGroups.sections.GetPagesContent responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - users.onenote summary: Update content for the navigation property pages in users description: The page's HTML content. operationId: users.onenote.sectionGroups.sections.UpdatePagesContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - users.onenote summary: Delete content for the navigation property pages in users description: The page's HTML content. operationId: users.onenote.sectionGroups.sections.DeletePagesContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage '/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection': description: Provides operations to call the copyToSection method. post: tags: - users.Actions summary: Invoke action copyToSection description: 'Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0 operationId: users.user.onenote.sectionGroups.sectionGroup.sections.onenoteSection.pages.onenotePage.copyToSection requestBody: description: Action parameters content: application/json: schema: type: object properties: id: type: string nullable: true groupId: type: string nullable: true siteCollectionId: type: string nullable: true siteId: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenoteOperation' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/users/{user-id}/onenote/pages/{onenotePage-id}/copyToSection' - '/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' '/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent': description: Provides operations to call the onenotePatchContent method. post: tags: - users.Actions summary: Invoke action onenotePatchContent operationId: users.user.onenote.sectionGroups.sectionGroup.sections.onenoteSection.pages.onenotePage.onenotePatchContent requestBody: description: Action parameters content: application/json: schema: type: object properties: commands: type: array items: $ref: '#/components/schemas/microsoft.graph.onenotePatchContentCommand' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/users/{user-id}/onenote/pages/{onenotePage-id}/onenotePatchContent' - '/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' '/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()': description: Provides operations to call the preview method. get: tags: - users.Functions summary: Invoke function preview operationId: users.user.onenote.sectionGroups.sectionGroup.sections.onenoteSection.pages.onenotePage.preview responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenotePagePreview' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - '/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - '/users/{user-id}/onenote/pages/{onenotePage-id}/preview()' - '/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' '/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook': description: Provides operations to manage the parentNotebook property of the microsoft.graph.onenotePage entity. get: tags: - users.onenote summary: Get parentNotebook from users description: The notebook that contains the page. Read-only. operationId: users.onenote.sectionGroups.sections.pages.GetParentNotebook parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - '/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - '/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook' - '/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' '/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection': description: Provides operations to manage the parentSection property of the microsoft.graph.onenotePage entity. get: tags: - users.onenote summary: Get parentSection from users description: The section that contains the page. Read-only. operationId: users.onenote.sectionGroups.sections.pages.GetParentSection parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - '/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - '/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection' - '/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' '/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count': description: Provides operations to count the resources in the collection. get: tags: - users.onenote summary: Get the number of the resource operationId: users.onenote.sectionGroups.sections.pages.GetCount-dfde parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection '/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook': description: Provides operations to manage the parentNotebook property of the microsoft.graph.onenoteSection entity. get: tags: - users.onenote summary: Get parentNotebook from users description: The notebook that contains the section. Read-only. operationId: users.onenote.sectionGroups.sections.GetParentNotebook parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook' - '/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook' - '/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook' '/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup': description: Provides operations to manage the parentSectionGroup property of the microsoft.graph.onenoteSection entity. get: tags: - users.onenote summary: Get parentSectionGroup from users description: The section group that contains the section. Read-only. operationId: users.onenote.sectionGroups.sections.GetParentSectionGroup parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup' - '/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup' - '/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup' '/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/$count': description: Provides operations to count the resources in the collection. get: tags: - users.onenote summary: Get the number of the resource operationId: users.onenote.sectionGroups.sections.GetCount-6826 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: sectionGroup-id in: path description: The unique identifier of sectionGroup required: true schema: type: string x-ms-docs-key-type: sectionGroup '/users/{user-id}/onenote/sectionGroups/$count': description: Provides operations to count the resources in the collection. get: tags: - users.onenote summary: Get the number of the resource operationId: users.onenote.sectionGroups.GetCount-497a parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/onenote/sections': description: Provides operations to manage the sections property of the microsoft.graph.onenote entity. get: tags: - users.onenote summary: Get sections from users description: The sections in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. operationId: users.onenote.ListSections parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.onenoteSectionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.onenote summary: Create new navigation property to sections for users operationId: users.onenote.CreateSections requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/onenote/sections/{onenoteSection-id}': description: Provides operations to manage the sections property of the microsoft.graph.onenote entity. get: tags: - users.onenote summary: Get sections from users description: The sections in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. operationId: users.onenote.GetSections parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.onenote summary: Update the navigation property sections in users operationId: users.onenote.UpdateSections requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.onenote summary: Delete navigation property sections for users operationId: users.onenote.DeleteSections parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection '/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToNotebook': description: Provides operations to call the copyToNotebook method. post: tags: - users.Actions summary: Invoke action copyToNotebook description: 'For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0 operationId: users.user.onenote.sections.onenoteSection.copyToNotebook requestBody: description: Action parameters content: application/json: schema: type: object properties: id: type: string nullable: true groupId: type: string nullable: true renameAs: type: string nullable: true siteCollectionId: type: string nullable: true siteId: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenoteOperation' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook' - '/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook' - '/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook' '/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup': description: Provides operations to call the copyToSectionGroup method. post: tags: - users.Actions summary: Invoke action copyToSectionGroup description: 'For Copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0 operationId: users.user.onenote.sections.onenoteSection.copyToSectionGroup requestBody: description: Action parameters content: application/json: schema: type: object properties: id: type: string nullable: true groupId: type: string nullable: true renameAs: type: string nullable: true siteCollectionId: type: string nullable: true siteId: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenoteOperation' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup' - '/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup' - '/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup' '/users/{user-id}/onenote/sections/{onenoteSection-id}/pages': description: Provides operations to manage the pages property of the microsoft.graph.onenoteSection entity. get: tags: - users.onenote summary: Get pages from users description: The collection of pages in the section. Read-only. Nullable. operationId: users.onenote.sections.ListPages parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.onenotePageCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.onenote summary: Create new navigation property to pages for users operationId: users.onenote.sections.CreatePages requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages' - '/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages' - '/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages' '/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}': description: Provides operations to manage the pages property of the microsoft.graph.onenoteSection entity. get: tags: - users.onenote summary: Get pages from users description: The collection of pages in the section. Read-only. Nullable. operationId: users.onenote.sections.GetPages parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.onenote summary: Update the navigation property pages in users operationId: users.onenote.sections.UpdatePages requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.onenote summary: Delete navigation property pages for users operationId: users.onenote.sections.DeletePages parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}' - '/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}' - '/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}' '/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content': description: Provides operations to manage the media for the user entity. get: tags: - users.onenote summary: Get content for the navigation property pages from users description: The page's HTML content. operationId: users.onenote.sections.GetPagesContent responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - users.onenote summary: Update content for the navigation property pages in users description: The page's HTML content. operationId: users.onenote.sections.UpdatePagesContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - users.onenote summary: Delete content for the navigation property pages in users description: The page's HTML content. operationId: users.onenote.sections.DeletePagesContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage '/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection': description: Provides operations to call the copyToSection method. post: tags: - users.Actions summary: Invoke action copyToSection description: 'Copy a page to a specific section. For copy operations, you follow an asynchronous calling pattern: First call the Copy action, and then poll the operation endpoint for the result.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0 operationId: users.user.onenote.sections.onenoteSection.pages.onenotePage.copyToSection requestBody: description: Action parameters content: application/json: schema: type: object properties: id: type: string nullable: true groupId: type: string nullable: true siteCollectionId: type: string nullable: true siteId: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenoteOperation' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' - '/users/{user-id}/onenote/pages/{onenotePage-id}/copyToSection' - '/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection' '/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent': description: Provides operations to call the onenotePatchContent method. post: tags: - users.Actions summary: Invoke action onenotePatchContent operationId: users.user.onenote.sections.onenoteSection.pages.onenotePage.onenotePatchContent requestBody: description: Action parameters content: application/json: schema: type: object properties: commands: type: array items: $ref: '#/components/schemas/microsoft.graph.onenotePatchContentCommand' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' - '/users/{user-id}/onenote/pages/{onenotePage-id}/onenotePatchContent' - '/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent' '/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()': description: Provides operations to call the preview method. get: tags: - users.Functions summary: Invoke function preview operationId: users.user.onenote.sections.onenoteSection.pages.onenotePage.preview responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenotePagePreview' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - '/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' - '/users/{user-id}/onenote/pages/{onenotePage-id}/preview()' - '/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview()' '/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook': description: Provides operations to manage the parentNotebook property of the microsoft.graph.onenotePage entity. get: tags: - users.onenote summary: Get parentNotebook from users description: The notebook that contains the page. Read-only. operationId: users.onenote.sections.pages.GetParentNotebook parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - '/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' - '/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook' - '/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook' '/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection': description: Provides operations to manage the parentSection property of the microsoft.graph.onenotePage entity. get: tags: - users.onenote summary: Get parentSection from users description: The section that contains the page. Read-only. operationId: users.onenote.sections.pages.GetParentSection parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection - name: onenotePage-id in: path description: The unique identifier of onenotePage required: true schema: type: string x-ms-docs-key-type: onenotePage x-ms-docs-grouped-path: - '/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - '/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' - '/users/{user-id}/onenote/pages/{onenotePage-id}/parentSection' - '/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection' '/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/$count': description: Provides operations to count the resources in the collection. get: tags: - users.onenote summary: Get the number of the resource operationId: users.onenote.sections.pages.GetCount-17eb parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection '/users/{user-id}/onenote/sections/{onenoteSection-id}/parentNotebook': description: Provides operations to manage the parentNotebook property of the microsoft.graph.onenoteSection entity. get: tags: - users.onenote summary: Get parentNotebook from users description: The notebook that contains the section. Read-only. operationId: users.onenote.sections.GetParentNotebook parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook' - '/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook' - '/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook' '/users/{user-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup': description: Provides operations to manage the parentSectionGroup property of the microsoft.graph.onenoteSection entity. get: tags: - users.onenote summary: Get parentSectionGroup from users description: The section group that contains the section. Read-only. operationId: users.onenote.sections.GetParentSectionGroup parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: onenoteSection-id in: path description: The unique identifier of onenoteSection required: true schema: type: string x-ms-docs-key-type: onenoteSection x-ms-docs-grouped-path: - '/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup' - '/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup' - '/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup' '/users/{user-id}/onenote/sections/$count': description: Provides operations to count the resources in the collection. get: tags: - users.onenote summary: Get the number of the resource operationId: users.onenote.sections.GetCount-8b0b parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/onlineMeetings': description: Provides operations to manage the onlineMeetings property of the microsoft.graph.user entity. get: tags: - users.onlineMeeting summary: Get onlineMeetings from users description: 'Information about a meeting, including the URL used to join a meeting, the attendees list, and the description.' operationId: users.ListOnlineMeetings parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.onlineMeetingCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.onlineMeeting summary: Create new navigation property to onlineMeetings for users operationId: users.CreateOnlineMeetings requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onlineMeeting' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onlineMeeting' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/onlineMeetings/{onlineMeeting-id}': description: Provides operations to manage the onlineMeetings property of the microsoft.graph.user entity. get: tags: - users.onlineMeeting summary: Get onlineMeetings from users description: 'Information about a meeting, including the URL used to join a meeting, the attendees list, and the description.' operationId: users.GetOnlineMeetings parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onlineMeeting' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.onlineMeeting summary: Update the navigation property onlineMeetings in users operationId: users.UpdateOnlineMeetings requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onlineMeeting' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onlineMeeting' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.onlineMeeting summary: Delete navigation property onlineMeetings for users operationId: users.DeleteOnlineMeetings parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: onlineMeeting-id in: path description: The unique identifier of onlineMeeting required: true schema: type: string x-ms-docs-key-type: onlineMeeting '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports': description: Provides operations to manage the attendanceReports property of the microsoft.graph.onlineMeetingBase entity. get: tags: - users.onlineMeeting summary: Get attendanceReports from users description: The attendance reports of an online meeting. Read-only. operationId: users.onlineMeetings.ListAttendanceReports parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.meetingAttendanceReportCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.onlineMeeting summary: Create new navigation property to attendanceReports for users operationId: users.onlineMeetings.CreateAttendanceReports requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: onlineMeeting-id in: path description: The unique identifier of onlineMeeting required: true schema: type: string x-ms-docs-key-type: onlineMeeting '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}': description: Provides operations to manage the attendanceReports property of the microsoft.graph.onlineMeetingBase entity. get: tags: - users.onlineMeeting summary: Get attendanceReports from users description: The attendance reports of an online meeting. Read-only. operationId: users.onlineMeetings.GetAttendanceReports parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.onlineMeeting summary: Update the navigation property attendanceReports in users operationId: users.onlineMeetings.UpdateAttendanceReports requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.onlineMeeting summary: Delete navigation property attendanceReports for users operationId: users.onlineMeetings.DeleteAttendanceReports parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: onlineMeeting-id in: path description: The unique identifier of onlineMeeting required: true schema: type: string x-ms-docs-key-type: onlineMeeting - name: meetingAttendanceReport-id in: path description: The unique identifier of meetingAttendanceReport required: true schema: type: string x-ms-docs-key-type: meetingAttendanceReport '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords': description: Provides operations to manage the attendanceRecords property of the microsoft.graph.meetingAttendanceReport entity. get: tags: - users.onlineMeeting summary: Get attendanceRecords from users description: List of attendance records of an attendance report. Read-only. operationId: users.onlineMeetings.attendanceReports.ListAttendanceRecords parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.attendanceRecordCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.onlineMeeting summary: Create new navigation property to attendanceRecords for users operationId: users.onlineMeetings.attendanceReports.CreateAttendanceRecords requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attendanceRecord' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attendanceRecord' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: onlineMeeting-id in: path description: The unique identifier of onlineMeeting required: true schema: type: string x-ms-docs-key-type: onlineMeeting - name: meetingAttendanceReport-id in: path description: The unique identifier of meetingAttendanceReport required: true schema: type: string x-ms-docs-key-type: meetingAttendanceReport '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}': description: Provides operations to manage the attendanceRecords property of the microsoft.graph.meetingAttendanceReport entity. get: tags: - users.onlineMeeting summary: Get attendanceRecords from users description: List of attendance records of an attendance report. Read-only. operationId: users.onlineMeetings.attendanceReports.GetAttendanceRecords parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attendanceRecord' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.onlineMeeting summary: Update the navigation property attendanceRecords in users operationId: users.onlineMeetings.attendanceReports.UpdateAttendanceRecords requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attendanceRecord' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attendanceRecord' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.onlineMeeting summary: Delete navigation property attendanceRecords for users operationId: users.onlineMeetings.attendanceReports.DeleteAttendanceRecords parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: onlineMeeting-id in: path description: The unique identifier of onlineMeeting required: true schema: type: string x-ms-docs-key-type: onlineMeeting - name: meetingAttendanceReport-id in: path description: The unique identifier of meetingAttendanceReport required: true schema: type: string x-ms-docs-key-type: meetingAttendanceReport - name: attendanceRecord-id in: path description: The unique identifier of attendanceRecord required: true schema: type: string x-ms-docs-key-type: attendanceRecord '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count': description: Provides operations to count the resources in the collection. get: tags: - users.onlineMeeting summary: Get the number of the resource operationId: users.onlineMeetings.attendanceReports.attendanceRecords.GetCount-3340 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: onlineMeeting-id in: path description: The unique identifier of onlineMeeting required: true schema: type: string x-ms-docs-key-type: onlineMeeting - name: meetingAttendanceReport-id in: path description: The unique identifier of meetingAttendanceReport required: true schema: type: string x-ms-docs-key-type: meetingAttendanceReport '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/$count': description: Provides operations to count the resources in the collection. get: tags: - users.onlineMeeting summary: Get the number of the resource operationId: users.onlineMeetings.attendanceReports.GetCount-e849 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: onlineMeeting-id in: path description: The unique identifier of onlineMeeting required: true schema: type: string x-ms-docs-key-type: onlineMeeting '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendeeReport': description: Provides operations to manage the media for the user entity. get: tags: - users.onlineMeeting summary: Get attendeeReport for the navigation property onlineMeetings from users description: The content stream of the attendee report of a Microsoft Teams live event. Read-only. operationId: users.GetOnlineMeetingsAttendeeReport responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - users.onlineMeeting summary: Update attendeeReport for the navigation property onlineMeetings in users description: The content stream of the attendee report of a Microsoft Teams live event. Read-only. operationId: users.UpdateOnlineMeetingsAttendeeReport requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - users.onlineMeeting summary: Delete attendeeReport for the navigation property onlineMeetings in users description: The content stream of the attendee report of a Microsoft Teams live event. Read-only. operationId: users.DeleteOnlineMeetingsAttendeeReport parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: onlineMeeting-id in: path description: The unique identifier of onlineMeeting required: true schema: type: string x-ms-docs-key-type: onlineMeeting '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/getVirtualAppointmentJoinWebUrl()': description: Provides operations to call the getVirtualAppointmentJoinWebUrl method. get: tags: - users.Functions summary: Invoke function getVirtualAppointmentJoinWebUrl description: 'Get a join web URL for a Microsoft Virtual Appointment. This web URL includes enhanced business-to-customer experiences such as mobile browser join and virtual lobby rooms. With Teams Premium, you can configure a custom lobby room experience for attendees by adding your company logo and access the Virtual Appointments usage report for organizational analytics.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/virtualappointment-getvirtualappointmentjoinweburl?view=graph-rest-1.0 operationId: users.user.onlineMeetings.onlineMeeting.getVirtualAppointmentJoinWebUrl responses: 2XX: description: Success content: application/json: schema: type: object properties: value: type: string nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: onlineMeeting-id in: path description: The unique identifier of onlineMeeting required: true schema: type: string x-ms-docs-key-type: onlineMeeting '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/sendVirtualAppointmentReminderSms': description: Provides operations to call the sendVirtualAppointmentReminderSms method. post: tags: - users.Actions summary: Invoke action sendVirtualAppointmentReminderSms description: Send an SMS reminder to external attendees for a Teams virtual appointment. This feature requires Teams premium and attendees must have a valid United States phone number to receive SMS notifications. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentremindersms?view=graph-rest-1.0 operationId: users.user.onlineMeetings.onlineMeeting.sendVirtualAppointmentReminderSms requestBody: description: Action parameters content: application/json: schema: type: object properties: remindBeforeTimeInMinutesType: anyOf: - $ref: '#/components/schemas/microsoft.graph.remindBeforeTimeInMinutesType' - type: object nullable: true attendees: type: array items: $ref: '#/components/schemas/microsoft.graph.attendeeNotificationInfo' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: onlineMeeting-id in: path description: The unique identifier of onlineMeeting required: true schema: type: string x-ms-docs-key-type: onlineMeeting '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/sendVirtualAppointmentSms': description: Provides operations to call the sendVirtualAppointmentSms method. post: tags: - users.Actions summary: Invoke action sendVirtualAppointmentSms description: 'Send an SMS notification to external attendees when a Teams virtual appointment is confirmed, rescheduled, or canceled. This feature requires Teams premium. Attendees must have a valid United States phone number to receive these SMS notifications.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentsms?view=graph-rest-1.0 operationId: users.user.onlineMeetings.onlineMeeting.sendVirtualAppointmentSms requestBody: description: Action parameters content: application/json: schema: type: object properties: messageType: anyOf: - $ref: '#/components/schemas/microsoft.graph.virtualAppointmentMessageType' - type: object nullable: true attendees: type: array items: $ref: '#/components/schemas/microsoft.graph.attendeeNotificationInfo' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: onlineMeeting-id in: path description: The unique identifier of onlineMeeting required: true schema: type: string x-ms-docs-key-type: onlineMeeting '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings': description: Provides operations to manage the recordings property of the microsoft.graph.onlineMeeting entity. get: tags: - users.onlineMeeting summary: Get callRecording description: 'Get a callRecording object associated with a scheduled onlineMeeting. This API doesn''t support getting call recordings from channel meetings. For a recording, this API returns the metadata of the single recording associated with the online meeting. For the content of a recording, this API returns the stream of bytes associated with the recording.' operationId: users.onlineMeetings.ListRecordings parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.callRecordingCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.onlineMeeting summary: Create new navigation property to recordings for users operationId: users.onlineMeetings.CreateRecordings requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.callRecording' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.callRecording' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: onlineMeeting-id in: path description: The unique identifier of onlineMeeting required: true schema: type: string x-ms-docs-key-type: onlineMeeting '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}': description: Provides operations to manage the recordings property of the microsoft.graph.onlineMeeting entity. get: tags: - users.onlineMeeting summary: Get callRecording description: 'Get a callRecording object associated with a scheduled onlineMeeting. This API doesn''t support getting call recordings from channel meetings. For a recording, this API returns the metadata of the single recording associated with the online meeting. For the content of a recording, this API returns the stream of bytes associated with the recording.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/callrecording-get?view=graph-rest-1.0 operationId: users.onlineMeetings.GetRecordings parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.callRecording' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.onlineMeeting summary: Update the navigation property recordings in users operationId: users.onlineMeetings.UpdateRecordings requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.callRecording' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.callRecording' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.onlineMeeting summary: Delete navigation property recordings for users operationId: users.onlineMeetings.DeleteRecordings parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: onlineMeeting-id in: path description: The unique identifier of onlineMeeting required: true schema: type: string x-ms-docs-key-type: onlineMeeting - name: callRecording-id in: path description: The unique identifier of callRecording required: true schema: type: string x-ms-docs-key-type: callRecording '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content': description: Provides operations to manage the media for the user entity. get: tags: - users.onlineMeeting summary: Get content for the navigation property recordings from users description: The content of the recording. Read-only. operationId: users.onlineMeetings.GetRecordingsContent responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - users.onlineMeeting summary: Update content for the navigation property recordings in users description: The content of the recording. Read-only. operationId: users.onlineMeetings.UpdateRecordingsContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.callRecording' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - users.onlineMeeting summary: Delete content for the navigation property recordings in users description: The content of the recording. Read-only. operationId: users.onlineMeetings.DeleteRecordingsContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: onlineMeeting-id in: path description: The unique identifier of onlineMeeting required: true schema: type: string x-ms-docs-key-type: onlineMeeting - name: callRecording-id in: path description: The unique identifier of callRecording required: true schema: type: string x-ms-docs-key-type: callRecording '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/$count': description: Provides operations to count the resources in the collection. get: tags: - users.onlineMeeting summary: Get the number of the resource operationId: users.onlineMeetings.recordings.GetCount-6c9a parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: onlineMeeting-id in: path description: The unique identifier of onlineMeeting required: true schema: type: string x-ms-docs-key-type: onlineMeeting '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts': description: Provides operations to manage the transcripts property of the microsoft.graph.onlineMeeting entity. get: tags: - users.onlineMeeting summary: List transcripts description: Retrieve the list of callTranscript objects associated with a scheduled onlineMeeting. This API doesn't support getting call transcripts from channel meetings. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/onlinemeeting-list-transcripts?view=graph-rest-1.0 operationId: users.onlineMeetings.ListTranscripts parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.callTranscriptCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.onlineMeeting summary: Create new navigation property to transcripts for users operationId: users.onlineMeetings.CreateTranscripts requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.callTranscript' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.callTranscript' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: onlineMeeting-id in: path description: The unique identifier of onlineMeeting required: true schema: type: string x-ms-docs-key-type: onlineMeeting '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}': description: Provides operations to manage the transcripts property of the microsoft.graph.onlineMeeting entity. get: tags: - users.onlineMeeting summary: Get callTranscript description: Retrieve a callTranscript object associated with a scheduled onlineMeeting. This API doesn't support getting call transcripts from channel meetings. Retrieving the transcript returns the metadata of the single transcript associated with the online meeting. Retrieving the content of the transcript returns the stream of text associated with the transcript. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/calltranscript-get?view=graph-rest-1.0 operationId: users.onlineMeetings.GetTranscripts parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.callTranscript' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.onlineMeeting summary: Update the navigation property transcripts in users operationId: users.onlineMeetings.UpdateTranscripts requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.callTranscript' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.callTranscript' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.onlineMeeting summary: Delete navigation property transcripts for users operationId: users.onlineMeetings.DeleteTranscripts parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: onlineMeeting-id in: path description: The unique identifier of onlineMeeting required: true schema: type: string x-ms-docs-key-type: onlineMeeting - name: callTranscript-id in: path description: The unique identifier of callTranscript required: true schema: type: string x-ms-docs-key-type: callTranscript '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content': description: Provides operations to manage the media for the user entity. get: tags: - users.onlineMeeting summary: Get callTranscript description: Retrieve a callTranscript object associated with a scheduled onlineMeeting. This API doesn't support getting call transcripts from channel meetings. Retrieving the transcript returns the metadata of the single transcript associated with the online meeting. Retrieving the content of the transcript returns the stream of text associated with the transcript. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/calltranscript-get?view=graph-rest-1.0 operationId: users.onlineMeetings.GetTranscriptsContent responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - users.onlineMeeting summary: Update content for the navigation property transcripts in users description: The content of the transcript. Read-only. operationId: users.onlineMeetings.UpdateTranscriptsContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.callTranscript' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - users.onlineMeeting summary: Delete content for the navigation property transcripts in users description: The content of the transcript. Read-only. operationId: users.onlineMeetings.DeleteTranscriptsContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: onlineMeeting-id in: path description: The unique identifier of onlineMeeting required: true schema: type: string x-ms-docs-key-type: onlineMeeting - name: callTranscript-id in: path description: The unique identifier of callTranscript required: true schema: type: string x-ms-docs-key-type: callTranscript '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent': description: Provides operations to manage the media for the user entity. get: tags: - users.onlineMeeting summary: Get callTranscript description: Retrieve a callTranscript object associated with a scheduled onlineMeeting. This API doesn't support getting call transcripts from channel meetings. Retrieving the transcript returns the metadata of the single transcript associated with the online meeting. Retrieving the content of the transcript returns the stream of text associated with the transcript. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/calltranscript-get?view=graph-rest-1.0 operationId: users.onlineMeetings.GetTranscriptsMetadataContent responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - users.onlineMeeting summary: Update metadataContent for the navigation property transcripts in users description: The time-aligned metadata of the utterances in the transcript. Read-only. operationId: users.onlineMeetings.UpdateTranscriptsMetadataContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - users.onlineMeeting summary: Delete metadataContent for the navigation property transcripts in users description: The time-aligned metadata of the utterances in the transcript. Read-only. operationId: users.onlineMeetings.DeleteTranscriptsMetadataContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: onlineMeeting-id in: path description: The unique identifier of onlineMeeting required: true schema: type: string x-ms-docs-key-type: onlineMeeting - name: callTranscript-id in: path description: The unique identifier of callTranscript required: true schema: type: string x-ms-docs-key-type: callTranscript '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/$count': description: Provides operations to count the resources in the collection. get: tags: - users.onlineMeeting summary: Get the number of the resource operationId: users.onlineMeetings.transcripts.GetCount-3b6f parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: onlineMeeting-id in: path description: The unique identifier of onlineMeeting required: true schema: type: string x-ms-docs-key-type: onlineMeeting '/users/{user-id}/onlineMeetings/$count': description: Provides operations to count the resources in the collection. get: tags: - users.onlineMeeting summary: Get the number of the resource operationId: users.onlineMeetings.GetCount-1fc7 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/onlineMeetings/createOrGet': description: Provides operations to call the createOrGet method. post: tags: - users.Actions summary: Invoke action createOrGet description: 'Create an onlineMeeting object with a custom specified external ID. If the external ID already exists, this API will return the onlineMeeting object with that external ID. ' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/onlinemeeting-createorget?view=graph-rest-1.0 operationId: users.user.onlineMeetings.createOrGet requestBody: description: Action parameters content: application/json: schema: type: object properties: chatInfo: anyOf: - $ref: '#/components/schemas/microsoft.graph.chatInfo' - type: object nullable: true endDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string format: date-time nullable: true externalId: type: string participants: anyOf: - $ref: '#/components/schemas/microsoft.graph.meetingParticipants' - type: object nullable: true startDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string format: date-time nullable: true subject: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.onlineMeeting' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/outlook': description: Provides operations to manage the outlook property of the microsoft.graph.user entity. get: tags: - users.outlookUser summary: Get outlook from users operationId: users.GetOutlook parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.outlookUser' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/outlook/masterCategories': description: Provides operations to manage the masterCategories property of the microsoft.graph.outlookUser entity. get: tags: - users.outlookUser summary: Get masterCategories from users description: A list of categories defined for the user. operationId: users.outlook.ListMasterCategories parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.outlookCategoryCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.outlookUser summary: Create new navigation property to masterCategories for users operationId: users.outlook.CreateMasterCategories requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.outlookCategory' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.outlookCategory' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/outlook/masterCategories/{outlookCategory-id}': description: Provides operations to manage the masterCategories property of the microsoft.graph.outlookUser entity. get: tags: - users.outlookUser summary: Get masterCategories from users description: A list of categories defined for the user. operationId: users.outlook.GetMasterCategories parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.outlookCategory' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.outlookUser summary: Update the navigation property masterCategories in users operationId: users.outlook.UpdateMasterCategories requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.outlookCategory' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.outlookCategory' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.outlookUser summary: Delete navigation property masterCategories for users operationId: users.outlook.DeleteMasterCategories parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: outlookCategory-id in: path description: The unique identifier of outlookCategory required: true schema: type: string x-ms-docs-key-type: outlookCategory '/users/{user-id}/outlook/masterCategories/$count': description: Provides operations to count the resources in the collection. get: tags: - users.outlookUser summary: Get the number of the resource operationId: users.outlook.masterCategories.GetCount-8560 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/outlook/supportedLanguages()': description: Provides operations to call the supportedLanguages method. get: tags: - users.Functions summary: Invoke function supportedLanguages description: "Get the list of locales and languages that are supported for the user, as configured on the user's mailbox server. When setting up an Outlook client, the user selects the preferred language from this supported list. You can subsequently get the preferred language by\ngetting the user's mailbox settings." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/outlookuser-supportedlanguages?view=graph-rest-1.0 operationId: users.user.outlook.supportedLanguages parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.localeInfo' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/outlook/supportedTimeZones()': description: Provides operations to call the supportedTimeZones method. get: tags: - users.Functions summary: Invoke function supportedTimeZones operationId: users.user.outlook.supportedTimeZones-5c4f parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.timeZoneInformation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user x-ms-docs-grouped-path: - '/users/{user-id}/outlook/supportedTimeZones(TimeZoneStandard=''{TimeZoneStandard}'')' '/users/{user-id}/outlook/supportedTimeZones(TimeZoneStandard=''{TimeZoneStandard}'')': description: Provides operations to call the supportedTimeZones method. get: tags: - users.Functions summary: Invoke function supportedTimeZones operationId: users.user.outlook.supportedTimeZones-0d20 parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: 2XX: description: Success content: application/json: schema: type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.timeZoneInformation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: TimeZoneStandard in: path description: 'Usage: TimeZoneStandard=''{TimeZoneStandard}''' required: true schema: $ref: '#/components/schemas/microsoft.graph.timeZoneStandard' x-ms-docs-grouped-path: - '/users/{user-id}/outlook/supportedTimeZones()' '/users/{user-id}/ownedDevices': description: Provides operations to manage the ownedDevices property of the microsoft.graph.user entity. get: tags: - users.directoryObject summary: Get ownedDevices from users description: 'Devices the user owns. Read-only. Nullable. Supports $expand and $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1).' operationId: users.ListOwnedDevices parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/ownedDevices/{directoryObject-id}': description: Provides operations to manage the ownedDevices property of the microsoft.graph.user entity. get: tags: - users.directoryObject summary: Get ownedDevices from users description: 'Devices the user owns. Read-only. Nullable. Supports $expand and $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1).' operationId: users.GetOwnedDevices parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/users/{user-id}/ownedDevices/{directoryObject-id}/graph.appRoleAssignment': description: Casts the previous resource to appRoleAssignment. get: tags: - users.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.appRoleAssignment operationId: users.GetOwnedDevices.AsAppRoleAssignment parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.appRoleAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/users/{user-id}/ownedDevices/{directoryObject-id}/graph.device': description: Casts the previous resource to device. get: tags: - users.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.device operationId: users.GetOwnedDevices.AsDevice parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.device' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/users/{user-id}/ownedDevices/{directoryObject-id}/graph.endpoint': description: Casts the previous resource to endpoint. get: tags: - users.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.endpoint operationId: users.GetOwnedDevices.AsEndpoint parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.endpoint' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/users/{user-id}/ownedDevices/$count': description: Provides operations to count the resources in the collection. get: tags: - users.directoryObject summary: Get the number of the resource operationId: users.ownedDevices.GetCount-e76d parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/ownedDevices/graph.appRoleAssignment': description: Casts the previous resource to appRoleAssignment. get: tags: - users.directoryObject summary: Get the items of type microsoft.graph.appRoleAssignment in the microsoft.graph.directoryObject collection operationId: users.ListOwnedDevices.AsAppRoleAssignment parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.appRoleAssignmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/ownedDevices/graph.appRoleAssignment/$count': description: Provides operations to count the resources in the collection. get: tags: - users.directoryObject summary: Get the number of the resource operationId: users.OwnedDevices.GetCount.AsAppRoleAssignment-59f6 parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/ownedDevices/graph.device': description: Casts the previous resource to device. get: tags: - users.directoryObject summary: Get the items of type microsoft.graph.device in the microsoft.graph.directoryObject collection operationId: users.ListOwnedDevices.AsDevice parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.deviceCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/ownedDevices/graph.device/$count': description: Provides operations to count the resources in the collection. get: tags: - users.directoryObject summary: Get the number of the resource operationId: users.OwnedDevices.GetCount.AsDevice-64a9 parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/ownedDevices/graph.endpoint': description: Casts the previous resource to endpoint. get: tags: - users.directoryObject summary: Get the items of type microsoft.graph.endpoint in the microsoft.graph.directoryObject collection operationId: users.ListOwnedDevices.AsEndpoint parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.endpointCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/ownedDevices/graph.endpoint/$count': description: Provides operations to count the resources in the collection. get: tags: - users.directoryObject summary: Get the number of the resource operationId: users.OwnedDevices.GetCount.AsEndpoint-bd17 parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/ownedObjects': description: Provides operations to manage the ownedObjects property of the microsoft.graph.user entity. get: tags: - users.directoryObject summary: Get ownedObjects from users description: 'Directory objects the user owns. Read-only. Nullable. Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1).' operationId: users.ListOwnedObjects parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/ownedObjects/{directoryObject-id}': description: Provides operations to manage the ownedObjects property of the microsoft.graph.user entity. get: tags: - users.directoryObject summary: Get ownedObjects from users description: 'Directory objects the user owns. Read-only. Nullable. Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1).' operationId: users.GetOwnedObjects parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/users/{user-id}/ownedObjects/{directoryObject-id}/graph.application': description: Casts the previous resource to application. get: tags: - users.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.application operationId: users.GetOwnedObjects.AsApplication parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.application' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/users/{user-id}/ownedObjects/{directoryObject-id}/graph.group': description: Casts the previous resource to group. get: tags: - users.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.group operationId: users.GetOwnedObjects.AsGroup parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.group' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/users/{user-id}/ownedObjects/{directoryObject-id}/graph.servicePrincipal': description: Casts the previous resource to servicePrincipal. get: tags: - users.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.servicePrincipal operationId: users.GetOwnedObjects.AsServicePrincipal parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.servicePrincipal' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/users/{user-id}/ownedObjects/$count': description: Provides operations to count the resources in the collection. get: tags: - users.directoryObject summary: Get the number of the resource operationId: users.ownedObjects.GetCount-2c09 parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/ownedObjects/graph.application': description: Casts the previous resource to application. get: tags: - users.directoryObject summary: Get the items of type microsoft.graph.application in the microsoft.graph.directoryObject collection operationId: users.ListOwnedObjects.AsApplication parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.applicationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/ownedObjects/graph.application/$count': description: Provides operations to count the resources in the collection. get: tags: - users.directoryObject summary: Get the number of the resource operationId: users.OwnedObjects.GetCount.AsApplication-1b6d parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/ownedObjects/graph.group': description: Casts the previous resource to group. get: tags: - users.directoryObject summary: Get the items of type microsoft.graph.group in the microsoft.graph.directoryObject collection operationId: users.ListOwnedObjects.AsGroup parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.groupCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/ownedObjects/graph.group/$count': description: Provides operations to count the resources in the collection. get: tags: - users.directoryObject summary: Get the number of the resource operationId: users.OwnedObjects.GetCount.AsGroup-7af3 parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/ownedObjects/graph.servicePrincipal': description: Casts the previous resource to servicePrincipal. get: tags: - users.directoryObject summary: Get the items of type microsoft.graph.servicePrincipal in the microsoft.graph.directoryObject collection operationId: users.ListOwnedObjects.AsServicePrincipal parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.servicePrincipalCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/ownedObjects/graph.servicePrincipal/$count': description: Provides operations to count the resources in the collection. get: tags: - users.directoryObject summary: Get the number of the resource operationId: users.OwnedObjects.GetCount.AsServicePrincipal-370f parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/people': description: Provides operations to manage the people property of the microsoft.graph.user entity. get: tags: - users.person summary: Get people from users description: People that are relevant to the user. Read-only. Nullable. operationId: users.ListPeople parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.personCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/people/{person-id}': description: Provides operations to manage the people property of the microsoft.graph.user entity. get: tags: - users.person summary: Get people from users description: People that are relevant to the user. Read-only. Nullable. operationId: users.GetPeople parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.person' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: person-id in: path description: The unique identifier of person required: true schema: type: string x-ms-docs-key-type: person '/users/{user-id}/people/$count': description: Provides operations to count the resources in the collection. get: tags: - users.person summary: Get the number of the resource operationId: users.people.GetCount-d516 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/permissionGrants': description: Provides operations to manage the permissionGrants property of the microsoft.graph.user entity. get: tags: - users.resourceSpecificPermissionGrant summary: List permissionGrants of a user description: 'List all resource-specific permission grants of a user. This list specifies the Microsoft Entra apps that have access to the user, along with the corresponding resource-specific access that each app has.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/user-list-permissiongrants?view=graph-rest-1.0 operationId: users.ListPermissionGrants parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.resourceSpecificPermissionGrantCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.resourceSpecificPermissionGrant summary: Create new navigation property to permissionGrants for users operationId: users.CreatePermissionGrants requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/permissionGrants/{resourceSpecificPermissionGrant-id}': description: Provides operations to manage the permissionGrants property of the microsoft.graph.user entity. get: tags: - users.resourceSpecificPermissionGrant summary: Get permissionGrants from users description: List all resource-specific permission grants of a user. operationId: users.GetPermissionGrants parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.resourceSpecificPermissionGrant summary: Update the navigation property permissionGrants in users operationId: users.UpdatePermissionGrants requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.resourceSpecificPermissionGrant summary: Delete navigation property permissionGrants for users operationId: users.DeletePermissionGrants parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: resourceSpecificPermissionGrant-id in: path description: The unique identifier of resourceSpecificPermissionGrant required: true schema: type: string x-ms-docs-key-type: resourceSpecificPermissionGrant '/users/{user-id}/permissionGrants/$count': description: Provides operations to count the resources in the collection. get: tags: - users.resourceSpecificPermissionGrant summary: Get the number of the resource operationId: users.permissionGrants.GetCount-07aa parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/photo': description: Provides operations to manage the photo property of the microsoft.graph.user entity. get: tags: - users.profilePhoto summary: Get photo from users description: The user's profile photo. Read-only. operationId: users.GetPhoto parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.profilePhoto' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.profilePhoto summary: Update the navigation property photo in users operationId: users.UpdatePhoto requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.profilePhoto' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.profilePhoto' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.profilePhoto summary: Delete navigation property photo for users operationId: users.DeletePhoto parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/photo/$value': description: Provides operations to manage the media for the user entity. get: tags: - users.profilePhoto summary: Get media content for the navigation property photo from users description: The user's profile photo. Read-only. operationId: users.GetPhotoContent responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - users.profilePhoto summary: Update media content for the navigation property photo in users description: The user's profile photo. Read-only. operationId: users.UpdatePhotoContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - users.profilePhoto summary: Delete media content for the navigation property photo in users description: The user's profile photo. Read-only. operationId: users.DeletePhotoContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/photos': description: Provides operations to manage the photos property of the microsoft.graph.user entity. get: tags: - users.profilePhoto summary: Get photos from users description: The collection of the user's profile photos in different sizes. Read-only. operationId: users.ListPhotos parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.profilePhotoCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/photos/{profilePhoto-id}': description: Provides operations to manage the photos property of the microsoft.graph.user entity. get: tags: - users.profilePhoto summary: Get photos from users description: The collection of the user's profile photos in different sizes. Read-only. operationId: users.GetPhotos parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.profilePhoto' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: profilePhoto-id in: path description: The unique identifier of profilePhoto required: true schema: type: string x-ms-docs-key-type: profilePhoto '/users/{user-id}/photos/{profilePhoto-id}/$value': description: Provides operations to manage the media for the user entity. get: tags: - users.profilePhoto summary: Get media content for the navigation property photos from users description: The unique identifier for an entity. Read-only. operationId: users.GetPhotosContent responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - users.profilePhoto summary: Update media content for the navigation property photos in users description: The unique identifier for an entity. Read-only. operationId: users.UpdatePhotosContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - users.profilePhoto summary: Delete media content for the navigation property photos in users description: The unique identifier for an entity. Read-only. operationId: users.DeletePhotosContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: profilePhoto-id in: path description: The unique identifier of profilePhoto required: true schema: type: string x-ms-docs-key-type: profilePhoto '/users/{user-id}/planner': description: Provides operations to manage the planner property of the microsoft.graph.user entity. get: tags: - users.plannerUser summary: Get planner from users description: Entry-point to the Planner resource that might exist for a user. Read-only. operationId: users.GetPlanner parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerUser' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.plannerUser summary: Update the navigation property planner in users operationId: users.UpdatePlanner parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerUser' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerUser' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.plannerUser summary: Delete navigation property planner for users operationId: users.DeletePlanner parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/planner/plans': description: Provides operations to manage the plans property of the microsoft.graph.plannerUser entity. get: tags: - users.plannerUser summary: Get plans from users description: Read-only. Nullable. Returns the plannerTasks assigned to the user. operationId: users.planner.ListPlans parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.plannerPlanCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.plannerUser summary: Create new navigation property to plans for users operationId: users.planner.CreatePlans requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerPlan' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerPlan' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/planner/plans/{plannerPlan-id}': description: Provides operations to manage the plans property of the microsoft.graph.plannerUser entity. get: tags: - users.plannerUser summary: Get plans from users description: Read-only. Nullable. Returns the plannerTasks assigned to the user. operationId: users.planner.GetPlans parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerPlan' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.plannerUser summary: Update the navigation property plans in users operationId: users.planner.UpdatePlans requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerPlan' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerPlan' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.plannerUser summary: Delete navigation property plans for users operationId: users.planner.DeletePlans parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan '/users/{user-id}/planner/plans/{plannerPlan-id}/buckets': description: Provides operations to manage the buckets property of the microsoft.graph.plannerPlan entity. get: tags: - users.plannerUser summary: Get buckets from users description: Read-only. Nullable. Collection of buckets in the plan. operationId: users.planner.plans.ListBuckets parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.plannerBucketCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.plannerUser summary: Create new navigation property to buckets for users operationId: users.planner.plans.CreateBuckets requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerBucket' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerBucket' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan '/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}': description: Provides operations to manage the buckets property of the microsoft.graph.plannerPlan entity. get: tags: - users.plannerUser summary: Get buckets from users description: Read-only. Nullable. Collection of buckets in the plan. operationId: users.planner.plans.GetBuckets parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerBucket' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.plannerUser summary: Update the navigation property buckets in users operationId: users.planner.plans.UpdateBuckets requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerBucket' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerBucket' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.plannerUser summary: Delete navigation property buckets for users operationId: users.planner.plans.DeleteBuckets parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan - name: plannerBucket-id in: path description: The unique identifier of plannerBucket required: true schema: type: string x-ms-docs-key-type: plannerBucket '/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks': description: Provides operations to manage the tasks property of the microsoft.graph.plannerBucket entity. get: tags: - users.plannerUser summary: Get tasks from users description: Read-only. Nullable. The collection of tasks in the bucket. operationId: users.planner.plans.buckets.ListTasks parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.plannerTaskCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.plannerUser summary: Create new navigation property to tasks for users operationId: users.planner.plans.buckets.CreateTasks requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan - name: plannerBucket-id in: path description: The unique identifier of plannerBucket required: true schema: type: string x-ms-docs-key-type: plannerBucket '/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}': description: Provides operations to manage the tasks property of the microsoft.graph.plannerBucket entity. get: tags: - users.plannerUser summary: Get tasks from users description: Read-only. Nullable. The collection of tasks in the bucket. operationId: users.planner.plans.buckets.GetTasks parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.plannerUser summary: Update the navigation property tasks in users operationId: users.planner.plans.buckets.UpdateTasks requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.plannerUser summary: Delete navigation property tasks for users operationId: users.planner.plans.buckets.DeleteTasks parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan - name: plannerBucket-id in: path description: The unique identifier of plannerBucket required: true schema: type: string x-ms-docs-key-type: plannerBucket - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask '/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat': description: Provides operations to manage the assignedToTaskBoardFormat property of the microsoft.graph.plannerTask entity. get: tags: - users.plannerUser summary: Get assignedToTaskBoardFormat from users description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by assignedTo. operationId: users.planner.plans.buckets.tasks.GetAssignedToTaskBoardFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.plannerUser summary: Update the navigation property assignedToTaskBoardFormat in users operationId: users.planner.plans.buckets.tasks.UpdateAssignedToTaskBoardFormat parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.plannerUser summary: Delete navigation property assignedToTaskBoardFormat for users operationId: users.planner.plans.buckets.tasks.DeleteAssignedToTaskBoardFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan - name: plannerBucket-id in: path description: The unique identifier of plannerBucket required: true schema: type: string x-ms-docs-key-type: plannerBucket - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask x-ms-docs-grouped-path: - '/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat' - '/users/{user-id}/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat' '/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat': description: Provides operations to manage the bucketTaskBoardFormat property of the microsoft.graph.plannerTask entity. get: tags: - users.plannerUser summary: Get bucketTaskBoardFormat from users description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by bucket. operationId: users.planner.plans.buckets.tasks.GetBucketTaskBoardFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.plannerUser summary: Update the navigation property bucketTaskBoardFormat in users operationId: users.planner.plans.buckets.tasks.UpdateBucketTaskBoardFormat parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.plannerUser summary: Delete navigation property bucketTaskBoardFormat for users operationId: users.planner.plans.buckets.tasks.DeleteBucketTaskBoardFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan - name: plannerBucket-id in: path description: The unique identifier of plannerBucket required: true schema: type: string x-ms-docs-key-type: plannerBucket - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask x-ms-docs-grouped-path: - '/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat' - '/users/{user-id}/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat' '/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details': description: Provides operations to manage the details property of the microsoft.graph.plannerTask entity. get: tags: - users.plannerUser summary: Get details from users description: Read-only. Nullable. More details about the task. operationId: users.planner.plans.buckets.tasks.GetDetails parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.plannerUser summary: Update the navigation property details in users operationId: users.planner.plans.buckets.tasks.UpdateDetails parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.plannerUser summary: Delete navigation property details for users operationId: users.planner.plans.buckets.tasks.DeleteDetails parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan - name: plannerBucket-id in: path description: The unique identifier of plannerBucket required: true schema: type: string x-ms-docs-key-type: plannerBucket - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask x-ms-docs-grouped-path: - '/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/details' - '/users/{user-id}/planner/tasks/{plannerTask-id}/details' '/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat': description: Provides operations to manage the progressTaskBoardFormat property of the microsoft.graph.plannerTask entity. get: tags: - users.plannerUser summary: Get progressTaskBoardFormat from users description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by progress. operationId: users.planner.plans.buckets.tasks.GetProgressTaskBoardFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.plannerUser summary: Update the navigation property progressTaskBoardFormat in users operationId: users.planner.plans.buckets.tasks.UpdateProgressTaskBoardFormat parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.plannerUser summary: Delete navigation property progressTaskBoardFormat for users operationId: users.planner.plans.buckets.tasks.DeleteProgressTaskBoardFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan - name: plannerBucket-id in: path description: The unique identifier of plannerBucket required: true schema: type: string x-ms-docs-key-type: plannerBucket - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask x-ms-docs-grouped-path: - '/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/progressTaskBoardFormat' - '/users/{user-id}/planner/tasks/{plannerTask-id}/progressTaskBoardFormat' '/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/$count': description: Provides operations to count the resources in the collection. get: tags: - users.plannerUser summary: Get the number of the resource operationId: users.planner.plans.buckets.tasks.GetCount-de1b parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan - name: plannerBucket-id in: path description: The unique identifier of plannerBucket required: true schema: type: string x-ms-docs-key-type: plannerBucket '/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/$count': description: Provides operations to count the resources in the collection. get: tags: - users.plannerUser summary: Get the number of the resource operationId: users.planner.plans.buckets.GetCount-f7f0 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan '/users/{user-id}/planner/plans/{plannerPlan-id}/details': description: Provides operations to manage the details property of the microsoft.graph.plannerPlan entity. get: tags: - users.plannerUser summary: Get details from users description: Read-only. Nullable. Extra details about the plan. operationId: users.planner.plans.GetDetails parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerPlanDetails' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.plannerUser summary: Update the navigation property details in users operationId: users.planner.plans.UpdateDetails parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerPlanDetails' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerPlanDetails' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.plannerUser summary: Delete navigation property details for users operationId: users.planner.plans.DeleteDetails parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan '/users/{user-id}/planner/plans/{plannerPlan-id}/tasks': description: Provides operations to manage the tasks property of the microsoft.graph.plannerPlan entity. get: tags: - users.plannerUser summary: Get tasks from users description: Read-only. Nullable. Collection of tasks in the plan. operationId: users.planner.plans.ListTasks parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.plannerTaskCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.plannerUser summary: Create new navigation property to tasks for users operationId: users.planner.plans.CreateTasks requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan '/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}': description: Provides operations to manage the tasks property of the microsoft.graph.plannerPlan entity. get: tags: - users.plannerUser summary: Get tasks from users description: Read-only. Nullable. Collection of tasks in the plan. operationId: users.planner.plans.GetTasks parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.plannerUser summary: Update the navigation property tasks in users operationId: users.planner.plans.UpdateTasks requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.plannerUser summary: Delete navigation property tasks for users operationId: users.planner.plans.DeleteTasks parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask '/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat': description: Provides operations to manage the assignedToTaskBoardFormat property of the microsoft.graph.plannerTask entity. get: tags: - users.plannerUser summary: Get assignedToTaskBoardFormat from users description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by assignedTo. operationId: users.planner.plans.tasks.GetAssignedToTaskBoardFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.plannerUser summary: Update the navigation property assignedToTaskBoardFormat in users operationId: users.planner.plans.tasks.UpdateAssignedToTaskBoardFormat parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.plannerUser summary: Delete navigation property assignedToTaskBoardFormat for users operationId: users.planner.plans.tasks.DeleteAssignedToTaskBoardFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask x-ms-docs-grouped-path: - '/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat' - '/users/{user-id}/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat' '/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat': description: Provides operations to manage the bucketTaskBoardFormat property of the microsoft.graph.plannerTask entity. get: tags: - users.plannerUser summary: Get bucketTaskBoardFormat from users description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by bucket. operationId: users.planner.plans.tasks.GetBucketTaskBoardFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.plannerUser summary: Update the navigation property bucketTaskBoardFormat in users operationId: users.planner.plans.tasks.UpdateBucketTaskBoardFormat parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.plannerUser summary: Delete navigation property bucketTaskBoardFormat for users operationId: users.planner.plans.tasks.DeleteBucketTaskBoardFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask x-ms-docs-grouped-path: - '/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat' - '/users/{user-id}/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat' '/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/details': description: Provides operations to manage the details property of the microsoft.graph.plannerTask entity. get: tags: - users.plannerUser summary: Get details from users description: Read-only. Nullable. More details about the task. operationId: users.planner.plans.tasks.GetDetails parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.plannerUser summary: Update the navigation property details in users operationId: users.planner.plans.tasks.UpdateDetails parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.plannerUser summary: Delete navigation property details for users operationId: users.planner.plans.tasks.DeleteDetails parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask x-ms-docs-grouped-path: - '/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details' - '/users/{user-id}/planner/tasks/{plannerTask-id}/details' '/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/progressTaskBoardFormat': description: Provides operations to manage the progressTaskBoardFormat property of the microsoft.graph.plannerTask entity. get: tags: - users.plannerUser summary: Get progressTaskBoardFormat from users description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by progress. operationId: users.planner.plans.tasks.GetProgressTaskBoardFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.plannerUser summary: Update the navigation property progressTaskBoardFormat in users operationId: users.planner.plans.tasks.UpdateProgressTaskBoardFormat parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.plannerUser summary: Delete navigation property progressTaskBoardFormat for users operationId: users.planner.plans.tasks.DeleteProgressTaskBoardFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask x-ms-docs-grouped-path: - '/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat' - '/users/{user-id}/planner/tasks/{plannerTask-id}/progressTaskBoardFormat' '/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/$count': description: Provides operations to count the resources in the collection. get: tags: - users.plannerUser summary: Get the number of the resource operationId: users.planner.plans.tasks.GetCount-082b parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: plannerPlan-id in: path description: The unique identifier of plannerPlan required: true schema: type: string x-ms-docs-key-type: plannerPlan '/users/{user-id}/planner/plans/$count': description: Provides operations to count the resources in the collection. get: tags: - users.plannerUser summary: Get the number of the resource operationId: users.planner.plans.GetCount-b724 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/planner/tasks': description: Provides operations to manage the tasks property of the microsoft.graph.plannerUser entity. get: tags: - users.plannerUser summary: Get tasks from users description: Read-only. Nullable. Returns the plannerPlans shared with the user. operationId: users.planner.ListTasks parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.plannerTaskCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.plannerUser summary: Create new navigation property to tasks for users operationId: users.planner.CreateTasks requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/planner/tasks/{plannerTask-id}': description: Provides operations to manage the tasks property of the microsoft.graph.plannerUser entity. get: tags: - users.plannerUser summary: Get tasks from users description: Read-only. Nullable. Returns the plannerPlans shared with the user. operationId: users.planner.GetTasks parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.plannerUser summary: Update the navigation property tasks in users operationId: users.planner.UpdateTasks requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.plannerUser summary: Delete navigation property tasks for users operationId: users.planner.DeleteTasks parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask '/users/{user-id}/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat': description: Provides operations to manage the assignedToTaskBoardFormat property of the microsoft.graph.plannerTask entity. get: tags: - users.plannerUser summary: Get assignedToTaskBoardFormat from users description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by assignedTo. operationId: users.planner.tasks.GetAssignedToTaskBoardFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.plannerUser summary: Update the navigation property assignedToTaskBoardFormat in users operationId: users.planner.tasks.UpdateAssignedToTaskBoardFormat parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.plannerUser summary: Delete navigation property assignedToTaskBoardFormat for users operationId: users.planner.tasks.DeleteAssignedToTaskBoardFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask x-ms-docs-grouped-path: - '/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat' - '/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/assignedToTaskBoardFormat' '/users/{user-id}/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat': description: Provides operations to manage the bucketTaskBoardFormat property of the microsoft.graph.plannerTask entity. get: tags: - users.plannerUser summary: Get bucketTaskBoardFormat from users description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by bucket. operationId: users.planner.tasks.GetBucketTaskBoardFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.plannerUser summary: Update the navigation property bucketTaskBoardFormat in users operationId: users.planner.tasks.UpdateBucketTaskBoardFormat parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.plannerUser summary: Delete navigation property bucketTaskBoardFormat for users operationId: users.planner.tasks.DeleteBucketTaskBoardFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask x-ms-docs-grouped-path: - '/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat' - '/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/bucketTaskBoardFormat' '/users/{user-id}/planner/tasks/{plannerTask-id}/details': description: Provides operations to manage the details property of the microsoft.graph.plannerTask entity. get: tags: - users.plannerUser summary: Get details from users description: Read-only. Nullable. More details about the task. operationId: users.planner.tasks.GetDetails parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.plannerUser summary: Update the navigation property details in users operationId: users.planner.tasks.UpdateDetails parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.plannerUser summary: Delete navigation property details for users operationId: users.planner.tasks.DeleteDetails parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask x-ms-docs-grouped-path: - '/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/details' - '/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/details' '/users/{user-id}/planner/tasks/{plannerTask-id}/progressTaskBoardFormat': description: Provides operations to manage the progressTaskBoardFormat property of the microsoft.graph.plannerTask entity. get: tags: - users.plannerUser summary: Get progressTaskBoardFormat from users description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by progress. operationId: users.planner.tasks.GetProgressTaskBoardFormat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.plannerUser summary: Update the navigation property progressTaskBoardFormat in users operationId: users.planner.tasks.UpdateProgressTaskBoardFormat parameters: - name: If-Match in: header description: ETag value. required: true schema: type: string requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.plannerUser summary: Delete navigation property progressTaskBoardFormat for users operationId: users.planner.tasks.DeleteProgressTaskBoardFormat parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: plannerTask-id in: path description: The unique identifier of plannerTask required: true schema: type: string x-ms-docs-key-type: plannerTask x-ms-docs-grouped-path: - '/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/{plannerTask-id}/progressTaskBoardFormat' - '/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/{plannerTask-id}/progressTaskBoardFormat' '/users/{user-id}/planner/tasks/$count': description: Provides operations to count the resources in the collection. get: tags: - users.plannerUser summary: Get the number of the resource operationId: users.planner.tasks.GetCount-8740 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/presence': description: Provides operations to manage the presence property of the microsoft.graph.user entity. get: tags: - users.presence summary: 'presence: setStatusMessage' description: Set a presence status message for a user. An optional expiration date and time can be supplied. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-1.0 operationId: users.GetPresence parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.presence' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.presence summary: Update the navigation property presence in users operationId: users.UpdatePresence requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.presence' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.presence' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.presence summary: Delete navigation property presence for users operationId: users.DeletePresence parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/presence/clearPresence': description: Provides operations to call the clearPresence method. post: tags: - users.Actions summary: Invoke action clearPresence description: 'Clear the application''s presence session for a user. If it is the user''s only presence session, the user''s presence will change to Offline/Offline. For details about presences sessions, see presence: setPresence.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/presence-clearpresence?view=graph-rest-1.0 operationId: users.user.presence.clearPresence requestBody: description: Action parameters content: application/json: schema: type: object properties: sessionId: type: string nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/presence/clearUserPreferredPresence': description: Provides operations to call the clearUserPreferredPresence method. post: tags: - users.Actions summary: Invoke action clearUserPreferredPresence description: Clear the preferred availability and activity status for a user. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/presence-clearuserpreferredpresence?view=graph-rest-1.0 operationId: users.user.presence.clearUserPreferredPresence responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/presence/setPresence': description: Provides operations to call the setPresence method. post: tags: - users.Actions summary: Invoke action setPresence description: Set the state of a user's presence session as an application. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/presence-setpresence?view=graph-rest-1.0 operationId: users.user.presence.setPresence requestBody: description: Action parameters content: application/json: schema: type: object properties: sessionId: type: string nullable: true availability: type: string activity: type: string expirationDuration: pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' type: string format: duration nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/presence/setStatusMessage': description: Provides operations to call the setStatusMessage method. post: tags: - users.Actions summary: Invoke action setStatusMessage description: Set a presence status message for a user. An optional expiration date and time can be supplied. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-1.0 operationId: users.user.presence.setStatusMessage requestBody: description: Action parameters content: application/json: schema: type: object properties: statusMessage: anyOf: - $ref: '#/components/schemas/microsoft.graph.presenceStatusMessage' - type: object nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/presence/setUserPreferredPresence': description: Provides operations to call the setUserPreferredPresence method. post: tags: - users.Actions summary: Invoke action setUserPreferredPresence description: 'Set the preferred availability and activity status for a user. If the preferred presence of a user is set, the user''s presence shows as the preferred status. Preferred presence takes effect only when at least one presence session exists for the user. Otherwise, the user''s presence shows as Offline. A presence session is created as a result of a successful setPresence operation, or if the user is signed in on a Microsoft Teams client. For more details, see presence sessions and time-out and expiration.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/presence-setuserpreferredpresence?view=graph-rest-1.0 operationId: users.user.presence.setUserPreferredPresence requestBody: description: Action parameters content: application/json: schema: type: object properties: availability: type: string activity: type: string expirationDuration: pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' type: string format: duration nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/registeredDevices': description: Provides operations to manage the registeredDevices property of the microsoft.graph.user entity. get: tags: - users.directoryObject summary: Get registeredDevices from users description: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. operationId: users.ListRegisteredDevices parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/registeredDevices/{directoryObject-id}': description: Provides operations to manage the registeredDevices property of the microsoft.graph.user entity. get: tags: - users.directoryObject summary: Get registeredDevices from users description: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. operationId: users.GetRegisteredDevices parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/users/{user-id}/registeredDevices/{directoryObject-id}/graph.appRoleAssignment': description: Casts the previous resource to appRoleAssignment. get: tags: - users.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.appRoleAssignment operationId: users.GetRegisteredDevices.AsAppRoleAssignment parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.appRoleAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/users/{user-id}/registeredDevices/{directoryObject-id}/graph.device': description: Casts the previous resource to device. get: tags: - users.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.device operationId: users.GetRegisteredDevices.AsDevice parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.device' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/users/{user-id}/registeredDevices/{directoryObject-id}/graph.endpoint': description: Casts the previous resource to endpoint. get: tags: - users.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.endpoint operationId: users.GetRegisteredDevices.AsEndpoint parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.endpoint' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/users/{user-id}/registeredDevices/$count': description: Provides operations to count the resources in the collection. get: tags: - users.directoryObject summary: Get the number of the resource operationId: users.registeredDevices.GetCount-0403 parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/registeredDevices/graph.appRoleAssignment': description: Casts the previous resource to appRoleAssignment. get: tags: - users.directoryObject summary: Get the items of type microsoft.graph.appRoleAssignment in the microsoft.graph.directoryObject collection operationId: users.ListRegisteredDevices.AsAppRoleAssignment parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.appRoleAssignmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/registeredDevices/graph.appRoleAssignment/$count': description: Provides operations to count the resources in the collection. get: tags: - users.directoryObject summary: Get the number of the resource operationId: users.RegisteredDevices.GetCount.AsAppRoleAssignment-cd2d parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/registeredDevices/graph.device': description: Casts the previous resource to device. get: tags: - users.directoryObject summary: Get the items of type microsoft.graph.device in the microsoft.graph.directoryObject collection operationId: users.ListRegisteredDevices.AsDevice parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.deviceCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/registeredDevices/graph.device/$count': description: Provides operations to count the resources in the collection. get: tags: - users.directoryObject summary: Get the number of the resource operationId: users.RegisteredDevices.GetCount.AsDevice-16e2 parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/registeredDevices/graph.endpoint': description: Casts the previous resource to endpoint. get: tags: - users.directoryObject summary: Get the items of type microsoft.graph.endpoint in the microsoft.graph.directoryObject collection operationId: users.ListRegisteredDevices.AsEndpoint parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.endpointCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/registeredDevices/graph.endpoint/$count': description: Provides operations to count the resources in the collection. get: tags: - users.directoryObject summary: Get the number of the resource operationId: users.RegisteredDevices.GetCount.AsEndpoint-87c6 parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/scopedRoleMemberOf': description: Provides operations to manage the scopedRoleMemberOf property of the microsoft.graph.user entity. get: tags: - users.scopedRoleMembership summary: Get scopedRoleMemberOf from users operationId: users.ListScopedRoleMemberOf parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.scopedRoleMembershipCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.scopedRoleMembership summary: Create new navigation property to scopedRoleMemberOf for users operationId: users.CreateScopedRoleMemberOf requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.scopedRoleMembership' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.scopedRoleMembership' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}': description: Provides operations to manage the scopedRoleMemberOf property of the microsoft.graph.user entity. get: tags: - users.scopedRoleMembership summary: Get scopedRoleMemberOf from users operationId: users.GetScopedRoleMemberOf parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.scopedRoleMembership' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.scopedRoleMembership summary: Update the navigation property scopedRoleMemberOf in users operationId: users.UpdateScopedRoleMemberOf requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.scopedRoleMembership' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.scopedRoleMembership' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.scopedRoleMembership summary: Delete navigation property scopedRoleMemberOf for users operationId: users.DeleteScopedRoleMemberOf parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: scopedRoleMembership-id in: path description: The unique identifier of scopedRoleMembership required: true schema: type: string x-ms-docs-key-type: scopedRoleMembership '/users/{user-id}/scopedRoleMemberOf/$count': description: Provides operations to count the resources in the collection. get: tags: - users.scopedRoleMembership summary: Get the number of the resource operationId: users.scopedRoleMemberOf.GetCount-0e30 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/serviceProvisioningErrors': get: tags: - users.serviceProvisioningError summary: Get serviceProvisioningErrors property value description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' operationId: users.ListServiceProvisioningErrors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.serviceProvisioningErrorCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/serviceProvisioningErrors/$count': description: Provides operations to count the resources in the collection. get: tags: - users.serviceProvisioningError summary: Get the number of the resource operationId: users.ServiceProvisioningErrors.GetCount-bccc parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/settings': description: Provides operations to manage the settings property of the microsoft.graph.user entity. get: tags: - users.userSettings summary: Get settings from users operationId: users.GetSettings parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.userSettings summary: Update the navigation property settings in users operationId: users.UpdateSettings requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userSettings' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.userSettings summary: Delete navigation property settings for users operationId: users.DeleteSettings parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/settings/itemInsights': description: Provides operations to manage the itemInsights property of the microsoft.graph.userSettings entity. get: tags: - users.userSettings summary: Get itemInsights from users operationId: users.settings.GetItemInsights parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userInsightsSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.userSettings summary: Update the navigation property itemInsights in users operationId: users.settings.UpdateItemInsights requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userInsightsSettings' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userInsightsSettings' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.userSettings summary: Delete navigation property itemInsights for users operationId: users.settings.DeleteItemInsights parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/settings/shiftPreferences': description: Provides operations to manage the shiftPreferences property of the microsoft.graph.userSettings entity. get: tags: - users.userSettings summary: Get shiftPreferences description: Retrieve the properties and relationships of a shiftPreferences object by ID. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/shiftpreferences-get?view=graph-rest-1.0 operationId: users.settings.GetShiftPreferences parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.shiftPreferences' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.userSettings summary: Update shiftPreferences description: Update the properties and relationships of a shiftPreferences object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/shiftpreferences-put?view=graph-rest-1.0 operationId: users.settings.UpdateShiftPreferences requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.shiftPreferences' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.shiftPreferences' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.userSettings summary: Delete navigation property shiftPreferences for users operationId: users.settings.DeleteShiftPreferences parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/settings/storage': description: Provides operations to manage the storage property of the microsoft.graph.userSettings entity. get: tags: - users.userSettings summary: Get storage from users operationId: users.settings.GetStorage parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userStorage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.userSettings summary: Update the navigation property storage in users operationId: users.settings.UpdateStorage requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userStorage' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userStorage' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.userSettings summary: Delete navigation property storage for users operationId: users.settings.DeleteStorage parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/settings/storage/quota': description: Provides operations to manage the quota property of the microsoft.graph.userStorage entity. get: tags: - users.userSettings summary: Get quota from users operationId: users.settings.storage.GetQuota parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedStorageQuota' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.userSettings summary: Update the navigation property quota in users operationId: users.settings.storage.UpdateQuota requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedStorageQuota' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedStorageQuota' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.userSettings summary: Delete navigation property quota for users operationId: users.settings.storage.DeleteQuota parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/settings/storage/quota/services': description: Provides operations to manage the services property of the microsoft.graph.unifiedStorageQuota entity. get: tags: - users.userSettings summary: Get services from users operationId: users.settings.storage.quota.ListServices parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.serviceStorageQuotaBreakdownCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.userSettings summary: Create new navigation property to services for users operationId: users.settings.storage.quota.CreateServices requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.serviceStorageQuotaBreakdown' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.serviceStorageQuotaBreakdown' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/settings/storage/quota/services/{serviceStorageQuotaBreakdown-id}': description: Provides operations to manage the services property of the microsoft.graph.unifiedStorageQuota entity. get: tags: - users.userSettings summary: Get services from users operationId: users.settings.storage.quota.GetServices parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.serviceStorageQuotaBreakdown' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.userSettings summary: Update the navigation property services in users operationId: users.settings.storage.quota.UpdateServices requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.serviceStorageQuotaBreakdown' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.serviceStorageQuotaBreakdown' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.userSettings summary: Delete navigation property services for users operationId: users.settings.storage.quota.DeleteServices parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: serviceStorageQuotaBreakdown-id in: path description: The unique identifier of serviceStorageQuotaBreakdown required: true schema: type: string x-ms-docs-key-type: serviceStorageQuotaBreakdown '/users/{user-id}/settings/storage/quota/services/$count': description: Provides operations to count the resources in the collection. get: tags: - users.userSettings summary: Get the number of the resource operationId: users.settings.storage.quota.services.GetCount-bab7 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/settings/windows': description: Provides operations to manage the windows property of the microsoft.graph.userSettings entity. get: tags: - users.userSettings summary: Get windows from users operationId: users.settings.ListWindows parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.windowsSettingCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.userSettings summary: Create new navigation property to windows for users operationId: users.settings.CreateWindows requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsSetting' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsSetting' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/settings/windows/{windowsSetting-id}': description: Provides operations to manage the windows property of the microsoft.graph.userSettings entity. get: tags: - users.userSettings summary: Get windows from users operationId: users.settings.GetWindows parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsSetting' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.userSettings summary: Update the navigation property windows in users operationId: users.settings.UpdateWindows requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsSetting' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsSetting' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.userSettings summary: Delete navigation property windows for users operationId: users.settings.DeleteWindows parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: windowsSetting-id in: path description: The unique identifier of windowsSetting required: true schema: type: string x-ms-docs-key-type: windowsSetting '/users/{user-id}/settings/windows/{windowsSetting-id}/instances': description: Provides operations to manage the instances property of the microsoft.graph.windowsSetting entity. get: tags: - users.userSettings summary: Get instances from users description: A collection of setting values for a given windowsSetting. operationId: users.settings.windows.ListInstances parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.windowsSettingInstanceCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.userSettings summary: Create new navigation property to instances for users operationId: users.settings.windows.CreateInstances requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsSettingInstance' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsSettingInstance' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: windowsSetting-id in: path description: The unique identifier of windowsSetting required: true schema: type: string x-ms-docs-key-type: windowsSetting '/users/{user-id}/settings/windows/{windowsSetting-id}/instances/{windowsSettingInstance-id}': description: Provides operations to manage the instances property of the microsoft.graph.windowsSetting entity. get: tags: - users.userSettings summary: Get instances from users description: A collection of setting values for a given windowsSetting. operationId: users.settings.windows.GetInstances parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsSettingInstance' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.userSettings summary: Update the navigation property instances in users operationId: users.settings.windows.UpdateInstances requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsSettingInstance' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsSettingInstance' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.userSettings summary: Delete navigation property instances for users operationId: users.settings.windows.DeleteInstances parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: windowsSetting-id in: path description: The unique identifier of windowsSetting required: true schema: type: string x-ms-docs-key-type: windowsSetting - name: windowsSettingInstance-id in: path description: The unique identifier of windowsSettingInstance required: true schema: type: string x-ms-docs-key-type: windowsSettingInstance '/users/{user-id}/settings/windows/{windowsSetting-id}/instances/$count': description: Provides operations to count the resources in the collection. get: tags: - users.userSettings summary: Get the number of the resource operationId: users.settings.windows.instances.GetCount-b9e0 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: windowsSetting-id in: path description: The unique identifier of windowsSetting required: true schema: type: string x-ms-docs-key-type: windowsSetting '/users/{user-id}/settings/windows/$count': description: Provides operations to count the resources in the collection. get: tags: - users.userSettings summary: Get the number of the resource operationId: users.settings.windows.GetCount-855b parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/sponsors': description: Provides operations to manage the sponsors property of the microsoft.graph.user entity. get: tags: - users.directoryObject summary: List sponsors description: Get a user's sponsors. Sponsors are users and groups that are responsible for this guest's privileges in the tenant and for keeping the guest's information and access up to date. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/user-list-sponsors?view=graph-rest-1.0 operationId: users.ListSponsors parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/sponsors/{directoryObject-id}': description: Provides operations to manage the sponsors property of the microsoft.graph.user entity. get: tags: - users.directoryObject summary: Get sponsors from users description: 'The users and groups responsible for this guest''s privileges in the tenant and keeping the guest''s information and access updated. (HTTP Methods: GET, POST, DELETE.). Supports $expand.' operationId: users.GetSponsors parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/users/{user-id}/sponsors/$count': description: Provides operations to count the resources in the collection. get: tags: - users.directoryObject summary: Get the number of the resource operationId: users.sponsors.GetCount-f3b9 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/teamwork': description: Provides operations to manage the teamwork property of the microsoft.graph.user entity. get: tags: - users.userTeamwork summary: Get userTeamwork description: 'Get the userTeamwork settings for a specified user, which includes the Microsoft Teams region and the locale chosen by the user.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/userteamwork-get?view=graph-rest-1.0 operationId: users.GetTeamwork parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userTeamwork' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.userTeamwork summary: Update the navigation property teamwork in users operationId: users.UpdateTeamwork requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userTeamwork' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userTeamwork' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.userTeamwork summary: Delete navigation property teamwork for users operationId: users.DeleteTeamwork parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/teamwork/associatedTeams': description: Provides operations to manage the associatedTeams property of the microsoft.graph.userTeamwork entity. get: tags: - users.userTeamwork summary: Get associatedTeams from users description: The list of associatedTeamInfo objects that a user is associated with. operationId: users.teamwork.ListAssociatedTeams parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.associatedTeamInfoCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.userTeamwork summary: Create new navigation property to associatedTeams for users operationId: users.teamwork.CreateAssociatedTeams requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.associatedTeamInfo' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.associatedTeamInfo' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}': description: Provides operations to manage the associatedTeams property of the microsoft.graph.userTeamwork entity. get: tags: - users.userTeamwork summary: Get associatedTeams from users description: The list of associatedTeamInfo objects that a user is associated with. operationId: users.teamwork.GetAssociatedTeams parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.associatedTeamInfo' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.userTeamwork summary: Update the navigation property associatedTeams in users operationId: users.teamwork.UpdateAssociatedTeams requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.associatedTeamInfo' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.associatedTeamInfo' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.userTeamwork summary: Delete navigation property associatedTeams for users operationId: users.teamwork.DeleteAssociatedTeams parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: associatedTeamInfo-id in: path description: The unique identifier of associatedTeamInfo required: true schema: type: string x-ms-docs-key-type: associatedTeamInfo '/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}/team': description: Provides operations to manage the team property of the microsoft.graph.teamInfo entity. get: tags: - users.userTeamwork summary: Get team from users operationId: users.teamwork.associatedTeams.GetTeam parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.team' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: associatedTeamInfo-id in: path description: The unique identifier of associatedTeamInfo required: true schema: type: string x-ms-docs-key-type: associatedTeamInfo x-ms-docs-grouped-path: - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/team' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/team' '/users/{user-id}/teamwork/associatedTeams/$count': description: Provides operations to count the resources in the collection. get: tags: - users.userTeamwork summary: Get the number of the resource operationId: users.teamwork.associatedTeams.GetCount-97ef parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/teamwork/installedApps': description: Provides operations to manage the installedApps property of the microsoft.graph.userTeamwork entity. get: tags: - users.userTeamwork summary: List apps installed for user description: Retrieve the list of apps installed in the personal scope of the specified user. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/userteamwork-list-installedapps?view=graph-rest-1.0 operationId: users.teamwork.ListInstalledApps parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.userScopeTeamsAppInstallationCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.userTeamwork summary: Install app for user description: Install an app in the personal scope of the specified user. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/userteamwork-post-installedapps?view=graph-rest-1.0 operationId: users.teamwork.CreateInstalledApps requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userScopeTeamsAppInstallation' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userScopeTeamsAppInstallation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}': description: Provides operations to manage the installedApps property of the microsoft.graph.userTeamwork entity. get: tags: - users.userTeamwork summary: Get installed app for user description: Retrieve the app installed in the personal scope of the specified user. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/userteamwork-get-installedapps?view=graph-rest-1.0 operationId: users.teamwork.GetInstalledApps parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userScopeTeamsAppInstallation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.userTeamwork summary: Update the navigation property installedApps in users operationId: users.teamwork.UpdateInstalledApps requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userScopeTeamsAppInstallation' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userScopeTeamsAppInstallation' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.userTeamwork summary: Uninstall app for user description: Uninstall an app from the personal scope of the specified user. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/userteamwork-delete-installedapps?view=graph-rest-1.0 operationId: users.teamwork.DeleteInstalledApps parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: userScopeTeamsAppInstallation-id in: path description: The unique identifier of userScopeTeamsAppInstallation required: true schema: type: string x-ms-docs-key-type: userScopeTeamsAppInstallation '/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/chat': description: Provides operations to manage the chat property of the microsoft.graph.userScopeTeamsAppInstallation entity. get: tags: - users.userTeamwork summary: Get chat between user and teamsApp description: Retrieve the chat of the specified user and Teams app. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/userscopeteamsappinstallation-get-chat?view=graph-rest-1.0 operationId: users.teamwork.installedApps.GetChat parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chat' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: userScopeTeamsAppInstallation-id in: path description: The unique identifier of userScopeTeamsAppInstallation required: true schema: type: string x-ms-docs-key-type: userScopeTeamsAppInstallation '/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/teamsApp': description: Provides operations to manage the teamsApp property of the microsoft.graph.teamsAppInstallation entity. get: tags: - users.userTeamwork summary: Get teamsApp from users description: The app that is installed. operationId: users.teamwork.installedApps.GetTeamsApp parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: userScopeTeamsAppInstallation-id in: path description: The unique identifier of userScopeTeamsAppInstallation required: true schema: type: string x-ms-docs-key-type: userScopeTeamsAppInstallation x-ms-docs-grouped-path: - '/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp' - '/users/{user-id}/joinedTeams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsApp' '/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/teamsAppDefinition': description: Provides operations to manage the teamsAppDefinition property of the microsoft.graph.teamsAppInstallation entity. get: tags: - users.userTeamwork summary: Get teamsAppDefinition from users description: The details of this version of the app. operationId: users.teamwork.installedApps.GetTeamsAppDefinition parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsAppDefinition' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: userScopeTeamsAppInstallation-id in: path description: The unique identifier of userScopeTeamsAppInstallation required: true schema: type: string x-ms-docs-key-type: userScopeTeamsAppInstallation x-ms-docs-grouped-path: - '/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition' - '/users/{user-id}/joinedTeams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition' '/users/{user-id}/teamwork/installedApps/$count': description: Provides operations to count the resources in the collection. get: tags: - users.userTeamwork summary: Get the number of the resource operationId: users.teamwork.installedApps.GetCount-0292 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/teamwork/sendActivityNotification': description: Provides operations to call the sendActivityNotification method. post: tags: - users.Actions summary: Invoke action sendActivityNotification description: 'Send an activity feed notification to a user. For more information, see sending Teams activity notifications.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/userteamwork-sendactivitynotification?view=graph-rest-1.0 operationId: users.user.teamwork.sendActivityNotification requestBody: description: Action parameters content: application/json: schema: type: object properties: topic: anyOf: - $ref: '#/components/schemas/microsoft.graph.teamworkActivityTopic' - type: object nullable: true activityType: type: string nullable: true chainId: type: integer format: int64 nullable: true previewText: anyOf: - $ref: '#/components/schemas/microsoft.graph.itemBody' - type: object nullable: true teamsAppId: type: string nullable: true templateParameters: type: array items: $ref: '#/components/schemas/microsoft.graph.keyValuePair' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user x-ms-docs-grouped-path: - '/users/{user-id}/chats/{chat-id}/sendActivityNotification' - '/users/{user-id}/joinedTeams/{team-id}/sendActivityNotification' '/users/{user-id}/todo': description: Provides operations to manage the todo property of the microsoft.graph.user entity. get: tags: - users.todo summary: Get todo from users description: Represents the To Do services available to a user. operationId: users.GetTodo parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.todo' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.todo summary: Update the navigation property todo in users operationId: users.UpdateTodo requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.todo' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.todo' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.todo summary: Delete navigation property todo for users operationId: users.DeleteTodo parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/todo/lists': description: Provides operations to manage the lists property of the microsoft.graph.todo entity. get: tags: - users.todo summary: Get lists from users description: The task lists in the users mailbox. operationId: users.todo.ListLists parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.todoTaskListCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.todo summary: Create new navigation property to lists for users operationId: users.todo.CreateLists requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.todoTaskList' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.todoTaskList' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/todo/lists/{todoTaskList-id}': description: Provides operations to manage the lists property of the microsoft.graph.todo entity. get: tags: - users.todo summary: Get lists from users description: The task lists in the users mailbox. operationId: users.todo.GetLists parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.todoTaskList' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.todo summary: Update the navigation property lists in users operationId: users.todo.UpdateLists requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.todoTaskList' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.todoTaskList' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.todo summary: Delete navigation property lists for users operationId: users.todo.DeleteLists parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: todoTaskList-id in: path description: The unique identifier of todoTaskList required: true schema: type: string x-ms-docs-key-type: todoTaskList '/users/{user-id}/todo/lists/{todoTaskList-id}/extensions': description: Provides operations to manage the extensions property of the microsoft.graph.todoTaskList entity. get: tags: - users.todo summary: Get extensions from users description: The collection of open extensions defined for the task list. Nullable. operationId: users.todo.lists.ListExtensions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.todo summary: Create new navigation property to extensions for users operationId: users.todo.lists.CreateExtensions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: todoTaskList-id in: path description: The unique identifier of todoTaskList required: true schema: type: string x-ms-docs-key-type: todoTaskList '/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}': description: Provides operations to manage the extensions property of the microsoft.graph.todoTaskList entity. get: tags: - users.todo summary: Get extensions from users description: The collection of open extensions defined for the task list. Nullable. operationId: users.todo.lists.GetExtensions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.todo summary: Update the navigation property extensions in users operationId: users.todo.lists.UpdateExtensions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.todo summary: Delete navigation property extensions for users operationId: users.todo.lists.DeleteExtensions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: todoTaskList-id in: path description: The unique identifier of todoTaskList required: true schema: type: string x-ms-docs-key-type: todoTaskList - name: extension-id in: path description: The unique identifier of extension required: true schema: type: string x-ms-docs-key-type: extension '/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/$count': description: Provides operations to count the resources in the collection. get: tags: - users.todo summary: Get the number of the resource operationId: users.todo.lists.extensions.GetCount-27f6 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: todoTaskList-id in: path description: The unique identifier of todoTaskList required: true schema: type: string x-ms-docs-key-type: todoTaskList '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks': description: Provides operations to manage the tasks property of the microsoft.graph.todoTaskList entity. get: tags: - users.todo summary: Get tasks from users description: The tasks in this task list. Read-only. Nullable. operationId: users.todo.lists.ListTasks parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.todoTaskCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.todo summary: Create new navigation property to tasks for users operationId: users.todo.lists.CreateTasks requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.todoTask' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.todoTask' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: todoTaskList-id in: path description: The unique identifier of todoTaskList required: true schema: type: string x-ms-docs-key-type: todoTaskList '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}': description: Provides operations to manage the tasks property of the microsoft.graph.todoTaskList entity. get: tags: - users.todo summary: Get tasks from users description: The tasks in this task list. Read-only. Nullable. operationId: users.todo.lists.GetTasks parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.todoTask' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.todo summary: Update the navigation property tasks in users operationId: users.todo.lists.UpdateTasks requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.todoTask' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.todoTask' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.todo summary: Delete navigation property tasks for users operationId: users.todo.lists.DeleteTasks parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: todoTaskList-id in: path description: The unique identifier of todoTaskList required: true schema: type: string x-ms-docs-key-type: todoTaskList - name: todoTask-id in: path description: The unique identifier of todoTask required: true schema: type: string x-ms-docs-key-type: todoTask '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments': description: Provides operations to manage the attachments property of the microsoft.graph.todoTask entity. get: tags: - users.todo summary: Get attachments from users description: A collection of file attachments for the task. operationId: users.todo.lists.tasks.ListAttachments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.attachmentBaseCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.todo summary: Create new navigation property to attachments for users operationId: users.todo.lists.tasks.CreateAttachments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachmentBase' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachmentBase' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: todoTaskList-id in: path description: The unique identifier of todoTaskList required: true schema: type: string x-ms-docs-key-type: todoTaskList - name: todoTask-id in: path description: The unique identifier of todoTask required: true schema: type: string x-ms-docs-key-type: todoTask '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}': description: Provides operations to manage the attachments property of the microsoft.graph.todoTask entity. get: tags: - users.todo summary: Get attachments from users description: A collection of file attachments for the task. operationId: users.todo.lists.tasks.GetAttachments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachmentBase' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.todo summary: Delete navigation property attachments for users operationId: users.todo.lists.tasks.DeleteAttachments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: todoTaskList-id in: path description: The unique identifier of todoTaskList required: true schema: type: string x-ms-docs-key-type: todoTaskList - name: todoTask-id in: path description: The unique identifier of todoTask required: true schema: type: string x-ms-docs-key-type: todoTask - name: attachmentBase-id in: path description: The unique identifier of attachmentBase required: true schema: type: string x-ms-docs-key-type: attachmentBase '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}/$value': description: Provides operations to manage the media for the user entity. get: tags: - users.todo summary: Get media content for the navigation property attachments from users description: The unique identifier for an entity. Read-only. operationId: users.todo.lists.tasks.GetAttachmentsContent responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - users.todo summary: Update media content for the navigation property attachments in users description: The unique identifier for an entity. Read-only. operationId: users.todo.lists.tasks.UpdateAttachmentsContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - users.todo summary: Delete media content for the navigation property attachments in users description: The unique identifier for an entity. Read-only. operationId: users.todo.lists.tasks.DeleteAttachmentsContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: todoTaskList-id in: path description: The unique identifier of todoTaskList required: true schema: type: string x-ms-docs-key-type: todoTaskList - name: todoTask-id in: path description: The unique identifier of todoTask required: true schema: type: string x-ms-docs-key-type: todoTask - name: attachmentBase-id in: path description: The unique identifier of attachmentBase required: true schema: type: string x-ms-docs-key-type: attachmentBase '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/$count': description: Provides operations to count the resources in the collection. get: tags: - users.todo summary: Get the number of the resource operationId: users.todo.lists.tasks.attachments.GetCount-e9c9 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: todoTaskList-id in: path description: The unique identifier of todoTaskList required: true schema: type: string x-ms-docs-key-type: todoTaskList - name: todoTask-id in: path description: The unique identifier of todoTask required: true schema: type: string x-ms-docs-key-type: todoTask '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/createUploadSession': description: Provides operations to call the createUploadSession method. post: tags: - users.Actions summary: Invoke action createUploadSession description: 'Create an upload session to iteratively upload ranges of a file as an attachment to a todoTask. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. The request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows the transfer to be resumed, in case the network connection is dropped during the upload. The following are the steps to attach a file to a Microsoft To Do task using an upload session: For an example that describes the end-to-end attachment process, see attach files to a To Do task.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/taskfileattachment-createuploadsession?view=graph-rest-1.0 operationId: users.user.todo.lists.todoTaskList.tasks.todoTask.attachments.createUploadSession requestBody: description: Action parameters content: application/json: schema: type: object properties: attachmentInfo: $ref: '#/components/schemas/microsoft.graph.attachmentInfo' required: true responses: 2XX: description: Success content: application/json: schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.uploadSession' - type: object nullable: true 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: todoTaskList-id in: path description: The unique identifier of todoTaskList required: true schema: type: string x-ms-docs-key-type: todoTaskList - name: todoTask-id in: path description: The unique identifier of todoTask required: true schema: type: string x-ms-docs-key-type: todoTask x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendar/events/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/calendarView/{event-id}/attachments/createUploadSession' - '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/events/{event-id}/attachments/createUploadSession' - '/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/createUploadSession' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/createUploadSession' - '/users/{user-id}/messages/{message-id}/attachments/createUploadSession' '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions': description: Provides operations to manage the attachmentSessions property of the microsoft.graph.todoTask entity. get: tags: - users.todo summary: Get attachmentSessions from users operationId: users.todo.lists.tasks.ListAttachmentSessions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.attachmentSessionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: todoTaskList-id in: path description: The unique identifier of todoTaskList required: true schema: type: string x-ms-docs-key-type: todoTaskList - name: todoTask-id in: path description: The unique identifier of todoTask required: true schema: type: string x-ms-docs-key-type: todoTask '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}': description: Provides operations to manage the attachmentSessions property of the microsoft.graph.todoTask entity. get: tags: - users.todo summary: Get attachmentSessions from users operationId: users.todo.lists.tasks.GetAttachmentSessions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachmentSession' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.todo summary: Update the navigation property attachmentSessions in users operationId: users.todo.lists.tasks.UpdateAttachmentSessions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachmentSession' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachmentSession' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.todo summary: Delete navigation property attachmentSessions for users operationId: users.todo.lists.tasks.DeleteAttachmentSessions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: todoTaskList-id in: path description: The unique identifier of todoTaskList required: true schema: type: string x-ms-docs-key-type: todoTaskList - name: todoTask-id in: path description: The unique identifier of todoTask required: true schema: type: string x-ms-docs-key-type: todoTask - name: attachmentSession-id in: path description: The unique identifier of attachmentSession required: true schema: type: string x-ms-docs-key-type: attachmentSession '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}/content': description: Provides operations to manage the media for the user entity. get: tags: - users.todo summary: Get content for the navigation property attachmentSessions from users description: The content streams that are uploaded. operationId: users.todo.lists.tasks.GetAttachmentSessionsContent responses: 2XX: description: Retrieved media content content: application/octet-stream: schema: type: string format: binary 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' put: tags: - users.todo summary: Update content for the navigation property attachmentSessions in users description: The content streams that are uploaded. operationId: users.todo.lists.tasks.UpdateAttachmentSessionsContent requestBody: description: New media content. content: application/octet-stream: schema: type: string format: binary required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attachmentSession' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' delete: tags: - users.todo summary: Delete content for the navigation property attachmentSessions in users description: The content streams that are uploaded. operationId: users.todo.lists.tasks.DeleteAttachmentSessionsContent parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: todoTaskList-id in: path description: The unique identifier of todoTaskList required: true schema: type: string x-ms-docs-key-type: todoTaskList - name: todoTask-id in: path description: The unique identifier of todoTask required: true schema: type: string x-ms-docs-key-type: todoTask - name: attachmentSession-id in: path description: The unique identifier of attachmentSession required: true schema: type: string x-ms-docs-key-type: attachmentSession '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/$count': description: Provides operations to count the resources in the collection. get: tags: - users.todo summary: Get the number of the resource operationId: users.todo.lists.tasks.attachmentSessions.GetCount-53ee parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: todoTaskList-id in: path description: The unique identifier of todoTaskList required: true schema: type: string x-ms-docs-key-type: todoTaskList - name: todoTask-id in: path description: The unique identifier of todoTask required: true schema: type: string x-ms-docs-key-type: todoTask '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems': description: Provides operations to manage the checklistItems property of the microsoft.graph.todoTask entity. get: tags: - users.todo summary: Get checklistItems from users description: A collection of checklistItems linked to a task. operationId: users.todo.lists.tasks.ListChecklistItems parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.checklistItemCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.todo summary: Create new navigation property to checklistItems for users operationId: users.todo.lists.tasks.CreateChecklistItems requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.checklistItem' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.checklistItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: todoTaskList-id in: path description: The unique identifier of todoTaskList required: true schema: type: string x-ms-docs-key-type: todoTaskList - name: todoTask-id in: path description: The unique identifier of todoTask required: true schema: type: string x-ms-docs-key-type: todoTask '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}': description: Provides operations to manage the checklistItems property of the microsoft.graph.todoTask entity. get: tags: - users.todo summary: Get checklistItems from users description: A collection of checklistItems linked to a task. operationId: users.todo.lists.tasks.GetChecklistItems parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.checklistItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.todo summary: Update the navigation property checklistItems in users operationId: users.todo.lists.tasks.UpdateChecklistItems requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.checklistItem' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.checklistItem' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.todo summary: Delete navigation property checklistItems for users operationId: users.todo.lists.tasks.DeleteChecklistItems parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: todoTaskList-id in: path description: The unique identifier of todoTaskList required: true schema: type: string x-ms-docs-key-type: todoTaskList - name: todoTask-id in: path description: The unique identifier of todoTask required: true schema: type: string x-ms-docs-key-type: todoTask - name: checklistItem-id in: path description: The unique identifier of checklistItem required: true schema: type: string x-ms-docs-key-type: checklistItem '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/$count': description: Provides operations to count the resources in the collection. get: tags: - users.todo summary: Get the number of the resource operationId: users.todo.lists.tasks.checklistItems.GetCount-f104 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: todoTaskList-id in: path description: The unique identifier of todoTaskList required: true schema: type: string x-ms-docs-key-type: todoTaskList - name: todoTask-id in: path description: The unique identifier of todoTask required: true schema: type: string x-ms-docs-key-type: todoTask '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions': description: Provides operations to manage the extensions property of the microsoft.graph.todoTask entity. get: tags: - users.todo summary: Get extensions from users description: The collection of open extensions defined for the task. Nullable. operationId: users.todo.lists.tasks.ListExtensions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.todo summary: Create new navigation property to extensions for users operationId: users.todo.lists.tasks.CreateExtensions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: todoTaskList-id in: path description: The unique identifier of todoTaskList required: true schema: type: string x-ms-docs-key-type: todoTaskList - name: todoTask-id in: path description: The unique identifier of todoTask required: true schema: type: string x-ms-docs-key-type: todoTask '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}': description: Provides operations to manage the extensions property of the microsoft.graph.todoTask entity. get: tags: - users.todo summary: Get extensions from users description: The collection of open extensions defined for the task. Nullable. operationId: users.todo.lists.tasks.GetExtensions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.todo summary: Update the navigation property extensions in users operationId: users.todo.lists.tasks.UpdateExtensions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.extension' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.todo summary: Delete navigation property extensions for users operationId: users.todo.lists.tasks.DeleteExtensions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: todoTaskList-id in: path description: The unique identifier of todoTaskList required: true schema: type: string x-ms-docs-key-type: todoTaskList - name: todoTask-id in: path description: The unique identifier of todoTask required: true schema: type: string x-ms-docs-key-type: todoTask - name: extension-id in: path description: The unique identifier of extension required: true schema: type: string x-ms-docs-key-type: extension '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/$count': description: Provides operations to count the resources in the collection. get: tags: - users.todo summary: Get the number of the resource operationId: users.todo.lists.tasks.extensions.GetCount-c962 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: todoTaskList-id in: path description: The unique identifier of todoTaskList required: true schema: type: string x-ms-docs-key-type: todoTaskList - name: todoTask-id in: path description: The unique identifier of todoTask required: true schema: type: string x-ms-docs-key-type: todoTask '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources': description: Provides operations to manage the linkedResources property of the microsoft.graph.todoTask entity. get: tags: - users.todo summary: Get linkedResources from users description: A collection of resources linked to the task. operationId: users.todo.lists.tasks.ListLinkedResources parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.linkedResourceCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - users.todo summary: Create new navigation property to linkedResources for users operationId: users.todo.lists.tasks.CreateLinkedResources requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.linkedResource' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.linkedResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: todoTaskList-id in: path description: The unique identifier of todoTaskList required: true schema: type: string x-ms-docs-key-type: todoTaskList - name: todoTask-id in: path description: The unique identifier of todoTask required: true schema: type: string x-ms-docs-key-type: todoTask '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}': description: Provides operations to manage the linkedResources property of the microsoft.graph.todoTask entity. get: tags: - users.todo summary: Get linkedResources from users description: A collection of resources linked to the task. operationId: users.todo.lists.tasks.GetLinkedResources parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.linkedResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.todo summary: Update the navigation property linkedResources in users operationId: users.todo.lists.tasks.UpdateLinkedResources requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.linkedResource' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.linkedResource' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - users.todo summary: Delete navigation property linkedResources for users operationId: users.todo.lists.tasks.DeleteLinkedResources parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: todoTaskList-id in: path description: The unique identifier of todoTaskList required: true schema: type: string x-ms-docs-key-type: todoTaskList - name: todoTask-id in: path description: The unique identifier of todoTask required: true schema: type: string x-ms-docs-key-type: todoTask - name: linkedResource-id in: path description: The unique identifier of linkedResource required: true schema: type: string x-ms-docs-key-type: linkedResource '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/$count': description: Provides operations to count the resources in the collection. get: tags: - users.todo summary: Get the number of the resource operationId: users.todo.lists.tasks.linkedResources.GetCount-58c2 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: todoTaskList-id in: path description: The unique identifier of todoTaskList required: true schema: type: string x-ms-docs-key-type: todoTaskList - name: todoTask-id in: path description: The unique identifier of todoTask required: true schema: type: string x-ms-docs-key-type: todoTask '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/$count': description: Provides operations to count the resources in the collection. get: tags: - users.todo summary: Get the number of the resource operationId: users.todo.lists.tasks.GetCount-9520 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: todoTaskList-id in: path description: The unique identifier of todoTaskList required: true schema: type: string x-ms-docs-key-type: todoTaskList '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta()': description: Provides operations to call the delta method. get: tags: - users.Functions summary: Invoke function delta description: 'Get a set of todoTask resources that have been added, deleted, or updated in a specified todoTaskList. A delta function call for todoTask resources in a todoTaskList is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the todoTask in that todoTaskList. This allows you to maintain and synchronize a local store of a user''s todoTask resources without having to fetch the entire set from the server every time. ' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/todotask-delta?view=graph-rest-1.0 operationId: users.user.todo.lists.todoTaskList.tasks.delta parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of todoTask type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.todoTask' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: todoTaskList-id in: path description: The unique identifier of todoTaskList required: true schema: type: string x-ms-docs-key-type: todoTaskList x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendar/calendarView/delta()' - '/users/{user-id}/calendar/events/{event-id}/instances/delta()' - '/users/{user-id}/calendar/events/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendars/{calendar-id}/calendarView/delta()' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/users/{user-id}/calendars/{calendar-id}/events/delta()' - '/users/{user-id}/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendarView/delta()' - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/delta()' - '/users/{user-id}/chats/{chat-id}/messages/delta()' - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta()' - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta()' - '/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta()' - '/users/{user-id}/contactFolders/delta()' - '/users/{user-id}/contacts/delta()' - '/users/{user-id}/events/{event-id}/instances/delta()' - '/users/{user-id}/events/delta()' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta()' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/delta()' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta()' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' - '/users/{user-id}/mailFolders/delta()' - '/users/{user-id}/messages/delta()' - '/users/{user-id}/todo/lists/delta()' - /users/delta() - /users/delta() '/users/{user-id}/todo/lists/$count': description: Provides operations to count the resources in the collection. get: tags: - users.todo summary: Get the number of the resource operationId: users.todo.lists.GetCount-47c4 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/todo/lists/delta()': description: Provides operations to call the delta method. get: tags: - users.Functions summary: Invoke function delta description: "Get a set of todoTaskList resources that have been added, deleted, or removed in Microsoft To Do. A delta function call for todoTaskList is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, \nyou can query for incremental changes in the todoTaskList. This allows you to maintain and synchronize a local store of a user's todoTaskList without having to fetch all the todoTaskList from the server every time." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/todotasklist-delta?view=graph-rest-1.0 operationId: users.user.todo.lists.delta parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of todoTaskList type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.todoTaskList' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendar/calendarView/delta()' - '/users/{user-id}/calendar/events/{event-id}/instances/delta()' - '/users/{user-id}/calendar/events/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendars/{calendar-id}/calendarView/delta()' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/users/{user-id}/calendars/{calendar-id}/events/delta()' - '/users/{user-id}/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendarView/delta()' - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/delta()' - '/users/{user-id}/chats/{chat-id}/messages/delta()' - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta()' - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta()' - '/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta()' - '/users/{user-id}/contactFolders/delta()' - '/users/{user-id}/contacts/delta()' - '/users/{user-id}/events/{event-id}/instances/delta()' - '/users/{user-id}/events/delta()' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta()' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/delta()' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta()' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' - '/users/{user-id}/mailFolders/delta()' - '/users/{user-id}/messages/delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta()' - /users/delta() - /users/delta() '/users/{user-id}/transitiveMemberOf': description: Provides operations to manage the transitiveMemberOf property of the microsoft.graph.user entity. get: tags: - users.directoryObject summary: List a user's memberships (direct and transitive) description: 'Get groups, directory roles, and administrative units that the user is a member of through either direct or transitive membership.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/user-list-transitivememberof?view=graph-rest-1.0 operationId: users.ListTransitiveMemberOf parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/transitiveMemberOf/{directoryObject-id}': description: Provides operations to manage the transitiveMemberOf property of the microsoft.graph.user entity. get: tags: - users.directoryObject summary: Get transitiveMemberOf from users description: 'The groups, including nested groups, and directory roles that a user is a member of. Nullable.' operationId: users.GetTransitiveMemberOf parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/users/{user-id}/transitiveMemberOf/{directoryObject-id}/graph.administrativeUnit': description: Casts the previous resource to administrativeUnit. get: tags: - users.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.administrativeUnit operationId: users.GetTransitiveMemberOf.AsAdministrativeUnit parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.administrativeUnit' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/users/{user-id}/transitiveMemberOf/{directoryObject-id}/graph.directoryRole': description: Casts the previous resource to directoryRole. get: tags: - users.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.directoryRole operationId: users.GetTransitiveMemberOf.AsDirectoryRole parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryRole' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/users/{user-id}/transitiveMemberOf/{directoryObject-id}/graph.group': description: Casts the previous resource to group. get: tags: - users.directoryObject summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.group operationId: users.GetTransitiveMemberOf.AsGroup parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.group' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user - name: directoryObject-id in: path description: The unique identifier of directoryObject required: true schema: type: string x-ms-docs-key-type: directoryObject '/users/{user-id}/transitiveMemberOf/$count': description: Provides operations to count the resources in the collection. get: tags: - users.directoryObject summary: Get the number of the resource operationId: users.transitiveMemberOf.GetCount-b904 parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/transitiveMemberOf/graph.administrativeUnit': description: Casts the previous resource to administrativeUnit. get: tags: - users.directoryObject summary: Get the items of type microsoft.graph.administrativeUnit in the microsoft.graph.directoryObject collection operationId: users.ListTransitiveMemberOf.AsAdministrativeUnit parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.administrativeUnitCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/transitiveMemberOf/graph.administrativeUnit/$count': description: Provides operations to count the resources in the collection. get: tags: - users.directoryObject summary: Get the number of the resource operationId: users.TransitiveMemberOf.GetCount.AsAdministrativeUnit-9c79 parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/transitiveMemberOf/graph.directoryRole': description: Casts the previous resource to directoryRole. get: tags: - users.directoryObject summary: Get the items of type microsoft.graph.directoryRole in the microsoft.graph.directoryObject collection operationId: users.ListTransitiveMemberOf.AsDirectoryRole parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.directoryRoleCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/transitiveMemberOf/graph.directoryRole/$count': description: Provides operations to count the resources in the collection. get: tags: - users.directoryObject summary: Get the number of the resource operationId: users.TransitiveMemberOf.GetCount.AsDirectoryRole-462d parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/transitiveMemberOf/graph.group': description: Casts the previous resource to group. get: tags: - users.directoryObject summary: Get the items of type microsoft.graph.group in the microsoft.graph.directoryObject collection operationId: users.ListTransitiveMemberOf.AsGroup parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.groupCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user '/users/{user-id}/transitiveMemberOf/graph.group/$count': description: Provides operations to count the resources in the collection. get: tags: - users.directoryObject summary: Get the number of the resource operationId: users.TransitiveMemberOf.GetCount.AsGroup-062f parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' parameters: - name: user-id in: path description: The unique identifier of user required: true schema: type: string x-ms-docs-key-type: user /users/$count: description: Provides operations to count the resources in the collection. get: tags: - users.user summary: Get the number of the resource operationId: users.GetCount-ee47 parameters: - name: ConsistencyLevel in: header description: 'Indicates the requested consistency level. Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries' schema: type: string examples: example-1: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /users/delta(): description: Provides operations to call the delta method. get: tags: - users.Functions summary: Invoke function delta description: 'Get newly created, updated, or deleted users without having to perform a full read of the entire user collection. See change tracking for details.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/user-delta?view=graph-rest-1.0 operationId: users.delta parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Success content: application/json: schema: title: Collection of user type: object allOf: - $ref: '#/components/schemas/BaseDeltaFunctionResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.user' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: function x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-grouped-path: - '/users/{user-id}/calendar/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendar/calendarView/delta()' - '/users/{user-id}/calendar/events/{event-id}/instances/delta()' - '/users/{user-id}/calendar/events/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/delta()' - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendars/{calendar-id}/calendarView/delta()' - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/delta()' - '/users/{user-id}/calendars/{calendar-id}/events/delta()' - '/users/{user-id}/calendarView/{event-id}/instances/delta()' - '/users/{user-id}/calendarView/delta()' - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/delta()' - '/users/{user-id}/chats/{chat-id}/messages/delta()' - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta()' - '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta()' - '/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta()' - '/users/{user-id}/contactFolders/delta()' - '/users/{user-id}/contacts/delta()' - '/users/{user-id}/events/{event-id}/instances/delta()' - '/users/{user-id}/events/delta()' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta()' - '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/delta()' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta()' - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta()' - '/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta()' - '/users/{user-id}/mailFolders/delta()' - '/users/{user-id}/messages/delta()' - '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta()' - '/users/{user-id}/todo/lists/delta()' - /users/delta() /users/getAvailableExtensionProperties: description: Provides operations to call the getAvailableExtensionProperties method. post: tags: - users.Actions summary: Invoke action getAvailableExtensionProperties description: 'Return all directory extension definitions that have been registered in a directory, including through multi-tenant apps. The following entities support extension properties:' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0 operationId: users.getAvailableExtensionProperties requestBody: description: Action parameters content: application/json: schema: type: object properties: isSyncedFromOnPremises: type: boolean default: false nullable: true required: true responses: 2XX: description: Success content: application/json: schema: title: Collection of extensionProperty type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.extensionProperty' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /users/getByIds: description: Provides operations to call the getByIds method. post: tags: - users.Actions summary: Invoke action getByIds description: 'Return the directory objects specified in a list of IDs. Only a subset of user properties are returned by default in v1.0. Some common uses for this function are to:' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0 operationId: users.getByIds requestBody: description: Action parameters content: application/json: schema: type: object properties: ids: type: array items: type: string types: type: array items: type: string nullable: true required: true responses: 2XX: description: Success content: application/json: schema: title: Collection of directoryObject type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /users/validateProperties: description: Provides operations to call the validateProperties method. post: tags: - users.Actions summary: Invoke action validateProperties description: "Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. To validate the properties of an existing group, use the group: validateProperties function. The following policy validations are performed for the display name and mail nickname properties:\n1. Validate the prefix and suffix naming policy\n2. Validate the custom banned words policy\n3. Validate that the mail nickname is unique This API only returns the first validation failure that is encountered. If the properties fail multiple validations, only the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy. To learn more about configuring naming policies, see Configure naming policy." externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0 operationId: users.validateProperties requestBody: description: Action parameters content: application/json: schema: type: object properties: entityType: type: string nullable: true displayName: type: string nullable: true mailNickname: type: string nullable: true onBehalfOfUserId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string format: uuid nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action components: schemas: microsoft.graph.aadUserConversationMember: allOf: - $ref: '#/components/schemas/microsoft.graph.conversationMember' - title: aadUserConversationMember required: - '@odata.type' type: object properties: email: type: string description: The email address of the user. nullable: true tenantId: type: string description: TenantId which the Microsoft Entra user belongs to. nullable: true userId: type: string description: The guid of the user. nullable: true user: anyOf: - $ref: '#/components/schemas/microsoft.graph.user' - type: object nullable: true x-ms-navigationProperty: true '@odata.type': type: string default: '#microsoft.graph.aadUserConversationMember' x-ms-discriminator-value: '#microsoft.graph.aadUserConversationMember' microsoft.graph.accessPackage: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: accessPackage required: - '@odata.type' type: object properties: createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true description: type: string description: The description of the access package. nullable: true displayName: type: string description: 'Required. The display name of the access package. Supports $filter (eq, contains).' nullable: true isHidden: type: boolean description: Indicates whether the access package is hidden from the requestor. nullable: true modifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true accessPackagesIncompatibleWith: type: array items: $ref: '#/components/schemas/microsoft.graph.accessPackage' description: The access packages that are incompatible with this package. Read-only. x-ms-navigationProperty: true assignmentPolicies: type: array items: $ref: '#/components/schemas/microsoft.graph.accessPackageAssignmentPolicy' description: Read-only. Nullable. Supports $expand. x-ms-navigationProperty: true catalog: anyOf: - $ref: '#/components/schemas/microsoft.graph.accessPackageCatalog' - type: object nullable: true description: Required when creating the access package. Read-only. Nullable. x-ms-navigationProperty: true incompatibleAccessPackages: type: array items: $ref: '#/components/schemas/microsoft.graph.accessPackage' description: The access packages whose assigned users are ineligible to be assigned this access package. x-ms-navigationProperty: true incompatibleGroups: type: array items: $ref: '#/components/schemas/microsoft.graph.group' description: The groups whose members are ineligible to be assigned this access package. x-ms-navigationProperty: true resourceRoleScopes: type: array items: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRoleScope' description: The resource roles and scopes in this access package. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.accessPackage' microsoft.graph.accessPackageAssignment: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: accessPackageAssignment required: - '@odata.type' type: object properties: customExtensionCalloutInstances: type: array items: $ref: '#/components/schemas/microsoft.graph.customExtensionCalloutInstance' description: Information about all the custom extension calls that were made during the access package assignment workflow. expiredDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true schedule: anyOf: - $ref: '#/components/schemas/microsoft.graph.entitlementManagementSchedule' - type: object nullable: true description: When the access assignment is to be in place. Read-only. state: anyOf: - $ref: '#/components/schemas/microsoft.graph.accessPackageAssignmentState' - type: object nullable: true description: 'The state of the access package assignment. The possible values are: delivering, partiallyDelivered, delivered, expired, deliveryFailed, unknownFutureValue. Read-only. Supports $filter (eq).' status: type: string description: 'More information about the assignment lifecycle. Possible values include Delivering, Delivered, NearExpiry1DayNotificationTriggered, or ExpiredNotificationTriggered. Read-only.' nullable: true accessPackage: anyOf: - $ref: '#/components/schemas/microsoft.graph.accessPackage' - type: object nullable: true description: Read-only. Nullable. Supports $filter (eq) on the id property and $expand query parameters. x-ms-navigationProperty: true assignmentPolicy: anyOf: - $ref: '#/components/schemas/microsoft.graph.accessPackageAssignmentPolicy' - type: object nullable: true description: Read-only. Supports $filter (eq) on the id property and $expand query parameters. x-ms-navigationProperty: true target: anyOf: - $ref: '#/components/schemas/microsoft.graph.accessPackageSubject' - type: object nullable: true description: The subject of the access package assignment. Read-only. Nullable. Supports $expand. Supports $filter (eq) on objectId. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.accessPackageAssignment' microsoft.graph.accessPackageAssignmentPolicy: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: accessPackageAssignmentPolicy required: - '@odata.type' type: object properties: allowedTargetScope: anyOf: - $ref: '#/components/schemas/microsoft.graph.allowedTargetScope' - type: object nullable: true description: 'Principals that can be assigned the access package through this policy. The possible values are: notSpecified, specificDirectoryUsers, specificConnectedOrganizationUsers, specificDirectoryServicePrincipals, allMemberUsers, allDirectoryUsers, allDirectoryServicePrincipals, allConfiguredConnectedOrganizationUsers, allExternalUsers, unknownFutureValue.' automaticRequestSettings: anyOf: - $ref: '#/components/schemas/microsoft.graph.accessPackageAutomaticRequestSettings' - type: object nullable: true description: 'This property is only present for an auto assignment policy; if absent, this is a request-based policy.' createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true description: type: string description: The description of the policy. nullable: true displayName: type: string description: The display name of the policy. nullable: true expiration: anyOf: - $ref: '#/components/schemas/microsoft.graph.expirationPattern' - type: object nullable: true description: The expiration date for assignments created in this policy. modifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true requestApprovalSettings: anyOf: - $ref: '#/components/schemas/microsoft.graph.accessPackageAssignmentApprovalSettings' - type: object nullable: true description: 'Specifies the settings for approval of requests for an access package assignment through this policy. For example, if approval is required for new requests.' requestorSettings: anyOf: - $ref: '#/components/schemas/microsoft.graph.accessPackageAssignmentRequestorSettings' - type: object nullable: true description: 'Provides additional settings to select who can create a request for an access package assignment through this policy, and what they can include in their request.' reviewSettings: anyOf: - $ref: '#/components/schemas/microsoft.graph.accessPackageAssignmentReviewSettings' - type: object nullable: true description: Settings for access reviews of assignments through this policy. specificAllowedTargets: type: array items: $ref: '#/components/schemas/microsoft.graph.subjectSet' description: The principals that can be assigned access from an access package through this policy. accessPackage: anyOf: - $ref: '#/components/schemas/microsoft.graph.accessPackage' - type: object nullable: true description: Access package containing this policy. Read-only. Supports $expand. x-ms-navigationProperty: true catalog: anyOf: - $ref: '#/components/schemas/microsoft.graph.accessPackageCatalog' - type: object nullable: true description: Catalog of the access package containing this policy. Read-only. x-ms-navigationProperty: true customExtensionStageSettings: type: array items: $ref: '#/components/schemas/microsoft.graph.customExtensionStageSetting' description: The collection of stages when to execute one or more custom access package workflow extensions. Supports $expand. x-ms-navigationProperty: true questions: type: array items: $ref: '#/components/schemas/microsoft.graph.accessPackageQuestion' description: Questions that are posed to the requestor. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.accessPackageAssignmentPolicy' microsoft.graph.accessPackageAssignmentRequest: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: accessPackageAssignmentRequest required: - '@odata.type' type: object properties: answers: type: array items: $ref: '#/components/schemas/microsoft.graph.accessPackageAnswer' description: Answers provided by the requestor to accessPackageQuestions asked of them at the time of request. completedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The date of the end of processing, either successful or failure, of a request. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter.' format: date-time nullable: true customExtensionCalloutInstances: type: array items: $ref: '#/components/schemas/microsoft.graph.customExtensionCalloutInstance' description: Information about all the custom extension calls that were made during the access package assignment workflow. requestType: anyOf: - $ref: '#/components/schemas/microsoft.graph.accessPackageRequestType' - type: object nullable: true description: 'The type of the request. The possible values are: notSpecified, userAdd, UserExtend, userUpdate, userRemove, adminAdd, adminUpdate, adminRemove, systemAdd, systemUpdate, systemRemove, onBehalfAdd (not supported), unknownFutureValue. Requests from the user have a requestType of userAdd, userUpdate, or userRemove. This property can''t be changed once set.' schedule: anyOf: - $ref: '#/components/schemas/microsoft.graph.entitlementManagementSchedule' - type: object nullable: true description: The range of dates that access is to be assigned to the requestor. This property can't be changed once set. state: anyOf: - $ref: '#/components/schemas/microsoft.graph.accessPackageRequestState' - type: object nullable: true description: 'The state of the request. The possible values are: submitted, pendingApproval, delivering, delivered, deliveryFailed, denied, scheduled, canceled, partiallyDelivered, unknownFutureValue. Read-only. Supports $filter (eq).' status: type: string description: More information on the request processing status. Read-only. nullable: true accessPackage: anyOf: - $ref: '#/components/schemas/microsoft.graph.accessPackage' - type: object nullable: true description: The access package associated with the accessPackageAssignmentRequest. An access package defines the collections of resource roles and the policies for how one or more users can get access to those resources. Read-only. Nullable. Supports $expand. x-ms-navigationProperty: true assignment: anyOf: - $ref: '#/components/schemas/microsoft.graph.accessPackageAssignment' - type: object nullable: true description: 'For a requestType of userAdd or adminAdd, this is an access package assignment requested to be created. For a requestType of userRemove, adminRemove or systemRemove, this has the id property of an existing assignment to be removed. Supports $expand.' x-ms-navigationProperty: true requestor: anyOf: - $ref: '#/components/schemas/microsoft.graph.accessPackageSubject' - type: object nullable: true description: 'The subject who requested or, if a direct assignment, was assigned. Read-only. Nullable. Supports $expand.' x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.accessPackageAssignmentRequest' microsoft.graph.accessPackageAssignmentRequestWorkflowExtension: allOf: - $ref: '#/components/schemas/microsoft.graph.customCalloutExtension' - title: accessPackageAssignmentRequestWorkflowExtension required: - '@odata.type' type: object properties: callbackConfiguration: anyOf: - $ref: '#/components/schemas/microsoft.graph.customExtensionCallbackConfiguration' - type: object nullable: true description: The callback configuration for a custom extension. createdBy: type: string description: The userPrincipalName of the user or identity of the subject that created this resource. Read-only. nullable: true createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: When the object was created. format: date-time nullable: true lastModifiedBy: type: string description: The userPrincipalName of the identity that last modified the object. nullable: true lastModifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: When the object was last modified. format: date-time nullable: true '@odata.type': type: string default: '#microsoft.graph.accessPackageAssignmentRequestWorkflowExtension' x-ms-discriminator-value: '#microsoft.graph.accessPackageAssignmentRequestWorkflowExtension' microsoft.graph.accessPackageAssignmentWorkflowExtension: allOf: - $ref: '#/components/schemas/microsoft.graph.customCalloutExtension' - title: accessPackageAssignmentWorkflowExtension required: - '@odata.type' type: object properties: callbackConfiguration: anyOf: - $ref: '#/components/schemas/microsoft.graph.customExtensionCallbackConfiguration' - type: object nullable: true description: The callback configuration for a custom extension. createdBy: type: string description: The userPrincipalName of the user or identity of the subject that created this resource. Read-only. nullable: true createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: When the entity was created. format: date-time nullable: true lastModifiedBy: type: string description: The userPrincipalName of the identity that last modified the entity. nullable: true lastModifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: When the entity was last modified. format: date-time nullable: true '@odata.type': type: string default: '#microsoft.graph.accessPackageAssignmentWorkflowExtension' x-ms-discriminator-value: '#microsoft.graph.accessPackageAssignmentWorkflowExtension' microsoft.graph.accessPackageCatalog: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: accessPackageCatalog required: - '@odata.type' type: object properties: catalogType: anyOf: - $ref: '#/components/schemas/microsoft.graph.accessPackageCatalogType' - type: object nullable: true description: 'Whether the catalog is created by a user or entitlement management. The possible values are: userManaged, serviceDefault, serviceManaged, unknownFutureValue.' createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true description: type: string description: The description of the access package catalog. nullable: true displayName: type: string description: The display name of the access package catalog. nullable: true isExternallyVisible: type: boolean description: Whether the access packages in this catalog can be requested by users outside of the tenant. nullable: true modifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true state: anyOf: - $ref: '#/components/schemas/microsoft.graph.accessPackageCatalogState' - type: object nullable: true description: 'Has the value published if the access packages are available for management. The possible values are: unpublished, published, unknownFutureValue.' accessPackages: type: array items: $ref: '#/components/schemas/microsoft.graph.accessPackage' description: The access packages in this catalog. Read-only. Nullable. x-ms-navigationProperty: true customWorkflowExtensions: type: array items: $ref: '#/components/schemas/microsoft.graph.customCalloutExtension' x-ms-navigationProperty: true resourceRoles: type: array items: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' x-ms-navigationProperty: true resources: type: array items: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' description: Access package resources in this catalog. x-ms-navigationProperty: true resourceScopes: type: array items: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.accessPackageCatalog' microsoft.graph.accessPackageMultipleChoiceQuestion: allOf: - $ref: '#/components/schemas/microsoft.graph.accessPackageQuestion' - title: accessPackageMultipleChoiceQuestion required: - '@odata.type' type: object properties: choices: type: array items: $ref: '#/components/schemas/microsoft.graph.accessPackageAnswerChoice' description: List of answer choices. isMultipleSelectionAllowed: type: boolean description: Indicates whether requestor can select multiple choices as their answer. nullable: true '@odata.type': type: string default: '#microsoft.graph.accessPackageMultipleChoiceQuestion' x-ms-discriminator-value: '#microsoft.graph.accessPackageMultipleChoiceQuestion' microsoft.graph.accessPackageQuestion: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: accessPackageQuestion required: - '@odata.type' type: object properties: isAnswerEditable: type: boolean description: Specifies whether the requestor is allowed to edit answers to questions for an assignment by posting an update to accessPackageAssignmentRequest. nullable: true isRequired: type: boolean description: Whether the requestor is required to supply an answer or not. nullable: true localizations: type: array items: $ref: '#/components/schemas/microsoft.graph.accessPackageLocalizedText' description: The text of the question represented in a format for a specific locale. sequence: maximum: 2147483647 minimum: -2147483648 type: integer description: Relative position of this question when displaying a list of questions to the requestor. format: int32 nullable: true text: type: string description: The text of the question to show to the requestor. nullable: true '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.accessPackageMultipleChoiceQuestion': '#/components/schemas/microsoft.graph.accessPackageMultipleChoiceQuestion' '#microsoft.graph.accessPackageTextInputQuestion': '#/components/schemas/microsoft.graph.accessPackageTextInputQuestion' microsoft.graph.accessPackageResource: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: accessPackageResource required: - '@odata.type' type: object properties: attributes: type: array items: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceAttribute' description: Contains information about the attributes to be collected from the requestor and sent to the resource application. createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true description: type: string description: A description for the resource. nullable: true displayName: type: string description: 'The display name of the resource, such as the application name, group name or site name.' nullable: true modifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true originId: type: string description: 'The unique identifier of the resource in the origin system. For a Microsoft Entra group, this is the identifier of the group.' nullable: true originSystem: type: string description: 'The type of the resource in the origin system, such as SharePointOnline, AadApplication or AadGroup.' nullable: true environment: anyOf: - $ref: '#/components/schemas/microsoft.graph.accessPackageResourceEnvironment' - type: object nullable: true description: Contains the environment information for the resource. This can be set using either the @odata.bind annotation or the environment's originId.Supports $expand. x-ms-navigationProperty: true roles: type: array items: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' description: Read-only. Nullable. Supports $expand. x-ms-navigationProperty: true scopes: type: array items: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' description: Read-only. Nullable. Supports $expand. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.accessPackageResource' microsoft.graph.accessPackageResourceEnvironment: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: accessPackageResourceEnvironment required: - '@odata.type' type: object properties: connectionInfo: anyOf: - $ref: '#/components/schemas/microsoft.graph.connectionInfo' - type: object nullable: true description: Connection information of an environment used to connect to a resource. createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The date and time that this object was created. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true description: type: string description: The description of this object. nullable: true displayName: type: string description: The display name of this object. nullable: true isDefaultEnvironment: type: boolean description: 'Determines whether this is default environment or not. It is set to true for all static origin systems, such as Microsoft Entra groups and Microsoft Entra Applications.' nullable: true modifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The date and time that this object was last modified. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true originId: type: string description: The unique identifier of this environment in the origin system. nullable: true originSystem: type: string description: 'The type of the resource in the origin system, that is, SharePointOnline. Requires $filter (eq).' nullable: true resources: type: array items: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' description: Read-only. Required. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.accessPackageResourceEnvironment' microsoft.graph.accessPackageResourceRequest: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: accessPackageResourceRequest required: - '@odata.type' type: object properties: createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true requestType: anyOf: - $ref: '#/components/schemas/microsoft.graph.accessPackageRequestType' - type: object nullable: true description: 'The type of the request. Use adminAdd to add a resource, if the caller is an administrator or resource owner, adminUpdate to update a resource, or adminRemove to remove a resource.' state: anyOf: - $ref: '#/components/schemas/microsoft.graph.accessPackageRequestState' - type: object nullable: true description: 'The outcome of whether the service was able to add the resource to the catalog. The value is delivered if the resource was added or removed, and deliveryFailed if it couldn''t be added or removed. Read-only.' catalog: anyOf: - $ref: '#/components/schemas/microsoft.graph.accessPackageCatalog' - type: object nullable: true x-ms-navigationProperty: true resource: anyOf: - $ref: '#/components/schemas/microsoft.graph.accessPackageResource' - type: object nullable: true x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.accessPackageResourceRequest' microsoft.graph.accessPackageResourceRole: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: accessPackageResourceRole required: - '@odata.type' type: object properties: description: type: string description: A description for the resource role. nullable: true displayName: type: string description: The display name of the resource role such as the role defined by the application. nullable: true originId: type: string description: 'The unique identifier of the resource role in the origin system. For a SharePoint Online site, the originId is the sequence number of the role in the site.' nullable: true originSystem: type: string description: 'The type of the resource in the origin system, such as SharePointOnline, AadApplication, or AadGroup.' nullable: true resource: anyOf: - $ref: '#/components/schemas/microsoft.graph.accessPackageResource' - type: object nullable: true x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.accessPackageResourceRole' microsoft.graph.accessPackageResourceRoleScope: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: accessPackageResourceRoleScope required: - '@odata.type' type: object properties: createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true role: anyOf: - $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' - type: object nullable: true x-ms-navigationProperty: true scope: anyOf: - $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' - type: object nullable: true x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.accessPackageResourceRoleScope' microsoft.graph.accessPackageResourceScope: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: accessPackageResourceScope required: - '@odata.type' type: object properties: description: type: string description: The description of the scope. nullable: true displayName: type: string description: The display name of the scope. nullable: true isRootScope: type: boolean description: True if the scopes are arranged in a hierarchy and this is the top or root scope of the resource. nullable: true originId: type: string description: The unique identifier for the scope in the resource as defined in the origin system. nullable: true originSystem: type: string description: The origin system for the scope. nullable: true resource: anyOf: - $ref: '#/components/schemas/microsoft.graph.accessPackageResource' - type: object nullable: true x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.accessPackageResourceScope' microsoft.graph.accessPackageSubject: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: accessPackageSubject required: - '@odata.type' type: object properties: displayName: type: string description: The display name of the subject. nullable: true email: type: string description: The email address of the subject. nullable: true objectId: type: string description: The object identifier of the subject. null if the subject isn't yet a user in the tenant. nullable: true onPremisesSecurityIdentifier: type: string description: 'A string representation of the principal''s security identifier, if known, or null if the subject doesn''t have a security identifier.' nullable: true principalName: type: string description: 'The principal name, if known, of the subject.' nullable: true subjectType: anyOf: - $ref: '#/components/schemas/microsoft.graph.accessPackageSubjectType' - type: object nullable: true description: 'The resource type of the subject. The possible values are: notSpecified, user, servicePrincipal, unknownFutureValue.' connectedOrganization: anyOf: - $ref: '#/components/schemas/microsoft.graph.connectedOrganization' - type: object nullable: true description: The connected organization of the subject. Read-only. Nullable. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.accessPackageSubject' microsoft.graph.accessPackageTextInputQuestion: allOf: - $ref: '#/components/schemas/microsoft.graph.accessPackageQuestion' - title: accessPackageTextInputQuestion required: - '@odata.type' type: object properties: isSingleLineQuestion: type: boolean description: Indicates whether the answer is in single or multiple line format. nullable: true regexPattern: type: string description: The regular expression pattern that any answer to this question must match. nullable: true '@odata.type': type: string default: '#microsoft.graph.accessPackageTextInputQuestion' x-ms-discriminator-value: '#microsoft.graph.accessPackageTextInputQuestion' microsoft.graph.accessReviewHistoryDefinition: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: accessReviewHistoryDefinition required: - '@odata.type' type: object properties: createdBy: $ref: '#/components/schemas/microsoft.graph.userIdentity' createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Timestamp when the access review definition was created. format: date-time decisions: type: array items: anyOf: - $ref: '#/components/schemas/microsoft.graph.accessReviewHistoryDecisionFilter' - type: object nullable: true description: 'Determines which review decisions will be included in the fetched review history data if specified. Optional on create. All decisions are included by default if no decisions are provided on create. Possible values are: approve, deny, dontKnow, notReviewed, and notNotified.' displayName: type: string description: Name for the access review history data collection. Required. reviewHistoryPeriodEndDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: A timestamp. Reviews ending on or before this date will be included in the fetched history data. Only required if scheduleSettings isn't defined. format: date-time reviewHistoryPeriodStartDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: A timestamp. Reviews starting on or before this date will be included in the fetched history data. Only required if scheduleSettings isn't defined. format: date-time scheduleSettings: anyOf: - $ref: '#/components/schemas/microsoft.graph.accessReviewHistoryScheduleSettings' - type: object nullable: true description: The settings for a recurring access review history definition series. Only required if reviewHistoryPeriodStartDateTime or reviewHistoryPeriodEndDateTime aren't defined. Not supported yet. scopes: type: array items: $ref: '#/components/schemas/microsoft.graph.accessReviewScope' description: Used to scope what reviews are included in the fetched history data. Fetches reviews whose scope matches with this provided scope. Required. status: anyOf: - $ref: '#/components/schemas/microsoft.graph.accessReviewHistoryStatus' - type: object nullable: true description: 'Represents the status of the review history data collection. The possible values are: done, inProgress, error, requested, unknownFutureValue.' instances: type: array items: $ref: '#/components/schemas/microsoft.graph.accessReviewHistoryInstance' description: 'If the accessReviewHistoryDefinition is a recurring definition, instances represent each recurrence. A definition that doesn''t recur will have exactly one instance.' x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.accessReviewHistoryDefinition' microsoft.graph.accessReviewHistoryInstance: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: accessReviewHistoryInstance required: - '@odata.type' type: object properties: downloadUri: type: string description: Uri that can be used to retrieve review history data. This URI will be active for 24 hours after being generated. Required. nullable: true expirationDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Timestamp when this instance and associated data expires and the history is deleted. Required. format: date-time fulfilledDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Timestamp when all of the available data for this instance was collected and is set after this instance's status is set to done. Required. format: date-time nullable: true reviewHistoryPeriodEndDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Timestamp reviews ending on or before this date will be included in the fetched history data. format: date-time nullable: true reviewHistoryPeriodStartDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Timestamp reviews starting on or after this date will be included in the fetched history data. format: date-time nullable: true runDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Timestamp when the instance's history data is scheduled to be generated. format: date-time status: anyOf: - $ref: '#/components/schemas/microsoft.graph.accessReviewHistoryStatus' - type: object nullable: true description: 'Represents the status of the review history data collection. The possible values are: done, inProgress, error, requested, unknownFutureValue. Once the status has been marked as done, a link can be generated to retrieve the instance''s data by calling generateDownloadUri method.' '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.accessReviewHistoryInstance' microsoft.graph.accessReviewInstance: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: accessReviewInstance required: - '@odata.type' type: object properties: endDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'DateTime when review instance is scheduled to end.The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Supports $select. Read-only.' format: date-time nullable: true fallbackReviewers: type: array items: $ref: '#/components/schemas/microsoft.graph.accessReviewReviewerScope' description: 'This collection of reviewer scopes is used to define the list of fallback reviewers. These fallback reviewers will be notified to take action if no users are found from the list of reviewers specified. This could occur when either the group owner is specified as the reviewer but the group owner does not exist, or manager is specified as reviewer but a user''s manager does not exist. Supports $select.' reviewers: type: array items: $ref: '#/components/schemas/microsoft.graph.accessReviewReviewerScope' description: 'This collection of access review scopes is used to define who the reviewers are. Supports $select. For examples of options for assigning reviewers, see Assign reviewers to your access review definition using the Microsoft Graph API.' scope: anyOf: - $ref: '#/components/schemas/microsoft.graph.accessReviewScope' - type: object nullable: true description: Created based on scope and instanceEnumerationScope at the accessReviewScheduleDefinition level. Defines the scope of users reviewed in a group. Supports $select and $filter (contains only). Read-only. startDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'DateTime when review instance is scheduled to start. May be in the future. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Supports $select. Read-only.' format: date-time nullable: true status: type: string description: 'Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only.' nullable: true contactedReviewers: type: array items: $ref: '#/components/schemas/microsoft.graph.accessReviewReviewer' description: 'Returns the collection of reviewers who were contacted to complete this review. While the reviewers and fallbackReviewers properties of the accessReviewScheduleDefinition might specify group owners or managers as reviewers, contactedReviewers returns their individual identities. Supports $select. Read-only.' x-ms-navigationProperty: true decisions: type: array items: $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItem' description: 'Each user reviewed in an accessReviewInstance has a decision item representing if they were approved, denied, or not yet reviewed.' x-ms-navigationProperty: true stages: type: array items: $ref: '#/components/schemas/microsoft.graph.accessReviewStage' description: 'If the instance has multiple stages, this returns the collection of stages. A new stage will only be created when the previous stage ends. The existence, number, and settings of stages on a review instance are created based on the accessReviewStageSettings on the parent accessReviewScheduleDefinition.' x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.accessReviewInstance' microsoft.graph.accessReviewInstanceDecisionItem: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: accessReviewInstanceDecisionItem required: - '@odata.type' type: object properties: accessReviewId: type: string description: The identifier of the accessReviewInstance parent. Supports $select. Read-only. appliedBy: anyOf: - $ref: '#/components/schemas/microsoft.graph.userIdentity' - type: object nullable: true description: The identifier of the user who applied the decision. Read-only. appliedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The timestamp when the approval decision was applied.00000000-0000-0000-0000-000000000000 if the assigned reviewer hasn''t applied the decision or it was automatically applied. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Supports $select. Read-only.' format: date-time nullable: true applyResult: type: string description: 'The result of applying the decision. Possible values: New, AppliedSuccessfully, AppliedWithUnknownFailure, AppliedSuccessfullyButObjectNotFound and ApplyNotSupported. Supports $select, $orderby, and $filter (eq only). Read-only.' nullable: true decision: type: string description: 'Result of the review. Possible values: Approve, Deny, NotReviewed, or DontKnow. Supports $select, $orderby, and $filter (eq only).' nullable: true justification: type: string description: Justification left by the reviewer when they made the decision. nullable: true principal: anyOf: - $ref: '#/components/schemas/microsoft.graph.identity' - type: object nullable: true description: 'Every decision item in an access review represents a principal''s access to a resource. This property represents details of the principal. For example, if a decision item represents access of User ''Bob'' to Group ''Sales'' - The principal is ''Bob'' and the resource is ''Sales''. Principals can be of two types - userIdentity and servicePrincipalIdentity. Supports $select. Read-only.' principalLink: type: string description: 'A link to the principal object. For example, https://graph.microsoft.com/v1.0/users/a6c7aecb-cbfd-4763-87ef-e91b4bd509d9. Read-only.' nullable: true recommendation: type: string description: 'A system-generated recommendation for the approval decision based off last interactive sign-in to tenant. The value is Approve if the sign-in is fewer than 30 days after the start of review, Deny if the sign-in is greater than 30 days after, or NoInfoAvailable. Possible values: Approve, Deny, or NoInfoAvailable. Supports $select, $orderby, and $filter (eq only). Read-only.' nullable: true resource: anyOf: - $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItemResource' - type: object nullable: true description: 'Every decision item in an access review represents a principal''s access to a resource. This property represents details of the resource. For example, if a decision item represents access of User ''Bob'' to Group ''Sales'' - The principal is Bob and the resource is ''Sales''. Resources can be of multiple types. See accessReviewInstanceDecisionItemResource. Read-only.' resourceLink: type: string description: 'A link to the resource. For example, https://graph.microsoft.com/v1.0/servicePrincipals/c86300f3-8695-4320-9f6e-32a2555f5ff8. Supports $select. Read-only.' nullable: true reviewedBy: anyOf: - $ref: '#/components/schemas/microsoft.graph.userIdentity' - type: object nullable: true description: The identifier of the reviewer.00000000-0000-0000-0000-000000000000 if the assigned reviewer hasn't reviewed. Supports $select. Read-only. reviewedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The timestamp when the review decision occurred. Supports $select. Read-only. format: date-time nullable: true insights: type: array items: $ref: '#/components/schemas/microsoft.graph.governanceInsight' description: Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.accessReviewInstanceDecisionItem' microsoft.graph.accessReviewReviewer: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: accessReviewReviewer required: - '@odata.type' type: object properties: createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The date when the reviewer was added for the access review. format: date-time nullable: true displayName: type: string description: Name of reviewer. nullable: true userPrincipalName: type: string description: User principal name of the reviewer. nullable: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.accessReviewReviewer' microsoft.graph.accessReviewScheduleDefinition: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: accessReviewScheduleDefinition required: - '@odata.type' type: object properties: additionalNotificationRecipients: type: array items: $ref: '#/components/schemas/microsoft.graph.accessReviewNotificationRecipientItem' description: Defines the list of additional users or group members to be notified of the access review progress. createdBy: anyOf: - $ref: '#/components/schemas/microsoft.graph.userIdentity' - type: object nullable: true description: User who created this review. Read-only. createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Timestamp when the access review series was created. Supports $select. Read-only. format: date-time nullable: true descriptionForAdmins: type: string description: Description provided by review creators to provide more context of the review to admins. Supports $select. nullable: true descriptionForReviewers: type: string description: Description provided by review creators to provide more context of the review to reviewers. Reviewers see this description in the email sent to them requesting their review. Email notifications support up to 256 characters. Supports $select. nullable: true displayName: type: string description: Name of the access review series. Supports $select and $orderby. Required on create. nullable: true fallbackReviewers: type: array items: $ref: '#/components/schemas/microsoft.graph.accessReviewReviewerScope' description: 'This collection of reviewer scopes is used to define the list of fallback reviewers. These fallback reviewers are notified to take action if no users are found from the list of reviewers specified. This could occur when either the group owner is specified as the reviewer but the group owner doesn''t exist, or manager is specified as reviewer but a user''s manager doesn''t exist. See accessReviewReviewerScope. Replaces backupReviewers. Supports $select. NOTE: The value of this property will be ignored if fallback reviewers are assigned through the stageSettings property.' instanceEnumerationScope: anyOf: - $ref: '#/components/schemas/microsoft.graph.accessReviewScope' - type: object nullable: true description: 'This property is required when scoping a review to guest users'' access across all Microsoft 365 groups and determines which Microsoft 365 groups are reviewed. Each group becomes a unique accessReviewInstance of the access review series. For supported scopes, see accessReviewScope. Supports $select. For examples of options for configuring instanceEnumerationScope, see Configure the scope of your access review definition using the Microsoft Graph API.' lastModifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Timestamp when the access review series was last modified. Supports $select. Read-only. format: date-time nullable: true reviewers: type: array items: $ref: '#/components/schemas/microsoft.graph.accessReviewReviewerScope' description: 'This collection of access review scopes is used to define who are the reviewers. The reviewers property is only updatable if individual users are assigned as reviewers. Required on create. Supports $select. For examples of options for assigning reviewers, see Assign reviewers to your access review definition using the Microsoft Graph API. NOTE: The value of this property will be ignored if reviewers are assigned through the stageSettings property.' scope: anyOf: - $ref: '#/components/schemas/microsoft.graph.accessReviewScope' - type: object nullable: true description: 'Defines the entities whose access is reviewed. For supported scopes, see accessReviewScope. Required on create. Supports $select and $filter (contains only). For examples of options for configuring scope, see Configure the scope of your access review definition using the Microsoft Graph API.' settings: anyOf: - $ref: '#/components/schemas/microsoft.graph.accessReviewScheduleSettings' - type: object nullable: true description: 'The settings for an access review series, see type definition below. Supports $select. Required on create.' stageSettings: type: array items: $ref: '#/components/schemas/microsoft.graph.accessReviewStageSettings' description: 'Required only for a multi-stage access review to define the stages and their settings. You can break down each review instance into up to three sequential stages, where each stage can have a different set of reviewers, fallback reviewers, and settings. Stages are created sequentially based on the dependsOn property. Optional. When this property is defined, its settings are used instead of the corresponding settings in the accessReviewScheduleDefinition object and its settings, reviewers, and fallbackReviewers properties.' status: type: string description: 'This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only.' nullable: true instances: type: array items: $ref: '#/components/schemas/microsoft.graph.accessReviewInstance' description: 'If the accessReviewScheduleDefinition is a recurring access review, instances represent each recurrence. A review that doesn''t recur will have exactly one instance. Instances also represent each unique resource under review in the accessReviewScheduleDefinition. If a review has multiple resources and multiple instances, each resource has a unique instance for each recurrence.' x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.accessReviewScheduleDefinition' microsoft.graph.accessReviewSet: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: accessReviewSet required: - '@odata.type' type: object properties: definitions: type: array items: $ref: '#/components/schemas/microsoft.graph.accessReviewScheduleDefinition' description: Represents the template and scheduling for an access review. x-ms-navigationProperty: true historyDefinitions: type: array items: $ref: '#/components/schemas/microsoft.graph.accessReviewHistoryDefinition' description: Represents a collection of access review history data and the scopes used to collect that data. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.accessReviewSet' microsoft.graph.accessReviewStage: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: accessReviewStage required: - '@odata.type' type: object properties: endDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The date and time in ISO 8601 format and UTC time when the review stage is scheduled to end. This property is the cumulative total of the durationInDays for all stages. Read-only. format: date-time nullable: true fallbackReviewers: type: array items: $ref: '#/components/schemas/microsoft.graph.accessReviewReviewerScope' description: 'This collection of reviewer scopes is used to define the list of fallback reviewers. These fallback reviewers are notified to take action if no users are found from the list of reviewers specified. This could occur when either the group owner is specified as the reviewer but the group owner doesn''t exist, or manager is specified as reviewer but a user''s manager doesn''t exist.' reviewers: type: array items: $ref: '#/components/schemas/microsoft.graph.accessReviewReviewerScope' description: 'This collection of access review scopes is used to define who the reviewers are. For examples of options for assigning reviewers, see Assign reviewers to your access review definition using the Microsoft Graph API.' startDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The date and time in ISO 8601 format and UTC time when the review stage is scheduled to start. Read-only. format: date-time nullable: true status: type: string description: 'Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only.' nullable: true decisions: type: array items: $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItem' description: 'Each user reviewed in an accessReviewStage has a decision item representing if they were approved, denied, or not yet reviewed.' x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.accessReviewStage' microsoft.graph.activityBasedTimeoutPolicy: allOf: - $ref: '#/components/schemas/microsoft.graph.stsPolicy' - title: activityBasedTimeoutPolicy required: - '@odata.type' type: object properties: '@odata.type': type: string default: '#microsoft.graph.activityBasedTimeoutPolicy' x-ms-discriminator-value: '#microsoft.graph.activityBasedTimeoutPolicy' microsoft.graph.activityHistoryItem: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: activityHistoryItem required: - '@odata.type' type: object properties: activeDurationSeconds: maximum: 2147483647 minimum: -2147483648 type: integer description: 'Optional. The duration of active user engagement. if not supplied, this is calculated from the startedDateTime and lastActiveDateTime.' format: int32 nullable: true createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Set by the server. DateTime in UTC when the object was created on the server. format: date-time nullable: true expirationDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Optional. UTC DateTime when the activityHistoryItem will undergo hard-delete. Can be set by the client. format: date-time nullable: true lastActiveDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'Optional. UTC DateTime when the activityHistoryItem (activity session) was last understood as active or finished - if null, activityHistoryItem status should be Ongoing.' format: date-time nullable: true lastModifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Set by the server. DateTime in UTC when the object was modified on the server. format: date-time nullable: true startedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Required. UTC DateTime when the activityHistoryItem (activity session) was started. Required for timeline history. format: date-time status: anyOf: - $ref: '#/components/schemas/microsoft.graph.status' - type: object nullable: true description: 'Set by the server. A status code used to identify valid objects. Values: active, updated, deleted, ignored.' userTimezone: type: string description: Optional. The timezone in which the user's device used to generate the activity was located at activity creation time. Values supplied as Olson IDs in order to support cross-platform representation. nullable: true activity: $ref: '#/components/schemas/microsoft.graph.userActivity' '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.activityHistoryItem' microsoft.graph.addLargeGalleryViewOperation: allOf: - $ref: '#/components/schemas/microsoft.graph.commsOperation' - title: addLargeGalleryViewOperation required: - '@odata.type' type: object properties: '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.addLargeGalleryViewOperation' microsoft.graph.admin: title: admin required: - '@odata.type' type: object properties: edge: anyOf: - $ref: '#/components/schemas/microsoft.graph.edge' - type: object nullable: true description: A container for Microsoft Edge resources. Read-only. x-ms-navigationProperty: true microsoft365Apps: anyOf: - $ref: '#/components/schemas/microsoft.graph.adminMicrosoft365Apps' - type: object nullable: true description: A container for the Microsoft 365 apps admin functionality. x-ms-navigationProperty: true people: anyOf: - $ref: '#/components/schemas/microsoft.graph.peopleAdminSettings' - type: object nullable: true description: Represents a setting to control people-related admin settings in the tenant. x-ms-navigationProperty: true serviceAnnouncement: anyOf: - $ref: '#/components/schemas/microsoft.graph.serviceAnnouncement' - type: object nullable: true description: A container for service communications resources. Read-only. x-ms-navigationProperty: true sharepoint: anyOf: - $ref: '#/components/schemas/microsoft.graph.sharepoint' - type: object nullable: true x-ms-navigationProperty: true '@odata.type': type: string microsoft.graph.adminConsentRequestPolicy: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: adminConsentRequestPolicy required: - '@odata.type' type: object properties: isEnabled: type: boolean description: Specifies whether the admin consent request feature is enabled or disabled. Required. notifyReviewers: type: boolean description: Specifies whether reviewers will receive notifications. Required. remindersEnabled: type: boolean description: Specifies whether reviewers will receive reminder emails. Required. requestDurationInDays: maximum: 2147483647 minimum: -2147483648 type: integer description: Specifies the duration the request is active before it automatically expires if no decision is applied. format: int32 reviewers: type: array items: $ref: '#/components/schemas/microsoft.graph.accessReviewReviewerScope' description: The list of reviewers for the admin consent. Required. version: maximum: 2147483647 minimum: -2147483648 type: integer description: 'Specifies the version of this policy. When the policy is updated, this version is updated. Read-only.' format: int32 '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.adminConsentRequestPolicy' microsoft.graph.administrativeUnit: allOf: - $ref: '#/components/schemas/microsoft.graph.directoryObject' - title: administrativeUnit required: - '@odata.type' type: object properties: description: type: string description: 'An optional description for the administrative unit. Supports $filter (eq, ne, in, startsWith), $search.' nullable: true displayName: type: string description: 'Display name for the administrative unit. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderby.' nullable: true visibility: type: string description: 'Controls whether the administrative unit and its members are hidden or public. Can be set to HiddenMembership. If not set (value is null), the default behavior is public. When set to HiddenMembership, only members of the administrative unit can list other members of the administrative unit.' nullable: true extensions: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' description: The collection of open extensions defined for this administrative unit. Nullable. x-ms-navigationProperty: true members: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' description: Users and groups that are members of this administrative unit. Supports $expand. x-ms-navigationProperty: true scopedRoleMembers: type: array items: $ref: '#/components/schemas/microsoft.graph.scopedRoleMembership' description: Scoped-role members of this administrative unit. x-ms-navigationProperty: true '@odata.type': type: string default: '#microsoft.graph.administrativeUnit' x-ms-discriminator-value: '#microsoft.graph.administrativeUnit' microsoft.graph.adminMicrosoft365Apps: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: adminMicrosoft365Apps required: - '@odata.type' type: object properties: installationOptions: anyOf: - $ref: '#/components/schemas/microsoft.graph.m365AppsInstallationOptions' - type: object nullable: true description: A container for tenant-level settings for Microsoft 365 applications. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.adminMicrosoft365Apps' microsoft.graph.agreement: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: agreement required: - '@odata.type' type: object properties: displayName: type: string description: Display name of the agreement. The display name is used for internal tracking of the agreement but isn't shown to end users who view the agreement. Supports $filter (eq). nullable: true isPerDeviceAcceptanceRequired: type: boolean description: 'Indicates whether end users are required to accept this agreement on every device that they access it from. The end user is required to register their device in Microsoft Entra ID, if they haven''t already done so. Supports $filter (eq).' nullable: true isViewingBeforeAcceptanceRequired: type: boolean description: Indicates whether the user has to expand the agreement before accepting. Supports $filter (eq). nullable: true termsExpiration: anyOf: - $ref: '#/components/schemas/microsoft.graph.termsExpiration' - type: object nullable: true description: Expiration schedule and frequency of agreement for all users. Supports $filter (eq). userReacceptRequiredFrequency: pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' type: string description: The duration after which the user must reaccept the terms of use. The value is represented in ISO 8601 format for durations. Supports $filter (eq). format: duration nullable: true acceptances: type: array items: $ref: '#/components/schemas/microsoft.graph.agreementAcceptance' description: Read-only. Information about acceptances of this agreement. x-ms-navigationProperty: true file: anyOf: - $ref: '#/components/schemas/microsoft.graph.agreementFile' - type: object nullable: true description: Default PDF linked to this agreement. x-ms-navigationProperty: true files: type: array items: $ref: '#/components/schemas/microsoft.graph.agreementFileLocalization' description: PDFs linked to this agreement. This property is in the process of being deprecated. Use the file property instead. Supports $expand. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.agreement' microsoft.graph.agreementAcceptance: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: agreementAcceptance required: - '@odata.type' type: object properties: agreementFileId: type: string description: The identifier of the agreement file accepted by the user. nullable: true agreementId: type: string description: The identifier of the agreement. nullable: true deviceDisplayName: type: string description: The display name of the device used for accepting the agreement. nullable: true deviceId: type: string description: The unique identifier of the device used for accepting the agreement. Supports $filter (eq) and eq for null values. nullable: true deviceOSType: type: string description: The operating system used to accept the agreement. nullable: true deviceOSVersion: type: string description: The operating system version of the device used to accept the agreement. nullable: true expirationDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The expiration date time of the acceptance. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Supports $filter (eq, ge, le) and eq for null values.' format: date-time nullable: true recordedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true state: anyOf: - $ref: '#/components/schemas/microsoft.graph.agreementAcceptanceState' - type: object nullable: true description: 'The state of the agreement acceptance. Possible values are: accepted, declined. Supports $filter (eq).' userDisplayName: type: string description: Display name of the user when the acceptance was recorded. nullable: true userEmail: type: string description: Email of the user when the acceptance was recorded. nullable: true userId: type: string description: The identifier of the user who accepted the agreement. Supports $filter (eq). nullable: true userPrincipalName: type: string description: UPN of the user when the acceptance was recorded. nullable: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.agreementAcceptance' microsoft.graph.agreementFile: allOf: - $ref: '#/components/schemas/microsoft.graph.agreementFileProperties' - title: agreementFile required: - '@odata.type' type: object properties: localizations: type: array items: $ref: '#/components/schemas/microsoft.graph.agreementFileLocalization' description: The localized version of the terms of use agreement files attached to the agreement. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.agreementFile' microsoft.graph.agreementFileLocalization: allOf: - $ref: '#/components/schemas/microsoft.graph.agreementFileProperties' - title: agreementFileLocalization required: - '@odata.type' type: object properties: versions: type: array items: $ref: '#/components/schemas/microsoft.graph.agreementFileVersion' description: Read-only. Customized versions of the terms of use agreement in the Microsoft Entra tenant. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.agreementFileLocalization' microsoft.graph.agreementFileProperties: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: agreementFileProperties required: - '@odata.type' type: object properties: createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The date time representing when the file was created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true displayName: type: string description: Localized display name of the policy file of an agreement. The localized display name is shown to end users who view the agreement. nullable: true fileData: anyOf: - $ref: '#/components/schemas/microsoft.graph.agreementFileData' - type: object nullable: true description: Data that represents the terms of use PDF document. Read-only. fileName: type: string description: 'Name of the agreement file (for example, TOU.pdf). Read-only.' nullable: true isDefault: type: boolean description: 'If none of the languages matches the client preference, indicates whether this is the default agreement file. If none of the files are marked as default, the first one is treated as the default. Read-only.' nullable: true isMajorVersion: type: boolean description: Indicates whether the agreement file is a major version update. Major version updates invalidate the agreement's acceptances on the corresponding language. nullable: true language: type: string description: 'The language of the agreement file in the format ''languagecode2-country/regioncode2''. ''languagecode2'' is a lowercase two-letter code derived from ISO 639-1, while ''country/regioncode2'' is derived from ISO 3166 and usually consists of two uppercase letters, or a BCP-47 language tag. For example, U.S. English is en-US. Read-only.' nullable: true '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.agreementFile': '#/components/schemas/microsoft.graph.agreementFile' '#microsoft.graph.agreementFileLocalization': '#/components/schemas/microsoft.graph.agreementFileLocalization' '#microsoft.graph.agreementFileVersion': '#/components/schemas/microsoft.graph.agreementFileVersion' microsoft.graph.agreementFileVersion: allOf: - $ref: '#/components/schemas/microsoft.graph.agreementFileProperties' - title: agreementFileVersion required: - '@odata.type' type: object properties: '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.agreementFileVersion' microsoft.graph.alert: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: alert required: - '@odata.type' type: object properties: activityGroupName: type: string description: Name or alias of the activity group (attacker) this alert is attributed to. nullable: true alertDetections: type: array items: $ref: '#/components/schemas/microsoft.graph.alertDetection' assignedTo: type: string description: 'Name of the analyst the alert is assigned to for triage, investigation, or remediation (supports update).' nullable: true azureSubscriptionId: type: string description: 'Azure subscription ID, present if this alert is related to an Azure resource.' nullable: true azureTenantId: type: string description: Microsoft Entra tenant ID. Required. category: type: string description: 'Category of the alert (for example, credentialTheft, ransomware).' nullable: true closedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'Time at which the alert was closed. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z (supports update).' format: date-time nullable: true cloudAppStates: type: array items: $ref: '#/components/schemas/microsoft.graph.cloudAppSecurityState' description: Security-related stateful information generated by the provider about the cloud application/s related to this alert. comments: type: array items: type: string nullable: true description: Customer-provided comments on alert (for customer alert management) (supports update). confidence: maximum: 2147483647 minimum: -2147483648 type: integer description: Confidence of the detection logic (percentage between 1-100). format: int32 nullable: true createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'Time at which the alert was created by the alert provider. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Required.' format: date-time nullable: true description: type: string description: Alert description. nullable: true detectionIds: type: array items: type: string nullable: true description: Set of alerts related to this alert entity (each alert is pushed to the SIEM as a separate record). eventDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'Time at which the event or events that served as the trigger to generate the alert occurred. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Required.' format: date-time nullable: true feedback: anyOf: - $ref: '#/components/schemas/microsoft.graph.alertFeedback' - type: object nullable: true description: 'Analyst feedback on the alert. Possible values are: unknown, truePositive, falsePositive, benignPositive. Supports update.' fileStates: type: array items: $ref: '#/components/schemas/microsoft.graph.fileSecurityState' description: Security-related stateful information generated by the provider about the file(s) related to this alert. historyStates: type: array items: $ref: '#/components/schemas/microsoft.graph.alertHistoryState' hostStates: type: array items: $ref: '#/components/schemas/microsoft.graph.hostSecurityState' description: Security-related stateful information generated by the provider about the host(s) related to this alert. incidentIds: type: array items: type: string nullable: true description: IDs of incidents related to current alert. investigationSecurityStates: type: array items: $ref: '#/components/schemas/microsoft.graph.investigationSecurityState' lastEventDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string format: date-time nullable: true lastModifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'Time at which the alert entity was last modified. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true malwareStates: type: array items: $ref: '#/components/schemas/microsoft.graph.malwareState' description: Threat Intelligence pertaining to malware related to this alert. messageSecurityStates: type: array items: $ref: '#/components/schemas/microsoft.graph.messageSecurityState' networkConnections: type: array items: $ref: '#/components/schemas/microsoft.graph.networkConnection' description: Security-related stateful information generated by the provider about the network connection(s) related to this alert. processes: type: array items: $ref: '#/components/schemas/microsoft.graph.process' description: Security-related stateful information generated by the provider about the process or processes related to this alert. recommendedActions: type: array items: type: string nullable: true description: 'Vendor/provider recommended action(s) to take as a result of the alert (for example, isolate machine, enforce2FA, reimage host).' registryKeyStates: type: array items: $ref: '#/components/schemas/microsoft.graph.registryKeyState' description: Security-related stateful information generated by the provider about the registry keys related to this alert. securityResources: type: array items: $ref: '#/components/schemas/microsoft.graph.securityResource' description: 'Resources related to current alert. For example, for some alerts this can have the Azure Resource value.' severity: $ref: '#/components/schemas/microsoft.graph.alertSeverity' sourceMaterials: type: array items: type: string nullable: true description: 'Hyperlinks (URIs) to the source material related to the alert, for example, provider''s user interface for alerts or log search.' status: $ref: '#/components/schemas/microsoft.graph.alertStatus' tags: type: array items: type: string nullable: true description: 'User-definable labels that can be applied to an alert and can serve as filter conditions (for example ''HVA'', ''SAW'') (supports update).' title: type: string description: Alert title. Required. nullable: true triggers: type: array items: $ref: '#/components/schemas/microsoft.graph.alertTrigger' description: 'Security-related information about the specific properties that triggered the alert (properties appearing in the alert). Alerts might contain information about multiple users, hosts, files, ip addresses. This field indicates which properties triggered the alert generation.' uriClickSecurityStates: type: array items: $ref: '#/components/schemas/microsoft.graph.uriClickSecurityState' userStates: type: array items: $ref: '#/components/schemas/microsoft.graph.userSecurityState' description: Security-related stateful information generated by the provider about the user accounts related to this alert. vendorInformation: anyOf: - $ref: '#/components/schemas/microsoft.graph.securityVendorInformation' - type: object nullable: true description: 'Complex type containing details about the security product/service vendor, provider, and subprovider (for example, vendor=Microsoft; provider=Windows Defender ATP; subProvider=AppLocker). Required.' vulnerabilityStates: type: array items: $ref: '#/components/schemas/microsoft.graph.vulnerabilityState' description: Threat intelligence pertaining to one or more vulnerabilities related to this alert. '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.alert' microsoft.graph.allowedValue: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: allowedValue required: - '@odata.type' type: object properties: isActive: type: boolean description: 'Indicates whether the predefined value is active or deactivated. If set to false, this predefined value can''t be assigned to any other supported directory objects.' nullable: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.allowedValue' microsoft.graph.androidCompliancePolicy: allOf: - $ref: '#/components/schemas/microsoft.graph.deviceCompliancePolicy' - title: androidCompliancePolicy required: - '@odata.type' type: object properties: deviceThreatProtectionEnabled: type: boolean description: Require that devices have enabled device threat protection. deviceThreatProtectionRequiredSecurityLevel: $ref: '#/components/schemas/microsoft.graph.deviceThreatProtectionLevel' minAndroidSecurityPatchLevel: type: string description: Minimum Android security patch level. nullable: true osMaximumVersion: type: string description: Maximum Android version. nullable: true osMinimumVersion: type: string description: Minimum Android version. nullable: true passwordExpirationDays: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of days before the password expires. Valid values 1 to 365 format: int32 nullable: true passwordMinimumLength: maximum: 2147483647 minimum: -2147483648 type: integer description: Minimum password length. Valid values 4 to 16 format: int32 nullable: true passwordMinutesOfInactivityBeforeLock: maximum: 2147483647 minimum: -2147483648 type: integer description: Minutes of inactivity before a password is required. format: int32 nullable: true passwordPreviousPasswordBlockCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of previous passwords to block. Valid values 1 to 24 format: int32 nullable: true passwordRequired: type: boolean description: Require a password to unlock device. passwordRequiredType: $ref: '#/components/schemas/microsoft.graph.androidRequiredPasswordType' securityBlockJailbrokenDevices: type: boolean description: Devices must not be jailbroken or rooted. securityDisableUsbDebugging: type: boolean description: Disable USB debugging on Android devices. securityPreventInstallAppsFromUnknownSources: type: boolean description: Require that devices disallow installation of apps from unknown sources. securityRequireCompanyPortalAppIntegrity: type: boolean description: Require the device to pass the Company Portal client app runtime integrity check. securityRequireGooglePlayServices: type: boolean description: Require Google Play Services to be installed and enabled on the device. securityRequireSafetyNetAttestationBasicIntegrity: type: boolean description: Require the device to pass the SafetyNet basic integrity check. securityRequireSafetyNetAttestationCertifiedDevice: type: boolean description: Require the device to pass the SafetyNet certified device check. securityRequireUpToDateSecurityProviders: type: boolean description: Require the device to have up to date security providers. The device will require Google Play Services to be enabled and up to date. securityRequireVerifyApps: type: boolean description: Require the Android Verify apps feature is turned on. storageRequireEncryption: type: boolean description: Require encryption on Android devices. '@odata.type': type: string default: '#microsoft.graph.androidCompliancePolicy' description: This class contains compliance settings for Android. x-ms-discriminator-value: '#microsoft.graph.androidCompliancePolicy' microsoft.graph.androidCustomConfiguration: allOf: - $ref: '#/components/schemas/microsoft.graph.deviceConfiguration' - title: androidCustomConfiguration required: - '@odata.type' type: object properties: omaSettings: type: array items: $ref: '#/components/schemas/microsoft.graph.omaSetting' description: OMA settings. This collection can contain a maximum of 1000 elements. '@odata.type': type: string default: '#microsoft.graph.androidCustomConfiguration' description: 'This topic provides descriptions of the declared methods, properties and relationships exposed by the androidCustomConfiguration resource.' x-ms-discriminator-value: '#microsoft.graph.androidCustomConfiguration' microsoft.graph.androidGeneralDeviceConfiguration: allOf: - $ref: '#/components/schemas/microsoft.graph.deviceConfiguration' - title: androidGeneralDeviceConfiguration required: - '@odata.type' type: object properties: appsBlockClipboardSharing: type: boolean description: Indicates whether or not to block clipboard sharing to copy and paste between applications. appsBlockCopyPaste: type: boolean description: Indicates whether or not to block copy and paste within applications. appsBlockYouTube: type: boolean description: Indicates whether or not to block the YouTube app. appsHideList: type: array items: $ref: '#/components/schemas/microsoft.graph.appListItem' description: List of apps to be hidden on the KNOX device. This collection can contain a maximum of 500 elements. appsInstallAllowList: type: array items: $ref: '#/components/schemas/microsoft.graph.appListItem' description: List of apps which can be installed on the KNOX device. This collection can contain a maximum of 500 elements. appsLaunchBlockList: type: array items: $ref: '#/components/schemas/microsoft.graph.appListItem' description: List of apps which are blocked from being launched on the KNOX device. This collection can contain a maximum of 500 elements. bluetoothBlocked: type: boolean description: Indicates whether or not to block Bluetooth. cameraBlocked: type: boolean description: Indicates whether or not to block the use of the camera. cellularBlockDataRoaming: type: boolean description: Indicates whether or not to block data roaming. cellularBlockMessaging: type: boolean description: Indicates whether or not to block SMS/MMS messaging. cellularBlockVoiceRoaming: type: boolean description: Indicates whether or not to block voice roaming. cellularBlockWiFiTethering: type: boolean description: Indicates whether or not to block syncing Wi-Fi tethering. compliantAppListType: $ref: '#/components/schemas/microsoft.graph.appListType' compliantAppsList: type: array items: $ref: '#/components/schemas/microsoft.graph.appListItem' description: 'List of apps in the compliance (either allow list or block list, controlled by CompliantAppListType). This collection can contain a maximum of 10000 elements.' deviceSharingAllowed: type: boolean description: Indicates whether or not to allow device sharing mode. diagnosticDataBlockSubmission: type: boolean description: Indicates whether or not to block diagnostic data submission. factoryResetBlocked: type: boolean description: Indicates whether or not to block user performing a factory reset. googleAccountBlockAutoSync: type: boolean description: Indicates whether or not to block Google account auto sync. googlePlayStoreBlocked: type: boolean description: Indicates whether or not to block the Google Play store. kioskModeApps: type: array items: $ref: '#/components/schemas/microsoft.graph.appListItem' description: A list of apps that will be allowed to run when the device is in Kiosk Mode. This collection can contain a maximum of 500 elements. kioskModeBlockSleepButton: type: boolean description: Indicates whether or not to block the screen sleep button while in Kiosk Mode. kioskModeBlockVolumeButtons: type: boolean description: Indicates whether or not to block the volume buttons while in Kiosk Mode. locationServicesBlocked: type: boolean description: Indicates whether or not to block location services. nfcBlocked: type: boolean description: Indicates whether or not to block Near-Field Communication. passwordBlockFingerprintUnlock: type: boolean description: Indicates whether or not to block fingerprint unlock. passwordBlockTrustAgents: type: boolean description: Indicates whether or not to block Smart Lock and other trust agents. passwordExpirationDays: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of days before the password expires. Valid values 1 to 365 format: int32 nullable: true passwordMinimumLength: maximum: 2147483647 minimum: -2147483648 type: integer description: Minimum length of passwords. Valid values 4 to 16 format: int32 nullable: true passwordMinutesOfInactivityBeforeScreenTimeout: maximum: 2147483647 minimum: -2147483648 type: integer description: Minutes of inactivity before the screen times out. format: int32 nullable: true passwordPreviousPasswordBlockCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of previous passwords to block. Valid values 0 to 24 format: int32 nullable: true passwordRequired: type: boolean description: Indicates whether or not to require a password. passwordRequiredType: $ref: '#/components/schemas/microsoft.graph.androidRequiredPasswordType' passwordSignInFailureCountBeforeFactoryReset: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of sign in failures allowed before factory reset. Valid values 1 to 16 format: int32 nullable: true powerOffBlocked: type: boolean description: Indicates whether or not to block powering off the device. screenCaptureBlocked: type: boolean description: Indicates whether or not to block screenshots. securityRequireVerifyApps: type: boolean description: Require the Android Verify apps feature is turned on. storageBlockGoogleBackup: type: boolean description: Indicates whether or not to block Google Backup. storageBlockRemovableStorage: type: boolean description: Indicates whether or not to block removable storage usage. storageRequireDeviceEncryption: type: boolean description: Indicates whether or not to require device encryption. storageRequireRemovableStorageEncryption: type: boolean description: Indicates whether or not to require removable storage encryption. voiceAssistantBlocked: type: boolean description: Indicates whether or not to block the use of the Voice Assistant. voiceDialingBlocked: type: boolean description: Indicates whether or not to block voice dialing. webBrowserBlockAutofill: type: boolean description: Indicates whether or not to block the web browser's auto fill feature. webBrowserBlocked: type: boolean description: Indicates whether or not to block the web browser. webBrowserBlockJavaScript: type: boolean description: Indicates whether or not to block JavaScript within the web browser. webBrowserBlockPopups: type: boolean description: Indicates whether or not to block popups within the web browser. webBrowserCookieSettings: $ref: '#/components/schemas/microsoft.graph.webBrowserCookieSettings' wiFiBlocked: type: boolean description: Indicates whether or not to block syncing Wi-Fi. '@odata.type': type: string default: '#microsoft.graph.androidGeneralDeviceConfiguration' description: 'This topic provides descriptions of the declared methods, properties and relationships exposed by the androidGeneralDeviceConfiguration resource.' x-ms-discriminator-value: '#microsoft.graph.androidGeneralDeviceConfiguration' microsoft.graph.androidLobApp: allOf: - $ref: '#/components/schemas/microsoft.graph.mobileLobApp' - title: androidLobApp required: - '@odata.type' type: object properties: minimumSupportedOperatingSystem: anyOf: - $ref: '#/components/schemas/microsoft.graph.androidMinimumOperatingSystem' - type: object nullable: true description: The value for the minimum applicable operating system. packageId: type: string description: The package identifier. nullable: true versionCode: type: string description: The version code of Android Line of Business (LoB) app. nullable: true versionName: type: string description: The version name of Android Line of Business (LoB) app. nullable: true '@odata.type': type: string default: '#microsoft.graph.androidLobApp' description: Contains properties and inherited properties for Android Line Of Business apps. x-ms-discriminator-value: '#microsoft.graph.androidLobApp' microsoft.graph.androidManagedAppProtection: allOf: - $ref: '#/components/schemas/microsoft.graph.targetedManagedAppProtection' - title: androidManagedAppProtection required: - '@odata.type' type: object properties: customBrowserDisplayName: type: string description: 'Friendly name of the preferred custom browser to open weblink on Android. When this property is configured, ManagedBrowserToOpenLinksRequired should be true.' nullable: true customBrowserPackageId: type: string description: 'Unique identifier of the preferred custom browser to open weblink on Android. When this property is configured, ManagedBrowserToOpenLinksRequired should be true.' nullable: true deployedAppCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Count of apps to which the current policy is deployed. format: int32 disableAppEncryptionIfDeviceEncryptionIsEnabled: type: boolean description: 'When this setting is enabled, app level encryption is disabled if device level encryption is enabled' encryptAppData: type: boolean description: Indicates whether application data for managed apps should be encrypted minimumRequiredPatchVersion: type: string description: Define the oldest required Android security patch level a user can have to gain secure access to the app. nullable: true minimumWarningPatchVersion: type: string description: Define the oldest recommended Android security patch level a user can have for secure access to the app. nullable: true screenCaptureBlocked: type: boolean description: Indicates whether a managed user can take screen captures of managed apps apps: type: array items: $ref: '#/components/schemas/microsoft.graph.managedMobileApp' description: List of apps to which the policy is deployed. x-ms-navigationProperty: true deploymentSummary: anyOf: - $ref: '#/components/schemas/microsoft.graph.managedAppPolicyDeploymentSummary' - type: object nullable: true description: Navigation property to deployment summary of the configuration. x-ms-navigationProperty: true '@odata.type': type: string default: '#microsoft.graph.androidManagedAppProtection' description: Policy used to configure detailed management settings targeted to specific security groups and for a specified set of apps on an Android device x-ms-discriminator-value: '#microsoft.graph.androidManagedAppProtection' microsoft.graph.androidManagedAppRegistration: allOf: - $ref: '#/components/schemas/microsoft.graph.managedAppRegistration' - title: androidManagedAppRegistration required: - '@odata.type' type: object properties: '@odata.type': type: string default: '#microsoft.graph.androidManagedAppRegistration' description: 'Represents the synchronization details of an android app, with management capabilities, for a specific user.' x-ms-discriminator-value: '#microsoft.graph.androidManagedAppRegistration' microsoft.graph.androidStoreApp: allOf: - $ref: '#/components/schemas/microsoft.graph.mobileApp' - title: androidStoreApp required: - '@odata.type' type: object properties: appStoreUrl: type: string description: The Android app store URL. nullable: true minimumSupportedOperatingSystem: anyOf: - $ref: '#/components/schemas/microsoft.graph.androidMinimumOperatingSystem' - type: object nullable: true description: The value for the minimum applicable operating system. packageId: type: string description: The package identifier. nullable: true readOnly: true '@odata.type': type: string default: '#microsoft.graph.androidStoreApp' description: Contains properties and inherited properties for Android store apps. x-ms-discriminator-value: '#microsoft.graph.androidStoreApp' microsoft.graph.androidWorkProfileCompliancePolicy: allOf: - $ref: '#/components/schemas/microsoft.graph.deviceCompliancePolicy' - title: androidWorkProfileCompliancePolicy required: - '@odata.type' type: object properties: deviceThreatProtectionEnabled: type: boolean description: Require that devices have enabled device threat protection. deviceThreatProtectionRequiredSecurityLevel: $ref: '#/components/schemas/microsoft.graph.deviceThreatProtectionLevel' minAndroidSecurityPatchLevel: type: string description: Minimum Android security patch level. nullable: true osMaximumVersion: type: string description: Maximum Android version. nullable: true osMinimumVersion: type: string description: Minimum Android version. nullable: true passwordExpirationDays: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of days before the password expires. Valid values 1 to 365 format: int32 nullable: true passwordMinimumLength: maximum: 2147483647 minimum: -2147483648 type: integer description: Minimum password length. Valid values 4 to 16 format: int32 nullable: true passwordMinutesOfInactivityBeforeLock: maximum: 2147483647 minimum: -2147483648 type: integer description: Minutes of inactivity before a password is required. format: int32 nullable: true passwordPreviousPasswordBlockCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of previous passwords to block. Valid values 1 to 24 format: int32 nullable: true passwordRequired: type: boolean description: Require a password to unlock device. passwordRequiredType: $ref: '#/components/schemas/microsoft.graph.androidRequiredPasswordType' securityBlockJailbrokenDevices: type: boolean description: Devices must not be jailbroken or rooted. securityDisableUsbDebugging: type: boolean description: Disable USB debugging on Android devices. securityPreventInstallAppsFromUnknownSources: type: boolean description: Require that devices disallow installation of apps from unknown sources. securityRequireCompanyPortalAppIntegrity: type: boolean description: Require the device to pass the Company Portal client app runtime integrity check. securityRequireGooglePlayServices: type: boolean description: Require Google Play Services to be installed and enabled on the device. securityRequireSafetyNetAttestationBasicIntegrity: type: boolean description: Require the device to pass the SafetyNet basic integrity check. securityRequireSafetyNetAttestationCertifiedDevice: type: boolean description: Require the device to pass the SafetyNet certified device check. securityRequireUpToDateSecurityProviders: type: boolean description: Require the device to have up to date security providers. The device will require Google Play Services to be enabled and up to date. securityRequireVerifyApps: type: boolean description: Require the Android Verify apps feature is turned on. storageRequireEncryption: type: boolean description: Require encryption on Android devices. '@odata.type': type: string default: '#microsoft.graph.androidWorkProfileCompliancePolicy' description: This class contains compliance settings for Android Work Profile. x-ms-discriminator-value: '#microsoft.graph.androidWorkProfileCompliancePolicy' microsoft.graph.androidWorkProfileCustomConfiguration: allOf: - $ref: '#/components/schemas/microsoft.graph.deviceConfiguration' - title: androidWorkProfileCustomConfiguration required: - '@odata.type' type: object properties: omaSettings: type: array items: $ref: '#/components/schemas/microsoft.graph.omaSetting' description: OMA settings. This collection can contain a maximum of 500 elements. '@odata.type': type: string default: '#microsoft.graph.androidWorkProfileCustomConfiguration' description: Android Work Profile custom configuration x-ms-discriminator-value: '#microsoft.graph.androidWorkProfileCustomConfiguration' microsoft.graph.androidWorkProfileGeneralDeviceConfiguration: allOf: - $ref: '#/components/schemas/microsoft.graph.deviceConfiguration' - title: androidWorkProfileGeneralDeviceConfiguration required: - '@odata.type' type: object properties: passwordBlockFingerprintUnlock: type: boolean description: Indicates whether or not to block fingerprint unlock. passwordBlockTrustAgents: type: boolean description: Indicates whether or not to block Smart Lock and other trust agents. passwordExpirationDays: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of days before the password expires. Valid values 1 to 365 format: int32 nullable: true passwordMinimumLength: maximum: 2147483647 minimum: -2147483648 type: integer description: Minimum length of passwords. Valid values 4 to 16 format: int32 nullable: true passwordMinutesOfInactivityBeforeScreenTimeout: maximum: 2147483647 minimum: -2147483648 type: integer description: Minutes of inactivity before the screen times out. format: int32 nullable: true passwordPreviousPasswordBlockCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of previous passwords to block. Valid values 0 to 24 format: int32 nullable: true passwordRequiredType: $ref: '#/components/schemas/microsoft.graph.androidWorkProfileRequiredPasswordType' passwordSignInFailureCountBeforeFactoryReset: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of sign in failures allowed before factory reset. Valid values 1 to 16 format: int32 nullable: true securityRequireVerifyApps: type: boolean description: Require the Android Verify apps feature is turned on. workProfileBlockAddingAccounts: type: boolean description: Block users from adding/removing accounts in work profile. workProfileBlockCamera: type: boolean description: Block work profile camera. workProfileBlockCrossProfileCallerId: type: boolean description: Block display work profile caller ID in personal profile. workProfileBlockCrossProfileContactsSearch: type: boolean description: Block work profile contacts availability in personal profile. workProfileBlockCrossProfileCopyPaste: type: boolean description: Boolean that indicates if the setting disallow cross profile copy/paste is enabled. workProfileBlockNotificationsWhileDeviceLocked: type: boolean description: Indicates whether or not to block notifications while device locked. workProfileBlockScreenCapture: type: boolean description: Block screen capture in work profile. workProfileBluetoothEnableContactSharing: type: boolean description: Allow bluetooth devices to access enterprise contacts. workProfileDataSharingType: $ref: '#/components/schemas/microsoft.graph.androidWorkProfileCrossProfileDataSharingType' workProfileDefaultAppPermissionPolicy: $ref: '#/components/schemas/microsoft.graph.androidWorkProfileDefaultAppPermissionPolicyType' workProfilePasswordBlockFingerprintUnlock: type: boolean description: Indicates whether or not to block fingerprint unlock for work profile. workProfilePasswordBlockTrustAgents: type: boolean description: Indicates whether or not to block Smart Lock and other trust agents for work profile. workProfilePasswordExpirationDays: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of days before the work profile password expires. Valid values 1 to 365 format: int32 nullable: true workProfilePasswordMinimumLength: maximum: 2147483647 minimum: -2147483648 type: integer description: Minimum length of work profile password. Valid values 4 to 16 format: int32 nullable: true workProfilePasswordMinLetterCharacters: maximum: 2147483647 minimum: -2147483648 type: integer description: 'Minimum # of letter characters required in work profile password. Valid values 1 to 10' format: int32 nullable: true workProfilePasswordMinLowerCaseCharacters: maximum: 2147483647 minimum: -2147483648 type: integer description: 'Minimum # of lower-case characters required in work profile password. Valid values 1 to 10' format: int32 nullable: true workProfilePasswordMinNonLetterCharacters: maximum: 2147483647 minimum: -2147483648 type: integer description: 'Minimum # of non-letter characters required in work profile password. Valid values 1 to 10' format: int32 nullable: true workProfilePasswordMinNumericCharacters: maximum: 2147483647 minimum: -2147483648 type: integer description: 'Minimum # of numeric characters required in work profile password. Valid values 1 to 10' format: int32 nullable: true workProfilePasswordMinSymbolCharacters: maximum: 2147483647 minimum: -2147483648 type: integer description: 'Minimum # of symbols required in work profile password. Valid values 1 to 10' format: int32 nullable: true workProfilePasswordMinUpperCaseCharacters: maximum: 2147483647 minimum: -2147483648 type: integer description: 'Minimum # of upper-case characters required in work profile password. Valid values 1 to 10' format: int32 nullable: true workProfilePasswordMinutesOfInactivityBeforeScreenTimeout: maximum: 2147483647 minimum: -2147483648 type: integer description: Minutes of inactivity before the screen times out. format: int32 nullable: true workProfilePasswordPreviousPasswordBlockCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of previous work profile passwords to block. Valid values 0 to 24 format: int32 nullable: true workProfilePasswordRequiredType: $ref: '#/components/schemas/microsoft.graph.androidWorkProfileRequiredPasswordType' workProfilePasswordSignInFailureCountBeforeFactoryReset: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of sign in failures allowed before work profile is removed and all corporate data deleted. Valid values 1 to 16 format: int32 nullable: true workProfileRequirePassword: type: boolean description: Password is required or not for work profile '@odata.type': type: string default: '#microsoft.graph.androidWorkProfileGeneralDeviceConfiguration' description: Android Work Profile general device configuration. x-ms-discriminator-value: '#microsoft.graph.androidWorkProfileGeneralDeviceConfiguration' microsoft.graph.anonymousGuestConversationMember: allOf: - $ref: '#/components/schemas/microsoft.graph.conversationMember' - title: anonymousGuestConversationMember required: - '@odata.type' type: object properties: anonymousGuestId: type: string description: 'Unique ID that represents the user. Note: This ID can change if the user leaves and rejoins the meeting, or joins from a different device.' nullable: true '@odata.type': type: string default: '#microsoft.graph.anonymousGuestConversationMember' x-ms-discriminator-value: '#microsoft.graph.anonymousGuestConversationMember' microsoft.graph.appCatalogs: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: appCatalogs required: - '@odata.type' type: object properties: teamsApps: type: array items: $ref: '#/components/schemas/microsoft.graph.teamsApp' x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.appCatalogs' microsoft.graph.appConsentApprovalRoute: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: appConsentApprovalRoute required: - '@odata.type' type: object properties: appConsentRequests: type: array items: $ref: '#/components/schemas/microsoft.graph.appConsentRequest' description: A collection of appConsentRequest objects representing apps for which admin consent has been requested by one or more users. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.appConsentApprovalRoute' microsoft.graph.appConsentRequest: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: appConsentRequest required: - '@odata.type' type: object properties: appDisplayName: type: string description: The display name of the app for which consent is requested. Required. Supports $filter (eq only) and $orderby. nullable: true appId: type: string description: The identifier of the application. Required. Supports $filter (eq only) and $orderby. pendingScopes: type: array items: $ref: '#/components/schemas/microsoft.graph.appConsentRequestScope' description: A list of pending scopes waiting for approval. Required. userConsentRequests: type: array items: $ref: '#/components/schemas/microsoft.graph.userConsentRequest' description: A list of pending user consent requests. Supports $filter (eq). x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.appConsentRequest' microsoft.graph.appleDeviceFeaturesConfigurationBase: allOf: - $ref: '#/components/schemas/microsoft.graph.deviceConfiguration' - title: appleDeviceFeaturesConfigurationBase required: - '@odata.type' type: object properties: '@odata.type': type: string default: '#microsoft.graph.appleDeviceFeaturesConfigurationBase' description: Apple device features configuration profile. discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.iosDeviceFeaturesConfiguration': '#/components/schemas/microsoft.graph.iosDeviceFeaturesConfiguration' '#microsoft.graph.macOSDeviceFeaturesConfiguration': '#/components/schemas/microsoft.graph.macOSDeviceFeaturesConfiguration' microsoft.graph.appleManagedIdentityProvider: allOf: - $ref: '#/components/schemas/microsoft.graph.identityProviderBase' - title: appleManagedIdentityProvider required: - '@odata.type' type: object properties: certificateData: type: string description: 'The certificate data, which is a long string of text from the certificate. Can be null.' nullable: true developerId: type: string description: The Apple developer identifier. Required. nullable: true keyId: type: string description: The Apple key identifier. Required. nullable: true serviceId: type: string description: The Apple service identifier. Required. nullable: true '@odata.type': type: string default: '#microsoft.graph.appleManagedIdentityProvider' x-ms-discriminator-value: '#microsoft.graph.appleManagedIdentityProvider' microsoft.graph.applePushNotificationCertificate: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: applePushNotificationCertificate required: - '@odata.type' type: object properties: appleIdentifier: type: string description: Apple Id of the account used to create the MDM push certificate. nullable: true certificate: type: string description: Not yet documented nullable: true certificateSerialNumber: type: string description: Certificate serial number. This property is read-only. nullable: true readOnly: true certificateUploadFailureReason: type: string description: The reason the certificate upload failed. nullable: true certificateUploadStatus: type: string description: The certificate upload status. nullable: true expirationDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The expiration date and time for Apple push notification certificate. format: date-time lastModifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Last modified date and time for Apple push notification certificate. format: date-time topicIdentifier: type: string description: Topic Id. nullable: true '@odata.type': type: string description: Apple push notification certificate. x-ms-discriminator-value: '#microsoft.graph.applePushNotificationCertificate' microsoft.graph.application: allOf: - $ref: '#/components/schemas/microsoft.graph.directoryObject' - title: application required: - '@odata.type' type: object properties: addIns: type: array items: $ref: '#/components/schemas/microsoft.graph.addIn' description: 'Defines custom behavior that a consuming service can use to call an app in specific contexts. For example, applications that can render file streams can set the addIns property for its ''FileHandler'' functionality. This lets services like Microsoft 365 call the application in the context of a document the user is working on.' api: anyOf: - $ref: '#/components/schemas/microsoft.graph.apiApplication' - type: object nullable: true description: Specifies settings for an application that implements a web API. appId: type: string description: The unique identifier for the application that is assigned to an application by Microsoft Entra ID. Not nullable. Read-only. Alternate key. Supports $filter (eq). nullable: true applicationTemplateId: type: string description: 'Unique identifier of the applicationTemplate. Supports $filter (eq, not, ne). Read-only. null if the app wasn''t created from an application template.' nullable: true appRoles: type: array items: $ref: '#/components/schemas/microsoft.graph.appRole' description: 'The collection of roles defined for the application. With app role assignments, these roles can be assigned to users, groups, or service principals associated with other applications. Not nullable.' certification: anyOf: - $ref: '#/components/schemas/microsoft.graph.certification' - type: object nullable: true description: Specifies the certification status of the application. createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The date and time the application was registered. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, in, and eq on null values) and $orderby.' format: date-time nullable: true defaultRedirectUri: type: string nullable: true description: type: string description: 'Free text field to provide a description of the application object to end users. The maximum allowed size is 1,024 characters. Supports $filter (eq, ne, not, ge, le, startsWith) and $search.' nullable: true disabledByMicrosoftStatus: type: string description: 'Specifies whether Microsoft has disabled the registered application. Possible values are: null (default value), NotDisabled, and DisabledDueToViolationOfServicesAgreement (reasons include suspicious, abusive, or malicious activity, or a violation of the Microsoft Services Agreement). Supports $filter (eq, ne, not).' nullable: true displayName: type: string description: 'The display name for the application. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderby.' nullable: true groupMembershipClaims: type: string description: 'Configures the groups claim issued in a user or OAuth 2.0 access token that the application expects. To set this attribute, use one of the following valid string values: None, SecurityGroup (for security groups and Microsoft Entra roles), All (this gets all of the security groups, distribution groups, and Microsoft Entra directory roles that the signed-in user is a member of).' nullable: true identifierUris: type: array items: type: string description: 'Also known as App ID URI, this value is set when an application is used as a resource app. The identifierUris acts as the prefix for the scopes you reference in your API''s code, and it must be globally unique. You can use the default value provided, which is in the form api://, or specify a more readable URI like https://contoso.com/api. For more information on valid identifierUris patterns and best practices, see Microsoft Entra application registration security best practices. Not nullable. Supports $filter (eq, ne, ge, le, startsWith).' info: anyOf: - $ref: '#/components/schemas/microsoft.graph.informationalUrl' - type: object nullable: true description: 'Basic profile information of the application such as app''s marketing, support, terms of service and privacy statement URLs. The terms of service and privacy statement are surfaced to users through the user consent experience. For more info, see How to: Add Terms of service and privacy statement for registered Microsoft Entra apps. Supports $filter (eq, ne, not, ge, le, and eq on null values).' isDeviceOnlyAuthSupported: type: boolean description: Specifies whether this application supports device authentication without a user. The default is false. nullable: true isFallbackPublicClient: type: boolean description: 'Specifies the fallback application type as public client, such as an installed application running on a mobile device. The default value is false, which means the fallback application type is confidential client such as a web app. There are certain scenarios where Microsoft Entra ID can''t determine the client application type. For example, the ROPC flow where it''s configured without specifying a redirect URI. In those cases, Microsoft Entra ID interprets the application type based on the value of this property.' nullable: true keyCredentials: type: array items: $ref: '#/components/schemas/microsoft.graph.keyCredential' description: 'The collection of key credentials associated with the application. Not nullable. Supports $filter (eq, not, ge, le).' logo: type: string description: The main logo for the application. Not nullable. format: base64url nativeAuthenticationApisEnabled: anyOf: - $ref: '#/components/schemas/microsoft.graph.nativeAuthenticationApisEnabled' - type: object nullable: true description: 'Specifies whether the Native Authentication APIs are enabled for the application. The possible values are: none and all. Default is none. For more information, see Native Authentication.' notes: type: string description: Notes relevant for the management of the application. nullable: true oauth2RequirePostResponse: type: boolean optionalClaims: anyOf: - $ref: '#/components/schemas/microsoft.graph.optionalClaims' - type: object nullable: true description: 'Application developers can configure optional claims in their Microsoft Entra applications to specify the claims that are sent to their application by the Microsoft security token service. For more information, see How to: Provide optional claims to your app.' parentalControlSettings: anyOf: - $ref: '#/components/schemas/microsoft.graph.parentalControlSettings' - type: object nullable: true description: Specifies parental control settings for an application. passwordCredentials: type: array items: $ref: '#/components/schemas/microsoft.graph.passwordCredential' description: The collection of password credentials associated with the application. Not nullable. publicClient: anyOf: - $ref: '#/components/schemas/microsoft.graph.publicClientApplication' - type: object nullable: true description: Specifies settings for installed clients such as desktop or mobile devices. publisherDomain: type: string description: 'The verified publisher domain for the application. Read-only. For more information, see How to: Configure an application''s publisher domain. Supports $filter (eq, ne, ge, le, startsWith).' nullable: true requestSignatureVerification: anyOf: - $ref: '#/components/schemas/microsoft.graph.requestSignatureVerification' - type: object nullable: true description: Specifies whether this application requires Microsoft Entra ID to verify the signed authentication requests. requiredResourceAccess: type: array items: $ref: '#/components/schemas/microsoft.graph.requiredResourceAccess' description: 'Specifies the resources that the application needs to access. This property also specifies the set of delegated permissions and application roles that it needs for each of those resources. This configuration of access to the required resources drives the consent experience. No more than 50 resource services (APIs) can be configured. Beginning mid-October 2021, the total number of required permissions must not exceed 400. For more information, see Limits on requested permissions per app. Not nullable. Supports $filter (eq, not, ge, le).' samlMetadataUrl: type: string description: The URL where the service exposes SAML metadata for federation. This property is valid only for single-tenant applications. Nullable. nullable: true serviceManagementReference: type: string description: References application or service contact information from a Service or Asset Management database. Nullable. nullable: true servicePrincipalLockConfiguration: anyOf: - $ref: '#/components/schemas/microsoft.graph.servicePrincipalLockConfiguration' - type: object nullable: true description: Specifies whether sensitive properties of a multitenant application should be locked for editing after the application is provisioned in a tenant. Nullable. null by default. signInAudience: type: string description: 'Specifies the Microsoft accounts that are supported for the current application. The possible values are: AzureADMyOrg (default), AzureADMultipleOrgs, AzureADandPersonalMicrosoftAccount, and PersonalMicrosoftAccount. See more in the table. The value of this object also limits the number of permissions an app can request. For more information, see Limits on requested permissions per app. The value for this property has implications on other app object properties. As a result, if you change this property, you might need to change other properties first. For more information, see Validation differences for signInAudience.Supports $filter (eq, ne, not).' nullable: true spa: anyOf: - $ref: '#/components/schemas/microsoft.graph.spaApplication' - type: object nullable: true description: 'Specifies settings for a single-page application, including sign out URLs and redirect URIs for authorization codes and access tokens.' tags: type: array items: type: string description: 'Custom strings that can be used to categorize and identify the application. Not nullable. Strings added here will also appear in the tags property of any associated service principals.Supports $filter (eq, not, ge, le, startsWith) and $search.' tokenEncryptionKeyId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string description: 'Specifies the keyId of a public key from the keyCredentials collection. When configured, Microsoft Entra ID encrypts all the tokens it emits by using the key this property points to. The application code that receives the encrypted token must use the matching private key to decrypt the token before it can be used for the signed-in user.' format: uuid nullable: true uniqueName: type: string description: The unique identifier that can be assigned to an application and used as an alternate key. Immutable. Read-only. nullable: true verifiedPublisher: anyOf: - $ref: '#/components/schemas/microsoft.graph.verifiedPublisher' - type: object nullable: true description: 'Specifies the verified publisher of the application. For more information about how publisher verification helps support application security, trustworthiness, and compliance, see Publisher verification.' web: anyOf: - $ref: '#/components/schemas/microsoft.graph.webApplication' - type: object nullable: true description: Specifies settings for a web application. appManagementPolicies: type: array items: $ref: '#/components/schemas/microsoft.graph.appManagementPolicy' description: The appManagementPolicy applied to this application. x-ms-navigationProperty: true createdOnBehalfOf: anyOf: - $ref: '#/components/schemas/microsoft.graph.directoryObject' - type: object nullable: true description: 'Supports $filter (/$count eq 0, /$count ne 0). Read-only.' x-ms-navigationProperty: true extensionProperties: type: array items: $ref: '#/components/schemas/microsoft.graph.extensionProperty' description: 'Read-only. Nullable. Supports $expand and $filter (/$count eq 0, /$count ne 0).' x-ms-navigationProperty: true federatedIdentityCredentials: type: array items: $ref: '#/components/schemas/microsoft.graph.federatedIdentityCredential' description: 'Federated identities for applications. Supports $expand and $filter (startsWith, /$count eq 0, /$count ne 0).' x-ms-navigationProperty: true homeRealmDiscoveryPolicies: type: array items: $ref: '#/components/schemas/microsoft.graph.homeRealmDiscoveryPolicy' x-ms-navigationProperty: true owners: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' description: 'Directory objects that are owners of the application. Read-only. Nullable. Supports $expand, $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1), and $select nested in $expand.' x-ms-navigationProperty: true synchronization: anyOf: - $ref: '#/components/schemas/microsoft.graph.synchronization' - type: object nullable: true description: Represents the capability for Microsoft Entra identity synchronization through the Microsoft Graph API. x-ms-navigationProperty: true tokenIssuancePolicies: type: array items: $ref: '#/components/schemas/microsoft.graph.tokenIssuancePolicy' x-ms-navigationProperty: true tokenLifetimePolicies: type: array items: $ref: '#/components/schemas/microsoft.graph.tokenLifetimePolicy' x-ms-navigationProperty: true '@odata.type': type: string default: '#microsoft.graph.application' x-ms-discriminator-value: '#microsoft.graph.application' microsoft.graph.applicationTemplate: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: applicationTemplate required: - '@odata.type' type: object properties: categories: type: array items: type: string nullable: true description: 'The list of categories for the application. Supported values can be: Collaboration, Business Management, Consumer, Content management, CRM, Data services, Developer services, E-commerce, Education, ERP, Finance, Health, Human resources, IT infrastructure, Mail, Management, Marketing, Media, Productivity, Project management, Telecommunications, Tools, Travel, and Web design & hosting.' description: type: string description: A description of the application. nullable: true displayName: type: string description: The name of the application. nullable: true homePageUrl: type: string description: The home page URL of the application. nullable: true logoUrl: type: string description: The URL to get the logo for this application. nullable: true publisher: type: string description: The name of the publisher for this application. nullable: true supportedProvisioningTypes: type: array items: type: string nullable: true description: The list of provisioning modes supported by this application. The only valid value is sync. supportedSingleSignOnModes: type: array items: type: string nullable: true description: 'The list of single sign-on modes supported by this application. The supported values are oidc, password, saml, and notSupported.' '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.applicationTemplate' microsoft.graph.appLogCollectionRequest: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: appLogCollectionRequest required: - '@odata.type' type: object properties: completedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Time at which the upload log request reached a completed state if not completed yet NULL will be returned. format: date-time nullable: true customLogFolders: type: array items: type: string nullable: true description: List of log folders. errorMessage: type: string description: Indicates error message if any during the upload process. nullable: true status: $ref: '#/components/schemas/microsoft.graph.appLogUploadState' '@odata.type': type: string description: Entity for AppLogCollectionRequest contains all logs values. x-ms-discriminator-value: '#microsoft.graph.appLogCollectionRequest' microsoft.graph.appManagementPolicy: allOf: - $ref: '#/components/schemas/microsoft.graph.policyBase' - title: appManagementPolicy required: - '@odata.type' type: object properties: isEnabled: type: boolean description: Denotes whether the policy is enabled. restrictions: anyOf: - $ref: '#/components/schemas/microsoft.graph.customAppManagementConfiguration' - type: object nullable: true description: Restrictions that apply to an application or service principal object. appliesTo: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' description: Collection of applications and service principals to which the policy is applied. x-ms-navigationProperty: true '@odata.type': type: string default: '#microsoft.graph.appManagementPolicy' x-ms-discriminator-value: '#microsoft.graph.appManagementPolicy' microsoft.graph.appRoleAssignment: allOf: - $ref: '#/components/schemas/microsoft.graph.directoryObject' - title: appRoleAssignment required: - '@odata.type' type: object properties: appRoleId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string description: 'The identifier (id) for the app role which is assigned to the principal. This app role must be exposed in the appRoles property on the resource application''s service principal (resourceId). If the resource application has not declared any app roles, a default app role ID of 00000000-0000-0000-0000-000000000000 can be specified to signal that the principal is assigned to the resource app without any specific app roles. Required on create.' format: uuid createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The time when the app role assignment was created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true principalDisplayName: type: string description: 'The display name of the user, group, or service principal that was granted the app role assignment. Read-only. Supports $filter (eq and startswith).' nullable: true principalId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string description: 'The unique identifier (id) for the user, security group, or service principal being granted the app role. Security groups with dynamic memberships are supported. Required on create.' format: uuid nullable: true principalType: type: string description: 'The type of the assigned principal. This can either be User, Group, or ServicePrincipal. Read-only.' nullable: true resourceDisplayName: type: string description: The display name of the resource app's service principal to which the assignment is made. nullable: true resourceId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string description: The unique identifier (id) for the resource service principal for which the assignment is made. Required on create. Supports $filter (eq only). format: uuid nullable: true '@odata.type': type: string default: '#microsoft.graph.appRoleAssignment' x-ms-discriminator-value: '#microsoft.graph.appRoleAssignment' microsoft.graph.approval: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: approval required: - '@odata.type' type: object properties: stages: type: array items: $ref: '#/components/schemas/microsoft.graph.approvalStage' description: A collection of stages in the approval decision. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.approval' microsoft.graph.approvalStage: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: approvalStage required: - '@odata.type' type: object properties: assignedToMe: type: boolean description: Indicates whether the stage is assigned to the calling user to review. Read-only. nullable: true displayName: type: string description: The label provided by the policy creator to identify an approval stage. Read-only. nullable: true justification: type: string description: The justification associated with the approval stage decision. nullable: true reviewedBy: anyOf: - $ref: '#/components/schemas/microsoft.graph.identity' - type: object nullable: true description: The identifier of the reviewer. 00000000-0000-0000-0000-000000000000 if the assigned reviewer hasn't reviewed. Read-only. reviewedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The date and time when a decision was recorded. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true reviewResult: type: string description: 'The result of this approval record. Possible values include: NotReviewed, Approved, Denied.' nullable: true status: type: string description: 'The stage status. Possible values: InProgress, Initializing, Completed, Expired. Read-only.' nullable: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.approvalStage' microsoft.graph.appScope: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: appScope required: - '@odata.type' type: object properties: displayName: type: string description: 'Provides the display name of the app-specific resource represented by the app scope. Provided for display purposes since appScopeId is often an immutable, non-human-readable id. Read-only.' nullable: true type: type: string description: 'Describes the type of app-specific resource represented by the app scope and is provided for display purposes, so a user interface can convey to the user the kind of app specific resource represented by the app scope. Read-only.' nullable: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.appScope' microsoft.graph.associatedTeamInfo: allOf: - $ref: '#/components/schemas/microsoft.graph.teamInfo' - title: associatedTeamInfo required: - '@odata.type' type: object properties: '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.associatedTeamInfo' microsoft.graph.attachment: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: attachment required: - '@odata.type' type: object properties: contentType: type: string description: The MIME type. nullable: true isInline: type: boolean description: 'true if the attachment is an inline attachment; otherwise, false.' lastModifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true name: type: string description: The attachment's file name. nullable: true size: maximum: 2147483647 minimum: -2147483648 type: integer description: The length of the attachment in bytes. format: int32 '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.fileAttachment': '#/components/schemas/microsoft.graph.fileAttachment' '#microsoft.graph.itemAttachment': '#/components/schemas/microsoft.graph.itemAttachment' '#microsoft.graph.referenceAttachment': '#/components/schemas/microsoft.graph.referenceAttachment' microsoft.graph.attachmentBase: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: attachmentBase required: - '@odata.type' type: object properties: contentType: type: string description: The MIME type. nullable: true lastModifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true name: type: string description: The display name of the attachment. This doesn't need to be the actual file name. nullable: true size: maximum: 2147483647 minimum: -2147483648 type: integer description: The length of the attachment in bytes. format: int32 '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.taskFileAttachment': '#/components/schemas/microsoft.graph.taskFileAttachment' microsoft.graph.attachmentSession: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: attachmentSession required: - '@odata.type' type: object properties: content: type: string description: The content streams that are uploaded. format: base64url nullable: true expirationDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The date and time in UTC when the upload session will expire. The complete file must be uploaded before this expiration time is reached. format: date-time nullable: true nextExpectedRanges: type: array items: type: string nullable: true description: 'Indicates a single value {start} that represents the location in the file where the next upload should begin.' '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.attachmentSession' microsoft.graph.attackSimulationOperation: allOf: - $ref: '#/components/schemas/microsoft.graph.longRunningOperation' - title: attackSimulationOperation required: - '@odata.type' type: object properties: percentageCompleted: maximum: 2147483647 minimum: -2147483648 type: integer description: Percentage of completion of the respective operation. format: int32 tenantId: type: string description: Tenant identifier. nullable: true type: anyOf: - $ref: '#/components/schemas/microsoft.graph.attackSimulationOperationType' - type: object nullable: true description: 'The attack simulation operation type. Possible values are: createSimulation, updateSimulation, unknownFutureValue.' '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.attackSimulationOperation' microsoft.graph.attackSimulationRoot: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: attackSimulationRoot required: - '@odata.type' type: object properties: endUserNotifications: type: array items: $ref: '#/components/schemas/microsoft.graph.endUserNotification' description: Represents an end user's notification for an attack simulation training. x-ms-navigationProperty: true landingPages: type: array items: $ref: '#/components/schemas/microsoft.graph.landingPage' description: Represents an attack simulation training landing page. x-ms-navigationProperty: true loginPages: type: array items: $ref: '#/components/schemas/microsoft.graph.loginPage' description: Represents an attack simulation training login page. x-ms-navigationProperty: true operations: type: array items: $ref: '#/components/schemas/microsoft.graph.attackSimulationOperation' description: Represents an attack simulation training operation. x-ms-navigationProperty: true payloads: type: array items: $ref: '#/components/schemas/microsoft.graph.payload' description: Represents an attack simulation training campaign payload in a tenant. x-ms-navigationProperty: true simulationAutomations: type: array items: $ref: '#/components/schemas/microsoft.graph.simulationAutomation' description: Represents simulation automation created to run on a tenant. x-ms-navigationProperty: true simulations: type: array items: $ref: '#/components/schemas/microsoft.graph.simulation' description: Represents an attack simulation training campaign in a tenant. x-ms-navigationProperty: true trainings: type: array items: $ref: '#/components/schemas/microsoft.graph.training' description: Represents details about attack simulation trainings. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.attackSimulationRoot' microsoft.graph.attendanceRecord: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: attendanceRecord required: - '@odata.type' type: object properties: attendanceIntervals: type: array items: $ref: '#/components/schemas/microsoft.graph.attendanceInterval' description: List of time periods between joining and leaving a meeting. emailAddress: type: string description: Email address of the user associated with this attendance record. nullable: true identity: anyOf: - $ref: '#/components/schemas/microsoft.graph.identity' - type: object nullable: true description: Identity of the user associated with this attendance record. role: type: string description: 'Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer.' nullable: true totalAttendanceInSeconds: maximum: 2147483647 minimum: -2147483648 type: integer description: Total duration of the attendances in seconds. format: int32 nullable: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.attendanceRecord' microsoft.graph.attributeMappingFunctionSchema: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: attributeMappingFunctionSchema required: - '@odata.type' type: object properties: parameters: type: array items: $ref: '#/components/schemas/microsoft.graph.attributeMappingParameterSchema' description: Collection of function parameters. '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.attributeMappingFunctionSchema' microsoft.graph.attributeSet: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: attributeSet required: - '@odata.type' type: object properties: description: type: string description: Description of the attribute set. Can be up to 128 characters long and include Unicode characters. Can be changed later. nullable: true maxAttributesPerSet: maximum: 2147483647 minimum: -2147483648 type: integer description: 'Maximum number of custom security attributes that can be defined in this attribute set. Default value is null. If not specified, the administrator can add up to the maximum of 500 active attributes per tenant. Can be changed later.' format: int32 nullable: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.attributeSet' microsoft.graph.audioRoutingGroup: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: audioRoutingGroup required: - '@odata.type' type: object properties: receivers: type: array items: type: string nullable: true description: List of receiving participant ids. routingMode: $ref: '#/components/schemas/microsoft.graph.routingMode' sources: type: array items: type: string nullable: true description: List of source participant ids. '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.audioRoutingGroup' microsoft.graph.auditEvent: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: auditEvent required: - '@odata.type' type: object properties: activity: type: string description: Friendly name of the activity. nullable: true activityDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The date time in UTC when the activity was performed. format: date-time activityOperationType: type: string description: The HTTP operation type of the activity. nullable: true activityResult: type: string description: The result of the activity. nullable: true activityType: type: string description: The type of activity that was being performed. nullable: true actor: anyOf: - $ref: '#/components/schemas/microsoft.graph.auditActor' - type: object nullable: true description: AAD user and application that are associated with the audit event. category: type: string description: Audit category. nullable: true componentName: type: string description: Component name. nullable: true correlationId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string description: The client request Id that is used to correlate activity within the system. format: uuid displayName: type: string description: Event display name. nullable: true resources: type: array items: $ref: '#/components/schemas/microsoft.graph.auditResource' description: Resources being modified. '@odata.type': type: string description: A class containing the properties for Audit Event. x-ms-discriminator-value: '#microsoft.graph.auditEvent' microsoft.graph.auditLogRoot: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: auditLogRoot required: - '@odata.type' type: object properties: directoryAudits: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryAudit' x-ms-navigationProperty: true provisioning: type: array items: $ref: '#/components/schemas/microsoft.graph.provisioningObjectSummary' x-ms-navigationProperty: true signIns: type: array items: $ref: '#/components/schemas/microsoft.graph.signIn' x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.auditLogRoot' microsoft.graph.authentication: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: authentication required: - '@odata.type' type: object properties: emailMethods: type: array items: $ref: '#/components/schemas/microsoft.graph.emailAuthenticationMethod' description: The email address registered to a user for authentication. x-ms-navigationProperty: true fido2Methods: type: array items: $ref: '#/components/schemas/microsoft.graph.fido2AuthenticationMethod' description: Represents the FIDO2 security keys registered to a user for authentication. x-ms-navigationProperty: true methods: type: array items: $ref: '#/components/schemas/microsoft.graph.authenticationMethod' description: Represents all authentication methods registered to a user. x-ms-navigationProperty: true microsoftAuthenticatorMethods: type: array items: $ref: '#/components/schemas/microsoft.graph.microsoftAuthenticatorAuthenticationMethod' description: The details of the Microsoft Authenticator app registered to a user for authentication. x-ms-navigationProperty: true operations: type: array items: $ref: '#/components/schemas/microsoft.graph.longRunningOperation' description: 'Represents the status of a long-running operation, such as a password reset operation.' x-ms-navigationProperty: true passwordMethods: type: array items: $ref: '#/components/schemas/microsoft.graph.passwordAuthenticationMethod' description: 'Represents the password registered to a user for authentication. For security, the password itself is never returned in the object, but action can be taken to reset a password.' x-ms-navigationProperty: true phoneMethods: type: array items: $ref: '#/components/schemas/microsoft.graph.phoneAuthenticationMethod' description: The phone numbers registered to a user for authentication. x-ms-navigationProperty: true softwareOathMethods: type: array items: $ref: '#/components/schemas/microsoft.graph.softwareOathAuthenticationMethod' description: The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. x-ms-navigationProperty: true temporaryAccessPassMethods: type: array items: $ref: '#/components/schemas/microsoft.graph.temporaryAccessPassAuthenticationMethod' description: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. x-ms-navigationProperty: true windowsHelloForBusinessMethods: type: array items: $ref: '#/components/schemas/microsoft.graph.windowsHelloForBusinessAuthenticationMethod' description: Represents the Windows Hello for Business authentication method registered to a user for authentication. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.authentication' microsoft.graph.authenticationCombinationConfiguration: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: authenticationCombinationConfiguration required: - '@odata.type' type: object properties: appliesToCombinations: type: array items: $ref: '#/components/schemas/microsoft.graph.authenticationMethodModes' description: 'Which authentication method combinations this configuration applies to. Must be an allowedCombinations object, part of the authenticationStrengthPolicy. The only possible value for fido2combinationConfigurations is ''fido2''.' '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.fido2CombinationConfiguration': '#/components/schemas/microsoft.graph.fido2CombinationConfiguration' '#microsoft.graph.x509CertificateCombinationConfiguration': '#/components/schemas/microsoft.graph.x509CertificateCombinationConfiguration' microsoft.graph.authenticationConditionApplication: title: authenticationConditionApplication required: - '@odata.type' type: object properties: appId: type: string description: The identifier for an application corresponding to a condition which will trigger an authenticationEventListener. '@odata.type': type: string microsoft.graph.authenticationContextClassReference: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: authenticationContextClassReference required: - '@odata.type' type: object properties: description: type: string description: 'A short explanation of the policies that are enforced by authenticationContextClassReference. This value should be used to provide secondary text to describe the authentication context class reference when building user-facing admin experiences. For example, a selection UX.' nullable: true displayName: type: string description: 'The display name is the friendly name of the authenticationContextClassReference object. This value should be used to identify the authentication context class reference when building user-facing admin experiences. For example, a selection UX.' nullable: true isAvailable: type: boolean description: 'Indicates whether the authenticationContextClassReference has been published by the security admin and is ready for use by apps. When it''s set to false, it shouldn''t be shown in authentication context selection UX, or used to protect app resources. It''s shown and available for Conditional Access policy authoring. The default value is false. Supports $filter (eq).' nullable: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.authenticationContextClassReference' microsoft.graph.authenticationEventListener: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: authenticationEventListener required: - '@odata.type' type: object properties: authenticationEventsFlowId: type: string description: Indicates the authenticationEventListener is associated with an authenticationEventsFlow. Read-only. nullable: true conditions: anyOf: - $ref: '#/components/schemas/microsoft.graph.authenticationConditions' - type: object nullable: true description: The conditions on which this authenticationEventListener should trigger. '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.onAttributeCollectionListener': '#/components/schemas/microsoft.graph.onAttributeCollectionListener' '#microsoft.graph.onAuthenticationMethodLoadStartListener': '#/components/schemas/microsoft.graph.onAuthenticationMethodLoadStartListener' '#microsoft.graph.onInteractiveAuthFlowStartListener': '#/components/schemas/microsoft.graph.onInteractiveAuthFlowStartListener' '#microsoft.graph.onTokenIssuanceStartListener': '#/components/schemas/microsoft.graph.onTokenIssuanceStartListener' '#microsoft.graph.onUserCreateStartListener': '#/components/schemas/microsoft.graph.onUserCreateStartListener' microsoft.graph.authenticationEventsFlow: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: authenticationEventsFlow required: - '@odata.type' type: object properties: conditions: anyOf: - $ref: '#/components/schemas/microsoft.graph.authenticationConditions' - type: object nullable: true description: The conditions representing the context of the authentication request that's used to decide whether the events policy is invoked. description: type: string description: The description of the events policy. nullable: true displayName: type: string description: Required. The display name for the events policy. '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.externalUsersSelfServiceSignUpEventsFlow': '#/components/schemas/microsoft.graph.externalUsersSelfServiceSignUpEventsFlow' microsoft.graph.authenticationFlowsPolicy: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: authenticationFlowsPolicy required: - '@odata.type' type: object properties: description: type: string description: Inherited property. A description of the policy. Optional. Read-only. nullable: true displayName: type: string description: Inherited property. The human-readable name of the policy. Optional. Read-only. nullable: true selfServiceSignUp: anyOf: - $ref: '#/components/schemas/microsoft.graph.selfServiceSignUpAuthenticationFlowConfiguration' - type: object nullable: true description: Contains selfServiceSignUpAuthenticationFlowConfiguration settings that convey whether self-service sign-up is enabled or disabled. Optional. Read-only. '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.authenticationFlowsPolicy' microsoft.graph.authenticationMethod: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: authenticationMethod required: - '@odata.type' type: object properties: '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.emailAuthenticationMethod': '#/components/schemas/microsoft.graph.emailAuthenticationMethod' '#microsoft.graph.fido2AuthenticationMethod': '#/components/schemas/microsoft.graph.fido2AuthenticationMethod' '#microsoft.graph.microsoftAuthenticatorAuthenticationMethod': '#/components/schemas/microsoft.graph.microsoftAuthenticatorAuthenticationMethod' '#microsoft.graph.passwordAuthenticationMethod': '#/components/schemas/microsoft.graph.passwordAuthenticationMethod' '#microsoft.graph.phoneAuthenticationMethod': '#/components/schemas/microsoft.graph.phoneAuthenticationMethod' '#microsoft.graph.softwareOathAuthenticationMethod': '#/components/schemas/microsoft.graph.softwareOathAuthenticationMethod' '#microsoft.graph.temporaryAccessPassAuthenticationMethod': '#/components/schemas/microsoft.graph.temporaryAccessPassAuthenticationMethod' '#microsoft.graph.windowsHelloForBusinessAuthenticationMethod': '#/components/schemas/microsoft.graph.windowsHelloForBusinessAuthenticationMethod' microsoft.graph.authenticationMethodConfiguration: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: authenticationMethodConfiguration required: - '@odata.type' type: object properties: excludeTargets: type: array items: $ref: '#/components/schemas/microsoft.graph.excludeTarget' description: Groups of users that are excluded from a policy. state: anyOf: - $ref: '#/components/schemas/microsoft.graph.authenticationMethodState' - type: object nullable: true description: 'The state of the policy. Possible values are: enabled, disabled.' '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.emailAuthenticationMethodConfiguration': '#/components/schemas/microsoft.graph.emailAuthenticationMethodConfiguration' '#microsoft.graph.fido2AuthenticationMethodConfiguration': '#/components/schemas/microsoft.graph.fido2AuthenticationMethodConfiguration' '#microsoft.graph.microsoftAuthenticatorAuthenticationMethodConfiguration': '#/components/schemas/microsoft.graph.microsoftAuthenticatorAuthenticationMethodConfiguration' '#microsoft.graph.smsAuthenticationMethodConfiguration': '#/components/schemas/microsoft.graph.smsAuthenticationMethodConfiguration' '#microsoft.graph.softwareOathAuthenticationMethodConfiguration': '#/components/schemas/microsoft.graph.softwareOathAuthenticationMethodConfiguration' '#microsoft.graph.temporaryAccessPassAuthenticationMethodConfiguration': '#/components/schemas/microsoft.graph.temporaryAccessPassAuthenticationMethodConfiguration' '#microsoft.graph.voiceAuthenticationMethodConfiguration': '#/components/schemas/microsoft.graph.voiceAuthenticationMethodConfiguration' '#microsoft.graph.x509CertificateAuthenticationMethodConfiguration': '#/components/schemas/microsoft.graph.x509CertificateAuthenticationMethodConfiguration' microsoft.graph.authenticationMethodModeDetail: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: authenticationMethodModeDetail required: - '@odata.type' type: object properties: authenticationMethod: $ref: '#/components/schemas/microsoft.graph.baseAuthenticationMethod' displayName: type: string description: The display name of this mode '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.authenticationMethodModeDetail' microsoft.graph.authenticationMethodsPolicy: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: authenticationMethodsPolicy required: - '@odata.type' type: object properties: description: type: string description: A description of the policy. Read-only. nullable: true displayName: type: string description: The name of the policy. Read-only. nullable: true lastModifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The date and time of the last update to the policy. Read-only. format: date-time nullable: true policyMigrationState: anyOf: - $ref: '#/components/schemas/microsoft.graph.authenticationMethodsPolicyMigrationState' - type: object nullable: true description: 'The state of migration of the authentication methods policy from the legacy multifactor authentication and self-service password reset (SSPR) policies. The possible values are: premigration - means the authentication methods policy is used for authentication only, legacy policies are respected. migrationInProgress - means the authentication methods policy is used for both authentication and SSPR, legacy policies are respected. migrationComplete - means the authentication methods policy is used for authentication and SSPR, legacy policies are ignored. unknownFutureValue - Evolvable enumeration sentinel value. Do not use.' policyVersion: type: string description: The version of the policy in use. Read-only. nullable: true reconfirmationInDays: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 nullable: true registrationEnforcement: anyOf: - $ref: '#/components/schemas/microsoft.graph.registrationEnforcement' - type: object nullable: true description: Enforce registration at sign-in time. This property can be used to remind users to set up targeted authentication methods. authenticationMethodConfigurations: type: array items: $ref: '#/components/schemas/microsoft.graph.authenticationMethodConfiguration' description: Represents the settings for each authentication method. Automatically expanded on GET /policies/authenticationMethodsPolicy. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.authenticationMethodsPolicy' microsoft.graph.authenticationMethodsRoot: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: authenticationMethodsRoot required: - '@odata.type' type: object properties: userRegistrationDetails: type: array items: $ref: '#/components/schemas/microsoft.graph.userRegistrationDetails' description: 'Represents the state of a user''s authentication methods, including which methods are registered and which features the user is registered and capable of (such as multifactor authentication, self-service password reset, and passwordless authentication).' x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.authenticationMethodsRoot' microsoft.graph.authenticationMethodTarget: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: authenticationMethodTarget required: - '@odata.type' type: object properties: isRegistrationRequired: type: boolean description: Determines if the user is enforced to register the authentication method. targetType: $ref: '#/components/schemas/microsoft.graph.authenticationMethodTargetType' '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.microsoftAuthenticatorAuthenticationMethodTarget': '#/components/schemas/microsoft.graph.microsoftAuthenticatorAuthenticationMethodTarget' '#microsoft.graph.smsAuthenticationMethodTarget': '#/components/schemas/microsoft.graph.smsAuthenticationMethodTarget' microsoft.graph.authenticationStrengthPolicy: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: authenticationStrengthPolicy required: - '@odata.type' type: object properties: allowedCombinations: type: array items: $ref: '#/components/schemas/microsoft.graph.authenticationMethodModes' description: A collection of authentication method modes that are required be used to satify this authentication strength. createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The datetime when this policy was created. format: date-time description: type: string description: The human-readable description of this policy. nullable: true displayName: type: string description: 'The human-readable display name of this policy. Supports $filter (eq, ne, not , and in).' modifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The datetime when this policy was last modified. format: date-time policyType: $ref: '#/components/schemas/microsoft.graph.authenticationStrengthPolicyType' requirementsSatisfied: $ref: '#/components/schemas/microsoft.graph.authenticationStrengthRequirements' combinationConfigurations: type: array items: $ref: '#/components/schemas/microsoft.graph.authenticationCombinationConfiguration' description: Settings that may be used to require specific types or instances of an authentication method to be used when authenticating with a specified combination of authentication methods. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.authenticationStrengthPolicy' microsoft.graph.authenticationStrengthRoot: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: authenticationStrengthRoot required: - '@odata.type' type: object properties: combinations: type: array items: $ref: '#/components/schemas/microsoft.graph.authenticationMethodModes' authenticationMethodModes: type: array items: $ref: '#/components/schemas/microsoft.graph.authenticationMethodModeDetail' description: Names and descriptions of all valid authentication method modes in the system. x-ms-navigationProperty: true policies: type: array items: $ref: '#/components/schemas/microsoft.graph.authenticationStrengthPolicy' description: 'A collection of authentication strength policies that exist for this tenant, including both built-in and custom policies.' x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.authenticationStrengthRoot' microsoft.graph.authoredNote: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: authoredNote required: - '@odata.type' type: object properties: author: anyOf: - $ref: '#/components/schemas/microsoft.graph.identity' - type: object nullable: true description: Identity information about the note's author. content: anyOf: - $ref: '#/components/schemas/microsoft.graph.itemBody' - type: object nullable: true description: The content of the note. createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The date and time when the entity was created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.authoredNote' microsoft.graph.authorizationPolicy: allOf: - $ref: '#/components/schemas/microsoft.graph.policyBase' - title: authorizationPolicy required: - '@odata.type' type: object properties: allowedToSignUpEmailBasedSubscriptions: type: boolean description: Indicates whether users can sign up for email based subscriptions. allowedToUseSSPR: type: boolean description: 'Indicates whether administrators of the tenant can use the Self-Service Password Reset (SSPR). For more information, see Self-service password reset for administrators.' allowEmailVerifiedUsersToJoinOrganization: type: boolean description: Indicates whether a user can join the tenant by email validation. allowInvitesFrom: anyOf: - $ref: '#/components/schemas/microsoft.graph.allowInvitesFrom' - type: object nullable: true description: 'Indicates who can invite guests to the organization. Possible values are: none, adminsAndGuestInviters, adminsGuestInvitersAndAllMembers, everyone. everyone is the default setting for all cloud environments except US Government. For more information, see allowInvitesFrom values.' allowUserConsentForRiskyApps: type: boolean description: Indicates whether user consent for risky apps is allowed. We recommend keeping allowUserConsentForRiskyApps as false. Default value is false. nullable: true blockMsolPowerShell: type: boolean description: 'To disable the use of MSOL PowerShell, set this property to true. This also disables user-based access to the legacy service endpoint used by MSOL PowerShell. This doesn''t affect Microsoft Entra Connect or Microsoft Graph.' nullable: true defaultUserRolePermissions: $ref: '#/components/schemas/microsoft.graph.defaultUserRolePermissions' guestUserRoleId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string description: 'Represents role templateId for the role that should be granted to guests. Currently following roles are supported: User (a0b1b346-4d3e-4e8b-98f8-753987be4970), Guest User (10dae51f-b6af-4016-8d66-8c2a99b929b3), and Restricted Guest User (2af84b1e-32c8-42b7-82bc-daa82404023b).' format: uuid nullable: true '@odata.type': type: string default: '#microsoft.graph.authorizationPolicy' x-ms-discriminator-value: '#microsoft.graph.authorizationPolicy' microsoft.graph.azureCommunicationServicesUserConversationMember: allOf: - $ref: '#/components/schemas/microsoft.graph.conversationMember' - title: azureCommunicationServicesUserConversationMember required: - '@odata.type' type: object properties: azureCommunicationServicesId: type: string description: Azure Communication Services ID of the user. nullable: true '@odata.type': type: string default: '#microsoft.graph.azureCommunicationServicesUserConversationMember' x-ms-discriminator-value: '#microsoft.graph.azureCommunicationServicesUserConversationMember' microsoft.graph.b2xIdentityUserFlow: allOf: - $ref: '#/components/schemas/microsoft.graph.identityUserFlow' - title: b2xIdentityUserFlow required: - '@odata.type' type: object properties: apiConnectorConfiguration: anyOf: - $ref: '#/components/schemas/microsoft.graph.userFlowApiConnectorConfiguration' - type: object nullable: true description: Configuration for enabling an API connector for use as part of the self-service sign-up user flow. You can only obtain the value of this object using Get userFlowApiConnectorConfiguration. identityProviders: type: array items: $ref: '#/components/schemas/microsoft.graph.identityProvider' description: The identity providers included in the user flow. x-ms-navigationProperty: true languages: type: array items: $ref: '#/components/schemas/microsoft.graph.userFlowLanguageConfiguration' description: The languages supported for customization within the user flow. Language customization is enabled by default in self-service sign-up user flow. You can't create custom languages in self-service sign-up user flows. x-ms-navigationProperty: true userAttributeAssignments: type: array items: $ref: '#/components/schemas/microsoft.graph.identityUserFlowAttributeAssignment' description: The user attribute assignments included in the user flow. x-ms-navigationProperty: true userFlowIdentityProviders: type: array items: $ref: '#/components/schemas/microsoft.graph.identityProviderBase' x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.b2xIdentityUserFlow' microsoft.graph.baseItem: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: baseItem required: - '@odata.type' type: object properties: createdBy: anyOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' - type: object nullable: true description: 'Identity of the user, device, or application that created the item. Read-only.' createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Date and time of item creation. Read-only. format: date-time description: type: string description: Provides a user-visible description of the item. Optional. nullable: true eTag: type: string description: ETag for the item. Read-only. nullable: true lastModifiedBy: anyOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' - type: object nullable: true description: 'Identity of the user, device, and application that last modified the item. Read-only.' lastModifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Date and time the item was last modified. Read-only. format: date-time name: type: string description: The name of the item. Read-write. nullable: true parentReference: anyOf: - $ref: '#/components/schemas/microsoft.graph.itemReference' - type: object nullable: true description: 'Parent information, if the item has a parent. Read-write.' webUrl: type: string description: 'URL that either displays the resource in the browser (for Office file formats), or is a direct link to the file (for other formats). Read-only.' nullable: true createdByUser: anyOf: - $ref: '#/components/schemas/microsoft.graph.user' - type: object nullable: true description: Identity of the user who created the item. Read-only. x-ms-navigationProperty: true lastModifiedByUser: anyOf: - $ref: '#/components/schemas/microsoft.graph.user' - type: object nullable: true description: Identity of the user who last modified the item. Read-only. x-ms-navigationProperty: true '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.baseSitePage': '#/components/schemas/microsoft.graph.baseSitePage' '#microsoft.graph.sitePage': '#/components/schemas/microsoft.graph.sitePage' '#microsoft.graph.drive': '#/components/schemas/microsoft.graph.drive' '#microsoft.graph.driveItem': '#/components/schemas/microsoft.graph.driveItem' '#microsoft.graph.list': '#/components/schemas/microsoft.graph.list' '#microsoft.graph.listItem': '#/components/schemas/microsoft.graph.listItem' '#microsoft.graph.sharedDriveItem': '#/components/schemas/microsoft.graph.sharedDriveItem' '#microsoft.graph.site': '#/components/schemas/microsoft.graph.site' microsoft.graph.baseItemVersion: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: baseItemVersion required: - '@odata.type' type: object properties: lastModifiedBy: anyOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' - type: object nullable: true description: Identity of the user which last modified the version. Read-only. lastModifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Date and time the version was last modified. Read-only. format: date-time nullable: true publication: anyOf: - $ref: '#/components/schemas/microsoft.graph.publicationFacet' - type: object nullable: true description: Indicates the publication status of this particular version. Read-only. '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.driveItemVersion': '#/components/schemas/microsoft.graph.driveItemVersion' '#microsoft.graph.listItemVersion': '#/components/schemas/microsoft.graph.listItemVersion' '#microsoft.graph.documentSetVersion': '#/components/schemas/microsoft.graph.documentSetVersion' microsoft.graph.baseSitePage: allOf: - $ref: '#/components/schemas/microsoft.graph.baseItem' - title: baseSitePage required: - '@odata.type' type: object properties: pageLayout: anyOf: - $ref: '#/components/schemas/microsoft.graph.pageLayoutType' - type: object nullable: true description: 'The name of the page layout of the page. The possible values are: microsoftReserved, article, home, unknownFutureValue.' publishingState: anyOf: - $ref: '#/components/schemas/microsoft.graph.publicationFacet' - type: object nullable: true description: The publishing status and the MM.mm version of the page. title: type: string description: Title of the sitePage. nullable: true '@odata.type': type: string default: '#microsoft.graph.baseSitePage' discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.sitePage': '#/components/schemas/microsoft.graph.sitePage' microsoft.graph.bitlocker: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: bitlocker required: - '@odata.type' type: object properties: recoveryKeys: type: array items: $ref: '#/components/schemas/microsoft.graph.bitlockerRecoveryKey' description: The recovery keys associated with the bitlocker entity. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.bitlocker' microsoft.graph.bitlockerRecoveryKey: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: bitlockerRecoveryKey required: - '@odata.type' type: object properties: createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The date and time when the key was originally backed up to Microsoft Entra ID. Not nullable. format: date-time deviceId: type: string description: Identifier of the device the BitLocker key is originally backed up from. Supports $filter (eq). nullable: true key: type: string description: The BitLocker recovery key. Returned only on $select. Not nullable. volumeType: anyOf: - $ref: '#/components/schemas/microsoft.graph.volumeType' - type: object nullable: true description: 'Indicates the type of volume the BitLocker key is associated with. The possible values are: 1 (for operatingSystemVolume), 2 (for fixedDataVolume), 3 (for removableDataVolume), and 4 (for unknownFutureValue).' '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.bitlockerRecoveryKey' microsoft.graph.bookingAppointment: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: bookingAppointment required: - '@odata.type' type: object properties: additionalInformation: type: string description: Additional information that is sent to the customer when an appointment is confirmed. nullable: true anonymousJoinWebUrl: type: string description: The URL of the meeting to join anonymously. nullable: true appointmentLabel: type: string description: Custom label that can be stamped on this appointment by users. nullable: true createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string format: date-time nullable: true customerEmailAddress: type: string nullable: true customerName: type: string nullable: true customerNotes: type: string description: Notes from the customer associated with this appointment. nullable: true customerPhone: type: string nullable: true customers: type: array items: $ref: '#/components/schemas/microsoft.graph.bookingCustomerInformationBase' description: A collection of customer properties for an appointment. An appointment contains a list of customer information and each unit will indicate the properties of a customer who is part of that appointment. Optional. customerTimeZone: type: string description: 'The time zone of the customer. For a list of possible values, see dateTimeTimeZone.' nullable: true duration: pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' type: string description: 'The length of the appointment, denoted in ISO8601 format.' format: duration readOnly: true endDateTime: $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' filledAttendeesCount: maximum: 2147483647 minimum: -2147483648 type: integer description: The current number of customers in the appointment format: int32 readOnly: true isCustomerAllowedToManageBooking: type: boolean nullable: true isLocationOnline: type: boolean description: 'If true, indicates that the appointment will be held online. Default value is false.' joinWebUrl: type: string description: The URL of the online meeting for the appointment. nullable: true lastUpdatedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string format: date-time nullable: true maximumAttendeesCount: maximum: 2147483647 minimum: -2147483648 type: integer description: 'The maximum number of customers allowed in an appointment. If maximumAttendeesCount of the service is greater than 1, pass valid customer IDs while creating or updating an appointment. To create a customer, use the Create bookingCustomer operation.' format: int32 optOutOfCustomerEmail: type: boolean description: If true indicates that the bookingCustomer for this appointment doesn't wish to receive a confirmation for this appointment. postBuffer: pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' type: string description: 'The amount of time to reserve after the appointment ends, for cleaning up, as an example. The value is expressed in ISO8601 format.' format: duration preBuffer: pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' type: string description: 'The amount of time to reserve before the appointment begins, for preparation, as an example. The value is expressed in ISO8601 format.' format: duration price: oneOf: - type: number format: double - type: string - $ref: '#/components/schemas/ReferenceNumeric' description: The regular price for an appointment for the specified bookingService. priceType: $ref: '#/components/schemas/microsoft.graph.bookingPriceType' reminders: type: array items: $ref: '#/components/schemas/microsoft.graph.bookingReminder' description: The collection of customer reminders sent for this appointment. The value of this property is available only when reading this bookingAppointment by its ID. selfServiceAppointmentId: type: string description: 'An additional tracking ID for the appointment, if the appointment has been created directly by the customer on the scheduling page, as opposed to by a staff member on the behalf of the customer. Only supported for appointment if maxAttendeeCount is 1.' nullable: true serviceId: type: string description: The ID of the bookingService associated with this appointment. nullable: true serviceLocation: anyOf: - $ref: '#/components/schemas/microsoft.graph.location' - type: object nullable: true description: The location where the service is delivered. serviceName: type: string description: 'The name of the bookingService associated with this appointment.This property is optional when creating a new appointment. If not specified, it''s computed from the service associated with the appointment by the serviceId property.' serviceNotes: type: string description: Notes from a bookingStaffMember. The value of this property is available only when reading this bookingAppointment by its ID. nullable: true smsNotificationsEnabled: type: boolean description: 'If true, indicates SMS notifications will be sent to the customers for the appointment. Default value is false.' staffMemberIds: type: array items: type: string nullable: true description: The ID of each bookingStaffMember who is scheduled in this appointment. startDateTime: $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' '@odata.type': type: string description: Represents a booked appointment of a service by a customer in a business. x-ms-discriminator-value: '#microsoft.graph.bookingAppointment' microsoft.graph.bookingBusiness: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: bookingBusiness required: - '@odata.type' type: object properties: address: anyOf: - $ref: '#/components/schemas/microsoft.graph.physicalAddress' - type: object nullable: true description: 'The street address of the business. The address property, together with phone and webSiteUrl, appear in the footer of a business scheduling page. The attribute type of physicalAddress is not supported in v1.0. Internally we map the addresses to the type others.' bookingPageSettings: anyOf: - $ref: '#/components/schemas/microsoft.graph.bookingPageSettings' - type: object nullable: true businessHours: type: array items: $ref: '#/components/schemas/microsoft.graph.bookingWorkHours' description: The hours of operation for the business. businessType: type: string description: The type of business. nullable: true createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string format: date-time nullable: true defaultCurrencyIso: type: string description: The code for the currency that the business operates in on Microsoft Bookings. nullable: true displayName: type: string description: 'The name of the business, which interfaces with customers. This name appears at the top of the business scheduling page.' email: type: string description: The email address for the business. nullable: true isPublished: type: boolean description: The scheduling page has been made available to external customers. Use the publish and unpublish actions to set this property. Read-only. nullable: true readOnly: true languageTag: type: string description: The language of the self-service booking page. nullable: true lastUpdatedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string format: date-time nullable: true phone: type: string description: 'The telephone number for the business. The phone property, together with address and webSiteUrl, appear in the footer of a business scheduling page.' nullable: true publicUrl: type: string description: 'The URL for the scheduling page, which is set after you publish or unpublish the page. Read-only.' nullable: true readOnly: true schedulingPolicy: anyOf: - $ref: '#/components/schemas/microsoft.graph.bookingSchedulingPolicy' - type: object nullable: true description: Specifies how bookings can be created for this business. webSiteUrl: type: string description: 'The URL of the business web site. The webSiteUrl property, together with address, phone, appear in the footer of a business scheduling page.' nullable: true appointments: type: array items: $ref: '#/components/schemas/microsoft.graph.bookingAppointment' description: All the appointments of this business. Read-only. Nullable. x-ms-navigationProperty: true calendarView: type: array items: $ref: '#/components/schemas/microsoft.graph.bookingAppointment' description: The set of appointments of this business in a specified date range. Read-only. Nullable. x-ms-navigationProperty: true customers: type: array items: $ref: '#/components/schemas/microsoft.graph.bookingCustomerBase' description: All the customers of this business. Read-only. Nullable. x-ms-navigationProperty: true customQuestions: type: array items: $ref: '#/components/schemas/microsoft.graph.bookingCustomQuestion' description: All the custom questions of this business. Read-only. Nullable. x-ms-navigationProperty: true services: type: array items: $ref: '#/components/schemas/microsoft.graph.bookingService' description: All the services offered by this business. Read-only. Nullable. x-ms-navigationProperty: true staffMembers: type: array items: $ref: '#/components/schemas/microsoft.graph.bookingStaffMemberBase' description: All the staff members that provide services in this business. Read-only. Nullable. x-ms-navigationProperty: true '@odata.type': type: string description: Represents a Microsoft Bookings Business. x-ms-discriminator-value: '#microsoft.graph.bookingBusiness' microsoft.graph.bookingCurrency: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: bookingCurrency required: - '@odata.type' type: object properties: symbol: type: string description: 'The currency symbol. For example, the currency symbol for the US dollar and for the Australian dollar is $.' '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.bookingCurrency' microsoft.graph.bookingCustomer: allOf: - $ref: '#/components/schemas/microsoft.graph.bookingCustomerBase' - title: bookingCustomer required: - '@odata.type' type: object properties: addresses: type: array items: $ref: '#/components/schemas/microsoft.graph.physicalAddress' description: Addresses associated with the customer. The attribute type of physicalAddress is not supported in v1.0. Internally we map the addresses to the type others. createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string format: date-time nullable: true displayName: type: string description: The name of the customer. emailAddress: type: string description: The SMTP address of the customer. nullable: true lastUpdatedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string format: date-time nullable: true phones: type: array items: $ref: '#/components/schemas/microsoft.graph.phone' description: 'Phone numbers associated with the customer, including home, business and mobile numbers.' '@odata.type': type: string default: '#microsoft.graph.bookingCustomer' description: Represents a customer of the business. x-ms-discriminator-value: '#microsoft.graph.bookingCustomer' microsoft.graph.bookingCustomerBase: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: bookingCustomerBase required: - '@odata.type' type: object properties: '@odata.type': type: string description: Booking entities that provide a display name. discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.bookingCustomer': '#/components/schemas/microsoft.graph.bookingCustomer' microsoft.graph.bookingCustomQuestion: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: bookingCustomQuestion required: - '@odata.type' type: object properties: answerInputType: anyOf: - $ref: '#/components/schemas/microsoft.graph.answerInputType' - type: object nullable: true description: 'The expected answer type. The possible values are: text, radioButton, unknownFutureValue.' answerOptions: type: array items: type: string nullable: true description: List of possible answer values. createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string format: date-time nullable: true displayName: type: string description: The question. lastUpdatedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string format: date-time nullable: true '@odata.type': type: string description: Represents a custom question of the business. x-ms-discriminator-value: '#microsoft.graph.bookingCustomQuestion' microsoft.graph.bookingService: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: bookingService required: - '@odata.type' type: object properties: additionalInformation: type: string description: Additional information that is sent to the customer when an appointment is confirmed. nullable: true createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string format: date-time nullable: true customQuestions: type: array items: $ref: '#/components/schemas/microsoft.graph.bookingQuestionAssignment' description: Contains the set of custom questions associated with a particular service. defaultDuration: pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' type: string description: 'The default length of the service, represented in numbers of days, hours, minutes, and seconds. For example, P11D23H59M59.999999999999S.' format: duration defaultLocation: anyOf: - $ref: '#/components/schemas/microsoft.graph.location' - type: object nullable: true description: The default physical location for the service. defaultPrice: oneOf: - type: number format: double - type: string - $ref: '#/components/schemas/ReferenceNumeric' description: The default monetary price for the service. defaultPriceType: $ref: '#/components/schemas/microsoft.graph.bookingPriceType' defaultReminders: type: array items: $ref: '#/components/schemas/microsoft.graph.bookingReminder' description: The default set of reminders for an appointment of this service. The value of this property is available only when reading this bookingService by its ID. description: type: string description: A text description for the service. nullable: true displayName: type: string description: A service name. isAnonymousJoinEnabled: type: boolean description: True if the URL to join the appointment anonymously (anonymousJoinWebUrl) will be generated for the appointment booked for this service. isCustomerAllowedToManageBooking: type: boolean nullable: true isHiddenFromCustomers: type: boolean description: True means this service is not available to customers for booking. isLocationOnline: type: boolean description: True indicates that the appointments for the service will be held online. Default value is false. languageTag: type: string description: The language of the self-service booking page. lastUpdatedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string format: date-time nullable: true maximumAttendeesCount: maximum: 2147483647 minimum: -2147483648 type: integer description: 'The maximum number of customers allowed in a service. If maximumAttendeesCount of the service is greater than 1, pass valid customer IDs while creating or updating an appointment. To create a customer, use the Create bookingCustomer operation.' format: int32 notes: type: string description: Additional information about this service. nullable: true postBuffer: pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' type: string description: 'The time to buffer after an appointment for this service ends, and before the next customer appointment can be booked.' format: duration preBuffer: pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' type: string description: The time to buffer before an appointment for this service can start. format: duration schedulingPolicy: anyOf: - $ref: '#/components/schemas/microsoft.graph.bookingSchedulingPolicy' - type: object nullable: true description: The set of policies that determine how appointments for this type of service should be created and managed. smsNotificationsEnabled: type: boolean description: True indicates SMS notifications can be sent to the customers for the appointment of the service. Default value is false. staffMemberIds: type: array items: type: string nullable: true description: Represents those staff members who provide this service. webUrl: type: string description: The URL a customer uses to access the service. nullable: true readOnly: true '@odata.type': type: string description: Represents a particular service offered by a booking business. x-ms-discriminator-value: '#microsoft.graph.bookingService' microsoft.graph.bookingStaffMember: allOf: - $ref: '#/components/schemas/microsoft.graph.bookingStaffMemberBase' - title: bookingStaffMember required: - '@odata.type' type: object properties: availabilityIsAffectedByPersonalCalendar: type: boolean description: 'True means that if the staff member is a Microsoft 365 user, the Bookings API would verify the staff member''s availability in their personal calendar in Microsoft 365, before making a booking.' createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string format: date-time nullable: true displayName: type: string description: 'The name of the staff member, as displayed to customers. Required.' emailAddress: type: string description: 'The email address of the staff member. This can be in the same Microsoft 365 tenant as the business, or in a different email domain. This email address can be used if the sendConfirmationsToOwner property is set to true in the scheduling policy of the business. Required.' nullable: true isEmailNotificationEnabled: type: boolean description: True indicates that a staff member will be notified via email when a booking assigned to them is created or changed. lastUpdatedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string format: date-time nullable: true membershipStatus: $ref: '#/components/schemas/microsoft.graph.bookingStaffMembershipStatus' role: $ref: '#/components/schemas/microsoft.graph.bookingStaffRole' timeZone: type: string description: 'The time zone of the staff member. For a list of possible values, see dateTimeTimeZone.' nullable: true useBusinessHours: type: boolean description: True means the staff member's availability is as specified in the businessHours property of the business. False means the availability is determined by the staff member's workingHours property setting. workingHours: type: array items: $ref: '#/components/schemas/microsoft.graph.bookingWorkHours' description: 'The range of hours each day of the week that the staff member is available for booking. By default, they are initialized to be the same as the businessHours property of the business.' '@odata.type': type: string default: '#microsoft.graph.bookingStaffMember' description: Represents a staff member who provides services in a business. x-ms-discriminator-value: '#microsoft.graph.bookingStaffMember' microsoft.graph.bookingStaffMemberBase: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: bookingStaffMemberBase required: - '@odata.type' type: object properties: '@odata.type': type: string description: Booking entities that provide a display name. discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.bookingStaffMember': '#/components/schemas/microsoft.graph.bookingStaffMember' microsoft.graph.browserSharedCookie: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: browserSharedCookie required: - '@odata.type' type: object properties: comment: type: string description: The comment for the shared cookie. createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The date and time when the shared cookie was created. format: date-time deletedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The date and time when the shared cookie was deleted. format: date-time nullable: true displayName: type: string description: The name of the cookie. history: type: array items: $ref: '#/components/schemas/microsoft.graph.browserSharedCookieHistory' description: The history of modifications applied to the cookie. hostOnly: type: boolean description: Controls whether a cookie is a host-only or domain cookie. hostOrDomain: type: string description: The URL of the cookie. lastModifiedBy: anyOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' - type: object nullable: true description: The user who last modified the cookie. lastModifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The date and time when the cookie was last modified. format: date-time path: type: string description: The path of the cookie. sourceEnvironment: $ref: '#/components/schemas/microsoft.graph.browserSharedCookieSourceEnvironment' status: $ref: '#/components/schemas/microsoft.graph.browserSharedCookieStatus' '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.browserSharedCookie' microsoft.graph.browserSite: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: browserSite required: - '@odata.type' type: object properties: allowRedirect: type: boolean description: 'Controls the behavior of redirected sites. If true, indicates that the site will open in Internet Explorer 11 or Microsoft Edge even if the site is navigated to as part of a HTTP or meta refresh redirection chain.' comment: type: string description: The comment for the site. compatibilityMode: $ref: '#/components/schemas/microsoft.graph.browserSiteCompatibilityMode' createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The date and time when the site was created. format: date-time deletedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The date and time when the site was deleted. format: date-time nullable: true history: type: array items: $ref: '#/components/schemas/microsoft.graph.browserSiteHistory' description: The history of modifications applied to the site. lastModifiedBy: anyOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' - type: object nullable: true description: The user who last modified the site. lastModifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The date and time when the site was last modified. format: date-time mergeType: $ref: '#/components/schemas/microsoft.graph.browserSiteMergeType' status: $ref: '#/components/schemas/microsoft.graph.browserSiteStatus' targetEnvironment: $ref: '#/components/schemas/microsoft.graph.browserSiteTargetEnvironment' webUrl: type: string description: The URL of the site. '@odata.type': type: string description: Singleton entity which is used to specify IE mode site metadata x-ms-discriminator-value: '#microsoft.graph.browserSite' microsoft.graph.browserSiteList: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: browserSiteList required: - '@odata.type' type: object properties: description: type: string description: The description of the site list. displayName: type: string description: The name of the site list. lastModifiedBy: anyOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' - type: object nullable: true description: The user who last modified the site list. lastModifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The date and time when the site list was last modified. format: date-time publishedBy: anyOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' - type: object nullable: true description: The user who published the site list. publishedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The date and time when the site list was published. format: date-time nullable: true revision: type: string description: The current revision of the site list. status: $ref: '#/components/schemas/microsoft.graph.browserSiteListStatus' sharedCookies: type: array items: $ref: '#/components/schemas/microsoft.graph.browserSharedCookie' description: A collection of shared cookies defined for the site list. x-ms-navigationProperty: true sites: type: array items: $ref: '#/components/schemas/microsoft.graph.browserSite' description: A collection of sites defined for the site list. x-ms-navigationProperty: true '@odata.type': type: string description: A singleton entity which is used to specify IE mode site list metadata x-ms-discriminator-value: '#microsoft.graph.browserSiteList' microsoft.graph.builtInIdentityProvider: allOf: - $ref: '#/components/schemas/microsoft.graph.identityProviderBase' - title: builtInIdentityProvider required: - '@odata.type' type: object properties: identityProviderType: type: string description: 'The identity provider type. For a B2B scenario, possible values: AADSignup, MicrosoftAccount, EmailOTP. Required.' nullable: true '@odata.type': type: string default: '#microsoft.graph.builtInIdentityProvider' x-ms-discriminator-value: '#microsoft.graph.builtInIdentityProvider' microsoft.graph.bulkUpload: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: bulkUpload required: - '@odata.type' type: object properties: '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.bulkUpload' microsoft.graph.calendar: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: calendar required: - '@odata.type' type: object properties: allowedOnlineMeetingProviders: type: array items: anyOf: - $ref: '#/components/schemas/microsoft.graph.onlineMeetingProviderType' - type: object nullable: true description: 'Represent the online meeting service providers that can be used to create online meetings in this calendar. Possible values are: unknown, skypeForBusiness, skypeForConsumer, teamsForBusiness.' canEdit: type: boolean description: 'true if the user can write to the calendar, false otherwise. This property is true for the user who created the calendar. This property is also true for a user who has been shared a calendar and granted write access.' nullable: true canShare: type: boolean description: 'true if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it.' nullable: true canViewPrivateItems: type: boolean description: 'true if the user can read calendar items that have been marked private, false otherwise.' nullable: true changeKey: type: string description: 'Identifies the version of the calendar object. Every time the calendar is changed, changeKey changes as well. This allows Exchange to apply changes to the correct version of the object. Read-only.' nullable: true color: anyOf: - $ref: '#/components/schemas/microsoft.graph.calendarColor' - type: object nullable: true description: 'Specifies the color theme to distinguish the calendar from other calendars in a UI. The property values are: auto, lightBlue, lightGreen, lightOrange, lightGray, lightYellow, lightTeal, lightPink, lightBrown, lightRed, maxColor.' defaultOnlineMeetingProvider: anyOf: - $ref: '#/components/schemas/microsoft.graph.onlineMeetingProviderType' - type: object nullable: true description: 'The default online meeting provider for meetings sent from this calendar. Possible values are: unknown, skypeForBusiness, skypeForConsumer, teamsForBusiness.' hexColor: type: string description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty. Read-only.' nullable: true isDefaultCalendar: type: boolean description: 'true if this is the default calendar where new events are created by default, false otherwise.' nullable: true isRemovable: type: boolean description: Indicates whether this user calendar can be deleted from the user mailbox. nullable: true isTallyingResponses: type: boolean description: Indicates whether this user calendar supports tracking of meeting responses. Only meeting invites sent from users' primary calendars support tracking of meeting responses. nullable: true name: type: string description: The calendar name. nullable: true owner: anyOf: - $ref: '#/components/schemas/microsoft.graph.emailAddress' - type: object nullable: true description: 'If set, this represents the user who created or added the calendar. For a calendar that the user created or added, the owner property is set to the user. For a calendar shared with the user, the owner property is set to the person who shared that calendar with the user.' calendarPermissions: type: array items: $ref: '#/components/schemas/microsoft.graph.calendarPermission' description: The permissions of the users with whom the calendar is shared. x-ms-navigationProperty: true calendarView: type: array items: $ref: '#/components/schemas/microsoft.graph.event' description: The calendar view for the calendar. Navigation property. Read-only. x-ms-navigationProperty: true events: type: array items: $ref: '#/components/schemas/microsoft.graph.event' description: The events in the calendar. Navigation property. Read-only. x-ms-navigationProperty: true multiValueExtendedProperties: type: array items: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' description: The collection of multi-value extended properties defined for the calendar. Read-only. Nullable. x-ms-navigationProperty: true singleValueExtendedProperties: type: array items: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' description: The collection of single-value extended properties defined for the calendar. Read-only. Nullable. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.calendar' microsoft.graph.calendarGroup: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: calendarGroup required: - '@odata.type' type: object properties: changeKey: type: string description: 'Identifies the version of the calendar group. Every time the calendar group is changed, ChangeKey changes as well. This allows Exchange to apply changes to the correct version of the object. Read-only.' nullable: true classId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string description: The class identifier. Read-only. format: uuid nullable: true name: type: string description: The group name. nullable: true calendars: type: array items: $ref: '#/components/schemas/microsoft.graph.calendar' description: The calendars in the calendar group. Navigation property. Read-only. Nullable. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.calendarGroup' microsoft.graph.calendarPermission: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: calendarPermission required: - '@odata.type' type: object properties: allowedRoles: type: array items: anyOf: - $ref: '#/components/schemas/microsoft.graph.calendarRoleType' - type: object nullable: true description: 'List of allowed sharing or delegating permission levels for the calendar. Possible values are: none, freeBusyRead, limitedRead, read, write, delegateWithoutPrivateEventAccess, delegateWithPrivateEventAccess, custom.' emailAddress: anyOf: - $ref: '#/components/schemas/microsoft.graph.emailAddress' - type: object nullable: true description: 'Represents a share recipient or delegate who has access to the calendar. For the ''My Organization'' share recipient, the address property is null. Read-only.' isInsideOrganization: type: boolean description: True if the user in context (recipient or delegate) is inside the same organization as the calendar owner. nullable: true isRemovable: type: boolean description: 'True if the user can be removed from the list of recipients or delegates for the specified calendar, false otherwise. The ''My organization'' user determines the permissions other people within your organization have to the given calendar. You can''t remove ''My organization'' as a share recipient to a calendar.' nullable: true role: anyOf: - $ref: '#/components/schemas/microsoft.graph.calendarRoleType' - type: object nullable: true description: Current permission level of the calendar share recipient or delegate. '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.calendarPermission' microsoft.graph.calendarSharingMessage: allOf: - $ref: '#/components/schemas/microsoft.graph.message' - title: calendarSharingMessage required: - '@odata.type' type: object properties: canAccept: type: boolean nullable: true sharingMessageAction: anyOf: - $ref: '#/components/schemas/microsoft.graph.calendarSharingMessageAction' - type: object nullable: true sharingMessageActions: type: array items: $ref: '#/components/schemas/microsoft.graph.calendarSharingMessageAction' suggestedCalendarName: type: string nullable: true '@odata.type': type: string default: '#microsoft.graph.calendarSharingMessage' x-ms-discriminator-value: '#microsoft.graph.calendarSharingMessage' microsoft.graph.call: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: call required: - '@odata.type' type: object properties: callbackUri: type: string description: The callback URL on which callbacks are delivered. Must be an HTTPS URL. callChainId: type: string description: A unique identifier for all the participant calls in a conference or a unique identifier for two participant calls in a P2P call. This identifier must be copied over from Microsoft.Graph.Call.CallChainId. nullable: true callOptions: anyOf: - $ref: '#/components/schemas/microsoft.graph.callOptions' - type: object nullable: true description: Contains the optional features for the call. callRoutes: type: array items: $ref: '#/components/schemas/microsoft.graph.callRoute' description: The routing information on how the call was retargeted. Read-only. chatInfo: anyOf: - $ref: '#/components/schemas/microsoft.graph.chatInfo' - type: object nullable: true description: The chat information. Required information for joining a meeting. direction: anyOf: - $ref: '#/components/schemas/microsoft.graph.callDirection' - type: object nullable: true description: The direction of the call. The possible values are incoming or outgoing. Read-only. incomingContext: anyOf: - $ref: '#/components/schemas/microsoft.graph.incomingContext' - type: object nullable: true description: Call context associated with an incoming call. mediaConfig: anyOf: - $ref: '#/components/schemas/microsoft.graph.mediaConfig' - type: object nullable: true description: The media configuration. Required. mediaState: anyOf: - $ref: '#/components/schemas/microsoft.graph.callMediaState' - type: object nullable: true description: Read-only. The call media state. meetingInfo: anyOf: - $ref: '#/components/schemas/microsoft.graph.meetingInfo' - type: object nullable: true description: The meeting information. Required information for meeting scenarios. myParticipantId: type: string nullable: true requestedModalities: type: array items: anyOf: - $ref: '#/components/schemas/microsoft.graph.modality' - type: object nullable: true description: 'The list of requested modalities. Possible values are: unknown, audio, video, videoBasedScreenSharing, data.' resultInfo: anyOf: - $ref: '#/components/schemas/microsoft.graph.resultInfo' - type: object nullable: true description: 'The result information. For example, the result can hold termination reason. Read-only.' source: anyOf: - $ref: '#/components/schemas/microsoft.graph.participantInfo' - type: object nullable: true description: The originator of the call. state: anyOf: - $ref: '#/components/schemas/microsoft.graph.callState' - type: object nullable: true description: 'The call state. Possible values are: incoming, establishing, ringing, established, hold, transferring, transferAccepted, redirecting, terminating, terminated. Read-only.' subject: type: string description: The subject of the conversation. nullable: true targets: type: array items: $ref: '#/components/schemas/microsoft.graph.invitationParticipantInfo' description: The targets of the call. Required information for creating peer to peer call. tenantId: type: string nullable: true toneInfo: anyOf: - $ref: '#/components/schemas/microsoft.graph.toneInfo' - type: object nullable: true transcription: anyOf: - $ref: '#/components/schemas/microsoft.graph.callTranscriptionInfo' - type: object nullable: true description: The transcription information for the call. Read-only. audioRoutingGroups: type: array items: $ref: '#/components/schemas/microsoft.graph.audioRoutingGroup' x-ms-navigationProperty: true contentSharingSessions: type: array items: $ref: '#/components/schemas/microsoft.graph.contentSharingSession' x-ms-navigationProperty: true operations: type: array items: $ref: '#/components/schemas/microsoft.graph.commsOperation' x-ms-navigationProperty: true participants: type: array items: $ref: '#/components/schemas/microsoft.graph.participant' x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.call' microsoft.graph.callRecording: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: callRecording required: - '@odata.type' type: object properties: content: type: string description: The content of the recording. Read-only. format: base64url nullable: true createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'Date and time at which the recording was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true meetingId: type: string description: The unique identifier of the onlineMeeting related to this recording. Read-only. nullable: true meetingOrganizer: anyOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' - type: object nullable: true description: The identity information of the organizer of the onlineMeeting related to this recording. Read-only. recordingContentUrl: type: string description: The URL that can be used to access the content of the recording. Read-only. nullable: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.callRecording' microsoft.graph.callTranscript: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: callTranscript required: - '@odata.type' type: object properties: content: type: string description: The content of the transcript. Read-only. format: base64url nullable: true createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'Date and time at which the transcript was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true meetingId: type: string description: The unique identifier of the online meeting related to this transcript. Read-only. nullable: true meetingOrganizer: anyOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' - type: object nullable: true description: The identity information of the organizer of the onlineMeeting related to this transcript. Read-only. metadataContent: type: string description: The time-aligned metadata of the utterances in the transcript. Read-only. format: base64url nullable: true transcriptContentUrl: type: string description: The URL that can be used to access the content of the transcript. Read-only. nullable: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.callTranscript' microsoft.graph.cancelMediaProcessingOperation: allOf: - $ref: '#/components/schemas/microsoft.graph.commsOperation' - title: cancelMediaProcessingOperation required: - '@odata.type' type: object properties: '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.cancelMediaProcessingOperation' microsoft.graph.canvasLayout: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: canvasLayout required: - '@odata.type' type: object properties: horizontalSections: type: array items: $ref: '#/components/schemas/microsoft.graph.horizontalSection' description: Collection of horizontal sections on the SharePoint page. x-ms-navigationProperty: true verticalSection: anyOf: - $ref: '#/components/schemas/microsoft.graph.verticalSection' - type: object nullable: true description: Vertical section on the SharePoint page. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.canvasLayout' microsoft.graph.certificateBasedAuthConfiguration: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: certificateBasedAuthConfiguration required: - '@odata.type' type: object properties: certificateAuthorities: type: array items: $ref: '#/components/schemas/microsoft.graph.certificateAuthority' description: Collection of certificate authorities which creates a trusted certificate chain. '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.certificateBasedAuthConfiguration' microsoft.graph.changeTrackedEntity: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: changeTrackedEntity required: - '@odata.type' type: object properties: createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true readOnly: true lastModifiedBy: anyOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' - type: object nullable: true description: Identity of the person who last modified the entity. readOnly: true lastModifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true readOnly: true '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.openShift': '#/components/schemas/microsoft.graph.openShift' '#microsoft.graph.scheduleChangeRequest': '#/components/schemas/microsoft.graph.scheduleChangeRequest' '#microsoft.graph.offerShiftRequest': '#/components/schemas/microsoft.graph.offerShiftRequest' '#microsoft.graph.swapShiftsChangeRequest': '#/components/schemas/microsoft.graph.swapShiftsChangeRequest' '#microsoft.graph.openShiftChangeRequest': '#/components/schemas/microsoft.graph.openShiftChangeRequest' '#microsoft.graph.timeOffRequest': '#/components/schemas/microsoft.graph.timeOffRequest' '#microsoft.graph.schedulingGroup': '#/components/schemas/microsoft.graph.schedulingGroup' '#microsoft.graph.shift': '#/components/schemas/microsoft.graph.shift' '#microsoft.graph.shiftPreferences': '#/components/schemas/microsoft.graph.shiftPreferences' '#microsoft.graph.timeOff': '#/components/schemas/microsoft.graph.timeOff' '#microsoft.graph.timeOffReason': '#/components/schemas/microsoft.graph.timeOffReason' '#microsoft.graph.workforceIntegration': '#/components/schemas/microsoft.graph.workforceIntegration' microsoft.graph.channel: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: channel required: - '@odata.type' type: object properties: createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Read only. Timestamp at which the channel was created. format: date-time nullable: true description: type: string description: Optional textual description for the channel. nullable: true displayName: type: string description: Channel name as it will appear to the user in Microsoft Teams. The maximum length is 50 characters. email: type: string description: The email address for sending messages to the channel. Read-only. nullable: true isArchived: type: boolean description: Indicates whether the channel is archived. Read-only. nullable: true isFavoriteByDefault: type: boolean description: 'Indicates whether the channel should be marked as recommended for all members of the team to show in their channel list. Note: All recommended channels automatically show in the channels list for education and frontline worker users. The property can only be set programmatically via the Create team method. The default value is false.' nullable: true membershipType: anyOf: - $ref: '#/components/schemas/microsoft.graph.channelMembershipType' - type: object nullable: true description: 'The type of the channel. Can be set during creation and can''t be changed. The possible values are: standard, private, unknownFutureValue, shared. The default value is standard. Note that you must use the Prefer: include-unknown-enum-members request header to get the following value in this evolvable enum: shared.' summary: anyOf: - $ref: '#/components/schemas/microsoft.graph.channelSummary' - type: object nullable: true description: 'Contains summary information about the channel, including number of owners, members, guests, and an indicator for members from other tenants. The summary property will only be returned if it is specified in the $select clause of the Get channel method.' tenantId: type: string description: The ID of the Microsoft Entra tenant. nullable: true webUrl: type: string description: 'A hyperlink that will go to the channel in Microsoft Teams. This is the URL that you get when you right-click a channel in Microsoft Teams and select Get link to channel. This URL should be treated as an opaque blob, and not parsed. Read-only.' nullable: true filesFolder: anyOf: - $ref: '#/components/schemas/microsoft.graph.driveItem' - type: object nullable: true description: Metadata for the location where the channel's files are stored. x-ms-navigationProperty: true members: type: array items: $ref: '#/components/schemas/microsoft.graph.conversationMember' description: A collection of membership records associated with the channel. x-ms-navigationProperty: true messages: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessage' description: A collection of all the messages in the channel. A navigation property. Nullable. x-ms-navigationProperty: true sharedWithTeams: type: array items: $ref: '#/components/schemas/microsoft.graph.sharedWithChannelTeamInfo' description: A collection of teams with which a channel is shared. x-ms-navigationProperty: true tabs: type: array items: $ref: '#/components/schemas/microsoft.graph.teamsTab' description: A collection of all the tabs in the channel. A navigation property. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.channel' microsoft.graph.chat: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: chat required: - '@odata.type' type: object properties: chatType: $ref: '#/components/schemas/microsoft.graph.chatType' createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Date and time at which the chat was created. Read-only. format: date-time nullable: true lastUpdatedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Date and time at which the chat was renamed or the list of members was last changed. Read-only. format: date-time nullable: true onlineMeetingInfo: anyOf: - $ref: '#/components/schemas/microsoft.graph.teamworkOnlineMeetingInfo' - type: object nullable: true description: 'Represents details about an online meeting. If the chat isn''t associated with an online meeting, the property is empty. Read-only.' tenantId: type: string description: The identifier of the tenant in which the chat was created. Read-only. nullable: true topic: type: string description: (Optional) Subject or topic for the chat. Only available for group chats. nullable: true viewpoint: anyOf: - $ref: '#/components/schemas/microsoft.graph.chatViewpoint' - type: object nullable: true description: 'Represents caller-specific information about the chat, such as the last message read date and time. This property is populated only when the request is made in a delegated context.' webUrl: type: string description: 'The URL for the chat in Microsoft Teams. The URL should be treated as an opaque blob, and not parsed. Read-only.' nullable: true installedApps: type: array items: $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' description: A collection of all the apps in the chat. Nullable. x-ms-navigationProperty: true lastMessagePreview: anyOf: - $ref: '#/components/schemas/microsoft.graph.chatMessageInfo' - type: object nullable: true description: 'Preview of the last message sent in the chat. Null if no messages were sent in the chat. Currently, only the list chats operation supports this property.' x-ms-navigationProperty: true members: type: array items: $ref: '#/components/schemas/microsoft.graph.conversationMember' description: A collection of all the members in the chat. Nullable. x-ms-navigationProperty: true messages: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessage' description: A collection of all the messages in the chat. Nullable. x-ms-navigationProperty: true permissionGrants: type: array items: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' description: A collection of permissions granted to apps for the chat. x-ms-navigationProperty: true pinnedMessages: type: array items: $ref: '#/components/schemas/microsoft.graph.pinnedChatMessageInfo' description: A collection of all the pinned messages in the chat. Nullable. x-ms-navigationProperty: true tabs: type: array items: $ref: '#/components/schemas/microsoft.graph.teamsTab' description: A collection of all the tabs in the chat. Nullable. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.chat' microsoft.graph.chatMessage: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: chatMessage required: - '@odata.type' type: object properties: attachments: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageAttachment' description: 'References to attached objects like files, tabs, meetings etc.' body: $ref: '#/components/schemas/microsoft.graph.itemBody' channelIdentity: anyOf: - $ref: '#/components/schemas/microsoft.graph.channelIdentity' - type: object nullable: true description: 'If the message was sent in a channel, represents identity of the channel.' chatId: type: string description: 'If the message was sent in a chat, represents the identity of the chat.' nullable: true createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Timestamp of when the chat message was created. format: date-time nullable: true deletedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'Read only. Timestamp at which the chat message was deleted, or null if not deleted.' format: date-time nullable: true etag: type: string description: Read-only. Version number of the chat message. nullable: true eventDetail: anyOf: - $ref: '#/components/schemas/microsoft.graph.eventMessageDetail' - type: object nullable: true description: 'Read-only. If present, represents details of an event that happened in a chat, a channel, or a team, for example, adding new members. For event messages, the messageType property will be set to systemEventMessage.' from: anyOf: - $ref: '#/components/schemas/microsoft.graph.chatMessageFromIdentitySet' - type: object nullable: true description: Details of the sender of the chat message. Can only be set during migration. importance: $ref: '#/components/schemas/microsoft.graph.chatMessageImportance' lastEditedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Read only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. format: date-time nullable: true lastModifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'Read only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed.' format: date-time nullable: true locale: type: string description: Locale of the chat message set by the client. Always set to en-us. mentions: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageMention' description: 'List of entities mentioned in the chat message. Supported entities are: user, bot, team, and channel.' messageHistory: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHistoryItem' description: 'List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message.' messageType: $ref: '#/components/schemas/microsoft.graph.chatMessageType' policyViolation: anyOf: - $ref: '#/components/schemas/microsoft.graph.chatMessagePolicyViolation' - type: object nullable: true description: Defines the properties of a policy violation set by a data loss prevention (DLP) application. reactions: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageReaction' description: 'Reactions for this chat message (for example, Like).' replyToId: type: string description: 'Read-only. ID of the parent chat message or root chat message of the thread. (Only applies to chat messages in channels, not chats.)' nullable: true subject: type: string description: 'The subject of the chat message, in plaintext.' nullable: true summary: type: string description: 'Summary text of the chat message that could be used for push notifications and summary views or fall back views. Only applies to channel chat messages, not chat messages in a chat.' nullable: true webUrl: type: string description: Read-only. Link to the message in Microsoft Teams. nullable: true hostedContents: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' x-ms-navigationProperty: true replies: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessage' description: Replies for a specified message. Supports $expand for channel messages. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.chatMessage' microsoft.graph.chatMessageHostedContent: allOf: - $ref: '#/components/schemas/microsoft.graph.teamworkHostedContent' - title: chatMessageHostedContent required: - '@odata.type' type: object properties: '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.chatMessageHostedContent' microsoft.graph.chatMessageInfo: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: chatMessageInfo required: - '@odata.type' type: object properties: body: anyOf: - $ref: '#/components/schemas/microsoft.graph.itemBody' - type: object nullable: true description: Body of the chatMessage. This will still contain markers for @mentions and attachments even though the object doesn't return @mentions and attachments. createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Date time object representing the time at which message was created. format: date-time nullable: true eventDetail: anyOf: - $ref: '#/components/schemas/microsoft.graph.eventMessageDetail' - type: object nullable: true description: 'Read-only. If present, represents details of an event that happened in a chat, a channel, or a team, for example, members were added, and so on. For event messages, the messageType property is set to systemEventMessage.' from: anyOf: - $ref: '#/components/schemas/microsoft.graph.chatMessageFromIdentitySet' - type: object nullable: true description: Information about the sender of the message. isDeleted: type: boolean description: 'If set to true, the original message has been deleted.' nullable: true messageType: $ref: '#/components/schemas/microsoft.graph.chatMessageType' '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.chatMessageInfo' microsoft.graph.checklistItem: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: checklistItem required: - '@odata.type' type: object properties: checkedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The date and time when the checklistItem was finished. format: date-time nullable: true createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The date and time when the checklistItem was created. format: date-time displayName: type: string description: Indicates the title of the checklistItem. nullable: true isChecked: type: boolean description: State that indicates whether the item is checked off or not. nullable: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.checklistItem' microsoft.graph.claimsMappingPolicy: allOf: - $ref: '#/components/schemas/microsoft.graph.stsPolicy' - title: claimsMappingPolicy required: - '@odata.type' type: object properties: '@odata.type': type: string default: '#microsoft.graph.claimsMappingPolicy' x-ms-discriminator-value: '#microsoft.graph.claimsMappingPolicy' microsoft.graph.cloudClipboardItem: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: cloudClipboardItem required: - '@odata.type' type: object properties: createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Set by the server. DateTime in UTC when the object was created on the server. format: date-time expirationDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'Set by the server. DateTime in UTC when the object expires and after that the object is no longer available. The default and also maximum TTL is 12 hours after the creation, but it might change for performance optimization.' format: date-time lastModifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Set by the server if not provided in the client's request. DateTime in UTC when the object was modified by the client. format: date-time nullable: true payloads: type: array items: $ref: '#/components/schemas/microsoft.graph.cloudClipboardItemPayload' description: A cloudClipboardItem can have multiple cloudClipboardItemPayload objects in the payloads. A window can place more than one clipboard object on the clipboard. Each one represents the same information in a different clipboard format. '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.cloudClipboardItem' microsoft.graph.cloudClipboardRoot: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: cloudClipboardRoot required: - '@odata.type' type: object properties: items: type: array items: $ref: '#/components/schemas/microsoft.graph.cloudClipboardItem' description: Represents a collection of Cloud Clipboard items. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.cloudClipboardRoot' microsoft.graph.cloudCommunications: title: cloudCommunications required: - '@odata.type' type: object properties: callRecords: type: array items: $ref: '#/components/schemas/microsoft.graph.callRecords.callRecord' x-ms-navigationProperty: true calls: type: array items: $ref: '#/components/schemas/microsoft.graph.call' x-ms-navigationProperty: true onlineMeetings: type: array items: $ref: '#/components/schemas/microsoft.graph.onlineMeeting' x-ms-navigationProperty: true presences: type: array items: $ref: '#/components/schemas/microsoft.graph.presence' x-ms-navigationProperty: true '@odata.type': type: string microsoft.graph.cloudPC: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: cloudPC required: - '@odata.type' type: object properties: aadDeviceId: type: string description: 'The Microsoft Entra device ID for the Cloud PC, also known as the Azure Active Directory (Azure AD) device ID, that consists of 32 characters in a GUID format. Generated on a VM joined to Microsoft Entra ID. Read-only.' nullable: true displayName: type: string description: 'The display name for the Cloud PC. Maximum length is 64 characters. Read-only. You can use the cloudPC: rename API to modify the Cloud PC name.' nullable: true gracePeriodEndDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The date and time when the grace period ends and reprovisioning or deprovisioning happen. Required only if the status is inGracePeriod. The timestamp is shown in ISO 8601 format and Coordinated Universal Time (UTC). For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true imageDisplayName: type: string description: 'The name of the operating system image used for the Cloud PC. Maximum length is 50 characters. Only letters (A-Z, a-z), numbers (0-9), and special characters (-,,.) are allowed for this property. The property value can''t begin or end with an underscore. Read-only.' nullable: true lastModifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The last modified date and time of the Cloud PC. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time managedDeviceId: type: string description: The Intune enrolled device ID for the Cloud PC that consists of 32 characters in a GUID format. The managedDeviceId property of Windows 365 Business Cloud PCs is always null as Windows 365 Business Cloud PCs aren't Intune-enrolled automatically by Windows 365. Read-only. nullable: true managedDeviceName: type: string description: The Intune enrolled device name for the Cloud PC. The managedDeviceName property of Windows 365 Business Cloud PCs is always null as Windows 365 Business Cloud PCs aren't Intune-enrolled automatically by Windows 365. Read-only. nullable: true onPremisesConnectionName: type: string description: The on-premises connection that applied during the provisioning of Cloud PCs. Read-only. nullable: true provisioningPolicyId: type: string description: The provisioning policy ID for the Cloud PC that consists of 32 characters in a GUID format. A policy defines the type of Cloud PC the user wants to create. Read-only. nullable: true provisioningPolicyName: type: string description: The provisioning policy that applied during the provisioning of Cloud PCs. Maximum length is 120 characters. Read-only. nullable: true provisioningType: anyOf: - $ref: '#/components/schemas/microsoft.graph.cloudPcProvisioningType' - type: object nullable: true description: 'The type of licenses to be used when provisioning Cloud PCs using this policy. Possible values are: dedicated, shared, unknownFutureValue. The default value is dedicated.' servicePlanId: type: string description: 'The service plan ID for the Cloud PC that consists of 32 characters in a GUID format. For more information about service plans, see Product names and service plan identifiers for licensing. Read-only.' nullable: true servicePlanName: type: string description: The service plan name for the customer-facing Cloud PC entity. Read-only. nullable: true userPrincipalName: type: string description: 'The user principal name (UPN) of the user assigned to the Cloud PC. Maximum length is 113 characters. For more information on username policies, see Password policies and account restrictions in Microsoft Entra ID. Read-only.' nullable: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.cloudPC' microsoft.graph.cloudPcAuditEvent: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: cloudPcAuditEvent required: - '@odata.type' type: object properties: activity: type: string description: The friendly name of the audit activity. nullable: true activityDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The date time in UTC when the activity was performed. Read-only. format: date-time activityOperationType: $ref: '#/components/schemas/microsoft.graph.cloudPcAuditActivityOperationType' activityResult: $ref: '#/components/schemas/microsoft.graph.cloudPcAuditActivityResult' activityType: type: string description: The type of activity that was performed. Read-only. actor: $ref: '#/components/schemas/microsoft.graph.cloudPcAuditActor' category: $ref: '#/components/schemas/microsoft.graph.cloudPcAuditCategory' componentName: type: string description: The component name for the audit event. Read-only. correlationId: type: string description: The client request ID that is used to correlate activity within the system. Read-only. displayName: type: string description: The display name for the audit event. Read-only. resources: type: array items: $ref: '#/components/schemas/microsoft.graph.cloudPcAuditResource' description: The list of cloudPcAuditResource objects. Read-only. '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.cloudPcAuditEvent' microsoft.graph.cloudPcDeviceImage: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: cloudPcDeviceImage required: - '@odata.type' type: object properties: displayName: type: string description: The display name of the associated device image. The device image display name and the version are used to uniquely identify the Cloud PC device image. Read-only. nullable: true errorCode: anyOf: - $ref: '#/components/schemas/microsoft.graph.cloudPcDeviceImageErrorCode' - type: object nullable: true description: 'The error code of the status of the image that indicates why the upload failed, if applicable. Possible values are: internalServerError, sourceImageNotFound, osVersionNotSupported, sourceImageInvalid, sourceImageNotGeneralized, unknownFutureValue, vmAlreadyAzureAdJoined, paidSourceImageNotSupport, sourceImageNotSupportCustomizeVMName, sourceImageSizeExceedsLimitation. Note that you must use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: vmAlreadyAzureAdJoined, paidSourceImageNotSupport, sourceImageNotSupportCustomizeVMName, sourceImageSizeExceedsLimitation. Read-only.' expirationDate: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string description: The date when the image became unavailable. Read-only. format: date nullable: true lastModifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The data and time when the image was last modified. The timestamp represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true operatingSystem: type: string description: 'The operating system (OS) of the image. For example, Windows 10 Enterprise. Read-only.' nullable: true osBuildNumber: type: string description: 'The OS build version of the image. For example, 1909. Read-only.' nullable: true osStatus: anyOf: - $ref: '#/components/schemas/microsoft.graph.cloudPcDeviceImageOsStatus' - type: object nullable: true description: 'The OS status of this image. Possible values are: supported, supportedWithWarning, unknown, unknownFutureValue. The default value is unknown. Read-only.' sourceImageResourceId: type: string description: 'The unique identifier (ID) of the source image resource on Azure. The required ID format is: ''/subscriptions/{subscription-id}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/images/{imageName}''. Read-only.' nullable: true status: anyOf: - $ref: '#/components/schemas/microsoft.graph.cloudPcDeviceImageStatus' - type: object nullable: true description: 'The status of the image on the Cloud PC. Possible values are: pending, ready, failed, unknownFutureValue. Read-only.' version: type: string description: 'The image version. For example, 0.0.1 and 1.5.13. Read-only.' nullable: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.cloudPcDeviceImage' microsoft.graph.cloudPcGalleryImage: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: cloudPcGalleryImage required: - '@odata.type' type: object properties: displayName: type: string description: 'The display name of this gallery image. For example, Windows 11 Enterprise + Microsoft 365 Apps 22H2. Read-only.' nullable: true endDate: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string description: 'The date when the status of the image becomes supportedWithWarning. Users can still provision new Cloud PCs if the current time is later than endDate and earlier than expirationDate. For example, assume the endDate of a gallery image is 2023-9-14 and expirationDate is 2024-3-14, users are able to provision new Cloud PCs if today is 2023-10-01. Read-only.' format: date nullable: true expirationDate: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string description: 'The date when the image is no longer available. Users are unable to provision new Cloud PCs if the current time is later than expirationDate. The value is usually endDate plus six months. For example, if the startDate is 2025-10-14, the expirationDate is usually 2026-04-14. Read-only.' format: date nullable: true offerName: type: string description: The offer name of this gallery image that is passed to Azure Resource Manager (ARM) to retrieve the image resource. Read-only. nullable: true publisherName: type: string description: The publisher name of this gallery image that is passed to Azure Resource Manager (ARM) to retrieve the image resource. Read-only. nullable: true sizeInGB: maximum: 2147483647 minimum: -2147483648 type: integer description: 'Indicates the size of this image in gigabytes. For example, 64. Read-only.' format: int32 nullable: true skuName: type: string description: The SKU name of this image that is passed to Azure Resource Manager (ARM) to retrieve the image resource. Read-only. nullable: true startDate: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string description: 'The date when the Cloud PC image is available for provisioning new Cloud PCs. For example, 2022-09-20. Read-only.' format: date nullable: true status: anyOf: - $ref: '#/components/schemas/microsoft.graph.cloudPcGalleryImageStatus' - type: object nullable: true description: 'The status of the gallery image on the Cloud PC. Possible values are: supported, supportedWithWarning, notSupported, unknownFutureValue. The default value is supported. Read-only.' '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.cloudPcGalleryImage' microsoft.graph.cloudPcOnPremisesConnection: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: cloudPcOnPremisesConnection required: - '@odata.type' type: object properties: adDomainName: type: string description: The fully qualified domain name (FQDN) of the Active Directory domain you want to join. Maximum length is 255. Optional. nullable: true adDomainPassword: type: string description: The password associated with the username of an Active Directory account (adDomainUsername). nullable: true adDomainUsername: type: string description: 'The username of an Active Directory account (user or service account) that has permission to create computer objects in Active Directory. Required format: admin@contoso.com. Optional.' nullable: true alternateResourceUrl: type: string description: The interface URL of the partner service's resource that links to this Azure network connection. Returned only on $select. nullable: true connectionType: anyOf: - $ref: '#/components/schemas/microsoft.graph.cloudPcOnPremisesConnectionType' - type: object nullable: true description: 'Specifies how the provisioned Cloud PC joins to Microsoft Entra. It includes different types, one is Microsoft Entra ID join, which means there''s no on-premises Active Directory (AD) in the current tenant, and the Cloud PC device is joined by Microsoft Entra. Another one is hybridAzureADJoin, which means there''s also an on-premises Active Directory (AD) in the current tenant and the Cloud PC device joins to on-premises Active Directory (AD) and Microsoft Entra. The type also determines which types of users can be assigned and can sign into a Cloud PC. The azureADJoin type indicates that cloud-only and hybrid users can be assigned and signed into the Cloud PC. hybridAzureADJoin indicates only hybrid users can be assigned and signed into the Cloud PC. The default value is hybridAzureADJoin.' displayName: type: string description: The display name for the Azure network connection. healthCheckStatus: $ref: '#/components/schemas/microsoft.graph.cloudPcOnPremisesConnectionStatus' healthCheckStatusDetail: anyOf: - $ref: '#/components/schemas/microsoft.graph.cloudPcOnPremisesConnectionStatusDetail' - type: object nullable: true description: 'Indicates the results of health checks performed on the on-premises connection. Read-only. Returned only on $select. For an example that shows how to get the inUse property, see Example 2: Get the selected properties of an Azure network connection, including healthCheckStatusDetail. Read-only.' inUse: type: boolean description: 'When true, the Azure network connection is in use. When false, the connection isn''t in use. You can''t delete a connection that’s in use. Returned only on $select. For an example that shows how to get the inUse property, see Example 2: Get the selected properties of an Azure network connection, including healthCheckStatusDetail. Read-only.' nullable: true organizationalUnit: type: string description: 'The organizational unit (OU) in which the computer account is created. If left null, the OU configured as the default (a well-known computer object container) in the tenant''s Active Directory domain (OU) is used. Optional.' nullable: true resourceGroupId: type: string description: 'The unique identifier of the target resource group used associated with the on-premises network connectivity for Cloud PCs. Required format: ''/subscriptions/{subscription-id}/resourceGroups/{resourceGroupName}''' subnetId: type: string description: 'The unique identifier of the target subnet used associated with the on-premises network connectivity for Cloud PCs. Required format: ''/subscriptions/{subscription-id}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkId}/subnets/{subnetName}''' subscriptionId: type: string description: The unique identifier of the Azure subscription associated with the tenant. subscriptionName: type: string description: The name of the Azure subscription is used to create an Azure network connection. Read-only. nullable: true virtualNetworkId: type: string description: 'The unique identifier of the target virtual network used associated with the on-premises network connectivity for Cloud PCs. Required format: ''/subscriptions/{subscription-id}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}''' virtualNetworkLocation: type: string description: 'Indicates the resource location of the target virtual network. For example, the location can be eastus2, westeurope, etc. Read-only (computed value).' nullable: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.cloudPcOnPremisesConnection' microsoft.graph.cloudPcProvisioningPolicy: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: cloudPcProvisioningPolicy required: - '@odata.type' type: object properties: alternateResourceUrl: type: string description: The URL of the alternate resource that links to this provisioning policy. Read-only. nullable: true cloudPcGroupDisplayName: type: string description: The display name of the Cloud PC group that the Cloud PCs reside in. Read-only. nullable: true cloudPcNamingTemplate: type: string description: 'The template used to name Cloud PCs provisioned using this policy. The template can contain custom text and replacement tokens, including %USERNAME:x% and %RAND:x%, which represent the user''s name and a randomly generated number, respectively. For example, CPC-%USERNAME:4%-%RAND:5% means that the name of the Cloud PC starts with CPC-, followed by a four-character username, a - character, and then five random characters. The total length of the text generated by the template can''t exceed 15 characters. Supports $filter, $select, and $orderby.' nullable: true description: type: string description: 'The provisioning policy description. Supports $filter, $select, and $orderBy.' nullable: true displayName: type: string description: The display name for the provisioning policy. domainJoinConfigurations: type: array items: $ref: '#/components/schemas/microsoft.graph.cloudPcDomainJoinConfiguration' description: Specifies a list ordered by priority on how Cloud PCs join Microsoft Entra ID (Azure AD). Supports $select. enableSingleSignOn: type: boolean description: 'True if the provisioned Cloud PC can be accessed by single sign-on. False indicates that the provisioned Cloud PC doesn''t support this feature. The default value is false. Windows 365 users can use single sign-on to authenticate to Microsoft Entra ID with passwordless options (for example, FIDO keys) to access their Cloud PC. Optional.' nullable: true gracePeriodInHours: maximum: 2147483647 minimum: -2147483648 type: integer description: The number of hours to wait before reprovisioning/deprovisioning happens. Read-only. format: int32 nullable: true imageDisplayName: type: string description: 'The display name of the operating system image that is used for provisioning. For example, Windows 11 Preview + Microsoft 365 Apps 23H2 23H2. Supports $filter, $select, and $orderBy.' imageId: type: string description: 'The unique identifier that represents an operating system image that is used for provisioning new Cloud PCs. The format for a gallery type image is: {publisherNameofferNameskuName}. Supported values for each of the parameters are:publisher: Microsoftwindowsdesktop offer: windows-ent-cpc sku: 21h1-ent-cpc-m365, 21h1-ent-cpc-os, 20h2-ent-cpc-m365, 20h2-ent-cpc-os, 20h1-ent-cpc-m365, 20h1-ent-cpc-os, 19h2-ent-cpc-m365, and 19h2-ent-cpc-os Supports $filter, $select, and $orderBy.' imageType: $ref: '#/components/schemas/microsoft.graph.cloudPcProvisioningPolicyImageType' localAdminEnabled: type: boolean description: 'When true, the local admin is enabled for Cloud PCs; false indicates that the local admin isn''t enabled for Cloud PCs. The default value is false. Supports $filter, $select, and $orderBy.' nullable: true microsoftManagedDesktop: anyOf: - $ref: '#/components/schemas/microsoft.graph.microsoftManagedDesktop' - type: object nullable: true description: 'The specific settings to microsoftManagedDesktop that enables Microsoft Managed Desktop customers to get device managed experience for Cloud PC. To enable microsoftManagedDesktop to provide more value, an admin needs to specify certain settings in it. Supports $filter, $select, and $orderBy.' provisioningType: anyOf: - $ref: '#/components/schemas/microsoft.graph.cloudPcProvisioningType' - type: object nullable: true description: 'Specifies the type of license used when provisioning Cloud PCs using this policy. By default, the license type is dedicated if the provisioningType isn''t specified when you create the cloudPcProvisioningPolicy. You can''t change this property after the cloudPcProvisioningPolicy was created. Possible values are: dedicated, shared, unknownFutureValue.' windowsSetting: anyOf: - $ref: '#/components/schemas/microsoft.graph.cloudPcWindowsSetting' - type: object nullable: true description: Indicates a specific Windows setting to configure during the creation of Cloud PCs for this provisioning policy. Supports $select. assignments: type: array items: $ref: '#/components/schemas/microsoft.graph.cloudPcProvisioningPolicyAssignment' description: 'A defined collection of provisioning policy assignments. Represents the set of Microsoft 365 groups and security groups in Microsoft Entra ID that have provisioning policy assigned. Returned only on $expand. For an example about how to get the assignments relationship, see Get cloudPcProvisioningPolicy.' x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.cloudPcProvisioningPolicy' microsoft.graph.cloudPcProvisioningPolicyAssignment: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: cloudPcProvisioningPolicyAssignment required: - '@odata.type' type: object properties: target: anyOf: - $ref: '#/components/schemas/microsoft.graph.cloudPcManagementAssignmentTarget' - type: object nullable: true description: 'The assignment target for the provisioning policy. Currently, the only target supported for this policy is a user group. For details, see cloudPcManagementGroupAssignmentTarget.' assignedUsers: type: array items: $ref: '#/components/schemas/microsoft.graph.user' description: 'The assignment targeted users for the provisioning policy. This list of users is computed based on assignments, licenses, group memberships, and policies. Read-only. Supports$expand.' x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.cloudPcProvisioningPolicyAssignment' microsoft.graph.cloudPcUserSetting: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: cloudPcUserSetting required: - '@odata.type' type: object properties: createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The date and time when the setting was created. The timestamp type represents the date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true displayName: type: string description: The setting name displayed in the user interface. nullable: true lastModifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The date and time when the setting was last modified. The timestamp type represents the date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true localAdminEnabled: type: boolean description: 'Indicates whether the local admin option is enabled. The default value is false. To enable the local admin option, change the setting to true. If the local admin option is enabled, the end user can be an admin of the Cloud PC device.' nullable: true resetEnabled: type: boolean description: 'Indicates whether an end user is allowed to reset their Cloud PC. When true, the user is allowed to reset their Cloud PC. When false, end-user initiated reset is not allowed. The default value is false.' nullable: true restorePointSetting: anyOf: - $ref: '#/components/schemas/microsoft.graph.cloudPcRestorePointSetting' - type: object nullable: true description: 'Defines how frequently a restore point is created that is, a snapshot is taken) for users'' provisioned Cloud PCs (default is 12 hours), and whether the user is allowed to restore their own Cloud PCs to a backup made at a specific point in time.' assignments: type: array items: $ref: '#/components/schemas/microsoft.graph.cloudPcUserSettingAssignment' description: 'Represents the set of Microsoft 365 groups and security groups in Microsoft Entra ID that have cloudPCUserSetting assigned. Returned only on $expand. For an example, see Get cloudPcUserSetting.' x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.cloudPcUserSetting' microsoft.graph.cloudPcUserSettingAssignment: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: cloudPcUserSettingAssignment required: - '@odata.type' type: object properties: createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The date and time when this assignment was created. The timestamp type represents the date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true target: anyOf: - $ref: '#/components/schemas/microsoft.graph.cloudPcManagementAssignmentTarget' - type: object nullable: true description: 'The assignment target for the user setting. Currently, the only target supported for this user setting is a user group. For details, see cloudPcManagementGroupAssignmentTarget.' '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.cloudPcUserSettingAssignment' microsoft.graph.columnDefinition: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: columnDefinition required: - '@odata.type' type: object properties: boolean: anyOf: - $ref: '#/components/schemas/microsoft.graph.booleanColumn' - type: object nullable: true description: This column stores boolean values. calculated: anyOf: - $ref: '#/components/schemas/microsoft.graph.calculatedColumn' - type: object nullable: true description: This column's data is calculated based on other columns. choice: anyOf: - $ref: '#/components/schemas/microsoft.graph.choiceColumn' - type: object nullable: true description: This column stores data from a list of choices. columnGroup: type: string description: 'For site columns, the name of the group this column belongs to. Helps organize related columns.' nullable: true contentApprovalStatus: anyOf: - $ref: '#/components/schemas/microsoft.graph.contentApprovalStatusColumn' - type: object nullable: true description: This column stores content approval status. currency: anyOf: - $ref: '#/components/schemas/microsoft.graph.currencyColumn' - type: object nullable: true description: This column stores currency values. dateTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.dateTimeColumn' - type: object nullable: true description: This column stores DateTime values. defaultValue: anyOf: - $ref: '#/components/schemas/microsoft.graph.defaultColumnValue' - type: object nullable: true description: The default value for this column. description: type: string description: The user-facing description of the column. nullable: true displayName: type: string description: The user-facing name of the column. nullable: true enforceUniqueValues: type: boolean description: 'If true, no two list items may have the same value for this column.' nullable: true geolocation: anyOf: - $ref: '#/components/schemas/microsoft.graph.geolocationColumn' - type: object nullable: true description: This column stores a geolocation. hidden: type: boolean description: Specifies whether the column is displayed in the user interface. nullable: true hyperlinkOrPicture: anyOf: - $ref: '#/components/schemas/microsoft.graph.hyperlinkOrPictureColumn' - type: object nullable: true description: This column stores hyperlink or picture values. indexed: type: boolean description: Specifies whether the column values can be used for sorting and searching. nullable: true isDeletable: type: boolean description: Indicates whether this column can be deleted. nullable: true isReorderable: type: boolean description: Indicates whether values in the column can be reordered. Read-only. nullable: true isSealed: type: boolean description: Specifies whether the column can be changed. nullable: true lookup: anyOf: - $ref: '#/components/schemas/microsoft.graph.lookupColumn' - type: object nullable: true description: This column's data is looked up from another source in the site. name: type: string description: 'The API-facing name of the column as it appears in the fields on a listItem. For the user-facing name, see displayName.' nullable: true number: anyOf: - $ref: '#/components/schemas/microsoft.graph.numberColumn' - type: object nullable: true description: This column stores number values. personOrGroup: anyOf: - $ref: '#/components/schemas/microsoft.graph.personOrGroupColumn' - type: object nullable: true description: This column stores Person or Group values. propagateChanges: type: boolean description: 'If ''true'', changes to this column will be propagated to lists that implement the column.' nullable: true readOnly: type: boolean description: Specifies whether the column values can be modified. nullable: true required: type: boolean description: Specifies whether the column value isn't optional. nullable: true sourceContentType: anyOf: - $ref: '#/components/schemas/microsoft.graph.contentTypeInfo' - type: object nullable: true description: ContentType from which this column is inherited from. Present only in contentTypes columns response. Read-only. term: anyOf: - $ref: '#/components/schemas/microsoft.graph.termColumn' - type: object nullable: true description: This column stores taxonomy terms. text: anyOf: - $ref: '#/components/schemas/microsoft.graph.textColumn' - type: object nullable: true description: This column stores text values. thumbnail: anyOf: - $ref: '#/components/schemas/microsoft.graph.thumbnailColumn' - type: object nullable: true description: This column stores thumbnail values. type: anyOf: - $ref: '#/components/schemas/microsoft.graph.columnTypes' - type: object nullable: true description: 'For site columns, the type of column. Read-only.' validation: anyOf: - $ref: '#/components/schemas/microsoft.graph.columnValidation' - type: object nullable: true description: This column stores validation formula and message for the column. sourceColumn: anyOf: - $ref: '#/components/schemas/microsoft.graph.columnDefinition' - type: object nullable: true description: The source column for the content type column. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.columnDefinition' microsoft.graph.columnLink: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: columnLink required: - '@odata.type' type: object properties: name: type: string description: The name of the column in this content type. nullable: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.columnLink' microsoft.graph.commsOperation: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: commsOperation required: - '@odata.type' type: object properties: clientContext: type: string description: Unique Client Context string. Max limit is 256 chars. nullable: true resultInfo: anyOf: - $ref: '#/components/schemas/microsoft.graph.resultInfo' - type: object nullable: true description: The result information. Read-only. status: $ref: '#/components/schemas/microsoft.graph.operationStatus' '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.addLargeGalleryViewOperation': '#/components/schemas/microsoft.graph.addLargeGalleryViewOperation' '#microsoft.graph.cancelMediaProcessingOperation': '#/components/schemas/microsoft.graph.cancelMediaProcessingOperation' '#microsoft.graph.inviteParticipantsOperation': '#/components/schemas/microsoft.graph.inviteParticipantsOperation' '#microsoft.graph.muteParticipantOperation': '#/components/schemas/microsoft.graph.muteParticipantOperation' '#microsoft.graph.playPromptOperation': '#/components/schemas/microsoft.graph.playPromptOperation' '#microsoft.graph.recordOperation': '#/components/schemas/microsoft.graph.recordOperation' '#microsoft.graph.sendDtmfTonesOperation': '#/components/schemas/microsoft.graph.sendDtmfTonesOperation' '#microsoft.graph.startHoldMusicOperation': '#/components/schemas/microsoft.graph.startHoldMusicOperation' '#microsoft.graph.stopHoldMusicOperation': '#/components/schemas/microsoft.graph.stopHoldMusicOperation' '#microsoft.graph.subscribeToToneOperation': '#/components/schemas/microsoft.graph.subscribeToToneOperation' '#microsoft.graph.unmuteParticipantOperation': '#/components/schemas/microsoft.graph.unmuteParticipantOperation' '#microsoft.graph.updateRecordingStatusOperation': '#/components/schemas/microsoft.graph.updateRecordingStatusOperation' microsoft.graph.companySubscription: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: companySubscription required: - '@odata.type' type: object properties: commerceSubscriptionId: type: string description: The ID of this subscription in the commerce system. Alternate key. nullable: true createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The date and time when this subscription was created. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true isTrial: type: boolean description: Whether the subscription is a free trial or purchased. nullable: true nextLifecycleDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The date and time when the subscription will move to the next state (as defined by the status property) if not renewed by the tenant. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true ownerId: type: string description: The object ID of the account admin. nullable: true ownerTenantId: type: string description: The unique identifier for the Microsoft partner tenant that created the subscription on a customer tenant. nullable: true ownerType: type: string description: 'Indicates the entity that ownerId belongs to, for example, ''User''.' nullable: true serviceStatus: type: array items: $ref: '#/components/schemas/microsoft.graph.servicePlanInfo' description: The provisioning status of each service included in this subscription. skuId: type: string description: The object ID of the SKU associated with this subscription. nullable: true skuPartNumber: type: string description: The SKU associated with this subscription. nullable: true status: type: string description: 'The status of this subscription. Possible values are: Enabled, Deleted, Suspended, Warning, LockedOut.' nullable: true totalLicenses: maximum: 2147483647 minimum: -2147483648 type: integer description: The number of licenses included in this subscription. format: int32 nullable: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.companySubscription' microsoft.graph.compliance: title: compliance required: - '@odata.type' type: object properties: '@odata.type': type: string microsoft.graph.complianceManagementPartner: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: complianceManagementPartner required: - '@odata.type' type: object properties: androidEnrollmentAssignments: type: array items: $ref: '#/components/schemas/microsoft.graph.complianceManagementPartnerAssignment' description: User groups which enroll Android devices through partner. androidOnboarded: type: boolean description: Partner onboarded for Android devices. displayName: type: string description: Partner display name nullable: true iosEnrollmentAssignments: type: array items: $ref: '#/components/schemas/microsoft.graph.complianceManagementPartnerAssignment' description: User groups which enroll ios devices through partner. iosOnboarded: type: boolean description: Partner onboarded for ios devices. lastHeartbeatDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Timestamp of last heartbeat after admin onboarded to the compliance management partner format: date-time macOsEnrollmentAssignments: type: array items: $ref: '#/components/schemas/microsoft.graph.complianceManagementPartnerAssignment' description: User groups which enroll Mac devices through partner. macOsOnboarded: type: boolean description: Partner onboarded for Mac devices. partnerState: $ref: '#/components/schemas/microsoft.graph.deviceManagementPartnerTenantState' '@odata.type': type: string description: Compliance management partner for all platforms x-ms-discriminator-value: '#microsoft.graph.complianceManagementPartner' microsoft.graph.conditionalAccessPolicy: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: conditionalAccessPolicy required: - '@odata.type' type: object properties: conditions: $ref: '#/components/schemas/microsoft.graph.conditionalAccessConditionSet' createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Readonly.' format: date-time nullable: true description: type: string nullable: true displayName: type: string description: Specifies a display name for the conditionalAccessPolicy object. grantControls: anyOf: - $ref: '#/components/schemas/microsoft.graph.conditionalAccessGrantControls' - type: object nullable: true description: Specifies the grant controls that must be fulfilled to pass the policy. modifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Readonly.' format: date-time nullable: true sessionControls: anyOf: - $ref: '#/components/schemas/microsoft.graph.conditionalAccessSessionControls' - type: object nullable: true description: Specifies the session controls that are enforced after sign-in. state: $ref: '#/components/schemas/microsoft.graph.conditionalAccessPolicyState' templateId: type: string nullable: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.conditionalAccessPolicy' microsoft.graph.conditionalAccessRoot: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: conditionalAccessRoot required: - '@odata.type' type: object properties: authenticationContextClassReferences: type: array items: $ref: '#/components/schemas/microsoft.graph.authenticationContextClassReference' description: Read-only. Nullable. Returns a collection of the specified authentication context class references. x-ms-navigationProperty: true authenticationStrength: anyOf: - $ref: '#/components/schemas/microsoft.graph.authenticationStrengthRoot' - type: object nullable: true x-ms-navigationProperty: true namedLocations: type: array items: $ref: '#/components/schemas/microsoft.graph.namedLocation' description: Read-only. Nullable. Returns a collection of the specified named locations. x-ms-navigationProperty: true policies: type: array items: $ref: '#/components/schemas/microsoft.graph.conditionalAccessPolicy' description: Read-only. Nullable. Returns a collection of the specified Conditional Access (CA) policies. x-ms-navigationProperty: true templates: type: array items: $ref: '#/components/schemas/microsoft.graph.conditionalAccessTemplate' description: Read-only. Nullable. Returns a collection of the specified Conditional Access templates. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.conditionalAccessRoot' microsoft.graph.conditionalAccessTemplate: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: conditionalAccessTemplate required: - '@odata.type' type: object properties: description: type: string description: The user-friendly name of the template. details: $ref: '#/components/schemas/microsoft.graph.conditionalAccessPolicyDetail' name: type: string description: The user-friendly name of the template. scenarios: $ref: '#/components/schemas/microsoft.graph.templateScenarios' '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.conditionalAccessTemplate' microsoft.graph.connectedOrganization: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: connectedOrganization required: - '@odata.type' type: object properties: createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true description: type: string description: The description of the connected organization. nullable: true displayName: type: string description: The display name of the connected organization. Supports $filter (eq). nullable: true identitySources: type: array items: $ref: '#/components/schemas/microsoft.graph.identitySource' description: 'The identity sources in this connected organization, one of azureActiveDirectoryTenant, crossCloudAzureActiveDirectoryTenant, domainIdentitySource, externalDomainFederation, or socialIdentitySource. Nullable.' modifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true state: anyOf: - $ref: '#/components/schemas/microsoft.graph.connectedOrganizationState' - type: object nullable: true description: 'The state of a connected organization defines whether assignment policies with requestor scope type AllConfiguredConnectedOrganizationSubjects are applicable or not. The possible values are: configured, proposed, unknownFutureValue.' externalSponsors: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' x-ms-navigationProperty: true internalSponsors: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.connectedOrganization' microsoft.graph.contact: allOf: - $ref: '#/components/schemas/microsoft.graph.outlookItem' - title: contact required: - '@odata.type' type: object properties: assistantName: type: string description: The name of the contact's assistant. nullable: true birthday: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The contact''s birthday. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true businessAddress: anyOf: - $ref: '#/components/schemas/microsoft.graph.physicalAddress' - type: object nullable: true description: The contact's business address. businessHomePage: type: string description: The business home page of the contact. nullable: true businessPhones: type: array items: type: string nullable: true description: The contact's business phone numbers. children: type: array items: type: string nullable: true description: The names of the contact's children. companyName: type: string description: The name of the contact's company. nullable: true department: type: string description: The contact's department. nullable: true displayName: type: string description: 'The contact''s display name. You can specify the display name in a create or update operation. Note that later updates to other properties may cause an automatically generated value to overwrite the displayName value you have specified. To preserve a pre-existing value, always include it as displayName in an update operation.' nullable: true emailAddresses: type: array items: $ref: '#/components/schemas/microsoft.graph.emailAddress' description: The contact's email addresses. fileAs: type: string description: The name the contact is filed under. nullable: true generation: type: string description: The contact's suffix. nullable: true givenName: type: string description: The contact's given name. nullable: true homeAddress: anyOf: - $ref: '#/components/schemas/microsoft.graph.physicalAddress' - type: object nullable: true description: The contact's home address. homePhones: type: array items: type: string nullable: true description: The contact's home phone numbers. imAddresses: type: array items: type: string nullable: true description: The contact's instant messaging (IM) addresses. initials: type: string description: The contact's initials. nullable: true jobTitle: type: string description: The contact’s job title. nullable: true manager: type: string description: The name of the contact's manager. nullable: true middleName: type: string description: The contact's middle name. nullable: true mobilePhone: type: string description: The contact's mobile phone number. nullable: true nickName: type: string description: The contact's nickname. nullable: true officeLocation: type: string description: The location of the contact's office. nullable: true otherAddress: anyOf: - $ref: '#/components/schemas/microsoft.graph.physicalAddress' - type: object nullable: true description: Other addresses for the contact. parentFolderId: type: string description: The ID of the contact's parent folder. nullable: true personalNotes: type: string description: The user's notes about the contact. nullable: true profession: type: string description: The contact's profession. nullable: true spouseName: type: string description: The name of the contact's spouse/partner. nullable: true surname: type: string description: The contact's surname. nullable: true title: type: string description: The contact's title. nullable: true yomiCompanyName: type: string description: The phonetic Japanese company name of the contact. nullable: true yomiGivenName: type: string description: The phonetic Japanese given name (first name) of the contact. nullable: true yomiSurname: type: string description: The phonetic Japanese surname (last name) of the contact. nullable: true extensions: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' description: The collection of open extensions defined for the contact. Read-only. Nullable. x-ms-navigationProperty: true multiValueExtendedProperties: type: array items: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' description: The collection of multi-value extended properties defined for the contact. Read-only. Nullable. x-ms-navigationProperty: true photo: anyOf: - $ref: '#/components/schemas/microsoft.graph.profilePhoto' - type: object nullable: true description: Optional contact picture. You can get or set a photo for a contact. x-ms-navigationProperty: true singleValueExtendedProperties: type: array items: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' description: The collection of single-value extended properties defined for the contact. Read-only. Nullable. x-ms-navigationProperty: true '@odata.type': type: string default: '#microsoft.graph.contact' x-ms-discriminator-value: '#microsoft.graph.contact' microsoft.graph.contactFolder: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: contactFolder required: - '@odata.type' type: object properties: displayName: type: string description: The folder's display name. nullable: true parentFolderId: type: string description: The ID of the folder's parent folder. nullable: true childFolders: type: array items: $ref: '#/components/schemas/microsoft.graph.contactFolder' description: The collection of child folders in the folder. Navigation property. Read-only. Nullable. x-ms-navigationProperty: true contacts: type: array items: $ref: '#/components/schemas/microsoft.graph.contact' description: The contacts in the folder. Navigation property. Read-only. Nullable. x-ms-navigationProperty: true multiValueExtendedProperties: type: array items: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' description: The collection of multi-value extended properties defined for the contactFolder. Read-only. Nullable. x-ms-navigationProperty: true singleValueExtendedProperties: type: array items: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' description: The collection of single-value extended properties defined for the contactFolder. Read-only. Nullable. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.contactFolder' microsoft.graph.contentSharingSession: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: contentSharingSession required: - '@odata.type' type: object properties: '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.contentSharingSession' microsoft.graph.contentType: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: contentType required: - '@odata.type' type: object properties: associatedHubsUrls: type: array items: type: string nullable: true description: List of canonical URLs for hub sites with which this content type is associated to. This will contain all hub sites where this content type is queued to be enforced or is already enforced. Enforcing a content type means that the content type is applied to the lists in the enforced sites. description: type: string description: The descriptive text for the item. nullable: true documentSet: anyOf: - $ref: '#/components/schemas/microsoft.graph.documentSet' - type: object nullable: true description: Document Set metadata. documentTemplate: anyOf: - $ref: '#/components/schemas/microsoft.graph.documentSetContent' - type: object nullable: true description: 'Document template metadata. To make sure that documents have consistent content across a site and its subsites, you can associate a Word, Excel, or PowerPoint template with a site content type.' group: type: string description: The name of the group this content type belongs to. Helps organize related content types. nullable: true hidden: type: boolean description: Indicates whether the content type is hidden in the list's 'New' menu. nullable: true inheritedFrom: anyOf: - $ref: '#/components/schemas/microsoft.graph.itemReference' - type: object nullable: true description: 'If this content type is inherited from another scope (like a site), provides a reference to the item where the content type is defined.' isBuiltIn: type: boolean description: Specifies if a content type is a built-in content type. nullable: true name: type: string description: The name of the content type. nullable: true order: anyOf: - $ref: '#/components/schemas/microsoft.graph.contentTypeOrder' - type: object nullable: true description: Specifies the order in which the content type appears in the selection UI. parentId: type: string description: The unique identifier of the content type. nullable: true propagateChanges: type: boolean description: 'If true, any changes made to the content type are pushed to inherited content types and lists that implement the content type.' nullable: true readOnly: type: boolean description: 'If true, the content type can''t be modified unless this value is first set to false.' nullable: true sealed: type: boolean description: 'If true, the content type can''t be modified by users or through push-down operations. Only site collection administrators can seal or unseal content types.' nullable: true base: anyOf: - $ref: '#/components/schemas/microsoft.graph.contentType' - type: object nullable: true description: Parent contentType from which this content type is derived. x-ms-navigationProperty: true baseTypes: type: array items: $ref: '#/components/schemas/microsoft.graph.contentType' description: The collection of content types that are ancestors of this content type. x-ms-navigationProperty: true columnLinks: type: array items: $ref: '#/components/schemas/microsoft.graph.columnLink' description: The collection of columns that are required by this content type. x-ms-navigationProperty: true columnPositions: type: array items: $ref: '#/components/schemas/microsoft.graph.columnDefinition' description: Column order information in a content type. x-ms-navigationProperty: true columns: type: array items: $ref: '#/components/schemas/microsoft.graph.columnDefinition' description: The collection of column definitions for this content type. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.contentType' microsoft.graph.contract: allOf: - $ref: '#/components/schemas/microsoft.graph.directoryObject' - title: contract required: - '@odata.type' type: object properties: contractType: type: string description: 'Type of contract. Possible values are: SyndicationPartner, BreadthPartner, ResellerPartner. See more in the table below.' nullable: true customerId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string description: The unique identifier for the customer tenant referenced by this partnership. Corresponds to the id property of the customer tenant's organization resource. format: uuid nullable: true defaultDomainName: type: string description: A copy of the customer tenant's default domain name. The copy is made when the partnership with the customer is established. It isn't automatically updated if the customer tenant's default domain name changes. nullable: true displayName: type: string description: A copy of the customer tenant's display name. The copy is made when the partnership with the customer is established. It is not automatically updated if the customer tenant's display name changes. nullable: true '@odata.type': type: string default: '#microsoft.graph.contract' x-ms-discriminator-value: '#microsoft.graph.contract' microsoft.graph.conversation: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: conversation required: - '@odata.type' type: object properties: hasAttachments: type: boolean description: 'Indicates whether any of the posts within this Conversation has at least one attachment. Supports $filter (eq, ne) and $search.' lastDeliveredDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time preview: type: string description: 'A short summary from the body of the latest post in this conversation. Supports $filter (eq, ne, le, ge).' topic: type: string description: 'The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated.' uniqueSenders: type: array items: type: string description: All the users that sent a message to this Conversation. threads: type: array items: $ref: '#/components/schemas/microsoft.graph.conversationThread' description: A collection of all the conversation threads in the conversation. A navigation property. Read-only. Nullable. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.conversation' microsoft.graph.conversationMember: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: conversationMember required: - '@odata.type' type: object properties: displayName: type: string description: The display name of the user. nullable: true roles: type: array items: type: string nullable: true description: 'The roles for that user. This property contains additional qualifiers only when relevant - for example, if the member has owner privileges, the roles property contains owner as one of the values. Similarly, if the member is an in-tenant guest, the roles property contains guest as one of the values. A basic member should not have any values specified in the roles property. An Out-of-tenant external member is assigned the owner role.' visibleHistoryStartDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The timestamp denoting how far back a conversation's history is shared with the conversation member. This property is settable only for members of a chat. format: date-time nullable: true '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.aadUserConversationMember': '#/components/schemas/microsoft.graph.aadUserConversationMember' '#microsoft.graph.anonymousGuestConversationMember': '#/components/schemas/microsoft.graph.anonymousGuestConversationMember' '#microsoft.graph.azureCommunicationServicesUserConversationMember': '#/components/schemas/microsoft.graph.azureCommunicationServicesUserConversationMember' '#microsoft.graph.microsoftAccountUserConversationMember': '#/components/schemas/microsoft.graph.microsoftAccountUserConversationMember' '#microsoft.graph.skypeForBusinessUserConversationMember': '#/components/schemas/microsoft.graph.skypeForBusinessUserConversationMember' '#microsoft.graph.skypeUserConversationMember': '#/components/schemas/microsoft.graph.skypeUserConversationMember' microsoft.graph.conversationThread: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: conversationThread required: - '@odata.type' type: object properties: ccRecipients: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' description: 'The Cc: recipients for the thread. Returned only on $select.' hasAttachments: type: boolean description: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. isLocked: type: boolean description: Indicates if the thread is locked. Returned by default. lastDeliveredDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.Returned by default.' format: date-time preview: type: string description: A short summary from the body of the latest post in this conversation. Returned by default. topic: type: string description: 'The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default.' toRecipients: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' description: 'The To: recipients for the thread. Returned only on $select.' uniqueSenders: type: array items: type: string description: All the users that sent a message to this thread. Returned by default. posts: type: array items: $ref: '#/components/schemas/microsoft.graph.post' x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.conversationThread' microsoft.graph.countryNamedLocation: allOf: - $ref: '#/components/schemas/microsoft.graph.namedLocation' - title: countryNamedLocation required: - '@odata.type' type: object properties: countriesAndRegions: type: array items: type: string description: List of countries and/or regions in two-letter format specified by ISO 3166-2. Required. countryLookupMethod: anyOf: - $ref: '#/components/schemas/microsoft.graph.countryLookupMethodType' - type: object nullable: true description: 'Determines what method is used to decide which country the user is located in. Possible values are clientIpAddress(default) and authenticatorAppGps. Note: authenticatorAppGps is not yet supported in the Microsoft Cloud for US Government.' includeUnknownCountriesAndRegions: type: boolean description: true if IP addresses that don't map to a country or region should be included in the named location. Optional. Default value is false. '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.countryNamedLocation' microsoft.graph.crossTenantAccessPolicy: allOf: - $ref: '#/components/schemas/microsoft.graph.policyBase' - title: crossTenantAccessPolicy required: - '@odata.type' type: object properties: allowedCloudEndpoints: type: array items: type: string description: 'Used to specify which Microsoft clouds an organization would like to collaborate with. By default, this value is empty. Supported values for this field are: microsoftonline.com, microsoftonline.us, and partner.microsoftonline.cn.' default: anyOf: - $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyConfigurationDefault' - type: object nullable: true description: Defines the default configuration for how your organization interacts with external Microsoft Entra organizations. x-ms-navigationProperty: true partners: type: array items: $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyConfigurationPartner' description: Defines partner-specific configurations for external Microsoft Entra organizations. x-ms-navigationProperty: true templates: anyOf: - $ref: '#/components/schemas/microsoft.graph.policyTemplate' - type: object nullable: true description: Represents the base policy in the directory for multitenant organization settings. x-ms-navigationProperty: true '@odata.type': type: string default: '#microsoft.graph.crossTenantAccessPolicy' x-ms-discriminator-value: '#microsoft.graph.crossTenantAccessPolicy' microsoft.graph.crossTenantAccessPolicyConfigurationDefault: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: crossTenantAccessPolicyConfigurationDefault required: - '@odata.type' type: object properties: automaticUserConsentSettings: anyOf: - $ref: '#/components/schemas/microsoft.graph.inboundOutboundPolicyConfiguration' - type: object nullable: true description: Determines the default configuration for automatic user consent settings. The inboundAllowed and outboundAllowed properties are always false and can't be updated in the default configuration. Read-only. b2bCollaborationInbound: anyOf: - $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyB2BSetting' - type: object nullable: true description: Defines your default configuration for users from other organizations accessing your resources via Microsoft Entra B2B collaboration. b2bCollaborationOutbound: anyOf: - $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyB2BSetting' - type: object nullable: true description: Defines your default configuration for users in your organization going outbound to access resources in another organization via Microsoft Entra B2B collaboration. b2bDirectConnectInbound: anyOf: - $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyB2BSetting' - type: object nullable: true description: Defines your default configuration for users from other organizations accessing your resources via Microsoft Entra B2B direct connect. b2bDirectConnectOutbound: anyOf: - $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyB2BSetting' - type: object nullable: true description: Defines your default configuration for users in your organization going outbound to access resources in another organization via Microsoft Entra B2B direct connect. inboundTrust: anyOf: - $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyInboundTrust' - type: object nullable: true description: Determines the default configuration for trusting other Conditional Access claims from external Microsoft Entra organizations. invitationRedemptionIdentityProviderConfiguration: anyOf: - $ref: '#/components/schemas/microsoft.graph.defaultInvitationRedemptionIdentityProviderConfiguration' - type: object nullable: true description: Defines the priority order based on which an identity provider is selected during invitation redemption for a guest user. isServiceDefault: type: boolean description: 'If true, the default configuration is set to the system default configuration. If false, the default settings are customized.' nullable: true tenantRestrictions: anyOf: - $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyTenantRestrictions' - type: object nullable: true description: Defines the default tenant restrictions configuration for users in your organization who access an external organization on your network or devices. '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.crossTenantAccessPolicyConfigurationDefault' microsoft.graph.crossTenantAccessPolicyConfigurationPartner: title: crossTenantAccessPolicyConfigurationPartner required: - '@odata.type' type: object properties: automaticUserConsentSettings: anyOf: - $ref: '#/components/schemas/microsoft.graph.inboundOutboundPolicyConfiguration' - type: object nullable: true description: 'Determines the partner-specific configuration for automatic user consent settings. Unless specifically configured, the inboundAllowed and outboundAllowed properties are null and inherit from the default settings, which is always false.' b2bCollaborationInbound: anyOf: - $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyB2BSetting' - type: object nullable: true description: Defines your partner-specific configuration for users from other organizations accessing your resources via Microsoft Entra B2B collaboration. b2bCollaborationOutbound: anyOf: - $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyB2BSetting' - type: object nullable: true description: Defines your partner-specific configuration for users in your organization going outbound to access resources in another organization via Microsoft Entra B2B collaboration. b2bDirectConnectInbound: anyOf: - $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyB2BSetting' - type: object nullable: true description: Defines your partner-specific configuration for users from other organizations accessing your resources via Azure B2B direct connect. b2bDirectConnectOutbound: anyOf: - $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyB2BSetting' - type: object nullable: true description: Defines your partner-specific configuration for users in your organization going outbound to access resources in another organization via Microsoft Entra B2B direct connect. inboundTrust: anyOf: - $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyInboundTrust' - type: object nullable: true description: Determines the partner-specific configuration for trusting other Conditional Access claims from external Microsoft Entra organizations. isInMultiTenantOrganization: type: boolean description: Identifies whether a tenant is a member of a multitenant organization. nullable: true isServiceProvider: type: boolean description: Identifies whether the partner-specific configuration is a Cloud Service Provider for your organization. nullable: true tenantId: type: string description: The tenant identifier for the partner Microsoft Entra organization. Read-only. Key. tenantRestrictions: anyOf: - $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyTenantRestrictions' - type: object nullable: true description: Defines the partner-specific tenant restrictions configuration for users in your organization who access a partner organization using partner supplied identities on your network or devices. identitySynchronization: anyOf: - $ref: '#/components/schemas/microsoft.graph.crossTenantIdentitySyncPolicyPartner' - type: object nullable: true description: 'Defines the cross-tenant policy for the synchronization of users from a partner tenant. Use this user synchronization policy to streamline collaboration between users in a multitenant organization by automating the creation, update, and deletion of users from one tenant to another.' x-ms-navigationProperty: true '@odata.type': type: string microsoft.graph.crossTenantIdentitySyncPolicyPartner: title: crossTenantIdentitySyncPolicyPartner required: - '@odata.type' type: object properties: displayName: type: string description: Display name for the cross-tenant user synchronization policy. Use the name of the partner Microsoft Entra tenant to easily identify the policy. Optional. nullable: true tenantId: type: string description: Tenant identifier for the partner Microsoft Entra organization. Read-only. userSyncInbound: anyOf: - $ref: '#/components/schemas/microsoft.graph.crossTenantUserSyncInbound' - type: object nullable: true description: Defines whether users can be synchronized from the partner tenant. Key. '@odata.type': type: string microsoft.graph.customAuthenticationExtension: allOf: - $ref: '#/components/schemas/microsoft.graph.customCalloutExtension' - title: customAuthenticationExtension required: - '@odata.type' type: object properties: '@odata.type': type: string default: '#microsoft.graph.customAuthenticationExtension' discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.onTokenIssuanceStartCustomExtension': '#/components/schemas/microsoft.graph.onTokenIssuanceStartCustomExtension' microsoft.graph.customCalloutExtension: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: customCalloutExtension required: - '@odata.type' type: object properties: authenticationConfiguration: anyOf: - $ref: '#/components/schemas/microsoft.graph.customExtensionAuthenticationConfiguration' - type: object nullable: true description: 'Configuration for securing the API call to the logic app. For example, using OAuth client credentials flow.' clientConfiguration: anyOf: - $ref: '#/components/schemas/microsoft.graph.customExtensionClientConfiguration' - type: object nullable: true description: 'HTTP connection settings that define how long Microsoft Entra ID can wait for a connection to a logic app, how many times you can retry a timed-out connection and the exception scenarios when retries are allowed.' description: type: string description: Description for the customCalloutExtension object. nullable: true displayName: type: string description: Display name for the customCalloutExtension object. nullable: true endpointConfiguration: anyOf: - $ref: '#/components/schemas/microsoft.graph.customExtensionEndpointConfiguration' - type: object nullable: true description: The type and details for configuring the endpoint to call the logic app's workflow. '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.accessPackageAssignmentRequestWorkflowExtension': '#/components/schemas/microsoft.graph.accessPackageAssignmentRequestWorkflowExtension' '#microsoft.graph.accessPackageAssignmentWorkflowExtension': '#/components/schemas/microsoft.graph.accessPackageAssignmentWorkflowExtension' '#microsoft.graph.customAuthenticationExtension': '#/components/schemas/microsoft.graph.customAuthenticationExtension' '#microsoft.graph.onTokenIssuanceStartCustomExtension': '#/components/schemas/microsoft.graph.onTokenIssuanceStartCustomExtension' '#microsoft.graph.identityGovernance.customTaskExtension': '#/components/schemas/microsoft.graph.identityGovernance.customTaskExtension' microsoft.graph.customExtensionStageSetting: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: customExtensionStageSetting required: - '@odata.type' type: object properties: stage: $ref: '#/components/schemas/microsoft.graph.accessPackageCustomExtensionStage' customExtension: anyOf: - $ref: '#/components/schemas/microsoft.graph.customCalloutExtension' - type: object nullable: true description: Indicates the custom workflow extension that will be executed at this stage. Nullable. Supports $expand. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.customExtensionStageSetting' microsoft.graph.customSecurityAttributeDefinition: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: customSecurityAttributeDefinition required: - '@odata.type' type: object properties: attributeSet: type: string description: Name of the attribute set. Case insensitive. description: type: string description: Description of the custom security attribute. Can be up to 128 characters long and include Unicode characters. Can be changed later. nullable: true isCollection: type: boolean description: 'Indicates whether multiple values can be assigned to the custom security attribute. Cannot be changed later. If type is set to Boolean, isCollection cannot be set to true.' isSearchable: type: boolean description: Indicates whether custom security attribute values are indexed for searching on objects that are assigned attribute values. Cannot be changed later. nullable: true name: type: string description: Name of the custom security attribute. Must be unique within an attribute set. Can be up to 32 characters long and include Unicode characters. Cannot contain spaces or special characters. Cannot be changed later. Case insensitive. status: type: string description: 'Specifies whether the custom security attribute is active or deactivated. Acceptable values are: Available and Deprecated. Can be changed later.' type: type: string description: 'Data type for the custom security attribute values. Supported types are: Boolean, Integer, and String. Cannot be changed later.' usePreDefinedValuesOnly: type: boolean description: 'Indicates whether only predefined values can be assigned to the custom security attribute. If set to false, free-form values are allowed. Can later be changed from true to false, but cannot be changed from false to true. If type is set to Boolean, usePreDefinedValuesOnly cannot be set to true.' nullable: true allowedValues: type: array items: $ref: '#/components/schemas/microsoft.graph.allowedValue' description: 'Values that are predefined for this custom security attribute. This navigation property is not returned by default and must be specified in an $expand query. For example, /directory/customSecurityAttributeDefinitions?$expand=allowedValues.' x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.customSecurityAttributeDefinition' microsoft.graph.dataPolicyOperation: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: dataPolicyOperation required: - '@odata.type' type: object properties: completedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'Represents when the request for this data policy operation was completed, in UTC time, using the ISO 8601 format. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Null until the operation completes.' format: date-time nullable: true progress: oneOf: - type: number format: double - type: string - $ref: '#/components/schemas/ReferenceNumeric' description: Specifies the progress of an operation. status: anyOf: - $ref: '#/components/schemas/microsoft.graph.dataPolicyOperationStatus' - type: object nullable: true description: 'Possible values are: notStarted, running, complete, failed, unknownFutureValue.' storageLocation: type: string description: The URL location to where data is being exported for export requests. nullable: true submittedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'Represents when the request for this data operation was submitted, in UTC time, using the ISO 8601 format. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time userId: type: string description: The id for the user on whom the operation is performed. '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.dataPolicyOperation' microsoft.graph.defaultManagedAppProtection: allOf: - $ref: '#/components/schemas/microsoft.graph.managedAppProtection' - title: defaultManagedAppProtection required: - '@odata.type' type: object properties: appDataEncryptionType: $ref: '#/components/schemas/microsoft.graph.managedAppDataEncryptionType' customSettings: type: array items: $ref: '#/components/schemas/microsoft.graph.keyValuePair' description: 'A set of string key and string value pairs to be sent to the affected users, unalterned by this service' deployedAppCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Count of apps to which the current policy is deployed. format: int32 disableAppEncryptionIfDeviceEncryptionIsEnabled: type: boolean description: 'When this setting is enabled, app level encryption is disabled if device level encryption is enabled. (Android only)' encryptAppData: type: boolean description: Indicates whether managed-app data should be encrypted. (Android only) faceIdBlocked: type: boolean description: Indicates whether use of the FaceID is allowed in place of a pin if PinRequired is set to True. (iOS Only) minimumRequiredPatchVersion: type: string description: Define the oldest required Android security patch level a user can have to gain secure access to the app. (Android only) nullable: true minimumRequiredSdkVersion: type: string description: Versions less than the specified version will block the managed app from accessing company data. (iOS Only) nullable: true minimumWarningPatchVersion: type: string description: Define the oldest recommended Android security patch level a user can have for secure access to the app. (Android only) nullable: true screenCaptureBlocked: type: boolean description: Indicates whether screen capture is blocked. (Android only) apps: type: array items: $ref: '#/components/schemas/microsoft.graph.managedMobileApp' description: List of apps to which the policy is deployed. x-ms-navigationProperty: true deploymentSummary: anyOf: - $ref: '#/components/schemas/microsoft.graph.managedAppPolicyDeploymentSummary' - type: object nullable: true description: Navigation property to deployment summary of the configuration. x-ms-navigationProperty: true '@odata.type': type: string default: '#microsoft.graph.defaultManagedAppProtection' description: Policy used to configure detailed management settings for a specified set of apps for all users not targeted by a TargetedManagedAppProtection Policy x-ms-discriminator-value: '#microsoft.graph.defaultManagedAppProtection' microsoft.graph.delegatedAdminAccessAssignment: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: delegatedAdminAccessAssignment required: - '@odata.type' type: object properties: accessContainer: $ref: '#/components/schemas/microsoft.graph.delegatedAdminAccessContainer' accessDetails: $ref: '#/components/schemas/microsoft.graph.delegatedAdminAccessDetails' createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The date and time in ISO 8601 format and in UTC time when the access assignment was created. Read-only. format: date-time nullable: true lastModifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The date and time in ISO 8601 and in UTC time when this access assignment was last modified. Read-only. format: date-time nullable: true status: anyOf: - $ref: '#/components/schemas/microsoft.graph.delegatedAdminAccessAssignmentStatus' - type: object nullable: true description: 'The status of the access assignment. Read-only. The possible values are: pending, active, deleting, deleted, error, unknownFutureValue.' '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.delegatedAdminAccessAssignment' microsoft.graph.delegatedAdminCustomer: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: delegatedAdminCustomer required: - '@odata.type' type: object properties: displayName: type: string description: The Microsoft Entra ID display name of the customer tenant. Read-only. Supports $orderby. nullable: true tenantId: type: string description: The Microsoft Entra ID-assigned tenant ID of the customer. Read-only. serviceManagementDetails: type: array items: $ref: '#/components/schemas/microsoft.graph.delegatedAdminServiceManagementDetail' description: Contains the management details of a service in the customer tenant that's managed by delegated administration. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.delegatedAdminCustomer' microsoft.graph.delegatedAdminRelationship: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: delegatedAdminRelationship required: - '@odata.type' type: object properties: accessDetails: $ref: '#/components/schemas/microsoft.graph.delegatedAdminAccessDetails' activatedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The date and time in ISO 8601 format and in UTC time when the relationship became active. Read-only. format: date-time nullable: true autoExtendDuration: pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' type: string description: 'The duration by which the validity of the relationship is automatically extended, denoted in ISO 8601 format. Supported values are: P0D, PT0S, P180D. The default value is PT0S. PT0S indicates that the relationship expires when the endDateTime is reached and it isn''t automatically extended.' format: duration nullable: true createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The date and time in ISO 8601 format and in UTC time when the relationship was created. Read-only. format: date-time nullable: true customer: anyOf: - $ref: '#/components/schemas/microsoft.graph.delegatedAdminRelationshipCustomerParticipant' - type: object nullable: true description: The display name and unique identifier of the customer of the relationship. This is configured either by the partner at the time the relationship is created or by the system after the customer approves the relationship. Can't be changed by the customer. displayName: type: string description: The display name of the relationship used for ease of identification. Must be unique across all delegated admin relationships of the partner and is set by the partner only when the relationship is in the created status and can't be changed by the customer. Maximum length is 50 characters. duration: pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' type: string description: The duration of the relationship in ISO 8601 format. Must be a value between P1D and P2Y inclusive. This is set by the partner only when the relationship is in the created status and can't be changed by the customer. format: duration endDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The date and time in ISO 8601 format and in UTC time when the status of relationship changes to either terminated or expired. Calculated as endDateTime = activatedDateTime + duration. Read-only. format: date-time nullable: true lastModifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The date and time in ISO 8601 format and in UTC time when the relationship was last modified. Read-only. format: date-time nullable: true status: anyOf: - $ref: '#/components/schemas/microsoft.graph.delegatedAdminRelationshipStatus' - type: object nullable: true description: 'The status of the relationship. Read Only. The possible values are: activating, active, approvalPending, approved, created, expired, expiring, terminated, terminating, terminationRequested, unknownFutureValue. Supports $orderby.' accessAssignments: type: array items: $ref: '#/components/schemas/microsoft.graph.delegatedAdminAccessAssignment' description: The access assignments associated with the delegated admin relationship. x-ms-navigationProperty: true operations: type: array items: $ref: '#/components/schemas/microsoft.graph.delegatedAdminRelationshipOperation' description: The long running operations associated with the delegated admin relationship. x-ms-navigationProperty: true requests: type: array items: $ref: '#/components/schemas/microsoft.graph.delegatedAdminRelationshipRequest' description: The requests associated with the delegated admin relationship. x-ms-navigationProperty: true '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.resellerDelegatedAdminRelationship': '#/components/schemas/microsoft.graph.resellerDelegatedAdminRelationship' microsoft.graph.delegatedAdminRelationshipOperation: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: delegatedAdminRelationshipOperation required: - '@odata.type' type: object properties: createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The time in ISO 8601 format and in UTC time when the long-running operation was created. Read-only. format: date-time data: type: string description: The data (payload) for the operation. Read-only. lastModifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The time in ISO 8601 format and in UTC time when the long-running operation was last modified. Read-only. format: date-time operationType: $ref: '#/components/schemas/microsoft.graph.delegatedAdminRelationshipOperationType' status: $ref: '#/components/schemas/microsoft.graph.longRunningOperationStatus' '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.delegatedAdminRelationshipOperation' microsoft.graph.delegatedAdminRelationshipRequest: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: delegatedAdminRelationshipRequest required: - '@odata.type' type: object properties: action: $ref: '#/components/schemas/microsoft.graph.delegatedAdminRelationshipRequestAction' createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The date and time in ISO 8601 format and in UTC time when the relationship request was created. Read-only. format: date-time nullable: true lastModifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The date and time in ISO 8601 format and UTC time when this relationship request was last modified. Read-only. format: date-time nullable: true status: anyOf: - $ref: '#/components/schemas/microsoft.graph.delegatedAdminRelationshipRequestStatus' - type: object nullable: true description: 'The status of the request. Read-only. The possible values are: created, pending, succeeded, failed, unknownFutureValue.' '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.delegatedAdminRelationshipRequest' microsoft.graph.delegatedAdminServiceManagementDetail: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: delegatedAdminServiceManagementDetail required: - '@odata.type' type: object properties: serviceManagementUrl: type: string description: The URL of the management portal for the managed service. Read-only. serviceName: type: string description: The name of a managed service. Read-only. '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.delegatedAdminServiceManagementDetail' microsoft.graph.delegatedPermissionClassification: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: delegatedPermissionClassification required: - '@odata.type' type: object properties: classification: anyOf: - $ref: '#/components/schemas/microsoft.graph.permissionClassificationType' - type: object nullable: true description: 'The classification value. Possible values: low, medium (preview), high (preview). Doesn''t support $filter.' permissionId: type: string description: The unique identifier (id) for the delegated permission listed in the oauth2PermissionScopes collection of the servicePrincipal. Required on create. Doesn't support $filter. nullable: true permissionName: type: string description: The claim value (value) for the delegated permission listed in the oauth2PermissionScopes collection of the servicePrincipal. Doesn't support $filter. nullable: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.delegatedPermissionClassification' microsoft.graph.deletedChat: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: deletedChat required: - '@odata.type' type: object properties: '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.deletedChat' microsoft.graph.deletedItemContainer: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: deletedItemContainer required: - '@odata.type' type: object properties: workflows: type: array items: $ref: '#/components/schemas/microsoft.graph.identityGovernance.workflow' description: Deleted workflows that end up in the deletedItemsContainer. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.deletedItemContainer' microsoft.graph.deletedTeam: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: deletedTeam required: - '@odata.type' type: object properties: channels: type: array items: $ref: '#/components/schemas/microsoft.graph.channel' description: The channels that are either shared with this deleted team or created in this deleted team. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.deletedTeam' microsoft.graph.deltaParticipants: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: deltaParticipants required: - '@odata.type' type: object properties: sequenceNumber: type: integer description: The sequence number for the roster update that is used to identify the notification order. format: int64 nullable: true participants: type: array items: $ref: '#/components/schemas/microsoft.graph.participant' description: The collection of participants that were updated since the last roster update. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.deltaParticipants' microsoft.graph.detectedApp: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: detectedApp required: - '@odata.type' type: object properties: deviceCount: maximum: 2147483647 minimum: -2147483648 type: integer description: The number of devices that have installed this application format: int32 displayName: type: string description: Name of the discovered application. Read-only nullable: true platform: $ref: '#/components/schemas/microsoft.graph.detectedAppPlatformType' publisher: type: string description: 'Indicates the publisher of the discovered application. For example: ''Microsoft''. The default value is an empty string.' nullable: true sizeInByte: type: integer description: Discovered application size in bytes. Read-only format: int64 version: type: string description: Version of the discovered application. Read-only nullable: true managedDevices: type: array items: $ref: '#/components/schemas/microsoft.graph.managedDevice' description: The devices that have the discovered application installed x-ms-navigationProperty: true '@odata.type': type: string description: A managed or unmanaged app that is installed on a managed device. Unmanaged apps will only appear for devices marked as corporate owned. x-ms-discriminator-value: '#microsoft.graph.detectedApp' microsoft.graph.device: allOf: - $ref: '#/components/schemas/microsoft.graph.directoryObject' - title: device required: - '@odata.type' type: object properties: accountEnabled: type: boolean description: 'true if the account is enabled; otherwise, false. Required. Default is true. Supports $filter (eq, ne, not, in). Only callers with at least the Cloud Device Administrator role can set this property.' nullable: true alternativeSecurityIds: type: array items: $ref: '#/components/schemas/microsoft.graph.alternativeSecurityId' description: 'For internal use only. Not nullable. Supports $filter (eq, not, ge, le).' approximateLastSignInDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderby.' format: date-time nullable: true complianceExpirationDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The timestamp when the device is no longer deemed compliant. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true deviceCategory: type: string description: User-defined property set by Intune to automatically add devices to groups and simplify managing devices. nullable: true deviceId: type: string description: 'Unique identifier set by Azure Device Registration Service at the time of registration. This is an alternate key that can be used to reference the device object. Supports $filter (eq, ne, not, startsWith).' nullable: true deviceMetadata: type: string description: For internal use only. Set to null. nullable: true deviceOwnership: type: string description: 'Ownership of the device. This property is set by Intune. Possible values are: unknown, company, personal.' nullable: true deviceVersion: maximum: 2147483647 minimum: -2147483648 type: integer description: For internal use only. format: int32 nullable: true displayName: type: string description: 'The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderby.' nullable: true enrollmentProfileName: type: string description: 'Enrollment profile applied to the device. For example, Apple Device Enrollment Profile, Device enrollment - Corporate device identifiers, or Windows Autopilot profile name. This property is set by Intune.' nullable: true enrollmentType: type: string description: 'Enrollment type of the device. This property is set by Intune. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement.' nullable: true isCompliant: type: boolean description: 'true if the device complies with Mobile Device Management (MDM) policies; otherwise, false. Read-only. This can only be updated by Intune for any device OS type or by an approved MDM app for Windows OS devices. Supports $filter (eq, ne, not).' nullable: true isManaged: type: boolean description: 'true if the device is managed by a Mobile Device Management (MDM) app; otherwise, false. This can only be updated by Intune for any device OS type or by an approved MDM app for Windows OS devices. Supports $filter (eq, ne, not).' nullable: true isRooted: type: boolean description: true if the device is rooted or jail-broken. This property can only be updated by Intune. nullable: true managementType: type: string description: 'The management channel of the device. This property is set by Intune. Possible values are: eas, mdm, easMdm, intuneClient, easIntuneClient, configurationManagerClient, configurationManagerClientMdm, configurationManagerClientMdmEas, unknown, jamf, googleCloudDevicePolicyController.' nullable: true manufacturer: type: string description: Manufacturer of the device. Read-only. nullable: true mdmAppId: type: string description: 'Application identifier used to register device into MDM. Read-only. Supports $filter (eq, ne, not, startsWith).' nullable: true model: type: string description: Model of the device. Read-only. nullable: true onPremisesLastSyncDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The last time at which the object was synced with the on-premises directory. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in).' format: date-time nullable: true onPremisesSecurityIdentifier: type: string description: The on-premises security identifier (SID) for the user who was synchronized from on-premises to the cloud. Read-only. Returned only on $select. Supports $filter (eq). nullable: true onPremisesSyncEnabled: type: boolean description: 'true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default). Read-only. Supports $filter (eq, ne, not, in, and eq on null values).' nullable: true operatingSystem: type: string description: 'The type of operating system on the device. Required. Supports $filter (eq, ne, not, ge, le, startsWith, and eq on null values).' nullable: true operatingSystemVersion: type: string description: 'The version of the operating system on the device. Required. Supports $filter (eq, ne, not, ge, le, startsWith, and eq on null values).' nullable: true physicalIds: type: array items: type: string description: 'For internal use only. Not nullable. Supports $filter (eq, not, ge, le, startsWith,/$count eq 0, /$count ne 0).' profileType: type: string description: 'The profile type of the device. Possible values: RegisteredDevice (default), SecureVM, Printer, Shared, IoT.' nullable: true registrationDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'Date and time of when the device was registered. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true systemLabels: type: array items: type: string description: 'List of labels applied to the device by the system. Supports $filter (/$count eq 0, /$count ne 0).' trustType: type: string description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Microsoft Entra ID). For more details, see Introduction to device management in Microsoft Entra ID.' nullable: true extensions: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' description: The collection of open extensions defined for the device. Read-only. Nullable. x-ms-navigationProperty: true memberOf: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' description: Groups and administrative units that this device is a member of. Read-only. Nullable. Supports $expand. x-ms-navigationProperty: true registeredOwners: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' description: The user that cloud joined the device or registered their personal device. The registered owner is set at the time of registration. Read-only. Nullable. Supports $expand. x-ms-navigationProperty: true registeredUsers: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' description: 'Collection of registered users of the device. For cloud joined devices and registered personal devices, registered users are set to the same value as registered owners at the time of registration. Read-only. Nullable. Supports $expand.' x-ms-navigationProperty: true transitiveMemberOf: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' description: Groups and administrative units that the device is a member of. This operation is transitive. Supports $expand. x-ms-navigationProperty: true '@odata.type': type: string default: '#microsoft.graph.device' x-ms-discriminator-value: '#microsoft.graph.device' microsoft.graph.deviceAndAppManagementRoleAssignment: allOf: - $ref: '#/components/schemas/microsoft.graph.roleAssignment' - title: deviceAndAppManagementRoleAssignment required: - '@odata.type' type: object properties: members: type: array items: type: string nullable: true description: The list of ids of role member security groups. These are IDs from Azure Active Directory. '@odata.type': type: string description: The Role Assignment resource. Role assignments tie together a role definition with members and scopes. There can be one or more role assignments per role. This applies to custom and built-in roles. x-ms-discriminator-value: '#microsoft.graph.deviceAndAppManagementRoleAssignment' microsoft.graph.deviceAndAppManagementRoleDefinition: allOf: - $ref: '#/components/schemas/microsoft.graph.roleDefinition' - title: deviceAndAppManagementRoleDefinition required: - '@odata.type' type: object properties: '@odata.type': type: string default: '#microsoft.graph.deviceAndAppManagementRoleDefinition' description: 'The Role Definition resource. The role definition is the foundation of role based access in Intune. The role combines an Intune resource such as a Mobile App and associated role permissions such as Create or Read for the resource. There are two types of roles, built-in and custom. Built-in roles cannot be modified. Both built-in roles and custom roles must have assignments to be enforced. Create custom roles if you want to define a role that allows any of the available resources and role permissions to be combined into a single role.' x-ms-discriminator-value: '#microsoft.graph.deviceAndAppManagementRoleDefinition' microsoft.graph.deviceAppManagement: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: deviceAppManagement required: - '@odata.type' type: object properties: isEnabledForMicrosoftStoreForBusiness: type: boolean description: Whether the account is enabled for syncing applications from the Microsoft Store for Business. microsoftStoreForBusinessLanguage: type: string description: 'The locale information used to sync applications from the Microsoft Store for Business. Cultures that are specific to a country/region. The names of these cultures follow RFC 4646 (Windows Vista and later). The format is -, where is a lowercase two-letter code derived from ISO 639-1 and is an uppercase two-letter code derived from ISO 3166. For example, en-US for English (United States) is a specific culture.' nullable: true microsoftStoreForBusinessLastCompletedApplicationSyncTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The last time an application sync from the Microsoft Store for Business was completed. format: date-time microsoftStoreForBusinessLastSuccessfulSyncDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The last time the apps from the Microsoft Store for Business were synced successfully for the account. format: date-time androidManagedAppProtections: type: array items: $ref: '#/components/schemas/microsoft.graph.androidManagedAppProtection' description: Android managed app policies. x-ms-navigationProperty: true defaultManagedAppProtections: type: array items: $ref: '#/components/schemas/microsoft.graph.defaultManagedAppProtection' description: Default managed app policies. x-ms-navigationProperty: true iosManagedAppProtections: type: array items: $ref: '#/components/schemas/microsoft.graph.iosManagedAppProtection' description: iOS managed app policies. x-ms-navigationProperty: true managedAppPolicies: type: array items: $ref: '#/components/schemas/microsoft.graph.managedAppPolicy' description: Managed app policies. x-ms-navigationProperty: true managedAppRegistrations: type: array items: $ref: '#/components/schemas/microsoft.graph.managedAppRegistration' description: The managed app registrations. x-ms-navigationProperty: true managedAppStatuses: type: array items: $ref: '#/components/schemas/microsoft.graph.managedAppStatus' description: The managed app statuses. x-ms-navigationProperty: true managedEBooks: type: array items: $ref: '#/components/schemas/microsoft.graph.managedEBook' description: The Managed eBook. x-ms-navigationProperty: true mdmWindowsInformationProtectionPolicies: type: array items: $ref: '#/components/schemas/microsoft.graph.mdmWindowsInformationProtectionPolicy' description: Windows information protection for apps running on devices which are MDM enrolled. x-ms-navigationProperty: true mobileAppCategories: type: array items: $ref: '#/components/schemas/microsoft.graph.mobileAppCategory' description: The mobile app categories. x-ms-navigationProperty: true mobileAppConfigurations: type: array items: $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfiguration' description: The Managed Device Mobile Application Configurations. x-ms-navigationProperty: true mobileApps: type: array items: $ref: '#/components/schemas/microsoft.graph.mobileApp' description: The mobile apps. x-ms-navigationProperty: true targetedManagedAppConfigurations: type: array items: $ref: '#/components/schemas/microsoft.graph.targetedManagedAppConfiguration' description: Targeted managed app configurations. x-ms-navigationProperty: true vppTokens: type: array items: $ref: '#/components/schemas/microsoft.graph.vppToken' description: List of Vpp tokens for this organization. x-ms-navigationProperty: true windowsInformationProtectionPolicies: type: array items: $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionPolicy' description: Windows information protection for apps running on devices which are not MDM enrolled. x-ms-navigationProperty: true '@odata.type': type: string description: Singleton entity that acts as a container for all device app management functionality. x-ms-discriminator-value: '#microsoft.graph.deviceAppManagement' microsoft.graph.deviceCategory: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: deviceCategory required: - '@odata.type' type: object properties: description: type: string description: Optional description for the device category. nullable: true displayName: type: string description: Display name for the device category. nullable: true '@odata.type': type: string description: 'Device categories provides a way to organize your devices. Using device categories, company administrators can define their own categories that make sense to their company. These categories can then be applied to a device in the Intune Azure console or selected by a user during device enrollment. You can filter reports and create dynamic Azure Active Directory device groups based on device categories.' x-ms-discriminator-value: '#microsoft.graph.deviceCategory' microsoft.graph.deviceComplianceActionItem: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: deviceComplianceActionItem required: - '@odata.type' type: object properties: actionType: $ref: '#/components/schemas/microsoft.graph.deviceComplianceActionType' gracePeriodHours: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of hours to wait till the action will be enforced. Valid values 0 to 8760 format: int32 notificationMessageCCList: type: array items: type: string nullable: true description: A list of group IDs to speicify who to CC this notification message to. notificationTemplateId: type: string description: What notification Message template to use nullable: true '@odata.type': type: string description: Scheduled Action Configuration x-ms-discriminator-value: '#microsoft.graph.deviceComplianceActionItem' microsoft.graph.deviceComplianceDeviceOverview: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: deviceComplianceDeviceOverview required: - '@odata.type' type: object properties: configurationVersion: maximum: 2147483647 minimum: -2147483648 type: integer description: Version of the policy for that overview format: int32 errorCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of error devices format: int32 failedCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of failed devices format: int32 lastUpdateDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Last update time format: date-time notApplicableCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of not applicable devices format: int32 pendingCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of pending devices format: int32 successCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of succeeded devices format: int32 '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.deviceComplianceDeviceOverview' microsoft.graph.deviceComplianceDeviceStatus: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: deviceComplianceDeviceStatus required: - '@odata.type' type: object properties: complianceGracePeriodExpirationDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The DateTime when device compliance grace period expires format: date-time deviceDisplayName: type: string description: Device name of the DevicePolicyStatus. nullable: true deviceModel: type: string description: The device model that is being reported nullable: true lastReportedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Last modified date time of the policy report. format: date-time status: $ref: '#/components/schemas/microsoft.graph.complianceStatus' userName: type: string description: The User Name that is being reported nullable: true userPrincipalName: type: string description: UserPrincipalName. nullable: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.deviceComplianceDeviceStatus' microsoft.graph.deviceCompliancePolicy: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: deviceCompliancePolicy required: - '@odata.type' type: object properties: createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: DateTime the object was created. format: date-time description: type: string description: Admin provided description of the Device Configuration. nullable: true displayName: type: string description: Admin provided name of the device configuration. lastModifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: DateTime the object was last modified. format: date-time version: maximum: 2147483647 minimum: -2147483648 type: integer description: Version of the device configuration. format: int32 assignments: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceCompliancePolicyAssignment' description: The collection of assignments for this compliance policy. x-ms-navigationProperty: true deviceSettingStateSummaries: type: array items: $ref: '#/components/schemas/microsoft.graph.settingStateDeviceSummary' description: Compliance Setting State Device Summary x-ms-navigationProperty: true deviceStatuses: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceComplianceDeviceStatus' description: List of DeviceComplianceDeviceStatus. x-ms-navigationProperty: true deviceStatusOverview: anyOf: - $ref: '#/components/schemas/microsoft.graph.deviceComplianceDeviceOverview' - type: object nullable: true description: Device compliance devices status overview x-ms-navigationProperty: true scheduledActionsForRule: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceComplianceScheduledActionForRule' description: The list of scheduled action per rule for this compliance policy. This is a required property when creating any individual per-platform compliance policies. x-ms-navigationProperty: true userStatuses: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceComplianceUserStatus' description: List of DeviceComplianceUserStatus. x-ms-navigationProperty: true userStatusOverview: anyOf: - $ref: '#/components/schemas/microsoft.graph.deviceComplianceUserOverview' - type: object nullable: true description: Device compliance users status overview x-ms-navigationProperty: true '@odata.type': type: string description: 'This is the base class for Compliance policy. Compliance policies are platform specific and individual per-platform compliance policies inherit from here. ' discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.androidCompliancePolicy': '#/components/schemas/microsoft.graph.androidCompliancePolicy' '#microsoft.graph.androidWorkProfileCompliancePolicy': '#/components/schemas/microsoft.graph.androidWorkProfileCompliancePolicy' '#microsoft.graph.iosCompliancePolicy': '#/components/schemas/microsoft.graph.iosCompliancePolicy' '#microsoft.graph.macOSCompliancePolicy': '#/components/schemas/microsoft.graph.macOSCompliancePolicy' '#microsoft.graph.windows10CompliancePolicy': '#/components/schemas/microsoft.graph.windows10CompliancePolicy' '#microsoft.graph.windows10MobileCompliancePolicy': '#/components/schemas/microsoft.graph.windows10MobileCompliancePolicy' '#microsoft.graph.windows81CompliancePolicy': '#/components/schemas/microsoft.graph.windows81CompliancePolicy' '#microsoft.graph.windowsPhone81CompliancePolicy': '#/components/schemas/microsoft.graph.windowsPhone81CompliancePolicy' microsoft.graph.deviceCompliancePolicyAssignment: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: deviceCompliancePolicyAssignment required: - '@odata.type' type: object properties: target: anyOf: - $ref: '#/components/schemas/microsoft.graph.deviceAndAppManagementAssignmentTarget' - type: object nullable: true description: Target for the compliance policy assignment. '@odata.type': type: string description: Device compliance policy assignment. x-ms-discriminator-value: '#microsoft.graph.deviceCompliancePolicyAssignment' microsoft.graph.deviceCompliancePolicyDeviceStateSummary: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: deviceCompliancePolicyDeviceStateSummary required: - '@odata.type' type: object properties: compliantDeviceCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of compliant devices format: int32 configManagerCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of devices that have compliance managed by System Center Configuration Manager format: int32 conflictDeviceCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of conflict devices format: int32 errorDeviceCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of error devices format: int32 inGracePeriodCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of devices that are in grace period format: int32 nonCompliantDeviceCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of NonCompliant devices format: int32 notApplicableDeviceCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of not applicable devices format: int32 remediatedDeviceCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of remediated devices format: int32 unknownDeviceCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of unknown devices format: int32 '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.deviceCompliancePolicyDeviceStateSummary' microsoft.graph.deviceCompliancePolicySettingStateSummary: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: deviceCompliancePolicySettingStateSummary required: - '@odata.type' type: object properties: compliantDeviceCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of compliant devices format: int32 conflictDeviceCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of conflict devices format: int32 errorDeviceCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of error devices format: int32 nonCompliantDeviceCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of NonCompliant devices format: int32 notApplicableDeviceCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of not applicable devices format: int32 platformType: $ref: '#/components/schemas/microsoft.graph.policyPlatformType' remediatedDeviceCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of remediated devices format: int32 setting: type: string description: The setting class name and property name. nullable: true settingName: type: string description: Name of the setting. nullable: true unknownDeviceCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of unknown devices format: int32 deviceComplianceSettingStates: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceComplianceSettingState' description: Not yet documented x-ms-navigationProperty: true '@odata.type': type: string description: Device Compilance Policy Setting State summary across the account. x-ms-discriminator-value: '#microsoft.graph.deviceCompliancePolicySettingStateSummary' microsoft.graph.deviceCompliancePolicyState: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: deviceCompliancePolicyState required: - '@odata.type' type: object properties: displayName: type: string description: The name of the policy for this policyBase nullable: true platformType: $ref: '#/components/schemas/microsoft.graph.policyPlatformType' settingCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Count of how many setting a policy holds format: int32 settingStates: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceCompliancePolicySettingState' state: $ref: '#/components/schemas/microsoft.graph.complianceStatus' version: maximum: 2147483647 minimum: -2147483648 type: integer description: The version of the policy format: int32 '@odata.type': type: string description: Device Compliance Policy State for a given device. x-ms-discriminator-value: '#microsoft.graph.deviceCompliancePolicyState' microsoft.graph.deviceComplianceScheduledActionForRule: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: deviceComplianceScheduledActionForRule required: - '@odata.type' type: object properties: ruleName: type: string description: 'Name of the rule which this scheduled action applies to. Currently scheduled actions are created per policy instead of per rule, thus RuleName is always set to default value PasswordRequired.' nullable: true scheduledActionConfigurations: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceComplianceActionItem' description: The list of scheduled action configurations for this compliance policy. Compliance policy must have one and only one block scheduled action. x-ms-navigationProperty: true '@odata.type': type: string description: Scheduled Action for Rule x-ms-discriminator-value: '#microsoft.graph.deviceComplianceScheduledActionForRule' microsoft.graph.deviceComplianceSettingState: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: deviceComplianceSettingState required: - '@odata.type' type: object properties: complianceGracePeriodExpirationDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The DateTime when device compliance grace period expires format: date-time deviceId: type: string description: The Device Id that is being reported nullable: true deviceModel: type: string description: The device model that is being reported nullable: true deviceName: type: string description: The Device Name that is being reported nullable: true setting: type: string description: The setting class name and property name. nullable: true settingName: type: string description: The Setting Name that is being reported nullable: true state: $ref: '#/components/schemas/microsoft.graph.complianceStatus' userEmail: type: string description: The User email address that is being reported nullable: true userId: type: string description: The user Id that is being reported nullable: true userName: type: string description: The User Name that is being reported nullable: true userPrincipalName: type: string description: The User PrincipalName that is being reported nullable: true '@odata.type': type: string description: Device compliance setting State for a given device. x-ms-discriminator-value: '#microsoft.graph.deviceComplianceSettingState' microsoft.graph.deviceComplianceUserOverview: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: deviceComplianceUserOverview required: - '@odata.type' type: object properties: configurationVersion: maximum: 2147483647 minimum: -2147483648 type: integer description: Version of the policy for that overview format: int32 errorCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of error Users format: int32 failedCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of failed Users format: int32 lastUpdateDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Last update time format: date-time notApplicableCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of not applicable users format: int32 pendingCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of pending Users format: int32 successCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of succeeded Users format: int32 '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.deviceComplianceUserOverview' microsoft.graph.deviceComplianceUserStatus: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: deviceComplianceUserStatus required: - '@odata.type' type: object properties: devicesCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Devices count for that user. format: int32 lastReportedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Last modified date time of the policy report. format: date-time status: $ref: '#/components/schemas/microsoft.graph.complianceStatus' userDisplayName: type: string description: User name of the DevicePolicyStatus. nullable: true userPrincipalName: type: string description: UserPrincipalName. nullable: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.deviceComplianceUserStatus' microsoft.graph.deviceConfiguration: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: deviceConfiguration required: - '@odata.type' type: object properties: createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: DateTime the object was created. format: date-time description: type: string description: Admin provided description of the Device Configuration. nullable: true displayName: type: string description: Admin provided name of the device configuration. lastModifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: DateTime the object was last modified. format: date-time version: maximum: 2147483647 minimum: -2147483648 type: integer description: Version of the device configuration. format: int32 assignments: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceConfigurationAssignment' description: The list of assignments for the device configuration profile. x-ms-navigationProperty: true deviceSettingStateSummaries: type: array items: $ref: '#/components/schemas/microsoft.graph.settingStateDeviceSummary' description: Device Configuration Setting State Device Summary x-ms-navigationProperty: true deviceStatuses: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceConfigurationDeviceStatus' description: Device configuration installation status by device. x-ms-navigationProperty: true deviceStatusOverview: anyOf: - $ref: '#/components/schemas/microsoft.graph.deviceConfigurationDeviceOverview' - type: object nullable: true description: Device Configuration devices status overview x-ms-navigationProperty: true userStatuses: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceConfigurationUserStatus' description: Device configuration installation status by user. x-ms-navigationProperty: true userStatusOverview: anyOf: - $ref: '#/components/schemas/microsoft.graph.deviceConfigurationUserOverview' - type: object nullable: true description: Device Configuration users status overview x-ms-navigationProperty: true '@odata.type': type: string description: Device Configuration. discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.androidCustomConfiguration': '#/components/schemas/microsoft.graph.androidCustomConfiguration' '#microsoft.graph.androidGeneralDeviceConfiguration': '#/components/schemas/microsoft.graph.androidGeneralDeviceConfiguration' '#microsoft.graph.androidWorkProfileCustomConfiguration': '#/components/schemas/microsoft.graph.androidWorkProfileCustomConfiguration' '#microsoft.graph.androidWorkProfileGeneralDeviceConfiguration': '#/components/schemas/microsoft.graph.androidWorkProfileGeneralDeviceConfiguration' '#microsoft.graph.appleDeviceFeaturesConfigurationBase': '#/components/schemas/microsoft.graph.appleDeviceFeaturesConfigurationBase' '#microsoft.graph.iosDeviceFeaturesConfiguration': '#/components/schemas/microsoft.graph.iosDeviceFeaturesConfiguration' '#microsoft.graph.macOSDeviceFeaturesConfiguration': '#/components/schemas/microsoft.graph.macOSDeviceFeaturesConfiguration' '#microsoft.graph.editionUpgradeConfiguration': '#/components/schemas/microsoft.graph.editionUpgradeConfiguration' '#microsoft.graph.iosCertificateProfile': '#/components/schemas/microsoft.graph.iosCertificateProfile' '#microsoft.graph.iosCustomConfiguration': '#/components/schemas/microsoft.graph.iosCustomConfiguration' '#microsoft.graph.iosGeneralDeviceConfiguration': '#/components/schemas/microsoft.graph.iosGeneralDeviceConfiguration' '#microsoft.graph.iosUpdateConfiguration': '#/components/schemas/microsoft.graph.iosUpdateConfiguration' '#microsoft.graph.macOSCustomConfiguration': '#/components/schemas/microsoft.graph.macOSCustomConfiguration' '#microsoft.graph.macOSGeneralDeviceConfiguration': '#/components/schemas/microsoft.graph.macOSGeneralDeviceConfiguration' '#microsoft.graph.sharedPCConfiguration': '#/components/schemas/microsoft.graph.sharedPCConfiguration' '#microsoft.graph.windows10CustomConfiguration': '#/components/schemas/microsoft.graph.windows10CustomConfiguration' '#microsoft.graph.windows10EndpointProtectionConfiguration': '#/components/schemas/microsoft.graph.windows10EndpointProtectionConfiguration' '#microsoft.graph.windows10EnterpriseModernAppManagementConfiguration': '#/components/schemas/microsoft.graph.windows10EnterpriseModernAppManagementConfiguration' '#microsoft.graph.windows10GeneralConfiguration': '#/components/schemas/microsoft.graph.windows10GeneralConfiguration' '#microsoft.graph.windows10SecureAssessmentConfiguration': '#/components/schemas/microsoft.graph.windows10SecureAssessmentConfiguration' '#microsoft.graph.windows10TeamGeneralConfiguration': '#/components/schemas/microsoft.graph.windows10TeamGeneralConfiguration' '#microsoft.graph.windows81GeneralConfiguration': '#/components/schemas/microsoft.graph.windows81GeneralConfiguration' '#microsoft.graph.windowsDefenderAdvancedThreatProtectionConfiguration': '#/components/schemas/microsoft.graph.windowsDefenderAdvancedThreatProtectionConfiguration' '#microsoft.graph.windowsPhone81CustomConfiguration': '#/components/schemas/microsoft.graph.windowsPhone81CustomConfiguration' '#microsoft.graph.windowsPhone81GeneralConfiguration': '#/components/schemas/microsoft.graph.windowsPhone81GeneralConfiguration' '#microsoft.graph.windowsUpdateForBusinessConfiguration': '#/components/schemas/microsoft.graph.windowsUpdateForBusinessConfiguration' microsoft.graph.deviceConfigurationAssignment: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: deviceConfigurationAssignment required: - '@odata.type' type: object properties: target: anyOf: - $ref: '#/components/schemas/microsoft.graph.deviceAndAppManagementAssignmentTarget' - type: object nullable: true description: The assignment target for the device configuration. '@odata.type': type: string description: The device configuration assignment entity assigns an AAD group to a specific device configuration. x-ms-discriminator-value: '#microsoft.graph.deviceConfigurationAssignment' microsoft.graph.deviceConfigurationDeviceOverview: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: deviceConfigurationDeviceOverview required: - '@odata.type' type: object properties: configurationVersion: maximum: 2147483647 minimum: -2147483648 type: integer description: Version of the policy for that overview format: int32 errorCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of error devices format: int32 failedCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of failed devices format: int32 lastUpdateDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Last update time format: date-time notApplicableCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of not applicable devices format: int32 pendingCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of pending devices format: int32 successCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of succeeded devices format: int32 '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.deviceConfigurationDeviceOverview' microsoft.graph.deviceConfigurationDeviceStateSummary: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: deviceConfigurationDeviceStateSummary required: - '@odata.type' type: object properties: compliantDeviceCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of compliant devices format: int32 conflictDeviceCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of conflict devices format: int32 errorDeviceCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of error devices format: int32 nonCompliantDeviceCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of NonCompliant devices format: int32 notApplicableDeviceCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of not applicable devices format: int32 remediatedDeviceCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of remediated devices format: int32 unknownDeviceCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of unknown devices format: int32 '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.deviceConfigurationDeviceStateSummary' microsoft.graph.deviceConfigurationDeviceStatus: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: deviceConfigurationDeviceStatus required: - '@odata.type' type: object properties: complianceGracePeriodExpirationDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The DateTime when device compliance grace period expires format: date-time deviceDisplayName: type: string description: Device name of the DevicePolicyStatus. nullable: true deviceModel: type: string description: The device model that is being reported nullable: true lastReportedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Last modified date time of the policy report. format: date-time status: $ref: '#/components/schemas/microsoft.graph.complianceStatus' userName: type: string description: The User Name that is being reported nullable: true userPrincipalName: type: string description: UserPrincipalName. nullable: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.deviceConfigurationDeviceStatus' microsoft.graph.deviceConfigurationState: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: deviceConfigurationState required: - '@odata.type' type: object properties: displayName: type: string description: The name of the policy for this policyBase nullable: true platformType: $ref: '#/components/schemas/microsoft.graph.policyPlatformType' settingCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Count of how many setting a policy holds format: int32 settingStates: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceConfigurationSettingState' state: $ref: '#/components/schemas/microsoft.graph.complianceStatus' version: maximum: 2147483647 minimum: -2147483648 type: integer description: The version of the policy format: int32 '@odata.type': type: string description: Device Configuration State for a given device. x-ms-discriminator-value: '#microsoft.graph.deviceConfigurationState' microsoft.graph.deviceConfigurationUserOverview: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: deviceConfigurationUserOverview required: - '@odata.type' type: object properties: configurationVersion: maximum: 2147483647 minimum: -2147483648 type: integer description: Version of the policy for that overview format: int32 errorCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of error Users format: int32 failedCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of failed Users format: int32 lastUpdateDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Last update time format: date-time notApplicableCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of not applicable users format: int32 pendingCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of pending Users format: int32 successCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of succeeded Users format: int32 '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.deviceConfigurationUserOverview' microsoft.graph.deviceConfigurationUserStatus: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: deviceConfigurationUserStatus required: - '@odata.type' type: object properties: devicesCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Devices count for that user. format: int32 lastReportedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Last modified date time of the policy report. format: date-time status: $ref: '#/components/schemas/microsoft.graph.complianceStatus' userDisplayName: type: string description: User name of the DevicePolicyStatus. nullable: true userPrincipalName: type: string description: UserPrincipalName. nullable: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.deviceConfigurationUserStatus' microsoft.graph.deviceEnrollmentConfiguration: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: deviceEnrollmentConfiguration required: - '@odata.type' type: object properties: createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Created date time in UTC of the device enrollment configuration format: date-time description: type: string description: The description of the device enrollment configuration nullable: true displayName: type: string description: The display name of the device enrollment configuration nullable: true lastModifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Last modified date time in UTC of the device enrollment configuration format: date-time priority: maximum: 2147483647 minimum: -2147483648 type: integer description: Priority is used when a user exists in multiple groups that are assigned enrollment configuration. Users are subject only to the configuration with the lowest priority value. format: int32 version: maximum: 2147483647 minimum: -2147483648 type: integer description: The version of the device enrollment configuration format: int32 assignments: type: array items: $ref: '#/components/schemas/microsoft.graph.enrollmentConfigurationAssignment' description: The list of group assignments for the device configuration profile x-ms-navigationProperty: true '@odata.type': type: string description: The Base Class of Device Enrollment Configuration discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.deviceEnrollmentLimitConfiguration': '#/components/schemas/microsoft.graph.deviceEnrollmentLimitConfiguration' '#microsoft.graph.deviceEnrollmentPlatformRestrictionsConfiguration': '#/components/schemas/microsoft.graph.deviceEnrollmentPlatformRestrictionsConfiguration' '#microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration': '#/components/schemas/microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration' '#microsoft.graph.windows10EnrollmentCompletionPageConfiguration': '#/components/schemas/microsoft.graph.windows10EnrollmentCompletionPageConfiguration' microsoft.graph.deviceEnrollmentLimitConfiguration: allOf: - $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentConfiguration' - title: deviceEnrollmentLimitConfiguration required: - '@odata.type' type: object properties: limit: maximum: 2147483647 minimum: -2147483648 type: integer description: The maximum number of devices that a user can enroll format: int32 '@odata.type': type: string default: '#microsoft.graph.deviceEnrollmentLimitConfiguration' description: Device Enrollment Configuration that restricts the number of devices a user can enroll x-ms-discriminator-value: '#microsoft.graph.deviceEnrollmentLimitConfiguration' microsoft.graph.deviceEnrollmentPlatformRestrictionsConfiguration: allOf: - $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentConfiguration' - title: deviceEnrollmentPlatformRestrictionsConfiguration required: - '@odata.type' type: object properties: androidRestriction: anyOf: - $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentPlatformRestriction' - type: object nullable: true description: 'Android restrictions based on platform, platform operating system version, and device ownership' iosRestriction: anyOf: - $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentPlatformRestriction' - type: object nullable: true description: 'Ios restrictions based on platform, platform operating system version, and device ownership' macOSRestriction: anyOf: - $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentPlatformRestriction' - type: object nullable: true description: 'Mac restrictions based on platform, platform operating system version, and device ownership' windowsMobileRestriction: anyOf: - $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentPlatformRestriction' - type: object nullable: true description: 'Windows mobile restrictions based on platform, platform operating system version, and device ownership' windowsRestriction: anyOf: - $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentPlatformRestriction' - type: object nullable: true description: 'Windows restrictions based on platform, platform operating system version, and device ownership' '@odata.type': type: string default: '#microsoft.graph.deviceEnrollmentPlatformRestrictionsConfiguration' description: Device Enrollment Configuration that restricts the types of devices a user can enroll x-ms-discriminator-value: '#microsoft.graph.deviceEnrollmentPlatformRestrictionsConfiguration' microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration: allOf: - $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentConfiguration' - title: deviceEnrollmentWindowsHelloForBusinessConfiguration required: - '@odata.type' type: object properties: enhancedBiometricsState: $ref: '#/components/schemas/microsoft.graph.enablement' pinExpirationInDays: maximum: 2147483647 minimum: -2147483648 type: integer description: 'Controls the period of time (in days) that a PIN can be used before the system requires the user to change it. This must be set between 0 and 730, inclusive. If set to 0, the user''s PIN will never expire' format: int32 pinLowercaseCharactersUsage: $ref: '#/components/schemas/microsoft.graph.windowsHelloForBusinessPinUsage' pinMaximumLength: maximum: 2147483647 minimum: -2147483648 type: integer description: 'Controls the maximum number of characters allowed for the Windows Hello for Business PIN. This value must be between 4 and 127, inclusive. This value must be greater than or equal to the value set for the minimum PIN.' format: int32 pinMinimumLength: maximum: 2147483647 minimum: -2147483648 type: integer description: 'Controls the minimum number of characters required for the Windows Hello for Business PIN. This value must be between 4 and 127, inclusive, and less than or equal to the value set for the maximum PIN.' format: int32 pinPreviousBlockCount: maximum: 2147483647 minimum: -2147483648 type: integer description: 'Controls the ability to prevent users from using past PINs. This must be set between 0 and 50, inclusive, and the current PIN of the user is included in that count. If set to 0, previous PINs are not stored. PIN history is not preserved through a PIN reset.' format: int32 pinSpecialCharactersUsage: $ref: '#/components/schemas/microsoft.graph.windowsHelloForBusinessPinUsage' pinUppercaseCharactersUsage: $ref: '#/components/schemas/microsoft.graph.windowsHelloForBusinessPinUsage' remotePassportEnabled: type: boolean description: 'Controls the use of Remote Windows Hello for Business. Remote Windows Hello for Business provides the ability for a portable, registered device to be usable as a companion for desktop authentication. The desktop must be Azure AD joined and the companion device must have a Windows Hello for Business PIN.' securityDeviceRequired: type: boolean description: 'Controls whether to require a Trusted Platform Module (TPM) for provisioning Windows Hello for Business. A TPM provides an additional security benefit in that data stored on it cannot be used on other devices. If set to False, all devices can provision Windows Hello for Business even if there is not a usable TPM.' state: $ref: '#/components/schemas/microsoft.graph.enablement' unlockWithBiometricsEnabled: type: boolean description: 'Controls the use of biometric gestures, such as face and fingerprint, as an alternative to the Windows Hello for Business PIN. If set to False, biometric gestures are not allowed. Users must still configure a PIN as a backup in case of failures.' '@odata.type': type: string default: '#microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration' description: 'Windows Hello for Business settings lets users access their devices using a gesture, such as biometric authentication, or a PIN. Configure settings for enrolled Windows 10, Windows 10 Mobile and later.' x-ms-discriminator-value: '#microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration' microsoft.graph.deviceInstallState: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: deviceInstallState required: - '@odata.type' type: object properties: deviceId: type: string description: Device Id. nullable: true deviceName: type: string description: Device name. nullable: true errorCode: type: string description: The error code for install failures. nullable: true installState: $ref: '#/components/schemas/microsoft.graph.installState' lastSyncDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Last sync date and time. format: date-time osDescription: type: string description: OS Description. nullable: true osVersion: type: string description: OS Version. nullable: true userName: type: string description: Device User Name. nullable: true '@odata.type': type: string description: Contains properties for the installation state for a device. x-ms-discriminator-value: '#microsoft.graph.deviceInstallState' microsoft.graph.deviceLocalCredentialInfo: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: deviceLocalCredentialInfo required: - '@odata.type' type: object properties: credentials: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceLocalCredential' description: The credentials of the device's local administrator account backed up to Azure Active Directory. deviceName: type: string description: Display name of the device that the local credentials are associated with. lastBackupDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: When the local administrator account credential was backed up to Azure Active Directory. format: date-time refreshDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: When the local administrator account credential will be refreshed and backed up to Azure Active Directory. format: date-time '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.deviceLocalCredentialInfo' microsoft.graph.deviceLogCollectionResponse: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: deviceLogCollectionResponse required: - '@odata.type' type: object properties: enrolledByUser: type: string description: The User Principal Name (UPN) of the user that enrolled the device. nullable: true expirationDateTimeUTC: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The DateTime of the expiration of the logs. format: date-time nullable: true initiatedByUserPrincipalName: type: string description: The UPN for who initiated the request. nullable: true managedDeviceId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string description: Indicates Intune device unique identifier. format: uuid receivedDateTimeUTC: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The DateTime the request was received. format: date-time nullable: true requestedDateTimeUTC: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The DateTime of the request. format: date-time nullable: true sizeInKB: oneOf: - type: number format: double - type: string - $ref: '#/components/schemas/ReferenceNumeric' description: The size of the logs in KB. Valid values -1.79769313486232E+308 to 1.79769313486232E+308 status: $ref: '#/components/schemas/microsoft.graph.appLogUploadState' '@odata.type': type: string description: Windows Log Collection request entity. x-ms-discriminator-value: '#microsoft.graph.deviceLogCollectionResponse' microsoft.graph.deviceManagement: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: deviceManagement required: - '@odata.type' type: object properties: deviceProtectionOverview: anyOf: - $ref: '#/components/schemas/microsoft.graph.deviceProtectionOverview' - type: object nullable: true description: Device protection overview. intuneAccountId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string description: Intune Account Id for given tenant format: uuid intuneBrand: anyOf: - $ref: '#/components/schemas/microsoft.graph.intuneBrand' - type: object nullable: true description: intuneBrand contains data which is used in customizing the appearance of the Company Portal applications as well as the end user web portal. settings: anyOf: - $ref: '#/components/schemas/microsoft.graph.deviceManagementSettings' - type: object nullable: true description: Account level settings. subscriptionState: $ref: '#/components/schemas/microsoft.graph.deviceManagementSubscriptionState' userExperienceAnalyticsSettings: anyOf: - $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsSettings' - type: object nullable: true description: User experience analytics device settings windowsMalwareOverview: anyOf: - $ref: '#/components/schemas/microsoft.graph.windowsMalwareOverview' - type: object nullable: true description: Malware overview for windows devices. applePushNotificationCertificate: anyOf: - $ref: '#/components/schemas/microsoft.graph.applePushNotificationCertificate' - type: object nullable: true description: Apple push notification certificate. x-ms-navigationProperty: true auditEvents: type: array items: $ref: '#/components/schemas/microsoft.graph.auditEvent' description: The Audit Events x-ms-navigationProperty: true complianceManagementPartners: type: array items: $ref: '#/components/schemas/microsoft.graph.complianceManagementPartner' description: The list of Compliance Management Partners configured by the tenant. x-ms-navigationProperty: true conditionalAccessSettings: anyOf: - $ref: '#/components/schemas/microsoft.graph.onPremisesConditionalAccessSettings' - type: object nullable: true description: The Exchange on premises conditional access settings. On premises conditional access will require devices to be both enrolled and compliant for mail access x-ms-navigationProperty: true detectedApps: type: array items: $ref: '#/components/schemas/microsoft.graph.detectedApp' description: The list of detected apps associated with a device. x-ms-navigationProperty: true deviceCategories: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceCategory' description: The list of device categories with the tenant. x-ms-navigationProperty: true deviceCompliancePolicies: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceCompliancePolicy' description: The device compliance policies. x-ms-navigationProperty: true deviceCompliancePolicyDeviceStateSummary: anyOf: - $ref: '#/components/schemas/microsoft.graph.deviceCompliancePolicyDeviceStateSummary' - type: object nullable: true description: The device compliance state summary for this account. x-ms-navigationProperty: true deviceCompliancePolicySettingStateSummaries: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceCompliancePolicySettingStateSummary' description: The summary states of compliance policy settings for this account. x-ms-navigationProperty: true deviceConfigurationDeviceStateSummaries: anyOf: - $ref: '#/components/schemas/microsoft.graph.deviceConfigurationDeviceStateSummary' - type: object nullable: true description: The device configuration device state summary for this account. x-ms-navigationProperty: true deviceConfigurations: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceConfiguration' description: The device configurations. x-ms-navigationProperty: true deviceEnrollmentConfigurations: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentConfiguration' description: The list of device enrollment configurations x-ms-navigationProperty: true deviceManagementPartners: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceManagementPartner' description: The list of Device Management Partners configured by the tenant. x-ms-navigationProperty: true exchangeConnectors: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceManagementExchangeConnector' description: The list of Exchange Connectors configured by the tenant. x-ms-navigationProperty: true importedWindowsAutopilotDeviceIdentities: type: array items: $ref: '#/components/schemas/microsoft.graph.importedWindowsAutopilotDeviceIdentity' description: Collection of imported Windows autopilot devices. x-ms-navigationProperty: true iosUpdateStatuses: type: array items: $ref: '#/components/schemas/microsoft.graph.iosUpdateDeviceStatus' description: The IOS software update installation statuses for this account. x-ms-navigationProperty: true managedDeviceOverview: anyOf: - $ref: '#/components/schemas/microsoft.graph.managedDeviceOverview' - type: object nullable: true description: Device overview x-ms-navigationProperty: true managedDevices: type: array items: $ref: '#/components/schemas/microsoft.graph.managedDevice' description: The list of managed devices. x-ms-navigationProperty: true mobileAppTroubleshootingEvents: type: array items: $ref: '#/components/schemas/microsoft.graph.mobileAppTroubleshootingEvent' description: The collection property of MobileAppTroubleshootingEvent. x-ms-navigationProperty: true mobileThreatDefenseConnectors: type: array items: $ref: '#/components/schemas/microsoft.graph.mobileThreatDefenseConnector' description: The list of Mobile threat Defense connectors configured by the tenant. x-ms-navigationProperty: true notificationMessageTemplates: type: array items: $ref: '#/components/schemas/microsoft.graph.notificationMessageTemplate' description: The Notification Message Templates. x-ms-navigationProperty: true remoteAssistancePartners: type: array items: $ref: '#/components/schemas/microsoft.graph.remoteAssistancePartner' description: The remote assist partners. x-ms-navigationProperty: true reports: anyOf: - $ref: '#/components/schemas/microsoft.graph.deviceManagementReports' - type: object nullable: true description: Reports singleton x-ms-navigationProperty: true resourceOperations: type: array items: $ref: '#/components/schemas/microsoft.graph.resourceOperation' description: The Resource Operations. x-ms-navigationProperty: true roleAssignments: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceAndAppManagementRoleAssignment' description: The Role Assignments. x-ms-navigationProperty: true roleDefinitions: type: array items: $ref: '#/components/schemas/microsoft.graph.roleDefinition' description: The Role Definitions. x-ms-navigationProperty: true softwareUpdateStatusSummary: anyOf: - $ref: '#/components/schemas/microsoft.graph.softwareUpdateStatusSummary' - type: object nullable: true description: The software update status summary. x-ms-navigationProperty: true telecomExpenseManagementPartners: type: array items: $ref: '#/components/schemas/microsoft.graph.telecomExpenseManagementPartner' description: The telecom expense management partners. x-ms-navigationProperty: true termsAndConditions: type: array items: $ref: '#/components/schemas/microsoft.graph.termsAndConditions' description: The terms and conditions associated with device management of the company. x-ms-navigationProperty: true troubleshootingEvents: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceManagementTroubleshootingEvent' description: The list of troubleshooting events for the tenant. x-ms-navigationProperty: true userExperienceAnalyticsAppHealthApplicationPerformance: type: array items: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthApplicationPerformance' description: User experience analytics appHealth Application Performance x-ms-navigationProperty: true userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails: type: array items: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails' description: User experience analytics appHealth Application Performance by App Version details x-ms-navigationProperty: true userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId: type: array items: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId' description: User experience analytics appHealth Application Performance by App Version Device Id x-ms-navigationProperty: true userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion: type: array items: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthAppPerformanceByOSVersion' description: User experience analytics appHealth Application Performance by OS Version x-ms-navigationProperty: true userExperienceAnalyticsAppHealthDeviceModelPerformance: type: array items: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthDeviceModelPerformance' description: User experience analytics appHealth Model Performance x-ms-navigationProperty: true userExperienceAnalyticsAppHealthDevicePerformance: type: array items: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthDevicePerformance' description: User experience analytics appHealth Device Performance x-ms-navigationProperty: true userExperienceAnalyticsAppHealthDevicePerformanceDetails: type: array items: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthDevicePerformanceDetails' description: User experience analytics device performance details x-ms-navigationProperty: true userExperienceAnalyticsAppHealthOSVersionPerformance: type: array items: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthOSVersionPerformance' description: User experience analytics appHealth OS version Performance x-ms-navigationProperty: true userExperienceAnalyticsAppHealthOverview: anyOf: - $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsCategory' - type: object nullable: true description: User experience analytics appHealth overview x-ms-navigationProperty: true userExperienceAnalyticsBaselines: type: array items: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsBaseline' description: User experience analytics baselines x-ms-navigationProperty: true userExperienceAnalyticsCategories: type: array items: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsCategory' description: User experience analytics categories x-ms-navigationProperty: true userExperienceAnalyticsDevicePerformance: type: array items: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsDevicePerformance' description: User experience analytics device performance x-ms-navigationProperty: true userExperienceAnalyticsDeviceScores: type: array items: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsDeviceScores' description: User experience analytics device scores x-ms-navigationProperty: true userExperienceAnalyticsDeviceStartupHistory: type: array items: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsDeviceStartupHistory' description: User experience analytics device Startup History x-ms-navigationProperty: true userExperienceAnalyticsDeviceStartupProcesses: type: array items: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsDeviceStartupProcess' description: User experience analytics device Startup Processes x-ms-navigationProperty: true userExperienceAnalyticsDeviceStartupProcessPerformance: type: array items: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsDeviceStartupProcessPerformance' description: User experience analytics device Startup Process Performance x-ms-navigationProperty: true userExperienceAnalyticsMetricHistory: type: array items: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsMetricHistory' description: User experience analytics metric history x-ms-navigationProperty: true userExperienceAnalyticsModelScores: type: array items: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsModelScores' description: User experience analytics model scores x-ms-navigationProperty: true userExperienceAnalyticsOverview: anyOf: - $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsOverview' - type: object nullable: true description: User experience analytics overview x-ms-navigationProperty: true userExperienceAnalyticsScoreHistory: type: array items: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsScoreHistory' description: User experience analytics device Startup Score History x-ms-navigationProperty: true userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric: anyOf: - $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric' - type: object nullable: true description: User experience analytics work from anywhere hardware readiness metrics. x-ms-navigationProperty: true userExperienceAnalyticsWorkFromAnywhereMetrics: type: array items: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsWorkFromAnywhereMetric' description: User experience analytics work from anywhere metrics. x-ms-navigationProperty: true userExperienceAnalyticsWorkFromAnywhereModelPerformance: type: array items: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsWorkFromAnywhereModelPerformance' description: The user experience analytics work from anywhere model performance x-ms-navigationProperty: true virtualEndpoint: anyOf: - $ref: '#/components/schemas/microsoft.graph.virtualEndpoint' - type: object nullable: true description: Virtual endpoint x-ms-navigationProperty: true windowsAutopilotDeviceIdentities: type: array items: $ref: '#/components/schemas/microsoft.graph.windowsAutopilotDeviceIdentity' description: The Windows autopilot device identities contained collection. x-ms-navigationProperty: true windowsInformationProtectionAppLearningSummaries: type: array items: $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionAppLearningSummary' description: The windows information protection app learning summaries. x-ms-navigationProperty: true windowsInformationProtectionNetworkLearningSummaries: type: array items: $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionNetworkLearningSummary' description: The windows information protection network learning summaries. x-ms-navigationProperty: true windowsMalwareInformation: type: array items: $ref: '#/components/schemas/microsoft.graph.windowsMalwareInformation' description: The list of affected malware in the tenant. x-ms-navigationProperty: true '@odata.type': type: string description: Singleton entity that acts as a container for all device management functionality. x-ms-discriminator-value: '#microsoft.graph.deviceManagement' microsoft.graph.deviceManagementCachedReportConfiguration: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: deviceManagementCachedReportConfiguration required: - '@odata.type' type: object properties: '@odata.type': type: string description: Entity representing the configuration of a cached report. x-ms-discriminator-value: '#microsoft.graph.deviceManagementCachedReportConfiguration' microsoft.graph.deviceManagementExchangeConnector: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: deviceManagementExchangeConnector required: - '@odata.type' type: object properties: connectorServerName: type: string description: The name of the server hosting the Exchange Connector. nullable: true exchangeAlias: type: string description: An alias assigned to the Exchange server nullable: true exchangeConnectorType: $ref: '#/components/schemas/microsoft.graph.deviceManagementExchangeConnectorType' exchangeOrganization: type: string description: Exchange Organization to the Exchange server nullable: true lastSyncDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Last sync time for the Exchange Connector format: date-time primarySmtpAddress: type: string description: Email address used to configure the Service To Service Exchange Connector. nullable: true serverName: type: string description: The name of the Exchange server. nullable: true status: $ref: '#/components/schemas/microsoft.graph.deviceManagementExchangeConnectorStatus' version: type: string description: The version of the ExchangeConnectorAgent nullable: true '@odata.type': type: string description: Entity which represents a connection to an Exchange environment. x-ms-discriminator-value: '#microsoft.graph.deviceManagementExchangeConnector' microsoft.graph.deviceManagementExportJob: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: deviceManagementExportJob required: - '@odata.type' type: object properties: expirationDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Time that the exported report expires format: date-time filter: type: string description: Filters applied on the report nullable: true format: $ref: '#/components/schemas/microsoft.graph.deviceManagementReportFileFormat' localizationType: $ref: '#/components/schemas/microsoft.graph.deviceManagementExportJobLocalizationType' reportName: type: string description: Name of the report requestDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Time that the exported report was requested format: date-time select: type: array items: type: string nullable: true description: Columns selected from the report snapshotId: type: string description: 'A snapshot is an identifiable subset of the dataset represented by the ReportName. A sessionId or CachedReportConfiguration id can be used here. If a sessionId is specified, Filter, Select, and OrderBy are applied to the data represented by the sessionId. Filter, Select, and OrderBy cannot be specified together with a CachedReportConfiguration id.' nullable: true status: $ref: '#/components/schemas/microsoft.graph.deviceManagementReportStatus' url: type: string description: Temporary location of the exported report nullable: true '@odata.type': type: string description: Entity representing a job to export a report. x-ms-discriminator-value: '#microsoft.graph.deviceManagementExportJob' microsoft.graph.deviceManagementPartner: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: deviceManagementPartner required: - '@odata.type' type: object properties: displayName: type: string description: Partner display name nullable: true groupsRequiringPartnerEnrollment: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceManagementPartnerAssignment' description: User groups that specifies whether enrollment is through partner. isConfigured: type: boolean description: Whether device management partner is configured or not lastHeartbeatDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Timestamp of last heartbeat after admin enabled option Connect to Device management Partner format: date-time partnerAppType: $ref: '#/components/schemas/microsoft.graph.deviceManagementPartnerAppType' partnerState: $ref: '#/components/schemas/microsoft.graph.deviceManagementPartnerTenantState' singleTenantAppId: type: string description: Partner Single tenant App id nullable: true whenPartnerDevicesWillBeMarkedAsNonCompliantDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: DateTime in UTC when PartnerDevices will be marked as NonCompliant format: date-time nullable: true whenPartnerDevicesWillBeRemovedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: DateTime in UTC when PartnerDevices will be removed format: date-time nullable: true '@odata.type': type: string description: Entity which represents a connection to device management partner. x-ms-discriminator-value: '#microsoft.graph.deviceManagementPartner' microsoft.graph.deviceManagementReports: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: deviceManagementReports required: - '@odata.type' type: object properties: exportJobs: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceManagementExportJob' description: Entity representing a job to export a report x-ms-navigationProperty: true '@odata.type': type: string description: Singleton entity that acts as a container for all reports functionality. x-ms-discriminator-value: '#microsoft.graph.deviceManagementReports' microsoft.graph.deviceManagementTroubleshootingEvent: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: deviceManagementTroubleshootingEvent required: - '@odata.type' type: object properties: correlationId: type: string description: Id used for tracing the failure in the service. nullable: true eventDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Time when the event occurred . format: date-time '@odata.type': type: string description: Event representing an general failure. discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.enrollmentTroubleshootingEvent': '#/components/schemas/microsoft.graph.enrollmentTroubleshootingEvent' microsoft.graph.deviceRegistrationPolicy: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: deviceRegistrationPolicy required: - '@odata.type' type: object properties: azureADJoin: anyOf: - $ref: '#/components/schemas/microsoft.graph.azureADJoinPolicy' - type: object nullable: true azureADRegistration: anyOf: - $ref: '#/components/schemas/microsoft.graph.azureADRegistrationPolicy' - type: object nullable: true description: type: string nullable: true displayName: type: string nullable: true localAdminPassword: anyOf: - $ref: '#/components/schemas/microsoft.graph.localAdminPasswordSettings' - type: object nullable: true multiFactorAuthConfiguration: $ref: '#/components/schemas/microsoft.graph.multiFactorAuthConfiguration' userDeviceQuota: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.deviceRegistrationPolicy' microsoft.graph.directory: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: directory required: - '@odata.type' type: object properties: administrativeUnits: type: array items: $ref: '#/components/schemas/microsoft.graph.administrativeUnit' description: Conceptual container for user and group directory objects. x-ms-navigationProperty: true attributeSets: type: array items: $ref: '#/components/schemas/microsoft.graph.attributeSet' description: Group of related custom security attribute definitions. x-ms-navigationProperty: true customSecurityAttributeDefinitions: type: array items: $ref: '#/components/schemas/microsoft.graph.customSecurityAttributeDefinition' description: Schema of a custom security attributes (key-value pairs). x-ms-navigationProperty: true deletedItems: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' description: Recently deleted items. Read-only. Nullable. x-ms-navigationProperty: true deviceLocalCredentials: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceLocalCredentialInfo' description: The credentials of the device's local administrator account backed up to Microsoft Entra ID. x-ms-navigationProperty: true federationConfigurations: type: array items: $ref: '#/components/schemas/microsoft.graph.identityProviderBase' description: Configure domain federation with organizations whose identity provider (IdP) supports either the SAML or WS-Fed protocol. x-ms-navigationProperty: true onPremisesSynchronization: type: array items: $ref: '#/components/schemas/microsoft.graph.onPremisesDirectorySynchronization' description: A container for on-premises directory synchronization functionalities that are available for the organization. x-ms-navigationProperty: true subscriptions: type: array items: $ref: '#/components/schemas/microsoft.graph.companySubscription' description: List of commercial subscriptions that an organization acquired. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.directory' microsoft.graph.directoryAudit: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: directoryAudit required: - '@odata.type' type: object properties: activityDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'Indicates the date and time the activity was performed. The Timestamp type is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Supports $filter (eq, ge, le) and $orderby.' format: date-time activityDisplayName: type: string description: 'Indicates the activity name or the operation name (examples: ''Create User'' and ''Add member to group''). For a list of activities logged, refer to Microsoft Entra audit log categories and activities. Supports $filter (eq, startswith).' additionalDetails: type: array items: $ref: '#/components/schemas/microsoft.graph.keyValue' description: Indicates additional details on the activity. category: type: string description: 'Indicates which resource category that''s targeted by the activity. For example: UserManagement, GroupManagement, ApplicationManagement, RoleManagement. For a list of categories for activities logged, refer to Microsoft Entra audit log categories and activities.' correlationId: type: string description: Indicates a unique ID that helps correlate activities that span across various services. Can be used to trace logs across services. Supports $filter (eq). nullable: true initiatedBy: $ref: '#/components/schemas/microsoft.graph.auditActivityInitiator' loggedByService: type: string description: 'Indicates information on which service initiated the activity (For example: Self-service Password Management, Core Directory, B2C, Invited Users, Microsoft Identity Manager, Privileged Identity Management. Supports $filter (eq).' nullable: true operationType: type: string description: 'Indicates the type of operation that was performed. The possible values include but are not limited to the following: Add, Assign, Update, Unassign, and Delete.' nullable: true result: anyOf: - $ref: '#/components/schemas/microsoft.graph.operationResult' - type: object nullable: true description: 'Indicates the result of the activity. Possible values are: success, failure, timeout, unknownFutureValue.' resultReason: type: string description: Indicates the reason for failure if the result is failure or timeout. nullable: true targetResources: type: array items: $ref: '#/components/schemas/microsoft.graph.targetResource' description: 'Indicates information on which resource was changed due to the activity. Target Resource Type can be User, Device, Directory, App, Role, Group, Policy or Other. Supports $filter (eq) for id and displayName; and $filter (startswith) for displayName.' '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.directoryAudit' microsoft.graph.directoryDefinition: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: directoryDefinition required: - '@odata.type' type: object properties: discoverabilities: $ref: '#/components/schemas/microsoft.graph.directoryDefinitionDiscoverabilities' discoveryDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'Represents the discovery date and time using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true name: type: string description: Name of the directory. Must be unique within the synchronization schema. Not nullable. nullable: true objects: type: array items: $ref: '#/components/schemas/microsoft.graph.objectDefinition' description: Collection of objects supported by the directory. readOnly: type: boolean description: Whether this object is read-only. version: type: string description: Read only value that indicates version discovered. null if discovery hasn't yet occurred. nullable: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.directoryDefinition' microsoft.graph.directoryObject: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: directoryObject required: - '@odata.type' type: object properties: deletedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Date and time when this object was deleted. Always null when the object hasn't been deleted. format: date-time nullable: true '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.administrativeUnit': '#/components/schemas/microsoft.graph.administrativeUnit' '#microsoft.graph.application': '#/components/schemas/microsoft.graph.application' '#microsoft.graph.appRoleAssignment': '#/components/schemas/microsoft.graph.appRoleAssignment' '#microsoft.graph.contract': '#/components/schemas/microsoft.graph.contract' '#microsoft.graph.device': '#/components/schemas/microsoft.graph.device' '#microsoft.graph.directoryObjectPartnerReference': '#/components/schemas/microsoft.graph.directoryObjectPartnerReference' '#microsoft.graph.directoryRole': '#/components/schemas/microsoft.graph.directoryRole' '#microsoft.graph.directoryRoleTemplate': '#/components/schemas/microsoft.graph.directoryRoleTemplate' '#microsoft.graph.endpoint': '#/components/schemas/microsoft.graph.endpoint' '#microsoft.graph.extensionProperty': '#/components/schemas/microsoft.graph.extensionProperty' '#microsoft.graph.group': '#/components/schemas/microsoft.graph.group' '#microsoft.graph.groupSettingTemplate': '#/components/schemas/microsoft.graph.groupSettingTemplate' '#microsoft.graph.multiTenantOrganizationMember': '#/components/schemas/microsoft.graph.multiTenantOrganizationMember' '#microsoft.graph.organization': '#/components/schemas/microsoft.graph.organization' '#microsoft.graph.orgContact': '#/components/schemas/microsoft.graph.orgContact' '#microsoft.graph.policyBase': '#/components/schemas/microsoft.graph.policyBase' '#microsoft.graph.appManagementPolicy': '#/components/schemas/microsoft.graph.appManagementPolicy' '#microsoft.graph.authorizationPolicy': '#/components/schemas/microsoft.graph.authorizationPolicy' '#microsoft.graph.crossTenantAccessPolicy': '#/components/schemas/microsoft.graph.crossTenantAccessPolicy' '#microsoft.graph.identitySecurityDefaultsEnforcementPolicy': '#/components/schemas/microsoft.graph.identitySecurityDefaultsEnforcementPolicy' '#microsoft.graph.permissionGrantPolicy': '#/components/schemas/microsoft.graph.permissionGrantPolicy' '#microsoft.graph.stsPolicy': '#/components/schemas/microsoft.graph.stsPolicy' '#microsoft.graph.activityBasedTimeoutPolicy': '#/components/schemas/microsoft.graph.activityBasedTimeoutPolicy' '#microsoft.graph.claimsMappingPolicy': '#/components/schemas/microsoft.graph.claimsMappingPolicy' '#microsoft.graph.homeRealmDiscoveryPolicy': '#/components/schemas/microsoft.graph.homeRealmDiscoveryPolicy' '#microsoft.graph.tokenIssuancePolicy': '#/components/schemas/microsoft.graph.tokenIssuancePolicy' '#microsoft.graph.tokenLifetimePolicy': '#/components/schemas/microsoft.graph.tokenLifetimePolicy' '#microsoft.graph.tenantAppManagementPolicy': '#/components/schemas/microsoft.graph.tenantAppManagementPolicy' '#microsoft.graph.resourceSpecificPermissionGrant': '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' '#microsoft.graph.servicePrincipal': '#/components/schemas/microsoft.graph.servicePrincipal' '#microsoft.graph.user': '#/components/schemas/microsoft.graph.user' microsoft.graph.directoryObjectPartnerReference: allOf: - $ref: '#/components/schemas/microsoft.graph.directoryObject' - title: directoryObjectPartnerReference required: - '@odata.type' type: object properties: description: type: string description: Description of the object returned. Read-only. nullable: true displayName: type: string description: 'Name of directory object being returned, like group or application. Read-only.' nullable: true externalPartnerTenantId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string description: The tenant identifier for the partner tenant. Read-only. format: uuid nullable: true objectType: type: string description: The type of the referenced object in the partner tenant. Read-only. nullable: true '@odata.type': type: string default: '#microsoft.graph.directoryObjectPartnerReference' x-ms-discriminator-value: '#microsoft.graph.directoryObjectPartnerReference' microsoft.graph.directoryRole: allOf: - $ref: '#/components/schemas/microsoft.graph.directoryObject' - title: directoryRole required: - '@odata.type' type: object properties: description: type: string description: 'The description for the directory role. Read-only. Supports $filter (eq), $search, $select.' nullable: true displayName: type: string description: 'The display name for the directory role. Read-only. Supports $filter (eq), $search, $select.' nullable: true roleTemplateId: type: string description: 'The id of the directoryRoleTemplate that this role is based on. The property must be specified when activating a directory role in a tenant with a POST operation. After the directory role has been activated, the property is read only. Supports $filter (eq), $select.' nullable: true members: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' description: 'Users that are members of this directory role. HTTP Methods: GET, POST, DELETE. Read-only. Nullable. Supports $expand.' x-ms-navigationProperty: true scopedMembers: type: array items: $ref: '#/components/schemas/microsoft.graph.scopedRoleMembership' description: Members of this directory role that are scoped to administrative units. Read-only. Nullable. x-ms-navigationProperty: true '@odata.type': type: string default: '#microsoft.graph.directoryRole' x-ms-discriminator-value: '#microsoft.graph.directoryRole' microsoft.graph.directoryRoleTemplate: allOf: - $ref: '#/components/schemas/microsoft.graph.directoryObject' - title: directoryRoleTemplate required: - '@odata.type' type: object properties: description: type: string description: The description to set for the directory role. Read-only. nullable: true displayName: type: string description: The display name to set for the directory role. Read-only. nullable: true '@odata.type': type: string default: '#microsoft.graph.directoryRoleTemplate' x-ms-discriminator-value: '#microsoft.graph.directoryRoleTemplate' microsoft.graph.documentSetVersion: allOf: - $ref: '#/components/schemas/microsoft.graph.listItemVersion' - title: documentSetVersion required: - '@odata.type' type: object properties: comment: type: string description: Comment about the captured version. nullable: true createdBy: anyOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' - type: object nullable: true description: User who captured the version. createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Date and time when this version was created. format: date-time nullable: true items: type: array items: $ref: '#/components/schemas/microsoft.graph.documentSetVersionItem' description: Items within the document set that are captured as part of this version. shouldCaptureMinorVersion: type: boolean description: 'If true, minor versions of items are also captured; otherwise, only major versions are captured. The default value is false.' nullable: true '@odata.type': type: string default: '#microsoft.graph.documentSetVersion' x-ms-discriminator-value: '#microsoft.graph.documentSetVersion' microsoft.graph.domain: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: domain required: - '@odata.type' type: object properties: authenticationType: type: string description: 'Indicates the configured authentication type for the domain. The value is either Managed or Federated. Managed indicates a cloud managed domain where Microsoft Entra ID performs user authentication. Federated indicates authentication is federated with an identity provider such as the tenant''s on-premises Active Directory via Active Directory Federation Services. Not nullable. To update this property in delegated scenarios, the calling app must be assigned the Directory.AccessAsUser.All delegated permission.' availabilityStatus: type: string description: 'This property is always null except when the verify action is used. When the verify action is used, a domain entity is returned in the response. The availabilityStatus property of the domain entity in the response is either AvailableImmediately or EmailVerifiedDomainTakeoverScheduled.' nullable: true isAdminManaged: type: boolean description: 'The value of the property is false if the DNS record management of the domain is delegated to Microsoft 365. Otherwise, the value is true. Not nullable' isDefault: type: boolean description: true if this is the default domain that is used for user creation. There's only one default domain per company. Not nullable isInitial: type: boolean description: true if this is the initial domain created by Microsoft Online Services (contoso.com). There's only one initial domain per company. Not nullable isRoot: type: boolean description: 'true if the domain is a verified root domain. Otherwise, false if the domain is a subdomain or unverified. Not nullable' isVerified: type: boolean description: true if the domain has completed domain ownership verification. Not nullable manufacturer: type: string nullable: true model: type: string nullable: true passwordNotificationWindowInDays: maximum: 2147483647 minimum: -2147483648 type: integer description: 'Specifies the number of days before a user receives notification that their password will expire. If the property isn''t set, a default value of 14 days is used.' format: int32 nullable: true passwordValidityPeriodInDays: maximum: 2147483647 minimum: -2147483648 type: integer description: 'Specifies the length of time that a password is valid before it must be changed. If the property isn''t set, a default value of 90 days is used.' format: int32 nullable: true state: anyOf: - $ref: '#/components/schemas/microsoft.graph.domainState' - type: object nullable: true description: Status of asynchronous operations scheduled for the domain. supportedServices: type: array items: type: string description: 'The capabilities assigned to the domain. Can include 0, 1 or more of following values: Email, Sharepoint, EmailInternalRelayOnly, OfficeCommunicationsOnline, SharePointDefaultDomain, FullRedelegation, SharePointPublic, OrgIdAuthentication, Yammer, Intune. The values that you can add or remove using the API include: Email, OfficeCommunicationsOnline, Yammer. Not nullable.' domainNameReferences: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' description: 'The objects such as users and groups that reference the domain ID. Read-only, Nullable. Supports $expand and $filter by the OData type of objects returned. For example, /domains/{domainId}/domainNameReferences/microsoft.graph.user and /domains/{domainId}/domainNameReferences/microsoft.graph.group.' x-ms-navigationProperty: true federationConfiguration: type: array items: $ref: '#/components/schemas/microsoft.graph.internalDomainFederation' description: Domain settings configured by a customer when federated with Microsoft Entra ID. Supports $expand. x-ms-navigationProperty: true serviceConfigurationRecords: type: array items: $ref: '#/components/schemas/microsoft.graph.domainDnsRecord' description: 'DNS records the customer adds to the DNS zone file of the domain before the domain can be used by Microsoft Online services. Read-only, Nullable. Supports $expand.' x-ms-navigationProperty: true verificationDnsRecords: type: array items: $ref: '#/components/schemas/microsoft.graph.domainDnsRecord' description: 'DNS records that the customer adds to the DNS zone file of the domain before the customer can complete domain ownership verification with Microsoft Entra ID. Read-only, Nullable. Supports $expand.' x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.domain' microsoft.graph.domainDnsCnameRecord: allOf: - $ref: '#/components/schemas/microsoft.graph.domainDnsRecord' - title: domainDnsCnameRecord required: - '@odata.type' type: object properties: canonicalName: type: string description: The canonical name of the CNAME record. Used to configure the CNAME record at the DNS host. nullable: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.domainDnsCnameRecord' microsoft.graph.domainDnsMxRecord: allOf: - $ref: '#/components/schemas/microsoft.graph.domainDnsRecord' - title: domainDnsMxRecord required: - '@odata.type' type: object properties: mailExchange: type: string description: Value used when configuring the answer/destination/value of the MX record at the DNS host. preference: maximum: 2147483647 minimum: -2147483648 type: integer description: Value used when configuring the Preference/Priority property of the MX record at the DNS host. format: int32 nullable: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.domainDnsMxRecord' microsoft.graph.domainDnsRecord: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: domainDnsRecord required: - '@odata.type' type: object properties: isOptional: type: boolean description: 'If false, the customer must configure this record at the DNS host for Microsoft Online Services to operate correctly with the domain.' label: type: string description: Value used when configuring the name of the DNS record at the DNS host. recordType: type: string description: 'Indicates what type of DNS record this entity represents. The value can be CName, Mx, Srv, or Txt.' nullable: true supportedService: type: string description: 'Microsoft Online Service or feature that has a dependency on this DNS record. Can be one of the following values: null, Email, Sharepoint, EmailInternalRelayOnly, OfficeCommunicationsOnline, SharePointDefaultDomain, FullRedelegation, SharePointPublic, OrgIdAuthentication, Yammer, Intune.' ttl: maximum: 2147483647 minimum: -2147483648 type: integer description: Value to use when configuring the time-to-live (ttl) property of the DNS record at the DNS host. Not nullable. format: int32 '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.domainDnsCnameRecord': '#/components/schemas/microsoft.graph.domainDnsCnameRecord' '#microsoft.graph.domainDnsMxRecord': '#/components/schemas/microsoft.graph.domainDnsMxRecord' '#microsoft.graph.domainDnsSrvRecord': '#/components/schemas/microsoft.graph.domainDnsSrvRecord' '#microsoft.graph.domainDnsTxtRecord': '#/components/schemas/microsoft.graph.domainDnsTxtRecord' '#microsoft.graph.domainDnsUnavailableRecord': '#/components/schemas/microsoft.graph.domainDnsUnavailableRecord' microsoft.graph.domainDnsSrvRecord: allOf: - $ref: '#/components/schemas/microsoft.graph.domainDnsRecord' - title: domainDnsSrvRecord required: - '@odata.type' type: object properties: nameTarget: type: string description: Value to use when configuring the Target property of the SRV record at the DNS host. nullable: true port: maximum: 2147483647 minimum: -2147483648 type: integer description: Value to use when configuring the port property of the SRV record at the DNS host. format: int32 nullable: true priority: maximum: 2147483647 minimum: -2147483648 type: integer description: Value to use when configuring the priority property of the SRV record at the DNS host. format: int32 nullable: true protocol: type: string description: Value to use when configuring the protocol property of the SRV record at the DNS host. nullable: true service: type: string description: Value to use when configuring the service property of the SRV record at the DNS host. nullable: true weight: maximum: 2147483647 minimum: -2147483648 type: integer description: Value to use when configuring the weight property of the SRV record at the DNS host. format: int32 nullable: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.domainDnsSrvRecord' microsoft.graph.domainDnsTxtRecord: allOf: - $ref: '#/components/schemas/microsoft.graph.domainDnsRecord' - title: domainDnsTxtRecord required: - '@odata.type' type: object properties: text: type: string description: Value used when configuring the text property at the DNS host. '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.domainDnsTxtRecord' microsoft.graph.domainDnsUnavailableRecord: allOf: - $ref: '#/components/schemas/microsoft.graph.domainDnsRecord' - title: domainDnsUnavailableRecord required: - '@odata.type' type: object properties: description: type: string description: Provides the reason why the DomainDnsUnavailableRecord entity is returned. nullable: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.domainDnsUnavailableRecord' microsoft.graph.drive: allOf: - $ref: '#/components/schemas/microsoft.graph.baseItem' - title: drive required: - '@odata.type' type: object properties: driveType: type: string description: Describes the type of drive represented by this resource. OneDrive personal drives will return personal. OneDrive for Business will return business. SharePoint document libraries will return documentLibrary. Read-only. nullable: true owner: anyOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' - type: object nullable: true description: Optional. The user account that owns the drive. Read-only. quota: anyOf: - $ref: '#/components/schemas/microsoft.graph.quota' - type: object nullable: true description: Optional. Information about the drive's storage space quota. Read-only. sharePointIds: anyOf: - $ref: '#/components/schemas/microsoft.graph.sharepointIds' - type: object nullable: true system: anyOf: - $ref: '#/components/schemas/microsoft.graph.systemFacet' - type: object nullable: true description: 'If present, indicates that this is a system-managed drive. Read-only.' bundles: type: array items: $ref: '#/components/schemas/microsoft.graph.driveItem' description: Collection of bundles (albums and multi-select-shared sets of items). Only in personal OneDrive. x-ms-navigationProperty: true following: type: array items: $ref: '#/components/schemas/microsoft.graph.driveItem' description: The list of items the user is following. Only in OneDrive for Business. x-ms-navigationProperty: true items: type: array items: $ref: '#/components/schemas/microsoft.graph.driveItem' description: All items contained in the drive. Read-only. Nullable. x-ms-navigationProperty: true list: anyOf: - $ref: '#/components/schemas/microsoft.graph.list' - type: object nullable: true description: 'For drives in SharePoint, the underlying document library list. Read-only. Nullable.' x-ms-navigationProperty: true root: anyOf: - $ref: '#/components/schemas/microsoft.graph.driveItem' - type: object nullable: true description: The root folder of the drive. Read-only. x-ms-navigationProperty: true special: type: array items: $ref: '#/components/schemas/microsoft.graph.driveItem' description: Collection of common folders available in OneDrive. Read-only. Nullable. x-ms-navigationProperty: true '@odata.type': type: string default: '#microsoft.graph.drive' x-ms-discriminator-value: '#microsoft.graph.drive' microsoft.graph.driveItem: allOf: - $ref: '#/components/schemas/microsoft.graph.baseItem' - title: driveItem required: - '@odata.type' type: object properties: audio: anyOf: - $ref: '#/components/schemas/microsoft.graph.audio' - type: object nullable: true description: 'Audio metadata, if the item is an audio file. Read-only. Read-only. Only on OneDrive Personal.' bundle: anyOf: - $ref: '#/components/schemas/microsoft.graph.bundle' - type: object nullable: true description: 'Bundle metadata, if the item is a bundle. Read-only.' content: type: string description: 'The content stream, if the item represents a file.' format: base64url nullable: true cTag: type: string description: An eTag for the content of the item. This eTag isn't changed if only the metadata is changed. Note This property isn't returned if the item is a folder. Read-only. nullable: true deleted: anyOf: - $ref: '#/components/schemas/microsoft.graph.deleted' - type: object nullable: true description: Information about the deleted state of the item. Read-only. file: anyOf: - $ref: '#/components/schemas/microsoft.graph.file' - type: object nullable: true description: 'File metadata, if the item is a file. Read-only.' fileSystemInfo: anyOf: - $ref: '#/components/schemas/microsoft.graph.fileSystemInfo' - type: object nullable: true description: File system information on client. Read-write. folder: anyOf: - $ref: '#/components/schemas/microsoft.graph.folder' - type: object nullable: true description: 'Folder metadata, if the item is a folder. Read-only.' image: anyOf: - $ref: '#/components/schemas/microsoft.graph.image' - type: object nullable: true description: 'Image metadata, if the item is an image. Read-only.' location: anyOf: - $ref: '#/components/schemas/microsoft.graph.geoCoordinates' - type: object nullable: true description: 'Location metadata, if the item has location data. Read-only.' malware: anyOf: - $ref: '#/components/schemas/microsoft.graph.malware' - type: object nullable: true description: 'Malware metadata, if the item was detected to contain malware. Read-only.' package: anyOf: - $ref: '#/components/schemas/microsoft.graph.package' - type: object nullable: true description: 'If present, indicates that this item is a package instead of a folder or file. Packages are treated like files in some contexts and folders in others. Read-only.' pendingOperations: anyOf: - $ref: '#/components/schemas/microsoft.graph.pendingOperations' - type: object nullable: true description: 'If present, indicates that one or more operations that might affect the state of the driveItem are pending completion. Read-only.' photo: anyOf: - $ref: '#/components/schemas/microsoft.graph.photo' - type: object nullable: true description: 'Photo metadata, if the item is a photo. Read-only.' publication: anyOf: - $ref: '#/components/schemas/microsoft.graph.publicationFacet' - type: object nullable: true description: 'Provides information about the published or checked-out state of an item, in locations that support such actions. This property isn''t returned by default. Read-only.' remoteItem: anyOf: - $ref: '#/components/schemas/microsoft.graph.remoteItem' - type: object nullable: true description: 'Remote item data, if the item is shared from a drive other than the one being accessed. Read-only.' root: anyOf: - $ref: '#/components/schemas/microsoft.graph.root' - type: object nullable: true description: 'If this property is non-null, it indicates that the driveItem is the top-most driveItem in the drive.' searchResult: anyOf: - $ref: '#/components/schemas/microsoft.graph.searchResult' - type: object nullable: true description: 'Search metadata, if the item is from a search result. Read-only.' shared: anyOf: - $ref: '#/components/schemas/microsoft.graph.shared' - type: object nullable: true description: Indicates that the item was shared with others and provides information about the shared state of the item. Read-only. sharepointIds: anyOf: - $ref: '#/components/schemas/microsoft.graph.sharepointIds' - type: object nullable: true description: Returns identifiers useful for SharePoint REST compatibility. Read-only. size: type: integer description: Size of the item in bytes. Read-only. format: int64 nullable: true specialFolder: anyOf: - $ref: '#/components/schemas/microsoft.graph.specialFolder' - type: object nullable: true description: 'If the current item is also available as a special folder, this facet is returned. Read-only.' video: anyOf: - $ref: '#/components/schemas/microsoft.graph.video' - type: object nullable: true description: 'Video metadata, if the item is a video. Read-only.' webDavUrl: type: string description: WebDAV compatible URL for the item. nullable: true analytics: anyOf: - $ref: '#/components/schemas/microsoft.graph.itemAnalytics' - type: object nullable: true description: Analytics about the view activities that took place on this item. x-ms-navigationProperty: true children: type: array items: $ref: '#/components/schemas/microsoft.graph.driveItem' description: Collection containing Item objects for the immediate children of Item. Only items representing folders have children. Read-only. Nullable. x-ms-navigationProperty: true listItem: anyOf: - $ref: '#/components/schemas/microsoft.graph.listItem' - type: object nullable: true description: 'For drives in SharePoint, the associated document library list item. Read-only. Nullable.' x-ms-navigationProperty: true permissions: type: array items: $ref: '#/components/schemas/microsoft.graph.permission' description: The set of permissions for the item. Read-only. Nullable. x-ms-navigationProperty: true retentionLabel: anyOf: - $ref: '#/components/schemas/microsoft.graph.itemRetentionLabel' - type: object nullable: true description: Information about retention label and settings enforced on the driveItem. Read-write. x-ms-navigationProperty: true subscriptions: type: array items: $ref: '#/components/schemas/microsoft.graph.subscription' description: The set of subscriptions on the item. Only supported on the root of a drive. x-ms-navigationProperty: true thumbnails: type: array items: $ref: '#/components/schemas/microsoft.graph.thumbnailSet' description: 'Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. Nullable.' x-ms-navigationProperty: true versions: type: array items: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' description: 'The list of previous versions of the item. For more info, see getting previous versions. Read-only. Nullable.' x-ms-navigationProperty: true workbook: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbook' - type: object nullable: true description: 'For files that are Excel spreadsheets, access to the workbook API to work with the spreadsheet''s contents. Nullable.' x-ms-navigationProperty: true '@odata.type': type: string default: '#microsoft.graph.driveItem' x-ms-discriminator-value: '#microsoft.graph.driveItem' microsoft.graph.driveItemVersion: allOf: - $ref: '#/components/schemas/microsoft.graph.baseItemVersion' - title: driveItemVersion required: - '@odata.type' type: object properties: content: type: string description: The content stream for this version of the item. format: base64url nullable: true size: type: integer description: Indicates the size of the content stream for this version of the item. format: int64 nullable: true '@odata.type': type: string default: '#microsoft.graph.driveItemVersion' x-ms-discriminator-value: '#microsoft.graph.driveItemVersion' microsoft.graph.eBookInstallSummary: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: eBookInstallSummary required: - '@odata.type' type: object properties: failedDeviceCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of Devices that have failed to install this book. format: int32 failedUserCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of Users that have 1 or more device that failed to install this book. format: int32 installedDeviceCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of Devices that have successfully installed this book. format: int32 installedUserCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of Users whose devices have all succeeded to install this book. format: int32 notInstalledDeviceCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of Devices that does not have this book installed. format: int32 notInstalledUserCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of Users that did not install this book. format: int32 '@odata.type': type: string description: Contains properties for the installation summary of a book for a device. x-ms-discriminator-value: '#microsoft.graph.eBookInstallSummary' microsoft.graph.edge: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: edge required: - '@odata.type' type: object properties: internetExplorerMode: anyOf: - $ref: '#/components/schemas/microsoft.graph.internetExplorerMode' - type: object nullable: true description: A container for Internet Explorer mode resources. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.edge' microsoft.graph.editionUpgradeConfiguration: allOf: - $ref: '#/components/schemas/microsoft.graph.deviceConfiguration' - title: editionUpgradeConfiguration required: - '@odata.type' type: object properties: license: type: string description: Edition Upgrade License File Content. nullable: true licenseType: $ref: '#/components/schemas/microsoft.graph.editionUpgradeLicenseType' productKey: type: string description: Edition Upgrade Product Key. nullable: true targetEdition: $ref: '#/components/schemas/microsoft.graph.windows10EditionType' '@odata.type': type: string default: '#microsoft.graph.editionUpgradeConfiguration' description: Windows 10 Edition Upgrade configuration. x-ms-discriminator-value: '#microsoft.graph.editionUpgradeConfiguration' microsoft.graph.educationAssignment: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: educationAssignment required: - '@odata.type' type: object properties: addedStudentAction: anyOf: - $ref: '#/components/schemas/microsoft.graph.educationAddedStudentAction' - type: object nullable: true description: 'Optional field to control the assignment behavior for students who are added after the assignment is published. If not specified, defaults to none. Supported values are: none, assignIfOpen. For example, a teacher can use assignIfOpen to indicate that an assignment should be assigned to any new student who joins the class while the assignment is still open, and none to indicate that an assignment shouldn''t be assigned to new students.' addToCalendarAction: anyOf: - $ref: '#/components/schemas/microsoft.graph.educationAddToCalendarOptions' - type: object nullable: true description: 'Optional field to control the assignment behavior for adding assignments to students'' and teachers'' calendars when the assignment is published. The possible values are: none, studentsAndPublisher, studentsAndTeamOwners, unknownFutureValue, and studentsOnly. You must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: studentsOnly. The default value is none.' allowLateSubmissions: type: boolean description: 'Identifies whether students can submit after the due date. If this property isn''t specified during create, it defaults to true.' nullable: true allowStudentsToAddResourcesToSubmission: type: boolean description: Identifies whether students can add their own resources to a submission or if they can only modify resources added by the teacher. nullable: true assignDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The date when the assignment should become active. If in the future, the assignment isn''t shown to the student until this date. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true readOnly: true assignedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The moment that the assignment was published to students and the assignment shows up on the students timeline. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true readOnly: true assignTo: anyOf: - $ref: '#/components/schemas/microsoft.graph.educationAssignmentRecipient' - type: object nullable: true description: 'Which users, or whole class should receive a submission object once the assignment is published.' classId: type: string description: Class to which this assignment belongs. nullable: true closeDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'Date when the assignment is closed for submissions. This is an optional field that can be null if the assignment doesn''t allowLateSubmissions or when the closeDateTime is the same as the dueDateTime. But if specified, then the closeDateTime must be greater than or equal to the dueDateTime. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true createdBy: anyOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' - type: object nullable: true description: Who created the assignment. readOnly: true createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'Moment when the assignment was created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true readOnly: true displayName: type: string description: Name of the assignment. nullable: true dueDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'Date when the students assignment is due. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true feedbackResourcesFolderUrl: type: string description: Folder URL where all the feedback file resources for this assignment are stored. nullable: true readOnly: true grading: anyOf: - $ref: '#/components/schemas/microsoft.graph.educationAssignmentGradeType' - type: object nullable: true description: How the assignment will be graded. instructions: anyOf: - $ref: '#/components/schemas/microsoft.graph.educationItemBody' - type: object nullable: true description: Instructions for the assignment. The instructions and the display name tell the student what to do. lastModifiedBy: anyOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' - type: object nullable: true description: Who last modified the assignment. readOnly: true lastModifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The date and time on which the assignment was modified. A student submission doesn''t modify the assignment; only teachers can update assignments. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true readOnly: true moduleUrl: type: string description: The URL of the module from which to access the assignment. nullable: true notificationChannelUrl: type: string description: 'Optional field to specify the URL of the channel to post the assignment publish notification. If not specified or null, defaults to the General channel. This field only applies to assignments where the assignTo value is educationAssignmentClassRecipient. Updating the notificationChannelUrl isn''t allowed after the assignment is published.' nullable: true resourcesFolderUrl: type: string description: Folder URL where all the file resources for this assignment are stored. nullable: true readOnly: true status: anyOf: - $ref: '#/components/schemas/microsoft.graph.educationAssignmentStatus' - type: object nullable: true description: 'Status of the assignment. You can''t PATCH this value. Possible values are: draft, scheduled, published, assigned, unknownFutureValue, inactive. Note that you must use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: inactive.' readOnly: true webUrl: type: string description: The deep link URL for the given assignment. nullable: true readOnly: true categories: type: array items: $ref: '#/components/schemas/microsoft.graph.educationCategory' description: 'When set, enables users to easily find assignments of a given type. Read-only. Nullable.' x-ms-navigationProperty: true gradingCategory: anyOf: - $ref: '#/components/schemas/microsoft.graph.educationGradingCategory' - type: object nullable: true description: 'When set, enables users to weight assignments differently when computing a class average grade.' x-ms-navigationProperty: true resources: type: array items: $ref: '#/components/schemas/microsoft.graph.educationAssignmentResource' description: Learning objects that are associated with this assignment. Only teachers can modify this list. Nullable. x-ms-navigationProperty: true rubric: anyOf: - $ref: '#/components/schemas/microsoft.graph.educationRubric' - type: object nullable: true description: 'When set, the grading rubric attached to this assignment.' x-ms-navigationProperty: true submissions: type: array items: $ref: '#/components/schemas/microsoft.graph.educationSubmission' description: 'Once published, there''s a submission object for each student representing their work and grade. Read-only. Nullable.' x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.educationAssignment' microsoft.graph.educationAssignmentDefaults: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: educationAssignmentDefaults required: - '@odata.type' type: object properties: addedStudentAction: anyOf: - $ref: '#/components/schemas/microsoft.graph.educationAddedStudentAction' - type: object nullable: true description: 'Class-level default behavior for handling students who are added after the assignment is published. Possible values are: none, assignIfOpen.' addToCalendarAction: anyOf: - $ref: '#/components/schemas/microsoft.graph.educationAddToCalendarOptions' - type: object nullable: true description: 'Optional field to control adding assignments to students'' and teachers'' calendars when the assignment is published. The possible values are: none, studentsAndPublisher, studentsAndTeamOwners, unknownFutureValue, and studentsOnly. You must use the Prefer: include-unknown-enum-members request header to get the following value in this evolvable enum: studentsOnly. The default value is none.' dueTime: pattern: '^([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?$' type: string description: Class-level default value for due time field. Default value is 23:59:00. format: time nullable: true notificationChannelUrl: type: string description: Default Teams channel to which notifications are sent. Default value is null. nullable: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.educationAssignmentDefaults' microsoft.graph.educationAssignmentResource: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: educationAssignmentResource required: - '@odata.type' type: object properties: distributeForStudentWork: type: boolean description: Indicates whether this resource should be copied to each student submission for modification and submission. Required nullable: true resource: anyOf: - $ref: '#/components/schemas/microsoft.graph.educationResource' - type: object nullable: true description: Resource object that has been associated with this assignment. '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.educationAssignmentResource' microsoft.graph.educationAssignmentSettings: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: educationAssignmentSettings required: - '@odata.type' type: object properties: submissionAnimationDisabled: type: boolean description: 'Indicates whether to show the turn-in celebration animation. If true, indicates to skip the animation. The default value is false.' nullable: true gradingCategories: type: array items: $ref: '#/components/schemas/microsoft.graph.educationGradingCategory' description: 'When set, enables users to weight assignments differently when computing a class average grade.' x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.educationAssignmentSettings' microsoft.graph.educationCategory: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: educationCategory required: - '@odata.type' type: object properties: displayName: type: string description: Unique identifier for the category. nullable: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.educationCategory' microsoft.graph.educationClass: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: educationClass required: - '@odata.type' type: object properties: classCode: type: string description: Class code used by the school to identify the class. nullable: true course: anyOf: - $ref: '#/components/schemas/microsoft.graph.educationCourse' - type: object nullable: true createdBy: anyOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' - type: object nullable: true description: Entity who created the class description: type: string description: Description of the class. nullable: true displayName: type: string description: Name of the class. externalId: type: string description: ID of the class from the syncing system. nullable: true externalName: type: string description: Name of the class in the syncing system. nullable: true externalSource: anyOf: - $ref: '#/components/schemas/microsoft.graph.educationExternalSource' - type: object nullable: true description: 'How this class was created. Possible values are: sis, manual.' externalSourceDetail: type: string description: The name of the external source this resource was generated from. nullable: true grade: type: string description: Grade level of the class. nullable: true mailNickname: type: string description: 'Mail name for sending email to all members, if this is enabled.' term: anyOf: - $ref: '#/components/schemas/microsoft.graph.educationTerm' - type: object nullable: true description: Term for this class. assignmentCategories: type: array items: $ref: '#/components/schemas/microsoft.graph.educationCategory' description: All categories associated with this class. Nullable. x-ms-navigationProperty: true assignmentDefaults: anyOf: - $ref: '#/components/schemas/microsoft.graph.educationAssignmentDefaults' - type: object nullable: true description: Specifies class-level defaults respected by new assignments created in the class. x-ms-navigationProperty: true assignments: type: array items: $ref: '#/components/schemas/microsoft.graph.educationAssignment' description: All assignments associated with this class. Nullable. x-ms-navigationProperty: true assignmentSettings: anyOf: - $ref: '#/components/schemas/microsoft.graph.educationAssignmentSettings' - type: object nullable: true description: Specifies class-level assignments settings. x-ms-navigationProperty: true group: anyOf: - $ref: '#/components/schemas/microsoft.graph.group' - type: object nullable: true description: The underlying Microsoft 365 group object. x-ms-navigationProperty: true members: type: array items: $ref: '#/components/schemas/microsoft.graph.educationUser' description: All users in the class. Nullable. x-ms-navigationProperty: true modules: type: array items: $ref: '#/components/schemas/microsoft.graph.educationModule' description: All modules in the class. Nullable. x-ms-navigationProperty: true schools: type: array items: $ref: '#/components/schemas/microsoft.graph.educationSchool' description: All schools that this class is associated with. Nullable. x-ms-navigationProperty: true teachers: type: array items: $ref: '#/components/schemas/microsoft.graph.educationUser' description: All teachers in the class. Nullable. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.educationClass' microsoft.graph.educationFeedbackOutcome: allOf: - $ref: '#/components/schemas/microsoft.graph.educationOutcome' - title: educationFeedbackOutcome required: - '@odata.type' type: object properties: feedback: anyOf: - $ref: '#/components/schemas/microsoft.graph.educationFeedback' - type: object nullable: true description: Teacher's written feedback to the student. publishedFeedback: anyOf: - $ref: '#/components/schemas/microsoft.graph.educationFeedback' - type: object nullable: true description: A copy of the feedback property that is made when the grade is released to the student. '@odata.type': type: string default: '#microsoft.graph.educationFeedbackOutcome' x-ms-discriminator-value: '#microsoft.graph.educationFeedbackOutcome' microsoft.graph.educationFeedbackResourceOutcome: allOf: - $ref: '#/components/schemas/microsoft.graph.educationOutcome' - title: educationFeedbackResourceOutcome required: - '@odata.type' type: object properties: feedbackResource: anyOf: - $ref: '#/components/schemas/microsoft.graph.educationResource' - type: object nullable: true description: The actual feedback resource. resourceStatus: anyOf: - $ref: '#/components/schemas/microsoft.graph.educationFeedbackResourceOutcomeStatus' - type: object nullable: true description: 'The status of the feedback resource. The possible values are: notPublished, pendingPublish, published, failedPublish, unknownFutureValue.' '@odata.type': type: string default: '#microsoft.graph.educationFeedbackResourceOutcome' x-ms-discriminator-value: '#microsoft.graph.educationFeedbackResourceOutcome' microsoft.graph.educationGradingCategory: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: educationGradingCategory required: - '@odata.type' type: object properties: displayName: type: string description: The name of the grading category. percentageWeight: maximum: 2147483647 minimum: -2147483648 type: integer description: The weight of the category; an integer between 0 and 100. format: int32 '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.educationGradingCategory' microsoft.graph.educationModule: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: educationModule required: - '@odata.type' type: object properties: createdBy: anyOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' - type: object nullable: true description: The display name of the user that created the module. readOnly: true createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'Date time the module was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z' format: date-time nullable: true readOnly: true description: type: string description: Description of the module. nullable: true displayName: type: string description: Name of the module. nullable: true isPinned: type: boolean description: Indicates whether the module is pinned or not. nullable: true lastModifiedBy: anyOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' - type: object nullable: true description: The last user that modified the module. readOnly: true lastModifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'Date time the module was last modified. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z' format: date-time nullable: true readOnly: true resourcesFolderUrl: type: string description: Folder URL where all the file resources for this module are stored. nullable: true readOnly: true status: anyOf: - $ref: '#/components/schemas/microsoft.graph.educationModuleStatus' - type: object nullable: true description: 'Status of the module. You can''t use a PATCH operation to update this value. Possible values are: draft and published.' readOnly: true resources: type: array items: $ref: '#/components/schemas/microsoft.graph.educationModuleResource' description: Learning objects that are associated with this module. Only teachers can modify this list. Nullable. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.educationModule' microsoft.graph.educationModuleResource: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: educationModuleResource required: - '@odata.type' type: object properties: resource: anyOf: - $ref: '#/components/schemas/microsoft.graph.educationResource' - type: object nullable: true description: Resource object that is with this module. '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.educationModuleResource' microsoft.graph.educationOrganization: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: educationOrganization required: - '@odata.type' type: object properties: description: type: string description: Organization description. nullable: true displayName: type: string description: Organization display name. externalSource: anyOf: - $ref: '#/components/schemas/microsoft.graph.educationExternalSource' - type: object nullable: true description: 'Source where this organization was created from. Possible values are: sis, manual.' externalSourceDetail: type: string description: The name of the external source this resource was generated from. nullable: true '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.educationSchool': '#/components/schemas/microsoft.graph.educationSchool' microsoft.graph.educationOutcome: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: educationOutcome required: - '@odata.type' type: object properties: lastModifiedBy: anyOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' - type: object nullable: true description: The individual who updated the resource. lastModifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The moment in time when the resource was last modified. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2021 is 2021-01-01T00:00:00Z.' format: date-time nullable: true '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.educationFeedbackOutcome': '#/components/schemas/microsoft.graph.educationFeedbackOutcome' '#microsoft.graph.educationFeedbackResourceOutcome': '#/components/schemas/microsoft.graph.educationFeedbackResourceOutcome' '#microsoft.graph.educationPointsOutcome': '#/components/schemas/microsoft.graph.educationPointsOutcome' '#microsoft.graph.educationRubricOutcome': '#/components/schemas/microsoft.graph.educationRubricOutcome' microsoft.graph.educationPointsOutcome: allOf: - $ref: '#/components/schemas/microsoft.graph.educationOutcome' - title: educationPointsOutcome required: - '@odata.type' type: object properties: points: anyOf: - $ref: '#/components/schemas/microsoft.graph.educationAssignmentPointsGrade' - type: object nullable: true description: The numeric grade the teacher has given the student for this assignment. publishedPoints: anyOf: - $ref: '#/components/schemas/microsoft.graph.educationAssignmentPointsGrade' - type: object nullable: true description: A copy of the points property that is made when the grade is released to the student. '@odata.type': type: string default: '#microsoft.graph.educationPointsOutcome' x-ms-discriminator-value: '#microsoft.graph.educationPointsOutcome' microsoft.graph.educationRoot: title: educationRoot required: - '@odata.type' type: object properties: classes: type: array items: $ref: '#/components/schemas/microsoft.graph.educationClass' x-ms-navigationProperty: true me: anyOf: - $ref: '#/components/schemas/microsoft.graph.educationUser' - type: object nullable: true x-ms-navigationProperty: true schools: type: array items: $ref: '#/components/schemas/microsoft.graph.educationSchool' x-ms-navigationProperty: true users: type: array items: $ref: '#/components/schemas/microsoft.graph.educationUser' x-ms-navigationProperty: true '@odata.type': type: string microsoft.graph.educationRubric: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: educationRubric required: - '@odata.type' type: object properties: createdBy: anyOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' - type: object nullable: true description: The user who created this resource. readOnly: true createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true readOnly: true description: anyOf: - $ref: '#/components/schemas/microsoft.graph.educationItemBody' - type: object nullable: true description: The description of this rubric. displayName: type: string description: The name of this rubric. nullable: true grading: anyOf: - $ref: '#/components/schemas/microsoft.graph.educationAssignmentGradeType' - type: object nullable: true description: The grading type of this rubric. You can use null for a no-points rubric or educationAssignmentPointsGradeType for a points rubric. lastModifiedBy: anyOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' - type: object nullable: true description: The last user to modify the resource. readOnly: true lastModifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'Moment in time when the resource was last modified. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true readOnly: true levels: type: array items: $ref: '#/components/schemas/microsoft.graph.rubricLevel' description: The collection of levels making up this rubric. qualities: type: array items: $ref: '#/components/schemas/microsoft.graph.rubricQuality' description: The collection of qualities making up this rubric. '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.educationRubric' microsoft.graph.educationRubricOutcome: allOf: - $ref: '#/components/schemas/microsoft.graph.educationOutcome' - title: educationRubricOutcome required: - '@odata.type' type: object properties: publishedRubricQualityFeedback: type: array items: $ref: '#/components/schemas/microsoft.graph.rubricQualityFeedbackModel' description: A copy of the rubricQualityFeedback property that is made when the grade is released to the student. publishedRubricQualitySelectedLevels: type: array items: $ref: '#/components/schemas/microsoft.graph.rubricQualitySelectedColumnModel' description: A copy of the rubricQualitySelectedLevels property that is made when the grade is released to the student. rubricQualityFeedback: type: array items: $ref: '#/components/schemas/microsoft.graph.rubricQualityFeedbackModel' description: A collection of specific feedback for each quality of this rubric. rubricQualitySelectedLevels: type: array items: $ref: '#/components/schemas/microsoft.graph.rubricQualitySelectedColumnModel' description: The level that the teacher has selected for each quality while grading this assignment. '@odata.type': type: string default: '#microsoft.graph.educationRubricOutcome' x-ms-discriminator-value: '#microsoft.graph.educationRubricOutcome' microsoft.graph.educationSchool: allOf: - $ref: '#/components/schemas/microsoft.graph.educationOrganization' - title: educationSchool required: - '@odata.type' type: object properties: address: anyOf: - $ref: '#/components/schemas/microsoft.graph.physicalAddress' - type: object nullable: true description: Address of the school. createdBy: anyOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' - type: object nullable: true description: Entity who created the school. externalId: type: string description: ID of school in syncing system. nullable: true externalPrincipalId: type: string description: ID of principal in syncing system. nullable: true fax: type: string nullable: true highestGrade: type: string description: Highest grade taught. nullable: true lowestGrade: type: string description: Lowest grade taught. nullable: true phone: type: string description: Phone number of school. nullable: true principalEmail: type: string description: Email address of the principal. nullable: true principalName: type: string description: Name of the principal. nullable: true schoolNumber: type: string description: School Number. nullable: true administrativeUnit: anyOf: - $ref: '#/components/schemas/microsoft.graph.administrativeUnit' - type: object nullable: true description: The underlying administrativeUnit for this school. x-ms-navigationProperty: true classes: type: array items: $ref: '#/components/schemas/microsoft.graph.educationClass' description: Classes taught at the school. Nullable. x-ms-navigationProperty: true users: type: array items: $ref: '#/components/schemas/microsoft.graph.educationUser' description: Users in the school. Nullable. x-ms-navigationProperty: true '@odata.type': type: string default: '#microsoft.graph.educationSchool' x-ms-discriminator-value: '#microsoft.graph.educationSchool' microsoft.graph.educationSubmission: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: educationSubmission required: - '@odata.type' type: object properties: excusedBy: anyOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' - type: object nullable: true description: The user that marked the submission as excused. readOnly: true excusedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The time that the submission was excused. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true readOnly: true reassignedBy: anyOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' - type: object nullable: true description: User who moved the status of this submission to reassigned. readOnly: true reassignedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'Moment in time when the submission was reassigned. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true readOnly: true recipient: anyOf: - $ref: '#/components/schemas/microsoft.graph.educationSubmissionRecipient' - type: object nullable: true description: Who this submission is assigned to. resourcesFolderUrl: type: string description: Folder where all file resources for this submission need to be stored. nullable: true readOnly: true returnedBy: anyOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' - type: object nullable: true description: User who moved the status of this submission to returned. readOnly: true returnedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'Moment in time when the submission was returned. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true readOnly: true status: anyOf: - $ref: '#/components/schemas/microsoft.graph.educationSubmissionStatus' - type: object nullable: true description: 'Read-only. Possible values are: excused, reassigned, returned, submitted and working. You must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: excused and reassigned.' readOnly: true submittedBy: anyOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' - type: object nullable: true description: User who moved the resource into the submitted state. readOnly: true submittedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'Moment in time when the submission was moved into the submitted state. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true readOnly: true unsubmittedBy: anyOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' - type: object nullable: true description: User who moved the resource from submitted into the working state. readOnly: true unsubmittedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'Moment in time when the submission was moved from submitted into the working state. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true readOnly: true webUrl: type: string description: The deep link URL for the given submission. nullable: true readOnly: true outcomes: type: array items: $ref: '#/components/schemas/microsoft.graph.educationOutcome' x-ms-navigationProperty: true resources: type: array items: $ref: '#/components/schemas/microsoft.graph.educationSubmissionResource' x-ms-navigationProperty: true submittedResources: type: array items: $ref: '#/components/schemas/microsoft.graph.educationSubmissionResource' x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.educationSubmission' microsoft.graph.educationSubmissionResource: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: educationSubmissionResource required: - '@odata.type' type: object properties: assignmentResourceUrl: type: string description: 'Pointer to the assignment from which the resource was copied, and if null, the student uploaded the resource.' nullable: true resource: anyOf: - $ref: '#/components/schemas/microsoft.graph.educationResource' - type: object nullable: true description: Resource object. '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.educationSubmissionResource' microsoft.graph.educationUser: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: educationUser required: - '@odata.type' type: object properties: accountEnabled: type: boolean description: 'True if the account is enabled; otherwise, false. This property is required when a user is created. Supports $filter.' nullable: true assignedLicenses: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLicense' description: The licenses that are assigned to the user. Not nullable. assignedPlans: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedPlan' description: The plans that are assigned to the user. Read-only. Not nullable. businessPhones: type: array items: type: string description: 'The telephone numbers for the user. Note: Although this is a string collection, only one number can be set for this property.' createdBy: anyOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' - type: object nullable: true description: The entity who created the user. department: type: string description: The name for the department in which the user works. Supports $filter. nullable: true displayName: type: string description: 'The name displayed in the address book for the user. This is usually the combination of the user''s first name, middle initial, and last name. This property is required when a user is created and it cannot be cleared during updates. Supports $filter and $orderby.' nullable: true externalSource: anyOf: - $ref: '#/components/schemas/microsoft.graph.educationExternalSource' - type: object nullable: true description: 'Where this user was created from. Possible values are: sis, manual.' externalSourceDetail: type: string description: The name of the external source this resource was generated from. nullable: true givenName: type: string description: The given name (first name) of the user. Supports $filter. nullable: true mail: type: string description: 'The SMTP address for the user, for example, jeff@contoso.com. Read-Only. Supports $filter.' nullable: true mailingAddress: anyOf: - $ref: '#/components/schemas/microsoft.graph.physicalAddress' - type: object nullable: true description: The mail address of the user. mailNickname: type: string description: The mail alias for the user. This property must be specified when a user is created. Supports $filter. nullable: true middleName: type: string description: The middle name of the user. nullable: true mobilePhone: type: string description: The primary cellular telephone number for the user. nullable: true officeLocation: type: string description: The office location for the user. nullable: true onPremisesInfo: anyOf: - $ref: '#/components/schemas/microsoft.graph.educationOnPremisesInfo' - type: object nullable: true description: Additional information used to associate the Microsoft Entra user with its Active Directory counterpart. passwordPolicies: type: string description: 'Specifies password policies for the user. This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two can be specified together; for example: DisablePasswordExpiration, DisableStrongPassword.' nullable: true passwordProfile: anyOf: - $ref: '#/components/schemas/microsoft.graph.passwordProfile' - type: object nullable: true description: 'Specifies the password profile for the user. The profile contains the user''s password. This property is required when a user is created. The password in the profile must satisfy minimum requirements as specified by the passwordPolicies property. By default, a strong password is required.' preferredLanguage: type: string description: 'The preferred language for the user that should follow the ISO 639-1 code, for example, en-US.' nullable: true primaryRole: $ref: '#/components/schemas/microsoft.graph.educationUserRole' provisionedPlans: type: array items: $ref: '#/components/schemas/microsoft.graph.provisionedPlan' description: The plans that are provisioned for the user. Read-only. Not nullable. refreshTokensValidFromDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'Any refresh tokens or sessions tokens (session cookies) issued before this time are invalid, and applications get an error when using an invalid refresh or sessions token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Returned only on $select. Read-only.' format: date-time nullable: true relatedContacts: type: array items: $ref: '#/components/schemas/microsoft.graph.relatedContact' description: Related records associated with the user. Read-only. residenceAddress: anyOf: - $ref: '#/components/schemas/microsoft.graph.physicalAddress' - type: object nullable: true description: The address where the user lives. showInAddressList: type: boolean description: 'True if the Outlook Global Address List should contain this user; otherwise, false. If not set, this will be treated as true. For users invited through the invitation manager, this property will be set to false.' nullable: true student: anyOf: - $ref: '#/components/schemas/microsoft.graph.educationStudent' - type: object nullable: true description: 'If the primary role is student, this block will contain student specific data.' surname: type: string description: The user's surname (family name or last name). Supports $filter. nullable: true teacher: anyOf: - $ref: '#/components/schemas/microsoft.graph.educationTeacher' - type: object nullable: true description: 'If the primary role is teacher, this block will contain teacher specific data.' usageLocation: type: string description: 'A two-letter country code (ISO standard 3166). Required for users who will be assigned licenses due to a legal requirement to check for availability of services in countries or regions. Examples include: US, JP, and GB. Not nullable. Supports $filter.' nullable: true userPrincipalName: type: string description: 'The user principal name (UPN) of the user. The UPN is an internet-style login name for the user based on the internet standard RFC 822. By convention, this should map to the user''s email name. The general format is alias@domain, where domain must be present in the tenant''s collection of verified domains. This property is required when a user is created. The verified domains for the tenant can be accessed from the verifiedDomains property of the organization. Supports $filter and $orderby.' nullable: true userType: type: string description: 'A string value that can be used to classify user types in your directory, such as Member and Guest. Supports $filter.' nullable: true assignments: type: array items: $ref: '#/components/schemas/microsoft.graph.educationAssignment' description: Assignments belonging to the user. x-ms-navigationProperty: true classes: type: array items: $ref: '#/components/schemas/microsoft.graph.educationClass' description: Classes to which the user belongs. Nullable. x-ms-navigationProperty: true rubrics: type: array items: $ref: '#/components/schemas/microsoft.graph.educationRubric' description: 'When set, the grading rubric attached to the assignment.' x-ms-navigationProperty: true schools: type: array items: $ref: '#/components/schemas/microsoft.graph.educationSchool' description: Schools to which the user belongs. Nullable. x-ms-navigationProperty: true taughtClasses: type: array items: $ref: '#/components/schemas/microsoft.graph.educationClass' description: Classes for which the user is a teacher. x-ms-navigationProperty: true user: anyOf: - $ref: '#/components/schemas/microsoft.graph.user' - type: object nullable: true description: The directory user that corresponds to this user. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.educationUser' microsoft.graph.emailAuthenticationMethod: allOf: - $ref: '#/components/schemas/microsoft.graph.authenticationMethod' - title: emailAuthenticationMethod required: - '@odata.type' type: object properties: emailAddress: type: string description: The email address registered to this user. nullable: true '@odata.type': type: string default: '#microsoft.graph.emailAuthenticationMethod' x-ms-discriminator-value: '#microsoft.graph.emailAuthenticationMethod' microsoft.graph.emailAuthenticationMethodConfiguration: allOf: - $ref: '#/components/schemas/microsoft.graph.authenticationMethodConfiguration' - title: emailAuthenticationMethodConfiguration required: - '@odata.type' type: object properties: allowExternalIdToUseEmailOtp: anyOf: - $ref: '#/components/schemas/microsoft.graph.externalEmailOtpState' - type: object nullable: true description: 'Determines whether email OTP is usable by external users for authentication. Possible values are: default, enabled, disabled, unknownFutureValue. Tenants in the default state who didn''t use public preview have email OTP enabled beginning in October 2021.' includeTargets: type: array items: $ref: '#/components/schemas/microsoft.graph.authenticationMethodTarget' description: A collection of groups that are enabled to use the authentication method. x-ms-navigationProperty: true '@odata.type': type: string default: '#microsoft.graph.emailAuthenticationMethodConfiguration' x-ms-discriminator-value: '#microsoft.graph.emailAuthenticationMethodConfiguration' microsoft.graph.emailFileAssessmentRequest: allOf: - $ref: '#/components/schemas/microsoft.graph.threatAssessmentRequest' - title: emailFileAssessmentRequest required: - '@odata.type' type: object properties: contentData: type: string description: Base64 encoded .eml email file content. The file content can't fetch back because it isn't stored. destinationRoutingReason: anyOf: - $ref: '#/components/schemas/microsoft.graph.mailDestinationRoutingReason' - type: object nullable: true description: 'The reason for mail routed to its destination. Possible values are: none, mailFlowRule, safeSender, blockedSender, advancedSpamFiltering, domainAllowList, domainBlockList, notInAddressBook, firstTimeSender, autoPurgeToInbox, autoPurgeToJunk, autoPurgeToDeleted, outbound, notJunk, junk.' recipientEmail: type: string description: The mail recipient whose policies are used to assess the mail. '@odata.type': type: string default: '#microsoft.graph.emailFileAssessmentRequest' x-ms-discriminator-value: '#microsoft.graph.emailFileAssessmentRequest' microsoft.graph.employeeExperience: title: employeeExperience required: - '@odata.type' type: object properties: learningCourseActivities: type: array items: $ref: '#/components/schemas/microsoft.graph.learningCourseActivity' x-ms-navigationProperty: true learningProviders: type: array items: $ref: '#/components/schemas/microsoft.graph.learningProvider' description: A collection of learning providers. x-ms-navigationProperty: true '@odata.type': type: string microsoft.graph.employeeExperienceUser: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: employeeExperienceUser required: - '@odata.type' type: object properties: learningCourseActivities: type: array items: $ref: '#/components/schemas/microsoft.graph.learningCourseActivity' x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.employeeExperienceUser' microsoft.graph.endpoint: allOf: - $ref: '#/components/schemas/microsoft.graph.directoryObject' - title: endpoint required: - '@odata.type' type: object properties: capability: type: string providerId: type: string nullable: true providerName: type: string nullable: true providerResourceId: type: string nullable: true uri: type: string '@odata.type': type: string default: '#microsoft.graph.endpoint' x-ms-discriminator-value: '#microsoft.graph.endpoint' microsoft.graph.endUserNotification: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: endUserNotification required: - '@odata.type' type: object properties: createdBy: anyOf: - $ref: '#/components/schemas/microsoft.graph.emailIdentity' - type: object nullable: true description: Identity of the user who created the notification. createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'Date and time when the notification was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true description: type: string description: Description of the notification as defined by the user. nullable: true displayName: type: string description: Name of the notification as defined by the user. nullable: true lastModifiedBy: anyOf: - $ref: '#/components/schemas/microsoft.graph.emailIdentity' - type: object nullable: true description: Identity of the user who last modified the notification. lastModifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'Date and time when the notification was last modified. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true notificationType: anyOf: - $ref: '#/components/schemas/microsoft.graph.endUserNotificationType' - type: object nullable: true description: 'Type of notification. Possible values are: unknown, positiveReinforcement, noTraining, trainingAssignment, trainingReminder, unknownFutureValue.' source: anyOf: - $ref: '#/components/schemas/microsoft.graph.simulationContentSource' - type: object nullable: true description: 'The source of the content. Possible values are: unknown, global, tenant, unknownFutureValue.' status: anyOf: - $ref: '#/components/schemas/microsoft.graph.simulationContentStatus' - type: object nullable: true description: 'The status of the notification. Possible values are: unknown, draft, ready, archive, delete, unknownFutureValue.' supportedLocales: type: array items: type: string nullable: true description: Supported locales for endUserNotification content. details: type: array items: $ref: '#/components/schemas/microsoft.graph.endUserNotificationDetail' x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.endUserNotification' microsoft.graph.endUserNotificationDetail: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: endUserNotificationDetail required: - '@odata.type' type: object properties: emailContent: type: string description: Email HTML content. isDefaultLangauge: type: boolean description: Indicates whether this language is default. nullable: true language: type: string description: Notification language. locale: type: string description: Notification locale. sentFrom: $ref: '#/components/schemas/microsoft.graph.emailIdentity' subject: type: string description: Mail subject. '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.endUserNotificationDetail' microsoft.graph.enrollmentConfigurationAssignment: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: enrollmentConfigurationAssignment required: - '@odata.type' type: object properties: target: anyOf: - $ref: '#/components/schemas/microsoft.graph.deviceAndAppManagementAssignmentTarget' - type: object nullable: true description: Represents an assignment to managed devices in the tenant '@odata.type': type: string description: Enrollment Configuration Assignment x-ms-discriminator-value: '#microsoft.graph.enrollmentConfigurationAssignment' microsoft.graph.enrollmentTroubleshootingEvent: allOf: - $ref: '#/components/schemas/microsoft.graph.deviceManagementTroubleshootingEvent' - title: enrollmentTroubleshootingEvent required: - '@odata.type' type: object properties: deviceId: type: string description: Azure AD device identifier. nullable: true enrollmentType: $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentType' failureCategory: $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentFailureReason' failureReason: type: string description: Detailed failure reason. nullable: true managedDeviceIdentifier: type: string description: Device identifier created or collected by Intune. nullable: true operatingSystem: type: string description: Operating System. nullable: true osVersion: type: string description: OS Version. nullable: true userId: type: string description: Identifier for the user that tried to enroll the device. nullable: true '@odata.type': type: string description: Event representing an enrollment failure. x-ms-discriminator-value: '#microsoft.graph.enrollmentTroubleshootingEvent' microsoft.graph.enterpriseCodeSigningCertificate: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: enterpriseCodeSigningCertificate required: - '@odata.type' type: object properties: content: type: string description: The Windows Enterprise Code-Signing Certificate in the raw data format. Set to null once certificate has been uploaded and other properties have been populated. format: base64url nullable: true expirationDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The cert expiration date and time (using ISO 8601 format, in UTC time). Uploading a valid cert file through the Intune admin console will automatically populate this value in the HTTP response. Supports: $filter, $select, $top, $OrderBy, $skip. $Search is not supported.' format: date-time issuer: type: string description: 'The issuer value for the cert. This might contain information such as country (C), state or province (S), locality (L), common name of the cert (CN), organization (O), and organizational unit (OU). Uploading a valid cert file through the Intune admin console will automatically populate this value in the HTTP response. Supports: $filter, $select, $top, $OrderBy, $skip. $Search is not supported.' nullable: true issuerName: type: string description: 'The issuer name for the cert. This might contain information such as country (C), state or province (S), locality (L), common name of the cert (CN), organization (O), and organizational unit (OU). Uploading a valid cert file through the Intune admin console will automatically populate this value in the HTTP response. Supports: $filter, $select, $top, $OrderBy, $skip. $Search is not supported.' nullable: true status: $ref: '#/components/schemas/microsoft.graph.certificateStatus' subject: type: string description: 'The subject value for the cert. This might contain information such as country (C), state or province (S), locality (L), common name of the cert (CN), organization (O), and organizational unit (OU). Uploading a valid cert file through the Intune admin console will automatically populate this value in the HTTP response. Supports: $filter, $select, $top, $OrderBy, $skip. $Search is not supported.' nullable: true subjectName: type: string description: 'The subject name for the cert. This might contain information such as country (C), state or province (S), locality (L), common name of the cert (CN), organization (O), and organizational unit (OU). Uploading a valid cert file through the Intune admin console will automatically populate this value in the HTTP response. Supports: $filter, $select, $top, $OrderBy, $skip. $Search is not supported.' nullable: true uploadDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The date time of CodeSigning Cert when it is uploaded (using ISO 8601 format, in UTC time). Uploading a valid cert file through the Intune admin console will automatically populate this value in the HTTP response. Supports: $filter, $select, $top, $OrderBy, $skip. $Search is not supported.' format: date-time '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.enterpriseCodeSigningCertificate' microsoft.graph.entitlementManagement: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: entitlementManagement required: - '@odata.type' type: object properties: accessPackageAssignmentApprovals: type: array items: $ref: '#/components/schemas/microsoft.graph.approval' description: Approval stages for decisions associated with access package assignment requests. x-ms-navigationProperty: true accessPackages: type: array items: $ref: '#/components/schemas/microsoft.graph.accessPackage' description: Access packages define the collection of resource roles and the policies for which subjects can request or be assigned access to those resources. x-ms-navigationProperty: true assignmentPolicies: type: array items: $ref: '#/components/schemas/microsoft.graph.accessPackageAssignmentPolicy' description: Access package assignment policies govern which subjects can request or be assigned an access package via an access package assignment. x-ms-navigationProperty: true assignmentRequests: type: array items: $ref: '#/components/schemas/microsoft.graph.accessPackageAssignmentRequest' description: Access package assignment requests created by or on behalf of a subject. x-ms-navigationProperty: true assignments: type: array items: $ref: '#/components/schemas/microsoft.graph.accessPackageAssignment' description: The assignment of an access package to a subject for a period of time. x-ms-navigationProperty: true catalogs: type: array items: $ref: '#/components/schemas/microsoft.graph.accessPackageCatalog' description: A container for access packages. x-ms-navigationProperty: true connectedOrganizations: type: array items: $ref: '#/components/schemas/microsoft.graph.connectedOrganization' description: References to a directory or domain of another organization whose users can request access. x-ms-navigationProperty: true resourceEnvironments: type: array items: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceEnvironment' description: A reference to the geolocation environments in which a resource is located. x-ms-navigationProperty: true resourceRequests: type: array items: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRequest' description: Represents a request to add or remove a resource to or from a catalog respectively. x-ms-navigationProperty: true resourceRoleScopes: type: array items: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRoleScope' x-ms-navigationProperty: true resources: type: array items: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' description: The resources associated with the catalogs. x-ms-navigationProperty: true settings: anyOf: - $ref: '#/components/schemas/microsoft.graph.entitlementManagementSettings' - type: object nullable: true description: The settings that control the behavior of Microsoft Entra entitlement management. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.entitlementManagement' microsoft.graph.entitlementManagementSettings: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: entitlementManagementSettings required: - '@odata.type' type: object properties: durationUntilExternalUserDeletedAfterBlocked: pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' type: string description: 'If externalUserLifecycleAction is blockSignInAndDelete, the duration, typically many days, after an external user is blocked from sign in before their account is deleted.' format: duration nullable: true externalUserLifecycleAction: anyOf: - $ref: '#/components/schemas/microsoft.graph.accessPackageExternalUserLifecycleAction' - type: object nullable: true description: 'Automatic action that the service should take when an external user''s last access package assignment is removed. The possible values are: none, blockSignIn, blockSignInAndDelete, unknownFutureValue.' '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.entitlementManagementSettings' microsoft.graph.entity: title: entity required: - '@odata.type' type: object properties: id: type: string description: The unique identifier for an entity. Read-only. '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.accessPackage': '#/components/schemas/microsoft.graph.accessPackage' '#microsoft.graph.accessPackageAssignment': '#/components/schemas/microsoft.graph.accessPackageAssignment' '#microsoft.graph.accessPackageAssignmentPolicy': '#/components/schemas/microsoft.graph.accessPackageAssignmentPolicy' '#microsoft.graph.accessPackageAssignmentRequest': '#/components/schemas/microsoft.graph.accessPackageAssignmentRequest' '#microsoft.graph.accessPackageCatalog': '#/components/schemas/microsoft.graph.accessPackageCatalog' '#microsoft.graph.accessPackageQuestion': '#/components/schemas/microsoft.graph.accessPackageQuestion' '#microsoft.graph.accessPackageMultipleChoiceQuestion': '#/components/schemas/microsoft.graph.accessPackageMultipleChoiceQuestion' '#microsoft.graph.accessPackageTextInputQuestion': '#/components/schemas/microsoft.graph.accessPackageTextInputQuestion' '#microsoft.graph.accessPackageResource': '#/components/schemas/microsoft.graph.accessPackageResource' '#microsoft.graph.accessPackageResourceEnvironment': '#/components/schemas/microsoft.graph.accessPackageResourceEnvironment' '#microsoft.graph.accessPackageResourceRequest': '#/components/schemas/microsoft.graph.accessPackageResourceRequest' '#microsoft.graph.accessPackageResourceRole': '#/components/schemas/microsoft.graph.accessPackageResourceRole' '#microsoft.graph.accessPackageResourceRoleScope': '#/components/schemas/microsoft.graph.accessPackageResourceRoleScope' '#microsoft.graph.accessPackageResourceScope': '#/components/schemas/microsoft.graph.accessPackageResourceScope' '#microsoft.graph.accessPackageSubject': '#/components/schemas/microsoft.graph.accessPackageSubject' '#microsoft.graph.accessReviewHistoryDefinition': '#/components/schemas/microsoft.graph.accessReviewHistoryDefinition' '#microsoft.graph.accessReviewHistoryInstance': '#/components/schemas/microsoft.graph.accessReviewHistoryInstance' '#microsoft.graph.accessReviewInstance': '#/components/schemas/microsoft.graph.accessReviewInstance' '#microsoft.graph.accessReviewInstanceDecisionItem': '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItem' '#microsoft.graph.accessReviewReviewer': '#/components/schemas/microsoft.graph.accessReviewReviewer' '#microsoft.graph.accessReviewScheduleDefinition': '#/components/schemas/microsoft.graph.accessReviewScheduleDefinition' '#microsoft.graph.accessReviewSet': '#/components/schemas/microsoft.graph.accessReviewSet' '#microsoft.graph.accessReviewStage': '#/components/schemas/microsoft.graph.accessReviewStage' '#microsoft.graph.activityHistoryItem': '#/components/schemas/microsoft.graph.activityHistoryItem' '#microsoft.graph.adminConsentRequestPolicy': '#/components/schemas/microsoft.graph.adminConsentRequestPolicy' '#microsoft.graph.adminMicrosoft365Apps': '#/components/schemas/microsoft.graph.adminMicrosoft365Apps' '#microsoft.graph.agreement': '#/components/schemas/microsoft.graph.agreement' '#microsoft.graph.agreementAcceptance': '#/components/schemas/microsoft.graph.agreementAcceptance' '#microsoft.graph.agreementFileProperties': '#/components/schemas/microsoft.graph.agreementFileProperties' '#microsoft.graph.agreementFile': '#/components/schemas/microsoft.graph.agreementFile' '#microsoft.graph.agreementFileLocalization': '#/components/schemas/microsoft.graph.agreementFileLocalization' '#microsoft.graph.agreementFileVersion': '#/components/schemas/microsoft.graph.agreementFileVersion' '#microsoft.graph.alert': '#/components/schemas/microsoft.graph.alert' '#microsoft.graph.allowedValue': '#/components/schemas/microsoft.graph.allowedValue' '#microsoft.graph.appCatalogs': '#/components/schemas/microsoft.graph.appCatalogs' '#microsoft.graph.appConsentApprovalRoute': '#/components/schemas/microsoft.graph.appConsentApprovalRoute' '#microsoft.graph.appConsentRequest': '#/components/schemas/microsoft.graph.appConsentRequest' '#microsoft.graph.applePushNotificationCertificate': '#/components/schemas/microsoft.graph.applePushNotificationCertificate' '#microsoft.graph.applicationTemplate': '#/components/schemas/microsoft.graph.applicationTemplate' '#microsoft.graph.appLogCollectionRequest': '#/components/schemas/microsoft.graph.appLogCollectionRequest' '#microsoft.graph.approval': '#/components/schemas/microsoft.graph.approval' '#microsoft.graph.approvalStage': '#/components/schemas/microsoft.graph.approvalStage' '#microsoft.graph.appScope': '#/components/schemas/microsoft.graph.appScope' '#microsoft.graph.attachment': '#/components/schemas/microsoft.graph.attachment' '#microsoft.graph.fileAttachment': '#/components/schemas/microsoft.graph.fileAttachment' '#microsoft.graph.itemAttachment': '#/components/schemas/microsoft.graph.itemAttachment' '#microsoft.graph.referenceAttachment': '#/components/schemas/microsoft.graph.referenceAttachment' '#microsoft.graph.attachmentBase': '#/components/schemas/microsoft.graph.attachmentBase' '#microsoft.graph.taskFileAttachment': '#/components/schemas/microsoft.graph.taskFileAttachment' '#microsoft.graph.attachmentSession': '#/components/schemas/microsoft.graph.attachmentSession' '#microsoft.graph.attackSimulationRoot': '#/components/schemas/microsoft.graph.attackSimulationRoot' '#microsoft.graph.attendanceRecord': '#/components/schemas/microsoft.graph.attendanceRecord' '#microsoft.graph.attributeMappingFunctionSchema': '#/components/schemas/microsoft.graph.attributeMappingFunctionSchema' '#microsoft.graph.attributeSet': '#/components/schemas/microsoft.graph.attributeSet' '#microsoft.graph.audioRoutingGroup': '#/components/schemas/microsoft.graph.audioRoutingGroup' '#microsoft.graph.auditEvent': '#/components/schemas/microsoft.graph.auditEvent' '#microsoft.graph.auditLogRoot': '#/components/schemas/microsoft.graph.auditLogRoot' '#microsoft.graph.authentication': '#/components/schemas/microsoft.graph.authentication' '#microsoft.graph.authenticationCombinationConfiguration': '#/components/schemas/microsoft.graph.authenticationCombinationConfiguration' '#microsoft.graph.fido2CombinationConfiguration': '#/components/schemas/microsoft.graph.fido2CombinationConfiguration' '#microsoft.graph.x509CertificateCombinationConfiguration': '#/components/schemas/microsoft.graph.x509CertificateCombinationConfiguration' '#microsoft.graph.authenticationContextClassReference': '#/components/schemas/microsoft.graph.authenticationContextClassReference' '#microsoft.graph.authenticationEventListener': '#/components/schemas/microsoft.graph.authenticationEventListener' '#microsoft.graph.onAttributeCollectionListener': '#/components/schemas/microsoft.graph.onAttributeCollectionListener' '#microsoft.graph.onAuthenticationMethodLoadStartListener': '#/components/schemas/microsoft.graph.onAuthenticationMethodLoadStartListener' '#microsoft.graph.onInteractiveAuthFlowStartListener': '#/components/schemas/microsoft.graph.onInteractiveAuthFlowStartListener' '#microsoft.graph.onTokenIssuanceStartListener': '#/components/schemas/microsoft.graph.onTokenIssuanceStartListener' '#microsoft.graph.onUserCreateStartListener': '#/components/schemas/microsoft.graph.onUserCreateStartListener' '#microsoft.graph.authenticationEventsFlow': '#/components/schemas/microsoft.graph.authenticationEventsFlow' '#microsoft.graph.externalUsersSelfServiceSignUpEventsFlow': '#/components/schemas/microsoft.graph.externalUsersSelfServiceSignUpEventsFlow' '#microsoft.graph.authenticationFlowsPolicy': '#/components/schemas/microsoft.graph.authenticationFlowsPolicy' '#microsoft.graph.authenticationMethod': '#/components/schemas/microsoft.graph.authenticationMethod' '#microsoft.graph.emailAuthenticationMethod': '#/components/schemas/microsoft.graph.emailAuthenticationMethod' '#microsoft.graph.fido2AuthenticationMethod': '#/components/schemas/microsoft.graph.fido2AuthenticationMethod' '#microsoft.graph.microsoftAuthenticatorAuthenticationMethod': '#/components/schemas/microsoft.graph.microsoftAuthenticatorAuthenticationMethod' '#microsoft.graph.passwordAuthenticationMethod': '#/components/schemas/microsoft.graph.passwordAuthenticationMethod' '#microsoft.graph.phoneAuthenticationMethod': '#/components/schemas/microsoft.graph.phoneAuthenticationMethod' '#microsoft.graph.softwareOathAuthenticationMethod': '#/components/schemas/microsoft.graph.softwareOathAuthenticationMethod' '#microsoft.graph.temporaryAccessPassAuthenticationMethod': '#/components/schemas/microsoft.graph.temporaryAccessPassAuthenticationMethod' '#microsoft.graph.windowsHelloForBusinessAuthenticationMethod': '#/components/schemas/microsoft.graph.windowsHelloForBusinessAuthenticationMethod' '#microsoft.graph.authenticationMethodConfiguration': '#/components/schemas/microsoft.graph.authenticationMethodConfiguration' '#microsoft.graph.emailAuthenticationMethodConfiguration': '#/components/schemas/microsoft.graph.emailAuthenticationMethodConfiguration' '#microsoft.graph.fido2AuthenticationMethodConfiguration': '#/components/schemas/microsoft.graph.fido2AuthenticationMethodConfiguration' '#microsoft.graph.microsoftAuthenticatorAuthenticationMethodConfiguration': '#/components/schemas/microsoft.graph.microsoftAuthenticatorAuthenticationMethodConfiguration' '#microsoft.graph.smsAuthenticationMethodConfiguration': '#/components/schemas/microsoft.graph.smsAuthenticationMethodConfiguration' '#microsoft.graph.softwareOathAuthenticationMethodConfiguration': '#/components/schemas/microsoft.graph.softwareOathAuthenticationMethodConfiguration' '#microsoft.graph.temporaryAccessPassAuthenticationMethodConfiguration': '#/components/schemas/microsoft.graph.temporaryAccessPassAuthenticationMethodConfiguration' '#microsoft.graph.voiceAuthenticationMethodConfiguration': '#/components/schemas/microsoft.graph.voiceAuthenticationMethodConfiguration' '#microsoft.graph.x509CertificateAuthenticationMethodConfiguration': '#/components/schemas/microsoft.graph.x509CertificateAuthenticationMethodConfiguration' '#microsoft.graph.authenticationMethodModeDetail': '#/components/schemas/microsoft.graph.authenticationMethodModeDetail' '#microsoft.graph.authenticationMethodsPolicy': '#/components/schemas/microsoft.graph.authenticationMethodsPolicy' '#microsoft.graph.authenticationMethodsRoot': '#/components/schemas/microsoft.graph.authenticationMethodsRoot' '#microsoft.graph.authenticationMethodTarget': '#/components/schemas/microsoft.graph.authenticationMethodTarget' '#microsoft.graph.microsoftAuthenticatorAuthenticationMethodTarget': '#/components/schemas/microsoft.graph.microsoftAuthenticatorAuthenticationMethodTarget' '#microsoft.graph.smsAuthenticationMethodTarget': '#/components/schemas/microsoft.graph.smsAuthenticationMethodTarget' '#microsoft.graph.authenticationStrengthPolicy': '#/components/schemas/microsoft.graph.authenticationStrengthPolicy' '#microsoft.graph.authenticationStrengthRoot': '#/components/schemas/microsoft.graph.authenticationStrengthRoot' '#microsoft.graph.authoredNote': '#/components/schemas/microsoft.graph.authoredNote' '#microsoft.graph.baseItem': '#/components/schemas/microsoft.graph.baseItem' '#microsoft.graph.baseSitePage': '#/components/schemas/microsoft.graph.baseSitePage' '#microsoft.graph.sitePage': '#/components/schemas/microsoft.graph.sitePage' '#microsoft.graph.drive': '#/components/schemas/microsoft.graph.drive' '#microsoft.graph.driveItem': '#/components/schemas/microsoft.graph.driveItem' '#microsoft.graph.list': '#/components/schemas/microsoft.graph.list' '#microsoft.graph.listItem': '#/components/schemas/microsoft.graph.listItem' '#microsoft.graph.sharedDriveItem': '#/components/schemas/microsoft.graph.sharedDriveItem' '#microsoft.graph.site': '#/components/schemas/microsoft.graph.site' '#microsoft.graph.baseItemVersion': '#/components/schemas/microsoft.graph.baseItemVersion' '#microsoft.graph.driveItemVersion': '#/components/schemas/microsoft.graph.driveItemVersion' '#microsoft.graph.listItemVersion': '#/components/schemas/microsoft.graph.listItemVersion' '#microsoft.graph.documentSetVersion': '#/components/schemas/microsoft.graph.documentSetVersion' '#microsoft.graph.bitlocker': '#/components/schemas/microsoft.graph.bitlocker' '#microsoft.graph.bitlockerRecoveryKey': '#/components/schemas/microsoft.graph.bitlockerRecoveryKey' '#microsoft.graph.bookingAppointment': '#/components/schemas/microsoft.graph.bookingAppointment' '#microsoft.graph.bookingBusiness': '#/components/schemas/microsoft.graph.bookingBusiness' '#microsoft.graph.bookingCurrency': '#/components/schemas/microsoft.graph.bookingCurrency' '#microsoft.graph.bookingCustomerBase': '#/components/schemas/microsoft.graph.bookingCustomerBase' '#microsoft.graph.bookingCustomer': '#/components/schemas/microsoft.graph.bookingCustomer' '#microsoft.graph.bookingCustomQuestion': '#/components/schemas/microsoft.graph.bookingCustomQuestion' '#microsoft.graph.bookingService': '#/components/schemas/microsoft.graph.bookingService' '#microsoft.graph.bookingStaffMemberBase': '#/components/schemas/microsoft.graph.bookingStaffMemberBase' '#microsoft.graph.bookingStaffMember': '#/components/schemas/microsoft.graph.bookingStaffMember' '#microsoft.graph.browserSharedCookie': '#/components/schemas/microsoft.graph.browserSharedCookie' '#microsoft.graph.browserSite': '#/components/schemas/microsoft.graph.browserSite' '#microsoft.graph.browserSiteList': '#/components/schemas/microsoft.graph.browserSiteList' '#microsoft.graph.bulkUpload': '#/components/schemas/microsoft.graph.bulkUpload' '#microsoft.graph.calendar': '#/components/schemas/microsoft.graph.calendar' '#microsoft.graph.calendarGroup': '#/components/schemas/microsoft.graph.calendarGroup' '#microsoft.graph.calendarPermission': '#/components/schemas/microsoft.graph.calendarPermission' '#microsoft.graph.call': '#/components/schemas/microsoft.graph.call' '#microsoft.graph.callRecording': '#/components/schemas/microsoft.graph.callRecording' '#microsoft.graph.callTranscript': '#/components/schemas/microsoft.graph.callTranscript' '#microsoft.graph.canvasLayout': '#/components/schemas/microsoft.graph.canvasLayout' '#microsoft.graph.certificateBasedAuthConfiguration': '#/components/schemas/microsoft.graph.certificateBasedAuthConfiguration' '#microsoft.graph.changeTrackedEntity': '#/components/schemas/microsoft.graph.changeTrackedEntity' '#microsoft.graph.openShift': '#/components/schemas/microsoft.graph.openShift' '#microsoft.graph.scheduleChangeRequest': '#/components/schemas/microsoft.graph.scheduleChangeRequest' '#microsoft.graph.offerShiftRequest': '#/components/schemas/microsoft.graph.offerShiftRequest' '#microsoft.graph.swapShiftsChangeRequest': '#/components/schemas/microsoft.graph.swapShiftsChangeRequest' '#microsoft.graph.openShiftChangeRequest': '#/components/schemas/microsoft.graph.openShiftChangeRequest' '#microsoft.graph.timeOffRequest': '#/components/schemas/microsoft.graph.timeOffRequest' '#microsoft.graph.schedulingGroup': '#/components/schemas/microsoft.graph.schedulingGroup' '#microsoft.graph.shift': '#/components/schemas/microsoft.graph.shift' '#microsoft.graph.shiftPreferences': '#/components/schemas/microsoft.graph.shiftPreferences' '#microsoft.graph.timeOff': '#/components/schemas/microsoft.graph.timeOff' '#microsoft.graph.timeOffReason': '#/components/schemas/microsoft.graph.timeOffReason' '#microsoft.graph.workforceIntegration': '#/components/schemas/microsoft.graph.workforceIntegration' '#microsoft.graph.channel': '#/components/schemas/microsoft.graph.channel' '#microsoft.graph.chat': '#/components/schemas/microsoft.graph.chat' '#microsoft.graph.chatMessage': '#/components/schemas/microsoft.graph.chatMessage' '#microsoft.graph.chatMessageInfo': '#/components/schemas/microsoft.graph.chatMessageInfo' '#microsoft.graph.checklistItem': '#/components/schemas/microsoft.graph.checklistItem' '#microsoft.graph.cloudClipboardItem': '#/components/schemas/microsoft.graph.cloudClipboardItem' '#microsoft.graph.cloudClipboardRoot': '#/components/schemas/microsoft.graph.cloudClipboardRoot' '#microsoft.graph.cloudPC': '#/components/schemas/microsoft.graph.cloudPC' '#microsoft.graph.cloudPcAuditEvent': '#/components/schemas/microsoft.graph.cloudPcAuditEvent' '#microsoft.graph.cloudPcDeviceImage': '#/components/schemas/microsoft.graph.cloudPcDeviceImage' '#microsoft.graph.cloudPcGalleryImage': '#/components/schemas/microsoft.graph.cloudPcGalleryImage' '#microsoft.graph.cloudPcOnPremisesConnection': '#/components/schemas/microsoft.graph.cloudPcOnPremisesConnection' '#microsoft.graph.cloudPcProvisioningPolicy': '#/components/schemas/microsoft.graph.cloudPcProvisioningPolicy' '#microsoft.graph.cloudPcProvisioningPolicyAssignment': '#/components/schemas/microsoft.graph.cloudPcProvisioningPolicyAssignment' '#microsoft.graph.cloudPcUserSetting': '#/components/schemas/microsoft.graph.cloudPcUserSetting' '#microsoft.graph.cloudPcUserSettingAssignment': '#/components/schemas/microsoft.graph.cloudPcUserSettingAssignment' '#microsoft.graph.columnDefinition': '#/components/schemas/microsoft.graph.columnDefinition' '#microsoft.graph.columnLink': '#/components/schemas/microsoft.graph.columnLink' '#microsoft.graph.commsOperation': '#/components/schemas/microsoft.graph.commsOperation' '#microsoft.graph.addLargeGalleryViewOperation': '#/components/schemas/microsoft.graph.addLargeGalleryViewOperation' '#microsoft.graph.cancelMediaProcessingOperation': '#/components/schemas/microsoft.graph.cancelMediaProcessingOperation' '#microsoft.graph.inviteParticipantsOperation': '#/components/schemas/microsoft.graph.inviteParticipantsOperation' '#microsoft.graph.muteParticipantOperation': '#/components/schemas/microsoft.graph.muteParticipantOperation' '#microsoft.graph.playPromptOperation': '#/components/schemas/microsoft.graph.playPromptOperation' '#microsoft.graph.recordOperation': '#/components/schemas/microsoft.graph.recordOperation' '#microsoft.graph.sendDtmfTonesOperation': '#/components/schemas/microsoft.graph.sendDtmfTonesOperation' '#microsoft.graph.startHoldMusicOperation': '#/components/schemas/microsoft.graph.startHoldMusicOperation' '#microsoft.graph.stopHoldMusicOperation': '#/components/schemas/microsoft.graph.stopHoldMusicOperation' '#microsoft.graph.subscribeToToneOperation': '#/components/schemas/microsoft.graph.subscribeToToneOperation' '#microsoft.graph.unmuteParticipantOperation': '#/components/schemas/microsoft.graph.unmuteParticipantOperation' '#microsoft.graph.updateRecordingStatusOperation': '#/components/schemas/microsoft.graph.updateRecordingStatusOperation' '#microsoft.graph.companySubscription': '#/components/schemas/microsoft.graph.companySubscription' '#microsoft.graph.complianceManagementPartner': '#/components/schemas/microsoft.graph.complianceManagementPartner' '#microsoft.graph.conditionalAccessPolicy': '#/components/schemas/microsoft.graph.conditionalAccessPolicy' '#microsoft.graph.conditionalAccessRoot': '#/components/schemas/microsoft.graph.conditionalAccessRoot' '#microsoft.graph.conditionalAccessTemplate': '#/components/schemas/microsoft.graph.conditionalAccessTemplate' '#microsoft.graph.connectedOrganization': '#/components/schemas/microsoft.graph.connectedOrganization' '#microsoft.graph.contactFolder': '#/components/schemas/microsoft.graph.contactFolder' '#microsoft.graph.contentSharingSession': '#/components/schemas/microsoft.graph.contentSharingSession' '#microsoft.graph.contentType': '#/components/schemas/microsoft.graph.contentType' '#microsoft.graph.conversation': '#/components/schemas/microsoft.graph.conversation' '#microsoft.graph.conversationMember': '#/components/schemas/microsoft.graph.conversationMember' '#microsoft.graph.aadUserConversationMember': '#/components/schemas/microsoft.graph.aadUserConversationMember' '#microsoft.graph.anonymousGuestConversationMember': '#/components/schemas/microsoft.graph.anonymousGuestConversationMember' '#microsoft.graph.azureCommunicationServicesUserConversationMember': '#/components/schemas/microsoft.graph.azureCommunicationServicesUserConversationMember' '#microsoft.graph.microsoftAccountUserConversationMember': '#/components/schemas/microsoft.graph.microsoftAccountUserConversationMember' '#microsoft.graph.skypeForBusinessUserConversationMember': '#/components/schemas/microsoft.graph.skypeForBusinessUserConversationMember' '#microsoft.graph.skypeUserConversationMember': '#/components/schemas/microsoft.graph.skypeUserConversationMember' '#microsoft.graph.conversationThread': '#/components/schemas/microsoft.graph.conversationThread' '#microsoft.graph.crossTenantAccessPolicyConfigurationDefault': '#/components/schemas/microsoft.graph.crossTenantAccessPolicyConfigurationDefault' '#microsoft.graph.customCalloutExtension': '#/components/schemas/microsoft.graph.customCalloutExtension' '#microsoft.graph.accessPackageAssignmentRequestWorkflowExtension': '#/components/schemas/microsoft.graph.accessPackageAssignmentRequestWorkflowExtension' '#microsoft.graph.accessPackageAssignmentWorkflowExtension': '#/components/schemas/microsoft.graph.accessPackageAssignmentWorkflowExtension' '#microsoft.graph.customAuthenticationExtension': '#/components/schemas/microsoft.graph.customAuthenticationExtension' '#microsoft.graph.onTokenIssuanceStartCustomExtension': '#/components/schemas/microsoft.graph.onTokenIssuanceStartCustomExtension' '#microsoft.graph.identityGovernance.customTaskExtension': '#/components/schemas/microsoft.graph.identityGovernance.customTaskExtension' '#microsoft.graph.customExtensionStageSetting': '#/components/schemas/microsoft.graph.customExtensionStageSetting' '#microsoft.graph.customSecurityAttributeDefinition': '#/components/schemas/microsoft.graph.customSecurityAttributeDefinition' '#microsoft.graph.dataPolicyOperation': '#/components/schemas/microsoft.graph.dataPolicyOperation' '#microsoft.graph.delegatedAdminAccessAssignment': '#/components/schemas/microsoft.graph.delegatedAdminAccessAssignment' '#microsoft.graph.delegatedAdminCustomer': '#/components/schemas/microsoft.graph.delegatedAdminCustomer' '#microsoft.graph.delegatedAdminRelationship': '#/components/schemas/microsoft.graph.delegatedAdminRelationship' '#microsoft.graph.resellerDelegatedAdminRelationship': '#/components/schemas/microsoft.graph.resellerDelegatedAdminRelationship' '#microsoft.graph.delegatedAdminRelationshipOperation': '#/components/schemas/microsoft.graph.delegatedAdminRelationshipOperation' '#microsoft.graph.delegatedAdminRelationshipRequest': '#/components/schemas/microsoft.graph.delegatedAdminRelationshipRequest' '#microsoft.graph.delegatedAdminServiceManagementDetail': '#/components/schemas/microsoft.graph.delegatedAdminServiceManagementDetail' '#microsoft.graph.delegatedPermissionClassification': '#/components/schemas/microsoft.graph.delegatedPermissionClassification' '#microsoft.graph.deletedChat': '#/components/schemas/microsoft.graph.deletedChat' '#microsoft.graph.deletedItemContainer': '#/components/schemas/microsoft.graph.deletedItemContainer' '#microsoft.graph.deletedTeam': '#/components/schemas/microsoft.graph.deletedTeam' '#microsoft.graph.deltaParticipants': '#/components/schemas/microsoft.graph.deltaParticipants' '#microsoft.graph.detectedApp': '#/components/schemas/microsoft.graph.detectedApp' '#microsoft.graph.deviceAppManagement': '#/components/schemas/microsoft.graph.deviceAppManagement' '#microsoft.graph.deviceCategory': '#/components/schemas/microsoft.graph.deviceCategory' '#microsoft.graph.deviceComplianceActionItem': '#/components/schemas/microsoft.graph.deviceComplianceActionItem' '#microsoft.graph.deviceComplianceDeviceOverview': '#/components/schemas/microsoft.graph.deviceComplianceDeviceOverview' '#microsoft.graph.deviceComplianceDeviceStatus': '#/components/schemas/microsoft.graph.deviceComplianceDeviceStatus' '#microsoft.graph.deviceCompliancePolicy': '#/components/schemas/microsoft.graph.deviceCompliancePolicy' '#microsoft.graph.androidCompliancePolicy': '#/components/schemas/microsoft.graph.androidCompliancePolicy' '#microsoft.graph.androidWorkProfileCompliancePolicy': '#/components/schemas/microsoft.graph.androidWorkProfileCompliancePolicy' '#microsoft.graph.iosCompliancePolicy': '#/components/schemas/microsoft.graph.iosCompliancePolicy' '#microsoft.graph.macOSCompliancePolicy': '#/components/schemas/microsoft.graph.macOSCompliancePolicy' '#microsoft.graph.windows10CompliancePolicy': '#/components/schemas/microsoft.graph.windows10CompliancePolicy' '#microsoft.graph.windows10MobileCompliancePolicy': '#/components/schemas/microsoft.graph.windows10MobileCompliancePolicy' '#microsoft.graph.windows81CompliancePolicy': '#/components/schemas/microsoft.graph.windows81CompliancePolicy' '#microsoft.graph.windowsPhone81CompliancePolicy': '#/components/schemas/microsoft.graph.windowsPhone81CompliancePolicy' '#microsoft.graph.deviceCompliancePolicyAssignment': '#/components/schemas/microsoft.graph.deviceCompliancePolicyAssignment' '#microsoft.graph.deviceCompliancePolicyDeviceStateSummary': '#/components/schemas/microsoft.graph.deviceCompliancePolicyDeviceStateSummary' '#microsoft.graph.deviceCompliancePolicySettingStateSummary': '#/components/schemas/microsoft.graph.deviceCompliancePolicySettingStateSummary' '#microsoft.graph.deviceCompliancePolicyState': '#/components/schemas/microsoft.graph.deviceCompliancePolicyState' '#microsoft.graph.deviceComplianceScheduledActionForRule': '#/components/schemas/microsoft.graph.deviceComplianceScheduledActionForRule' '#microsoft.graph.deviceComplianceSettingState': '#/components/schemas/microsoft.graph.deviceComplianceSettingState' '#microsoft.graph.deviceComplianceUserOverview': '#/components/schemas/microsoft.graph.deviceComplianceUserOverview' '#microsoft.graph.deviceComplianceUserStatus': '#/components/schemas/microsoft.graph.deviceComplianceUserStatus' '#microsoft.graph.deviceConfiguration': '#/components/schemas/microsoft.graph.deviceConfiguration' '#microsoft.graph.androidCustomConfiguration': '#/components/schemas/microsoft.graph.androidCustomConfiguration' '#microsoft.graph.androidGeneralDeviceConfiguration': '#/components/schemas/microsoft.graph.androidGeneralDeviceConfiguration' '#microsoft.graph.androidWorkProfileCustomConfiguration': '#/components/schemas/microsoft.graph.androidWorkProfileCustomConfiguration' '#microsoft.graph.androidWorkProfileGeneralDeviceConfiguration': '#/components/schemas/microsoft.graph.androidWorkProfileGeneralDeviceConfiguration' '#microsoft.graph.appleDeviceFeaturesConfigurationBase': '#/components/schemas/microsoft.graph.appleDeviceFeaturesConfigurationBase' '#microsoft.graph.iosDeviceFeaturesConfiguration': '#/components/schemas/microsoft.graph.iosDeviceFeaturesConfiguration' '#microsoft.graph.macOSDeviceFeaturesConfiguration': '#/components/schemas/microsoft.graph.macOSDeviceFeaturesConfiguration' '#microsoft.graph.editionUpgradeConfiguration': '#/components/schemas/microsoft.graph.editionUpgradeConfiguration' '#microsoft.graph.iosCertificateProfile': '#/components/schemas/microsoft.graph.iosCertificateProfile' '#microsoft.graph.iosCustomConfiguration': '#/components/schemas/microsoft.graph.iosCustomConfiguration' '#microsoft.graph.iosGeneralDeviceConfiguration': '#/components/schemas/microsoft.graph.iosGeneralDeviceConfiguration' '#microsoft.graph.iosUpdateConfiguration': '#/components/schemas/microsoft.graph.iosUpdateConfiguration' '#microsoft.graph.macOSCustomConfiguration': '#/components/schemas/microsoft.graph.macOSCustomConfiguration' '#microsoft.graph.macOSGeneralDeviceConfiguration': '#/components/schemas/microsoft.graph.macOSGeneralDeviceConfiguration' '#microsoft.graph.sharedPCConfiguration': '#/components/schemas/microsoft.graph.sharedPCConfiguration' '#microsoft.graph.windows10CustomConfiguration': '#/components/schemas/microsoft.graph.windows10CustomConfiguration' '#microsoft.graph.windows10EndpointProtectionConfiguration': '#/components/schemas/microsoft.graph.windows10EndpointProtectionConfiguration' '#microsoft.graph.windows10EnterpriseModernAppManagementConfiguration': '#/components/schemas/microsoft.graph.windows10EnterpriseModernAppManagementConfiguration' '#microsoft.graph.windows10GeneralConfiguration': '#/components/schemas/microsoft.graph.windows10GeneralConfiguration' '#microsoft.graph.windows10SecureAssessmentConfiguration': '#/components/schemas/microsoft.graph.windows10SecureAssessmentConfiguration' '#microsoft.graph.windows10TeamGeneralConfiguration': '#/components/schemas/microsoft.graph.windows10TeamGeneralConfiguration' '#microsoft.graph.windows81GeneralConfiguration': '#/components/schemas/microsoft.graph.windows81GeneralConfiguration' '#microsoft.graph.windowsDefenderAdvancedThreatProtectionConfiguration': '#/components/schemas/microsoft.graph.windowsDefenderAdvancedThreatProtectionConfiguration' '#microsoft.graph.windowsPhone81CustomConfiguration': '#/components/schemas/microsoft.graph.windowsPhone81CustomConfiguration' '#microsoft.graph.windowsPhone81GeneralConfiguration': '#/components/schemas/microsoft.graph.windowsPhone81GeneralConfiguration' '#microsoft.graph.windowsUpdateForBusinessConfiguration': '#/components/schemas/microsoft.graph.windowsUpdateForBusinessConfiguration' '#microsoft.graph.deviceConfigurationAssignment': '#/components/schemas/microsoft.graph.deviceConfigurationAssignment' '#microsoft.graph.deviceConfigurationDeviceOverview': '#/components/schemas/microsoft.graph.deviceConfigurationDeviceOverview' '#microsoft.graph.deviceConfigurationDeviceStateSummary': '#/components/schemas/microsoft.graph.deviceConfigurationDeviceStateSummary' '#microsoft.graph.deviceConfigurationDeviceStatus': '#/components/schemas/microsoft.graph.deviceConfigurationDeviceStatus' '#microsoft.graph.deviceConfigurationState': '#/components/schemas/microsoft.graph.deviceConfigurationState' '#microsoft.graph.deviceConfigurationUserOverview': '#/components/schemas/microsoft.graph.deviceConfigurationUserOverview' '#microsoft.graph.deviceConfigurationUserStatus': '#/components/schemas/microsoft.graph.deviceConfigurationUserStatus' '#microsoft.graph.deviceEnrollmentConfiguration': '#/components/schemas/microsoft.graph.deviceEnrollmentConfiguration' '#microsoft.graph.deviceEnrollmentLimitConfiguration': '#/components/schemas/microsoft.graph.deviceEnrollmentLimitConfiguration' '#microsoft.graph.deviceEnrollmentPlatformRestrictionsConfiguration': '#/components/schemas/microsoft.graph.deviceEnrollmentPlatformRestrictionsConfiguration' '#microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration': '#/components/schemas/microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration' '#microsoft.graph.windows10EnrollmentCompletionPageConfiguration': '#/components/schemas/microsoft.graph.windows10EnrollmentCompletionPageConfiguration' '#microsoft.graph.deviceInstallState': '#/components/schemas/microsoft.graph.deviceInstallState' '#microsoft.graph.deviceLocalCredentialInfo': '#/components/schemas/microsoft.graph.deviceLocalCredentialInfo' '#microsoft.graph.deviceLogCollectionResponse': '#/components/schemas/microsoft.graph.deviceLogCollectionResponse' '#microsoft.graph.deviceManagement': '#/components/schemas/microsoft.graph.deviceManagement' '#microsoft.graph.deviceManagementCachedReportConfiguration': '#/components/schemas/microsoft.graph.deviceManagementCachedReportConfiguration' '#microsoft.graph.deviceManagementExchangeConnector': '#/components/schemas/microsoft.graph.deviceManagementExchangeConnector' '#microsoft.graph.deviceManagementExportJob': '#/components/schemas/microsoft.graph.deviceManagementExportJob' '#microsoft.graph.deviceManagementPartner': '#/components/schemas/microsoft.graph.deviceManagementPartner' '#microsoft.graph.deviceManagementReports': '#/components/schemas/microsoft.graph.deviceManagementReports' '#microsoft.graph.deviceManagementTroubleshootingEvent': '#/components/schemas/microsoft.graph.deviceManagementTroubleshootingEvent' '#microsoft.graph.enrollmentTroubleshootingEvent': '#/components/schemas/microsoft.graph.enrollmentTroubleshootingEvent' '#microsoft.graph.deviceRegistrationPolicy': '#/components/schemas/microsoft.graph.deviceRegistrationPolicy' '#microsoft.graph.directory': '#/components/schemas/microsoft.graph.directory' '#microsoft.graph.directoryAudit': '#/components/schemas/microsoft.graph.directoryAudit' '#microsoft.graph.directoryDefinition': '#/components/schemas/microsoft.graph.directoryDefinition' '#microsoft.graph.directoryObject': '#/components/schemas/microsoft.graph.directoryObject' '#microsoft.graph.administrativeUnit': '#/components/schemas/microsoft.graph.administrativeUnit' '#microsoft.graph.application': '#/components/schemas/microsoft.graph.application' '#microsoft.graph.appRoleAssignment': '#/components/schemas/microsoft.graph.appRoleAssignment' '#microsoft.graph.contract': '#/components/schemas/microsoft.graph.contract' '#microsoft.graph.device': '#/components/schemas/microsoft.graph.device' '#microsoft.graph.directoryObjectPartnerReference': '#/components/schemas/microsoft.graph.directoryObjectPartnerReference' '#microsoft.graph.directoryRole': '#/components/schemas/microsoft.graph.directoryRole' '#microsoft.graph.directoryRoleTemplate': '#/components/schemas/microsoft.graph.directoryRoleTemplate' '#microsoft.graph.endpoint': '#/components/schemas/microsoft.graph.endpoint' '#microsoft.graph.extensionProperty': '#/components/schemas/microsoft.graph.extensionProperty' '#microsoft.graph.group': '#/components/schemas/microsoft.graph.group' '#microsoft.graph.groupSettingTemplate': '#/components/schemas/microsoft.graph.groupSettingTemplate' '#microsoft.graph.multiTenantOrganizationMember': '#/components/schemas/microsoft.graph.multiTenantOrganizationMember' '#microsoft.graph.organization': '#/components/schemas/microsoft.graph.organization' '#microsoft.graph.orgContact': '#/components/schemas/microsoft.graph.orgContact' '#microsoft.graph.policyBase': '#/components/schemas/microsoft.graph.policyBase' '#microsoft.graph.appManagementPolicy': '#/components/schemas/microsoft.graph.appManagementPolicy' '#microsoft.graph.authorizationPolicy': '#/components/schemas/microsoft.graph.authorizationPolicy' '#microsoft.graph.crossTenantAccessPolicy': '#/components/schemas/microsoft.graph.crossTenantAccessPolicy' '#microsoft.graph.identitySecurityDefaultsEnforcementPolicy': '#/components/schemas/microsoft.graph.identitySecurityDefaultsEnforcementPolicy' '#microsoft.graph.permissionGrantPolicy': '#/components/schemas/microsoft.graph.permissionGrantPolicy' '#microsoft.graph.stsPolicy': '#/components/schemas/microsoft.graph.stsPolicy' '#microsoft.graph.activityBasedTimeoutPolicy': '#/components/schemas/microsoft.graph.activityBasedTimeoutPolicy' '#microsoft.graph.claimsMappingPolicy': '#/components/schemas/microsoft.graph.claimsMappingPolicy' '#microsoft.graph.homeRealmDiscoveryPolicy': '#/components/schemas/microsoft.graph.homeRealmDiscoveryPolicy' '#microsoft.graph.tokenIssuancePolicy': '#/components/schemas/microsoft.graph.tokenIssuancePolicy' '#microsoft.graph.tokenLifetimePolicy': '#/components/schemas/microsoft.graph.tokenLifetimePolicy' '#microsoft.graph.tenantAppManagementPolicy': '#/components/schemas/microsoft.graph.tenantAppManagementPolicy' '#microsoft.graph.resourceSpecificPermissionGrant': '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' '#microsoft.graph.servicePrincipal': '#/components/schemas/microsoft.graph.servicePrincipal' '#microsoft.graph.user': '#/components/schemas/microsoft.graph.user' '#microsoft.graph.domain': '#/components/schemas/microsoft.graph.domain' '#microsoft.graph.domainDnsRecord': '#/components/schemas/microsoft.graph.domainDnsRecord' '#microsoft.graph.domainDnsCnameRecord': '#/components/schemas/microsoft.graph.domainDnsCnameRecord' '#microsoft.graph.domainDnsMxRecord': '#/components/schemas/microsoft.graph.domainDnsMxRecord' '#microsoft.graph.domainDnsSrvRecord': '#/components/schemas/microsoft.graph.domainDnsSrvRecord' '#microsoft.graph.domainDnsTxtRecord': '#/components/schemas/microsoft.graph.domainDnsTxtRecord' '#microsoft.graph.domainDnsUnavailableRecord': '#/components/schemas/microsoft.graph.domainDnsUnavailableRecord' '#microsoft.graph.eBookInstallSummary': '#/components/schemas/microsoft.graph.eBookInstallSummary' '#microsoft.graph.edge': '#/components/schemas/microsoft.graph.edge' '#microsoft.graph.educationAssignment': '#/components/schemas/microsoft.graph.educationAssignment' '#microsoft.graph.educationAssignmentDefaults': '#/components/schemas/microsoft.graph.educationAssignmentDefaults' '#microsoft.graph.educationAssignmentResource': '#/components/schemas/microsoft.graph.educationAssignmentResource' '#microsoft.graph.educationAssignmentSettings': '#/components/schemas/microsoft.graph.educationAssignmentSettings' '#microsoft.graph.educationCategory': '#/components/schemas/microsoft.graph.educationCategory' '#microsoft.graph.educationClass': '#/components/schemas/microsoft.graph.educationClass' '#microsoft.graph.educationGradingCategory': '#/components/schemas/microsoft.graph.educationGradingCategory' '#microsoft.graph.educationModule': '#/components/schemas/microsoft.graph.educationModule' '#microsoft.graph.educationModuleResource': '#/components/schemas/microsoft.graph.educationModuleResource' '#microsoft.graph.educationOrganization': '#/components/schemas/microsoft.graph.educationOrganization' '#microsoft.graph.educationSchool': '#/components/schemas/microsoft.graph.educationSchool' '#microsoft.graph.educationOutcome': '#/components/schemas/microsoft.graph.educationOutcome' '#microsoft.graph.educationFeedbackOutcome': '#/components/schemas/microsoft.graph.educationFeedbackOutcome' '#microsoft.graph.educationFeedbackResourceOutcome': '#/components/schemas/microsoft.graph.educationFeedbackResourceOutcome' '#microsoft.graph.educationPointsOutcome': '#/components/schemas/microsoft.graph.educationPointsOutcome' '#microsoft.graph.educationRubricOutcome': '#/components/schemas/microsoft.graph.educationRubricOutcome' '#microsoft.graph.educationRubric': '#/components/schemas/microsoft.graph.educationRubric' '#microsoft.graph.educationSubmission': '#/components/schemas/microsoft.graph.educationSubmission' '#microsoft.graph.educationSubmissionResource': '#/components/schemas/microsoft.graph.educationSubmissionResource' '#microsoft.graph.educationUser': '#/components/schemas/microsoft.graph.educationUser' '#microsoft.graph.employeeExperienceUser': '#/components/schemas/microsoft.graph.employeeExperienceUser' '#microsoft.graph.endUserNotification': '#/components/schemas/microsoft.graph.endUserNotification' '#microsoft.graph.endUserNotificationDetail': '#/components/schemas/microsoft.graph.endUserNotificationDetail' '#microsoft.graph.enrollmentConfigurationAssignment': '#/components/schemas/microsoft.graph.enrollmentConfigurationAssignment' '#microsoft.graph.enterpriseCodeSigningCertificate': '#/components/schemas/microsoft.graph.enterpriseCodeSigningCertificate' '#microsoft.graph.entitlementManagement': '#/components/schemas/microsoft.graph.entitlementManagement' '#microsoft.graph.entitlementManagementSettings': '#/components/schemas/microsoft.graph.entitlementManagementSettings' '#microsoft.graph.extension': '#/components/schemas/microsoft.graph.extension' '#microsoft.graph.openTypeExtension': '#/components/schemas/microsoft.graph.openTypeExtension' '#microsoft.graph.externalDomainName': '#/components/schemas/microsoft.graph.externalDomainName' '#microsoft.graph.featureRolloutPolicy': '#/components/schemas/microsoft.graph.featureRolloutPolicy' '#microsoft.graph.federatedIdentityCredential': '#/components/schemas/microsoft.graph.federatedIdentityCredential' '#microsoft.graph.fieldValueSet': '#/components/schemas/microsoft.graph.fieldValueSet' '#microsoft.graph.fileStorage': '#/components/schemas/microsoft.graph.fileStorage' '#microsoft.graph.fileStorageContainer': '#/components/schemas/microsoft.graph.fileStorageContainer' '#microsoft.graph.filterOperatorSchema': '#/components/schemas/microsoft.graph.filterOperatorSchema' '#microsoft.graph.governanceInsight': '#/components/schemas/microsoft.graph.governanceInsight' '#microsoft.graph.membershipOutlierInsight': '#/components/schemas/microsoft.graph.membershipOutlierInsight' '#microsoft.graph.userSignInInsight': '#/components/schemas/microsoft.graph.userSignInInsight' '#microsoft.graph.groupLifecyclePolicy': '#/components/schemas/microsoft.graph.groupLifecyclePolicy' '#microsoft.graph.groupSetting': '#/components/schemas/microsoft.graph.groupSetting' '#microsoft.graph.horizontalSection': '#/components/schemas/microsoft.graph.horizontalSection' '#microsoft.graph.horizontalSectionColumn': '#/components/schemas/microsoft.graph.horizontalSectionColumn' '#microsoft.graph.identityApiConnector': '#/components/schemas/microsoft.graph.identityApiConnector' '#microsoft.graph.identityContainer': '#/components/schemas/microsoft.graph.identityContainer' '#microsoft.graph.identityProvider': '#/components/schemas/microsoft.graph.identityProvider' '#microsoft.graph.identityProviderBase': '#/components/schemas/microsoft.graph.identityProviderBase' '#microsoft.graph.appleManagedIdentityProvider': '#/components/schemas/microsoft.graph.appleManagedIdentityProvider' '#microsoft.graph.builtInIdentityProvider': '#/components/schemas/microsoft.graph.builtInIdentityProvider' '#microsoft.graph.samlOrWsFedProvider': '#/components/schemas/microsoft.graph.samlOrWsFedProvider' '#microsoft.graph.internalDomainFederation': '#/components/schemas/microsoft.graph.internalDomainFederation' '#microsoft.graph.samlOrWsFedExternalDomainFederation': '#/components/schemas/microsoft.graph.samlOrWsFedExternalDomainFederation' '#microsoft.graph.socialIdentityProvider': '#/components/schemas/microsoft.graph.socialIdentityProvider' '#microsoft.graph.identityUserFlow': '#/components/schemas/microsoft.graph.identityUserFlow' '#microsoft.graph.b2xIdentityUserFlow': '#/components/schemas/microsoft.graph.b2xIdentityUserFlow' '#microsoft.graph.identityUserFlowAttribute': '#/components/schemas/microsoft.graph.identityUserFlowAttribute' '#microsoft.graph.identityBuiltInUserFlowAttribute': '#/components/schemas/microsoft.graph.identityBuiltInUserFlowAttribute' '#microsoft.graph.identityCustomUserFlowAttribute': '#/components/schemas/microsoft.graph.identityCustomUserFlowAttribute' '#microsoft.graph.identityUserFlowAttributeAssignment': '#/components/schemas/microsoft.graph.identityUserFlowAttributeAssignment' '#microsoft.graph.importedWindowsAutopilotDeviceIdentity': '#/components/schemas/microsoft.graph.importedWindowsAutopilotDeviceIdentity' '#microsoft.graph.importedWindowsAutopilotDeviceIdentityUpload': '#/components/schemas/microsoft.graph.importedWindowsAutopilotDeviceIdentityUpload' '#microsoft.graph.inferenceClassification': '#/components/schemas/microsoft.graph.inferenceClassification' '#microsoft.graph.inferenceClassificationOverride': '#/components/schemas/microsoft.graph.inferenceClassificationOverride' '#microsoft.graph.insightsSettings': '#/components/schemas/microsoft.graph.insightsSettings' '#microsoft.graph.internetExplorerMode': '#/components/schemas/microsoft.graph.internetExplorerMode' '#microsoft.graph.invitation': '#/components/schemas/microsoft.graph.invitation' '#microsoft.graph.iosLobAppProvisioningConfigurationAssignment': '#/components/schemas/microsoft.graph.iosLobAppProvisioningConfigurationAssignment' '#microsoft.graph.iosUpdateDeviceStatus': '#/components/schemas/microsoft.graph.iosUpdateDeviceStatus' '#microsoft.graph.itemActivity': '#/components/schemas/microsoft.graph.itemActivity' '#microsoft.graph.itemActivityStat': '#/components/schemas/microsoft.graph.itemActivityStat' '#microsoft.graph.itemAnalytics': '#/components/schemas/microsoft.graph.itemAnalytics' '#microsoft.graph.itemRetentionLabel': '#/components/schemas/microsoft.graph.itemRetentionLabel' '#microsoft.graph.landingPage': '#/components/schemas/microsoft.graph.landingPage' '#microsoft.graph.landingPageDetail': '#/components/schemas/microsoft.graph.landingPageDetail' '#microsoft.graph.learningContent': '#/components/schemas/microsoft.graph.learningContent' '#microsoft.graph.learningCourseActivity': '#/components/schemas/microsoft.graph.learningCourseActivity' '#microsoft.graph.learningAssignment': '#/components/schemas/microsoft.graph.learningAssignment' '#microsoft.graph.learningSelfInitiatedCourse': '#/components/schemas/microsoft.graph.learningSelfInitiatedCourse' '#microsoft.graph.learningProvider': '#/components/schemas/microsoft.graph.learningProvider' '#microsoft.graph.licenseDetails': '#/components/schemas/microsoft.graph.licenseDetails' '#microsoft.graph.linkedResource': '#/components/schemas/microsoft.graph.linkedResource' '#microsoft.graph.localizedNotificationMessage': '#/components/schemas/microsoft.graph.localizedNotificationMessage' '#microsoft.graph.loginPage': '#/components/schemas/microsoft.graph.loginPage' '#microsoft.graph.longRunningOperation': '#/components/schemas/microsoft.graph.longRunningOperation' '#microsoft.graph.attackSimulationOperation': '#/components/schemas/microsoft.graph.attackSimulationOperation' '#microsoft.graph.richLongRunningOperation': '#/components/schemas/microsoft.graph.richLongRunningOperation' '#microsoft.graph.m365AppsInstallationOptions': '#/components/schemas/microsoft.graph.m365AppsInstallationOptions' '#microsoft.graph.mailFolder': '#/components/schemas/microsoft.graph.mailFolder' '#microsoft.graph.mailSearchFolder': '#/components/schemas/microsoft.graph.mailSearchFolder' '#microsoft.graph.malwareStateForWindowsDevice': '#/components/schemas/microsoft.graph.malwareStateForWindowsDevice' '#microsoft.graph.managedAppOperation': '#/components/schemas/microsoft.graph.managedAppOperation' '#microsoft.graph.managedAppPolicy': '#/components/schemas/microsoft.graph.managedAppPolicy' '#microsoft.graph.managedAppConfiguration': '#/components/schemas/microsoft.graph.managedAppConfiguration' '#microsoft.graph.targetedManagedAppConfiguration': '#/components/schemas/microsoft.graph.targetedManagedAppConfiguration' '#microsoft.graph.managedAppProtection': '#/components/schemas/microsoft.graph.managedAppProtection' '#microsoft.graph.defaultManagedAppProtection': '#/components/schemas/microsoft.graph.defaultManagedAppProtection' '#microsoft.graph.targetedManagedAppProtection': '#/components/schemas/microsoft.graph.targetedManagedAppProtection' '#microsoft.graph.androidManagedAppProtection': '#/components/schemas/microsoft.graph.androidManagedAppProtection' '#microsoft.graph.iosManagedAppProtection': '#/components/schemas/microsoft.graph.iosManagedAppProtection' '#microsoft.graph.windowsInformationProtection': '#/components/schemas/microsoft.graph.windowsInformationProtection' '#microsoft.graph.mdmWindowsInformationProtectionPolicy': '#/components/schemas/microsoft.graph.mdmWindowsInformationProtectionPolicy' '#microsoft.graph.windowsInformationProtectionPolicy': '#/components/schemas/microsoft.graph.windowsInformationProtectionPolicy' '#microsoft.graph.managedAppPolicyDeploymentSummary': '#/components/schemas/microsoft.graph.managedAppPolicyDeploymentSummary' '#microsoft.graph.managedAppRegistration': '#/components/schemas/microsoft.graph.managedAppRegistration' '#microsoft.graph.androidManagedAppRegistration': '#/components/schemas/microsoft.graph.androidManagedAppRegistration' '#microsoft.graph.iosManagedAppRegistration': '#/components/schemas/microsoft.graph.iosManagedAppRegistration' '#microsoft.graph.managedAppStatus': '#/components/schemas/microsoft.graph.managedAppStatus' '#microsoft.graph.managedAppStatusRaw': '#/components/schemas/microsoft.graph.managedAppStatusRaw' '#microsoft.graph.managedDevice': '#/components/schemas/microsoft.graph.managedDevice' '#microsoft.graph.managedDeviceMobileAppConfiguration': '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfiguration' '#microsoft.graph.iosMobileAppConfiguration': '#/components/schemas/microsoft.graph.iosMobileAppConfiguration' '#microsoft.graph.managedDeviceMobileAppConfigurationAssignment': '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationAssignment' '#microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus': '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus' '#microsoft.graph.managedDeviceMobileAppConfigurationDeviceSummary': '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationDeviceSummary' '#microsoft.graph.managedDeviceMobileAppConfigurationUserStatus': '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationUserStatus' '#microsoft.graph.managedDeviceMobileAppConfigurationUserSummary': '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationUserSummary' '#microsoft.graph.managedDeviceOverview': '#/components/schemas/microsoft.graph.managedDeviceOverview' '#microsoft.graph.managedEBook': '#/components/schemas/microsoft.graph.managedEBook' '#microsoft.graph.iosVppEBook': '#/components/schemas/microsoft.graph.iosVppEBook' '#microsoft.graph.managedEBookAssignment': '#/components/schemas/microsoft.graph.managedEBookAssignment' '#microsoft.graph.iosVppEBookAssignment': '#/components/schemas/microsoft.graph.iosVppEBookAssignment' '#microsoft.graph.managedMobileApp': '#/components/schemas/microsoft.graph.managedMobileApp' '#microsoft.graph.meetingAttendanceReport': '#/components/schemas/microsoft.graph.meetingAttendanceReport' '#microsoft.graph.messageRule': '#/components/schemas/microsoft.graph.messageRule' '#microsoft.graph.mobileApp': '#/components/schemas/microsoft.graph.mobileApp' '#microsoft.graph.androidStoreApp': '#/components/schemas/microsoft.graph.androidStoreApp' '#microsoft.graph.iosiPadOSWebClip': '#/components/schemas/microsoft.graph.iosiPadOSWebClip' '#microsoft.graph.iosStoreApp': '#/components/schemas/microsoft.graph.iosStoreApp' '#microsoft.graph.iosVppApp': '#/components/schemas/microsoft.graph.iosVppApp' '#microsoft.graph.macOSMicrosoftDefenderApp': '#/components/schemas/microsoft.graph.macOSMicrosoftDefenderApp' '#microsoft.graph.macOSMicrosoftEdgeApp': '#/components/schemas/microsoft.graph.macOSMicrosoftEdgeApp' '#microsoft.graph.macOSOfficeSuiteApp': '#/components/schemas/microsoft.graph.macOSOfficeSuiteApp' '#microsoft.graph.managedApp': '#/components/schemas/microsoft.graph.managedApp' '#microsoft.graph.managedAndroidStoreApp': '#/components/schemas/microsoft.graph.managedAndroidStoreApp' '#microsoft.graph.managedIOSStoreApp': '#/components/schemas/microsoft.graph.managedIOSStoreApp' '#microsoft.graph.managedMobileLobApp': '#/components/schemas/microsoft.graph.managedMobileLobApp' '#microsoft.graph.managedAndroidLobApp': '#/components/schemas/microsoft.graph.managedAndroidLobApp' '#microsoft.graph.managedIOSLobApp': '#/components/schemas/microsoft.graph.managedIOSLobApp' '#microsoft.graph.microsoftStoreForBusinessApp': '#/components/schemas/microsoft.graph.microsoftStoreForBusinessApp' '#microsoft.graph.mobileLobApp': '#/components/schemas/microsoft.graph.mobileLobApp' '#microsoft.graph.androidLobApp': '#/components/schemas/microsoft.graph.androidLobApp' '#microsoft.graph.iosLobApp': '#/components/schemas/microsoft.graph.iosLobApp' '#microsoft.graph.macOSDmgApp': '#/components/schemas/microsoft.graph.macOSDmgApp' '#microsoft.graph.macOSLobApp': '#/components/schemas/microsoft.graph.macOSLobApp' '#microsoft.graph.win32LobApp': '#/components/schemas/microsoft.graph.win32LobApp' '#microsoft.graph.windowsAppX': '#/components/schemas/microsoft.graph.windowsAppX' '#microsoft.graph.windowsMobileMSI': '#/components/schemas/microsoft.graph.windowsMobileMSI' '#microsoft.graph.windowsUniversalAppX': '#/components/schemas/microsoft.graph.windowsUniversalAppX' '#microsoft.graph.webApp': '#/components/schemas/microsoft.graph.webApp' '#microsoft.graph.windowsMicrosoftEdgeApp': '#/components/schemas/microsoft.graph.windowsMicrosoftEdgeApp' '#microsoft.graph.windowsWebApp': '#/components/schemas/microsoft.graph.windowsWebApp' '#microsoft.graph.mobileAppAssignment': '#/components/schemas/microsoft.graph.mobileAppAssignment' '#microsoft.graph.mobileAppCategory': '#/components/schemas/microsoft.graph.mobileAppCategory' '#microsoft.graph.mobileAppContent': '#/components/schemas/microsoft.graph.mobileAppContent' '#microsoft.graph.mobileAppContentFile': '#/components/schemas/microsoft.graph.mobileAppContentFile' '#microsoft.graph.mobileAppTroubleshootingEvent': '#/components/schemas/microsoft.graph.mobileAppTroubleshootingEvent' '#microsoft.graph.mobileContainedApp': '#/components/schemas/microsoft.graph.mobileContainedApp' '#microsoft.graph.windowsUniversalAppXContainedApp': '#/components/schemas/microsoft.graph.windowsUniversalAppXContainedApp' '#microsoft.graph.mobileThreatDefenseConnector': '#/components/schemas/microsoft.graph.mobileThreatDefenseConnector' '#microsoft.graph.multiTenantOrganization': '#/components/schemas/microsoft.graph.multiTenantOrganization' '#microsoft.graph.multiTenantOrganizationIdentitySyncPolicyTemplate': '#/components/schemas/microsoft.graph.multiTenantOrganizationIdentitySyncPolicyTemplate' '#microsoft.graph.multiTenantOrganizationJoinRequestRecord': '#/components/schemas/microsoft.graph.multiTenantOrganizationJoinRequestRecord' '#microsoft.graph.multiTenantOrganizationPartnerConfigurationTemplate': '#/components/schemas/microsoft.graph.multiTenantOrganizationPartnerConfigurationTemplate' '#microsoft.graph.multiValueLegacyExtendedProperty': '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' '#microsoft.graph.namedLocation': '#/components/schemas/microsoft.graph.namedLocation' '#microsoft.graph.countryNamedLocation': '#/components/schemas/microsoft.graph.countryNamedLocation' '#microsoft.graph.ipNamedLocation': '#/components/schemas/microsoft.graph.ipNamedLocation' '#microsoft.graph.notificationMessageTemplate': '#/components/schemas/microsoft.graph.notificationMessageTemplate' '#microsoft.graph.oAuth2PermissionGrant': '#/components/schemas/microsoft.graph.oAuth2PermissionGrant' '#microsoft.graph.officeGraphInsights': '#/components/schemas/microsoft.graph.officeGraphInsights' '#microsoft.graph.itemInsights': '#/components/schemas/microsoft.graph.itemInsights' '#microsoft.graph.onenote': '#/components/schemas/microsoft.graph.onenote' '#microsoft.graph.onenoteEntityBaseModel': '#/components/schemas/microsoft.graph.onenoteEntityBaseModel' '#microsoft.graph.onenoteEntitySchemaObjectModel': '#/components/schemas/microsoft.graph.onenoteEntitySchemaObjectModel' '#microsoft.graph.onenoteEntityHierarchyModel': '#/components/schemas/microsoft.graph.onenoteEntityHierarchyModel' '#microsoft.graph.notebook': '#/components/schemas/microsoft.graph.notebook' '#microsoft.graph.onenoteSection': '#/components/schemas/microsoft.graph.onenoteSection' '#microsoft.graph.sectionGroup': '#/components/schemas/microsoft.graph.sectionGroup' '#microsoft.graph.onenotePage': '#/components/schemas/microsoft.graph.onenotePage' '#microsoft.graph.onenoteResource': '#/components/schemas/microsoft.graph.onenoteResource' '#microsoft.graph.onlineMeetingBase': '#/components/schemas/microsoft.graph.onlineMeetingBase' '#microsoft.graph.onlineMeeting': '#/components/schemas/microsoft.graph.onlineMeeting' '#microsoft.graph.virtualEventSession': '#/components/schemas/microsoft.graph.virtualEventSession' '#microsoft.graph.onPremisesConditionalAccessSettings': '#/components/schemas/microsoft.graph.onPremisesConditionalAccessSettings' '#microsoft.graph.onPremisesDirectorySynchronization': '#/components/schemas/microsoft.graph.onPremisesDirectorySynchronization' '#microsoft.graph.operation': '#/components/schemas/microsoft.graph.operation' '#microsoft.graph.onenoteOperation': '#/components/schemas/microsoft.graph.onenoteOperation' '#microsoft.graph.organizationalBrandingProperties': '#/components/schemas/microsoft.graph.organizationalBrandingProperties' '#microsoft.graph.organizationalBranding': '#/components/schemas/microsoft.graph.organizationalBranding' '#microsoft.graph.organizationalBrandingLocalization': '#/components/schemas/microsoft.graph.organizationalBrandingLocalization' '#microsoft.graph.outlookCategory': '#/components/schemas/microsoft.graph.outlookCategory' '#microsoft.graph.outlookItem': '#/components/schemas/microsoft.graph.outlookItem' '#microsoft.graph.contact': '#/components/schemas/microsoft.graph.contact' '#microsoft.graph.event': '#/components/schemas/microsoft.graph.event' '#microsoft.graph.message': '#/components/schemas/microsoft.graph.message' '#microsoft.graph.calendarSharingMessage': '#/components/schemas/microsoft.graph.calendarSharingMessage' '#microsoft.graph.eventMessage': '#/components/schemas/microsoft.graph.eventMessage' '#microsoft.graph.eventMessageRequest': '#/components/schemas/microsoft.graph.eventMessageRequest' '#microsoft.graph.eventMessageResponse': '#/components/schemas/microsoft.graph.eventMessageResponse' '#microsoft.graph.post': '#/components/schemas/microsoft.graph.post' '#microsoft.graph.outlookUser': '#/components/schemas/microsoft.graph.outlookUser' '#microsoft.graph.participant': '#/components/schemas/microsoft.graph.participant' '#microsoft.graph.participantJoiningNotification': '#/components/schemas/microsoft.graph.participantJoiningNotification' '#microsoft.graph.participantLeftNotification': '#/components/schemas/microsoft.graph.participantLeftNotification' '#microsoft.graph.partners': '#/components/schemas/microsoft.graph.partners' '#microsoft.graph.payload': '#/components/schemas/microsoft.graph.payload' '#microsoft.graph.peopleAdminSettings': '#/components/schemas/microsoft.graph.peopleAdminSettings' '#microsoft.graph.permission': '#/components/schemas/microsoft.graph.permission' '#microsoft.graph.permissionGrantConditionSet': '#/components/schemas/microsoft.graph.permissionGrantConditionSet' '#microsoft.graph.person': '#/components/schemas/microsoft.graph.person' '#microsoft.graph.pinnedChatMessageInfo': '#/components/schemas/microsoft.graph.pinnedChatMessageInfo' '#microsoft.graph.place': '#/components/schemas/microsoft.graph.place' '#microsoft.graph.room': '#/components/schemas/microsoft.graph.room' '#microsoft.graph.roomList': '#/components/schemas/microsoft.graph.roomList' '#microsoft.graph.planner': '#/components/schemas/microsoft.graph.planner' '#microsoft.graph.plannerAssignedToTaskBoardTaskFormat': '#/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat' '#microsoft.graph.plannerBucket': '#/components/schemas/microsoft.graph.plannerBucket' '#microsoft.graph.plannerBucketTaskBoardTaskFormat': '#/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat' '#microsoft.graph.plannerGroup': '#/components/schemas/microsoft.graph.plannerGroup' '#microsoft.graph.plannerPlan': '#/components/schemas/microsoft.graph.plannerPlan' '#microsoft.graph.plannerPlanDetails': '#/components/schemas/microsoft.graph.plannerPlanDetails' '#microsoft.graph.plannerProgressTaskBoardTaskFormat': '#/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat' '#microsoft.graph.plannerTask': '#/components/schemas/microsoft.graph.plannerTask' '#microsoft.graph.plannerTaskDetails': '#/components/schemas/microsoft.graph.plannerTaskDetails' '#microsoft.graph.plannerUser': '#/components/schemas/microsoft.graph.plannerUser' '#microsoft.graph.policyRoot': '#/components/schemas/microsoft.graph.policyRoot' '#microsoft.graph.policyTemplate': '#/components/schemas/microsoft.graph.policyTemplate' '#microsoft.graph.presence': '#/components/schemas/microsoft.graph.presence' '#microsoft.graph.printConnector': '#/components/schemas/microsoft.graph.printConnector' '#microsoft.graph.printDocument': '#/components/schemas/microsoft.graph.printDocument' '#microsoft.graph.printerBase': '#/components/schemas/microsoft.graph.printerBase' '#microsoft.graph.printer': '#/components/schemas/microsoft.graph.printer' '#microsoft.graph.printerShare': '#/components/schemas/microsoft.graph.printerShare' '#microsoft.graph.printJob': '#/components/schemas/microsoft.graph.printJob' '#microsoft.graph.printOperation': '#/components/schemas/microsoft.graph.printOperation' '#microsoft.graph.printerCreateOperation': '#/components/schemas/microsoft.graph.printerCreateOperation' '#microsoft.graph.printService': '#/components/schemas/microsoft.graph.printService' '#microsoft.graph.printServiceEndpoint': '#/components/schemas/microsoft.graph.printServiceEndpoint' '#microsoft.graph.printTask': '#/components/schemas/microsoft.graph.printTask' '#microsoft.graph.printTaskDefinition': '#/components/schemas/microsoft.graph.printTaskDefinition' '#microsoft.graph.printTaskTrigger': '#/components/schemas/microsoft.graph.printTaskTrigger' '#microsoft.graph.printUsage': '#/components/schemas/microsoft.graph.printUsage' '#microsoft.graph.printUsageByPrinter': '#/components/schemas/microsoft.graph.printUsageByPrinter' '#microsoft.graph.printUsageByUser': '#/components/schemas/microsoft.graph.printUsageByUser' '#microsoft.graph.privilegedAccessGroup': '#/components/schemas/microsoft.graph.privilegedAccessGroup' '#microsoft.graph.privilegedAccessRoot': '#/components/schemas/microsoft.graph.privilegedAccessRoot' '#microsoft.graph.privilegedAccessSchedule': '#/components/schemas/microsoft.graph.privilegedAccessSchedule' '#microsoft.graph.privilegedAccessGroupAssignmentSchedule': '#/components/schemas/microsoft.graph.privilegedAccessGroupAssignmentSchedule' '#microsoft.graph.privilegedAccessGroupEligibilitySchedule': '#/components/schemas/microsoft.graph.privilegedAccessGroupEligibilitySchedule' '#microsoft.graph.privilegedAccessScheduleInstance': '#/components/schemas/microsoft.graph.privilegedAccessScheduleInstance' '#microsoft.graph.privilegedAccessGroupAssignmentScheduleInstance': '#/components/schemas/microsoft.graph.privilegedAccessGroupAssignmentScheduleInstance' '#microsoft.graph.privilegedAccessGroupEligibilityScheduleInstance': '#/components/schemas/microsoft.graph.privilegedAccessGroupEligibilityScheduleInstance' '#microsoft.graph.profileCardProperty': '#/components/schemas/microsoft.graph.profileCardProperty' '#microsoft.graph.profilePhoto': '#/components/schemas/microsoft.graph.profilePhoto' '#microsoft.graph.pronounsSettings': '#/components/schemas/microsoft.graph.pronounsSettings' '#microsoft.graph.provisioningObjectSummary': '#/components/schemas/microsoft.graph.provisioningObjectSummary' '#microsoft.graph.rbacApplication': '#/components/schemas/microsoft.graph.rbacApplication' '#microsoft.graph.relyingPartyDetailedSummary': '#/components/schemas/microsoft.graph.relyingPartyDetailedSummary' '#microsoft.graph.remoteAssistancePartner': '#/components/schemas/microsoft.graph.remoteAssistancePartner' '#microsoft.graph.remoteDesktopSecurityConfiguration': '#/components/schemas/microsoft.graph.remoteDesktopSecurityConfiguration' '#microsoft.graph.request': '#/components/schemas/microsoft.graph.request' '#microsoft.graph.privilegedAccessScheduleRequest': '#/components/schemas/microsoft.graph.privilegedAccessScheduleRequest' '#microsoft.graph.privilegedAccessGroupAssignmentScheduleRequest': '#/components/schemas/microsoft.graph.privilegedAccessGroupAssignmentScheduleRequest' '#microsoft.graph.privilegedAccessGroupEligibilityScheduleRequest': '#/components/schemas/microsoft.graph.privilegedAccessGroupEligibilityScheduleRequest' '#microsoft.graph.unifiedRoleAssignmentScheduleRequest': '#/components/schemas/microsoft.graph.unifiedRoleAssignmentScheduleRequest' '#microsoft.graph.unifiedRoleEligibilityScheduleRequest': '#/components/schemas/microsoft.graph.unifiedRoleEligibilityScheduleRequest' '#microsoft.graph.userConsentRequest': '#/components/schemas/microsoft.graph.userConsentRequest' '#microsoft.graph.resourceOperation': '#/components/schemas/microsoft.graph.resourceOperation' '#microsoft.graph.riskDetection': '#/components/schemas/microsoft.graph.riskDetection' '#microsoft.graph.riskyServicePrincipal': '#/components/schemas/microsoft.graph.riskyServicePrincipal' '#microsoft.graph.riskyServicePrincipalHistoryItem': '#/components/schemas/microsoft.graph.riskyServicePrincipalHistoryItem' '#microsoft.graph.riskyUser': '#/components/schemas/microsoft.graph.riskyUser' '#microsoft.graph.riskyUserHistoryItem': '#/components/schemas/microsoft.graph.riskyUserHistoryItem' '#microsoft.graph.roleAssignment': '#/components/schemas/microsoft.graph.roleAssignment' '#microsoft.graph.deviceAndAppManagementRoleAssignment': '#/components/schemas/microsoft.graph.deviceAndAppManagementRoleAssignment' '#microsoft.graph.roleDefinition': '#/components/schemas/microsoft.graph.roleDefinition' '#microsoft.graph.deviceAndAppManagementRoleDefinition': '#/components/schemas/microsoft.graph.deviceAndAppManagementRoleDefinition' '#microsoft.graph.schedule': '#/components/schemas/microsoft.graph.schedule' '#microsoft.graph.schemaExtension': '#/components/schemas/microsoft.graph.schemaExtension' '#microsoft.graph.scopedRoleMembership': '#/components/schemas/microsoft.graph.scopedRoleMembership' '#microsoft.graph.searchEntity': '#/components/schemas/microsoft.graph.searchEntity' '#microsoft.graph.secureScore': '#/components/schemas/microsoft.graph.secureScore' '#microsoft.graph.secureScoreControlProfile': '#/components/schemas/microsoft.graph.secureScoreControlProfile' '#microsoft.graph.security': '#/components/schemas/microsoft.graph.security' '#microsoft.graph.securityReportsRoot': '#/components/schemas/microsoft.graph.securityReportsRoot' '#microsoft.graph.serviceAnnouncement': '#/components/schemas/microsoft.graph.serviceAnnouncement' '#microsoft.graph.serviceAnnouncementAttachment': '#/components/schemas/microsoft.graph.serviceAnnouncementAttachment' '#microsoft.graph.serviceAnnouncementBase': '#/components/schemas/microsoft.graph.serviceAnnouncementBase' '#microsoft.graph.serviceHealthIssue': '#/components/schemas/microsoft.graph.serviceHealthIssue' '#microsoft.graph.serviceUpdateMessage': '#/components/schemas/microsoft.graph.serviceUpdateMessage' '#microsoft.graph.serviceHealth': '#/components/schemas/microsoft.graph.serviceHealth' '#microsoft.graph.servicePrincipalRiskDetection': '#/components/schemas/microsoft.graph.servicePrincipalRiskDetection' '#microsoft.graph.settingStateDeviceSummary': '#/components/schemas/microsoft.graph.settingStateDeviceSummary' '#microsoft.graph.sharedInsight': '#/components/schemas/microsoft.graph.sharedInsight' '#microsoft.graph.sharepoint': '#/components/schemas/microsoft.graph.sharepoint' '#microsoft.graph.sharepointSettings': '#/components/schemas/microsoft.graph.sharepointSettings' '#microsoft.graph.signIn': '#/components/schemas/microsoft.graph.signIn' '#microsoft.graph.simulation': '#/components/schemas/microsoft.graph.simulation' '#microsoft.graph.simulationAutomation': '#/components/schemas/microsoft.graph.simulationAutomation' '#microsoft.graph.simulationAutomationRun': '#/components/schemas/microsoft.graph.simulationAutomationRun' '#microsoft.graph.singleValueLegacyExtendedProperty': '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' '#microsoft.graph.softwareUpdateStatusSummary': '#/components/schemas/microsoft.graph.softwareUpdateStatusSummary' '#microsoft.graph.storageQuotaBreakdown': '#/components/schemas/microsoft.graph.storageQuotaBreakdown' '#microsoft.graph.serviceStorageQuotaBreakdown': '#/components/schemas/microsoft.graph.serviceStorageQuotaBreakdown' '#microsoft.graph.storageSettings': '#/components/schemas/microsoft.graph.storageSettings' '#microsoft.graph.subjectRightsRequest': '#/components/schemas/microsoft.graph.subjectRightsRequest' '#microsoft.graph.subscribedSku': '#/components/schemas/microsoft.graph.subscribedSku' '#microsoft.graph.subscription': '#/components/schemas/microsoft.graph.subscription' '#microsoft.graph.synchronization': '#/components/schemas/microsoft.graph.synchronization' '#microsoft.graph.synchronizationJob': '#/components/schemas/microsoft.graph.synchronizationJob' '#microsoft.graph.synchronizationSchema': '#/components/schemas/microsoft.graph.synchronizationSchema' '#microsoft.graph.synchronizationTemplate': '#/components/schemas/microsoft.graph.synchronizationTemplate' '#microsoft.graph.targetDeviceGroup': '#/components/schemas/microsoft.graph.targetDeviceGroup' '#microsoft.graph.targetedManagedAppPolicyAssignment': '#/components/schemas/microsoft.graph.targetedManagedAppPolicyAssignment' '#microsoft.graph.team': '#/components/schemas/microsoft.graph.team' '#microsoft.graph.teamInfo': '#/components/schemas/microsoft.graph.teamInfo' '#microsoft.graph.associatedTeamInfo': '#/components/schemas/microsoft.graph.associatedTeamInfo' '#microsoft.graph.sharedWithChannelTeamInfo': '#/components/schemas/microsoft.graph.sharedWithChannelTeamInfo' '#microsoft.graph.teamsApp': '#/components/schemas/microsoft.graph.teamsApp' '#microsoft.graph.teamsAppDefinition': '#/components/schemas/microsoft.graph.teamsAppDefinition' '#microsoft.graph.teamsAppInstallation': '#/components/schemas/microsoft.graph.teamsAppInstallation' '#microsoft.graph.userScopeTeamsAppInstallation': '#/components/schemas/microsoft.graph.userScopeTeamsAppInstallation' '#microsoft.graph.teamsAppSettings': '#/components/schemas/microsoft.graph.teamsAppSettings' '#microsoft.graph.teamsAsyncOperation': '#/components/schemas/microsoft.graph.teamsAsyncOperation' '#microsoft.graph.teamsTab': '#/components/schemas/microsoft.graph.teamsTab' '#microsoft.graph.teamsTemplate': '#/components/schemas/microsoft.graph.teamsTemplate' '#microsoft.graph.teamwork': '#/components/schemas/microsoft.graph.teamwork' '#microsoft.graph.teamworkBot': '#/components/schemas/microsoft.graph.teamworkBot' '#microsoft.graph.teamworkHostedContent': '#/components/schemas/microsoft.graph.teamworkHostedContent' '#microsoft.graph.chatMessageHostedContent': '#/components/schemas/microsoft.graph.chatMessageHostedContent' '#microsoft.graph.teamworkTag': '#/components/schemas/microsoft.graph.teamworkTag' '#microsoft.graph.teamworkTagMember': '#/components/schemas/microsoft.graph.teamworkTagMember' '#microsoft.graph.telecomExpenseManagementPartner': '#/components/schemas/microsoft.graph.telecomExpenseManagementPartner' '#microsoft.graph.termsAndConditions': '#/components/schemas/microsoft.graph.termsAndConditions' '#microsoft.graph.termsAndConditionsAcceptanceStatus': '#/components/schemas/microsoft.graph.termsAndConditionsAcceptanceStatus' '#microsoft.graph.termsAndConditionsAssignment': '#/components/schemas/microsoft.graph.termsAndConditionsAssignment' '#microsoft.graph.termsOfUseContainer': '#/components/schemas/microsoft.graph.termsOfUseContainer' '#microsoft.graph.threatAssessmentRequest': '#/components/schemas/microsoft.graph.threatAssessmentRequest' '#microsoft.graph.emailFileAssessmentRequest': '#/components/schemas/microsoft.graph.emailFileAssessmentRequest' '#microsoft.graph.fileAssessmentRequest': '#/components/schemas/microsoft.graph.fileAssessmentRequest' '#microsoft.graph.mailAssessmentRequest': '#/components/schemas/microsoft.graph.mailAssessmentRequest' '#microsoft.graph.urlAssessmentRequest': '#/components/schemas/microsoft.graph.urlAssessmentRequest' '#microsoft.graph.threatAssessmentResult': '#/components/schemas/microsoft.graph.threatAssessmentResult' '#microsoft.graph.thumbnailSet': '#/components/schemas/microsoft.graph.thumbnailSet' '#microsoft.graph.todo': '#/components/schemas/microsoft.graph.todo' '#microsoft.graph.todoTask': '#/components/schemas/microsoft.graph.todoTask' '#microsoft.graph.todoTaskList': '#/components/schemas/microsoft.graph.todoTaskList' '#microsoft.graph.training': '#/components/schemas/microsoft.graph.training' '#microsoft.graph.trainingLanguageDetail': '#/components/schemas/microsoft.graph.trainingLanguageDetail' '#microsoft.graph.trending': '#/components/schemas/microsoft.graph.trending' '#microsoft.graph.unifiedRbacResourceAction': '#/components/schemas/microsoft.graph.unifiedRbacResourceAction' '#microsoft.graph.unifiedRbacResourceNamespace': '#/components/schemas/microsoft.graph.unifiedRbacResourceNamespace' '#microsoft.graph.unifiedRoleAssignment': '#/components/schemas/microsoft.graph.unifiedRoleAssignment' '#microsoft.graph.unifiedRoleDefinition': '#/components/schemas/microsoft.graph.unifiedRoleDefinition' '#microsoft.graph.unifiedRoleManagementPolicy': '#/components/schemas/microsoft.graph.unifiedRoleManagementPolicy' '#microsoft.graph.unifiedRoleManagementPolicyAssignment': '#/components/schemas/microsoft.graph.unifiedRoleManagementPolicyAssignment' '#microsoft.graph.unifiedRoleManagementPolicyRule': '#/components/schemas/microsoft.graph.unifiedRoleManagementPolicyRule' '#microsoft.graph.unifiedRoleManagementPolicyApprovalRule': '#/components/schemas/microsoft.graph.unifiedRoleManagementPolicyApprovalRule' '#microsoft.graph.unifiedRoleManagementPolicyAuthenticationContextRule': '#/components/schemas/microsoft.graph.unifiedRoleManagementPolicyAuthenticationContextRule' '#microsoft.graph.unifiedRoleManagementPolicyEnablementRule': '#/components/schemas/microsoft.graph.unifiedRoleManagementPolicyEnablementRule' '#microsoft.graph.unifiedRoleManagementPolicyExpirationRule': '#/components/schemas/microsoft.graph.unifiedRoleManagementPolicyExpirationRule' '#microsoft.graph.unifiedRoleManagementPolicyNotificationRule': '#/components/schemas/microsoft.graph.unifiedRoleManagementPolicyNotificationRule' '#microsoft.graph.unifiedRoleScheduleBase': '#/components/schemas/microsoft.graph.unifiedRoleScheduleBase' '#microsoft.graph.unifiedRoleAssignmentSchedule': '#/components/schemas/microsoft.graph.unifiedRoleAssignmentSchedule' '#microsoft.graph.unifiedRoleEligibilitySchedule': '#/components/schemas/microsoft.graph.unifiedRoleEligibilitySchedule' '#microsoft.graph.unifiedRoleScheduleInstanceBase': '#/components/schemas/microsoft.graph.unifiedRoleScheduleInstanceBase' '#microsoft.graph.unifiedRoleAssignmentScheduleInstance': '#/components/schemas/microsoft.graph.unifiedRoleAssignmentScheduleInstance' '#microsoft.graph.unifiedRoleEligibilityScheduleInstance': '#/components/schemas/microsoft.graph.unifiedRoleEligibilityScheduleInstance' '#microsoft.graph.unifiedStorageQuota': '#/components/schemas/microsoft.graph.unifiedStorageQuota' '#microsoft.graph.usedInsight': '#/components/schemas/microsoft.graph.usedInsight' '#microsoft.graph.userActivity': '#/components/schemas/microsoft.graph.userActivity' '#microsoft.graph.userExperienceAnalyticsAppHealthApplicationPerformance': '#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthApplicationPerformance' '#microsoft.graph.userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails': '#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails' '#microsoft.graph.userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId': '#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId' '#microsoft.graph.userExperienceAnalyticsAppHealthAppPerformanceByOSVersion': '#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthAppPerformanceByOSVersion' '#microsoft.graph.userExperienceAnalyticsAppHealthDeviceModelPerformance': '#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthDeviceModelPerformance' '#microsoft.graph.userExperienceAnalyticsAppHealthDevicePerformance': '#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthDevicePerformance' '#microsoft.graph.userExperienceAnalyticsAppHealthDevicePerformanceDetails': '#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthDevicePerformanceDetails' '#microsoft.graph.userExperienceAnalyticsAppHealthOSVersionPerformance': '#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthOSVersionPerformance' '#microsoft.graph.userExperienceAnalyticsBaseline': '#/components/schemas/microsoft.graph.userExperienceAnalyticsBaseline' '#microsoft.graph.userExperienceAnalyticsCategory': '#/components/schemas/microsoft.graph.userExperienceAnalyticsCategory' '#microsoft.graph.userExperienceAnalyticsDevicePerformance': '#/components/schemas/microsoft.graph.userExperienceAnalyticsDevicePerformance' '#microsoft.graph.userExperienceAnalyticsDeviceScores': '#/components/schemas/microsoft.graph.userExperienceAnalyticsDeviceScores' '#microsoft.graph.userExperienceAnalyticsDeviceStartupHistory': '#/components/schemas/microsoft.graph.userExperienceAnalyticsDeviceStartupHistory' '#microsoft.graph.userExperienceAnalyticsDeviceStartupProcess': '#/components/schemas/microsoft.graph.userExperienceAnalyticsDeviceStartupProcess' '#microsoft.graph.userExperienceAnalyticsDeviceStartupProcessPerformance': '#/components/schemas/microsoft.graph.userExperienceAnalyticsDeviceStartupProcessPerformance' '#microsoft.graph.userExperienceAnalyticsMetric': '#/components/schemas/microsoft.graph.userExperienceAnalyticsMetric' '#microsoft.graph.userExperienceAnalyticsMetricHistory': '#/components/schemas/microsoft.graph.userExperienceAnalyticsMetricHistory' '#microsoft.graph.userExperienceAnalyticsModelScores': '#/components/schemas/microsoft.graph.userExperienceAnalyticsModelScores' '#microsoft.graph.userExperienceAnalyticsOverview': '#/components/schemas/microsoft.graph.userExperienceAnalyticsOverview' '#microsoft.graph.userExperienceAnalyticsScoreHistory': '#/components/schemas/microsoft.graph.userExperienceAnalyticsScoreHistory' '#microsoft.graph.userExperienceAnalyticsWorkFromAnywhereDevice': '#/components/schemas/microsoft.graph.userExperienceAnalyticsWorkFromAnywhereDevice' '#microsoft.graph.userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric': '#/components/schemas/microsoft.graph.userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric' '#microsoft.graph.userExperienceAnalyticsWorkFromAnywhereMetric': '#/components/schemas/microsoft.graph.userExperienceAnalyticsWorkFromAnywhereMetric' '#microsoft.graph.userExperienceAnalyticsWorkFromAnywhereModelPerformance': '#/components/schemas/microsoft.graph.userExperienceAnalyticsWorkFromAnywhereModelPerformance' '#microsoft.graph.userFlowLanguageConfiguration': '#/components/schemas/microsoft.graph.userFlowLanguageConfiguration' '#microsoft.graph.userFlowLanguagePage': '#/components/schemas/microsoft.graph.userFlowLanguagePage' '#microsoft.graph.userInsightsSettings': '#/components/schemas/microsoft.graph.userInsightsSettings' '#microsoft.graph.userInstallStateSummary': '#/components/schemas/microsoft.graph.userInstallStateSummary' '#microsoft.graph.userRegistrationDetails': '#/components/schemas/microsoft.graph.userRegistrationDetails' '#microsoft.graph.userSettings': '#/components/schemas/microsoft.graph.userSettings' '#microsoft.graph.userStorage': '#/components/schemas/microsoft.graph.userStorage' '#microsoft.graph.userTeamwork': '#/components/schemas/microsoft.graph.userTeamwork' '#microsoft.graph.verticalSection': '#/components/schemas/microsoft.graph.verticalSection' '#microsoft.graph.virtualEndpoint': '#/components/schemas/microsoft.graph.virtualEndpoint' '#microsoft.graph.virtualEvent': '#/components/schemas/microsoft.graph.virtualEvent' '#microsoft.graph.virtualEventTownhall': '#/components/schemas/microsoft.graph.virtualEventTownhall' '#microsoft.graph.virtualEventWebinar': '#/components/schemas/microsoft.graph.virtualEventWebinar' '#microsoft.graph.virtualEventPresenter': '#/components/schemas/microsoft.graph.virtualEventPresenter' '#microsoft.graph.virtualEventRegistration': '#/components/schemas/microsoft.graph.virtualEventRegistration' '#microsoft.graph.virtualEventRegistrationConfiguration': '#/components/schemas/microsoft.graph.virtualEventRegistrationConfiguration' '#microsoft.graph.virtualEventWebinarRegistrationConfiguration': '#/components/schemas/microsoft.graph.virtualEventWebinarRegistrationConfiguration' '#microsoft.graph.virtualEventRegistrationQuestionBase': '#/components/schemas/microsoft.graph.virtualEventRegistrationQuestionBase' '#microsoft.graph.virtualEventRegistrationCustomQuestion': '#/components/schemas/microsoft.graph.virtualEventRegistrationCustomQuestion' '#microsoft.graph.virtualEventRegistrationPredefinedQuestion': '#/components/schemas/microsoft.graph.virtualEventRegistrationPredefinedQuestion' '#microsoft.graph.virtualEventsRoot': '#/components/schemas/microsoft.graph.virtualEventsRoot' '#microsoft.graph.vppToken': '#/components/schemas/microsoft.graph.vppToken' '#microsoft.graph.webPart': '#/components/schemas/microsoft.graph.webPart' '#microsoft.graph.standardWebPart': '#/components/schemas/microsoft.graph.standardWebPart' '#microsoft.graph.textWebPart': '#/components/schemas/microsoft.graph.textWebPart' '#microsoft.graph.windowsAutopilotDeploymentProfile': '#/components/schemas/microsoft.graph.windowsAutopilotDeploymentProfile' '#microsoft.graph.windowsAutopilotDeploymentProfileAssignment': '#/components/schemas/microsoft.graph.windowsAutopilotDeploymentProfileAssignment' '#microsoft.graph.windowsAutopilotDeviceIdentity': '#/components/schemas/microsoft.graph.windowsAutopilotDeviceIdentity' '#microsoft.graph.windowsDeviceMalwareState': '#/components/schemas/microsoft.graph.windowsDeviceMalwareState' '#microsoft.graph.windowsInformationProtectionAppLearningSummary': '#/components/schemas/microsoft.graph.windowsInformationProtectionAppLearningSummary' '#microsoft.graph.windowsInformationProtectionAppLockerFile': '#/components/schemas/microsoft.graph.windowsInformationProtectionAppLockerFile' '#microsoft.graph.windowsInformationProtectionNetworkLearningSummary': '#/components/schemas/microsoft.graph.windowsInformationProtectionNetworkLearningSummary' '#microsoft.graph.windowsMalwareInformation': '#/components/schemas/microsoft.graph.windowsMalwareInformation' '#microsoft.graph.windowsProtectionState': '#/components/schemas/microsoft.graph.windowsProtectionState' '#microsoft.graph.windowsSetting': '#/components/schemas/microsoft.graph.windowsSetting' '#microsoft.graph.windowsSettingInstance': '#/components/schemas/microsoft.graph.windowsSettingInstance' '#microsoft.graph.workbook': '#/components/schemas/microsoft.graph.workbook' '#microsoft.graph.workbookApplication': '#/components/schemas/microsoft.graph.workbookApplication' '#microsoft.graph.workbookChart': '#/components/schemas/microsoft.graph.workbookChart' '#microsoft.graph.workbookChartAreaFormat': '#/components/schemas/microsoft.graph.workbookChartAreaFormat' '#microsoft.graph.workbookChartAxes': '#/components/schemas/microsoft.graph.workbookChartAxes' '#microsoft.graph.workbookChartAxis': '#/components/schemas/microsoft.graph.workbookChartAxis' '#microsoft.graph.workbookChartAxisFormat': '#/components/schemas/microsoft.graph.workbookChartAxisFormat' '#microsoft.graph.workbookChartAxisTitle': '#/components/schemas/microsoft.graph.workbookChartAxisTitle' '#microsoft.graph.workbookChartAxisTitleFormat': '#/components/schemas/microsoft.graph.workbookChartAxisTitleFormat' '#microsoft.graph.workbookChartDataLabelFormat': '#/components/schemas/microsoft.graph.workbookChartDataLabelFormat' '#microsoft.graph.workbookChartDataLabels': '#/components/schemas/microsoft.graph.workbookChartDataLabels' '#microsoft.graph.workbookChartFill': '#/components/schemas/microsoft.graph.workbookChartFill' '#microsoft.graph.workbookChartFont': '#/components/schemas/microsoft.graph.workbookChartFont' '#microsoft.graph.workbookChartGridlines': '#/components/schemas/microsoft.graph.workbookChartGridlines' '#microsoft.graph.workbookChartGridlinesFormat': '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' '#microsoft.graph.workbookChartLegend': '#/components/schemas/microsoft.graph.workbookChartLegend' '#microsoft.graph.workbookChartLegendFormat': '#/components/schemas/microsoft.graph.workbookChartLegendFormat' '#microsoft.graph.workbookChartLineFormat': '#/components/schemas/microsoft.graph.workbookChartLineFormat' '#microsoft.graph.workbookChartPoint': '#/components/schemas/microsoft.graph.workbookChartPoint' '#microsoft.graph.workbookChartPointFormat': '#/components/schemas/microsoft.graph.workbookChartPointFormat' '#microsoft.graph.workbookChartSeries': '#/components/schemas/microsoft.graph.workbookChartSeries' '#microsoft.graph.workbookChartSeriesFormat': '#/components/schemas/microsoft.graph.workbookChartSeriesFormat' '#microsoft.graph.workbookChartTitle': '#/components/schemas/microsoft.graph.workbookChartTitle' '#microsoft.graph.workbookChartTitleFormat': '#/components/schemas/microsoft.graph.workbookChartTitleFormat' '#microsoft.graph.workbookComment': '#/components/schemas/microsoft.graph.workbookComment' '#microsoft.graph.workbookCommentReply': '#/components/schemas/microsoft.graph.workbookCommentReply' '#microsoft.graph.workbookFilter': '#/components/schemas/microsoft.graph.workbookFilter' '#microsoft.graph.workbookFormatProtection': '#/components/schemas/microsoft.graph.workbookFormatProtection' '#microsoft.graph.workbookFunctionResult': '#/components/schemas/microsoft.graph.workbookFunctionResult' '#microsoft.graph.workbookFunctions': '#/components/schemas/microsoft.graph.workbookFunctions' '#microsoft.graph.workbookNamedItem': '#/components/schemas/microsoft.graph.workbookNamedItem' '#microsoft.graph.workbookOperation': '#/components/schemas/microsoft.graph.workbookOperation' '#microsoft.graph.workbookPivotTable': '#/components/schemas/microsoft.graph.workbookPivotTable' '#microsoft.graph.workbookRange': '#/components/schemas/microsoft.graph.workbookRange' '#microsoft.graph.workbookRangeBorder': '#/components/schemas/microsoft.graph.workbookRangeBorder' '#microsoft.graph.workbookRangeFill': '#/components/schemas/microsoft.graph.workbookRangeFill' '#microsoft.graph.workbookRangeFont': '#/components/schemas/microsoft.graph.workbookRangeFont' '#microsoft.graph.workbookRangeFormat': '#/components/schemas/microsoft.graph.workbookRangeFormat' '#microsoft.graph.workbookRangeSort': '#/components/schemas/microsoft.graph.workbookRangeSort' '#microsoft.graph.workbookRangeView': '#/components/schemas/microsoft.graph.workbookRangeView' '#microsoft.graph.workbookTable': '#/components/schemas/microsoft.graph.workbookTable' '#microsoft.graph.workbookTableColumn': '#/components/schemas/microsoft.graph.workbookTableColumn' '#microsoft.graph.workbookTableRow': '#/components/schemas/microsoft.graph.workbookTableRow' '#microsoft.graph.workbookTableSort': '#/components/schemas/microsoft.graph.workbookTableSort' '#microsoft.graph.workbookWorksheet': '#/components/schemas/microsoft.graph.workbookWorksheet' '#microsoft.graph.workbookWorksheetProtection': '#/components/schemas/microsoft.graph.workbookWorksheetProtection' '#microsoft.graph.callRecords.callRecord': '#/components/schemas/microsoft.graph.callRecords.callRecord' '#microsoft.graph.callRecords.participantBase': '#/components/schemas/microsoft.graph.callRecords.participantBase' '#microsoft.graph.callRecords.organizer': '#/components/schemas/microsoft.graph.callRecords.organizer' '#microsoft.graph.callRecords.participant': '#/components/schemas/microsoft.graph.callRecords.participant' '#microsoft.graph.callRecords.segment': '#/components/schemas/microsoft.graph.callRecords.segment' '#microsoft.graph.callRecords.session': '#/components/schemas/microsoft.graph.callRecords.session' '#microsoft.graph.externalConnectors.connectionOperation': '#/components/schemas/microsoft.graph.externalConnectors.connectionOperation' '#microsoft.graph.externalConnectors.externalActivity': '#/components/schemas/microsoft.graph.externalConnectors.externalActivity' '#microsoft.graph.externalConnectors.externalActivityResult': '#/components/schemas/microsoft.graph.externalConnectors.externalActivityResult' '#microsoft.graph.externalConnectors.externalConnection': '#/components/schemas/microsoft.graph.externalConnectors.externalConnection' '#microsoft.graph.externalConnectors.externalGroup': '#/components/schemas/microsoft.graph.externalConnectors.externalGroup' '#microsoft.graph.externalConnectors.externalItem': '#/components/schemas/microsoft.graph.externalConnectors.externalItem' '#microsoft.graph.externalConnectors.identity': '#/components/schemas/microsoft.graph.externalConnectors.identity' '#microsoft.graph.externalConnectors.schema': '#/components/schemas/microsoft.graph.externalConnectors.schema' '#microsoft.graph.identityGovernance.lifecycleManagementSettings': '#/components/schemas/microsoft.graph.identityGovernance.lifecycleManagementSettings' '#microsoft.graph.identityGovernance.lifecycleWorkflowsContainer': '#/components/schemas/microsoft.graph.identityGovernance.lifecycleWorkflowsContainer' '#microsoft.graph.identityGovernance.run': '#/components/schemas/microsoft.graph.identityGovernance.run' '#microsoft.graph.identityGovernance.task': '#/components/schemas/microsoft.graph.identityGovernance.task' '#microsoft.graph.identityGovernance.taskDefinition': '#/components/schemas/microsoft.graph.identityGovernance.taskDefinition' '#microsoft.graph.identityGovernance.taskProcessingResult': '#/components/schemas/microsoft.graph.identityGovernance.taskProcessingResult' '#microsoft.graph.identityGovernance.taskReport': '#/components/schemas/microsoft.graph.identityGovernance.taskReport' '#microsoft.graph.identityGovernance.userProcessingResult': '#/components/schemas/microsoft.graph.identityGovernance.userProcessingResult' '#microsoft.graph.identityGovernance.workflowTemplate': '#/components/schemas/microsoft.graph.identityGovernance.workflowTemplate' '#microsoft.graph.partners.billing.azureUsage': '#/components/schemas/microsoft.graph.partners.billing.azureUsage' '#microsoft.graph.partners.billing.billedReconciliation': '#/components/schemas/microsoft.graph.partners.billing.billedReconciliation' '#microsoft.graph.partners.billing.billedUsage': '#/components/schemas/microsoft.graph.partners.billing.billedUsage' '#microsoft.graph.partners.billing.billing': '#/components/schemas/microsoft.graph.partners.billing.billing' '#microsoft.graph.partners.billing.billingReconciliation': '#/components/schemas/microsoft.graph.partners.billing.billingReconciliation' '#microsoft.graph.partners.billing.manifest': '#/components/schemas/microsoft.graph.partners.billing.manifest' '#microsoft.graph.partners.billing.operation': '#/components/schemas/microsoft.graph.partners.billing.operation' '#microsoft.graph.partners.billing.exportSuccessOperation': '#/components/schemas/microsoft.graph.partners.billing.exportSuccessOperation' '#microsoft.graph.partners.billing.failedOperation': '#/components/schemas/microsoft.graph.partners.billing.failedOperation' '#microsoft.graph.partners.billing.runningOperation': '#/components/schemas/microsoft.graph.partners.billing.runningOperation' '#microsoft.graph.partners.billing.unbilledUsage': '#/components/schemas/microsoft.graph.partners.billing.unbilledUsage' '#microsoft.graph.search.searchAnswer': '#/components/schemas/microsoft.graph.search.searchAnswer' '#microsoft.graph.search.acronym': '#/components/schemas/microsoft.graph.search.acronym' '#microsoft.graph.search.bookmark': '#/components/schemas/microsoft.graph.search.bookmark' '#microsoft.graph.search.qna': '#/components/schemas/microsoft.graph.search.qna' '#microsoft.graph.security.alert': '#/components/schemas/microsoft.graph.security.alert' '#microsoft.graph.security.article': '#/components/schemas/microsoft.graph.security.article' '#microsoft.graph.security.artifact': '#/components/schemas/microsoft.graph.security.artifact' '#microsoft.graph.security.host': '#/components/schemas/microsoft.graph.security.host' '#microsoft.graph.security.hostname': '#/components/schemas/microsoft.graph.security.hostname' '#microsoft.graph.security.ipAddress': '#/components/schemas/microsoft.graph.security.ipAddress' '#microsoft.graph.security.hostComponent': '#/components/schemas/microsoft.graph.security.hostComponent' '#microsoft.graph.security.hostCookie': '#/components/schemas/microsoft.graph.security.hostCookie' '#microsoft.graph.security.hostSslCertificate': '#/components/schemas/microsoft.graph.security.hostSslCertificate' '#microsoft.graph.security.hostTracker': '#/components/schemas/microsoft.graph.security.hostTracker' '#microsoft.graph.security.passiveDnsRecord': '#/components/schemas/microsoft.graph.security.passiveDnsRecord' '#microsoft.graph.security.sslCertificate': '#/components/schemas/microsoft.graph.security.sslCertificate' '#microsoft.graph.security.unclassifiedArtifact': '#/components/schemas/microsoft.graph.security.unclassifiedArtifact' '#microsoft.graph.security.case': '#/components/schemas/microsoft.graph.security.case' '#microsoft.graph.security.ediscoveryCase': '#/components/schemas/microsoft.graph.security.ediscoveryCase' '#microsoft.graph.security.caseOperation': '#/components/schemas/microsoft.graph.security.caseOperation' '#microsoft.graph.security.ediscoveryAddToReviewSetOperation': '#/components/schemas/microsoft.graph.security.ediscoveryAddToReviewSetOperation' '#microsoft.graph.security.ediscoveryEstimateOperation': '#/components/schemas/microsoft.graph.security.ediscoveryEstimateOperation' '#microsoft.graph.security.ediscoveryExportOperation': '#/components/schemas/microsoft.graph.security.ediscoveryExportOperation' '#microsoft.graph.security.ediscoveryHoldOperation': '#/components/schemas/microsoft.graph.security.ediscoveryHoldOperation' '#microsoft.graph.security.ediscoveryIndexOperation': '#/components/schemas/microsoft.graph.security.ediscoveryIndexOperation' '#microsoft.graph.security.ediscoveryPurgeDataOperation': '#/components/schemas/microsoft.graph.security.ediscoveryPurgeDataOperation' '#microsoft.graph.security.ediscoveryTagOperation': '#/components/schemas/microsoft.graph.security.ediscoveryTagOperation' '#microsoft.graph.security.casesRoot': '#/components/schemas/microsoft.graph.security.casesRoot' '#microsoft.graph.security.dataSet': '#/components/schemas/microsoft.graph.security.dataSet' '#microsoft.graph.security.ediscoveryReviewSet': '#/components/schemas/microsoft.graph.security.ediscoveryReviewSet' '#microsoft.graph.security.dataSource': '#/components/schemas/microsoft.graph.security.dataSource' '#microsoft.graph.security.siteSource': '#/components/schemas/microsoft.graph.security.siteSource' '#microsoft.graph.security.unifiedGroupSource': '#/components/schemas/microsoft.graph.security.unifiedGroupSource' '#microsoft.graph.security.userSource': '#/components/schemas/microsoft.graph.security.userSource' '#microsoft.graph.security.dataSourceContainer': '#/components/schemas/microsoft.graph.security.dataSourceContainer' '#microsoft.graph.security.ediscoveryCustodian': '#/components/schemas/microsoft.graph.security.ediscoveryCustodian' '#microsoft.graph.security.ediscoveryNoncustodialDataSource': '#/components/schemas/microsoft.graph.security.ediscoveryNoncustodialDataSource' '#microsoft.graph.security.dispositionReviewStage': '#/components/schemas/microsoft.graph.security.dispositionReviewStage' '#microsoft.graph.security.ediscoveryCaseSettings': '#/components/schemas/microsoft.graph.security.ediscoveryCaseSettings' '#microsoft.graph.security.filePlanDescriptor': '#/components/schemas/microsoft.graph.security.filePlanDescriptor' '#microsoft.graph.security.filePlanDescriptorTemplate': '#/components/schemas/microsoft.graph.security.filePlanDescriptorTemplate' '#microsoft.graph.security.authorityTemplate': '#/components/schemas/microsoft.graph.security.authorityTemplate' '#microsoft.graph.security.categoryTemplate': '#/components/schemas/microsoft.graph.security.categoryTemplate' '#microsoft.graph.security.citationTemplate': '#/components/schemas/microsoft.graph.security.citationTemplate' '#microsoft.graph.security.departmentTemplate': '#/components/schemas/microsoft.graph.security.departmentTemplate' '#microsoft.graph.security.filePlanReferenceTemplate': '#/components/schemas/microsoft.graph.security.filePlanReferenceTemplate' '#microsoft.graph.security.subcategoryTemplate': '#/components/schemas/microsoft.graph.security.subcategoryTemplate' '#microsoft.graph.security.healthIssue': '#/components/schemas/microsoft.graph.security.healthIssue' '#microsoft.graph.security.hostPair': '#/components/schemas/microsoft.graph.security.hostPair' '#microsoft.graph.security.hostPort': '#/components/schemas/microsoft.graph.security.hostPort' '#microsoft.graph.security.hostReputation': '#/components/schemas/microsoft.graph.security.hostReputation' '#microsoft.graph.security.identityContainer': '#/components/schemas/microsoft.graph.security.identityContainer' '#microsoft.graph.security.incident': '#/components/schemas/microsoft.graph.security.incident' '#microsoft.graph.security.indicator': '#/components/schemas/microsoft.graph.security.indicator' '#microsoft.graph.security.articleIndicator': '#/components/schemas/microsoft.graph.security.articleIndicator' '#microsoft.graph.security.intelligenceProfileIndicator': '#/components/schemas/microsoft.graph.security.intelligenceProfileIndicator' '#microsoft.graph.security.intelligenceProfile': '#/components/schemas/microsoft.graph.security.intelligenceProfile' '#microsoft.graph.security.labelsRoot': '#/components/schemas/microsoft.graph.security.labelsRoot' '#microsoft.graph.security.retentionEvent': '#/components/schemas/microsoft.graph.security.retentionEvent' '#microsoft.graph.security.retentionEventType': '#/components/schemas/microsoft.graph.security.retentionEventType' '#microsoft.graph.security.retentionLabel': '#/components/schemas/microsoft.graph.security.retentionLabel' '#microsoft.graph.security.search': '#/components/schemas/microsoft.graph.security.search' '#microsoft.graph.security.ediscoveryReviewSetQuery': '#/components/schemas/microsoft.graph.security.ediscoveryReviewSetQuery' '#microsoft.graph.security.ediscoverySearch': '#/components/schemas/microsoft.graph.security.ediscoverySearch' '#microsoft.graph.security.subdomain': '#/components/schemas/microsoft.graph.security.subdomain' '#microsoft.graph.security.tag': '#/components/schemas/microsoft.graph.security.tag' '#microsoft.graph.security.ediscoveryReviewTag': '#/components/schemas/microsoft.graph.security.ediscoveryReviewTag' '#microsoft.graph.security.threatIntelligence': '#/components/schemas/microsoft.graph.security.threatIntelligence' '#microsoft.graph.security.triggersRoot': '#/components/schemas/microsoft.graph.security.triggersRoot' '#microsoft.graph.security.triggerTypesRoot': '#/components/schemas/microsoft.graph.security.triggerTypesRoot' '#microsoft.graph.security.vulnerability': '#/components/schemas/microsoft.graph.security.vulnerability' '#microsoft.graph.security.vulnerabilityComponent': '#/components/schemas/microsoft.graph.security.vulnerabilityComponent' '#microsoft.graph.security.whoisBaseRecord': '#/components/schemas/microsoft.graph.security.whoisBaseRecord' '#microsoft.graph.security.whoisHistoryRecord': '#/components/schemas/microsoft.graph.security.whoisHistoryRecord' '#microsoft.graph.security.whoisRecord': '#/components/schemas/microsoft.graph.security.whoisRecord' '#microsoft.graph.termStore.group': '#/components/schemas/microsoft.graph.termStore.group' '#microsoft.graph.termStore.relation': '#/components/schemas/microsoft.graph.termStore.relation' '#microsoft.graph.termStore.set': '#/components/schemas/microsoft.graph.termStore.set' '#microsoft.graph.termStore.store': '#/components/schemas/microsoft.graph.termStore.store' '#microsoft.graph.termStore.term': '#/components/schemas/microsoft.graph.termStore.term' microsoft.graph.event: allOf: - $ref: '#/components/schemas/microsoft.graph.outlookItem' - title: event required: - '@odata.type' type: object properties: allowNewTimeProposals: type: boolean description: 'true if the meeting organizer allows invitees to propose a new time when responding; otherwise, false. Optional. Default is true.' nullable: true attendees: type: array items: $ref: '#/components/schemas/microsoft.graph.attendee' description: The collection of attendees for the event. body: anyOf: - $ref: '#/components/schemas/microsoft.graph.itemBody' - type: object nullable: true description: The body of the message associated with the event. It can be in HTML or text format. bodyPreview: type: string description: The preview of the message associated with the event. It is in text format. nullable: true end: anyOf: - $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' - type: object nullable: true description: 'The date, time, and time zone that the event ends. By default, the end time is in UTC.' hasAttachments: type: boolean description: Set to true if the event has attachments. nullable: true hideAttendees: type: boolean description: 'When set to true, each attendee only sees themselves in the meeting request and meeting Tracking list. Default is false.' nullable: true iCalUId: type: string description: A unique identifier for an event across calendars. This ID is different for each occurrence in a recurring series. Read-only. nullable: true importance: anyOf: - $ref: '#/components/schemas/microsoft.graph.importance' - type: object nullable: true description: 'The importance of the event. The possible values are: low, normal, high.' isAllDay: type: boolean description: 'Set to true if the event lasts all day. If true, regardless of whether it''s a single-day or multi-day event, start and end time must be set to midnight and be in the same time zone.' nullable: true isCancelled: type: boolean description: Set to true if the event has been canceled. nullable: true isDraft: type: boolean description: 'Set to true if the user has updated the meeting in Outlook but has not sent the updates to attendees. Set to false if all changes have been sent, or if the event is an appointment without any attendees.' nullable: true isOnlineMeeting: type: boolean description: 'True if this event has online meeting information (that is, onlineMeeting points to an onlineMeetingInfo resource), false otherwise. Default is false (onlineMeeting is null). Optional. After you set isOnlineMeeting to true, Microsoft Graph initializes onlineMeeting. Subsequently Outlook ignores any further changes to isOnlineMeeting, and the meeting remains available online.' nullable: true isOrganizer: type: boolean description: Set to true if the calendar owner (specified by the owner property of the calendar) is the organizer of the event (specified by the organizer property of the event). This also applies if a delegate organized the event on behalf of the owner. nullable: true isReminderOn: type: boolean description: Set to true if an alert is set to remind the user of the event. nullable: true location: anyOf: - $ref: '#/components/schemas/microsoft.graph.location' - type: object nullable: true description: The location of the event. locations: type: array items: $ref: '#/components/schemas/microsoft.graph.location' description: 'The locations where the event is held or attended from. The location and locations properties always correspond with each other. If you update the location property, any prior locations in the locations collection would be removed and replaced by the new location value.' onlineMeeting: anyOf: - $ref: '#/components/schemas/microsoft.graph.onlineMeetingInfo' - type: object nullable: true description: 'Details for an attendee to join the meeting online. Default is null. Read-only. After you set the isOnlineMeeting and onlineMeetingProvider properties to enable a meeting online, Microsoft Graph initializes onlineMeeting. When set, the meeting remains available online, and you cannot change the isOnlineMeeting, onlineMeetingProvider, and onlneMeeting properties again.' onlineMeetingProvider: anyOf: - $ref: '#/components/schemas/microsoft.graph.onlineMeetingProviderType' - type: object nullable: true description: 'Represents the online meeting service provider. By default, onlineMeetingProvider is unknown. The possible values are unknown, teamsForBusiness, skypeForBusiness, and skypeForConsumer. Optional. After you set onlineMeetingProvider, Microsoft Graph initializes onlineMeeting. Subsequently you cannot change onlineMeetingProvider again, and the meeting remains available online.' onlineMeetingUrl: type: string description: 'A URL for an online meeting. The property is set only when an organizer specifies in Outlook that an event is an online meeting such as Skype. Read-only.To access the URL to join an online meeting, use joinUrl which is exposed via the onlineMeeting property of the event. The onlineMeetingUrl property will be deprecated in the future.' nullable: true organizer: anyOf: - $ref: '#/components/schemas/microsoft.graph.recipient' - type: object nullable: true description: The organizer of the event. originalEndTimeZone: type: string description: The end time zone that was set when the event was created. A value of tzone://Microsoft/Custom indicates that a legacy custom time zone was set in desktop Outlook. nullable: true originalStart: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'Represents the start time of an event when it is initially created as an occurrence or exception in a recurring series. This property is not returned for events that are single instances. Its date and time information is expressed in ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true originalStartTimeZone: type: string description: The start time zone that was set when the event was created. A value of tzone://Microsoft/Custom indicates that a legacy custom time zone was set in desktop Outlook. nullable: true recurrence: anyOf: - $ref: '#/components/schemas/microsoft.graph.patternedRecurrence' - type: object nullable: true description: The recurrence pattern for the event. reminderMinutesBeforeStart: maximum: 2147483647 minimum: -2147483648 type: integer description: The number of minutes before the event start time that the reminder alert occurs. format: int32 nullable: true responseRequested: type: boolean description: 'Default is true, which represents the organizer would like an invitee to send a response to the event.' nullable: true responseStatus: anyOf: - $ref: '#/components/schemas/microsoft.graph.responseStatus' - type: object nullable: true description: Indicates the type of response sent in response to an event message. sensitivity: anyOf: - $ref: '#/components/schemas/microsoft.graph.sensitivity' - type: object nullable: true description: 'Possible values are: normal, personal, private, confidential.' seriesMasterId: type: string description: 'The ID for the recurring series master item, if this event is part of a recurring series.' nullable: true showAs: anyOf: - $ref: '#/components/schemas/microsoft.graph.freeBusyStatus' - type: object nullable: true description: 'The status to show. Possible values are: free, tentative, busy, oof, workingElsewhere, unknown.' start: anyOf: - $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' - type: object nullable: true description: 'The start date, time, and time zone of the event. By default, the start time is in UTC.' subject: type: string description: The text of the event's subject line. nullable: true transactionId: type: string description: 'A custom identifier specified by a client app for the server to avoid redundant POST operations in case of client retries to create the same event. This is useful when low network connectivity causes the client to time out before receiving a response from the server for the client''s prior create-event request. After you set transactionId when creating an event, you cannot change transactionId in a subsequent update. This property is only returned in a response payload if an app has set it. Optional.' nullable: true type: anyOf: - $ref: '#/components/schemas/microsoft.graph.eventType' - type: object nullable: true description: 'The event type. Possible values are: singleInstance, occurrence, exception, seriesMaster. Read-only' webLink: type: string description: 'The URL to open the event in Outlook on the web.Outlook on the web opens the event in the browser if you are signed in to your mailbox. Otherwise, Outlook on the web prompts you to sign in.This URL cannot be accessed from within an iFrame.' nullable: true attachments: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.' x-ms-navigationProperty: true calendar: anyOf: - $ref: '#/components/schemas/microsoft.graph.calendar' - type: object nullable: true description: The calendar that contains the event. Navigation property. Read-only. x-ms-navigationProperty: true extensions: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' description: The collection of open extensions defined for the event. Nullable. x-ms-navigationProperty: true instances: type: array items: $ref: '#/components/schemas/microsoft.graph.event' description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.' x-ms-navigationProperty: true multiValueExtendedProperties: type: array items: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' description: The collection of multi-value extended properties defined for the event. Read-only. Nullable. x-ms-navigationProperty: true singleValueExtendedProperties: type: array items: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' description: The collection of single-value extended properties defined for the event. Read-only. Nullable. x-ms-navigationProperty: true '@odata.type': type: string default: '#microsoft.graph.event' x-ms-discriminator-value: '#microsoft.graph.event' microsoft.graph.eventMessage: allOf: - $ref: '#/components/schemas/microsoft.graph.message' - title: eventMessage required: - '@odata.type' type: object properties: endDateTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' - type: object nullable: true isAllDay: type: boolean nullable: true isDelegated: type: boolean description: 'True if this meeting request is accessible to a delegate, false otherwise. Default is false.' nullable: true isOutOfDate: type: boolean nullable: true location: anyOf: - $ref: '#/components/schemas/microsoft.graph.location' - type: object nullable: true meetingMessageType: anyOf: - $ref: '#/components/schemas/microsoft.graph.meetingMessageType' - type: object nullable: true description: 'The type of event message: none, meetingRequest, meetingCancelled, meetingAccepted, meetingTenativelyAccepted, meetingDeclined.' recurrence: anyOf: - $ref: '#/components/schemas/microsoft.graph.patternedRecurrence' - type: object nullable: true startDateTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' - type: object nullable: true type: anyOf: - $ref: '#/components/schemas/microsoft.graph.eventType' - type: object nullable: true event: anyOf: - $ref: '#/components/schemas/microsoft.graph.event' - type: object nullable: true description: The event associated with the event message. The assumption for attendees or room resources is that the Calendar Attendant is set to automatically update the calendar with an event when meeting request event messages arrive. Navigation property. Read-only. x-ms-navigationProperty: true '@odata.type': type: string default: '#microsoft.graph.eventMessage' discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.eventMessageRequest': '#/components/schemas/microsoft.graph.eventMessageRequest' '#microsoft.graph.eventMessageResponse': '#/components/schemas/microsoft.graph.eventMessageResponse' microsoft.graph.eventMessageRequest: allOf: - $ref: '#/components/schemas/microsoft.graph.eventMessage' - title: eventMessageRequest required: - '@odata.type' type: object properties: allowNewTimeProposals: type: boolean description: 'True if the meeting organizer allows invitees to propose a new time when responding, false otherwise. Optional. Default is true.' nullable: true meetingRequestType: anyOf: - $ref: '#/components/schemas/microsoft.graph.meetingRequestType' - type: object nullable: true previousEndDateTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' - type: object nullable: true description: 'If the meeting update changes the meeting end time, this property specifies the previous meeting end time.' previousLocation: anyOf: - $ref: '#/components/schemas/microsoft.graph.location' - type: object nullable: true description: 'If the meeting update changes the meeting location, this property specifies the previous meeting location.' previousStartDateTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' - type: object nullable: true description: 'If the meeting update changes the meeting start time, this property specifies the previous meeting start time.' responseRequested: type: boolean description: Set to true if the sender would like the invitee to send a response to the requested meeting. nullable: true '@odata.type': type: string default: '#microsoft.graph.eventMessageRequest' x-ms-discriminator-value: '#microsoft.graph.eventMessageRequest' microsoft.graph.eventMessageResponse: allOf: - $ref: '#/components/schemas/microsoft.graph.eventMessage' - title: eventMessageResponse required: - '@odata.type' type: object properties: proposedNewTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - type: object nullable: true description: An alternate date/time proposed by an invitee for a meeting request to start and end. Read-only. Not filterable. responseType: anyOf: - $ref: '#/components/schemas/microsoft.graph.responseType' - type: object nullable: true description: 'Specifies the type of response to a meeting request. Possible values are: tentativelyAccepted, accepted, declined. For the eventMessageResponse type, none, organizer, and notResponded are not supported. Read-only. Not filterable.' '@odata.type': type: string default: '#microsoft.graph.eventMessageResponse' x-ms-discriminator-value: '#microsoft.graph.eventMessageResponse' microsoft.graph.extension: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: extension required: - '@odata.type' type: object properties: '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.openTypeExtension': '#/components/schemas/microsoft.graph.openTypeExtension' microsoft.graph.extensionProperty: allOf: - $ref: '#/components/schemas/microsoft.graph.directoryObject' - title: extensionProperty required: - '@odata.type' type: object properties: appDisplayName: type: string description: Display name of the application object on which this extension property is defined. Read-only. nullable: true dataType: type: string description: 'Specifies the data type of the value the extension property can hold. Following values are supported. Binary - 256 bytes maximumBooleanDateTime - Must be specified in ISO 8601 format. Will be stored in UTC.Integer - 32-bit value.LargeInteger - 64-bit value.String - 256 characters maximumNot nullable. For multivalued directory extensions, these limits apply per value in the collection.' isMultiValued: type: boolean description: 'Defines the directory extension as a multi-valued property. When true, the directory extension property can store a collection of objects of the dataType; for example, a collection of string types such as ''extensionb7b1c57b532f40b8b5ed4b7a7ba67401jobGroupTracker'': [''String 1'', ''String 2'']. The default value is false. Supports $filter (eq).' isSyncedFromOnPremises: type: boolean description: Indicates if this extension property was synced from on-premises active directory using Microsoft Entra Connect. Read-only. nullable: true name: type: string description: Name of the extension property. Not nullable. Supports $filter (eq). targetObjects: type: array items: type: string description: Following values are supported. Not nullable. UserGroupAdministrativeUnitApplicationDeviceOrganization '@odata.type': type: string default: '#microsoft.graph.extensionProperty' x-ms-discriminator-value: '#microsoft.graph.extensionProperty' microsoft.graph.externalDomainName: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: externalDomainName required: - '@odata.type' type: object properties: '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.externalDomainName' microsoft.graph.externalUsersSelfServiceSignUpEventsFlow: allOf: - $ref: '#/components/schemas/microsoft.graph.authenticationEventsFlow' - title: externalUsersSelfServiceSignUpEventsFlow required: - '@odata.type' type: object properties: onAttributeCollection: anyOf: - $ref: '#/components/schemas/microsoft.graph.onAttributeCollectionHandler' - type: object nullable: true description: The configuration for what to invoke when attributes are ready to be collected from the user. onAuthenticationMethodLoadStart: anyOf: - $ref: '#/components/schemas/microsoft.graph.onAuthenticationMethodLoadStartHandler' - type: object nullable: true description: Required. The configuration for what to invoke when authentication methods are ready to be presented to the user. Must have at least one identity provider linked. onInteractiveAuthFlowStart: anyOf: - $ref: '#/components/schemas/microsoft.graph.onInteractiveAuthFlowStartHandler' - type: object nullable: true description: Required. The configuration for what to invoke when an authentication flow is ready to be initiated. onUserCreateStart: anyOf: - $ref: '#/components/schemas/microsoft.graph.onUserCreateStartHandler' - type: object nullable: true description: The configuration for what to invoke during user creation. '@odata.type': type: string default: '#microsoft.graph.externalUsersSelfServiceSignUpEventsFlow' x-ms-discriminator-value: '#microsoft.graph.externalUsersSelfServiceSignUpEventsFlow' microsoft.graph.featureRolloutPolicy: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: featureRolloutPolicy required: - '@odata.type' type: object properties: description: type: string description: A description for this feature rollout policy. nullable: true displayName: type: string description: The display name for this feature rollout policy. feature: $ref: '#/components/schemas/microsoft.graph.stagedFeatureName' isAppliedToOrganization: type: boolean description: Indicates whether this feature rollout policy should be applied to the entire organization. isEnabled: type: boolean description: Indicates whether the feature rollout is enabled. appliesTo: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' description: Nullable. Specifies a list of directoryObject resources that feature is enabled for. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.featureRolloutPolicy' microsoft.graph.federatedIdentityCredential: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: federatedIdentityCredential required: - '@odata.type' type: object properties: audiences: type: array items: type: string description: The audience that can appear in the external token. This field is mandatory and should be set to api://AzureADTokenExchange for Microsoft Entra ID. It says what Microsoft identity platform should accept in the aud claim in the incoming token. This value represents Microsoft Entra ID in your external identity provider and has no fixed value across identity providers - you might need to create a new application registration in your identity provider to serve as the audience of this token. This field can only accept a single value and has a limit of 600 characters. Required. description: type: string description: 'The unvalidated description of the federated identity credential, provided by the user. It has a limit of 600 characters. Optional.' nullable: true issuer: type: string description: 'The URL of the external identity provider, which must match the issuer claim of the external token being exchanged. The combination of the values of issuer and subject must be unique within the app. It has a limit of 600 characters. Required.' name: type: string description: 'The unique identifier for the federated identity credential, which has a limit of 120 characters and must be URL friendly. The string is immutable after it''s created. Alternate key. Required. Not nullable. Supports $filter (eq).' subject: type: string description: 'Required. The identifier of the external software workload within the external identity provider. Like the audience value, it has no fixed format; each identity provider uses their own - sometimes a GUID, sometimes a colon delimited identifier, sometimes arbitrary strings. The value here must match the sub claim within the token presented to Microsoft Entra ID. The combination of issuer and subject must be unique within the app. It has a limit of 600 characters. Supports $filter (eq).' '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.federatedIdentityCredential' microsoft.graph.fido2AuthenticationMethod: allOf: - $ref: '#/components/schemas/microsoft.graph.authenticationMethod' - title: fido2AuthenticationMethod required: - '@odata.type' type: object properties: aaGuid: type: string description: 'Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator.' nullable: true attestationCertificates: type: array items: type: string nullable: true description: The attestation certificate(s) attached to this security key. attestationLevel: anyOf: - $ref: '#/components/schemas/microsoft.graph.attestationLevel' - type: object nullable: true description: 'The attestation level of this FIDO2 security key. Possible values are: attested, or notAttested.' createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The timestamp when this key was registered to the user. format: date-time nullable: true displayName: type: string description: The display name of the key as given by the user. nullable: true model: type: string description: The manufacturer-assigned model of the FIDO2 security key. nullable: true '@odata.type': type: string default: '#microsoft.graph.fido2AuthenticationMethod' x-ms-discriminator-value: '#microsoft.graph.fido2AuthenticationMethod' microsoft.graph.fido2AuthenticationMethodConfiguration: allOf: - $ref: '#/components/schemas/microsoft.graph.authenticationMethodConfiguration' - title: fido2AuthenticationMethodConfiguration required: - '@odata.type' type: object properties: isAttestationEnforced: type: boolean description: Determines whether attestation must be enforced for FIDO2 security key registration. nullable: true isSelfServiceRegistrationAllowed: type: boolean description: Determines if users can register new FIDO2 security keys. nullable: true keyRestrictions: anyOf: - $ref: '#/components/schemas/microsoft.graph.fido2KeyRestrictions' - type: object nullable: true description: 'Controls whether key restrictions are enforced on FIDO2 security keys, either allowing or disallowing certain key types as defined by Authenticator Attestation GUID (AAGUID), an identifier that indicates the type (e.g. make and model) of the authenticator.' includeTargets: type: array items: $ref: '#/components/schemas/microsoft.graph.authenticationMethodTarget' description: A collection of groups that are enabled to use the authentication method. x-ms-navigationProperty: true '@odata.type': type: string default: '#microsoft.graph.fido2AuthenticationMethodConfiguration' x-ms-discriminator-value: '#microsoft.graph.fido2AuthenticationMethodConfiguration' microsoft.graph.fido2CombinationConfiguration: allOf: - $ref: '#/components/schemas/microsoft.graph.authenticationCombinationConfiguration' - title: fido2CombinationConfiguration required: - '@odata.type' type: object properties: allowedAAGUIDs: type: array items: type: string description: A list of AAGUIDs allowed to be used as part of the specified authentication method combinations. '@odata.type': type: string default: '#microsoft.graph.fido2CombinationConfiguration' x-ms-discriminator-value: '#microsoft.graph.fido2CombinationConfiguration' microsoft.graph.fieldValueSet: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: fieldValueSet required: - '@odata.type' type: object properties: '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.fieldValueSet' microsoft.graph.fileAssessmentRequest: allOf: - $ref: '#/components/schemas/microsoft.graph.threatAssessmentRequest' - title: fileAssessmentRequest required: - '@odata.type' type: object properties: contentData: type: string description: Base64 encoded file content. The file content can't fetch back because it isn't stored. fileName: type: string description: The file name. '@odata.type': type: string default: '#microsoft.graph.fileAssessmentRequest' x-ms-discriminator-value: '#microsoft.graph.fileAssessmentRequest' microsoft.graph.fileAttachment: allOf: - $ref: '#/components/schemas/microsoft.graph.attachment' - title: fileAttachment required: - '@odata.type' type: object properties: contentBytes: type: string description: The base64-encoded contents of the file. format: base64url nullable: true contentId: type: string description: The ID of the attachment in the Exchange store. nullable: true contentLocation: type: string description: Don't use this property as it isn't supported. nullable: true '@odata.type': type: string default: '#microsoft.graph.fileAttachment' x-ms-discriminator-value: '#microsoft.graph.fileAttachment' microsoft.graph.fileStorage: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: fileStorage required: - '@odata.type' type: object properties: containers: type: array items: $ref: '#/components/schemas/microsoft.graph.fileStorageContainer' x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.fileStorage' microsoft.graph.fileStorageContainer: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: fileStorageContainer required: - '@odata.type' type: object properties: containerTypeId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string description: 'Container type ID of the fileStorageContainer. For details about container types, see Container Types. Each container must have only one container type. Read-only.' format: uuid createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Date and time of the fileStorageContainer creation. Read-only. format: date-time customProperties: anyOf: - $ref: '#/components/schemas/microsoft.graph.fileStorageContainerCustomPropertyDictionary' - type: object nullable: true description: Custom property collection for the fileStorageContainer. Read-write. description: type: string description: Provides a user-visible description of the fileStorageContainer. Read-write. nullable: true displayName: type: string description: The display name of the fileStorageContainer. Read-write. status: anyOf: - $ref: '#/components/schemas/microsoft.graph.fileStorageContainerStatus' - type: object nullable: true description: 'Status of the fileStorageContainer. Containers are created as inactive and require activation. Inactive containers are subjected to automatic deletion in 24 hours. The possible values are: inactive, active. Read-only.' viewpoint: anyOf: - $ref: '#/components/schemas/microsoft.graph.fileStorageContainerViewpoint' - type: object nullable: true description: Data specific to the current user. Read-only. drive: anyOf: - $ref: '#/components/schemas/microsoft.graph.drive' - type: object nullable: true description: The drive of the resource fileStorageContainer. Read-only. x-ms-navigationProperty: true permissions: type: array items: $ref: '#/components/schemas/microsoft.graph.permission' description: 'The set of permissions for users in the fileStorageContainer. Permission for each user is set by the roles property. The possible values are: reader, writer, manager, and owner. Read-write.' x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.fileStorageContainer' microsoft.graph.filterOperatorSchema: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: filterOperatorSchema required: - '@odata.type' type: object properties: arity: $ref: '#/components/schemas/microsoft.graph.scopeOperatorType' multivaluedComparisonType: $ref: '#/components/schemas/microsoft.graph.scopeOperatorMultiValuedComparisonType' supportedAttributeTypes: type: array items: $ref: '#/components/schemas/microsoft.graph.attributeType' description: 'Attribute types supported by the operator. Possible values are: Boolean, Binary, Reference, Integer, String.' '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.filterOperatorSchema' microsoft.graph.governanceInsight: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: governanceInsight required: - '@odata.type' type: object properties: insightCreatedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Indicates when the insight was created. format: date-time nullable: true '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.membershipOutlierInsight': '#/components/schemas/microsoft.graph.membershipOutlierInsight' '#microsoft.graph.userSignInInsight': '#/components/schemas/microsoft.graph.userSignInInsight' microsoft.graph.group: allOf: - $ref: '#/components/schemas/microsoft.graph.directoryObject' - title: group required: - '@odata.type' type: object properties: allowExternalSenders: type: boolean description: 'Indicates if people external to the organization can send messages to the group. The default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true assignedLabels: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLabel' description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' assignedLicenses: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLicense' description: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. autoSubscribeNewMembers: type: boolean description: 'Indicates if new members added to the group are autosubscribed to receive email notifications. You can set this property in a PATCH request for the group; don''t set it in the initial POST request that creates the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true classification: type: string description: 'Describes a classification for the group (such as low, medium, or high business impact). Valid values for this property are defined by creating a ClassificationList setting value, based on the template definition.Returned by default. Supports $filter (eq, ne, not, ge, le, startsWith).' nullable: true createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'Timestamp of when the group was created. The value can''t be modified and is automatically populated when the group is created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Read-only.' format: date-time nullable: true description: type: string description: 'An optional description for the group. Returned by default. Supports $filter (eq, ne, not, ge, le, startsWith) and $search.' nullable: true displayName: type: string description: 'The display name for the group. This property is required when a group is created and can''t be cleared during updates. Maximum length is 256 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderby.' nullable: true expirationDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'Timestamp of when the group is set to expire. It''s null for security groups, but for Microsoft 365 groups, it represents when the group is set to expire as defined in the groupLifecyclePolicy. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only.' format: date-time nullable: true groupTypes: type: array items: type: string description: 'Specifies the group type and its membership. If the collection contains Unified, the group is a Microsoft 365 group; otherwise, it''s either a security group or a distribution group. For details, see groups overview.If the collection includes DynamicMembership, the group has dynamic membership; otherwise, membership is static. Returned by default. Supports $filter (eq, not).' hasMembersWithLicenseErrors: type: boolean description: 'Indicates whether there are members in this group that have license errors from its group-based license assignment. This property is never returned on a GET operation. You can use it as a $filter argument to get groups that have members with license errors (that is, filter for this property being true). See an example. Supports $filter (eq).' nullable: true hideFromAddressLists: type: boolean description: 'True if the group isn''t displayed in certain parts of the Outlook UI: the Address Book, address lists for selecting message recipients, and the Browse Groups dialog for searching groups; otherwise, false. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true hideFromOutlookClients: type: boolean description: 'True if the group isn''t displayed in Outlook clients, such as Outlook for Windows and Outlook on the web; otherwise, false. The default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true isArchived: type: boolean description: 'When a group is associated with a team, this property determines whether the team is in read-only mode.To read this property, use the /group/{groupId}/team endpoint or the Get team API. To update this property, use the archiveTeam and unarchiveTeam APIs.' nullable: true isAssignableToRole: type: boolean description: 'Indicates whether this group can be assigned to a Microsoft Entra role. Optional. This property can only be set while creating the group and is immutable. If set to true, the securityEnabled property must also be set to true, visibility must be Hidden, and the group can''t be a dynamic group (that is, groupTypes can''t contain DynamicMembership). Only callers with at least the Privileged Role Administrator role can set this property. The caller must also be assigned the RoleManagement.ReadWrite.Directory permission to set this property or update the membership of such groups. For more, see Using a group to manage Microsoft Entra role assignmentsUsing this feature requires a Microsoft Entra ID P1 license. Returned by default. Supports $filter (eq, ne, not).' nullable: true isSubscribedByMail: type: boolean description: 'Indicates whether the signed-in user is subscribed to receive email conversations. The default value is true. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' nullable: true licenseProcessingState: anyOf: - $ref: '#/components/schemas/microsoft.graph.licenseProcessingState' - type: object nullable: true description: 'Indicates the status of the group license assignment to all group members. The default value is false. Read-only. Possible values: QueuedForProcessing, ProcessingInProgress, and ProcessingComplete.Returned only on $select. Read-only.' mail: type: string description: 'The SMTP address for the group, for example, ''serviceadmins@contoso.com''. Returned by default. Read-only. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).' nullable: true mailEnabled: type: boolean description: 'Specifies whether the group is mail-enabled. Required. Returned by default. Supports $filter (eq, ne, not).' nullable: true mailNickname: type: string description: 'The mail alias for the group, unique for Microsoft 365 groups in the organization. Maximum length is 64 characters. This property can contain only characters in the ASCII character set 0 - 127 except the following characters: @ () / [] '' ; : <> , SPACE. Required. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).' nullable: true membershipRule: type: string description: 'The rule that determines members for this group if the group is a dynamic group (groupTypes contains DynamicMembership). For more information about the syntax of the membership rule, see Membership Rules syntax. Returned by default. Supports $filter (eq, ne, not, ge, le, startsWith).' nullable: true membershipRuleProcessingState: type: string description: 'Indicates whether the dynamic membership processing is on or paused. Possible values are On or Paused. Returned by default. Supports $filter (eq, ne, not, in).' nullable: true onPremisesDomainName: type: string nullable: true onPremisesLastSyncDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'Indicates the last time at which the group was synced with the on-premises directory. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Read-only. Supports $filter (eq, ne, not, ge, le, in).' format: date-time nullable: true onPremisesNetBiosName: type: string nullable: true onPremisesProvisioningErrors: type: array items: $ref: '#/components/schemas/microsoft.graph.onPremisesProvisioningError' description: 'Errors when using Microsoft synchronization product during provisioning. Returned by default. Supports $filter (eq, not).' onPremisesSamAccountName: type: string description: 'Contains the on-premises SAM account name synchronized from the on-premises directory. The property is only populated for customers synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect.Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith). Read-only.' nullable: true onPremisesSecurityIdentifier: type: string description: Contains the on-premises security identifier (SID) for the group synchronized from on-premises to the cloud. Read-only. Returned by default. Supports $filter (eq including on null values). nullable: true onPremisesSyncEnabled: type: boolean description: 'true if this group is synced from an on-premises directory; false if this group was originally synced from an on-premises directory but is no longer synced; null if this object has never synced from an on-premises directory (default). Returned by default. Read-only. Supports $filter (eq, ne, not, in, and eq on null values).' nullable: true preferredDataLocation: type: string description: 'The preferred data location for the Microsoft 365 group. By default, the group inherits the group creator''s preferred data location. To set this property, the calling app must be granted the Directory.ReadWrite.All permission and the user be assigned at least one of the following Microsoft Entra roles: User Account Administrator Directory Writer Exchange Administrator SharePoint Administrator For more information about this property, see OneDrive Online Multi-Geo. Nullable. Returned by default.' nullable: true preferredLanguage: type: string description: 'The preferred language for a Microsoft 365 group. Should follow ISO 639-1 Code; for example, en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).' nullable: true proxyAddresses: type: array items: type: string description: 'Email addresses for the group that direct to the same group mailbox. For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com'']. The any operator is required to filter expressions on multi-valued properties. Returned by default. Read-only. Not nullable. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0).' renewedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'Timestamp of when the group was last renewed. This value can''t be modified directly and is only updated via the renew service action. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only.' format: date-time nullable: true securityEnabled: type: boolean description: 'Specifies whether the group is a security group. Required. Returned by default. Supports $filter (eq, ne, not, in).' nullable: true securityIdentifier: type: string description: 'Security identifier of the group, used in Windows scenarios. Read-only. Returned by default.' nullable: true serviceProvisioningErrors: type: array items: $ref: '#/components/schemas/microsoft.graph.serviceProvisioningError' description: '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).' theme: type: string description: 'Specifies a Microsoft 365 group''s color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange, or Red. Returned by default.' nullable: true uniqueName: type: string description: The unique identifier that can be assigned to a group and used as an alternate key. Immutable. Read-only. nullable: true unseenCount: maximum: 2147483647 minimum: -2147483648 type: integer description: 'Count of conversations that received new posts since the signed-in user last visited the group. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}).' format: int32 nullable: true visibility: type: string description: 'Specifies the group join policy and group content visibility for groups. Possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. It can''t be updated later. Other values of visibility can be updated after group creation. If visibility value isn''t specified during group creation on Microsoft Graph, a security group is created as Private by default, and the Microsoft 365 group is Public. Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable.' nullable: true acceptedSenders: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' description: 'The list of users or groups allowed to create posts or calendar events in this group. If this list is nonempty, then only users or groups listed here are allowed to post.' x-ms-navigationProperty: true appRoleAssignments: type: array items: $ref: '#/components/schemas/microsoft.graph.appRoleAssignment' description: Represents the app roles granted to a group for an application. Supports $expand. x-ms-navigationProperty: true calendar: anyOf: - $ref: '#/components/schemas/microsoft.graph.calendar' - type: object nullable: true description: The group's calendar. Read-only. x-ms-navigationProperty: true calendarView: type: array items: $ref: '#/components/schemas/microsoft.graph.event' description: The calendar view for the calendar. Read-only. x-ms-navigationProperty: true conversations: type: array items: $ref: '#/components/schemas/microsoft.graph.conversation' description: The group's conversations. x-ms-navigationProperty: true createdOnBehalfOf: anyOf: - $ref: '#/components/schemas/microsoft.graph.directoryObject' - type: object nullable: true description: 'The user (or application) that created the group. NOTE: This property isn''t set if the user is an administrator. Read-only.' x-ms-navigationProperty: true drive: anyOf: - $ref: '#/components/schemas/microsoft.graph.drive' - type: object nullable: true description: The group's default drive. Read-only. x-ms-navigationProperty: true drives: type: array items: $ref: '#/components/schemas/microsoft.graph.drive' description: The group's drives. Read-only. x-ms-navigationProperty: true events: type: array items: $ref: '#/components/schemas/microsoft.graph.event' description: The group's calendar events. x-ms-navigationProperty: true extensions: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' description: The collection of open extensions defined for the group. Read-only. Nullable. x-ms-navigationProperty: true groupLifecyclePolicies: type: array items: $ref: '#/components/schemas/microsoft.graph.groupLifecyclePolicy' description: The collection of lifecycle policies for this group. Read-only. Nullable. x-ms-navigationProperty: true memberOf: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' description: 'Groups that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable. Supports $expand.' x-ms-navigationProperty: true members: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' description: 'The members of this group, who can be users, devices, other groups, or service principals. Supports the List members, Add member, and Remove member operations. Nullable. Supports $expand including nested $select. For example, /groups?$filter=startsWith(displayName,''Role'')&$select=id,displayName&$expand=members($select=id,userPrincipalName,displayName).' x-ms-navigationProperty: true membersWithLicenseErrors: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' description: A list of group members with license errors from this group-based license assignment. Read-only. x-ms-navigationProperty: true onenote: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenote' - type: object nullable: true x-ms-navigationProperty: true owners: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' description: 'The owners of the group. Limited to 100 owners. Nullable. If this property isn''t specified when creating a Microsoft 365 group, the calling user is automatically assigned as the group owner. Supports $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1). Supports $expand including nested $select. For example, /groups?$filter=startsWith(displayName,''Role'')&$select=id,displayName&$expand=owners($select=id,userPrincipalName,displayName).' x-ms-navigationProperty: true permissionGrants: type: array items: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' x-ms-navigationProperty: true photo: anyOf: - $ref: '#/components/schemas/microsoft.graph.profilePhoto' - type: object nullable: true description: The group's profile photo x-ms-navigationProperty: true photos: type: array items: $ref: '#/components/schemas/microsoft.graph.profilePhoto' description: The profile photos owned by the group. Read-only. Nullable. x-ms-navigationProperty: true planner: anyOf: - $ref: '#/components/schemas/microsoft.graph.plannerGroup' - type: object nullable: true description: Entry-point to Planner resource that might exist for a Unified Group. x-ms-navigationProperty: true rejectedSenders: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' description: The list of users or groups not allowed to create posts or calendar events in this group. Nullable x-ms-navigationProperty: true settings: type: array items: $ref: '#/components/schemas/microsoft.graph.groupSetting' description: 'Settings that can govern this group''s behavior, like whether members can invite guests to the group. Nullable.' x-ms-navigationProperty: true sites: type: array items: $ref: '#/components/schemas/microsoft.graph.site' description: The list of SharePoint sites in this group. Access the default site with /sites/root. x-ms-navigationProperty: true team: anyOf: - $ref: '#/components/schemas/microsoft.graph.team' - type: object nullable: true description: The team associated with this group. x-ms-navigationProperty: true threads: type: array items: $ref: '#/components/schemas/microsoft.graph.conversationThread' description: The group's conversation threads. Nullable. x-ms-navigationProperty: true transitiveMemberOf: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' description: 'The groups that a group is a member of, either directly or through nested membership. Nullable.' x-ms-navigationProperty: true transitiveMembers: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' description: The direct and transitive members of a group. Nullable. x-ms-navigationProperty: true '@odata.type': type: string default: '#microsoft.graph.group' x-ms-discriminator-value: '#microsoft.graph.group' microsoft.graph.groupLifecyclePolicy: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: groupLifecyclePolicy required: - '@odata.type' type: object properties: alternateNotificationEmails: type: string description: List of email address to send notifications for groups without owners. Multiple email address can be defined by separating email address with a semicolon. nullable: true groupLifetimeInDays: maximum: 2147483647 minimum: -2147483648 type: integer description: 'Number of days before a group expires and needs to be renewed. Once renewed, the group expiration is extended by the number of days defined.' format: int32 nullable: true managedGroupTypes: type: string description: 'The group type for which the expiration policy applies. Possible values are All, Selected or None.' nullable: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.groupLifecyclePolicy' microsoft.graph.groupSetting: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: groupSetting required: - '@odata.type' type: object properties: displayName: type: string description: 'Display name of this group of settings, which comes from the associated template.' nullable: true templateId: type: string description: Unique identifier for the tenant-level groupSettingTemplates object that's been customized for this group-level settings object. Read-only. nullable: true values: type: array items: $ref: '#/components/schemas/microsoft.graph.settingValue' description: Collection of name-value pairs corresponding to the name and defaultValue properties in the referenced groupSettingTemplates object. '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.groupSetting' microsoft.graph.groupSettingTemplate: allOf: - $ref: '#/components/schemas/microsoft.graph.directoryObject' - title: groupSettingTemplate required: - '@odata.type' type: object properties: description: type: string description: Description of the template. nullable: true displayName: type: string description: 'Display name of the template. The template named Group.Unified can be used to configure tenant-wide Microsoft 365 group settings, while the template named Group.Unified.Guest can be used to configure group-specific settings.' nullable: true values: type: array items: $ref: '#/components/schemas/microsoft.graph.settingTemplateValue' description: 'Collection of settingTemplateValues that list the set of available settings, defaults and types that make up this template.' '@odata.type': type: string default: '#microsoft.graph.groupSettingTemplate' x-ms-discriminator-value: '#microsoft.graph.groupSettingTemplate' microsoft.graph.homeRealmDiscoveryPolicy: allOf: - $ref: '#/components/schemas/microsoft.graph.stsPolicy' - title: homeRealmDiscoveryPolicy required: - '@odata.type' type: object properties: '@odata.type': type: string default: '#microsoft.graph.homeRealmDiscoveryPolicy' x-ms-discriminator-value: '#microsoft.graph.homeRealmDiscoveryPolicy' microsoft.graph.horizontalSection: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: horizontalSection required: - '@odata.type' type: object properties: emphasis: anyOf: - $ref: '#/components/schemas/microsoft.graph.sectionEmphasisType' - type: object nullable: true description: 'Enumeration value that indicates the emphasis of the section background. The possible values are: none, netural, soft, strong, unknownFutureValue.' layout: anyOf: - $ref: '#/components/schemas/microsoft.graph.horizontalSectionLayoutType' - type: object nullable: true description: 'Layout type of the section. The possible values are: none, oneColumn, twoColumns, threeColumns, oneThirdLeftColumn, oneThirdRightColumn, fullWidth, unknownFutureValue.' columns: type: array items: $ref: '#/components/schemas/microsoft.graph.horizontalSectionColumn' description: The set of vertical columns in this section. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.horizontalSection' microsoft.graph.horizontalSectionColumn: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: horizontalSectionColumn required: - '@odata.type' type: object properties: width: maximum: 2147483647 minimum: -2147483648 type: integer description: 'Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section.' format: int32 nullable: true webparts: type: array items: $ref: '#/components/schemas/microsoft.graph.webPart' description: The collection of WebParts in this column. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.horizontalSectionColumn' microsoft.graph.identityApiConnector: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: identityApiConnector required: - '@odata.type' type: object properties: authenticationConfiguration: anyOf: - $ref: '#/components/schemas/microsoft.graph.apiAuthenticationConfigurationBase' - type: object nullable: true description: The object which describes the authentication configuration details for calling the API. Basic and PKCS 12 client certificate are supported. displayName: type: string description: The name of the API connector. nullable: true targetUrl: type: string description: The URL of the API endpoint to call. nullable: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.identityApiConnector' microsoft.graph.identityBuiltInUserFlowAttribute: allOf: - $ref: '#/components/schemas/microsoft.graph.identityUserFlowAttribute' - title: identityBuiltInUserFlowAttribute required: - '@odata.type' type: object properties: '@odata.type': type: string default: '#microsoft.graph.identityBuiltInUserFlowAttribute' x-ms-discriminator-value: '#microsoft.graph.identityBuiltInUserFlowAttribute' microsoft.graph.identityContainer: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: identityContainer required: - '@odata.type' type: object properties: apiConnectors: type: array items: $ref: '#/components/schemas/microsoft.graph.identityApiConnector' description: Represents entry point for API connectors. x-ms-navigationProperty: true authenticationEventListeners: type: array items: $ref: '#/components/schemas/microsoft.graph.authenticationEventListener' description: Represents listeners for custom authentication extension events in Azure AD for workforce and customers. x-ms-navigationProperty: true authenticationEventsFlows: type: array items: $ref: '#/components/schemas/microsoft.graph.authenticationEventsFlow' description: Represents the entry point for self-service sign-up and sign-in user flows in both Microsoft Entra workforce and external tenants. x-ms-navigationProperty: true b2xUserFlows: type: array items: $ref: '#/components/schemas/microsoft.graph.b2xIdentityUserFlow' description: Represents entry point for B2X/self-service sign-up identity userflows. x-ms-navigationProperty: true conditionalAccess: anyOf: - $ref: '#/components/schemas/microsoft.graph.conditionalAccessRoot' - type: object nullable: true description: the entry point for the Conditional Access (CA) object model. x-ms-navigationProperty: true customAuthenticationExtensions: type: array items: $ref: '#/components/schemas/microsoft.graph.customAuthenticationExtension' description: Represents custom extensions to authentication flows in Azure AD for workforce and customers. x-ms-navigationProperty: true identityProviders: type: array items: $ref: '#/components/schemas/microsoft.graph.identityProviderBase' x-ms-navigationProperty: true userFlowAttributes: type: array items: $ref: '#/components/schemas/microsoft.graph.identityUserFlowAttribute' description: Represents entry point for identity userflow attributes. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.identityContainer' microsoft.graph.identityCustomUserFlowAttribute: allOf: - $ref: '#/components/schemas/microsoft.graph.identityUserFlowAttribute' - title: identityCustomUserFlowAttribute required: - '@odata.type' type: object properties: '@odata.type': type: string default: '#microsoft.graph.identityCustomUserFlowAttribute' x-ms-discriminator-value: '#microsoft.graph.identityCustomUserFlowAttribute' microsoft.graph.identityGovernance: title: identityGovernance required: - '@odata.type' type: object properties: accessReviews: anyOf: - $ref: '#/components/schemas/microsoft.graph.accessReviewSet' - type: object nullable: true x-ms-navigationProperty: true appConsent: anyOf: - $ref: '#/components/schemas/microsoft.graph.appConsentApprovalRoute' - type: object nullable: true x-ms-navigationProperty: true entitlementManagement: anyOf: - $ref: '#/components/schemas/microsoft.graph.entitlementManagement' - type: object nullable: true x-ms-navigationProperty: true lifecycleWorkflows: anyOf: - $ref: '#/components/schemas/microsoft.graph.identityGovernance.lifecycleWorkflowsContainer' - type: object nullable: true x-ms-navigationProperty: true privilegedAccess: anyOf: - $ref: '#/components/schemas/microsoft.graph.privilegedAccessRoot' - type: object nullable: true x-ms-navigationProperty: true termsOfUse: anyOf: - $ref: '#/components/schemas/microsoft.graph.termsOfUseContainer' - type: object nullable: true x-ms-navigationProperty: true '@odata.type': type: string microsoft.graph.identityProtectionRoot: title: identityProtectionRoot required: - '@odata.type' type: object properties: riskDetections: type: array items: $ref: '#/components/schemas/microsoft.graph.riskDetection' description: Risk detection in Microsoft Entra ID Protection and the associated information about the detection. x-ms-navigationProperty: true riskyServicePrincipals: type: array items: $ref: '#/components/schemas/microsoft.graph.riskyServicePrincipal' description: Microsoft Entra service principals that are at risk. x-ms-navigationProperty: true riskyUsers: type: array items: $ref: '#/components/schemas/microsoft.graph.riskyUser' description: Users that are flagged as at-risk by Microsoft Entra ID Protection. x-ms-navigationProperty: true servicePrincipalRiskDetections: type: array items: $ref: '#/components/schemas/microsoft.graph.servicePrincipalRiskDetection' description: Represents information about detected at-risk service principals in a Microsoft Entra tenant. x-ms-navigationProperty: true '@odata.type': type: string microsoft.graph.identityProvider: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: identityProvider required: - '@odata.type' type: object properties: clientId: type: string description: The client ID for the application. This is the client ID obtained when registering the application with the identity provider. Required. Not nullable. nullable: true clientSecret: type: string description: The client secret for the application. This is the client secret obtained when registering the application with the identity provider. This is write-only. A read operation will return . Required. Not nullable. nullable: true name: type: string description: The display name of the identity provider. Not nullable. nullable: true type: type: string description: 'The identity provider type is a required field. For B2B scenario: Google, Facebook. For B2C scenario: Microsoft, Google, Amazon, LinkedIn, Facebook, GitHub, Twitter, Weibo, QQ, WeChat, OpenIDConnect. Not nullable.' nullable: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.identityProvider' microsoft.graph.identityProviderBase: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: identityProviderBase required: - '@odata.type' type: object properties: displayName: type: string description: The display name of the identity provider. nullable: true '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.appleManagedIdentityProvider': '#/components/schemas/microsoft.graph.appleManagedIdentityProvider' '#microsoft.graph.builtInIdentityProvider': '#/components/schemas/microsoft.graph.builtInIdentityProvider' '#microsoft.graph.samlOrWsFedProvider': '#/components/schemas/microsoft.graph.samlOrWsFedProvider' '#microsoft.graph.internalDomainFederation': '#/components/schemas/microsoft.graph.internalDomainFederation' '#microsoft.graph.samlOrWsFedExternalDomainFederation': '#/components/schemas/microsoft.graph.samlOrWsFedExternalDomainFederation' '#microsoft.graph.socialIdentityProvider': '#/components/schemas/microsoft.graph.socialIdentityProvider' microsoft.graph.identitySecurityDefaultsEnforcementPolicy: allOf: - $ref: '#/components/schemas/microsoft.graph.policyBase' - title: identitySecurityDefaultsEnforcementPolicy required: - '@odata.type' type: object properties: isEnabled: type: boolean description: 'If set to true, Microsoft Entra security defaults are enabled for the tenant.' '@odata.type': type: string default: '#microsoft.graph.identitySecurityDefaultsEnforcementPolicy' x-ms-discriminator-value: '#microsoft.graph.identitySecurityDefaultsEnforcementPolicy' microsoft.graph.identityUserFlow: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: identityUserFlow required: - '@odata.type' type: object properties: userFlowType: $ref: '#/components/schemas/microsoft.graph.userFlowType' userFlowTypeVersion: oneOf: - type: number format: float - type: string - $ref: '#/components/schemas/ReferenceNumeric' '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.b2xIdentityUserFlow': '#/components/schemas/microsoft.graph.b2xIdentityUserFlow' microsoft.graph.identityUserFlowAttribute: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: identityUserFlowAttribute required: - '@odata.type' type: object properties: dataType: $ref: '#/components/schemas/microsoft.graph.identityUserFlowAttributeDataType' description: type: string description: The description of the user flow attribute that's shown to the user at the time of sign up. nullable: true displayName: type: string description: 'The display name of the user flow attribute. Supports $filter (eq, ne).' nullable: true userFlowAttributeType: $ref: '#/components/schemas/microsoft.graph.identityUserFlowAttributeType' '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.identityBuiltInUserFlowAttribute': '#/components/schemas/microsoft.graph.identityBuiltInUserFlowAttribute' '#microsoft.graph.identityCustomUserFlowAttribute': '#/components/schemas/microsoft.graph.identityCustomUserFlowAttribute' microsoft.graph.identityUserFlowAttributeAssignment: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: identityUserFlowAttributeAssignment required: - '@odata.type' type: object properties: displayName: type: string description: The display name of the identityUserFlowAttribute within a user flow. nullable: true isOptional: type: boolean description: Determines whether the identityUserFlowAttribute is optional. true means the user doesn't have to provide a value. false means the user can't complete sign-up without providing a value. requiresVerification: type: boolean description: 'Determines whether the identityUserFlowAttribute requires verification, and is only used for verifying the user''s phone number or email address.' userAttributeValues: type: array items: $ref: '#/components/schemas/microsoft.graph.userAttributeValuesItem' description: 'The input options for the user flow attribute. Only applicable when the userInputType is radioSingleSelect, dropdownSingleSelect, or checkboxMultiSelect.' userInputType: $ref: '#/components/schemas/microsoft.graph.identityUserFlowAttributeInputType' userAttribute: anyOf: - $ref: '#/components/schemas/microsoft.graph.identityUserFlowAttribute' - type: object nullable: true description: The user attribute that you want to add to your user flow. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.identityUserFlowAttributeAssignment' microsoft.graph.importedWindowsAutopilotDeviceIdentity: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: importedWindowsAutopilotDeviceIdentity required: - '@odata.type' type: object properties: assignedUserPrincipalName: type: string description: UPN of the user the device will be assigned nullable: true groupTag: type: string description: Group Tag of the Windows autopilot device. nullable: true hardwareIdentifier: type: string description: Hardware Blob of the Windows autopilot device. format: base64url nullable: true importId: type: string description: The Import Id of the Windows autopilot device. nullable: true productKey: type: string description: Product Key of the Windows autopilot device. nullable: true serialNumber: type: string description: Serial number of the Windows autopilot device. nullable: true state: anyOf: - $ref: '#/components/schemas/microsoft.graph.importedWindowsAutopilotDeviceIdentityState' - type: object nullable: true description: Current state of the imported device. '@odata.type': type: string description: Imported windows autopilot devices. x-ms-discriminator-value: '#microsoft.graph.importedWindowsAutopilotDeviceIdentity' microsoft.graph.importedWindowsAutopilotDeviceIdentityUpload: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: importedWindowsAutopilotDeviceIdentityUpload required: - '@odata.type' type: object properties: createdDateTimeUtc: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: DateTime when the entity is created. format: date-time status: $ref: '#/components/schemas/microsoft.graph.importedWindowsAutopilotDeviceIdentityUploadStatus' deviceIdentities: type: array items: $ref: '#/components/schemas/microsoft.graph.importedWindowsAutopilotDeviceIdentity' description: Collection of all Autopilot devices as a part of this upload. x-ms-navigationProperty: true '@odata.type': type: string description: Import windows autopilot devices using upload. x-ms-discriminator-value: '#microsoft.graph.importedWindowsAutopilotDeviceIdentityUpload' microsoft.graph.inferenceClassification: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: inferenceClassification required: - '@odata.type' type: object properties: overrides: type: array items: $ref: '#/components/schemas/microsoft.graph.inferenceClassificationOverride' description: 'A set of overrides for a user to always classify messages from specific senders in certain ways: focused, or other. Read-only. Nullable.' x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.inferenceClassification' microsoft.graph.inferenceClassificationOverride: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: inferenceClassificationOverride required: - '@odata.type' type: object properties: classifyAs: anyOf: - $ref: '#/components/schemas/microsoft.graph.inferenceClassificationType' - type: object nullable: true description: 'Specifies how incoming messages from a specific sender should always be classified as. The possible values are: focused, other.' senderEmailAddress: anyOf: - $ref: '#/components/schemas/microsoft.graph.emailAddress' - type: object nullable: true description: The email address information of the sender for whom the override is created. '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.inferenceClassificationOverride' microsoft.graph.informationProtection: title: informationProtection required: - '@odata.type' type: object properties: bitlocker: anyOf: - $ref: '#/components/schemas/microsoft.graph.bitlocker' - type: object nullable: true x-ms-navigationProperty: true threatAssessmentRequests: type: array items: $ref: '#/components/schemas/microsoft.graph.threatAssessmentRequest' x-ms-navigationProperty: true '@odata.type': type: string microsoft.graph.insightsSettings: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: insightsSettings required: - '@odata.type' type: object properties: disabledForGroup: type: string description: 'The ID of a Microsoft Entra group, of which the specified type of insights are disabled for its members. The default value is null. Optional.' nullable: true isEnabledInOrganization: type: boolean description: true if insights of the specified type are enabled for the organization; false if insights of the specified type are disabled for all users without exceptions. The default value is true. Optional. nullable: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.insightsSettings' microsoft.graph.internalDomainFederation: allOf: - $ref: '#/components/schemas/microsoft.graph.samlOrWsFedProvider' - title: internalDomainFederation required: - '@odata.type' type: object properties: activeSignInUri: type: string description: URL of the endpoint used by active clients when authenticating with federated domains set up for single sign-on in Microsoft Entra ID. Corresponds to the ActiveLogOnUri property of the Set-MsolDomainFederationSettings MSOnline v1 PowerShell cmdlet. nullable: true federatedIdpMfaBehavior: anyOf: - $ref: '#/components/schemas/microsoft.graph.federatedIdpMfaBehavior' - type: object nullable: true description: 'Determines whether Microsoft Entra ID accepts the MFA performed by the federated IdP when a federated user accesses an application that is governed by a conditional access policy that requires MFA. The possible values are: acceptIfMfaDoneByFederatedIdp, enforceMfaByFederatedIdp, rejectMfaByFederatedIdp, unknownFutureValue. For more information, see federatedIdpMfaBehavior values.' isSignedAuthenticationRequestRequired: type: boolean description: 'If true, when SAML authentication requests are sent to the federated SAML IdP, Microsoft Entra ID will sign those requests using the OrgID signing key. If false (default), the SAML authentication requests sent to the federated IdP aren''t signed.' nullable: true nextSigningCertificate: type: string description: 'Fallback token signing certificate that can also be used to sign tokens, for example when the primary signing certificate expires. Formatted as Base64 encoded strings of the public portion of the federated IdP''s token signing certificate. Needs to be compatible with the X509Certificate2 class. Much like the signingCertificate, the nextSigningCertificate property is used if a rollover is required outside of the auto-rollover update, a new federation service is being set up, or if the new token signing certificate isn''t present in the federation properties after the federation service certificate has been updated.' nullable: true promptLoginBehavior: anyOf: - $ref: '#/components/schemas/microsoft.graph.promptLoginBehavior' - type: object nullable: true description: 'Sets the preferred behavior for the sign-in prompt. The possible values are: translateToFreshPasswordAuthentication, nativeSupport, disabled, unknownFutureValue.' signingCertificateUpdateStatus: anyOf: - $ref: '#/components/schemas/microsoft.graph.signingCertificateUpdateStatus' - type: object nullable: true description: Provides status and timestamp of the last update of the signing certificate. signOutUri: type: string description: URI that clients are redirected to when they sign out of Microsoft Entra services. Corresponds to the LogOffUri property of the Set-MsolDomainFederationSettings MSOnline v1 PowerShell cmdlet. nullable: true '@odata.type': type: string default: '#microsoft.graph.internalDomainFederation' x-ms-discriminator-value: '#microsoft.graph.internalDomainFederation' microsoft.graph.internetExplorerMode: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: internetExplorerMode required: - '@odata.type' type: object properties: siteLists: type: array items: $ref: '#/components/schemas/microsoft.graph.browserSiteList' description: A collection of site lists to support Internet Explorer mode. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.internetExplorerMode' microsoft.graph.invitation: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: invitation required: - '@odata.type' type: object properties: invitedUserDisplayName: type: string description: The display name of the user being invited. nullable: true invitedUserEmailAddress: type: string description: 'The email address of the user being invited. Required. The following special characters aren''t permitted in the email address:Tilde (~)Exclamation point (!)Number sign (#)Dollar sign ($)Percent (%)Circumflex (^)Ampersand (&)Asterisk (*)Parentheses (( ))Plus sign (+)Equal sign (=)Brackets ([ ])Braces ({ })Backslash (/)Slash mark (/)Pipe (/|)Semicolon (;)Colon (:)Quotation marks ('')Angle brackets (< >)Question mark (?)Comma (,)However, the following exceptions apply:A period (.) or a hyphen (-) is permitted anywhere in the user name, except at the beginning or end of the name.An underscore (_) is permitted anywhere in the user name, including at the beginning or end of the name.' invitedUserMessageInfo: anyOf: - $ref: '#/components/schemas/microsoft.graph.invitedUserMessageInfo' - type: object nullable: true description: 'Contains configuration for the message being sent to the invited user, including customizing message text, language, and cc recipient list.' invitedUserType: type: string description: 'The userType of the user being invited. By default, this is Guest. You can invite as Member if you''re a company administrator.' nullable: true inviteRedeemUrl: type: string description: The URL the user can use to redeem their invitation. Read-only. nullable: true inviteRedirectUrl: type: string description: The URL the user should be redirected to after the invitation is redeemed. Required. resetRedemption: type: boolean description: 'Reset the user''s redemption status and reinvite a user while retaining their user identifier, group memberships, and app assignments. This property allows you to enable a user to sign-in using a different email address from the one in the previous invitation. When true, the invitedUser/id relationship is required. For more information about using this property, see Reset redemption status for a guest user.' nullable: true sendInvitationMessage: type: boolean description: Indicates whether an email should be sent to the user being invited. The default is false. nullable: true status: type: string description: 'The status of the invitation. Possible values are: PendingAcceptance, Completed, InProgress, and Error.' nullable: true invitedUser: anyOf: - $ref: '#/components/schemas/microsoft.graph.user' - type: object nullable: true description: The user created as part of the invitation creation. Read-only. The id property is required in the request body to reset a redemption status. x-ms-navigationProperty: true invitedUserSponsors: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' description: The users or groups who are sponsors of the invited user. Sponsors are users and groups that are responsible for guest users' privileges in the tenant and for keeping the guest users' information and access up to date. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.invitation' microsoft.graph.inviteParticipantsOperation: allOf: - $ref: '#/components/schemas/microsoft.graph.commsOperation' - title: inviteParticipantsOperation required: - '@odata.type' type: object properties: participants: type: array items: $ref: '#/components/schemas/microsoft.graph.invitationParticipantInfo' description: The participants to invite. '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.inviteParticipantsOperation' microsoft.graph.iosCertificateProfile: allOf: - $ref: '#/components/schemas/microsoft.graph.deviceConfiguration' - title: iosCertificateProfile required: - '@odata.type' type: object properties: '@odata.type': type: string default: '#microsoft.graph.iosCertificateProfile' description: Device Configuration. x-ms-discriminator-value: '#microsoft.graph.iosCertificateProfile' microsoft.graph.iosCompliancePolicy: allOf: - $ref: '#/components/schemas/microsoft.graph.deviceCompliancePolicy' - title: iosCompliancePolicy required: - '@odata.type' type: object properties: deviceThreatProtectionEnabled: type: boolean description: Require that devices have enabled device threat protection . deviceThreatProtectionRequiredSecurityLevel: $ref: '#/components/schemas/microsoft.graph.deviceThreatProtectionLevel' managedEmailProfileRequired: type: boolean description: Indicates whether or not to require a managed email profile. osMaximumVersion: type: string description: Maximum IOS version. nullable: true osMinimumVersion: type: string description: Minimum IOS version. nullable: true passcodeBlockSimple: type: boolean description: Indicates whether or not to block simple passcodes. passcodeExpirationDays: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of days before the passcode expires. Valid values 1 to 65535 format: int32 nullable: true passcodeMinimumCharacterSetCount: maximum: 2147483647 minimum: -2147483648 type: integer description: The number of character sets required in the password. format: int32 nullable: true passcodeMinimumLength: maximum: 2147483647 minimum: -2147483648 type: integer description: Minimum length of passcode. Valid values 4 to 14 format: int32 nullable: true passcodeMinutesOfInactivityBeforeLock: maximum: 2147483647 minimum: -2147483648 type: integer description: Minutes of inactivity before a passcode is required. format: int32 nullable: true passcodePreviousPasscodeBlockCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of previous passcodes to block. Valid values 1 to 24 format: int32 nullable: true passcodeRequired: type: boolean description: Indicates whether or not to require a passcode. passcodeRequiredType: $ref: '#/components/schemas/microsoft.graph.requiredPasswordType' securityBlockJailbrokenDevices: type: boolean description: Devices must not be jailbroken or rooted. '@odata.type': type: string default: '#microsoft.graph.iosCompliancePolicy' description: This class contains compliance settings for IOS. x-ms-discriminator-value: '#microsoft.graph.iosCompliancePolicy' microsoft.graph.iosCustomConfiguration: allOf: - $ref: '#/components/schemas/microsoft.graph.deviceConfiguration' - title: iosCustomConfiguration required: - '@odata.type' type: object properties: payload: type: string description: Payload. (UTF8 encoded byte array) format: base64url payloadFileName: type: string description: Payload file name (.mobileconfig nullable: true payloadName: type: string description: Name that is displayed to the user. '@odata.type': type: string default: '#microsoft.graph.iosCustomConfiguration' description: 'This topic provides descriptions of the declared methods, properties and relationships exposed by the iosCustomConfiguration resource.' x-ms-discriminator-value: '#microsoft.graph.iosCustomConfiguration' microsoft.graph.iosDeviceFeaturesConfiguration: allOf: - $ref: '#/components/schemas/microsoft.graph.appleDeviceFeaturesConfigurationBase' - title: iosDeviceFeaturesConfiguration required: - '@odata.type' type: object properties: assetTagTemplate: type: string description: 'Asset tag information for the device, displayed on the login window and lock screen.' nullable: true homeScreenDockIcons: type: array items: $ref: '#/components/schemas/microsoft.graph.iosHomeScreenItem' description: A list of app and folders to appear on the Home Screen Dock. This collection can contain a maximum of 500 elements. homeScreenPages: type: array items: $ref: '#/components/schemas/microsoft.graph.iosHomeScreenPage' description: A list of pages on the Home Screen. This collection can contain a maximum of 500 elements. lockScreenFootnote: type: string description: A footnote displayed on the login window and lock screen. Available in iOS 9.3.1 and later. nullable: true notificationSettings: type: array items: $ref: '#/components/schemas/microsoft.graph.iosNotificationSettings' description: Notification settings for each bundle id. Applicable to devices in supervised mode only (iOS 9.3 and later). This collection can contain a maximum of 500 elements. '@odata.type': type: string default: '#microsoft.graph.iosDeviceFeaturesConfiguration' description: iOS Device Features Configuration Profile. x-ms-discriminator-value: '#microsoft.graph.iosDeviceFeaturesConfiguration' microsoft.graph.iosGeneralDeviceConfiguration: allOf: - $ref: '#/components/schemas/microsoft.graph.deviceConfiguration' - title: iosGeneralDeviceConfiguration required: - '@odata.type' type: object properties: accountBlockModification: type: boolean description: Indicates whether or not to allow account modification when the device is in supervised mode. activationLockAllowWhenSupervised: type: boolean description: Indicates whether or not to allow activation lock when the device is in the supervised mode. airDropBlocked: type: boolean description: Indicates whether or not to allow AirDrop when the device is in supervised mode. airDropForceUnmanagedDropTarget: type: boolean description: Indicates whether or not to cause AirDrop to be considered an unmanaged drop target (iOS 9.0 and later). airPlayForcePairingPasswordForOutgoingRequests: type: boolean description: Indicates whether or not to enforce all devices receiving AirPlay requests from this device to use a pairing password. appleNewsBlocked: type: boolean description: Indicates whether or not to block the user from using News when the device is in supervised mode (iOS 9.0 and later). appleWatchBlockPairing: type: boolean description: Indicates whether or not to allow Apple Watch pairing when the device is in supervised mode (iOS 9.0 and later). appleWatchForceWristDetection: type: boolean description: Indicates whether or not to force a paired Apple Watch to use Wrist Detection (iOS 8.2 and later). appsSingleAppModeList: type: array items: $ref: '#/components/schemas/microsoft.graph.appListItem' description: Gets or sets the list of iOS apps allowed to autonomously enter Single App Mode. Supervised only. iOS 7.0 and later. This collection can contain a maximum of 500 elements. appStoreBlockAutomaticDownloads: type: boolean description: Indicates whether or not to block the automatic downloading of apps purchased on other devices when the device is in supervised mode (iOS 9.0 and later). appStoreBlocked: type: boolean description: Indicates whether or not to block the user from using the App Store. Requires a supervised device for iOS 13 and later. appStoreBlockInAppPurchases: type: boolean description: Indicates whether or not to block the user from making in app purchases. appStoreBlockUIAppInstallation: type: boolean description: 'Indicates whether or not to block the App Store app, not restricting installation through Host apps. Applies to supervised mode only (iOS 9.0 and later).' appStoreRequirePassword: type: boolean description: Indicates whether or not to require a password when using the app store. appsVisibilityList: type: array items: $ref: '#/components/schemas/microsoft.graph.appListItem' description: 'List of apps in the visibility list (either visible/launchable apps list or hidden/unlaunchable apps list, controlled by AppsVisibilityListType) (iOS 9.3 and later). This collection can contain a maximum of 10000 elements.' appsVisibilityListType: $ref: '#/components/schemas/microsoft.graph.appListType' bluetoothBlockModification: type: boolean description: Indicates whether or not to allow modification of Bluetooth settings when the device is in supervised mode (iOS 10.0 and later). cameraBlocked: type: boolean description: Indicates whether or not to block the user from accessing the camera of the device. Requires a supervised device for iOS 13 and later. cellularBlockDataRoaming: type: boolean description: Indicates whether or not to block data roaming. cellularBlockGlobalBackgroundFetchWhileRoaming: type: boolean description: Indicates whether or not to block global background fetch while roaming. cellularBlockPerAppDataModification: type: boolean description: Indicates whether or not to allow changes to cellular app data usage settings when the device is in supervised mode. cellularBlockPersonalHotspot: type: boolean description: Indicates whether or not to block Personal Hotspot. cellularBlockVoiceRoaming: type: boolean description: Indicates whether or not to block voice roaming. certificatesBlockUntrustedTlsCertificates: type: boolean description: Indicates whether or not to block untrusted TLS certificates. classroomAppBlockRemoteScreenObservation: type: boolean description: Indicates whether or not to allow remote screen observation by Classroom app when the device is in supervised mode (iOS 9.3 and later). classroomAppForceUnpromptedScreenObservation: type: boolean description: Indicates whether or not to automatically give permission to the teacher of a managed course on the Classroom app to view a student's screen without prompting when the device is in supervised mode. compliantAppListType: $ref: '#/components/schemas/microsoft.graph.appListType' compliantAppsList: type: array items: $ref: '#/components/schemas/microsoft.graph.appListItem' description: 'List of apps in the compliance (either allow list or block list, controlled by CompliantAppListType). This collection can contain a maximum of 10000 elements.' configurationProfileBlockChanges: type: boolean description: Indicates whether or not to block the user from installing configuration profiles and certificates interactively when the device is in supervised mode. definitionLookupBlocked: type: boolean description: Indicates whether or not to block definition lookup when the device is in supervised mode (iOS 8.1.3 and later ). deviceBlockEnableRestrictions: type: boolean description: Indicates whether or not to allow the user to enables restrictions in the device settings when the device is in supervised mode. deviceBlockEraseContentAndSettings: type: boolean description: Indicates whether or not to allow the use of the 'Erase all content and settings' option on the device when the device is in supervised mode. deviceBlockNameModification: type: boolean description: Indicates whether or not to allow device name modification when the device is in supervised mode (iOS 9.0 and later). diagnosticDataBlockSubmission: type: boolean description: Indicates whether or not to block diagnostic data submission. diagnosticDataBlockSubmissionModification: type: boolean description: Indicates whether or not to allow diagnostics submission settings modification when the device is in supervised mode (iOS 9.3.2 and later). documentsBlockManagedDocumentsInUnmanagedApps: type: boolean description: Indicates whether or not to block the user from viewing managed documents in unmanaged apps. documentsBlockUnmanagedDocumentsInManagedApps: type: boolean description: Indicates whether or not to block the user from viewing unmanaged documents in managed apps. emailInDomainSuffixes: type: array items: type: string nullable: true description: An email address lacking a suffix that matches any of these strings will be considered out-of-domain. enterpriseAppBlockTrust: type: boolean description: Indicates whether or not to block the user from trusting an enterprise app. enterpriseAppBlockTrustModification: type: boolean description: '[Deprecated] Configuring this setting and setting the value to ''true'' has no effect on the device.' faceTimeBlocked: type: boolean description: Indicates whether or not to block the user from using FaceTime. Requires a supervised device for iOS 13 and later. findMyFriendsBlocked: type: boolean description: Indicates whether or not to block changes to Find My Friends when the device is in supervised mode. gameCenterBlocked: type: boolean description: Indicates whether or not to block the user from using Game Center when the device is in supervised mode. gamingBlockGameCenterFriends: type: boolean description: Indicates whether or not to block the user from having friends in Game Center. Requires a supervised device for iOS 13 and later. gamingBlockMultiplayer: type: boolean description: Indicates whether or not to block the user from using multiplayer gaming. Requires a supervised device for iOS 13 and later. hostPairingBlocked: type: boolean description: indicates whether or not to allow host pairing to control the devices an iOS device can pair with when the iOS device is in supervised mode. iBooksStoreBlocked: type: boolean description: Indicates whether or not to block the user from using the iBooks Store when the device is in supervised mode. iBooksStoreBlockErotica: type: boolean description: Indicates whether or not to block the user from downloading media from the iBookstore that has been tagged as erotica. iCloudBlockActivityContinuation: type: boolean description: Indicates whether or not to block the user from continuing work they started on iOS device to another iOS or macOS device. iCloudBlockBackup: type: boolean description: Indicates whether or not to block iCloud backup. Requires a supervised device for iOS 13 and later. iCloudBlockDocumentSync: type: boolean description: Indicates whether or not to block iCloud document sync. Requires a supervised device for iOS 13 and later. iCloudBlockManagedAppsSync: type: boolean description: Indicates whether or not to block Managed Apps Cloud Sync. iCloudBlockPhotoLibrary: type: boolean description: Indicates whether or not to block iCloud Photo Library. iCloudBlockPhotoStreamSync: type: boolean description: Indicates whether or not to block iCloud Photo Stream Sync. iCloudBlockSharedPhotoStream: type: boolean description: Indicates whether or not to block Shared Photo Stream. iCloudRequireEncryptedBackup: type: boolean description: Indicates whether or not to require backups to iCloud be encrypted. iTunesBlockExplicitContent: type: boolean description: Indicates whether or not to block the user from accessing explicit content in iTunes and the App Store. Requires a supervised device for iOS 13 and later. iTunesBlockMusicService: type: boolean description: Indicates whether or not to block Music service and revert Music app to classic mode when the device is in supervised mode (iOS 9.3 and later and macOS 10.12 and later). iTunesBlockRadio: type: boolean description: Indicates whether or not to block the user from using iTunes Radio when the device is in supervised mode (iOS 9.3 and later). keyboardBlockAutoCorrect: type: boolean description: Indicates whether or not to block keyboard auto-correction when the device is in supervised mode (iOS 8.1.3 and later). keyboardBlockDictation: type: boolean description: Indicates whether or not to block the user from using dictation input when the device is in supervised mode. keyboardBlockPredictive: type: boolean description: Indicates whether or not to block predictive keyboards when device is in supervised mode (iOS 8.1.3 and later). keyboardBlockShortcuts: type: boolean description: Indicates whether or not to block keyboard shortcuts when the device is in supervised mode (iOS 9.0 and later). keyboardBlockSpellCheck: type: boolean description: Indicates whether or not to block keyboard spell-checking when the device is in supervised mode (iOS 8.1.3 and later). kioskModeAllowAssistiveSpeak: type: boolean description: Indicates whether or not to allow assistive speak while in kiosk mode. kioskModeAllowAssistiveTouchSettings: type: boolean description: Indicates whether or not to allow access to the Assistive Touch Settings while in kiosk mode. kioskModeAllowAutoLock: type: boolean description: Indicates whether or not to allow device auto lock while in kiosk mode. This property's functionality is redundant with the OS default and is deprecated. Use KioskModeBlockAutoLock instead. kioskModeAllowColorInversionSettings: type: boolean description: Indicates whether or not to allow access to the Color Inversion Settings while in kiosk mode. kioskModeAllowRingerSwitch: type: boolean description: Indicates whether or not to allow use of the ringer switch while in kiosk mode. This property's functionality is redundant with the OS default and is deprecated. Use KioskModeBlockRingerSwitch instead. kioskModeAllowScreenRotation: type: boolean description: Indicates whether or not to allow screen rotation while in kiosk mode. This property's functionality is redundant with the OS default and is deprecated. Use KioskModeBlockScreenRotation instead. kioskModeAllowSleepButton: type: boolean description: Indicates whether or not to allow use of the sleep button while in kiosk mode. This property's functionality is redundant with the OS default and is deprecated. Use KioskModeBlockSleepButton instead. kioskModeAllowTouchscreen: type: boolean description: Indicates whether or not to allow use of the touchscreen while in kiosk mode. This property's functionality is redundant with the OS default and is deprecated. Use KioskModeBlockTouchscreen instead. kioskModeAllowVoiceOverSettings: type: boolean description: Indicates whether or not to allow access to the voice over settings while in kiosk mode. kioskModeAllowVolumeButtons: type: boolean description: Indicates whether or not to allow use of the volume buttons while in kiosk mode. This property's functionality is redundant with the OS default and is deprecated. Use KioskModeBlockVolumeButtons instead. kioskModeAllowZoomSettings: type: boolean description: Indicates whether or not to allow access to the zoom settings while in kiosk mode. kioskModeAppStoreUrl: type: string description: URL in the app store to the app to use for kiosk mode. Use if KioskModeManagedAppId is not known. nullable: true kioskModeBuiltInAppId: type: string description: ID for built-in apps to use for kiosk mode. Used when KioskModeManagedAppId and KioskModeAppStoreUrl are not set. nullable: true kioskModeManagedAppId: type: string description: Managed app id of the app to use for kiosk mode. If KioskModeManagedAppId is specified then KioskModeAppStoreUrl will be ignored. nullable: true kioskModeRequireAssistiveTouch: type: boolean description: Indicates whether or not to require assistive touch while in kiosk mode. kioskModeRequireColorInversion: type: boolean description: Indicates whether or not to require color inversion while in kiosk mode. kioskModeRequireMonoAudio: type: boolean description: Indicates whether or not to require mono audio while in kiosk mode. kioskModeRequireVoiceOver: type: boolean description: Indicates whether or not to require voice over while in kiosk mode. kioskModeRequireZoom: type: boolean description: Indicates whether or not to require zoom while in kiosk mode. lockScreenBlockControlCenter: type: boolean description: Indicates whether or not to block the user from using control center on the lock screen. lockScreenBlockNotificationView: type: boolean description: Indicates whether or not to block the user from using the notification view on the lock screen. lockScreenBlockPassbook: type: boolean description: Indicates whether or not to block the user from using passbook when the device is locked. lockScreenBlockTodayView: type: boolean description: Indicates whether or not to block the user from using the Today View on the lock screen. mediaContentRatingApps: $ref: '#/components/schemas/microsoft.graph.ratingAppsType' mediaContentRatingAustralia: anyOf: - $ref: '#/components/schemas/microsoft.graph.mediaContentRatingAustralia' - type: object nullable: true description: Media content rating settings for Australia mediaContentRatingCanada: anyOf: - $ref: '#/components/schemas/microsoft.graph.mediaContentRatingCanada' - type: object nullable: true description: Media content rating settings for Canada mediaContentRatingFrance: anyOf: - $ref: '#/components/schemas/microsoft.graph.mediaContentRatingFrance' - type: object nullable: true description: Media content rating settings for France mediaContentRatingGermany: anyOf: - $ref: '#/components/schemas/microsoft.graph.mediaContentRatingGermany' - type: object nullable: true description: Media content rating settings for Germany mediaContentRatingIreland: anyOf: - $ref: '#/components/schemas/microsoft.graph.mediaContentRatingIreland' - type: object nullable: true description: Media content rating settings for Ireland mediaContentRatingJapan: anyOf: - $ref: '#/components/schemas/microsoft.graph.mediaContentRatingJapan' - type: object nullable: true description: Media content rating settings for Japan mediaContentRatingNewZealand: anyOf: - $ref: '#/components/schemas/microsoft.graph.mediaContentRatingNewZealand' - type: object nullable: true description: Media content rating settings for New Zealand mediaContentRatingUnitedKingdom: anyOf: - $ref: '#/components/schemas/microsoft.graph.mediaContentRatingUnitedKingdom' - type: object nullable: true description: Media content rating settings for United Kingdom mediaContentRatingUnitedStates: anyOf: - $ref: '#/components/schemas/microsoft.graph.mediaContentRatingUnitedStates' - type: object nullable: true description: Media content rating settings for United States messagesBlocked: type: boolean description: Indicates whether or not to block the user from using the Messages app on the supervised device. networkUsageRules: type: array items: $ref: '#/components/schemas/microsoft.graph.iosNetworkUsageRule' description: List of managed apps and the network rules that applies to them. This collection can contain a maximum of 1000 elements. notificationsBlockSettingsModification: type: boolean description: Indicates whether or not to allow notifications settings modification (iOS 9.3 and later). passcodeBlockFingerprintModification: type: boolean description: Block modification of registered Touch ID fingerprints when in supervised mode. passcodeBlockFingerprintUnlock: type: boolean description: Indicates whether or not to block fingerprint unlock. passcodeBlockModification: type: boolean description: Indicates whether or not to allow passcode modification on the supervised device (iOS 9.0 and later). passcodeBlockSimple: type: boolean description: Indicates whether or not to block simple passcodes. passcodeExpirationDays: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of days before the passcode expires. Valid values 1 to 65535 format: int32 nullable: true passcodeMinimumCharacterSetCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of character sets a passcode must contain. Valid values 0 to 4 format: int32 nullable: true passcodeMinimumLength: maximum: 2147483647 minimum: -2147483648 type: integer description: Minimum length of passcode. Valid values 4 to 14 format: int32 nullable: true passcodeMinutesOfInactivityBeforeLock: maximum: 2147483647 minimum: -2147483648 type: integer description: Minutes of inactivity before a passcode is required. format: int32 nullable: true passcodeMinutesOfInactivityBeforeScreenTimeout: maximum: 2147483647 minimum: -2147483648 type: integer description: Minutes of inactivity before the screen times out. format: int32 nullable: true passcodePreviousPasscodeBlockCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of previous passcodes to block. Valid values 1 to 24 format: int32 nullable: true passcodeRequired: type: boolean description: Indicates whether or not to require a passcode. passcodeRequiredType: $ref: '#/components/schemas/microsoft.graph.requiredPasswordType' passcodeSignInFailureCountBeforeWipe: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of sign in failures allowed before wiping the device. Valid values 2 to 11 format: int32 nullable: true podcastsBlocked: type: boolean description: Indicates whether or not to block the user from using podcasts on the supervised device (iOS 8.0 and later). safariBlockAutofill: type: boolean description: Indicates whether or not to block the user from using Auto fill in Safari. Requires a supervised device for iOS 13 and later. safariBlocked: type: boolean description: Indicates whether or not to block the user from using Safari. Requires a supervised device for iOS 13 and later. safariBlockJavaScript: type: boolean description: Indicates whether or not to block JavaScript in Safari. safariBlockPopups: type: boolean description: Indicates whether or not to block popups in Safari. safariCookieSettings: $ref: '#/components/schemas/microsoft.graph.webBrowserCookieSettings' safariManagedDomains: type: array items: type: string nullable: true description: URLs matching the patterns listed here will be considered managed. safariPasswordAutoFillDomains: type: array items: type: string nullable: true description: Users can save passwords in Safari only from URLs matching the patterns listed here. Applies to devices in supervised mode (iOS 9.3 and later). safariRequireFraudWarning: type: boolean description: Indicates whether or not to require fraud warning in Safari. screenCaptureBlocked: type: boolean description: Indicates whether or not to block the user from taking Screenshots. siriBlocked: type: boolean description: Indicates whether or not to block the user from using Siri. siriBlockedWhenLocked: type: boolean description: Indicates whether or not to block the user from using Siri when locked. siriBlockUserGeneratedContent: type: boolean description: Indicates whether or not to block Siri from querying user-generated content when used on a supervised device. siriRequireProfanityFilter: type: boolean description: 'Indicates whether or not to prevent Siri from dictating, or speaking profane language on supervised device.' spotlightBlockInternetResults: type: boolean description: Indicates whether or not to block Spotlight search from returning internet results on supervised device. voiceDialingBlocked: type: boolean description: Indicates whether or not to block voice dialing. wallpaperBlockModification: type: boolean description: Indicates whether or not to allow wallpaper modification on supervised device (iOS 9.0 and later) . wiFiConnectOnlyToConfiguredNetworks: type: boolean description: 'Indicates whether or not to force the device to use only Wi-Fi networks from configuration profiles when the device is in supervised mode. Available for devices running iOS and iPadOS versions 14.4 and earlier. Devices running 14.5+ should use the setting, ''WiFiConnectToAllowedNetworksOnlyForced.' '@odata.type': type: string default: '#microsoft.graph.iosGeneralDeviceConfiguration' description: 'This topic provides descriptions of the declared methods, properties and relationships exposed by the iosGeneralDeviceConfiguration resource.' x-ms-discriminator-value: '#microsoft.graph.iosGeneralDeviceConfiguration' microsoft.graph.iosiPadOSWebClip: allOf: - $ref: '#/components/schemas/microsoft.graph.mobileApp' - title: iosiPadOSWebClip required: - '@odata.type' type: object properties: appUrl: type: string description: 'Indicates iOS/iPadOS web clip app URL. Example: ''https://www.contoso.com''' nullable: true useManagedBrowser: type: boolean description: 'Whether or not to use managed browser. When TRUE, the app will be required to be opened in Microsoft Edge. When FALSE, the app will not be required to be opened in Microsoft Edge. By default, this property is set to FALSE.' '@odata.type': type: string default: '#microsoft.graph.iosiPadOSWebClip' description: Contains properties and inherited properties for iOS web apps. x-ms-discriminator-value: '#microsoft.graph.iosiPadOSWebClip' microsoft.graph.iosLobApp: allOf: - $ref: '#/components/schemas/microsoft.graph.mobileLobApp' - title: iosLobApp required: - '@odata.type' type: object properties: applicableDeviceType: $ref: '#/components/schemas/microsoft.graph.iosDeviceType' buildNumber: type: string description: The build number of iOS Line of Business (LoB) app. nullable: true bundleId: type: string description: The Identity Name. nullable: true expirationDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The expiration time. format: date-time nullable: true minimumSupportedOperatingSystem: anyOf: - $ref: '#/components/schemas/microsoft.graph.iosMinimumOperatingSystem' - type: object nullable: true description: The value for the minimum applicable operating system. versionNumber: type: string description: The version number of iOS Line of Business (LoB) app. nullable: true '@odata.type': type: string default: '#microsoft.graph.iosLobApp' description: Contains properties and inherited properties for iOS Line Of Business apps. x-ms-discriminator-value: '#microsoft.graph.iosLobApp' microsoft.graph.iosLobAppProvisioningConfigurationAssignment: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: iosLobAppProvisioningConfigurationAssignment required: - '@odata.type' type: object properties: target: anyOf: - $ref: '#/components/schemas/microsoft.graph.deviceAndAppManagementAssignmentTarget' - type: object nullable: true description: The target group assignment defined by the admin. '@odata.type': type: string description: A class containing the properties used for Group Assignment of an iOS LOB App Provisioning and Configuration. x-ms-discriminator-value: '#microsoft.graph.iosLobAppProvisioningConfigurationAssignment' microsoft.graph.iosManagedAppProtection: allOf: - $ref: '#/components/schemas/microsoft.graph.targetedManagedAppProtection' - title: iosManagedAppProtection required: - '@odata.type' type: object properties: appDataEncryptionType: $ref: '#/components/schemas/microsoft.graph.managedAppDataEncryptionType' customBrowserProtocol: type: string description: 'A custom browser protocol to open weblink on iOS. When this property is configured, ManagedBrowserToOpenLinksRequired should be true.' nullable: true deployedAppCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Count of apps to which the current policy is deployed. format: int32 faceIdBlocked: type: boolean description: Indicates whether use of the FaceID is allowed in place of a pin if PinRequired is set to True. minimumRequiredSdkVersion: type: string description: Versions less than the specified version will block the managed app from accessing company data. nullable: true apps: type: array items: $ref: '#/components/schemas/microsoft.graph.managedMobileApp' description: List of apps to which the policy is deployed. x-ms-navigationProperty: true deploymentSummary: anyOf: - $ref: '#/components/schemas/microsoft.graph.managedAppPolicyDeploymentSummary' - type: object nullable: true description: Navigation property to deployment summary of the configuration. x-ms-navigationProperty: true '@odata.type': type: string default: '#microsoft.graph.iosManagedAppProtection' description: Policy used to configure detailed management settings targeted to specific security groups and for a specified set of apps on an iOS device x-ms-discriminator-value: '#microsoft.graph.iosManagedAppProtection' microsoft.graph.iosManagedAppRegistration: allOf: - $ref: '#/components/schemas/microsoft.graph.managedAppRegistration' - title: iosManagedAppRegistration required: - '@odata.type' type: object properties: '@odata.type': type: string default: '#microsoft.graph.iosManagedAppRegistration' description: 'Represents the synchronization details of an ios app, with management capabilities, for a specific user.' x-ms-discriminator-value: '#microsoft.graph.iosManagedAppRegistration' microsoft.graph.iosMobileAppConfiguration: allOf: - $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfiguration' - title: iosMobileAppConfiguration required: - '@odata.type' type: object properties: encodedSettingXml: type: string description: mdm app configuration Base64 binary. format: base64url nullable: true settings: type: array items: $ref: '#/components/schemas/microsoft.graph.appConfigurationSettingItem' description: app configuration setting items. '@odata.type': type: string default: '#microsoft.graph.iosMobileAppConfiguration' description: 'Contains properties, inherited properties and actions for iOS mobile app configurations.' x-ms-discriminator-value: '#microsoft.graph.iosMobileAppConfiguration' microsoft.graph.iosStoreApp: allOf: - $ref: '#/components/schemas/microsoft.graph.mobileApp' - title: iosStoreApp required: - '@odata.type' type: object properties: applicableDeviceType: $ref: '#/components/schemas/microsoft.graph.iosDeviceType' appStoreUrl: type: string description: The Apple App Store URL nullable: true bundleId: type: string description: The Identity Name. nullable: true minimumSupportedOperatingSystem: anyOf: - $ref: '#/components/schemas/microsoft.graph.iosMinimumOperatingSystem' - type: object nullable: true description: The value for the minimum applicable operating system. '@odata.type': type: string default: '#microsoft.graph.iosStoreApp' description: Contains properties and inherited properties for iOS store apps. x-ms-discriminator-value: '#microsoft.graph.iosStoreApp' microsoft.graph.iosUpdateConfiguration: allOf: - $ref: '#/components/schemas/microsoft.graph.deviceConfiguration' - title: iosUpdateConfiguration required: - '@odata.type' type: object properties: activeHoursEnd: pattern: '^([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?$' type: string description: Active Hours End (active hours mean the time window when updates install should not happen) format: time activeHoursStart: pattern: '^([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?$' type: string description: Active Hours Start (active hours mean the time window when updates install should not happen) format: time scheduledInstallDays: type: array items: $ref: '#/components/schemas/microsoft.graph.dayOfWeek' description: Days in week for which active hours are configured. This collection can contain a maximum of 7 elements. utcTimeOffsetInMinutes: maximum: 2147483647 minimum: -2147483648 type: integer description: UTC Time Offset indicated in minutes format: int32 nullable: true '@odata.type': type: string default: '#microsoft.graph.iosUpdateConfiguration' description: 'IOS Update Configuration, allows you to configure time window within week to install iOS updates' x-ms-discriminator-value: '#microsoft.graph.iosUpdateConfiguration' microsoft.graph.iosUpdateDeviceStatus: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: iosUpdateDeviceStatus required: - '@odata.type' type: object properties: complianceGracePeriodExpirationDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The DateTime when device compliance grace period expires format: date-time deviceDisplayName: type: string description: Device name of the DevicePolicyStatus. nullable: true deviceId: type: string description: The device id that is being reported. nullable: true deviceModel: type: string description: The device model that is being reported nullable: true installStatus: $ref: '#/components/schemas/microsoft.graph.iosUpdatesInstallStatus' lastReportedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Last modified date time of the policy report. format: date-time osVersion: type: string description: The device version that is being reported. nullable: true status: $ref: '#/components/schemas/microsoft.graph.complianceStatus' userId: type: string description: The User id that is being reported. nullable: true userName: type: string description: The User Name that is being reported nullable: true userPrincipalName: type: string description: UserPrincipalName. nullable: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.iosUpdateDeviceStatus' microsoft.graph.iosVppApp: allOf: - $ref: '#/components/schemas/microsoft.graph.mobileApp' - title: iosVppApp required: - '@odata.type' type: object properties: applicableDeviceType: anyOf: - $ref: '#/components/schemas/microsoft.graph.iosDeviceType' - type: object nullable: true description: The applicable iOS Device Type. appStoreUrl: type: string description: The store URL. nullable: true bundleId: type: string description: The Identity Name. nullable: true licensingType: anyOf: - $ref: '#/components/schemas/microsoft.graph.vppLicensingType' - type: object nullable: true description: The supported License Type. releaseDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The VPP application release date and time. format: date-time nullable: true totalLicenseCount: maximum: 2147483647 minimum: -2147483648 type: integer description: The total number of VPP licenses. format: int32 usedLicenseCount: maximum: 2147483647 minimum: -2147483648 type: integer description: The number of VPP licenses in use. format: int32 vppTokenAccountType: $ref: '#/components/schemas/microsoft.graph.vppTokenAccountType' vppTokenAppleId: type: string description: The Apple Id associated with the given Apple Volume Purchase Program Token. nullable: true vppTokenOrganizationName: type: string description: The organization associated with the Apple Volume Purchase Program Token nullable: true '@odata.type': type: string default: '#microsoft.graph.iosVppApp' description: Contains properties and inherited properties for iOS Volume-Purchased Program (VPP) Apps. x-ms-discriminator-value: '#microsoft.graph.iosVppApp' microsoft.graph.iosVppEBook: allOf: - $ref: '#/components/schemas/microsoft.graph.managedEBook' - title: iosVppEBook required: - '@odata.type' type: object properties: appleId: type: string description: The Apple ID associated with Vpp token. nullable: true genres: type: array items: type: string nullable: true description: Genres. language: type: string description: Language. nullable: true seller: type: string description: Seller. nullable: true totalLicenseCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Total license count. format: int32 usedLicenseCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Used license count. format: int32 vppOrganizationName: type: string description: The Vpp token's organization name. nullable: true vppTokenId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string description: The Vpp token ID. format: uuid '@odata.type': type: string default: '#microsoft.graph.iosVppEBook' description: A class containing the properties for iOS Vpp eBook. x-ms-discriminator-value: '#microsoft.graph.iosVppEBook' microsoft.graph.iosVppEBookAssignment: allOf: - $ref: '#/components/schemas/microsoft.graph.managedEBookAssignment' - title: iosVppEBookAssignment required: - '@odata.type' type: object properties: '@odata.type': type: string description: Contains properties used to assign an iOS VPP EBook to a group. x-ms-discriminator-value: '#microsoft.graph.iosVppEBookAssignment' microsoft.graph.ipNamedLocation: allOf: - $ref: '#/components/schemas/microsoft.graph.namedLocation' - title: ipNamedLocation required: - '@odata.type' type: object properties: ipRanges: type: array items: $ref: '#/components/schemas/microsoft.graph.ipRange' description: 'List of IP address ranges in IPv4 CIDR format (for example, 1.2.3.4/32) or any allowable IPv6 format from IETF RFC5969. Required.' isTrusted: type: boolean description: true if this location is explicitly trusted. Optional. Default value is false. '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.ipNamedLocation' microsoft.graph.itemActivity: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: itemActivity required: - '@odata.type' type: object properties: access: anyOf: - $ref: '#/components/schemas/microsoft.graph.accessAction' - type: object nullable: true description: An item was accessed. activityDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Details about when the activity took place. Read-only. format: date-time nullable: true actor: anyOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' - type: object nullable: true description: Identity of who performed the action. Read-only. driveItem: anyOf: - $ref: '#/components/schemas/microsoft.graph.driveItem' - type: object nullable: true description: Exposes the driveItem that was the target of this activity. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.itemActivity' microsoft.graph.itemActivityStat: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: itemActivityStat required: - '@odata.type' type: object properties: access: anyOf: - $ref: '#/components/schemas/microsoft.graph.itemActionStat' - type: object nullable: true description: Statistics about the access actions in this interval. Read-only. create: anyOf: - $ref: '#/components/schemas/microsoft.graph.itemActionStat' - type: object nullable: true description: Statistics about the create actions in this interval. Read-only. delete: anyOf: - $ref: '#/components/schemas/microsoft.graph.itemActionStat' - type: object nullable: true description: Statistics about the delete actions in this interval. Read-only. edit: anyOf: - $ref: '#/components/schemas/microsoft.graph.itemActionStat' - type: object nullable: true description: Statistics about the edit actions in this interval. Read-only. endDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: When the interval ends. Read-only. format: date-time nullable: true incompleteData: anyOf: - $ref: '#/components/schemas/microsoft.graph.incompleteData' - type: object nullable: true description: Indicates that the statistics in this interval are based on incomplete data. Read-only. isTrending: type: boolean description: Indicates whether the item is 'trending.' Read-only. nullable: true move: anyOf: - $ref: '#/components/schemas/microsoft.graph.itemActionStat' - type: object nullable: true description: Statistics about the move actions in this interval. Read-only. startDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: When the interval starts. Read-only. format: date-time nullable: true activities: type: array items: $ref: '#/components/schemas/microsoft.graph.itemActivity' description: Exposes the itemActivities represented in this itemActivityStat resource. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.itemActivityStat' microsoft.graph.itemAnalytics: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: itemAnalytics required: - '@odata.type' type: object properties: allTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.itemActivityStat' - type: object nullable: true x-ms-navigationProperty: true itemActivityStats: type: array items: $ref: '#/components/schemas/microsoft.graph.itemActivityStat' x-ms-navigationProperty: true lastSevenDays: anyOf: - $ref: '#/components/schemas/microsoft.graph.itemActivityStat' - type: object nullable: true x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.itemAnalytics' microsoft.graph.itemAttachment: allOf: - $ref: '#/components/schemas/microsoft.graph.attachment' - title: itemAttachment required: - '@odata.type' type: object properties: item: anyOf: - $ref: '#/components/schemas/microsoft.graph.outlookItem' - type: object nullable: true description: The attached message or event. Navigation property. x-ms-navigationProperty: true '@odata.type': type: string default: '#microsoft.graph.itemAttachment' x-ms-discriminator-value: '#microsoft.graph.itemAttachment' microsoft.graph.itemInsights: allOf: - $ref: '#/components/schemas/microsoft.graph.officeGraphInsights' - title: itemInsights required: - '@odata.type' type: object properties: '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.itemInsights' microsoft.graph.itemRetentionLabel: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: itemRetentionLabel required: - '@odata.type' type: object properties: isLabelAppliedExplicitly: type: boolean description: 'Specifies whether the label is applied explicitly on the item. True indicates that the label is applied explicitly; otherwise, the label is inherited from its parent. Read-only.' nullable: true labelAppliedBy: anyOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' - type: object nullable: true description: Identity of the user who applied the label. Read-only. labelAppliedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The date and time when the label was applied on the item. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true name: type: string description: The retention label on the document. Read-write. nullable: true retentionSettings: anyOf: - $ref: '#/components/schemas/microsoft.graph.retentionLabelSettings' - type: object nullable: true description: The retention settings enforced on the item. Read-write. '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.itemRetentionLabel' microsoft.graph.landingPage: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: landingPage required: - '@odata.type' type: object properties: createdBy: anyOf: - $ref: '#/components/schemas/microsoft.graph.emailIdentity' - type: object nullable: true description: Identity of the user who created the landing page. createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'Date and time when the landing page was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true description: type: string description: Description of the landing page as defined by the user. nullable: true displayName: type: string description: The display name of the landing page. nullable: true lastModifiedBy: anyOf: - $ref: '#/components/schemas/microsoft.graph.emailIdentity' - type: object nullable: true description: Email identity of the user who last modified the landing page. lastModifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'Date and time when the landing page was last modified. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true locale: type: string description: Content locale. nullable: true source: anyOf: - $ref: '#/components/schemas/microsoft.graph.simulationContentSource' - type: object nullable: true description: 'The source of the content. Possible values are: unknown, global, tenant, unknownFutureValue.' status: anyOf: - $ref: '#/components/schemas/microsoft.graph.simulationContentStatus' - type: object nullable: true description: 'The status of the simulation. Possible values are: unknown, draft, ready, archive, delete, unknownFutureValue.' supportedLocales: type: array items: type: string nullable: true description: Supported locales. details: type: array items: $ref: '#/components/schemas/microsoft.graph.landingPageDetail' description: The detail information for a landing page associated with a simulation during its creation. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.landingPage' microsoft.graph.landingPageDetail: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: landingPageDetail required: - '@odata.type' type: object properties: content: type: string description: Landing page detail content. isDefaultLangauge: type: boolean description: Indicates whether this language detail is default for the landing page. nullable: true language: type: string description: The content language for the landing page. '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.landingPageDetail' microsoft.graph.learningAssignment: allOf: - $ref: '#/components/schemas/microsoft.graph.learningCourseActivity' - title: learningAssignment required: - '@odata.type' type: object properties: assignedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Assigned date for the course activity. Optional. format: date-time nullable: true assignerUserId: type: string description: The user ID of the assigner. Optional. nullable: true assignmentType: $ref: '#/components/schemas/microsoft.graph.assignmentType' dueDateTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' - type: object nullable: true description: Due date for the course activity. Optional. notes: anyOf: - $ref: '#/components/schemas/microsoft.graph.itemBody' - type: object nullable: true description: Notes for the course activity. Optional. '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.learningAssignment' microsoft.graph.learningContent: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: learningContent required: - '@odata.type' type: object properties: additionalTags: type: array items: type: string nullable: true description: 'Keywords, topics, and other tags associated with the learning content. Optional.' contentWebUrl: type: string description: The content web URL for the learning content. Required. contributors: type: array items: type: string nullable: true description: 'The authors, creators, or contributors of the learning content. Optional.' createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The date and time when the learning content was created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Optional.' format: date-time nullable: true description: type: string description: The description or summary for the learning content. Optional. nullable: true duration: pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' type: string description: The duration of the learning content in seconds. The value is represented in ISO 8601 format for durations. Optional. format: duration nullable: true externalId: type: string description: Unique external content ID for the learning content. Required. format: type: string description: 'The format of the learning content. For example, Course, Video, Book, Book Summary, Audiobook Summary. Optional.' nullable: true isActive: type: boolean description: Indicates whether the content is active or not. Inactive content doesn't show up in the UI. The default value is true. Optional. nullable: true isPremium: type: boolean description: Indicates whether the learning content requires the user to sign-in on the learning provider platform or not. The default value is false. Optional. nullable: true isSearchable: type: boolean description: Indicates whether the learning content is searchable or not. The default value is true. Optional. nullable: true languageTag: type: string description: 'The language of the learning content, for example, en-us or fr-fr. Required.' lastModifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The date and time when the learning content was last modified. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Optional.' format: date-time nullable: true level: anyOf: - $ref: '#/components/schemas/microsoft.graph.level' - type: object nullable: true description: 'The difficulty level of the learning content. Possible values are: Beginner, Intermediate, Advanced, unknownFutureValue. Optional.' numberOfPages: maximum: 2147483647 minimum: -2147483648 type: integer description: 'The number of pages of the learning content, for example, 9. Optional.' format: int32 nullable: true skillTags: type: array items: type: string nullable: true description: The skills tags associated with the learning content. Optional. sourceName: type: string description: 'The source name of the learning content, such as LinkedIn Learning or Coursera. Optional.' nullable: true thumbnailWebUrl: type: string description: The URL of learning content thumbnail image. Optional. nullable: true title: type: string description: The title of the learning content. Required. '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.learningContent' microsoft.graph.learningCourseActivity: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: learningCourseActivity required: - '@odata.type' type: object properties: completedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Date and time when the assignment was completed. Optional. format: date-time nullable: true completionPercentage: maximum: 2147483647 minimum: -2147483648 type: integer description: The percentage completion value of the course activity. Optional. format: int32 nullable: true externalcourseActivityId: type: string nullable: true learnerUserId: type: string description: The user ID of the learner to whom the activity is assigned. Required. learningContentId: type: string description: The ID of the learning content created in Viva Learning. Required. learningProviderId: type: string description: The registration ID of the provider. Required. nullable: true status: anyOf: - $ref: '#/components/schemas/microsoft.graph.courseStatus' - type: object nullable: true description: 'The status of the course activity. Possible values are: notStarted, inProgress, completed. Required.' '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.learningAssignment': '#/components/schemas/microsoft.graph.learningAssignment' '#microsoft.graph.learningSelfInitiatedCourse': '#/components/schemas/microsoft.graph.learningSelfInitiatedCourse' microsoft.graph.learningProvider: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: learningProvider required: - '@odata.type' type: object properties: displayName: type: string description: The display name that appears in Viva Learning. Required. isCourseActivitySyncEnabled: type: boolean description: Indicates whether a provider can ingest learning course activity records. The default value is false. Set to true to make learningCourseActivities available for this provider. nullable: true loginWebUrl: type: string description: Authentication URL to access the courses for the provider. Optional. nullable: true longLogoWebUrlForDarkTheme: type: string description: The long logo URL for the dark mode that needs to be a publicly accessible image. This image would be saved to the blob storage of Viva Learning for rendering within the Viva Learning app. Required. longLogoWebUrlForLightTheme: type: string description: The long logo URL for the light mode that needs to be a publicly accessible image. This image would be saved to the blob storage of Viva Learning for rendering within the Viva Learning app. Required. squareLogoWebUrlForDarkTheme: type: string description: The square logo URL for the dark mode that needs to be a publicly accessible image. This image would be saved to the blob storage of Viva Learning for rendering within the Viva Learning app. Required. squareLogoWebUrlForLightTheme: type: string description: The square logo URL for the light mode that needs to be a publicly accessible image. This image would be saved to the blob storage of Viva Learning for rendering within the Viva Learning app. Required. learningContents: type: array items: $ref: '#/components/schemas/microsoft.graph.learningContent' description: Learning catalog items for the provider. x-ms-navigationProperty: true learningCourseActivities: type: array items: $ref: '#/components/schemas/microsoft.graph.learningCourseActivity' x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.learningProvider' microsoft.graph.learningSelfInitiatedCourse: allOf: - $ref: '#/components/schemas/microsoft.graph.learningCourseActivity' - title: learningSelfInitiatedCourse required: - '@odata.type' type: object properties: startedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The date and time on which the learner started the self-initiated course. Optional. format: date-time nullable: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.learningSelfInitiatedCourse' microsoft.graph.licenseDetails: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: licenseDetails required: - '@odata.type' type: object properties: servicePlans: type: array items: $ref: '#/components/schemas/microsoft.graph.servicePlanInfo' description: Information about the service plans assigned with the license. Read-only. Not nullable. skuId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string description: Unique identifier (GUID) for the service SKU. Equal to the skuId property on the related subscribedSku object. Read-only. format: uuid nullable: true skuPartNumber: type: string description: 'Unique SKU display name. Equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium. Read-only.' nullable: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.licenseDetails' microsoft.graph.linkedResource: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: linkedResource required: - '@odata.type' type: object properties: applicationName: type: string description: The app name of the source that sends the linkedResource. nullable: true displayName: type: string description: The title of the linkedResource. nullable: true externalId: type: string description: ID of the object that is associated with this task on the third-party/partner system. nullable: true webUrl: type: string description: Deep link to the linkedResource. nullable: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.linkedResource' microsoft.graph.list: allOf: - $ref: '#/components/schemas/microsoft.graph.baseItem' - title: list required: - '@odata.type' type: object properties: displayName: type: string description: The displayable title of the list. nullable: true list: anyOf: - $ref: '#/components/schemas/microsoft.graph.listInfo' - type: object nullable: true description: Contains more details about the list. sharepointIds: anyOf: - $ref: '#/components/schemas/microsoft.graph.sharepointIds' - type: object nullable: true description: Returns identifiers useful for SharePoint REST compatibility. Read-only. system: anyOf: - $ref: '#/components/schemas/microsoft.graph.systemFacet' - type: object nullable: true description: 'If present, indicates that the list is system-managed. Read-only.' columns: type: array items: $ref: '#/components/schemas/microsoft.graph.columnDefinition' description: The collection of field definitions for this list. x-ms-navigationProperty: true contentTypes: type: array items: $ref: '#/components/schemas/microsoft.graph.contentType' description: The collection of content types present in this list. x-ms-navigationProperty: true drive: anyOf: - $ref: '#/components/schemas/microsoft.graph.drive' - type: object nullable: true description: Allows access to the list as a drive resource with driveItems. Only present on document libraries. x-ms-navigationProperty: true items: type: array items: $ref: '#/components/schemas/microsoft.graph.listItem' description: All items contained in the list. x-ms-navigationProperty: true operations: type: array items: $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' description: The collection of long-running operations on the list. x-ms-navigationProperty: true subscriptions: type: array items: $ref: '#/components/schemas/microsoft.graph.subscription' description: The set of subscriptions on the list. x-ms-navigationProperty: true '@odata.type': type: string default: '#microsoft.graph.list' x-ms-discriminator-value: '#microsoft.graph.list' microsoft.graph.listItem: allOf: - $ref: '#/components/schemas/microsoft.graph.baseItem' - title: listItem required: - '@odata.type' type: object properties: contentType: anyOf: - $ref: '#/components/schemas/microsoft.graph.contentTypeInfo' - type: object nullable: true description: The content type of this list item sharepointIds: anyOf: - $ref: '#/components/schemas/microsoft.graph.sharepointIds' - type: object nullable: true description: Returns identifiers useful for SharePoint REST compatibility. Read-only. analytics: anyOf: - $ref: '#/components/schemas/microsoft.graph.itemAnalytics' - type: object nullable: true description: Analytics about the view activities that took place on this item. x-ms-navigationProperty: true documentSetVersions: type: array items: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' description: Version information for a document set version created by a user. x-ms-navigationProperty: true driveItem: anyOf: - $ref: '#/components/schemas/microsoft.graph.driveItem' - type: object nullable: true description: 'For document libraries, the driveItem relationship exposes the listItem as a driveItem' x-ms-navigationProperty: true fields: anyOf: - $ref: '#/components/schemas/microsoft.graph.fieldValueSet' - type: object nullable: true description: The values of the columns set on this list item. x-ms-navigationProperty: true versions: type: array items: $ref: '#/components/schemas/microsoft.graph.listItemVersion' description: The list of previous versions of the list item. x-ms-navigationProperty: true '@odata.type': type: string default: '#microsoft.graph.listItem' x-ms-discriminator-value: '#microsoft.graph.listItem' microsoft.graph.listItemVersion: allOf: - $ref: '#/components/schemas/microsoft.graph.baseItemVersion' - title: listItemVersion required: - '@odata.type' type: object properties: fields: anyOf: - $ref: '#/components/schemas/microsoft.graph.fieldValueSet' - type: object nullable: true description: A collection of the fields and values for this version of the list item. x-ms-navigationProperty: true '@odata.type': type: string default: '#microsoft.graph.listItemVersion' discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.documentSetVersion': '#/components/schemas/microsoft.graph.documentSetVersion' microsoft.graph.localizedNotificationMessage: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: localizedNotificationMessage required: - '@odata.type' type: object properties: isDefault: type: boolean description: 'Flag to indicate whether or not this is the default locale for language fallback. This flag can only be set. To unset, set this property to true on another Localized Notification Message.' lastModifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: DateTime the object was last modified. format: date-time locale: type: string description: The Locale for which this message is destined. messageTemplate: type: string description: The Message Template content. subject: type: string description: The Message Template Subject. '@odata.type': type: string description: The text content of a Notification Message Template for the specified locale. x-ms-discriminator-value: '#microsoft.graph.localizedNotificationMessage' microsoft.graph.loginPage: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: loginPage required: - '@odata.type' type: object properties: content: type: string description: The HTML content of the login page. nullable: true createdBy: anyOf: - $ref: '#/components/schemas/microsoft.graph.emailIdentity' - type: object nullable: true description: Identity of the user who created the login page. createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'Date and time when the login page was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true description: type: string description: Description about the login page. nullable: true displayName: type: string description: Display name of the login page. nullable: true language: type: string description: The content language of the login page. nullable: true lastModifiedBy: anyOf: - $ref: '#/components/schemas/microsoft.graph.emailIdentity' - type: object nullable: true description: Identity of the user who last modified the login page. lastModifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'Date and time when the login page was last modified. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true source: anyOf: - $ref: '#/components/schemas/microsoft.graph.simulationContentSource' - type: object nullable: true description: 'The source of the content. Possible values are: unknown, global, tenant, unknownFutureValue.' status: anyOf: - $ref: '#/components/schemas/microsoft.graph.simulationContentStatus' - type: object nullable: true description: 'The login page status. Possible values are: unknown, draft, ready, archive, delete, unknownFutureValue.' '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.loginPage' microsoft.graph.longRunningOperation: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: longRunningOperation required: - '@odata.type' type: object properties: createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The start time of the operation. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true lastActionDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The time of the last action in the operation. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true resourceLocation: type: string description: URI of the resource that the operation is performed on. nullable: true status: anyOf: - $ref: '#/components/schemas/microsoft.graph.longRunningOperationStatus' - type: object nullable: true description: 'The status of the operation. The possible values are: notStarted, running, succeeded, failed, unknownFutureValue.' statusDetail: type: string description: Details about the status of the operation. nullable: true '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.attackSimulationOperation': '#/components/schemas/microsoft.graph.attackSimulationOperation' '#microsoft.graph.richLongRunningOperation': '#/components/schemas/microsoft.graph.richLongRunningOperation' microsoft.graph.m365AppsInstallationOptions: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: m365AppsInstallationOptions required: - '@odata.type' type: object properties: appsForMac: $ref: '#/components/schemas/microsoft.graph.appsInstallationOptionsForMac' appsForWindows: $ref: '#/components/schemas/microsoft.graph.appsInstallationOptionsForWindows' updateChannel: $ref: '#/components/schemas/microsoft.graph.appsUpdateChannelType' '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.m365AppsInstallationOptions' microsoft.graph.macOSCompliancePolicy: allOf: - $ref: '#/components/schemas/microsoft.graph.deviceCompliancePolicy' - title: macOSCompliancePolicy required: - '@odata.type' type: object properties: deviceThreatProtectionEnabled: type: boolean description: Require that devices have enabled device threat protection. deviceThreatProtectionRequiredSecurityLevel: $ref: '#/components/schemas/microsoft.graph.deviceThreatProtectionLevel' firewallBlockAllIncoming: type: boolean description: Corresponds to the 'Block all incoming connections' option. firewallEnabled: type: boolean description: Whether the firewall should be enabled or not. firewallEnableStealthMode: type: boolean description: Corresponds to 'Enable stealth mode.' osMaximumVersion: type: string description: Maximum MacOS version. nullable: true osMinimumVersion: type: string description: Minimum MacOS version. nullable: true passwordBlockSimple: type: boolean description: Indicates whether or not to block simple passwords. passwordExpirationDays: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of days before the password expires. Valid values 1 to 65535 format: int32 nullable: true passwordMinimumCharacterSetCount: maximum: 2147483647 minimum: -2147483648 type: integer description: The number of character sets required in the password. format: int32 nullable: true passwordMinimumLength: maximum: 2147483647 minimum: -2147483648 type: integer description: Minimum length of password. Valid values 4 to 14 format: int32 nullable: true passwordMinutesOfInactivityBeforeLock: maximum: 2147483647 minimum: -2147483648 type: integer description: Minutes of inactivity before a password is required. format: int32 nullable: true passwordPreviousPasswordBlockCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of previous passwords to block. Valid values 1 to 24 format: int32 nullable: true passwordRequired: type: boolean description: Whether or not to require a password. passwordRequiredType: $ref: '#/components/schemas/microsoft.graph.requiredPasswordType' storageRequireEncryption: type: boolean description: Require encryption on Mac OS devices. systemIntegrityProtectionEnabled: type: boolean description: Require that devices have enabled system integrity protection. '@odata.type': type: string default: '#microsoft.graph.macOSCompliancePolicy' description: This class contains compliance settings for Mac OS. x-ms-discriminator-value: '#microsoft.graph.macOSCompliancePolicy' microsoft.graph.macOSCustomConfiguration: allOf: - $ref: '#/components/schemas/microsoft.graph.deviceConfiguration' - title: macOSCustomConfiguration required: - '@odata.type' type: object properties: payload: type: string description: Payload. (UTF8 encoded byte array) format: base64url payloadFileName: type: string description: Payload file name (.mobileconfig nullable: true payloadName: type: string description: Name that is displayed to the user. '@odata.type': type: string default: '#microsoft.graph.macOSCustomConfiguration' description: 'This topic provides descriptions of the declared methods, properties and relationships exposed by the macOSCustomConfiguration resource.' x-ms-discriminator-value: '#microsoft.graph.macOSCustomConfiguration' microsoft.graph.macOSDeviceFeaturesConfiguration: allOf: - $ref: '#/components/schemas/microsoft.graph.appleDeviceFeaturesConfigurationBase' - title: macOSDeviceFeaturesConfiguration required: - '@odata.type' type: object properties: '@odata.type': type: string default: '#microsoft.graph.macOSDeviceFeaturesConfiguration' description: MacOS device features configuration profile. x-ms-discriminator-value: '#microsoft.graph.macOSDeviceFeaturesConfiguration' microsoft.graph.macOSDmgApp: allOf: - $ref: '#/components/schemas/microsoft.graph.mobileLobApp' - title: macOSDmgApp required: - '@odata.type' type: object properties: ignoreVersionDetection: type: boolean description: 'When TRUE, indicates that the app''s version will NOT be used to detect if the app is installed on a device. When FALSE, indicates that the app''s version will be used to detect if the app is installed on a device. Set this to true for apps that use a self update feature. The default value is FALSE.' includedApps: type: array items: $ref: '#/components/schemas/microsoft.graph.macOSIncludedApp' description: The list of .apps expected to be installed by the DMG (Apple Disk Image). This collection can contain a maximum of 500 elements. minimumSupportedOperatingSystem: anyOf: - $ref: '#/components/schemas/microsoft.graph.macOSMinimumOperatingSystem' - type: object nullable: true description: ComplexType macOSMinimumOperatingSystem that indicates the minimum operating system applicable for the application. primaryBundleId: type: string description: The bundleId of the primary .app in the DMG (Apple Disk Image). This maps to the CFBundleIdentifier in the app's bundle configuration. primaryBundleVersion: type: string description: The version of the primary .app in the DMG (Apple Disk Image). This maps to the CFBundleShortVersion in the app's bundle configuration. '@odata.type': type: string default: '#microsoft.graph.macOSDmgApp' description: Contains properties and inherited properties for the MacOS DMG (Apple Disk Image) App. x-ms-discriminator-value: '#microsoft.graph.macOSDmgApp' microsoft.graph.macOSGeneralDeviceConfiguration: allOf: - $ref: '#/components/schemas/microsoft.graph.deviceConfiguration' - title: macOSGeneralDeviceConfiguration required: - '@odata.type' type: object properties: compliantAppListType: $ref: '#/components/schemas/microsoft.graph.appListType' compliantAppsList: type: array items: $ref: '#/components/schemas/microsoft.graph.appListItem' description: 'List of apps in the compliance (either allow list or block list, controlled by CompliantAppListType). This collection can contain a maximum of 10000 elements.' emailInDomainSuffixes: type: array items: type: string nullable: true description: An email address lacking a suffix that matches any of these strings will be considered out-of-domain. passwordBlockSimple: type: boolean description: Block simple passwords. passwordExpirationDays: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of days before the password expires. format: int32 nullable: true passwordMinimumCharacterSetCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of character sets a password must contain. Valid values 0 to 4 format: int32 nullable: true passwordMinimumLength: maximum: 2147483647 minimum: -2147483648 type: integer description: Minimum length of passwords. format: int32 nullable: true passwordMinutesOfInactivityBeforeLock: maximum: 2147483647 minimum: -2147483648 type: integer description: Minutes of inactivity required before a password is required. format: int32 nullable: true passwordMinutesOfInactivityBeforeScreenTimeout: maximum: 2147483647 minimum: -2147483648 type: integer description: Minutes of inactivity required before the screen times out. format: int32 nullable: true passwordPreviousPasswordBlockCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of previous passwords to block. format: int32 nullable: true passwordRequired: type: boolean description: Whether or not to require a password. passwordRequiredType: $ref: '#/components/schemas/microsoft.graph.requiredPasswordType' '@odata.type': type: string default: '#microsoft.graph.macOSGeneralDeviceConfiguration' description: 'This topic provides descriptions of the declared methods, properties and relationships exposed by the macOSGeneralDeviceConfiguration resource.' x-ms-discriminator-value: '#microsoft.graph.macOSGeneralDeviceConfiguration' microsoft.graph.macOSLobApp: allOf: - $ref: '#/components/schemas/microsoft.graph.mobileLobApp' - title: macOSLobApp required: - '@odata.type' type: object properties: buildNumber: type: string description: The build number of the package. This should match the package CFBundleShortVersionString of the .pkg file. nullable: true bundleId: type: string description: The primary bundleId of the package. nullable: true childApps: type: array items: $ref: '#/components/schemas/microsoft.graph.macOSLobChildApp' description: List of ComplexType macOSLobChildApp objects. Represents the apps expected to be installed by the package. ignoreVersionDetection: type: boolean description: 'When TRUE, indicates that the app''s version will NOT be used to detect if the app is installed on a device. When FALSE, indicates that the app''s version will be used to detect if the app is installed on a device. Set this to true for apps that use a self update feature.' installAsManaged: type: boolean description: 'When TRUE, indicates that the app will be installed as managed (requires macOS 11.0 and other managed package restrictions). When FALSE, indicates that the app will be installed as unmanaged.' md5Hash: type: array items: type: string nullable: true description: 'The MD5 hash codes. This is empty if the package was uploaded directly. If the Intune App Wrapping Tool is used to create a .intunemac, this value can be found inside the Detection.xml file.' md5HashChunkSize: maximum: 2147483647 minimum: -2147483648 type: integer description: 'The chunk size for MD5 hash. This is ''0'' or empty if the package was uploaded directly. If the Intune App Wrapping Tool is used to create a .intunemac, this value can be found inside the Detection.xml file.' format: int32 minimumSupportedOperatingSystem: anyOf: - $ref: '#/components/schemas/microsoft.graph.macOSMinimumOperatingSystem' - type: object nullable: true description: ComplexType macOSMinimumOperatingSystem that indicates the minimum operating system applicable for the application. versionNumber: type: string description: The version number of the package. This should match the package CFBundleVersion in the packageinfo file. nullable: true '@odata.type': type: string default: '#microsoft.graph.macOSLobApp' description: Contains properties and inherited properties for the macOS LOB App. x-ms-discriminator-value: '#microsoft.graph.macOSLobApp' microsoft.graph.macOSMicrosoftDefenderApp: allOf: - $ref: '#/components/schemas/microsoft.graph.mobileApp' - title: macOSMicrosoftDefenderApp required: - '@odata.type' type: object properties: '@odata.type': type: string default: '#microsoft.graph.macOSMicrosoftDefenderApp' description: Contains properties and inherited properties for the macOS Microsoft Defender App. x-ms-discriminator-value: '#microsoft.graph.macOSMicrosoftDefenderApp' microsoft.graph.macOSMicrosoftEdgeApp: allOf: - $ref: '#/components/schemas/microsoft.graph.mobileApp' - title: macOSMicrosoftEdgeApp required: - '@odata.type' type: object properties: channel: $ref: '#/components/schemas/microsoft.graph.microsoftEdgeChannel' '@odata.type': type: string default: '#microsoft.graph.macOSMicrosoftEdgeApp' description: Contains properties and inherited properties for the macOS Microsoft Edge App. x-ms-discriminator-value: '#microsoft.graph.macOSMicrosoftEdgeApp' microsoft.graph.macOSOfficeSuiteApp: allOf: - $ref: '#/components/schemas/microsoft.graph.mobileApp' - title: macOSOfficeSuiteApp required: - '@odata.type' type: object properties: '@odata.type': type: string default: '#microsoft.graph.macOSOfficeSuiteApp' description: Contains properties and inherited properties for the MacOS Office Suite App. x-ms-discriminator-value: '#microsoft.graph.macOSOfficeSuiteApp' microsoft.graph.mailAssessmentRequest: allOf: - $ref: '#/components/schemas/microsoft.graph.threatAssessmentRequest' - title: mailAssessmentRequest required: - '@odata.type' type: object properties: destinationRoutingReason: anyOf: - $ref: '#/components/schemas/microsoft.graph.mailDestinationRoutingReason' - type: object nullable: true description: 'The reason for mail routed to its destination. Possible values are: none, mailFlowRule, safeSender, blockedSender, advancedSpamFiltering, domainAllowList, domainBlockList, notInAddressBook, firstTimeSender, autoPurgeToInbox, autoPurgeToJunk, autoPurgeToDeleted, outbound, notJunk, junk.' messageUri: type: string description: The resource URI of the mail message for assessment. recipientEmail: type: string description: The mail recipient whose policies are used to assess the mail. '@odata.type': type: string default: '#microsoft.graph.mailAssessmentRequest' x-ms-discriminator-value: '#microsoft.graph.mailAssessmentRequest' microsoft.graph.mailFolder: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: mailFolder required: - '@odata.type' type: object properties: childFolderCount: maximum: 2147483647 minimum: -2147483648 type: integer description: The number of immediate child mailFolders in the current mailFolder. format: int32 nullable: true displayName: type: string description: The mailFolder's display name. nullable: true isHidden: type: boolean description: Indicates whether the mailFolder is hidden. This property can be set only when creating the folder. Find more information in Hidden mail folders. nullable: true parentFolderId: type: string description: The unique identifier for the mailFolder's parent mailFolder. nullable: true totalItemCount: maximum: 2147483647 minimum: -2147483648 type: integer description: The number of items in the mailFolder. format: int32 nullable: true unreadItemCount: maximum: 2147483647 minimum: -2147483648 type: integer description: The number of items in the mailFolder marked as unread. format: int32 nullable: true childFolders: type: array items: $ref: '#/components/schemas/microsoft.graph.mailFolder' description: The collection of child folders in the mailFolder. x-ms-navigationProperty: true messageRules: type: array items: $ref: '#/components/schemas/microsoft.graph.messageRule' description: The collection of rules that apply to the user's Inbox folder. x-ms-navigationProperty: true messages: type: array items: $ref: '#/components/schemas/microsoft.graph.message' description: The collection of messages in the mailFolder. x-ms-navigationProperty: true multiValueExtendedProperties: type: array items: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' description: The collection of multi-value extended properties defined for the mailFolder. Read-only. Nullable. x-ms-navigationProperty: true singleValueExtendedProperties: type: array items: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' description: The collection of single-value extended properties defined for the mailFolder. Read-only. Nullable. x-ms-navigationProperty: true '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.mailSearchFolder': '#/components/schemas/microsoft.graph.mailSearchFolder' microsoft.graph.mailSearchFolder: allOf: - $ref: '#/components/schemas/microsoft.graph.mailFolder' - title: mailSearchFolder required: - '@odata.type' type: object properties: filterQuery: type: string description: The OData query to filter the messages. nullable: true includeNestedFolders: type: boolean description: Indicates how the mailbox folder hierarchy should be traversed in the search. true means that a deep search should be done to include child folders in the hierarchy of each folder explicitly specified in sourceFolderIds. false means a shallow search of only each of the folders explicitly specified in sourceFolderIds. nullable: true isSupported: type: boolean description: Indicates whether a search folder is editable using REST APIs. nullable: true sourceFolderIds: type: array items: type: string nullable: true description: The mailbox folders that should be mined. '@odata.type': type: string default: '#microsoft.graph.mailSearchFolder' x-ms-discriminator-value: '#microsoft.graph.mailSearchFolder' microsoft.graph.malwareStateForWindowsDevice: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: malwareStateForWindowsDevice required: - '@odata.type' type: object properties: detectionCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Indicates the number of times the malware is detected format: int32 nullable: true deviceName: type: string description: Indicates the name of the device being evaluated for malware state nullable: true executionState: anyOf: - $ref: '#/components/schemas/microsoft.graph.windowsMalwareExecutionState' - type: object nullable: true description: 'Indicates execution status of the malware. Possible values are: unknown, blocked, allowed, running, notRunning. Defaults to unknown. Possible values are: unknown, blocked, allowed, running, notRunning.' initialDetectionDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Initial detection datetime of the malware format: date-time nullable: true lastStateChangeDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The last time this particular threat was changed format: date-time nullable: true threatState: anyOf: - $ref: '#/components/schemas/microsoft.graph.windowsMalwareThreatState' - type: object nullable: true description: 'Indicates threat status of the malware. Possible values are: active, actionFailed, manualStepsRequired, fullScanRequired, rebootRequired, remediatedWithNonCriticalFailures, quarantined, removed, cleaned, allowed, noStatusCleared. defaults to noStatusCleared. Possible values are: active, actionFailed, manualStepsRequired, fullScanRequired, rebootRequired, remediatedWithNonCriticalFailures, quarantined, removed, cleaned, allowed, noStatusCleared.' '@odata.type': type: string description: Malware state for a windows device x-ms-discriminator-value: '#microsoft.graph.malwareStateForWindowsDevice' microsoft.graph.managedAndroidLobApp: allOf: - $ref: '#/components/schemas/microsoft.graph.managedMobileLobApp' - title: managedAndroidLobApp required: - '@odata.type' type: object properties: minimumSupportedOperatingSystem: anyOf: - $ref: '#/components/schemas/microsoft.graph.androidMinimumOperatingSystem' - type: object nullable: true description: The value for the minimum applicable operating system. packageId: type: string description: The package identifier. nullable: true versionCode: type: string description: The version code of managed Android Line of Business (LoB) app. nullable: true versionName: type: string description: The version name of managed Android Line of Business (LoB) app. nullable: true '@odata.type': type: string default: '#microsoft.graph.managedAndroidLobApp' description: Contains properties and inherited properties for Managed Android Line Of Business apps. x-ms-discriminator-value: '#microsoft.graph.managedAndroidLobApp' microsoft.graph.managedAndroidStoreApp: allOf: - $ref: '#/components/schemas/microsoft.graph.managedApp' - title: managedAndroidStoreApp required: - '@odata.type' type: object properties: appStoreUrl: type: string description: The Android AppStoreUrl. minimumSupportedOperatingSystem: $ref: '#/components/schemas/microsoft.graph.androidMinimumOperatingSystem' packageId: type: string description: The app's package ID. nullable: true '@odata.type': type: string default: '#microsoft.graph.managedAndroidStoreApp' description: Contains properties and inherited properties for Android store apps that you can manage with an Intune app protection policy. x-ms-discriminator-value: '#microsoft.graph.managedAndroidStoreApp' microsoft.graph.managedApp: allOf: - $ref: '#/components/schemas/microsoft.graph.mobileApp' - title: managedApp required: - '@odata.type' type: object properties: appAvailability: $ref: '#/components/schemas/microsoft.graph.managedAppAvailability' version: type: string description: The Application's version. nullable: true '@odata.type': type: string default: '#microsoft.graph.managedApp' description: Abstract class that contains properties and inherited properties for apps that you can manage with an Intune app protection policy. discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.managedAndroidStoreApp': '#/components/schemas/microsoft.graph.managedAndroidStoreApp' '#microsoft.graph.managedIOSStoreApp': '#/components/schemas/microsoft.graph.managedIOSStoreApp' '#microsoft.graph.managedMobileLobApp': '#/components/schemas/microsoft.graph.managedMobileLobApp' '#microsoft.graph.managedAndroidLobApp': '#/components/schemas/microsoft.graph.managedAndroidLobApp' '#microsoft.graph.managedIOSLobApp': '#/components/schemas/microsoft.graph.managedIOSLobApp' microsoft.graph.managedAppConfiguration: allOf: - $ref: '#/components/schemas/microsoft.graph.managedAppPolicy' - title: managedAppConfiguration required: - '@odata.type' type: object properties: customSettings: type: array items: $ref: '#/components/schemas/microsoft.graph.keyValuePair' description: 'A set of string key and string value pairs to be sent to apps for users to whom the configuration is scoped, unalterned by this service' '@odata.type': type: string default: '#microsoft.graph.managedAppConfiguration' description: Configuration used to deliver a set of custom settings as-is to apps for users to whom the configuration is scoped discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.targetedManagedAppConfiguration': '#/components/schemas/microsoft.graph.targetedManagedAppConfiguration' microsoft.graph.managedAppOperation: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: managedAppOperation required: - '@odata.type' type: object properties: displayName: type: string description: The operation name. nullable: true lastModifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The last time the app operation was modified. format: date-time state: type: string description: The current state of the operation nullable: true version: type: string description: Version of the entity. nullable: true '@odata.type': type: string description: Represents an operation applied against an app registration. x-ms-discriminator-value: '#microsoft.graph.managedAppOperation' microsoft.graph.managedAppPolicy: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: managedAppPolicy required: - '@odata.type' type: object properties: createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The date and time the policy was created. format: date-time description: type: string description: The policy's description. nullable: true displayName: type: string description: Policy display name. lastModifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Last time the policy was modified. format: date-time version: type: string description: Version of the entity. nullable: true '@odata.type': type: string description: The ManagedAppPolicy resource represents a base type for platform specific policies. discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.managedAppConfiguration': '#/components/schemas/microsoft.graph.managedAppConfiguration' '#microsoft.graph.targetedManagedAppConfiguration': '#/components/schemas/microsoft.graph.targetedManagedAppConfiguration' '#microsoft.graph.managedAppProtection': '#/components/schemas/microsoft.graph.managedAppProtection' '#microsoft.graph.defaultManagedAppProtection': '#/components/schemas/microsoft.graph.defaultManagedAppProtection' '#microsoft.graph.targetedManagedAppProtection': '#/components/schemas/microsoft.graph.targetedManagedAppProtection' '#microsoft.graph.androidManagedAppProtection': '#/components/schemas/microsoft.graph.androidManagedAppProtection' '#microsoft.graph.iosManagedAppProtection': '#/components/schemas/microsoft.graph.iosManagedAppProtection' '#microsoft.graph.windowsInformationProtection': '#/components/schemas/microsoft.graph.windowsInformationProtection' '#microsoft.graph.mdmWindowsInformationProtectionPolicy': '#/components/schemas/microsoft.graph.mdmWindowsInformationProtectionPolicy' '#microsoft.graph.windowsInformationProtectionPolicy': '#/components/schemas/microsoft.graph.windowsInformationProtectionPolicy' microsoft.graph.managedAppPolicyDeploymentSummary: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: managedAppPolicyDeploymentSummary required: - '@odata.type' type: object properties: configurationDeployedUserCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Not yet documented format: int32 configurationDeploymentSummaryPerApp: type: array items: $ref: '#/components/schemas/microsoft.graph.managedAppPolicyDeploymentSummaryPerApp' description: Not yet documented displayName: type: string description: Not yet documented nullable: true lastRefreshTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Not yet documented format: date-time version: type: string description: Version of the entity. nullable: true '@odata.type': type: string description: The ManagedAppEntity is the base entity type for all other entity types under app management workflow. x-ms-discriminator-value: '#microsoft.graph.managedAppPolicyDeploymentSummary' microsoft.graph.managedAppProtection: allOf: - $ref: '#/components/schemas/microsoft.graph.managedAppPolicy' - title: managedAppProtection required: - '@odata.type' type: object properties: allowedDataStorageLocations: type: array items: $ref: '#/components/schemas/microsoft.graph.managedAppDataStorageLocation' description: Data storage locations where a user may store managed data. allowedInboundDataTransferSources: $ref: '#/components/schemas/microsoft.graph.managedAppDataTransferLevel' allowedOutboundClipboardSharingLevel: $ref: '#/components/schemas/microsoft.graph.managedAppClipboardSharingLevel' allowedOutboundDataTransferDestinations: $ref: '#/components/schemas/microsoft.graph.managedAppDataTransferLevel' contactSyncBlocked: type: boolean description: Indicates whether contacts can be synced to the user's device. dataBackupBlocked: type: boolean description: Indicates whether the backup of a managed app's data is blocked. deviceComplianceRequired: type: boolean description: Indicates whether device compliance is required. disableAppPinIfDevicePinIsSet: type: boolean description: Indicates whether use of the app pin is required if the device pin is set. fingerprintBlocked: type: boolean description: Indicates whether use of the fingerprint reader is allowed in place of a pin if PinRequired is set to True. managedBrowser: $ref: '#/components/schemas/microsoft.graph.managedBrowserType' managedBrowserToOpenLinksRequired: type: boolean description: 'Indicates whether internet links should be opened in the managed browser app, or any custom browser specified by CustomBrowserProtocol (for iOS) or CustomBrowserPackageId/CustomBrowserDisplayName (for Android)' maximumPinRetries: maximum: 2147483647 minimum: -2147483648 type: integer description: Maximum number of incorrect pin retry attempts before the managed app is either blocked or wiped. format: int32 minimumPinLength: maximum: 2147483647 minimum: -2147483648 type: integer description: Minimum pin length required for an app-level pin if PinRequired is set to True format: int32 minimumRequiredAppVersion: type: string description: Versions less than the specified version will block the managed app from accessing company data. nullable: true minimumRequiredOsVersion: type: string description: Versions less than the specified version will block the managed app from accessing company data. nullable: true minimumWarningAppVersion: type: string description: Versions less than the specified version will result in warning message on the managed app. nullable: true minimumWarningOsVersion: type: string description: Versions less than the specified version will result in warning message on the managed app from accessing company data. nullable: true organizationalCredentialsRequired: type: boolean description: Indicates whether organizational credentials are required for app use. periodBeforePinReset: pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' type: string description: TimePeriod before the all-level pin must be reset if PinRequired is set to True. format: duration periodOfflineBeforeAccessCheck: pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' type: string description: The period after which access is checked when the device is not connected to the internet. format: duration periodOfflineBeforeWipeIsEnforced: pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' type: string description: The amount of time an app is allowed to remain disconnected from the internet before all managed data it is wiped. format: duration periodOnlineBeforeAccessCheck: pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' type: string description: The period after which access is checked when the device is connected to the internet. format: duration pinCharacterSet: $ref: '#/components/schemas/microsoft.graph.managedAppPinCharacterSet' pinRequired: type: boolean description: Indicates whether an app-level pin is required. printBlocked: type: boolean description: Indicates whether printing is allowed from managed apps. saveAsBlocked: type: boolean description: Indicates whether users may use the 'Save As' menu item to save a copy of protected files. simplePinBlocked: type: boolean description: Indicates whether simplePin is blocked. '@odata.type': type: string default: '#microsoft.graph.managedAppProtection' description: Policy used to configure detailed management settings for a specified set of apps discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.defaultManagedAppProtection': '#/components/schemas/microsoft.graph.defaultManagedAppProtection' '#microsoft.graph.targetedManagedAppProtection': '#/components/schemas/microsoft.graph.targetedManagedAppProtection' '#microsoft.graph.androidManagedAppProtection': '#/components/schemas/microsoft.graph.androidManagedAppProtection' '#microsoft.graph.iosManagedAppProtection': '#/components/schemas/microsoft.graph.iosManagedAppProtection' microsoft.graph.managedAppRegistration: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: managedAppRegistration required: - '@odata.type' type: object properties: appIdentifier: anyOf: - $ref: '#/components/schemas/microsoft.graph.mobileAppIdentifier' - type: object nullable: true description: The app package Identifier applicationVersion: type: string description: App version nullable: true createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Date and time of creation format: date-time deviceName: type: string description: Host device name nullable: true deviceTag: type: string description: 'App management SDK generated tag, which helps relate apps hosted on the same device. Not guaranteed to relate apps in all conditions.' nullable: true deviceType: type: string description: Host device type nullable: true flaggedReasons: type: array items: $ref: '#/components/schemas/microsoft.graph.managedAppFlaggedReason' description: Zero or more reasons an app registration is flagged. E.g. app running on rooted device lastSyncDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Date and time of last the app synced with management service. format: date-time managementSdkVersion: type: string description: App management SDK version nullable: true platformVersion: type: string description: Operating System version nullable: true userId: type: string description: The user Id to who this app registration belongs. nullable: true version: type: string description: Version of the entity. nullable: true appliedPolicies: type: array items: $ref: '#/components/schemas/microsoft.graph.managedAppPolicy' description: Zero or more policys already applied on the registered app when it last synchronized with managment service. x-ms-navigationProperty: true intendedPolicies: type: array items: $ref: '#/components/schemas/microsoft.graph.managedAppPolicy' description: Zero or more policies admin intended for the app as of now. x-ms-navigationProperty: true operations: type: array items: $ref: '#/components/schemas/microsoft.graph.managedAppOperation' description: Zero or more long running operations triggered on the app registration. x-ms-navigationProperty: true '@odata.type': type: string description: The ManagedAppEntity is the base entity type for all other entity types under app management workflow. discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.androidManagedAppRegistration': '#/components/schemas/microsoft.graph.androidManagedAppRegistration' '#microsoft.graph.iosManagedAppRegistration': '#/components/schemas/microsoft.graph.iosManagedAppRegistration' microsoft.graph.managedAppStatus: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: managedAppStatus required: - '@odata.type' type: object properties: displayName: type: string description: Friendly name of the status report. nullable: true version: type: string description: Version of the entity. nullable: true '@odata.type': type: string description: Represents app protection and configuration status for the organization. discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.managedAppStatusRaw': '#/components/schemas/microsoft.graph.managedAppStatusRaw' microsoft.graph.managedAppStatusRaw: allOf: - $ref: '#/components/schemas/microsoft.graph.managedAppStatus' - title: managedAppStatusRaw required: - '@odata.type' type: object properties: content: description: Status report content. '@odata.type': type: string default: '#microsoft.graph.managedAppStatusRaw' description: Represents an un-typed status report about organizations app protection and configuration. x-ms-discriminator-value: '#microsoft.graph.managedAppStatusRaw' microsoft.graph.managedDevice: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: managedDevice required: - '@odata.type' type: object properties: activationLockBypassCode: type: string description: 'The code that allows the Activation Lock on managed device to be bypassed. Default, is Null (Non-Default property) for this property when returned as part of managedDevice entity in LIST call. To retrieve actual values GET call needs to be made, with device id and included in select parameter. Supports: $select. $Search is not supported. Read-only. This property is read-only.' nullable: true readOnly: true androidSecurityPatchLevel: type: string description: Android security patch level. This property is read-only. nullable: true readOnly: true azureADDeviceId: type: string description: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. nullable: true readOnly: true azureADRegistered: type: boolean description: Whether the device is Azure Active Directory registered. This property is read-only. nullable: true readOnly: true complianceGracePeriodExpirationDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The DateTime when device compliance grace period expires. This property is read-only. format: date-time readOnly: true complianceState: $ref: '#/components/schemas/microsoft.graph.complianceState' configurationManagerClientEnabledFeatures: anyOf: - $ref: '#/components/schemas/microsoft.graph.configurationManagerClientEnabledFeatures' - type: object nullable: true description: ConfigrMgr client enabled features. This property is read-only. readOnly: true deviceActionResults: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceActionResult' description: List of ComplexType deviceActionResult objects. This property is read-only. readOnly: true deviceCategoryDisplayName: type: string description: Device category display name. Default is an empty string. Supports $filter operator 'eq' and 'or'. This property is read-only. nullable: true readOnly: true deviceEnrollmentType: $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentType' deviceHealthAttestationState: anyOf: - $ref: '#/components/schemas/microsoft.graph.deviceHealthAttestationState' - type: object nullable: true description: The device health attestation state. This property is read-only. readOnly: true deviceName: type: string description: Name of the device. This property is read-only. nullable: true readOnly: true deviceRegistrationState: $ref: '#/components/schemas/microsoft.graph.deviceRegistrationState' easActivated: type: boolean description: Whether the device is Exchange ActiveSync activated. This property is read-only. readOnly: true easActivationDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Exchange ActivationSync activation time of the device. This property is read-only. format: date-time readOnly: true easDeviceId: type: string description: Exchange ActiveSync Id of the device. This property is read-only. nullable: true readOnly: true emailAddress: type: string description: Email(s) for the user associated with the device. This property is read-only. nullable: true readOnly: true enrolledDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Enrollment time of the device. Supports $filter operator 'lt' and 'gt'. This property is read-only. format: date-time readOnly: true enrollmentProfileName: type: string description: 'Name of the enrollment profile assigned to the device. Default value is empty string, indicating no enrollment profile was assgined. This property is read-only.' nullable: true readOnly: true ethernetMacAddress: type: string description: 'Indicates Ethernet MAC Address of the device. Default, is Null (Non-Default property) for this property when returned as part of managedDevice entity. Individual get call with select query options is needed to retrieve actual values. Example: deviceManagement/managedDevices({managedDeviceId})?$select=ethernetMacAddress Supports: $select. $Search is not supported. Read-only. This property is read-only.' nullable: true readOnly: true exchangeAccessState: $ref: '#/components/schemas/microsoft.graph.deviceManagementExchangeAccessState' exchangeAccessStateReason: $ref: '#/components/schemas/microsoft.graph.deviceManagementExchangeAccessStateReason' exchangeLastSuccessfulSyncDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Last time the device contacted Exchange. This property is read-only. format: date-time readOnly: true freeStorageSpaceInBytes: type: integer description: Free Storage in Bytes. Default value is 0. Read-only. This property is read-only. format: int64 readOnly: true iccid: type: string description: 'Integrated Circuit Card Identifier, it is A SIM card''s unique identification number. Default is an empty string. To retrieve actual values GET call needs to be made, with device id and included in select parameter. Supports: $select. $Search is not supported. Read-only. This property is read-only.' nullable: true readOnly: true imei: type: string description: IMEI. This property is read-only. nullable: true readOnly: true isEncrypted: type: boolean description: Device encryption status. This property is read-only. readOnly: true isSupervised: type: boolean description: Device supervised status. This property is read-only. readOnly: true jailBroken: type: string description: Whether the device is jail broken or rooted. Default is an empty string. Supports $filter operator 'eq' and 'or'. This property is read-only. nullable: true readOnly: true lastSyncDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The date and time that the device last completed a successful sync with Intune. Supports $filter operator 'lt' and 'gt'. This property is read-only. format: date-time readOnly: true managedDeviceName: type: string description: Automatically generated name to identify a device. Can be overwritten to a user friendly name. nullable: true managedDeviceOwnerType: $ref: '#/components/schemas/microsoft.graph.managedDeviceOwnerType' managementAgent: $ref: '#/components/schemas/microsoft.graph.managementAgentType' managementCertificateExpirationDate: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Reports device management certificate expiration date. This property is read-only. format: date-time readOnly: true manufacturer: type: string description: Manufacturer of the device. This property is read-only. nullable: true readOnly: true meid: type: string description: MEID. This property is read-only. nullable: true readOnly: true model: type: string description: Model of the device. This property is read-only. nullable: true readOnly: true notes: type: string description: 'Notes on the device created by IT Admin. Default is null. To retrieve actual values GET call needs to be made, with device id and included in select parameter. Supports: $select. $Search is not supported.' nullable: true operatingSystem: type: string description: 'Operating system of the device. Windows, iOS, etc. This property is read-only.' nullable: true readOnly: true osVersion: type: string description: Operating system version of the device. This property is read-only. nullable: true readOnly: true partnerReportedThreatState: $ref: '#/components/schemas/microsoft.graph.managedDevicePartnerReportedHealthState' phoneNumber: type: string description: Phone number of the device. This property is read-only. nullable: true readOnly: true physicalMemoryInBytes: type: integer description: 'Total Memory in Bytes. Default is 0. To retrieve actual values GET call needs to be made, with device id and included in select parameter. Supports: $select. Read-only. This property is read-only.' format: int64 readOnly: true remoteAssistanceSessionErrorDetails: type: string description: An error string that identifies issues when creating Remote Assistance session objects. This property is read-only. nullable: true readOnly: true remoteAssistanceSessionUrl: type: string description: 'Url that allows a Remote Assistance session to be established with the device. Default is an empty string. To retrieve actual values GET call needs to be made, with device id and included in select parameter. This property is read-only.' nullable: true readOnly: true requireUserEnrollmentApproval: type: boolean description: Reports if the managed iOS device is user approval enrollment. This property is read-only. nullable: true readOnly: true serialNumber: type: string description: SerialNumber. This property is read-only. nullable: true readOnly: true subscriberCarrier: type: string description: Subscriber Carrier. This property is read-only. nullable: true readOnly: true totalStorageSpaceInBytes: type: integer description: Total Storage in Bytes. This property is read-only. format: int64 readOnly: true udid: type: string description: 'Unique Device Identifier for iOS and macOS devices. Default is an empty string. To retrieve actual values GET call needs to be made, with device id and included in select parameter. Supports: $select. $Search is not supported. Read-only. This property is read-only.' nullable: true readOnly: true userDisplayName: type: string description: User display name. This property is read-only. nullable: true readOnly: true userId: type: string description: Unique Identifier for the user associated with the device. This property is read-only. nullable: true readOnly: true userPrincipalName: type: string description: Device user principal name. This property is read-only. nullable: true readOnly: true wiFiMacAddress: type: string description: Wi-Fi MAC. This property is read-only. nullable: true readOnly: true deviceCategory: anyOf: - $ref: '#/components/schemas/microsoft.graph.deviceCategory' - type: object nullable: true description: Device category x-ms-navigationProperty: true deviceCompliancePolicyStates: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceCompliancePolicyState' description: Device compliance policy states for this device. x-ms-navigationProperty: true deviceConfigurationStates: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceConfigurationState' description: Device configuration states for this device. x-ms-navigationProperty: true logCollectionRequests: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceLogCollectionResponse' description: List of log collection requests x-ms-navigationProperty: true users: type: array items: $ref: '#/components/schemas/microsoft.graph.user' description: The primary users associated with the managed device. x-ms-navigationProperty: true windowsProtectionState: anyOf: - $ref: '#/components/schemas/microsoft.graph.windowsProtectionState' - type: object nullable: true description: The device protection status. This property is read-only. x-ms-navigationProperty: true '@odata.type': type: string description: Devices that are managed or pre-enrolled through Intune x-ms-discriminator-value: '#microsoft.graph.managedDevice' microsoft.graph.managedDeviceMobileAppConfiguration: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: managedDeviceMobileAppConfiguration required: - '@odata.type' type: object properties: createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: DateTime the object was created. format: date-time description: type: string description: Admin provided description of the Device Configuration. nullable: true displayName: type: string description: Admin provided name of the device configuration. lastModifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: DateTime the object was last modified. format: date-time targetedMobileApps: type: array items: type: string nullable: true description: the associated app. version: maximum: 2147483647 minimum: -2147483648 type: integer description: Version of the device configuration. format: int32 assignments: type: array items: $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationAssignment' description: The list of group assignemenets for app configration. x-ms-navigationProperty: true deviceStatuses: type: array items: $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus' description: List of ManagedDeviceMobileAppConfigurationDeviceStatus. x-ms-navigationProperty: true deviceStatusSummary: anyOf: - $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationDeviceSummary' - type: object nullable: true description: App configuration device status summary. x-ms-navigationProperty: true userStatuses: type: array items: $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationUserStatus' description: List of ManagedDeviceMobileAppConfigurationUserStatus. x-ms-navigationProperty: true userStatusSummary: anyOf: - $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationUserSummary' - type: object nullable: true description: App configuration user status summary. x-ms-navigationProperty: true '@odata.type': type: string description: An abstract class for Mobile app configuration for enrolled devices. discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.iosMobileAppConfiguration': '#/components/schemas/microsoft.graph.iosMobileAppConfiguration' microsoft.graph.managedDeviceMobileAppConfigurationAssignment: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: managedDeviceMobileAppConfigurationAssignment required: - '@odata.type' type: object properties: target: anyOf: - $ref: '#/components/schemas/microsoft.graph.deviceAndAppManagementAssignmentTarget' - type: object nullable: true description: Assignment target that the T&C policy is assigned to. '@odata.type': type: string description: Contains the properties used to assign an MDM app configuration to a group. x-ms-discriminator-value: '#microsoft.graph.managedDeviceMobileAppConfigurationAssignment' microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: managedDeviceMobileAppConfigurationDeviceStatus required: - '@odata.type' type: object properties: complianceGracePeriodExpirationDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The DateTime when device compliance grace period expires format: date-time deviceDisplayName: type: string description: Device name of the DevicePolicyStatus. nullable: true deviceModel: type: string description: The device model that is being reported nullable: true lastReportedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Last modified date time of the policy report. format: date-time status: $ref: '#/components/schemas/microsoft.graph.complianceStatus' userName: type: string description: The User Name that is being reported nullable: true userPrincipalName: type: string description: UserPrincipalName. nullable: true '@odata.type': type: string description: 'Contains properties, inherited properties and actions for an MDM mobile app configuration status for a device.' x-ms-discriminator-value: '#microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus' microsoft.graph.managedDeviceMobileAppConfigurationDeviceSummary: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: managedDeviceMobileAppConfigurationDeviceSummary required: - '@odata.type' type: object properties: configurationVersion: maximum: 2147483647 minimum: -2147483648 type: integer description: Version of the policy for that overview format: int32 errorCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of error devices format: int32 failedCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of failed devices format: int32 lastUpdateDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Last update time format: date-time notApplicableCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of not applicable devices format: int32 pendingCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of pending devices format: int32 successCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of succeeded devices format: int32 '@odata.type': type: string description: 'Contains properties, inherited properties and actions for an MDM mobile app configuration device status summary.' x-ms-discriminator-value: '#microsoft.graph.managedDeviceMobileAppConfigurationDeviceSummary' microsoft.graph.managedDeviceMobileAppConfigurationUserStatus: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: managedDeviceMobileAppConfigurationUserStatus required: - '@odata.type' type: object properties: devicesCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Devices count for that user. format: int32 lastReportedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Last modified date time of the policy report. format: date-time status: $ref: '#/components/schemas/microsoft.graph.complianceStatus' userDisplayName: type: string description: User name of the DevicePolicyStatus. nullable: true userPrincipalName: type: string description: UserPrincipalName. nullable: true '@odata.type': type: string description: 'Contains properties, inherited properties and actions for an MDM mobile app configuration status for a user.' x-ms-discriminator-value: '#microsoft.graph.managedDeviceMobileAppConfigurationUserStatus' microsoft.graph.managedDeviceMobileAppConfigurationUserSummary: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: managedDeviceMobileAppConfigurationUserSummary required: - '@odata.type' type: object properties: configurationVersion: maximum: 2147483647 minimum: -2147483648 type: integer description: Version of the policy for that overview format: int32 errorCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of error Users format: int32 failedCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of failed Users format: int32 lastUpdateDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Last update time format: date-time notApplicableCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of not applicable users format: int32 pendingCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of pending Users format: int32 successCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of succeeded Users format: int32 '@odata.type': type: string description: 'Contains properties, inherited properties and actions for an MDM mobile app configuration user status summary.' x-ms-discriminator-value: '#microsoft.graph.managedDeviceMobileAppConfigurationUserSummary' microsoft.graph.managedDeviceOverview: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: managedDeviceOverview required: - '@odata.type' type: object properties: deviceExchangeAccessStateSummary: anyOf: - $ref: '#/components/schemas/microsoft.graph.deviceExchangeAccessStateSummary' - type: object nullable: true description: Distribution of Exchange Access State in Intune deviceOperatingSystemSummary: anyOf: - $ref: '#/components/schemas/microsoft.graph.deviceOperatingSystemSummary' - type: object nullable: true description: Device operating system summary. dualEnrolledDeviceCount: maximum: 2147483647 minimum: -2147483648 type: integer description: The number of devices enrolled in both MDM and EAS format: int32 enrolledDeviceCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Total enrolled device count. Does not include PC devices managed via Intune PC Agent format: int32 mdmEnrolledCount: maximum: 2147483647 minimum: -2147483648 type: integer description: The number of devices enrolled in MDM format: int32 '@odata.type': type: string description: Summary data for managed devices x-ms-discriminator-value: '#microsoft.graph.managedDeviceOverview' microsoft.graph.managedEBook: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: managedEBook required: - '@odata.type' type: object properties: createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The date and time when the eBook file was created. format: date-time description: type: string description: Description. nullable: true displayName: type: string description: Name of the eBook. informationUrl: type: string description: The more information Url. nullable: true largeCover: anyOf: - $ref: '#/components/schemas/microsoft.graph.mimeContent' - type: object nullable: true description: Book cover. lastModifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The date and time when the eBook was last modified. format: date-time privacyInformationUrl: type: string description: The privacy statement Url. nullable: true publishedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The date and time when the eBook was published. format: date-time publisher: type: string description: Publisher. nullable: true assignments: type: array items: $ref: '#/components/schemas/microsoft.graph.managedEBookAssignment' description: The list of assignments for this eBook. x-ms-navigationProperty: true deviceStates: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceInstallState' description: The list of installation states for this eBook. x-ms-navigationProperty: true installSummary: anyOf: - $ref: '#/components/schemas/microsoft.graph.eBookInstallSummary' - type: object nullable: true description: Mobile App Install Summary. x-ms-navigationProperty: true userStateSummary: type: array items: $ref: '#/components/schemas/microsoft.graph.userInstallStateSummary' description: The list of installation states for this eBook. x-ms-navigationProperty: true '@odata.type': type: string description: An abstract class containing the base properties for Managed eBook. discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.iosVppEBook': '#/components/schemas/microsoft.graph.iosVppEBook' microsoft.graph.managedEBookAssignment: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: managedEBookAssignment required: - '@odata.type' type: object properties: installIntent: $ref: '#/components/schemas/microsoft.graph.installIntent' target: anyOf: - $ref: '#/components/schemas/microsoft.graph.deviceAndAppManagementAssignmentTarget' - type: object nullable: true description: The assignment target for eBook. '@odata.type': type: string description: Contains properties used to assign a eBook to a group. discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.iosVppEBookAssignment': '#/components/schemas/microsoft.graph.iosVppEBookAssignment' microsoft.graph.managedIOSLobApp: allOf: - $ref: '#/components/schemas/microsoft.graph.managedMobileLobApp' - title: managedIOSLobApp required: - '@odata.type' type: object properties: applicableDeviceType: $ref: '#/components/schemas/microsoft.graph.iosDeviceType' buildNumber: type: string description: The build number of managed iOS Line of Business (LoB) app. nullable: true bundleId: type: string description: The Identity Name. nullable: true expirationDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The expiration time. format: date-time nullable: true minimumSupportedOperatingSystem: anyOf: - $ref: '#/components/schemas/microsoft.graph.iosMinimumOperatingSystem' - type: object nullable: true description: The value for the minimum applicable operating system. versionNumber: type: string description: The version number of managed iOS Line of Business (LoB) app. nullable: true '@odata.type': type: string default: '#microsoft.graph.managedIOSLobApp' description: Contains properties and inherited properties for Managed iOS Line Of Business apps. x-ms-discriminator-value: '#microsoft.graph.managedIOSLobApp' microsoft.graph.managedIOSStoreApp: allOf: - $ref: '#/components/schemas/microsoft.graph.managedApp' - title: managedIOSStoreApp required: - '@odata.type' type: object properties: applicableDeviceType: $ref: '#/components/schemas/microsoft.graph.iosDeviceType' appStoreUrl: type: string description: The Apple AppStoreUrl. bundleId: type: string description: The app's Bundle ID. nullable: true minimumSupportedOperatingSystem: $ref: '#/components/schemas/microsoft.graph.iosMinimumOperatingSystem' '@odata.type': type: string default: '#microsoft.graph.managedIOSStoreApp' description: Contains properties and inherited properties for an iOS store app that you can manage with an Intune app protection policy. x-ms-discriminator-value: '#microsoft.graph.managedIOSStoreApp' microsoft.graph.managedMobileApp: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: managedMobileApp required: - '@odata.type' type: object properties: mobileAppIdentifier: anyOf: - $ref: '#/components/schemas/microsoft.graph.mobileAppIdentifier' - type: object nullable: true description: The identifier for an app with it's operating system type. version: type: string description: Version of the entity. nullable: true '@odata.type': type: string description: The identifier for the deployment an app. x-ms-discriminator-value: '#microsoft.graph.managedMobileApp' microsoft.graph.managedMobileLobApp: allOf: - $ref: '#/components/schemas/microsoft.graph.managedApp' - title: managedMobileLobApp required: - '@odata.type' type: object properties: committedContentVersion: type: string description: The internal committed content version. nullable: true fileName: type: string description: The name of the main Lob application file. nullable: true size: type: integer description: 'The total size, including all uploaded files.' format: int64 readOnly: true contentVersions: type: array items: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' description: The list of content versions for this app. x-ms-navigationProperty: true '@odata.type': type: string default: '#microsoft.graph.managedMobileLobApp' description: An abstract base class containing properties for all managed mobile line of business apps. discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.managedAndroidLobApp': '#/components/schemas/microsoft.graph.managedAndroidLobApp' '#microsoft.graph.managedIOSLobApp': '#/components/schemas/microsoft.graph.managedIOSLobApp' microsoft.graph.mdmWindowsInformationProtectionPolicy: allOf: - $ref: '#/components/schemas/microsoft.graph.windowsInformationProtection' - title: mdmWindowsInformationProtectionPolicy required: - '@odata.type' type: object properties: '@odata.type': type: string default: '#microsoft.graph.mdmWindowsInformationProtectionPolicy' description: Policy for Windows information protection with MDM x-ms-discriminator-value: '#microsoft.graph.mdmWindowsInformationProtectionPolicy' microsoft.graph.meetingAttendanceReport: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: meetingAttendanceReport required: - '@odata.type' type: object properties: meetingEndDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: UTC time when the meeting ended. Read-only. format: date-time nullable: true meetingStartDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: UTC time when the meeting started. Read-only. format: date-time nullable: true totalParticipantCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Total number of participants. Read-only. format: int32 nullable: true attendanceRecords: type: array items: $ref: '#/components/schemas/microsoft.graph.attendanceRecord' description: List of attendance records of an attendance report. Read-only. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.meetingAttendanceReport' microsoft.graph.membershipOutlierInsight: allOf: - $ref: '#/components/schemas/microsoft.graph.governanceInsight' - title: membershipOutlierInsight required: - '@odata.type' type: object properties: containerId: type: string description: 'Indicates the identifier of the container, for example, a group ID.' memberId: type: string description: Indicates the identifier of the user. outlierContainerType: $ref: '#/components/schemas/microsoft.graph.outlierContainerType' outlierMemberType: $ref: '#/components/schemas/microsoft.graph.outlierMemberType' container: anyOf: - $ref: '#/components/schemas/microsoft.graph.directoryObject' - type: object nullable: true description: 'Navigation link to the container directory object. For example, to a group.' x-ms-navigationProperty: true lastModifiedBy: anyOf: - $ref: '#/components/schemas/microsoft.graph.user' - type: object nullable: true description: 'Navigation link to a member object who modified the record. For example, to a user.' x-ms-navigationProperty: true member: anyOf: - $ref: '#/components/schemas/microsoft.graph.directoryObject' - type: object nullable: true description: 'Navigation link to a member object. For example, to a user.' x-ms-navigationProperty: true '@odata.type': type: string default: '#microsoft.graph.membershipOutlierInsight' x-ms-discriminator-value: '#microsoft.graph.membershipOutlierInsight' microsoft.graph.message: allOf: - $ref: '#/components/schemas/microsoft.graph.outlookItem' - title: message required: - '@odata.type' type: object properties: bccRecipients: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' description: 'The Bcc: recipients for the message.' body: anyOf: - $ref: '#/components/schemas/microsoft.graph.itemBody' - type: object nullable: true description: The body of the message. It can be in HTML or text format. Find out about safe HTML in a message body. bodyPreview: type: string description: The first 255 characters of the message body. It is in text format. nullable: true ccRecipients: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' description: 'The Cc: recipients for the message.' conversationId: type: string description: The ID of the conversation the email belongs to. nullable: true conversationIndex: type: string description: Indicates the position of the message within the conversation. format: base64url nullable: true flag: anyOf: - $ref: '#/components/schemas/microsoft.graph.followupFlag' - type: object nullable: true description: 'The flag value that indicates the status, start date, due date, or completion date for the message.' from: anyOf: - $ref: '#/components/schemas/microsoft.graph.recipient' - type: object nullable: true description: 'The owner of the mailbox from which the message is sent. In most cases, this value is the same as the sender property, except for sharing or delegation scenarios. The value must correspond to the actual mailbox used. Find out more about setting the from and sender properties of a message.' hasAttachments: type: boolean description: 'Indicates whether the message has attachments. This property doesn''t include inline attachments, so if a message contains only inline attachments, this property is false. To verify the existence of inline attachments, parse the body property to look for a src attribute, such as .' nullable: true importance: anyOf: - $ref: '#/components/schemas/microsoft.graph.importance' - type: object nullable: true description: 'The importance of the message. The possible values are: low, normal, and high.' inferenceClassification: anyOf: - $ref: '#/components/schemas/microsoft.graph.inferenceClassificationType' - type: object nullable: true description: 'The classification of the message for the user, based on inferred relevance or importance, or on an explicit override. The possible values are: focused or other.' internetMessageHeaders: type: array items: $ref: '#/components/schemas/microsoft.graph.internetMessageHeader' description: A collection of message headers defined by RFC5322. The set includes message headers indicating the network path taken by a message from the sender to the recipient. It can also contain custom message headers that hold app data for the message. Returned only on applying a $select query option. Read-only. internetMessageId: type: string description: The message ID in the format specified by RFC2822. nullable: true isDeliveryReceiptRequested: type: boolean description: Indicates whether a read receipt is requested for the message. nullable: true isDraft: type: boolean description: Indicates whether the message is a draft. A message is a draft if it hasn't been sent yet. nullable: true isRead: type: boolean description: Indicates whether the message has been read. nullable: true isReadReceiptRequested: type: boolean description: Indicates whether a read receipt is requested for the message. nullable: true parentFolderId: type: string description: The unique identifier for the message's parent mailFolder. nullable: true receivedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The date and time the message was received. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true replyTo: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' description: The email addresses to use when replying. sender: anyOf: - $ref: '#/components/schemas/microsoft.graph.recipient' - type: object nullable: true description: 'The account that is actually used to generate the message. In most cases, this value is the same as the from property. You can set this property to a different value when sending a message from a shared mailbox, for a shared calendar, or as a delegate. In any case, the value must correspond to the actual mailbox used. Find out more about setting the from and sender properties of a message.' sentDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The date and time the message was sent. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true subject: type: string description: The subject of the message. nullable: true toRecipients: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' description: 'The To: recipients for the message.' uniqueBody: anyOf: - $ref: '#/components/schemas/microsoft.graph.itemBody' - type: object nullable: true description: The part of the body of the message that is unique to the current message. uniqueBody is not returned by default but can be retrieved for a given message by use of the ?$select=uniqueBody query. It can be in HTML or text format. webLink: type: string description: 'The URL to open the message in Outlook on the web.You can append an ispopout argument to the end of the URL to change how the message is displayed. If ispopout is not present or if it is set to 1, then the message is shown in a popout window. If ispopout is set to 0, the browser shows the message in the Outlook on the web review pane.The message opens in the browser if you are signed in to your mailbox via Outlook on the web. You are prompted to sign in if you are not already signed in with the browser.This URL cannot be accessed from within an iFrame.' nullable: true attachments: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' description: The fileAttachment and itemAttachment attachments for the message. x-ms-navigationProperty: true extensions: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' description: The collection of open extensions defined for the message. Nullable. x-ms-navigationProperty: true multiValueExtendedProperties: type: array items: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' description: The collection of multi-value extended properties defined for the message. Nullable. x-ms-navigationProperty: true singleValueExtendedProperties: type: array items: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' description: The collection of single-value extended properties defined for the message. Nullable. x-ms-navigationProperty: true '@odata.type': type: string default: '#microsoft.graph.message' discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.calendarSharingMessage': '#/components/schemas/microsoft.graph.calendarSharingMessage' '#microsoft.graph.eventMessage': '#/components/schemas/microsoft.graph.eventMessage' '#microsoft.graph.eventMessageRequest': '#/components/schemas/microsoft.graph.eventMessageRequest' '#microsoft.graph.eventMessageResponse': '#/components/schemas/microsoft.graph.eventMessageResponse' microsoft.graph.messageRule: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: messageRule required: - '@odata.type' type: object properties: actions: anyOf: - $ref: '#/components/schemas/microsoft.graph.messageRuleActions' - type: object nullable: true description: Actions to be taken on a message when the corresponding conditions are fulfilled. conditions: anyOf: - $ref: '#/components/schemas/microsoft.graph.messageRulePredicates' - type: object nullable: true description: Conditions that when fulfilled trigger the corresponding actions for that rule. displayName: type: string description: The display name of the rule. nullable: true exceptions: anyOf: - $ref: '#/components/schemas/microsoft.graph.messageRulePredicates' - type: object nullable: true description: Exception conditions for the rule. hasError: type: boolean description: Indicates whether the rule is in an error condition. Read-only. nullable: true isEnabled: type: boolean description: Indicates whether the rule is enabled to be applied to messages. nullable: true isReadOnly: type: boolean description: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. nullable: true sequence: maximum: 2147483647 minimum: -2147483648 type: integer description: 'Indicates the order in which the rule is executed, among other rules.' format: int32 nullable: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.messageRule' microsoft.graph.microsoftAccountUserConversationMember: allOf: - $ref: '#/components/schemas/microsoft.graph.conversationMember' - title: microsoftAccountUserConversationMember required: - '@odata.type' type: object properties: userId: type: string description: Microsoft Account ID of the user. nullable: true '@odata.type': type: string default: '#microsoft.graph.microsoftAccountUserConversationMember' x-ms-discriminator-value: '#microsoft.graph.microsoftAccountUserConversationMember' microsoft.graph.microsoftAuthenticatorAuthenticationMethod: allOf: - $ref: '#/components/schemas/microsoft.graph.authenticationMethod' - title: microsoftAuthenticatorAuthenticationMethod required: - '@odata.type' type: object properties: createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The date and time that this app was registered. This property is null if the device isn't registered for passwordless Phone Sign-In. format: date-time nullable: true deviceTag: type: string description: Tags containing app metadata. nullable: true displayName: type: string description: The name of the device on which this app is registered. nullable: true phoneAppVersion: type: string description: Numerical version of this instance of the Authenticator app. nullable: true device: anyOf: - $ref: '#/components/schemas/microsoft.graph.device' - type: object nullable: true description: The registered device on which Microsoft Authenticator resides. This property is null if the device isn't registered for passwordless Phone Sign-In. x-ms-navigationProperty: true '@odata.type': type: string default: '#microsoft.graph.microsoftAuthenticatorAuthenticationMethod' x-ms-discriminator-value: '#microsoft.graph.microsoftAuthenticatorAuthenticationMethod' microsoft.graph.microsoftAuthenticatorAuthenticationMethodConfiguration: allOf: - $ref: '#/components/schemas/microsoft.graph.authenticationMethodConfiguration' - title: microsoftAuthenticatorAuthenticationMethodConfiguration required: - '@odata.type' type: object properties: featureSettings: anyOf: - $ref: '#/components/schemas/microsoft.graph.microsoftAuthenticatorFeatureSettings' - type: object nullable: true description: 'A collection of Microsoft Authenticator settings such as application context and location context, and whether they are enabled for all users or specific users only.' isSoftwareOathEnabled: type: boolean nullable: true includeTargets: type: array items: $ref: '#/components/schemas/microsoft.graph.microsoftAuthenticatorAuthenticationMethodTarget' description: A collection of groups that are enabled to use the authentication method. Expanded by default. x-ms-navigationProperty: true '@odata.type': type: string default: '#microsoft.graph.microsoftAuthenticatorAuthenticationMethodConfiguration' x-ms-discriminator-value: '#microsoft.graph.microsoftAuthenticatorAuthenticationMethodConfiguration' microsoft.graph.microsoftAuthenticatorAuthenticationMethodTarget: allOf: - $ref: '#/components/schemas/microsoft.graph.authenticationMethodTarget' - title: microsoftAuthenticatorAuthenticationMethodTarget required: - '@odata.type' type: object properties: authenticationMode: $ref: '#/components/schemas/microsoft.graph.microsoftAuthenticatorAuthenticationMode' '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.microsoftAuthenticatorAuthenticationMethodTarget' microsoft.graph.microsoftStoreForBusinessApp: allOf: - $ref: '#/components/schemas/microsoft.graph.mobileApp' - title: microsoftStoreForBusinessApp required: - '@odata.type' type: object properties: licenseType: $ref: '#/components/schemas/microsoft.graph.microsoftStoreForBusinessLicenseType' packageIdentityName: type: string description: The app package identifier nullable: true productKey: type: string description: The app product key nullable: true totalLicenseCount: maximum: 2147483647 minimum: -2147483648 type: integer description: The total number of Microsoft Store for Business licenses. format: int32 usedLicenseCount: maximum: 2147483647 minimum: -2147483648 type: integer description: The number of Microsoft Store for Business licenses in use. format: int32 '@odata.type': type: string default: '#microsoft.graph.microsoftStoreForBusinessApp' description: 'Microsoft Store for Business Apps. This class does not support Create, Delete, or Update.' x-ms-discriminator-value: '#microsoft.graph.microsoftStoreForBusinessApp' microsoft.graph.mobileApp: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: mobileApp required: - '@odata.type' type: object properties: createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The date and time the app was created. format: date-time readOnly: true description: type: string description: The description of the app. nullable: true developer: type: string description: The developer of the app. nullable: true displayName: type: string description: The admin provided or imported title of the app. nullable: true informationUrl: type: string description: The more information Url. nullable: true isFeatured: type: boolean description: The value indicating whether the app is marked as featured by the admin. largeIcon: anyOf: - $ref: '#/components/schemas/microsoft.graph.mimeContent' - type: object nullable: true description: 'The large icon, to be displayed in the app details and used for upload of the icon.' lastModifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The date and time the app was last modified. format: date-time readOnly: true notes: type: string description: Notes for the app. nullable: true owner: type: string description: The owner of the app. nullable: true privacyInformationUrl: type: string description: The privacy statement Url. nullable: true publisher: type: string description: The publisher of the app. nullable: true publishingState: $ref: '#/components/schemas/microsoft.graph.mobileAppPublishingState' assignments: type: array items: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' description: The list of group assignments for this mobile app. x-ms-navigationProperty: true categories: type: array items: $ref: '#/components/schemas/microsoft.graph.mobileAppCategory' description: The list of categories for this app. x-ms-navigationProperty: true '@odata.type': type: string description: 'An abstract class containing the base properties for Intune mobile apps. Note: Listing mobile apps with `$expand=assignments` has been deprecated. Instead get the list of apps without the `$expand` query on `assignments`. Then, perform the expansion on individual applications.' discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.androidStoreApp': '#/components/schemas/microsoft.graph.androidStoreApp' '#microsoft.graph.iosiPadOSWebClip': '#/components/schemas/microsoft.graph.iosiPadOSWebClip' '#microsoft.graph.iosStoreApp': '#/components/schemas/microsoft.graph.iosStoreApp' '#microsoft.graph.iosVppApp': '#/components/schemas/microsoft.graph.iosVppApp' '#microsoft.graph.macOSMicrosoftDefenderApp': '#/components/schemas/microsoft.graph.macOSMicrosoftDefenderApp' '#microsoft.graph.macOSMicrosoftEdgeApp': '#/components/schemas/microsoft.graph.macOSMicrosoftEdgeApp' '#microsoft.graph.macOSOfficeSuiteApp': '#/components/schemas/microsoft.graph.macOSOfficeSuiteApp' '#microsoft.graph.managedApp': '#/components/schemas/microsoft.graph.managedApp' '#microsoft.graph.managedAndroidStoreApp': '#/components/schemas/microsoft.graph.managedAndroidStoreApp' '#microsoft.graph.managedIOSStoreApp': '#/components/schemas/microsoft.graph.managedIOSStoreApp' '#microsoft.graph.managedMobileLobApp': '#/components/schemas/microsoft.graph.managedMobileLobApp' '#microsoft.graph.managedAndroidLobApp': '#/components/schemas/microsoft.graph.managedAndroidLobApp' '#microsoft.graph.managedIOSLobApp': '#/components/schemas/microsoft.graph.managedIOSLobApp' '#microsoft.graph.microsoftStoreForBusinessApp': '#/components/schemas/microsoft.graph.microsoftStoreForBusinessApp' '#microsoft.graph.mobileLobApp': '#/components/schemas/microsoft.graph.mobileLobApp' '#microsoft.graph.androidLobApp': '#/components/schemas/microsoft.graph.androidLobApp' '#microsoft.graph.iosLobApp': '#/components/schemas/microsoft.graph.iosLobApp' '#microsoft.graph.macOSDmgApp': '#/components/schemas/microsoft.graph.macOSDmgApp' '#microsoft.graph.macOSLobApp': '#/components/schemas/microsoft.graph.macOSLobApp' '#microsoft.graph.win32LobApp': '#/components/schemas/microsoft.graph.win32LobApp' '#microsoft.graph.windowsAppX': '#/components/schemas/microsoft.graph.windowsAppX' '#microsoft.graph.windowsMobileMSI': '#/components/schemas/microsoft.graph.windowsMobileMSI' '#microsoft.graph.windowsUniversalAppX': '#/components/schemas/microsoft.graph.windowsUniversalAppX' '#microsoft.graph.webApp': '#/components/schemas/microsoft.graph.webApp' '#microsoft.graph.windowsMicrosoftEdgeApp': '#/components/schemas/microsoft.graph.windowsMicrosoftEdgeApp' '#microsoft.graph.windowsWebApp': '#/components/schemas/microsoft.graph.windowsWebApp' microsoft.graph.mobileAppAssignment: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: mobileAppAssignment required: - '@odata.type' type: object properties: intent: $ref: '#/components/schemas/microsoft.graph.installIntent' settings: anyOf: - $ref: '#/components/schemas/microsoft.graph.mobileAppAssignmentSettings' - type: object nullable: true description: The settings for target assignment defined by the admin. target: anyOf: - $ref: '#/components/schemas/microsoft.graph.deviceAndAppManagementAssignmentTarget' - type: object nullable: true description: The target group assignment defined by the admin. '@odata.type': type: string description: A class containing the properties used for Group Assignment of a Mobile App. x-ms-discriminator-value: '#microsoft.graph.mobileAppAssignment' microsoft.graph.mobileAppCategory: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: mobileAppCategory required: - '@odata.type' type: object properties: displayName: type: string description: The name of the app category. nullable: true lastModifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The date and time the mobileAppCategory was last modified. format: date-time readOnly: true '@odata.type': type: string description: Contains properties for a single Intune app category. x-ms-discriminator-value: '#microsoft.graph.mobileAppCategory' microsoft.graph.mobileAppContent: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: mobileAppContent required: - '@odata.type' type: object properties: containedApps: type: array items: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' description: The collection of contained apps in a MobileLobApp acting as a package. x-ms-navigationProperty: true files: type: array items: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' description: The list of files for this app content version. x-ms-navigationProperty: true '@odata.type': type: string description: Contains content properties for a specific app version. Each mobileAppContent can have multiple mobileAppContentFile. x-ms-discriminator-value: '#microsoft.graph.mobileAppContent' microsoft.graph.mobileAppContentFile: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: mobileAppContentFile required: - '@odata.type' type: object properties: azureStorageUri: type: string description: The Azure Storage URI. nullable: true readOnly: true azureStorageUriExpirationDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The time the Azure storage Uri expires. format: date-time nullable: true readOnly: true createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The time the file was created. format: date-time readOnly: true isCommitted: type: boolean description: A value indicating whether the file is committed. readOnly: true isDependency: type: boolean description: 'Indicates whether this content file is a dependency for the main content file. TRUE means that the content file is a dependency, FALSE means that the content file is not a dependency and is the main content file. Defaults to FALSE.' manifest: type: string description: The manifest information. format: base64url nullable: true name: type: string description: the file name. nullable: true size: type: integer description: The size of the file prior to encryption. format: int64 sizeEncrypted: type: integer description: The size of the file after encryption. format: int64 uploadState: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFileUploadState' '@odata.type': type: string description: Contains properties for a single installer file that is associated with a given mobileAppContent version. x-ms-discriminator-value: '#microsoft.graph.mobileAppContentFile' microsoft.graph.mobileAppTroubleshootingEvent: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: mobileAppTroubleshootingEvent required: - '@odata.type' type: object properties: appLogCollectionRequests: type: array items: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' description: Indicates collection of App Log Upload Request. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.mobileAppTroubleshootingEvent' microsoft.graph.mobileContainedApp: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: mobileContainedApp required: - '@odata.type' type: object properties: '@odata.type': type: string description: An abstract class that represents a contained app in a mobileApp acting as a package. discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.windowsUniversalAppXContainedApp': '#/components/schemas/microsoft.graph.windowsUniversalAppXContainedApp' microsoft.graph.mobileLobApp: allOf: - $ref: '#/components/schemas/microsoft.graph.mobileApp' - title: mobileLobApp required: - '@odata.type' type: object properties: committedContentVersion: type: string description: The internal committed content version. nullable: true fileName: type: string description: The name of the main Lob application file. nullable: true size: type: integer description: 'The total size, including all uploaded files.' format: int64 readOnly: true contentVersions: type: array items: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' description: The list of content versions for this app. x-ms-navigationProperty: true '@odata.type': type: string default: '#microsoft.graph.mobileLobApp' description: An abstract base class containing properties for all mobile line of business apps. discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.androidLobApp': '#/components/schemas/microsoft.graph.androidLobApp' '#microsoft.graph.iosLobApp': '#/components/schemas/microsoft.graph.iosLobApp' '#microsoft.graph.macOSDmgApp': '#/components/schemas/microsoft.graph.macOSDmgApp' '#microsoft.graph.macOSLobApp': '#/components/schemas/microsoft.graph.macOSLobApp' '#microsoft.graph.win32LobApp': '#/components/schemas/microsoft.graph.win32LobApp' '#microsoft.graph.windowsAppX': '#/components/schemas/microsoft.graph.windowsAppX' '#microsoft.graph.windowsMobileMSI': '#/components/schemas/microsoft.graph.windowsMobileMSI' '#microsoft.graph.windowsUniversalAppX': '#/components/schemas/microsoft.graph.windowsUniversalAppX' microsoft.graph.mobileThreatDefenseConnector: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: mobileThreatDefenseConnector required: - '@odata.type' type: object properties: allowPartnerToCollectIOSApplicationMetadata: type: boolean description: 'When TRUE, indicates the Mobile Threat Defense partner may collect metadata about installed applications from Intune for IOS devices. When FALSE, indicates the Mobile Threat Defense partner may not collect metadata about installed applications from Intune for IOS devices. Default value is FALSE.' allowPartnerToCollectIOSPersonalApplicationMetadata: type: boolean description: 'When TRUE, indicates the Mobile Threat Defense partner may collect metadata about personally installed applications from Intune for IOS devices. When FALSE, indicates the Mobile Threat Defense partner may not collect metadata about personally installed applications from Intune for IOS devices. Default value is FALSE.' androidDeviceBlockedOnMissingPartnerData: type: boolean description: 'For Android, set whether Intune must receive data from the Mobile Threat Defense partner prior to marking a device compliant' androidEnabled: type: boolean description: 'For Android, set whether data from the Mobile Threat Defense partner should be used during compliance evaluations' androidMobileApplicationManagementEnabled: type: boolean description: 'When TRUE, inidicates that data from the Mobile Threat Defense partner can be used during Mobile Application Management (MAM) evaluations for Android devices. When FALSE, inidicates that data from the Mobile Threat Defense partner should not be used during Mobile Application Management (MAM) evaluations for Android devices. Only one partner per platform may be enabled for Mobile Application Management (MAM) evaluation. Default value is FALSE.' iosDeviceBlockedOnMissingPartnerData: type: boolean description: 'For IOS, set whether Intune must receive data from the Mobile Threat Defense partner prior to marking a device compliant' iosEnabled: type: boolean description: 'For IOS, get or set whether data from the Mobile Threat Defense partner should be used during compliance evaluations' iosMobileApplicationManagementEnabled: type: boolean description: 'When TRUE, inidicates that data from the Mobile Threat Defense partner can be used during Mobile Application Management (MAM) evaluations for IOS devices. When FALSE, inidicates that data from the Mobile Threat Defense partner should not be used during Mobile Application Management (MAM) evaluations for IOS devices. Only one partner per platform may be enabled for Mobile Application Management (MAM) evaluation. Default value is FALSE.' lastHeartbeatDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: DateTime of last Heartbeat recieved from the Mobile Threat Defense partner format: date-time microsoftDefenderForEndpointAttachEnabled: type: boolean description: 'When TRUE, inidicates that configuration profile management via Microsoft Defender for Endpoint is enabled. When FALSE, inidicates that configuration profile management via Microsoft Defender for Endpoint is disabled. Default value is FALSE.' partnerState: $ref: '#/components/schemas/microsoft.graph.mobileThreatPartnerTenantState' partnerUnresponsivenessThresholdInDays: maximum: 2147483647 minimum: -2147483648 type: integer description: Get or Set days the per tenant tolerance to unresponsiveness for this partner integration format: int32 partnerUnsupportedOsVersionBlocked: type: boolean description: Get or set whether to block devices on the enabled platforms that do not meet the minimum version requirements of the Mobile Threat Defense partner windowsDeviceBlockedOnMissingPartnerData: type: boolean description: 'When TRUE, inidicates that Intune must receive data from the Mobile Threat Defense partner prior to marking a device compliant for Windows. When FALSE, inidicates that Intune may make a device compliant without receiving data from the Mobile Threat Defense partner for Windows. Default value is FALSE.' windowsEnabled: type: boolean description: 'When TRUE, inidicates that data from the Mobile Threat Defense partner can be used during compliance evaluations for Windows. When FALSE, inidicates that data from the Mobile Threat Defense partner should not be used during compliance evaluations for Windows. Default value is FALSE.' '@odata.type': type: string description: Entity which represents a connection to Mobile Threat Defense partner. x-ms-discriminator-value: '#microsoft.graph.mobileThreatDefenseConnector' microsoft.graph.multiTenantOrganization: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: multiTenantOrganization required: - '@odata.type' type: object properties: createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Date when multitenant organization was created. Read-only. format: date-time nullable: true description: type: string description: Description of the multitenant organization. nullable: true displayName: type: string description: Display name of the multitenant organization. nullable: true state: anyOf: - $ref: '#/components/schemas/microsoft.graph.multiTenantOrganizationState' - type: object nullable: true description: 'State of the multitenant organization. The possible values are: active, inactive, unknownFutureValue. active indicates the multitenant organization is created. inactive indicates the multitenant organization isn''t created. Read-only.' joinRequest: anyOf: - $ref: '#/components/schemas/microsoft.graph.multiTenantOrganizationJoinRequestRecord' - type: object nullable: true description: Defines the status of a tenant joining a multitenant organization. x-ms-navigationProperty: true tenants: type: array items: $ref: '#/components/schemas/microsoft.graph.multiTenantOrganizationMember' description: Defines tenants added to a multitenant organization. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.multiTenantOrganization' microsoft.graph.multiTenantOrganizationIdentitySyncPolicyTemplate: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: multiTenantOrganizationIdentitySyncPolicyTemplate required: - '@odata.type' type: object properties: templateApplicationLevel: $ref: '#/components/schemas/microsoft.graph.templateApplicationLevel' userSyncInbound: anyOf: - $ref: '#/components/schemas/microsoft.graph.crossTenantUserSyncInbound' - type: object nullable: true description: Defines whether users can be synchronized from the partner tenant. '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.multiTenantOrganizationIdentitySyncPolicyTemplate' microsoft.graph.multiTenantOrganizationJoinRequestRecord: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: multiTenantOrganizationJoinRequestRecord required: - '@odata.type' type: object properties: addedByTenantId: type: string description: 'Tenant ID of the Microsoft Entra tenant that added a tenant to the multitenant organization. To reset a failed join request, set addedByTenantId to 00000000-0000-0000-0000-000000000000. Required.' nullable: true memberState: anyOf: - $ref: '#/components/schemas/microsoft.graph.multiTenantOrganizationMemberState' - type: object nullable: true description: 'State of the tenant in the multitenant organization. The possible values are: pending, active, removed, unknownFutureValue. Tenants in the pending state must join the multitenant organization to participate in the multitenant organization. Tenants in the active state can participate in the multitenant organization. Tenants in the removed state are in the process of being removed from the multitenant organization. Read-only.' role: anyOf: - $ref: '#/components/schemas/microsoft.graph.multiTenantOrganizationMemberRole' - type: object nullable: true description: 'Role of the tenant in the multitenant organization. The possible values are: owner, member (default), unknownFutureValue. Tenants with the owner role can manage the multitenant organization. There can be multiple tenants with the owner role in a multitenant organization. Tenants with the member role can participate in a multitenant organization.' transitionDetails: anyOf: - $ref: '#/components/schemas/microsoft.graph.multiTenantOrganizationJoinRequestTransitionDetails' - type: object nullable: true description: Details of the processing status for a tenant joining a multitenant organization. Read-only. '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.multiTenantOrganizationJoinRequestRecord' microsoft.graph.multiTenantOrganizationMember: allOf: - $ref: '#/components/schemas/microsoft.graph.directoryObject' - title: multiTenantOrganizationMember required: - '@odata.type' type: object properties: addedByTenantId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string description: Tenant ID of the tenant that added the tenant to the multitenant organization. Read-only. format: uuid nullable: true addedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Date and time when the tenant was added to the multitenant organization. Read-only. format: date-time nullable: true displayName: type: string description: Display name of the tenant added to the multitenant organization. nullable: true joinedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Date and time when the tenant joined the multitenant organization. Read-only. format: date-time nullable: true role: anyOf: - $ref: '#/components/schemas/microsoft.graph.multiTenantOrganizationMemberRole' - type: object nullable: true description: 'Role of the tenant in the multitenant organization. The possible values are: owner, member (default), unknownFutureValue. Tenants with the owner role can manage the multitenant organization but tenants with the member role can only participate in a multitenant organization. There can be multiple tenants with the owner role in a multitenant organization.' state: anyOf: - $ref: '#/components/schemas/microsoft.graph.multiTenantOrganizationMemberState' - type: object nullable: true description: 'State of the tenant in the multitenant organization. The possible values are: pending, active, removed, unknownFutureValue. Tenants in the pending state must join the multitenant organization to participate in the multitenant organization. Tenants in the active state can participate in the multitenant organization. Tenants in the removed state are in the process of being removed from the multitenant organization. Read-only.' tenantId: type: string description: Tenant ID of the Microsoft Entra tenant added to the multitenant organization. Set at the time tenant is added.Supports $filter. Key. transitionDetails: anyOf: - $ref: '#/components/schemas/microsoft.graph.multiTenantOrganizationMemberTransitionDetails' - type: object nullable: true description: Details of the processing status for a tenant in a multitenant organization. Read-only. Nullable. '@odata.type': type: string default: '#microsoft.graph.multiTenantOrganizationMember' x-ms-discriminator-value: '#microsoft.graph.multiTenantOrganizationMember' microsoft.graph.multiTenantOrganizationPartnerConfigurationTemplate: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: multiTenantOrganizationPartnerConfigurationTemplate required: - '@odata.type' type: object properties: automaticUserConsentSettings: anyOf: - $ref: '#/components/schemas/microsoft.graph.inboundOutboundPolicyConfiguration' - type: object nullable: true description: 'Determines the partner-specific configuration for automatic user consent settings. Unless configured, the inboundAllowed and outboundAllowed properties are null and inherit from the default settings, which is always false.' b2bCollaborationInbound: anyOf: - $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyB2BSetting' - type: object nullable: true description: Defines your partner-specific configuration for users from other organizations accessing your resources via Microsoft Entra B2B collaboration. b2bCollaborationOutbound: anyOf: - $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyB2BSetting' - type: object nullable: true description: Defines your partner-specific configuration for users in your organization going outbound to access resources in another organization via Microsoft Entra B2B collaboration. b2bDirectConnectInbound: anyOf: - $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyB2BSetting' - type: object nullable: true description: Defines your partner-specific configuration for users from other organizations accessing your resources via Azure B2B direct connect. b2bDirectConnectOutbound: anyOf: - $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyB2BSetting' - type: object nullable: true description: Defines your partner-specific configuration for users in your organization going outbound to access resources in another organization via Microsoft Entra B2B direct connect. inboundTrust: anyOf: - $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyInboundTrust' - type: object nullable: true description: Determines the partner-specific configuration for trusting other Conditional Access claims from external Microsoft Entra organizations. templateApplicationLevel: $ref: '#/components/schemas/microsoft.graph.templateApplicationLevel' '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.multiTenantOrganizationPartnerConfigurationTemplate' microsoft.graph.multiValueLegacyExtendedProperty: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: multiValueLegacyExtendedProperty required: - '@odata.type' type: object properties: value: type: array items: type: string nullable: true description: A collection of property values. '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.multiValueLegacyExtendedProperty' microsoft.graph.muteParticipantOperation: allOf: - $ref: '#/components/schemas/microsoft.graph.commsOperation' - title: muteParticipantOperation required: - '@odata.type' type: object properties: '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.muteParticipantOperation' microsoft.graph.namedLocation: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: namedLocation required: - '@odata.type' type: object properties: createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The Timestamp type represents creation date and time of the location using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true displayName: type: string description: Human-readable name of the location. modifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The Timestamp type represents last modified date and time of the location using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.countryNamedLocation': '#/components/schemas/microsoft.graph.countryNamedLocation' '#microsoft.graph.ipNamedLocation': '#/components/schemas/microsoft.graph.ipNamedLocation' microsoft.graph.notebook: allOf: - $ref: '#/components/schemas/microsoft.graph.onenoteEntityHierarchyModel' - title: notebook required: - '@odata.type' type: object properties: isDefault: type: boolean description: Indicates whether this is the user's default notebook. Read-only. nullable: true isShared: type: boolean description: 'Indicates whether the notebook is shared. If true, the contents of the notebook can be seen by people other than the owner. Read-only.' nullable: true links: anyOf: - $ref: '#/components/schemas/microsoft.graph.notebookLinks' - type: object nullable: true description: Links for opening the notebook. The oneNoteClientURL link opens the notebook in the OneNote native client if it's installed. The oneNoteWebURL link opens the notebook in OneNote on the web. sectionGroupsUrl: type: string description: 'The URL for the sectionGroups navigation property, which returns all the section groups in the notebook. Read-only.' nullable: true sectionsUrl: type: string description: 'The URL for the sections navigation property, which returns all the sections in the notebook. Read-only.' nullable: true userRole: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenoteUserRole' - type: object nullable: true description: 'Possible values are: Owner, Contributor, Reader, None. Owner represents owner-level access to the notebook. Contributor represents read/write access to the notebook. Reader represents read-only access to the notebook. Read-only.' sectionGroups: type: array items: $ref: '#/components/schemas/microsoft.graph.sectionGroup' description: The section groups in the notebook. Read-only. Nullable. x-ms-navigationProperty: true sections: type: array items: $ref: '#/components/schemas/microsoft.graph.onenoteSection' description: The sections in the notebook. Read-only. Nullable. x-ms-navigationProperty: true '@odata.type': type: string default: '#microsoft.graph.notebook' x-ms-discriminator-value: '#microsoft.graph.notebook' microsoft.graph.notificationMessageTemplate: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: notificationMessageTemplate required: - '@odata.type' type: object properties: brandingOptions: $ref: '#/components/schemas/microsoft.graph.notificationTemplateBrandingOptions' defaultLocale: type: string description: The default locale to fallback onto when the requested locale is not available. nullable: true displayName: type: string description: Display name for the Notification Message Template. lastModifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: DateTime the object was last modified. format: date-time roleScopeTagIds: type: array items: type: string nullable: true description: List of Scope Tags for this Entity instance. localizedNotificationMessages: type: array items: $ref: '#/components/schemas/microsoft.graph.localizedNotificationMessage' description: The list of localized messages for this Notification Message Template. x-ms-navigationProperty: true '@odata.type': type: string description: Notification messages are messages that are sent to end users who are determined to be not-compliant with the compliance policies defined by the administrator. Administrators choose notifications and configure them in the Intune Admin Console using the compliance policy creation page under the “Actions for non-compliance” section. Use the notificationMessageTemplate object to create your own custom notifications for administrators to choose while configuring actions for non-compliance. x-ms-discriminator-value: '#microsoft.graph.notificationMessageTemplate' microsoft.graph.oAuth2PermissionGrant: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: oAuth2PermissionGrant required: - '@odata.type' type: object properties: clientId: type: string description: The object id (not appId) of the client service principal for the application that's authorized to act on behalf of a signed-in user when accessing an API. Required. Supports $filter (eq only). consentType: type: string description: 'Indicates if authorization is granted for the client application to impersonate all users or only a specific user. AllPrincipals indicates authorization to impersonate all users. Principal indicates authorization to impersonate a specific user. Consent on behalf of all users can be granted by an administrator. Nonadmin users might be authorized to consent on behalf of themselves in some cases, for some delegated permissions. Required. Supports $filter (eq only).' nullable: true principalId: type: string description: 'The id of the user on behalf of whom the client is authorized to access the resource, when consentType is Principal. If consentType is AllPrincipals this value is null. Required when consentType is Principal. Supports $filter (eq only).' nullable: true resourceId: type: string description: The id of the resource service principal to which access is authorized. This identifies the API that the client is authorized to attempt to call on behalf of a signed-in user. Supports $filter (eq only). scope: type: string description: 'A space-separated list of the claim values for delegated permissions that should be included in access tokens for the resource application (the API). For example, openid User.Read GroupMember.Read.All. Each claim value should match the value field of one of the delegated permissions defined by the API, listed in the oauth2PermissionScopes property of the resource service principal. Must not exceed 3,850 characters in length.' nullable: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.oAuth2PermissionGrant' microsoft.graph.offerShiftRequest: allOf: - $ref: '#/components/schemas/microsoft.graph.scheduleChangeRequest' - title: offerShiftRequest required: - '@odata.type' type: object properties: recipientActionDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true readOnly: true recipientActionMessage: type: string description: Custom message sent by recipient of the offer shift request. nullable: true recipientUserId: type: string description: User ID of the recipient of the offer shift request. nullable: true senderShiftId: type: string description: User ID of the sender of the offer shift request. nullable: true '@odata.type': type: string default: '#microsoft.graph.offerShiftRequest' discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.swapShiftsChangeRequest': '#/components/schemas/microsoft.graph.swapShiftsChangeRequest' microsoft.graph.officeGraphInsights: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: officeGraphInsights required: - '@odata.type' type: object properties: shared: type: array items: $ref: '#/components/schemas/microsoft.graph.sharedInsight' description: 'Calculated relationship that identifies documents shared with or by the user. This includes URLs, file attachments, and reference attachments to OneDrive for work or school and SharePoint files found in Outlook messages and meetings. This also includes URLs and reference attachments to Teams conversations. Ordered by recency of share.' x-ms-navigationProperty: true trending: type: array items: $ref: '#/components/schemas/microsoft.graph.trending' description: 'Calculated relationship that identifies documents trending around a user. Trending documents are calculated based on activity of the user''s closest network of people and include files stored in OneDrive for work or school and SharePoint. Trending insights help the user to discover potentially useful content that the user has access to, but has never viewed before.' x-ms-navigationProperty: true used: type: array items: $ref: '#/components/schemas/microsoft.graph.usedInsight' description: 'Calculated relationship that identifies the latest documents viewed or modified by a user, including OneDrive for work or school and SharePoint documents, ranked by recency of use.' x-ms-navigationProperty: true '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.itemInsights': '#/components/schemas/microsoft.graph.itemInsights' microsoft.graph.onAttributeCollectionListener: allOf: - $ref: '#/components/schemas/microsoft.graph.authenticationEventListener' - title: onAttributeCollectionListener required: - '@odata.type' type: object properties: handler: anyOf: - $ref: '#/components/schemas/microsoft.graph.onAttributeCollectionHandler' - type: object nullable: true description: Required. Configuration for what to invoke if the event resolves to this listener. '@odata.type': type: string default: '#microsoft.graph.onAttributeCollectionListener' x-ms-discriminator-value: '#microsoft.graph.onAttributeCollectionListener' microsoft.graph.onAuthenticationMethodLoadStartListener: allOf: - $ref: '#/components/schemas/microsoft.graph.authenticationEventListener' - title: onAuthenticationMethodLoadStartListener required: - '@odata.type' type: object properties: handler: anyOf: - $ref: '#/components/schemas/microsoft.graph.onAuthenticationMethodLoadStartHandler' - type: object nullable: true description: Required. Configuration for what to invoke if the event resolves to this listener. This lets us define potential handler configurations per-event. '@odata.type': type: string default: '#microsoft.graph.onAuthenticationMethodLoadStartListener' x-ms-discriminator-value: '#microsoft.graph.onAuthenticationMethodLoadStartListener' microsoft.graph.onenote: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: onenote required: - '@odata.type' type: object properties: notebooks: type: array items: $ref: '#/components/schemas/microsoft.graph.notebook' description: The collection of OneNote notebooks that are owned by the user or group. Read-only. Nullable. x-ms-navigationProperty: true operations: type: array items: $ref: '#/components/schemas/microsoft.graph.onenoteOperation' description: 'The status of OneNote operations. Getting an operations collection isn''t supported, but you can get the status of long-running operations if the Operation-Location header is returned in the response. Read-only. Nullable.' x-ms-navigationProperty: true pages: type: array items: $ref: '#/components/schemas/microsoft.graph.onenotePage' description: The pages in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. x-ms-navigationProperty: true resources: type: array items: $ref: '#/components/schemas/microsoft.graph.onenoteResource' description: 'The image and other file resources in OneNote pages. Getting a resources collection isn''t supported, but you can get the binary content of a specific resource. Read-only. Nullable.' x-ms-navigationProperty: true sectionGroups: type: array items: $ref: '#/components/schemas/microsoft.graph.sectionGroup' description: The section groups in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. x-ms-navigationProperty: true sections: type: array items: $ref: '#/components/schemas/microsoft.graph.onenoteSection' description: The sections in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.onenote' microsoft.graph.onenoteEntityBaseModel: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: onenoteEntityBaseModel required: - '@odata.type' type: object properties: self: type: string description: The endpoint where you can get details about the page. Read-only. nullable: true '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.onenoteEntitySchemaObjectModel': '#/components/schemas/microsoft.graph.onenoteEntitySchemaObjectModel' '#microsoft.graph.onenoteEntityHierarchyModel': '#/components/schemas/microsoft.graph.onenoteEntityHierarchyModel' '#microsoft.graph.notebook': '#/components/schemas/microsoft.graph.notebook' '#microsoft.graph.onenoteSection': '#/components/schemas/microsoft.graph.onenoteSection' '#microsoft.graph.sectionGroup': '#/components/schemas/microsoft.graph.sectionGroup' '#microsoft.graph.onenotePage': '#/components/schemas/microsoft.graph.onenotePage' '#microsoft.graph.onenoteResource': '#/components/schemas/microsoft.graph.onenoteResource' microsoft.graph.onenoteEntityHierarchyModel: allOf: - $ref: '#/components/schemas/microsoft.graph.onenoteEntitySchemaObjectModel' - title: onenoteEntityHierarchyModel required: - '@odata.type' type: object properties: createdBy: anyOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' - type: object nullable: true description: 'Identity of the user, device, and application that created the item. Read-only.' displayName: type: string description: The name of the notebook. nullable: true lastModifiedBy: anyOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' - type: object nullable: true description: 'Identity of the user, device, and application that created the item. Read-only.' lastModifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The date and time when the notebook was last modified. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true '@odata.type': type: string default: '#microsoft.graph.onenoteEntityHierarchyModel' discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.notebook': '#/components/schemas/microsoft.graph.notebook' '#microsoft.graph.onenoteSection': '#/components/schemas/microsoft.graph.onenoteSection' '#microsoft.graph.sectionGroup': '#/components/schemas/microsoft.graph.sectionGroup' microsoft.graph.onenoteEntitySchemaObjectModel: allOf: - $ref: '#/components/schemas/microsoft.graph.onenoteEntityBaseModel' - title: onenoteEntitySchemaObjectModel required: - '@odata.type' type: object properties: createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The date and time when the page was created. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true '@odata.type': type: string default: '#microsoft.graph.onenoteEntitySchemaObjectModel' discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.onenoteEntityHierarchyModel': '#/components/schemas/microsoft.graph.onenoteEntityHierarchyModel' '#microsoft.graph.notebook': '#/components/schemas/microsoft.graph.notebook' '#microsoft.graph.onenoteSection': '#/components/schemas/microsoft.graph.onenoteSection' '#microsoft.graph.sectionGroup': '#/components/schemas/microsoft.graph.sectionGroup' '#microsoft.graph.onenotePage': '#/components/schemas/microsoft.graph.onenotePage' microsoft.graph.onenoteOperation: allOf: - $ref: '#/components/schemas/microsoft.graph.operation' - title: onenoteOperation required: - '@odata.type' type: object properties: error: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenoteOperationError' - type: object nullable: true description: The error returned by the operation. percentComplete: type: string description: The operation percent complete if the operation is still in running status. nullable: true resourceId: type: string description: The resource id. nullable: true resourceLocation: type: string description: 'The resource URI for the object. For example, the resource URI for a copied page or section.' nullable: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.onenoteOperation' microsoft.graph.onenotePage: allOf: - $ref: '#/components/schemas/microsoft.graph.onenoteEntitySchemaObjectModel' - title: onenotePage required: - '@odata.type' type: object properties: content: type: string description: The page's HTML content. format: base64url nullable: true contentUrl: type: string description: The URL for the page's HTML content. Read-only. nullable: true createdByAppId: type: string description: The unique identifier of the application that created the page. Read-only. nullable: true lastModifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The date and time when the page was last modified. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true level: maximum: 2147483647 minimum: -2147483648 type: integer description: The indentation level of the page. Read-only. format: int32 nullable: true links: anyOf: - $ref: '#/components/schemas/microsoft.graph.pageLinks' - type: object nullable: true description: Links for opening the page. The oneNoteClientURL link opens the page in the OneNote native client if it 's installed. The oneNoteWebUrl link opens the page in OneNote on the web. Read-only. order: maximum: 2147483647 minimum: -2147483648 type: integer description: The order of the page within its parent section. Read-only. format: int32 nullable: true title: type: string description: The title of the page. nullable: true userTags: type: array items: type: string nullable: true parentNotebook: anyOf: - $ref: '#/components/schemas/microsoft.graph.notebook' - type: object nullable: true description: The notebook that contains the page. Read-only. x-ms-navigationProperty: true parentSection: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenoteSection' - type: object nullable: true description: The section that contains the page. Read-only. x-ms-navigationProperty: true '@odata.type': type: string default: '#microsoft.graph.onenotePage' x-ms-discriminator-value: '#microsoft.graph.onenotePage' microsoft.graph.onenoteResource: allOf: - $ref: '#/components/schemas/microsoft.graph.onenoteEntityBaseModel' - title: onenoteResource required: - '@odata.type' type: object properties: content: type: string description: The content stream format: base64url nullable: true contentUrl: type: string description: The URL for downloading the content nullable: true '@odata.type': type: string default: '#microsoft.graph.onenoteResource' x-ms-discriminator-value: '#microsoft.graph.onenoteResource' microsoft.graph.onenoteSection: allOf: - $ref: '#/components/schemas/microsoft.graph.onenoteEntityHierarchyModel' - title: onenoteSection required: - '@odata.type' type: object properties: isDefault: type: boolean description: Indicates whether this is the user's default section. Read-only. nullable: true links: anyOf: - $ref: '#/components/schemas/microsoft.graph.sectionLinks' - type: object nullable: true description: Links for opening the section. The oneNoteClientURL link opens the section in the OneNote native client if it's installed. The oneNoteWebURL link opens the section in OneNote on the web. pagesUrl: type: string description: The pages endpoint where you can get details for all the pages in the section. Read-only. nullable: true pages: type: array items: $ref: '#/components/schemas/microsoft.graph.onenotePage' description: The collection of pages in the section. Read-only. Nullable. x-ms-navigationProperty: true parentNotebook: anyOf: - $ref: '#/components/schemas/microsoft.graph.notebook' - type: object nullable: true description: The notebook that contains the section. Read-only. x-ms-navigationProperty: true parentSectionGroup: anyOf: - $ref: '#/components/schemas/microsoft.graph.sectionGroup' - type: object nullable: true description: The section group that contains the section. Read-only. x-ms-navigationProperty: true '@odata.type': type: string default: '#microsoft.graph.onenoteSection' x-ms-discriminator-value: '#microsoft.graph.onenoteSection' microsoft.graph.onInteractiveAuthFlowStartListener: allOf: - $ref: '#/components/schemas/microsoft.graph.authenticationEventListener' - title: onInteractiveAuthFlowStartListener required: - '@odata.type' type: object properties: handler: anyOf: - $ref: '#/components/schemas/microsoft.graph.onInteractiveAuthFlowStartHandler' - type: object nullable: true description: Required. Configuration for what to invoke if the event resolves to this listener. This lets us define potential handler configurations per-event. '@odata.type': type: string default: '#microsoft.graph.onInteractiveAuthFlowStartListener' x-ms-discriminator-value: '#microsoft.graph.onInteractiveAuthFlowStartListener' microsoft.graph.onlineMeeting: allOf: - $ref: '#/components/schemas/microsoft.graph.onlineMeetingBase' - title: onlineMeeting required: - '@odata.type' type: object properties: attendeeReport: type: string description: The content stream of the attendee report of a Microsoft Teams live event. Read-only. format: base64url nullable: true broadcastSettings: anyOf: - $ref: '#/components/schemas/microsoft.graph.broadcastMeetingSettings' - type: object nullable: true description: Settings related to a live event. creationDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The meeting creation time in UTC. Read-only. format: date-time nullable: true endDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The meeting end time in UTC. Required when you create an online meeting. format: date-time nullable: true externalId: type: string nullable: true isBroadcast: type: boolean description: Indicates whether this meeting is a Teams live event. nullable: true participants: anyOf: - $ref: '#/components/schemas/microsoft.graph.meetingParticipants' - type: object nullable: true description: 'The participants associated with the online meeting, including the organizer and the attendees.' startDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The meeting start time in UTC. format: date-time nullable: true recordings: type: array items: $ref: '#/components/schemas/microsoft.graph.callRecording' description: The recordings of an online meeting. Read-only. x-ms-navigationProperty: true transcripts: type: array items: $ref: '#/components/schemas/microsoft.graph.callTranscript' description: The transcripts of an online meeting. Read-only. x-ms-navigationProperty: true '@odata.type': type: string default: '#microsoft.graph.onlineMeeting' x-ms-discriminator-value: '#microsoft.graph.onlineMeeting' microsoft.graph.onlineMeetingBase: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: onlineMeetingBase required: - '@odata.type' type: object properties: allowAttendeeToEnableCamera: type: boolean description: Indicates whether attendees can turn on their camera. nullable: true allowAttendeeToEnableMic: type: boolean description: Indicates whether attendees can turn on their microphone. nullable: true allowedPresenters: anyOf: - $ref: '#/components/schemas/microsoft.graph.onlineMeetingPresenters' - type: object nullable: true description: Specifies who can be a presenter in a meeting. allowMeetingChat: anyOf: - $ref: '#/components/schemas/microsoft.graph.meetingChatMode' - type: object nullable: true description: Specifies the mode of the meeting chat. allowParticipantsToChangeName: type: boolean description: Specifies if participants are allowed to rename themselves in an instance of the meeting. nullable: true allowTeamworkReactions: type: boolean description: Indicates if Teams reactions are enabled for the meeting. nullable: true audioConferencing: anyOf: - $ref: '#/components/schemas/microsoft.graph.audioConferencing' - type: object nullable: true description: The phone access (dial-in) information for an online meeting. Read-only. chatInfo: anyOf: - $ref: '#/components/schemas/microsoft.graph.chatInfo' - type: object nullable: true description: The chat information associated with this online meeting. isEntryExitAnnounced: type: boolean description: Indicates whether to announce when callers join or leave. nullable: true joinInformation: anyOf: - $ref: '#/components/schemas/microsoft.graph.itemBody' - type: object nullable: true description: The join information in the language and locale variant specified in 'Accept-Language' request HTTP header. Read-only. joinMeetingIdSettings: anyOf: - $ref: '#/components/schemas/microsoft.graph.joinMeetingIdSettings' - type: object nullable: true description: 'Specifies the joinMeetingId, the meeting passcode, and the requirement for the passcode. Once an onlineMeeting is created, the joinMeetingIdSettings can''t be modified. To make any changes to this property, you must cancel this meeting and create a new one.' joinWebUrl: type: string description: The join URL of the online meeting. Read-only. nullable: true lobbyBypassSettings: anyOf: - $ref: '#/components/schemas/microsoft.graph.lobbyBypassSettings' - type: object nullable: true description: Specifies which participants can bypass the meeting lobby. recordAutomatically: type: boolean description: Indicates whether to record the meeting automatically. nullable: true shareMeetingChatHistoryDefault: anyOf: - $ref: '#/components/schemas/microsoft.graph.meetingChatHistoryDefaultMode' - type: object nullable: true description: 'Specifies whether meeting chat history is shared with participants. Possible values are: all, none, unknownFutureValue.' subject: type: string description: The subject of the online meeting. nullable: true videoTeleconferenceId: type: string description: The video teleconferencing ID. Read-only. nullable: true watermarkProtection: anyOf: - $ref: '#/components/schemas/microsoft.graph.watermarkProtectionValues' - type: object nullable: true description: Specifies whether the client application should apply a watermark to a content type. attendanceReports: type: array items: $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' description: The attendance reports of an online meeting. Read-only. x-ms-navigationProperty: true '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.onlineMeeting': '#/components/schemas/microsoft.graph.onlineMeeting' '#microsoft.graph.virtualEventSession': '#/components/schemas/microsoft.graph.virtualEventSession' microsoft.graph.onPremisesConditionalAccessSettings: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: onPremisesConditionalAccessSettings required: - '@odata.type' type: object properties: enabled: type: boolean description: Indicates if on premises conditional access is enabled for this organization excludedGroups: type: array items: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string format: uuid description: User groups that will be exempt by on premises conditional access. All users in these groups will be exempt from the conditional access policy. includedGroups: type: array items: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string format: uuid description: User groups that will be targeted by on premises conditional access. All users in these groups will be required to have mobile device managed and compliant for mail access. overrideDefaultRule: type: boolean description: Override the default access rule when allowing a device to ensure access is granted. '@odata.type': type: string description: Singleton entity which represents the Exchange OnPremises Conditional Access Settings for a tenant. x-ms-discriminator-value: '#microsoft.graph.onPremisesConditionalAccessSettings' microsoft.graph.onPremisesDirectorySynchronization: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: onPremisesDirectorySynchronization required: - '@odata.type' type: object properties: configuration: anyOf: - $ref: '#/components/schemas/microsoft.graph.onPremisesDirectorySynchronizationConfiguration' - type: object nullable: true description: Consists of configurations that can be fine-tuned and impact the on-premises directory synchronization process for a tenant. features: $ref: '#/components/schemas/microsoft.graph.onPremisesDirectorySynchronizationFeature' '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.onPremisesDirectorySynchronization' microsoft.graph.onTokenIssuanceStartCustomExtension: allOf: - $ref: '#/components/schemas/microsoft.graph.customAuthenticationExtension' - title: onTokenIssuanceStartCustomExtension required: - '@odata.type' type: object properties: claimsForTokenConfiguration: type: array items: $ref: '#/components/schemas/microsoft.graph.onTokenIssuanceStartReturnClaim' description: Collection of claims to be returned by the API called by this custom authentication extension. Used to populate claims mapping experience in Microsoft Entra admin center. Optional. '@odata.type': type: string default: '#microsoft.graph.onTokenIssuanceStartCustomExtension' x-ms-discriminator-value: '#microsoft.graph.onTokenIssuanceStartCustomExtension' microsoft.graph.onTokenIssuanceStartListener: allOf: - $ref: '#/components/schemas/microsoft.graph.authenticationEventListener' - title: onTokenIssuanceStartListener required: - '@odata.type' type: object properties: handler: anyOf: - $ref: '#/components/schemas/microsoft.graph.onTokenIssuanceStartHandler' - type: object nullable: true description: The handler to invoke when conditions are met for this onTokenIssuanceStartListener. '@odata.type': type: string default: '#microsoft.graph.onTokenIssuanceStartListener' x-ms-discriminator-value: '#microsoft.graph.onTokenIssuanceStartListener' microsoft.graph.onUserCreateStartListener: allOf: - $ref: '#/components/schemas/microsoft.graph.authenticationEventListener' - title: onUserCreateStartListener required: - '@odata.type' type: object properties: handler: anyOf: - $ref: '#/components/schemas/microsoft.graph.onUserCreateStartHandler' - type: object nullable: true description: Required. Configuration for what to invoke if the event resolves to this listener. This lets us define potential handler configurations per-event. '@odata.type': type: string default: '#microsoft.graph.onUserCreateStartListener' x-ms-discriminator-value: '#microsoft.graph.onUserCreateStartListener' microsoft.graph.openShift: allOf: - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' - title: openShift required: - '@odata.type' type: object properties: draftOpenShift: anyOf: - $ref: '#/components/schemas/microsoft.graph.openShiftItem' - type: object nullable: true description: An unpublished open shift. schedulingGroupId: type: string description: ID for the scheduling group that the open shift belongs to. nullable: true sharedOpenShift: anyOf: - $ref: '#/components/schemas/microsoft.graph.openShiftItem' - type: object nullable: true description: A published open shift. '@odata.type': type: string default: '#microsoft.graph.openShift' x-ms-discriminator-value: '#microsoft.graph.openShift' microsoft.graph.openShiftChangeRequest: allOf: - $ref: '#/components/schemas/microsoft.graph.scheduleChangeRequest' - title: openShiftChangeRequest required: - '@odata.type' type: object properties: openShiftId: type: string description: ID for the open shift. nullable: true '@odata.type': type: string default: '#microsoft.graph.openShiftChangeRequest' x-ms-discriminator-value: '#microsoft.graph.openShiftChangeRequest' microsoft.graph.openTypeExtension: allOf: - $ref: '#/components/schemas/microsoft.graph.extension' - title: openTypeExtension required: - '@odata.type' type: object properties: extensionName: type: string description: A unique text identifier for an open type data extension. Optional. '@odata.type': type: string default: '#microsoft.graph.openTypeExtension' x-ms-discriminator-value: '#microsoft.graph.openTypeExtension' microsoft.graph.operation: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: operation required: - '@odata.type' type: object properties: createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The start time of the operation. format: date-time nullable: true lastActionDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The time of the last action of the operation. format: date-time nullable: true status: anyOf: - $ref: '#/components/schemas/microsoft.graph.operationStatus' - type: object nullable: true description: 'The current status of the operation: notStarted, running, completed, failed' '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.onenoteOperation': '#/components/schemas/microsoft.graph.onenoteOperation' microsoft.graph.organization: allOf: - $ref: '#/components/schemas/microsoft.graph.directoryObject' - title: organization required: - '@odata.type' type: object properties: assignedPlans: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedPlan' description: The collection of service plans associated with the tenant. Not nullable. businessPhones: type: array items: type: string description: 'Telephone number for the organization. Although this property is a string collection, only one number can be set.' city: type: string description: City name of the address for the organization. nullable: true country: type: string description: Country or region name of the address for the organization. nullable: true countryLetterCode: type: string description: Country or region abbreviation for the organization in ISO 3166-2 format. nullable: true createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'Timestamp of when the organization was created. The value can''t be modified and is automatically populated when the organization is created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true defaultUsageLocation: type: string description: Two-letter ISO 3166 country code indicating the default service usage location of an organization. nullable: true displayName: type: string description: The display name for the tenant. nullable: true marketingNotificationEmails: type: array items: type: string description: Not nullable. mobileDeviceManagementAuthority: $ref: '#/components/schemas/microsoft.graph.mdmAuthority' onPremisesLastSyncDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The time and date at which the tenant was last synced with the on-premises directory. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true onPremisesSyncEnabled: type: boolean description: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced. Nullable. null if this object isn't synced from on-premises active directory (default). nullable: true partnerTenantType: anyOf: - $ref: '#/components/schemas/microsoft.graph.partnerTenantType' - type: object nullable: true description: 'The type of partnership this tenant has with Microsoft. The possible values are: microsoftSupport, syndicatePartner, breadthPartner, breadthPartnerDelegatedAdmin, resellerPartnerDelegatedAdmin, valueAddedResellerPartnerDelegatedAdmin, unknownFutureValue. Nullable. For more information about the possible types, see partnerTenantType values.' postalCode: type: string description: Postal code of the address for the organization. nullable: true preferredLanguage: type: string description: 'The preferred language for the organization. Should follow ISO 639-1 Code; for example, en.' nullable: true privacyProfile: anyOf: - $ref: '#/components/schemas/microsoft.graph.privacyProfile' - type: object nullable: true description: The privacy profile of an organization. provisionedPlans: type: array items: $ref: '#/components/schemas/microsoft.graph.provisionedPlan' description: Not nullable. securityComplianceNotificationMails: type: array items: type: string description: Not nullable. securityComplianceNotificationPhones: type: array items: type: string description: Not nullable. state: type: string description: State name of the address for the organization. nullable: true street: type: string description: Street name of the address for organization. nullable: true technicalNotificationMails: type: array items: type: string description: Not nullable. tenantType: type: string description: 'Not nullable. Can be one of the following types: AAD - An enterprise identity access management (IAM) service that serves business-to-employee and business-to-business (B2B) scenarios. AAD B2C An identity access management (IAM) service that serves business-to-consumer (B2C) scenarios. CIAM - A customer identity & access management (CIAM) solution that provides an integrated platform to serve consumers, partners, and citizen scenarios.' nullable: true verifiedDomains: type: array items: $ref: '#/components/schemas/microsoft.graph.verifiedDomain' description: The collection of domains associated with this tenant. Not nullable. branding: anyOf: - $ref: '#/components/schemas/microsoft.graph.organizationalBranding' - type: object nullable: true description: Branding for the organization. Nullable. x-ms-navigationProperty: true certificateBasedAuthConfiguration: type: array items: $ref: '#/components/schemas/microsoft.graph.certificateBasedAuthConfiguration' description: Navigation property to manage certificate-based authentication configuration. Only a single instance of certificateBasedAuthConfiguration can be created in the collection. x-ms-navigationProperty: true extensions: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' description: The collection of open extensions defined for the organization. Read-only. Nullable. x-ms-navigationProperty: true '@odata.type': type: string default: '#microsoft.graph.organization' x-ms-discriminator-value: '#microsoft.graph.organization' microsoft.graph.organizationalBranding: allOf: - $ref: '#/components/schemas/microsoft.graph.organizationalBrandingProperties' - title: organizationalBranding required: - '@odata.type' type: object properties: localizations: type: array items: $ref: '#/components/schemas/microsoft.graph.organizationalBrandingLocalization' description: Add different branding based on a locale. x-ms-navigationProperty: true '@odata.type': type: string default: '#microsoft.graph.organizationalBranding' x-ms-discriminator-value: '#microsoft.graph.organizationalBranding' microsoft.graph.organizationalBrandingLocalization: allOf: - $ref: '#/components/schemas/microsoft.graph.organizationalBrandingProperties' - title: organizationalBrandingLocalization required: - '@odata.type' type: object properties: '@odata.type': type: string default: '#microsoft.graph.organizationalBrandingLocalization' x-ms-discriminator-value: '#microsoft.graph.organizationalBrandingLocalization' microsoft.graph.organizationalBrandingProperties: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: organizationalBrandingProperties required: - '@odata.type' type: object properties: backgroundColor: type: string description: 'Color that appears in place of the background image in low-bandwidth connections. We recommend that you use the primary color of your banner logo or your organization color. Specify this in hexadecimal format, for example, white is #FFFFFF.' nullable: true backgroundImage: type: string description: Image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image reduces bandwidth requirements and make the page load faster. format: base64url nullable: true backgroundImageRelativeUrl: type: string description: A relative URL for the backgroundImage property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. nullable: true bannerLogo: type: string description: A banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG not larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. format: base64url nullable: true bannerLogoRelativeUrl: type: string description: A relative URL for the bannerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. nullable: true cdnList: type: array items: type: string nullable: true description: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. contentCustomization: anyOf: - $ref: '#/components/schemas/microsoft.graph.contentCustomization' - type: object nullable: true description: 'Represents the content options to be customized throughout the authentication flow for a tenant. NOTE: Supported by Microsoft Entra External ID in external tenants only.' customAccountResetCredentialsUrl: type: string description: 'A custom URL for resetting account credentials. This URL must be in ASCII format or non-ASCII characters must be URL encoded, and not exceed 128 characters.' nullable: true customCannotAccessYourAccountText: type: string description: A string to replace the default 'Can't access your account?' self-service password reset (SSPR) hyperlink text on the sign-in page. This text must be in Unicode format and not exceed 256 characters. nullable: true customCannotAccessYourAccountUrl: type: string description: 'A custom URL to replace the default URL of the self-service password reset (SSPR) ''Can''t access your account?'' hyperlink on the sign-in page. This URL must be in ASCII format or non-ASCII characters must be URL encoded, and not exceed 128 characters. DO NOT USE. Use customAccountResetCredentialsUrl instead.' nullable: true customCSS: type: string description: CSS styling that appears on the sign-in page. The allowed format is .css format only and not larger than 25 KB. format: base64url nullable: true customCSSRelativeUrl: type: string description: A relative URL for the customCSS property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. nullable: true customForgotMyPasswordText: type: string description: A string to replace the default 'Forgot my password' hyperlink text on the sign-in form. This text must be in Unicode format and not exceed 256 characters. nullable: true customPrivacyAndCookiesText: type: string description: A string to replace the default 'Privacy and Cookies' hyperlink text in the footer. This text must be in Unicode format and not exceed 256 characters. nullable: true customPrivacyAndCookiesUrl: type: string description: 'A custom URL to replace the default URL of the ''Privacy and Cookies'' hyperlink in the footer. This URL must be in ASCII format or non-ASCII characters must be URL encoded, and not exceed 128 characters.' nullable: true customResetItNowText: type: string description: 'A string to replace the default ''reset it now'' hyperlink text on the sign-in form. This text must be in Unicode format and not exceed 256 characters. DO NOT USE: Customization of the ''reset it now'' hyperlink text is currently not supported.' nullable: true customTermsOfUseText: type: string description: A string to replace the the default 'Terms of Use' hyperlink text in the footer. This text must be in Unicode format and not exceed 256 characters. nullable: true customTermsOfUseUrl: type: string description: 'A custom URL to replace the default URL of the ''Terms of Use'' hyperlink in the footer. This URL must be in ASCII format or non-ASCII characters must be URL encoded, and not exceed 128characters.' nullable: true favicon: type: string description: A custom icon (favicon) to replace a default Microsoft product favicon on a Microsoft Entra tenant. format: base64url nullable: true faviconRelativeUrl: type: string description: A relative url for the favicon above that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. nullable: true headerBackgroundColor: type: string description: The RGB color to apply to customize the color of the header. nullable: true headerLogo: type: string description: A company logo that appears in the header of the sign-in page. The allowed types are PNG or JPEG not larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo. format: base64url nullable: true headerLogoRelativeUrl: type: string description: A relative URL for the headerLogo property that is combined with a CDN base URL from the cdnList to provide the read-only version served by a CDN. Read-only. nullable: true loginPageLayoutConfiguration: anyOf: - $ref: '#/components/schemas/microsoft.graph.loginPageLayoutConfiguration' - type: object nullable: true description: Represents the layout configuration to be displayed on the login page for a tenant. loginPageTextVisibilitySettings: anyOf: - $ref: '#/components/schemas/microsoft.graph.loginPageTextVisibilitySettings' - type: object nullable: true description: Represents the various texts that can be hidden on the login page for a tenant. signInPageText: type: string description: 'Text that appears at the bottom of the sign-in box. Use this to communicate additional information, such as the phone number to your help desk or a legal statement. This text must be in Unicode format and not exceed 1024 characters.' nullable: true squareLogo: type: string description: A square version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo. format: base64url nullable: true squareLogoDark: type: string description: A square dark version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo. format: base64url nullable: true squareLogoDarkRelativeUrl: type: string description: A relative URL for the squareLogoDark property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. nullable: true squareLogoRelativeUrl: type: string description: A relative URL for the squareLogo property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. nullable: true usernameHintText: type: string description: 'A string that shows as the hint in the username textbox on the sign-in screen. This text must be a Unicode, without links or code, and can''t exceed 64 characters.' nullable: true '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.organizationalBranding': '#/components/schemas/microsoft.graph.organizationalBranding' '#microsoft.graph.organizationalBrandingLocalization': '#/components/schemas/microsoft.graph.organizationalBrandingLocalization' microsoft.graph.orgContact: allOf: - $ref: '#/components/schemas/microsoft.graph.directoryObject' - title: orgContact required: - '@odata.type' type: object properties: addresses: type: array items: $ref: '#/components/schemas/microsoft.graph.physicalOfficeAddress' description: Postal addresses for this organizational contact. For now a contact can only have one physical address. companyName: type: string description: 'Name of the company that this organizational contact belongs to. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq for null values).' nullable: true department: type: string description: 'The name for the department in which the contact works. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq for null values).' nullable: true displayName: type: string description: 'Display name for this organizational contact. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq for null values), $search, and $orderby.' nullable: true givenName: type: string description: 'First name for this organizational contact. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq for null values).' nullable: true jobTitle: type: string description: 'Job title for this organizational contact. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq for null values).' nullable: true mail: type: string description: 'The SMTP address for the contact, for example, ''jeff@contoso.com''. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq for null values).' nullable: true mailNickname: type: string description: 'Email alias (portion of email address pre-pending the @ symbol) for this organizational contact. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq for null values).' nullable: true onPremisesLastSyncDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'Date and time when this organizational contact was last synchronized from on-premises AD. This date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Supports $filter (eq, ne, not, ge, le, in).' format: date-time nullable: true onPremisesProvisioningErrors: type: array items: $ref: '#/components/schemas/microsoft.graph.onPremisesProvisioningError' description: 'List of any synchronization provisioning errors for this organizational contact. Supports $filter (eq, not for category and propertyCausingError), /$count eq 0, /$count ne 0.' onPremisesSyncEnabled: type: boolean description: 'true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced and now mastered in Exchange; null if this object has never been synced from an on-premises directory (default). Supports $filter (eq, ne, not, in, and eq for null values).' nullable: true phones: type: array items: $ref: '#/components/schemas/microsoft.graph.phone' description: 'List of phones for this organizational contact. Phone types can be mobile, business, and businessFax. Only one of each type can ever be present in the collection.' proxyAddresses: type: array items: type: string description: 'For example: ''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com''. The any operator is required for filter expressions on multi-valued properties. Supports $filter (eq, not, ge, le, startsWith, /$count eq 0, /$count ne 0).' serviceProvisioningErrors: type: array items: $ref: '#/components/schemas/microsoft.graph.serviceProvisioningError' description: 'Errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from an organizational contact object . Supports $filter (eq, not, for isResolved and serviceInstance).' surname: type: string description: 'Last name for this organizational contact. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq for null values).' nullable: true directReports: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' description: The contact's direct reports. (The users and contacts that have their manager property set to this contact.) Read-only. Nullable. Supports $expand. x-ms-navigationProperty: true manager: anyOf: - $ref: '#/components/schemas/microsoft.graph.directoryObject' - type: object nullable: true description: The user or contact that is this contact's manager. Read-only. Supports $expand and $filter (eq) by id. x-ms-navigationProperty: true memberOf: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' description: Groups that this contact is a member of. Read-only. Nullable. Supports $expand. x-ms-navigationProperty: true transitiveMemberOf: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' description: 'Groups that this contact is a member of, including groups that the contact is nested under. Read-only. Nullable.' x-ms-navigationProperty: true '@odata.type': type: string default: '#microsoft.graph.orgContact' x-ms-discriminator-value: '#microsoft.graph.orgContact' microsoft.graph.outlookCategory: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: outlookCategory required: - '@odata.type' type: object properties: color: anyOf: - $ref: '#/components/schemas/microsoft.graph.categoryColor' - type: object nullable: true description: 'A pre-set color constant that characterizes a category, and that is mapped to one of 25 predefined colors. For more details, see the following note.' displayName: type: string description: 'A unique name that identifies a category in the user''s mailbox. After a category is created, the name cannot be changed. Read-only.' nullable: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.outlookCategory' microsoft.graph.outlookItem: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: outlookItem required: - '@odata.type' type: object properties: categories: type: array items: type: string nullable: true description: The categories associated with the item changeKey: type: string description: 'Identifies the version of the item. Every time the item is changed, changeKey changes as well. This allows Exchange to apply changes to the correct version of the object. Read-only.' nullable: true createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true lastModifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.contact': '#/components/schemas/microsoft.graph.contact' '#microsoft.graph.event': '#/components/schemas/microsoft.graph.event' '#microsoft.graph.message': '#/components/schemas/microsoft.graph.message' '#microsoft.graph.calendarSharingMessage': '#/components/schemas/microsoft.graph.calendarSharingMessage' '#microsoft.graph.eventMessage': '#/components/schemas/microsoft.graph.eventMessage' '#microsoft.graph.eventMessageRequest': '#/components/schemas/microsoft.graph.eventMessageRequest' '#microsoft.graph.eventMessageResponse': '#/components/schemas/microsoft.graph.eventMessageResponse' '#microsoft.graph.post': '#/components/schemas/microsoft.graph.post' microsoft.graph.outlookUser: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: outlookUser required: - '@odata.type' type: object properties: masterCategories: type: array items: $ref: '#/components/schemas/microsoft.graph.outlookCategory' description: A list of categories defined for the user. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.outlookUser' microsoft.graph.participant: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: participant required: - '@odata.type' type: object properties: info: $ref: '#/components/schemas/microsoft.graph.participantInfo' isInLobby: type: boolean description: true if the participant is in lobby. isMuted: type: boolean description: true if the participant is muted (client or server muted). mediaStreams: type: array items: $ref: '#/components/schemas/microsoft.graph.mediaStream' description: The list of media streams. metadata: type: string description: A blob of data provided by the participant in the roster. nullable: true recordingInfo: anyOf: - $ref: '#/components/schemas/microsoft.graph.recordingInfo' - type: object nullable: true description: Information about whether the participant has recording capability. removedState: anyOf: - $ref: '#/components/schemas/microsoft.graph.removedState' - type: object nullable: true description: Indicates the reason why the participant was removed from the roster. restrictedExperience: anyOf: - $ref: '#/components/schemas/microsoft.graph.onlineMeetingRestricted' - type: object nullable: true description: Indicates the reason or reasons media content from this participant is restricted. rosterSequenceNumber: type: integer description: Indicates the roster sequence number in which the participant was last updated. format: int64 nullable: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.participant' microsoft.graph.participantJoiningNotification: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: participantJoiningNotification required: - '@odata.type' type: object properties: call: anyOf: - $ref: '#/components/schemas/microsoft.graph.call' - type: object nullable: true x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.participantJoiningNotification' microsoft.graph.participantLeftNotification: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: participantLeftNotification required: - '@odata.type' type: object properties: participantId: type: string description: ID of the participant under the policy who has left the meeting. call: anyOf: - $ref: '#/components/schemas/microsoft.graph.call' - type: object nullable: true x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.participantLeftNotification' microsoft.graph.partners: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: partners required: - '@odata.type' type: object properties: billing: anyOf: - $ref: '#/components/schemas/microsoft.graph.partners.billing.billing' - type: object nullable: true description: Represents billing details for billed and unbilled data. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.partners' microsoft.graph.passwordAuthenticationMethod: allOf: - $ref: '#/components/schemas/microsoft.graph.authenticationMethod' - title: passwordAuthenticationMethod required: - '@odata.type' type: object properties: createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The date and time when this password was last updated. This property is currently not populated. Read-only. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true password: type: string description: 'For security, the password is always returned as null from a LIST or GET operation.' nullable: true '@odata.type': type: string default: '#microsoft.graph.passwordAuthenticationMethod' x-ms-discriminator-value: '#microsoft.graph.passwordAuthenticationMethod' microsoft.graph.payload: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: payload required: - '@odata.type' type: object properties: brand: anyOf: - $ref: '#/components/schemas/microsoft.graph.payloadBrand' - type: object nullable: true description: 'The branch of a payload. Possible values are: unknown, other, americanExpress, capitalOne, dhl, docuSign, dropbox, facebook, firstAmerican, microsoft, netflix, scotiabank, sendGrid, stewartTitle, tesco, wellsFargo, syrinxCloud, adobe, teams, zoom, unknownFutureValue.' complexity: anyOf: - $ref: '#/components/schemas/microsoft.graph.payloadComplexity' - type: object nullable: true description: 'The complexity of a payload. Possible values are: unknown, low, medium, high, unknownFutureValue.' createdBy: anyOf: - $ref: '#/components/schemas/microsoft.graph.emailIdentity' - type: object nullable: true description: Identity of the user who created the attack simulation and training campaign payload. createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'Date and time when the attack simulation and training campaign payload. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true description: type: string description: Description of the attack simulation and training campaign payload. nullable: true detail: anyOf: - $ref: '#/components/schemas/microsoft.graph.payloadDetail' - type: object nullable: true description: Additional details about the payload. displayName: type: string description: Display name of the attack simulation and training campaign payload. Supports $filter and $orderby. nullable: true industry: anyOf: - $ref: '#/components/schemas/microsoft.graph.payloadIndustry' - type: object nullable: true description: 'Industry of a payload. Possible values are: unknown, other, banking, businessServices, consumerServices, education, energy, construction, consulting, financialServices, government, hospitality, insurance, legal, courierServices, IT, healthcare, manufacturing, retail, telecom, realEstate, unknownFutureValue.' isAutomated: type: boolean description: Indicates whether the attack simulation and training campaign payload was created from an automation flow. Supports $filter and $orderby. nullable: true isControversial: type: boolean description: Indicates whether the payload is controversial. nullable: true isCurrentEvent: type: boolean description: Indicates whether the payload is from any recent event. nullable: true language: type: string description: Payload language. nullable: true lastModifiedBy: anyOf: - $ref: '#/components/schemas/microsoft.graph.emailIdentity' - type: object nullable: true description: Identity of the user who most recently modified the attack simulation and training campaign payload. lastModifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'Date and time when the attack simulation and training campaign payload was last modified. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true payloadTags: type: array items: type: string nullable: true description: Free text tags for a payload. platform: anyOf: - $ref: '#/components/schemas/microsoft.graph.payloadDeliveryPlatform' - type: object nullable: true description: 'The payload delivery platform for a simulation. Possible values are: unknown, sms, email, teams, unknownFutureValue.' predictedCompromiseRate: oneOf: - type: number format: double - type: string - $ref: '#/components/schemas/ReferenceNumeric' description: Predicted probability for a payload to phish a targeted user. nullable: true simulationAttackType: anyOf: - $ref: '#/components/schemas/microsoft.graph.simulationAttackType' - type: object nullable: true description: 'Attack type of the attack simulation and training campaign. Supports $filter and $orderby. Possible values are: unknown, social, cloud, endpoint, unknownFutureValue.' source: $ref: '#/components/schemas/microsoft.graph.simulationContentSource' status: anyOf: - $ref: '#/components/schemas/microsoft.graph.simulationContentStatus' - type: object nullable: true description: 'Simulation content status. Supports $filter and $orderby. Possible values are: unknown, draft, ready, archive, delete, unknownFutureValue.' technique: anyOf: - $ref: '#/components/schemas/microsoft.graph.simulationAttackTechnique' - type: object nullable: true description: 'The social engineering technique used in the attack simulation and training campaign. Supports $filter and $orderby. Possible values are: unknown, credentialHarvesting, attachmentMalware, driveByUrl, linkInAttachment, linkToMalwareFile, unknownFutureValue, oAuthConsentGrant. Note that you must use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: oAuthConsentGrant. For more information on the types of social engineering attack techniques, see simulations.' theme: anyOf: - $ref: '#/components/schemas/microsoft.graph.payloadTheme' - type: object nullable: true description: 'The theme of a payload. Possible values are: unknown, other, accountActivation, accountVerification, billing, cleanUpMail, controversial, documentReceived, expense, fax, financeReport, incomingMessages, invoice, itemReceived, loginAlert, mailReceived, password, payment, payroll, personalizedOffer, quarantine, remoteWork, reviewMessage, securityUpdate, serviceSuspended, signatureRequired, upgradeMailboxStorage, verifyMailbox, voicemail, advertisement, employeeEngagement, unknownFutureValue.' '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.payload' microsoft.graph.peopleAdminSettings: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: peopleAdminSettings required: - '@odata.type' type: object properties: itemInsights: anyOf: - $ref: '#/components/schemas/microsoft.graph.insightsSettings' - type: object nullable: true description: Represents administrator settings that manage the support for item insights in an organization. x-ms-navigationProperty: true profileCardProperties: type: array items: $ref: '#/components/schemas/microsoft.graph.profileCardProperty' description: Contains a collection of the properties an administrator has defined as visible on the Microsoft 365 profile card. x-ms-navigationProperty: true pronouns: anyOf: - $ref: '#/components/schemas/microsoft.graph.pronounsSettings' - type: object nullable: true description: Represents administrator settings that manage the support of pronouns in an organization. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.peopleAdminSettings' microsoft.graph.permission: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: permission required: - '@odata.type' type: object properties: expirationDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there's no expiration set for this permission. Optional. format: date-time nullable: true grantedTo: anyOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' - type: object nullable: true description: 'For user type permissions, the details of the users and applications for this permission. Read-only.' grantedToIdentities: type: array items: $ref: '#/components/schemas/microsoft.graph.identitySet' description: 'For type permissions, the details of the users to whom permission was granted. Read-only.' grantedToIdentitiesV2: type: array items: $ref: '#/components/schemas/microsoft.graph.sharePointIdentitySet' description: 'For link type permissions, the details of the users to whom permission was granted. Read-only.' grantedToV2: anyOf: - $ref: '#/components/schemas/microsoft.graph.sharePointIdentitySet' - type: object nullable: true description: 'For user type permissions, the details of the users and applications for this permission. Read-only.' hasPassword: type: boolean description: Indicates whether the password is set for this permission. This property only appears in the response. Optional. Read-only. For OneDrive Personal only.. nullable: true inheritedFrom: anyOf: - $ref: '#/components/schemas/microsoft.graph.itemReference' - type: object nullable: true description: 'Provides a reference to the ancestor of the current permission, if it''s inherited from an ancestor. Read-only.' invitation: anyOf: - $ref: '#/components/schemas/microsoft.graph.sharingInvitation' - type: object nullable: true description: Details of any associated sharing invitation for this permission. Read-only. link: anyOf: - $ref: '#/components/schemas/microsoft.graph.sharingLink' - type: object nullable: true description: 'Provides the link details of the current permission, if it''s a link type permission. Read-only.' roles: type: array items: type: string nullable: true description: 'The type of permission, for example, read. See below for the full list of roles. Read-only.' shareId: type: string description: A unique token that can be used to access this shared item via the shares API. Read-only. nullable: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.permission' microsoft.graph.permissionGrantConditionSet: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: permissionGrantConditionSet required: - '@odata.type' type: object properties: clientApplicationIds: type: array items: type: string nullable: true description: 'A list of appId values for the client applications to match with, or a list with the single value all to match any client application. Default is the single value all.' clientApplicationPublisherIds: type: array items: type: string nullable: true description: 'A list of Microsoft Partner Network (MPN) IDs for verified publishers of the client application, or a list with the single value all to match with client apps from any publisher. Default is the single value all.' clientApplicationsFromVerifiedPublisherOnly: type: boolean description: 'Set to true to only match on client applications with a verified publisher. Set to false to match on any client app, even if it doesn''t have a verified publisher. Default is false.' nullable: true clientApplicationTenantIds: type: array items: type: string nullable: true description: 'A list of Microsoft Entra tenant IDs in which the client application is registered, or a list with the single value all to match with client apps registered in any tenant. Default is the single value all.' permissionClassification: type: string description: 'The permission classification for the permission being granted, or all to match with any permission classification (including permissions that aren''t classified). Default is all.' nullable: true permissions: type: array items: type: string nullable: true description: 'The list of id values for the specific permissions to match with, or a list with the single value all to match with any permission. The id of delegated permissions can be found in the oauth2PermissionScopes property of the API''s servicePrincipal object. The id of application permissions can be found in the appRoles property of the API''s servicePrincipal object. The id of resource-specific application permissions can be found in the resourceSpecificApplicationPermissions property of the API''s servicePrincipal object. Default is the single value all.' permissionType: anyOf: - $ref: '#/components/schemas/microsoft.graph.permissionType' - type: object nullable: true description: 'The permission type of the permission being granted. Possible values: application for application permissions (for example app roles), or delegated for delegated permissions. The value delegatedUserConsentable indicates delegated permissions that haven''t been configured by the API publisher to require admin consent—this value may be used in built-in permission grant policies, but can''t be used in custom permission grant policies. Required.' resourceApplication: type: string description: 'The appId of the resource application (for example the API) for which a permission is being granted, or any to match with any resource application or API. Default is any.' nullable: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.permissionGrantConditionSet' microsoft.graph.permissionGrantPolicy: allOf: - $ref: '#/components/schemas/microsoft.graph.policyBase' - title: permissionGrantPolicy required: - '@odata.type' type: object properties: excludes: type: array items: $ref: '#/components/schemas/microsoft.graph.permissionGrantConditionSet' description: Condition sets that are excluded in this permission grant policy. Automatically expanded on GET. x-ms-navigationProperty: true includes: type: array items: $ref: '#/components/schemas/microsoft.graph.permissionGrantConditionSet' description: Condition sets that are included in this permission grant policy. Automatically expanded on GET. x-ms-navigationProperty: true '@odata.type': type: string default: '#microsoft.graph.permissionGrantPolicy' x-ms-discriminator-value: '#microsoft.graph.permissionGrantPolicy' microsoft.graph.person: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: person required: - '@odata.type' type: object properties: birthday: type: string description: The person's birthday. nullable: true companyName: type: string description: The name of the person's company. nullable: true department: type: string description: The person's department. nullable: true displayName: type: string description: The person's display name. nullable: true givenName: type: string description: The person's given name. nullable: true imAddress: type: string description: The instant message voice over IP (VOIP) session initiation protocol (SIP) address for the user. Read-only. nullable: true isFavorite: type: boolean description: True if the user has flagged this person as a favorite. nullable: true jobTitle: type: string description: The person's job title. nullable: true officeLocation: type: string description: The location of the person's office. nullable: true personNotes: type: string description: Free-form notes that the user has taken about this person. nullable: true personType: anyOf: - $ref: '#/components/schemas/microsoft.graph.personType' - type: object nullable: true description: The type of person. phones: type: array items: $ref: '#/components/schemas/microsoft.graph.phone' description: The person's phone numbers. postalAddresses: type: array items: $ref: '#/components/schemas/microsoft.graph.location' description: The person's addresses. profession: type: string description: The person's profession. nullable: true scoredEmailAddresses: type: array items: $ref: '#/components/schemas/microsoft.graph.scoredEmailAddress' description: The person's email addresses. surname: type: string description: The person's surname. nullable: true userPrincipalName: type: string description: 'The user principal name (UPN) of the person. The UPN is an Internet-style login name for the person based on the Internet standard RFC 822. By convention, this should map to the person''s email name. The general format is alias@domain.' nullable: true websites: type: array items: $ref: '#/components/schemas/microsoft.graph.website' description: The person's websites. yomiCompany: type: string description: The phonetic Japanese name of the person's company. nullable: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.person' microsoft.graph.phoneAuthenticationMethod: allOf: - $ref: '#/components/schemas/microsoft.graph.authenticationMethod' - title: phoneAuthenticationMethod required: - '@odata.type' type: object properties: phoneNumber: type: string description: 'The phone number to text or call for authentication. Phone numbers use the format +{country code} {number}x{extension}, with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating or updating if they don''t match the required format.' nullable: true phoneType: anyOf: - $ref: '#/components/schemas/microsoft.graph.authenticationPhoneType' - type: object nullable: true description: 'The type of this phone. Possible values are: mobile, alternateMobile, or office.' smsSignInState: anyOf: - $ref: '#/components/schemas/microsoft.graph.authenticationMethodSignInState' - type: object nullable: true description: 'Whether a phone is ready to be used for SMS sign-in or not. Possible values are: notSupported, notAllowedByPolicy, notEnabled, phoneNumberNotUnique, ready, or notConfigured, unknownFutureValue.' '@odata.type': type: string default: '#microsoft.graph.phoneAuthenticationMethod' x-ms-discriminator-value: '#microsoft.graph.phoneAuthenticationMethod' microsoft.graph.pinnedChatMessageInfo: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: pinnedChatMessageInfo required: - '@odata.type' type: object properties: message: anyOf: - $ref: '#/components/schemas/microsoft.graph.chatMessage' - type: object nullable: true description: Represents details about the chat message that is pinned. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.pinnedChatMessageInfo' microsoft.graph.place: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: place required: - '@odata.type' type: object properties: address: anyOf: - $ref: '#/components/schemas/microsoft.graph.physicalAddress' - type: object nullable: true description: The street address of the place. displayName: type: string description: The name associated with the place. geoCoordinates: anyOf: - $ref: '#/components/schemas/microsoft.graph.outlookGeoCoordinates' - type: object nullable: true description: 'Specifies the place location in latitude, longitude, and (optionally) altitude coordinates.' phone: type: string description: The phone number of the place. nullable: true '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.room': '#/components/schemas/microsoft.graph.room' '#microsoft.graph.roomList': '#/components/schemas/microsoft.graph.roomList' microsoft.graph.planner: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: planner required: - '@odata.type' type: object properties: buckets: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerBucket' description: Read-only. Nullable. Returns a collection of the specified buckets x-ms-navigationProperty: true plans: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerPlan' description: Read-only. Nullable. Returns a collection of the specified plans x-ms-navigationProperty: true tasks: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' description: Read-only. Nullable. Returns a collection of the specified tasks x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.planner' microsoft.graph.plannerAssignedToTaskBoardTaskFormat: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: plannerAssignedToTaskBoardTaskFormat required: - '@odata.type' type: object properties: orderHintsByAssignee: anyOf: - $ref: '#/components/schemas/microsoft.graph.plannerOrderHintsByAssignee' - type: object nullable: true description: Dictionary of hints used to order tasks on the AssignedTo view of the Task Board. The key of each entry is one of the users the task is assigned to and the value is the order hint. The format of each value is defined as outlined here. unassignedOrderHint: type: string description: 'Hint value used to order the task on the AssignedTo view of the Task Board when the task isn''t assigned to anyone, or if the orderHintsByAssignee dictionary doesn''t provide an order hint for the user the task is assigned to. The format is defined as outlined here.' nullable: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.plannerAssignedToTaskBoardTaskFormat' microsoft.graph.plannerBucket: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: plannerBucket required: - '@odata.type' type: object properties: name: type: string description: Name of the bucket. orderHint: type: string description: 'Hint used to order items of this type in a list view. For details about the supported format, see Using order hints in Planner.' nullable: true planId: type: string description: Plan ID to which the bucket belongs. nullable: true tasks: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' description: Read-only. Nullable. The collection of tasks in the bucket. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.plannerBucket' microsoft.graph.plannerBucketTaskBoardTaskFormat: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: plannerBucketTaskBoardTaskFormat required: - '@odata.type' type: object properties: orderHint: type: string description: 'Hint used to order tasks in the bucket view of the task board. For details about the supported format, see Using order hints in Planner.' nullable: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.plannerBucketTaskBoardTaskFormat' microsoft.graph.plannerGroup: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: plannerGroup required: - '@odata.type' type: object properties: plans: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerPlan' description: Read-only. Nullable. Returns the plannerPlans owned by the group. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.plannerGroup' microsoft.graph.plannerPlan: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: plannerPlan required: - '@odata.type' type: object properties: container: anyOf: - $ref: '#/components/schemas/microsoft.graph.plannerPlanContainer' - type: object nullable: true description: 'Identifies the container of the plan. Specify only the url, the containerId and type, or all properties. After it''s set, this property can’t be updated. Required.' createdBy: anyOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' - type: object nullable: true description: Read-only. The user who created the plan. createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'Read-only. Date and time at which the plan is created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true owner: type: string description: 'Use the container property instead. ID of the group that owns the plan. After it''s set, this property can’t be updated. This property won''t return a valid group ID if the container of the plan isn''t a group.' nullable: true title: type: string description: Required. Title of the plan. buckets: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerBucket' description: Read-only. Nullable. Collection of buckets in the plan. x-ms-navigationProperty: true details: anyOf: - $ref: '#/components/schemas/microsoft.graph.plannerPlanDetails' - type: object nullable: true description: Read-only. Nullable. Extra details about the plan. x-ms-navigationProperty: true tasks: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' description: Read-only. Nullable. Collection of tasks in the plan. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.plannerPlan' microsoft.graph.plannerPlanDetails: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: plannerPlanDetails required: - '@odata.type' type: object properties: categoryDescriptions: anyOf: - $ref: '#/components/schemas/microsoft.graph.plannerCategoryDescriptions' - type: object nullable: true description: An object that specifies the descriptions of the 25 categories that can be associated with tasks in the plan. sharedWith: anyOf: - $ref: '#/components/schemas/microsoft.graph.plannerUserIds' - type: object nullable: true description: 'Set of user IDs that this plan is shared with. If you''re using Microsoft 365 groups, use the Groups API to manage group membership to share the group''s plan. You can also add existing members of the group to this collection, although it isn''t required for them to access the plan owned by the group.' '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.plannerPlanDetails' microsoft.graph.plannerProgressTaskBoardTaskFormat: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: plannerProgressTaskBoardTaskFormat required: - '@odata.type' type: object properties: orderHint: type: string description: 'Hint value used to order the task on the progress view of the task board. For details about the supported format, see Using order hints in Planner.' nullable: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.plannerProgressTaskBoardTaskFormat' microsoft.graph.plannerTask: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: plannerTask required: - '@odata.type' type: object properties: activeChecklistItemCount: maximum: 2147483647 minimum: -2147483648 type: integer description: 'Number of checklist items with value set to false, representing incomplete items.' format: int32 nullable: true appliedCategories: anyOf: - $ref: '#/components/schemas/microsoft.graph.plannerAppliedCategories' - type: object nullable: true description: The categories to which the task has been applied. See applied Categories for possible values. assigneePriority: type: string description: Hint used to order items of this type in a list view. The format is defined as outlined here. nullable: true assignments: anyOf: - $ref: '#/components/schemas/microsoft.graph.plannerAssignments' - type: object nullable: true description: The set of assignees the task is assigned to. bucketId: type: string description: Bucket ID to which the task belongs. The bucket needs to be in the plan that the task is in. It's 28 characters long and case-sensitive. Format validation is done on the service. nullable: true checklistItemCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of checklist items that are present on the task. format: int32 nullable: true completedBy: anyOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' - type: object nullable: true description: Identity of the user that completed the task. completedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'Read-only. Date and time at which the ''percentComplete'' of the task is set to ''100''. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true conversationThreadId: type: string description: Thread ID of the conversation on the task. This is the ID of the conversation thread object created in the group. nullable: true createdBy: anyOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' - type: object nullable: true description: Identity of the user that created the task. createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'Read-only. Date and time at which the task is created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true dueDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'Date and time at which the task is due. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true hasDescription: type: boolean description: Read-only. Value is true if the details object of the task has a nonempty description and false otherwise. nullable: true orderHint: type: string description: Hint used to order items of this type in a list view. The format is defined as outlined here. nullable: true percentComplete: maximum: 2147483647 minimum: -2147483648 type: integer description: 'Percentage of task completion. When set to 100, the task is considered completed.' format: int32 nullable: true planId: type: string description: Plan ID to which the task belongs. nullable: true previewType: anyOf: - $ref: '#/components/schemas/microsoft.graph.plannerPreviewType' - type: object nullable: true description: 'This sets the type of preview that shows up on the task. The possible values are: automatic, noPreview, checklist, description, reference.' priority: maximum: 2147483647 minimum: -2147483648 type: integer description: 'Priority of the task. The valid range of values is between 0 and 10, with the increasing value being lower priority (0 has the highest priority and 10 has the lowest priority). Currently, Planner interprets values 0 and 1 as ''urgent'', 2, 3 and 4 as ''important'', 5, 6, and 7 as ''medium'', and 8, 9, and 10 as ''low''. Additionally, Planner sets the value 1 for ''urgent'', 3 for ''important'', 5 for ''medium'', and 9 for ''low''.' format: int32 nullable: true referenceCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of external references that exist on the task. format: int32 nullable: true startDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'Date and time at which the task starts. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true title: type: string description: Title of the task. assignedToTaskBoardFormat: anyOf: - $ref: '#/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat' - type: object nullable: true description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by assignedTo. x-ms-navigationProperty: true bucketTaskBoardFormat: anyOf: - $ref: '#/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat' - type: object nullable: true description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by bucket. x-ms-navigationProperty: true details: anyOf: - $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' - type: object nullable: true description: Read-only. Nullable. More details about the task. x-ms-navigationProperty: true progressTaskBoardFormat: anyOf: - $ref: '#/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat' - type: object nullable: true description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by progress. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.plannerTask' microsoft.graph.plannerTaskDetails: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: plannerTaskDetails required: - '@odata.type' type: object properties: checklist: anyOf: - $ref: '#/components/schemas/microsoft.graph.plannerChecklistItems' - type: object nullable: true description: The collection of checklist items on the task. description: type: string description: Description of the task. nullable: true previewType: anyOf: - $ref: '#/components/schemas/microsoft.graph.plannerPreviewType' - type: object nullable: true description: 'This sets the type of preview that shows up on the task. The possible values are: automatic, noPreview, checklist, description, reference. When set to automatic the displayed preview is chosen by the app viewing the task.' references: anyOf: - $ref: '#/components/schemas/microsoft.graph.plannerExternalReferences' - type: object nullable: true description: The collection of references on the task. '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.plannerTaskDetails' microsoft.graph.plannerUser: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: plannerUser required: - '@odata.type' type: object properties: plans: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerPlan' description: Read-only. Nullable. Returns the plannerTasks assigned to the user. x-ms-navigationProperty: true tasks: type: array items: $ref: '#/components/schemas/microsoft.graph.plannerTask' description: Read-only. Nullable. Returns the plannerPlans shared with the user. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.plannerUser' microsoft.graph.playPromptOperation: allOf: - $ref: '#/components/schemas/microsoft.graph.commsOperation' - title: playPromptOperation required: - '@odata.type' type: object properties: '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.playPromptOperation' microsoft.graph.policyBase: allOf: - $ref: '#/components/schemas/microsoft.graph.directoryObject' - title: policyBase required: - '@odata.type' type: object properties: description: type: string description: Description for this policy. Required. nullable: true displayName: type: string description: Display name for this policy. Required. nullable: true '@odata.type': type: string default: '#microsoft.graph.policyBase' discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.appManagementPolicy': '#/components/schemas/microsoft.graph.appManagementPolicy' '#microsoft.graph.authorizationPolicy': '#/components/schemas/microsoft.graph.authorizationPolicy' '#microsoft.graph.crossTenantAccessPolicy': '#/components/schemas/microsoft.graph.crossTenantAccessPolicy' '#microsoft.graph.identitySecurityDefaultsEnforcementPolicy': '#/components/schemas/microsoft.graph.identitySecurityDefaultsEnforcementPolicy' '#microsoft.graph.permissionGrantPolicy': '#/components/schemas/microsoft.graph.permissionGrantPolicy' '#microsoft.graph.stsPolicy': '#/components/schemas/microsoft.graph.stsPolicy' '#microsoft.graph.activityBasedTimeoutPolicy': '#/components/schemas/microsoft.graph.activityBasedTimeoutPolicy' '#microsoft.graph.claimsMappingPolicy': '#/components/schemas/microsoft.graph.claimsMappingPolicy' '#microsoft.graph.homeRealmDiscoveryPolicy': '#/components/schemas/microsoft.graph.homeRealmDiscoveryPolicy' '#microsoft.graph.tokenIssuancePolicy': '#/components/schemas/microsoft.graph.tokenIssuancePolicy' '#microsoft.graph.tokenLifetimePolicy': '#/components/schemas/microsoft.graph.tokenLifetimePolicy' '#microsoft.graph.tenantAppManagementPolicy': '#/components/schemas/microsoft.graph.tenantAppManagementPolicy' microsoft.graph.policyRoot: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: policyRoot required: - '@odata.type' type: object properties: activityBasedTimeoutPolicies: type: array items: $ref: '#/components/schemas/microsoft.graph.activityBasedTimeoutPolicy' description: The policy that controls the idle time out for web sessions for applications. x-ms-navigationProperty: true adminConsentRequestPolicy: anyOf: - $ref: '#/components/schemas/microsoft.graph.adminConsentRequestPolicy' - type: object nullable: true description: The policy by which consent requests are created and managed for the entire tenant. x-ms-navigationProperty: true appManagementPolicies: type: array items: $ref: '#/components/schemas/microsoft.graph.appManagementPolicy' description: 'The policies that enforce app management restrictions for specific applications and service principals, overriding the defaultAppManagementPolicy.' x-ms-navigationProperty: true authenticationFlowsPolicy: anyOf: - $ref: '#/components/schemas/microsoft.graph.authenticationFlowsPolicy' - type: object nullable: true description: The policy configuration of the self-service sign-up experience of external users. x-ms-navigationProperty: true authenticationMethodsPolicy: anyOf: - $ref: '#/components/schemas/microsoft.graph.authenticationMethodsPolicy' - type: object nullable: true description: The authentication methods and the users that are allowed to use them to sign in and perform multifactor authentication (MFA) in Microsoft Entra ID. x-ms-navigationProperty: true authenticationStrengthPolicies: type: array items: $ref: '#/components/schemas/microsoft.graph.authenticationStrengthPolicy' description: The authentication method combinations that are to be used in scenarios defined by Microsoft Entra Conditional Access. x-ms-navigationProperty: true authorizationPolicy: anyOf: - $ref: '#/components/schemas/microsoft.graph.authorizationPolicy' - type: object nullable: true description: The policy that controls Microsoft Entra authorization settings. x-ms-navigationProperty: true claimsMappingPolicies: type: array items: $ref: '#/components/schemas/microsoft.graph.claimsMappingPolicy' description: 'The claim-mapping policies for WS-Fed, SAML, OAuth 2.0, and OpenID Connect protocols, for tokens issued to a specific application.' x-ms-navigationProperty: true conditionalAccessPolicies: type: array items: $ref: '#/components/schemas/microsoft.graph.conditionalAccessPolicy' description: The custom rules that define an access scenario. x-ms-navigationProperty: true crossTenantAccessPolicy: anyOf: - $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicy' - type: object nullable: true description: The custom rules that define an access scenario when interacting with external Microsoft Entra tenants. x-ms-navigationProperty: true defaultAppManagementPolicy: anyOf: - $ref: '#/components/schemas/microsoft.graph.tenantAppManagementPolicy' - type: object nullable: true description: The tenant-wide policy that enforces app management restrictions for all applications and service principals. x-ms-navigationProperty: true deviceRegistrationPolicy: anyOf: - $ref: '#/components/schemas/microsoft.graph.deviceRegistrationPolicy' - type: object nullable: true x-ms-navigationProperty: true featureRolloutPolicies: type: array items: $ref: '#/components/schemas/microsoft.graph.featureRolloutPolicy' description: The feature rollout policy associated with a directory object. x-ms-navigationProperty: true homeRealmDiscoveryPolicies: type: array items: $ref: '#/components/schemas/microsoft.graph.homeRealmDiscoveryPolicy' description: The policy to control Microsoft Entra authentication behavior for federated users. x-ms-navigationProperty: true identitySecurityDefaultsEnforcementPolicy: anyOf: - $ref: '#/components/schemas/microsoft.graph.identitySecurityDefaultsEnforcementPolicy' - type: object nullable: true description: The policy that represents the security defaults that protect against common attacks. x-ms-navigationProperty: true permissionGrantPolicies: type: array items: $ref: '#/components/schemas/microsoft.graph.permissionGrantPolicy' description: The policy that specifies the conditions under which consent can be granted. x-ms-navigationProperty: true roleManagementPolicies: type: array items: $ref: '#/components/schemas/microsoft.graph.unifiedRoleManagementPolicy' description: Specifies the various policies associated with scopes and roles. x-ms-navigationProperty: true roleManagementPolicyAssignments: type: array items: $ref: '#/components/schemas/microsoft.graph.unifiedRoleManagementPolicyAssignment' description: The assignment of a role management policy to a role definition object. x-ms-navigationProperty: true tokenIssuancePolicies: type: array items: $ref: '#/components/schemas/microsoft.graph.tokenIssuancePolicy' description: The policy that specifies the characteristics of SAML tokens issued by Microsoft Entra ID. x-ms-navigationProperty: true tokenLifetimePolicies: type: array items: $ref: '#/components/schemas/microsoft.graph.tokenLifetimePolicy' description: 'The policy that controls the lifetime of a JWT access token, an ID token, or a SAML 1.1/2.0 token issued by Microsoft Entra ID.' x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.policyRoot' microsoft.graph.policyTemplate: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: policyTemplate required: - '@odata.type' type: object properties: multiTenantOrganizationIdentitySynchronization: anyOf: - $ref: '#/components/schemas/microsoft.graph.multiTenantOrganizationIdentitySyncPolicyTemplate' - type: object nullable: true description: Defines an optional cross-tenant access policy template with user synchronization settings for a multitenant organization. x-ms-navigationProperty: true multiTenantOrganizationPartnerConfiguration: anyOf: - $ref: '#/components/schemas/microsoft.graph.multiTenantOrganizationPartnerConfigurationTemplate' - type: object nullable: true description: Defines an optional cross-tenant access policy template with inbound and outbound partner configuration settings for a multitenant organization. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.policyTemplate' microsoft.graph.post: allOf: - $ref: '#/components/schemas/microsoft.graph.outlookItem' - title: post required: - '@odata.type' type: object properties: body: anyOf: - $ref: '#/components/schemas/microsoft.graph.itemBody' - type: object nullable: true description: The contents of the post. This is a default property. This property can be null. conversationId: type: string description: Unique ID of the conversation. Read-only. nullable: true conversationThreadId: type: string description: Unique ID of the conversation thread. Read-only. nullable: true from: $ref: '#/components/schemas/microsoft.graph.recipient' hasAttachments: type: boolean description: Indicates whether the post has at least one attachment. This is a default property. newParticipants: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' description: Conversation participants that were added to the thread as part of this post. receivedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'Specifies when the post was received. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time sender: anyOf: - $ref: '#/components/schemas/microsoft.graph.recipient' - type: object nullable: true description: Contains the address of the sender. The value of Sender is assumed to be the address of the authenticated user in the case when Sender is not specified. This is a default property. attachments: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' description: Read-only. Nullable. Supports $expand. x-ms-navigationProperty: true extensions: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' description: The collection of open extensions defined for the post. Read-only. Nullable. Supports $expand. x-ms-navigationProperty: true inReplyTo: anyOf: - $ref: '#/components/schemas/microsoft.graph.post' - type: object nullable: true description: Read-only. Supports $expand. x-ms-navigationProperty: true multiValueExtendedProperties: type: array items: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' description: The collection of multi-value extended properties defined for the post. Read-only. Nullable. x-ms-navigationProperty: true singleValueExtendedProperties: type: array items: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' description: The collection of single-value extended properties defined for the post. Read-only. Nullable. x-ms-navigationProperty: true '@odata.type': type: string default: '#microsoft.graph.post' x-ms-discriminator-value: '#microsoft.graph.post' microsoft.graph.presence: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: presence required: - '@odata.type' type: object properties: activity: type: string description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly.' nullable: true availability: type: string description: 'The base presence information for a user. Possible values are Available, AvailableIdle, Away, BeRightBack, Busy, BusyIdle, DoNotDisturb, Offline, PresenceUnknown' nullable: true statusMessage: anyOf: - $ref: '#/components/schemas/microsoft.graph.presenceStatusMessage' - type: object nullable: true description: The presence status message of a user. '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.presence' microsoft.graph.print: title: print required: - '@odata.type' type: object properties: settings: anyOf: - $ref: '#/components/schemas/microsoft.graph.printSettings' - type: object nullable: true description: Tenant-wide settings for the Universal Print service. connectors: type: array items: $ref: '#/components/schemas/microsoft.graph.printConnector' description: The list of available print connectors. x-ms-navigationProperty: true operations: type: array items: $ref: '#/components/schemas/microsoft.graph.printOperation' description: The list of print long running operations. x-ms-navigationProperty: true printers: type: array items: $ref: '#/components/schemas/microsoft.graph.printer' description: The list of printers registered in the tenant. x-ms-navigationProperty: true services: type: array items: $ref: '#/components/schemas/microsoft.graph.printService' description: The list of available Universal Print service endpoints. x-ms-navigationProperty: true shares: type: array items: $ref: '#/components/schemas/microsoft.graph.printerShare' description: The list of printer shares registered in the tenant. x-ms-navigationProperty: true taskDefinitions: type: array items: $ref: '#/components/schemas/microsoft.graph.printTaskDefinition' description: List of abstract definition for a task that can be triggered when various events occur within Universal Print. x-ms-navigationProperty: true '@odata.type': type: string microsoft.graph.printConnector: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: printConnector required: - '@odata.type' type: object properties: appVersion: type: string description: The connector's version. displayName: type: string description: The name of the connector. fullyQualifiedDomainName: type: string description: The connector machine's hostname. location: anyOf: - $ref: '#/components/schemas/microsoft.graph.printerLocation' - type: object nullable: true description: The physical and/or organizational location of the connector. operatingSystem: type: string description: The connector machine's operating system version. registeredDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The DateTimeOffset when the connector was registered. format: date-time '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.printConnector' microsoft.graph.printDocument: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: printDocument required: - '@odata.type' type: object properties: contentType: type: string description: The document's content (MIME) type. Read-only. nullable: true displayName: type: string description: The document's name. Read-only. nullable: true size: type: integer description: The document's size in bytes. Read-only. format: int64 '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.printDocument' microsoft.graph.printer: allOf: - $ref: '#/components/schemas/microsoft.graph.printerBase' - title: printer required: - '@odata.type' type: object properties: hasPhysicalDevice: type: boolean description: True if the printer has a physical device for printing. Read-only. isShared: type: boolean description: True if the printer is shared; false otherwise. Read-only. lastSeenDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. format: date-time nullable: true registeredDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The DateTimeOffset when the printer was registered. Read-only. format: date-time connectors: type: array items: $ref: '#/components/schemas/microsoft.graph.printConnector' description: The connectors that are associated with the printer. x-ms-navigationProperty: true shares: type: array items: $ref: '#/components/schemas/microsoft.graph.printerShare' description: 'The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable.' x-ms-navigationProperty: true taskTriggers: type: array items: $ref: '#/components/schemas/microsoft.graph.printTaskTrigger' description: A list of task triggers that are associated with the printer. x-ms-navigationProperty: true '@odata.type': type: string default: '#microsoft.graph.printer' x-ms-discriminator-value: '#microsoft.graph.printer' microsoft.graph.printerBase: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: printerBase required: - '@odata.type' type: object properties: capabilities: anyOf: - $ref: '#/components/schemas/microsoft.graph.printerCapabilities' - type: object nullable: true description: The capabilities of the printer/printerShare. defaults: anyOf: - $ref: '#/components/schemas/microsoft.graph.printerDefaults' - type: object nullable: true description: The default print settings of printer/printerShare. displayName: type: string description: The name of the printer/printerShare. isAcceptingJobs: type: boolean description: Specifies whether the printer/printerShare is currently accepting new print jobs. nullable: true location: anyOf: - $ref: '#/components/schemas/microsoft.graph.printerLocation' - type: object nullable: true description: The physical and/or organizational location of the printer/printerShare. manufacturer: type: string description: The manufacturer of the printer/printerShare. nullable: true model: type: string description: The model name of the printer/printerShare. nullable: true status: $ref: '#/components/schemas/microsoft.graph.printerStatus' jobs: type: array items: $ref: '#/components/schemas/microsoft.graph.printJob' description: The list of jobs that are queued for printing by the printer/printerShare. x-ms-navigationProperty: true '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.printer': '#/components/schemas/microsoft.graph.printer' '#microsoft.graph.printerShare': '#/components/schemas/microsoft.graph.printerShare' microsoft.graph.printerCreateOperation: allOf: - $ref: '#/components/schemas/microsoft.graph.printOperation' - title: printerCreateOperation required: - '@odata.type' type: object properties: certificate: type: string description: The signed certificate created during the registration process. Read-only. nullable: true printer: anyOf: - $ref: '#/components/schemas/microsoft.graph.printer' - type: object nullable: true description: The created printer entity. Read-only. x-ms-navigationProperty: true '@odata.type': type: string default: '#microsoft.graph.printerCreateOperation' x-ms-discriminator-value: '#microsoft.graph.printerCreateOperation' microsoft.graph.printerShare: allOf: - $ref: '#/components/schemas/microsoft.graph.printerBase' - title: printerShare required: - '@odata.type' type: object properties: allowAllUsers: type: boolean description: 'If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties.' createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The DateTimeOffset when the printer share was created. Read-only. format: date-time viewPoint: anyOf: - $ref: '#/components/schemas/microsoft.graph.printerShareViewpoint' - type: object nullable: true description: Additional data for a printer share as viewed by the signed-in user. allowedGroups: type: array items: $ref: '#/components/schemas/microsoft.graph.group' description: The groups whose users have access to print using the printer. x-ms-navigationProperty: true allowedUsers: type: array items: $ref: '#/components/schemas/microsoft.graph.user' description: The users who have access to print using the printer. x-ms-navigationProperty: true printer: anyOf: - $ref: '#/components/schemas/microsoft.graph.printer' - type: object nullable: true description: The printer that this printer share is related to. x-ms-navigationProperty: true '@odata.type': type: string default: '#microsoft.graph.printerShare' x-ms-discriminator-value: '#microsoft.graph.printerShare' microsoft.graph.printJob: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: printJob required: - '@odata.type' type: object properties: configuration: $ref: '#/components/schemas/microsoft.graph.printJobConfiguration' createdBy: anyOf: - $ref: '#/components/schemas/microsoft.graph.userIdentity' - type: object nullable: true createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The DateTimeOffset when the job was created. Read-only. format: date-time isFetchable: type: boolean description: 'If true, document can be fetched by printer.' redirectedFrom: type: string description: 'Contains the source job URL, if the job has been redirected from another printer.' nullable: true redirectedTo: type: string description: 'Contains the destination job URL, if the job has been redirected to another printer.' nullable: true status: $ref: '#/components/schemas/microsoft.graph.printJobStatus' documents: type: array items: $ref: '#/components/schemas/microsoft.graph.printDocument' x-ms-navigationProperty: true tasks: type: array items: $ref: '#/components/schemas/microsoft.graph.printTask' description: A list of printTasks that were triggered by this print job. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.printJob' microsoft.graph.printOperation: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: printOperation required: - '@odata.type' type: object properties: createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The DateTimeOffset when the operation was created. Read-only. format: date-time status: $ref: '#/components/schemas/microsoft.graph.printOperationStatus' '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.printerCreateOperation': '#/components/schemas/microsoft.graph.printerCreateOperation' microsoft.graph.printService: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: printService required: - '@odata.type' type: object properties: endpoints: type: array items: $ref: '#/components/schemas/microsoft.graph.printServiceEndpoint' description: Endpoints that can be used to access the service. Read-only. Nullable. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.printService' microsoft.graph.printServiceEndpoint: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: printServiceEndpoint required: - '@odata.type' type: object properties: displayName: type: string description: A human-readable display name for the endpoint. uri: type: string description: The URI that can be used to access the service. '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.printServiceEndpoint' microsoft.graph.printTask: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: printTask required: - '@odata.type' type: object properties: parentUrl: type: string description: 'The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only.' status: $ref: '#/components/schemas/microsoft.graph.printTaskStatus' definition: $ref: '#/components/schemas/microsoft.graph.printTaskDefinition' trigger: $ref: '#/components/schemas/microsoft.graph.printTaskTrigger' '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.printTask' microsoft.graph.printTaskDefinition: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: printTaskDefinition required: - '@odata.type' type: object properties: createdBy: $ref: '#/components/schemas/microsoft.graph.appIdentity' displayName: type: string description: The name of the printTaskDefinition. tasks: type: array items: $ref: '#/components/schemas/microsoft.graph.printTask' description: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.printTaskDefinition' microsoft.graph.printTaskTrigger: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: printTaskTrigger required: - '@odata.type' type: object properties: event: $ref: '#/components/schemas/microsoft.graph.printEvent' definition: $ref: '#/components/schemas/microsoft.graph.printTaskDefinition' '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.printTaskTrigger' microsoft.graph.printUsage: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: printUsage required: - '@odata.type' type: object properties: blackAndWhitePageCount: type: integer format: int64 nullable: true colorPageCount: type: integer format: int64 nullable: true completedBlackAndWhiteJobCount: type: integer format: int64 completedColorJobCount: type: integer format: int64 completedJobCount: type: integer format: int64 nullable: true doubleSidedSheetCount: type: integer format: int64 nullable: true incompleteJobCount: type: integer format: int64 mediaSheetCount: type: integer format: int64 nullable: true pageCount: type: integer format: int64 nullable: true singleSidedSheetCount: type: integer format: int64 nullable: true usageDate: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string format: date '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.printUsageByPrinter': '#/components/schemas/microsoft.graph.printUsageByPrinter' '#microsoft.graph.printUsageByUser': '#/components/schemas/microsoft.graph.printUsageByUser' microsoft.graph.printUsageByPrinter: allOf: - $ref: '#/components/schemas/microsoft.graph.printUsage' - title: printUsageByPrinter required: - '@odata.type' type: object properties: printerId: type: string description: The ID of the printer represented by these statistics. printerName: type: string description: The name of the printer represented by these statistics. nullable: true '@odata.type': type: string default: '#microsoft.graph.printUsageByPrinter' x-ms-discriminator-value: '#microsoft.graph.printUsageByPrinter' microsoft.graph.printUsageByUser: allOf: - $ref: '#/components/schemas/microsoft.graph.printUsage' - title: printUsageByUser required: - '@odata.type' type: object properties: userPrincipalName: type: string description: The UPN of the user represented by these statistics. '@odata.type': type: string default: '#microsoft.graph.printUsageByUser' x-ms-discriminator-value: '#microsoft.graph.printUsageByUser' microsoft.graph.privacy: title: privacy required: - '@odata.type' type: object properties: subjectRightsRequests: type: array items: $ref: '#/components/schemas/microsoft.graph.subjectRightsRequest' x-ms-navigationProperty: true '@odata.type': type: string microsoft.graph.privilegedAccessGroup: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: privilegedAccessGroup required: - '@odata.type' type: object properties: assignmentApprovals: type: array items: $ref: '#/components/schemas/microsoft.graph.approval' x-ms-navigationProperty: true assignmentScheduleInstances: type: array items: $ref: '#/components/schemas/microsoft.graph.privilegedAccessGroupAssignmentScheduleInstance' description: The instances of assignment schedules to activate a just-in-time access. x-ms-navigationProperty: true assignmentScheduleRequests: type: array items: $ref: '#/components/schemas/microsoft.graph.privilegedAccessGroupAssignmentScheduleRequest' description: 'The schedule requests for operations to create, update, delete, extend, and renew an assignment.' x-ms-navigationProperty: true assignmentSchedules: type: array items: $ref: '#/components/schemas/microsoft.graph.privilegedAccessGroupAssignmentSchedule' description: The assignment schedules to activate a just-in-time access. x-ms-navigationProperty: true eligibilityScheduleInstances: type: array items: $ref: '#/components/schemas/microsoft.graph.privilegedAccessGroupEligibilityScheduleInstance' description: The instances of eligibility schedules to activate a just-in-time access. x-ms-navigationProperty: true eligibilityScheduleRequests: type: array items: $ref: '#/components/schemas/microsoft.graph.privilegedAccessGroupEligibilityScheduleRequest' description: 'The schedule requests for operations to create, update, delete, extend, and renew an eligibility.' x-ms-navigationProperty: true eligibilitySchedules: type: array items: $ref: '#/components/schemas/microsoft.graph.privilegedAccessGroupEligibilitySchedule' description: The eligibility schedules to activate a just-in-time access. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.privilegedAccessGroup' microsoft.graph.privilegedAccessGroupAssignmentSchedule: allOf: - $ref: '#/components/schemas/microsoft.graph.privilegedAccessSchedule' - title: privilegedAccessGroupAssignmentSchedule required: - '@odata.type' type: object properties: accessId: anyOf: - $ref: '#/components/schemas/microsoft.graph.privilegedAccessGroupRelationships' - type: object nullable: true description: 'The identifier of the membership or ownership assignment to the group that is governed through PIM. Required. The possible values are: owner, member, unknownFutureValue. Supports $filter (eq).' assignmentType: anyOf: - $ref: '#/components/schemas/microsoft.graph.privilegedAccessGroupAssignmentType' - type: object nullable: true description: 'Indicates whether the membership or ownership assignment for the principal is granted through activation or direct assignment. Required. The possible values are: assigned, activated, unknownFutureValue. Supports $filter (eq).' groupId: type: string description: The identifier of the group representing the scope of the membership or ownership assignment through PIM for groups. Required. Supports $filter (eq). nullable: true memberType: anyOf: - $ref: '#/components/schemas/microsoft.graph.privilegedAccessGroupMemberType' - type: object nullable: true description: 'Indicates whether the assignment is derived from a direct group assignment or through a transitive assignment. The possible values are: direct, group, unknownFutureValue. Supports $filter (eq).' principalId: type: string description: The identifier of the principal whose membership or ownership assignment is granted through PIM for groups. Required. Supports $filter (eq). nullable: true activatedUsing: anyOf: - $ref: '#/components/schemas/microsoft.graph.privilegedAccessGroupEligibilitySchedule' - type: object nullable: true description: 'When the request activates an ownership or membership assignment in PIM for groups, this object represents the eligibility relationship. Otherwise, it''s null. Supports $expand.' x-ms-navigationProperty: true group: anyOf: - $ref: '#/components/schemas/microsoft.graph.group' - type: object nullable: true description: 'References the group that is the scope of the membership or ownership assignment through PIM for groups. Supports $expand and $select nested in $expand for select properties like id, displayName, and mail.' x-ms-navigationProperty: true principal: anyOf: - $ref: '#/components/schemas/microsoft.graph.directoryObject' - type: object nullable: true description: References the principal that's in the scope of this membership or ownership assignment request to the group that's governed through PIM. Supports $expand and $select nested in $expand for id only. x-ms-navigationProperty: true '@odata.type': type: string default: '#microsoft.graph.privilegedAccessGroupAssignmentSchedule' x-ms-discriminator-value: '#microsoft.graph.privilegedAccessGroupAssignmentSchedule' microsoft.graph.privilegedAccessGroupAssignmentScheduleInstance: allOf: - $ref: '#/components/schemas/microsoft.graph.privilegedAccessScheduleInstance' - title: privilegedAccessGroupAssignmentScheduleInstance required: - '@odata.type' type: object properties: accessId: anyOf: - $ref: '#/components/schemas/microsoft.graph.privilegedAccessGroupRelationships' - type: object nullable: true description: 'The identifier of the membership or ownership assignment relationship to the group. Required. The possible values are: owner, member, unknownFutureValue. Supports $filter (eq).' assignmentScheduleId: type: string description: 'The identifier of the privilegedAccessGroupAssignmentSchedule from which this instance was created. Required. Supports $filter (eq, ne).' nullable: true assignmentType: anyOf: - $ref: '#/components/schemas/microsoft.graph.privilegedAccessGroupAssignmentType' - type: object nullable: true description: 'Indicates whether the membership or ownership assignment is granted through activation of an eligibility or through direct assignment. Required. The possible values are: assigned, activated, unknownFutureValue. Supports $filter (eq).' groupId: type: string description: The identifier of the group representing the scope of the membership or ownership assignment through PIM for groups. Optional. Supports $filter (eq). nullable: true memberType: anyOf: - $ref: '#/components/schemas/microsoft.graph.privilegedAccessGroupMemberType' - type: object nullable: true description: 'Indicates whether the assignment is derived from a group assignment. It can further imply whether the caller can manage the assignment schedule. Required. The possible values are: direct, group, unknownFutureValue. Supports $filter (eq).' principalId: type: string description: The identifier of the principal whose membership or ownership assignment to the group is managed through PIM for groups. Required. Supports $filter (eq). nullable: true activatedUsing: anyOf: - $ref: '#/components/schemas/microsoft.graph.privilegedAccessGroupEligibilityScheduleInstance' - type: object nullable: true description: 'When the request activates a membership or ownership in PIM for groups, this object represents the eligibility request for the group. Otherwise, it is null.' x-ms-navigationProperty: true group: anyOf: - $ref: '#/components/schemas/microsoft.graph.group' - type: object nullable: true description: References the group that is the scope of the membership or ownership assignment through PIM for groups. Supports $expand. x-ms-navigationProperty: true principal: anyOf: - $ref: '#/components/schemas/microsoft.graph.directoryObject' - type: object nullable: true description: References the principal that's in the scope of the membership or ownership assignment request through the group that's governed by PIM. Supports $expand. x-ms-navigationProperty: true '@odata.type': type: string default: '#microsoft.graph.privilegedAccessGroupAssignmentScheduleInstance' x-ms-discriminator-value: '#microsoft.graph.privilegedAccessGroupAssignmentScheduleInstance' microsoft.graph.privilegedAccessGroupAssignmentScheduleRequest: allOf: - $ref: '#/components/schemas/microsoft.graph.privilegedAccessScheduleRequest' - title: privilegedAccessGroupAssignmentScheduleRequest required: - '@odata.type' type: object properties: accessId: anyOf: - $ref: '#/components/schemas/microsoft.graph.privilegedAccessGroupRelationships' - type: object nullable: true description: 'The identifier of a membership or ownership assignment relationship to the group. Required. The possible values are: owner, member, unknownFutureValue.' groupId: type: string description: The identifier of the group representing the scope of the membership or ownership assignment through PIM for groups. Required. nullable: true principalId: type: string description: 'The identifier of the principal whose membership or ownership assignment to the group is managed through PIM for groups. Supports $filter (eq, ne).' nullable: true targetScheduleId: type: string description: 'The identifier of the schedule that''s created from the membership or ownership assignment request. Supports $filter (eq, ne).' nullable: true activatedUsing: anyOf: - $ref: '#/components/schemas/microsoft.graph.privilegedAccessGroupEligibilitySchedule' - type: object nullable: true description: 'When the request activates a membership or ownership assignment in PIM for groups, this object represents the eligibility policy for the group. Otherwise, it is null. Supports $expand.' x-ms-navigationProperty: true group: anyOf: - $ref: '#/components/schemas/microsoft.graph.group' - type: object nullable: true description: 'References the group that is the scope of the membership or ownership assignment request through PIM for groups. Supports $expand and $select nested in $expand for select properties like id, displayName, and mail.' x-ms-navigationProperty: true principal: anyOf: - $ref: '#/components/schemas/microsoft.graph.directoryObject' - type: object nullable: true description: References the principal that's in the scope of this membership or ownership assignment request through the group that's governed by PIM. Supports $expand and $select nested in $expand for id only. x-ms-navigationProperty: true targetSchedule: anyOf: - $ref: '#/components/schemas/microsoft.graph.privilegedAccessGroupEligibilitySchedule' - type: object nullable: true description: Schedule created by this request. Supports $expand. x-ms-navigationProperty: true '@odata.type': type: string default: '#microsoft.graph.privilegedAccessGroupAssignmentScheduleRequest' x-ms-discriminator-value: '#microsoft.graph.privilegedAccessGroupAssignmentScheduleRequest' microsoft.graph.privilegedAccessGroupEligibilitySchedule: allOf: - $ref: '#/components/schemas/microsoft.graph.privilegedAccessSchedule' - title: privilegedAccessGroupEligibilitySchedule required: - '@odata.type' type: object properties: accessId: anyOf: - $ref: '#/components/schemas/microsoft.graph.privilegedAccessGroupRelationships' - type: object nullable: true description: 'The identifier of the membership or ownership eligibility to the group that is governed by PIM. Required. The possible values are: owner, member. Supports $filter (eq).' groupId: type: string description: The identifier of the group representing the scope of the membership or ownership eligibility through PIM for groups. Required. Supports $filter (eq). nullable: true memberType: anyOf: - $ref: '#/components/schemas/microsoft.graph.privilegedAccessGroupMemberType' - type: object nullable: true description: 'Indicates whether the assignment is derived from a group assignment. It can further imply whether the caller can manage the schedule. Required. The possible values are: direct, group, unknownFutureValue. Supports $filter (eq).' principalId: type: string description: The identifier of the principal whose membership or ownership eligibility is granted through PIM for groups. Required. Supports $filter (eq). nullable: true group: anyOf: - $ref: '#/components/schemas/microsoft.graph.group' - type: object nullable: true description: References the group that is the scope of the membership or ownership eligibility through PIM for groups. Supports $expand. x-ms-navigationProperty: true principal: anyOf: - $ref: '#/components/schemas/microsoft.graph.directoryObject' - type: object nullable: true description: References the principal that's in the scope of this membership or ownership eligibility request to the group that's governed by PIM. Supports $expand. x-ms-navigationProperty: true '@odata.type': type: string default: '#microsoft.graph.privilegedAccessGroupEligibilitySchedule' x-ms-discriminator-value: '#microsoft.graph.privilegedAccessGroupEligibilitySchedule' microsoft.graph.privilegedAccessGroupEligibilityScheduleInstance: allOf: - $ref: '#/components/schemas/microsoft.graph.privilegedAccessScheduleInstance' - title: privilegedAccessGroupEligibilityScheduleInstance required: - '@odata.type' type: object properties: accessId: anyOf: - $ref: '#/components/schemas/microsoft.graph.privilegedAccessGroupRelationships' - type: object nullable: true description: 'The identifier of the membership or ownership eligibility relationship to the group. Required. The possible values are: owner, member. Supports $filter (eq).' eligibilityScheduleId: type: string description: 'The identifier of the privilegedAccessGroupEligibilitySchedule from which this instance was created. Required. Supports $filter (eq, ne).' nullable: true groupId: type: string description: The identifier of the group representing the scope of the membership or ownership eligibility through PIM for groups. Required. Supports $filter (eq). nullable: true memberType: anyOf: - $ref: '#/components/schemas/microsoft.graph.privilegedAccessGroupMemberType' - type: object nullable: true description: 'Indicates whether the assignment is derived from a group assignment. It can further imply whether the calling principal can manage the assignment schedule. Required. The possible values are: direct, group, unknownFutureValue. Supports $filter (eq).' principalId: type: string description: The identifier of the principal whose membership or ownership eligibility to the group is managed through PIM for groups. Required. Supports $filter (eq). nullable: true group: anyOf: - $ref: '#/components/schemas/microsoft.graph.group' - type: object nullable: true description: References the group that is the scope of the membership or ownership eligibility through PIM for groups. Supports $expand. x-ms-navigationProperty: true principal: anyOf: - $ref: '#/components/schemas/microsoft.graph.directoryObject' - type: object nullable: true description: References the principal that's in the scope of the membership or ownership eligibility request through the group that's governed by PIM. Supports $expand. x-ms-navigationProperty: true '@odata.type': type: string default: '#microsoft.graph.privilegedAccessGroupEligibilityScheduleInstance' x-ms-discriminator-value: '#microsoft.graph.privilegedAccessGroupEligibilityScheduleInstance' microsoft.graph.privilegedAccessGroupEligibilityScheduleRequest: allOf: - $ref: '#/components/schemas/microsoft.graph.privilegedAccessScheduleRequest' - title: privilegedAccessGroupEligibilityScheduleRequest required: - '@odata.type' type: object properties: accessId: anyOf: - $ref: '#/components/schemas/microsoft.graph.privilegedAccessGroupRelationships' - type: object nullable: true description: 'The identifier of membership or ownership eligibility relationship to the group. Required. The possible values are: owner, member, unknownFutureValue.' groupId: type: string description: The identifier of the group representing the scope of the membership and ownership eligibility through PIM for groups. Required. nullable: true principalId: type: string description: The identifier of the principal whose membership or ownership eligibility to the group is managed through PIM for groups. Required. nullable: true targetScheduleId: type: string description: The identifier of the schedule that's created from the eligibility request. Optional. nullable: true group: anyOf: - $ref: '#/components/schemas/microsoft.graph.group' - type: object nullable: true description: 'References the group that is the scope of the membership or ownership eligibility request through PIM for groups. Supports $expand and $select nested in $expand for select properties like id, displayName, and mail.' x-ms-navigationProperty: true principal: anyOf: - $ref: '#/components/schemas/microsoft.graph.directoryObject' - type: object nullable: true description: References the principal that's in the scope of the membership or ownership eligibility request through the group that's governed by PIM. Supports $expand and $select nested in $expand for id only. x-ms-navigationProperty: true targetSchedule: anyOf: - $ref: '#/components/schemas/microsoft.graph.privilegedAccessGroupEligibilitySchedule' - type: object nullable: true description: Schedule created by this request. x-ms-navigationProperty: true '@odata.type': type: string default: '#microsoft.graph.privilegedAccessGroupEligibilityScheduleRequest' x-ms-discriminator-value: '#microsoft.graph.privilegedAccessGroupEligibilityScheduleRequest' microsoft.graph.privilegedAccessRoot: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: privilegedAccessRoot required: - '@odata.type' type: object properties: group: anyOf: - $ref: '#/components/schemas/microsoft.graph.privilegedAccessGroup' - type: object nullable: true description: A group that's governed through Privileged Identity Management (PIM). x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.privilegedAccessRoot' microsoft.graph.privilegedAccessSchedule: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: privilegedAccessSchedule required: - '@odata.type' type: object properties: createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: When the schedule was created. Optional. format: date-time nullable: true createdUsing: type: string description: The identifier of the access assignment or eligibility request that created this schedule. Optional. nullable: true modifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: When the schedule was last modified. Optional. format: date-time nullable: true scheduleInfo: anyOf: - $ref: '#/components/schemas/microsoft.graph.requestSchedule' - type: object nullable: true description: Represents the period of the access assignment or eligibility. The scheduleInfo can represent a single occurrence or multiple recurring instances. Required. status: type: string description: 'The status of the access assignment or eligibility request. The possible values are: Canceled, Denied, Failed, Granted, PendingAdminDecision, PendingApproval, PendingProvisioning, PendingScheduleCreation, Provisioned, Revoked, and ScheduleCreated. Not nullable. Optional.' nullable: true '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.privilegedAccessGroupAssignmentSchedule': '#/components/schemas/microsoft.graph.privilegedAccessGroupAssignmentSchedule' '#microsoft.graph.privilegedAccessGroupEligibilitySchedule': '#/components/schemas/microsoft.graph.privilegedAccessGroupEligibilitySchedule' microsoft.graph.privilegedAccessScheduleInstance: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: privilegedAccessScheduleInstance required: - '@odata.type' type: object properties: endDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: When the schedule instance ends. Required. format: date-time nullable: true startDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: When this instance starts. Required. format: date-time nullable: true '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.privilegedAccessGroupAssignmentScheduleInstance': '#/components/schemas/microsoft.graph.privilegedAccessGroupAssignmentScheduleInstance' '#microsoft.graph.privilegedAccessGroupEligibilityScheduleInstance': '#/components/schemas/microsoft.graph.privilegedAccessGroupEligibilityScheduleInstance' microsoft.graph.privilegedAccessScheduleRequest: allOf: - $ref: '#/components/schemas/microsoft.graph.request' - title: privilegedAccessScheduleRequest required: - '@odata.type' type: object properties: action: anyOf: - $ref: '#/components/schemas/microsoft.graph.scheduleRequestActions' - type: object nullable: true description: 'Represents the type of operation on the group membership or ownership assignment request. The possible values are: adminAssign, adminUpdate, adminRemove, selfActivate, selfDeactivate, adminExtend, adminRenew. adminAssign: For administrators to assign group membership or ownership to principals.adminRemove: For administrators to remove principals from group membership or ownership. adminUpdate: For administrators to change existing group membership or ownership assignments.adminExtend: For administrators to extend expiring assignments.adminRenew: For administrators to renew expired assignments.selfActivate: For principals to activate their assignments.selfDeactivate: For principals to deactivate their active assignments.' isValidationOnly: type: boolean description: Determines whether the call is a validation or an actual call. Only set this property if you want to check whether an activation is subject to additional rules like MFA before actually submitting the request. nullable: true justification: type: string description: A message provided by users and administrators when create they create the privilegedAccessGroupAssignmentScheduleRequest object. nullable: true scheduleInfo: anyOf: - $ref: '#/components/schemas/microsoft.graph.requestSchedule' - type: object nullable: true description: The period of the group membership or ownership assignment. Recurring schedules are currently unsupported. ticketInfo: anyOf: - $ref: '#/components/schemas/microsoft.graph.ticketInfo' - type: object nullable: true description: Ticket details linked to the group membership or ownership assignment request including details of the ticket number and ticket system. '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.privilegedAccessGroupAssignmentScheduleRequest': '#/components/schemas/microsoft.graph.privilegedAccessGroupAssignmentScheduleRequest' '#microsoft.graph.privilegedAccessGroupEligibilityScheduleRequest': '#/components/schemas/microsoft.graph.privilegedAccessGroupEligibilityScheduleRequest' microsoft.graph.profileCardProperty: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: profileCardProperty required: - '@odata.type' type: object properties: annotations: type: array items: $ref: '#/components/schemas/microsoft.graph.profileCardAnnotation' description: Allows an administrator to set a custom display label for the directory property and localize it for the users in their tenant. directoryPropertyName: type: string description: 'Identifies a profileCardProperty resource in Get, Update, or Delete operations. Allows an administrator to surface hidden Microsoft Entra ID properties on the Microsoft 365 profile card within their tenant. When present, the Microsoft Entra ID field referenced in this property is visible to all users in your tenant on the contact pane of the profile card. Allowed values for this field are: UserPrincipalName, Fax, StreetAddress, PostalCode, StateOrProvince, Alias, CustomAttribute1, CustomAttribute2, CustomAttribute3, CustomAttribute4, CustomAttribute5, CustomAttribute6, CustomAttribute7, CustomAttribute8, CustomAttribute9, CustomAttribute10, CustomAttribute11, CustomAttribute12, CustomAttribute13, CustomAttribute14, CustomAttribute15.' nullable: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.profileCardProperty' microsoft.graph.profilePhoto: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: profilePhoto required: - '@odata.type' type: object properties: height: maximum: 2147483647 minimum: -2147483648 type: integer description: The height of the photo. Read-only. format: int32 nullable: true width: maximum: 2147483647 minimum: -2147483648 type: integer description: The width of the photo. Read-only. format: int32 nullable: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.profilePhoto' microsoft.graph.pronounsSettings: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: pronounsSettings required: - '@odata.type' type: object properties: isEnabledInOrganization: type: boolean description: 'true to enable pronouns in the organization; otherwise, false. The default value is false, and pronouns are disabled.' '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.pronounsSettings' microsoft.graph.provisioningObjectSummary: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: provisioningObjectSummary required: - '@odata.type' type: object properties: activityDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'Represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. SUpports $filter (eq, gt, lt) and orderby.' format: date-time changeId: type: string description: 'Unique ID of this change in this cycle. Supports $filter (eq, contains).' nullable: true cycleId: type: string description: 'Unique ID per job iteration. Supports $filter (eq, contains).' nullable: true durationInMilliseconds: maximum: 2147483647 minimum: -2147483648 type: integer description: Indicates how long this provisioning action took to finish. Measured in milliseconds. format: int32 nullable: true initiatedBy: anyOf: - $ref: '#/components/schemas/microsoft.graph.initiator' - type: object nullable: true description: 'Details of who initiated this provisioning. Supports $filter (eq, contains).' jobId: type: string description: 'The unique ID for the whole provisioning job. Supports $filter (eq, contains).' nullable: true modifiedProperties: type: array items: $ref: '#/components/schemas/microsoft.graph.modifiedProperty' description: Details of each property that was modified in this provisioning action on this object. provisioningAction: anyOf: - $ref: '#/components/schemas/microsoft.graph.provisioningAction' - type: object nullable: true description: 'Indicates the activity name or the operation name. Possible values are: create, update, delete, stageddelete, disable, other and unknownFutureValue. For a list of activities logged, refer to Microsoft Entra activity list. Supports $filter (eq, contains).' provisioningStatusInfo: anyOf: - $ref: '#/components/schemas/microsoft.graph.provisioningStatusInfo' - type: object nullable: true description: Details of provisioning status. provisioningSteps: type: array items: $ref: '#/components/schemas/microsoft.graph.provisioningStep' description: Details of each step in provisioning. servicePrincipal: anyOf: - $ref: '#/components/schemas/microsoft.graph.provisioningServicePrincipal' - type: object nullable: true description: Represents the service principal used for provisioning. Supports $filter (eq) for id and name. sourceIdentity: anyOf: - $ref: '#/components/schemas/microsoft.graph.provisionedIdentity' - type: object nullable: true description: 'Details of source object being provisioned. Supports $filter (eq, contains) for identityType, id, and displayName.' sourceSystem: anyOf: - $ref: '#/components/schemas/microsoft.graph.provisioningSystem' - type: object nullable: true description: 'Details of source system of the object being provisioned. Supports $filter (eq, contains) for displayName.' targetIdentity: anyOf: - $ref: '#/components/schemas/microsoft.graph.provisionedIdentity' - type: object nullable: true description: 'Details of target object being provisioned. Supports $filter (eq, contains) for identityType, id, and displayName.' targetSystem: anyOf: - $ref: '#/components/schemas/microsoft.graph.provisioningSystem' - type: object nullable: true description: 'Details of target system of the object being provisioned. Supports $filter (eq, contains) for displayName.' tenantId: type: string description: 'Unique Microsoft Entra tenant ID. Supports $filter (eq, contains).' nullable: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.provisioningObjectSummary' microsoft.graph.rbacApplication: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: rbacApplication required: - '@odata.type' type: object properties: resourceNamespaces: type: array items: $ref: '#/components/schemas/microsoft.graph.unifiedRbacResourceNamespace' x-ms-navigationProperty: true roleAssignments: type: array items: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignment' description: Resource to grant access to users or groups. x-ms-navigationProperty: true roleAssignmentScheduleInstances: type: array items: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentScheduleInstance' description: Instances for active role assignments. x-ms-navigationProperty: true roleAssignmentScheduleRequests: type: array items: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentScheduleRequest' description: Requests for active role assignments to principals through PIM. x-ms-navigationProperty: true roleAssignmentSchedules: type: array items: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentSchedule' description: Schedules for active role assignment operations. x-ms-navigationProperty: true roleDefinitions: type: array items: $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' description: Resource representing the roles allowed by RBAC providers and the permissions assigned to the roles. x-ms-navigationProperty: true roleEligibilityScheduleInstances: type: array items: $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilityScheduleInstance' description: Instances for role eligibility requests. x-ms-navigationProperty: true roleEligibilityScheduleRequests: type: array items: $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilityScheduleRequest' description: Requests for role eligibilities for principals through PIM. x-ms-navigationProperty: true roleEligibilitySchedules: type: array items: $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilitySchedule' description: Schedules for role eligibility operations. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.rbacApplication' microsoft.graph.recordOperation: allOf: - $ref: '#/components/schemas/microsoft.graph.commsOperation' - title: recordOperation required: - '@odata.type' type: object properties: recordingAccessToken: type: string description: The access token required to retrieve the recording. nullable: true recordingLocation: type: string description: The location where the recording is located. nullable: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.recordOperation' microsoft.graph.referenceAttachment: allOf: - $ref: '#/components/schemas/microsoft.graph.attachment' - title: referenceAttachment required: - '@odata.type' type: object properties: '@odata.type': type: string default: '#microsoft.graph.referenceAttachment' x-ms-discriminator-value: '#microsoft.graph.referenceAttachment' microsoft.graph.relyingPartyDetailedSummary: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: relyingPartyDetailedSummary required: - '@odata.type' type: object properties: failedSignInCount: type: integer description: 'Number of failed sign ins on AD FS in the period specified. Supports $orderby, $filter (eq).' format: int64 migrationStatus: $ref: '#/components/schemas/microsoft.graph.migrationStatus' migrationValidationDetails: type: array items: $ref: '#/components/schemas/microsoft.graph.keyValuePair' description: Specifies all the validations checks done on applications config details. relyingPartyId: type: string description: 'Identifies the relying party to this federation service. It''s used when issuing claims to the relying party. Supports $orderby, $filter (eq).' relyingPartyName: type: string description: 'Name of the relying party''s website or other entity on the Internet that uses an identity provider to authenticate a user who wants to log in. Supports $orderby, $filter (eq).' replyUrls: type: array items: type: string description: Specifies where the relying party expects to receive the token. serviceId: type: string description: 'Uniquely identifies the Active Directory forest. Supports $orderby, $filter (eq).' signInSuccessRate: oneOf: - type: number format: double - type: string - $ref: '#/components/schemas/ReferenceNumeric' description: 'Calculated as Number of successful / (Number of successful + Number of failed sign ins) or successfulSignInCount / totalSignInCount on AD FS in the period specified. Supports $orderby, $filter (eq).' successfulSignInCount: type: integer description: 'Number of successful sign ins on AD FS. Supports $orderby, $filter (eq).' format: int64 totalSignInCount: type: integer description: 'Number of successful + failed sign ins on AD FS in the period specified. Supports $orderby, $filter (eq).' format: int64 uniqueUserCount: type: integer description: 'Number of unique users that signed into the application. Supports $orderby, $filter (eq).' format: int64 '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.relyingPartyDetailedSummary' microsoft.graph.remoteAssistancePartner: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: remoteAssistancePartner required: - '@odata.type' type: object properties: displayName: type: string description: Display name of the partner. nullable: true lastConnectionDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Timestamp of the last request sent to Intune by the TEM partner. format: date-time onboardingStatus: $ref: '#/components/schemas/microsoft.graph.remoteAssistanceOnboardingStatus' onboardingUrl: type: string description: 'URL of the partner''s onboarding portal, where an administrator can configure their Remote Assistance service.' nullable: true '@odata.type': type: string description: RemoteAssistPartner resources represent the metadata and status of a given Remote Assistance partner service. x-ms-discriminator-value: '#microsoft.graph.remoteAssistancePartner' microsoft.graph.remoteDesktopSecurityConfiguration: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: remoteDesktopSecurityConfiguration required: - '@odata.type' type: object properties: isRemoteDesktopProtocolEnabled: type: boolean description: Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled. targetDeviceGroups: type: array items: $ref: '#/components/schemas/microsoft.graph.targetDeviceGroup' description: The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.remoteDesktopSecurityConfiguration' microsoft.graph.reportRoot: title: reportRoot required: - '@odata.type' type: object properties: authenticationMethods: anyOf: - $ref: '#/components/schemas/microsoft.graph.authenticationMethodsRoot' - type: object nullable: true description: Container for navigation properties for Microsoft Entra authentication methods resources. x-ms-navigationProperty: true dailyPrintUsageByPrinter: type: array items: $ref: '#/components/schemas/microsoft.graph.printUsageByPrinter' description: 'Retrieve a list of daily print usage summaries, grouped by printer.' x-ms-navigationProperty: true dailyPrintUsageByUser: type: array items: $ref: '#/components/schemas/microsoft.graph.printUsageByUser' description: 'Retrieve a list of daily print usage summaries, grouped by user.' x-ms-navigationProperty: true monthlyPrintUsageByPrinter: type: array items: $ref: '#/components/schemas/microsoft.graph.printUsageByPrinter' description: 'Retrieve a list of monthly print usage summaries, grouped by printer.' x-ms-navigationProperty: true monthlyPrintUsageByUser: type: array items: $ref: '#/components/schemas/microsoft.graph.printUsageByUser' description: 'Retrieve a list of monthly print usage summaries, grouped by user.' x-ms-navigationProperty: true partners: anyOf: - $ref: '#/components/schemas/microsoft.graph.partners' - type: object nullable: true description: Represents billing details for a Microsoft direct partner. x-ms-navigationProperty: true security: anyOf: - $ref: '#/components/schemas/microsoft.graph.securityReportsRoot' - type: object nullable: true description: Represents an abstract type that contains resources for attack simulation and training reports. x-ms-navigationProperty: true '@odata.type': type: string microsoft.graph.request: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: request required: - '@odata.type' type: object properties: approvalId: type: string description: The identifier of the approval of the request. nullable: true completedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The request completion date time. format: date-time nullable: true createdBy: anyOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' - type: object nullable: true description: The principal that created the request. createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The request creation date time. format: date-time nullable: true customData: type: string description: Free text field to define any custom data for the request. Not used. nullable: true status: type: string description: 'The status of the request. Not nullable. The possible values are: Canceled, Denied, Failed, Granted, PendingAdminDecision, PendingApproval, PendingProvisioning, PendingScheduleCreation, Provisioned, Revoked, and ScheduleCreated. Not nullable.' '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.privilegedAccessScheduleRequest': '#/components/schemas/microsoft.graph.privilegedAccessScheduleRequest' '#microsoft.graph.privilegedAccessGroupAssignmentScheduleRequest': '#/components/schemas/microsoft.graph.privilegedAccessGroupAssignmentScheduleRequest' '#microsoft.graph.privilegedAccessGroupEligibilityScheduleRequest': '#/components/schemas/microsoft.graph.privilegedAccessGroupEligibilityScheduleRequest' '#microsoft.graph.unifiedRoleAssignmentScheduleRequest': '#/components/schemas/microsoft.graph.unifiedRoleAssignmentScheduleRequest' '#microsoft.graph.unifiedRoleEligibilityScheduleRequest': '#/components/schemas/microsoft.graph.unifiedRoleEligibilityScheduleRequest' '#microsoft.graph.userConsentRequest': '#/components/schemas/microsoft.graph.userConsentRequest' microsoft.graph.resellerDelegatedAdminRelationship: allOf: - $ref: '#/components/schemas/microsoft.graph.delegatedAdminRelationship' - title: resellerDelegatedAdminRelationship required: - '@odata.type' type: object properties: indirectProviderTenantId: type: string description: The tenant ID of the indirect provider partner who created the relationship for the indirect reseller partner. isPartnerConsentPending: type: boolean description: Indicates the indirect reseller partner consent status. true indicates that the partner has yet to review the relationship; false indicates that the partner has already provided consent by approving or rejecting the relationship. '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.resellerDelegatedAdminRelationship' microsoft.graph.resourceOperation: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: resourceOperation required: - '@odata.type' type: object properties: actionName: type: string description: Type of action this operation is going to perform. The actionName should be concise and limited to as few words as possible. nullable: true description: type: string description: Description of the resource operation. The description is used in mouse-over text for the operation when shown in the Azure Portal. nullable: true resourceName: type: string description: Name of the Resource this operation is performed on. nullable: true '@odata.type': type: string description: 'Describes the resourceOperation resource (entity) of the Microsoft Graph API (REST), which supports Intune workflows related to role-based access control (RBAC).' x-ms-discriminator-value: '#microsoft.graph.resourceOperation' microsoft.graph.resourceSpecificPermissionGrant: allOf: - $ref: '#/components/schemas/microsoft.graph.directoryObject' - title: resourceSpecificPermissionGrant required: - '@odata.type' type: object properties: clientAppId: type: string description: ID of the service principal of the Microsoft Entra app that has been granted access. Read-only. nullable: true clientId: type: string description: ID of the Microsoft Entra app that has been granted access. Read-only. nullable: true permission: type: string description: The name of the resource-specific permission. Read-only. nullable: true permissionType: type: string description: 'The type of permission. Possible values are: Application, Delegated. Read-only.' nullable: true resourceAppId: type: string description: ID of the Microsoft Entra app that is hosting the resource. Read-only. nullable: true '@odata.type': type: string default: '#microsoft.graph.resourceSpecificPermissionGrant' x-ms-discriminator-value: '#microsoft.graph.resourceSpecificPermissionGrant' microsoft.graph.richLongRunningOperation: allOf: - $ref: '#/components/schemas/microsoft.graph.longRunningOperation' - title: richLongRunningOperation required: - '@odata.type' type: object properties: error: anyOf: - $ref: '#/components/schemas/microsoft.graph.publicError' - type: object nullable: true description: Error that caused the operation to fail. percentageComplete: maximum: 2147483647 minimum: -2147483648 type: integer description: A value between 0 and 100 that indicates the progress of the operation. format: int32 nullable: true resourceId: type: string description: The unique identifier for the result. nullable: true type: type: string description: The type of the operation. nullable: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.richLongRunningOperation' microsoft.graph.riskDetection: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: riskDetection required: - '@odata.type' type: object properties: activity: anyOf: - $ref: '#/components/schemas/microsoft.graph.activityType' - type: object nullable: true description: 'Indicates the activity type the detected risk is linked to. Possible values are: signin, user, unknownFutureValue.' activityDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'Date and time that the risky activity occurred. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is look like this: 2014-01-01T00:00:00Z' format: date-time nullable: true additionalInfo: type: string description: 'Additional information associated with the risk detection in JSON format. For example, ''[{/''Key/'':/''userAgent/'',/''Value/'':/''Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36/''}]''. Possible keys in the additionalInfo JSON string are: userAgent, alertUrl, relatedEventTimeInUtc, relatedUserAgent, deviceInformation, relatedLocation, requestId, correlationId, lastActivityTimeInUtc, malwareName, clientLocation, clientIp, riskReasons. For more information about riskReasons and possible values, see riskReasons values.' nullable: true correlationId: type: string description: Correlation ID of the sign-in associated with the risk detection. This property is null if the risk detection is not associated with a sign-in. nullable: true detectedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'Date and time that the risk was detected. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 looks like this: 2014-01-01T00:00:00Z' format: date-time nullable: true detectionTimingType: anyOf: - $ref: '#/components/schemas/microsoft.graph.riskDetectionTimingType' - type: object nullable: true description: 'Timing of the detected risk (real-time/offline). Possible values are: notDefined, realtime, nearRealtime, offline, unknownFutureValue.' ipAddress: type: string description: Provides the IP address of the client from where the risk occurred. nullable: true lastUpdatedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'Date and time that the risk detection was last updated. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is look like this: 2014-01-01T00:00:00Z' format: date-time nullable: true location: anyOf: - $ref: '#/components/schemas/microsoft.graph.signInLocation' - type: object nullable: true description: Location of the sign-in. requestId: type: string description: Request ID of the sign-in associated with the risk detection. This property is null if the risk detection is not associated with a sign-in. nullable: true riskDetail: anyOf: - $ref: '#/components/schemas/microsoft.graph.riskDetail' - type: object nullable: true description: 'Details of the detected risk. The possible values are: none, adminGeneratedTemporaryPassword, userPerformedSecuredPasswordChange, userPerformedSecuredPasswordReset, adminConfirmedSigninSafe, aiConfirmedSigninSafe, userPassedMFADrivenByRiskBasedPolicy, adminDismissedAllRiskForUser, adminConfirmedSigninCompromised, hidden, adminConfirmedUserCompromised, unknownFutureValue, m365DAdminDismissedDetection. Note that you must use the Prefer: include - unknown -enum-members request header to get the following value(s) in this evolvable enum: m365DAdminDismissedDetection.' riskEventType: type: string description: 'The type of risk event detected. The possible values are adminConfirmedUserCompromised, anomalousToken, anomalousUserActivity, anonymizedIPAddress, generic, impossibleTravel, investigationsThreatIntelligence, suspiciousSendingPatterns, leakedCredentials, maliciousIPAddress,malwareInfectedIPAddress, mcasSuspiciousInboxManipulationRules, newCountry, passwordSpray,riskyIPAddress, suspiciousAPITraffic, suspiciousBrowser,suspiciousInboxForwarding, suspiciousIPAddress, tokenIssuerAnomaly, unfamiliarFeatures, unlikelyTravel. If the risk detection is a premium detection, will show generic. For more information about each value, see Risk types and detection.' nullable: true riskLevel: anyOf: - $ref: '#/components/schemas/microsoft.graph.riskLevel' - type: object nullable: true description: 'Level of the detected risk. Possible values are: low, medium, high, hidden, none, unknownFutureValue.' riskState: anyOf: - $ref: '#/components/schemas/microsoft.graph.riskState' - type: object nullable: true description: 'The state of a detected risky user or sign-in. Possible values are: none, confirmedSafe, remediated, dismissed, atRisk, confirmedCompromised, unknownFutureValue.' source: type: string description: 'Source of the risk detection. For example, activeDirectory.' nullable: true tokenIssuerType: anyOf: - $ref: '#/components/schemas/microsoft.graph.tokenIssuerType' - type: object nullable: true description: 'Indicates the type of token issuer for the detected sign-in risk. Possible values are: AzureAD, ADFederationServices, UnknownFutureValue.' userDisplayName: type: string description: The user principal name (UPN) of the user. nullable: true userId: type: string description: Unique ID of the user. nullable: true userPrincipalName: type: string description: The user principal name (UPN) of the user. nullable: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.riskDetection' microsoft.graph.riskyServicePrincipal: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: riskyServicePrincipal required: - '@odata.type' type: object properties: appId: type: string description: 'The globally unique identifier for the associated application (its appId property), if any.' nullable: true displayName: type: string description: The display name for the service principal. nullable: true isEnabled: type: boolean description: 'true if the service principal account is enabled; otherwise, false.' nullable: true isProcessing: type: boolean description: Indicates whether Microsoft Entra ID is currently processing the service principal's risky state. nullable: true riskDetail: anyOf: - $ref: '#/components/schemas/microsoft.graph.riskDetail' - type: object nullable: true description: 'Details of the detected risk. Note: Details for this property are only available for Workload Identities Premium customers. Events in tenants without this license will be returned hidden. The possible values are: none, hidden, unknownFutureValue, adminConfirmedServicePrincipalCompromised, adminDismissedAllRiskForServicePrincipal. Note that you must use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: adminConfirmedServicePrincipalCompromised , adminDismissedAllRiskForServicePrincipal.' riskLastUpdatedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The date and time that the risk state was last updated. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2021 is 2021-01-01T00:00:00Z. Supports $filter (eq).' format: date-time nullable: true riskLevel: anyOf: - $ref: '#/components/schemas/microsoft.graph.riskLevel' - type: object nullable: true description: 'Level of the detected risky workload identity. The possible values are: low, medium, high, hidden, none, unknownFutureValue. Supports $filter (eq).' riskState: anyOf: - $ref: '#/components/schemas/microsoft.graph.riskState' - type: object nullable: true description: 'State of the service principal''s risk. The possible values are: none, confirmedSafe, remediated, dismissed, atRisk, confirmedCompromised, unknownFutureValue.' servicePrincipalType: type: string description: 'Identifies whether the service principal represents an Application, a ManagedIdentity, or a legacy application (socialIdp). This is set by Microsoft Entra ID internally and is inherited from servicePrincipal.' nullable: true history: type: array items: $ref: '#/components/schemas/microsoft.graph.riskyServicePrincipalHistoryItem' description: Represents the risk history of Microsoft Entra service principals. x-ms-navigationProperty: true '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.riskyServicePrincipalHistoryItem': '#/components/schemas/microsoft.graph.riskyServicePrincipalHistoryItem' microsoft.graph.riskyServicePrincipalHistoryItem: allOf: - $ref: '#/components/schemas/microsoft.graph.riskyServicePrincipal' - title: riskyServicePrincipalHistoryItem required: - '@odata.type' type: object properties: activity: anyOf: - $ref: '#/components/schemas/microsoft.graph.riskServicePrincipalActivity' - type: object nullable: true description: The activity related to service principal risk level change. initiatedBy: type: string description: The identifier of the actor of the operation. nullable: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.riskyServicePrincipalHistoryItem' microsoft.graph.riskyUser: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: riskyUser required: - '@odata.type' type: object properties: isDeleted: type: boolean description: 'Indicates whether the user is deleted. Possible values are: true, false.' nullable: true isProcessing: type: boolean description: Indicates whether the backend is processing a user's risky state. nullable: true riskDetail: anyOf: - $ref: '#/components/schemas/microsoft.graph.riskDetail' - type: object nullable: true description: 'The possible values are none, adminGeneratedTemporaryPassword, userPerformedSecuredPasswordChange, userPerformedSecuredPasswordReset, adminConfirmedSigninSafe, aiConfirmedSigninSafe, userPassedMFADrivenByRiskBasedPolicy, adminDismissedAllRiskForUser, adminConfirmedSigninCompromised, hidden, adminConfirmedUserCompromised, unknownFutureValue, adminConfirmedServicePrincipalCompromised, adminDismissedAllRiskForServicePrincipal, m365DAdminDismissedDetection, userChangedPasswordOnPremises, adminDismissedRiskForSignIn, adminConfirmedAccountSafe. You must use the Prefer: include-unknown-enum-members request header to get the following value or values in this evolvable enum: adminConfirmedServicePrincipalCompromised, adminDismissedAllRiskForServicePrincipal, m365DAdminDismissedDetection, userChangedPasswordOnPremises, adminDismissedRiskForSignIn, adminConfirmedAccountSafe.' riskLastUpdatedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The date and time that the risky user was last updated. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true riskLevel: anyOf: - $ref: '#/components/schemas/microsoft.graph.riskLevel' - type: object nullable: true description: 'Level of the detected risky user. Possible values are: low, medium, high, hidden, none, unknownFutureValue.' riskState: anyOf: - $ref: '#/components/schemas/microsoft.graph.riskState' - type: object nullable: true description: 'State of the user''s risk. Possible values are: none, confirmedSafe, remediated, dismissed, atRisk, confirmedCompromised, unknownFutureValue.' userDisplayName: type: string description: Risky user display name. nullable: true userPrincipalName: type: string description: Risky user principal name. nullable: true history: type: array items: $ref: '#/components/schemas/microsoft.graph.riskyUserHistoryItem' description: The activity related to user risk level change x-ms-navigationProperty: true '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.riskyUserHistoryItem': '#/components/schemas/microsoft.graph.riskyUserHistoryItem' microsoft.graph.riskyUserHistoryItem: allOf: - $ref: '#/components/schemas/microsoft.graph.riskyUser' - title: riskyUserHistoryItem required: - '@odata.type' type: object properties: activity: anyOf: - $ref: '#/components/schemas/microsoft.graph.riskUserActivity' - type: object nullable: true description: The activity related to user risk level change. initiatedBy: type: string description: The ID of actor that does the operation. nullable: true userId: type: string description: The ID of the user. nullable: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.riskyUserHistoryItem' microsoft.graph.roleAssignment: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: roleAssignment required: - '@odata.type' type: object properties: description: type: string description: Description of the Role Assignment. nullable: true displayName: type: string description: The display or friendly name of the role Assignment. nullable: true resourceScopes: type: array items: type: string nullable: true description: List of ids of role scope member security groups. These are IDs from Azure Active Directory. roleDefinition: anyOf: - $ref: '#/components/schemas/microsoft.graph.roleDefinition' - type: object nullable: true description: Role definition this assignment is part of. x-ms-navigationProperty: true '@odata.type': type: string description: The Role Assignment resource. Role assignments tie together a role definition with members and scopes. There can be one or more role assignments per role. This applies to custom and built-in roles. discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.deviceAndAppManagementRoleAssignment': '#/components/schemas/microsoft.graph.deviceAndAppManagementRoleAssignment' microsoft.graph.roleDefinition: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: roleDefinition required: - '@odata.type' type: object properties: description: type: string description: Description of the Role definition. nullable: true displayName: type: string description: Display Name of the Role definition. nullable: true isBuiltIn: type: boolean description: 'Type of Role. Set to True if it is built-in, or set to False if it is a custom role definition.' rolePermissions: type: array items: $ref: '#/components/schemas/microsoft.graph.rolePermission' description: List of Role Permissions this role is allowed to perform. These must match the actionName that is defined as part of the rolePermission. roleAssignments: type: array items: $ref: '#/components/schemas/microsoft.graph.roleAssignment' description: List of Role assignments for this role definition. x-ms-navigationProperty: true '@odata.type': type: string description: 'The Role Definition resource. The role definition is the foundation of role based access in Intune. The role combines an Intune resource such as a Mobile App and associated role permissions such as Create or Read for the resource. There are two types of roles, built-in and custom. Built-in roles cannot be modified. Both built-in roles and custom roles must have assignments to be enforced. Create custom roles if you want to define a role that allows any of the available resources and role permissions to be combined into a single role.' discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.deviceAndAppManagementRoleDefinition': '#/components/schemas/microsoft.graph.deviceAndAppManagementRoleDefinition' microsoft.graph.roleManagement: title: roleManagement required: - '@odata.type' type: object properties: directory: anyOf: - $ref: '#/components/schemas/microsoft.graph.rbacApplication' - type: object nullable: true x-ms-navigationProperty: true entitlementManagement: anyOf: - $ref: '#/components/schemas/microsoft.graph.rbacApplication' - type: object nullable: true description: Container for roles and assignments for entitlement management resources. x-ms-navigationProperty: true '@odata.type': type: string microsoft.graph.room: allOf: - $ref: '#/components/schemas/microsoft.graph.place' - title: room required: - '@odata.type' type: object properties: audioDeviceName: type: string description: Specifies the name of the audio device in the room. nullable: true bookingType: anyOf: - $ref: '#/components/schemas/microsoft.graph.bookingType' - type: object nullable: true description: 'Type of room. Possible values are standard, and reserved.' building: type: string description: Specifies the building name or building number that the room is in. nullable: true capacity: maximum: 2147483647 minimum: -2147483648 type: integer description: Specifies the capacity of the room. format: int32 nullable: true displayDeviceName: type: string description: Specifies the name of the display device in the room. nullable: true emailAddress: type: string description: Email address of the room. nullable: true floorLabel: type: string description: 'Specifies a descriptive label for the floor, for example, P.' nullable: true floorNumber: maximum: 2147483647 minimum: -2147483648 type: integer description: Specifies the floor number that the room is on. format: int32 nullable: true isWheelChairAccessible: type: boolean description: Specifies whether the room is wheelchair accessible. nullable: true label: type: string description: 'Specifies a descriptive label for the room, for example, a number or name.' nullable: true nickname: type: string description: 'Specifies a nickname for the room, for example, ''conf room''.' tags: type: array items: type: string nullable: true description: 'Specifies other features of the room, for example, details like the type of view or furniture type.' videoDeviceName: type: string description: Specifies the name of the video device in the room. nullable: true '@odata.type': type: string default: '#microsoft.graph.room' x-ms-discriminator-value: '#microsoft.graph.room' microsoft.graph.roomList: allOf: - $ref: '#/components/schemas/microsoft.graph.place' - title: roomList required: - '@odata.type' type: object properties: emailAddress: type: string description: The email address of the room list. nullable: true rooms: type: array items: $ref: '#/components/schemas/microsoft.graph.room' x-ms-navigationProperty: true '@odata.type': type: string default: '#microsoft.graph.roomList' x-ms-discriminator-value: '#microsoft.graph.roomList' microsoft.graph.samlOrWsFedExternalDomainFederation: allOf: - $ref: '#/components/schemas/microsoft.graph.samlOrWsFedProvider' - title: samlOrWsFedExternalDomainFederation required: - '@odata.type' type: object properties: domains: type: array items: $ref: '#/components/schemas/microsoft.graph.externalDomainName' description: Collection of domain names of the external organizations that the tenant is federating with. Supports $filter (eq). x-ms-navigationProperty: true '@odata.type': type: string default: '#microsoft.graph.samlOrWsFedExternalDomainFederation' x-ms-discriminator-value: '#microsoft.graph.samlOrWsFedExternalDomainFederation' microsoft.graph.samlOrWsFedProvider: allOf: - $ref: '#/components/schemas/microsoft.graph.identityProviderBase' - title: samlOrWsFedProvider required: - '@odata.type' type: object properties: issuerUri: type: string description: Issuer URI of the federation server. nullable: true metadataExchangeUri: type: string description: URI of the metadata exchange endpoint used for authentication from rich client applications. nullable: true passiveSignInUri: type: string description: URI that web-based clients are directed to when signing in to Microsoft Entra services. nullable: true preferredAuthenticationProtocol: anyOf: - $ref: '#/components/schemas/microsoft.graph.authenticationProtocol' - type: object nullable: true description: 'Preferred authentication protocol. The possible values are: wsFed, saml, unknownFutureValue.' signingCertificate: type: string description: 'Current certificate used to sign tokens passed to the Microsoft identity platform. The certificate is formatted as a Base64 encoded string of the public portion of the federated IdP''s token signing certificate and must be compatible with the X509Certificate2 class. This property is used in the following scenarios: if a rollover is required outside of the autorollover update a new federation service is being set up if the new token signing certificate isn''t present in the federation properties after the federation service certificate has been updated. Microsoft Entra ID updates certificates via an autorollover process in which it attempts to retrieve a new certificate from the federation service metadata, 30 days before expiry of the current certificate. If a new certificate isn''t available, Microsoft Entra ID monitors the metadata daily and will update the federation settings for the domain when a new certificate is available.' nullable: true '@odata.type': type: string default: '#microsoft.graph.samlOrWsFedProvider' discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.internalDomainFederation': '#/components/schemas/microsoft.graph.internalDomainFederation' '#microsoft.graph.samlOrWsFedExternalDomainFederation': '#/components/schemas/microsoft.graph.samlOrWsFedExternalDomainFederation' microsoft.graph.schedule: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: schedule required: - '@odata.type' type: object properties: enabled: type: boolean description: Indicates whether the schedule is enabled for the team. Required. nullable: true offerShiftRequestsEnabled: type: boolean description: Indicates whether offer shift requests are enabled for the schedule. nullable: true openShiftsEnabled: type: boolean description: Indicates whether open shifts are enabled for the schedule. nullable: true provisionStatus: anyOf: - $ref: '#/components/schemas/microsoft.graph.operationStatus' - type: object nullable: true description: 'The status of the schedule provisioning. The possible values are notStarted, running, completed, failed.' readOnly: true provisionStatusCode: type: string description: Additional information about why schedule provisioning failed. nullable: true readOnly: true swapShiftsRequestsEnabled: type: boolean description: Indicates whether swap shifts requests are enabled for the schedule. nullable: true timeClockEnabled: type: boolean description: Indicates whether time clock is enabled for the schedule. nullable: true timeOffRequestsEnabled: type: boolean description: Indicates whether time off requests are enabled for the schedule. nullable: true timeZone: type: string description: Indicates the time zone of the schedule team using tz database format. Required. nullable: true workforceIntegrationIds: type: array items: type: string nullable: true offerShiftRequests: type: array items: $ref: '#/components/schemas/microsoft.graph.offerShiftRequest' description: The offer requests for shifts in the schedule. x-ms-navigationProperty: true openShiftChangeRequests: type: array items: $ref: '#/components/schemas/microsoft.graph.openShiftChangeRequest' description: The open shift requests in the schedule. x-ms-navigationProperty: true openShifts: type: array items: $ref: '#/components/schemas/microsoft.graph.openShift' description: The set of open shifts in a scheduling group in the schedule. x-ms-navigationProperty: true schedulingGroups: type: array items: $ref: '#/components/schemas/microsoft.graph.schedulingGroup' description: The logical grouping of users in the schedule (usually by role). x-ms-navigationProperty: true shifts: type: array items: $ref: '#/components/schemas/microsoft.graph.shift' description: The shifts in the schedule. x-ms-navigationProperty: true swapShiftsChangeRequests: type: array items: $ref: '#/components/schemas/microsoft.graph.swapShiftsChangeRequest' description: The swap requests for shifts in the schedule. x-ms-navigationProperty: true timeOffReasons: type: array items: $ref: '#/components/schemas/microsoft.graph.timeOffReason' description: The set of reasons for a time off in the schedule. x-ms-navigationProperty: true timeOffRequests: type: array items: $ref: '#/components/schemas/microsoft.graph.timeOffRequest' description: The time off requests in the schedule. x-ms-navigationProperty: true timesOff: type: array items: $ref: '#/components/schemas/microsoft.graph.timeOff' description: The instances of times off in the schedule. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.schedule' microsoft.graph.scheduleChangeRequest: allOf: - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' - title: scheduleChangeRequest required: - '@odata.type' type: object properties: assignedTo: anyOf: - $ref: '#/components/schemas/microsoft.graph.scheduleChangeRequestActor' - type: object nullable: true managerActionDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string format: date-time nullable: true readOnly: true managerActionMessage: type: string nullable: true managerUserId: type: string nullable: true readOnly: true senderDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string format: date-time nullable: true readOnly: true senderMessage: type: string nullable: true senderUserId: type: string nullable: true readOnly: true state: anyOf: - $ref: '#/components/schemas/microsoft.graph.scheduleChangeState' - type: object nullable: true '@odata.type': type: string default: '#microsoft.graph.scheduleChangeRequest' discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.offerShiftRequest': '#/components/schemas/microsoft.graph.offerShiftRequest' '#microsoft.graph.swapShiftsChangeRequest': '#/components/schemas/microsoft.graph.swapShiftsChangeRequest' '#microsoft.graph.openShiftChangeRequest': '#/components/schemas/microsoft.graph.openShiftChangeRequest' '#microsoft.graph.timeOffRequest': '#/components/schemas/microsoft.graph.timeOffRequest' microsoft.graph.schedulingGroup: allOf: - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' - title: schedulingGroup required: - '@odata.type' type: object properties: displayName: type: string description: The display name for the schedulingGroup. Required. nullable: true isActive: type: boolean description: Indicates whether the schedulingGroup can be used when creating new entities or updating existing ones. Required. nullable: true readOnly: true userIds: type: array items: type: string nullable: true description: The list of user IDs that are a member of the schedulingGroup. Required. '@odata.type': type: string default: '#microsoft.graph.schedulingGroup' x-ms-discriminator-value: '#microsoft.graph.schedulingGroup' microsoft.graph.schemaExtension: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: schemaExtension required: - '@odata.type' type: object properties: description: type: string description: Description for the schema extension. Supports $filter (eq). nullable: true owner: type: string description: 'The appId of the application that is the owner of the schema extension. The owner of the schema definition must be explicitly specified during the Create and Update operations, or it will be implied and auto-assigned by Microsoft Entra ID as follows: In delegated access: The signed-in user must be the owner of the app that calls Microsoft Graph to create the schema extension definition. If the signed-in user isn''t the owner of the calling app, they must explicitly specify the owner property, and assign it the appId of an app that they own. In app-only access: The owner property isn''t required in the request body. Instead, the calling app is assigned ownership of the schema extension. So, for example, if creating a new schema extension definition using Graph Explorer, you must supply the owner property. Once set, this property is read-only and cannot be changed. Supports $filter (eq).' properties: type: array items: $ref: '#/components/schemas/microsoft.graph.extensionSchemaProperty' description: The collection of property names and types that make up the schema extension definition. status: type: string description: 'The lifecycle state of the schema extension. Possible states are InDevelopment, Available, and Deprecated. Automatically set to InDevelopment on creation. For more information about the possible state transitions and behaviors, see Schema extensions lifecycle. Supports $filter (eq).' targetTypes: type: array items: type: string description: 'Set of Microsoft Graph types (that can support extensions) that the schema extension can be applied to. Select from administrativeUnit, contact, device, event, group, message, organization, post, todoTask, todoTaskList, or user.' '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.schemaExtension' microsoft.graph.scopedRoleMembership: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: scopedRoleMembership required: - '@odata.type' type: object properties: administrativeUnitId: type: string description: Unique identifier for the administrative unit that the directory role is scoped to roleId: type: string description: Unique identifier for the directory role that the member is in. roleMemberInfo: $ref: '#/components/schemas/microsoft.graph.identity' '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.scopedRoleMembership' microsoft.graph.searchEntity: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: searchEntity required: - '@odata.type' type: object properties: acronyms: type: array items: $ref: '#/components/schemas/microsoft.graph.search.acronym' description: Administrative answer in Microsoft Search results to define common acronyms in an organization. x-ms-navigationProperty: true bookmarks: type: array items: $ref: '#/components/schemas/microsoft.graph.search.bookmark' description: Administrative answer in Microsoft Search results for common search queries in an organization. x-ms-navigationProperty: true qnas: type: array items: $ref: '#/components/schemas/microsoft.graph.search.qna' description: Administrative answer in Microsoft Search results that provide answers for specific search keywords in an organization. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.searchEntity' microsoft.graph.sectionGroup: allOf: - $ref: '#/components/schemas/microsoft.graph.onenoteEntityHierarchyModel' - title: sectionGroup required: - '@odata.type' type: object properties: sectionGroupsUrl: type: string description: 'The URL for the sectionGroups navigation property, which returns all the section groups in the section group. Read-only.' nullable: true sectionsUrl: type: string description: 'The URL for the sections navigation property, which returns all the sections in the section group. Read-only.' nullable: true parentNotebook: anyOf: - $ref: '#/components/schemas/microsoft.graph.notebook' - type: object nullable: true description: The notebook that contains the section group. Read-only. x-ms-navigationProperty: true parentSectionGroup: anyOf: - $ref: '#/components/schemas/microsoft.graph.sectionGroup' - type: object nullable: true description: The section group that contains the section group. Read-only. x-ms-navigationProperty: true sectionGroups: type: array items: $ref: '#/components/schemas/microsoft.graph.sectionGroup' description: The section groups in the section. Read-only. Nullable. x-ms-navigationProperty: true sections: type: array items: $ref: '#/components/schemas/microsoft.graph.onenoteSection' description: The sections in the section group. Read-only. Nullable. x-ms-navigationProperty: true '@odata.type': type: string default: '#microsoft.graph.sectionGroup' x-ms-discriminator-value: '#microsoft.graph.sectionGroup' microsoft.graph.secureScore: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: secureScore required: - '@odata.type' type: object properties: activeUserCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Active user count of the given tenant. format: int32 nullable: true averageComparativeScores: type: array items: $ref: '#/components/schemas/microsoft.graph.averageComparativeScore' description: 'Average score by different scopes (for example, average by industry, average by seating) and control category (Identity, Data, Device, Apps, Infrastructure) within the scope.' azureTenantId: type: string description: GUID string for tenant ID. controlScores: type: array items: $ref: '#/components/schemas/microsoft.graph.controlScore' description: Contains tenant scores for a set of controls. createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: When the report was created. format: date-time nullable: true currentScore: oneOf: - type: number format: double - type: string - $ref: '#/components/schemas/ReferenceNumeric' description: Tenant current attained score on specified date. nullable: true enabledServices: type: array items: type: string nullable: true description: 'Microsoft-provided services for the tenant (for example, Exchange online, Skype, Sharepoint).' licensedUserCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Licensed user count of the given tenant. format: int32 nullable: true maxScore: oneOf: - type: number format: double - type: string - $ref: '#/components/schemas/ReferenceNumeric' description: Tenant maximum possible score on specified date. nullable: true vendorInformation: anyOf: - $ref: '#/components/schemas/microsoft.graph.securityVendorInformation' - type: object nullable: true description: 'Complex type containing details about the security product/service vendor, provider, and subprovider (for example, vendor=Microsoft; provider=SecureScore). Required.' '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.secureScore' microsoft.graph.secureScoreControlProfile: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: secureScoreControlProfile required: - '@odata.type' type: object properties: actionType: type: string description: 'Control action type (Config, Review, Behavior).' nullable: true actionUrl: type: string description: URL to where the control can be actioned. nullable: true azureTenantId: type: string description: GUID string for tenant ID. complianceInformation: type: array items: $ref: '#/components/schemas/microsoft.graph.complianceInformation' description: The collection of compliance information associated with secure score control controlCategory: type: string description: 'Control action category (Identity, Data, Device, Apps, Infrastructure).' nullable: true controlStateUpdates: type: array items: $ref: '#/components/schemas/microsoft.graph.secureScoreControlStateUpdate' description: 'Flag to indicate where the tenant has marked a control (ignored, thirdParty, reviewed) (supports update).' deprecated: type: boolean description: Flag to indicate if a control is depreciated. nullable: true implementationCost: type: string description: 'Resource cost of implemmentating control (low, moderate, high).' nullable: true lastModifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Time at which the control profile entity was last modified. The Timestamp type represents date and time format: date-time nullable: true maxScore: oneOf: - type: number format: double - type: string - $ref: '#/components/schemas/ReferenceNumeric' description: max attainable score for the control. nullable: true rank: maximum: 2147483647 minimum: -2147483648 type: integer description: Microsoft's stack ranking of control. format: int32 nullable: true remediation: type: string description: Description of what the control will help remediate. nullable: true remediationImpact: type: string description: Description of the impact on users of the remediation. nullable: true service: type: string description: 'Service that owns the control (Exchange, Sharepoint, Microsoft Entra ID).' nullable: true threats: type: array items: type: string nullable: true description: 'List of threats the control mitigates (accountBreach, dataDeletion, dataExfiltration, dataSpillage, elevationOfPrivilege, maliciousInsider, passwordCracking, phishingOrWhaling, spoofing).' tier: type: string description: 'Control tier (Core, Defense in Depth, Advanced.)' nullable: true title: type: string description: Title of the control. nullable: true userImpact: type: string description: 'User impact of implementing control (low, moderate, high).' nullable: true vendorInformation: anyOf: - $ref: '#/components/schemas/microsoft.graph.securityVendorInformation' - type: object nullable: true description: 'Complex type containing details about the security product/service vendor, provider, and subprovider (for example, vendor=Microsoft; provider=SecureScore). Required.' '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.secureScoreControlProfile' microsoft.graph.security: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: security required: - '@odata.type' type: object properties: alerts: type: array items: $ref: '#/components/schemas/microsoft.graph.alert' x-ms-navigationProperty: true alerts_v2: type: array items: $ref: '#/components/schemas/microsoft.graph.security.alert' description: A collection of alerts in Microsoft 365 Defender. x-ms-navigationProperty: true attackSimulation: anyOf: - $ref: '#/components/schemas/microsoft.graph.attackSimulationRoot' - type: object nullable: true x-ms-navigationProperty: true cases: anyOf: - $ref: '#/components/schemas/microsoft.graph.security.casesRoot' - type: object nullable: true x-ms-navigationProperty: true identities: anyOf: - $ref: '#/components/schemas/microsoft.graph.security.identityContainer' - type: object nullable: true x-ms-navigationProperty: true incidents: type: array items: $ref: '#/components/schemas/microsoft.graph.security.incident' description: 'A collection of incidents in Microsoft 365 Defender, each of which is a set of correlated alerts and associated metadata that reflects the story of an attack.' x-ms-navigationProperty: true labels: anyOf: - $ref: '#/components/schemas/microsoft.graph.security.labelsRoot' - type: object nullable: true x-ms-navigationProperty: true secureScoreControlProfiles: type: array items: $ref: '#/components/schemas/microsoft.graph.secureScoreControlProfile' x-ms-navigationProperty: true secureScores: type: array items: $ref: '#/components/schemas/microsoft.graph.secureScore' x-ms-navigationProperty: true subjectRightsRequests: type: array items: $ref: '#/components/schemas/microsoft.graph.subjectRightsRequest' x-ms-navigationProperty: true threatIntelligence: anyOf: - $ref: '#/components/schemas/microsoft.graph.security.threatIntelligence' - type: object nullable: true x-ms-navigationProperty: true triggers: anyOf: - $ref: '#/components/schemas/microsoft.graph.security.triggersRoot' - type: object nullable: true x-ms-navigationProperty: true triggerTypes: anyOf: - $ref: '#/components/schemas/microsoft.graph.security.triggerTypesRoot' - type: object nullable: true x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.security' microsoft.graph.securityReportsRoot: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: securityReportsRoot required: - '@odata.type' type: object properties: '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.securityReportsRoot' microsoft.graph.sendDtmfTonesOperation: allOf: - $ref: '#/components/schemas/microsoft.graph.commsOperation' - title: sendDtmfTonesOperation required: - '@odata.type' type: object properties: completionReason: anyOf: - $ref: '#/components/schemas/microsoft.graph.sendDtmfCompletionReason' - type: object nullable: true description: 'The results of the action. Possible values are: unknown, completedSuccessfully, mediaOperationCanceled, unknownfutureValue.' '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.sendDtmfTonesOperation' microsoft.graph.serviceAnnouncement: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: serviceAnnouncement required: - '@odata.type' type: object properties: healthOverviews: type: array items: $ref: '#/components/schemas/microsoft.graph.serviceHealth' description: 'A collection of service health information for tenant. This property is a contained navigation property, it is nullable and readonly.' x-ms-navigationProperty: true issues: type: array items: $ref: '#/components/schemas/microsoft.graph.serviceHealthIssue' description: 'A collection of service issues for tenant. This property is a contained navigation property, it is nullable and readonly.' x-ms-navigationProperty: true messages: type: array items: $ref: '#/components/schemas/microsoft.graph.serviceUpdateMessage' description: 'A collection of service messages for tenant. This property is a contained navigation property, it is nullable and readonly.' x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.serviceAnnouncement' microsoft.graph.serviceAnnouncementAttachment: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: serviceAnnouncementAttachment required: - '@odata.type' type: object properties: content: type: string description: The attachment content. format: base64url nullable: true contentType: type: string nullable: true lastModifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string format: date-time nullable: true name: type: string nullable: true size: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.serviceAnnouncementAttachment' microsoft.graph.serviceAnnouncementBase: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: serviceAnnouncementBase required: - '@odata.type' type: object properties: details: type: array items: $ref: '#/components/schemas/microsoft.graph.keyValuePair' description: More details about service event. This property doesn't support filters. endDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The end time of the service event. format: date-time nullable: true lastModifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The last modified time of the service event. format: date-time startDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The start time of the service event. format: date-time title: type: string description: The title of the service event. '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.serviceHealthIssue': '#/components/schemas/microsoft.graph.serviceHealthIssue' '#microsoft.graph.serviceUpdateMessage': '#/components/schemas/microsoft.graph.serviceUpdateMessage' microsoft.graph.serviceHealth: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: serviceHealth required: - '@odata.type' type: object properties: service: type: string description: The service name. Use the list healthOverviews operation to get exact string names for services subscribed by the tenant. status: $ref: '#/components/schemas/microsoft.graph.serviceHealthStatus' issues: type: array items: $ref: '#/components/schemas/microsoft.graph.serviceHealthIssue' description: 'A collection of issues that happened on the service, with detailed information for each issue.' x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.serviceHealth' microsoft.graph.serviceHealthIssue: allOf: - $ref: '#/components/schemas/microsoft.graph.serviceAnnouncementBase' - title: serviceHealthIssue required: - '@odata.type' type: object properties: classification: $ref: '#/components/schemas/microsoft.graph.serviceHealthClassificationType' feature: type: string description: The feature name of the service issue. nullable: true featureGroup: type: string description: The feature group name of the service issue. nullable: true impactDescription: type: string description: The description of the service issue impact. isResolved: type: boolean description: Indicates whether the issue is resolved. origin: $ref: '#/components/schemas/microsoft.graph.serviceHealthOrigin' posts: type: array items: $ref: '#/components/schemas/microsoft.graph.serviceHealthIssuePost' description: Collection of historical posts for the service issue. service: type: string description: Indicates the service affected by the issue. status: $ref: '#/components/schemas/microsoft.graph.serviceHealthStatus' '@odata.type': type: string default: '#microsoft.graph.serviceHealthIssue' x-ms-discriminator-value: '#microsoft.graph.serviceHealthIssue' microsoft.graph.servicePrincipal: allOf: - $ref: '#/components/schemas/microsoft.graph.directoryObject' - title: servicePrincipal required: - '@odata.type' type: object properties: accountEnabled: type: boolean description: 'true if the service principal account is enabled; otherwise, false. If set to false, then no users are able to sign in to this app, even if they''re assigned to it. Supports $filter (eq, ne, not, in).' nullable: true addIns: type: array items: $ref: '#/components/schemas/microsoft.graph.addIn' description: 'Defines custom behavior that a consuming service can use to call an app in specific contexts. For example, applications that can render file streams may set the addIns property for its ''FileHandler'' functionality. This lets services like Microsoft 365 call the application in the context of a document the user is working on.' alternativeNames: type: array items: type: string description: 'Used to retrieve service principals by subscription, identify resource group and full resource IDs for managed identities. Supports $filter (eq, not, ge, le, startsWith).' appDescription: type: string description: The description exposed by the associated application. nullable: true appDisplayName: type: string description: The display name exposed by the associated application. nullable: true appId: type: string description: 'The unique identifier for the associated application (its appId property). Alternate key. Supports $filter (eq, ne, not, in, startsWith).' nullable: true applicationTemplateId: type: string description: 'Unique identifier of the applicationTemplate. Supports $filter (eq, not, ne). Read-only. null if the service principal wasn''t created from an application template.' nullable: true appOwnerOrganizationId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string description: 'Contains the tenant ID where the application is registered. This is applicable only to service principals backed by applications. Supports $filter (eq, ne, NOT, ge, le).' format: uuid nullable: true appRoleAssignmentRequired: type: boolean description: 'Specifies whether users or other service principals need to be granted an app role assignment for this service principal before users can sign in or apps can get tokens. The default value is false. Not nullable. Supports $filter (eq, ne, NOT).' appRoles: type: array items: $ref: '#/components/schemas/microsoft.graph.appRole' description: 'The roles exposed by the application that''s linked to this service principal. For more information, see the appRoles property definition on the application entity. Not nullable.' customSecurityAttributes: anyOf: - $ref: '#/components/schemas/microsoft.graph.customSecurityAttributeValue' - type: object nullable: true description: 'An open complex type that holds the value of a custom security attribute that is assigned to a directory object. Nullable. Returned only on $select. Supports $filter (eq, ne, not, startsWith). Filter value is case sensitive.' description: type: string description: 'Free text field to provide an internal end-user facing description of the service principal. End-user portals such MyApps displays the application description in this field. The maximum allowed size is 1,024 characters. Supports $filter (eq, ne, not, ge, le, startsWith) and $search.' nullable: true disabledByMicrosoftStatus: type: string description: 'Specifies whether Microsoft has disabled the registered application. Possible values are: null (default value), NotDisabled, and DisabledDueToViolationOfServicesAgreement (reasons include suspicious, abusive, or malicious activity, or a violation of the Microsoft Services Agreement). Supports $filter (eq, ne, not).' nullable: true displayName: type: string description: 'The display name for the service principal. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderby.' nullable: true homepage: type: string description: Home page or landing page of the application. nullable: true info: anyOf: - $ref: '#/components/schemas/microsoft.graph.informationalUrl' - type: object nullable: true description: 'Basic profile information of the acquired application such as app''s marketing, support, terms of service and privacy statement URLs. The terms of service and privacy statement are surfaced to users through the user consent experience. For more info, see How to: Add Terms of service and privacy statement for registered Microsoft Entra apps. Supports $filter (eq, ne, not, ge, le, and eq on null values).' keyCredentials: type: array items: $ref: '#/components/schemas/microsoft.graph.keyCredential' description: 'The collection of key credentials associated with the service principal. Not nullable. Supports $filter (eq, not, ge, le).' loginUrl: type: string description: 'Specifies the URL where the service provider redirects the user to Microsoft Entra ID to authenticate. Microsoft Entra ID uses the URL to launch the application from Microsoft 365 or the Microsoft Entra My Apps. When blank, Microsoft Entra ID performs IdP-initiated sign-on for applications configured with SAML-based single sign-on. The user launches the application from Microsoft 365, the Microsoft Entra My Apps, or the Microsoft Entra SSO URL.' nullable: true logoutUrl: type: string description: 'Specifies the URL that the Microsoft''s authorization service uses to sign out a user using OpenID Connect front-channel, back-channel, or SAML sign out protocols.' nullable: true notes: type: string description: 'Free text field to capture information about the service principal, typically used for operational purposes. Maximum allowed size is 1,024 characters.' nullable: true notificationEmailAddresses: type: array items: type: string description: Specifies the list of email addresses where Microsoft Entra ID sends a notification when the active certificate is near the expiration date. This is only for the certificates used to sign the SAML token issued for Microsoft Entra Gallery applications. oauth2PermissionScopes: type: array items: $ref: '#/components/schemas/microsoft.graph.permissionScope' description: 'The delegated permissions exposed by the application. For more information, see the oauth2PermissionScopes property on the application entity''s api property. Not nullable.' passwordCredentials: type: array items: $ref: '#/components/schemas/microsoft.graph.passwordCredential' description: The collection of password credentials associated with the application. Not nullable. preferredSingleSignOnMode: type: string description: 'Specifies the single sign-on mode configured for this application. Microsoft Entra ID uses the preferred single sign-on mode to launch the application from Microsoft 365 or the My Apps portal. The supported values are password, saml, notSupported, and oidc.' nullable: true preferredTokenSigningKeyThumbprint: type: string description: 'This property can be used on SAML applications (apps that have preferredSingleSignOnMode set to saml) to control which certificate is used to sign the SAML responses. For applications that aren''t SAML, don''t write or otherwise rely on this property.' nullable: true replyUrls: type: array items: type: string description: 'The URLs that user tokens are sent to for sign in with the associated application, or the redirect URIs that OAuth 2.0 authorization codes and access tokens are sent to for the associated application. Not nullable.' resourceSpecificApplicationPermissions: type: array items: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermission' description: 'The resource-specific application permissions exposed by this application. Currently, resource-specific permissions are only supported for Teams apps accessing to specific chats and teams using Microsoft Graph. Read-only.' samlSingleSignOnSettings: anyOf: - $ref: '#/components/schemas/microsoft.graph.samlSingleSignOnSettings' - type: object nullable: true description: The collection for settings related to saml single sign-on. servicePrincipalNames: type: array items: type: string description: 'Contains the list of identifiersUris, copied over from the associated application. Additional values can be added to hybrid applications. These values can be used to identify the permissions exposed by this app within Microsoft Entra ID. For example,Client apps can specify a resource URI that is based on the values of this property to acquire an access token, which is the URI returned in the ''aud'' claim.The any operator is required for filter expressions on multi-valued properties. Not nullable. Supports $filter (eq, not, ge, le, startsWith).' servicePrincipalType: type: string description: 'Identifies whether the service principal represents an application, a managed identity, or a legacy application. This is set by Microsoft Entra ID internally. The servicePrincipalType property can be set to three different values: Application - A service principal that represents an application or service. The appId property identifies the associated app registration, and matches the appId of an application, possibly from a different tenant. If the associated app registration is missing, tokens aren''t issued for the service principal.ManagedIdentity - A service principal that represents a managed identity. Service principals representing managed identities can be granted access and permissions, but can''t be updated or modified directly.Legacy - A service principal that represents an app created before app registrations, or through legacy experiences. A legacy service principal can have credentials, service principal names, reply URLs, and other properties that are editable by an authorized user, but doesn''t have an associated app registration. The appId value doesn''t associate the service principal with an app registration. The service principal can only be used in the tenant where it was created.SocialIdp - For internal use.' nullable: true signInAudience: type: string description: 'Specifies the Microsoft accounts that are supported for the current application. Read-only. Supported values are:AzureADMyOrg: Users with a Microsoft work or school account in my organization''s Microsoft Entra tenant (single-tenant).AzureADMultipleOrgs: Users with a Microsoft work or school account in any organization''s Microsoft Entra tenant (multitenant).AzureADandPersonalMicrosoftAccount: Users with a personal Microsoft account, or a work or school account in any organization''s Microsoft Entra tenant.PersonalMicrosoftAccount: Users with a personal Microsoft account only.' nullable: true tags: type: array items: type: string description: 'Custom strings that can be used to categorize and identify the service principal. Not nullable. The value is the union of strings set here and on the associated application entity''s tags property.Supports $filter (eq, not, ge, le, startsWith).' tokenEncryptionKeyId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string description: 'Specifies the keyId of a public key from the keyCredentials collection. When configured, Microsoft Entra ID issues tokens for this application encrypted using the key specified by this property. The application code that receives the encrypted token must use the matching private key to decrypt the token before it can be used for the signed-in user.' format: uuid nullable: true verifiedPublisher: anyOf: - $ref: '#/components/schemas/microsoft.graph.verifiedPublisher' - type: object nullable: true description: Specifies the verified publisher of the application that's linked to this service principal. appManagementPolicies: type: array items: $ref: '#/components/schemas/microsoft.graph.appManagementPolicy' description: The appManagementPolicy applied to this application. x-ms-navigationProperty: true appRoleAssignedTo: type: array items: $ref: '#/components/schemas/microsoft.graph.appRoleAssignment' description: 'App role assignments for this app or service, granted to users, groups, and other service principals. Supports $expand.' x-ms-navigationProperty: true appRoleAssignments: type: array items: $ref: '#/components/schemas/microsoft.graph.appRoleAssignment' description: 'App role assignment for another app or service, granted to this service principal. Supports $expand.' x-ms-navigationProperty: true claimsMappingPolicies: type: array items: $ref: '#/components/schemas/microsoft.graph.claimsMappingPolicy' description: The claimsMappingPolicies assigned to this service principal. Supports $expand. x-ms-navigationProperty: true createdObjects: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' description: Directory objects created by this service principal. Read-only. Nullable. x-ms-navigationProperty: true delegatedPermissionClassifications: type: array items: $ref: '#/components/schemas/microsoft.graph.delegatedPermissionClassification' x-ms-navigationProperty: true endpoints: type: array items: $ref: '#/components/schemas/microsoft.graph.endpoint' x-ms-navigationProperty: true federatedIdentityCredentials: type: array items: $ref: '#/components/schemas/microsoft.graph.federatedIdentityCredential' description: 'Federated identities for a specific type of service principal - managed identity. Supports $expand and $filter (/$count eq 0, /$count ne 0).' x-ms-navigationProperty: true homeRealmDiscoveryPolicies: type: array items: $ref: '#/components/schemas/microsoft.graph.homeRealmDiscoveryPolicy' description: The homeRealmDiscoveryPolicies assigned to this service principal. Supports $expand. x-ms-navigationProperty: true memberOf: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' description: 'Roles that this service principal is a member of. HTTP Methods: GET Read-only. Nullable. Supports $expand.' x-ms-navigationProperty: true oauth2PermissionGrants: type: array items: $ref: '#/components/schemas/microsoft.graph.oAuth2PermissionGrant' description: Delegated permission grants authorizing this service principal to access an API on behalf of a signed-in user. Read-only. Nullable. x-ms-navigationProperty: true ownedObjects: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' description: 'Directory objects that this service principal owns. Read-only. Nullable. Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1).' x-ms-navigationProperty: true owners: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' description: 'Directory objects that are owners of this servicePrincipal. The owners are a set of nonadmin users or servicePrincipals who are allowed to modify this object. Read-only. Nullable. Supports $expand, $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1), and $select nested in $expand.' x-ms-navigationProperty: true remoteDesktopSecurityConfiguration: anyOf: - $ref: '#/components/schemas/microsoft.graph.remoteDesktopSecurityConfiguration' - type: object nullable: true description: The remoteDesktopSecurityConfiguration object applied to this service principal. Supports $filter (eq) for isRemoteDesktopProtocolEnabled property. x-ms-navigationProperty: true synchronization: anyOf: - $ref: '#/components/schemas/microsoft.graph.synchronization' - type: object nullable: true description: Represents the capability for Microsoft Entra identity synchronization through the Microsoft Graph API. x-ms-navigationProperty: true tokenIssuancePolicies: type: array items: $ref: '#/components/schemas/microsoft.graph.tokenIssuancePolicy' description: The tokenIssuancePolicies assigned to this service principal. x-ms-navigationProperty: true tokenLifetimePolicies: type: array items: $ref: '#/components/schemas/microsoft.graph.tokenLifetimePolicy' description: The tokenLifetimePolicies assigned to this service principal. x-ms-navigationProperty: true transitiveMemberOf: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' x-ms-navigationProperty: true '@odata.type': type: string default: '#microsoft.graph.servicePrincipal' x-ms-discriminator-value: '#microsoft.graph.servicePrincipal' microsoft.graph.servicePrincipalRiskDetection: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: servicePrincipalRiskDetection required: - '@odata.type' type: object properties: activity: anyOf: - $ref: '#/components/schemas/microsoft.graph.activityType' - type: object nullable: true description: 'Indicates the activity type the detected risk is linked to. The possible values are: signin, servicePrincipal. Note that you must use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: servicePrincipal.' activityDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'Date and time when the risky activity occurred. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true additionalInfo: type: string description: Additional information associated with the risk detection. This string value is represented as a JSON object with the quotations escaped. nullable: true appId: type: string description: The unique identifier for the associated application. nullable: true correlationId: type: string description: Correlation ID of the sign-in activity associated with the risk detection. This property is null if the risk detection is not associated with a sign-in activity. nullable: true detectedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'Date and time when the risk was detected. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true detectionTimingType: anyOf: - $ref: '#/components/schemas/microsoft.graph.riskDetectionTimingType' - type: object nullable: true description: 'Timing of the detected risk , whether real-time or offline. The possible values are: notDefined, realtime, nearRealtime, offline, unknownFutureValue.' ipAddress: type: string description: Provides the IP address of the client from where the risk occurred. nullable: true keyIds: type: array items: type: string nullable: true description: The unique identifier for the key credential associated with the risk detection. lastUpdatedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Date and time when the risk detection was last updated. format: date-time nullable: true location: anyOf: - $ref: '#/components/schemas/microsoft.graph.signInLocation' - type: object nullable: true description: Location from where the sign-in was initiated. requestId: type: string description: Request identifier of the sign-in activity associated with the risk detection. This property is null if the risk detection is not associated with a sign-in activity. Supports $filter (eq). nullable: true riskDetail: anyOf: - $ref: '#/components/schemas/microsoft.graph.riskDetail' - type: object nullable: true description: 'Details of the detected risk. Note: Details for this property are only available for Workload Identities Premium customers. Events in tenants without this license will be returned hidden. The possible values are: none, hidden, adminConfirmedServicePrincipalCompromised, adminDismissedAllRiskForServicePrincipal. Note that you must use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: adminConfirmedServicePrincipalCompromised , adminDismissedAllRiskForServicePrincipal.' riskEventType: type: string description: 'The type of risk event detected. The possible values are: investigationsThreatIntelligence, generic, adminConfirmedServicePrincipalCompromised, suspiciousSignins, leakedCredentials, anomalousServicePrincipalActivity, maliciousApplication, suspiciousApplication.' nullable: true riskLevel: anyOf: - $ref: '#/components/schemas/microsoft.graph.riskLevel' - type: object nullable: true description: 'Level of the detected risk. Note: Details for this property are only available for Workload Identities Premium customers. Events in tenants without this license will be returned hidden. The possible values are: low, medium, high, hidden, none.' riskState: anyOf: - $ref: '#/components/schemas/microsoft.graph.riskState' - type: object nullable: true description: 'The state of a detected risky service principal or sign-in activity. The possible values are: none, dismissed, atRisk, confirmedCompromised.' servicePrincipalDisplayName: type: string description: The display name for the service principal. nullable: true servicePrincipalId: type: string description: The unique identifier for the service principal. Supports $filter (eq). nullable: true source: type: string description: 'Source of the risk detection. For example, identityProtection.' nullable: true tokenIssuerType: anyOf: - $ref: '#/components/schemas/microsoft.graph.tokenIssuerType' - type: object nullable: true description: 'Indicates the type of token issuer for the detected sign-in risk. The possible values are: AzureAD.' '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.servicePrincipalRiskDetection' microsoft.graph.serviceStorageQuotaBreakdown: allOf: - $ref: '#/components/schemas/microsoft.graph.storageQuotaBreakdown' - title: serviceStorageQuotaBreakdown required: - '@odata.type' type: object properties: '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.serviceStorageQuotaBreakdown' microsoft.graph.serviceUpdateMessage: allOf: - $ref: '#/components/schemas/microsoft.graph.serviceAnnouncementBase' - title: serviceUpdateMessage required: - '@odata.type' type: object properties: actionRequiredByDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The expected deadline of the action for the message. format: date-time nullable: true attachmentsArchive: type: string description: The zip file that contains all attachments for a message. format: base64url nullable: true body: $ref: '#/components/schemas/microsoft.graph.itemBody' category: $ref: '#/components/schemas/microsoft.graph.serviceUpdateCategory' hasAttachments: type: boolean description: Indicates whether the message has any attachment. isMajorChange: type: boolean description: Indicates whether the message describes a major update for the service. nullable: true services: type: array items: type: string nullable: true description: The affected services by the service message. severity: $ref: '#/components/schemas/microsoft.graph.serviceUpdateSeverity' tags: type: array items: type: string nullable: true description: 'A collection of tags for the service message. Tags are provided by the service team/support team who post the message to tell whether this message contains privacy data, or whether this message is for a service new feature update, and so on.' viewPoint: anyOf: - $ref: '#/components/schemas/microsoft.graph.serviceUpdateMessageViewpoint' - type: object nullable: true description: 'Represents user viewpoints data of the service message. This data includes message status such as whether the user has archived, read, or marked the message as favorite. This property is null when accessed with application permissions.' attachments: type: array items: $ref: '#/components/schemas/microsoft.graph.serviceAnnouncementAttachment' description: A collection of serviceAnnouncementAttachments. x-ms-navigationProperty: true '@odata.type': type: string default: '#microsoft.graph.serviceUpdateMessage' x-ms-discriminator-value: '#microsoft.graph.serviceUpdateMessage' microsoft.graph.settingStateDeviceSummary: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: settingStateDeviceSummary required: - '@odata.type' type: object properties: compliantDeviceCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Device Compliant count for the setting format: int32 conflictDeviceCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Device conflict error count for the setting format: int32 errorDeviceCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Device error count for the setting format: int32 instancePath: type: string description: Name of the InstancePath for the setting nullable: true nonCompliantDeviceCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Device NonCompliant count for the setting format: int32 notApplicableDeviceCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Device Not Applicable count for the setting format: int32 remediatedDeviceCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Device Compliant count for the setting format: int32 settingName: type: string description: Name of the setting nullable: true unknownDeviceCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Device Unkown count for the setting format: int32 '@odata.type': type: string description: Device Compilance Policy and Configuration for a Setting State summary x-ms-discriminator-value: '#microsoft.graph.settingStateDeviceSummary' microsoft.graph.sharedDriveItem: allOf: - $ref: '#/components/schemas/microsoft.graph.baseItem' - title: sharedDriveItem required: - '@odata.type' type: object properties: owner: anyOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' - type: object nullable: true description: Information about the owner of the shared item being referenced. driveItem: anyOf: - $ref: '#/components/schemas/microsoft.graph.driveItem' - type: object nullable: true description: Used to access the underlying driveItem x-ms-navigationProperty: true items: type: array items: $ref: '#/components/schemas/microsoft.graph.driveItem' description: All driveItems contained in the sharing root. This collection cannot be enumerated. x-ms-navigationProperty: true list: anyOf: - $ref: '#/components/schemas/microsoft.graph.list' - type: object nullable: true description: Used to access the underlying list x-ms-navigationProperty: true listItem: anyOf: - $ref: '#/components/schemas/microsoft.graph.listItem' - type: object nullable: true description: Used to access the underlying listItem x-ms-navigationProperty: true permission: anyOf: - $ref: '#/components/schemas/microsoft.graph.permission' - type: object nullable: true description: Used to access the permission representing the underlying sharing link x-ms-navigationProperty: true root: anyOf: - $ref: '#/components/schemas/microsoft.graph.driveItem' - type: object nullable: true description: Used to access the underlying driveItem. Deprecated -- use driveItem instead. x-ms-navigationProperty: true site: anyOf: - $ref: '#/components/schemas/microsoft.graph.site' - type: object nullable: true description: Used to access the underlying site x-ms-navigationProperty: true '@odata.type': type: string default: '#microsoft.graph.sharedDriveItem' x-ms-discriminator-value: '#microsoft.graph.sharedDriveItem' microsoft.graph.sharedInsight: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: sharedInsight required: - '@odata.type' type: object properties: lastShared: anyOf: - $ref: '#/components/schemas/microsoft.graph.sharingDetail' - type: object nullable: true description: Details about the shared item. Read only. resourceReference: anyOf: - $ref: '#/components/schemas/microsoft.graph.resourceReference' - type: object nullable: true description: 'Reference properties of the shared document, such as the url and type of the document. Read-only' readOnly: true resourceVisualization: anyOf: - $ref: '#/components/schemas/microsoft.graph.resourceVisualization' - type: object nullable: true description: Properties that you can use to visualize the document in your experience. Read-only readOnly: true sharingHistory: type: array items: $ref: '#/components/schemas/microsoft.graph.sharingDetail' lastSharedMethod: anyOf: - $ref: '#/components/schemas/microsoft.graph.entity' - type: object nullable: true x-ms-navigationProperty: true resource: anyOf: - $ref: '#/components/schemas/microsoft.graph.entity' - type: object nullable: true description: 'Used for navigating to the item that was shared. For file attachments, the type is fileAttachment. For linked attachments, the type is driveItem.' x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.sharedInsight' microsoft.graph.sharedPCConfiguration: allOf: - $ref: '#/components/schemas/microsoft.graph.deviceConfiguration' - title: sharedPCConfiguration required: - '@odata.type' type: object properties: accountManagerPolicy: anyOf: - $ref: '#/components/schemas/microsoft.graph.sharedPCAccountManagerPolicy' - type: object nullable: true description: Specifies how accounts are managed on a shared PC. Only applies when disableAccountManager is false. allowedAccounts: $ref: '#/components/schemas/microsoft.graph.sharedPCAllowedAccountType' allowLocalStorage: type: boolean description: Specifies whether local storage is allowed on a shared PC. disableAccountManager: type: boolean description: Disables the account manager for shared PC mode. disableEduPolicies: type: boolean description: 'Specifies whether the default shared PC education environment policies should be disabled. For Windows 10 RS2 and later, this policy will be applied without setting Enabled to true.' disablePowerPolicies: type: boolean description: Specifies whether the default shared PC power policies should be disabled. disableSignInOnResume: type: boolean description: Disables the requirement to sign in whenever the device wakes up from sleep mode. enabled: type: boolean description: Enables shared PC mode and applies the shared pc policies. idleTimeBeforeSleepInSeconds: maximum: 2147483647 minimum: -2147483648 type: integer description: Specifies the time in seconds that a device must sit idle before the PC goes to sleep. Setting this value to 0 prevents the sleep timeout from occurring. format: int32 nullable: true kioskAppDisplayName: type: string description: Specifies the display text for the account shown on the sign-in screen which launches the app specified by SetKioskAppUserModelId. Only applies when KioskAppUserModelId is set. nullable: true kioskAppUserModelId: type: string description: Specifies the application user model ID of the app to use with assigned access. nullable: true maintenanceStartTime: pattern: '^([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?$' type: string description: Specifies the daily start time of maintenance hour. format: time nullable: true '@odata.type': type: string default: '#microsoft.graph.sharedPCConfiguration' description: 'This topic provides descriptions of the declared methods, properties and relationships exposed by the sharedPCConfiguration resource.' x-ms-discriminator-value: '#microsoft.graph.sharedPCConfiguration' microsoft.graph.sharedWithChannelTeamInfo: allOf: - $ref: '#/components/schemas/microsoft.graph.teamInfo' - title: sharedWithChannelTeamInfo required: - '@odata.type' type: object properties: isHostTeam: type: boolean description: Indicates whether the team is the host of the channel. nullable: true allowedMembers: type: array items: $ref: '#/components/schemas/microsoft.graph.conversationMember' description: A collection of team members who have access to the shared channel. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.sharedWithChannelTeamInfo' microsoft.graph.sharepoint: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: sharepoint required: - '@odata.type' type: object properties: settings: anyOf: - $ref: '#/components/schemas/microsoft.graph.sharepointSettings' - type: object nullable: true x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.sharepoint' microsoft.graph.sharepointSettings: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: sharepointSettings required: - '@odata.type' type: object properties: allowedDomainGuidsForSyncApp: type: array items: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string format: uuid nullable: true description: Collection of trusted domain GUIDs for the OneDrive sync app. availableManagedPathsForSiteCreation: type: array items: type: string description: Collection of managed paths available for site creation. Read-only. deletedUserPersonalSiteRetentionPeriodInDays: maximum: 2147483647 minimum: -2147483648 type: integer description: The number of days for preserving a deleted user's OneDrive. format: int32 nullable: true excludedFileExtensionsForSyncApp: type: array items: type: string nullable: true description: Collection of file extensions not uploaded by the OneDrive sync app. idleSessionSignOut: anyOf: - $ref: '#/components/schemas/microsoft.graph.idleSessionSignOut' - type: object nullable: true description: Specifies the idle session sign-out policies for the tenant. imageTaggingOption: anyOf: - $ref: '#/components/schemas/microsoft.graph.imageTaggingChoice' - type: object nullable: true description: 'Specifies the image tagging option for the tenant. Possible values are: disabled, basic, enhanced.' isCommentingOnSitePagesEnabled: type: boolean description: Indicates whether comments are allowed on modern site pages in SharePoint. nullable: true isFileActivityNotificationEnabled: type: boolean description: Indicates whether push notifications are enabled for OneDrive events. nullable: true isLegacyAuthProtocolsEnabled: type: boolean description: Indicates whether legacy authentication protocols are enabled for the tenant. nullable: true isLoopEnabled: type: boolean description: Indicates whether if Fluid Framework is allowed on SharePoint sites. nullable: true isMacSyncAppEnabled: type: boolean description: Indicates whether files can be synced using the OneDrive sync app for Mac. nullable: true isRequireAcceptingUserToMatchInvitedUserEnabled: type: boolean description: Indicates whether guests must sign in using the same account to which sharing invitations are sent. nullable: true isResharingByExternalUsersEnabled: type: boolean description: 'Indicates whether guests are allowed to reshare files, folders, and sites they don''t own.' nullable: true isSharePointMobileNotificationEnabled: type: boolean description: Indicates whether mobile push notifications are enabled for SharePoint. nullable: true isSharePointNewsfeedEnabled: type: boolean description: Indicates whether the newsfeed is allowed on the modern site pages in SharePoint. nullable: true isSiteCreationEnabled: type: boolean description: Indicates whether users are allowed to create sites. nullable: true isSiteCreationUIEnabled: type: boolean description: Indicates whether the UI commands for creating sites are shown. nullable: true isSitePagesCreationEnabled: type: boolean description: Indicates whether creating new modern pages is allowed on SharePoint sites. nullable: true isSitesStorageLimitAutomatic: type: boolean description: Indicates whether site storage space is automatically managed or if specific storage limits are set per site. nullable: true isSyncButtonHiddenOnPersonalSite: type: boolean description: Indicates whether the sync button in OneDrive is hidden. nullable: true isUnmanagedSyncAppForTenantRestricted: type: boolean description: Indicates whether users are allowed to sync files only on PCs joined to specific domains. nullable: true personalSiteDefaultStorageLimitInMB: type: integer description: The default OneDrive storage limit for all new and existing users who are assigned a qualifying license. Measured in megabytes (MB). format: int64 nullable: true sharingAllowedDomainList: type: array items: type: string nullable: true description: Collection of email domains that are allowed for sharing outside the organization. sharingBlockedDomainList: type: array items: type: string nullable: true description: Collection of email domains that are blocked for sharing outside the organization. sharingCapability: anyOf: - $ref: '#/components/schemas/microsoft.graph.sharingCapabilities' - type: object nullable: true description: 'Sharing capability for the tenant. Possible values are: disabled, externalUserSharingOnly, externalUserAndGuestSharing, existingExternalUserSharingOnly.' sharingDomainRestrictionMode: anyOf: - $ref: '#/components/schemas/microsoft.graph.sharingDomainRestrictionMode' - type: object nullable: true description: 'Specifies the external sharing mode for domains. Possible values are: none, allowList, blockList.' siteCreationDefaultManagedPath: type: string description: The value of the team site managed path. This is the path under which new team sites will be created. siteCreationDefaultStorageLimitInMB: maximum: 2147483647 minimum: -2147483648 type: integer description: The default storage quota for a new site upon creation. Measured in megabytes (MB). format: int32 nullable: true tenantDefaultTimezone: type: string description: 'The default timezone of a tenant for newly created sites. For a list of possible values, see SPRegionalSettings.TimeZones property.' nullable: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.sharepointSettings' microsoft.graph.shift: allOf: - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' - title: shift required: - '@odata.type' type: object properties: draftShift: anyOf: - $ref: '#/components/schemas/microsoft.graph.shiftItem' - type: object nullable: true description: 'Draft changes in the shift. Draft changes are only visible to managers. The changes are visible to employees when they are shared, which copies the changes from the draftShift to the sharedShift property.' schedulingGroupId: type: string description: ID of the scheduling group the shift is part of. Required. nullable: true sharedShift: anyOf: - $ref: '#/components/schemas/microsoft.graph.shiftItem' - type: object nullable: true description: The shared version of this shift that is viewable by both employees and managers. Updates to the sharedShift property send notifications to users in the Teams client. userId: type: string description: ID of the user assigned to the shift. Required. nullable: true '@odata.type': type: string default: '#microsoft.graph.shift' x-ms-discriminator-value: '#microsoft.graph.shift' microsoft.graph.shiftPreferences: allOf: - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' - title: shiftPreferences required: - '@odata.type' type: object properties: availability: type: array items: $ref: '#/components/schemas/microsoft.graph.shiftAvailability' description: Availability of the user to be scheduled for work and its recurrence pattern. '@odata.type': type: string default: '#microsoft.graph.shiftPreferences' x-ms-discriminator-value: '#microsoft.graph.shiftPreferences' microsoft.graph.signIn: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: signIn required: - '@odata.type' type: object properties: appDisplayName: type: string description: 'App name displayed in the Microsoft Entra admin center. Supports $filter (eq, startsWith).' nullable: true appId: type: string description: Unique GUID that represents the app ID in the Microsoft Entra ID. Supports $filter (eq). nullable: true appliedConditionalAccessPolicies: type: array items: $ref: '#/components/schemas/microsoft.graph.appliedConditionalAccessPolicy' description: 'Provides a list of conditional access policies that the corresponding sign-in activity triggers. Apps need more Conditional Access-related privileges to read the details of this property. For more information, see Viewing applied conditional access (CA) policies in sign-ins.' clientAppUsed: type: string description: 'Identifies the client used for the sign-in activity. Modern authentication clients include Browser, modern clients. Legacy authentication clients include Exchange ActiveSync, IMAP, MAPI, SMTP, POP, and other clients. Supports $filter (eq).' nullable: true conditionalAccessStatus: anyOf: - $ref: '#/components/schemas/microsoft.graph.conditionalAccessStatus' - type: object nullable: true description: 'Reports status of an activated conditional access policy. Possible values are: success, failure, notApplied, and unknownFutureValue. Supports $filter (eq).' correlationId: type: string description: The request ID sent from the client when the sign-in is initiated. Used to troubleshoot sign-in activity. Supports $filter (eq). nullable: true createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'Date and time (UTC) the sign-in was initiated. Example: midnight on Jan 1, 2014 is reported as 2014-01-01T00:00:00Z. Supports $orderby, $filter (eq, le, and ge).' format: date-time deviceDetail: anyOf: - $ref: '#/components/schemas/microsoft.graph.deviceDetail' - type: object nullable: true description: 'Device information from where the sign-in occurred; includes device ID, operating system, and browser. Supports $filter (eq, startsWith) on browser and operatingSytem properties.' ipAddress: type: string description: 'IP address of the client used to sign in. Supports $filter (eq, startsWith).' nullable: true isInteractive: type: boolean description: Indicates whether a sign-in is interactive. nullable: true location: anyOf: - $ref: '#/components/schemas/microsoft.graph.signInLocation' - type: object nullable: true description: 'Provides the city, state, and country code where the sign-in originated. Supports $filter (eq, startsWith) on city, state, and countryOrRegion properties.' resourceDisplayName: type: string description: Name of the resource the user signed into. Supports $filter (eq). nullable: true resourceId: type: string description: ID of the resource that the user signed into. Supports $filter (eq). nullable: true riskDetail: anyOf: - $ref: '#/components/schemas/microsoft.graph.riskDetail' - type: object nullable: true description: 'The reason behind a specific state of a risky user, sign-in, or a risk event. The possible values are none, adminGeneratedTemporaryPassword, userPerformedSecuredPasswordChange, userPerformedSecuredPasswordReset, adminConfirmedSigninSafe, aiConfirmedSigninSafe, userPassedMFADrivenByRiskBasedPolicy, adminDismissedAllRiskForUser, adminConfirmedSigninCompromised, hidden, adminConfirmedUserCompromised, unknownFutureValue, adminConfirmedServicePrincipalCompromised, adminDismissedAllRiskForServicePrincipal, m365DAdminDismissedDetection, userChangedPasswordOnPremises, adminDismissedRiskForSignIn, adminConfirmedAccountSafe. You must use the Prefer: include-unknown-enum-members request header to get the following value or values in this evolvable enum: adminConfirmedServicePrincipalCompromised, adminDismissedAllRiskForServicePrincipal, m365DAdminDismissedDetection, userChangedPasswordOnPremises, adminDismissedRiskForSignIn, adminConfirmedAccountSafe.The value none means that Microsoft Entra risk detection did not flag the user or the sign-in as a risky event so far. Supports $filter (eq). Note: Details for this property are only available for Microsoft Entra ID P2 customers. All other customers are returned hidden.' riskEventTypes: type: array items: anyOf: - $ref: '#/components/schemas/microsoft.graph.riskEventType' - type: object nullable: true riskEventTypes_v2: type: array items: type: string nullable: true description: 'The list of risk event types associated with the sign-in. Possible values: unlikelyTravel, anonymizedIPAddress, maliciousIPAddress, unfamiliarFeatures, malwareInfectedIPAddress, suspiciousIPAddress, leakedCredentials, investigationsThreatIntelligence, generic, or unknownFutureValue. Supports $filter (eq, startsWith).' riskLevelAggregated: anyOf: - $ref: '#/components/schemas/microsoft.graph.riskLevel' - type: object nullable: true description: 'Aggregated risk level. The possible values are: none, low, medium, high, hidden, and unknownFutureValue. The value hidden means the user or sign-in wasn''t enabled for Microsoft Entra ID Protection. Supports $filter (eq). Note: Details for this property are only available for Microsoft Entra ID P2 customers. All other customers are returned hidden.' riskLevelDuringSignIn: anyOf: - $ref: '#/components/schemas/microsoft.graph.riskLevel' - type: object nullable: true description: 'Risk level during sign-in. The possible values are: none, low, medium, high, hidden, and unknownFutureValue. The value hidden means the user or sign-in wasn''t enabled for Microsoft Entra ID Protection. Supports $filter (eq). Note: Details for this property are only available for Microsoft Entra ID P2 customers. All other customers are returned hidden.' riskState: anyOf: - $ref: '#/components/schemas/microsoft.graph.riskState' - type: object nullable: true description: 'Reports status of the risky user, sign-in, or a risk event. The possible values are: none, confirmedSafe, remediated, dismissed, atRisk, confirmedCompromised, unknownFutureValue. Supports $filter (eq).' status: anyOf: - $ref: '#/components/schemas/microsoft.graph.signInStatus' - type: object nullable: true description: Sign-in status. Includes the error code and description of the error (if a sign-in failure occurs). Supports $filter (eq) on errorCode property. userDisplayName: type: string description: 'Display name of the user that initiated the sign-in. Supports $filter (eq, startsWith).' nullable: true userId: type: string description: ID of the user that initiated the sign-in. Supports $filter (eq). userPrincipalName: type: string description: 'User principal name of the user that initiated the sign-in. Supports $filter (eq, startsWith).' nullable: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.signIn' microsoft.graph.simulation: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: simulation required: - '@odata.type' type: object properties: attackTechnique: anyOf: - $ref: '#/components/schemas/microsoft.graph.simulationAttackTechnique' - type: object nullable: true description: 'The social engineering technique used in the attack simulation and training campaign. Supports $filter and $orderby. Possible values are: unknown, credentialHarvesting, attachmentMalware, driveByUrl, linkInAttachment, linkToMalwareFile, unknownFutureValue, oAuthConsentGrant. Note that you must use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: oAuthConsentGrant. For more information on the types of social engineering attack techniques, see simulations.' attackType: anyOf: - $ref: '#/components/schemas/microsoft.graph.simulationAttackType' - type: object nullable: true description: 'Attack type of the attack simulation and training campaign. Supports $filter and $orderby. Possible values are: unknown, social, cloud, endpoint, unknownFutureValue.' automationId: type: string description: Unique identifier for the attack simulation automation. nullable: true completionDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Date and time of completion of the attack simulation and training campaign. Supports $filter and $orderby. format: date-time nullable: true createdBy: anyOf: - $ref: '#/components/schemas/microsoft.graph.emailIdentity' - type: object nullable: true description: Identity of the user who created the attack simulation and training campaign. createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Date and time of creation of the attack simulation and training campaign. format: date-time nullable: true description: type: string description: Description of the attack simulation and training campaign. nullable: true displayName: type: string description: Display name of the attack simulation and training campaign. Supports $filter and $orderby. nullable: true durationInDays: maximum: 2147483647 minimum: -2147483648 type: integer description: Simulation duration in days. format: int32 nullable: true endUserNotificationSetting: anyOf: - $ref: '#/components/schemas/microsoft.graph.endUserNotificationSetting' - type: object nullable: true description: Details about the end user notification setting. excludedAccountTarget: anyOf: - $ref: '#/components/schemas/microsoft.graph.accountTargetContent' - type: object nullable: true description: Users excluded from the simulation. includedAccountTarget: anyOf: - $ref: '#/components/schemas/microsoft.graph.accountTargetContent' - type: object nullable: true description: Users targeted in the simulation. isAutomated: type: boolean description: Flag that represents if the attack simulation and training campaign was created from a simulation automation flow. Supports $filter and $orderby. nullable: true lastModifiedBy: anyOf: - $ref: '#/components/schemas/microsoft.graph.emailIdentity' - type: object nullable: true description: Identity of the user who most recently modified the attack simulation and training campaign. lastModifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Date and time of the most recent modification of the attack simulation and training campaign. format: date-time nullable: true launchDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Date and time of the launch/start of the attack simulation and training campaign. Supports $filter and $orderby. format: date-time nullable: true oAuthConsentAppDetail: anyOf: - $ref: '#/components/schemas/microsoft.graph.oAuthConsentAppDetail' - type: object nullable: true description: OAuth app details for the OAuth technique. payloadDeliveryPlatform: anyOf: - $ref: '#/components/schemas/microsoft.graph.payloadDeliveryPlatform' - type: object nullable: true description: 'Method of delivery of the phishing payload used in the attack simulation and training campaign. Possible values are: unknown, sms, email, teams, unknownFutureValue.' report: anyOf: - $ref: '#/components/schemas/microsoft.graph.simulationReport' - type: object nullable: true description: Report of the attack simulation and training campaign. status: anyOf: - $ref: '#/components/schemas/microsoft.graph.simulationStatus' - type: object nullable: true description: 'Status of the attack simulation and training campaign. Supports $filter and $orderby. Possible values are: unknown, draft, running, scheduled, succeeded, failed, cancelled, excluded, unknownFutureValue.' trainingSetting: anyOf: - $ref: '#/components/schemas/microsoft.graph.trainingSetting' - type: object nullable: true description: Details about the training settings for a simulation. landingPage: anyOf: - $ref: '#/components/schemas/microsoft.graph.landingPage' - type: object nullable: true description: The landing page associated with a simulation during its creation. x-ms-navigationProperty: true loginPage: anyOf: - $ref: '#/components/schemas/microsoft.graph.loginPage' - type: object nullable: true description: The login page associated with a simulation during its creation. x-ms-navigationProperty: true payload: anyOf: - $ref: '#/components/schemas/microsoft.graph.payload' - type: object nullable: true description: The payload associated with a simulation during its creation. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.simulation' microsoft.graph.simulationAutomation: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: simulationAutomation required: - '@odata.type' type: object properties: createdBy: anyOf: - $ref: '#/components/schemas/microsoft.graph.emailIdentity' - type: object nullable: true description: Identity of the user who created the attack simulation automation. createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Date and time when the attack simulation automation was created. format: date-time nullable: true description: type: string description: Description of the attack simulation automation. nullable: true displayName: type: string description: Display name of the attack simulation automation. Supports $filter and $orderby. nullable: true lastModifiedBy: anyOf: - $ref: '#/components/schemas/microsoft.graph.emailIdentity' - type: object nullable: true description: Identity of the user who most recently modified the attack simulation automation. lastModifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Date and time when the attack simulation automation was most recently modified. format: date-time nullable: true lastRunDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Date and time of the latest run of the attack simulation automation. format: date-time nullable: true nextRunDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Date and time of the upcoming run of the attack simulation automation. format: date-time nullable: true status: anyOf: - $ref: '#/components/schemas/microsoft.graph.simulationAutomationStatus' - type: object nullable: true description: 'Status of the attack simulation automation. Supports $filter and $orderby. The possible values are: unknown, draft, notRunning, running, completed, unknownFutureValue.' runs: type: array items: $ref: '#/components/schemas/microsoft.graph.simulationAutomationRun' description: A collection of simulation automation runs. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.simulationAutomation' microsoft.graph.simulationAutomationRun: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: simulationAutomationRun required: - '@odata.type' type: object properties: endDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Date and time when the run ends in an attack simulation automation. format: date-time nullable: true simulationId: type: string description: Unique identifier for the attack simulation campaign initiated in the attack simulation automation run. nullable: true startDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Date and time when the run starts in an attack simulation automation. format: date-time nullable: true status: anyOf: - $ref: '#/components/schemas/microsoft.graph.simulationAutomationRunStatus' - type: object nullable: true description: 'Status of the attack simulation automation run. The possible values are: unknown, running, succeeded, failed, skipped, unknownFutureValue.' '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.simulationAutomationRun' microsoft.graph.singleValueLegacyExtendedProperty: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: singleValueLegacyExtendedProperty required: - '@odata.type' type: object properties: value: type: string description: A property value. nullable: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.singleValueLegacyExtendedProperty' microsoft.graph.site: allOf: - $ref: '#/components/schemas/microsoft.graph.baseItem' - title: site required: - '@odata.type' type: object properties: displayName: type: string description: The full title for the site. Read-only. nullable: true error: anyOf: - $ref: '#/components/schemas/microsoft.graph.publicError' - type: object nullable: true isPersonalSite: type: boolean description: Identifies whether the site is personal or not. Read-only. nullable: true root: anyOf: - $ref: '#/components/schemas/microsoft.graph.root' - type: object nullable: true description: 'If present, provides the root site in the site collection. Read-only.' sharepointIds: anyOf: - $ref: '#/components/schemas/microsoft.graph.sharepointIds' - type: object nullable: true description: Returns identifiers useful for SharePoint REST compatibility. Read-only. siteCollection: anyOf: - $ref: '#/components/schemas/microsoft.graph.siteCollection' - type: object nullable: true description: Provides details about the site's site collection. Available only on the root site. Read-only. analytics: anyOf: - $ref: '#/components/schemas/microsoft.graph.itemAnalytics' - type: object nullable: true description: Analytics about the view activities that took place on this site. x-ms-navigationProperty: true columns: type: array items: $ref: '#/components/schemas/microsoft.graph.columnDefinition' description: The collection of column definitions reusable across lists under this site. x-ms-navigationProperty: true contentTypes: type: array items: $ref: '#/components/schemas/microsoft.graph.contentType' description: The collection of content types defined for this site. x-ms-navigationProperty: true drive: anyOf: - $ref: '#/components/schemas/microsoft.graph.drive' - type: object nullable: true description: The default drive (document library) for this site. x-ms-navigationProperty: true drives: type: array items: $ref: '#/components/schemas/microsoft.graph.drive' description: The collection of drives (document libraries) under this site. x-ms-navigationProperty: true externalColumns: type: array items: $ref: '#/components/schemas/microsoft.graph.columnDefinition' x-ms-navigationProperty: true items: type: array items: $ref: '#/components/schemas/microsoft.graph.baseItem' description: Used to address any item contained in this site. This collection can't be enumerated. x-ms-navigationProperty: true lists: type: array items: $ref: '#/components/schemas/microsoft.graph.list' description: The collection of lists under this site. x-ms-navigationProperty: true onenote: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenote' - type: object nullable: true description: Calls the OneNote service for notebook related operations. x-ms-navigationProperty: true operations: type: array items: $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' description: The collection of long-running operations on the site. x-ms-navigationProperty: true pages: type: array items: $ref: '#/components/schemas/microsoft.graph.baseSitePage' description: The collection of pages in the baseSitePages list in this site. x-ms-navigationProperty: true permissions: type: array items: $ref: '#/components/schemas/microsoft.graph.permission' description: The permissions associated with the site. Nullable. x-ms-navigationProperty: true sites: type: array items: $ref: '#/components/schemas/microsoft.graph.site' description: The collection of the sub-sites under this site. x-ms-navigationProperty: true termStore: anyOf: - $ref: '#/components/schemas/microsoft.graph.termStore.store' - type: object nullable: true description: The default termStore under this site. x-ms-navigationProperty: true termStores: type: array items: $ref: '#/components/schemas/microsoft.graph.termStore.store' description: The collection of termStores under this site. x-ms-navigationProperty: true '@odata.type': type: string default: '#microsoft.graph.site' x-ms-discriminator-value: '#microsoft.graph.site' microsoft.graph.sitePage: allOf: - $ref: '#/components/schemas/microsoft.graph.baseSitePage' - title: sitePage required: - '@odata.type' type: object properties: promotionKind: anyOf: - $ref: '#/components/schemas/microsoft.graph.pagePromotionType' - type: object nullable: true description: 'Indicates the promotion kind of the sitePage. The possible values are: microsoftReserved, page, newsPost, unknownFutureValue.' reactions: anyOf: - $ref: '#/components/schemas/microsoft.graph.reactionsFacet' - type: object nullable: true description: Reactions information for the page. showComments: type: boolean description: Determines whether or not to show comments at the bottom of the page. nullable: true showRecommendedPages: type: boolean description: Determines whether or not to show recommended pages at the bottom of the page. nullable: true thumbnailWebUrl: type: string description: Url of the sitePage's thumbnail image nullable: true titleArea: anyOf: - $ref: '#/components/schemas/microsoft.graph.titleArea' - type: object nullable: true description: Title area on the SharePoint page. canvasLayout: anyOf: - $ref: '#/components/schemas/microsoft.graph.canvasLayout' - type: object nullable: true description: 'Indicates the layout of the content in a given SharePoint page, including horizontal sections and vertical sections.' x-ms-navigationProperty: true webParts: type: array items: $ref: '#/components/schemas/microsoft.graph.webPart' description: Collection of webparts on the SharePoint page. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.sitePage' microsoft.graph.skypeForBusinessUserConversationMember: allOf: - $ref: '#/components/schemas/microsoft.graph.conversationMember' - title: skypeForBusinessUserConversationMember required: - '@odata.type' type: object properties: tenantId: type: string description: ID of the tenant that the user belongs to. nullable: true userId: type: string description: Microsoft Entra ID of the user. nullable: true '@odata.type': type: string default: '#microsoft.graph.skypeForBusinessUserConversationMember' x-ms-discriminator-value: '#microsoft.graph.skypeForBusinessUserConversationMember' microsoft.graph.skypeUserConversationMember: allOf: - $ref: '#/components/schemas/microsoft.graph.conversationMember' - title: skypeUserConversationMember required: - '@odata.type' type: object properties: skypeId: type: string description: Skype ID of the user. nullable: true '@odata.type': type: string default: '#microsoft.graph.skypeUserConversationMember' x-ms-discriminator-value: '#microsoft.graph.skypeUserConversationMember' microsoft.graph.smsAuthenticationMethodConfiguration: allOf: - $ref: '#/components/schemas/microsoft.graph.authenticationMethodConfiguration' - title: smsAuthenticationMethodConfiguration required: - '@odata.type' type: object properties: includeTargets: type: array items: $ref: '#/components/schemas/microsoft.graph.smsAuthenticationMethodTarget' description: A collection of groups that are enabled to use the authentication method. x-ms-navigationProperty: true '@odata.type': type: string default: '#microsoft.graph.smsAuthenticationMethodConfiguration' x-ms-discriminator-value: '#microsoft.graph.smsAuthenticationMethodConfiguration' microsoft.graph.smsAuthenticationMethodTarget: allOf: - $ref: '#/components/schemas/microsoft.graph.authenticationMethodTarget' - title: smsAuthenticationMethodTarget required: - '@odata.type' type: object properties: isUsableForSignIn: type: boolean description: 'Determines if users can use this authentication method to sign in to Microsoft Entra ID. true if users can use this method for primary authentication, otherwise false.' '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.smsAuthenticationMethodTarget' microsoft.graph.socialIdentityProvider: allOf: - $ref: '#/components/schemas/microsoft.graph.identityProviderBase' - title: socialIdentityProvider required: - '@odata.type' type: object properties: clientId: type: string description: The identifier for the client application obtained when registering the application with the identity provider. Required. nullable: true clientSecret: type: string description: The client secret for the application that is obtained when the application is registered with the identity provider. This is write-only. A read operation returns . Required. nullable: true identityProviderType: type: string description: 'For a B2B scenario, possible values: Google, Facebook. For a B2C scenario, possible values: Microsoft, Google, Amazon, LinkedIn, Facebook, GitHub, Twitter, Weibo, QQ, WeChat. Required.' nullable: true '@odata.type': type: string default: '#microsoft.graph.socialIdentityProvider' x-ms-discriminator-value: '#microsoft.graph.socialIdentityProvider' microsoft.graph.softwareOathAuthenticationMethod: allOf: - $ref: '#/components/schemas/microsoft.graph.authenticationMethod' - title: softwareOathAuthenticationMethod required: - '@odata.type' type: object properties: secretKey: type: string description: The secret key of the method. Always returns null. nullable: true '@odata.type': type: string default: '#microsoft.graph.softwareOathAuthenticationMethod' x-ms-discriminator-value: '#microsoft.graph.softwareOathAuthenticationMethod' microsoft.graph.softwareOathAuthenticationMethodConfiguration: allOf: - $ref: '#/components/schemas/microsoft.graph.authenticationMethodConfiguration' - title: softwareOathAuthenticationMethodConfiguration required: - '@odata.type' type: object properties: includeTargets: type: array items: $ref: '#/components/schemas/microsoft.graph.authenticationMethodTarget' description: A collection of groups that are enabled to use the authentication method. Expanded by default. x-ms-navigationProperty: true '@odata.type': type: string default: '#microsoft.graph.softwareOathAuthenticationMethodConfiguration' x-ms-discriminator-value: '#microsoft.graph.softwareOathAuthenticationMethodConfiguration' microsoft.graph.softwareUpdateStatusSummary: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: softwareUpdateStatusSummary required: - '@odata.type' type: object properties: compliantDeviceCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of compliant devices. format: int32 compliantUserCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of compliant users. format: int32 conflictDeviceCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of conflict devices. format: int32 conflictUserCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of conflict users. format: int32 displayName: type: string description: The name of the policy. nullable: true errorDeviceCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of devices had error. format: int32 errorUserCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of users had error. format: int32 nonCompliantDeviceCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of non compliant devices. format: int32 nonCompliantUserCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of non compliant users. format: int32 notApplicableDeviceCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of not applicable devices. format: int32 notApplicableUserCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of not applicable users. format: int32 remediatedDeviceCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of remediated devices. format: int32 remediatedUserCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of remediated users. format: int32 unknownDeviceCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of unknown devices. format: int32 unknownUserCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of unknown users. format: int32 '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.softwareUpdateStatusSummary' microsoft.graph.solutionsRoot: title: solutionsRoot required: - '@odata.type' type: object properties: bookingBusinesses: type: array items: $ref: '#/components/schemas/microsoft.graph.bookingBusiness' x-ms-navigationProperty: true bookingCurrencies: type: array items: $ref: '#/components/schemas/microsoft.graph.bookingCurrency' x-ms-navigationProperty: true virtualEvents: anyOf: - $ref: '#/components/schemas/microsoft.graph.virtualEventsRoot' - type: object nullable: true x-ms-navigationProperty: true '@odata.type': type: string microsoft.graph.standardWebPart: allOf: - $ref: '#/components/schemas/microsoft.graph.webPart' - title: standardWebPart required: - '@odata.type' type: object properties: containerTextWebPartId: type: string description: The instance identifier of the container text webPart. It only works for inline standard webPart in rich text webParts. nullable: true data: anyOf: - $ref: '#/components/schemas/microsoft.graph.webPartData' - type: object nullable: true description: Data of the webPart. webPartType: type: string description: A Guid that indicates the webPart type. nullable: true '@odata.type': type: string default: '#microsoft.graph.standardWebPart' x-ms-discriminator-value: '#microsoft.graph.standardWebPart' microsoft.graph.startHoldMusicOperation: allOf: - $ref: '#/components/schemas/microsoft.graph.commsOperation' - title: startHoldMusicOperation required: - '@odata.type' type: object properties: '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.startHoldMusicOperation' microsoft.graph.stopHoldMusicOperation: allOf: - $ref: '#/components/schemas/microsoft.graph.commsOperation' - title: stopHoldMusicOperation required: - '@odata.type' type: object properties: '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.stopHoldMusicOperation' microsoft.graph.storage: title: storage required: - '@odata.type' type: object properties: fileStorage: anyOf: - $ref: '#/components/schemas/microsoft.graph.fileStorage' - type: object nullable: true x-ms-navigationProperty: true settings: anyOf: - $ref: '#/components/schemas/microsoft.graph.storageSettings' - type: object nullable: true x-ms-navigationProperty: true '@odata.type': type: string microsoft.graph.storageQuotaBreakdown: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: storageQuotaBreakdown required: - '@odata.type' type: object properties: displayName: type: string nullable: true manageWebUrl: type: string nullable: true used: type: integer format: int64 nullable: true '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.serviceStorageQuotaBreakdown': '#/components/schemas/microsoft.graph.serviceStorageQuotaBreakdown' microsoft.graph.storageSettings: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: storageSettings required: - '@odata.type' type: object properties: quota: anyOf: - $ref: '#/components/schemas/microsoft.graph.unifiedStorageQuota' - type: object nullable: true x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.storageSettings' microsoft.graph.stsPolicy: allOf: - $ref: '#/components/schemas/microsoft.graph.policyBase' - title: stsPolicy required: - '@odata.type' type: object properties: definition: type: array items: type: string description: A string collection containing a JSON string that defines the rules and settings for a policy. The syntax for the definition differs for each derived policy type. Required. isOrganizationDefault: type: boolean description: 'If set to true, activates this policy. There can be many policies for the same policy type, but only one can be activated as the organization default. Optional, default value is false.' nullable: true appliesTo: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' x-ms-navigationProperty: true '@odata.type': type: string default: '#microsoft.graph.stsPolicy' discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.activityBasedTimeoutPolicy': '#/components/schemas/microsoft.graph.activityBasedTimeoutPolicy' '#microsoft.graph.claimsMappingPolicy': '#/components/schemas/microsoft.graph.claimsMappingPolicy' '#microsoft.graph.homeRealmDiscoveryPolicy': '#/components/schemas/microsoft.graph.homeRealmDiscoveryPolicy' '#microsoft.graph.tokenIssuancePolicy': '#/components/schemas/microsoft.graph.tokenIssuancePolicy' '#microsoft.graph.tokenLifetimePolicy': '#/components/schemas/microsoft.graph.tokenLifetimePolicy' microsoft.graph.subjectRightsRequest: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: subjectRightsRequest required: - '@odata.type' type: object properties: assignedTo: anyOf: - $ref: '#/components/schemas/microsoft.graph.identity' - type: object nullable: true description: Identity that the request is assigned to. closedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The date and time when the request was closed. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true contentQuery: type: string description: KQL based content query that should be used for search. This property is defined only for APIs accessed using the /security query path and not the /privacy query path. nullable: true createdBy: anyOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' - type: object nullable: true description: Identity information for the entity that created the request. createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The date and time when the request was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true dataSubject: anyOf: - $ref: '#/components/schemas/microsoft.graph.dataSubject' - type: object nullable: true description: Information about the data subject. dataSubjectType: anyOf: - $ref: '#/components/schemas/microsoft.graph.dataSubjectType' - type: object nullable: true description: 'The type of the data subject. Possible values are: customer, currentEmployee, formerEmployee, prospectiveEmployee, student, teacher, faculty, other, unknownFutureValue.' description: type: string description: Description for the request. nullable: true displayName: type: string description: The name of the request. nullable: true externalId: type: string description: The external ID for the request that is immutable after creation and is used for tracking the request for the external system. This property is defined only for APIs accessed using the /security query path and not the /privacy query path. nullable: true history: type: array items: $ref: '#/components/schemas/microsoft.graph.subjectRightsRequestHistory' description: Collection of history change events. includeAllVersions: type: boolean description: 'Include all versions of the documents. By default, the current copies of the documents are returned. If SharePoint sites have versioning enabled, including all versions includes the historical copies of the documents. This property is defined only for APIs accessed using the /security query path and not the /privacy query path.' nullable: true includeAuthoredContent: type: boolean description: Include content authored by the data subject. This property is defined only for APIs accessed using the /security query path and not the /privacy query path. nullable: true insight: anyOf: - $ref: '#/components/schemas/microsoft.graph.subjectRightsRequestDetail' - type: object nullable: true description: Insight about the request. internalDueDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The date and time when the request is internally due. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true lastModifiedBy: anyOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' - type: object nullable: true description: Identity information for the entity that last modified the request. lastModifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The date and time when the request was last modified. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true mailboxLocations: anyOf: - $ref: '#/components/schemas/microsoft.graph.subjectRightsRequestMailboxLocation' - type: object nullable: true description: The mailbox locations that should be searched. This property is defined only for APIs accessed using the /security query path and not the /privacy query path. pauseAfterEstimate: type: boolean description: 'Pause the request after estimate has finished. By default, the data estimate runs and then pauses, allowing you to preview results and then select the option to retrieve data in the UI. You can set this property to false if you want it to perform the estimate and then automatically begin with the retrieval of the content. This property is defined only for APIs accessed using the /security query path and not the /privacy query path.' nullable: true regulations: type: array items: type: string nullable: true description: List of regulations that this request fulfill. siteLocations: anyOf: - $ref: '#/components/schemas/microsoft.graph.subjectRightsRequestSiteLocation' - type: object nullable: true description: The SharePoint and OneDrive site locations that should be searched. This property is defined only for APIs accessed using the /security query path and not the /privacy query path. stages: type: array items: $ref: '#/components/schemas/microsoft.graph.subjectRightsRequestStageDetail' description: Information about the different stages for the request. status: anyOf: - $ref: '#/components/schemas/microsoft.graph.subjectRightsRequestStatus' - type: object nullable: true description: 'The status of the request. Possible values are: active, closed, unknownFutureValue.' type: anyOf: - $ref: '#/components/schemas/microsoft.graph.subjectRightsRequestType' - type: object nullable: true description: 'The type of the request. Possible values are: export, delete, access, tagForAction, unknownFutureValue.' approvers: type: array items: $ref: '#/components/schemas/microsoft.graph.user' description: Collection of users who can approve the request. Currently only supported for requests of type delete. x-ms-navigationProperty: true collaborators: type: array items: $ref: '#/components/schemas/microsoft.graph.user' description: Collection of users who can collaborate on the request. x-ms-navigationProperty: true notes: type: array items: $ref: '#/components/schemas/microsoft.graph.authoredNote' description: List of notes associated with the request. x-ms-navigationProperty: true team: anyOf: - $ref: '#/components/schemas/microsoft.graph.team' - type: object nullable: true description: Information about the Microsoft Teams team that was created for the request. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.subjectRightsRequest' microsoft.graph.subscribedSku: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: subscribedSku required: - '@odata.type' type: object properties: accountId: type: string description: The unique ID of the account this SKU belongs to. nullable: true accountName: type: string description: The name of the account this SKU belongs to. nullable: true appliesTo: type: string description: 'The target class for this SKU. Only SKUs with target class User are assignable. Possible values are: User, Company.' nullable: true capabilityStatus: type: string description: 'Enabled indicates that the prepaidUnits property has at least one unit that is enabled. LockedOut indicates that the customer canceled their subscription. Possible values are: Enabled, Warning, Suspended, Deleted, LockedOut.' nullable: true consumedUnits: maximum: 2147483647 minimum: -2147483648 type: integer description: The number of licenses that have been assigned. format: int32 nullable: true prepaidUnits: anyOf: - $ref: '#/components/schemas/microsoft.graph.licenseUnitsDetail' - type: object nullable: true description: Information about the number and status of prepaid licenses. servicePlans: type: array items: $ref: '#/components/schemas/microsoft.graph.servicePlanInfo' description: Information about the service plans that are available with the SKU. Not nullable. skuId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string description: The unique identifier (GUID) for the service SKU. format: uuid nullable: true skuPartNumber: type: string description: 'The SKU part number; for example: AAD_PREMIUM or RMSBASIC. To get a list of commercial subscriptions that an organization has acquired, see List subscribedSkus.' nullable: true subscriptionIds: type: array items: type: string nullable: true description: A list of all subscription IDs associated with this SKU. '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.subscribedSku' microsoft.graph.subscribeToToneOperation: allOf: - $ref: '#/components/schemas/microsoft.graph.commsOperation' - title: subscribeToToneOperation required: - '@odata.type' type: object properties: '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.subscribeToToneOperation' microsoft.graph.subscription: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: subscription required: - '@odata.type' type: object properties: applicationId: type: string description: Optional. Identifier of the application used to create the subscription. Read-only. nullable: true changeType: type: string description: 'Required. Indicates the type of change in the subscribed resource that raises a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType. Use updated to receive notifications when user or group is created, updated, or soft deleted. Use deleted to receive notifications when user or group is permanently deleted.' clientState: type: string description: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. nullable: true creatorId: type: string description: 'Optional. Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only.' nullable: true encryptionCertificate: type: string description: Optional. A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional but required when includeResourceData is true. nullable: true encryptionCertificateId: type: string description: Optional. A custom app-provided identifier to help identify the certificate needed to decrypt resource data. nullable: true expirationDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'Required. Specifies the date and time when the webhook subscription expires. The time is in UTC, and can be an amount of time from subscription creation that varies for the resource subscribed to. For the maximum supported subscription length of time, see Subscription lifetime.' format: date-time includeResourceData: type: boolean description: 'Optional. When set to true, change notifications include resource data (such as content of a chat message).' nullable: true latestSupportedTlsVersion: type: string description: 'Optional. Specifies the latest version of Transport Layer Security (TLS) that the notification endpoint, specified by notificationUrl, supports. The possible values are: v10, v11, v12, v13. For subscribers whose notification endpoint supports a version lower than the currently recommended version (TLS 1.2), specifying this property by a set timeline allows them to temporarily use their deprecated version of TLS before completing their upgrade to TLS 1.2. For these subscribers, not setting this property per the timeline would result in subscription operations failing. For subscribers whose notification endpoint already supports TLS 1.2, setting this property is optional. In such cases, Microsoft Graph defaults the property to v1_2.' nullable: true lifecycleNotificationUrl: type: string description: 'Required for Teams resources if the expirationDateTime value is more than 1 hour from now; optional otherwise. The URL of the endpoint that receives lifecycle notifications, including subscriptionRemoved, reauthorizationRequired, and missed notifications. This URL must make use of the HTTPS protocol. For more information, see Reduce missing subscriptions and change notifications.' nullable: true notificationQueryOptions: type: string description: 'Optional. OData query options for specifying value for the targeting resource. Clients receive notifications when resource reaches the state matching the query options provided here. With this new property in the subscription creation payload along with all existing properties, Webhooks deliver notifications whenever a resource reaches the desired state mentioned in the notificationQueryOptions property. For example, when the print job is completed or when a print job resource isFetchable property value becomes true etc. Supported only for Universal Print Service. For more information, see Subscribe to change notifications from cloud printing APIs using Microsoft Graph.' nullable: true notificationUrl: type: string description: Required. The URL of the endpoint that receives the change notifications. This URL must make use of the HTTPS protocol. Any query string parameter included in the notificationUrl property is included in the HTTP POST request when Microsoft Graph sends the change notifications. notificationUrlAppId: type: string description: Optional. The app ID that the subscription service can use to generate the validation token. The value allows the client to validate the authenticity of the notification received. nullable: true resource: type: string description: Required. Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/v1.0/). See the possible resource path values for each supported resource. '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.subscription' microsoft.graph.swapShiftsChangeRequest: allOf: - $ref: '#/components/schemas/microsoft.graph.offerShiftRequest' - title: swapShiftsChangeRequest required: - '@odata.type' type: object properties: recipientShiftId: type: string description: ShiftId for the recipient user with whom the request is to swap. nullable: true '@odata.type': type: string default: '#microsoft.graph.swapShiftsChangeRequest' x-ms-discriminator-value: '#microsoft.graph.swapShiftsChangeRequest' microsoft.graph.synchronization: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: synchronization required: - '@odata.type' type: object properties: secrets: type: array items: $ref: '#/components/schemas/microsoft.graph.synchronizationSecretKeyStringValuePair' description: Represents a collection of credentials to access provisioned cloud applications. jobs: type: array items: $ref: '#/components/schemas/microsoft.graph.synchronizationJob' description: 'Performs synchronization by periodically running in the background, polling for changes in one directory, and pushing them to another directory.' x-ms-navigationProperty: true templates: type: array items: $ref: '#/components/schemas/microsoft.graph.synchronizationTemplate' description: Preconfigured synchronization settings for a particular application. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.synchronization' microsoft.graph.synchronizationJob: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: synchronizationJob required: - '@odata.type' type: object properties: schedule: anyOf: - $ref: '#/components/schemas/microsoft.graph.synchronizationSchedule' - type: object nullable: true description: Schedule used to run the job. Read-only. status: anyOf: - $ref: '#/components/schemas/microsoft.graph.synchronizationStatus' - type: object nullable: true description: 'Status of the job, which includes when the job was last run, current job state, and errors.' synchronizationJobSettings: type: array items: $ref: '#/components/schemas/microsoft.graph.keyValuePair' description: Settings associated with the job. Some settings are inherited from the template. templateId: type: string description: Identifier of the synchronization template this job is based on. nullable: true bulkUpload: anyOf: - $ref: '#/components/schemas/microsoft.graph.bulkUpload' - type: object nullable: true description: The bulk upload operation for the job. x-ms-navigationProperty: true schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.synchronizationSchema' - type: object nullable: true description: The synchronization schema configured for the job. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.synchronizationJob' microsoft.graph.synchronizationSchema: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: synchronizationSchema required: - '@odata.type' type: object properties: synchronizationRules: type: array items: $ref: '#/components/schemas/microsoft.graph.synchronizationRule' description: A collection of synchronization rules configured for the synchronizationJob or synchronizationTemplate. version: type: string description: 'The version of the schema, updated automatically with every schema change.' nullable: true directories: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryDefinition' description: Contains the collection of directories and all of their objects. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.synchronizationSchema' microsoft.graph.synchronizationTemplate: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: synchronizationTemplate required: - '@odata.type' type: object properties: applicationId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string description: Identifier of the application this template belongs to. format: uuid default: type: boolean description: true if this template is recommended to be the default for the application. description: type: string description: Description of the template. nullable: true discoverable: type: boolean description: true if this template should appear in the collection of templates available for the application instance (service principal). factoryTag: type: string description: One of the well-known factory tags supported by the synchronization engine. The factoryTag tells the synchronization engine which implementation to use when processing jobs based on this template. nullable: true metadata: type: array items: $ref: '#/components/schemas/microsoft.graph.synchronizationMetadataEntry' description: 'Additional extension properties. Unless mentioned explicitly, metadata values should not be changed.' schema: anyOf: - $ref: '#/components/schemas/microsoft.graph.synchronizationSchema' - type: object nullable: true description: Default synchronization schema for the jobs based on this template. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.synchronizationTemplate' microsoft.graph.targetDeviceGroup: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: targetDeviceGroup required: - '@odata.type' type: object properties: displayName: type: string description: Display name for the target device group. nullable: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.targetDeviceGroup' microsoft.graph.targetedManagedAppConfiguration: allOf: - $ref: '#/components/schemas/microsoft.graph.managedAppConfiguration' - title: targetedManagedAppConfiguration required: - '@odata.type' type: object properties: deployedAppCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Count of apps to which the current policy is deployed. format: int32 isAssigned: type: boolean description: Indicates if the policy is deployed to any inclusion groups or not. apps: type: array items: $ref: '#/components/schemas/microsoft.graph.managedMobileApp' description: List of apps to which the policy is deployed. x-ms-navigationProperty: true assignments: type: array items: $ref: '#/components/schemas/microsoft.graph.targetedManagedAppPolicyAssignment' description: Navigation property to list of inclusion and exclusion groups to which the policy is deployed. x-ms-navigationProperty: true deploymentSummary: anyOf: - $ref: '#/components/schemas/microsoft.graph.managedAppPolicyDeploymentSummary' - type: object nullable: true description: Navigation property to deployment summary of the configuration. x-ms-navigationProperty: true '@odata.type': type: string default: '#microsoft.graph.targetedManagedAppConfiguration' description: Configuration used to deliver a set of custom settings as-is to all users in the targeted security group x-ms-discriminator-value: '#microsoft.graph.targetedManagedAppConfiguration' microsoft.graph.targetedManagedAppPolicyAssignment: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: targetedManagedAppPolicyAssignment required: - '@odata.type' type: object properties: target: anyOf: - $ref: '#/components/schemas/microsoft.graph.deviceAndAppManagementAssignmentTarget' - type: object nullable: true description: Identifier for deployment to a group or app '@odata.type': type: string description: The type for deployment of groups or apps. x-ms-discriminator-value: '#microsoft.graph.targetedManagedAppPolicyAssignment' microsoft.graph.targetedManagedAppProtection: allOf: - $ref: '#/components/schemas/microsoft.graph.managedAppProtection' - title: targetedManagedAppProtection required: - '@odata.type' type: object properties: isAssigned: type: boolean description: Indicates if the policy is deployed to any inclusion groups or not. assignments: type: array items: $ref: '#/components/schemas/microsoft.graph.targetedManagedAppPolicyAssignment' description: Navigation property to list of inclusion and exclusion groups to which the policy is deployed. x-ms-navigationProperty: true '@odata.type': type: string default: '#microsoft.graph.targetedManagedAppProtection' description: Policy used to configure detailed management settings targeted to specific security groups discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.androidManagedAppProtection': '#/components/schemas/microsoft.graph.androidManagedAppProtection' '#microsoft.graph.iosManagedAppProtection': '#/components/schemas/microsoft.graph.iosManagedAppProtection' microsoft.graph.taskFileAttachment: allOf: - $ref: '#/components/schemas/microsoft.graph.attachmentBase' - title: taskFileAttachment required: - '@odata.type' type: object properties: contentBytes: type: string description: The base64-encoded contents of the file. format: base64url '@odata.type': type: string default: '#microsoft.graph.taskFileAttachment' x-ms-discriminator-value: '#microsoft.graph.taskFileAttachment' microsoft.graph.team: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: team required: - '@odata.type' type: object properties: classification: type: string description: An optional label. Typically describes the data or business sensitivity of the team. Must match one of a pre-configured set in the tenant's directory. nullable: true createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Timestamp at which the team was created. format: date-time nullable: true description: type: string description: 'An optional description for the team. Maximum length: 1024 characters.' nullable: true displayName: type: string description: The name of the team. nullable: true funSettings: anyOf: - $ref: '#/components/schemas/microsoft.graph.teamFunSettings' - type: object nullable: true description: 'Settings to configure use of Giphy, memes, and stickers in the team.' guestSettings: anyOf: - $ref: '#/components/schemas/microsoft.graph.teamGuestSettings' - type: object nullable: true description: 'Settings to configure whether guests can create, update, or delete channels in the team.' internalId: type: string description: A unique ID for the team that has been used in a few places such as the audit log/Office 365 Management Activity API. nullable: true isArchived: type: boolean description: Whether this team is in read-only mode. nullable: true memberSettings: anyOf: - $ref: '#/components/schemas/microsoft.graph.teamMemberSettings' - type: object nullable: true description: 'Settings to configure whether members can perform certain actions, for example, create channels and add bots, in the team.' messagingSettings: anyOf: - $ref: '#/components/schemas/microsoft.graph.teamMessagingSettings' - type: object nullable: true description: Settings to configure messaging and mentions in the team. specialization: anyOf: - $ref: '#/components/schemas/microsoft.graph.teamSpecialization' - type: object nullable: true description: Optional. Indicates whether the team is intended for a particular use case. Each team specialization has access to unique behaviors and experiences targeted to its use case. summary: anyOf: - $ref: '#/components/schemas/microsoft.graph.teamSummary' - type: object nullable: true description: 'Contains summary information about the team, including number of owners, members, and guests.' tenantId: type: string description: The ID of the Microsoft Entra tenant. nullable: true visibility: anyOf: - $ref: '#/components/schemas/microsoft.graph.teamVisibilityType' - type: object nullable: true description: The visibility of the group and team. Defaults to Public. webUrl: type: string description: 'A hyperlink that will go to the team in the Microsoft Teams client. This is the URL that you get when you right-click a team in the Microsoft Teams client and select Get link to team. This URL should be treated as an opaque blob, and not parsed.' nullable: true allChannels: type: array items: $ref: '#/components/schemas/microsoft.graph.channel' description: List of channels either hosted in or shared with the team (incoming channels). x-ms-navigationProperty: true channels: type: array items: $ref: '#/components/schemas/microsoft.graph.channel' description: The collection of channels and messages associated with the team. x-ms-navigationProperty: true group: anyOf: - $ref: '#/components/schemas/microsoft.graph.group' - type: object nullable: true x-ms-navigationProperty: true incomingChannels: type: array items: $ref: '#/components/schemas/microsoft.graph.channel' description: List of channels shared with the team. x-ms-navigationProperty: true installedApps: type: array items: $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' description: The apps installed in this team. x-ms-navigationProperty: true members: type: array items: $ref: '#/components/schemas/microsoft.graph.conversationMember' description: Members and owners of the team. x-ms-navigationProperty: true operations: type: array items: $ref: '#/components/schemas/microsoft.graph.teamsAsyncOperation' description: The async operations that ran or are running on this team. x-ms-navigationProperty: true permissionGrants: type: array items: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' description: A collection of permissions granted to apps to access the team. x-ms-navigationProperty: true photo: anyOf: - $ref: '#/components/schemas/microsoft.graph.profilePhoto' - type: object nullable: true description: The profile photo for the team. x-ms-navigationProperty: true primaryChannel: anyOf: - $ref: '#/components/schemas/microsoft.graph.channel' - type: object nullable: true description: The general channel for the team. x-ms-navigationProperty: true schedule: anyOf: - $ref: '#/components/schemas/microsoft.graph.schedule' - type: object nullable: true description: The schedule of shifts for this team. x-ms-navigationProperty: true tags: type: array items: $ref: '#/components/schemas/microsoft.graph.teamworkTag' description: The tags associated with the team. x-ms-navigationProperty: true template: anyOf: - $ref: '#/components/schemas/microsoft.graph.teamsTemplate' - type: object nullable: true description: The template this team was created from. See available templates. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.team' microsoft.graph.teamInfo: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: teamInfo required: - '@odata.type' type: object properties: displayName: type: string description: The name of the team. nullable: true tenantId: type: string description: The ID of the Microsoft Entra tenant. nullable: true team: anyOf: - $ref: '#/components/schemas/microsoft.graph.team' - type: object nullable: true x-ms-navigationProperty: true '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.associatedTeamInfo': '#/components/schemas/microsoft.graph.associatedTeamInfo' '#microsoft.graph.sharedWithChannelTeamInfo': '#/components/schemas/microsoft.graph.sharedWithChannelTeamInfo' microsoft.graph.teamsApp: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: teamsApp required: - '@odata.type' type: object properties: displayName: type: string description: The name of the catalog app provided by the app developer in the Microsoft Teams zip app package. nullable: true distributionMethod: anyOf: - $ref: '#/components/schemas/microsoft.graph.teamsAppDistributionMethod' - type: object nullable: true description: The method of distribution for the app. Read-only. externalId: type: string description: The ID of the catalog provided by the app developer in the Microsoft Teams zip app package. nullable: true appDefinitions: type: array items: $ref: '#/components/schemas/microsoft.graph.teamsAppDefinition' description: The details for each version of the app. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.teamsApp' microsoft.graph.teamsAppDefinition: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: teamsAppDefinition required: - '@odata.type' type: object properties: authorization: anyOf: - $ref: '#/components/schemas/microsoft.graph.teamsAppAuthorization' - type: object nullable: true description: Authorization requirements specified in the Teams app manifest. createdBy: anyOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' - type: object nullable: true description: type: string description: Verbose description of the application. nullable: true displayName: type: string description: The name of the app provided by the app developer. nullable: true lastModifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string format: date-time nullable: true publishingState: anyOf: - $ref: '#/components/schemas/microsoft.graph.teamsAppPublishingState' - type: object nullable: true description: The published status of a specific version of a Teams app. Possible values are:submitted—The specific version of the Teams app has been submitted and is under review. published—The request to publish the specific version of the Teams app has been approved by the admin and the app is published. rejected—The admin rejected the request to publish the specific version of the Teams app. shortDescription: type: string description: Short description of the application. nullable: true teamsAppId: type: string description: The ID from the Teams app manifest. nullable: true version: type: string description: The version number of the application. nullable: true bot: anyOf: - $ref: '#/components/schemas/microsoft.graph.teamworkBot' - type: object nullable: true description: The details of the bot specified in the Teams app manifest. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.teamsAppDefinition' microsoft.graph.teamsAppInstallation: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: teamsAppInstallation required: - '@odata.type' type: object properties: consentedPermissionSet: anyOf: - $ref: '#/components/schemas/microsoft.graph.teamsAppPermissionSet' - type: object nullable: true description: The set of resource-specific permissions consented to while installing or upgrading the teamsApp. teamsApp: anyOf: - $ref: '#/components/schemas/microsoft.graph.teamsApp' - type: object nullable: true description: The app that is installed. x-ms-navigationProperty: true teamsAppDefinition: anyOf: - $ref: '#/components/schemas/microsoft.graph.teamsAppDefinition' - type: object nullable: true description: The details of this version of the app. x-ms-navigationProperty: true '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.userScopeTeamsAppInstallation': '#/components/schemas/microsoft.graph.userScopeTeamsAppInstallation' microsoft.graph.teamsAppSettings: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: teamsAppSettings required: - '@odata.type' type: object properties: allowUserRequestsForAppAccess: type: boolean description: Indicates whether users are allowed to request access to the unavailable Teams apps. nullable: true isUserPersonalScopeResourceSpecificConsentEnabled: type: boolean description: Indicates whether resource-specific consent for personal scope in Teams apps is enabled for the tenant. True indicates that Teams apps that are allowed in the tenant and require resource-specific permissions can be installed in the personal scope. False blocks the installation of any Teams app that requires resource-specific permissions in the personal scope. nullable: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.teamsAppSettings' microsoft.graph.teamsAsyncOperation: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: teamsAsyncOperation required: - '@odata.type' type: object properties: attemptsCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of times the operation was attempted before being marked successful or failed. format: int32 createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Time when the operation was created. format: date-time error: anyOf: - $ref: '#/components/schemas/microsoft.graph.operationError' - type: object nullable: true description: Any error that causes the async operation to fail. lastActionDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Time when the async operation was last updated. format: date-time operationType: $ref: '#/components/schemas/microsoft.graph.teamsAsyncOperationType' status: $ref: '#/components/schemas/microsoft.graph.teamsAsyncOperationStatus' targetResourceId: type: string description: 'The ID of the object that''s created or modified as result of this async operation, typically a team.' nullable: true targetResourceLocation: type: string description: The location of the object that's created or modified as result of this async operation. This URL should be treated as an opaque value and not parsed into its component paths. nullable: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.teamsAsyncOperation' microsoft.graph.teamsTab: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: teamsTab required: - '@odata.type' type: object properties: configuration: anyOf: - $ref: '#/components/schemas/microsoft.graph.teamsTabConfiguration' - type: object nullable: true description: Container for custom settings applied to a tab. The tab is considered configured only once this property is set. displayName: type: string description: Name of the tab. nullable: true webUrl: type: string description: Deep link URL of the tab instance. Read only. nullable: true teamsApp: anyOf: - $ref: '#/components/schemas/microsoft.graph.teamsApp' - type: object nullable: true description: The application that is linked to the tab. This can't be changed after tab creation. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.teamsTab' microsoft.graph.teamsTemplate: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: teamsTemplate required: - '@odata.type' type: object properties: '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.teamsTemplate' microsoft.graph.teamwork: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: teamwork required: - '@odata.type' type: object properties: isTeamsEnabled: type: boolean description: Indicates whether Microsoft Teams is enabled for the organization. region: type: string description: 'Represents the region of the organization or the tenant. The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' nullable: true deletedChats: type: array items: $ref: '#/components/schemas/microsoft.graph.deletedChat' description: A collection of deleted chats. x-ms-navigationProperty: true deletedTeams: type: array items: $ref: '#/components/schemas/microsoft.graph.deletedTeam' description: The deleted team. x-ms-navigationProperty: true teamsAppSettings: anyOf: - $ref: '#/components/schemas/microsoft.graph.teamsAppSettings' - type: object nullable: true description: Represents tenant-wide settings for all Teams apps in the tenant. x-ms-navigationProperty: true workforceIntegrations: type: array items: $ref: '#/components/schemas/microsoft.graph.workforceIntegration' x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.teamwork' microsoft.graph.teamworkBot: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: teamworkBot required: - '@odata.type' type: object properties: '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.teamworkBot' microsoft.graph.teamworkHostedContent: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: teamworkHostedContent required: - '@odata.type' type: object properties: contentBytes: type: string description: Write only. Bytes for the hosted content (such as images). format: base64url nullable: true contentType: type: string description: 'Write only. Content type. such as image/png, image/jpg.' nullable: true '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.chatMessageHostedContent': '#/components/schemas/microsoft.graph.chatMessageHostedContent' microsoft.graph.teamworkTag: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: teamworkTag required: - '@odata.type' type: object properties: description: type: string description: The description of the tag as it appears to the user in Microsoft Teams. A teamworkTag can't have more than 200 teamworkTagMembers. nullable: true displayName: type: string description: The name of the tag as it appears to the user in Microsoft Teams. nullable: true memberCount: maximum: 2147483647 minimum: -2147483648 type: integer description: The number of users assigned to the tag. format: int32 nullable: true tagType: anyOf: - $ref: '#/components/schemas/microsoft.graph.teamworkTagType' - type: object nullable: true description: The type of the tag. Default is standard. teamId: type: string description: ID of the team in which the tag is defined. nullable: true members: type: array items: $ref: '#/components/schemas/microsoft.graph.teamworkTagMember' description: Users assigned to the tag. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.teamworkTag' microsoft.graph.teamworkTagMember: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: teamworkTagMember required: - '@odata.type' type: object properties: displayName: type: string description: The member's display name. nullable: true tenantId: type: string description: The ID of the tenant that the tag member is a part of. nullable: true userId: type: string description: The user ID of the member. nullable: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.teamworkTagMember' microsoft.graph.telecomExpenseManagementPartner: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: telecomExpenseManagementPartner required: - '@odata.type' type: object properties: appAuthorized: type: boolean description: Whether the partner's AAD app has been authorized to access Intune. displayName: type: string description: Display name of the TEM partner. nullable: true enabled: type: boolean description: Whether Intune's connection to the TEM service is currently enabled or disabled. lastConnectionDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Timestamp of the last request sent to Intune by the TEM partner. format: date-time url: type: string description: 'URL of the TEM partner''s administrative control panel, where an administrator can configure their TEM service.' nullable: true '@odata.type': type: string description: 'telecomExpenseManagementPartner resources represent the metadata and status of a given TEM service. Once your organization has onboarded with a partner, the partner can be enabled or disabled to switch TEM functionality on or off.' x-ms-discriminator-value: '#microsoft.graph.telecomExpenseManagementPartner' microsoft.graph.temporaryAccessPassAuthenticationMethod: allOf: - $ref: '#/components/schemas/microsoft.graph.authenticationMethod' - title: temporaryAccessPassAuthenticationMethod required: - '@odata.type' type: object properties: createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The date and time when the Temporary Access Pass was created. format: date-time nullable: true isUsable: type: boolean description: The state of the authentication method that indicates whether it's currently usable by the user. nullable: true isUsableOnce: type: boolean description: 'Determines whether the pass is limited to a one-time use. If true, the pass can be used once; if false, the pass can be used multiple times within the Temporary Access Pass lifetime.' nullable: true lifetimeInMinutes: maximum: 2147483647 minimum: -2147483648 type: integer description: The lifetime of the Temporary Access Pass in minutes starting at startDateTime. Must be between 10 and 43200 inclusive (equivalent to 30 days). format: int32 nullable: true methodUsabilityReason: type: string description: 'Details about the usability state (isUsable). Reasons can include: EnabledByPolicy, DisabledByPolicy, Expired, NotYetValid, OneTimeUsed.' nullable: true startDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The date and time when the Temporary Access Pass becomes available to use and when isUsable is true is enforced. format: date-time nullable: true temporaryAccessPass: type: string description: The Temporary Access Pass used to authenticate. Returned only on creation of a new temporaryAccessPassAuthenticationMethod object; Hidden in subsequent read operations and returned as null with GET. nullable: true '@odata.type': type: string default: '#microsoft.graph.temporaryAccessPassAuthenticationMethod' x-ms-discriminator-value: '#microsoft.graph.temporaryAccessPassAuthenticationMethod' microsoft.graph.temporaryAccessPassAuthenticationMethodConfiguration: allOf: - $ref: '#/components/schemas/microsoft.graph.authenticationMethodConfiguration' - title: temporaryAccessPassAuthenticationMethodConfiguration required: - '@odata.type' type: object properties: defaultLength: maximum: 2147483647 minimum: -2147483648 type: integer description: Default length in characters of a Temporary Access Pass object. Must be between 8 and 48 characters. format: int32 nullable: true defaultLifetimeInMinutes: maximum: 2147483647 minimum: -2147483648 type: integer description: Default lifetime in minutes for a Temporary Access Pass. Value can be any integer between the minimumLifetimeInMinutes and maximumLifetimeInMinutes. format: int32 nullable: true isUsableOnce: type: boolean description: 'If true, all the passes in the tenant will be restricted to one-time use. If false, passes in the tenant can be created to be either one-time use or reusable.' nullable: true maximumLifetimeInMinutes: maximum: 2147483647 minimum: -2147483648 type: integer description: Maximum lifetime in minutes for any Temporary Access Pass created in the tenant. Value can be between 10 and 43200 minutes (equivalent to 30 days). format: int32 nullable: true minimumLifetimeInMinutes: maximum: 2147483647 minimum: -2147483648 type: integer description: Minimum lifetime in minutes for any Temporary Access Pass created in the tenant. Value can be between 10 and 43200 minutes (equivalent to 30 days). format: int32 nullable: true includeTargets: type: array items: $ref: '#/components/schemas/microsoft.graph.authenticationMethodTarget' description: A collection of groups that are enabled to use the authentication method. x-ms-navigationProperty: true '@odata.type': type: string default: '#microsoft.graph.temporaryAccessPassAuthenticationMethodConfiguration' x-ms-discriminator-value: '#microsoft.graph.temporaryAccessPassAuthenticationMethodConfiguration' microsoft.graph.tenantAppManagementPolicy: allOf: - $ref: '#/components/schemas/microsoft.graph.policyBase' - title: tenantAppManagementPolicy required: - '@odata.type' type: object properties: applicationRestrictions: anyOf: - $ref: '#/components/schemas/microsoft.graph.appManagementApplicationConfiguration' - type: object nullable: true description: Restrictions that apply as default to all application objects in the tenant. isEnabled: type: boolean description: Denotes whether the policy is enabled. Default value is false. servicePrincipalRestrictions: anyOf: - $ref: '#/components/schemas/microsoft.graph.appManagementServicePrincipalConfiguration' - type: object nullable: true description: Restrictions that apply as default to all service principal objects in the tenant. '@odata.type': type: string default: '#microsoft.graph.tenantAppManagementPolicy' x-ms-discriminator-value: '#microsoft.graph.tenantAppManagementPolicy' microsoft.graph.tenantRelationship: title: tenantRelationship required: - '@odata.type' type: object properties: delegatedAdminCustomers: type: array items: $ref: '#/components/schemas/microsoft.graph.delegatedAdminCustomer' description: The customer who has a delegated admin relationship with a Microsoft partner. x-ms-navigationProperty: true delegatedAdminRelationships: type: array items: $ref: '#/components/schemas/microsoft.graph.delegatedAdminRelationship' description: The details of the delegated administrative privileges that a Microsoft partner has in a customer tenant. x-ms-navigationProperty: true multiTenantOrganization: anyOf: - $ref: '#/components/schemas/microsoft.graph.multiTenantOrganization' - type: object nullable: true description: Defines an organization with more than one instance of Microsoft Entra ID. x-ms-navigationProperty: true '@odata.type': type: string microsoft.graph.termsAndConditions: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: termsAndConditions required: - '@odata.type' type: object properties: acceptanceStatement: type: string description: 'Administrator-supplied explanation of the terms and conditions, typically describing what it means to accept the terms and conditions set out in the T&C policy. This is shown to the user on prompts to accept the T&C policy.' nullable: true bodyText: type: string description: 'Administrator-supplied body text of the terms and conditions, typically the terms themselves. This is shown to the user on prompts to accept the T&C policy.' nullable: true createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: DateTime the object was created. format: date-time description: type: string description: Administrator-supplied description of the T&C policy. nullable: true displayName: type: string description: Administrator-supplied name for the T&C policy. lastModifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: DateTime the object was last modified. format: date-time title: type: string description: Administrator-supplied title of the terms and conditions. This is shown to the user on prompts to accept the T&C policy. nullable: true version: maximum: 2147483647 minimum: -2147483648 type: integer description: Integer indicating the current version of the terms. Incremented when an administrator makes a change to the terms and wishes to require users to re-accept the modified T&C policy. format: int32 acceptanceStatuses: type: array items: $ref: '#/components/schemas/microsoft.graph.termsAndConditionsAcceptanceStatus' description: The list of acceptance statuses for this T&C policy. x-ms-navigationProperty: true assignments: type: array items: $ref: '#/components/schemas/microsoft.graph.termsAndConditionsAssignment' description: The list of assignments for this T&C policy. x-ms-navigationProperty: true '@odata.type': type: string description: A termsAndConditions entity represents the metadata and contents of a given Terms and Conditions (T&C) policy. T&C policies’ contents are presented to users upon their first attempt to enroll into Intune and subsequently upon edits where an administrator has required re-acceptance. They enable administrators to communicate the provisions to which a user must agree in order to have devices enrolled into Intune. x-ms-discriminator-value: '#microsoft.graph.termsAndConditions' microsoft.graph.termsAndConditionsAcceptanceStatus: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: termsAndConditionsAcceptanceStatus required: - '@odata.type' type: object properties: acceptedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: DateTime when the terms were last accepted by the user. format: date-time acceptedVersion: maximum: 2147483647 minimum: -2147483648 type: integer description: Most recent version number of the T&C accepted by the user. format: int32 userDisplayName: type: string description: Display name of the user whose acceptance the entity represents. nullable: true userPrincipalName: type: string description: The userPrincipalName of the User that accepted the term. nullable: true termsAndConditions: anyOf: - $ref: '#/components/schemas/microsoft.graph.termsAndConditions' - type: object nullable: true description: Navigation link to the terms and conditions that are assigned. x-ms-navigationProperty: true '@odata.type': type: string description: A termsAndConditionsAcceptanceStatus entity represents the acceptance status of a given Terms and Conditions (T&C) policy by a given user. Users must accept the most up-to-date version of the terms in order to retain access to the Company Portal. x-ms-discriminator-value: '#microsoft.graph.termsAndConditionsAcceptanceStatus' microsoft.graph.termsAndConditionsAssignment: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: termsAndConditionsAssignment required: - '@odata.type' type: object properties: target: anyOf: - $ref: '#/components/schemas/microsoft.graph.deviceAndAppManagementAssignmentTarget' - type: object nullable: true description: Assignment target that the T&C policy is assigned to. '@odata.type': type: string description: A termsAndConditionsAssignment entity represents the assignment of a given Terms and Conditions (T&C) policy to a given group. Users in the group will be required to accept the terms in order to have devices enrolled into Intune. x-ms-discriminator-value: '#microsoft.graph.termsAndConditionsAssignment' microsoft.graph.termsOfUseContainer: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: termsOfUseContainer required: - '@odata.type' type: object properties: agreementAcceptances: type: array items: $ref: '#/components/schemas/microsoft.graph.agreementAcceptance' description: Represents the current status of a user's response to a company's customizable terms of use agreement. x-ms-navigationProperty: true agreements: type: array items: $ref: '#/components/schemas/microsoft.graph.agreement' description: Represents a tenant's customizable terms of use agreement that's created and managed with Microsoft Entra ID Governance. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.termsOfUseContainer' microsoft.graph.textWebPart: allOf: - $ref: '#/components/schemas/microsoft.graph.webPart' - title: textWebPart required: - '@odata.type' type: object properties: innerHtml: type: string description: The HTML string in text web part. nullable: true '@odata.type': type: string default: '#microsoft.graph.textWebPart' x-ms-discriminator-value: '#microsoft.graph.textWebPart' microsoft.graph.threatAssessmentRequest: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: threatAssessmentRequest required: - '@odata.type' type: object properties: category: $ref: '#/components/schemas/microsoft.graph.threatCategory' contentType: anyOf: - $ref: '#/components/schemas/microsoft.graph.threatAssessmentContentType' - type: object nullable: true description: 'The content type of threat assessment. Possible values are: mail, url, file.' createdBy: anyOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' - type: object nullable: true description: The threat assessment request creator. createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true expectedAssessment: $ref: '#/components/schemas/microsoft.graph.threatExpectedAssessment' requestSource: anyOf: - $ref: '#/components/schemas/microsoft.graph.threatAssessmentRequestSource' - type: object nullable: true description: 'The source of the threat assessment request. Possible values are: administrator.' status: anyOf: - $ref: '#/components/schemas/microsoft.graph.threatAssessmentStatus' - type: object nullable: true description: 'The assessment process status. Possible values are: pending, completed.' results: type: array items: $ref: '#/components/schemas/microsoft.graph.threatAssessmentResult' description: 'A collection of threat assessment results. Read-only. By default, a GET /threatAssessmentRequests/{id} does not return this property unless you apply $expand on it.' x-ms-navigationProperty: true '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.emailFileAssessmentRequest': '#/components/schemas/microsoft.graph.emailFileAssessmentRequest' '#microsoft.graph.fileAssessmentRequest': '#/components/schemas/microsoft.graph.fileAssessmentRequest' '#microsoft.graph.mailAssessmentRequest': '#/components/schemas/microsoft.graph.mailAssessmentRequest' '#microsoft.graph.urlAssessmentRequest': '#/components/schemas/microsoft.graph.urlAssessmentRequest' microsoft.graph.threatAssessmentResult: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: threatAssessmentResult required: - '@odata.type' type: object properties: createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true message: type: string description: The result message for each threat assessment. nullable: true resultType: anyOf: - $ref: '#/components/schemas/microsoft.graph.threatAssessmentResultType' - type: object nullable: true description: 'The threat assessment result type. Possible values are: checkPolicy, rescan.' '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.threatAssessmentResult' microsoft.graph.thumbnailSet: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: thumbnailSet required: - '@odata.type' type: object properties: large: anyOf: - $ref: '#/components/schemas/microsoft.graph.thumbnail' - type: object nullable: true description: A 1920x1920 scaled thumbnail. medium: anyOf: - $ref: '#/components/schemas/microsoft.graph.thumbnail' - type: object nullable: true description: A 176x176 scaled thumbnail. small: anyOf: - $ref: '#/components/schemas/microsoft.graph.thumbnail' - type: object nullable: true description: A 48x48 cropped thumbnail. source: anyOf: - $ref: '#/components/schemas/microsoft.graph.thumbnail' - type: object nullable: true description: A custom thumbnail image or the original image used to generate other thumbnails. '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.thumbnailSet' microsoft.graph.timeOff: allOf: - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' - title: timeOff required: - '@odata.type' type: object properties: draftTimeOff: anyOf: - $ref: '#/components/schemas/microsoft.graph.timeOffItem' - type: object nullable: true description: The draft version of this timeOff item that is viewable by managers. It must be shared before it is visible to team members. Required. sharedTimeOff: anyOf: - $ref: '#/components/schemas/microsoft.graph.timeOffItem' - type: object nullable: true description: The shared version of this timeOff that is viewable by both employees and managers. Updates to the sharedTimeOff property send notifications to users in the Teams client. Required. userId: type: string description: ID of the user assigned to the timeOff. Required. nullable: true '@odata.type': type: string default: '#microsoft.graph.timeOff' x-ms-discriminator-value: '#microsoft.graph.timeOff' microsoft.graph.timeOffReason: allOf: - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' - title: timeOffReason required: - '@odata.type' type: object properties: displayName: type: string description: The name of the timeOffReason. Required. nullable: true iconType: anyOf: - $ref: '#/components/schemas/microsoft.graph.timeOffReasonIconType' - type: object nullable: true description: 'Supported icon types are: none, car, calendar, running, plane, firstAid, doctor, notWorking, clock, juryDuty, globe, cup, phone, weather, umbrella, piggyBank, dog, cake, trafficCone, pin, sunny. Required.' isActive: type: boolean description: Indicates whether the timeOffReason can be used when creating new entities or updating existing ones. Required. nullable: true '@odata.type': type: string default: '#microsoft.graph.timeOffReason' x-ms-discriminator-value: '#microsoft.graph.timeOffReason' microsoft.graph.timeOffRequest: allOf: - $ref: '#/components/schemas/microsoft.graph.scheduleChangeRequest' - title: timeOffRequest required: - '@odata.type' type: object properties: endDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true startDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true timeOffReasonId: type: string description: The reason for the time off. nullable: true '@odata.type': type: string default: '#microsoft.graph.timeOffRequest' x-ms-discriminator-value: '#microsoft.graph.timeOffRequest' microsoft.graph.todo: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: todo required: - '@odata.type' type: object properties: lists: type: array items: $ref: '#/components/schemas/microsoft.graph.todoTaskList' description: The task lists in the users mailbox. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.todo' microsoft.graph.todoTask: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: todoTask required: - '@odata.type' type: object properties: body: anyOf: - $ref: '#/components/schemas/microsoft.graph.itemBody' - type: object nullable: true description: The task body that typically contains information about the task. bodyLastModifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The date and time when the task body was last modified. By default, it is in UTC. You can provide a custom time zone in the request header. The property value uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2020 would look like this: ''2020-01-01T00:00:00Z''.' format: date-time categories: type: array items: type: string nullable: true description: The categories associated with the task. Each category corresponds to the displayName property of an outlookCategory that the user has defined. completedDateTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' - type: object nullable: true description: The date and time in the specified time zone that the task was finished. createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The date and time when the task was created. By default, it is in UTC. You can provide a custom time zone in the request header. The property value uses ISO 8601 format. For example, midnight UTC on Jan 1, 2020 would look like this: ''2020-01-01T00:00:00Z''.' format: date-time dueDateTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' - type: object nullable: true description: The date and time in the specified time zone that the task is to be finished. hasAttachments: type: boolean description: Indicates whether the task has attachments. nullable: true importance: $ref: '#/components/schemas/microsoft.graph.importance' isReminderOn: type: boolean description: Set to true if an alert is set to remind the user of the task. lastModifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The date and time when the task was last modified. By default, it is in UTC. You can provide a custom time zone in the request header. The property value uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2020 would look like this: ''2020-01-01T00:00:00Z''.' format: date-time recurrence: anyOf: - $ref: '#/components/schemas/microsoft.graph.patternedRecurrence' - type: object nullable: true description: The recurrence pattern for the task. reminderDateTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' - type: object nullable: true description: The date and time in the specified time zone for a reminder alert of the task to occur. startDateTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' - type: object nullable: true description: The date and time in the specified time zone at which the task is scheduled to start. status: $ref: '#/components/schemas/microsoft.graph.taskStatus' title: type: string description: A brief description of the task. nullable: true attachments: type: array items: $ref: '#/components/schemas/microsoft.graph.attachmentBase' description: A collection of file attachments for the task. x-ms-navigationProperty: true attachmentSessions: type: array items: $ref: '#/components/schemas/microsoft.graph.attachmentSession' x-ms-navigationProperty: true checklistItems: type: array items: $ref: '#/components/schemas/microsoft.graph.checklistItem' description: A collection of checklistItems linked to a task. x-ms-navigationProperty: true extensions: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' description: The collection of open extensions defined for the task. Nullable. x-ms-navigationProperty: true linkedResources: type: array items: $ref: '#/components/schemas/microsoft.graph.linkedResource' description: A collection of resources linked to the task. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.todoTask' microsoft.graph.todoTaskList: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: todoTaskList required: - '@odata.type' type: object properties: displayName: type: string description: The name of the task list. nullable: true isOwner: type: boolean description: True if the user is owner of the given task list. isShared: type: boolean description: True if the task list is shared with other users wellknownListName: $ref: '#/components/schemas/microsoft.graph.wellknownListName' extensions: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' description: The collection of open extensions defined for the task list. Nullable. x-ms-navigationProperty: true tasks: type: array items: $ref: '#/components/schemas/microsoft.graph.todoTask' description: The tasks in this task list. Read-only. Nullable. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.todoTaskList' microsoft.graph.tokenIssuancePolicy: allOf: - $ref: '#/components/schemas/microsoft.graph.stsPolicy' - title: tokenIssuancePolicy required: - '@odata.type' type: object properties: '@odata.type': type: string default: '#microsoft.graph.tokenIssuancePolicy' x-ms-discriminator-value: '#microsoft.graph.tokenIssuancePolicy' microsoft.graph.tokenLifetimePolicy: allOf: - $ref: '#/components/schemas/microsoft.graph.stsPolicy' - title: tokenLifetimePolicy required: - '@odata.type' type: object properties: '@odata.type': type: string default: '#microsoft.graph.tokenLifetimePolicy' x-ms-discriminator-value: '#microsoft.graph.tokenLifetimePolicy' microsoft.graph.training: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: training required: - '@odata.type' type: object properties: availabilityStatus: anyOf: - $ref: '#/components/schemas/microsoft.graph.trainingAvailabilityStatus' - type: object nullable: true description: 'Training availability status. Possible values are: unknown, notAvailable, available, archive, delete, unknownFutureValue.' createdBy: anyOf: - $ref: '#/components/schemas/microsoft.graph.emailIdentity' - type: object nullable: true description: Identity of the user who created the training. createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'Date and time when the training was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true description: type: string description: The description for the training. nullable: true displayName: type: string description: The display name for the training. nullable: true durationInMinutes: maximum: 2147483647 minimum: -2147483648 type: integer description: Training duration. format: int32 nullable: true hasEvaluation: type: boolean description: Indicates whether the training has any evaluation. nullable: true lastModifiedBy: anyOf: - $ref: '#/components/schemas/microsoft.graph.emailIdentity' - type: object nullable: true description: Identity of the user who last modified the training. lastModifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'Date and time when the training was last modified. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true source: anyOf: - $ref: '#/components/schemas/microsoft.graph.simulationContentSource' - type: object nullable: true description: 'Training content source. Possible values are: unknown, global, tenant, unknownFutureValue.' supportedLocales: type: array items: type: string nullable: true description: Supported locales for content for the associated training. tags: type: array items: type: string nullable: true description: Training tags. type: anyOf: - $ref: '#/components/schemas/microsoft.graph.trainingType' - type: object nullable: true description: 'The type of training. Possible values are: unknown, phishing, unknownFutureValue.' languageDetails: type: array items: $ref: '#/components/schemas/microsoft.graph.trainingLanguageDetail' description: Language specific details on a training. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.training' microsoft.graph.trainingLanguageDetail: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: trainingLanguageDetail required: - '@odata.type' type: object properties: content: type: string description: Language specific content for the training. createdBy: anyOf: - $ref: '#/components/schemas/microsoft.graph.emailIdentity' - type: object nullable: true description: Identity of the user who created the language details. createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'Date and time when the language details were created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true description: type: string description: Description as defined by the user. nullable: true displayName: type: string description: Display name as defined by the user. nullable: true isDefaultLangauge: type: boolean description: Indicates whether the training has a default language. nullable: true lastModifiedBy: anyOf: - $ref: '#/components/schemas/microsoft.graph.emailIdentity' - type: object nullable: true description: Identity of the user who last modified the details. lastModifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'Date and time when the trainingLanguageDetail was last modified. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true locale: type: string description: Content locale for the training detail. '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.trainingLanguageDetail' microsoft.graph.trending: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: trending required: - '@odata.type' type: object properties: lastModifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true resourceReference: anyOf: - $ref: '#/components/schemas/microsoft.graph.resourceReference' - type: object nullable: true description: 'Reference properties of the trending document, such as the url and type of the document.' readOnly: true resourceVisualization: anyOf: - $ref: '#/components/schemas/microsoft.graph.resourceVisualization' - type: object nullable: true description: Properties that you can use to visualize the document in your experience. readOnly: true weight: oneOf: - type: number format: double - type: string - $ref: '#/components/schemas/ReferenceNumeric' description: 'Value indicating how much the document is currently trending. The larger the number, the more the document is currently trending around the user (the more relevant it is). Returned documents are sorted by this value.' resource: anyOf: - $ref: '#/components/schemas/microsoft.graph.entity' - type: object nullable: true description: Used for navigating to the trending document. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.trending' microsoft.graph.unifiedRbacResourceAction: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: unifiedRbacResourceAction required: - '@odata.type' type: object properties: actionVerb: type: string nullable: true authenticationContextId: type: string nullable: true description: type: string nullable: true isAuthenticationContextSettable: type: boolean nullable: true name: type: string resourceScopeId: type: string nullable: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.unifiedRbacResourceAction' microsoft.graph.unifiedRbacResourceNamespace: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: unifiedRbacResourceNamespace required: - '@odata.type' type: object properties: name: type: string resourceActions: type: array items: $ref: '#/components/schemas/microsoft.graph.unifiedRbacResourceAction' x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.unifiedRbacResourceNamespace' microsoft.graph.unifiedRoleAssignment: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: unifiedRoleAssignment required: - '@odata.type' type: object properties: appScopeId: type: string description: 'Identifier of the app specific scope when the assignment scope is app specific. The scope of an assignment determines the set of resources for which the principal has been granted access. App scopes are scopes that are defined and understood by a resource application only. For the entitlement management provider, use this property to specify a catalog. For example, /AccessPackageCatalog/beedadfe-01d5-4025-910b-84abb9369997. Supports $filter (eq, in). For example, /roleManagement/entitlementManagement/roleAssignments?$filter=appScopeId eq ''/AccessPackageCatalog/{catalog id}''.' nullable: true condition: type: string nullable: true directoryScopeId: type: string description: 'Identifier of the directory object representing the scope of the assignment. The scope of an assignment determines the set of resources for which the principal has been granted access. Directory scopes are shared scopes stored in the directory that are understood by multiple applications, unlike app scopes that are defined and understood by a resource application only. Supports $filter (eq, in).' nullable: true principalId: type: string description: 'Identifier of the principal to which the assignment is granted. Supported principals are users, role-assignable groups, and service principals. Supports $filter (eq, in).' nullable: true roleDefinitionId: type: string description: 'Identifier of the unifiedRoleDefinition the assignment is for. Read-only. Supports $filter (eq, in).' nullable: true appScope: anyOf: - $ref: '#/components/schemas/microsoft.graph.appScope' - type: object nullable: true description: Read-only property with details of the app specific scope when the assignment scope is app specific. Containment entity. Supports $expand for the entitlement provider only. x-ms-navigationProperty: true directoryScope: anyOf: - $ref: '#/components/schemas/microsoft.graph.directoryObject' - type: object nullable: true description: The directory object that is the scope of the assignment. Read-only. Supports $expand. x-ms-navigationProperty: true principal: anyOf: - $ref: '#/components/schemas/microsoft.graph.directoryObject' - type: object nullable: true description: Referencing the assigned principal. Read-only. Supports $expand. x-ms-navigationProperty: true roleDefinition: anyOf: - $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' - type: object nullable: true description: The roleDefinition the assignment is for. Supports $expand. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.unifiedRoleAssignment' microsoft.graph.unifiedRoleAssignmentSchedule: allOf: - $ref: '#/components/schemas/microsoft.graph.unifiedRoleScheduleBase' - title: unifiedRoleAssignmentSchedule required: - '@odata.type' type: object properties: assignmentType: type: string description: 'The type of the assignment that can either be Assigned or Activated. Supports $filter (eq, ne).' nullable: true memberType: type: string description: 'How the assignment is inherited. It can either be Inherited, Direct, or Group. It can further imply whether the unifiedRoleAssignmentSchedule can be managed by the caller. Supports $filter (eq, ne).' nullable: true scheduleInfo: anyOf: - $ref: '#/components/schemas/microsoft.graph.requestSchedule' - type: object nullable: true description: The period of the role assignment. It can represent a single occurrence or multiple recurrences. activatedUsing: anyOf: - $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilitySchedule' - type: object nullable: true description: 'If the request is from an eligible administrator to activate a role, this parameter shows the related eligible assignment for that activation. Otherwise, it''s null. Supports $expand.' x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.unifiedRoleAssignmentSchedule' microsoft.graph.unifiedRoleAssignmentScheduleInstance: allOf: - $ref: '#/components/schemas/microsoft.graph.unifiedRoleScheduleInstanceBase' - title: unifiedRoleAssignmentScheduleInstance required: - '@odata.type' type: object properties: assignmentType: type: string description: 'The type of the assignment that can either be Assigned or Activated. Supports $filter (eq, ne).' nullable: true endDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The end date of the schedule instance. format: date-time nullable: true memberType: type: string description: 'How the assignment is inherited. It can either be Inherited, Direct, or Group. It can further imply whether the unifiedRoleAssignmentSchedule can be managed by the caller. Supports $filter (eq, ne).' nullable: true roleAssignmentOriginId: type: string description: 'The identifier of the role assignment in Microsoft Entra. Supports $filter (eq, ne).' nullable: true roleAssignmentScheduleId: type: string description: 'The identifier of the unifiedRoleAssignmentSchedule object from which this instance was created. Supports $filter (eq, ne).' nullable: true startDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: When this instance starts. format: date-time nullable: true activatedUsing: anyOf: - $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilityScheduleInstance' - type: object nullable: true description: 'If the request is from an eligible administrator to activate a role, this parameter shows the related eligible assignment for that activation. Otherwise, it''s null. Supports $expand and $select nested in $expand.' x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.unifiedRoleAssignmentScheduleInstance' microsoft.graph.unifiedRoleAssignmentScheduleRequest: allOf: - $ref: '#/components/schemas/microsoft.graph.request' - title: unifiedRoleAssignmentScheduleRequest required: - '@odata.type' type: object properties: action: anyOf: - $ref: '#/components/schemas/microsoft.graph.unifiedRoleScheduleRequestActions' - type: object nullable: true description: 'Represents the type of the operation on the role assignment request. The possible values are: adminAssign, adminUpdate, adminRemove, selfActivate, selfDeactivate, adminExtend, adminRenew, selfExtend, selfRenew, unknownFutureValue. adminAssign: For administrators to assign roles to principals.adminRemove: For administrators to remove principals from roles. adminUpdate: For administrators to change existing role assignments.adminExtend: For administrators to extend expiring assignments.adminRenew: For administrators to renew expired assignments.selfActivate: For principals to activate their assignments.selfDeactivate: For principals to deactivate their active assignments.selfExtend: For principals to request to extend their expiring assignments.selfRenew: For principals to request to renew their expired assignments.' appScopeId: type: string description: 'Identifier of the app-specific scope when the assignment is scoped to an app. The scope of an assignment determines the set of resources for which the principal has been granted access. App scopes are scopes that are defined and understood by this application only. Use / for tenant-wide app scopes. Use directoryScopeId to limit the scope to particular directory objects, for example, administrative units. Supports $filter (eq, ne, and on null values).' nullable: true directoryScopeId: type: string description: 'Identifier of the directory object representing the scope of the assignment. The scope of an assignment determines the set of resources for which the principal has been granted access. Directory scopes are shared scopes stored in the directory that are understood by multiple applications. Use / for tenant-wide scope. Use appScopeId to limit the scope to an application only. Supports $filter (eq, ne, and on null values).' nullable: true isValidationOnly: type: boolean description: Determines whether the call is a validation or an actual call. Only set this property if you want to check whether an activation is subject to additional rules like MFA before actually submitting the request. nullable: true justification: type: string description: A message provided by users and administrators when create they create the unifiedRoleAssignmentScheduleRequest object. nullable: true principalId: type: string description: 'Identifier of the principal that has been granted the assignment. Can be a user, role-assignable group, or a service principal. Supports $filter (eq, ne).' nullable: true roleDefinitionId: type: string description: 'Identifier of the unifiedRoleDefinition object that is being assigned to the principal. Supports $filter (eq, ne).' nullable: true scheduleInfo: anyOf: - $ref: '#/components/schemas/microsoft.graph.requestSchedule' - type: object nullable: true description: The period of the role assignment. Recurring schedules are currently unsupported. targetScheduleId: type: string description: 'Identifier of the schedule object that''s linked to the assignment request. Supports $filter (eq, ne).' nullable: true ticketInfo: anyOf: - $ref: '#/components/schemas/microsoft.graph.ticketInfo' - type: object nullable: true description: Ticket details linked to the role assignment request including details of the ticket number and ticket system. activatedUsing: anyOf: - $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilitySchedule' - type: object nullable: true description: 'If the request is from an eligible administrator to activate a role, this parameter will show the related eligible assignment for that activation. Otherwise, it''s null. Supports $expand and $select nested in $expand.' x-ms-navigationProperty: true appScope: anyOf: - $ref: '#/components/schemas/microsoft.graph.appScope' - type: object nullable: true description: Read-only property with details of the app-specific scope when the assignment is scoped to an app. Nullable. Supports $expand. x-ms-navigationProperty: true directoryScope: anyOf: - $ref: '#/components/schemas/microsoft.graph.directoryObject' - type: object nullable: true description: The directory object that is the scope of the assignment. Read-only. Supports $expand. x-ms-navigationProperty: true principal: anyOf: - $ref: '#/components/schemas/microsoft.graph.directoryObject' - type: object nullable: true description: The principal that's getting a role assignment through the request. Supports $expand and $select nested in $expand for id only. x-ms-navigationProperty: true roleDefinition: anyOf: - $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' - type: object nullable: true description: Detailed information for the unifiedRoleDefinition object that is referenced through the roleDefinitionId property. Supports $expand and $select nested in $expand. x-ms-navigationProperty: true targetSchedule: anyOf: - $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentSchedule' - type: object nullable: true description: The schedule for an eligible role assignment that is referenced through the targetScheduleId property. Supports $expand and $select nested in $expand. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.unifiedRoleAssignmentScheduleRequest' microsoft.graph.unifiedRoleDefinition: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: unifiedRoleDefinition required: - '@odata.type' type: object properties: description: type: string description: The description for the unifiedRoleDefinition. Read-only when isBuiltIn is true. nullable: true displayName: type: string description: 'The display name for the unifiedRoleDefinition. Read-only when isBuiltIn is true. Required. Supports $filter (eq, in).' nullable: true isBuiltIn: type: boolean description: 'Flag indicating whether the role definition is part of the default set included in Microsoft Entra or a custom definition. Read-only. Supports $filter (eq, in).' nullable: true isEnabled: type: boolean description: Flag indicating whether the role is enabled for assignment. If false the role is not available for assignment. Read-only when isBuiltIn is true. nullable: true resourceScopes: type: array items: type: string description: List of the scopes or permissions the role definition applies to. Currently only / is supported. Read-only when isBuiltIn is true. DO NOT USE. This will be deprecated soon. Attach scope to role assignment. rolePermissions: type: array items: $ref: '#/components/schemas/microsoft.graph.unifiedRolePermission' description: List of permissions included in the role. Read-only when isBuiltIn is true. Required. templateId: type: string description: Custom template identifier that can be set when isBuiltIn is false but is read-only when isBuiltIn is true. This identifier is typically used if one needs an identifier to be the same across different directories. nullable: true version: type: string description: Indicates version of the role definition. Read-only when isBuiltIn is true. nullable: true inheritsPermissionsFrom: type: array items: $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' description: Read-only collection of role definitions that the given role definition inherits from. Only Microsoft Entra built-in roles (isBuiltIn is true) support this attribute. Supports $expand. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.unifiedRoleDefinition' microsoft.graph.unifiedRoleEligibilitySchedule: allOf: - $ref: '#/components/schemas/microsoft.graph.unifiedRoleScheduleBase' - title: unifiedRoleEligibilitySchedule required: - '@odata.type' type: object properties: memberType: type: string description: 'How the role eligibility is inherited. It can either be Inherited, Direct, or Group. It can further imply whether the unifiedRoleEligibilitySchedule can be managed by the caller. Supports $filter (eq, ne).' nullable: true scheduleInfo: anyOf: - $ref: '#/components/schemas/microsoft.graph.requestSchedule' - type: object nullable: true description: The period of the role eligibility. '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.unifiedRoleEligibilitySchedule' microsoft.graph.unifiedRoleEligibilityScheduleInstance: allOf: - $ref: '#/components/schemas/microsoft.graph.unifiedRoleScheduleInstanceBase' - title: unifiedRoleEligibilityScheduleInstance required: - '@odata.type' type: object properties: endDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The end date of the schedule instance. format: date-time nullable: true memberType: type: string description: 'How the role eligibility is inherited. It can either be Inherited, Direct, or Group. It can further imply whether the unifiedRoleEligibilitySchedule can be managed by the caller. Supports $filter (eq, ne).' nullable: true roleEligibilityScheduleId: type: string description: 'The identifier of the unifiedRoleEligibilitySchedule object from which this instance was created. Supports $filter (eq, ne).' nullable: true startDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: When this instance starts. format: date-time nullable: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.unifiedRoleEligibilityScheduleInstance' microsoft.graph.unifiedRoleEligibilityScheduleRequest: allOf: - $ref: '#/components/schemas/microsoft.graph.request' - title: unifiedRoleEligibilityScheduleRequest required: - '@odata.type' type: object properties: action: anyOf: - $ref: '#/components/schemas/microsoft.graph.unifiedRoleScheduleRequestActions' - type: object nullable: true description: 'Represents the type of operation on the role eligibility request. The possible values are: adminAssign, adminUpdate, adminRemove, selfActivate, selfDeactivate, adminExtend, adminRenew, selfExtend, selfRenew, unknownFutureValue. adminAssign: For administrators to assign eligible roles to principals.adminRemove: For administrators to remove eligible roles from principals. adminUpdate: For administrators to change existing role eligibilities.adminExtend: For administrators to extend expiring role eligibilities.adminRenew: For administrators to renew expired eligibilities.selfActivate: For users to activate their assignments.selfDeactivate: For users to deactivate their active assignments.selfExtend: For users to request to extend their expiring assignments.selfRenew: For users to request to renew their expired assignments.' appScopeId: type: string description: 'Identifier of the app-specific scope when the role eligibility is scoped to an app. The scope of a role eligibility determines the set of resources for which the principal is eligible to access. App scopes are scopes that are defined and understood by this application only. Use / for tenant-wide app scopes. Use directoryScopeId to limit the scope to particular directory objects, for example, administrative units. Supports $filter (eq, ne, and on null values).' nullable: true directoryScopeId: type: string description: 'Identifier of the directory object representing the scope of the role eligibility. The scope of a role eligibility determines the set of resources for which the principal has been granted access. Directory scopes are shared scopes stored in the directory that are understood by multiple applications. Use / for tenant-wide scope. Use appScopeId to limit the scope to an application only. Supports $filter (eq, ne, and on null values).' nullable: true isValidationOnly: type: boolean description: Determines whether the call is a validation or an actual call. Only set this property if you want to check whether an activation is subject to additional rules like MFA before actually submitting the request. nullable: true justification: type: string description: A message provided by users and administrators when create they create the unifiedRoleEligibilityScheduleRequest object. nullable: true principalId: type: string description: 'Identifier of the principal that has been granted the role eligibility. Can be a user or a role-assignable group. You can grant only active assignments service principals.Supports $filter (eq, ne).' nullable: true roleDefinitionId: type: string description: 'Identifier of the unifiedRoleDefinition object that is being assigned to the principal. Supports $filter (eq, ne).' nullable: true scheduleInfo: anyOf: - $ref: '#/components/schemas/microsoft.graph.requestSchedule' - type: object nullable: true description: The period of the role eligibility. Recurring schedules are currently unsupported. targetScheduleId: type: string description: 'Identifier of the schedule object that''s linked to the eligibility request. Supports $filter (eq, ne).' nullable: true ticketInfo: anyOf: - $ref: '#/components/schemas/microsoft.graph.ticketInfo' - type: object nullable: true description: Ticket details linked to the role eligibility request including details of the ticket number and ticket system. Optional. appScope: anyOf: - $ref: '#/components/schemas/microsoft.graph.appScope' - type: object nullable: true description: Read-only property with details of the app-specific scope when the role eligibility is scoped to an app. Nullable. Supports $expand. x-ms-navigationProperty: true directoryScope: anyOf: - $ref: '#/components/schemas/microsoft.graph.directoryObject' - type: object nullable: true description: The directory object that is the scope of the role eligibility. Read-only. Supports $expand. x-ms-navigationProperty: true principal: anyOf: - $ref: '#/components/schemas/microsoft.graph.directoryObject' - type: object nullable: true description: The principal that's getting a role eligibility through the request. Supports $expand. x-ms-navigationProperty: true roleDefinition: anyOf: - $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' - type: object nullable: true description: Detailed information for the unifiedRoleDefinition object that is referenced through the roleDefinitionId property. Supports $expand. x-ms-navigationProperty: true targetSchedule: anyOf: - $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilitySchedule' - type: object nullable: true description: The schedule for a role eligibility that is referenced through the targetScheduleId property. Supports $expand. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.unifiedRoleEligibilityScheduleRequest' microsoft.graph.unifiedRoleManagementPolicy: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: unifiedRoleManagementPolicy required: - '@odata.type' type: object properties: description: type: string description: Description for the policy. displayName: type: string description: Display name for the policy. isOrganizationDefault: type: boolean description: 'This can only be set to true for a single tenant-wide policy which will apply to all scopes and roles. Set the scopeId to / and scopeType to Directory. Supports $filter (eq, ne).' nullable: true lastModifiedBy: anyOf: - $ref: '#/components/schemas/microsoft.graph.identity' - type: object nullable: true description: The identity who last modified the role setting. lastModifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The time when the role setting was last modified. format: date-time nullable: true scopeId: type: string description: The identifier of the scope where the policy is created. Can be / for the tenant or a group ID. Required. scopeType: type: string description: 'The type of the scope where the policy is created. One of Directory, DirectoryRole, Group. Required.' effectiveRules: type: array items: $ref: '#/components/schemas/microsoft.graph.unifiedRoleManagementPolicyRule' description: 'The list of effective rules like approval rules and expiration rules evaluated based on inherited referenced rules. For example, if there is a tenant-wide policy to enforce enabling an approval rule, the effective rule will be to enable approval even if the policy has a rule to disable approval. Supports $expand.' x-ms-navigationProperty: true rules: type: array items: $ref: '#/components/schemas/microsoft.graph.unifiedRoleManagementPolicyRule' description: The collection of rules like approval rules and expiration rules. Supports $expand. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.unifiedRoleManagementPolicy' microsoft.graph.unifiedRoleManagementPolicyApprovalRule: allOf: - $ref: '#/components/schemas/microsoft.graph.unifiedRoleManagementPolicyRule' - title: unifiedRoleManagementPolicyApprovalRule required: - '@odata.type' type: object properties: setting: anyOf: - $ref: '#/components/schemas/microsoft.graph.approvalSettings' - type: object nullable: true description: The settings for approval of the role assignment. '@odata.type': type: string default: '#microsoft.graph.unifiedRoleManagementPolicyApprovalRule' x-ms-discriminator-value: '#microsoft.graph.unifiedRoleManagementPolicyApprovalRule' microsoft.graph.unifiedRoleManagementPolicyAssignment: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: unifiedRoleManagementPolicyAssignment required: - '@odata.type' type: object properties: policyId: type: string description: The id of the policy. Inherited from entity. roleDefinitionId: type: string description: 'For Microsoft Entra roles policy, it''s the identifier of the role definition object where the policy applies. For PIM for groups membership and ownership, it''s either member or owner. Supports $filter (eq).' nullable: true scopeId: type: string description: The identifier of the scope where the policy is assigned. Can be / for the tenant or a group ID. Required. scopeType: type: string description: 'The type of the scope where the policy is assigned. One of Directory, DirectoryRole, Group. Required.' policy: anyOf: - $ref: '#/components/schemas/microsoft.graph.unifiedRoleManagementPolicy' - type: object nullable: true description: The policy that's associated with a policy assignment. Supports $expand and a nested $expand of the rules and effectiveRules relationships for the policy. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.unifiedRoleManagementPolicyAssignment' microsoft.graph.unifiedRoleManagementPolicyAuthenticationContextRule: allOf: - $ref: '#/components/schemas/microsoft.graph.unifiedRoleManagementPolicyRule' - title: unifiedRoleManagementPolicyAuthenticationContextRule required: - '@odata.type' type: object properties: claimValue: type: string description: The value of the authentication context claim. nullable: true isEnabled: type: boolean description: Determines whether this rule is enabled. nullable: true '@odata.type': type: string default: '#microsoft.graph.unifiedRoleManagementPolicyAuthenticationContextRule' x-ms-discriminator-value: '#microsoft.graph.unifiedRoleManagementPolicyAuthenticationContextRule' microsoft.graph.unifiedRoleManagementPolicyEnablementRule: allOf: - $ref: '#/components/schemas/microsoft.graph.unifiedRoleManagementPolicyRule' - title: unifiedRoleManagementPolicyEnablementRule required: - '@odata.type' type: object properties: enabledRules: type: array items: type: string nullable: true description: 'The collection of rules that are enabled for this policy rule. For example, MultiFactorAuthentication, Ticketing, and Justification.' '@odata.type': type: string default: '#microsoft.graph.unifiedRoleManagementPolicyEnablementRule' x-ms-discriminator-value: '#microsoft.graph.unifiedRoleManagementPolicyEnablementRule' microsoft.graph.unifiedRoleManagementPolicyExpirationRule: allOf: - $ref: '#/components/schemas/microsoft.graph.unifiedRoleManagementPolicyRule' - title: unifiedRoleManagementPolicyExpirationRule required: - '@odata.type' type: object properties: isExpirationRequired: type: boolean description: Indicates whether expiration is required or if it's a permanently active assignment or eligibility. nullable: true maximumDuration: pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' type: string description: The maximum duration allowed for eligibility or assignment that isn't permanent. Required when isExpirationRequired is true. format: duration nullable: true '@odata.type': type: string default: '#microsoft.graph.unifiedRoleManagementPolicyExpirationRule' x-ms-discriminator-value: '#microsoft.graph.unifiedRoleManagementPolicyExpirationRule' microsoft.graph.unifiedRoleManagementPolicyNotificationRule: allOf: - $ref: '#/components/schemas/microsoft.graph.unifiedRoleManagementPolicyRule' - title: unifiedRoleManagementPolicyNotificationRule required: - '@odata.type' type: object properties: isDefaultRecipientsEnabled: type: boolean description: Indicates whether a default recipient will receive the notification email. nullable: true notificationLevel: type: string description: 'The level of notification. The possible values are None, Critical, All.' nullable: true notificationRecipients: type: array items: type: string nullable: true description: The list of recipients of the email notifications. notificationType: type: string description: The type of notification. Only Email is supported. nullable: true recipientType: type: string description: 'The type of recipient of the notification. The possible values are Requestor, Approver, Admin.' nullable: true '@odata.type': type: string default: '#microsoft.graph.unifiedRoleManagementPolicyNotificationRule' x-ms-discriminator-value: '#microsoft.graph.unifiedRoleManagementPolicyNotificationRule' microsoft.graph.unifiedRoleManagementPolicyRule: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: unifiedRoleManagementPolicyRule required: - '@odata.type' type: object properties: target: anyOf: - $ref: '#/components/schemas/microsoft.graph.unifiedRoleManagementPolicyRuleTarget' - type: object nullable: true description: 'Defines details of scope that''s targeted by role management policy rule. The details can include the principal type, the role assignment type, and actions affecting a role. Supports $filter (eq, ne).' '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.unifiedRoleManagementPolicyApprovalRule': '#/components/schemas/microsoft.graph.unifiedRoleManagementPolicyApprovalRule' '#microsoft.graph.unifiedRoleManagementPolicyAuthenticationContextRule': '#/components/schemas/microsoft.graph.unifiedRoleManagementPolicyAuthenticationContextRule' '#microsoft.graph.unifiedRoleManagementPolicyEnablementRule': '#/components/schemas/microsoft.graph.unifiedRoleManagementPolicyEnablementRule' '#microsoft.graph.unifiedRoleManagementPolicyExpirationRule': '#/components/schemas/microsoft.graph.unifiedRoleManagementPolicyExpirationRule' '#microsoft.graph.unifiedRoleManagementPolicyNotificationRule': '#/components/schemas/microsoft.graph.unifiedRoleManagementPolicyNotificationRule' microsoft.graph.unifiedRoleScheduleBase: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: unifiedRoleScheduleBase required: - '@odata.type' type: object properties: appScopeId: type: string description: 'Identifier of the app-specific scope when the assignment or eligibility is scoped to an app. The scope of an assignment or eligibility determines the set of resources for which the principal has been granted access. App scopes are scopes that are defined and understood by this application only. Use / for tenant-wide app scopes. Use directoryScopeId to limit the scope to particular directory objects, for example, administrative units.' nullable: true createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: When the schedule was created. format: date-time nullable: true createdUsing: type: string description: Identifier of the object through which this schedule was created. nullable: true directoryScopeId: type: string description: Identifier of the directory object representing the scope of the assignment or eligibility. The scope of an assignment or eligibility determines the set of resources for which the principal has been granted access. Directory scopes are shared scopes stored in the directory that are understood by multiple applications. Use / for tenant-wide scope. Use appScopeId to limit the scope to an application only. nullable: true modifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: When the schedule was last modified. format: date-time nullable: true principalId: type: string description: Identifier of the principal that has been granted the role assignment or eligibility. nullable: true roleDefinitionId: type: string description: Identifier of the unifiedRoleDefinition object that is being assigned to the principal or that a principal is eligible for. nullable: true status: type: string description: The status of the role assignment or eligibility request. nullable: true appScope: anyOf: - $ref: '#/components/schemas/microsoft.graph.appScope' - type: object nullable: true description: Read-only property with details of the app-specific scope when the role eligibility or assignment is scoped to an app. Nullable. x-ms-navigationProperty: true directoryScope: anyOf: - $ref: '#/components/schemas/microsoft.graph.directoryObject' - type: object nullable: true description: The directory object that is the scope of the role eligibility or assignment. Read-only. x-ms-navigationProperty: true principal: anyOf: - $ref: '#/components/schemas/microsoft.graph.directoryObject' - type: object nullable: true description: The principal that's getting a role assignment or that's eligible for a role through the request. x-ms-navigationProperty: true roleDefinition: anyOf: - $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' - type: object nullable: true description: Detailed information for the roleDefinition object that is referenced through the roleDefinitionId property. x-ms-navigationProperty: true '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.unifiedRoleAssignmentSchedule': '#/components/schemas/microsoft.graph.unifiedRoleAssignmentSchedule' '#microsoft.graph.unifiedRoleEligibilitySchedule': '#/components/schemas/microsoft.graph.unifiedRoleEligibilitySchedule' microsoft.graph.unifiedRoleScheduleInstanceBase: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: unifiedRoleScheduleInstanceBase required: - '@odata.type' type: object properties: appScopeId: type: string description: 'Identifier of the app-specific scope when the assignment or role eligibility is scoped to an app. The scope of an assignment or role eligibility determines the set of resources for which the principal has been granted access. App scopes are scopes that are defined and understood by this application only. Use / for tenant-wide app scopes. Use directoryScopeId to limit the scope to particular directory objects, for example, administrative units.' nullable: true directoryScopeId: type: string description: Identifier of the directory object representing the scope of the assignment or role eligibility. The scope of an assignment or role eligibility determines the set of resources for which the principal has been granted access. Directory scopes are shared scopes stored in the directory that are understood by multiple applications. Use / for tenant-wide scope. Use appScopeId to limit the scope to an application only. nullable: true principalId: type: string description: Identifier of the principal that has been granted the role assignment or that's eligible for a role. nullable: true roleDefinitionId: type: string description: Identifier of the unifiedRoleDefinition object that is being assigned to the principal or that the principal is eligible for. nullable: true appScope: anyOf: - $ref: '#/components/schemas/microsoft.graph.appScope' - type: object nullable: true description: Read-only property with details of the app-specific scope when the assignment or role eligibility is scoped to an app. Nullable. x-ms-navigationProperty: true directoryScope: anyOf: - $ref: '#/components/schemas/microsoft.graph.directoryObject' - type: object nullable: true description: The directory object that is the scope of the assignment or role eligibility. Read-only. x-ms-navigationProperty: true principal: anyOf: - $ref: '#/components/schemas/microsoft.graph.directoryObject' - type: object nullable: true description: The principal that's getting a role assignment or role eligibility through the request. x-ms-navigationProperty: true roleDefinition: anyOf: - $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' - type: object nullable: true description: Detailed information for the roleDefinition object that is referenced through the roleDefinitionId property. x-ms-navigationProperty: true '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.unifiedRoleAssignmentScheduleInstance': '#/components/schemas/microsoft.graph.unifiedRoleAssignmentScheduleInstance' '#microsoft.graph.unifiedRoleEligibilityScheduleInstance': '#/components/schemas/microsoft.graph.unifiedRoleEligibilityScheduleInstance' microsoft.graph.unifiedStorageQuota: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: unifiedStorageQuota required: - '@odata.type' type: object properties: deleted: type: integer format: int64 nullable: true manageWebUrl: type: string nullable: true remaining: type: integer format: int64 nullable: true state: type: string nullable: true total: type: integer format: int64 nullable: true used: type: integer format: int64 nullable: true services: type: array items: $ref: '#/components/schemas/microsoft.graph.serviceStorageQuotaBreakdown' x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.unifiedStorageQuota' microsoft.graph.unmuteParticipantOperation: allOf: - $ref: '#/components/schemas/microsoft.graph.commsOperation' - title: unmuteParticipantOperation required: - '@odata.type' type: object properties: '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.unmuteParticipantOperation' microsoft.graph.updateRecordingStatusOperation: allOf: - $ref: '#/components/schemas/microsoft.graph.commsOperation' - title: updateRecordingStatusOperation required: - '@odata.type' type: object properties: '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.updateRecordingStatusOperation' microsoft.graph.urlAssessmentRequest: allOf: - $ref: '#/components/schemas/microsoft.graph.threatAssessmentRequest' - title: urlAssessmentRequest required: - '@odata.type' type: object properties: url: type: string description: The URL string. '@odata.type': type: string default: '#microsoft.graph.urlAssessmentRequest' x-ms-discriminator-value: '#microsoft.graph.urlAssessmentRequest' microsoft.graph.usedInsight: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: usedInsight required: - '@odata.type' type: object properties: lastUsed: anyOf: - $ref: '#/components/schemas/microsoft.graph.usageDetails' - type: object nullable: true description: Information about when the item was last viewed or modified by the user. Read only. resourceReference: anyOf: - $ref: '#/components/schemas/microsoft.graph.resourceReference' - type: object nullable: true description: 'Reference properties of the used document, such as the url and type of the document. Read-only' readOnly: true resourceVisualization: anyOf: - $ref: '#/components/schemas/microsoft.graph.resourceVisualization' - type: object nullable: true description: Properties that you can use to visualize the document in your experience. Read-only readOnly: true resource: anyOf: - $ref: '#/components/schemas/microsoft.graph.entity' - type: object nullable: true description: 'Used for navigating to the item that was used. For file attachments, the type is fileAttachment. For linked attachments, the type is driveItem.' x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.usedInsight' microsoft.graph.user: allOf: - $ref: '#/components/schemas/microsoft.graph.directoryObject' - title: user required: - '@odata.type' type: object properties: aboutMe: type: string description: A freeform text entry field for the user to describe themselves. Returned only on $select. nullable: true accountEnabled: type: boolean description: 'true if the account is enabled; otherwise, false. This property is required when a user is created. Returned only on $select. Supports $filter (eq, ne, not, and in).' nullable: true ageGroup: type: string description: 'Sets the age group of the user. Allowed values: null, Minor, NotAdult, and Adult. For more information, see legal age group property definitions. Returned only on $select. Supports $filter (eq, ne, not, and in).' nullable: true assignedLicenses: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLicense' description: 'The licenses that are assigned to the user, including inherited (group-based) licenses. This property doesn''t differentiate between directly assigned and inherited licenses. Use the licenseAssignmentStates property to identify the directly assigned and inherited licenses. Not nullable. Returned only on $select. Supports $filter (eq, not, /$count eq 0, /$count ne 0).' assignedPlans: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedPlan' description: The plans that are assigned to the user. Read-only. Not nullable. Returned only on $select. Supports $filter (eq and not). authorizationInfo: anyOf: - $ref: '#/components/schemas/microsoft.graph.authorizationInfo' - type: object nullable: true birthday: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The birthday of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. Returned only on $select.' format: date-time businessPhones: type: array items: type: string description: 'The telephone numbers for the user. NOTE: Although it''s a string collection, only one number can be set for this property. Read-only for users synced from the on-premises directory. Returned by default. Supports $filter (eq, not, ge, le, startsWith).' city: type: string description: 'The city where the user is located. Maximum length is 128 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).' nullable: true companyName: type: string description: 'The name of the company that the user is associated with. This property can be useful for describing the company that a guest comes from. The maximum length is 64 characters.Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).' nullable: true consentProvidedForMinor: type: string description: 'Sets whether consent was obtained for minors. Allowed values: null, Granted, Denied, and NotRequired. For more information, see legal age group property definitions. Returned only on $select. Supports $filter (eq, ne, not, and in).' nullable: true country: type: string description: 'The country/region where the user is located; for example, US or UK. Maximum length is 128 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).' nullable: true createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The date and time the user was created, in ISO 8601 format and UTC. The value can''t be modified and is automatically populated when the entity is created. Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in).' format: date-time nullable: true creationType: type: string description: 'Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by a guest signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in).' nullable: true customSecurityAttributes: anyOf: - $ref: '#/components/schemas/microsoft.graph.customSecurityAttributeValue' - type: object nullable: true description: 'An open complex type that holds the value of a custom security attribute that is assigned to a directory object. Nullable. Returned only on $select. Supports $filter (eq, ne, not, startsWith). The filter value is case-sensitive.' department: type: string description: 'The name of the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values).' nullable: true deviceEnrollmentLimit: maximum: 2147483647 minimum: -2147483648 type: integer description: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. format: int32 displayName: type: string description: 'The name displayed in the address book for the user. This value is usually the combination of the user''s first name, middle initial, and family name. This property is required when a user is created and it can''t be cleared during updates. Maximum length is 256 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderby, and $search.' nullable: true employeeHireDate: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The date and time when the user was hired or will start work in a future hire. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in).' format: date-time nullable: true employeeId: type: string description: 'The employee identifier assigned to the user by the organization. The maximum length is 16 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values).' nullable: true employeeLeaveDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The date and time when the user left or will leave the organization. To read this property, the calling app must be assigned the User-LifeCycleInfo.Read.All permission. To write this property, the calling app must be assigned the User.Read.All and User-LifeCycleInfo.ReadWrite.All permissions. To read this property in delegated scenarios, the admin needs at least one of the following Microsoft Entra roles: Lifecycle Workflows Administrator, Global Reader. To write this property in delegated scenarios, the admin needs the Global Administrator role. Supports $filter (eq, ne, not , ge, le, in). For more information, see Configure the employeeLeaveDateTime property for a user.' format: date-time nullable: true employeeOrgData: anyOf: - $ref: '#/components/schemas/microsoft.graph.employeeOrgData' - type: object nullable: true description: 'Represents organization data (for example, division and costCenter) associated with a user. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in).' employeeType: type: string description: 'Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, startsWith).' nullable: true externalUserState: type: string description: 'For a guest invited to the tenant using the invitation API, this property represents the invited user''s invitation status. For invited users, the state can be PendingAcceptance or Accepted, or null for all other users. Returned only on $select. Supports $filter (eq, ne, not , in).' nullable: true externalUserStateChangeDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'Shows the timestamp for the latest change to the externalUserState property. Returned only on $select. Supports $filter (eq, ne, not , in).' format: date-time nullable: true faxNumber: type: string description: 'The fax number of the user. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values).' nullable: true givenName: type: string description: 'The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values).' nullable: true hireDate: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The hire date of the user. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z. Returned only on $select. Note: This property is specific to SharePoint in Microsoft 365. We recommend using the native employeeHireDate property to set and update hire date values using Microsoft Graph APIs.' format: date-time identities: type: array items: $ref: '#/components/schemas/microsoft.graph.objectIdentity' description: 'Represents the identities that can be used to sign in to this user account. Microsoft (also known as a local account), organizations, or social identity providers such as Facebook, Google, and Microsoft can provide identity and tie it to a user account. It might contain multiple items with the same signInType value. Returned only on $select. Supports $filter (eq) with limitations.' imAddresses: type: array items: type: string nullable: true description: 'The instant message voice-over IP (VOIP) session initiation protocol (SIP) addresses for the user. Read-only. Returned only on $select. Supports $filter (eq, not, ge, le, startsWith).' interests: type: array items: type: string nullable: true description: A list for the user to describe their interests. Returned only on $select. isResourceAccount: type: boolean description: Don't use – reserved for future use. nullable: true jobTitle: type: string description: 'The user''s job title. Maximum length is 128 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values).' nullable: true lastPasswordChangeDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The time when this Microsoft Entra user last changed their password or when their password was created, whichever date the latest action was performed. The date and time information uses ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Returned only on $select.' format: date-time nullable: true legalAgeGroupClassification: type: string description: 'Used by enterprise applications to determine the legal age group of the user. This property is read-only and calculated based on ageGroup and consentProvidedForMinor properties. Allowed values: null, MinorWithOutParentalConsent, MinorWithParentalConsent, MinorNoParentalConsentRequired, NotAdult, and Adult. For more information, see legal age group property definitions. Returned only on $select.' nullable: true licenseAssignmentStates: type: array items: $ref: '#/components/schemas/microsoft.graph.licenseAssignmentState' description: State of license assignments for this user. Also indicates licenses that are directly assigned or the user inherited through group memberships. Read-only. Returned only on $select. mail: type: string description: 'The SMTP address for the user, for example, jeff@contoso.com. Changes to this property update the user''s proxyAddresses collection to include the value as an SMTP address. This property can''t contain accent characters. NOTE: We don''t recommend updating this property for Azure AD B2C user profiles. Use the otherMails property instead. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith, and eq on null values).' nullable: true mailboxSettings: anyOf: - $ref: '#/components/schemas/microsoft.graph.mailboxSettings' - type: object nullable: true description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.' mailNickname: type: string description: 'The mail alias for the user. This property must be specified when a user is created. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).' nullable: true mobilePhone: type: string description: 'The primary cellular telephone number for the user. Read-only for users synced from the on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) and $search.' nullable: true mySite: type: string description: The URL for the user's site. Returned only on $select. nullable: true officeLocation: type: string description: 'The office location in the user''s place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).' nullable: true onPremisesDistinguishedName: type: string description: Contains the on-premises Active Directory distinguished name or DN. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. Returned only on $select. nullable: true onPremisesDomainName: type: string description: 'Contains the on-premises domainFQDN, also called dnsDomainName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. Returned only on $select.' nullable: true onPremisesExtensionAttributes: anyOf: - $ref: '#/components/schemas/microsoft.graph.onPremisesExtensionAttributes' - type: object nullable: true description: 'Contains extensionAttributes1-15 for the user. These extension attributes are also known as Exchange custom attributes 1-15. For an onPremisesSyncEnabled user, the source of authority for this set of properties is the on-premises and is read-only. For a cloud-only user (where onPremisesSyncEnabled is false), these properties can be set during the creation or update of a user object. For a cloud-only user previously synced from on-premises Active Directory, these properties are read-only in Microsoft Graph but can be fully managed through the Exchange Admin Center or the Exchange Online V2 module in PowerShell. Returned only on $select. Supports $filter (eq, ne, not, in).' onPremisesImmutableId: type: string description: 'This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object. This property must be specified when creating a new user account in the Graph if you''re using a federated domain for the user''s userPrincipalName (UPN) property. NOTE: The $ and _ characters can''t be used when specifying this property. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in).' nullable: true onPremisesLastSyncDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'Indicates the last time at which the object was synced with the on-premises directory; for example: 2013-02-16T03:04:54Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in).' format: date-time nullable: true onPremisesProvisioningErrors: type: array items: $ref: '#/components/schemas/microsoft.graph.onPremisesProvisioningError' description: 'Errors when using Microsoft synchronization product during provisioning. Returned only on $select. Supports $filter (eq, not, ge, le).' onPremisesSamAccountName: type: string description: 'Contains the on-premises samAccountName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith).' nullable: true onPremisesSecurityIdentifier: type: string description: Contains the on-premises security identifier (SID) for the user that was synchronized from on-premises to the cloud. Read-only. Returned only on $select. Supports $filter (eq including on null values). nullable: true onPremisesSyncEnabled: type: boolean description: 'true if this user object is currently being synced from an on-premises Active Directory (AD); otherwise the user isn''t being synced and can be managed in Microsoft Entra ID. Read-only. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values).' nullable: true onPremisesUserPrincipalName: type: string description: 'Contains the on-premises userPrincipalName synchronized from the on-premises directory. The property is only populated for customers who are synchronizing their on-premises directory to Microsoft Entra ID via Microsoft Entra Connect. Read-only. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith).' nullable: true otherMails: type: array items: type: string description: 'A list of other email addresses for the user; for example: [''bob@contoso.com'', ''Robert@fabrikam.com'']. NOTE: This property can''t contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0).' passwordPolicies: type: string description: 'Specifies password policies for the user. This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two might be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. Returned only on $select. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values).' nullable: true passwordProfile: anyOf: - $ref: '#/components/schemas/microsoft.graph.passwordProfile' - type: object nullable: true description: 'Specifies the password profile for the user. The profile contains the user''s password. This property is required when a user is created. The password in the profile must satisfy minimum requirements as specified by the passwordPolicies property. By default, a strong password is required. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values).' pastProjects: type: array items: type: string nullable: true description: A list for the user to enumerate their past projects. Returned only on $select. postalCode: type: string description: 'The postal code for the user''s postal address. The postal code is specific to the user''s country/region. In the United States of America, this attribute contains the ZIP code. Maximum length is 40 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).' nullable: true preferredDataLocation: type: string description: 'The preferred data location for the user. For more information, see OneDrive Online Multi-Geo.' nullable: true preferredLanguage: type: string description: 'The preferred language for the user. The preferred language format is based on RFC 4646. The name is a combination of an ISO 639 two-letter lowercase culture code associated with the language, and an ISO 3166 two-letter uppercase subculture code associated with the country or region. Example: ''en-US'', or ''es-ES''. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values)' nullable: true preferredName: type: string description: The preferred name for the user. Not Supported. This attribute returns an empty string.Returned only on $select. nullable: true print: anyOf: - $ref: '#/components/schemas/microsoft.graph.userPrint' - type: object nullable: true provisionedPlans: type: array items: $ref: '#/components/schemas/microsoft.graph.provisionedPlan' description: 'The plans that are provisioned for the user. Read-only. Not nullable. Returned only on $select. Supports $filter (eq, not, ge, le).' proxyAddresses: type: array items: type: string description: 'For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com'']. Changes to the mail property update this collection to include the value as an SMTP address. For more information, see mail and proxyAddresses properties. The proxy address prefixed with SMTP (capitalized) is the primary proxy address, while those addresses prefixed with smtp are the secondary proxy addresses. For Azure AD B2C accounts, this property has a limit of 10 unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. Returned only on $select. Supports $filter (eq, not, ge, le, startsWith, endsWith, /$count eq 0, /$count ne 0).' responsibilities: type: array items: type: string nullable: true description: A list for the user to enumerate their responsibilities. Returned only on $select. schools: type: array items: type: string nullable: true description: A list for the user to enumerate the schools they attended. Returned only on $select. securityIdentifier: type: string description: 'Security identifier (SID) of the user, used in Windows scenarios. Read-only. Returned by default. Supports $select and $filter (eq, not, ge, le, startsWith).' nullable: true serviceProvisioningErrors: type: array items: $ref: '#/components/schemas/microsoft.graph.serviceProvisioningError' description: 'Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance).' showInAddressList: type: boolean description: Do not use in Microsoft Graph. Manage this property through the Microsoft 365 admin center instead. Represents whether the user should be included in the Outlook global address list. See Known issue. nullable: true signInActivity: anyOf: - $ref: '#/components/schemas/microsoft.graph.signInActivity' - type: object nullable: true description: 'Get the last signed-in date and request ID of the sign-in for a given user. Read-only.Returned only on $select. Supports $filter (eq, ne, not, ge, le) but not with any other filterable properties. Note: Details for this property require a Microsoft Entra ID P1 or P2 license and the AuditLog.Read.All permission.This property isn''t returned for a user who never signed in or last signed in before April 2020.' signInSessionsValidFromDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'Any refresh tokens or session tokens (session cookies) issued before this time are invalid. Applications get an error when using an invalid refresh or session token to acquire a delegated access token (to access APIs such as Microsoft Graph). If this happens, the application needs to acquire a new refresh token by requesting the authorized endpoint. Read-only. Use revokeSignInSessions to reset. Returned only on $select.' format: date-time nullable: true skills: type: array items: type: string nullable: true description: A list for the user to enumerate their skills. Returned only on $select. state: type: string description: 'The state or province in the user''s address. Maximum length is 128 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).' nullable: true streetAddress: type: string description: 'The street address of the user''s place of business. Maximum length is 1,024 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).' nullable: true surname: type: string description: 'The user''s surname (family name or last name). Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).' nullable: true usageLocation: type: string description: 'A two-letter country code (ISO standard 3166). Required for users that are assigned licenses due to legal requirements to check for availability of services in countries. Examples include: US, JP, and GB. Not nullable. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values).' nullable: true userPrincipalName: type: string description: 'The user principal name (UPN) of the user. The UPN is an Internet-style sign-in name for the user based on the Internet standard RFC 822. By convention, this value should map to the user''s email name. The general format is alias@domain, where the domain must be present in the tenant''s collection of verified domains. This property is required when a user is created. The verified domains for the tenant can be accessed from the verifiedDomains property of organization.NOTE: This property can''t contain accent characters. Only the following characters are allowed A - Z, a - z, 0 - 9, '' . - _ ! # ^ ~. For the complete list of allowed characters, see username policies. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderby.' nullable: true userType: type: string description: 'A string value that can be used to classify user types in your directory. The possible values are Member and Guest. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for members and guests, see What are the default user permissions in Microsoft Entra ID?' nullable: true activities: type: array items: $ref: '#/components/schemas/microsoft.graph.userActivity' description: The user's activities across devices. Read-only. Nullable. x-ms-navigationProperty: true agreementAcceptances: type: array items: $ref: '#/components/schemas/microsoft.graph.agreementAcceptance' description: The user's terms of use acceptance statuses. Read-only. Nullable. x-ms-navigationProperty: true appRoleAssignments: type: array items: $ref: '#/components/schemas/microsoft.graph.appRoleAssignment' description: Represents the app roles a user is granted for an application. Supports $expand. x-ms-navigationProperty: true authentication: anyOf: - $ref: '#/components/schemas/microsoft.graph.authentication' - type: object nullable: true description: The authentication methods that are supported for the user. x-ms-navigationProperty: true calendar: anyOf: - $ref: '#/components/schemas/microsoft.graph.calendar' - type: object nullable: true description: The user's primary calendar. Read-only. x-ms-navigationProperty: true calendarGroups: type: array items: $ref: '#/components/schemas/microsoft.graph.calendarGroup' description: The user's calendar groups. Read-only. Nullable. x-ms-navigationProperty: true calendars: type: array items: $ref: '#/components/schemas/microsoft.graph.calendar' description: The user's calendars. Read-only. Nullable. x-ms-navigationProperty: true calendarView: type: array items: $ref: '#/components/schemas/microsoft.graph.event' description: The calendar view for the calendar. Read-only. Nullable. x-ms-navigationProperty: true chats: type: array items: $ref: '#/components/schemas/microsoft.graph.chat' x-ms-navigationProperty: true cloudClipboard: anyOf: - $ref: '#/components/schemas/microsoft.graph.cloudClipboardRoot' - type: object nullable: true x-ms-navigationProperty: true contactFolders: type: array items: $ref: '#/components/schemas/microsoft.graph.contactFolder' description: The user's contacts folders. Read-only. Nullable. x-ms-navigationProperty: true contacts: type: array items: $ref: '#/components/schemas/microsoft.graph.contact' description: The user's contacts. Read-only. Nullable. x-ms-navigationProperty: true createdObjects: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' description: Directory objects that the user created. Read-only. Nullable. x-ms-navigationProperty: true deviceManagementTroubleshootingEvents: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceManagementTroubleshootingEvent' description: The list of troubleshooting events for this user. x-ms-navigationProperty: true directReports: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' description: The users and contacts that report to the user. (The users and contacts that have their manager property set to this user.) Read-only. Nullable. Supports $expand. x-ms-navigationProperty: true drive: anyOf: - $ref: '#/components/schemas/microsoft.graph.drive' - type: object nullable: true description: The user's OneDrive. Read-only. x-ms-navigationProperty: true drives: type: array items: $ref: '#/components/schemas/microsoft.graph.drive' description: A collection of drives available for this user. Read-only. x-ms-navigationProperty: true employeeExperience: anyOf: - $ref: '#/components/schemas/microsoft.graph.employeeExperienceUser' - type: object nullable: true x-ms-navigationProperty: true events: type: array items: $ref: '#/components/schemas/microsoft.graph.event' description: The user's events. Default is to show Events under the Default Calendar. Read-only. Nullable. x-ms-navigationProperty: true extensions: type: array items: $ref: '#/components/schemas/microsoft.graph.extension' description: The collection of open extensions defined for the user. Read-only. Supports $expand. Nullable. x-ms-navigationProperty: true followedSites: type: array items: $ref: '#/components/schemas/microsoft.graph.site' x-ms-navigationProperty: true inferenceClassification: anyOf: - $ref: '#/components/schemas/microsoft.graph.inferenceClassification' - type: object nullable: true description: Relevance classification of the user's messages based on explicit designations that override inferred relevance or importance. x-ms-navigationProperty: true insights: anyOf: - $ref: '#/components/schemas/microsoft.graph.itemInsights' - type: object nullable: true x-ms-navigationProperty: true joinedTeams: type: array items: $ref: '#/components/schemas/microsoft.graph.team' x-ms-navigationProperty: true licenseDetails: type: array items: $ref: '#/components/schemas/microsoft.graph.licenseDetails' description: A collection of this user's license details. Read-only. x-ms-navigationProperty: true mailFolders: type: array items: $ref: '#/components/schemas/microsoft.graph.mailFolder' description: The user's mail folders. Read-only. Nullable. x-ms-navigationProperty: true managedAppRegistrations: type: array items: $ref: '#/components/schemas/microsoft.graph.managedAppRegistration' description: Zero or more managed app registrations that belong to the user. x-ms-navigationProperty: true managedDevices: type: array items: $ref: '#/components/schemas/microsoft.graph.managedDevice' description: The managed devices associated with the user. x-ms-navigationProperty: true manager: anyOf: - $ref: '#/components/schemas/microsoft.graph.directoryObject' - type: object nullable: true description: The user or contact that is this user's manager. Read-only. Supports $expand. x-ms-navigationProperty: true memberOf: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' description: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. x-ms-navigationProperty: true messages: type: array items: $ref: '#/components/schemas/microsoft.graph.message' description: The messages in a mailbox or folder. Read-only. Nullable. x-ms-navigationProperty: true oauth2PermissionGrants: type: array items: $ref: '#/components/schemas/microsoft.graph.oAuth2PermissionGrant' x-ms-navigationProperty: true onenote: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenote' - type: object nullable: true x-ms-navigationProperty: true onlineMeetings: type: array items: $ref: '#/components/schemas/microsoft.graph.onlineMeeting' description: 'Information about a meeting, including the URL used to join a meeting, the attendees list, and the description.' x-ms-navigationProperty: true outlook: anyOf: - $ref: '#/components/schemas/microsoft.graph.outlookUser' - type: object nullable: true x-ms-navigationProperty: true ownedDevices: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' description: 'Devices the user owns. Read-only. Nullable. Supports $expand and $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1).' x-ms-navigationProperty: true ownedObjects: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' description: 'Directory objects the user owns. Read-only. Nullable. Supports $expand, $select nested in $expand, and $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1).' x-ms-navigationProperty: true people: type: array items: $ref: '#/components/schemas/microsoft.graph.person' description: People that are relevant to the user. Read-only. Nullable. x-ms-navigationProperty: true permissionGrants: type: array items: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' description: List all resource-specific permission grants of a user. x-ms-navigationProperty: true photo: anyOf: - $ref: '#/components/schemas/microsoft.graph.profilePhoto' - type: object nullable: true description: The user's profile photo. Read-only. x-ms-navigationProperty: true photos: type: array items: $ref: '#/components/schemas/microsoft.graph.profilePhoto' description: The collection of the user's profile photos in different sizes. Read-only. x-ms-navigationProperty: true planner: anyOf: - $ref: '#/components/schemas/microsoft.graph.plannerUser' - type: object nullable: true description: Entry-point to the Planner resource that might exist for a user. Read-only. x-ms-navigationProperty: true presence: anyOf: - $ref: '#/components/schemas/microsoft.graph.presence' - type: object nullable: true x-ms-navigationProperty: true registeredDevices: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' description: Devices that are registered for the user. Read-only. Nullable. Supports $expand and returns up to 100 objects. x-ms-navigationProperty: true scopedRoleMemberOf: type: array items: $ref: '#/components/schemas/microsoft.graph.scopedRoleMembership' x-ms-navigationProperty: true settings: anyOf: - $ref: '#/components/schemas/microsoft.graph.userSettings' - type: object nullable: true x-ms-navigationProperty: true sponsors: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' description: 'The users and groups responsible for this guest''s privileges in the tenant and keeping the guest''s information and access updated. (HTTP Methods: GET, POST, DELETE.). Supports $expand.' x-ms-navigationProperty: true teamwork: anyOf: - $ref: '#/components/schemas/microsoft.graph.userTeamwork' - type: object nullable: true description: A container for Microsoft Teams features available for the user. Read-only. Nullable. x-ms-navigationProperty: true todo: anyOf: - $ref: '#/components/schemas/microsoft.graph.todo' - type: object nullable: true description: Represents the To Do services available to a user. x-ms-navigationProperty: true transitiveMemberOf: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' description: 'The groups, including nested groups, and directory roles that a user is a member of. Nullable.' x-ms-navigationProperty: true '@odata.type': type: string default: '#microsoft.graph.user' x-ms-discriminator-value: '#microsoft.graph.user' microsoft.graph.userActivity: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: userActivity required: - '@odata.type' type: object properties: activationUrl: type: string description: Required. URL used to launch the activity in the best native experience represented by the appId. Might launch a web-based app if no native app exists. activitySourceHost: type: string description: 'Required. URL for the domain representing the cross-platform identity mapping for the app. Mapping is stored either as a JSON file hosted on the domain or configurable via Windows Dev Center. The JSON file is named cross-platform-app-identifiers and is hosted at root of your HTTPS domain, either at the top level domain or include a sub domain. For example: https://contoso.com or https://myapp.contoso.com but NOT https://myapp.contoso.com/somepath. You must have a unique file and domain (or sub domain) per cross-platform app identity. For example, a separate file and domain is needed for Word vs. PowerPoint.' appActivityId: type: string description: Required. The unique activity ID in the context of the app - supplied by caller and immutable thereafter. appDisplayName: type: string description: Optional. Short text description of the app used to generate the activity for use in cases when the app is not installed on the user’s local device. nullable: true contentInfo: description: Optional. A custom piece of data - JSON-LD extensible description of content according to schema.org syntax. contentUrl: type: string description: 'Optional. Used in the event the content can be rendered outside of a native or web-based app experience (for example, a pointer to an item in an RSS feed).' nullable: true createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Set by the server. DateTime in UTC when the object was created on the server. format: date-time nullable: true expirationDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Set by the server. DateTime in UTC when the object expired on the server. format: date-time nullable: true fallbackUrl: type: string description: 'Optional. URL used to launch the activity in a web-based app, if available.' nullable: true lastModifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Set by the server. DateTime in UTC when the object was modified on the server. format: date-time nullable: true status: anyOf: - $ref: '#/components/schemas/microsoft.graph.status' - type: object nullable: true description: 'Set by the server. A status code used to identify valid objects. Values: active, updated, deleted, ignored.' userTimezone: type: string description: Optional. The timezone in which the user's device used to generate the activity was located at activity creation time; values supplied as Olson IDs in order to support cross-platform representation. nullable: true visualElements: $ref: '#/components/schemas/microsoft.graph.visualInfo' historyItems: type: array items: $ref: '#/components/schemas/microsoft.graph.activityHistoryItem' description: Optional. NavigationProperty/Containment; navigation property to the activity's historyItems. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.userActivity' microsoft.graph.userConsentRequest: allOf: - $ref: '#/components/schemas/microsoft.graph.request' - title: userConsentRequest required: - '@odata.type' type: object properties: reason: type: string description: The user's justification for requiring access to the app. Supports $filter (eq only) and $orderby. nullable: true approval: anyOf: - $ref: '#/components/schemas/microsoft.graph.approval' - type: object nullable: true description: Approval decisions associated with a request. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.userConsentRequest' microsoft.graph.userExperienceAnalyticsAppHealthApplicationPerformance: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: userExperienceAnalyticsAppHealthApplicationPerformance required: - '@odata.type' type: object properties: activeDeviceCount: maximum: 2147483647 minimum: -2147483648 type: integer description: 'The health score of the application. Valid values 0 to 100. Supports: $filter, $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647' format: int32 appCrashCount: maximum: 2147483647 minimum: -2147483648 type: integer description: 'The number of crashes for the application. Valid values 0 to 2147483647. Supports: $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647' format: int32 appDisplayName: type: string description: 'The friendly name of the application. Possible values are: Outlook, Excel. Supports: $select, $OrderBy. Read-only.' nullable: true appHangCount: maximum: 2147483647 minimum: -2147483648 type: integer description: 'The number of hangs for the application. Supports: $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647' format: int32 appHealthScore: oneOf: - type: number format: double - type: string - $ref: '#/components/schemas/ReferenceNumeric' description: 'The health score of the application. Valid values 0 to 100. Supports: $filter, $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308' appName: type: string description: 'The name of the application. Possible values are: outlook.exe, excel.exe. Supports: $select, $OrderBy. Read-only.' nullable: true appPublisher: type: string description: 'The publisher of the application. Supports: $select, $OrderBy. Read-only.' nullable: true appUsageDuration: maximum: 2147483647 minimum: -2147483648 type: integer description: 'The total usage time of the application in minutes. Valid values 0 to 2147483647. Supports: $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647' format: int32 meanTimeToFailureInMinutes: maximum: 2147483647 minimum: -2147483648 type: integer description: 'The mean time to failure for the application in minutes. Valid values 0 to 2147483647. Supports: $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647' format: int32 '@odata.type': type: string description: The user experience analytics application performance entity contains application performance details. x-ms-discriminator-value: '#microsoft.graph.userExperienceAnalyticsAppHealthApplicationPerformance' microsoft.graph.userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails required: - '@odata.type' type: object properties: appCrashCount: maximum: 2147483647 minimum: -2147483648 type: integer description: The number of crashes for the app. Valid values -2147483648 to 2147483647 format: int32 appDisplayName: type: string description: The friendly name of the application. nullable: true appName: type: string description: The name of the application. nullable: true appPublisher: type: string description: The publisher of the application. nullable: true appVersion: type: string description: The version of the application. nullable: true deviceCountWithCrashes: maximum: 2147483647 minimum: -2147483648 type: integer description: 'The total number of devices that have reported one or more application crashes for this application and version. Valid values 0 to 2147483647. Supports: $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647' format: int32 isLatestUsedVersion: type: boolean description: 'When TRUE, indicates the version of application is the latest version for that application that is in use. When FALSE, indicates the version is not the latest version. FALSE by default. Supports: $select, $OrderBy.' isMostUsedVersion: type: boolean description: 'When TRUE, indicates the version of application is the most used version for that application. When FALSE, indicates the version is not the most used version. FALSE by default. Supports: $select, $OrderBy. Read-only.' '@odata.type': type: string description: The user experience analytics application performance entity contains application performance by application version details. x-ms-discriminator-value: '#microsoft.graph.userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails' microsoft.graph.userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId required: - '@odata.type' type: object properties: appCrashCount: maximum: 2147483647 minimum: -2147483648 type: integer description: The number of crashes for the app. Valid values -2147483648 to 2147483647 format: int32 appDisplayName: type: string description: The friendly name of the application. nullable: true appName: type: string description: The name of the application. nullable: true appPublisher: type: string description: The publisher of the application. nullable: true appVersion: type: string description: The version of the application. nullable: true deviceDisplayName: type: string description: 'The name of the device. Supports: $select, $OrderBy. Read-only.' nullable: true deviceId: type: string description: 'The Intune device id of the device. Supports: $select, $OrderBy. Read-only.' nullable: true processedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The date and time when the statistics were last computed. The value cannot be modified and is automatically populated when the statistics are computed. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2022 would look like this: ''2022-01-01T00:00:00Z''. Returned by default. Read-only.' format: date-time '@odata.type': type: string description: The user experience analytics application performance entity contains application performance by application version device id. x-ms-discriminator-value: '#microsoft.graph.userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId' microsoft.graph.userExperienceAnalyticsAppHealthAppPerformanceByOSVersion: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: userExperienceAnalyticsAppHealthAppPerformanceByOSVersion required: - '@odata.type' type: object properties: activeDeviceCount: maximum: 2147483647 minimum: -2147483648 type: integer description: 'The number of devices where the application has been active. Valid values 0 to 2147483647. Supports: $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647' format: int32 appCrashCount: maximum: 2147483647 minimum: -2147483648 type: integer description: 'The number of crashes for the application. Valid values 0 to 2147483647. Supports: $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647' format: int32 appDisplayName: type: string description: 'The friendly name of the application. Possible values are: Outlook, Excel. Supports: $select, $OrderBy. Read-only.' nullable: true appName: type: string description: 'The name of the application. Possible values are: outlook.exe, excel.exe. Supports: $select, $OrderBy. Read-only.' nullable: true appPublisher: type: string description: 'The publisher of the application. Supports: $select, $OrderBy. Read-only.' nullable: true appUsageDuration: maximum: 2147483647 minimum: -2147483648 type: integer description: 'The total usage time of the application in minutes. Valid values 0 to 2147483647. Supports: $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647' format: int32 meanTimeToFailureInMinutes: maximum: 2147483647 minimum: -2147483648 type: integer description: 'The mean time to failure for the application in minutes. Valid values 0 to 2147483647. Supports: $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647' format: int32 osBuildNumber: type: string description: 'The OS build number of the application. Supports: $select, $OrderBy. Read-only.' nullable: true osVersion: type: string description: 'The OS version of the application. Supports: $select, $OrderBy. Read-only.' nullable: true '@odata.type': type: string description: The user experience analytics application performance entity contains app performance details by OS version. x-ms-discriminator-value: '#microsoft.graph.userExperienceAnalyticsAppHealthAppPerformanceByOSVersion' microsoft.graph.userExperienceAnalyticsAppHealthDeviceModelPerformance: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: userExperienceAnalyticsAppHealthDeviceModelPerformance required: - '@odata.type' type: object properties: activeDeviceCount: maximum: 2147483647 minimum: -2147483648 type: integer description: 'The number of active devices for the model. Valid values 0 to 2147483647. Supports: $filter, $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647' format: int32 deviceManufacturer: type: string description: 'The manufacturer name of the device. Supports: $select, $OrderBy. Read-only.' nullable: true deviceModel: type: string description: 'The model name of the device. Supports: $select, $OrderBy. Read-only.' nullable: true healthStatus: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsHealthState' meanTimeToFailureInMinutes: maximum: 2147483647 minimum: -2147483648 type: integer description: 'The mean time to failure for the application in minutes. Valid values 0 to 2147483647. Supports: $filter, $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647' format: int32 modelAppHealthScore: oneOf: - type: number format: double - type: string - $ref: '#/components/schemas/ReferenceNumeric' description: 'The application health score of the device model. Valid values 0 to 100. Supports: $filter, $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308' '@odata.type': type: string description: The user experience analytics device model performance entity contains device model performance details. x-ms-discriminator-value: '#microsoft.graph.userExperienceAnalyticsAppHealthDeviceModelPerformance' microsoft.graph.userExperienceAnalyticsAppHealthDevicePerformance: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: userExperienceAnalyticsAppHealthDevicePerformance required: - '@odata.type' type: object properties: appCrashCount: maximum: 2147483647 minimum: -2147483648 type: integer description: 'The number of application crashes for the device. Valid values 0 to 2147483647. Supports: $filter, $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647' format: int32 appHangCount: maximum: 2147483647 minimum: -2147483648 type: integer description: 'The number of application hangs for the device. Valid values 0 to 2147483647. Supports: $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647' format: int32 crashedAppCount: maximum: 2147483647 minimum: -2147483648 type: integer description: 'The number of distinct application crashes for the device. Valid values 0 to 2147483647. Supports: $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647' format: int32 deviceAppHealthScore: oneOf: - type: number format: double - type: string - $ref: '#/components/schemas/ReferenceNumeric' description: 'The application health score of the device. Valid values 0 to 100. Supports: $filter, $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308' deviceDisplayName: type: string description: 'The name of the device. Supports: $select, $OrderBy. Read-only.' nullable: true deviceId: type: string description: 'The Intune device id of the device. Supports: $select, $OrderBy. Read-only.' nullable: true deviceManufacturer: type: string description: 'The manufacturer name of the device. Supports: $select, $OrderBy. Read-only.' nullable: true deviceModel: type: string description: 'The model name of the device. Supports: $select, $OrderBy. Read-only.' nullable: true healthStatus: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsHealthState' meanTimeToFailureInMinutes: maximum: 2147483647 minimum: -2147483648 type: integer description: 'The mean time to failure for the application in minutes. Valid values 0 to 2147483647. Supports: $filter, $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647' format: int32 processedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The date and time when the statistics were last computed. The value cannot be modified and is automatically populated when the statistics are computed. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2022 would look like this: ''2022-01-01T00:00:00Z''. Returned by default. Read-only.' format: date-time '@odata.type': type: string description: The user experience analytics device performance entity contains device performance details. x-ms-discriminator-value: '#microsoft.graph.userExperienceAnalyticsAppHealthDevicePerformance' microsoft.graph.userExperienceAnalyticsAppHealthDevicePerformanceDetails: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: userExperienceAnalyticsAppHealthDevicePerformanceDetails required: - '@odata.type' type: object properties: appDisplayName: type: string description: 'The friendly name of the application for which the event occurred. Possible values are: outlook.exe, excel.exe. Supports: $select, $OrderBy. Read-only.' nullable: true appPublisher: type: string description: 'The publisher of the application. Supports: $select, $OrderBy. Read-only.' nullable: true appVersion: type: string description: 'The version of the application. Possible values are: 1.0.0.1, 75.65.23.9. Supports: $select, $OrderBy. Read-only.' nullable: true deviceDisplayName: type: string description: 'The name of the device. Supports: $select, $OrderBy. Read-only.' nullable: true deviceId: type: string description: 'The Intune device id of the device. Supports: $select, $OrderBy. Read-only.' nullable: true eventDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The time the event occurred. The value cannot be modified and is automatically populated when the statistics are computed. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2022 would look like this: ''2022-01-01T00:00:00Z''. Returned by default. Read-only.' format: date-time eventType: type: string description: 'The type of the event. Supports: $select, $OrderBy. Read-only.' nullable: true '@odata.type': type: string description: The user experience analytics device performance entity contains device performance details. x-ms-discriminator-value: '#microsoft.graph.userExperienceAnalyticsAppHealthDevicePerformanceDetails' microsoft.graph.userExperienceAnalyticsAppHealthOSVersionPerformance: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: userExperienceAnalyticsAppHealthOSVersionPerformance required: - '@odata.type' type: object properties: activeDeviceCount: maximum: 2147483647 minimum: -2147483648 type: integer description: 'The number of active devices for the OS version. Valid values 0 to 2147483647. Supports: $filter, $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647' format: int32 meanTimeToFailureInMinutes: maximum: 2147483647 minimum: -2147483648 type: integer description: 'The mean time to failure for the application in minutes. Valid values 0 to 2147483647. Supports: $filter, $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647' format: int32 osBuildNumber: type: string description: 'The OS build number installed on the device. Supports: $select, $OrderBy. Read-only.' nullable: true osVersion: type: string description: 'The OS version installed on the device. Supports: $select, $OrderBy. Read-only.' nullable: true osVersionAppHealthScore: oneOf: - type: number format: double - type: string - $ref: '#/components/schemas/ReferenceNumeric' description: 'The application health score of the OS version. Valid values 0 to 100. Supports: $filter, $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308' '@odata.type': type: string description: The user experience analytics device OS version performance entity contains OS version performance details. x-ms-discriminator-value: '#microsoft.graph.userExperienceAnalyticsAppHealthOSVersionPerformance' microsoft.graph.userExperienceAnalyticsBaseline: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: userExperienceAnalyticsBaseline required: - '@odata.type' type: object properties: createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The date the custom baseline was created. The value cannot be modified and is automatically populated when the baseline is created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: ''2014-01-01T00:00:00Z''. Returned by default.' format: date-time displayName: type: string description: The name of the baseline. nullable: true isBuiltIn: type: boolean description: 'When TRUE, indicates the current baseline is the commercial median baseline. When FALSE, indicates it is a custom baseline. FALSE by default.' appHealthMetrics: anyOf: - $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsCategory' - type: object nullable: true description: The scores and insights for the application health metrics. x-ms-navigationProperty: true batteryHealthMetrics: anyOf: - $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsCategory' - type: object nullable: true description: The scores and insights for the battery health metrics. x-ms-navigationProperty: true bestPracticesMetrics: anyOf: - $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsCategory' - type: object nullable: true description: The scores and insights for the best practices metrics. x-ms-navigationProperty: true deviceBootPerformanceMetrics: anyOf: - $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsCategory' - type: object nullable: true description: The scores and insights for the device boot performance metrics. x-ms-navigationProperty: true rebootAnalyticsMetrics: anyOf: - $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsCategory' - type: object nullable: true description: The scores and insights for the reboot analytics metrics. x-ms-navigationProperty: true resourcePerformanceMetrics: anyOf: - $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsCategory' - type: object nullable: true description: The scores and insights for the resource performance metrics. x-ms-navigationProperty: true workFromAnywhereMetrics: anyOf: - $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsCategory' - type: object nullable: true description: The scores and insights for the work from anywhere metrics. x-ms-navigationProperty: true '@odata.type': type: string description: The user experience analytics baseline entity contains baseline values against which to compare the user experience analytics scores. x-ms-discriminator-value: '#microsoft.graph.userExperienceAnalyticsBaseline' microsoft.graph.userExperienceAnalyticsCategory: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: userExperienceAnalyticsCategory required: - '@odata.type' type: object properties: insights: type: array items: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsInsight' description: The insights for the category. Read-only. metricValues: type: array items: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsMetric' description: The metric values for the user experience analytics category. Read-only. x-ms-navigationProperty: true '@odata.type': type: string description: The user experience analytics category entity contains the scores and insights for the various metrics of a category. x-ms-discriminator-value: '#microsoft.graph.userExperienceAnalyticsCategory' microsoft.graph.userExperienceAnalyticsDevicePerformance: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: userExperienceAnalyticsDevicePerformance required: - '@odata.type' type: object properties: averageBlueScreens: oneOf: - type: number format: double - type: string - $ref: '#/components/schemas/ReferenceNumeric' description: Average (mean) number of Blue Screens per device in the last 30 days. Valid values 0 to 9999999 averageRestarts: oneOf: - type: number format: double - type: string - $ref: '#/components/schemas/ReferenceNumeric' description: Average (mean) number of Restarts per device in the last 30 days. Valid values 0 to 9999999 blueScreenCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of Blue Screens in the last 30 days. Valid values 0 to 9999999 format: int32 bootScore: maximum: 2147483647 minimum: -2147483648 type: integer description: The user experience analytics device boot score. format: int32 coreBootTimeInMs: maximum: 2147483647 minimum: -2147483648 type: integer description: The user experience analytics device core boot time in milliseconds. format: int32 coreLoginTimeInMs: maximum: 2147483647 minimum: -2147483648 type: integer description: The user experience analytics device core login time in milliseconds. format: int32 deviceCount: type: integer description: User experience analytics summarized device count. format: int64 deviceName: type: string description: The user experience analytics device name. nullable: true diskType: $ref: '#/components/schemas/microsoft.graph.diskType' groupPolicyBootTimeInMs: maximum: 2147483647 minimum: -2147483648 type: integer description: The user experience analytics device group policy boot time in milliseconds. format: int32 groupPolicyLoginTimeInMs: maximum: 2147483647 minimum: -2147483648 type: integer description: The user experience analytics device group policy login time in milliseconds. format: int32 healthStatus: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsHealthState' loginScore: maximum: 2147483647 minimum: -2147483648 type: integer description: The user experience analytics device login score. format: int32 manufacturer: type: string description: The user experience analytics device manufacturer. nullable: true model: type: string description: The user experience analytics device model. nullable: true modelStartupPerformanceScore: oneOf: - type: number format: double - type: string - $ref: '#/components/schemas/ReferenceNumeric' description: The user experience analytics model level startup performance score. Valid values -1.79769313486232E+308 to 1.79769313486232E+308 operatingSystemVersion: type: string description: The user experience analytics device Operating System version. nullable: true responsiveDesktopTimeInMs: maximum: 2147483647 minimum: -2147483648 type: integer description: The user experience analytics responsive desktop time in milliseconds. format: int32 restartCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of Restarts in the last 30 days. Valid values 0 to 9999999 format: int32 startupPerformanceScore: oneOf: - type: number format: double - type: string - $ref: '#/components/schemas/ReferenceNumeric' description: The user experience analytics device startup performance score. Valid values -1.79769313486232E+308 to 1.79769313486232E+308 '@odata.type': type: string description: The user experience analytics device performance entity contains device boot performance details. x-ms-discriminator-value: '#microsoft.graph.userExperienceAnalyticsDevicePerformance' microsoft.graph.userExperienceAnalyticsDeviceScores: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: userExperienceAnalyticsDeviceScores required: - '@odata.type' type: object properties: appReliabilityScore: oneOf: - type: number format: double - type: string - $ref: '#/components/schemas/ReferenceNumeric' description: Indicates a score calculated from application health data to indicate when a device is having problems running one or more applications. Valid values range from 0-100. Value -1 means associated score is unavailable. A higher score indicates a healthier device. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308 batteryHealthScore: oneOf: - type: number format: double - type: string - $ref: '#/components/schemas/ReferenceNumeric' description: Indicates a calulated score indicating the health of the device's battery. Valid values range from 0-100. Value -1 means associated score is unavailable. A higher score indicates a healthier device. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308 deviceName: type: string description: 'The name of the device. Supports: $select, $OrderBy. Read-only.' nullable: true endpointAnalyticsScore: oneOf: - type: number format: double - type: string - $ref: '#/components/schemas/ReferenceNumeric' description: Indicates a weighted average of the various scores. Valid values range from 0-100. Value -1 means associated score is unavailable. A higher score indicates a healthier device. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308 healthStatus: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsHealthState' manufacturer: type: string description: 'The manufacturer name of the device. Examples: Microsoft Corporation, HP, Lenovo. Supports: $select, $OrderBy. Read-only.' nullable: true model: type: string description: 'The model name of the device. Supports: $select, $OrderBy. Read-only.' nullable: true startupPerformanceScore: oneOf: - type: number format: double - type: string - $ref: '#/components/schemas/ReferenceNumeric' description: Indicates a weighted average of boot score and logon score used for measuring startup performance. Valid values range from 0-100. Value -1 means associated score is unavailable. A higher score indicates a healthier device. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308 workFromAnywhereScore: oneOf: - type: number format: double - type: string - $ref: '#/components/schemas/ReferenceNumeric' description: Indicates a weighted score of the work from anywhere on a device level. Valid values range from 0-100. Value -1 means associated score is unavailable. A higher score indicates a healthier device. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308 '@odata.type': type: string description: The user experience analytics device scores entity consolidates the various Endpoint Analytics scores. x-ms-discriminator-value: '#microsoft.graph.userExperienceAnalyticsDeviceScores' microsoft.graph.userExperienceAnalyticsDeviceStartupHistory: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: userExperienceAnalyticsDeviceStartupHistory required: - '@odata.type' type: object properties: coreBootTimeInMs: maximum: 2147483647 minimum: -2147483648 type: integer description: 'The device core boot time in milliseconds. Supports: $select, $OrderBy. Read-only.' format: int32 coreLoginTimeInMs: maximum: 2147483647 minimum: -2147483648 type: integer description: 'The device core login time in milliseconds. Supports: $select, $OrderBy. Read-only.' format: int32 deviceId: type: string description: 'The Intune device id of the device. Supports: $select, $OrderBy. Read-only.' nullable: true featureUpdateBootTimeInMs: maximum: 2147483647 minimum: -2147483648 type: integer description: 'The impact of device feature updates on boot time in milliseconds. Supports: $select, $OrderBy. Read-only.' format: int32 groupPolicyBootTimeInMs: maximum: 2147483647 minimum: -2147483648 type: integer description: 'The impact of device group policy client on boot time in milliseconds. Supports: $select, $OrderBy. Read-only.' format: int32 groupPolicyLoginTimeInMs: maximum: 2147483647 minimum: -2147483648 type: integer description: 'The impact of device group policy client on login time in milliseconds. Supports: $select, $OrderBy. Read-only.' format: int32 isFeatureUpdate: type: boolean description: 'When TRUE, indicates the device boot record is associated with feature updates. When FALSE, indicates the device boot record is not associated with feature updates. Supports: $select, $OrderBy. Read-only.' isFirstLogin: type: boolean description: 'When TRUE, indicates the device login is the first login after a reboot. When FALSE, indicates the device login is not the first login after a reboot. Supports: $select, $OrderBy. Read-only.' operatingSystemVersion: type: string description: 'The user experience analytics device boot record''s operating system version. Supports: $select, $OrderBy. Read-only.' nullable: true responsiveDesktopTimeInMs: maximum: 2147483647 minimum: -2147483648 type: integer description: 'The time for desktop to become responsive during login process in milliseconds. Supports: $select, $OrderBy. Read-only.' format: int32 restartCategory: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsOperatingSystemRestartCategory' restartFaultBucket: type: string description: 'OS restart fault bucket. The fault bucket is used to find additional information about a system crash. Supports: $select, $OrderBy. Read-only.' nullable: true restartStopCode: type: string description: 'OS restart stop code. This shows the bug check code which can be used to look up the blue screen reason. Supports: $select, $OrderBy. Read-only.' nullable: true startTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The device boot start time. The value cannot be modified and is automatically populated when the device performs a reboot. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2022 would look like this: ''2022-01-01T00:00:00Z''. Returned by default. Read-only.' format: date-time totalBootTimeInMs: maximum: 2147483647 minimum: -2147483648 type: integer description: 'The device total boot time in milliseconds. Supports: $select, $OrderBy. Read-only.' format: int32 totalLoginTimeInMs: maximum: 2147483647 minimum: -2147483648 type: integer description: 'The device total login time in milliseconds. Supports: $select, $OrderBy. Read-only.' format: int32 '@odata.type': type: string description: The user experience analytics device startup history entity contains device boot performance history details. x-ms-discriminator-value: '#microsoft.graph.userExperienceAnalyticsDeviceStartupHistory' microsoft.graph.userExperienceAnalyticsDeviceStartupProcess: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: userExperienceAnalyticsDeviceStartupProcess required: - '@odata.type' type: object properties: managedDeviceId: type: string description: 'The Intune device id of the device. Supports: $select, $OrderBy. Read-only.' nullable: true processName: type: string description: 'The name of the process. Examples: outlook, excel. Supports: $select, $OrderBy. Read-only.' nullable: true productName: type: string description: 'The product name of the process. Examples: Microsoft Outlook, Microsoft Excel. Supports: $select, $OrderBy. Read-only.' nullable: true publisher: type: string description: 'The publisher of the process. Examples: Microsoft Corporation, Contoso Corp. Supports: $select, $OrderBy. Read-only.' nullable: true startupImpactInMs: maximum: 2147483647 minimum: -2147483648 type: integer description: 'The impact of startup process on device boot time in milliseconds. Supports: $select, $OrderBy. Read-only.' format: int32 '@odata.type': type: string description: The user experience analytics device startup process details. x-ms-discriminator-value: '#microsoft.graph.userExperienceAnalyticsDeviceStartupProcess' microsoft.graph.userExperienceAnalyticsDeviceStartupProcessPerformance: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: userExperienceAnalyticsDeviceStartupProcessPerformance required: - '@odata.type' type: object properties: deviceCount: type: integer description: 'The count of devices which initiated this process on startup. Supports: $filter, $select, $OrderBy. Read-only.' format: int64 medianImpactInMs: type: integer description: 'The median impact of startup process on device boot time in milliseconds. Supports: $filter, $select, $OrderBy. Read-only.' format: int64 processName: type: string description: 'The name of the startup process. Examples: outlook, excel. Supports: $select, $OrderBy. Read-only.' nullable: true productName: type: string description: 'The product name of the startup process. Examples: Microsoft Outlook, Microsoft Excel. Supports: $select, $OrderBy. Read-only.' nullable: true publisher: type: string description: 'The publisher of the startup process. Examples: Microsoft Corporation, Contoso Corp. Supports: $select, $OrderBy. Read-only.' nullable: true totalImpactInMs: type: integer description: 'The total impact of startup process on device boot time in milliseconds. Supports: $filter, $select, $OrderBy. Read-only.' format: int64 '@odata.type': type: string description: The user experience analytics device startup process performance. x-ms-discriminator-value: '#microsoft.graph.userExperienceAnalyticsDeviceStartupProcessPerformance' microsoft.graph.userExperienceAnalyticsMetric: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: userExperienceAnalyticsMetric required: - '@odata.type' type: object properties: unit: type: string description: 'The unit of the user experience analytics metric. Examples: none, percentage, count, seconds, score.' nullable: true value: oneOf: - type: number format: double - type: string - $ref: '#/components/schemas/ReferenceNumeric' description: The value of the user experience analytics metric. '@odata.type': type: string description: The user experience analytics metric contains the score and units of a metric of a user experience anlaytics category. x-ms-discriminator-value: '#microsoft.graph.userExperienceAnalyticsMetric' microsoft.graph.userExperienceAnalyticsMetricHistory: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: userExperienceAnalyticsMetricHistory required: - '@odata.type' type: object properties: deviceId: type: string description: The Intune device id of the device. nullable: true metricDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The metric date time. The value cannot be modified and is automatically populated when the metric is created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: ''2014-01-01T00:00:00Z''. Returned by default.' format: date-time metricType: type: string description: The user experience analytics metric type. nullable: true '@odata.type': type: string description: The user experience analytics metric history. x-ms-discriminator-value: '#microsoft.graph.userExperienceAnalyticsMetricHistory' microsoft.graph.userExperienceAnalyticsModelScores: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: userExperienceAnalyticsModelScores required: - '@odata.type' type: object properties: appReliabilityScore: oneOf: - type: number format: double - type: string - $ref: '#/components/schemas/ReferenceNumeric' description: Indicates a score calculated from application health data to indicate when a device is having problems running one or more applications. Valid values range from 0-100. Value -1 means associated score is unavailable. A higher score indicates a healthier device. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308 batteryHealthScore: oneOf: - type: number format: double - type: string - $ref: '#/components/schemas/ReferenceNumeric' description: Indicates a calulated score indicating the health of the device's battery. Valid values range from 0-100. Value -1 means associated score is unavailable. A higher score indicates a healthier device. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308 endpointAnalyticsScore: oneOf: - type: number format: double - type: string - $ref: '#/components/schemas/ReferenceNumeric' description: Indicates a weighted average of the various scores. Valid values range from 0-100. Value -1 means associated score is unavailable. A higher score indicates a healthier device. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308 healthStatus: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsHealthState' manufacturer: type: string description: 'The manufacturer name of the device. Examples: Microsoft Corporation, HP, Lenovo. Supports: $select, $OrderBy. Read-only.' nullable: true model: type: string description: 'The model name of the device. Supports: $select, $OrderBy. Read-only.' nullable: true modelDeviceCount: type: integer description: 'Indicates unique devices count of given model in a consolidated report. Supports: $select, $OrderBy. Read-only. Valid values -9.22337203685478E+18 to 9.22337203685478E+18' format: int64 startupPerformanceScore: oneOf: - type: number format: double - type: string - $ref: '#/components/schemas/ReferenceNumeric' description: Indicates a weighted average of boot score and logon score used for measuring startup performance. Valid values range from 0-100. Value -1 means associated score is unavailable. A higher score indicates a healthier device. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308 workFromAnywhereScore: oneOf: - type: number format: double - type: string - $ref: '#/components/schemas/ReferenceNumeric' description: Indicates a weighted score of the work from anywhere on a device level. Valid values range from 0-100. Value -1 means associated score is unavailable. A higher score indicates a healthier device. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308 '@odata.type': type: string description: The user experience analytics model scores entity consolidates the various Endpoint Analytics scores. x-ms-discriminator-value: '#microsoft.graph.userExperienceAnalyticsModelScores' microsoft.graph.userExperienceAnalyticsOverview: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: userExperienceAnalyticsOverview required: - '@odata.type' type: object properties: insights: type: array items: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsInsight' description: The user experience analytics insights. Read-only. '@odata.type': type: string description: The user experience analytics overview entity contains the overall score and the scores and insights of every metric of all categories. x-ms-discriminator-value: '#microsoft.graph.userExperienceAnalyticsOverview' microsoft.graph.userExperienceAnalyticsScoreHistory: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: userExperienceAnalyticsScoreHistory required: - '@odata.type' type: object properties: startupDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The device startup date time. The value cannot be modified and is automatically populated. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: ''2014-01-01T00:00:00Z''. Returned by default.' format: date-time '@odata.type': type: string description: The user experience analytics device startup score history. x-ms-discriminator-value: '#microsoft.graph.userExperienceAnalyticsScoreHistory' microsoft.graph.userExperienceAnalyticsWorkFromAnywhereDevice: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: userExperienceAnalyticsWorkFromAnywhereDevice required: - '@odata.type' type: object properties: autoPilotProfileAssigned: type: boolean description: 'When TRUE, indicates the intune device''s autopilot profile is assigned. When FALSE, indicates it''s not Assigned. Supports: $select, $OrderBy. Read-only.' nullable: true autoPilotRegistered: type: boolean description: 'When TRUE, indicates the intune device''s autopilot is registered. When FALSE, indicates it''s not registered. Supports: $select, $OrderBy. Read-only.' nullable: true azureAdDeviceId: type: string description: 'The Azure Active Directory (Azure AD) device Id. Supports: $select, $OrderBy. Read-only.' nullable: true azureAdJoinType: type: string description: 'The work from anywhere device''s Azure Active Directory (Azure AD) join type. Supports: $select, $OrderBy. Read-only.' nullable: true azureAdRegistered: type: boolean description: 'When TRUE, indicates the device''s Azure Active Directory (Azure AD) is registered. When False, indicates it''s not registered. Supports: $select, $OrderBy. Read-only.' nullable: true cloudIdentityScore: oneOf: - type: number format: double - type: string - $ref: '#/components/schemas/ReferenceNumeric' description: 'Indicates per device cloud identity score. Valid values 0 to 100. Value -1 means associated score is unavailable. Supports: $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308' nullable: true cloudManagementScore: oneOf: - type: number format: double - type: string - $ref: '#/components/schemas/ReferenceNumeric' description: 'Indicates per device cloud management score. Valid values 0 to 100. Value -1 means associated score is unavailable. Supports: $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308' nullable: true cloudProvisioningScore: oneOf: - type: number format: double - type: string - $ref: '#/components/schemas/ReferenceNumeric' description: 'Indicates per device cloud provisioning score. Valid values 0 to 100. Value -1 means associated score is unavailable. Supports: $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308' nullable: true compliancePolicySetToIntune: type: boolean description: 'When TRUE, indicates the device''s compliance policy is set to intune. When FALSE, indicates it''s not set to intune. Supports: $select, $OrderBy. Read-only.' nullable: true deviceId: type: string description: 'The Intune device id of the device. Supports: $select, $OrderBy. Read-only.' nullable: true deviceName: type: string description: 'The name of the device. Supports: $select, $OrderBy. Read-only.' nullable: true healthStatus: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsHealthState' isCloudManagedGatewayEnabled: type: boolean description: 'When TRUE, indicates the device''s Cloud Management Gateway for Configuration Manager is enabled. When FALSE, indicates it''s not enabled. Supports: $select, $OrderBy. Read-only.' nullable: true managedBy: type: string description: 'The management agent of the device. Supports: $select, $OrderBy. Read-only.' nullable: true manufacturer: type: string description: 'The manufacturer name of the device. Supports: $select, $OrderBy. Read-only.' nullable: true model: type: string description: 'The model name of the device. Supports: $select, $OrderBy. Read-only.' nullable: true osCheckFailed: type: boolean description: 'When TRUE, indicates OS check failed for device to upgrade to the latest version of windows. When FALSE, indicates the check succeeded. Supports: $select, $OrderBy. Read-only.' nullable: true osDescription: type: string description: 'The OS description of the device. Supports: $select, $OrderBy. Read-only.' nullable: true osVersion: type: string description: 'The OS version of the device. Supports: $select, $OrderBy. Read-only.' nullable: true otherWorkloadsSetToIntune: type: boolean description: 'When TRUE, indicates the device''s other workloads is set to intune. When FALSE, indicates it''s not set to intune. Supports: $select, $OrderBy. Read-only.' nullable: true ownership: type: string description: 'Ownership of the device. Supports: $select, $OrderBy. Read-only.' nullable: true processor64BitCheckFailed: type: boolean description: 'When TRUE, indicates processor hardware 64-bit architecture check failed for device to upgrade to the latest version of windows. When FALSE, indicates the check succeeded. Supports: $select, $OrderBy. Read-only.' nullable: true processorCoreCountCheckFailed: type: boolean description: 'When TRUE, indicates processor hardware core count check failed for device to upgrade to the latest version of windows. When FALSE, indicates the check succeeded. Supports: $select, $OrderBy. Read-only.' nullable: true processorFamilyCheckFailed: type: boolean description: 'When TRUE, indicates processor hardware family check failed for device to upgrade to the latest version of windows. When FALSE, indicates the check succeeded. Supports: $select, $OrderBy. Read-only.' nullable: true processorSpeedCheckFailed: type: boolean description: 'When TRUE, indicates processor hardware speed check failed for device to upgrade to the latest version of windows. When FALSE, indicates the check succeeded. Supports: $select, $OrderBy. Read-only.' nullable: true ramCheckFailed: type: boolean description: 'When TRUE, indicates RAM hardware check failed for device to upgrade to the latest version of windows. When FALSE, indicates the check succeeded. Supports: $select, $OrderBy. Read-only.' nullable: true secureBootCheckFailed: type: boolean description: 'When TRUE, indicates secure boot hardware check failed for device to upgrade to the latest version of windows. When FALSE, indicates the check succeeded. Supports: $select, $OrderBy. Read-only.' nullable: true serialNumber: type: string description: 'The serial number of the device. Supports: $select, $OrderBy. Read-only.' nullable: true storageCheckFailed: type: boolean description: 'When TRUE, indicates storage hardware check failed for device to upgrade to the latest version of windows. When FALSE, indicates the check succeeded. Supports: $select, $OrderBy. Read-only.' nullable: true tenantAttached: type: boolean description: 'When TRUE, indicates the device is Tenant Attached. When FALSE, indicates it''s not Tenant Attached. Supports: $select, $OrderBy. Read-only.' nullable: true tpmCheckFailed: type: boolean description: 'When TRUE, indicates Trusted Platform Module (TPM) hardware check failed for device to the latest version of upgrade to windows. When FALSE, indicates the check succeeded. Supports: $select, $OrderBy. Read-only.' nullable: true upgradeEligibility: $ref: '#/components/schemas/microsoft.graph.operatingSystemUpgradeEligibility' windowsScore: oneOf: - type: number format: double - type: string - $ref: '#/components/schemas/ReferenceNumeric' description: 'Indicates per device windows score. Valid values 0 to 100. Value -1 means associated score is unavailable. Supports: $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308' nullable: true workFromAnywhereScore: oneOf: - type: number format: double - type: string - $ref: '#/components/schemas/ReferenceNumeric' description: 'Indicates work from anywhere per device overall score. Valid values 0 to 100. Value -1 means associated score is unavailable. Supports: $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308' nullable: true '@odata.type': type: string description: The user experience analytics device for work from anywhere report. x-ms-discriminator-value: '#microsoft.graph.userExperienceAnalyticsWorkFromAnywhereDevice' microsoft.graph.userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric required: - '@odata.type' type: object properties: osCheckFailedPercentage: oneOf: - type: number format: double - type: string - $ref: '#/components/schemas/ReferenceNumeric' description: 'The percentage of devices for which OS check has failed. Valid values 0 to 100. Supports: $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308' processor64BitCheckFailedPercentage: oneOf: - type: number format: double - type: string - $ref: '#/components/schemas/ReferenceNumeric' description: 'The percentage of devices for which processor hardware 64-bit architecture check has failed. Valid values 0 to 100. Supports: $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308' processorCoreCountCheckFailedPercentage: oneOf: - type: number format: double - type: string - $ref: '#/components/schemas/ReferenceNumeric' description: 'The percentage of devices for which processor hardware core count check has failed. Valid values 0 to 100. Supports: $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308' processorFamilyCheckFailedPercentage: oneOf: - type: number format: double - type: string - $ref: '#/components/schemas/ReferenceNumeric' description: 'The percentage of devices for which processor hardware family check has failed. Valid values 0 to 100. Supports: $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308' processorSpeedCheckFailedPercentage: oneOf: - type: number format: double - type: string - $ref: '#/components/schemas/ReferenceNumeric' description: 'The percentage of devices for which processor hardware speed check has failed. Valid values 0 to 100. Supports: $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308' ramCheckFailedPercentage: oneOf: - type: number format: double - type: string - $ref: '#/components/schemas/ReferenceNumeric' description: 'The percentage of devices for which RAM hardware check has failed. Valid values 0 to 100. Supports: $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308' secureBootCheckFailedPercentage: oneOf: - type: number format: double - type: string - $ref: '#/components/schemas/ReferenceNumeric' description: 'The percentage of devices for which secure boot hardware check has failed. Valid values 0 to 100. Supports: $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308' storageCheckFailedPercentage: oneOf: - type: number format: double - type: string - $ref: '#/components/schemas/ReferenceNumeric' description: 'The percentage of devices for which storage hardware check has failed. Valid values 0 to 100. Supports: $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308' totalDeviceCount: maximum: 2147483647 minimum: -2147483648 type: integer description: 'The count of total devices in an organization. Valid values 0 to 2147483647. Supports: $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647' format: int32 tpmCheckFailedPercentage: oneOf: - type: number format: double - type: string - $ref: '#/components/schemas/ReferenceNumeric' description: 'The percentage of devices for which Trusted Platform Module (TPM) hardware check has failed. Valid values 0 to 100. Supports: $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308' upgradeEligibleDeviceCount: maximum: 2147483647 minimum: -2147483648 type: integer description: 'The count of devices in an organization eligible for windows upgrade. Valid values 0 to 2147483647. Supports: $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647' format: int32 '@odata.type': type: string description: The user experience analytics hardware readiness entity contains account level information about hardware blockers for windows upgrade. x-ms-discriminator-value: '#microsoft.graph.userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric' microsoft.graph.userExperienceAnalyticsWorkFromAnywhereMetric: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: userExperienceAnalyticsWorkFromAnywhereMetric required: - '@odata.type' type: object properties: metricDevices: type: array items: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsWorkFromAnywhereDevice' description: The work from anywhere metric devices. Read-only. x-ms-navigationProperty: true '@odata.type': type: string description: The user experience analytics metric for work from anywhere report. x-ms-discriminator-value: '#microsoft.graph.userExperienceAnalyticsWorkFromAnywhereMetric' microsoft.graph.userExperienceAnalyticsWorkFromAnywhereModelPerformance: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: userExperienceAnalyticsWorkFromAnywhereModelPerformance required: - '@odata.type' type: object properties: cloudIdentityScore: oneOf: - type: number format: double - type: string - $ref: '#/components/schemas/ReferenceNumeric' description: 'The cloud identity score of the device model. Valid values 0 to 100. Value -1 means associated score is unavailable. Supports: $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308' cloudManagementScore: oneOf: - type: number format: double - type: string - $ref: '#/components/schemas/ReferenceNumeric' description: 'The cloud management score of the device model. Valid values 0 to 100. Value -1 means associated score is unavailable. Supports: $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308' cloudProvisioningScore: oneOf: - type: number format: double - type: string - $ref: '#/components/schemas/ReferenceNumeric' description: 'The cloud provisioning score of the device model. Valid values 0 to 100. Value -1 means associated score is unavailable. Supports: $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308' healthStatus: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsHealthState' manufacturer: type: string description: 'The manufacturer name of the device. Supports: $select, $OrderBy. Read-only.' nullable: true model: type: string description: 'The model name of the device. Supports: $select, $OrderBy. Read-only.' nullable: true modelDeviceCount: maximum: 2147483647 minimum: -2147483648 type: integer description: 'The devices count for the model. Supports: $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647' format: int32 windowsScore: oneOf: - type: number format: double - type: string - $ref: '#/components/schemas/ReferenceNumeric' description: 'The window score of the device model. Valid values 0 to 100. Value -1 means associated score is unavailable. Supports: $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308' workFromAnywhereScore: oneOf: - type: number format: double - type: string - $ref: '#/components/schemas/ReferenceNumeric' description: 'The work from anywhere score of the device model. Valid values 0 to 100. Value -1 means associated score is unavailable. Supports: $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308' '@odata.type': type: string description: The user experience analytics work from anywhere model performance. x-ms-discriminator-value: '#microsoft.graph.userExperienceAnalyticsWorkFromAnywhereModelPerformance' microsoft.graph.userFlowLanguageConfiguration: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: userFlowLanguageConfiguration required: - '@odata.type' type: object properties: displayName: type: string description: The language name to display. This property is read-only. nullable: true isEnabled: type: boolean description: Indicates whether the language is enabled within the user flow. defaultPages: type: array items: $ref: '#/components/schemas/microsoft.graph.userFlowLanguagePage' description: Collection of pages with the default content to display in a user flow for a specified language. This collection doesn't allow any kind of modification. x-ms-navigationProperty: true overridesPages: type: array items: $ref: '#/components/schemas/microsoft.graph.userFlowLanguagePage' description: 'Collection of pages with the overrides messages to display in a user flow for a specified language. This collection only allows you to modify the content of the page, any other modification isn''t allowed (creation or deletion of pages).' x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.userFlowLanguageConfiguration' microsoft.graph.userFlowLanguagePage: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: userFlowLanguagePage required: - '@odata.type' type: object properties: '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.userFlowLanguagePage' microsoft.graph.userInsightsSettings: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: userInsightsSettings required: - '@odata.type' type: object properties: isEnabled: type: boolean '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.userInsightsSettings' microsoft.graph.userInstallStateSummary: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: userInstallStateSummary required: - '@odata.type' type: object properties: failedDeviceCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Failed Device Count. format: int32 installedDeviceCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Installed Device Count. format: int32 notInstalledDeviceCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Not installed device count. format: int32 userName: type: string description: User name. nullable: true deviceStates: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceInstallState' description: The install state of the eBook. x-ms-navigationProperty: true '@odata.type': type: string description: Contains properties for the installation state summary for a user. x-ms-discriminator-value: '#microsoft.graph.userInstallStateSummary' microsoft.graph.userRegistrationDetails: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: userRegistrationDetails required: - '@odata.type' type: object properties: isAdmin: type: boolean description: Indicates whether the user has an admin role in the tenant. This value can be used to check the authentication methods that privileged accounts are registered for and capable of. nullable: true isMfaCapable: type: boolean description: Indicates whether the user has registered a strong authentication method for multifactor authentication. The method must be allowed by the authentication methods policy. Supports $filter (eq). isMfaRegistered: type: boolean description: Indicates whether the user has registered a strong authentication method for multifactor authentication. The method may not necessarily be allowed by the authentication methods policy. Supports $filter (eq). isPasswordlessCapable: type: boolean description: 'Indicates whether the user has registered a passwordless strong authentication method (including FIDO2, Windows Hello for Business, and Microsoft Authenticator (Passwordless)) that is allowed by the authentication methods policy. Supports $filter (eq).' isSsprCapable: type: boolean description: Indicates whether the user has registered the required number of authentication methods for self-service password reset and the user is allowed to perform self-service password reset by policy. Supports $filter (eq). isSsprEnabled: type: boolean description: Indicates whether the user is allowed to perform self-service password reset by policy. The user may not necessarily have registered the required number of authentication methods for self-service password reset. Supports $filter (eq). isSsprRegistered: type: boolean description: Indicates whether the user has registered the required number of authentication methods for self-service password reset. The user may not necessarily be allowed to perform self-service password reset by policy. Supports $filter (eq). isSystemPreferredAuthenticationMethodEnabled: type: boolean description: 'Indicates whether system preferred authentication method is enabled. If enabled, the system dynamically determines the most secure authentication method among the methods registered by the user. Supports $filter (eq).' nullable: true lastUpdatedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The date and time (UTC) when the report was last updated. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time methodsRegistered: type: array items: type: string nullable: true description: 'Collection of authentication methods registered, such as mobilePhone, email, passKeyDeviceBound. Supports $filter (any with eq).' systemPreferredAuthenticationMethods: type: array items: type: string nullable: true description: 'Collection of authentication methods that the system determined to be the most secure authentication methods among the registered methods for second factor authentication. Possible values are: push, oath, voiceMobile, voiceAlternateMobile, voiceOffice, sms, none, unknownFutureValue. Supports $filter (any with eq).' userDisplayName: type: string description: 'The user display name, such as Adele Vance. Supports $filter (eq, startsWith) and $orderby.' userPreferredMethodForSecondaryAuthentication: anyOf: - $ref: '#/components/schemas/microsoft.graph.userDefaultAuthenticationMethod' - type: object nullable: true description: 'The method the user selected as the default second-factor for performing multifactor authentication. Possible values are: push, oath, voiceMobile, voiceAlternateMobile, voiceOffice, sms, none, unknownFutureValue. This property is used as preferred MFA method when isSystemPreferredAuthenticationMethodEnabled is false. Supports $filter (any with eq).' userPrincipalName: type: string description: 'The user principal name, such as AdeleV@contoso.com. Supports $filter (eq, startsWith) and $orderby.' userType: anyOf: - $ref: '#/components/schemas/microsoft.graph.signInUserType' - type: object nullable: true description: 'Identifies whether the user is a member or guest in the tenant. The possible values are: member, guest, unknownFutureValue.' '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.userRegistrationDetails' microsoft.graph.userScopeTeamsAppInstallation: allOf: - $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' - title: userScopeTeamsAppInstallation required: - '@odata.type' type: object properties: chat: anyOf: - $ref: '#/components/schemas/microsoft.graph.chat' - type: object nullable: true description: The chat between the user and Teams app. x-ms-navigationProperty: true '@odata.type': type: string default: '#microsoft.graph.userScopeTeamsAppInstallation' x-ms-discriminator-value: '#microsoft.graph.userScopeTeamsAppInstallation' microsoft.graph.userSettings: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: userSettings required: - '@odata.type' type: object properties: contributionToContentDiscoveryAsOrganizationDisabled: type: boolean description: 'Reflects the organization level setting controlling delegate access to the trending API. When set to true, the organization doesn''t have access to Office Delve. The relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for Business is affected for the whole organization. This setting is read-only and can only be changed by administrators in the SharePoint admin center.' contributionToContentDiscoveryDisabled: type: boolean description: 'When set to true, the delegate access to the user''s trending API is disabled. When set to true, documents in the user''s Office Delve are disabled. When set to true, the relevancy of the content displayed in Microsoft 365, for example in Suggested sites in SharePoint Home and the Discover view in OneDrive for Business is affected. Users can control this setting in Office Delve.' itemInsights: anyOf: - $ref: '#/components/schemas/microsoft.graph.userInsightsSettings' - type: object nullable: true x-ms-navigationProperty: true shiftPreferences: anyOf: - $ref: '#/components/schemas/microsoft.graph.shiftPreferences' - type: object nullable: true x-ms-navigationProperty: true storage: anyOf: - $ref: '#/components/schemas/microsoft.graph.userStorage' - type: object nullable: true x-ms-navigationProperty: true windows: type: array items: $ref: '#/components/schemas/microsoft.graph.windowsSetting' x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.userSettings' microsoft.graph.userSignInInsight: allOf: - $ref: '#/components/schemas/microsoft.graph.governanceInsight' - title: userSignInInsight required: - '@odata.type' type: object properties: lastSignInDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Indicates when the user last signed in. format: date-time nullable: true '@odata.type': type: string default: '#microsoft.graph.userSignInInsight' x-ms-discriminator-value: '#microsoft.graph.userSignInInsight' microsoft.graph.userStorage: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: userStorage required: - '@odata.type' type: object properties: quota: anyOf: - $ref: '#/components/schemas/microsoft.graph.unifiedStorageQuota' - type: object nullable: true x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.userStorage' microsoft.graph.userTeamwork: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: userTeamwork required: - '@odata.type' type: object properties: locale: type: string description: 'Represents the location that a user selected in Microsoft Teams and doesn''t follow the Office''s locale setting. A user’s locale is represented by their preferred language and country or region. For example, en-us. The language component follows two-letter codes as defined in ISO 639-1, and the country component follows two-letter codes as defined in ISO 3166-1 alpha-2.' nullable: true region: type: string description: 'Represents the region of the organization or the user. For users with multigeo licenses, the property contains the user''s region (if available). For users without multigeo licenses, the property contains the organization''s region.The region value can be any region supported by the Teams payload. The possible values are: Americas, Europe and MiddleEast, Asia Pacific, UAE, Australia, Brazil, Canada, Switzerland, Germany, France, India, Japan, South Korea, Norway, Singapore, United Kingdom, South Africa, Sweden, Qatar, Poland, Italy, Israel, USGov Community Cloud, USGov Community Cloud High, USGov Department of Defense, and China.' nullable: true associatedTeams: type: array items: $ref: '#/components/schemas/microsoft.graph.associatedTeamInfo' description: The list of associatedTeamInfo objects that a user is associated with. x-ms-navigationProperty: true installedApps: type: array items: $ref: '#/components/schemas/microsoft.graph.userScopeTeamsAppInstallation' description: The apps installed in the personal scope of this user. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.userTeamwork' microsoft.graph.verticalSection: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: verticalSection required: - '@odata.type' type: object properties: emphasis: anyOf: - $ref: '#/components/schemas/microsoft.graph.sectionEmphasisType' - type: object nullable: true description: 'Enumeration value that indicates the emphasis of the section background. The possible values are: none, netural, soft, strong, unknownFutureValue.' webparts: type: array items: $ref: '#/components/schemas/microsoft.graph.webPart' description: The set of web parts in this section. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.verticalSection' microsoft.graph.virtualEndpoint: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: virtualEndpoint required: - '@odata.type' type: object properties: auditEvents: type: array items: $ref: '#/components/schemas/microsoft.graph.cloudPcAuditEvent' description: A collection of Cloud PC audit events. x-ms-navigationProperty: true cloudPCs: type: array items: $ref: '#/components/schemas/microsoft.graph.cloudPC' description: A collection of cloud-managed virtual desktops. x-ms-navigationProperty: true deviceImages: type: array items: $ref: '#/components/schemas/microsoft.graph.cloudPcDeviceImage' description: A collection of device image resources on Cloud PC. x-ms-navigationProperty: true galleryImages: type: array items: $ref: '#/components/schemas/microsoft.graph.cloudPcGalleryImage' description: A collection of gallery image resources on Cloud PC. x-ms-navigationProperty: true onPremisesConnections: type: array items: $ref: '#/components/schemas/microsoft.graph.cloudPcOnPremisesConnection' description: A defined collection of Azure resource information that can be used to establish Azure network connections for Cloud PCs. x-ms-navigationProperty: true provisioningPolicies: type: array items: $ref: '#/components/schemas/microsoft.graph.cloudPcProvisioningPolicy' description: A collection of Cloud PC provisioning policies. x-ms-navigationProperty: true userSettings: type: array items: $ref: '#/components/schemas/microsoft.graph.cloudPcUserSetting' description: A collection of Cloud PC user settings. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.virtualEndpoint' microsoft.graph.virtualEvent: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: virtualEvent required: - '@odata.type' type: object properties: createdBy: anyOf: - $ref: '#/components/schemas/microsoft.graph.communicationsIdentitySet' - type: object nullable: true description: Identity information for the creator of the virtual event. Inherited from virtualEvent. description: anyOf: - $ref: '#/components/schemas/microsoft.graph.itemBody' - type: object nullable: true description: Description of the virtual event. displayName: type: string description: Display name of the virtual event. nullable: true endDateTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' - type: object nullable: true description: 'End time of the virtual event. The timeZone property can be set to any of the time zones currently supported by Windows. For details on how to get all available time zones using PowerShell, see Get-TimeZone.' startDateTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' - type: object nullable: true description: 'Start time of the virtual event. The timeZone property can be set to any of the time zones currently supported by Windows. For details on how to get all available time zones using PowerShell, see Get-TimeZone.' status: anyOf: - $ref: '#/components/schemas/microsoft.graph.virtualEventStatus' - type: object nullable: true description: 'Status of the virtual event. The possible values are: draft, published, canceled, unknownFutureValue.' presenters: type: array items: $ref: '#/components/schemas/microsoft.graph.virtualEventPresenter' x-ms-navigationProperty: true sessions: type: array items: $ref: '#/components/schemas/microsoft.graph.virtualEventSession' description: Sessions for the virtual event. x-ms-navigationProperty: true '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.virtualEventTownhall': '#/components/schemas/microsoft.graph.virtualEventTownhall' '#microsoft.graph.virtualEventWebinar': '#/components/schemas/microsoft.graph.virtualEventWebinar' microsoft.graph.virtualEventPresenter: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: virtualEventPresenter required: - '@odata.type' type: object properties: email: type: string nullable: true identity: anyOf: - $ref: '#/components/schemas/microsoft.graph.identity' - type: object nullable: true presenterDetails: anyOf: - $ref: '#/components/schemas/microsoft.graph.virtualEventPresenterDetails' - type: object nullable: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.virtualEventPresenter' microsoft.graph.virtualEventRegistration: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: virtualEventRegistration required: - '@odata.type' type: object properties: cancelationDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'Date and time when the registrant cancels their registration for the virtual event. Only appears when applicable. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true email: type: string description: Email address of the registrant. nullable: true firstName: type: string description: First name of the registrant. nullable: true lastName: type: string description: Last name of the registrant. nullable: true preferredLanguage: type: string nullable: true preferredTimezone: type: string nullable: true registrationDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'Date and time when the registrant registers for the virtual event. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true registrationQuestionAnswers: type: array items: $ref: '#/components/schemas/microsoft.graph.virtualEventRegistrationQuestionAnswer' description: The registrant's answer to the registration questions. status: anyOf: - $ref: '#/components/schemas/microsoft.graph.virtualEventAttendeeRegistrationStatus' - type: object nullable: true description: Registration status of the registrant. Read-only. userId: type: string description: The registrant's ID in Microsoft Entra ID. Only appears when the registrant is registered in Microsoft Entra ID. nullable: true sessions: type: array items: $ref: '#/components/schemas/microsoft.graph.virtualEventSession' x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.virtualEventRegistration' microsoft.graph.virtualEventRegistrationConfiguration: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: virtualEventRegistrationConfiguration required: - '@odata.type' type: object properties: capacity: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 nullable: true registrationWebUrl: type: string nullable: true questions: type: array items: $ref: '#/components/schemas/microsoft.graph.virtualEventRegistrationQuestionBase' x-ms-navigationProperty: true '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.virtualEventWebinarRegistrationConfiguration': '#/components/schemas/microsoft.graph.virtualEventWebinarRegistrationConfiguration' microsoft.graph.virtualEventRegistrationCustomQuestion: allOf: - $ref: '#/components/schemas/microsoft.graph.virtualEventRegistrationQuestionBase' - title: virtualEventRegistrationCustomQuestion required: - '@odata.type' type: object properties: answerChoices: type: array items: type: string nullable: true answerInputType: anyOf: - $ref: '#/components/schemas/microsoft.graph.virtualEventRegistrationQuestionAnswerInputType' - type: object nullable: true '@odata.type': type: string default: '#microsoft.graph.virtualEventRegistrationCustomQuestion' x-ms-discriminator-value: '#microsoft.graph.virtualEventRegistrationCustomQuestion' microsoft.graph.virtualEventRegistrationPredefinedQuestion: allOf: - $ref: '#/components/schemas/microsoft.graph.virtualEventRegistrationQuestionBase' - title: virtualEventRegistrationPredefinedQuestion required: - '@odata.type' type: object properties: label: anyOf: - $ref: '#/components/schemas/microsoft.graph.virtualEventRegistrationPredefinedQuestionLabel' - type: object nullable: true '@odata.type': type: string default: '#microsoft.graph.virtualEventRegistrationPredefinedQuestion' x-ms-discriminator-value: '#microsoft.graph.virtualEventRegistrationPredefinedQuestion' microsoft.graph.virtualEventRegistrationQuestionBase: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: virtualEventRegistrationQuestionBase required: - '@odata.type' type: object properties: displayName: type: string nullable: true isRequired: type: boolean nullable: true '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.virtualEventRegistrationCustomQuestion': '#/components/schemas/microsoft.graph.virtualEventRegistrationCustomQuestion' '#microsoft.graph.virtualEventRegistrationPredefinedQuestion': '#/components/schemas/microsoft.graph.virtualEventRegistrationPredefinedQuestion' microsoft.graph.virtualEventSession: allOf: - $ref: '#/components/schemas/microsoft.graph.onlineMeetingBase' - title: virtualEventSession required: - '@odata.type' type: object properties: endDateTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' - type: object nullable: true description: The virtual event session end time. startDateTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' - type: object nullable: true description: The virtual event session start time. '@odata.type': type: string default: '#microsoft.graph.virtualEventSession' x-ms-discriminator-value: '#microsoft.graph.virtualEventSession' microsoft.graph.virtualEventsRoot: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: virtualEventsRoot required: - '@odata.type' type: object properties: events: type: array items: $ref: '#/components/schemas/microsoft.graph.virtualEvent' x-ms-navigationProperty: true townhalls: type: array items: $ref: '#/components/schemas/microsoft.graph.virtualEventTownhall' x-ms-navigationProperty: true webinars: type: array items: $ref: '#/components/schemas/microsoft.graph.virtualEventWebinar' x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.virtualEventsRoot' microsoft.graph.virtualEventTownhall: allOf: - $ref: '#/components/schemas/microsoft.graph.virtualEvent' - title: virtualEventTownhall required: - '@odata.type' type: object properties: audience: anyOf: - $ref: '#/components/schemas/microsoft.graph.meetingAudience' - type: object nullable: true coOrganizers: type: array items: $ref: '#/components/schemas/microsoft.graph.communicationsUserIdentity' invitedAttendees: type: array items: $ref: '#/components/schemas/microsoft.graph.identity' isInviteOnly: type: boolean nullable: true '@odata.type': type: string default: '#microsoft.graph.virtualEventTownhall' x-ms-discriminator-value: '#microsoft.graph.virtualEventTownhall' microsoft.graph.virtualEventWebinar: allOf: - $ref: '#/components/schemas/microsoft.graph.virtualEvent' - title: virtualEventWebinar required: - '@odata.type' type: object properties: audience: anyOf: - $ref: '#/components/schemas/microsoft.graph.meetingAudience' - type: object nullable: true description: To whom the webinar is visible. coOrganizers: type: array items: $ref: '#/components/schemas/microsoft.graph.communicationsUserIdentity' description: Identity information of coorganizers of the webinar. registrationConfiguration: anyOf: - $ref: '#/components/schemas/microsoft.graph.virtualEventWebinarRegistrationConfiguration' - type: object nullable: true x-ms-navigationProperty: true registrations: type: array items: $ref: '#/components/schemas/microsoft.graph.virtualEventRegistration' description: Registration records of the webinar. x-ms-navigationProperty: true '@odata.type': type: string default: '#microsoft.graph.virtualEventWebinar' x-ms-discriminator-value: '#microsoft.graph.virtualEventWebinar' microsoft.graph.virtualEventWebinarRegistrationConfiguration: allOf: - $ref: '#/components/schemas/microsoft.graph.virtualEventRegistrationConfiguration' - title: virtualEventWebinarRegistrationConfiguration required: - '@odata.type' type: object properties: isManualApprovalEnabled: type: boolean nullable: true isWaitlistEnabled: type: boolean nullable: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.virtualEventWebinarRegistrationConfiguration' microsoft.graph.voiceAuthenticationMethodConfiguration: allOf: - $ref: '#/components/schemas/microsoft.graph.authenticationMethodConfiguration' - title: voiceAuthenticationMethodConfiguration required: - '@odata.type' type: object properties: isOfficePhoneAllowed: type: boolean description: 'true if users can register office phones, otherwise, false.' nullable: true includeTargets: type: array items: $ref: '#/components/schemas/microsoft.graph.authenticationMethodTarget' description: A collection of groups that are enabled to use the authentication method. Expanded by default. x-ms-navigationProperty: true '@odata.type': type: string default: '#microsoft.graph.voiceAuthenticationMethodConfiguration' x-ms-discriminator-value: '#microsoft.graph.voiceAuthenticationMethodConfiguration' microsoft.graph.vppToken: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: vppToken required: - '@odata.type' type: object properties: appleId: type: string description: The apple Id associated with the given Apple Volume Purchase Program Token. nullable: true automaticallyUpdateApps: type: boolean description: Whether or not apps for the VPP token will be automatically updated. countryOrRegion: type: string description: Whether or not apps for the VPP token will be automatically updated. nullable: true expirationDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The expiration date time of the Apple Volume Purchase Program Token. format: date-time lastModifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Last modification date time associated with the Apple Volume Purchase Program Token. format: date-time lastSyncDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The last time when an application sync was done with the Apple volume purchase program service using the the Apple Volume Purchase Program Token. format: date-time lastSyncStatus: $ref: '#/components/schemas/microsoft.graph.vppTokenSyncStatus' organizationName: type: string description: The organization associated with the Apple Volume Purchase Program Token nullable: true state: $ref: '#/components/schemas/microsoft.graph.vppTokenState' token: type: string description: The Apple Volume Purchase Program Token string downloaded from the Apple Volume Purchase Program. nullable: true vppTokenAccountType: $ref: '#/components/schemas/microsoft.graph.vppTokenAccountType' '@odata.type': type: string description: You purchase multiple licenses for iOS apps through the Apple Volume Purchase Program for Business or Education. This involves setting up an Apple VPP account from the Apple website and uploading the Apple VPP Business or Education token to Intune. You can then synchronize your volume purchase information with Intune and track your volume-purchased app use. You can upload multiple Apple VPP Business or Education tokens. x-ms-discriminator-value: '#microsoft.graph.vppToken' microsoft.graph.webApp: allOf: - $ref: '#/components/schemas/microsoft.graph.mobileApp' - title: webApp required: - '@odata.type' type: object properties: appUrl: type: string description: The web app URL. This property cannot be PATCHed. nullable: true useManagedBrowser: type: boolean description: Whether or not to use managed browser. This property is only applicable for Android and IOS. '@odata.type': type: string default: '#microsoft.graph.webApp' description: Contains properties and inherited properties for web apps. x-ms-discriminator-value: '#microsoft.graph.webApp' microsoft.graph.webPart: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: webPart required: - '@odata.type' type: object properties: '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.standardWebPart': '#/components/schemas/microsoft.graph.standardWebPart' '#microsoft.graph.textWebPart': '#/components/schemas/microsoft.graph.textWebPart' microsoft.graph.win32LobApp: allOf: - $ref: '#/components/schemas/microsoft.graph.mobileLobApp' - title: win32LobApp required: - '@odata.type' type: object properties: applicableArchitectures: $ref: '#/components/schemas/microsoft.graph.windowsArchitecture' installCommandLine: type: string description: The command line to install this app nullable: true installExperience: anyOf: - $ref: '#/components/schemas/microsoft.graph.win32LobAppInstallExperience' - type: object nullable: true description: The install experience for this app. minimumCpuSpeedInMHz: maximum: 2147483647 minimum: -2147483648 type: integer description: The value for the minimum CPU speed which is required to install this app. format: int32 nullable: true minimumFreeDiskSpaceInMB: maximum: 2147483647 minimum: -2147483648 type: integer description: The value for the minimum free disk space which is required to install this app. format: int32 nullable: true minimumMemoryInMB: maximum: 2147483647 minimum: -2147483648 type: integer description: The value for the minimum physical memory which is required to install this app. format: int32 nullable: true minimumNumberOfProcessors: maximum: 2147483647 minimum: -2147483648 type: integer description: The value for the minimum number of processors which is required to install this app. format: int32 nullable: true minimumSupportedWindowsRelease: type: string description: The value for the minimum supported windows release. nullable: true msiInformation: anyOf: - $ref: '#/components/schemas/microsoft.graph.win32LobAppMsiInformation' - type: object nullable: true description: The MSI details if this Win32 app is an MSI app. returnCodes: type: array items: $ref: '#/components/schemas/microsoft.graph.win32LobAppReturnCode' description: The return codes for post installation behavior. rules: type: array items: $ref: '#/components/schemas/microsoft.graph.win32LobAppRule' description: The detection and requirement rules for this app. setupFilePath: type: string description: The relative path of the setup file in the encrypted Win32LobApp package. nullable: true uninstallCommandLine: type: string description: The command line to uninstall this app nullable: true '@odata.type': type: string default: '#microsoft.graph.win32LobApp' description: Contains properties and inherited properties for Win32 apps. x-ms-discriminator-value: '#microsoft.graph.win32LobApp' microsoft.graph.windows10CompliancePolicy: allOf: - $ref: '#/components/schemas/microsoft.graph.deviceCompliancePolicy' - title: windows10CompliancePolicy required: - '@odata.type' type: object properties: bitLockerEnabled: type: boolean description: Require devices to be reported healthy by Windows Device Health Attestation - bit locker is enabled codeIntegrityEnabled: type: boolean description: Require devices to be reported as healthy by Windows Device Health Attestation. earlyLaunchAntiMalwareDriverEnabled: type: boolean description: Require devices to be reported as healthy by Windows Device Health Attestation - early launch antimalware driver is enabled. mobileOsMaximumVersion: type: string description: Maximum Windows Phone version. nullable: true mobileOsMinimumVersion: type: string description: Minimum Windows Phone version. nullable: true osMaximumVersion: type: string description: Maximum Windows 10 version. nullable: true osMinimumVersion: type: string description: Minimum Windows 10 version. nullable: true passwordBlockSimple: type: boolean description: Indicates whether or not to block simple password. passwordExpirationDays: maximum: 2147483647 minimum: -2147483648 type: integer description: The password expiration in days. format: int32 nullable: true passwordMinimumCharacterSetCount: maximum: 2147483647 minimum: -2147483648 type: integer description: The number of character sets required in the password. format: int32 nullable: true passwordMinimumLength: maximum: 2147483647 minimum: -2147483648 type: integer description: The minimum password length. format: int32 nullable: true passwordMinutesOfInactivityBeforeLock: maximum: 2147483647 minimum: -2147483648 type: integer description: Minutes of inactivity before a password is required. format: int32 nullable: true passwordPreviousPasswordBlockCount: maximum: 2147483647 minimum: -2147483648 type: integer description: The number of previous passwords to prevent re-use of. format: int32 nullable: true passwordRequired: type: boolean description: Require a password to unlock Windows device. passwordRequiredToUnlockFromIdle: type: boolean description: Require a password to unlock an idle device. passwordRequiredType: $ref: '#/components/schemas/microsoft.graph.requiredPasswordType' requireHealthyDeviceReport: type: boolean description: Require devices to be reported as healthy by Windows Device Health Attestation. secureBootEnabled: type: boolean description: Require devices to be reported as healthy by Windows Device Health Attestation - secure boot is enabled. storageRequireEncryption: type: boolean description: Require encryption on windows devices. '@odata.type': type: string default: '#microsoft.graph.windows10CompliancePolicy' description: This class contains compliance settings for Windows 10. x-ms-discriminator-value: '#microsoft.graph.windows10CompliancePolicy' microsoft.graph.windows10CustomConfiguration: allOf: - $ref: '#/components/schemas/microsoft.graph.deviceConfiguration' - title: windows10CustomConfiguration required: - '@odata.type' type: object properties: omaSettings: type: array items: $ref: '#/components/schemas/microsoft.graph.omaSetting' description: OMA settings. This collection can contain a maximum of 1000 elements. '@odata.type': type: string default: '#microsoft.graph.windows10CustomConfiguration' description: 'This topic provides descriptions of the declared methods, properties and relationships exposed by the windows10CustomConfiguration resource.' x-ms-discriminator-value: '#microsoft.graph.windows10CustomConfiguration' microsoft.graph.windows10EndpointProtectionConfiguration: allOf: - $ref: '#/components/schemas/microsoft.graph.deviceConfiguration' - title: windows10EndpointProtectionConfiguration required: - '@odata.type' type: object properties: applicationGuardAllowPersistence: type: boolean description: 'Allow persisting user generated data inside the App Guard Containter (favorites, cookies, web passwords, etc.)' applicationGuardAllowPrintToLocalPrinters: type: boolean description: Allow printing to Local Printers from Container applicationGuardAllowPrintToNetworkPrinters: type: boolean description: Allow printing to Network Printers from Container applicationGuardAllowPrintToPDF: type: boolean description: Allow printing to PDF from Container applicationGuardAllowPrintToXPS: type: boolean description: Allow printing to XPS from Container applicationGuardBlockClipboardSharing: $ref: '#/components/schemas/microsoft.graph.applicationGuardBlockClipboardSharingType' applicationGuardBlockFileTransfer: $ref: '#/components/schemas/microsoft.graph.applicationGuardBlockFileTransferType' applicationGuardBlockNonEnterpriseContent: type: boolean description: 'Block enterprise sites to load non-enterprise content, such as third party plug-ins' applicationGuardEnabled: type: boolean description: Enable Windows Defender Application Guard applicationGuardForceAuditing: type: boolean description: 'Force auditing will persist Windows logs and events to meet security/compliance criteria (sample events are user login-logoff, use of privilege rights, software installation, system changes, etc.)' appLockerApplicationControl: $ref: '#/components/schemas/microsoft.graph.appLockerApplicationControlType' bitLockerDisableWarningForOtherDiskEncryption: type: boolean description: Allows the Admin to disable the warning prompt for other disk encryption on the user machines. bitLockerEnableStorageCardEncryptionOnMobile: type: boolean description: Allows the admin to require encryption to be turned on using BitLocker. This policy is valid only for a mobile SKU. bitLockerEncryptDevice: type: boolean description: Allows the admin to require encryption to be turned on using BitLocker. bitLockerRemovableDrivePolicy: anyOf: - $ref: '#/components/schemas/microsoft.graph.bitLockerRemovableDrivePolicy' - type: object nullable: true description: BitLocker Removable Drive Policy. defenderAdditionalGuardedFolders: type: array items: type: string nullable: true description: List of folder paths to be added to the list of protected folders defenderAttackSurfaceReductionExcludedPaths: type: array items: type: string nullable: true description: List of exe files and folders to be excluded from attack surface reduction rules defenderExploitProtectionXml: type: string description: Xml content containing information regarding exploit protection details. format: base64url nullable: true defenderExploitProtectionXmlFileName: type: string description: Name of the file from which DefenderExploitProtectionXml was obtained. nullable: true defenderGuardedFoldersAllowedAppPaths: type: array items: type: string nullable: true description: List of paths to exe that are allowed to access protected folders defenderSecurityCenterBlockExploitProtectionOverride: type: boolean description: Indicates whether or not to block user from overriding Exploit Protection settings. firewallBlockStatefulFTP: type: boolean description: Blocks stateful FTP connections to the device nullable: true firewallCertificateRevocationListCheckMethod: $ref: '#/components/schemas/microsoft.graph.firewallCertificateRevocationListCheckMethodType' firewallIdleTimeoutForSecurityAssociationInSeconds: maximum: 2147483647 minimum: -2147483648 type: integer description: 'Configures the idle timeout for security associations, in seconds, from 300 to 3600 inclusive. This is the period after which security associations will expire and be deleted. Valid values 300 to 3600' format: int32 nullable: true firewallIPSecExemptionsAllowDHCP: type: boolean description: Configures IPSec exemptions to allow both IPv4 and IPv6 DHCP traffic firewallIPSecExemptionsAllowICMP: type: boolean description: Configures IPSec exemptions to allow ICMP firewallIPSecExemptionsAllowNeighborDiscovery: type: boolean description: Configures IPSec exemptions to allow neighbor discovery IPv6 ICMP type-codes firewallIPSecExemptionsAllowRouterDiscovery: type: boolean description: Configures IPSec exemptions to allow router discovery IPv6 ICMP type-codes firewallMergeKeyingModuleSettings: type: boolean description: 'If an authentication set is not fully supported by a keying module, direct the module to ignore only unsupported authentication suites rather than the entire set' nullable: true firewallPacketQueueingMethod: $ref: '#/components/schemas/microsoft.graph.firewallPacketQueueingMethodType' firewallPreSharedKeyEncodingMethod: $ref: '#/components/schemas/microsoft.graph.firewallPreSharedKeyEncodingMethodType' firewallProfileDomain: anyOf: - $ref: '#/components/schemas/microsoft.graph.windowsFirewallNetworkProfile' - type: object nullable: true description: Configures the firewall profile settings for domain networks firewallProfilePrivate: anyOf: - $ref: '#/components/schemas/microsoft.graph.windowsFirewallNetworkProfile' - type: object nullable: true description: Configures the firewall profile settings for private networks firewallProfilePublic: anyOf: - $ref: '#/components/schemas/microsoft.graph.windowsFirewallNetworkProfile' - type: object nullable: true description: Configures the firewall profile settings for public networks smartScreenBlockOverrideForFiles: type: boolean description: Allows IT Admins to control whether users can can ignore SmartScreen warnings and run malicious files. smartScreenEnableInShell: type: boolean description: Allows IT Admins to configure SmartScreen for Windows. '@odata.type': type: string default: '#microsoft.graph.windows10EndpointProtectionConfiguration' description: 'This topic provides descriptions of the declared methods, properties and relationships exposed by the Windows10EndpointProtectionConfiguration resource.' x-ms-discriminator-value: '#microsoft.graph.windows10EndpointProtectionConfiguration' microsoft.graph.windows10EnrollmentCompletionPageConfiguration: allOf: - $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentConfiguration' - title: windows10EnrollmentCompletionPageConfiguration required: - '@odata.type' type: object properties: allowNonBlockingAppInstallation: type: boolean description: 'When TRUE, ESP (Enrollment Status Page) installs all required apps targeted during technician phase and ignores any failures for non-blocking apps. When FALSE, ESP fails on any error during app install. The default is false.' '@odata.type': type: string default: '#microsoft.graph.windows10EnrollmentCompletionPageConfiguration' description: Windows 10 Enrollment Status Page Configuration x-ms-discriminator-value: '#microsoft.graph.windows10EnrollmentCompletionPageConfiguration' microsoft.graph.windows10EnterpriseModernAppManagementConfiguration: allOf: - $ref: '#/components/schemas/microsoft.graph.deviceConfiguration' - title: windows10EnterpriseModernAppManagementConfiguration required: - '@odata.type' type: object properties: uninstallBuiltInApps: type: boolean description: Indicates whether or not to uninstall a fixed list of built-in Windows apps. '@odata.type': type: string default: '#microsoft.graph.windows10EnterpriseModernAppManagementConfiguration' description: Windows10 Enterprise Modern App Management Configuration. x-ms-discriminator-value: '#microsoft.graph.windows10EnterpriseModernAppManagementConfiguration' microsoft.graph.windows10GeneralConfiguration: allOf: - $ref: '#/components/schemas/microsoft.graph.deviceConfiguration' - title: windows10GeneralConfiguration required: - '@odata.type' type: object properties: accountsBlockAddingNonMicrosoftAccountEmail: type: boolean description: Indicates whether or not to Block the user from adding email accounts to the device that are not associated with a Microsoft account. antiTheftModeBlocked: type: boolean description: Indicates whether or not to block the user from selecting an AntiTheft mode preference (Windows 10 Mobile only). appsAllowTrustedAppsSideloading: $ref: '#/components/schemas/microsoft.graph.stateManagementSetting' appsBlockWindowsStoreOriginatedApps: type: boolean description: Indicates whether or not to disable the launch of all apps from Windows Store that came pre-installed or were downloaded. bluetoothAllowedServices: type: array items: type: string nullable: true description: Specify a list of allowed Bluetooth services and profiles in hex formatted strings. bluetoothBlockAdvertising: type: boolean description: Whether or not to Block the user from using bluetooth advertising. bluetoothBlockDiscoverableMode: type: boolean description: Whether or not to Block the user from using bluetooth discoverable mode. bluetoothBlocked: type: boolean description: Whether or not to Block the user from using bluetooth. bluetoothBlockPrePairing: type: boolean description: Whether or not to block specific bundled Bluetooth peripherals to automatically pair with the host device. cameraBlocked: type: boolean description: Whether or not to Block the user from accessing the camera of the device. cellularBlockDataWhenRoaming: type: boolean description: Whether or not to Block the user from using data over cellular while roaming. cellularBlockVpn: type: boolean description: Whether or not to Block the user from using VPN over cellular. cellularBlockVpnWhenRoaming: type: boolean description: Whether or not to Block the user from using VPN when roaming over cellular. certificatesBlockManualRootCertificateInstallation: type: boolean description: Whether or not to Block the user from doing manual root certificate installation. connectedDevicesServiceBlocked: type: boolean description: 'Whether or not to block Connected Devices Service which enables discovery and connection to other devices, remote messaging, remote app sessions and other cross-device experiences.' copyPasteBlocked: type: boolean description: Whether or not to Block the user from using copy paste. cortanaBlocked: type: boolean description: Whether or not to Block the user from using Cortana. defenderBlockEndUserAccess: type: boolean description: Whether or not to block end user access to Defender. defenderCloudBlockLevel: $ref: '#/components/schemas/microsoft.graph.defenderCloudBlockLevelType' defenderDaysBeforeDeletingQuarantinedMalware: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of days before deleting quarantined malware. Valid values 0 to 90 format: int32 nullable: true defenderDetectedMalwareActions: anyOf: - $ref: '#/components/schemas/microsoft.graph.defenderDetectedMalwareActions' - type: object nullable: true description: Gets or sets Defender’s actions to take on detected Malware per threat level. defenderFileExtensionsToExclude: type: array items: type: string nullable: true description: File extensions to exclude from scans and real time protection. defenderFilesAndFoldersToExclude: type: array items: type: string nullable: true description: Files and folder to exclude from scans and real time protection. defenderMonitorFileActivity: $ref: '#/components/schemas/microsoft.graph.defenderMonitorFileActivity' defenderProcessesToExclude: type: array items: type: string nullable: true description: Processes to exclude from scans and real time protection. defenderPromptForSampleSubmission: $ref: '#/components/schemas/microsoft.graph.defenderPromptForSampleSubmission' defenderRequireBehaviorMonitoring: type: boolean description: Indicates whether or not to require behavior monitoring. defenderRequireCloudProtection: type: boolean description: Indicates whether or not to require cloud protection. defenderRequireNetworkInspectionSystem: type: boolean description: Indicates whether or not to require network inspection system. defenderRequireRealTimeMonitoring: type: boolean description: Indicates whether or not to require real time monitoring. defenderScanArchiveFiles: type: boolean description: Indicates whether or not to scan archive files. defenderScanDownloads: type: boolean description: Indicates whether or not to scan downloads. defenderScanIncomingMail: type: boolean description: Indicates whether or not to scan incoming mail messages. defenderScanMappedNetworkDrivesDuringFullScan: type: boolean description: Indicates whether or not to scan mapped network drives during full scan. defenderScanMaxCpu: maximum: 2147483647 minimum: -2147483648 type: integer description: Max CPU usage percentage during scan. Valid values 0 to 100 format: int32 nullable: true defenderScanNetworkFiles: type: boolean description: Indicates whether or not to scan files opened from a network folder. defenderScanRemovableDrivesDuringFullScan: type: boolean description: Indicates whether or not to scan removable drives during full scan. defenderScanScriptsLoadedInInternetExplorer: type: boolean description: Indicates whether or not to scan scripts loaded in Internet Explorer browser. defenderScanType: $ref: '#/components/schemas/microsoft.graph.defenderScanType' defenderScheduledQuickScanTime: pattern: '^([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?$' type: string description: The time to perform a daily quick scan. format: time nullable: true defenderScheduledScanTime: pattern: '^([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?$' type: string description: The defender time for the system scan. format: time nullable: true defenderSignatureUpdateIntervalInHours: maximum: 2147483647 minimum: -2147483648 type: integer description: The signature update interval in hours. Specify 0 not to check. Valid values 0 to 24 format: int32 nullable: true defenderSystemScanSchedule: $ref: '#/components/schemas/microsoft.graph.weeklySchedule' developerUnlockSetting: $ref: '#/components/schemas/microsoft.graph.stateManagementSetting' deviceManagementBlockFactoryResetOnMobile: type: boolean description: Indicates whether or not to Block the user from resetting their phone. deviceManagementBlockManualUnenroll: type: boolean description: Indicates whether or not to Block the user from doing manual un-enrollment from device management. diagnosticsDataSubmissionMode: $ref: '#/components/schemas/microsoft.graph.diagnosticDataSubmissionMode' edgeAllowStartPagesModification: type: boolean description: Allow users to change Start pages on Edge. Use the EdgeHomepageUrls to specify the Start pages that the user would see by default when they open Edge. edgeBlockAccessToAboutFlags: type: boolean description: Indicates whether or not to prevent access to about flags on Edge browser. edgeBlockAddressBarDropdown: type: boolean description: Block the address bar dropdown functionality in Microsoft Edge. Disable this settings to minimize network connections from Microsoft Edge to Microsoft services. edgeBlockAutofill: type: boolean description: Indicates whether or not to block auto fill. edgeBlockCompatibilityList: type: boolean description: Block Microsoft compatibility list in Microsoft Edge. This list from Microsoft helps Edge properly display sites with known compatibility issues. edgeBlockDeveloperTools: type: boolean description: Indicates whether or not to block developer tools in the Edge browser. edgeBlocked: type: boolean description: Indicates whether or not to Block the user from using the Edge browser. edgeBlockExtensions: type: boolean description: Indicates whether or not to block extensions in the Edge browser. edgeBlockInPrivateBrowsing: type: boolean description: 'Indicates whether or not to block InPrivate browsing on corporate networks, in the Edge browser.' edgeBlockJavaScript: type: boolean description: Indicates whether or not to Block the user from using JavaScript. edgeBlockLiveTileDataCollection: type: boolean description: Block the collection of information by Microsoft for live tile creation when users pin a site to Start from Microsoft Edge. edgeBlockPasswordManager: type: boolean description: Indicates whether or not to Block password manager. edgeBlockPopups: type: boolean description: Indicates whether or not to block popups. edgeBlockSearchSuggestions: type: boolean description: Indicates whether or not to block the user from using the search suggestions in the address bar. edgeBlockSendingDoNotTrackHeader: type: boolean description: Indicates whether or not to Block the user from sending the do not track header. edgeBlockSendingIntranetTrafficToInternetExplorer: type: boolean description: 'Indicates whether or not to switch the intranet traffic from Edge to Internet Explorer. Note: the name of this property is misleading; the property is obsolete, use EdgeSendIntranetTrafficToInternetExplorer instead.' edgeClearBrowsingDataOnExit: type: boolean description: Clear browsing data on exiting Microsoft Edge. edgeCookiePolicy: $ref: '#/components/schemas/microsoft.graph.edgeCookiePolicy' edgeDisableFirstRunPage: type: boolean description: 'Block the Microsoft web page that opens on the first use of Microsoft Edge. This policy allows enterprises, like those enrolled in zero emissions configurations, to block this page.' edgeEnterpriseModeSiteListLocation: type: string description: 'Indicates the enterprise mode site list location. Could be a local file, local network or http location.' nullable: true edgeFirstRunUrl: type: string description: The first run URL for when Edge browser is opened for the first time. nullable: true edgeHomepageUrls: type: array items: type: string nullable: true description: The list of URLs for homepages shodwn on MDM-enrolled devices on Edge browser. edgeRequireSmartScreen: type: boolean description: Indicates whether or not to Require the user to use the smart screen filter. edgeSearchEngine: anyOf: - $ref: '#/components/schemas/microsoft.graph.edgeSearchEngineBase' - type: object nullable: true description: Allows IT admins to set a default search engine for MDM-Controlled devices. Users can override this and change their default search engine provided the AllowSearchEngineCustomization policy is not set. edgeSendIntranetTrafficToInternetExplorer: type: boolean description: Indicates whether or not to switch the intranet traffic from Edge to Internet Explorer. edgeSyncFavoritesWithInternetExplorer: type: boolean description: 'Enable favorites sync between Internet Explorer and Microsoft Edge. Additions, deletions, modifications and order changes to favorites are shared between browsers.' enterpriseCloudPrintDiscoveryEndPoint: type: string description: Endpoint for discovering cloud printers. nullable: true enterpriseCloudPrintDiscoveryMaxLimit: maximum: 2147483647 minimum: -2147483648 type: integer description: Maximum number of printers that should be queried from a discovery endpoint. This is a mobile only setting. Valid values 1 to 65535 format: int32 nullable: true enterpriseCloudPrintMopriaDiscoveryResourceIdentifier: type: string description: OAuth resource URI for printer discovery service as configured in Azure portal. nullable: true enterpriseCloudPrintOAuthAuthority: type: string description: Authentication endpoint for acquiring OAuth tokens. nullable: true enterpriseCloudPrintOAuthClientIdentifier: type: string description: GUID of a client application authorized to retrieve OAuth tokens from the OAuth Authority. nullable: true enterpriseCloudPrintResourceIdentifier: type: string description: OAuth resource URI for print service as configured in the Azure portal. nullable: true experienceBlockDeviceDiscovery: type: boolean description: Indicates whether or not to enable device discovery UX. experienceBlockErrorDialogWhenNoSIM: type: boolean description: Indicates whether or not to allow the error dialog from displaying if no SIM card is detected. experienceBlockTaskSwitcher: type: boolean description: Indicates whether or not to enable task switching on the device. gameDvrBlocked: type: boolean description: Indicates whether or not to block DVR and broadcasting. internetSharingBlocked: type: boolean description: Indicates whether or not to Block the user from using internet sharing. locationServicesBlocked: type: boolean description: Indicates whether or not to Block the user from location services. lockScreenAllowTimeoutConfiguration: type: boolean description: 'Specify whether to show a user-configurable setting to control the screen timeout while on the lock screen of Windows 10 Mobile devices. If this policy is set to Allow, the value set by lockScreenTimeoutInSeconds is ignored.' lockScreenBlockActionCenterNotifications: type: boolean description: Indicates whether or not to block action center notifications over lock screen. lockScreenBlockCortana: type: boolean description: Indicates whether or not the user can interact with Cortana using speech while the system is locked. lockScreenBlockToastNotifications: type: boolean description: Indicates whether to allow toast notifications above the device lock screen. lockScreenTimeoutInSeconds: maximum: 2147483647 minimum: -2147483648 type: integer description: Set the duration (in seconds) from the screen locking to the screen turning off for Windows 10 Mobile devices. Supported values are 11-1800. Valid values 11 to 1800 format: int32 nullable: true logonBlockFastUserSwitching: type: boolean description: Disables the ability to quickly switch between users that are logged on simultaneously without logging off. microsoftAccountBlocked: type: boolean description: Indicates whether or not to Block a Microsoft account. microsoftAccountBlockSettingsSync: type: boolean description: Indicates whether or not to Block Microsoft account settings sync. networkProxyApplySettingsDeviceWide: type: boolean description: 'If set, proxy settings will be applied to all processes and accounts in the device. Otherwise, it will be applied to the user account that’s enrolled into MDM.' networkProxyAutomaticConfigurationUrl: type: string description: Address to the proxy auto-config (PAC) script you want to use. nullable: true networkProxyDisableAutoDetect: type: boolean description: 'Disable automatic detection of settings. If enabled, the system will try to find the path to a proxy auto-config (PAC) script.' networkProxyServer: anyOf: - $ref: '#/components/schemas/microsoft.graph.windows10NetworkProxyServer' - type: object nullable: true description: Specifies manual proxy server settings. nfcBlocked: type: boolean description: Indicates whether or not to Block the user from using near field communication. oneDriveDisableFileSync: type: boolean description: Gets or sets a value allowing IT admins to prevent apps and features from working with files on OneDrive. passwordBlockSimple: type: boolean description: 'Specify whether PINs or passwords such as ''1111'' or ''1234'' are allowed. For Windows 10 desktops, it also controls the use of picture passwords.' passwordExpirationDays: maximum: 2147483647 minimum: -2147483648 type: integer description: The password expiration in days. Valid values 0 to 730 format: int32 nullable: true passwordMinimumCharacterSetCount: maximum: 2147483647 minimum: -2147483648 type: integer description: The number of character sets required in the password. format: int32 nullable: true passwordMinimumLength: maximum: 2147483647 minimum: -2147483648 type: integer description: The minimum password length. Valid values 4 to 16 format: int32 nullable: true passwordMinutesOfInactivityBeforeScreenTimeout: maximum: 2147483647 minimum: -2147483648 type: integer description: The minutes of inactivity before the screen times out. format: int32 nullable: true passwordPreviousPasswordBlockCount: maximum: 2147483647 minimum: -2147483648 type: integer description: The number of previous passwords to prevent reuse of. Valid values 0 to 50 format: int32 nullable: true passwordRequired: type: boolean description: Indicates whether or not to require the user to have a password. passwordRequiredType: $ref: '#/components/schemas/microsoft.graph.requiredPasswordType' passwordRequireWhenResumeFromIdleState: type: boolean description: Indicates whether or not to require a password upon resuming from an idle state. passwordSignInFailureCountBeforeFactoryReset: maximum: 2147483647 minimum: -2147483648 type: integer description: The number of sign in failures before factory reset. Valid values 0 to 999 format: int32 nullable: true personalizationDesktopImageUrl: type: string description: 'A http or https Url to a jpg, jpeg or png image that needs to be downloaded and used as the Desktop Image or a file Url to a local image on the file system that needs to used as the Desktop Image.' nullable: true personalizationLockScreenImageUrl: type: string description: 'A http or https Url to a jpg, jpeg or png image that neeeds to be downloaded and used as the Lock Screen Image or a file Url to a local image on the file system that needs to be used as the Lock Screen Image.' nullable: true privacyAdvertisingId: $ref: '#/components/schemas/microsoft.graph.stateManagementSetting' privacyAutoAcceptPairingAndConsentPrompts: type: boolean description: Indicates whether or not to allow the automatic acceptance of the pairing and privacy user consent dialog when launching apps. privacyBlockInputPersonalization: type: boolean description: 'Indicates whether or not to block the usage of cloud based speech services for Cortana, Dictation, or Store applications.' resetProtectionModeBlocked: type: boolean description: Indicates whether or not to Block the user from reset protection mode. safeSearchFilter: $ref: '#/components/schemas/microsoft.graph.safeSearchFilterType' screenCaptureBlocked: type: boolean description: Indicates whether or not to Block the user from taking Screenshots. searchBlockDiacritics: type: boolean description: Specifies if search can use diacritics. searchDisableAutoLanguageDetection: type: boolean description: Specifies whether to use automatic language detection when indexing content and properties. searchDisableIndexerBackoff: type: boolean description: Indicates whether or not to disable the search indexer backoff feature. searchDisableIndexingEncryptedItems: type: boolean description: Indicates whether or not to block indexing of WIP-protected items to prevent them from appearing in search results for Cortana or Explorer. searchDisableIndexingRemovableDrive: type: boolean description: Indicates whether or not to allow users to add locations on removable drives to libraries and to be indexed. searchEnableAutomaticIndexSizeManangement: type: boolean description: Specifies minimum amount of hard drive space on the same drive as the index location before indexing stops. searchEnableRemoteQueries: type: boolean description: Indicates whether or not to block remote queries of this computer’s index. settingsBlockAccountsPage: type: boolean description: Indicates whether or not to block access to Accounts in Settings app. settingsBlockAddProvisioningPackage: type: boolean description: Indicates whether or not to block the user from installing provisioning packages. settingsBlockAppsPage: type: boolean description: Indicates whether or not to block access to Apps in Settings app. settingsBlockChangeLanguage: type: boolean description: Indicates whether or not to block the user from changing the language settings. settingsBlockChangePowerSleep: type: boolean description: Indicates whether or not to block the user from changing power and sleep settings. settingsBlockChangeRegion: type: boolean description: Indicates whether or not to block the user from changing the region settings. settingsBlockChangeSystemTime: type: boolean description: Indicates whether or not to block the user from changing date and time settings. settingsBlockDevicesPage: type: boolean description: Indicates whether or not to block access to Devices in Settings app. settingsBlockEaseOfAccessPage: type: boolean description: Indicates whether or not to block access to Ease of Access in Settings app. settingsBlockEditDeviceName: type: boolean description: Indicates whether or not to block the user from editing the device name. settingsBlockGamingPage: type: boolean description: Indicates whether or not to block access to Gaming in Settings app. settingsBlockNetworkInternetPage: type: boolean description: Indicates whether or not to block access to Network & Internet in Settings app. settingsBlockPersonalizationPage: type: boolean description: Indicates whether or not to block access to Personalization in Settings app. settingsBlockPrivacyPage: type: boolean description: Indicates whether or not to block access to Privacy in Settings app. settingsBlockRemoveProvisioningPackage: type: boolean description: Indicates whether or not to block the runtime configuration agent from removing provisioning packages. settingsBlockSettingsApp: type: boolean description: Indicates whether or not to block access to Settings app. settingsBlockSystemPage: type: boolean description: Indicates whether or not to block access to System in Settings app. settingsBlockTimeLanguagePage: type: boolean description: Indicates whether or not to block access to Time & Language in Settings app. settingsBlockUpdateSecurityPage: type: boolean description: Indicates whether or not to block access to Update & Security in Settings app. sharedUserAppDataAllowed: type: boolean description: Indicates whether or not to block multiple users of the same app to share data. smartScreenBlockPromptOverride: type: boolean description: Indicates whether or not users can override SmartScreen Filter warnings about potentially malicious websites. smartScreenBlockPromptOverrideForFiles: type: boolean description: Indicates whether or not users can override the SmartScreen Filter warnings about downloading unverified files smartScreenEnableAppInstallControl: type: boolean description: This property will be deprecated in July 2019 and will be replaced by property SmartScreenAppInstallControl. Allows IT Admins to control whether users are allowed to install apps from places other than the Store. startBlockUnpinningAppsFromTaskbar: type: boolean description: Indicates whether or not to block the user from unpinning apps from taskbar. startMenuAppListVisibility: $ref: '#/components/schemas/microsoft.graph.windowsStartMenuAppListVisibilityType' startMenuHideChangeAccountSettings: type: boolean description: Enabling this policy hides the change account setting from appearing in the user tile in the start menu. startMenuHideFrequentlyUsedApps: type: boolean description: Enabling this policy hides the most used apps from appearing on the start menu and disables the corresponding toggle in the Settings app. startMenuHideHibernate: type: boolean description: Enabling this policy hides hibernate from appearing in the power button in the start menu. startMenuHideLock: type: boolean description: Enabling this policy hides lock from appearing in the user tile in the start menu. startMenuHidePowerButton: type: boolean description: Enabling this policy hides the power button from appearing in the start menu. startMenuHideRecentJumpLists: type: boolean description: Enabling this policy hides recent jump lists from appearing on the start menu/taskbar and disables the corresponding toggle in the Settings app. startMenuHideRecentlyAddedApps: type: boolean description: Enabling this policy hides recently added apps from appearing on the start menu and disables the corresponding toggle in the Settings app. startMenuHideRestartOptions: type: boolean description: Enabling this policy hides 'Restart/Update and Restart' from appearing in the power button in the start menu. startMenuHideShutDown: type: boolean description: Enabling this policy hides shut down/update and shut down from appearing in the power button in the start menu. startMenuHideSignOut: type: boolean description: Enabling this policy hides sign out from appearing in the user tile in the start menu. startMenuHideSleep: type: boolean description: Enabling this policy hides sleep from appearing in the power button in the start menu. startMenuHideSwitchAccount: type: boolean description: Enabling this policy hides switch account from appearing in the user tile in the start menu. startMenuHideUserTile: type: boolean description: Enabling this policy hides the user tile from appearing in the start menu. startMenuLayoutEdgeAssetsXml: type: string description: This policy setting allows you to import Edge assets to be used with startMenuLayoutXml policy. Start layout can contain secondary tile from Edge app which looks for Edge local asset file. Edge local asset would not exist and cause Edge secondary tile to appear empty in this case. This policy only gets applied when startMenuLayoutXml policy is modified. The value should be a UTF-8 Base64 encoded byte array. format: base64url nullable: true startMenuLayoutXml: type: string description: Allows admins to override the default Start menu layout and prevents the user from changing it. The layout is modified by specifying an XML file based on a layout modification schema. XML needs to be in a UTF8 encoded byte array format. format: base64url nullable: true startMenuMode: $ref: '#/components/schemas/microsoft.graph.windowsStartMenuModeType' startMenuPinnedFolderDocuments: $ref: '#/components/schemas/microsoft.graph.visibilitySetting' startMenuPinnedFolderDownloads: $ref: '#/components/schemas/microsoft.graph.visibilitySetting' startMenuPinnedFolderFileExplorer: $ref: '#/components/schemas/microsoft.graph.visibilitySetting' startMenuPinnedFolderHomeGroup: $ref: '#/components/schemas/microsoft.graph.visibilitySetting' startMenuPinnedFolderMusic: $ref: '#/components/schemas/microsoft.graph.visibilitySetting' startMenuPinnedFolderNetwork: $ref: '#/components/schemas/microsoft.graph.visibilitySetting' startMenuPinnedFolderPersonalFolder: $ref: '#/components/schemas/microsoft.graph.visibilitySetting' startMenuPinnedFolderPictures: $ref: '#/components/schemas/microsoft.graph.visibilitySetting' startMenuPinnedFolderSettings: $ref: '#/components/schemas/microsoft.graph.visibilitySetting' startMenuPinnedFolderVideos: $ref: '#/components/schemas/microsoft.graph.visibilitySetting' storageBlockRemovableStorage: type: boolean description: Indicates whether or not to Block the user from using removable storage. storageRequireMobileDeviceEncryption: type: boolean description: Indicating whether or not to require encryption on a mobile device. storageRestrictAppDataToSystemVolume: type: boolean description: Indicates whether application data is restricted to the system drive. storageRestrictAppInstallToSystemVolume: type: boolean description: Indicates whether the installation of applications is restricted to the system drive. tenantLockdownRequireNetworkDuringOutOfBoxExperience: type: boolean description: Whether the device is required to connect to the network. usbBlocked: type: boolean description: Indicates whether or not to Block the user from USB connection. voiceRecordingBlocked: type: boolean description: Indicates whether or not to Block the user from voice recording. webRtcBlockLocalhostIpAddress: type: boolean description: Indicates whether or not user's localhost IP address is displayed while making phone calls using the WebRTC wiFiBlockAutomaticConnectHotspots: type: boolean description: Indicating whether or not to block automatically connecting to Wi-Fi hotspots. Has no impact if Wi-Fi is blocked. wiFiBlocked: type: boolean description: Indicates whether or not to Block the user from using Wi-Fi. wiFiBlockManualConfiguration: type: boolean description: Indicates whether or not to Block the user from using Wi-Fi manual configuration. wiFiScanInterval: maximum: 2147483647 minimum: -2147483648 type: integer description: 'Specify how often devices scan for Wi-Fi networks. Supported values are 1-500, where 100 = default, and 500 = low frequency. Valid values 1 to 500' format: int32 nullable: true windowsSpotlightBlockConsumerSpecificFeatures: type: boolean description: 'Allows IT admins to block experiences that are typically for consumers only, such as Start suggestions, Membership notifications, Post-OOBE app install and redirect tiles.' windowsSpotlightBlocked: type: boolean description: Allows IT admins to turn off all Windows Spotlight features windowsSpotlightBlockOnActionCenter: type: boolean description: 'Block suggestions from Microsoft that show after each OS clean install, upgrade or in an on-going basis to introduce users to what is new or changed' windowsSpotlightBlockTailoredExperiences: type: boolean description: Block personalized content in Windows spotlight based on user’s device usage. windowsSpotlightBlockThirdPartyNotifications: type: boolean description: Block third party content delivered via Windows Spotlight windowsSpotlightBlockWelcomeExperience: type: boolean description: Block Windows Spotlight Windows welcome experience windowsSpotlightBlockWindowsTips: type: boolean description: Allows IT admins to turn off the popup of Windows Tips. windowsSpotlightConfigureOnLockScreen: $ref: '#/components/schemas/microsoft.graph.windowsSpotlightEnablementSettings' windowsStoreBlockAutoUpdate: type: boolean description: Indicates whether or not to block automatic update of apps from Windows Store. windowsStoreBlocked: type: boolean description: Indicates whether or not to Block the user from using the Windows store. windowsStoreEnablePrivateStoreOnly: type: boolean description: Indicates whether or not to enable Private Store Only. wirelessDisplayBlockProjectionToThisDevice: type: boolean description: Indicates whether or not to allow other devices from discovering this PC for projection. wirelessDisplayBlockUserInputFromReceiver: type: boolean description: Indicates whether or not to allow user input from wireless display receiver. wirelessDisplayRequirePinForPairing: type: boolean description: Indicates whether or not to require a PIN for new devices to initiate pairing. '@odata.type': type: string default: '#microsoft.graph.windows10GeneralConfiguration' description: 'This topic provides descriptions of the declared methods, properties and relationships exposed by the windows10GeneralConfiguration resource.' x-ms-discriminator-value: '#microsoft.graph.windows10GeneralConfiguration' microsoft.graph.windows10MobileCompliancePolicy: allOf: - $ref: '#/components/schemas/microsoft.graph.deviceCompliancePolicy' - title: windows10MobileCompliancePolicy required: - '@odata.type' type: object properties: bitLockerEnabled: type: boolean description: Require devices to be reported healthy by Windows Device Health Attestation - bit locker is enabled codeIntegrityEnabled: type: boolean description: Require devices to be reported as healthy by Windows Device Health Attestation. earlyLaunchAntiMalwareDriverEnabled: type: boolean description: Require devices to be reported as healthy by Windows Device Health Attestation - early launch antimalware driver is enabled. osMaximumVersion: type: string description: Maximum Windows Phone version. nullable: true osMinimumVersion: type: string description: Minimum Windows Phone version. nullable: true passwordBlockSimple: type: boolean description: Whether or not to block syncing the calendar. passwordExpirationDays: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of days before password expiration. Valid values 1 to 255 format: int32 nullable: true passwordMinimumCharacterSetCount: maximum: 2147483647 minimum: -2147483648 type: integer description: The number of character sets required in the password. format: int32 nullable: true passwordMinimumLength: maximum: 2147483647 minimum: -2147483648 type: integer description: Minimum password length. Valid values 4 to 16 format: int32 nullable: true passwordMinutesOfInactivityBeforeLock: maximum: 2147483647 minimum: -2147483648 type: integer description: Minutes of inactivity before a password is required. format: int32 nullable: true passwordPreviousPasswordBlockCount: maximum: 2147483647 minimum: -2147483648 type: integer description: The number of previous passwords to prevent re-use of. format: int32 nullable: true passwordRequired: type: boolean description: Require a password to unlock Windows Phone device. passwordRequiredType: $ref: '#/components/schemas/microsoft.graph.requiredPasswordType' passwordRequireToUnlockFromIdle: type: boolean description: Require a password to unlock an idle device. secureBootEnabled: type: boolean description: Require devices to be reported as healthy by Windows Device Health Attestation - secure boot is enabled. storageRequireEncryption: type: boolean description: Require encryption on windows devices. '@odata.type': type: string default: '#microsoft.graph.windows10MobileCompliancePolicy' description: This class contains compliance settings for Windows 10 Mobile. x-ms-discriminator-value: '#microsoft.graph.windows10MobileCompliancePolicy' microsoft.graph.windows10SecureAssessmentConfiguration: allOf: - $ref: '#/components/schemas/microsoft.graph.deviceConfiguration' - title: windows10SecureAssessmentConfiguration required: - '@odata.type' type: object properties: allowPrinting: type: boolean description: Indicates whether or not to allow the app from printing during the test. allowScreenCapture: type: boolean description: Indicates whether or not to allow screen capture capability during a test. allowTextSuggestion: type: boolean description: Indicates whether or not to allow text suggestions during the test. configurationAccount: type: string description: 'The account used to configure the Windows device for taking the test. The user can be a domain account (domain/user), an AAD account (username@tenant.com) or a local account (username).' nullable: true launchUri: type: string description: 'Url link to an assessment that''s automatically loaded when the secure assessment browser is launched. It has to be a valid Url (http[s]://msdn.microsoft.com/).' nullable: true '@odata.type': type: string default: '#microsoft.graph.windows10SecureAssessmentConfiguration' description: 'This topic provides descriptions of the declared methods, properties and relationships exposed by the secureAssessment resource.' x-ms-discriminator-value: '#microsoft.graph.windows10SecureAssessmentConfiguration' microsoft.graph.windows10TeamGeneralConfiguration: allOf: - $ref: '#/components/schemas/microsoft.graph.deviceConfiguration' - title: windows10TeamGeneralConfiguration required: - '@odata.type' type: object properties: azureOperationalInsightsBlockTelemetry: type: boolean description: Indicates whether or not to Block Azure Operational Insights. azureOperationalInsightsWorkspaceId: type: string description: The Azure Operational Insights workspace id. nullable: true azureOperationalInsightsWorkspaceKey: type: string description: The Azure Operational Insights Workspace key. nullable: true connectAppBlockAutoLaunch: type: boolean description: Specifies whether to automatically launch the Connect app whenever a projection is initiated. maintenanceWindowBlocked: type: boolean description: Indicates whether or not to Block setting a maintenance window for device updates. maintenanceWindowDurationInHours: maximum: 2147483647 minimum: -2147483648 type: integer description: Maintenance window duration for device updates. Valid values 0 to 5 format: int32 nullable: true maintenanceWindowStartTime: pattern: '^([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?$' type: string description: Maintenance window start time for device updates. format: time nullable: true miracastBlocked: type: boolean description: Indicates whether or not to Block wireless projection. miracastChannel: $ref: '#/components/schemas/microsoft.graph.miracastChannel' miracastRequirePin: type: boolean description: Indicates whether or not to require a pin for wireless projection. settingsBlockMyMeetingsAndFiles: type: boolean description: 'Specifies whether to disable the ''My meetings and files'' feature in the Start menu, which shows the signed-in user''s meetings and files from Office 365.' settingsBlockSessionResume: type: boolean description: Specifies whether to allow the ability to resume a session when the session times out. settingsBlockSigninSuggestions: type: boolean description: Specifies whether to disable auto-populating of the sign-in dialog with invitees from scheduled meetings. settingsDefaultVolume: maximum: 2147483647 minimum: -2147483648 type: integer description: Specifies the default volume value for a new session. Permitted values are 0-100. The default is 45. Valid values 0 to 100 format: int32 nullable: true settingsScreenTimeoutInMinutes: maximum: 2147483647 minimum: -2147483648 type: integer description: Specifies the number of minutes until the Hub screen turns off. format: int32 nullable: true settingsSessionTimeoutInMinutes: maximum: 2147483647 minimum: -2147483648 type: integer description: Specifies the number of minutes until the session times out. format: int32 nullable: true settingsSleepTimeoutInMinutes: maximum: 2147483647 minimum: -2147483648 type: integer description: Specifies the number of minutes until the Hub enters sleep mode. format: int32 nullable: true welcomeScreenBackgroundImageUrl: type: string description: The welcome screen background image URL. The URL must use the HTTPS protocol and return a PNG image. nullable: true welcomeScreenBlockAutomaticWakeUp: type: boolean description: Indicates whether or not to Block the welcome screen from waking up automatically when someone enters the room. welcomeScreenMeetingInformation: $ref: '#/components/schemas/microsoft.graph.welcomeScreenMeetingInformation' '@odata.type': type: string default: '#microsoft.graph.windows10TeamGeneralConfiguration' description: 'This topic provides descriptions of the declared methods, properties and relationships exposed by the windows10TeamGeneralConfiguration resource.' x-ms-discriminator-value: '#microsoft.graph.windows10TeamGeneralConfiguration' microsoft.graph.windows81CompliancePolicy: allOf: - $ref: '#/components/schemas/microsoft.graph.deviceCompliancePolicy' - title: windows81CompliancePolicy required: - '@odata.type' type: object properties: osMaximumVersion: type: string description: Maximum Windows 8.1 version. nullable: true osMinimumVersion: type: string description: Minimum Windows 8.1 version. nullable: true passwordBlockSimple: type: boolean description: Indicates whether or not to block simple password. passwordExpirationDays: maximum: 2147483647 minimum: -2147483648 type: integer description: Password expiration in days. format: int32 nullable: true passwordMinimumCharacterSetCount: maximum: 2147483647 minimum: -2147483648 type: integer description: The number of character sets required in the password. format: int32 nullable: true passwordMinimumLength: maximum: 2147483647 minimum: -2147483648 type: integer description: The minimum password length. format: int32 nullable: true passwordMinutesOfInactivityBeforeLock: maximum: 2147483647 minimum: -2147483648 type: integer description: Minutes of inactivity before a password is required. format: int32 nullable: true passwordPreviousPasswordBlockCount: maximum: 2147483647 minimum: -2147483648 type: integer description: The number of previous passwords to prevent re-use of. Valid values 0 to 24 format: int32 nullable: true passwordRequired: type: boolean description: Require a password to unlock Windows device. passwordRequiredType: $ref: '#/components/schemas/microsoft.graph.requiredPasswordType' storageRequireEncryption: type: boolean description: Indicates whether or not to require encryption on a windows 8.1 device. '@odata.type': type: string default: '#microsoft.graph.windows81CompliancePolicy' description: This class contains compliance settings for Windows 8.1. x-ms-discriminator-value: '#microsoft.graph.windows81CompliancePolicy' microsoft.graph.windows81GeneralConfiguration: allOf: - $ref: '#/components/schemas/microsoft.graph.deviceConfiguration' - title: windows81GeneralConfiguration required: - '@odata.type' type: object properties: accountsBlockAddingNonMicrosoftAccountEmail: type: boolean description: Indicates whether or not to Block the user from adding email accounts to the device that are not associated with a Microsoft account. applyOnlyToWindows81: type: boolean description: Value indicating whether this policy only applies to Windows 8.1. This property is read-only. readOnly: true browserBlockAutofill: type: boolean description: Indicates whether or not to block auto fill. browserBlockAutomaticDetectionOfIntranetSites: type: boolean description: Indicates whether or not to block automatic detection of Intranet sites. browserBlockEnterpriseModeAccess: type: boolean description: Indicates whether or not to block enterprise mode access. browserBlockJavaScript: type: boolean description: Indicates whether or not to Block the user from using JavaScript. browserBlockPlugins: type: boolean description: Indicates whether or not to block plug-ins. browserBlockPopups: type: boolean description: Indicates whether or not to block popups. browserBlockSendingDoNotTrackHeader: type: boolean description: Indicates whether or not to Block the user from sending the do not track header. browserBlockSingleWordEntryOnIntranetSites: type: boolean description: Indicates whether or not to block a single word entry on Intranet sites. browserEnterpriseModeSiteListLocation: type: string description: 'The enterprise mode site list location. Could be a local file, local network or http location.' nullable: true browserInternetSecurityLevel: $ref: '#/components/schemas/microsoft.graph.internetSiteSecurityLevel' browserIntranetSecurityLevel: $ref: '#/components/schemas/microsoft.graph.siteSecurityLevel' browserLoggingReportLocation: type: string description: The logging report location. nullable: true browserRequireFirewall: type: boolean description: Indicates whether or not to require a firewall. browserRequireFraudWarning: type: boolean description: Indicates whether or not to require fraud warning. browserRequireHighSecurityForRestrictedSites: type: boolean description: Indicates whether or not to require high security for restricted sites. browserRequireSmartScreen: type: boolean description: Indicates whether or not to require the user to use the smart screen filter. browserTrustedSitesSecurityLevel: $ref: '#/components/schemas/microsoft.graph.siteSecurityLevel' cellularBlockDataRoaming: type: boolean description: Indicates whether or not to block data roaming. diagnosticsBlockDataSubmission: type: boolean description: Indicates whether or not to block diagnostic data submission. passwordBlockPicturePasswordAndPin: type: boolean description: Indicates whether or not to Block the user from using a pictures password and pin. passwordExpirationDays: maximum: 2147483647 minimum: -2147483648 type: integer description: Password expiration in days. format: int32 nullable: true passwordMinimumCharacterSetCount: maximum: 2147483647 minimum: -2147483648 type: integer description: The number of character sets required in the password. format: int32 nullable: true passwordMinimumLength: maximum: 2147483647 minimum: -2147483648 type: integer description: The minimum password length. format: int32 nullable: true passwordMinutesOfInactivityBeforeScreenTimeout: maximum: 2147483647 minimum: -2147483648 type: integer description: The minutes of inactivity before the screen times out. format: int32 nullable: true passwordPreviousPasswordBlockCount: maximum: 2147483647 minimum: -2147483648 type: integer description: The number of previous passwords to prevent re-use of. Valid values 0 to 24 format: int32 nullable: true passwordRequiredType: $ref: '#/components/schemas/microsoft.graph.requiredPasswordType' passwordSignInFailureCountBeforeFactoryReset: maximum: 2147483647 minimum: -2147483648 type: integer description: The number of sign in failures before factory reset. format: int32 nullable: true storageRequireDeviceEncryption: type: boolean description: Indicates whether or not to require encryption on a mobile device. updatesRequireAutomaticUpdates: type: boolean description: Indicates whether or not to require automatic updates. userAccountControlSettings: $ref: '#/components/schemas/microsoft.graph.windowsUserAccountControlSettings' workFoldersUrl: type: string description: The work folders url. nullable: true '@odata.type': type: string default: '#microsoft.graph.windows81GeneralConfiguration' description: 'This topic provides descriptions of the declared methods, properties and relationships exposed by the windows81GeneralConfiguration resource.' x-ms-discriminator-value: '#microsoft.graph.windows81GeneralConfiguration' microsoft.graph.windowsAppX: allOf: - $ref: '#/components/schemas/microsoft.graph.mobileLobApp' - title: windowsAppX required: - '@odata.type' type: object properties: applicableArchitectures: $ref: '#/components/schemas/microsoft.graph.windowsArchitecture' identityName: type: string description: 'The identity name of the uploaded app package. For example: ''Contoso.DemoApp''.' nullable: true identityPublisherHash: type: string description: 'The identity publisher hash of the uploaded app package. This is the hash of the publisher from the manifest. For example: ''AB82CD0XYZ''.' identityResourceIdentifier: type: string description: 'The identity resource identifier of the uploaded app package. For example: ''TestResourceId''.' nullable: true identityVersion: type: string description: 'The identity version of the uploaded app package. For example: ''1.0.0.0''.' nullable: true isBundle: type: boolean description: 'When TRUE, indicates that the app is a bundle. When FALSE, indicates that the app is not a bundle. By default, property is set to FALSE.' minimumSupportedOperatingSystem: $ref: '#/components/schemas/microsoft.graph.windowsMinimumOperatingSystem' '@odata.type': type: string default: '#microsoft.graph.windowsAppX' description: Contains properties and inherited properties for Windows AppX Line Of Business apps. x-ms-discriminator-value: '#microsoft.graph.windowsAppX' microsoft.graph.windowsAutopilotDeploymentProfile: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: windowsAutopilotDeploymentProfile required: - '@odata.type' type: object properties: createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The date and time of when the deployment profile was created. The value cannot be modified and is automatically populated when the profile was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: ''2014-01-01T00:00:00Z''. Supports: $select, $top, $skip. $Search, $orderBy and $filter are not supported. Read-Only.' format: date-time description: type: string description: 'A description of the deployment profile. Max allowed length is 1500 chars. Supports: $select, $top, $skip, $orderBy. $Search and $filter are not supported.' nullable: true deviceNameTemplate: type: string description: 'The template used to name the Autopilot device. This can be a custom text and can also contain either the serial number of the device, or a randomly generated number. The total length of the text generated by the template can be no more than 15 characters. Supports: $select, $top, $skip. $Search, $orderBy and $filter are not supported.' nullable: true deviceType: $ref: '#/components/schemas/microsoft.graph.windowsAutopilotDeviceType' displayName: type: string description: 'The display name of the deployment profile. Max allowed length is 200 chars. Returned by default. Supports: $select, $top, $skip, $orderby. $Search and $filter are not supported.' nullable: true hardwareHashExtractionEnabled: type: boolean description: 'Indicates whether the profile supports the extraction of hardware hash values and registration of the device into Windows Autopilot. When TRUE, indicates if hardware extraction and Windows Autopilot registration will happen on the next successful check-in. When FALSE, hardware hash extraction and Windows Autopilot registration will not happen. Default value is FALSE. Supports: $select, $top, $skip. $Search, $orderBy and $filter are not supported.' nullable: true lastModifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The date and time of when the deployment profile was last modified. The value cannot be updated manually and is automatically populated when any changes are made to the profile. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: ''2014-01-01T00:00:00Z''. Supports: $select, $top, $skip. $Search, $orderBy and $filter are not supported Read-Only.' format: date-time locale: type: string description: 'The locale (language) to be used when configuring the device. E.g. en-US. The default value is os-default. Supports: $select, $top, $skip. $Search, $orderBy and $filter are not supported.' nullable: true managementServiceAppId: type: string description: 'The Entra management service App ID which gets used during client device-based enrollment discovery. Supports: $select, $top, $skip. $Search, $orderBy and $filter are not supported.' nullable: true outOfBoxExperienceSetting: anyOf: - $ref: '#/components/schemas/microsoft.graph.outOfBoxExperienceSetting' - type: object nullable: true description: 'The Windows Autopilot Deployment Profile settings used by the device for the out-of-box experience. Supports: $select, $top, $skip. $Search, $orderBy and $filter are not supported.' preprovisioningAllowed: type: boolean description: 'Indicates whether the user is allowed to use Windows Autopilot for pre-provisioned deployment mode during Out of Box experience (OOBE). When TRUE, indicates that Windows Autopilot for pre-provisioned deployment mode for OOBE is allowed to be used. When false, Windows Autopilot for pre-provisioned deployment mode for OOBE is not allowed. The default is FALSE.' nullable: true roleScopeTagIds: type: array items: type: string nullable: true description: 'List of role scope tags for the deployment profile. ' assignedDevices: type: array items: $ref: '#/components/schemas/microsoft.graph.windowsAutopilotDeviceIdentity' description: The list of assigned devices for the profile. x-ms-navigationProperty: true '@odata.type': type: string description: Windows Autopilot Deployment Profile x-ms-discriminator-value: '#microsoft.graph.windowsAutopilotDeploymentProfile' microsoft.graph.windowsAutopilotDeploymentProfileAssignment: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: windowsAutopilotDeploymentProfileAssignment required: - '@odata.type' type: object properties: '@odata.type': type: string description: An assignment of a Windows Autopilot deployment profile to an AAD group. x-ms-discriminator-value: '#microsoft.graph.windowsAutopilotDeploymentProfileAssignment' microsoft.graph.windowsAutopilotDeviceIdentity: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: windowsAutopilotDeviceIdentity required: - '@odata.type' type: object properties: addressableUserName: type: string description: Addressable user name. nullable: true azureActiveDirectoryDeviceId: type: string description: AAD Device ID - to be deprecated nullable: true displayName: type: string description: Display Name nullable: true enrollmentState: $ref: '#/components/schemas/microsoft.graph.enrollmentState' groupTag: type: string description: Group Tag of the Windows autopilot device. nullable: true lastContactedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Intune Last Contacted Date Time of the Windows autopilot device. format: date-time managedDeviceId: type: string description: Managed Device ID nullable: true manufacturer: type: string description: Oem manufacturer of the Windows autopilot device. nullable: true model: type: string description: Model name of the Windows autopilot device. nullable: true productKey: type: string description: Product Key of the Windows autopilot device. nullable: true purchaseOrderIdentifier: type: string description: Purchase Order Identifier of the Windows autopilot device. nullable: true resourceName: type: string description: Resource Name. nullable: true serialNumber: type: string description: Serial number of the Windows autopilot device. nullable: true skuNumber: type: string description: SKU Number nullable: true systemFamily: type: string description: System Family nullable: true userPrincipalName: type: string description: User Principal Name. nullable: true '@odata.type': type: string description: The windowsAutopilotDeviceIdentity resource represents a Windows Autopilot Device. x-ms-discriminator-value: '#microsoft.graph.windowsAutopilotDeviceIdentity' microsoft.graph.windowsDefenderAdvancedThreatProtectionConfiguration: allOf: - $ref: '#/components/schemas/microsoft.graph.deviceConfiguration' - title: windowsDefenderAdvancedThreatProtectionConfiguration required: - '@odata.type' type: object properties: allowSampleSharing: type: boolean description: Windows Defender AdvancedThreatProtection 'Allow Sample Sharing' Rule enableExpeditedTelemetryReporting: type: boolean description: Expedite Windows Defender Advanced Threat Protection telemetry reporting frequency. '@odata.type': type: string default: '#microsoft.graph.windowsDefenderAdvancedThreatProtectionConfiguration' description: Windows Defender AdvancedThreatProtection Configuration. x-ms-discriminator-value: '#microsoft.graph.windowsDefenderAdvancedThreatProtectionConfiguration' microsoft.graph.windowsDeviceMalwareState: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: windowsDeviceMalwareState required: - '@odata.type' type: object properties: additionalInformationUrl: type: string description: Information URL to learn more about the malware nullable: true category: anyOf: - $ref: '#/components/schemas/microsoft.graph.windowsMalwareCategory' - type: object nullable: true description: 'Category of the malware. Possible values are: invalid, adware, spyware, passwordStealer, trojanDownloader, worm, backdoor, remoteAccessTrojan, trojan, emailFlooder, keylogger, dialer, monitoringSoftware, browserModifier, cookie, browserPlugin, aolExploit, nuker, securityDisabler, jokeProgram, hostileActiveXControl, softwareBundler, stealthNotifier, settingsModifier, toolBar, remoteControlSoftware, trojanFtp, potentialUnwantedSoftware, icqExploit, trojanTelnet, exploit, filesharingProgram, malwareCreationTool, remoteControlSoftware, tool, trojanDenialOfService, trojanDropper, trojanMassMailer, trojanMonitoringSoftware, trojanProxyServer, virus, known, unknown, spp, behavior, vulnerability, policy, enterpriseUnwantedSoftware, ransom, hipsRule.' detectionCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of times the malware is detected format: int32 nullable: true displayName: type: string description: Malware name nullable: true executionState: anyOf: - $ref: '#/components/schemas/microsoft.graph.windowsMalwareExecutionState' - type: object nullable: true description: 'Execution status of the malware like blocked/executing etc. Possible values are: unknown, blocked, allowed, running, notRunning.' initialDetectionDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Initial detection datetime of the malware format: date-time nullable: true lastStateChangeDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The last time this particular threat was changed format: date-time nullable: true severity: anyOf: - $ref: '#/components/schemas/microsoft.graph.windowsMalwareSeverity' - type: object nullable: true description: 'Severity of the malware. Possible values are: unknown, low, moderate, high, severe.' state: anyOf: - $ref: '#/components/schemas/microsoft.graph.windowsMalwareState' - type: object nullable: true description: 'Current status of the malware like cleaned/quarantined/allowed etc. Possible values are: unknown, detected, cleaned, quarantined, removed, allowed, blocked, cleanFailed, quarantineFailed, removeFailed, allowFailed, abandoned, blockFailed.' threatState: anyOf: - $ref: '#/components/schemas/microsoft.graph.windowsMalwareThreatState' - type: object nullable: true description: 'Current status of the malware like cleaned/quarantined/allowed etc. Possible values are: active, actionFailed, manualStepsRequired, fullScanRequired, rebootRequired, remediatedWithNonCriticalFailures, quarantined, removed, cleaned, allowed, noStatusCleared.' '@odata.type': type: string description: Malware detection entity. x-ms-discriminator-value: '#microsoft.graph.windowsDeviceMalwareState' microsoft.graph.windowsHelloForBusinessAuthenticationMethod: allOf: - $ref: '#/components/schemas/microsoft.graph.authenticationMethod' - title: windowsHelloForBusinessAuthenticationMethod required: - '@odata.type' type: object properties: createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The date and time that this Windows Hello for Business key was registered. format: date-time nullable: true displayName: type: string description: The name of the device on which Windows Hello for Business is registered nullable: true keyStrength: anyOf: - $ref: '#/components/schemas/microsoft.graph.authenticationMethodKeyStrength' - type: object nullable: true description: 'Key strength of this Windows Hello for Business key. Possible values are: normal, weak, unknown.' device: anyOf: - $ref: '#/components/schemas/microsoft.graph.device' - type: object nullable: true description: 'The registered device on which this Windows Hello for Business key resides. Supports $expand. When you get a user''s Windows Hello for Business registration information, this property is returned only on a single GET and when you specify ?$expand. For example, GET /users/admin@contoso.com/authentication/windowsHelloForBusinessMethods/_jpuR-TGZtk6aQCLF3BQjA2?$expand=device.' x-ms-navigationProperty: true '@odata.type': type: string default: '#microsoft.graph.windowsHelloForBusinessAuthenticationMethod' x-ms-discriminator-value: '#microsoft.graph.windowsHelloForBusinessAuthenticationMethod' microsoft.graph.windowsInformationProtection: allOf: - $ref: '#/components/schemas/microsoft.graph.managedAppPolicy' - title: windowsInformationProtection required: - '@odata.type' type: object properties: azureRightsManagementServicesAllowed: type: boolean description: Specifies whether to allow Azure RMS encryption for WIP dataRecoveryCertificate: anyOf: - $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionDataRecoveryCertificate' - type: object nullable: true description: Specifies a recovery certificate that can be used for data recovery of encrypted files. This is the same as the data recovery agent(DRA) certificate for encrypting file system(EFS) enforcementLevel: $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionEnforcementLevel' enterpriseDomain: type: string description: Primary enterprise domain nullable: true enterpriseInternalProxyServers: type: array items: $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionResourceCollection' description: 'This is the comma-separated list of internal proxy servers. For example, ''157.54.14.28, 157.54.11.118, 10.202.14.167, 157.53.14.163, 157.69.210.59''. These proxies have been configured by the admin to connect to specific resources on the Internet. They are considered to be enterprise network locations. The proxies are only leveraged in configuring the EnterpriseProxiedDomains policy to force traffic to the matched domains through these proxies' enterpriseIPRanges: type: array items: $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionIPRangeCollection' description: Sets the enterprise IP ranges that define the computers in the enterprise network. Data that comes from those computers will be considered part of the enterprise and protected. These locations will be considered a safe destination for enterprise data to be shared to enterpriseIPRangesAreAuthoritative: type: boolean description: Boolean value that tells the client to accept the configured list and not to use heuristics to attempt to find other subnets. Default is false enterpriseNetworkDomainNames: type: array items: $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionResourceCollection' description: This is the list of domains that comprise the boundaries of the enterprise. Data from one of these domains that is sent to a device will be considered enterprise data and protected These locations will be considered a safe destination for enterprise data to be shared to enterpriseProtectedDomainNames: type: array items: $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionResourceCollection' description: List of enterprise domains to be protected enterpriseProxiedDomains: type: array items: $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionProxiedDomainCollection' description: 'Contains a list of Enterprise resource domains hosted in the cloud that need to be protected. Connections to these resources are considered enterprise data. If a proxy is paired with a cloud resource, traffic to the cloud resource will be routed through the enterprise network via the denoted proxy server (on Port 80). A proxy server used for this purpose must also be configured using the EnterpriseInternalProxyServers policy' enterpriseProxyServers: type: array items: $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionResourceCollection' description: This is a list of proxy servers. Any server not on this list is considered non-enterprise enterpriseProxyServersAreAuthoritative: type: boolean description: Boolean value that tells the client to accept the configured list of proxies and not try to detect other work proxies. Default is false exemptApps: type: array items: $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionApp' description: 'Exempt applications can also access enterprise data, but the data handled by those applications are not protected. This is because some critical enterprise applications may have compatibility problems with encrypted data.' iconsVisible: type: boolean description: 'Determines whether overlays are added to icons for WIP protected files in Explorer and enterprise only app tiles in the Start menu. Starting in Windows 10, version 1703 this setting also configures the visibility of the WIP icon in the title bar of a WIP-protected app' indexingEncryptedStoresOrItemsBlocked: type: boolean description: 'This switch is for the Windows Search Indexer, to allow or disallow indexing of items' isAssigned: type: boolean description: Indicates if the policy is deployed to any inclusion groups or not. neutralDomainResources: type: array items: $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionResourceCollection' description: List of domain names that can used for work or personal resource protectedApps: type: array items: $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionApp' description: Protected applications can access enterprise data and the data handled by those applications are protected with encryption protectionUnderLockConfigRequired: type: boolean description: Specifies whether the protection under lock feature (also known as encrypt under pin) should be configured revokeOnUnenrollDisabled: type: boolean description: 'This policy controls whether to revoke the WIP keys when a device unenrolls from the management service. If set to 1 (Don''t revoke keys), the keys will not be revoked and the user will continue to have access to protected files after unenrollment. If the keys are not revoked, there will be no revoked file cleanup subsequently.' rightsManagementServicesTemplateId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string description: TemplateID GUID to use for RMS encryption. The RMS template allows the IT admin to configure the details about who has access to RMS-protected file and how long they have access format: uuid nullable: true smbAutoEncryptedFileExtensions: type: array items: $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionResourceCollection' description: 'Specifies a list of file extensions, so that files with these extensions are encrypted when copying from an SMB share within the corporate boundary' assignments: type: array items: $ref: '#/components/schemas/microsoft.graph.targetedManagedAppPolicyAssignment' description: Navigation property to list of security groups targeted for policy. x-ms-navigationProperty: true exemptAppLockerFiles: type: array items: $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionAppLockerFile' description: Another way to input exempt apps through xml files x-ms-navigationProperty: true protectedAppLockerFiles: type: array items: $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionAppLockerFile' description: Another way to input protected apps through xml files x-ms-navigationProperty: true '@odata.type': type: string default: '#microsoft.graph.windowsInformationProtection' description: Policy for Windows information protection to configure detailed management settings discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.mdmWindowsInformationProtectionPolicy': '#/components/schemas/microsoft.graph.mdmWindowsInformationProtectionPolicy' '#microsoft.graph.windowsInformationProtectionPolicy': '#/components/schemas/microsoft.graph.windowsInformationProtectionPolicy' microsoft.graph.windowsInformationProtectionAppLearningSummary: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: windowsInformationProtectionAppLearningSummary required: - '@odata.type' type: object properties: applicationName: type: string description: Application Name nullable: true applicationType: $ref: '#/components/schemas/microsoft.graph.applicationType' deviceCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Device Count format: int32 '@odata.type': type: string description: Windows Information Protection AppLearning Summary entity. x-ms-discriminator-value: '#microsoft.graph.windowsInformationProtectionAppLearningSummary' microsoft.graph.windowsInformationProtectionAppLockerFile: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: windowsInformationProtectionAppLockerFile required: - '@odata.type' type: object properties: displayName: type: string description: The friendly name nullable: true file: type: string description: File as a byte array format: base64url nullable: true fileHash: type: string description: SHA256 hash of the file nullable: true version: type: string description: Version of the entity. nullable: true '@odata.type': type: string description: Windows Information Protection AppLocker File x-ms-discriminator-value: '#microsoft.graph.windowsInformationProtectionAppLockerFile' microsoft.graph.windowsInformationProtectionNetworkLearningSummary: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: windowsInformationProtectionNetworkLearningSummary required: - '@odata.type' type: object properties: deviceCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Device Count format: int32 url: type: string description: Website url nullable: true '@odata.type': type: string description: Windows Information Protection Network learning Summary entity. x-ms-discriminator-value: '#microsoft.graph.windowsInformationProtectionNetworkLearningSummary' microsoft.graph.windowsInformationProtectionPolicy: allOf: - $ref: '#/components/schemas/microsoft.graph.windowsInformationProtection' - title: windowsInformationProtectionPolicy required: - '@odata.type' type: object properties: daysWithoutContactBeforeUnenroll: maximum: 2147483647 minimum: -2147483648 type: integer description: Offline interval before app data is wiped (days) format: int32 mdmEnrollmentUrl: type: string description: Enrollment url for the MDM nullable: true minutesOfInactivityBeforeDeviceLock: maximum: 2147483647 minimum: -2147483648 type: integer description: Specifies the maximum amount of time (in minutes) allowed after the device is idle that will cause the device to become PIN or password locked. Range is an integer X where 0 <= X <= 999. format: int32 numberOfPastPinsRemembered: maximum: 2147483647 minimum: -2147483648 type: integer description: 'Integer value that specifies the number of past PINs that can be associated to a user account that can''t be reused. The largest number you can configure for this policy setting is 50. The lowest number you can configure for this policy setting is 0. If this policy is set to 0, then storage of previous PINs is not required. This node was added in Windows 10, version 1511. Default is 0.' format: int32 passwordMaximumAttemptCount: maximum: 2147483647 minimum: -2147483648 type: integer description: The number of authentication failures allowed before the device will be wiped. A value of 0 disables device wipe functionality. Range is an integer X where 4 <= X <= 16 for desktop and 0 <= X <= 999 for mobile devices. format: int32 pinExpirationDays: maximum: 2147483647 minimum: -2147483648 type: integer description: 'Integer value specifies the period of time (in days) that a PIN can be used before the system requires the user to change it. The largest number you can configure for this policy setting is 730. The lowest number you can configure for this policy setting is 0. If this policy is set to 0, then the user''s PIN will never expire. This node was added in Windows 10, version 1511. Default is 0.' format: int32 pinLowercaseLetters: $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionPinCharacterRequirements' pinMinimumLength: maximum: 2147483647 minimum: -2147483648 type: integer description: 'Integer value that sets the minimum number of characters required for the PIN. Default value is 4. The lowest number you can configure for this policy setting is 4. The largest number you can configure must be less than the number configured in the Maximum PIN length policy setting or the number 127, whichever is the lowest.' format: int32 pinSpecialCharacters: $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionPinCharacterRequirements' pinUppercaseLetters: $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionPinCharacterRequirements' revokeOnMdmHandoffDisabled: type: boolean description: 'New property in RS2, pending documentation' windowsHelloForBusinessBlocked: type: boolean description: Boolean value that sets Windows Hello for Business as a method for signing into Windows. '@odata.type': type: string default: '#microsoft.graph.windowsInformationProtectionPolicy' description: Policy for Windows information protection without MDM x-ms-discriminator-value: '#microsoft.graph.windowsInformationProtectionPolicy' microsoft.graph.windowsMalwareInformation: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: windowsMalwareInformation required: - '@odata.type' type: object properties: additionalInformationUrl: type: string description: Indicates an informational URL to learn more about the malware nullable: true category: anyOf: - $ref: '#/components/schemas/microsoft.graph.windowsMalwareCategory' - type: object nullable: true description: 'Category of the malware. Possible values are: invalid, adware, spyware, passwordStealer, trojanDownloader, worm, backdoor, remoteAccessTrojan, trojan, emailFlooder, keylogger, dialer, monitoringSoftware, browserModifier, cookie, browserPlugin, aolExploit, nuker, securityDisabler, jokeProgram, hostileActiveXControl, softwareBundler, stealthNotifier, settingsModifier, toolBar, remoteControlSoftware, trojanFtp, potentialUnwantedSoftware, icqExploit, trojanTelnet, exploit, filesharingProgram, malwareCreationTool, remoteControlSoftware, tool, trojanDenialOfService, trojanDropper, trojanMassMailer, trojanMonitoringSoftware, trojanProxyServer, virus, known, unknown, spp, behavior, vulnerability, policy, enterpriseUnwantedSoftware, ransom, hipsRule. default value is invalid. Possible values are: invalid, adware, spyware, passwordStealer, trojanDownloader, worm, backdoor, remoteAccessTrojan, trojan, emailFlooder, keylogger, dialer, monitoringSoftware, browserModifier, cookie, browserPlugin, aolExploit, nuker, securityDisabler, jokeProgram, hostileActiveXControl, softwareBundler, stealthNotifier, settingsModifier, toolBar, remoteControlSoftware, trojanFtp, potentialUnwantedSoftware, icqExploit, trojanTelnet, exploit, filesharingProgram, malwareCreationTool, remoteControlSoftware, tool, trojanDenialOfService, trojanDropper, trojanMassMailer, trojanMonitoringSoftware, trojanProxyServer, virus, known, unknown, spp, behavior, vulnerability, policy, enterpriseUnwantedSoftware, ransom, hipsRule.' displayName: type: string description: Indicates the name of the malware nullable: true lastDetectionDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Indicates the last time the malware was detected in UTC format: date-time nullable: true severity: anyOf: - $ref: '#/components/schemas/microsoft.graph.windowsMalwareSeverity' - type: object nullable: true description: 'Severity of the malware. Possible values are: unknown, low, moderate, high, severe. default is unknown. Possible values are: unknown, low, moderate, high, severe.' deviceMalwareStates: type: array items: $ref: '#/components/schemas/microsoft.graph.malwareStateForWindowsDevice' description: List of devices affected by current malware with the malware state on each device x-ms-navigationProperty: true '@odata.type': type: string description: Malware information entity. x-ms-discriminator-value: '#microsoft.graph.windowsMalwareInformation' microsoft.graph.windowsMicrosoftEdgeApp: allOf: - $ref: '#/components/schemas/microsoft.graph.mobileApp' - title: windowsMicrosoftEdgeApp required: - '@odata.type' type: object properties: channel: $ref: '#/components/schemas/microsoft.graph.microsoftEdgeChannel' displayLanguageLocale: type: string description: The language locale to use when the Edge app displays text to the user. nullable: true '@odata.type': type: string default: '#microsoft.graph.windowsMicrosoftEdgeApp' description: Contains properties and inherited properties for the Microsoft Edge app on Windows. x-ms-discriminator-value: '#microsoft.graph.windowsMicrosoftEdgeApp' microsoft.graph.windowsMobileMSI: allOf: - $ref: '#/components/schemas/microsoft.graph.mobileLobApp' - title: windowsMobileMSI required: - '@odata.type' type: object properties: commandLine: type: string description: The command line. nullable: true ignoreVersionDetection: type: boolean description: A boolean to control whether the app's version will be used to detect the app after it is installed on a device. Set this to true for Windows Mobile MSI Line of Business (LoB) apps that use a self update feature. productCode: type: string description: The product code. nullable: true productVersion: type: string description: The product version of Windows Mobile MSI Line of Business (LoB) app. nullable: true '@odata.type': type: string default: '#microsoft.graph.windowsMobileMSI' description: Contains properties and inherited properties for Windows Mobile MSI Line Of Business apps. x-ms-discriminator-value: '#microsoft.graph.windowsMobileMSI' microsoft.graph.windowsPhone81CompliancePolicy: allOf: - $ref: '#/components/schemas/microsoft.graph.deviceCompliancePolicy' - title: windowsPhone81CompliancePolicy required: - '@odata.type' type: object properties: osMaximumVersion: type: string description: Maximum Windows Phone version. nullable: true osMinimumVersion: type: string description: Minimum Windows Phone version. nullable: true passwordBlockSimple: type: boolean description: Whether or not to block syncing the calendar. passwordExpirationDays: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of days before the password expires. format: int32 nullable: true passwordMinimumCharacterSetCount: maximum: 2147483647 minimum: -2147483648 type: integer description: The number of character sets required in the password. format: int32 nullable: true passwordMinimumLength: maximum: 2147483647 minimum: -2147483648 type: integer description: Minimum length of passwords. format: int32 nullable: true passwordMinutesOfInactivityBeforeLock: maximum: 2147483647 minimum: -2147483648 type: integer description: Minutes of inactivity before a password is required. format: int32 nullable: true passwordPreviousPasswordBlockCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of previous passwords to block. Valid values 0 to 24 format: int32 nullable: true passwordRequired: type: boolean description: Whether or not to require a password. passwordRequiredType: $ref: '#/components/schemas/microsoft.graph.requiredPasswordType' storageRequireEncryption: type: boolean description: Require encryption on windows phone devices. '@odata.type': type: string default: '#microsoft.graph.windowsPhone81CompliancePolicy' description: This class contains compliance settings for Windows 8.1 Mobile. x-ms-discriminator-value: '#microsoft.graph.windowsPhone81CompliancePolicy' microsoft.graph.windowsPhone81CustomConfiguration: allOf: - $ref: '#/components/schemas/microsoft.graph.deviceConfiguration' - title: windowsPhone81CustomConfiguration required: - '@odata.type' type: object properties: omaSettings: type: array items: $ref: '#/components/schemas/microsoft.graph.omaSetting' description: OMA settings. This collection can contain a maximum of 1000 elements. '@odata.type': type: string default: '#microsoft.graph.windowsPhone81CustomConfiguration' description: 'This topic provides descriptions of the declared methods, properties and relationships exposed by the windowsPhone81CustomConfiguration resource.' x-ms-discriminator-value: '#microsoft.graph.windowsPhone81CustomConfiguration' microsoft.graph.windowsPhone81GeneralConfiguration: allOf: - $ref: '#/components/schemas/microsoft.graph.deviceConfiguration' - title: windowsPhone81GeneralConfiguration required: - '@odata.type' type: object properties: applyOnlyToWindowsPhone81: type: boolean description: Value indicating whether this policy only applies to Windows Phone 8.1. This property is read-only. readOnly: true appsBlockCopyPaste: type: boolean description: Indicates whether or not to block copy paste. bluetoothBlocked: type: boolean description: Indicates whether or not to block bluetooth. cameraBlocked: type: boolean description: Indicates whether or not to block camera. cellularBlockWifiTethering: type: boolean description: Indicates whether or not to block Wi-Fi tethering. Has no impact if Wi-Fi is blocked. compliantAppListType: $ref: '#/components/schemas/microsoft.graph.appListType' compliantAppsList: type: array items: $ref: '#/components/schemas/microsoft.graph.appListItem' description: 'List of apps in the compliance (either allow list or block list, controlled by CompliantAppListType). This collection can contain a maximum of 10000 elements.' diagnosticDataBlockSubmission: type: boolean description: Indicates whether or not to block diagnostic data submission. emailBlockAddingAccounts: type: boolean description: Indicates whether or not to block custom email accounts. locationServicesBlocked: type: boolean description: Indicates whether or not to block location services. microsoftAccountBlocked: type: boolean description: Indicates whether or not to block using a Microsoft Account. nfcBlocked: type: boolean description: Indicates whether or not to block Near-Field Communication. passwordBlockSimple: type: boolean description: Indicates whether or not to block syncing the calendar. passwordExpirationDays: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of days before the password expires. format: int32 nullable: true passwordMinimumCharacterSetCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of character sets a password must contain. format: int32 nullable: true passwordMinimumLength: maximum: 2147483647 minimum: -2147483648 type: integer description: Minimum length of passwords. format: int32 nullable: true passwordMinutesOfInactivityBeforeScreenTimeout: maximum: 2147483647 minimum: -2147483648 type: integer description: Minutes of inactivity before screen timeout. format: int32 nullable: true passwordPreviousPasswordBlockCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of previous passwords to block. Valid values 0 to 24 format: int32 nullable: true passwordRequired: type: boolean description: Indicates whether or not to require a password. passwordRequiredType: $ref: '#/components/schemas/microsoft.graph.requiredPasswordType' passwordSignInFailureCountBeforeFactoryReset: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of sign in failures allowed before factory reset. format: int32 nullable: true screenCaptureBlocked: type: boolean description: Indicates whether or not to block screenshots. storageBlockRemovableStorage: type: boolean description: Indicates whether or not to block removable storage. storageRequireEncryption: type: boolean description: Indicates whether or not to require encryption. webBrowserBlocked: type: boolean description: Indicates whether or not to block the web browser. wifiBlockAutomaticConnectHotspots: type: boolean description: Indicates whether or not to block automatically connecting to Wi-Fi hotspots. Has no impact if Wi-Fi is blocked. wifiBlocked: type: boolean description: Indicates whether or not to block Wi-Fi. wifiBlockHotspotReporting: type: boolean description: Indicates whether or not to block Wi-Fi hotspot reporting. Has no impact if Wi-Fi is blocked. windowsStoreBlocked: type: boolean description: Indicates whether or not to block the Windows Store. '@odata.type': type: string default: '#microsoft.graph.windowsPhone81GeneralConfiguration' description: 'This topic provides descriptions of the declared methods, properties and relationships exposed by the windowsPhone81GeneralConfiguration resource.' x-ms-discriminator-value: '#microsoft.graph.windowsPhone81GeneralConfiguration' microsoft.graph.windowsProtectionState: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: windowsProtectionState required: - '@odata.type' type: object properties: antiMalwareVersion: type: string description: Current anti malware version nullable: true deviceState: anyOf: - $ref: '#/components/schemas/microsoft.graph.windowsDeviceHealthState' - type: object nullable: true description: 'Indicates device''s health state. Possible values are: clean, fullScanPending, rebootPending, manualStepsPending, offlineScanPending, critical. Possible values are: clean, fullScanPending, rebootPending, manualStepsPending, offlineScanPending, critical.' engineVersion: type: string description: Current endpoint protection engine's version nullable: true fullScanOverdue: type: boolean description: 'When TRUE indicates full scan is overdue, when FALSE indicates full scan is not overdue. Defaults to setting on client device.' nullable: true fullScanRequired: type: boolean description: 'When TRUE indicates full scan is required, when FALSE indicates full scan is not required. Defaults to setting on client device.' nullable: true isVirtualMachine: type: boolean description: 'When TRUE indicates the device is a virtual machine, when FALSE indicates the device is not a virtual machine. Defaults to setting on client device.' nullable: true lastFullScanDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Last quick scan datetime format: date-time nullable: true lastFullScanSignatureVersion: type: string description: Last full scan signature version nullable: true lastQuickScanDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Last quick scan datetime format: date-time nullable: true lastQuickScanSignatureVersion: type: string description: Last quick scan signature version nullable: true lastReportedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Last device health status reported time format: date-time nullable: true malwareProtectionEnabled: type: boolean description: When TRUE indicates anti malware is enabled when FALSE indicates anti malware is not enabled. nullable: true networkInspectionSystemEnabled: type: boolean description: 'When TRUE indicates network inspection system enabled, when FALSE indicates network inspection system is not enabled. Defaults to setting on client device.' nullable: true productStatus: anyOf: - $ref: '#/components/schemas/microsoft.graph.windowsDefenderProductStatus' - type: object nullable: true description: 'Product Status of Windows Defender Antivirus. Possible values are: noStatus, serviceNotRunning, serviceStartedWithoutMalwareProtection, pendingFullScanDueToThreatAction, pendingRebootDueToThreatAction, pendingManualStepsDueToThreatAction, avSignaturesOutOfDate, asSignaturesOutOfDate, noQuickScanHappenedForSpecifiedPeriod, noFullScanHappenedForSpecifiedPeriod, systemInitiatedScanInProgress, systemInitiatedCleanInProgress, samplesPendingSubmission, productRunningInEvaluationMode, productRunningInNonGenuineMode, productExpired, offlineScanRequired, serviceShutdownAsPartOfSystemShutdown, threatRemediationFailedCritically, threatRemediationFailedNonCritically, noStatusFlagsSet, platformOutOfDate, platformUpdateInProgress, platformAboutToBeOutdated, signatureOrPlatformEndOfLifeIsPastOrIsImpending, windowsSModeSignaturesInUseOnNonWin10SInstall. Possible values are: noStatus, serviceNotRunning, serviceStartedWithoutMalwareProtection, pendingFullScanDueToThreatAction, pendingRebootDueToThreatAction, pendingManualStepsDueToThreatAction, avSignaturesOutOfDate, asSignaturesOutOfDate, noQuickScanHappenedForSpecifiedPeriod, noFullScanHappenedForSpecifiedPeriod, systemInitiatedScanInProgress, systemInitiatedCleanInProgress, samplesPendingSubmission, productRunningInEvaluationMode, productRunningInNonGenuineMode, productExpired, offlineScanRequired, serviceShutdownAsPartOfSystemShutdown, threatRemediationFailedCritically, threatRemediationFailedNonCritically, noStatusFlagsSet, platformOutOfDate, platformUpdateInProgress, platformAboutToBeOutdated, signatureOrPlatformEndOfLifeIsPastOrIsImpending, windowsSModeSignaturesInUseOnNonWin10SInstall.' quickScanOverdue: type: boolean description: 'When TRUE indicates quick scan is overdue, when FALSE indicates quick scan is not overdue. Defaults to setting on client device.' nullable: true realTimeProtectionEnabled: type: boolean description: 'When TRUE indicates real time protection is enabled, when FALSE indicates real time protection is not enabled. Defaults to setting on client device.' nullable: true rebootRequired: type: boolean description: 'When TRUE indicates reboot is required, when FALSE indicates when TRUE indicates reboot is not required. Defaults to setting on client device.' nullable: true signatureUpdateOverdue: type: boolean description: 'When TRUE indicates signature is out of date, when FALSE indicates signature is not out of date. Defaults to setting on client device.' nullable: true signatureVersion: type: string description: Current malware definitions version nullable: true tamperProtectionEnabled: type: boolean description: 'When TRUE indicates the Windows Defender tamper protection feature is enabled, when FALSE indicates the Windows Defender tamper protection feature is not enabled. Defaults to setting on client device.' nullable: true detectedMalwareState: type: array items: $ref: '#/components/schemas/microsoft.graph.windowsDeviceMalwareState' description: Device malware list x-ms-navigationProperty: true '@odata.type': type: string description: Device protection status entity. x-ms-discriminator-value: '#microsoft.graph.windowsProtectionState' microsoft.graph.windowsSetting: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: windowsSetting required: - '@odata.type' type: object properties: payloadType: type: string description: The type of setting payloads contained in the instances navigation property. nullable: true settingType: $ref: '#/components/schemas/microsoft.graph.windowsSettingType' windowsDeviceId: type: string description: A unique identifier for the device the setting might belong to if it is of the settingType backup. nullable: true instances: type: array items: $ref: '#/components/schemas/microsoft.graph.windowsSettingInstance' description: A collection of setting values for a given windowsSetting. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.windowsSetting' microsoft.graph.windowsSettingInstance: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: windowsSettingInstance required: - '@odata.type' type: object properties: createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Set by the server. Represents the dateTime in UTC when the object was created on the server. format: date-time expirationDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'Set by the server. The object expires at the specified dateTime in UTC, making it unavailable after that time.' format: date-time lastModifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Set by the server if not provided in the request from the Windows client device. Refers to the user's Windows device that modified the object at the specified dateTime in UTC. format: date-time nullable: true payload: type: string description: Base64-encoded JSON setting value. '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.windowsSettingInstance' microsoft.graph.windowsUniversalAppX: allOf: - $ref: '#/components/schemas/microsoft.graph.mobileLobApp' - title: windowsUniversalAppX required: - '@odata.type' type: object properties: applicableArchitectures: $ref: '#/components/schemas/microsoft.graph.windowsArchitecture' applicableDeviceTypes: $ref: '#/components/schemas/microsoft.graph.windowsDeviceType' identityName: type: string description: The Identity Name. nullable: true identityPublisherHash: type: string description: The Identity Publisher Hash. identityResourceIdentifier: type: string description: The Identity Resource Identifier. nullable: true identityVersion: type: string description: The identity version. nullable: true isBundle: type: boolean description: Whether or not the app is a bundle. minimumSupportedOperatingSystem: $ref: '#/components/schemas/microsoft.graph.windowsMinimumOperatingSystem' committedContainedApps: type: array items: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' description: The collection of contained apps in the committed mobileAppContent of a windowsUniversalAppX app. x-ms-navigationProperty: true '@odata.type': type: string default: '#microsoft.graph.windowsUniversalAppX' description: Contains properties and inherited properties for Windows Universal AppX Line Of Business apps. Inherits from `mobileLobApp`. x-ms-discriminator-value: '#microsoft.graph.windowsUniversalAppX' microsoft.graph.windowsUniversalAppXContainedApp: allOf: - $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' - title: windowsUniversalAppXContainedApp required: - '@odata.type' type: object properties: appUserModelId: type: string description: The app user model ID of the contained app of a WindowsUniversalAppX app. nullable: true '@odata.type': type: string default: '#microsoft.graph.windowsUniversalAppXContainedApp' description: A class that represents a contained app of a WindowsUniversalAppX app. x-ms-discriminator-value: '#microsoft.graph.windowsUniversalAppXContainedApp' microsoft.graph.windowsUpdateForBusinessConfiguration: allOf: - $ref: '#/components/schemas/microsoft.graph.deviceConfiguration' - title: windowsUpdateForBusinessConfiguration required: - '@odata.type' type: object properties: allowWindows11Upgrade: type: boolean description: 'When TRUE, allows eligible Windows 10 devices to upgrade to Windows 11. When FALSE, implies the device stays on the existing operating system. Returned by default. Query parameters are not supported.' automaticUpdateMode: $ref: '#/components/schemas/microsoft.graph.automaticUpdateMode' autoRestartNotificationDismissal: $ref: '#/components/schemas/microsoft.graph.autoRestartNotificationDismissalMethod' businessReadyUpdatesOnly: $ref: '#/components/schemas/microsoft.graph.windowsUpdateType' deadlineForFeatureUpdatesInDays: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of days before feature updates are installed automatically with valid range from 0 to 30 days. Returned by default. Query parameters are not supported. format: int32 nullable: true deadlineForQualityUpdatesInDays: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of days before quality updates are installed automatically with valid range from 0 to 30 days. Returned by default. Query parameters are not supported. format: int32 nullable: true deadlineGracePeriodInDays: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of days after deadline until restarts occur automatically with valid range from 0 to 7 days. Returned by default. Query parameters are not supported. format: int32 nullable: true deliveryOptimizationMode: $ref: '#/components/schemas/microsoft.graph.windowsDeliveryOptimizationMode' driversExcluded: type: boolean description: 'When TRUE, excludes Windows update Drivers. When FALSE, does not exclude Windows update Drivers. Returned by default. Query parameters are not supported.' engagedRestartDeadlineInDays: maximum: 2147483647 minimum: -2147483648 type: integer description: 'Deadline in days before automatically scheduling and executing a pending restart outside of active hours, with valid range from 2 to 30 days. Returned by default. Query parameters are not supported.' format: int32 nullable: true engagedRestartSnoozeScheduleInDays: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of days a user can snooze Engaged Restart reminder notifications with valid range from 1 to 3 days. Returned by default. Query parameters are not supported. format: int32 nullable: true engagedRestartTransitionScheduleInDays: maximum: 2147483647 minimum: -2147483648 type: integer description: 'Number of days before transitioning from Auto Restarts scheduled outside of active hours to Engaged Restart, which requires the user to schedule, with valid range from 0 to 30 days. Returned by default. Query parameters are not supported.' format: int32 nullable: true featureUpdatesDeferralPeriodInDays: maximum: 2147483647 minimum: -2147483648 type: integer description: Defer Feature Updates by these many days with valid range from 0 to 30 days. Returned by default. Query parameters are not supported. format: int32 featureUpdatesPaused: type: boolean description: 'When TRUE, assigned devices are paused from receiving feature updates for up to 35 days from the time you pause the ring. When FALSE, does not pause Feature Updates. Returned by default. Query parameters are not supported.s' featureUpdatesPauseExpiryDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The Feature Updates Pause Expiry datetime. This value is 35 days from the time admin paused or extended the pause for the ring. Returned by default. Query parameters are not supported. format: date-time featureUpdatesPauseStartDate: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string description: The Feature Updates Pause start date. This value is the time when the admin paused or extended the pause for the ring. Returned by default. Query parameters are not supported. This property is read-only. format: date nullable: true readOnly: true featureUpdatesRollbackStartDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The Feature Updates Rollback Start datetime.This value is the time when the admin rolled back the Feature update for the ring.Returned by default.Query parameters are not supported. format: date-time featureUpdatesRollbackWindowInDays: maximum: 2147483647 minimum: -2147483648 type: integer description: The number of days after a Feature Update for which a rollback is valid with valid range from 2 to 60 days. Returned by default. Query parameters are not supported. format: int32 nullable: true featureUpdatesWillBeRolledBack: type: boolean description: 'When TRUE, rollback Feature Updates on the next device check in. When FALSE, do not rollback Feature Updates on the next device check in. Returned by default.Query parameters are not supported.' nullable: true installationSchedule: anyOf: - $ref: '#/components/schemas/microsoft.graph.windowsUpdateInstallScheduleType' - type: object nullable: true description: 'The Installation Schedule. Possible values are: ActiveHoursStart, ActiveHoursEnd, ScheduledInstallDay, ScheduledInstallTime. Returned by default. Query parameters are not supported.' microsoftUpdateServiceAllowed: type: boolean description: 'When TRUE, allows Microsoft Update Service. When FALSE, does not allow Microsoft Update Service. Returned by default. Query parameters are not supported.' postponeRebootUntilAfterDeadline: type: boolean description: When TRUE the device should wait until deadline for rebooting outside of active hours. When FALSE the device should not wait until deadline for rebooting outside of active hours. Returned by default. Query parameters are not supported. nullable: true prereleaseFeatures: $ref: '#/components/schemas/microsoft.graph.prereleaseFeatures' qualityUpdatesDeferralPeriodInDays: maximum: 2147483647 minimum: -2147483648 type: integer description: Defer Quality Updates by these many days with valid range from 0 to 30 days. Returned by default. Query parameters are not supported. format: int32 qualityUpdatesPaused: type: boolean description: 'When TRUE, assigned devices are paused from receiving quality updates for up to 35 days from the time you pause the ring. When FALSE, does not pause Quality Updates. Returned by default. Query parameters are not supported.' qualityUpdatesPauseExpiryDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The Quality Updates Pause Expiry datetime. This value is 35 days from the time admin paused or extended the pause for the ring. Returned by default. Query parameters are not supported. format: date-time qualityUpdatesPauseStartDate: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string description: The Quality Updates Pause start date. This value is the time when the admin paused or extended the pause for the ring. Returned by default. Query parameters are not supported. This property is read-only. format: date nullable: true readOnly: true qualityUpdatesRollbackStartDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The Quality Updates Rollback Start datetime. This value is the time when the admin rolled back the Quality update for the ring. Returned by default. Query parameters are not supported. format: date-time qualityUpdatesWillBeRolledBack: type: boolean description: 'When TRUE, rollback Quality Updates on the next device check in. When FALSE, do not rollback Quality Updates on the next device check in. Returned by default. Query parameters are not supported.' nullable: true scheduleImminentRestartWarningInMinutes: maximum: 2147483647 minimum: -2147483648 type: integer description: 'Specify the period for auto-restart imminent warning notifications. Supported values: 15, 30 or 60 (minutes). Returned by default. Query parameters are not supported.' format: int32 nullable: true scheduleRestartWarningInHours: maximum: 2147483647 minimum: -2147483648 type: integer description: 'Specify the period for auto-restart warning reminder notifications. Supported values: 2, 4, 8, 12 or 24 (hours). Returned by default. Query parameters are not supported.' format: int32 nullable: true skipChecksBeforeRestart: type: boolean description: 'When TRUE, skips all checks before restart: Battery level = 40%, User presence, Display Needed, Presentation mode, Full screen mode, phone call state, game mode etc. When FALSE, does not skip all checks before restart. Returned by default. Query parameters are not supported.' updateNotificationLevel: $ref: '#/components/schemas/microsoft.graph.windowsUpdateNotificationDisplayOption' updateWeeks: anyOf: - $ref: '#/components/schemas/microsoft.graph.windowsUpdateForBusinessUpdateWeeks' - type: object nullable: true description: 'Schedule the update installation on the weeks of the month. Possible values are: UserDefined, FirstWeek, SecondWeek, ThirdWeek, FourthWeek, EveryWeek. Returned by default. Query parameters are not supported. Possible values are: userDefined, firstWeek, secondWeek, thirdWeek, fourthWeek, everyWeek, unknownFutureValue.' userPauseAccess: $ref: '#/components/schemas/microsoft.graph.enablement' userWindowsUpdateScanAccess: $ref: '#/components/schemas/microsoft.graph.enablement' '@odata.type': type: string default: '#microsoft.graph.windowsUpdateForBusinessConfiguration' description: 'Windows Update for business configuration, allows you to specify how and when Windows as a Service updates your Windows 10/11 devices with feature and quality updates. Supports ODATA clauses that DeviceConfiguration entity supports: $filter by types of DeviceConfiguration, $top, $select only DeviceConfiguration base properties, $orderby only DeviceConfiguration base properties, and $skip. The query parameter ''$search'' is not supported.' x-ms-discriminator-value: '#microsoft.graph.windowsUpdateForBusinessConfiguration' microsoft.graph.windowsWebApp: allOf: - $ref: '#/components/schemas/microsoft.graph.mobileApp' - title: windowsWebApp required: - '@odata.type' type: object properties: appUrl: type: string description: 'Indicates the Windows web app URL. Example: ''https://www.contoso.com''' nullable: true '@odata.type': type: string default: '#microsoft.graph.windowsWebApp' description: Contains properties and inherited properties for Windows web apps. x-ms-discriminator-value: '#microsoft.graph.windowsWebApp' microsoft.graph.workbook: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: workbook required: - '@odata.type' type: object properties: application: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookApplication' - type: object nullable: true x-ms-navigationProperty: true comments: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookComment' description: Represents a collection of comments in a workbook. x-ms-navigationProperty: true functions: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFunctions' - type: object nullable: true x-ms-navigationProperty: true names: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookNamedItem' description: Represents a collection of workbooks scoped named items (named ranges and constants). Read-only. x-ms-navigationProperty: true operations: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookOperation' description: 'The status of workbook operations. Getting an operation collection is not supported, but you can get the status of a long-running operation if the Location header is returned in the response. Read-only.' x-ms-navigationProperty: true tables: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTable' description: Represents a collection of tables associated with the workbook. Read-only. x-ms-navigationProperty: true worksheets: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' description: Represents a collection of worksheets associated with the workbook. Read-only. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.workbook' microsoft.graph.workbookApplication: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: workbookApplication required: - '@odata.type' type: object properties: calculationMode: type: string description: 'Returns the calculation mode used in the workbook. Possible values are: Automatic, AutomaticExceptTables, Manual.' '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.workbookApplication' microsoft.graph.workbookChart: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: workbookChart required: - '@odata.type' type: object properties: height: oneOf: - type: number format: double - type: string - $ref: '#/components/schemas/ReferenceNumeric' description: 'Represents the height, in points, of the chart object.' left: oneOf: - type: number format: double - type: string - $ref: '#/components/schemas/ReferenceNumeric' description: 'The distance, in points, from the left side of the chart to the worksheet origin.' name: type: string description: Represents the name of a chart object. nullable: true top: oneOf: - type: number format: double - type: string - $ref: '#/components/schemas/ReferenceNumeric' description: 'Represents the distance, in points, from the top edge of the object to the top of row 1 (on a worksheet) or the top of the chart area (on a chart).' width: oneOf: - type: number format: double - type: string - $ref: '#/components/schemas/ReferenceNumeric' description: 'Represents the width, in points, of the chart object.' axes: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookChartAxes' - type: object nullable: true description: Represents chart axes. Read-only. x-ms-navigationProperty: true dataLabels: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookChartDataLabels' - type: object nullable: true description: Represents the data labels on the chart. Read-only. x-ms-navigationProperty: true format: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookChartAreaFormat' - type: object nullable: true description: Encapsulates the format properties for the chart area. Read-only. x-ms-navigationProperty: true legend: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookChartLegend' - type: object nullable: true description: Represents the legend for the chart. Read-only. x-ms-navigationProperty: true series: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookChartSeries' description: Represents either a single series or collection of series in the chart. Read-only. x-ms-navigationProperty: true title: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookChartTitle' - type: object nullable: true description: 'Represents the title of the specified chart, including the text, visibility, position and formatting of the title. Read-only.' x-ms-navigationProperty: true worksheet: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' - type: object nullable: true description: The worksheet containing the current chart. Read-only. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.workbookChart' microsoft.graph.workbookChartAreaFormat: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: workbookChartAreaFormat required: - '@odata.type' type: object properties: fill: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookChartFill' - type: object nullable: true description: 'Represents the fill format of an object, which includes background formatting information. Read-only.' x-ms-navigationProperty: true font: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookChartFont' - type: object nullable: true description: 'Represents the font attributes (font name, font size, color, etc.) for the current object. Read-only.' x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.workbookChartAreaFormat' microsoft.graph.workbookChartAxes: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: workbookChartAxes required: - '@odata.type' type: object properties: categoryAxis: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookChartAxis' - type: object nullable: true description: Represents the category axis in a chart. Read-only. x-ms-navigationProperty: true seriesAxis: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookChartAxis' - type: object nullable: true description: Represents the series axis of a 3-dimensional chart. Read-only. x-ms-navigationProperty: true valueAxis: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookChartAxis' - type: object nullable: true description: Represents the value axis in an axis. Read-only. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.workbookChartAxes' microsoft.graph.workbookChartAxis: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: workbookChartAxis required: - '@odata.type' type: object properties: majorUnit: description: Represents the interval between two major tick marks. Can be set to a numeric value or an empty string. The returned value is always a number. maximum: description: Represents the maximum value on the value axis. Can be set to a numeric value or an empty string (for automatic axis values). The returned value is always a number. minimum: description: Represents the minimum value on the value axis. Can be set to a numeric value or an empty string (for automatic axis values). The returned value is always a number. minorUnit: description: Represents the interval between two minor tick marks. 'Can be set to a numeric value or an empty string (for automatic axis values). The returned value is always a number. format: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookChartAxisFormat' - type: object nullable: true description: 'Represents the formatting of a chart object, which includes line and font formatting. Read-only.' x-ms-navigationProperty: true majorGridlines: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookChartGridlines' - type: object nullable: true description: Returns a gridlines object that represents the major gridlines for the specified axis. Read-only. x-ms-navigationProperty: true minorGridlines: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookChartGridlines' - type: object nullable: true description: Returns a Gridlines object that represents the minor gridlines for the specified axis. Read-only. x-ms-navigationProperty: true title: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitle' - type: object nullable: true description: Represents the axis title. Read-only. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.workbookChartAxis' microsoft.graph.workbookChartAxisFormat: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: workbookChartAxisFormat required: - '@odata.type' type: object properties: font: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookChartFont' - type: object nullable: true description: 'Represents the font attributes (font name, font size, color, etc.) for a chart axis element. Read-only.' x-ms-navigationProperty: true line: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' - type: object nullable: true description: Represents chart line formatting. Read-only. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.workbookChartAxisFormat' microsoft.graph.workbookChartAxisTitle: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: workbookChartAxisTitle required: - '@odata.type' type: object properties: text: type: string description: Represents the axis title. nullable: true visible: type: boolean description: A boolean that specifies the visibility of an axis title. format: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookChartAxisTitleFormat' - type: object nullable: true description: Represents the formatting of chart axis title. Read-only. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.workbookChartAxisTitle' microsoft.graph.workbookChartAxisTitleFormat: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: workbookChartAxisTitleFormat required: - '@odata.type' type: object properties: font: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookChartFont' - type: object nullable: true description: 'Represents the font attributes, such as font name, font size, color, etc. of chart axis title object. Read-only.' x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.workbookChartAxisTitleFormat' microsoft.graph.workbookChartDataLabelFormat: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: workbookChartDataLabelFormat required: - '@odata.type' type: object properties: fill: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookChartFill' - type: object nullable: true description: Represents the fill format of the current chart data label. Read-only. x-ms-navigationProperty: true font: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookChartFont' - type: object nullable: true description: 'Represents the font attributes (font name, font size, color, etc.) for a chart data label. Read-only.' x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.workbookChartDataLabelFormat' microsoft.graph.workbookChartDataLabels: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: workbookChartDataLabels required: - '@odata.type' type: object properties: position: type: string description: 'DataLabelPosition value that represents the position of the data label. The possible values are: None, Center, InsideEnd, InsideBase, OutsideEnd, Left, Right, Top, Bottom, BestFit, Callout.' nullable: true separator: type: string description: String representing the separator used for the data labels on a chart. nullable: true showBubbleSize: type: boolean description: Boolean value representing if the data label bubble size is visible or not. nullable: true showCategoryName: type: boolean description: Boolean value representing if the data label category name is visible or not. nullable: true showLegendKey: type: boolean description: Boolean value representing if the data label legend key is visible or not. nullable: true showPercentage: type: boolean description: Boolean value representing if the data label percentage is visible or not. nullable: true showSeriesName: type: boolean description: Boolean value representing if the data label series name is visible or not. nullable: true showValue: type: boolean description: Boolean value representing if the data label value is visible or not. nullable: true format: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookChartDataLabelFormat' - type: object nullable: true description: 'Represents the format of chart data labels, which includes fill and font formatting. Read-only.' x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.workbookChartDataLabels' microsoft.graph.workbookChartFill: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: workbookChartFill required: - '@odata.type' type: object properties: '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.workbookChartFill' microsoft.graph.workbookChartFont: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: workbookChartFont required: - '@odata.type' type: object properties: bold: type: boolean description: Represents the bold status of font. nullable: true color: type: string description: 'HTML color code representation of the text color. for example #FF0000 represents Red.' nullable: true italic: type: boolean description: Represents the italic status of the font. nullable: true name: type: string description: Font name (for example 'Calibri') nullable: true size: oneOf: - type: number format: double - type: string - $ref: '#/components/schemas/ReferenceNumeric' description: Size of the font (for example 11) nullable: true underline: type: string description: 'Type of underline applied to the font. The possible values are: None, Single.' nullable: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.workbookChartFont' microsoft.graph.workbookChartGridlines: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: workbookChartGridlines required: - '@odata.type' type: object properties: visible: type: boolean description: Boolean value representing if the axis gridlines are visible or not. format: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' - type: object nullable: true description: Represents the formatting of chart gridlines. Read-only. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.workbookChartGridlines' microsoft.graph.workbookChartGridlinesFormat: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: workbookChartGridlinesFormat required: - '@odata.type' type: object properties: line: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' - type: object nullable: true description: Represents chart line formatting. Read-only. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.workbookChartGridlinesFormat' microsoft.graph.workbookChartLegend: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: workbookChartLegend required: - '@odata.type' type: object properties: overlay: type: boolean description: Boolean value for whether the chart legend should overlap with the main body of the chart. nullable: true position: type: string description: 'Represents the position of the legend on the chart. The possible values are: Top, Bottom, Left, Right, Corner, Custom.' nullable: true visible: type: boolean description: A boolean value the represents the visibility of a ChartLegend object. format: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookChartLegendFormat' - type: object nullable: true description: 'Represents the formatting of a chart legend, which includes fill and font formatting. Read-only.' x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.workbookChartLegend' microsoft.graph.workbookChartLegendFormat: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: workbookChartLegendFormat required: - '@odata.type' type: object properties: fill: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookChartFill' - type: object nullable: true description: 'Represents the fill format of an object, which includes background formating information. Read-only.' x-ms-navigationProperty: true font: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookChartFont' - type: object nullable: true description: 'Represents the font attributes such as font name, font size, color, etc. of a chart legend. Read-only.' x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.workbookChartLegendFormat' microsoft.graph.workbookChartLineFormat: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: workbookChartLineFormat required: - '@odata.type' type: object properties: color: type: string description: HTML color code representing the color of lines in the chart. nullable: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.workbookChartLineFormat' microsoft.graph.workbookChartPoint: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: workbookChartPoint required: - '@odata.type' type: object properties: value: description: Returns the value of a chart point. Read-only. format: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookChartPointFormat' - type: object nullable: true description: Encapsulates the format properties chart point. Read-only. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.workbookChartPoint' microsoft.graph.workbookChartPointFormat: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: workbookChartPointFormat required: - '@odata.type' type: object properties: fill: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookChartFill' - type: object nullable: true description: 'Represents the fill format of a chart, which includes background formatting information. Read-only.' x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.workbookChartPointFormat' microsoft.graph.workbookChartSeries: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: workbookChartSeries required: - '@odata.type' type: object properties: name: type: string description: Represents the name of a series in a chart. nullable: true format: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookChartSeriesFormat' - type: object nullable: true description: 'Represents the formatting of a chart series, which includes fill and line formatting. Read-only.' x-ms-navigationProperty: true points: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookChartPoint' description: Represents a collection of all points in the series. Read-only. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.workbookChartSeries' microsoft.graph.workbookChartSeriesFormat: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: workbookChartSeriesFormat required: - '@odata.type' type: object properties: fill: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookChartFill' - type: object nullable: true description: 'Represents the fill format of a chart series, which includes background formatting information. Read-only.' x-ms-navigationProperty: true line: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookChartLineFormat' - type: object nullable: true description: Represents line formatting. Read-only. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.workbookChartSeriesFormat' microsoft.graph.workbookChartTitle: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: workbookChartTitle required: - '@odata.type' type: object properties: overlay: type: boolean description: Boolean value representing if the chart title will overlay the chart or not. nullable: true text: type: string description: Represents the title text of a chart. nullable: true visible: type: boolean description: A boolean value that represents the visibility of a chart title object. format: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookChartTitleFormat' - type: object nullable: true description: 'Represents the formatting of a chart title, which includes fill and font formatting. Read-only.' x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.workbookChartTitle' microsoft.graph.workbookChartTitleFormat: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: workbookChartTitleFormat required: - '@odata.type' type: object properties: fill: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookChartFill' - type: object nullable: true description: 'Represents the fill format of an object, which includes background formatting information. Read-only.' x-ms-navigationProperty: true font: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookChartFont' - type: object nullable: true description: 'Represents the font attributes (font name, font size, color, etc.) for the current object. Read-only.' x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.workbookChartTitleFormat' microsoft.graph.workbookComment: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: workbookComment required: - '@odata.type' type: object properties: content: type: string description: The content of comment. nullable: true contentType: type: string description: Indicates the type for the comment. replies: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookCommentReply' x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.workbookComment' microsoft.graph.workbookCommentReply: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: workbookCommentReply required: - '@odata.type' type: object properties: content: type: string description: The content of a comment reply. nullable: true contentType: type: string description: Indicates the type for the comment reply. '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.workbookCommentReply' microsoft.graph.workbookFilter: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: workbookFilter required: - '@odata.type' type: object properties: criteria: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFilterCriteria' - type: object nullable: true description: The currently applied filter on the given column. Read-only. '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.workbookFilter' microsoft.graph.workbookFormatProtection: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: workbookFormatProtection required: - '@odata.type' type: object properties: formulaHidden: type: boolean description: Indicates if Excel hides the formula for the cells in the range. A null value indicates that the entire range doesn't have uniform formula hidden setting. nullable: true locked: type: boolean description: Indicates if Excel locks the cells in the object. A null value indicates that the entire range doesn't have uniform lock setting. nullable: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.workbookFormatProtection' microsoft.graph.workbookFunctionResult: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: workbookFunctionResult required: - '@odata.type' type: object properties: error: type: string nullable: true value: { } '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.workbookFunctionResult' microsoft.graph.workbookFunctions: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: workbookFunctions required: - '@odata.type' type: object properties: '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.workbookFunctions' microsoft.graph.workbookNamedItem: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: workbookNamedItem required: - '@odata.type' type: object properties: comment: type: string description: Represents the comment associated with this name. nullable: true name: type: string description: The name of the object. Read-only. nullable: true scope: type: string description: Indicates whether the name is scoped to the workbook or to a specific worksheet. Read-only. type: type: string description: 'Indicates what type of reference is associated with the name. The possible values are: String, Integer, Double, Boolean, Range. Read-only.' nullable: true value: description: 'Represents the formula that the name is defined to refer to. for example, =Sheet14!$B$2:$H$12, =4.75, etc. Read-only.' visible: type: boolean description: Specifies whether the object is visible or not. worksheet: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' - type: object nullable: true description: Returns the worksheet on which the named item is scoped to. Available only if the item is scoped to the worksheet. Read-only. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.workbookNamedItem' microsoft.graph.workbookOperation: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: workbookOperation required: - '@odata.type' type: object properties: error: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookOperationError' - type: object nullable: true description: The error returned by the operation. resourceLocation: type: string description: The resource URI for the result. nullable: true status: $ref: '#/components/schemas/microsoft.graph.workbookOperationStatus' '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.workbookOperation' microsoft.graph.workbookPivotTable: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: workbookPivotTable required: - '@odata.type' type: object properties: name: type: string description: Name of the PivotTable. nullable: true worksheet: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' - type: object nullable: true description: The worksheet containing the current PivotTable. Read-only. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.workbookPivotTable' microsoft.graph.workbookRange: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: workbookRange required: - '@odata.type' type: object properties: address: type: string description: 'Represents the range reference in A1-style. Address value contains the Sheet reference (for example, Sheet1!A1:B4). Read-only.' nullable: true addressLocal: type: string description: Represents range reference for the specified range in the language of the user. Read-only. nullable: true cellCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of cells in the range. Read-only. format: int32 columnCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Represents the total number of columns in the range. Read-only. format: int32 columnHidden: type: boolean description: Indicates whether all columns of the current range are hidden. nullable: true columnIndex: maximum: 2147483647 minimum: -2147483648 type: integer description: Represents the column number of the first cell in the range. Zero-indexed. Read-only. format: int32 formulas: description: Represents the formula in A1-style notation. formulasLocal: description: 'Represents the formula in A1-style notation, in the user''s language and number-formatting locale. For example, the English ''=SUM(A1, 1.5)'' formula would become ''=SUMME(A1; 1,5)'' in German.' formulasR1C1: description: Represents the formula in R1C1-style notation. hidden: type: boolean description: Represents if all cells of the current range are hidden. Read-only. nullable: true numberFormat: description: Represents Excel's number format code for the given cell. rowCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Returns the total number of rows in the range. Read-only. format: int32 rowHidden: type: boolean description: Indicates whether all rows of the current range are hidden. nullable: true rowIndex: maximum: 2147483647 minimum: -2147483648 type: integer description: Returns the row number of the first cell in the range. Zero-indexed. Read-only. format: int32 text: description: 'Text values of the specified range. The Text value doesn''t depend on the cell width. The # sign substitution that happens in Excel UI doesn''t affect the text value returned by the API. Read-only.' values: description: 'Represents the raw values of the specified range. The data returned can be of type string, number, or a Boolean. Cell that contains an error returns the error string.' valueTypes: description: 'Represents the type of data of each cell. The possible values are: Unknown, Empty, String, Integer, Double, Boolean, Error. Read-only.' format: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookRangeFormat' - type: object nullable: true description: 'Returns a format object, encapsulating the range''s font, fill, borders, alignment, and other properties. Read-only.' x-ms-navigationProperty: true sort: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookRangeSort' - type: object nullable: true description: The worksheet containing the current range. Read-only. x-ms-navigationProperty: true worksheet: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' - type: object nullable: true description: The worksheet containing the current range. Read-only. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.workbookRange' microsoft.graph.workbookRangeBorder: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: workbookRangeBorder required: - '@odata.type' type: object properties: color: type: string description: 'HTML color code representing the color of the border line, of the form #RRGGBB (for example ''FFA500'') or as a named HTML color (for example ''orange'').' nullable: true sideIndex: type: string description: 'Constant value that indicates the specific side of the border. The possible values are: EdgeTop, EdgeBottom, EdgeLeft, EdgeRight, InsideVertical, InsideHorizontal, DiagonalDown, DiagonalUp. Read-only.' nullable: true style: type: string description: 'One of the constants of line style specifying the line style for the border. The possible values are: None, Continuous, Dash, DashDot, DashDotDot, Dot, Double, SlantDashDot.' nullable: true weight: type: string description: 'Specifies the weight of the border around a range. The possible values are: Hairline, Thin, Medium, Thick.' nullable: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.workbookRangeBorder' microsoft.graph.workbookRangeFill: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: workbookRangeFill required: - '@odata.type' type: object properties: color: type: string description: 'HTML color code representing the color of the border line, of the form #RRGGBB (for example ''FFA500'') or as a named HTML color (for example ''orange'')' nullable: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.workbookRangeFill' microsoft.graph.workbookRangeFont: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: workbookRangeFont required: - '@odata.type' type: object properties: bold: type: boolean description: Represents the bold status of font. nullable: true color: type: string description: 'HTML color code representation of the text color. for example #FF0000 represents Red.' nullable: true italic: type: boolean description: Represents the italic status of the font. nullable: true name: type: string description: Font name (for example 'Calibri') nullable: true size: oneOf: - type: number format: double - type: string - $ref: '#/components/schemas/ReferenceNumeric' description: Font size. nullable: true underline: type: string description: 'Type of underline applied to the font. The possible values are: None, Single, Double, SingleAccountant, DoubleAccountant.' nullable: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.workbookRangeFont' microsoft.graph.workbookRangeFormat: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: workbookRangeFormat required: - '@odata.type' type: object properties: columnWidth: oneOf: - type: number format: double - type: string - $ref: '#/components/schemas/ReferenceNumeric' description: 'Gets or sets the width of all columns within the range. If the column widths aren''t uniform, null will be returned.' nullable: true horizontalAlignment: type: string description: 'Represents the horizontal alignment for the specified object. The possible values are: General, Left, Center, Right, Fill, Justify, CenterAcrossSelection, Distributed.' nullable: true rowHeight: oneOf: - type: number format: double - type: string - $ref: '#/components/schemas/ReferenceNumeric' description: Gets or sets the height of all rows in the range. If the row heights aren't uniform null will be returned. nullable: true verticalAlignment: type: string description: 'Represents the vertical alignment for the specified object. The possible values are: Top, Center, Bottom, Justify, Distributed.' nullable: true wrapText: type: boolean description: Indicates if Excel wraps the text in the object. A null value indicates that the entire range doesn't have uniform wrap setting nullable: true borders: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookRangeBorder' description: Collection of border objects that apply to the overall range selected Read-only. x-ms-navigationProperty: true fill: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookRangeFill' - type: object nullable: true description: Returns the fill object defined on the overall range. Read-only. x-ms-navigationProperty: true font: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookRangeFont' - type: object nullable: true description: Returns the font object defined on the overall range selected Read-only. x-ms-navigationProperty: true protection: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFormatProtection' - type: object nullable: true description: Returns the format protection object for a range. Read-only. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.workbookRangeFormat' microsoft.graph.workbookRangeSort: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: workbookRangeSort required: - '@odata.type' type: object properties: '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.workbookRangeSort' microsoft.graph.workbookRangeView: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: workbookRangeView required: - '@odata.type' type: object properties: cellAddresses: description: Represents the cell addresses columnCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Returns the number of visible columns. Read-only. format: int32 formulas: description: Represents the formula in A1-style notation. formulasLocal: description: 'Represents the formula in A1-style notation, in the user''s language and number-formatting locale. For example, the English ''=SUM(A1, 1.5)'' formula would become ''=SUMME(A1; 1,5)'' in German.' formulasR1C1: description: Represents the formula in R1C1-style notation. index: maximum: 2147483647 minimum: -2147483648 type: integer description: Index of the range. format: int32 numberFormat: description: Represents Excel's number format code for the given cell. Read-only. rowCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Returns the number of visible rows. Read-only. format: int32 text: description: 'Text values of the specified range. The Text value won''t depend on the cell width. The # sign substitution that happens in Excel UI won''t affect the text value returned by the API. Read-only.' values: description: 'Represents the raw values of the specified range view. The data returned could be of type string, number, or a boolean. Cell that contains an error returns the error string.' valueTypes: description: 'Represents the type of data of each cell. Read-only. The possible values are: Unknown, Empty, String, Integer, Double, Boolean, Error.' rows: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookRangeView' description: Represents a collection of range views associated with the range. Read-only. Read-only. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.workbookRangeView' microsoft.graph.workbookTable: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: workbookTable required: - '@odata.type' type: object properties: highlightFirstColumn: type: boolean description: Indicates whether the first column contains special formatting. highlightLastColumn: type: boolean description: Indicates whether the last column contains special formatting. legacyId: type: string description: Legacy ID used in older Excel clients. The value of the identifier remains the same even when the table is renamed. This property should be interpreted as an opaque string value and shouldn't be parsed to any other type. Read-only. nullable: true name: type: string description: Name of the table. nullable: true showBandedColumns: type: boolean description: Indicates whether the columns show banded formatting in which odd columns are highlighted differently from even ones to make reading the table easier. showBandedRows: type: boolean description: Indicates whether the rows show banded formatting in which odd rows are highlighted differently from even ones to make reading the table easier. showFilterButton: type: boolean description: Indicates whether the filter buttons are visible at the top of each column header. Setting this is only allowed if the table contains a header row. showHeaders: type: boolean description: Indicates whether the header row is visible or not. This value can be set to show or remove the header row. showTotals: type: boolean description: Indicates whether the total row is visible or not. This value can be set to show or remove the total row. style: type: string description: 'Constant value that represents the Table style. The possible values are: TableStyleLight1 through TableStyleLight21, TableStyleMedium1 through TableStyleMedium28, TableStyleStyleDark1 through TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.' nullable: true columns: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTableColumn' description: Represents a collection of all the columns in the table. Read-only. x-ms-navigationProperty: true rows: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTableRow' description: Represents a collection of all the rows in the table. Read-only. x-ms-navigationProperty: true sort: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookTableSort' - type: object nullable: true description: Represents the sorting for the table. Read-only. x-ms-navigationProperty: true worksheet: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookWorksheet' - type: object nullable: true description: The worksheet containing the current table. Read-only. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.workbookTable' microsoft.graph.workbookTableColumn: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: workbookTableColumn required: - '@odata.type' type: object properties: index: maximum: 2147483647 minimum: -2147483648 type: integer description: Returns the index number of the column within the columns collection of the table. Zero-indexed. Read-only. format: int32 name: type: string description: Returns the name of the table column. nullable: true values: description: 'Represents the raw values of the specified range. The data returned could be of type string, number, or a boolean. Cell that contain an error will return the error string.' filter: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookFilter' - type: object nullable: true description: Retrieve the filter applied to the column. Read-only. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.workbookTableColumn' microsoft.graph.workbookTableRow: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: workbookTableRow required: - '@odata.type' type: object properties: index: maximum: 2147483647 minimum: -2147483648 type: integer description: Returns the index number of the row within the rows collection of the table. Zero-indexed. Read-only. format: int32 values: description: 'Represents the raw values of the specified range. The data returned could be of type string, number, or a boolean. Cell that contain an error will return the error string.' '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.workbookTableRow' microsoft.graph.workbookTableSort: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: workbookTableSort required: - '@odata.type' type: object properties: fields: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookSortField' description: Represents the current conditions used to last sort the table. Read-only. matchCase: type: boolean description: Represents whether the casing impacted the last sort of the table. Read-only. method: type: string description: 'Represents Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only.' '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.workbookTableSort' microsoft.graph.workbookWorksheet: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: workbookWorksheet required: - '@odata.type' type: object properties: name: type: string description: The display name of the worksheet. nullable: true position: maximum: 2147483647 minimum: -2147483648 type: integer description: The zero-based position of the worksheet within the workbook. format: int32 visibility: type: string description: 'The Visibility of the worksheet. The possible values are: Visible, Hidden, VeryHidden.' charts: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookChart' description: Returns collection of charts that are part of the worksheet. Read-only. x-ms-navigationProperty: true names: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookNamedItem' description: Returns collection of names that are associated with the worksheet. Read-only. x-ms-navigationProperty: true pivotTables: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookPivotTable' description: Collection of PivotTables that are part of the worksheet. x-ms-navigationProperty: true protection: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookWorksheetProtection' - type: object nullable: true description: Returns sheet protection object for a worksheet. Read-only. x-ms-navigationProperty: true tables: type: array items: $ref: '#/components/schemas/microsoft.graph.workbookTable' description: Collection of tables that are part of the worksheet. Read-only. x-ms-navigationProperty: true '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.workbookWorksheet' microsoft.graph.workbookWorksheetProtection: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: workbookWorksheetProtection required: - '@odata.type' type: object properties: options: anyOf: - $ref: '#/components/schemas/microsoft.graph.workbookWorksheetProtectionOptions' - type: object nullable: true description: Sheet protection options. Read-only. protected: type: boolean description: Indicates if the worksheet is protected. Read-only. '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.workbookWorksheetProtection' microsoft.graph.workforceIntegration: allOf: - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' - title: workforceIntegration required: - '@odata.type' type: object properties: apiVersion: maximum: 2147483647 minimum: -2147483648 type: integer description: API version for the call back URL. Start with 1. format: int32 nullable: true displayName: type: string description: Name of the workforce integration. nullable: true encryption: anyOf: - $ref: '#/components/schemas/microsoft.graph.workforceIntegrationEncryption' - type: object nullable: true description: The workforce integration encryption resource. isActive: type: boolean description: Indicates whether this workforce integration is currently active and available. nullable: true supportedEntities: anyOf: - $ref: '#/components/schemas/microsoft.graph.workforceIntegrationSupportedEntities' - type: object nullable: true description: 'The Shifts entities supported for synchronous change notifications. Shifts will make a call back to the url provided on client changes on those entities added here. By default, no entities are supported for change notifications. Possible values are: none, shift, swapRequest, userShiftPreferences, openshift, openShiftRequest, offerShiftRequest, unknownFutureValue.' url: type: string description: Workforce Integration URL for callbacks from the Shifts service. nullable: true '@odata.type': type: string default: '#microsoft.graph.workforceIntegration' x-ms-discriminator-value: '#microsoft.graph.workforceIntegration' microsoft.graph.x509CertificateAuthenticationMethodConfiguration: allOf: - $ref: '#/components/schemas/microsoft.graph.authenticationMethodConfiguration' - title: x509CertificateAuthenticationMethodConfiguration required: - '@odata.type' type: object properties: authenticationModeConfiguration: anyOf: - $ref: '#/components/schemas/microsoft.graph.x509CertificateAuthenticationModeConfiguration' - type: object nullable: true description: Defines strong authentication configurations. This configuration includes the default authentication mode and the different rules for strong authentication bindings. certificateUserBindings: type: array items: $ref: '#/components/schemas/microsoft.graph.x509CertificateUserBinding' description: Defines fields in the X.509 certificate that map to attributes of the Microsoft Entra user object in order to bind the certificate to the user. The priority of the object determines the order in which the binding is carried out. The first binding that matches will be used and the rest ignored. includeTargets: type: array items: $ref: '#/components/schemas/microsoft.graph.authenticationMethodTarget' description: A collection of groups that are enabled to use the authentication method. x-ms-navigationProperty: true '@odata.type': type: string default: '#microsoft.graph.x509CertificateAuthenticationMethodConfiguration' x-ms-discriminator-value: '#microsoft.graph.x509CertificateAuthenticationMethodConfiguration' microsoft.graph.x509CertificateCombinationConfiguration: allOf: - $ref: '#/components/schemas/microsoft.graph.authenticationCombinationConfiguration' - title: x509CertificateCombinationConfiguration required: - '@odata.type' type: object properties: allowedIssuerSkis: type: array items: type: string description: A list of allowed subject key identifier values. allowedPolicyOIDs: type: array items: type: string description: A list of allowed policy OIDs. '@odata.type': type: string default: '#microsoft.graph.x509CertificateCombinationConfiguration' x-ms-discriminator-value: '#microsoft.graph.x509CertificateCombinationConfiguration' microsoft.graph.aadUserConversationMemberResult: allOf: - $ref: '#/components/schemas/microsoft.graph.actionResultPart' - title: aadUserConversationMemberResult required: - '@odata.type' type: object properties: userId: type: string nullable: true '@odata.type': type: string default: '#microsoft.graph.aadUserConversationMemberResult' x-ms-discriminator-value: '#microsoft.graph.aadUserConversationMemberResult' microsoft.graph.aadUserNotificationRecipient: allOf: - $ref: '#/components/schemas/microsoft.graph.teamworkNotificationRecipient' - title: aadUserNotificationRecipient required: - '@odata.type' type: object properties: userId: type: string description: Microsoft Entra user identifier. Use the List users method to get this ID. '@odata.type': type: string default: '#microsoft.graph.aadUserNotificationRecipient' x-ms-discriminator-value: '#microsoft.graph.aadUserNotificationRecipient' microsoft.graph.acceptJoinResponse: allOf: - $ref: '#/components/schemas/microsoft.graph.participantJoiningResponse' - title: acceptJoinResponse required: - '@odata.type' type: object properties: '@odata.type': type: string default: '#microsoft.graph.acceptJoinResponse' x-ms-discriminator-value: '#microsoft.graph.acceptJoinResponse' microsoft.graph.accessAction: title: accessAction required: - '@odata.type' type: object properties: '@odata.type': type: string microsoft.graph.accessPackageAnswer: title: accessPackageAnswer required: - '@odata.type' type: object properties: displayValue: type: string description: The localized display value shown to the requestor and approvers. nullable: true answeredQuestion: anyOf: - $ref: '#/components/schemas/microsoft.graph.accessPackageQuestion' - type: object nullable: true x-ms-navigationProperty: true '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.accessPackageAnswerString': '#/components/schemas/microsoft.graph.accessPackageAnswerString' microsoft.graph.accessPackageAnswerChoice: title: accessPackageAnswerChoice required: - '@odata.type' type: object properties: actualValue: type: string description: The actual value of the selected choice. This is typically a string value which is understandable by applications. Required. nullable: true localizations: type: array items: $ref: '#/components/schemas/microsoft.graph.accessPackageLocalizedText' description: The text of the answer choice represented in a format for a specific locale. text: type: string description: 'The string to display for this answer; if an Accept-Language header is provided, and there is a matching localization in localizations, this string will be the matching localized string; otherwise, this string remains as the default non-localized string. Required.' nullable: true '@odata.type': type: string microsoft.graph.accessPackageAnswerString: allOf: - $ref: '#/components/schemas/microsoft.graph.accessPackageAnswer' - title: accessPackageAnswerString required: - '@odata.type' type: object properties: value: type: string description: 'The value stored on the requestor''s user profile, if this answer is configured to be stored as a specific attribute.' nullable: true '@odata.type': type: string default: '#microsoft.graph.accessPackageAnswerString' x-ms-discriminator-value: '#microsoft.graph.accessPackageAnswerString' microsoft.graph.accessPackageApprovalStage: title: accessPackageApprovalStage required: - '@odata.type' type: object properties: durationBeforeAutomaticDenial: pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' type: string description: The number of days that a request can be pending a response before it is automatically denied. format: duration nullable: true durationBeforeEscalation: pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' type: string description: 'If escalation is required, the time a request can be pending a response from a primary approver.' format: duration nullable: true escalationApprovers: type: array items: $ref: '#/components/schemas/microsoft.graph.subjectSet' description: 'If escalation is enabled and the primary approvers do not respond before the escalation time, the escalationApprovers are the users who will be asked to approve requests.' fallbackEscalationApprovers: type: array items: $ref: '#/components/schemas/microsoft.graph.subjectSet' description: 'The subjects, typically users, who are the fallback escalation approvers.' fallbackPrimaryApprovers: type: array items: $ref: '#/components/schemas/microsoft.graph.subjectSet' description: 'The subjects, typically users, who are the fallback primary approvers.' isApproverJustificationRequired: type: boolean description: Indicates whether the approver is required to provide a justification for approving a request. nullable: true isEscalationEnabled: type: boolean description: 'If true, then one or more escalationApprovers are configured in this approval stage.' nullable: true primaryApprovers: type: array items: $ref: '#/components/schemas/microsoft.graph.subjectSet' description: 'The subjects, typically users, who will be asked to approve requests. A collection of singleUser, groupMembers, requestorManager, internalSponsors, externalSponsors, or targetUserSponsors.' '@odata.type': type: string microsoft.graph.accessPackageAssignmentApprovalSettings: title: accessPackageAssignmentApprovalSettings required: - '@odata.type' type: object properties: isApprovalRequiredForAdd: type: boolean description: 'If false, then approval isn''t required for new requests in this policy.' nullable: true isApprovalRequiredForUpdate: type: boolean description: 'If false, then approval isn''t required for updates to requests in this policy.' nullable: true stages: type: array items: $ref: '#/components/schemas/microsoft.graph.accessPackageApprovalStage' description: 'If approval is required, the one, two or three elements of this collection define each of the stages of approval. An empty array is present if no approval is required.' '@odata.type': type: string microsoft.graph.accessPackageAssignmentRequestCallbackData: allOf: - $ref: '#/components/schemas/microsoft.graph.customExtensionData' - title: accessPackageAssignmentRequestCallbackData required: - '@odata.type' type: object properties: customExtensionStageInstanceDetail: type: string description: Details for the callback. nullable: true customExtensionStageInstanceId: type: string description: Unique identifier of the callout to the custom extension. nullable: true stage: anyOf: - $ref: '#/components/schemas/microsoft.graph.accessPackageCustomExtensionStage' - type: object nullable: true description: 'Indicates the stage at which the custom callout extension is executed. The possible values are: assignmentRequestCreated, assignmentRequestApproved, assignmentRequestGranted, assignmentRequestRemoved, assignmentFourteenDaysBeforeExpiration, assignmentOneDayBeforeExpiration, unknownFutureValue.' state: type: string description: Allow the extension to be able to deny or cancel the request submitted by the requestor. The supported values are Denied and Canceled. This property can only be set for an assignmentRequestCreated stage. nullable: true '@odata.type': type: string default: '#microsoft.graph.accessPackageAssignmentRequestCallbackData' x-ms-discriminator-value: '#microsoft.graph.accessPackageAssignmentRequestCallbackData' microsoft.graph.accessPackageAssignmentRequestorSettings: title: accessPackageAssignmentRequestorSettings required: - '@odata.type' type: object properties: allowCustomAssignmentSchedule: type: boolean description: False indicates that the requestor isn't permitted to include a schedule in their request. nullable: true enableOnBehalfRequestorsToAddAccess: type: boolean description: True allows on-behalf-of requestors to create a request to add access for another principal. nullable: true enableOnBehalfRequestorsToRemoveAccess: type: boolean description: True allows on-behalf-of requestors to create a request to remove access for another principal. nullable: true enableOnBehalfRequestorsToUpdateAccess: type: boolean description: True allows on-behalf-of requestors to create a request to update access for another principal. nullable: true enableTargetsToSelfAddAccess: type: boolean description: True allows requestors to create a request to add access for themselves. nullable: true enableTargetsToSelfRemoveAccess: type: boolean description: True allows requestors to create a request to remove their access. nullable: true enableTargetsToSelfUpdateAccess: type: boolean description: True allows requestors to create a request to update their access. nullable: true onBehalfRequestors: type: array items: $ref: '#/components/schemas/microsoft.graph.subjectSet' description: The principals who can request on-behalf-of others. '@odata.type': type: string microsoft.graph.accessPackageAssignmentRequestRequirements: title: accessPackageAssignmentRequestRequirements required: - '@odata.type' type: object properties: allowCustomAssignmentSchedule: type: boolean description: Indicates whether the requestor is allowed to set a custom schedule. nullable: true isApprovalRequiredForAdd: type: boolean description: Indicates whether a request to add must be approved by an approver. nullable: true isApprovalRequiredForUpdate: type: boolean description: Indicates whether a request to update must be approved by an approver. nullable: true policyDescription: type: string description: The description of the policy that the user is trying to request access using. nullable: true policyDisplayName: type: string description: The display name of the policy that the user is trying to request access using. nullable: true policyId: type: string description: The identifier of the policy that these requirements are associated with. This identifier can be used when creating a new assignment request. nullable: true schedule: anyOf: - $ref: '#/components/schemas/microsoft.graph.entitlementManagementSchedule' - type: object nullable: true description: 'Schedule restrictions enforced, if any.' questions: type: array items: $ref: '#/components/schemas/microsoft.graph.accessPackageQuestion' x-ms-navigationProperty: true '@odata.type': type: string microsoft.graph.accessPackageAssignmentReviewSettings: title: accessPackageAssignmentReviewSettings required: - '@odata.type' type: object properties: expirationBehavior: anyOf: - $ref: '#/components/schemas/microsoft.graph.accessReviewExpirationBehavior' - type: object nullable: true description: 'The default decision to apply if the access is not reviewed. The possible values are: keepAccess, removeAccess, acceptAccessRecommendation, unknownFutureValue.' fallbackReviewers: type: array items: $ref: '#/components/schemas/microsoft.graph.subjectSet' description: This collection specifies the users who will be the fallback reviewers when the primary reviewers don't respond. isEnabled: type: boolean description: 'If true, access reviews are required for assignments through this policy.' nullable: true isRecommendationEnabled: type: boolean description: Specifies whether to display recommendations to the reviewer. The default value is true. nullable: true isReviewerJustificationRequired: type: boolean description: Specifies whether the reviewer must provide justification for the approval. The default value is true. nullable: true isSelfReview: type: boolean description: Specifies whether the principals can review their own assignments. nullable: true primaryReviewers: type: array items: $ref: '#/components/schemas/microsoft.graph.subjectSet' description: This collection specifies the users or group of users who will review the access package assignments. schedule: anyOf: - $ref: '#/components/schemas/microsoft.graph.entitlementManagementSchedule' - type: object nullable: true description: When the first review should start and how often it should recur. '@odata.type': type: string microsoft.graph.accessPackageAutomaticRequestSettings: title: accessPackageAutomaticRequestSettings required: - '@odata.type' type: object properties: gracePeriodBeforeAccessRemoval: pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' type: string description: The duration for which access must be retained before the target's access is revoked once they leave the allowed target scope. format: duration nullable: true removeAccessWhenTargetLeavesAllowedTargets: type: boolean description: Indicates whether automatic assignment must be removed for targets who move out of the allowed target scope. nullable: true requestAccessForAllowedTargets: type: boolean description: 'If set to true, automatic assignments will be created for targets in the allowed target scope.' nullable: true '@odata.type': type: string microsoft.graph.accessPackageLocalizedText: title: accessPackageLocalizedText required: - '@odata.type' type: object properties: languageCode: type: string description: 'The language code that text is in. For example, ''en-us''. The language component follows 2-letter codes as defined in ISO 639-1, and the country component follows 2-letter codes as defined in ISO 3166-1 alpha-2. Required.' text: type: string description: The question in the specific language. Required. nullable: true '@odata.type': type: string microsoft.graph.accessPackageResourceAttribute: title: accessPackageResourceAttribute required: - '@odata.type' type: object properties: destination: anyOf: - $ref: '#/components/schemas/microsoft.graph.accessPackageResourceAttributeDestination' - type: object nullable: true description: 'Information about how to set the attribute, currently a accessPackageUserDirectoryAttributeStore type.' isEditable: type: boolean nullable: true isPersistedOnAssignmentRemoval: type: boolean nullable: true name: type: string description: 'The name of the attribute in the end system. If the destination is accessPackageUserDirectoryAttributeStore, then a user property such as jobTitle or a directory schema extension for the user object type, such as extension2b676109c7c74ae2b41549205f1947edpersonalTitle.' nullable: true source: anyOf: - $ref: '#/components/schemas/microsoft.graph.accessPackageResourceAttributeSource' - type: object nullable: true description: 'Information about how to populate the attribute value when an accessPackageAssignmentRequest is being fulfilled, currently a accessPackageResourceAttributeQuestion type.' '@odata.type': type: string microsoft.graph.accessPackageResourceAttributeDestination: title: accessPackageResourceAttributeDestination required: - '@odata.type' type: object properties: '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.accessPackageUserDirectoryAttributeStore': '#/components/schemas/microsoft.graph.accessPackageUserDirectoryAttributeStore' microsoft.graph.accessPackageResourceAttributeQuestion: allOf: - $ref: '#/components/schemas/microsoft.graph.accessPackageResourceAttributeSource' - title: accessPackageResourceAttributeQuestion required: - '@odata.type' type: object properties: question: anyOf: - $ref: '#/components/schemas/microsoft.graph.accessPackageQuestion' - type: object nullable: true x-ms-navigationProperty: true '@odata.type': type: string default: '#microsoft.graph.accessPackageResourceAttributeQuestion' x-ms-discriminator-value: '#microsoft.graph.accessPackageResourceAttributeQuestion' microsoft.graph.accessPackageResourceAttributeSource: title: accessPackageResourceAttributeSource required: - '@odata.type' type: object properties: '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.accessPackageResourceAttributeQuestion': '#/components/schemas/microsoft.graph.accessPackageResourceAttributeQuestion' microsoft.graph.accessPackageUserDirectoryAttributeStore: allOf: - $ref: '#/components/schemas/microsoft.graph.accessPackageResourceAttributeDestination' - title: accessPackageUserDirectoryAttributeStore required: - '@odata.type' type: object properties: '@odata.type': type: string default: '#microsoft.graph.accessPackageUserDirectoryAttributeStore' x-ms-discriminator-value: '#microsoft.graph.accessPackageUserDirectoryAttributeStore' microsoft.graph.accessReviewApplyAction: title: accessReviewApplyAction required: - '@odata.type' type: object properties: '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.disableAndDeleteUserApplyAction': '#/components/schemas/microsoft.graph.disableAndDeleteUserApplyAction' '#microsoft.graph.removeAccessApplyAction': '#/components/schemas/microsoft.graph.removeAccessApplyAction' microsoft.graph.accessReviewHistoryScheduleSettings: title: accessReviewHistoryScheduleSettings required: - '@odata.type' type: object properties: recurrence: $ref: '#/components/schemas/microsoft.graph.patternedRecurrence' reportRange: type: string description: 'A duration string in ISO 8601 duration format specifying the lookback period of the generated review history data. For example, if a history definition is scheduled to run on the first of every month, the reportRange is P1M. In this case, on the first of every month, access review history data is collected containing only the previous month''s review data. Note: Only years, months, and days ISO 8601 properties are supported. Required.' '@odata.type': type: string microsoft.graph.accessReviewInactiveUsersQueryScope: allOf: - $ref: '#/components/schemas/microsoft.graph.accessReviewQueryScope' - title: accessReviewInactiveUsersQueryScope required: - '@odata.type' type: object properties: inactiveDuration: pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' type: string description: 'Defines the duration of inactivity. Inactivity is based on the last sign in date of the user compared to the access review instance''s start date. If this property is not specified, it''s assigned the default value PT0S.' format: duration nullable: true '@odata.type': type: string default: '#microsoft.graph.accessReviewInactiveUsersQueryScope' x-ms-discriminator-value: '#microsoft.graph.accessReviewInactiveUsersQueryScope' microsoft.graph.accessReviewInstanceDecisionItemAccessPackageAssignmentPolicyResource: allOf: - $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItemResource' - title: accessReviewInstanceDecisionItemAccessPackageAssignmentPolicyResource required: - '@odata.type' type: object properties: accessPackageDisplayName: type: string description: Display name of the access package to which access has been granted. nullable: true accessPackageId: type: string description: Identifier of the access package to which access has been granted. nullable: true '@odata.type': type: string default: '#microsoft.graph.accessReviewInstanceDecisionItemAccessPackageAssignmentPolicyResource' x-ms-discriminator-value: '#microsoft.graph.accessReviewInstanceDecisionItemAccessPackageAssignmentPolicyResource' microsoft.graph.accessReviewInstanceDecisionItemAzureRoleResource: allOf: - $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItemResource' - title: accessReviewInstanceDecisionItemAzureRoleResource required: - '@odata.type' type: object properties: scope: anyOf: - $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItemResource' - type: object nullable: true description: Details of the scope this role is associated with. '@odata.type': type: string default: '#microsoft.graph.accessReviewInstanceDecisionItemAzureRoleResource' x-ms-discriminator-value: '#microsoft.graph.accessReviewInstanceDecisionItemAzureRoleResource' microsoft.graph.accessReviewInstanceDecisionItemResource: title: accessReviewInstanceDecisionItemResource required: - '@odata.type' type: object properties: displayName: type: string description: Display name of the resource nullable: true id: type: string description: Identifier of the resource nullable: true type: type: string description: 'Type of resource. Types include: Group, ServicePrincipal, DirectoryRole, AzureRole, AccessPackageAssignmentPolicy.' nullable: true '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.accessReviewInstanceDecisionItemAccessPackageAssignmentPolicyResource': '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItemAccessPackageAssignmentPolicyResource' '#microsoft.graph.accessReviewInstanceDecisionItemAzureRoleResource': '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItemAzureRoleResource' '#microsoft.graph.accessReviewInstanceDecisionItemServicePrincipalResource': '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItemServicePrincipalResource' microsoft.graph.accessReviewInstanceDecisionItemServicePrincipalResource: allOf: - $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItemResource' - title: accessReviewInstanceDecisionItemServicePrincipalResource required: - '@odata.type' type: object properties: appId: type: string description: The globally unique identifier of the application to which access has been granted. nullable: true '@odata.type': type: string default: '#microsoft.graph.accessReviewInstanceDecisionItemServicePrincipalResource' x-ms-discriminator-value: '#microsoft.graph.accessReviewInstanceDecisionItemServicePrincipalResource' microsoft.graph.accessReviewNotificationRecipientItem: title: accessReviewNotificationRecipientItem required: - '@odata.type' type: object properties: notificationRecipientScope: anyOf: - $ref: '#/components/schemas/microsoft.graph.accessReviewNotificationRecipientScope' - type: object nullable: true description: Determines the recipient of the notification email. notificationTemplateType: type: string description: 'Indicates the type of access review email to be sent. Supported template type is CompletedAdditionalRecipients, which sends review completion notifications to the recipients.' nullable: true '@odata.type': type: string microsoft.graph.accessReviewNotificationRecipientQueryScope: allOf: - $ref: '#/components/schemas/microsoft.graph.accessReviewNotificationRecipientScope' - title: accessReviewNotificationRecipientQueryScope required: - '@odata.type' type: object properties: query: type: string description: 'Represents the query for who the recipients are. For example, /groups/{group id}/members for group members and /users/{user id} for a specific user.' nullable: true queryRoot: type: string description: 'In the scenario where reviewers need to be specified dynamically, indicates the relative source of the query. This property is only required if a relative query (that is, ./manager) is specified.' nullable: true queryType: type: string description: Indicates the type of query. Allowed value is MicrosoftGraph. nullable: true '@odata.type': type: string default: '#microsoft.graph.accessReviewNotificationRecipientQueryScope' x-ms-discriminator-value: '#microsoft.graph.accessReviewNotificationRecipientQueryScope' microsoft.graph.accessReviewNotificationRecipientScope: title: accessReviewNotificationRecipientScope required: - '@odata.type' type: object properties: '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.accessReviewNotificationRecipientQueryScope': '#/components/schemas/microsoft.graph.accessReviewNotificationRecipientQueryScope' microsoft.graph.accessReviewQueryScope: allOf: - $ref: '#/components/schemas/microsoft.graph.accessReviewScope' - title: accessReviewQueryScope required: - '@odata.type' type: object properties: query: type: string description: The query representing what will be reviewed in an access review. nullable: true queryRoot: type: string description: 'In the scenario where reviewers need to be specified dynamically, this property is used to indicate the relative source of the query. This property is only required if a relative query is specified. For example, ./manager.' nullable: true queryType: type: string description: Indicates the type of query. Types include MicrosoftGraph and ARM. nullable: true '@odata.type': type: string default: '#microsoft.graph.accessReviewQueryScope' discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.accessReviewInactiveUsersQueryScope': '#/components/schemas/microsoft.graph.accessReviewInactiveUsersQueryScope' microsoft.graph.accessReviewRecommendationInsightSetting: title: accessReviewRecommendationInsightSetting required: - '@odata.type' type: object properties: '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.groupPeerOutlierRecommendationInsightSettings': '#/components/schemas/microsoft.graph.groupPeerOutlierRecommendationInsightSettings' '#microsoft.graph.userLastSignInRecommendationInsightSetting': '#/components/schemas/microsoft.graph.userLastSignInRecommendationInsightSetting' microsoft.graph.accessReviewReviewerScope: title: accessReviewReviewerScope required: - '@odata.type' type: object properties: query: type: string description: The query specifying who will be the reviewer. nullable: true queryRoot: type: string description: 'In the scenario where reviewers need to be specified dynamically, this property is used to indicate the relative source of the query. This property is only required if a relative query, for example, ./manager, is specified. Possible value: decisions.' nullable: true queryType: type: string description: The type of query. Examples include MicrosoftGraph and ARM. nullable: true '@odata.type': type: string microsoft.graph.accessReviewScheduleSettings: title: accessReviewScheduleSettings required: - '@odata.type' type: object properties: applyActions: type: array items: $ref: '#/components/schemas/microsoft.graph.accessReviewApplyAction' description: 'Optional field. Describes the actions to take once a review is complete. There are two types that are currently supported: removeAccessApplyAction (default) and disableAndDeleteUserApplyAction. Field only needs to be specified in the case of disableAndDeleteUserApplyAction.' autoApplyDecisionsEnabled: type: boolean description: 'Indicates whether decisions are automatically applied. When set to false, an admin must apply the decisions manually once the reviewer completes the access review. When set to true, decisions are applied automatically after the access review instance duration ends, whether or not the reviewers have responded. Default value is false. CAUTION: If both autoApplyDecisionsEnabled and defaultDecisionEnabled are true, all access for the principals to the resource risks being revoked if the reviewers fail to respond.' decisionHistoriesForReviewersEnabled: type: boolean description: 'Indicates whether decisions on previous access review stages are available for reviewers on an accessReviewInstance with multiple subsequent stages. If not provided, the default is disabled (false).' nullable: true defaultDecision: type: string description: 'Decision chosen if defaultDecisionEnabled is enabled. Can be one of Approve, Deny, or Recommendation.' nullable: true defaultDecisionEnabled: type: boolean description: 'Indicates whether the default decision is enabled or disabled when reviewers do not respond. Default value is false. CAUTION: If both autoApplyDecisionsEnabled and defaultDecisionEnabled are true, all access for the principals to the resource risks being revoked if the reviewers fail to respond.' instanceDurationInDays: maximum: 2147483647 minimum: -2147483648 type: integer description: 'Duration of an access review instance in days. NOTE: If the stageSettings of the accessReviewScheduleDefinition object is defined, its durationInDays setting will be used instead of the value of this property.' format: int32 justificationRequiredOnApproval: type: boolean description: Indicates whether reviewers are required to provide justification with their decision. Default value is false. mailNotificationsEnabled: type: boolean description: Indicates whether emails are enabled or disabled. Default value is false. recommendationInsightSettings: type: array items: $ref: '#/components/schemas/microsoft.graph.accessReviewRecommendationInsightSetting' description: 'Optional. Describes the types of insights that aid reviewers to make access review decisions. NOTE: If the stageSettings of the accessReviewScheduleDefinition object is defined, its recommendationInsightSettings setting will be used instead of the value of this property.' recommendationLookBackDuration: pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' type: string description: 'Optional field. Indicates the period of inactivity (with respect to the start date of the review instance) that recommendations will be configured from. The recommendation will be to deny if the user is inactive during the look-back duration. For reviews of groups and Microsoft Entra roles, any duration is accepted. For reviews of applications, 30 days is the maximum duration. If not specified, the duration is 30 days. NOTE: If the stageSettings of the accessReviewScheduleDefinition object is defined, its recommendationLookBackDuration setting will be used instead of the value of this property.' format: duration nullable: true recommendationsEnabled: type: boolean description: 'Indicates whether decision recommendations are enabled or disabled. NOTE: If the stageSettings of the accessReviewScheduleDefinition object is defined, its recommendationsEnabled setting will be used instead of the value of this property.' recurrence: anyOf: - $ref: '#/components/schemas/microsoft.graph.patternedRecurrence' - type: object nullable: true description: 'Detailed settings for recurrence using the standard Outlook recurrence object. Note: Only dayOfMonth, interval, and type (weekly, absoluteMonthly) properties are supported. Use the property startDate on recurrenceRange to determine the day the review starts.' reminderNotificationsEnabled: type: boolean description: Indicates whether reminders are enabled or disabled. Default value is false. '@odata.type': type: string microsoft.graph.accessReviewScope: title: accessReviewScope required: - '@odata.type' type: object properties: '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.accessReviewQueryScope': '#/components/schemas/microsoft.graph.accessReviewQueryScope' '#microsoft.graph.accessReviewInactiveUsersQueryScope': '#/components/schemas/microsoft.graph.accessReviewInactiveUsersQueryScope' '#microsoft.graph.principalResourceMembershipsScope': '#/components/schemas/microsoft.graph.principalResourceMembershipsScope' microsoft.graph.accessReviewStageSettings: title: accessReviewStageSettings required: - '@odata.type' type: object properties: decisionsThatWillMoveToNextStage: type: array items: type: string nullable: true description: 'Indicate which decisions will go to the next stage. Can be a subset of Approve, Deny, Recommendation, or NotReviewed. If not provided, all decisions will go to the next stage. Optional.' dependsOn: type: array items: type: string description: 'Defines the sequential or parallel order of the stages and depends on the stageId. Only sequential stages are currently supported. For example, if stageId is 2, then dependsOn must be 1. If stageId is 1, don''t specify dependsOn. Required if stageId isn''t 1.' durationInDays: maximum: 2147483647 minimum: -2147483648 type: integer description: 'The duration of the stage. Required. NOTE: The cumulative value of this property across all stages 1. Will override the instanceDurationInDays setting on the accessReviewScheduleDefinition object. 2. Can''t exceed the length of one recurrence. That is, if the review recurs weekly, the cumulative durationInDays can''t exceed 7.' format: int32 fallbackReviewers: type: array items: $ref: '#/components/schemas/microsoft.graph.accessReviewReviewerScope' description: 'If provided, the fallback reviewers are asked to complete a review if the primary reviewers don''t exist. For example, if managers are selected as reviewers and a principal under review doesn''t have a manager in Microsoft Entra ID, the fallback reviewers are asked to review that principal. NOTE: The value of this property overrides the corresponding setting on the accessReviewScheduleDefinition object.' recommendationInsightSettings: type: array items: $ref: '#/components/schemas/microsoft.graph.accessReviewRecommendationInsightSetting' recommendationsEnabled: type: boolean description: 'Indicates whether showing recommendations to reviewers is enabled. Required. NOTE: The value of this property overrides override the corresponding setting on the accessReviewScheduleDefinition object.' reviewers: type: array items: $ref: '#/components/schemas/microsoft.graph.accessReviewReviewerScope' description: 'Defines who the reviewers are. If none is specified, the review is a self-review (users review their own access). For examples of options for assigning reviewers, see Assign reviewers to your access review definition using the Microsoft Graph API. NOTE: The value of this property overrides the corresponding setting on the accessReviewScheduleDefinition.' stageId: type: string description: Unique identifier of the accessReviewStageSettings object. The stageId is used by the dependsOn property to indicate the order of the stages. Required. '@odata.type': type: string microsoft.graph.accountTargetContent: title: accountTargetContent required: - '@odata.type' type: object properties: type: anyOf: - $ref: '#/components/schemas/microsoft.graph.accountTargetContentType' - type: object nullable: true description: 'The type of account target content. Possible values are: unknown, includeAll, addressBook, unknownFutureValue.' '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.addressBookAccountTargetContent': '#/components/schemas/microsoft.graph.addressBookAccountTargetContent' '#microsoft.graph.includeAllAccountTargetContent': '#/components/schemas/microsoft.graph.includeAllAccountTargetContent' microsoft.graph.actionResultPart: title: actionResultPart required: - '@odata.type' type: object properties: error: anyOf: - $ref: '#/components/schemas/microsoft.graph.publicError' - type: object nullable: true description: 'The error that occurred, if any, during the course of the bulk operation.' '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.aadUserConversationMemberResult': '#/components/schemas/microsoft.graph.aadUserConversationMemberResult' microsoft.graph.addIn: title: addIn required: - '@odata.type' type: object properties: id: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string description: The unique identifier for the addIn object. format: uuid nullable: true properties: type: array items: $ref: '#/components/schemas/microsoft.graph.keyValue' description: The collection of key-value pairs that define parameters that the consuming service can use or call. You must specify this property when performing a POST or a PATCH operation on the addIns collection. Required. type: type: string description: The unique name for the functionality exposed by the app. '@odata.type': type: string microsoft.graph.addressBookAccountTargetContent: allOf: - $ref: '#/components/schemas/microsoft.graph.accountTargetContent' - title: addressBookAccountTargetContent required: - '@odata.type' type: object properties: accountTargetEmails: type: array items: type: string nullable: true description: List of user emails targeted for an attack simulation training campaign. '@odata.type': type: string default: '#microsoft.graph.addressBookAccountTargetContent' x-ms-discriminator-value: '#microsoft.graph.addressBookAccountTargetContent' microsoft.graph.aggregationOption: title: aggregationOption required: - '@odata.type' type: object properties: bucketDefinition: $ref: '#/components/schemas/microsoft.graph.bucketAggregationDefinition' field: type: string description: Computes aggregation on the field while the field exists in the current entity type. Required. size: maximum: 2147483647 minimum: -2147483648 type: integer description: 'The number of searchBucket resources to be returned. This isn''t required when the range is provided manually in the search request. The minimum accepted size is 1, and the maximum is 65535. Optional.' format: int32 nullable: true '@odata.type': type: string microsoft.graph.agreementFileData: title: agreementFileData required: - '@odata.type' type: object properties: data: type: string description: Data that represents the terms of use PDF document. Read-only. format: base64url nullable: true '@odata.type': type: string microsoft.graph.album: title: album required: - '@odata.type' type: object properties: coverImageItemId: type: string description: Unique identifier of the driveItem that is the cover of the album. nullable: true '@odata.type': type: string microsoft.graph.alertDetection: title: alertDetection required: - '@odata.type' type: object properties: detectionType: type: string nullable: true method: type: string nullable: true name: type: string nullable: true '@odata.type': type: string microsoft.graph.alertHistoryState: title: alertHistoryState required: - '@odata.type' type: object properties: appId: type: string nullable: true assignedTo: type: string nullable: true comments: type: array items: type: string nullable: true feedback: anyOf: - $ref: '#/components/schemas/microsoft.graph.alertFeedback' - type: object nullable: true status: anyOf: - $ref: '#/components/schemas/microsoft.graph.alertStatus' - type: object nullable: true updatedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string format: date-time nullable: true user: type: string nullable: true '@odata.type': type: string microsoft.graph.alertTrigger: title: alertTrigger required: - '@odata.type' type: object properties: name: type: string description: Name of the property serving as a detection trigger. nullable: true type: type: string description: 'Type of the property in the key:value pair for interpretation. For example, String, Boolean etc.' nullable: true value: type: string description: Value of the property serving as a detection trigger. nullable: true '@odata.type': type: string microsoft.graph.allDeviceRegistrationMembership: allOf: - $ref: '#/components/schemas/microsoft.graph.deviceRegistrationMembership' - title: allDeviceRegistrationMembership required: - '@odata.type' type: object properties: '@odata.type': type: string default: '#microsoft.graph.allDeviceRegistrationMembership' x-ms-discriminator-value: '#microsoft.graph.allDeviceRegistrationMembership' microsoft.graph.allDevicesAssignmentTarget: allOf: - $ref: '#/components/schemas/microsoft.graph.deviceAndAppManagementAssignmentTarget' - title: allDevicesAssignmentTarget required: - '@odata.type' type: object properties: '@odata.type': type: string default: '#microsoft.graph.allDevicesAssignmentTarget' description: Represents an assignment to all managed devices in the tenant. x-ms-discriminator-value: '#microsoft.graph.allDevicesAssignmentTarget' microsoft.graph.allLicensedUsersAssignmentTarget: allOf: - $ref: '#/components/schemas/microsoft.graph.deviceAndAppManagementAssignmentTarget' - title: allLicensedUsersAssignmentTarget required: - '@odata.type' type: object properties: '@odata.type': type: string default: '#microsoft.graph.allLicensedUsersAssignmentTarget' description: Represents an assignment to all licensed users in the tenant. x-ms-discriminator-value: '#microsoft.graph.allLicensedUsersAssignmentTarget' microsoft.graph.alterationResponse: title: alterationResponse required: - '@odata.type' type: object properties: originalQueryString: type: string description: Defines the original user query string. nullable: true queryAlteration: anyOf: - $ref: '#/components/schemas/microsoft.graph.searchAlteration' - type: object nullable: true description: Defines the details of the alteration information for the spelling correction. queryAlterationType: anyOf: - $ref: '#/components/schemas/microsoft.graph.searchAlterationType' - type: object nullable: true description: 'Defines the type of the spelling correction. Possible values are: suggestion, modification.' '@odata.type': type: string microsoft.graph.alteredQueryToken: title: alteredQueryToken required: - '@odata.type' type: object properties: length: maximum: 2147483647 minimum: -2147483648 type: integer description: Defines the length of a changed segment. format: int32 nullable: true offset: maximum: 2147483647 minimum: -2147483648 type: integer description: Defines the offset of a changed segment. format: int32 nullable: true suggestion: type: string description: Represents the corrected segment string. nullable: true '@odata.type': type: string microsoft.graph.alternativeSecurityId: title: alternativeSecurityId required: - '@odata.type' type: object properties: identityProvider: type: string description: For internal use only. nullable: true key: type: string description: For internal use only. format: base64url nullable: true type: maximum: 2147483647 minimum: -2147483648 type: integer description: For internal use only. format: int32 nullable: true '@odata.type': type: string microsoft.graph.androidMinimumOperatingSystem: title: androidMinimumOperatingSystem required: - '@odata.type' type: object properties: v10_0: type: boolean description: 'When TRUE, only Version 10.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.' v11_0: type: boolean description: 'When TRUE, only Version 11.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.' v4_0: type: boolean description: 'When TRUE, only Version 4.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.' v4_0_3: type: boolean description: 'When TRUE, only Version 4.0.3 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.' v4_1: type: boolean description: 'When TRUE, only Version 4.1 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.' v4_2: type: boolean description: 'When TRUE, only Version 4.2 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.' v4_3: type: boolean description: 'When TRUE, only Version 4.3 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.' v4_4: type: boolean description: 'When TRUE, only Version 4.4 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.' v5_0: type: boolean description: 'When TRUE, only Version 5.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.' v5_1: type: boolean description: 'When TRUE, only Version 5.1 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.' v6_0: type: boolean description: 'When TRUE, only Version 6.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.' v7_0: type: boolean description: 'When TRUE, only Version 7.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.' v7_1: type: boolean description: 'When TRUE, only Version 7.1 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.' v8_0: type: boolean description: 'When TRUE, only Version 8.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.' v8_1: type: boolean description: 'When TRUE, only Version 8.1 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.' v9_0: type: boolean description: 'When TRUE, only Version 9.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.' '@odata.type': type: string description: Contains properties for the minimum operating system required for an Android mobile app. microsoft.graph.androidMobileAppIdentifier: allOf: - $ref: '#/components/schemas/microsoft.graph.mobileAppIdentifier' - title: androidMobileAppIdentifier required: - '@odata.type' type: object properties: packageId: type: string description: 'The identifier for an app, as specified in the play store.' '@odata.type': type: string default: '#microsoft.graph.androidMobileAppIdentifier' description: The identifier for an Android app. x-ms-discriminator-value: '#microsoft.graph.androidMobileAppIdentifier' microsoft.graph.apiApplication: title: apiApplication required: - '@odata.type' type: object properties: acceptMappedClaims: type: boolean description: 'When true, allows an application to use claims mapping without specifying a custom signing key.' nullable: true knownClientApplications: type: array items: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string format: uuid nullable: true description: 'Used for bundling consent if you have a solution that contains two parts: a client app and a custom web API app. If you set the appID of the client app to this value, the user only consents once to the client app. Microsoft Entra ID knows that consenting to the client means implicitly consenting to the web API and automatically provisions service principals for both APIs at the same time. Both the client and the web API app must be registered in the same tenant.' oauth2PermissionScopes: type: array items: $ref: '#/components/schemas/microsoft.graph.permissionScope' description: 'The definition of the delegated permissions exposed by the web API represented by this application registration. These delegated permissions may be requested by a client application, and may be granted by users or administrators during consent. Delegated permissions are sometimes referred to as OAuth 2.0 scopes.' preAuthorizedApplications: type: array items: $ref: '#/components/schemas/microsoft.graph.preAuthorizedApplication' description: 'Lists the client applications that are preauthorized with the specified delegated permissions to access this application''s APIs. Users aren''t required to consent to any preauthorized application (for the permissions specified). However, any other permissions not listed in preAuthorizedApplications (requested through incremental consent for example) will require user consent.' requestedAccessTokenVersion: maximum: 2147483647 minimum: -2147483648 type: integer description: 'Specifies the access token version expected by this resource. This changes the version and format of the JWT produced independent of the endpoint or client used to request the access token. The endpoint used, v1.0 or v2.0, is chosen by the client and only impacts the version of id_tokens. Resources need to explicitly configure requestedAccessTokenVersion to indicate the supported access token format. Possible values for requestedAccessTokenVersion are 1, 2, or null. If the value is null, this defaults to 1, which corresponds to the v1.0 endpoint. If signInAudience on the application is configured as AzureADandPersonalMicrosoftAccount or PersonalMicrosoftAccount, the value for this property must be 2.' format: int32 nullable: true '@odata.type': type: string microsoft.graph.apiAuthenticationConfigurationBase: title: apiAuthenticationConfigurationBase required: - '@odata.type' type: object properties: '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.basicAuthentication': '#/components/schemas/microsoft.graph.basicAuthentication' '#microsoft.graph.clientCertificateAuthentication': '#/components/schemas/microsoft.graph.clientCertificateAuthentication' '#microsoft.graph.pkcs12Certificate': '#/components/schemas/microsoft.graph.pkcs12Certificate' microsoft.graph.appConfigurationSettingItem: title: appConfigurationSettingItem required: - '@odata.type' type: object properties: appConfigKey: type: string description: app configuration key. appConfigKeyType: $ref: '#/components/schemas/microsoft.graph.mdmAppConfigKeyType' appConfigKeyValue: type: string description: app configuration key value. '@odata.type': type: string description: Contains properties for App configuration setting item. microsoft.graph.appConsentRequestScope: title: appConsentRequestScope required: - '@odata.type' type: object properties: displayName: type: string description: The name of the scope. nullable: true '@odata.type': type: string microsoft.graph.appHostedMediaConfig: allOf: - $ref: '#/components/schemas/microsoft.graph.mediaConfig' - title: appHostedMediaConfig required: - '@odata.type' type: object properties: blob: type: string description: The media configuration blob generated by smart media agent. nullable: true '@odata.type': type: string default: '#microsoft.graph.appHostedMediaConfig' x-ms-discriminator-value: '#microsoft.graph.appHostedMediaConfig' microsoft.graph.appIdentity: title: appIdentity required: - '@odata.type' type: object properties: appId: type: string description: Refers to the unique ID representing application in Microsoft Entra ID. nullable: true displayName: type: string description: Refers to the application name displayed in the Microsoft Entra admin center. nullable: true servicePrincipalId: type: string description: Refers to the unique ID for the service principal in Microsoft Entra ID. nullable: true servicePrincipalName: type: string description: Refers to the Service Principal Name is the Application name in the tenant. nullable: true '@odata.type': type: string microsoft.graph.applicationEnforcedRestrictionsSessionControl: allOf: - $ref: '#/components/schemas/microsoft.graph.conditionalAccessSessionControl' - title: applicationEnforcedRestrictionsSessionControl required: - '@odata.type' type: object properties: '@odata.type': type: string default: '#microsoft.graph.applicationEnforcedRestrictionsSessionControl' x-ms-discriminator-value: '#microsoft.graph.applicationEnforcedRestrictionsSessionControl' microsoft.graph.applicationServicePrincipal: title: applicationServicePrincipal required: - '@odata.type' type: object properties: application: anyOf: - $ref: '#/components/schemas/microsoft.graph.application' - type: object nullable: true x-ms-navigationProperty: true servicePrincipal: anyOf: - $ref: '#/components/schemas/microsoft.graph.servicePrincipal' - type: object nullable: true x-ms-navigationProperty: true '@odata.type': type: string microsoft.graph.appliedConditionalAccessPolicy: title: appliedConditionalAccessPolicy required: - '@odata.type' type: object properties: displayName: type: string description: 'Refers to the name of the conditional access policy (example: ''Require MFA for Salesforce'').' nullable: true enforcedGrantControls: type: array items: type: string nullable: true description: 'Refers to the grant controls enforced by the conditional access policy (example: ''Require multifactor authentication'').' enforcedSessionControls: type: array items: type: string nullable: true description: 'Refers to the session controls enforced by the conditional access policy (example: ''Require app enforced controls'').' id: type: string description: An identifier of the conditional access policy. Supports $filter (eq). nullable: true result: anyOf: - $ref: '#/components/schemas/microsoft.graph.appliedConditionalAccessPolicyResult' - type: object nullable: true description: 'Indicates the result of the CA policy that was triggered. Possible values are: success, failure, notApplied (policy isn''t applied because policy conditions weren''t met), notEnabled (This is due to the policy in a disabled state), unknown, unknownFutureValue, reportOnlySuccess, reportOnlyFailure, reportOnlyNotApplied, reportOnlyInterrupted. You must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: reportOnlySuccess, reportOnlyFailure, reportOnlyNotApplied, reportOnlyInterrupted.' '@odata.type': type: string microsoft.graph.appListItem: title: appListItem required: - '@odata.type' type: object properties: appId: type: string description: The application or bundle identifier of the application nullable: true appStoreUrl: type: string description: The Store URL of the application nullable: true name: type: string description: The application name publisher: type: string description: The publisher of the application nullable: true '@odata.type': type: string description: Represents an app in the list of managed applications microsoft.graph.appLogCollectionDownloadDetails: title: appLogCollectionDownloadDetails required: - '@odata.type' type: object properties: appLogDecryptionAlgorithm: $ref: '#/components/schemas/microsoft.graph.appLogDecryptionAlgorithm' decryptionKey: type: string description: Decryption key that used to decrypt the log. nullable: true downloadUrl: type: string description: Download SAS (Shared Access Signature) Url for completed app log request. nullable: true '@odata.type': type: string microsoft.graph.appManagementApplicationConfiguration: allOf: - $ref: '#/components/schemas/microsoft.graph.appManagementConfiguration' - title: appManagementApplicationConfiguration required: - '@odata.type' type: object properties: '@odata.type': type: string default: '#microsoft.graph.appManagementApplicationConfiguration' x-ms-discriminator-value: '#microsoft.graph.appManagementApplicationConfiguration' microsoft.graph.appManagementConfiguration: title: appManagementConfiguration required: - '@odata.type' type: object properties: keyCredentials: type: array items: $ref: '#/components/schemas/microsoft.graph.keyCredentialConfiguration' description: Collection of keyCredential restrictions settings to be applied to an application or service principal. passwordCredentials: type: array items: $ref: '#/components/schemas/microsoft.graph.passwordCredentialConfiguration' description: Collection of password restrictions settings to be applied to an application or service principal. '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.appManagementApplicationConfiguration': '#/components/schemas/microsoft.graph.appManagementApplicationConfiguration' '#microsoft.graph.appManagementServicePrincipalConfiguration': '#/components/schemas/microsoft.graph.appManagementServicePrincipalConfiguration' '#microsoft.graph.customAppManagementConfiguration': '#/components/schemas/microsoft.graph.customAppManagementConfiguration' microsoft.graph.appManagementServicePrincipalConfiguration: allOf: - $ref: '#/components/schemas/microsoft.graph.appManagementConfiguration' - title: appManagementServicePrincipalConfiguration required: - '@odata.type' type: object properties: '@odata.type': type: string default: '#microsoft.graph.appManagementServicePrincipalConfiguration' x-ms-discriminator-value: '#microsoft.graph.appManagementServicePrincipalConfiguration' microsoft.graph.appRole: title: appRole required: - '@odata.type' type: object properties: allowedMemberTypes: type: array items: type: string description: 'Specifies whether this app role can be assigned to users and groups (by setting to [''User'']), to other application''s (by setting to [''Application''], or both (by setting to [''User'', ''Application'']). App roles supporting assignment to other applications'' service principals are also known as application permissions. The ''Application'' value is only supported for app roles defined on application entities.' description: type: string description: 'The description for the app role. This is displayed when the app role is being assigned and, if the app role functions as an application permission, during consent experiences.' nullable: true displayName: type: string description: Display name for the permission that appears in the app role assignment and consent experiences. nullable: true id: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string description: 'Unique role identifier inside the appRoles collection. When creating a new app role, a new GUID identifier must be provided.' format: uuid isEnabled: type: boolean description: 'When creating or updating an app role, this must be set to true (which is the default). To delete a role, this must first be set to false. At that point, in a subsequent call, this role may be removed.' origin: type: string description: Specifies if the app role is defined on the application object or on the servicePrincipal entity. Must not be included in any POST or PATCH requests. Read-only. nullable: true value: type: string description: 'Specifies the value to include in the roles claim in ID tokens and access tokens authenticating an assigned user or service principal. Must not exceed 120 characters in length. Allowed characters are : ! # $ % & '' ( ) * + , - . / : ; = ? @ [ ] ^ + _ { } ~, and characters in the ranges 0-9, A-Z and a-z. Any other character, including the space character, aren''t allowed. May not begin with ..' nullable: true '@odata.type': type: string microsoft.graph.approvalSettings: title: approvalSettings required: - '@odata.type' type: object properties: approvalMode: type: string description: 'One of SingleStage, Serial, Parallel, NoApproval (default). NoApproval is used when isApprovalRequired is false.' nullable: true approvalStages: type: array items: $ref: '#/components/schemas/microsoft.graph.unifiedApprovalStage' description: 'If approval is required, the one or two elements of this collection define each of the stages of approval. An empty array if no approval is required.' isApprovalRequired: type: boolean description: Indicates whether approval is required for requests in this policy. nullable: true isApprovalRequiredForExtension: type: boolean description: Indicates whether approval is required for a user to extend their assignment. nullable: true isRequestorJustificationRequired: type: boolean description: Indicates whether the requestor is required to supply a justification in their request. nullable: true '@odata.type': type: string microsoft.graph.appsInstallationOptionsForMac: title: appsInstallationOptionsForMac required: - '@odata.type' type: object properties: isMicrosoft365AppsEnabled: type: boolean description: Specifies whether users can install Microsoft 365 apps on their MAC devices. The default value is true. isSkypeForBusinessEnabled: type: boolean description: Specifies whether users can install Skype for Business on their MAC devices running OS X El Capitan 10.11 or later. The default value is true. '@odata.type': type: string microsoft.graph.appsInstallationOptionsForWindows: title: appsInstallationOptionsForWindows required: - '@odata.type' type: object properties: isMicrosoft365AppsEnabled: type: boolean description: 'Specifies whether users can install Microsoft 365 apps, including Skype for Business, on their Windows devices. The default value is true.' isProjectEnabled: type: boolean description: Specifies whether users can install Microsoft Project on their Windows devices. The default value is true. isSkypeForBusinessEnabled: type: boolean description: Specifies whether users can install Skype for Business (standalone) on their Windows devices. The default value is true. isVisioEnabled: type: boolean description: Specifies whether users can install Visio on their Windows devices. The default value is true. '@odata.type': type: string microsoft.graph.archivedPrintJob: title: archivedPrintJob required: - '@odata.type' type: object properties: acquiredByPrinter: type: boolean description: True if the job was acquired by a printer; false otherwise. Read-only. acquiredDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The dateTimeOffset when the job was acquired by the printer, if any. Read-only.' format: date-time nullable: true completionDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The dateTimeOffset when the job was completed, canceled or aborted. Read-only.' format: date-time nullable: true copiesPrinted: maximum: 2147483647 minimum: -2147483648 type: integer description: The number of copies that were printed. Read-only. format: int32 createdBy: anyOf: - $ref: '#/components/schemas/microsoft.graph.userIdentity' - type: object nullable: true description: The user who created the print job. Read-only. createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The dateTimeOffset when the job was created. Read-only. format: date-time id: type: string description: The archived print job's GUID. Read-only. printerId: type: string description: The printer ID that the job was queued for. Read-only. nullable: true printerName: type: string description: The printer name that the job was queued for. Read-only. nullable: true processingState: $ref: '#/components/schemas/microsoft.graph.printJobProcessingState' '@odata.type': type: string microsoft.graph.assignedLabel: title: assignedLabel required: - '@odata.type' type: object properties: displayName: type: string description: The display name of the label. Read-only. nullable: true labelId: type: string description: The unique identifier of the label. nullable: true '@odata.type': type: string microsoft.graph.assignedLicense: title: assignedLicense required: - '@odata.type' type: object properties: disabledPlans: type: array items: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string format: uuid description: A collection of the unique identifiers for plans that have been disabled. skuId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string description: The unique identifier for the SKU. format: uuid nullable: true '@odata.type': type: string microsoft.graph.assignedPlan: title: assignedPlan required: - '@odata.type' type: object properties: assignedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The date and time at which the plan was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true capabilityStatus: type: string description: 'Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value.' nullable: true service: type: string description: 'The name of the service; for example, exchange.' nullable: true servicePlanId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string description: 'A GUID that identifies the service plan. For a complete list of GUIDs and their equivalent friendly service names, see Product names and service plan identifiers for licensing.' format: uuid nullable: true '@odata.type': type: string microsoft.graph.assignedTrainingInfo: title: assignedTrainingInfo required: - '@odata.type' type: object properties: assignedUserCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of users who were assigned the training in an attack simulation and training campaign. format: int32 nullable: true completedUserCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of users who completed the training in an attack simulation and training campaign. format: int32 nullable: true displayName: type: string description: Display name of the training in an attack simulation and training campaign. nullable: true '@odata.type': type: string microsoft.graph.assignmentOrder: title: assignmentOrder required: - '@odata.type' type: object properties: order: type: array items: type: string nullable: true description: A list of identityUserFlowAttribute object identifiers that determine the order in which attributes should be collected within a user flow. '@odata.type': type: string microsoft.graph.attachmentInfo: title: attachmentInfo required: - '@odata.type' type: object properties: attachmentType: anyOf: - $ref: '#/components/schemas/microsoft.graph.attachmentType' - type: object nullable: true description: 'The type of the attachment. The possible values are: file, item, reference. Required.' contentType: type: string description: The nature of the data in the attachment. Optional. nullable: true name: type: string description: The display name of the attachment. This can be a descriptive string and doesn't have to be the actual file name. Required. nullable: true size: type: integer description: The length of the attachment in bytes. Required. format: int64 nullable: true '@odata.type': type: string microsoft.graph.attachmentItem: title: attachmentItem required: - '@odata.type' type: object properties: attachmentType: anyOf: - $ref: '#/components/schemas/microsoft.graph.attachmentType' - type: object nullable: true description: 'The type of attachment. Possible values are: file, item, reference. Required.' contentId: type: string description: The CID or Content-Id of the attachment for referencing for the in-line attachments using the tag in HTML messages. Optional. nullable: true contentType: type: string description: The nature of the data in the attachment. Optional. nullable: true isInline: type: boolean description: 'true if the attachment is an inline attachment; otherwise, false. Optional.' nullable: true name: type: string description: The display name of the attachment. This can be a descriptive string and doesn't have to be the actual file name. Required. nullable: true size: type: integer description: The length of the attachment in bytes. Required. format: int64 nullable: true '@odata.type': type: string microsoft.graph.attackSimulationRepeatOffender: title: attackSimulationRepeatOffender required: - '@odata.type' type: object properties: attackSimulationUser: anyOf: - $ref: '#/components/schemas/microsoft.graph.attackSimulationUser' - type: object nullable: true description: The user in an attack simulation and training campaign. repeatOffenceCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of repeat offences of the user in attack simulation and training campaigns. format: int32 nullable: true '@odata.type': type: string microsoft.graph.attackSimulationSimulationUserCoverage: title: attackSimulationSimulationUserCoverage required: - '@odata.type' type: object properties: attackSimulationUser: anyOf: - $ref: '#/components/schemas/microsoft.graph.attackSimulationUser' - type: object nullable: true description: User in an attack simulation and training campaign. clickCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of link clicks in the received payloads by the user in attack simulation and training campaigns. format: int32 nullable: true compromisedCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of compromising actions by the user in attack simulation and training campaigns. format: int32 nullable: true latestSimulationDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Date and time of the latest attack simulation and training campaign that the user was included in. format: date-time nullable: true simulationCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of attack simulation and training campaigns that the user was included in. format: int32 nullable: true '@odata.type': type: string microsoft.graph.attackSimulationTrainingUserCoverage: title: attackSimulationTrainingUserCoverage required: - '@odata.type' type: object properties: attackSimulationUser: anyOf: - $ref: '#/components/schemas/microsoft.graph.attackSimulationUser' - type: object nullable: true description: User in an attack simulation and training campaign. userTrainings: type: array items: $ref: '#/components/schemas/microsoft.graph.userTrainingStatusInfo' description: List of assigned trainings and their statuses for the user. '@odata.type': type: string microsoft.graph.attackSimulationUser: title: attackSimulationUser required: - '@odata.type' type: object properties: displayName: type: string description: Display name of the user. nullable: true email: type: string description: Email address of the user. nullable: true userId: type: string description: This is the id property value of the user resource that represents the user in the Microsoft Entra tenant. nullable: true '@odata.type': type: string microsoft.graph.attendanceInterval: title: attendanceInterval required: - '@odata.type' type: object properties: durationInSeconds: maximum: 2147483647 minimum: -2147483648 type: integer description: 'Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime.' format: int32 nullable: true joinDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The time the attendee joined in UTC. format: date-time nullable: true leaveDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The time the attendee left in UTC. format: date-time nullable: true '@odata.type': type: string microsoft.graph.attendee: allOf: - $ref: '#/components/schemas/microsoft.graph.attendeeBase' - title: attendee required: - '@odata.type' type: object properties: proposedNewTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - type: object nullable: true description: 'An alternate date/time proposed by the attendee for a meeting request to start and end. If the attendee hasn''t proposed another time, then this property isn''t included in a response of a GET event.' status: anyOf: - $ref: '#/components/schemas/microsoft.graph.responseStatus' - type: object nullable: true description: 'The attendee''s response (none, accepted, declined, etc.) for the event and date-time that the response was sent.' '@odata.type': type: string default: '#microsoft.graph.attendee' x-ms-discriminator-value: '#microsoft.graph.attendee' microsoft.graph.attendeeAvailability: title: attendeeAvailability required: - '@odata.type' type: object properties: attendee: anyOf: - $ref: '#/components/schemas/microsoft.graph.attendeeBase' - type: object nullable: true description: 'The email address and type of attendee - whether it''s a person or a resource, and whether required or optional if it''s a person.' availability: anyOf: - $ref: '#/components/schemas/microsoft.graph.freeBusyStatus' - type: object nullable: true description: 'The availability status of the attendee. The possible values are: free, tentative, busy, oof, workingElsewhere, unknown.' '@odata.type': type: string microsoft.graph.attendeeBase: allOf: - $ref: '#/components/schemas/microsoft.graph.recipient' - title: attendeeBase required: - '@odata.type' type: object properties: type: anyOf: - $ref: '#/components/schemas/microsoft.graph.attendeeType' - type: object nullable: true description: 'The type of attendee. The possible values are: required, optional, resource. Currently if the attendee is a person, findMeetingTimes always considers the person is of the Required type.' '@odata.type': type: string default: '#microsoft.graph.attendeeBase' discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.attendee': '#/components/schemas/microsoft.graph.attendee' microsoft.graph.attendeeNotificationInfo: title: attendeeNotificationInfo required: - '@odata.type' type: object properties: phoneNumber: type: string description: The phone number of the external attendee. Required. nullable: true timeZone: type: string description: The time zone of the external attendee. The timeZone property can be set to any of the time zones currently supported by Windows. Required. nullable: true '@odata.type': type: string microsoft.graph.attributeDefinition: title: attributeDefinition required: - '@odata.type' type: object properties: anchor: type: boolean description: 'true if the attribute should be used as the anchor for the object. Anchor attributes must have a unique value identifying an object, and must be immutable. Default is false. One, and only one, of the object''s attributes must be designated as the anchor to support synchronization.' apiExpressions: type: array items: $ref: '#/components/schemas/microsoft.graph.stringKeyStringValuePair' caseExact: type: boolean description: true if value of this attribute should be treated as case-sensitive. This setting affects how the synchronization engine detects changes for the attribute. defaultValue: type: string description: The default value of the attribute. nullable: true flowNullValues: type: boolean description: '''true'' to allow null values for attributes.' metadata: type: array items: $ref: '#/components/schemas/microsoft.graph.attributeDefinitionMetadataEntry' description: Metadata for the given object. multivalued: type: boolean description: true if an attribute can have multiple values. Default is false. mutability: $ref: '#/components/schemas/microsoft.graph.mutability' name: type: string description: Name of the attribute. Must be unique within the object definition. Not nullable. nullable: true referencedObjects: type: array items: $ref: '#/components/schemas/microsoft.graph.referencedObject' description: 'For attributes with reference type, lists referenced objects (for example, the manager attribute would list User as the referenced object).' required: type: boolean description: 'true if attribute is required. Object can not be created if any of the required attributes are missing. If during synchronization, the required attribute has no value, the default value will be used. If default the value was not set, synchronization will record an error.' type: $ref: '#/components/schemas/microsoft.graph.attributeType' '@odata.type': type: string microsoft.graph.attributeDefinitionMetadataEntry: title: attributeDefinitionMetadataEntry required: - '@odata.type' type: object properties: key: anyOf: - $ref: '#/components/schemas/microsoft.graph.attributeDefinitionMetadata' - type: object nullable: true description: 'Possible values are: BaseAttributeName, ComplexObjectDefinition, IsContainer, IsCustomerDefined, IsDomainQualified, LinkPropertyNames, LinkTypeName, MaximumLength, ReferencedProperty.' value: type: string description: Value of the metadata property. nullable: true '@odata.type': type: string microsoft.graph.attributeMapping: title: attributeMapping required: - '@odata.type' type: object properties: defaultValue: type: string description: Default value to be used in case the source property was evaluated to null. Optional. nullable: true exportMissingReferences: type: boolean description: For internal use only. flowBehavior: $ref: '#/components/schemas/microsoft.graph.attributeFlowBehavior' flowType: $ref: '#/components/schemas/microsoft.graph.attributeFlowType' matchingPriority: maximum: 2147483647 minimum: -2147483648 type: integer description: 'If higher than 0, this attribute will be used to perform an initial match of the objects between source and target directories. The synchronization engine will try to find the matching object using attribute with lowest value of matching priority first. If not found, the attribute with the next matching priority will be used, and so on a until match is found or no more matching attributes are left. Only attributes that are expected to have unique values, such as email, should be used as matching attributes.' format: int32 source: anyOf: - $ref: '#/components/schemas/microsoft.graph.attributeMappingSource' - type: object nullable: true description: Defines how a value should be extracted (or transformed) from the source object. targetAttributeName: type: string description: Name of the attribute on the target object. nullable: true '@odata.type': type: string microsoft.graph.attributeMappingParameterSchema: title: attributeMappingParameterSchema required: - '@odata.type' type: object properties: allowMultipleOccurrences: type: boolean description: 'The given parameter can be provided multiple times (for example, multiple input strings in the Concatenate(string,string,...) function).' name: type: string description: Parameter name. nullable: true required: type: boolean description: true if the parameter is required; otherwise false. type: $ref: '#/components/schemas/microsoft.graph.attributeType' '@odata.type': type: string microsoft.graph.attributeMappingSource: title: attributeMappingSource required: - '@odata.type' type: object properties: expression: type: string description: Equivalent expression representation of this attributeMappingSource object. nullable: true name: type: string description: 'Name parameter of the mapping source. Depending on the type property value, this can be the name of the function, the name of the source attribute, or a constant value to be used.' nullable: true parameters: type: array items: $ref: '#/components/schemas/microsoft.graph.stringKeyAttributeMappingSourceValuePair' description: 'If this object represents a function, lists function parameters. Parameters consist of attributeMappingSource objects themselves, allowing for complex expressions. If type isn''t Function, this property is null/empty array.' type: $ref: '#/components/schemas/microsoft.graph.attributeMappingSourceType' '@odata.type': type: string microsoft.graph.attributeRuleMembers: allOf: - $ref: '#/components/schemas/microsoft.graph.subjectSet' - title: attributeRuleMembers required: - '@odata.type' type: object properties: description: type: string description: A description of the membership rule. nullable: true membershipRule: type: string description: 'Determines the allowed target users for this policy. For more information about the syntax of the membership rule, see Membership Rules syntax.' nullable: true '@odata.type': type: string default: '#microsoft.graph.attributeRuleMembers' x-ms-discriminator-value: '#microsoft.graph.attributeRuleMembers' microsoft.graph.audio: title: audio required: - '@odata.type' type: object properties: album: type: string description: The title of the album for this audio file. nullable: true albumArtist: type: string description: The artist named on the album for the audio file. nullable: true artist: type: string description: The performing artist for the audio file. nullable: true bitrate: type: integer description: Bitrate expressed in kbps. format: int64 nullable: true composers: type: string description: The name of the composer of the audio file. nullable: true copyright: type: string description: Copyright information for the audio file. nullable: true disc: maximum: 32767 minimum: -32768 type: integer description: The number of the disc this audio file came from. format: int16 nullable: true discCount: maximum: 32767 minimum: -32768 type: integer description: The total number of discs in this album. format: int16 nullable: true duration: type: integer description: 'Duration of the audio file, expressed in milliseconds' format: int64 nullable: true genre: type: string description: The genre of this audio file. nullable: true hasDrm: type: boolean description: Indicates if the file is protected with digital rights management. nullable: true isVariableBitrate: type: boolean description: Indicates if the file is encoded with a variable bitrate. nullable: true title: type: string description: The title of the audio file. nullable: true track: maximum: 2147483647 minimum: -2147483648 type: integer description: The number of the track on the original disc for this audio file. format: int32 nullable: true trackCount: maximum: 2147483647 minimum: -2147483648 type: integer description: The total number of tracks on the original disc for this audio file. format: int32 nullable: true year: maximum: 2147483647 minimum: -2147483648 type: integer description: The year the audio file was recorded. format: int32 nullable: true '@odata.type': type: string microsoft.graph.audioConferencing: title: audioConferencing required: - '@odata.type' type: object properties: conferenceId: type: string description: The conference id of the online meeting. nullable: true dialinUrl: type: string description: A URL to the externally-accessible web page that contains dial-in information. nullable: true tollFreeNumber: type: string description: The toll-free number that connects to the Audio Conference Provider. nullable: true tollFreeNumbers: type: array items: type: string nullable: true description: List of toll-free numbers that are displayed in the meeting invite. tollNumber: type: string description: The toll number that connects to the Audio Conference Provider. nullable: true tollNumbers: type: array items: type: string nullable: true description: List of toll numbers that are displayed in the meeting invite. '@odata.type': type: string microsoft.graph.auditActivityInitiator: title: auditActivityInitiator required: - '@odata.type' type: object properties: app: anyOf: - $ref: '#/components/schemas/microsoft.graph.appIdentity' - type: object nullable: true description: 'If the resource initiating the activity is an app, this property indicates all the app related information like appId, Name, servicePrincipalId, Name.' user: anyOf: - $ref: '#/components/schemas/microsoft.graph.userIdentity' - type: object nullable: true description: 'If the resource initiating the activity is a user, this property Indicates all the user related information like userId, Name, UserPrinicpalName.' '@odata.type': type: string microsoft.graph.auditActor: title: auditActor required: - '@odata.type' type: object properties: applicationDisplayName: type: string description: Name of the Application. nullable: true applicationId: type: string description: AAD Application Id. nullable: true auditActorType: type: string description: Actor Type. nullable: true ipAddress: type: string description: IPAddress. nullable: true servicePrincipalName: type: string description: Service Principal Name (SPN). nullable: true userId: type: string description: User Id. nullable: true userPermissions: type: array items: type: string nullable: true description: List of user permissions when the audit was performed. userPrincipalName: type: string description: User Principal Name (UPN). nullable: true '@odata.type': type: string description: A class containing the properties for Audit Actor. microsoft.graph.auditProperty: title: auditProperty required: - '@odata.type' type: object properties: displayName: type: string description: Display name. nullable: true newValue: type: string description: New value. nullable: true oldValue: type: string description: Old value. nullable: true '@odata.type': type: string description: A class containing the properties for Audit Property. microsoft.graph.auditResource: title: auditResource required: - '@odata.type' type: object properties: auditResourceType: type: string description: Audit resource's type. nullable: true displayName: type: string description: Display name. nullable: true modifiedProperties: type: array items: $ref: '#/components/schemas/microsoft.graph.auditProperty' description: List of modified properties. resourceId: type: string description: Audit resource's Id. nullable: true '@odata.type': type: string description: A class containing the properties for Audit Resource. microsoft.graph.authenticationAttributeCollectionInputConfiguration: title: authenticationAttributeCollectionInputConfiguration required: - '@odata.type' type: object properties: attribute: type: string description: The built-in or custom attribute for which a value is being collected. defaultValue: type: string description: The default value of the attribute displayed to the end user. nullable: true editable: type: boolean description: Whether the attribute is editable by the end user. nullable: true hidden: type: boolean description: Whether the attribute is displayed to the end user. nullable: true inputType: $ref: '#/components/schemas/microsoft.graph.authenticationAttributeCollectionInputType' label: type: string description: 'The label of the attribute field that is displayed to end user, unless overridden.' options: type: array items: $ref: '#/components/schemas/microsoft.graph.authenticationAttributeCollectionOptionConfiguration' description: The option values for certain multiple-option input types. required: type: boolean description: Whether the field is required. nullable: true validationRegEx: type: string description: The regex for the value of the field. nullable: true writeToDirectory: type: boolean description: Whether the value collected is stored. nullable: true '@odata.type': type: string microsoft.graph.authenticationAttributeCollectionOptionConfiguration: title: authenticationAttributeCollectionOptionConfiguration required: - '@odata.type' type: object properties: label: type: string description: 'The label of the option that will be displayed to user, unless overridden.' value: type: string description: The value of the option that will be stored. '@odata.type': type: string microsoft.graph.authenticationAttributeCollectionPage: title: authenticationAttributeCollectionPage required: - '@odata.type' type: object properties: views: type: array items: $ref: '#/components/schemas/microsoft.graph.authenticationAttributeCollectionPageViewConfiguration' description: A collection of displays of the attribute collection page. '@odata.type': type: string microsoft.graph.authenticationAttributeCollectionPageViewConfiguration: title: authenticationAttributeCollectionPageViewConfiguration required: - '@odata.type' type: object properties: description: type: string description: The description of the page. nullable: true inputs: type: array items: $ref: '#/components/schemas/microsoft.graph.authenticationAttributeCollectionInputConfiguration' description: The display configuration of attributes being collected on the attribute collection page. title: type: string description: The title of the attribute collection page. nullable: true '@odata.type': type: string microsoft.graph.authenticationConditions: title: authenticationConditions required: - '@odata.type' type: object properties: applications: anyOf: - $ref: '#/components/schemas/microsoft.graph.authenticationConditionsApplications' - type: object nullable: true description: Applications which trigger a custom authentication extension. '@odata.type': type: string microsoft.graph.authenticationConditionsApplications: title: authenticationConditionsApplications required: - '@odata.type' type: object properties: includeApplications: type: array items: $ref: '#/components/schemas/microsoft.graph.authenticationConditionApplication' x-ms-navigationProperty: true '@odata.type': type: string microsoft.graph.authenticationConfigurationValidation: title: authenticationConfigurationValidation required: - '@odata.type' type: object properties: errors: type: array items: $ref: '#/components/schemas/microsoft.graph.genericError' description: Errors in the validation result of a customAuthenticationExtension. warnings: type: array items: $ref: '#/components/schemas/microsoft.graph.genericError' description: Warnings in the validation result of a customAuthenticationExtension. '@odata.type': type: string microsoft.graph.authenticationMethodFeatureConfiguration: title: authenticationMethodFeatureConfiguration required: - '@odata.type' type: object properties: excludeTarget: anyOf: - $ref: '#/components/schemas/microsoft.graph.featureTarget' - type: object nullable: true description: A single entity that is excluded from this feature. includeTarget: anyOf: - $ref: '#/components/schemas/microsoft.graph.featureTarget' - type: object nullable: true description: A single entity that is included in this feature. state: anyOf: - $ref: '#/components/schemas/microsoft.graph.advancedConfigState' - type: object nullable: true description: 'Enable or disable the feature. Possible values are: default, enabled, disabled, unknownFutureValue. The default value is used when the configuration hasn''t been explicitly set and uses the default behavior of Microsoft Entra ID for the setting. The default value is disabled.' '@odata.type': type: string microsoft.graph.authenticationMethodsRegistrationCampaign: title: authenticationMethodsRegistrationCampaign required: - '@odata.type' type: object properties: excludeTargets: type: array items: $ref: '#/components/schemas/microsoft.graph.excludeTarget' description: Users and groups of users that are excluded from being prompted to set up the authentication method. includeTargets: type: array items: $ref: '#/components/schemas/microsoft.graph.authenticationMethodsRegistrationCampaignIncludeTarget' description: Users and groups of users that are prompted to set up the authentication method. snoozeDurationInDays: maximum: 2147483647 minimum: -2147483648 type: integer description: 'Specifies the number of days that the user sees a prompt again if they select ''Not now'' and snoozes the prompt. Minimum: 0 days. Maximum: 14 days. If the value is ''0'', the user is prompted during every MFA attempt.' format: int32 state: $ref: '#/components/schemas/microsoft.graph.advancedConfigState' '@odata.type': type: string microsoft.graph.authenticationMethodsRegistrationCampaignIncludeTarget: title: authenticationMethodsRegistrationCampaignIncludeTarget required: - '@odata.type' type: object properties: id: type: string description: The object identifier of a Microsoft Entra user or group. targetedAuthenticationMethod: type: string description: The authentication method that the user is prompted to register. The value must be microsoftAuthenticator. nullable: true targetType: $ref: '#/components/schemas/microsoft.graph.authenticationMethodTargetType' '@odata.type': type: string microsoft.graph.authenticationStrengthUsage: title: authenticationStrengthUsage required: - '@odata.type' type: object properties: mfa: type: array items: $ref: '#/components/schemas/microsoft.graph.conditionalAccessPolicy' x-ms-navigationProperty: true none: type: array items: $ref: '#/components/schemas/microsoft.graph.conditionalAccessPolicy' x-ms-navigationProperty: true '@odata.type': type: string microsoft.graph.authorizationInfo: title: authorizationInfo required: - '@odata.type' type: object properties: certificateUserIds: type: array items: type: string nullable: true '@odata.type': type: string microsoft.graph.automaticRepliesMailTips: title: automaticRepliesMailTips required: - '@odata.type' type: object properties: message: type: string description: The automatic reply message. nullable: true messageLanguage: anyOf: - $ref: '#/components/schemas/microsoft.graph.localeInfo' - type: object nullable: true description: The language that the automatic reply message is in. scheduledEndTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' - type: object nullable: true description: The date and time that automatic replies are set to end. scheduledStartTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' - type: object nullable: true description: The date and time that automatic replies are set to begin. '@odata.type': type: string microsoft.graph.automaticRepliesSetting: title: automaticRepliesSetting required: - '@odata.type' type: object properties: externalAudience: anyOf: - $ref: '#/components/schemas/microsoft.graph.externalAudienceScope' - type: object nullable: true description: 'The set of audience external to the signed-in user''s organization who will receive the ExternalReplyMessage, if Status is AlwaysEnabled or Scheduled. The possible values are: none, contactsOnly, all.' externalReplyMessage: type: string description: 'The automatic reply to send to the specified external audience, if Status is AlwaysEnabled or Scheduled.' nullable: true internalReplyMessage: type: string description: 'The automatic reply to send to the audience internal to the signed-in user''s organization, if Status is AlwaysEnabled or Scheduled.' nullable: true scheduledEndDateTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' - type: object nullable: true description: 'The date and time that automatic replies are set to end, if Status is set to Scheduled.' scheduledStartDateTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' - type: object nullable: true description: 'The date and time that automatic replies are set to begin, if Status is set to Scheduled.' status: anyOf: - $ref: '#/components/schemas/microsoft.graph.automaticRepliesStatus' - type: object nullable: true description: 'Configurations status for automatic replies. The possible values are: disabled, alwaysEnabled, scheduled.' '@odata.type': type: string microsoft.graph.availabilityItem: title: availabilityItem required: - '@odata.type' type: object properties: endDateTime: $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' serviceId: type: string description: 'Indicates the service ID for 1:n appointments. If the appointment is of type 1:n, this field is present, otherwise, null.' nullable: true startDateTime: $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' status: anyOf: - $ref: '#/components/schemas/microsoft.graph.bookingsAvailabilityStatus' - type: object nullable: true description: 'The status of the staff member. Possible values are: available, busy, slotsAvailable, outOfOffice, unknownFutureValue.' '@odata.type': type: string microsoft.graph.averageComparativeScore: title: averageComparativeScore required: - '@odata.type' type: object properties: averageScore: oneOf: - type: number format: double - type: string - $ref: '#/components/schemas/ReferenceNumeric' description: Average score within specified basis. nullable: true basis: type: string description: 'Scope type. The possible values are: AllTenants, TotalSeats, IndustryTypes.' nullable: true '@odata.type': type: string microsoft.graph.azureActiveDirectoryTenant: allOf: - $ref: '#/components/schemas/microsoft.graph.identitySource' - title: azureActiveDirectoryTenant required: - '@odata.type' type: object properties: displayName: type: string description: The name of the Microsoft Entra tenant. Read only. nullable: true tenantId: type: string description: The ID of the Microsoft Entra tenant. Read only. nullable: true '@odata.type': type: string default: '#microsoft.graph.azureActiveDirectoryTenant' x-ms-discriminator-value: '#microsoft.graph.azureActiveDirectoryTenant' microsoft.graph.azureADJoinPolicy: title: azureADJoinPolicy required: - '@odata.type' type: object properties: allowedToJoin: anyOf: - $ref: '#/components/schemas/microsoft.graph.deviceRegistrationMembership' - type: object nullable: true isAdminConfigurable: type: boolean nullable: true '@odata.type': type: string microsoft.graph.azureAdPopTokenAuthentication: allOf: - $ref: '#/components/schemas/microsoft.graph.customExtensionAuthenticationConfiguration' - title: azureAdPopTokenAuthentication required: - '@odata.type' type: object properties: '@odata.type': type: string default: '#microsoft.graph.azureAdPopTokenAuthentication' x-ms-discriminator-value: '#microsoft.graph.azureAdPopTokenAuthentication' microsoft.graph.azureADRegistrationPolicy: title: azureADRegistrationPolicy required: - '@odata.type' type: object properties: allowedToRegister: anyOf: - $ref: '#/components/schemas/microsoft.graph.deviceRegistrationMembership' - type: object nullable: true isAdminConfigurable: type: boolean nullable: true '@odata.type': type: string microsoft.graph.azureAdTokenAuthentication: allOf: - $ref: '#/components/schemas/microsoft.graph.customExtensionAuthenticationConfiguration' - title: azureAdTokenAuthentication required: - '@odata.type' type: object properties: resourceId: type: string description: The appID of the Microsoft Entra application to use to authenticate an app with a custom extension. nullable: true '@odata.type': type: string default: '#microsoft.graph.azureAdTokenAuthentication' x-ms-discriminator-value: '#microsoft.graph.azureAdTokenAuthentication' microsoft.graph.azureCommunicationServicesUserIdentity: allOf: - $ref: '#/components/schemas/microsoft.graph.identity' - title: azureCommunicationServicesUserIdentity required: - '@odata.type' type: object properties: azureCommunicationServicesResourceId: type: string description: The Azure Communication Services resource ID associated with the user. nullable: true '@odata.type': type: string default: '#microsoft.graph.azureCommunicationServicesUserIdentity' x-ms-discriminator-value: '#microsoft.graph.azureCommunicationServicesUserIdentity' microsoft.graph.baseEndUserNotification: title: baseEndUserNotification required: - '@odata.type' type: object properties: defaultLanguage: type: string description: The default language for the end user notification. nullable: true endUserNotification: anyOf: - $ref: '#/components/schemas/microsoft.graph.endUserNotification' - type: object nullable: true x-ms-navigationProperty: true '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.positiveReinforcementNotification': '#/components/schemas/microsoft.graph.positiveReinforcementNotification' '#microsoft.graph.simulationNotification': '#/components/schemas/microsoft.graph.simulationNotification' '#microsoft.graph.trainingReminderNotification': '#/components/schemas/microsoft.graph.trainingReminderNotification' microsoft.graph.basicAuthentication: allOf: - $ref: '#/components/schemas/microsoft.graph.apiAuthenticationConfigurationBase' - title: basicAuthentication required: - '@odata.type' type: object properties: password: type: string description: The password. It isn't returned in the responses. nullable: true username: type: string description: The username. nullable: true '@odata.type': type: string default: '#microsoft.graph.basicAuthentication' x-ms-discriminator-value: '#microsoft.graph.basicAuthentication' microsoft.graph.bitLockerRemovableDrivePolicy: title: bitLockerRemovableDrivePolicy required: - '@odata.type' type: object properties: blockCrossOrganizationWriteAccess: type: boolean description: This policy setting determines whether BitLocker protection is required for removable data drives to be writable on a computer. encryptionMethod: anyOf: - $ref: '#/components/schemas/microsoft.graph.bitLockerEncryptionMethod' - type: object nullable: true description: 'Select the encryption method for removable drives. Possible values are: aesCbc128, aesCbc256, xtsAes128, xtsAes256.' requireEncryptionForWriteAccess: type: boolean description: 'Indicates whether to block write access to devices configured in another organization. If requireEncryptionForWriteAccess is false, this value does not affect.' '@odata.type': type: string description: BitLocker Removable Drive Policies. microsoft.graph.bookingCustomerInformation: allOf: - $ref: '#/components/schemas/microsoft.graph.bookingCustomerInformationBase' - title: bookingCustomerInformation required: - '@odata.type' type: object properties: customerId: type: string description: 'The ID of the bookingCustomer for this appointment. If no ID is specified when an appointment is created, then a new bookingCustomer object is created. Once set, you should consider the customerId immutable.' nullable: true customQuestionAnswers: type: array items: $ref: '#/components/schemas/microsoft.graph.bookingQuestionAnswer' description: It consists of the list of custom questions and answers given by the customer as part of the appointment emailAddress: type: string description: The SMTP address of the bookingCustomer who is booking the appointment nullable: true location: anyOf: - $ref: '#/components/schemas/microsoft.graph.location' - type: object nullable: true description: Represents location information for the bookingCustomer who is booking the appointment. name: type: string description: The customer's name. nullable: true notes: type: string description: 'Notes from the customer associated with this appointment. You can get the value only when reading this bookingAppointment by its ID. You can set this property only when initially creating an appointment with a new customer. After that point, the value is computed from the customer represented by the customerId.' nullable: true phone: type: string description: The customer's phone number. nullable: true timeZone: type: string description: 'The time zone of the customer. For a list of possible values, see dateTimeTimeZone.' nullable: true '@odata.type': type: string default: '#microsoft.graph.bookingCustomerInformation' x-ms-discriminator-value: '#microsoft.graph.bookingCustomerInformation' microsoft.graph.bookingCustomerInformationBase: title: bookingCustomerInformationBase required: - '@odata.type' type: object properties: '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.bookingCustomerInformation': '#/components/schemas/microsoft.graph.bookingCustomerInformation' microsoft.graph.bookingPageSettings: title: bookingPageSettings required: - '@odata.type' type: object properties: accessControl: $ref: '#/components/schemas/microsoft.graph.bookingPageAccessControl' bookingPageColorCode: type: string description: 'Custom color for bookings page. Value should be in Hex format. Example: `#123456`.' businessTimeZone: type: string description: 'The time zone of the customer. For a list of possible values, see [dateTimeTimeZone](https://learn.microsoft.com/en-us/graph/api/resources/datetimetimezone?view=graph-rest-beta).' customerConsentMessage: type: string description: Customer consent message that is displayed in the Booking page. enforceOneTimePassword: type: boolean description: Enforcing One Time Password (OTP) during appointment creation. isBusinessLogoDisplayEnabled: type: boolean description: Enable display of business logo display on the Bookings page. isCustomerConsentEnabled: type: boolean description: Enforces customer consent on the customer consent message before appointment is booked. isSearchEngineIndexabilityDisabled: type: boolean description: Disable booking page to be indexed by search engines. False by default. isTimeSlotTimeZoneSetToBusinessTimeZone: type: boolean description: If business time zone the default value for the time slots that we show in the bookings page. False by default. privacyPolicyWebUrl: type: string description: The URL of the business' Privacy Policy. termsAndConditionsWebUrl: type: string description: The URL of the business' Terms and Conditions. '@odata.type': type: string microsoft.graph.bookingQuestionAnswer: title: bookingQuestionAnswer required: - '@odata.type' type: object properties: answer: type: string description: The answer given by the user in case the answerInputType is text. nullable: true answerInputType: anyOf: - $ref: '#/components/schemas/microsoft.graph.answerInputType' - type: object nullable: true description: 'The expected answer type. The possible values are: text, radioButton, unknownFutureValue.' answerOptions: type: array items: type: string nullable: true description: 'In case the answerInputType is radioButton, this will consists of a list of possible answer values.' isRequired: type: boolean description: Indicates whether it is mandatory to answer the custom question. nullable: true question: type: string description: The question. nullable: true questionId: type: string description: The ID of the custom question. nullable: true selectedOptions: type: array items: type: string nullable: true description: The answers selected by the user. '@odata.type': type: string microsoft.graph.bookingQuestionAssignment: title: bookingQuestionAssignment required: - '@odata.type' type: object properties: isRequired: type: boolean description: Indicates whether it's mandatory to answer the custom question. questionId: type: string description: The ID of the custom question. '@odata.type': type: string microsoft.graph.bookingReminder: title: bookingReminder required: - '@odata.type' type: object properties: message: type: string description: The message in the reminder. offset: pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' type: string description: The amount of time before the start of an appointment that the reminder should be sent. It's denoted in ISO 8601 format. format: duration recipients: $ref: '#/components/schemas/microsoft.graph.bookingReminderRecipients' '@odata.type': type: string description: This type represents when and to whom to send an e-mail reminder. microsoft.graph.bookingsAvailability: title: bookingsAvailability required: - '@odata.type' type: object properties: availabilityType: $ref: '#/components/schemas/microsoft.graph.bookingsServiceAvailabilityType' businessHours: type: array items: $ref: '#/components/schemas/microsoft.graph.bookingWorkHours' description: The hours of operation in a week. This is set to null if the availability type is not customWeeklyHours '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.bookingsAvailabilityWindow': '#/components/schemas/microsoft.graph.bookingsAvailabilityWindow' microsoft.graph.bookingsAvailabilityWindow: allOf: - $ref: '#/components/schemas/microsoft.graph.bookingsAvailability' - title: bookingsAvailabilityWindow required: - '@odata.type' type: object properties: endDate: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string description: Allow customers to end date of availability window. format: date nullable: true startDate: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string description: Allow customers to start date of availability window. format: date nullable: true '@odata.type': type: string default: '#microsoft.graph.bookingsAvailabilityWindow' x-ms-discriminator-value: '#microsoft.graph.bookingsAvailabilityWindow' microsoft.graph.bookingSchedulingPolicy: title: bookingSchedulingPolicy required: - '@odata.type' type: object properties: allowStaffSelection: type: boolean description: True if to allow customers to choose a specific person for the booking. customAvailabilities: type: array items: $ref: '#/components/schemas/microsoft.graph.bookingsAvailabilityWindow' description: collection of custom availabilities for a given time range. generalAvailability: anyOf: - $ref: '#/components/schemas/microsoft.graph.bookingsAvailability' - type: object nullable: true description: 'General availability ' isMeetingInviteToCustomersEnabled: type: boolean description: Enable sending meeting invite to customers. False by default. nullable: true maximumAdvance: pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' type: string description: Maximum number of days in advance that a booking can be made. It follows the ISO 8601 format. format: duration minimumLeadTime: pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' type: string description: The minimum amount of time before which bookings and cancellations must be made. It follows the ISO 8601 format. format: duration sendConfirmationsToOwner: type: boolean description: True to notify the business via email when a booking is created or changed. Use the email address specified in the email property of the bookingBusiness entity for the business. timeSlotInterval: pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' type: string description: 'Duration of each time slot, denoted in ISO 8601 format.' format: duration '@odata.type': type: string description: This type represents the set of policies that dictate how bookings can be created in a Booking Calendar. microsoft.graph.bookingWorkHours: title: bookingWorkHours required: - '@odata.type' type: object properties: day: $ref: '#/components/schemas/microsoft.graph.dayOfWeek' timeSlots: type: array items: $ref: '#/components/schemas/microsoft.graph.bookingWorkTimeSlot' description: A list of start/end times during a day. '@odata.type': type: string description: This type represents the set of working hours in a single day of the week. microsoft.graph.bookingWorkTimeSlot: title: bookingWorkTimeSlot required: - '@odata.type' type: object properties: endTime: pattern: '^([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?$' type: string description: 'The time of the day when work stops. For example, 17:00:00.0000000.' format: time startTime: pattern: '^([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?$' type: string description: 'The time of the day when work starts. For example, 08:00:00.0000000.' format: time '@odata.type': type: string microsoft.graph.booleanColumn: title: booleanColumn required: - '@odata.type' type: object properties: '@odata.type': type: string microsoft.graph.broadcastMeetingCaptionSettings: title: broadcastMeetingCaptionSettings required: - '@odata.type' type: object properties: isCaptionEnabled: type: boolean description: Indicates whether captions are enabled for this Teams live event. nullable: true spokenLanguage: type: string description: The spoken language. nullable: true translationLanguages: type: array items: type: string nullable: true description: The translation languages (choose up to 6). '@odata.type': type: string microsoft.graph.broadcastMeetingSettings: title: broadcastMeetingSettings required: - '@odata.type' type: object properties: allowedAudience: anyOf: - $ref: '#/components/schemas/microsoft.graph.broadcastMeetingAudience' - type: object nullable: true description: Defines who can join the Teams live event. Possible values are listed in the following table. captions: anyOf: - $ref: '#/components/schemas/microsoft.graph.broadcastMeetingCaptionSettings' - type: object nullable: true description: Caption settings of a Teams live event. isAttendeeReportEnabled: type: boolean description: Indicates whether attendee report is enabled for this Teams live event. Default value is false. nullable: true isQuestionAndAnswerEnabled: type: boolean description: Indicates whether Q&A is enabled for this Teams live event. Default value is false. nullable: true isRecordingEnabled: type: boolean description: Indicates whether recording is enabled for this Teams live event. Default value is false. nullable: true isVideoOnDemandEnabled: type: boolean description: Indicates whether video on demand is enabled for this Teams live event. Default value is false. nullable: true '@odata.type': type: string microsoft.graph.browserSharedCookieHistory: title: browserSharedCookieHistory required: - '@odata.type' type: object properties: comment: type: string description: The comment for the shared cookie. nullable: true displayName: type: string description: The name of the cookie. hostOnly: type: boolean description: Controls whether a cookie is a host-only or domain cookie. hostOrDomain: type: string description: The URL of the cookie. nullable: true lastModifiedBy: $ref: '#/components/schemas/microsoft.graph.identitySet' path: type: string description: The path of the cookie. nullable: true publishedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The date and time when the cookie was last published. format: date-time sourceEnvironment: anyOf: - $ref: '#/components/schemas/microsoft.graph.browserSharedCookieSourceEnvironment' - type: object nullable: true description: 'Specifies how the cookies are shared between Microsoft Edge and Internet Explorer. The possible values are: microsoftEdge, internetExplorer11, both, unknownFutureValue.' '@odata.type': type: string microsoft.graph.browserSiteHistory: title: browserSiteHistory required: - '@odata.type' type: object properties: allowRedirect: type: boolean description: 'Controls the behavior of redirected sites. If true, indicates that the site will open in Internet Explorer 11 or Microsoft Edge even if the site is navigated to as part of a HTTP or meta refresh redirection chain.' nullable: true comment: type: string description: The comment for the site. compatibilityMode: anyOf: - $ref: '#/components/schemas/microsoft.graph.browserSiteCompatibilityMode' - type: object nullable: true description: 'Controls what compatibility setting is used for specific sites or domains. The possible values are: default, internetExplorer8Enterprise, internetExplorer7Enterprise, internetExplorer11, internetExplorer10, internetExplorer9, internetExplorer8, internetExplorer7, internetExplorer5, unknownFutureValue.' lastModifiedBy: anyOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' - type: object nullable: true description: The user who last modified the site. mergeType: anyOf: - $ref: '#/components/schemas/microsoft.graph.browserSiteMergeType' - type: object nullable: true description: 'The merge type of the site. The possible values are: noMerge, default, unknownFutureValue.' publishedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The date and time when the site was last published. format: date-time targetEnvironment: anyOf: - $ref: '#/components/schemas/microsoft.graph.browserSiteTargetEnvironment' - type: object nullable: true description: 'The target environment that the site should open in. The possible values are: internetExplorerMode, internetExplorer11, microsoftEdge, configurable, none, unknownFutureValue.Prior to June 15, 2022, the internetExplorer11 option would allow opening a site in the Internet Explorer 11 (IE11) desktop application. Following the retirement of IE11 on June 15, 2022, the internetExplorer11 option will no longer open an IE11 window and will instead behave the same as the internetExplorerMode option.' '@odata.type': type: string description: The history for the site modifications microsoft.graph.bucketAggregationDefinition: title: bucketAggregationDefinition required: - '@odata.type' type: object properties: isDescending: type: boolean description: 'True to specify the sort order as descending. The default is false, with the sort order as ascending. Optional.' nullable: true minimumCount: maximum: 2147483647 minimum: -2147483648 type: integer description: The minimum number of items that should be present in the aggregation to be returned in a bucket. Optional. format: int32 nullable: true prefixFilter: type: string description: A filter to define a matching criteria. The key should start with the specified prefix to be returned in the response. Optional. nullable: true ranges: type: array items: $ref: '#/components/schemas/microsoft.graph.bucketAggregationRange' description: Specifies the manual ranges to compute the aggregations. This is only valid for nonstring refiners of date or numeric type. Optional. sortBy: $ref: '#/components/schemas/microsoft.graph.bucketAggregationSortProperty' '@odata.type': type: string microsoft.graph.bucketAggregationRange: title: bucketAggregationRange required: - '@odata.type' type: object properties: from: type: string description: Defines the lower bound from which to compute the aggregation. This can be a numeric value or a string representation of a date using the YYYY-MM-DDTHH:mm:ss.sssZ format. Required. to: type: string description: Defines the upper bound up to which to compute the aggregation. This can be a numeric value or a string representation of a date using the YYYY-MM-DDTHH:mm:ss.sssZ format. Required. '@odata.type': type: string microsoft.graph.bundle: title: bundle required: - '@odata.type' type: object properties: album: anyOf: - $ref: '#/components/schemas/microsoft.graph.album' - type: object nullable: true description: 'If the bundle is an album, then the album property is included' childCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of children contained immediately within this container. format: int32 nullable: true '@odata.type': type: string microsoft.graph.calculatedColumn: title: calculatedColumn required: - '@odata.type' type: object properties: format: type: string description: 'For dateTime output types, the format of the value. Possible values are: dateOnly or dateTime.' nullable: true formula: type: string description: The formula used to compute the value for this column. nullable: true outputType: type: string description: 'The output type used to format values in this column. Possible values are: boolean, currency, dateTime, number, or text.' nullable: true '@odata.type': type: string microsoft.graph.calendarSharingMessageAction: title: calendarSharingMessageAction required: - '@odata.type' type: object properties: action: anyOf: - $ref: '#/components/schemas/microsoft.graph.calendarSharingAction' - type: object nullable: true actionType: anyOf: - $ref: '#/components/schemas/microsoft.graph.calendarSharingActionType' - type: object nullable: true importance: anyOf: - $ref: '#/components/schemas/microsoft.graph.calendarSharingActionImportance' - type: object nullable: true '@odata.type': type: string microsoft.graph.callEndedEventMessageDetail: allOf: - $ref: '#/components/schemas/microsoft.graph.eventMessageDetail' - title: callEndedEventMessageDetail required: - '@odata.type' type: object properties: callDuration: pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' type: string description: Duration of the call. format: duration nullable: true callEventType: anyOf: - $ref: '#/components/schemas/microsoft.graph.teamworkCallEventType' - type: object nullable: true description: 'Represents the call event type. Possible values are: call, meeting, screenShare, unknownFutureValue.' callId: type: string description: Unique identifier of the call. nullable: true callParticipants: type: array items: $ref: '#/components/schemas/microsoft.graph.callParticipantInfo' description: List of call participants. initiator: anyOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' - type: object nullable: true description: Initiator of the event. '@odata.type': type: string default: '#microsoft.graph.callEndedEventMessageDetail' x-ms-discriminator-value: '#microsoft.graph.callEndedEventMessageDetail' microsoft.graph.callMediaState: title: callMediaState required: - '@odata.type' type: object properties: audio: anyOf: - $ref: '#/components/schemas/microsoft.graph.mediaState' - type: object nullable: true description: 'The audio media state. Possible values are: active, inactive, unknownFutureValue.' '@odata.type': type: string microsoft.graph.callOptions: title: callOptions required: - '@odata.type' type: object properties: hideBotAfterEscalation: type: boolean description: Indicates whether to hide the app after the call is escalated. nullable: true isContentSharingNotificationEnabled: type: boolean description: Indicates whether content sharing notifications should be enabled for the call. nullable: true '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.incomingCallOptions': '#/components/schemas/microsoft.graph.incomingCallOptions' '#microsoft.graph.outgoingCallOptions': '#/components/schemas/microsoft.graph.outgoingCallOptions' microsoft.graph.callParticipantInfo: title: callParticipantInfo required: - '@odata.type' type: object properties: participant: anyOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' - type: object nullable: true description: Identity of the call participant. '@odata.type': type: string microsoft.graph.callRecordingEventMessageDetail: allOf: - $ref: '#/components/schemas/microsoft.graph.eventMessageDetail' - title: callRecordingEventMessageDetail required: - '@odata.type' type: object properties: callId: type: string description: Unique identifier of the call. nullable: true callRecordingDisplayName: type: string description: Display name for the call recording. nullable: true callRecordingDuration: pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' type: string description: Duration of the call recording. format: duration nullable: true callRecordingStatus: anyOf: - $ref: '#/components/schemas/microsoft.graph.callRecordingStatus' - type: object nullable: true description: 'Status of the call recording. Possible values are: success, failure, initial, chunkFinished, unknownFutureValue.' callRecordingUrl: type: string description: Call recording URL. nullable: true initiator: anyOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' - type: object nullable: true description: Initiator of the event. meetingOrganizer: anyOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' - type: object nullable: true description: Organizer of the meeting. '@odata.type': type: string default: '#microsoft.graph.callRecordingEventMessageDetail' x-ms-discriminator-value: '#microsoft.graph.callRecordingEventMessageDetail' microsoft.graph.callRoute: title: callRoute required: - '@odata.type' type: object properties: final: $ref: '#/components/schemas/microsoft.graph.identitySet' original: $ref: '#/components/schemas/microsoft.graph.identitySet' routingType: $ref: '#/components/schemas/microsoft.graph.routingType' '@odata.type': type: string microsoft.graph.callStartedEventMessageDetail: allOf: - $ref: '#/components/schemas/microsoft.graph.eventMessageDetail' - title: callStartedEventMessageDetail required: - '@odata.type' type: object properties: callEventType: anyOf: - $ref: '#/components/schemas/microsoft.graph.teamworkCallEventType' - type: object nullable: true description: 'Represents the call event type. Possible values are: call, meeting, screenShare, unknownFutureValue.' callId: type: string description: Unique identifier of the call. nullable: true initiator: anyOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' - type: object nullable: true description: Initiator of the event. '@odata.type': type: string default: '#microsoft.graph.callStartedEventMessageDetail' x-ms-discriminator-value: '#microsoft.graph.callStartedEventMessageDetail' microsoft.graph.callTranscriptEventMessageDetail: allOf: - $ref: '#/components/schemas/microsoft.graph.eventMessageDetail' - title: callTranscriptEventMessageDetail required: - '@odata.type' type: object properties: callId: type: string description: Unique identifier of the call. nullable: true callTranscriptICalUid: type: string description: Unique identifier for a call transcript. nullable: true meetingOrganizer: anyOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' - type: object nullable: true description: The organizer of the meeting. '@odata.type': type: string default: '#microsoft.graph.callTranscriptEventMessageDetail' x-ms-discriminator-value: '#microsoft.graph.callTranscriptEventMessageDetail' microsoft.graph.callTranscriptionInfo: title: callTranscriptionInfo required: - '@odata.type' type: object properties: lastModifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The state modified time in UTC. format: date-time nullable: true state: $ref: '#/components/schemas/microsoft.graph.callTranscriptionState' '@odata.type': type: string microsoft.graph.certificateAuthority: title: certificateAuthority required: - '@odata.type' type: object properties: certificate: type: string description: Required. The base64 encoded string representing the public certificate. format: base64url certificateRevocationListUrl: type: string description: The URL of the certificate revocation list. nullable: true deltaCertificateRevocationListUrl: type: string description: The URL contains the list of all revoked certificates since the last time a full certificate revocaton list was created. nullable: true isRootAuthority: type: boolean description: 'Required. true if the trusted certificate is a root authority, false if the trusted certificate is an intermediate authority.' issuer: type: string description: 'The issuer of the certificate, calculated from the certificate value. Read-only.' issuerSki: type: string description: 'The subject key identifier of the certificate, calculated from the certificate value. Read-only.' '@odata.type': type: string microsoft.graph.certification: title: certification required: - '@odata.type' type: object properties: certificationDetailsUrl: type: string description: URL that shows certification details for the application. nullable: true readOnly: true certificationExpirationDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The timestamp when the current certification for the application expires. format: date-time nullable: true isCertifiedByMicrosoft: type: boolean description: Indicates whether the application is certified by Microsoft. nullable: true readOnly: true isPublisherAttested: type: boolean description: Indicates whether the application has been self-attested by the application developer or the publisher. nullable: true lastCertificationDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The timestamp when the certification for the application was most recently added or updated. format: date-time nullable: true '@odata.type': type: string microsoft.graph.certificationControl: title: certificationControl required: - '@odata.type' type: object properties: name: type: string description: Certification control name nullable: true url: type: string description: URL for the Microsoft Service Trust Portal nullable: true '@odata.type': type: string microsoft.graph.changeNotification: title: changeNotification required: - '@odata.type' type: object properties: changeType: $ref: '#/components/schemas/microsoft.graph.changeType' clientState: type: string description: Value of the clientState property sent in the subscription request (if any). The maximum length is 255 characters. The client can check whether the change notification came from the service by comparing the values of the clientState property. The value of the clientState property sent with the subscription is compared with the value of the clientState property received with each change notification. Optional. nullable: true encryptedContent: anyOf: - $ref: '#/components/schemas/microsoft.graph.changeNotificationEncryptedContent' - type: object nullable: true description: (Preview) Encrypted content attached with the change notification. Only provided if encryptionCertificate and includeResourceData were defined during the subscription request and if the resource supports it. Optional. id: type: string description: Unique ID for the notification. Optional. nullable: true lifecycleEvent: anyOf: - $ref: '#/components/schemas/microsoft.graph.lifecycleEventType' - type: object nullable: true description: 'The type of lifecycle notification if the current notification is a lifecycle notification. Optional. Supported values are missed, subscriptionRemoved, reauthorizationRequired. Optional.' resource: type: string description: The URI of the resource that emitted the change notification relative to https://graph.microsoft.com. Required. resourceData: anyOf: - $ref: '#/components/schemas/microsoft.graph.resourceData' - type: object nullable: true description: The content of this property depends on the type of resource being subscribed to. Optional. subscriptionExpirationDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The expiration time for the subscription. Required. format: date-time subscriptionId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string description: The unique identifier of the subscription that generated the notification.Required. format: uuid tenantId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string description: The unique identifier of the tenant from which the change notification originated. Required. format: uuid '@odata.type': type: string microsoft.graph.changeNotificationCollection: title: changeNotificationCollection required: - '@odata.type' type: object properties: validationTokens: type: array items: type: string nullable: true description: Contains an array of JSON web tokens (JWT) generated by Microsoft Graph for the application to validate the origin of the notifications. Microsoft Graph generates a single token for each distinct app and tenant pair for an item if it exists in the value array. Keep in mind that notifications can contain a mix of items for various apps and tenants that subscribed using the same notification URL. Only provided for change notifications with resource data. Optional. value: type: array items: $ref: '#/components/schemas/microsoft.graph.changeNotification' description: The set of notifications being sent to the notification URL. Required. '@odata.type': type: string microsoft.graph.changeNotificationEncryptedContent: title: changeNotificationEncryptedContent required: - '@odata.type' type: object properties: data: type: string description: Base64-encoded encrypted data that produces a full resource respresented as JSON. The data has been encrypted with the provided dataKey using an AES/CBC/PKCS5PADDING cipher suite. dataKey: type: string description: 'Base64-encoded symmetric key generated by Microsoft Graph to encrypt the data value and to generate the data signature. This key is encrypted with the certificate public key that was provided during the subscription. It must be decrypted with the certificate private key before it can be used to decrypt the data or verify the signature. This key has been encrypted with the following cipher suite: RSA/ECB/OAEPWithSHA1AndMGF1Padding.' dataSignature: type: string description: Base64-encoded HMAC-SHA256 hash of the data for validation purposes. encryptionCertificateId: type: string description: ID of the certificate used to encrypt the dataKey. encryptionCertificateThumbprint: type: string description: Hexadecimal representation of the thumbprint of the certificate used to encrypt the dataKey. '@odata.type': type: string microsoft.graph.channelAddedEventMessageDetail: allOf: - $ref: '#/components/schemas/microsoft.graph.eventMessageDetail' - title: channelAddedEventMessageDetail required: - '@odata.type' type: object properties: channelDisplayName: type: string description: Display name of the channel. nullable: true channelId: type: string description: Unique identifier of the channel. nullable: true initiator: anyOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' - type: object nullable: true description: Initiator of the event. '@odata.type': type: string default: '#microsoft.graph.channelAddedEventMessageDetail' x-ms-discriminator-value: '#microsoft.graph.channelAddedEventMessageDetail' microsoft.graph.channelDeletedEventMessageDetail: allOf: - $ref: '#/components/schemas/microsoft.graph.eventMessageDetail' - title: channelDeletedEventMessageDetail required: - '@odata.type' type: object properties: channelDisplayName: type: string description: Display name of the channel. nullable: true channelId: type: string description: Unique identifier of the channel. nullable: true initiator: anyOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' - type: object nullable: true description: Initiator of the event. '@odata.type': type: string default: '#microsoft.graph.channelDeletedEventMessageDetail' x-ms-discriminator-value: '#microsoft.graph.channelDeletedEventMessageDetail' microsoft.graph.channelDescriptionUpdatedEventMessageDetail: allOf: - $ref: '#/components/schemas/microsoft.graph.eventMessageDetail' - title: channelDescriptionUpdatedEventMessageDetail required: - '@odata.type' type: object properties: channelDescription: type: string description: The updated description of the channel. nullable: true channelId: type: string description: Unique identifier of the channel. nullable: true initiator: anyOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' - type: object nullable: true description: Initiator of the event. '@odata.type': type: string default: '#microsoft.graph.channelDescriptionUpdatedEventMessageDetail' x-ms-discriminator-value: '#microsoft.graph.channelDescriptionUpdatedEventMessageDetail' microsoft.graph.channelIdentity: title: channelIdentity required: - '@odata.type' type: object properties: channelId: type: string description: The identity of the channel in which the message was posted. nullable: true teamId: type: string description: The identity of the team in which the message was posted. nullable: true '@odata.type': type: string microsoft.graph.channelMembersNotificationRecipient: allOf: - $ref: '#/components/schemas/microsoft.graph.teamworkNotificationRecipient' - title: channelMembersNotificationRecipient required: - '@odata.type' type: object properties: channelId: type: string description: The unique identifier for the channel whose members should receive the notification. teamId: type: string description: The unique identifier for the team under which the channel resides. '@odata.type': type: string default: '#microsoft.graph.channelMembersNotificationRecipient' x-ms-discriminator-value: '#microsoft.graph.channelMembersNotificationRecipient' microsoft.graph.channelRenamedEventMessageDetail: allOf: - $ref: '#/components/schemas/microsoft.graph.eventMessageDetail' - title: channelRenamedEventMessageDetail required: - '@odata.type' type: object properties: channelDisplayName: type: string description: The updated name of the channel. nullable: true channelId: type: string description: Unique identifier of the channel. nullable: true initiator: anyOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' - type: object nullable: true description: Initiator of the event. '@odata.type': type: string default: '#microsoft.graph.channelRenamedEventMessageDetail' x-ms-discriminator-value: '#microsoft.graph.channelRenamedEventMessageDetail' microsoft.graph.channelSetAsFavoriteByDefaultEventMessageDetail: allOf: - $ref: '#/components/schemas/microsoft.graph.eventMessageDetail' - title: channelSetAsFavoriteByDefaultEventMessageDetail required: - '@odata.type' type: object properties: channelId: type: string description: Unique identifier of the channel. nullable: true initiator: anyOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' - type: object nullable: true description: Initiator of the event. '@odata.type': type: string default: '#microsoft.graph.channelSetAsFavoriteByDefaultEventMessageDetail' x-ms-discriminator-value: '#microsoft.graph.channelSetAsFavoriteByDefaultEventMessageDetail' microsoft.graph.channelSummary: title: channelSummary required: - '@odata.type' type: object properties: guestsCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Count of guests in a channel. format: int32 nullable: true hasMembersFromOtherTenants: type: boolean description: Indicates whether external members are included on the channel. nullable: true membersCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Count of members in a channel. format: int32 nullable: true ownersCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Count of owners in a channel. format: int32 nullable: true '@odata.type': type: string microsoft.graph.channelUnsetAsFavoriteByDefaultEventMessageDetail: allOf: - $ref: '#/components/schemas/microsoft.graph.eventMessageDetail' - title: channelUnsetAsFavoriteByDefaultEventMessageDetail required: - '@odata.type' type: object properties: channelId: type: string description: Unique identifier of the channel. nullable: true initiator: anyOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' - type: object nullable: true description: Initiator of the event. '@odata.type': type: string default: '#microsoft.graph.channelUnsetAsFavoriteByDefaultEventMessageDetail' x-ms-discriminator-value: '#microsoft.graph.channelUnsetAsFavoriteByDefaultEventMessageDetail' microsoft.graph.chatInfo: title: chatInfo required: - '@odata.type' type: object properties: messageId: type: string description: The unique identifier of a message in a Microsoft Teams channel. nullable: true replyChainMessageId: type: string description: The ID of the reply message. nullable: true threadId: type: string description: The unique identifier for a thread in Microsoft Teams. nullable: true '@odata.type': type: string microsoft.graph.chatMembersNotificationRecipient: allOf: - $ref: '#/components/schemas/microsoft.graph.teamworkNotificationRecipient' - title: chatMembersNotificationRecipient required: - '@odata.type' type: object properties: chatId: type: string description: The unique identifier for the chat whose members should receive the notifications. '@odata.type': type: string default: '#microsoft.graph.chatMembersNotificationRecipient' x-ms-discriminator-value: '#microsoft.graph.chatMembersNotificationRecipient' microsoft.graph.chatMessageAttachment: title: chatMessageAttachment required: - '@odata.type' type: object properties: content: type: string description: 'The content of the attachment. If the attachment is a rich card, set the property to the rich card object. This property and contentUrl are mutually exclusive.' nullable: true contentType: type: string description: 'The media type of the content attachment. It can have the following values: reference: Attachment is a link to another file. Populate the contentURL with the link to the object.Any contentType that is supported by the Bot Framework''s Attachment objectapplication/vnd.microsoft.card.codesnippet: A code snippet. application/vnd.microsoft.card.announcement: An announcement header.' nullable: true contentUrl: type: string description: The URL for the content of the attachment. nullable: true id: type: string description: Read-only. The unique id of the attachment. nullable: true name: type: string description: The name of the attachment. nullable: true teamsAppId: type: string description: The ID of the Teams app that is associated with the attachment. The property is used to attribute a Teams message card to the specified app. nullable: true thumbnailUrl: type: string description: 'The URL to a thumbnail image that the channel can use if it supports using an alternative, smaller form of content or contentUrl. For example, if you set contentType to application/word and set contentUrl to the location of the Word document, you might include a thumbnail image that represents the document. The channel could display the thumbnail image instead of the document. When the user selects the image, the channel would open the document.' nullable: true '@odata.type': type: string microsoft.graph.chatMessageFromIdentitySet: allOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' - title: chatMessageFromIdentitySet required: - '@odata.type' type: object properties: '@odata.type': type: string default: '#microsoft.graph.chatMessageFromIdentitySet' x-ms-discriminator-value: '#microsoft.graph.chatMessageFromIdentitySet' microsoft.graph.chatMessageHistoryItem: title: chatMessageHistoryItem required: - '@odata.type' type: object properties: actions: $ref: '#/components/schemas/microsoft.graph.chatMessageActions' modifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The date and time when the message was modified. format: date-time reaction: anyOf: - $ref: '#/components/schemas/microsoft.graph.chatMessageReaction' - type: object nullable: true description: The reaction in the modified message. '@odata.type': type: string microsoft.graph.chatMessageMention: title: chatMessageMention required: - '@odata.type' type: object properties: id: maximum: 2147483647 minimum: -2147483648 type: integer description: 'Index of an entity being mentioned in the specified chatMessage. Matches the {index} value in the corresponding tag in the message body.' format: int32 nullable: true mentioned: anyOf: - $ref: '#/components/schemas/microsoft.graph.chatMessageMentionedIdentitySet' - type: object nullable: true description: 'The entity (user, application, team, or channel) that was @mentioned.' mentionText: type: string description: 'String used to represent the mention. For example, a user''s display name, a team name.' nullable: true '@odata.type': type: string microsoft.graph.chatMessageMentionedIdentitySet: allOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' - title: chatMessageMentionedIdentitySet required: - '@odata.type' type: object properties: conversation: anyOf: - $ref: '#/components/schemas/microsoft.graph.teamworkConversationIdentity' - type: object nullable: true description: 'If present, represents a conversation (for example, team or channel) @mentioned in a message.' '@odata.type': type: string default: '#microsoft.graph.chatMessageMentionedIdentitySet' x-ms-discriminator-value: '#microsoft.graph.chatMessageMentionedIdentitySet' microsoft.graph.chatMessagePolicyViolation: title: chatMessagePolicyViolation required: - '@odata.type' type: object properties: dlpAction: anyOf: - $ref: '#/components/schemas/microsoft.graph.chatMessagePolicyViolationDlpActionTypes' - type: object nullable: true description: 'The action taken by the DLP provider on the message with sensitive content. Supported values are: NoneNotifySender -- Inform the sender of the violation but allow readers to read the message.BlockAccess -- Block readers from reading the message.BlockAccessExternal -- Block users outside the organization from reading the message, while allowing users within the organization to read the message.' justificationText: type: string description: Justification text provided by the sender of the message when overriding a policy violation. nullable: true policyTip: anyOf: - $ref: '#/components/schemas/microsoft.graph.chatMessagePolicyViolationPolicyTip' - type: object nullable: true description: Information to display to the message sender about why the message was flagged as a violation. userAction: anyOf: - $ref: '#/components/schemas/microsoft.graph.chatMessagePolicyViolationUserActionTypes' - type: object nullable: true description: 'Indicates the action taken by the user on a message blocked by the DLP provider. Supported values are: NoneOverrideReportFalsePositiveWhen the DLP provider is updating the message for blocking sensitive content, userAction isn''t required.' verdictDetails: anyOf: - $ref: '#/components/schemas/microsoft.graph.chatMessagePolicyViolationVerdictDetailsTypes' - type: object nullable: true description: 'Indicates what actions the sender may take in response to the policy violation. Supported values are: NoneAllowFalsePositiveOverride -- Allows the sender to declare the policyViolation to be an error in the DLP app and its rules, and allow readers to see the message again if the dlpAction hides it.AllowOverrideWithoutJustification -- Allows the sender to override the DLP violation and allow readers to see the message again if the dlpAction hides it, without needing to provide an explanation for doing so. AllowOverrideWithJustification -- Allows the sender to override the DLP violation and allow readers to see the message again if the dlpAction hides it, after providing an explanation for doing so.AllowOverrideWithoutJustification and AllowOverrideWithJustification are mutually exclusive.' '@odata.type': type: string microsoft.graph.chatMessagePolicyViolationPolicyTip: title: chatMessagePolicyViolationPolicyTip required: - '@odata.type' type: object properties: complianceUrl: type: string description: 'The URL a user can visit to read about the data loss prevention policies for the organization. (ie, policies about what users shouldn''t say in chats)' nullable: true generalText: type: string description: Explanatory text shown to the sender of the message. nullable: true matchedConditionDescriptions: type: array items: type: string nullable: true description: 'The list of improper data in the message that was detected by the data loss prevention app. Each DLP app defines its own conditions, examples include ''Credit Card Number'' and ''Social Security Number''.' '@odata.type': type: string microsoft.graph.chatMessageReaction: title: chatMessageReaction required: - '@odata.type' type: object properties: createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time reactionType: type: string description: 'Supported values are like, angry, sad, laugh, heart, surprised.' user: $ref: '#/components/schemas/microsoft.graph.chatMessageReactionIdentitySet' '@odata.type': type: string microsoft.graph.chatMessageReactionIdentitySet: allOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' - title: chatMessageReactionIdentitySet required: - '@odata.type' type: object properties: '@odata.type': type: string default: '#microsoft.graph.chatMessageReactionIdentitySet' x-ms-discriminator-value: '#microsoft.graph.chatMessageReactionIdentitySet' microsoft.graph.chatRenamedEventMessageDetail: allOf: - $ref: '#/components/schemas/microsoft.graph.eventMessageDetail' - title: chatRenamedEventMessageDetail required: - '@odata.type' type: object properties: chatDisplayName: type: string description: The updated name of the chat. nullable: true chatId: type: string description: Unique identifier of the chat. nullable: true initiator: anyOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' - type: object nullable: true description: Initiator of the event. '@odata.type': type: string default: '#microsoft.graph.chatRenamedEventMessageDetail' x-ms-discriminator-value: '#microsoft.graph.chatRenamedEventMessageDetail' microsoft.graph.chatViewpoint: title: chatViewpoint required: - '@odata.type' type: object properties: isHidden: type: boolean description: Indicates whether the chat is hidden for the current user. nullable: true lastMessageReadDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Represents the dateTime up until which the current user has read chatMessages in a specific chat. format: date-time nullable: true '@odata.type': type: string microsoft.graph.choiceColumn: title: choiceColumn required: - '@odata.type' type: object properties: allowTextEntry: type: boolean description: 'If true, allows custom values that aren''t in the configured choices.' nullable: true choices: type: array items: type: string nullable: true description: The list of values available for this column. displayAs: type: string description: 'How the choices are to be presented in the UX. Must be one of checkBoxes, dropDownMenu, or radioButtons' nullable: true '@odata.type': type: string microsoft.graph.clientCertificateAuthentication: allOf: - $ref: '#/components/schemas/microsoft.graph.apiAuthenticationConfigurationBase' - title: clientCertificateAuthentication required: - '@odata.type' type: object properties: certificateList: type: array items: $ref: '#/components/schemas/microsoft.graph.pkcs12CertificateInformation' description: The list of certificates uploaded for this API connector. '@odata.type': type: string default: '#microsoft.graph.clientCertificateAuthentication' x-ms-discriminator-value: '#microsoft.graph.clientCertificateAuthentication' microsoft.graph.cloudAppSecuritySessionControl: allOf: - $ref: '#/components/schemas/microsoft.graph.conditionalAccessSessionControl' - title: cloudAppSecuritySessionControl required: - '@odata.type' type: object properties: cloudAppSecurityType: anyOf: - $ref: '#/components/schemas/microsoft.graph.cloudAppSecuritySessionControlType' - type: object nullable: true description: 'Possible values are: mcasConfigured, monitorOnly, blockDownloads, unknownFutureValue. For more information, see Deploy Conditional Access App Control for featured apps.' '@odata.type': type: string default: '#microsoft.graph.cloudAppSecuritySessionControl' x-ms-discriminator-value: '#microsoft.graph.cloudAppSecuritySessionControl' microsoft.graph.cloudAppSecurityState: title: cloudAppSecurityState required: - '@odata.type' type: object properties: destinationServiceIp: type: string description: Destination IP Address of the connection to the cloud application/service. nullable: true destinationServiceName: type: string description: 'Cloud application/service name (for example ''Salesforce'', ''DropBox'', etc.).' nullable: true riskScore: type: string description: 'Provider-generated/calculated risk score of the Cloud Application/Service. Recommended value range of 0-1, which equates to a percentage.' nullable: true '@odata.type': type: string microsoft.graph.cloudClipboardItemPayload: title: cloudClipboardItemPayload required: - '@odata.type' type: object properties: content: type: string description: The formatName version of the value of a cloud clipboard encoded in base64. formatName: type: string description: For a list of possible values see formatName values. '@odata.type': type: string microsoft.graph.cloudPcAuditActor: title: cloudPcAuditActor required: - '@odata.type' type: object properties: applicationDisplayName: type: string description: Name of the application. nullable: true applicationId: type: string description: Microsoft Entra application ID. nullable: true ipAddress: type: string description: IP address. nullable: true remoteTenantId: type: string description: The delegated partner tenant ID. nullable: true remoteUserId: type: string description: The delegated partner user ID. nullable: true servicePrincipalName: type: string description: Service Principal Name (SPN). nullable: true userId: type: string description: Microsoft Entra user ID. nullable: true userPermissions: type: array items: type: string description: List of user permissions and application permissions when the audit event was performed. userPrincipalName: type: string description: User Principal Name (UPN). nullable: true userRoleScopeTags: type: array items: $ref: '#/components/schemas/microsoft.graph.cloudPcUserRoleScopeTagInfo' description: List of role scope tags. '@odata.type': type: string microsoft.graph.cloudPcAuditProperty: title: cloudPcAuditProperty required: - '@odata.type' type: object properties: displayName: type: string description: The display name for this property. newValue: type: string description: The new value for this property. oldValue: type: string description: The old value for this property. nullable: true '@odata.type': type: string microsoft.graph.cloudPcAuditResource: title: cloudPcAuditResource required: - '@odata.type' type: object properties: displayName: type: string description: The display name of the modified resource entity. nullable: true modifiedProperties: type: array items: $ref: '#/components/schemas/microsoft.graph.cloudPcAuditProperty' description: The list of modified properties. resourceId: type: string description: The unique identifier of the modified resource entity. '@odata.type': type: string microsoft.graph.cloudPcDomainJoinConfiguration: title: cloudPcDomainJoinConfiguration required: - '@odata.type' type: object properties: domainJoinType: anyOf: - $ref: '#/components/schemas/microsoft.graph.cloudPcDomainJoinType' - type: object nullable: true description: 'Specifies the method by which the provisioned Cloud PC joins Microsoft Entra ID. If you choose the hybridAzureADJoin type, only provide a value for the onPremisesConnectionId property and leave the regionName property empty. If you choose the azureADJoin type, provide a value for either the onPremisesConnectionId or the regionName property. Possible values are: azureADJoin, hybridAzureADJoin, unknownFutureValue.' onPremisesConnectionId: type: string description: 'The Azure network connection ID that matches the virtual network IT admins want the provisioning policy to use when they create Cloud PCs. You can use this property in both domain join types: Azure AD joined or Hybrid Microsoft Entra joined. If you enter an onPremisesConnectionId, leave the regionName property empty.' nullable: true regionGroup: anyOf: - $ref: '#/components/schemas/microsoft.graph.cloudPcRegionGroup' - type: object nullable: true description: 'The logical geographic group this region belongs to. Multiple regions can belong to one region group. A customer can select a regionGroup when they provision a Cloud PC, and the Cloud PC is put in one of the regions in the group based on resource status. For example, the Europe region group contains the Northern Europe and Western Europe regions. Possible values are: default, australia, canada, usCentral, usEast, usWest, france, germany, europeUnion, unitedKingdom, japan, asia, india, southAmerica, euap, usGovernment, usGovernmentDOD, unknownFutureValue, norway, switzerland, southKorea. Note that you must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: norway, switzerland, southKorea. Read-only.' regionName: type: string description: 'The supported Azure region where the IT admin wants the provisioning policy to create Cloud PCs. Within this region, the Windows 365 service creates and manages the underlying virtual network. This option is available only when the IT admin selects Microsoft Entra joined as the domain join type. If you enter a regionName, leave the onPremisesConnectionId property empty.' nullable: true '@odata.type': type: string microsoft.graph.cloudPcManagementAssignmentTarget: title: cloudPcManagementAssignmentTarget required: - '@odata.type' type: object properties: '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.cloudPcManagementGroupAssignmentTarget': '#/components/schemas/microsoft.graph.cloudPcManagementGroupAssignmentTarget' microsoft.graph.cloudPcManagementGroupAssignmentTarget: allOf: - $ref: '#/components/schemas/microsoft.graph.cloudPcManagementAssignmentTarget' - title: cloudPcManagementGroupAssignmentTarget required: - '@odata.type' type: object properties: groupId: type: string description: The ID of the target group for the assignment. nullable: true servicePlanId: type: string description: 'The unique identifier for the service plan that indicates which size of the Cloud PC to provision for the user. Use a null value, when the provisioningType is dedicated.' nullable: true '@odata.type': type: string default: '#microsoft.graph.cloudPcManagementGroupAssignmentTarget' x-ms-discriminator-value: '#microsoft.graph.cloudPcManagementGroupAssignmentTarget' microsoft.graph.cloudPcOnPremisesConnectionHealthCheck: title: cloudPcOnPremisesConnectionHealthCheck required: - '@odata.type' type: object properties: additionalDetail: type: string description: 'Additional details about the health check or the recommended action. For exmaple, the string value can be download.microsoft.com:443;software-download.microsoft.com:443; Read-only.' nullable: true correlationId: type: string description: The unique identifier of the health check item-related activities. This identifier can be useful in troubleshooting. nullable: true displayName: type: string description: The display name for this health check item. nullable: true endDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The value cannot be modified and is automatically populated when the health check ends. The Timestamp type represents date and time information using ISO 8601 format and is in Coordinated Universal Time (UTC). For example, midnight UTC on Jan 1, 2024 would look like this: ''2024-01-01T00:00:00Z''. Returned by default. Read-only.' format: date-time errorType: anyOf: - $ref: '#/components/schemas/microsoft.graph.cloudPcOnPremisesConnectionHealthCheckErrorType' - type: object nullable: true description: 'The type of error that occurred during this health check. Possible values are: endpointConnectivityCheckCloudPcUrlNotAllowListed, endpointConnectivityCheckWVDUrlNotAllowListed, etc. (The all possible values can refer to cloudPcOnPremisesConnectionHealthCheckErrorType) Read-Only.' recommendedAction: type: string description: 'The recommended action to fix the corresponding error. For example, The Active Directory domain join check failed because the password of the domain join user has expired. Read-Only.' nullable: true startDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The value cannot be modified and is automatically populated when the health check starts. The Timestamp type represents date and time information using ISO 8601 format and is in Coordinated Universal Time (UTC). For example, midnight UTC on Jan 1, 2024 would look like this: ''2024-01-01T00:00:00Z''. Returned by default. Read-only.' format: date-time status: $ref: '#/components/schemas/microsoft.graph.cloudPcOnPremisesConnectionStatus' '@odata.type': type: string microsoft.graph.cloudPcOnPremisesConnectionStatusDetail: title: cloudPcOnPremisesConnectionStatusDetail required: - '@odata.type' type: object properties: endDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The end time of the connection health check. The Timestamp is shown in ISO 8601 format and Coordinated Universal Time (UTC). For example, midnight UTC on Jan 1, 2014 appears as 2014-01-01T00:00:00Z. Read-Only.' format: date-time healthChecks: type: array items: $ref: '#/components/schemas/microsoft.graph.cloudPcOnPremisesConnectionHealthCheck' description: A list of all checks that have been run on the connection. Read-Only. startDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The start time of the health check. The timestamp is shown in ISO 8601 format and Coordinated Universal Time (UTC). For example, midnight UTC on Jan 1, 2014 appear as 2014-01-01T00:00:00Z. Read-Only.' format: date-time '@odata.type': type: string microsoft.graph.cloudPcRestorePointSetting: title: cloudPcRestorePointSetting required: - '@odata.type' type: object properties: frequencyType: anyOf: - $ref: '#/components/schemas/microsoft.graph.cloudPcRestorePointFrequencyType' - type: object nullable: true description: 'The time interval in hours to take snapshots (restore points) of a Cloud PC automatically. Possible values are: default, fourHours, sixHours, twelveHours, sixteenHours, twentyFourHours, unknownFutureValue. The default value is default that indicates that the time interval for automatic capturing of restore point snapshots is set to 12 hours.' userRestoreEnabled: type: boolean description: 'If true, the user has the ability to use snapshots to restore Cloud PCs. If false, non-admin users can''t use snapshots to restore the Cloud PC.' nullable: true '@odata.type': type: string microsoft.graph.cloudPcSourceDeviceImage: title: cloudPcSourceDeviceImage required: - '@odata.type' type: object properties: displayName: type: string description: The display name for the source image. Read-only. nullable: true resourceId: type: string description: 'The fully qualified unique identifier (ID) of the source image resource in Azure. The ID format is: ''/subscriptions/{subscription-id}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/images/{imageName}''. Read-only.' subscriptionDisplayName: type: string description: The display name of the subscription that hosts the source image. Read-only. nullable: true subscriptionId: type: string description: The unique identifier (ID) of the subscription that hosts the source image. Read-only. nullable: true '@odata.type': type: string microsoft.graph.cloudPcUserRoleScopeTagInfo: title: cloudPcUserRoleScopeTagInfo required: - '@odata.type' type: object properties: displayName: type: string description: Scope tag display name. roleScopeTagId: type: string description: Scope tag identity. '@odata.type': type: string microsoft.graph.cloudPcWindowsSetting: title: cloudPcWindowsSetting required: - '@odata.type' type: object properties: locale: type: string description: 'The Windows language or region tag to use for language pack configuration and localization of the Cloud PC. The default value is en-US, which corresponds to English (United States).' nullable: true '@odata.type': type: string microsoft.graph.coachmarkLocation: title: coachmarkLocation required: - '@odata.type' type: object properties: length: maximum: 2147483647 minimum: -2147483648 type: integer description: Length of coachmark. format: int32 nullable: true offset: maximum: 2147483647 minimum: -2147483648 type: integer description: Offset of coachmark. format: int32 nullable: true type: anyOf: - $ref: '#/components/schemas/microsoft.graph.coachmarkLocationType' - type: object nullable: true description: 'Type of coachmark location. The possible values are: unknown, fromEmail, subject, externalTag, displayName, messageBody, unknownFutureValue.' '@odata.type': type: string microsoft.graph.collapseProperty: title: collapseProperty required: - '@odata.type' type: object properties: fields: type: array items: type: string description: Defines the collapse group to trim results. The properties in this collection must be sortable/refinable properties. Required. limit: maximum: 32767 minimum: -32768 type: integer description: Defines a maximum limit count for this field. This numeric value must be a positive integer. Required. format: int16 '@odata.type': type: string microsoft.graph.columnValidation: title: columnValidation required: - '@odata.type' type: object properties: defaultLanguage: type: string description: Default BCP 47 language tag for the description. nullable: true descriptions: type: array items: $ref: '#/components/schemas/microsoft.graph.displayNameLocalization' description: Localized messages that explain what is needed for this column's value to be considered valid. User will be prompted with this message if validation fails. formula: type: string description: 'The formula to validate column value. For examples, see Examples of common formulas in lists.' nullable: true '@odata.type': type: string microsoft.graph.commentAction: title: commentAction required: - '@odata.type' type: object properties: isReply: type: boolean description: 'If true, this activity was a reply to an existing comment thread.' nullable: true parentAuthor: anyOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' - type: object nullable: true description: The identity of the user who started the comment thread. participants: type: array items: $ref: '#/components/schemas/microsoft.graph.identitySet' description: The identities of the users participating in this comment thread. '@odata.type': type: string microsoft.graph.commsNotification: title: commsNotification required: - '@odata.type' type: object properties: changeType: $ref: '#/components/schemas/microsoft.graph.changeType' resourceUrl: type: string description: URI of the resource that was changed. '@odata.type': type: string microsoft.graph.commsNotifications: title: commsNotifications required: - '@odata.type' type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.commsNotification' description: The notification of a change in the resource. '@odata.type': type: string microsoft.graph.communicationsApplicationIdentity: allOf: - $ref: '#/components/schemas/microsoft.graph.identity' - title: communicationsApplicationIdentity required: - '@odata.type' type: object properties: applicationType: type: string description: First-party Microsoft application that presents this identity. nullable: true hidden: type: boolean description: True if the participant shouldn't be shown in other participants' rosters. nullable: true '@odata.type': type: string default: '#microsoft.graph.communicationsApplicationIdentity' x-ms-discriminator-value: '#microsoft.graph.communicationsApplicationIdentity' microsoft.graph.communicationsApplicationInstanceIdentity: allOf: - $ref: '#/components/schemas/microsoft.graph.identity' - title: communicationsApplicationInstanceIdentity required: - '@odata.type' type: object properties: hidden: type: boolean description: True if the participant shouldn't be shown in other participants' rosters. nullable: true tenantId: type: string description: The tenant ID of the application. nullable: true '@odata.type': type: string default: '#microsoft.graph.communicationsApplicationInstanceIdentity' x-ms-discriminator-value: '#microsoft.graph.communicationsApplicationInstanceIdentity' microsoft.graph.communicationsEncryptedIdentity: allOf: - $ref: '#/components/schemas/microsoft.graph.identity' - title: communicationsEncryptedIdentity required: - '@odata.type' type: object properties: '@odata.type': type: string default: '#microsoft.graph.communicationsEncryptedIdentity' x-ms-discriminator-value: '#microsoft.graph.communicationsEncryptedIdentity' microsoft.graph.communicationsGuestIdentity: allOf: - $ref: '#/components/schemas/microsoft.graph.identity' - title: communicationsGuestIdentity required: - '@odata.type' type: object properties: '@odata.type': type: string default: '#microsoft.graph.communicationsGuestIdentity' x-ms-discriminator-value: '#microsoft.graph.communicationsGuestIdentity' microsoft.graph.communicationsIdentitySet: allOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' - title: communicationsIdentitySet required: - '@odata.type' type: object properties: applicationInstance: anyOf: - $ref: '#/components/schemas/microsoft.graph.identity' - type: object nullable: true description: The application instance associated with this action. assertedIdentity: anyOf: - $ref: '#/components/schemas/microsoft.graph.identity' - type: object nullable: true description: An identity the participant would like to present itself as to the other participants in the call. azureCommunicationServicesUser: anyOf: - $ref: '#/components/schemas/microsoft.graph.identity' - type: object nullable: true description: The Azure Communication Services user associated with this action. encrypted: anyOf: - $ref: '#/components/schemas/microsoft.graph.identity' - type: object nullable: true description: The encrypted user associated with this action. endpointType: anyOf: - $ref: '#/components/schemas/microsoft.graph.endpointType' - type: object nullable: true description: 'Type of endpoint that the participant uses. Possible values are: default, voicemail, skypeForBusiness, skypeForBusinessVoipPhone, unknownFutureValue.' guest: anyOf: - $ref: '#/components/schemas/microsoft.graph.identity' - type: object nullable: true description: The guest user associated with this action. onPremises: anyOf: - $ref: '#/components/schemas/microsoft.graph.identity' - type: object nullable: true description: The Skype for Business on-premises user associated with this action. phone: anyOf: - $ref: '#/components/schemas/microsoft.graph.identity' - type: object nullable: true description: The phone user associated with this action. '@odata.type': type: string default: '#microsoft.graph.communicationsIdentitySet' x-ms-discriminator-value: '#microsoft.graph.communicationsIdentitySet' microsoft.graph.communicationsPhoneIdentity: allOf: - $ref: '#/components/schemas/microsoft.graph.identity' - title: communicationsPhoneIdentity required: - '@odata.type' type: object properties: '@odata.type': type: string default: '#microsoft.graph.communicationsPhoneIdentity' x-ms-discriminator-value: '#microsoft.graph.communicationsPhoneIdentity' microsoft.graph.communicationsUserIdentity: allOf: - $ref: '#/components/schemas/microsoft.graph.identity' - title: communicationsUserIdentity required: - '@odata.type' type: object properties: tenantId: type: string description: The user's tenant ID. nullable: true '@odata.type': type: string default: '#microsoft.graph.communicationsUserIdentity' x-ms-discriminator-value: '#microsoft.graph.communicationsUserIdentity' microsoft.graph.ComplexExtensionValue: title: ComplexExtensionValue required: - '@odata.type' type: object properties: '@odata.type': type: string microsoft.graph.complianceInformation: title: complianceInformation required: - '@odata.type' type: object properties: certificationControls: type: array items: $ref: '#/components/schemas/microsoft.graph.certificationControl' description: Collection of the certification controls associated with the certification. certificationName: type: string description: 'The name of the compliance certification, for example, ISO 27018:2014, GDPR, FedRAMP, and NIST 800-171.' nullable: true '@odata.type': type: string microsoft.graph.complianceManagementPartnerAssignment: title: complianceManagementPartnerAssignment required: - '@odata.type' type: object properties: target: anyOf: - $ref: '#/components/schemas/microsoft.graph.deviceAndAppManagementAssignmentTarget' - type: object nullable: true description: Group assignment target. '@odata.type': type: string description: User group targeting for Compliance Management Partner microsoft.graph.conditionalAccessAllExternalTenants: allOf: - $ref: '#/components/schemas/microsoft.graph.conditionalAccessExternalTenants' - title: conditionalAccessAllExternalTenants required: - '@odata.type' type: object properties: '@odata.type': type: string default: '#microsoft.graph.conditionalAccessAllExternalTenants' x-ms-discriminator-value: '#microsoft.graph.conditionalAccessAllExternalTenants' microsoft.graph.conditionalAccessApplications: title: conditionalAccessApplications required: - '@odata.type' type: object properties: applicationFilter: anyOf: - $ref: '#/components/schemas/microsoft.graph.conditionalAccessFilter' - type: object nullable: true excludeApplications: type: array items: type: string description: 'Can be one of the following: The list of client IDs (appId) explicitly excluded from the policy. Office365 - For the list of apps included in Office365, see Apps included in Conditional Access Office 365 app suite MicrosoftAdminPortals - For more information, see Conditional Access Target resources: Microsoft Admin Portals' includeApplications: type: array items: type: string description: 'Can be one of the following: The list of client IDs (appId) the policy applies to, unless explicitly excluded (in excludeApplications) All Office365 - For the list of apps included in Office365, see Apps included in Conditional Access Office 365 app suite MicrosoftAdminPortals - For more information, see Conditional Access Target resources: Microsoft Admin Portals' includeAuthenticationContextClassReferences: type: array items: type: string includeUserActions: type: array items: type: string description: User actions to include. Supported values are urn:user:registersecurityinfo and urn:user:registerdevice '@odata.type': type: string microsoft.graph.conditionalAccessClientApplications: title: conditionalAccessClientApplications required: - '@odata.type' type: object properties: excludeServicePrincipals: type: array items: type: string description: Service principal IDs excluded from the policy scope. includeServicePrincipals: type: array items: type: string description: 'Service principal IDs included in the policy scope, or ServicePrincipalsInMyTenant.' servicePrincipalFilter: anyOf: - $ref: '#/components/schemas/microsoft.graph.conditionalAccessFilter' - type: object nullable: true '@odata.type': type: string microsoft.graph.conditionalAccessConditionSet: title: conditionalAccessConditionSet required: - '@odata.type' type: object properties: applications: anyOf: - $ref: '#/components/schemas/microsoft.graph.conditionalAccessApplications' - type: object nullable: true description: Applications and user actions included in and excluded from the policy. Required. clientApplications: anyOf: - $ref: '#/components/schemas/microsoft.graph.conditionalAccessClientApplications' - type: object nullable: true description: Client applications (service principals and workload identities) included in and excluded from the policy. Either users or clientApplications is required. clientAppTypes: type: array items: $ref: '#/components/schemas/microsoft.graph.conditionalAccessClientApp' description: 'Client application types included in the policy. Possible values are: all, browser, mobileAppsAndDesktopClients, exchangeActiveSync, easSupported, other. Required. The easUnsupported enumeration member will be deprecated in favor of exchangeActiveSync which includes EAS supported and unsupported platforms.' devices: anyOf: - $ref: '#/components/schemas/microsoft.graph.conditionalAccessDevices' - type: object nullable: true description: Devices in the policy. insiderRiskLevels: anyOf: - $ref: '#/components/schemas/microsoft.graph.conditionalAccessInsiderRiskLevels' - type: object nullable: true description: 'Insider risk levels included in the policy. The possible values are: minor, moderate, elevated, unknownFutureValue.' locations: anyOf: - $ref: '#/components/schemas/microsoft.graph.conditionalAccessLocations' - type: object nullable: true description: Locations included in and excluded from the policy. platforms: anyOf: - $ref: '#/components/schemas/microsoft.graph.conditionalAccessPlatforms' - type: object nullable: true description: Platforms included in and excluded from the policy. servicePrincipalRiskLevels: type: array items: $ref: '#/components/schemas/microsoft.graph.riskLevel' description: 'Service principal risk levels included in the policy. Possible values are: low, medium, high, none, unknownFutureValue.' signInRiskLevels: type: array items: $ref: '#/components/schemas/microsoft.graph.riskLevel' description: 'Sign-in risk levels included in the policy. Possible values are: low, medium, high, hidden, none, unknownFutureValue. Required.' userRiskLevels: type: array items: $ref: '#/components/schemas/microsoft.graph.riskLevel' description: 'User risk levels included in the policy. Possible values are: low, medium, high, hidden, none, unknownFutureValue. Required.' users: anyOf: - $ref: '#/components/schemas/microsoft.graph.conditionalAccessUsers' - type: object nullable: true description: 'Users, groups, and roles included in and excluded from the policy. Either users or clientApplications is required.' '@odata.type': type: string microsoft.graph.conditionalAccessDevices: title: conditionalAccessDevices required: - '@odata.type' type: object properties: deviceFilter: anyOf: - $ref: '#/components/schemas/microsoft.graph.conditionalAccessFilter' - type: object nullable: true description: Filter that defines the dynamic-device-syntax rule to include/exclude devices. A filter can use device properties (such as extension attributes) to include/exclude them. '@odata.type': type: string microsoft.graph.conditionalAccessEnumeratedExternalTenants: allOf: - $ref: '#/components/schemas/microsoft.graph.conditionalAccessExternalTenants' - title: conditionalAccessEnumeratedExternalTenants required: - '@odata.type' type: object properties: members: type: array items: type: string description: A collection of tenant IDs that define the scope of a policy targeting conditional access for guests and external users. '@odata.type': type: string default: '#microsoft.graph.conditionalAccessEnumeratedExternalTenants' x-ms-discriminator-value: '#microsoft.graph.conditionalAccessEnumeratedExternalTenants' microsoft.graph.conditionalAccessExternalTenants: title: conditionalAccessExternalTenants required: - '@odata.type' type: object properties: membershipKind: anyOf: - $ref: '#/components/schemas/microsoft.graph.conditionalAccessExternalTenantsMembershipKind' - type: object nullable: true description: 'The membership kind. Possible values are: all, enumerated, unknownFutureValue. The enumerated member references an conditionalAccessEnumeratedExternalTenants object.' '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.conditionalAccessAllExternalTenants': '#/components/schemas/microsoft.graph.conditionalAccessAllExternalTenants' '#microsoft.graph.conditionalAccessEnumeratedExternalTenants': '#/components/schemas/microsoft.graph.conditionalAccessEnumeratedExternalTenants' microsoft.graph.conditionalAccessFilter: title: conditionalAccessFilter required: - '@odata.type' type: object properties: mode: $ref: '#/components/schemas/microsoft.graph.filterMode' rule: type: string description: 'Rule syntax is similar to that used for membership rules for groups in Microsoft Entra ID. For details, see rules with multiple expressions' '@odata.type': type: string microsoft.graph.conditionalAccessGrantControls: title: conditionalAccessGrantControls required: - '@odata.type' type: object properties: builtInControls: type: array items: $ref: '#/components/schemas/microsoft.graph.conditionalAccessGrantControl' description: 'List of values of built-in controls required by the policy. Possible values: block, mfa, compliantDevice, domainJoinedDevice, approvedApplication, compliantApplication, passwordChange, unknownFutureValue.' customAuthenticationFactors: type: array items: type: string description: 'List of custom controls IDs required by the policy. For more information, see Custom controls.' operator: type: string description: 'Defines the relationship of the grant controls. Possible values: AND, OR.' nullable: true termsOfUse: type: array items: type: string description: List of terms of use IDs required by the policy. authenticationStrength: anyOf: - $ref: '#/components/schemas/microsoft.graph.authenticationStrengthPolicy' - type: object nullable: true x-ms-navigationProperty: true '@odata.type': type: string microsoft.graph.conditionalAccessGuestsOrExternalUsers: title: conditionalAccessGuestsOrExternalUsers required: - '@odata.type' type: object properties: externalTenants: anyOf: - $ref: '#/components/schemas/microsoft.graph.conditionalAccessExternalTenants' - type: object nullable: true description: The tenant IDs of the selected types of external users. Either all B2B tenant or a collection of tenant IDs. External tenants can be specified only when the property guestOrExternalUserTypes isn't null or an empty String. guestOrExternalUserTypes: $ref: '#/components/schemas/microsoft.graph.conditionalAccessGuestOrExternalUserTypes' '@odata.type': type: string microsoft.graph.conditionalAccessLocations: title: conditionalAccessLocations required: - '@odata.type' type: object properties: excludeLocations: type: array items: type: string description: Location IDs excluded from scope of policy. includeLocations: type: array items: type: string description: 'Location IDs in scope of policy unless explicitly excluded, All, or AllTrusted.' '@odata.type': type: string microsoft.graph.conditionalAccessPlatforms: title: conditionalAccessPlatforms required: - '@odata.type' type: object properties: excludePlatforms: type: array items: $ref: '#/components/schemas/microsoft.graph.conditionalAccessDevicePlatform' description: 'Possible values are: android, iOS, windows, windowsPhone, macOS, linux, all, unknownFutureValue.' includePlatforms: type: array items: $ref: '#/components/schemas/microsoft.graph.conditionalAccessDevicePlatform' description: 'Possible values are: android, iOS, windows, windowsPhone, macOS, linux, all, unknownFutureValue.' '@odata.type': type: string microsoft.graph.conditionalAccessPolicyDetail: title: conditionalAccessPolicyDetail required: - '@odata.type' type: object properties: conditions: $ref: '#/components/schemas/microsoft.graph.conditionalAccessConditionSet' grantControls: anyOf: - $ref: '#/components/schemas/microsoft.graph.conditionalAccessGrantControls' - type: object nullable: true description: Represents grant controls that must be fulfilled for the policy. sessionControls: anyOf: - $ref: '#/components/schemas/microsoft.graph.conditionalAccessSessionControls' - type: object nullable: true description: Represents a complex type of session controls that is enforced after sign-in. '@odata.type': type: string microsoft.graph.conditionalAccessSessionControl: title: conditionalAccessSessionControl required: - '@odata.type' type: object properties: isEnabled: type: boolean description: Specifies whether the session control is enabled. nullable: true '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.applicationEnforcedRestrictionsSessionControl': '#/components/schemas/microsoft.graph.applicationEnforcedRestrictionsSessionControl' '#microsoft.graph.cloudAppSecuritySessionControl': '#/components/schemas/microsoft.graph.cloudAppSecuritySessionControl' '#microsoft.graph.persistentBrowserSessionControl': '#/components/schemas/microsoft.graph.persistentBrowserSessionControl' '#microsoft.graph.signInFrequencySessionControl': '#/components/schemas/microsoft.graph.signInFrequencySessionControl' microsoft.graph.conditionalAccessSessionControls: title: conditionalAccessSessionControls required: - '@odata.type' type: object properties: applicationEnforcedRestrictions: anyOf: - $ref: '#/components/schemas/microsoft.graph.applicationEnforcedRestrictionsSessionControl' - type: object nullable: true description: Session control to enforce application restrictions. Only Exchange Online and Sharepoint Online support this session control. cloudAppSecurity: anyOf: - $ref: '#/components/schemas/microsoft.graph.cloudAppSecuritySessionControl' - type: object nullable: true description: Session control to apply cloud app security. disableResilienceDefaults: type: boolean description: Session control that determines whether it is acceptable for Microsoft Entra ID to extend existing sessions based on information collected prior to an outage or not. nullable: true persistentBrowser: anyOf: - $ref: '#/components/schemas/microsoft.graph.persistentBrowserSessionControl' - type: object nullable: true description: Session control to define whether to persist cookies or not. All apps should be selected for this session control to work correctly. signInFrequency: anyOf: - $ref: '#/components/schemas/microsoft.graph.signInFrequencySessionControl' - type: object nullable: true description: Session control to enforce signin frequency. '@odata.type': type: string microsoft.graph.conditionalAccessUsers: title: conditionalAccessUsers required: - '@odata.type' type: object properties: excludeGroups: type: array items: type: string description: Group IDs excluded from scope of policy. excludeGuestsOrExternalUsers: anyOf: - $ref: '#/components/schemas/microsoft.graph.conditionalAccessGuestsOrExternalUsers' - type: object nullable: true description: Internal guests or external users excluded from the policy scope. Optionally populated. excludeRoles: type: array items: type: string description: Role IDs excluded from scope of policy. excludeUsers: type: array items: type: string description: User IDs excluded from scope of policy and/or GuestsOrExternalUsers. includeGroups: type: array items: type: string description: Group IDs in scope of policy unless explicitly excluded. includeGuestsOrExternalUsers: anyOf: - $ref: '#/components/schemas/microsoft.graph.conditionalAccessGuestsOrExternalUsers' - type: object nullable: true description: Internal guests or external users included in the policy scope. Optionally populated. includeRoles: type: array items: type: string description: Role IDs in scope of policy unless explicitly excluded. includeUsers: type: array items: type: string description: 'User IDs in scope of policy unless explicitly excluded, None, All, or GuestsOrExternalUsers.' '@odata.type': type: string microsoft.graph.configurationManagerClientEnabledFeatures: title: configurationManagerClientEnabledFeatures required: - '@odata.type' type: object properties: compliancePolicy: type: boolean description: Whether compliance policy is managed by Intune deviceConfiguration: type: boolean description: Whether device configuration is managed by Intune inventory: type: boolean description: Whether inventory is managed by Intune modernApps: type: boolean description: Whether modern application is managed by Intune resourceAccess: type: boolean description: Whether resource access is managed by Intune windowsUpdateForBusiness: type: boolean description: Whether Windows Update for Business is managed by Intune '@odata.type': type: string description: configuration Manager client enabled features microsoft.graph.configurationManagerCollectionAssignmentTarget: allOf: - $ref: '#/components/schemas/microsoft.graph.deviceAndAppManagementAssignmentTarget' - title: configurationManagerCollectionAssignmentTarget required: - '@odata.type' type: object properties: collectionId: type: string description: The collection Id that is the target of the assignment. nullable: true '@odata.type': type: string default: '#microsoft.graph.configurationManagerCollectionAssignmentTarget' description: Represents an assignment to a Configuration Manager Collection. x-ms-discriminator-value: '#microsoft.graph.configurationManagerCollectionAssignmentTarget' microsoft.graph.connectedOrganizationMembers: allOf: - $ref: '#/components/schemas/microsoft.graph.subjectSet' - title: connectedOrganizationMembers required: - '@odata.type' type: object properties: connectedOrganizationId: type: string description: The ID of the connected organization in entitlement management. nullable: true description: type: string description: The name of the connected organization. nullable: true '@odata.type': type: string default: '#microsoft.graph.connectedOrganizationMembers' x-ms-discriminator-value: '#microsoft.graph.connectedOrganizationMembers' microsoft.graph.connectionInfo: title: connectionInfo required: - '@odata.type' type: object properties: url: type: string description: The endpoint that is used by Entitlement Management to communicate with the access package resource. nullable: true '@odata.type': type: string microsoft.graph.containerFilter: title: containerFilter required: - '@odata.type' type: object properties: includedContainers: type: array items: type: string nullable: true '@odata.type': type: string microsoft.graph.contentApprovalStatusColumn: title: contentApprovalStatusColumn required: - '@odata.type' type: object properties: '@odata.type': type: string microsoft.graph.contentCustomization: title: contentCustomization required: - '@odata.type' type: object properties: attributeCollection: type: array items: $ref: '#/components/schemas/microsoft.graph.keyValue' description: Represents the content options of External Identities to be customized throughout the authentication flow for a tenant. attributeCollectionRelativeUrl: type: string description: A relative URL for the content options of External Identities to be customized throughout the authentication flow for a tenant. nullable: true registrationCampaign: type: array items: $ref: '#/components/schemas/microsoft.graph.keyValue' description: Represents content options to customize during MFA proofup interruptions. registrationCampaignRelativeUrl: type: string description: The relative URL of the content options to customize during MFA proofup interruptions. nullable: true '@odata.type': type: string microsoft.graph.contentTypeInfo: title: contentTypeInfo required: - '@odata.type' type: object properties: id: type: string description: The ID of the content type. nullable: true name: type: string description: The name of the content type. nullable: true '@odata.type': type: string microsoft.graph.contentTypeOrder: title: contentTypeOrder required: - '@odata.type' type: object properties: default: type: boolean description: Indicates whether this is the default content type nullable: true position: maximum: 2147483647 minimum: -2147483648 type: integer description: Specifies the position in which the content type appears in the selection UI. format: int32 nullable: true '@odata.type': type: string microsoft.graph.controlScore: title: controlScore required: - '@odata.type' type: object properties: controlCategory: type: string description: 'Control action category (Identity, Data, Device, Apps, Infrastructure).' nullable: true controlName: type: string description: Control unique name. nullable: true description: type: string description: Description of the control. nullable: true score: oneOf: - type: number format: double - type: string - $ref: '#/components/schemas/ReferenceNumeric' description: Tenant achieved score for the control (it varies day by day depending on tenant operations on the control). nullable: true '@odata.type': type: string microsoft.graph.conversationMemberRoleUpdatedEventMessageDetail: allOf: - $ref: '#/components/schemas/microsoft.graph.eventMessageDetail' - title: conversationMemberRoleUpdatedEventMessageDetail required: - '@odata.type' type: object properties: conversationMemberRoles: type: array items: type: string nullable: true description: Roles for the coversation member user. conversationMemberUser: anyOf: - $ref: '#/components/schemas/microsoft.graph.teamworkUserIdentity' - type: object nullable: true description: Identity of the conversation member user. initiator: anyOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' - type: object nullable: true description: Initiator of the event. '@odata.type': type: string default: '#microsoft.graph.conversationMemberRoleUpdatedEventMessageDetail' x-ms-discriminator-value: '#microsoft.graph.conversationMemberRoleUpdatedEventMessageDetail' microsoft.graph.convertIdResult: title: convertIdResult required: - '@odata.type' type: object properties: errorDetails: anyOf: - $ref: '#/components/schemas/microsoft.graph.genericError' - type: object nullable: true description: An error object indicating the reason for the conversion failure. This value isn't present if the conversion succeeded. sourceId: type: string description: 'The identifier that was converted. This value is the original, un-converted identifier.' nullable: true targetId: type: string description: The converted identifier. This value isn't present if the conversion failed. nullable: true '@odata.type': type: string microsoft.graph.CopyNotebookModel: title: CopyNotebookModel required: - '@odata.type' type: object properties: createdBy: type: string nullable: true createdByIdentity: anyOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' - type: object nullable: true createdTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string format: date-time nullable: true id: type: string nullable: true isDefault: type: boolean nullable: true isShared: type: boolean nullable: true lastModifiedBy: type: string nullable: true lastModifiedByIdentity: anyOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' - type: object nullable: true lastModifiedTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string format: date-time nullable: true links: anyOf: - $ref: '#/components/schemas/microsoft.graph.notebookLinks' - type: object nullable: true name: type: string nullable: true sectionGroupsUrl: type: string nullable: true sectionsUrl: type: string nullable: true self: type: string nullable: true userRole: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenoteUserRole' - type: object nullable: true '@odata.type': type: string microsoft.graph.createAction: title: createAction required: - '@odata.type' type: object properties: '@odata.type': type: string microsoft.graph.crossCloudAzureActiveDirectoryTenant: allOf: - $ref: '#/components/schemas/microsoft.graph.identitySource' - title: crossCloudAzureActiveDirectoryTenant required: - '@odata.type' type: object properties: cloudInstance: type: string description: 'The ID of the cloud where the tenant is located, one of microsoftonline.com, microsoftonline.us or partner.microsoftonline.cn. Read only.' displayName: type: string description: The name of the Microsoft Entra tenant. Read only. nullable: true tenantId: type: string description: The ID of the Microsoft Entra tenant. Read only. nullable: true '@odata.type': type: string default: '#microsoft.graph.crossCloudAzureActiveDirectoryTenant' x-ms-discriminator-value: '#microsoft.graph.crossCloudAzureActiveDirectoryTenant' microsoft.graph.crossTenantAccessPolicyB2BSetting: title: crossTenantAccessPolicyB2BSetting required: - '@odata.type' type: object properties: applications: anyOf: - $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyTargetConfiguration' - type: object nullable: true description: The list of applications targeted with your cross-tenant access policy. usersAndGroups: anyOf: - $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyTargetConfiguration' - type: object nullable: true description: The list of users and groups targeted with your cross-tenant access policy. '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.crossTenantAccessPolicyTenantRestrictions': '#/components/schemas/microsoft.graph.crossTenantAccessPolicyTenantRestrictions' microsoft.graph.crossTenantAccessPolicyInboundTrust: title: crossTenantAccessPolicyInboundTrust required: - '@odata.type' type: object properties: isCompliantDeviceAccepted: type: boolean description: Specifies whether compliant devices from external Microsoft Entra organizations are trusted. nullable: true isHybridAzureADJoinedDeviceAccepted: type: boolean description: Specifies whether Microsoft Entra hybrid joined devices from external Microsoft Entra organizations are trusted. nullable: true isMfaAccepted: type: boolean description: Specifies whether MFA from external Microsoft Entra organizations is trusted. nullable: true '@odata.type': type: string microsoft.graph.crossTenantAccessPolicyTarget: title: crossTenantAccessPolicyTarget required: - '@odata.type' type: object properties: target: type: string description: 'Defines the target for cross-tenant access policy settings and can have one of the following values: The unique identifier of the user, group, or application AllUsers AllApplications - Refers to any Microsoft cloud application. Office365 - Includes the applications mentioned as part of the Office 365 suite.' nullable: true targetType: anyOf: - $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyTargetType' - type: object nullable: true description: 'The type of resource that you want to target. The possible values are: user, group, application, unknownFutureValue.' '@odata.type': type: string microsoft.graph.crossTenantAccessPolicyTargetConfiguration: title: crossTenantAccessPolicyTargetConfiguration required: - '@odata.type' type: object properties: accessType: anyOf: - $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyTargetConfigurationAccessType' - type: object nullable: true description: 'Defines whether access is allowed or blocked. The possible values are: allowed, blocked, unknownFutureValue.' targets: type: array items: $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyTarget' description: 'Specifies whether to target users, groups, or applications with this rule.' '@odata.type': type: string microsoft.graph.crossTenantAccessPolicyTenantRestrictions: allOf: - $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyB2BSetting' - title: crossTenantAccessPolicyTenantRestrictions required: - '@odata.type' type: object properties: devices: anyOf: - $ref: '#/components/schemas/microsoft.graph.devicesFilter' - type: object nullable: true description: Defines the rule for filtering devices and whether devices that satisfy the rule should be allowed or blocked. This property isn't supported on the server side yet. '@odata.type': type: string default: '#microsoft.graph.crossTenantAccessPolicyTenantRestrictions' x-ms-discriminator-value: '#microsoft.graph.crossTenantAccessPolicyTenantRestrictions' microsoft.graph.crossTenantUserSyncInbound: title: crossTenantUserSyncInbound required: - '@odata.type' type: object properties: isSyncAllowed: type: boolean description: Defines whether user objects should be synchronized from the partner tenant. false causes any current user synchronization from the source tenant to the target tenant to stop. This property has no impact on existing users who have already been synchronized. nullable: true '@odata.type': type: string microsoft.graph.currencyColumn: title: currencyColumn required: - '@odata.type' type: object properties: locale: type: string description: Specifies the locale from which to infer the currency symbol. nullable: true '@odata.type': type: string microsoft.graph.customAppManagementConfiguration: allOf: - $ref: '#/components/schemas/microsoft.graph.appManagementConfiguration' - title: customAppManagementConfiguration required: - '@odata.type' type: object properties: '@odata.type': type: string default: '#microsoft.graph.customAppManagementConfiguration' x-ms-discriminator-value: '#microsoft.graph.customAppManagementConfiguration' microsoft.graph.customExtensionAuthenticationConfiguration: title: customExtensionAuthenticationConfiguration required: - '@odata.type' type: object properties: '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.azureAdPopTokenAuthentication': '#/components/schemas/microsoft.graph.azureAdPopTokenAuthentication' '#microsoft.graph.azureAdTokenAuthentication': '#/components/schemas/microsoft.graph.azureAdTokenAuthentication' microsoft.graph.customExtensionCallbackConfiguration: title: customExtensionCallbackConfiguration required: - '@odata.type' type: object properties: timeoutDuration: pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' type: string description: 'The maximum duration in ISO 8601 format that Microsoft Entra ID will wait for a resume action for the callout it sent to the logic app. The valid range for custom extensions in lifecycle workflows is five minutes to three hours. The valid range for custom extensions in entitlement management is between 5 minutes and 14 days. For example, PT3H refers to three hours, P3D refers to three days, PT10M refers to ten minutes.' format: duration nullable: true '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.identityGovernance.customTaskExtensionCallbackConfiguration': '#/components/schemas/microsoft.graph.identityGovernance.customTaskExtensionCallbackConfiguration' microsoft.graph.customExtensionCalloutInstance: title: customExtensionCalloutInstance required: - '@odata.type' type: object properties: customExtensionId: type: string description: Identification of the custom extension that was triggered at this instance. nullable: true detail: type: string description: Details provided by the logic app during the callback of the request instance. nullable: true externalCorrelationId: type: string description: The unique run identifier for the logic app. nullable: true id: type: string description: Unique identifier for the callout instance. Read-only. nullable: true status: anyOf: - $ref: '#/components/schemas/microsoft.graph.customExtensionCalloutInstanceStatus' - type: object nullable: true description: 'The status of the request to the custom extension. The possible values are: calloutSent, callbackReceived, calloutFailed, callbackTimedOut, waitingForCallback, unknownFutureValue.' '@odata.type': type: string microsoft.graph.customExtensionCalloutRequest: title: customExtensionCalloutRequest required: - '@odata.type' type: object properties: data: anyOf: - $ref: '#/components/schemas/microsoft.graph.customExtensionData' - type: object nullable: true description: Contains the data that will be provided to the external system. source: type: string description: Identifies the source system or event context related to the callout request. nullable: true type: type: string description: Describes the type of event related to the callout request. nullable: true '@odata.type': type: string microsoft.graph.customExtensionCalloutResponse: title: customExtensionCalloutResponse required: - '@odata.type' type: object properties: data: anyOf: - $ref: '#/components/schemas/microsoft.graph.customExtensionData' - type: object nullable: true description: Contains the data the external system provides to the custom extension endpoint. source: type: string description: Identifies the external system or event context related to the response. nullable: true type: type: string description: Describes the type of event related to the response. nullable: true '@odata.type': type: string microsoft.graph.customExtensionClientConfiguration: title: customExtensionClientConfiguration required: - '@odata.type' type: object properties: maximumRetries: maximum: 2147483647 minimum: -2147483648 type: integer description: 'The max number of retries that Microsoft Entra ID makes to the external API. Values of 0 or 1 are supported. If null, the default for the service applies.' format: int32 nullable: true timeoutInMilliseconds: maximum: 2147483647 minimum: -2147483648 type: integer description: The max duration in milliseconds that Microsoft Entra ID waits for a response from the external app before it shuts down the connection. The valid range is between 200 and 2000 milliseconds. Default duration is 1000. format: int32 nullable: true '@odata.type': type: string microsoft.graph.customExtensionData: title: customExtensionData required: - '@odata.type' type: object properties: '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.accessPackageAssignmentRequestCallbackData': '#/components/schemas/microsoft.graph.accessPackageAssignmentRequestCallbackData' '#microsoft.graph.identityGovernance.customTaskExtensionCallbackData': '#/components/schemas/microsoft.graph.identityGovernance.customTaskExtensionCallbackData' '#microsoft.graph.identityGovernance.customTaskExtensionCalloutData': '#/components/schemas/microsoft.graph.identityGovernance.customTaskExtensionCalloutData' microsoft.graph.customExtensionEndpointConfiguration: title: customExtensionEndpointConfiguration required: - '@odata.type' type: object properties: '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.httpRequestEndpoint': '#/components/schemas/microsoft.graph.httpRequestEndpoint' '#microsoft.graph.logicAppTriggerEndpointConfiguration': '#/components/schemas/microsoft.graph.logicAppTriggerEndpointConfiguration' microsoft.graph.customExtensionOverwriteConfiguration: title: customExtensionOverwriteConfiguration required: - '@odata.type' type: object properties: clientConfiguration: anyOf: - $ref: '#/components/schemas/microsoft.graph.customExtensionClientConfiguration' - type: object nullable: true description: 'Configuration regarding properties of the custom extension which can be overwritten per event listener. If no values are provided, the properties on the custom extension are used.' '@odata.type': type: string microsoft.graph.customSecurityAttributeValue: title: customSecurityAttributeValue required: - '@odata.type' type: object properties: '@odata.type': type: string microsoft.graph.customTimeZone: allOf: - $ref: '#/components/schemas/microsoft.graph.timeZoneBase' - title: customTimeZone required: - '@odata.type' type: object properties: bias: maximum: 2147483647 minimum: -2147483648 type: integer description: The time offset of the time zone from Coordinated Universal Time (UTC). This value is in minutes. Time zones that are ahead of UTC have a positive offset; time zones that are behind UTC have a negative offset. format: int32 nullable: true daylightOffset: anyOf: - $ref: '#/components/schemas/microsoft.graph.daylightTimeZoneOffset' - type: object nullable: true description: Specifies when the time zone switches from standard time to daylight saving time. standardOffset: anyOf: - $ref: '#/components/schemas/microsoft.graph.standardTimeZoneOffset' - type: object nullable: true description: Specifies when the time zone switches from daylight saving time to standard time. '@odata.type': type: string default: '#microsoft.graph.customTimeZone' x-ms-discriminator-value: '#microsoft.graph.customTimeZone' microsoft.graph.customTrainingSetting: allOf: - $ref: '#/components/schemas/microsoft.graph.trainingSetting' - title: customTrainingSetting required: - '@odata.type' type: object properties: assignedTo: type: array items: anyOf: - $ref: '#/components/schemas/microsoft.graph.trainingAssignedTo' - type: object nullable: true description: 'A user collection that specifies to whom the training should be assigned. Possible values are: none, allUsers, clickedPayload, compromised, reportedPhish, readButNotClicked, didNothing, unknownFutureValue.' description: type: string description: The description of the custom training setting. nullable: true displayName: type: string description: The display name of the custom training setting. nullable: true durationInMinutes: maximum: 2147483647 minimum: -2147483648 type: integer description: Training duration. format: int32 nullable: true url: type: string description: The training URL. nullable: true '@odata.type': type: string default: '#microsoft.graph.customTrainingSetting' x-ms-discriminator-value: '#microsoft.graph.customTrainingSetting' microsoft.graph.dataSubject: title: dataSubject required: - '@odata.type' type: object properties: email: type: string description: Email of the data subject. nullable: true firstName: type: string description: First name of the data subject. nullable: true lastName: type: string description: Last Name of the data subject. nullable: true residency: type: string description: The country/region of residency. The residency information is uesed only for internal reporting but not for the content search. nullable: true '@odata.type': type: string microsoft.graph.dateTimeColumn: title: dateTimeColumn required: - '@odata.type' type: object properties: displayAs: type: string description: 'How the value should be presented in the UX. Must be one of default, friendly, or standard. See below for more details. If unspecified, treated as default.' nullable: true format: type: string description: Indicates whether the value should be presented as a date only or a date and time. Must be one of dateOnly or dateTime nullable: true '@odata.type': type: string microsoft.graph.dateTimeTimeZone: title: dateTimeTimeZone required: - '@odata.type' type: object properties: dateTime: type: string description: 'A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000).' timeZone: type: string description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for more possible values.' nullable: true '@odata.type': type: string microsoft.graph.daylightTimeZoneOffset: allOf: - $ref: '#/components/schemas/microsoft.graph.standardTimeZoneOffset' - title: daylightTimeZoneOffset required: - '@odata.type' type: object properties: daylightBias: maximum: 2147483647 minimum: -2147483648 type: integer description: The time offset from Coordinated Universal Time (UTC) for daylight saving time. This value is in minutes. format: int32 nullable: true '@odata.type': type: string default: '#microsoft.graph.daylightTimeZoneOffset' x-ms-discriminator-value: '#microsoft.graph.daylightTimeZoneOffset' microsoft.graph.defaultColumnValue: title: defaultColumnValue required: - '@odata.type' type: object properties: formula: type: string description: The formula used to compute the default value for the column. nullable: true value: type: string description: The direct value to use as the default value for the column. nullable: true '@odata.type': type: string microsoft.graph.defaultInvitationRedemptionIdentityProviderConfiguration: allOf: - $ref: '#/components/schemas/microsoft.graph.invitationRedemptionIdentityProviderConfiguration' - title: defaultInvitationRedemptionIdentityProviderConfiguration required: - '@odata.type' type: object properties: '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.defaultInvitationRedemptionIdentityProviderConfiguration' microsoft.graph.defaultUserRolePermissions: title: defaultUserRolePermissions required: - '@odata.type' type: object properties: allowedToCreateApps: type: boolean description: Indicates whether the default user role can create applications. This setting corresponds to the Users can register applications setting in the User settings menu in the Microsoft Entra admin center. allowedToCreateSecurityGroups: type: boolean description: 'Indicates whether the default user role can create security groups. This setting corresponds to the following menus in the Microsoft Entra admin center: The Users can create security groups in Microsoft Entra admin centers, API or PowerShell setting in the Group settings menu. Users can create security groups setting in the User settings menu.' allowedToCreateTenants: type: boolean description: 'Indicates whether the default user role can create tenants. This setting corresponds to the Restrict non-admin users from creating tenants setting in the User settings menu in the Microsoft Entra admin center. When this setting is false, users assigned the Tenant Creator role can still create tenants.' nullable: true allowedToReadBitlockerKeysForOwnedDevice: type: boolean description: Indicates whether the registered owners of a device can read their own BitLocker recovery keys with default user role. nullable: true allowedToReadOtherUsers: type: boolean description: Indicates whether the default user role can read other users. DO NOT SET THIS VALUE TO false. permissionGrantPoliciesAssigned: type: array items: type: string nullable: true description: 'Indicates if user consent to apps is allowed, and if it is, which permission to grant consent and which app consent policy (permissionGrantPolicy) govern the permission for users to grant consent. Value should be in the format managePermissionGrantsForSelf.{id}, where {id} is the id of a built-in or custom app consent policy. An empty list indicates user consent to apps is disabled.' '@odata.type': type: string microsoft.graph.defenderDetectedMalwareActions: title: defenderDetectedMalwareActions required: - '@odata.type' type: object properties: highSeverity: $ref: '#/components/schemas/microsoft.graph.defenderThreatAction' lowSeverity: $ref: '#/components/schemas/microsoft.graph.defenderThreatAction' moderateSeverity: $ref: '#/components/schemas/microsoft.graph.defenderThreatAction' severeSeverity: $ref: '#/components/schemas/microsoft.graph.defenderThreatAction' '@odata.type': type: string description: Specify Defender’s actions to take on detected Malware per threat level. microsoft.graph.delegatedAdminAccessContainer: title: delegatedAdminAccessContainer required: - '@odata.type' type: object properties: accessContainerId: type: string description: 'The identifier of the access container (for example, a security group). For ''securityGroup'' access containers, this must be a valid ID of a Microsoft Entra security group in the Microsoft partner''s tenant.' accessContainerType: $ref: '#/components/schemas/microsoft.graph.delegatedAdminAccessContainerType' '@odata.type': type: string microsoft.graph.delegatedAdminAccessDetails: title: delegatedAdminAccessDetails required: - '@odata.type' type: object properties: unifiedRoles: type: array items: $ref: '#/components/schemas/microsoft.graph.unifiedRole' description: The directory roles that the Microsoft partner is assigned in the customer tenant. '@odata.type': type: string microsoft.graph.delegatedAdminRelationshipCustomerParticipant: title: delegatedAdminRelationshipCustomerParticipant required: - '@odata.type' type: object properties: displayName: type: string description: The display name of the customer tenant as set by Microsoft Entra ID. Read-only nullable: true tenantId: type: string description: The Microsoft Entra ID-assigned tenant ID of the customer tenant. '@odata.type': type: string microsoft.graph.deleteAction: title: deleteAction required: - '@odata.type' type: object properties: name: type: string description: The name of the item that was deleted. nullable: true objectType: type: string description: 'File or Folder, depending on the type of the deleted item.' nullable: true '@odata.type': type: string microsoft.graph.deleted: title: deleted required: - '@odata.type' type: object properties: state: type: string description: Represents the state of the deleted item. nullable: true '@odata.type': type: string microsoft.graph.deleteUserFromSharedAppleDeviceActionResult: allOf: - $ref: '#/components/schemas/microsoft.graph.deviceActionResult' - title: deleteUserFromSharedAppleDeviceActionResult required: - '@odata.type' type: object properties: userPrincipalName: type: string description: User principal name of the user to be deleted nullable: true '@odata.type': type: string description: Delete user from shared apple device action result x-ms-discriminator-value: '#microsoft.graph.deleteUserFromSharedAppleDeviceActionResult' microsoft.graph.detailsInfo: title: detailsInfo required: - '@odata.type' type: object properties: '@odata.type': type: string microsoft.graph.deviceActionResult: title: deviceActionResult required: - '@odata.type' type: object properties: actionName: type: string description: Action name nullable: true actionState: $ref: '#/components/schemas/microsoft.graph.actionState' lastUpdatedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Time the action state was last updated format: date-time startDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Time the action was initiated format: date-time '@odata.type': type: string description: Device action result discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.deleteUserFromSharedAppleDeviceActionResult': '#/components/schemas/microsoft.graph.deleteUserFromSharedAppleDeviceActionResult' '#microsoft.graph.locateDeviceActionResult': '#/components/schemas/microsoft.graph.locateDeviceActionResult' '#microsoft.graph.remoteLockActionResult': '#/components/schemas/microsoft.graph.remoteLockActionResult' '#microsoft.graph.resetPasscodeActionResult': '#/components/schemas/microsoft.graph.resetPasscodeActionResult' '#microsoft.graph.rotateBitLockerKeysDeviceActionResult': '#/components/schemas/microsoft.graph.rotateBitLockerKeysDeviceActionResult' '#microsoft.graph.windowsDefenderScanActionResult': '#/components/schemas/microsoft.graph.windowsDefenderScanActionResult' microsoft.graph.deviceAndAppManagementAssignmentTarget: title: deviceAndAppManagementAssignmentTarget required: - '@odata.type' type: object properties: '@odata.type': type: string description: Base type for assignment targets. discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.allDevicesAssignmentTarget': '#/components/schemas/microsoft.graph.allDevicesAssignmentTarget' '#microsoft.graph.allLicensedUsersAssignmentTarget': '#/components/schemas/microsoft.graph.allLicensedUsersAssignmentTarget' '#microsoft.graph.configurationManagerCollectionAssignmentTarget': '#/components/schemas/microsoft.graph.configurationManagerCollectionAssignmentTarget' '#microsoft.graph.groupAssignmentTarget': '#/components/schemas/microsoft.graph.groupAssignmentTarget' '#microsoft.graph.exclusionGroupAssignmentTarget': '#/components/schemas/microsoft.graph.exclusionGroupAssignmentTarget' microsoft.graph.deviceAndAppManagementData: title: deviceAndAppManagementData required: - '@odata.type' type: object properties: content: type: string description: Not yet documented format: base64url nullable: true '@odata.type': type: string description: Exported Data microsoft.graph.deviceCompliancePolicySettingState: title: deviceCompliancePolicySettingState required: - '@odata.type' type: object properties: currentValue: type: string description: Current value of setting on device nullable: true errorCode: type: integer description: Error code for the setting format: int64 errorDescription: type: string description: Error description nullable: true instanceDisplayName: type: string description: Name of setting instance that is being reported. nullable: true setting: type: string description: The setting that is being reported nullable: true settingName: type: string description: Localized/user friendly setting name that is being reported nullable: true sources: type: array items: $ref: '#/components/schemas/microsoft.graph.settingSource' description: Contributing policies state: $ref: '#/components/schemas/microsoft.graph.complianceStatus' userEmail: type: string description: UserEmail nullable: true userId: type: string description: UserId nullable: true userName: type: string description: UserName nullable: true userPrincipalName: type: string description: UserPrincipalName. nullable: true '@odata.type': type: string description: Device Compilance Policy Setting State for a given device. microsoft.graph.deviceConfigurationSettingState: title: deviceConfigurationSettingState required: - '@odata.type' type: object properties: currentValue: type: string description: Current value of setting on device nullable: true errorCode: type: integer description: Error code for the setting format: int64 errorDescription: type: string description: Error description nullable: true instanceDisplayName: type: string description: Name of setting instance that is being reported. nullable: true setting: type: string description: The setting that is being reported nullable: true settingName: type: string description: Localized/user friendly setting name that is being reported nullable: true sources: type: array items: $ref: '#/components/schemas/microsoft.graph.settingSource' description: Contributing policies state: $ref: '#/components/schemas/microsoft.graph.complianceStatus' userEmail: type: string description: UserEmail nullable: true userId: type: string description: UserId nullable: true userName: type: string description: UserName nullable: true userPrincipalName: type: string description: UserPrincipalName. nullable: true '@odata.type': type: string description: Device Configuration Setting State for a given device. microsoft.graph.deviceDetail: title: deviceDetail required: - '@odata.type' type: object properties: browser: type: string description: Indicates the browser information of the used for signing in. nullable: true deviceId: type: string description: Refers to the UniqueID of the device used for signing in. nullable: true displayName: type: string description: Refers to the name of the device used for signing in. nullable: true isCompliant: type: boolean description: Indicates whether the device is compliant. nullable: true isManaged: type: boolean description: Indicates whether the device is managed. nullable: true operatingSystem: type: string description: Indicates the operating system name and version used for signing in. nullable: true trustType: type: string description: 'Provides information about whether the signed-in device is Workplace Joined, AzureAD Joined, Domain Joined.' nullable: true '@odata.type': type: string microsoft.graph.deviceEnrollmentPlatformRestriction: title: deviceEnrollmentPlatformRestriction required: - '@odata.type' type: object properties: osMaximumVersion: type: string description: Max OS version supported nullable: true osMinimumVersion: type: string description: Min OS version supported nullable: true personalDeviceEnrollmentBlocked: type: boolean description: Block personally owned devices from enrolling platformBlocked: type: boolean description: Block the platform from enrolling '@odata.type': type: string description: Platform specific enrollment restrictions microsoft.graph.deviceExchangeAccessStateSummary: title: deviceExchangeAccessStateSummary required: - '@odata.type' type: object properties: allowedDeviceCount: maximum: 2147483647 minimum: -2147483648 type: integer description: 'Total count of devices with Exchange Access State: Allowed.' format: int32 blockedDeviceCount: maximum: 2147483647 minimum: -2147483648 type: integer description: 'Total count of devices with Exchange Access State: Blocked.' format: int32 quarantinedDeviceCount: maximum: 2147483647 minimum: -2147483648 type: integer description: 'Total count of devices with Exchange Access State: Quarantined.' format: int32 unavailableDeviceCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Total count of devices for which no Exchange Access State could be found. format: int32 unknownDeviceCount: maximum: 2147483647 minimum: -2147483648 type: integer description: 'Total count of devices with Exchange Access State: Unknown.' format: int32 '@odata.type': type: string description: Device Exchange Access State summary microsoft.graph.deviceGeoLocation: title: deviceGeoLocation required: - '@odata.type' type: object properties: altitude: oneOf: - type: number format: double - type: string - $ref: '#/components/schemas/ReferenceNumeric' description: 'Altitude, given in meters above sea level' heading: oneOf: - type: number format: double - type: string - $ref: '#/components/schemas/ReferenceNumeric' description: Heading in degrees from true north horizontalAccuracy: oneOf: - type: number format: double - type: string - $ref: '#/components/schemas/ReferenceNumeric' description: Accuracy of longitude and latitude in meters lastCollectedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'Time at which location was recorded, relative to UTC' format: date-time latitude: oneOf: - type: number format: double - type: string - $ref: '#/components/schemas/ReferenceNumeric' description: Latitude coordinate of the device's location longitude: oneOf: - type: number format: double - type: string - $ref: '#/components/schemas/ReferenceNumeric' description: Longitude coordinate of the device's location speed: oneOf: - type: number format: double - type: string - $ref: '#/components/schemas/ReferenceNumeric' description: Speed the device is traveling in meters per second verticalAccuracy: oneOf: - type: number format: double - type: string - $ref: '#/components/schemas/ReferenceNumeric' description: Accuracy of altitude in meters '@odata.type': type: string description: Device location microsoft.graph.deviceHealthAttestationState: title: deviceHealthAttestationState required: - '@odata.type' type: object properties: attestationIdentityKey: type: string description: 'TWhen an Attestation Identity Key (AIK) is present on a device, it indicates that the device has an endorsement key (EK) certificate.' nullable: true bitLockerStatus: type: string description: On or Off of BitLocker Drive Encryption nullable: true bootAppSecurityVersion: type: string description: The security version number of the Boot Application nullable: true bootDebugging: type: string description: 'When bootDebugging is enabled, the device is used in development and testing' nullable: true bootManagerSecurityVersion: type: string description: The security version number of the Boot Application nullable: true bootManagerVersion: type: string description: The version of the Boot Manager nullable: true bootRevisionListInfo: type: string description: The Boot Revision List that was loaded during initial boot on the attested device nullable: true codeIntegrity: type: string description: 'When code integrity is enabled, code execution is restricted to integrity verified code' nullable: true codeIntegrityCheckVersion: type: string description: The version of the Boot Manager nullable: true codeIntegrityPolicy: type: string description: The Code Integrity policy that is controlling the security of the boot environment nullable: true contentNamespaceUrl: type: string description: The DHA report version. (Namespace version) nullable: true contentVersion: type: string description: The HealthAttestation state schema version nullable: true dataExcutionPolicy: type: string description: DEP Policy defines a set of hardware and software technologies that perform additional checks on memory nullable: true deviceHealthAttestationStatus: type: string description: The DHA report version. (Namespace version) nullable: true earlyLaunchAntiMalwareDriverProtection: type: string description: ELAM provides protection for the computers in your network when they start up nullable: true healthAttestationSupportedStatus: type: string description: This attribute indicates if DHA is supported for the device nullable: true healthStatusMismatchInfo: type: string description: This attribute appears if DHA-Service detects an integrity issue nullable: true issuedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The DateTime when device was evaluated or issued to MDM format: date-time lastUpdateDateTime: type: string description: The Timestamp of the last update. nullable: true operatingSystemKernelDebugging: type: string description: 'When operatingSystemKernelDebugging is enabled, the device is used in development and testing' nullable: true operatingSystemRevListInfo: type: string description: The Operating System Revision List that was loaded during initial boot on the attested device nullable: true pcr0: type: string description: 'The measurement that is captured in PCR[0]' nullable: true pcrHashAlgorithm: type: string description: Informational attribute that identifies the HASH algorithm that was used by TPM nullable: true resetCount: type: integer description: The number of times a PC device has hibernated or resumed format: int64 restartCount: type: integer description: The number of times a PC device has rebooted format: int64 safeMode: type: string description: Safe mode is a troubleshooting option for Windows that starts your computer in a limited state nullable: true secureBoot: type: string description: 'When Secure Boot is enabled, the core components must have the correct cryptographic signatures' nullable: true secureBootConfigurationPolicyFingerPrint: type: string description: Fingerprint of the Custom Secure Boot Configuration Policy nullable: true testSigning: type: string description: 'When test signing is allowed, the device does not enforce signature validation during boot' nullable: true tpmVersion: type: string description: The security version number of the Boot Application nullable: true virtualSecureMode: type: string description: VSM is a container that protects high value assets from a compromised kernel nullable: true windowsPE: type: string description: Operating system running with limited services that is used to prepare a computer for Windows nullable: true '@odata.type': type: string microsoft.graph.deviceLocalCredential: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: deviceLocalCredential required: - '@odata.type' type: object properties: accountName: type: string description: The name of the local admin account for which LAPS is enabled. accountSid: type: string description: The SID of the local admin account for which LAPS is enabled. backupDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: When the local administrator account credential for the device object was backed up to Azure Active Directory. format: date-time passwordBase64: type: string description: The password for the local administrator account that is backed up to Azure Active Directory and returned as a Base64 encoded value. '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.deviceLocalCredential' microsoft.graph.deviceManagementPartnerAssignment: title: deviceManagementPartnerAssignment required: - '@odata.type' type: object properties: target: anyOf: - $ref: '#/components/schemas/microsoft.graph.deviceAndAppManagementAssignmentTarget' - type: object nullable: true description: User groups targeting for devices to be enrolled through partner. '@odata.type': type: string description: User group targeting for Device Management Partner microsoft.graph.deviceManagementSettings: title: deviceManagementSettings required: - '@odata.type' type: object properties: deviceComplianceCheckinThresholdDays: maximum: 2147483647 minimum: -2147483648 type: integer description: The number of days a device is allowed to go without checking in to remain compliant. format: int32 isScheduledActionEnabled: type: boolean description: Is feature enabled or not for scheduled action for rule. secureByDefault: type: boolean description: Device should be noncompliant when there is no compliance policy targeted when this is true '@odata.type': type: string microsoft.graph.deviceOperatingSystemSummary: title: deviceOperatingSystemSummary required: - '@odata.type' type: object properties: androidCorporateWorkProfileCount: maximum: 2147483647 minimum: -2147483648 type: integer description: The count of Corporate work profile Android devices. Also known as Corporate Owned Personally Enabled (COPE). Valid values -1 to 2147483647 format: int32 androidCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of android device count. format: int32 androidDedicatedCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of dedicated Android devices. format: int32 androidDeviceAdminCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of device admin Android devices. format: int32 androidFullyManagedCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of fully managed Android devices. format: int32 androidWorkProfileCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of work profile Android devices. format: int32 configMgrDeviceCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of ConfigMgr managed devices. format: int32 iosCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of iOS device count. format: int32 macOSCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of Mac OS X device count. format: int32 unknownCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of unknown device count. format: int32 windowsCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of Windows device count. format: int32 windowsMobileCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of Windows mobile device count. format: int32 '@odata.type': type: string description: Device operating system summary. microsoft.graph.deviceProtectionOverview: title: deviceProtectionOverview required: - '@odata.type' type: object properties: cleanDeviceCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Indicates number of devices reporting as clean format: int32 criticalFailuresDeviceCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Indicates number of devices with critical failures format: int32 inactiveThreatAgentDeviceCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Indicates number of devices with inactive threat agent format: int32 pendingFullScanDeviceCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Indicates number of devices pending full scan format: int32 pendingManualStepsDeviceCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Indicates number of devices with pending manual steps format: int32 pendingOfflineScanDeviceCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Indicates number of pending offline scan devices format: int32 pendingQuickScanDeviceCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Indicates the number of devices that have a pending full scan. Valid values -2147483648 to 2147483647 format: int32 pendingRestartDeviceCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Indicates number of devices pending restart format: int32 pendingSignatureUpdateDeviceCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Indicates number of devices with an old signature format: int32 totalReportedDeviceCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Total device count. format: int32 unknownStateThreatAgentDeviceCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Indicates number of devices with threat agent state as unknown format: int32 '@odata.type': type: string description: Hardware information of a given device. microsoft.graph.deviceRegistrationMembership: title: deviceRegistrationMembership required: - '@odata.type' type: object properties: '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.allDeviceRegistrationMembership': '#/components/schemas/microsoft.graph.allDeviceRegistrationMembership' '#microsoft.graph.enumeratedDeviceRegistrationMembership': '#/components/schemas/microsoft.graph.enumeratedDeviceRegistrationMembership' '#microsoft.graph.noDeviceRegistrationMembership': '#/components/schemas/microsoft.graph.noDeviceRegistrationMembership' microsoft.graph.devicesFilter: title: devicesFilter required: - '@odata.type' type: object properties: mode: anyOf: - $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyTargetConfigurationAccessType' - type: object nullable: true description: 'Determines whether devices that satisfy the rule should be allowed or blocked. The possible values are: allowed, blocked, unknownFutureValue.' rule: type: string description: 'Defines the rule to filter the devices. For example, device.deviceAttribute2 -eq ''PrivilegedAccessWorkstation''.' nullable: true '@odata.type': type: string microsoft.graph.diagnostic: title: diagnostic required: - '@odata.type' type: object properties: message: type: string nullable: true url: type: string nullable: true '@odata.type': type: string microsoft.graph.Dictionary: title: Dictionary required: - '@odata.type' type: object properties: '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.fileStorageContainerCustomPropertyDictionary': '#/components/schemas/microsoft.graph.fileStorageContainerCustomPropertyDictionary' '#microsoft.graph.resultTemplateDictionary': '#/components/schemas/microsoft.graph.resultTemplateDictionary' microsoft.graph.disableAndDeleteUserApplyAction: allOf: - $ref: '#/components/schemas/microsoft.graph.accessReviewApplyAction' - title: disableAndDeleteUserApplyAction required: - '@odata.type' type: object properties: '@odata.type': type: string default: '#microsoft.graph.disableAndDeleteUserApplyAction' x-ms-discriminator-value: '#microsoft.graph.disableAndDeleteUserApplyAction' microsoft.graph.displayNameLocalization: title: displayNameLocalization required: - '@odata.type' type: object properties: displayName: type: string description: 'If present, the value of this field contains the displayName string that has been set for the language present in the languageTag field.' nullable: true languageTag: type: string description: Provides the language culture-code and friendly name of the language that the displayName field has been provided in. nullable: true '@odata.type': type: string microsoft.graph.documentSet: title: documentSet required: - '@odata.type' type: object properties: allowedContentTypes: type: array items: $ref: '#/components/schemas/microsoft.graph.contentTypeInfo' description: Content types allowed in document set. defaultContents: type: array items: $ref: '#/components/schemas/microsoft.graph.documentSetContent' description: Default contents of document set. propagateWelcomePageChanges: type: boolean description: Specifies whether to push welcome page changes to inherited content types. nullable: true shouldPrefixNameToFile: type: boolean description: Indicates whether to add the name of the document set to each file name. nullable: true welcomePageUrl: type: string description: Welcome page absolute URL. nullable: true sharedColumns: type: array items: $ref: '#/components/schemas/microsoft.graph.columnDefinition' x-ms-navigationProperty: true welcomePageColumns: type: array items: $ref: '#/components/schemas/microsoft.graph.columnDefinition' x-ms-navigationProperty: true '@odata.type': type: string microsoft.graph.documentSetContent: title: documentSetContent required: - '@odata.type' type: object properties: contentType: anyOf: - $ref: '#/components/schemas/microsoft.graph.contentTypeInfo' - type: object nullable: true description: Content type information of the file. fileName: type: string description: Name of the file in resource folder that should be added as a default content or a template in the document set. nullable: true folderName: type: string description: Folder name in which the file will be placed when a new document set is created in the library. nullable: true '@odata.type': type: string microsoft.graph.documentSetVersionItem: title: documentSetVersionItem required: - '@odata.type' type: object properties: itemId: type: string description: The unique identifier for the item. nullable: true title: type: string description: The title of the item. nullable: true versionId: type: string description: The version ID of the item. nullable: true '@odata.type': type: string microsoft.graph.domainIdentitySource: allOf: - $ref: '#/components/schemas/microsoft.graph.identitySource' - title: domainIdentitySource required: - '@odata.type' type: object properties: displayName: type: string description: 'The name of the identity source, typically also the domain name. Read only.' nullable: true domainName: type: string description: The domain name. Read only. nullable: true '@odata.type': type: string default: '#microsoft.graph.domainIdentitySource' x-ms-discriminator-value: '#microsoft.graph.domainIdentitySource' microsoft.graph.domainState: title: domainState required: - '@odata.type' type: object properties: lastActionDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'Timestamp for when the last activity occurred. The value is updated when an operation is scheduled, the asynchronous task starts, and when the operation completes.' format: date-time nullable: true operation: type: string description: Type of asynchronous operation. The values can be ForceDelete or Verification. nullable: true status: type: string description: Current status of the operation. Scheduled - Operation is scheduled but hasn't started. InProgress - Task is in progress. Failed - The operation failed. nullable: true '@odata.type': type: string microsoft.graph.driveItemSource: title: driveItemSource required: - '@odata.type' type: object properties: application: anyOf: - $ref: '#/components/schemas/microsoft.graph.driveItemSourceApplication' - type: object nullable: true description: Enumeration value that indicates the source application where the file was created. externalId: type: string description: The external identifier for the drive item from the source. nullable: true '@odata.type': type: string microsoft.graph.driveItemUploadableProperties: title: driveItemUploadableProperties required: - '@odata.type' type: object properties: description: type: string description: Provides a user-visible description of the item. Read-write. Only on OneDrive Personal. nullable: true driveItemSource: anyOf: - $ref: '#/components/schemas/microsoft.graph.driveItemSource' - type: object nullable: true description: Information about the drive item source. Read-write. Only on OneDrive for Business and SharePoint. fileSize: type: integer description: Provides an expected file size to perform a quota check before uploading. Only on OneDrive Personal. format: int64 nullable: true fileSystemInfo: anyOf: - $ref: '#/components/schemas/microsoft.graph.fileSystemInfo' - type: object nullable: true description: File system information on client. Read-write. mediaSource: anyOf: - $ref: '#/components/schemas/microsoft.graph.mediaSource' - type: object nullable: true description: Media source information. Read-write. Only on OneDrive for Business and SharePoint. name: type: string description: The name of the item (filename and extension). Read-write. nullable: true '@odata.type': type: string microsoft.graph.driveRecipient: title: driveRecipient required: - '@odata.type' type: object properties: alias: type: string description: 'The alias of the domain object, for cases where an email address is unavailable (e.g. security groups).' nullable: true email: type: string description: 'The email address for the recipient, if the recipient has an associated email address.' nullable: true objectId: type: string description: The unique identifier for the recipient in the directory. nullable: true '@odata.type': type: string microsoft.graph.edgeSearchEngine: allOf: - $ref: '#/components/schemas/microsoft.graph.edgeSearchEngineBase' - title: edgeSearchEngine required: - '@odata.type' type: object properties: edgeSearchEngineType: $ref: '#/components/schemas/microsoft.graph.edgeSearchEngineType' '@odata.type': type: string default: '#microsoft.graph.edgeSearchEngine' description: Allows IT admins to set a predefined default search engine for MDM-Controlled devices. x-ms-discriminator-value: '#microsoft.graph.edgeSearchEngine' microsoft.graph.edgeSearchEngineBase: title: edgeSearchEngineBase required: - '@odata.type' type: object properties: '@odata.type': type: string description: Allows IT admins to set a default search engine for MDM-Controlled devices. Users can override this and change their default search engine provided the AllowSearchEngineCustomization policy is not set. discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.edgeSearchEngine': '#/components/schemas/microsoft.graph.edgeSearchEngine' '#microsoft.graph.edgeSearchEngineCustom': '#/components/schemas/microsoft.graph.edgeSearchEngineCustom' microsoft.graph.edgeSearchEngineCustom: allOf: - $ref: '#/components/schemas/microsoft.graph.edgeSearchEngineBase' - title: edgeSearchEngineCustom required: - '@odata.type' type: object properties: edgeSearchEngineOpenSearchXmlUrl: type: string description: 'Points to a https link containing the OpenSearch xml file that contains, at minimum, the short name and the URL to the search Engine.' '@odata.type': type: string default: '#microsoft.graph.edgeSearchEngineCustom' description: Allows IT admins to set a custom default search engine for MDM-Controlled devices. x-ms-discriminator-value: '#microsoft.graph.edgeSearchEngineCustom' microsoft.graph.editAction: title: editAction required: - '@odata.type' type: object properties: '@odata.type': type: string microsoft.graph.educationAssignmentClassRecipient: allOf: - $ref: '#/components/schemas/microsoft.graph.educationAssignmentRecipient' - title: educationAssignmentClassRecipient required: - '@odata.type' type: object properties: '@odata.type': type: string default: '#microsoft.graph.educationAssignmentClassRecipient' x-ms-discriminator-value: '#microsoft.graph.educationAssignmentClassRecipient' microsoft.graph.educationAssignmentGrade: title: educationAssignmentGrade required: - '@odata.type' type: object properties: gradedBy: anyOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' - type: object nullable: true description: User who did the grading. gradedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'Moment in time when the grade was applied to this submission object. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.educationAssignmentPointsGrade': '#/components/schemas/microsoft.graph.educationAssignmentPointsGrade' microsoft.graph.educationAssignmentGradeType: title: educationAssignmentGradeType required: - '@odata.type' type: object properties: '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.educationAssignmentPointsGradeType': '#/components/schemas/microsoft.graph.educationAssignmentPointsGradeType' microsoft.graph.educationAssignmentGroupRecipient: allOf: - $ref: '#/components/schemas/microsoft.graph.educationAssignmentRecipient' - title: educationAssignmentGroupRecipient required: - '@odata.type' type: object properties: '@odata.type': type: string default: '#microsoft.graph.educationAssignmentGroupRecipient' x-ms-discriminator-value: '#microsoft.graph.educationAssignmentGroupRecipient' microsoft.graph.educationAssignmentIndividualRecipient: allOf: - $ref: '#/components/schemas/microsoft.graph.educationAssignmentRecipient' - title: educationAssignmentIndividualRecipient required: - '@odata.type' type: object properties: recipients: type: array items: type: string nullable: true description: A collection of IDs of the recipients. '@odata.type': type: string default: '#microsoft.graph.educationAssignmentIndividualRecipient' x-ms-discriminator-value: '#microsoft.graph.educationAssignmentIndividualRecipient' microsoft.graph.educationAssignmentPointsGrade: allOf: - $ref: '#/components/schemas/microsoft.graph.educationAssignmentGrade' - title: educationAssignmentPointsGrade required: - '@odata.type' type: object properties: points: oneOf: - type: number format: float - type: string - $ref: '#/components/schemas/ReferenceNumeric' description: Number of points a teacher is giving this submission object. nullable: true '@odata.type': type: string default: '#microsoft.graph.educationAssignmentPointsGrade' x-ms-discriminator-value: '#microsoft.graph.educationAssignmentPointsGrade' microsoft.graph.educationAssignmentPointsGradeType: allOf: - $ref: '#/components/schemas/microsoft.graph.educationAssignmentGradeType' - title: educationAssignmentPointsGradeType required: - '@odata.type' type: object properties: maxPoints: oneOf: - type: number format: float - type: string - $ref: '#/components/schemas/ReferenceNumeric' description: Max points possible for this assignment. nullable: true '@odata.type': type: string default: '#microsoft.graph.educationAssignmentPointsGradeType' x-ms-discriminator-value: '#microsoft.graph.educationAssignmentPointsGradeType' microsoft.graph.educationAssignmentRecipient: title: educationAssignmentRecipient required: - '@odata.type' type: object properties: '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.educationAssignmentClassRecipient': '#/components/schemas/microsoft.graph.educationAssignmentClassRecipient' '#microsoft.graph.educationAssignmentGroupRecipient': '#/components/schemas/microsoft.graph.educationAssignmentGroupRecipient' '#microsoft.graph.educationAssignmentIndividualRecipient': '#/components/schemas/microsoft.graph.educationAssignmentIndividualRecipient' microsoft.graph.educationChannelResource: allOf: - $ref: '#/components/schemas/microsoft.graph.educationResource' - title: educationChannelResource required: - '@odata.type' type: object properties: url: type: string description: URL of the channel resource. nullable: true '@odata.type': type: string default: '#microsoft.graph.educationChannelResource' x-ms-discriminator-value: '#microsoft.graph.educationChannelResource' microsoft.graph.educationCourse: title: educationCourse required: - '@odata.type' type: object properties: courseNumber: type: string description: Unique identifier for the course. nullable: true description: type: string description: Description of the course. nullable: true displayName: type: string description: Name of the course. nullable: true externalId: type: string description: ID of the course from the syncing system. nullable: true subject: type: string description: Subject of the course. nullable: true '@odata.type': type: string microsoft.graph.educationExcelResource: allOf: - $ref: '#/components/schemas/microsoft.graph.educationResource' - title: educationExcelResource required: - '@odata.type' type: object properties: fileUrl: type: string description: Pointer to the Excel file object. nullable: true '@odata.type': type: string default: '#microsoft.graph.educationExcelResource' x-ms-discriminator-value: '#microsoft.graph.educationExcelResource' microsoft.graph.educationExternalResource: allOf: - $ref: '#/components/schemas/microsoft.graph.educationResource' - title: educationExternalResource required: - '@odata.type' type: object properties: webUrl: type: string description: Location of the resource. Required nullable: true '@odata.type': type: string default: '#microsoft.graph.educationExternalResource' x-ms-discriminator-value: '#microsoft.graph.educationExternalResource' microsoft.graph.educationFeedback: title: educationFeedback required: - '@odata.type' type: object properties: feedbackBy: anyOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' - type: object nullable: true description: User who created the feedback. feedbackDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'Moment in time when the feedback was given. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true text: anyOf: - $ref: '#/components/schemas/microsoft.graph.educationItemBody' - type: object nullable: true description: Feedback. '@odata.type': type: string microsoft.graph.educationFileResource: allOf: - $ref: '#/components/schemas/microsoft.graph.educationResource' - title: educationFileResource required: - '@odata.type' type: object properties: fileUrl: type: string description: Location on disk of the file resource. nullable: true '@odata.type': type: string default: '#microsoft.graph.educationFileResource' x-ms-discriminator-value: '#microsoft.graph.educationFileResource' microsoft.graph.educationItemBody: title: educationItemBody required: - '@odata.type' type: object properties: content: type: string nullable: true contentType: anyOf: - $ref: '#/components/schemas/microsoft.graph.bodyType' - type: object nullable: true '@odata.type': type: string microsoft.graph.educationLinkedAssignmentResource: allOf: - $ref: '#/components/schemas/microsoft.graph.educationResource' - title: educationLinkedAssignmentResource required: - '@odata.type' type: object properties: url: type: string description: URL of the actual assignment. nullable: true '@odata.type': type: string default: '#microsoft.graph.educationLinkedAssignmentResource' x-ms-discriminator-value: '#microsoft.graph.educationLinkedAssignmentResource' microsoft.graph.educationLinkResource: allOf: - $ref: '#/components/schemas/microsoft.graph.educationResource' - title: educationLinkResource required: - '@odata.type' type: object properties: link: type: string description: URL to the resource. nullable: true '@odata.type': type: string default: '#microsoft.graph.educationLinkResource' x-ms-discriminator-value: '#microsoft.graph.educationLinkResource' microsoft.graph.educationMediaResource: allOf: - $ref: '#/components/schemas/microsoft.graph.educationResource' - title: educationMediaResource required: - '@odata.type' type: object properties: fileUrl: type: string description: Location of the file on shared point folder. Required nullable: true '@odata.type': type: string default: '#microsoft.graph.educationMediaResource' x-ms-discriminator-value: '#microsoft.graph.educationMediaResource' microsoft.graph.educationOnPremisesInfo: title: educationOnPremisesInfo required: - '@odata.type' type: object properties: immutableId: type: string description: Unique identifier for the user object in Active Directory. nullable: true '@odata.type': type: string microsoft.graph.educationPowerPointResource: allOf: - $ref: '#/components/schemas/microsoft.graph.educationResource' - title: educationPowerPointResource required: - '@odata.type' type: object properties: fileUrl: type: string description: Location of the file on disk. nullable: true '@odata.type': type: string default: '#microsoft.graph.educationPowerPointResource' x-ms-discriminator-value: '#microsoft.graph.educationPowerPointResource' microsoft.graph.educationResource: title: educationResource required: - '@odata.type' type: object properties: createdBy: anyOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' - type: object nullable: true description: The individual who created the resource. readOnly: true createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'Moment in time when the resource was created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true readOnly: true displayName: type: string description: Display name of resource. nullable: true lastModifiedBy: anyOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' - type: object nullable: true description: The last user to modify the resource. readOnly: true lastModifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'Moment in time when the resource was last modified. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true readOnly: true '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.educationChannelResource': '#/components/schemas/microsoft.graph.educationChannelResource' '#microsoft.graph.educationExcelResource': '#/components/schemas/microsoft.graph.educationExcelResource' '#microsoft.graph.educationExternalResource': '#/components/schemas/microsoft.graph.educationExternalResource' '#microsoft.graph.educationFileResource': '#/components/schemas/microsoft.graph.educationFileResource' '#microsoft.graph.educationLinkedAssignmentResource': '#/components/schemas/microsoft.graph.educationLinkedAssignmentResource' '#microsoft.graph.educationLinkResource': '#/components/schemas/microsoft.graph.educationLinkResource' '#microsoft.graph.educationMediaResource': '#/components/schemas/microsoft.graph.educationMediaResource' '#microsoft.graph.educationPowerPointResource': '#/components/schemas/microsoft.graph.educationPowerPointResource' '#microsoft.graph.educationTeamsAppResource': '#/components/schemas/microsoft.graph.educationTeamsAppResource' '#microsoft.graph.educationWordResource': '#/components/schemas/microsoft.graph.educationWordResource' microsoft.graph.educationStudent: title: educationStudent required: - '@odata.type' type: object properties: birthDate: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string description: Birth date of the student. format: date nullable: true externalId: type: string description: ID of the student in the source system. nullable: true gender: anyOf: - $ref: '#/components/schemas/microsoft.graph.educationGender' - type: object nullable: true description: 'The possible values are: female, male, other, unknownFutureValue.' grade: type: string description: Current grade level of the student. nullable: true graduationYear: type: string description: Year the student is graduating from the school. nullable: true studentNumber: type: string description: Student Number. nullable: true '@odata.type': type: string microsoft.graph.educationSubmissionIndividualRecipient: allOf: - $ref: '#/components/schemas/microsoft.graph.educationSubmissionRecipient' - title: educationSubmissionIndividualRecipient required: - '@odata.type' type: object properties: userId: type: string description: User ID of the user to whom the submission is assigned. nullable: true '@odata.type': type: string default: '#microsoft.graph.educationSubmissionIndividualRecipient' x-ms-discriminator-value: '#microsoft.graph.educationSubmissionIndividualRecipient' microsoft.graph.educationSubmissionRecipient: title: educationSubmissionRecipient required: - '@odata.type' type: object properties: '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.educationSubmissionIndividualRecipient': '#/components/schemas/microsoft.graph.educationSubmissionIndividualRecipient' microsoft.graph.educationTeacher: title: educationTeacher required: - '@odata.type' type: object properties: externalId: type: string description: ID of the teacher in the source system. nullable: true teacherNumber: type: string description: Teacher number. nullable: true '@odata.type': type: string microsoft.graph.educationTeamsAppResource: allOf: - $ref: '#/components/schemas/microsoft.graph.educationResource' - title: educationTeamsAppResource required: - '@odata.type' type: object properties: appIconWebUrl: type: string description: URL that points to the icon of the app. nullable: true appId: type: string description: Teams app ID of the application. nullable: true teamsEmbeddedContentUrl: type: string description: URL for the app resource that will be opened by Teams. nullable: true webUrl: type: string description: URL for the app resource that can be opened in the browser. nullable: true '@odata.type': type: string default: '#microsoft.graph.educationTeamsAppResource' x-ms-discriminator-value: '#microsoft.graph.educationTeamsAppResource' microsoft.graph.educationTerm: title: educationTerm required: - '@odata.type' type: object properties: displayName: type: string description: Display name of the term. nullable: true endDate: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string description: End of the term. format: date nullable: true externalId: type: string description: ID of term in the syncing system. nullable: true startDate: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string description: Start of the term. format: date nullable: true '@odata.type': type: string microsoft.graph.educationWordResource: allOf: - $ref: '#/components/schemas/microsoft.graph.educationResource' - title: educationWordResource required: - '@odata.type' type: object properties: fileUrl: type: string description: Location of the file on disk. nullable: true '@odata.type': type: string default: '#microsoft.graph.educationWordResource' x-ms-discriminator-value: '#microsoft.graph.educationWordResource' microsoft.graph.emailAddress: title: emailAddress required: - '@odata.type' type: object properties: address: type: string description: The email address of the person or entity. nullable: true name: type: string description: The display name of the person or entity. nullable: true '@odata.type': type: string microsoft.graph.emailIdentity: allOf: - $ref: '#/components/schemas/microsoft.graph.identity' - title: emailIdentity required: - '@odata.type' type: object properties: email: type: string description: Email address of the user. nullable: true '@odata.type': type: string default: '#microsoft.graph.emailIdentity' x-ms-discriminator-value: '#microsoft.graph.emailIdentity' microsoft.graph.emailPayloadDetail: allOf: - $ref: '#/components/schemas/microsoft.graph.payloadDetail' - title: emailPayloadDetail required: - '@odata.type' type: object properties: fromEmail: type: string description: Email address of the user. nullable: true fromName: type: string description: Display name of the user. nullable: true isExternalSender: type: boolean description: Indicates whether the sender isn't from the user's organization. nullable: true subject: type: string description: The subject of the email address sent to the user. nullable: true '@odata.type': type: string default: '#microsoft.graph.emailPayloadDetail' x-ms-discriminator-value: '#microsoft.graph.emailPayloadDetail' microsoft.graph.emailSettings: title: emailSettings required: - '@odata.type' type: object properties: senderDomain: type: string description: 'Specifies the domain that should be used when sending email notifications. This domain must be verified in order to be used. We recommend that you use a domain that has the appropriate DNS records to facilitate email validation, like SPF, DKIM, DMARC, and MX, because this then complies with the RFC compliance for sending and receiving email. For details, see Learn more about Exchange Online Email Routing.' useCompanyBranding: type: boolean description: Specifies if the organization’s banner logo should be included in email notifications. The banner logo will replace the Microsoft logo at the top of the email notification. If true the banner logo will be taken from the tenant’s branding settings. This value can only be set to true if the organizationalBranding bannerLogo property is set. '@odata.type': type: string microsoft.graph.employeeOrgData: title: employeeOrgData required: - '@odata.type' type: object properties: costCenter: type: string description: The cost center associated with the user. Returned only on $select. Supports $filter. nullable: true division: type: string description: The name of the division in which the user works. Returned only on $select. Supports $filter. nullable: true '@odata.type': type: string microsoft.graph.endUserNotificationSetting: title: endUserNotificationSetting required: - '@odata.type' type: object properties: notificationPreference: anyOf: - $ref: '#/components/schemas/microsoft.graph.endUserNotificationPreference' - type: object nullable: true description: 'Notification preference. Possible values are: unknown, microsoft, custom, unknownFutureValue.' positiveReinforcement: anyOf: - $ref: '#/components/schemas/microsoft.graph.positiveReinforcementNotification' - type: object nullable: true description: Positive reinforcement detail. settingType: anyOf: - $ref: '#/components/schemas/microsoft.graph.endUserNotificationSettingType' - type: object nullable: true description: 'End user notification type. Possible values are: unknown, noTraining, trainingSelected, noNotification, unknownFutureValue.' '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.noTrainingNotificationSetting': '#/components/schemas/microsoft.graph.noTrainingNotificationSetting' '#microsoft.graph.trainingNotificationSetting': '#/components/schemas/microsoft.graph.trainingNotificationSetting' microsoft.graph.entitlementManagementSchedule: title: entitlementManagementSchedule required: - '@odata.type' type: object properties: expiration: anyOf: - $ref: '#/components/schemas/microsoft.graph.expirationPattern' - type: object nullable: true description: When the access should expire. recurrence: anyOf: - $ref: '#/components/schemas/microsoft.graph.patternedRecurrence' - type: object nullable: true description: For recurring access reviews. Not used in access requests. startDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true '@odata.type': type: string microsoft.graph.enumeratedDeviceRegistrationMembership: allOf: - $ref: '#/components/schemas/microsoft.graph.deviceRegistrationMembership' - title: enumeratedDeviceRegistrationMembership required: - '@odata.type' type: object properties: groups: type: array items: type: string nullable: true users: type: array items: type: string nullable: true '@odata.type': type: string default: '#microsoft.graph.enumeratedDeviceRegistrationMembership' x-ms-discriminator-value: '#microsoft.graph.enumeratedDeviceRegistrationMembership' microsoft.graph.eventMessageDetail: title: eventMessageDetail required: - '@odata.type' type: object properties: '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.callEndedEventMessageDetail': '#/components/schemas/microsoft.graph.callEndedEventMessageDetail' '#microsoft.graph.callRecordingEventMessageDetail': '#/components/schemas/microsoft.graph.callRecordingEventMessageDetail' '#microsoft.graph.callStartedEventMessageDetail': '#/components/schemas/microsoft.graph.callStartedEventMessageDetail' '#microsoft.graph.callTranscriptEventMessageDetail': '#/components/schemas/microsoft.graph.callTranscriptEventMessageDetail' '#microsoft.graph.channelAddedEventMessageDetail': '#/components/schemas/microsoft.graph.channelAddedEventMessageDetail' '#microsoft.graph.channelDeletedEventMessageDetail': '#/components/schemas/microsoft.graph.channelDeletedEventMessageDetail' '#microsoft.graph.channelDescriptionUpdatedEventMessageDetail': '#/components/schemas/microsoft.graph.channelDescriptionUpdatedEventMessageDetail' '#microsoft.graph.channelRenamedEventMessageDetail': '#/components/schemas/microsoft.graph.channelRenamedEventMessageDetail' '#microsoft.graph.channelSetAsFavoriteByDefaultEventMessageDetail': '#/components/schemas/microsoft.graph.channelSetAsFavoriteByDefaultEventMessageDetail' '#microsoft.graph.channelUnsetAsFavoriteByDefaultEventMessageDetail': '#/components/schemas/microsoft.graph.channelUnsetAsFavoriteByDefaultEventMessageDetail' '#microsoft.graph.chatRenamedEventMessageDetail': '#/components/schemas/microsoft.graph.chatRenamedEventMessageDetail' '#microsoft.graph.conversationMemberRoleUpdatedEventMessageDetail': '#/components/schemas/microsoft.graph.conversationMemberRoleUpdatedEventMessageDetail' '#microsoft.graph.meetingPolicyUpdatedEventMessageDetail': '#/components/schemas/microsoft.graph.meetingPolicyUpdatedEventMessageDetail' '#microsoft.graph.membersAddedEventMessageDetail': '#/components/schemas/microsoft.graph.membersAddedEventMessageDetail' '#microsoft.graph.membersDeletedEventMessageDetail': '#/components/schemas/microsoft.graph.membersDeletedEventMessageDetail' '#microsoft.graph.membersJoinedEventMessageDetail': '#/components/schemas/microsoft.graph.membersJoinedEventMessageDetail' '#microsoft.graph.membersLeftEventMessageDetail': '#/components/schemas/microsoft.graph.membersLeftEventMessageDetail' '#microsoft.graph.messagePinnedEventMessageDetail': '#/components/schemas/microsoft.graph.messagePinnedEventMessageDetail' '#microsoft.graph.messageUnpinnedEventMessageDetail': '#/components/schemas/microsoft.graph.messageUnpinnedEventMessageDetail' '#microsoft.graph.tabUpdatedEventMessageDetail': '#/components/schemas/microsoft.graph.tabUpdatedEventMessageDetail' '#microsoft.graph.teamArchivedEventMessageDetail': '#/components/schemas/microsoft.graph.teamArchivedEventMessageDetail' '#microsoft.graph.teamCreatedEventMessageDetail': '#/components/schemas/microsoft.graph.teamCreatedEventMessageDetail' '#microsoft.graph.teamDescriptionUpdatedEventMessageDetail': '#/components/schemas/microsoft.graph.teamDescriptionUpdatedEventMessageDetail' '#microsoft.graph.teamJoiningDisabledEventMessageDetail': '#/components/schemas/microsoft.graph.teamJoiningDisabledEventMessageDetail' '#microsoft.graph.teamJoiningEnabledEventMessageDetail': '#/components/schemas/microsoft.graph.teamJoiningEnabledEventMessageDetail' '#microsoft.graph.teamRenamedEventMessageDetail': '#/components/schemas/microsoft.graph.teamRenamedEventMessageDetail' '#microsoft.graph.teamsAppInstalledEventMessageDetail': '#/components/schemas/microsoft.graph.teamsAppInstalledEventMessageDetail' '#microsoft.graph.teamsAppRemovedEventMessageDetail': '#/components/schemas/microsoft.graph.teamsAppRemovedEventMessageDetail' '#microsoft.graph.teamsAppUpgradedEventMessageDetail': '#/components/schemas/microsoft.graph.teamsAppUpgradedEventMessageDetail' '#microsoft.graph.teamUnarchivedEventMessageDetail': '#/components/schemas/microsoft.graph.teamUnarchivedEventMessageDetail' microsoft.graph.excludeTarget: title: excludeTarget required: - '@odata.type' type: object properties: id: type: string description: The object identifier of a Microsoft Entra user or group. targetType: $ref: '#/components/schemas/microsoft.graph.authenticationMethodTargetType' '@odata.type': type: string microsoft.graph.exclusionGroupAssignmentTarget: allOf: - $ref: '#/components/schemas/microsoft.graph.groupAssignmentTarget' - title: exclusionGroupAssignmentTarget required: - '@odata.type' type: object properties: '@odata.type': type: string default: '#microsoft.graph.exclusionGroupAssignmentTarget' description: Represents a group that should be excluded from an assignment. x-ms-discriminator-value: '#microsoft.graph.exclusionGroupAssignmentTarget' microsoft.graph.expirationPattern: title: expirationPattern required: - '@odata.type' type: object properties: duration: pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' type: string description: 'The requestor''s desired duration of access represented in ISO 8601 format for durations. For example, PT3H refers to three hours. If specified in a request, endDateTime should not be present and the type property should be set to afterDuration.' format: duration nullable: true endDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'Timestamp of date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true type: anyOf: - $ref: '#/components/schemas/microsoft.graph.expirationPatternType' - type: object nullable: true description: 'The requestor''s desired expiration pattern type. The possible values are: notSpecified, noExpiration, afterDateTime, afterDuration.' '@odata.type': type: string microsoft.graph.expressionInputObject: title: expressionInputObject required: - '@odata.type' type: object properties: definition: anyOf: - $ref: '#/components/schemas/microsoft.graph.objectDefinition' - type: object nullable: true description: Definition of the test object. properties: type: array items: $ref: '#/components/schemas/microsoft.graph.stringKeyObjectValuePair' description: Property values of the test object. '@odata.type': type: string microsoft.graph.extensionSchemaProperty: title: extensionSchemaProperty required: - '@odata.type' type: object properties: name: type: string description: The name of the strongly typed property defined as part of a schema extension. nullable: true type: type: string description: 'The type of the property that is defined as part of a schema extension. Allowed values are Binary, Boolean, DateTime, Integer, or String. For more information, see Supported property data types.' nullable: true '@odata.type': type: string microsoft.graph.externalDomainFederation: allOf: - $ref: '#/components/schemas/microsoft.graph.identitySource' - title: externalDomainFederation required: - '@odata.type' type: object properties: displayName: type: string description: 'The name of the identity source, typically also the domain name. Read only.' nullable: true domainName: type: string description: The domain name. Read only. nullable: true issuerUri: type: string description: The issuerURI of the incoming federation. Read only. nullable: true '@odata.type': type: string default: '#microsoft.graph.externalDomainFederation' x-ms-discriminator-value: '#microsoft.graph.externalDomainFederation' microsoft.graph.externalLink: title: externalLink required: - '@odata.type' type: object properties: href: type: string description: The URL of the link. nullable: true '@odata.type': type: string microsoft.graph.externalSponsors: allOf: - $ref: '#/components/schemas/microsoft.graph.subjectSet' - title: externalSponsors required: - '@odata.type' type: object properties: '@odata.type': type: string default: '#microsoft.graph.externalSponsors' x-ms-discriminator-value: '#microsoft.graph.externalSponsors' microsoft.graph.extractSensitivityLabelsResult: title: extractSensitivityLabelsResult required: - '@odata.type' type: object properties: labels: type: array items: $ref: '#/components/schemas/microsoft.graph.sensitivityLabelAssignment' description: List of sensitivity labels assigned to a file. '@odata.type': type: string microsoft.graph.featureTarget: title: featureTarget required: - '@odata.type' type: object properties: id: type: string description: 'The ID of the entity that''s targeted in the include or exclude rule, or all_users to target all users.' nullable: true targetType: anyOf: - $ref: '#/components/schemas/microsoft.graph.featureTargetType' - type: object nullable: true description: 'The kind of entity that''s targeted. The possible values are: group, administrativeUnit, role, unknownFutureValue.' '@odata.type': type: string microsoft.graph.fido2KeyRestrictions: title: fido2KeyRestrictions required: - '@odata.type' type: object properties: aaGuids: type: array items: type: string nullable: true description: A collection of Authenticator Attestation GUIDs. AADGUIDs define key types and manufacturers. enforcementType: anyOf: - $ref: '#/components/schemas/microsoft.graph.fido2RestrictionEnforcementType' - type: object nullable: true description: 'Enforcement type. Possible values are: allow, block.' isEnforced: type: boolean description: Determines if the configured key enforcement is enabled. nullable: true '@odata.type': type: string microsoft.graph.file: title: file required: - '@odata.type' type: object properties: hashes: anyOf: - $ref: '#/components/schemas/microsoft.graph.hashes' - type: object nullable: true description: 'Hashes of the file''s binary content, if available. Read-only.' mimeType: type: string description: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only. nullable: true processingMetadata: type: boolean nullable: true '@odata.type': type: string microsoft.graph.fileEncryptionInfo: title: fileEncryptionInfo required: - '@odata.type' type: object properties: encryptionKey: type: string description: The key used to encrypt the file content. format: base64url nullable: true fileDigest: type: string description: The file digest prior to encryption. ProfileVersion1 requires a non-null FileDigest. format: base64url nullable: true fileDigestAlgorithm: type: string description: The file digest algorithm. ProfileVersion1 currently only supports SHA256 for the FileDigestAlgorithm. nullable: true initializationVector: type: string description: The initialization vector (IV) used for the encryption algorithm. Must be 16 bytes. format: base64url nullable: true mac: type: string description: The hash of the concatenation of the IV and encrypted file content. Must be 32 bytes. format: base64url nullable: true macKey: type: string description: The key used to compute the message authentication code of the concatenation of the IV and encrypted file content. Must be 32 bytes. format: base64url nullable: true profileIdentifier: type: string description: 'The profile identifier. Maps to the strategy used to encrypt the file. Currently, only ProfileVersion1 is supported.' nullable: true '@odata.type': type: string description: Contains properties for file encryption information for the content version of a line of business app. microsoft.graph.fileHash: title: fileHash required: - '@odata.type' type: object properties: hashType: anyOf: - $ref: '#/components/schemas/microsoft.graph.fileHashType' - type: object nullable: true description: 'File hash type. Possible values are: unknown, sha1, sha256, md5, authenticodeHash256, lsHash, ctph, peSha1, peSha256.' hashValue: type: string description: Value of the file hash. nullable: true '@odata.type': type: string microsoft.graph.fileSecurityState: title: fileSecurityState required: - '@odata.type' type: object properties: fileHash: anyOf: - $ref: '#/components/schemas/microsoft.graph.fileHash' - type: object nullable: true description: Complex type containing file hashes (cryptographic and location-sensitive). name: type: string description: File name (without path). nullable: true path: type: string description: Full file path of the file/imageFile. nullable: true riskScore: type: string description: 'Provider generated/calculated risk score of the alert file. Recommended value range of 0-1, which equates to a percentage.' nullable: true '@odata.type': type: string microsoft.graph.fileStorageContainerCustomPropertyDictionary: allOf: - $ref: '#/components/schemas/microsoft.graph.Dictionary' - title: fileStorageContainerCustomPropertyDictionary required: - '@odata.type' type: object properties: '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.fileStorageContainerCustomPropertyDictionary' microsoft.graph.fileStorageContainerCustomPropertyValue: title: fileStorageContainerCustomPropertyValue required: - '@odata.type' type: object properties: isSearchable: type: boolean description: Indicates whether the custom property is searchable. Optional. The default value is false. nullable: true value: type: string description: Value of the custom property. Required. '@odata.type': type: string microsoft.graph.fileStorageContainerViewpoint: title: fileStorageContainerViewpoint required: - '@odata.type' type: object properties: effectiveRole: type: string description: The current user's effective role. Read-only. '@odata.type': type: string microsoft.graph.fileSystemInfo: title: fileSystemInfo required: - '@odata.type' type: object properties: createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The UTC date and time the file was created on a client. format: date-time nullable: true lastAccessedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The UTC date and time the file was last accessed. Available for the recent file list only. format: date-time nullable: true lastModifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The UTC date and time the file was last modified on a client. format: date-time nullable: true '@odata.type': type: string microsoft.graph.filter: title: filter required: - '@odata.type' type: object properties: categoryFilterGroups: type: array items: $ref: '#/components/schemas/microsoft.graph.filterGroup' description: '*Experimental* Filter group set used to decide whether given object belongs and should be processed as part of this object mapping. An object is considered in scope if ANY of the groups in the collection is evaluated to true.' groups: type: array items: $ref: '#/components/schemas/microsoft.graph.filterGroup' description: 'Filter group set used to decide whether given object is in scope for provisioning. This is the filter which should be used in most cases. If an object used to satisfy this filter at a given moment, and then the object or the filter was changed so that filter isn''t satisfied any longer, such object will get deprovisioned''. An object is considered in scope if ANY of the groups in the collection is evaluated to true.' inputFilterGroups: type: array items: $ref: '#/components/schemas/microsoft.graph.filterGroup' description: '*Experimental* Filter group set used to filter out objects at the early stage of reading them from the directory. If an object doesn''t satisfy this filter, then it will not be processed further. Important to understand is that if an object used to satisfy this filter at a given moment, and then the object or the filter was changed so that filter is no longer satisfied, such object will NOT get deprovisioned. An object is considered in scope if ANY of the groups in the collection is evaluated to true.' '@odata.type': type: string microsoft.graph.filterClause: title: filterClause required: - '@odata.type' type: object properties: operatorName: type: string description: Name of the operator to be applied to the source and target operands. Must be one of the supported operators. Supported operators can be discovered. nullable: true sourceOperandName: type: string description: Name of source operand (the operand being tested). The source operand name must match one of the attribute names on the source object. nullable: true targetOperand: anyOf: - $ref: '#/components/schemas/microsoft.graph.filterOperand' - type: object nullable: true description: Values that the source operand will be tested against. '@odata.type': type: string microsoft.graph.filterGroup: title: filterGroup required: - '@odata.type' type: object properties: clauses: type: array items: $ref: '#/components/schemas/microsoft.graph.filterClause' description: Filter clauses (conditions) of this group. All clauses in a group must be satisfied in order for the filter group to evaluate to true. name: type: string description: Human-readable name of the filter group. nullable: true '@odata.type': type: string microsoft.graph.filterOperand: title: filterOperand required: - '@odata.type' type: object properties: values: type: array items: type: string nullable: true description: Collection of values. '@odata.type': type: string microsoft.graph.folder: title: folder required: - '@odata.type' type: object properties: childCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of children contained immediately within this container. format: int32 nullable: true view: anyOf: - $ref: '#/components/schemas/microsoft.graph.folderView' - type: object nullable: true description: A collection of properties defining the recommended view for the folder. '@odata.type': type: string microsoft.graph.folderView: title: folderView required: - '@odata.type' type: object properties: sortBy: type: string description: The method by which the folder should be sorted. nullable: true sortOrder: type: string description: 'If true, indicates that items should be sorted in descending order. Otherwise, items should be sorted ascending.' nullable: true viewType: type: string description: The type of view that should be used to represent the folder. nullable: true '@odata.type': type: string microsoft.graph.followupFlag: title: followupFlag required: - '@odata.type' type: object properties: completedDateTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' - type: object nullable: true description: The date and time that the follow-up was finished. dueDateTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' - type: object nullable: true description: 'The date and time that the follow-up is to be finished. Note: To set the due date, you must also specify the startDateTime; otherwise, you get a 400 Bad Request response.' flagStatus: anyOf: - $ref: '#/components/schemas/microsoft.graph.followupFlagStatus' - type: object nullable: true description: 'The status for follow-up for an item. Possible values are notFlagged, complete, and flagged.' startDateTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' - type: object nullable: true description: The date and time that the follow-up is to begin. '@odata.type': type: string microsoft.graph.freeBusyError: title: freeBusyError required: - '@odata.type' type: object properties: message: type: string description: Describes the error. nullable: true responseCode: type: string description: 'The response code from querying for the availability of the user, distribution list, or resource.' nullable: true '@odata.type': type: string microsoft.graph.genericError: title: genericError required: - '@odata.type' type: object properties: code: type: string description: The error code. nullable: true message: type: string description: The error message. nullable: true '@odata.type': type: string microsoft.graph.geoCoordinates: title: geoCoordinates required: - '@odata.type' type: object properties: altitude: oneOf: - type: number format: double - type: string - $ref: '#/components/schemas/ReferenceNumeric' description: 'Optional. The altitude (height), in feet, above sea level for the item. Read-only.' nullable: true latitude: oneOf: - type: number format: double - type: string - $ref: '#/components/schemas/ReferenceNumeric' description: 'Optional. The latitude, in decimal, for the item. Read-only.' nullable: true longitude: oneOf: - type: number format: double - type: string - $ref: '#/components/schemas/ReferenceNumeric' description: 'Optional. The longitude, in decimal, for the item. Read-only.' nullable: true '@odata.type': type: string microsoft.graph.geolocationColumn: title: geolocationColumn required: - '@odata.type' type: object properties: '@odata.type': type: string microsoft.graph.groupAssignmentTarget: allOf: - $ref: '#/components/schemas/microsoft.graph.deviceAndAppManagementAssignmentTarget' - title: groupAssignmentTarget required: - '@odata.type' type: object properties: groupId: type: string description: The group Id that is the target of the assignment. nullable: true '@odata.type': type: string default: '#microsoft.graph.groupAssignmentTarget' description: Represents an assignment to a group. discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.exclusionGroupAssignmentTarget': '#/components/schemas/microsoft.graph.exclusionGroupAssignmentTarget' microsoft.graph.groupFilter: title: groupFilter required: - '@odata.type' type: object properties: includedGroups: type: array items: type: string nullable: true '@odata.type': type: string microsoft.graph.groupMembers: allOf: - $ref: '#/components/schemas/microsoft.graph.subjectSet' - title: groupMembers required: - '@odata.type' type: object properties: description: type: string description: The name of the group in Microsoft Entra ID. Read only. nullable: true groupId: type: string description: The ID of the group in Microsoft Entra ID. nullable: true '@odata.type': type: string default: '#microsoft.graph.groupMembers' x-ms-discriminator-value: '#microsoft.graph.groupMembers' microsoft.graph.groupPeerOutlierRecommendationInsightSettings: allOf: - $ref: '#/components/schemas/microsoft.graph.accessReviewRecommendationInsightSetting' - title: groupPeerOutlierRecommendationInsightSettings required: - '@odata.type' type: object properties: '@odata.type': type: string default: '#microsoft.graph.groupPeerOutlierRecommendationInsightSettings' x-ms-discriminator-value: '#microsoft.graph.groupPeerOutlierRecommendationInsightSettings' microsoft.graph.hashes: title: hashes required: - '@odata.type' type: object properties: crc32Hash: type: string description: The CRC32 value of the file in little endian (if available). Read-only. nullable: true quickXorHash: type: string description: A proprietary hash of the file that can be used to determine if the contents of the file have changed (if available). Read-only. nullable: true sha1Hash: type: string description: SHA1 hash for the contents of the file (if available). Read-only. nullable: true sha256Hash: type: string description: SHA256 hash for the contents of the file (if available). Read-only. nullable: true '@odata.type': type: string microsoft.graph.hostSecurityState: title: hostSecurityState required: - '@odata.type' type: object properties: fqdn: type: string description: 'Host FQDN (Fully Qualified Domain Name) (for example, machine.company.com).' nullable: true isAzureAdJoined: type: boolean nullable: true isAzureAdRegistered: type: boolean nullable: true isHybridAzureDomainJoined: type: boolean description: True if the host is domain joined to an on-premises Active Directory domain. nullable: true netBiosName: type: string description: 'The local host name, without the DNS domain name.' nullable: true os: type: string description: 'Host Operating System. (For example, Windows 10, macOS, RHEL, etc.).' nullable: true privateIpAddress: type: string description: Private (not routable) IPv4 or IPv6 address (see RFC 1918) at the time of the alert. nullable: true publicIpAddress: type: string description: Publicly routable IPv4 or IPv6 address (see RFC 1918) at time of the alert. nullable: true riskScore: type: string description: 'Provider-generated/calculated risk score of the host. Recommended value range of 0-1, which equates to a percentage.' nullable: true '@odata.type': type: string microsoft.graph.httpRequestEndpoint: allOf: - $ref: '#/components/schemas/microsoft.graph.customExtensionEndpointConfiguration' - title: httpRequestEndpoint required: - '@odata.type' type: object properties: targetUrl: type: string description: The HTTP endpoint that a custom extension calls. nullable: true '@odata.type': type: string default: '#microsoft.graph.httpRequestEndpoint' x-ms-discriminator-value: '#microsoft.graph.httpRequestEndpoint' microsoft.graph.hyperlinkOrPictureColumn: title: hyperlinkOrPictureColumn required: - '@odata.type' type: object properties: isPicture: type: boolean description: Specifies whether the display format used for URL columns is an image or a hyperlink. nullable: true '@odata.type': type: string microsoft.graph.identity: title: identity required: - '@odata.type' type: object properties: displayName: type: string description: 'The display name of the identity.For drive items, the display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don''t show up as changed when using delta.' nullable: true id: type: string description: 'Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that''s subject to review.' nullable: true '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.azureCommunicationServicesUserIdentity': '#/components/schemas/microsoft.graph.azureCommunicationServicesUserIdentity' '#microsoft.graph.communicationsApplicationIdentity': '#/components/schemas/microsoft.graph.communicationsApplicationIdentity' '#microsoft.graph.communicationsApplicationInstanceIdentity': '#/components/schemas/microsoft.graph.communicationsApplicationInstanceIdentity' '#microsoft.graph.communicationsEncryptedIdentity': '#/components/schemas/microsoft.graph.communicationsEncryptedIdentity' '#microsoft.graph.communicationsGuestIdentity': '#/components/schemas/microsoft.graph.communicationsGuestIdentity' '#microsoft.graph.communicationsPhoneIdentity': '#/components/schemas/microsoft.graph.communicationsPhoneIdentity' '#microsoft.graph.communicationsUserIdentity': '#/components/schemas/microsoft.graph.communicationsUserIdentity' '#microsoft.graph.emailIdentity': '#/components/schemas/microsoft.graph.emailIdentity' '#microsoft.graph.initiator': '#/components/schemas/microsoft.graph.initiator' '#microsoft.graph.provisionedIdentity': '#/components/schemas/microsoft.graph.provisionedIdentity' '#microsoft.graph.provisioningServicePrincipal': '#/components/schemas/microsoft.graph.provisioningServicePrincipal' '#microsoft.graph.provisioningSystem': '#/components/schemas/microsoft.graph.provisioningSystem' '#microsoft.graph.servicePrincipalIdentity': '#/components/schemas/microsoft.graph.servicePrincipalIdentity' '#microsoft.graph.sharePointIdentity': '#/components/schemas/microsoft.graph.sharePointIdentity' '#microsoft.graph.teamworkApplicationIdentity': '#/components/schemas/microsoft.graph.teamworkApplicationIdentity' '#microsoft.graph.teamworkConversationIdentity': '#/components/schemas/microsoft.graph.teamworkConversationIdentity' '#microsoft.graph.teamworkTagIdentity': '#/components/schemas/microsoft.graph.teamworkTagIdentity' '#microsoft.graph.teamworkUserIdentity': '#/components/schemas/microsoft.graph.teamworkUserIdentity' '#microsoft.graph.userIdentity': '#/components/schemas/microsoft.graph.userIdentity' '#microsoft.graph.callRecords.userIdentity': '#/components/schemas/microsoft.graph.callRecords.userIdentity' microsoft.graph.identitySet: title: identitySet required: - '@odata.type' type: object properties: application: anyOf: - $ref: '#/components/schemas/microsoft.graph.identity' - type: object nullable: true description: Optional. The application associated with this action. device: anyOf: - $ref: '#/components/schemas/microsoft.graph.identity' - type: object nullable: true description: Optional. The device associated with this action. user: anyOf: - $ref: '#/components/schemas/microsoft.graph.identity' - type: object nullable: true description: Optional. The user associated with this action. '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.chatMessageFromIdentitySet': '#/components/schemas/microsoft.graph.chatMessageFromIdentitySet' '#microsoft.graph.chatMessageMentionedIdentitySet': '#/components/schemas/microsoft.graph.chatMessageMentionedIdentitySet' '#microsoft.graph.chatMessageReactionIdentitySet': '#/components/schemas/microsoft.graph.chatMessageReactionIdentitySet' '#microsoft.graph.communicationsIdentitySet': '#/components/schemas/microsoft.graph.communicationsIdentitySet' '#microsoft.graph.sharePointIdentitySet': '#/components/schemas/microsoft.graph.sharePointIdentitySet' microsoft.graph.identitySource: title: identitySource required: - '@odata.type' type: object properties: '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.azureActiveDirectoryTenant': '#/components/schemas/microsoft.graph.azureActiveDirectoryTenant' '#microsoft.graph.crossCloudAzureActiveDirectoryTenant': '#/components/schemas/microsoft.graph.crossCloudAzureActiveDirectoryTenant' '#microsoft.graph.domainIdentitySource': '#/components/schemas/microsoft.graph.domainIdentitySource' '#microsoft.graph.externalDomainFederation': '#/components/schemas/microsoft.graph.externalDomainFederation' '#microsoft.graph.socialIdentitySource': '#/components/schemas/microsoft.graph.socialIdentitySource' microsoft.graph.idleSessionSignOut: title: idleSessionSignOut required: - '@odata.type' type: object properties: isEnabled: type: boolean description: Indicates whether the idle session sign-out policy is enabled. nullable: true signOutAfterInSeconds: type: integer description: Number of seconds of inactivity after which a user is signed out. format: int64 nullable: true warnAfterInSeconds: type: integer description: Number of seconds of inactivity after which a user is notified that they'll be signed out. format: int64 nullable: true '@odata.type': type: string microsoft.graph.image: title: image required: - '@odata.type' type: object properties: height: maximum: 2147483647 minimum: -2147483648 type: integer description: 'Optional. Height of the image, in pixels. Read-only.' format: int32 nullable: true width: maximum: 2147483647 minimum: -2147483648 type: integer description: 'Optional. Width of the image, in pixels. Read-only.' format: int32 nullable: true '@odata.type': type: string microsoft.graph.imageInfo: title: imageInfo required: - '@odata.type' type: object properties: addImageQuery: type: boolean description: Optional; parameter used to indicate the server is able to render image dynamically in response to parameterization. For example – a high contrast image nullable: true alternateText: type: string description: Optional; alt-text accessible content for the image nullable: true alternativeText: type: string nullable: true iconUrl: type: string description: Optional; URI that points to an icon which represents the application used to generate the activity nullable: true '@odata.type': type: string microsoft.graph.implicitGrantSettings: title: implicitGrantSettings required: - '@odata.type' type: object properties: enableAccessTokenIssuance: type: boolean description: Specifies whether this web application can request an access token using the OAuth 2.0 implicit flow. nullable: true enableIdTokenIssuance: type: boolean description: Specifies whether this web application can request an ID token using the OAuth 2.0 implicit flow. nullable: true '@odata.type': type: string microsoft.graph.importedWindowsAutopilotDeviceIdentityState: title: importedWindowsAutopilotDeviceIdentityState required: - '@odata.type' type: object properties: deviceErrorCode: maximum: 2147483647 minimum: -2147483648 type: integer description: Device error code reported by Device Directory Service(DDS). format: int32 deviceErrorName: type: string description: Device error name reported by Device Directory Service(DDS). nullable: true deviceImportStatus: $ref: '#/components/schemas/microsoft.graph.importedWindowsAutopilotDeviceIdentityImportStatus' deviceRegistrationId: type: string description: Device Registration ID for successfully added device reported by Device Directory Service(DDS). nullable: true '@odata.type': type: string microsoft.graph.inboundOutboundPolicyConfiguration: title: inboundOutboundPolicyConfiguration required: - '@odata.type' type: object properties: inboundAllowed: type: boolean description: Defines whether external users coming inbound are allowed. nullable: true outboundAllowed: type: boolean description: Defines whether internal users are allowed to go outbound. nullable: true '@odata.type': type: string microsoft.graph.includeAllAccountTargetContent: allOf: - $ref: '#/components/schemas/microsoft.graph.accountTargetContent' - title: includeAllAccountTargetContent required: - '@odata.type' type: object properties: '@odata.type': type: string default: '#microsoft.graph.includeAllAccountTargetContent' x-ms-discriminator-value: '#microsoft.graph.includeAllAccountTargetContent' microsoft.graph.incomingCallOptions: allOf: - $ref: '#/components/schemas/microsoft.graph.callOptions' - title: incomingCallOptions required: - '@odata.type' type: object properties: '@odata.type': type: string default: '#microsoft.graph.incomingCallOptions' x-ms-discriminator-value: '#microsoft.graph.incomingCallOptions' microsoft.graph.incomingContext: title: incomingContext required: - '@odata.type' type: object properties: observedParticipantId: type: string description: The ID of the participant that is under observation. Read-only. nullable: true onBehalfOf: anyOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' - type: object nullable: true description: The identity that the call is happening on behalf of. sourceParticipantId: type: string description: The ID of the participant that triggered the incoming call. Read-only. nullable: true transferor: anyOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' - type: object nullable: true description: The identity that transferred the call. '@odata.type': type: string microsoft.graph.incompleteData: title: incompleteData required: - '@odata.type' type: object properties: missingDataBeforeDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The service does not have source data before the specified time. format: date-time nullable: true wasThrottled: type: boolean description: Some data was not recorded due to excessive activity. nullable: true '@odata.type': type: string microsoft.graph.informationalUrl: title: informationalUrl required: - '@odata.type' type: object properties: logoUrl: type: string description: 'CDN URL to the application''s logo, Read-only.' nullable: true marketingUrl: type: string description: 'Link to the application''s marketing page. For example, https://www.contoso.com/app/marketing' nullable: true privacyStatementUrl: type: string description: 'Link to the application''s privacy statement. For example, https://www.contoso.com/app/privacy' nullable: true supportUrl: type: string description: 'Link to the application''s support page. For example, https://www.contoso.com/app/support' nullable: true termsOfServiceUrl: type: string description: 'Link to the application''s terms of service statement. For example, https://www.contoso.com/app/termsofservice' nullable: true '@odata.type': type: string microsoft.graph.initiator: allOf: - $ref: '#/components/schemas/microsoft.graph.identity' - title: initiator required: - '@odata.type' type: object properties: initiatorType: anyOf: - $ref: '#/components/schemas/microsoft.graph.initiatorType' - type: object nullable: true description: 'Type of initiator. Possible values are: user, application, system, unknownFutureValue.' '@odata.type': type: string default: '#microsoft.graph.initiator' x-ms-discriminator-value: '#microsoft.graph.initiator' microsoft.graph.insightIdentity: title: insightIdentity required: - '@odata.type' type: object properties: address: type: string description: The email address of the user who shared the item. nullable: true displayName: type: string description: The display name of the user who shared the item. nullable: true id: type: string description: The ID of the user who shared the item. nullable: true '@odata.type': type: string microsoft.graph.insightValueDouble: allOf: - $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsInsightValue' - title: insightValueDouble required: - '@odata.type' type: object properties: value: oneOf: - type: number format: double - type: string - $ref: '#/components/schemas/ReferenceNumeric' description: The double value of the user experience analytics insight. '@odata.type': type: string default: '#microsoft.graph.insightValueDouble' description: The value in an user experience analytics insight. x-ms-discriminator-value: '#microsoft.graph.insightValueDouble' microsoft.graph.insightValueInt: allOf: - $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsInsightValue' - title: insightValueInt required: - '@odata.type' type: object properties: value: maximum: 2147483647 minimum: -2147483648 type: integer description: The int value of the user experience analytics insight. format: int32 '@odata.type': type: string default: '#microsoft.graph.insightValueInt' description: The value in an user experience analytics insight. x-ms-discriminator-value: '#microsoft.graph.insightValueInt' microsoft.graph.instanceResourceAccess: title: instanceResourceAccess required: - '@odata.type' type: object properties: permissions: type: array items: $ref: '#/components/schemas/microsoft.graph.resourcePermission' resourceAppId: type: string '@odata.type': type: string microsoft.graph.integerRange: title: integerRange required: - '@odata.type' type: object properties: end: type: integer description: The inclusive upper bound of the integer range. format: int64 nullable: true start: type: integer description: The inclusive lower bound of the integer range. format: int64 nullable: true '@odata.type': type: string microsoft.graph.internalSponsors: allOf: - $ref: '#/components/schemas/microsoft.graph.subjectSet' - title: internalSponsors required: - '@odata.type' type: object properties: '@odata.type': type: string default: '#microsoft.graph.internalSponsors' x-ms-discriminator-value: '#microsoft.graph.internalSponsors' microsoft.graph.internetMessageHeader: title: internetMessageHeader required: - '@odata.type' type: object properties: name: type: string description: Represents the key in a key-value pair. nullable: true value: type: string description: The value in a key-value pair. nullable: true '@odata.type': type: string microsoft.graph.intuneBrand: title: intuneBrand required: - '@odata.type' type: object properties: contactITEmailAddress: type: string description: Email address of the person/organization responsible for IT support. nullable: true contactITName: type: string description: Name of the person/organization responsible for IT support. nullable: true contactITNotes: type: string description: Text comments regarding the person/organization responsible for IT support. nullable: true contactITPhoneNumber: type: string description: Phone number of the person/organization responsible for IT support. nullable: true darkBackgroundLogo: anyOf: - $ref: '#/components/schemas/microsoft.graph.mimeContent' - type: object nullable: true description: Logo image displayed in Company Portal apps which have a dark background behind the logo. displayName: type: string description: Company/organization name that is displayed to end users. nullable: true lightBackgroundLogo: anyOf: - $ref: '#/components/schemas/microsoft.graph.mimeContent' - type: object nullable: true description: Logo image displayed in Company Portal apps which have a light background behind the logo. onlineSupportSiteName: type: string description: Display name of the company/organization’s IT helpdesk site. nullable: true onlineSupportSiteUrl: type: string description: URL to the company/organization’s IT helpdesk site. nullable: true privacyUrl: type: string description: URL to the company/organization’s privacy policy. nullable: true showDisplayNameNextToLogo: type: boolean description: Boolean that represents whether the administrator-supplied display name will be shown next to the logo image. showLogo: type: boolean description: Boolean that represents whether the administrator-supplied logo images are shown or not shown. showNameNextToLogo: type: boolean description: Boolean that represents whether the administrator-supplied display name will be shown next to the logo image. themeColor: anyOf: - $ref: '#/components/schemas/microsoft.graph.rgbColor' - type: object nullable: true description: Primary theme color used in the Company Portal applications and web portal. '@odata.type': type: string description: intuneBrand contains data which is used in customizing the appearance of the Company Portal applications as well as the end user web portal. microsoft.graph.investigationSecurityState: title: investigationSecurityState required: - '@odata.type' type: object properties: name: type: string nullable: true status: type: string nullable: true '@odata.type': type: string microsoft.graph.invitationParticipantInfo: title: invitationParticipantInfo required: - '@odata.type' type: object properties: hidden: type: boolean description: Optional. Whether to hide the participant from the roster. nullable: true identity: $ref: '#/components/schemas/microsoft.graph.identitySet' participantId: type: string description: Optional. The ID of the target participant. nullable: true removeFromDefaultAudioRoutingGroup: type: boolean description: Optional. Whether to remove them from the main mixer. nullable: true replacesCallId: type: string description: 'Optional. The call which the target identity is currently a part of. For peer-to-peer case, the call will be dropped once the participant is added successfully.' nullable: true '@odata.type': type: string microsoft.graph.invitationRedemptionIdentityProviderConfiguration: title: invitationRedemptionIdentityProviderConfiguration required: - '@odata.type' type: object properties: fallbackIdentityProvider: anyOf: - $ref: '#/components/schemas/microsoft.graph.b2bIdentityProvidersType' - type: object nullable: true description: 'The fallback identity provider to be used in case no primary identity provider can be used for guest invitation redemption. Possible values are: defaultConfiguredIdp, emailOneTimePasscode, or microsoftAccount.' primaryIdentityProviderPrecedenceOrder: type: array items: anyOf: - $ref: '#/components/schemas/microsoft.graph.b2bIdentityProvidersType' - type: object nullable: true description: 'Collection of identity providers in priority order of preference to be used for guest invitation redemption. Possible values are: azureActiveDirectory, externalFederation, or socialIdentityProviders.' '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.defaultInvitationRedemptionIdentityProviderConfiguration': '#/components/schemas/microsoft.graph.defaultInvitationRedemptionIdentityProviderConfiguration' microsoft.graph.invitedUserMessageInfo: title: invitedUserMessageInfo required: - '@odata.type' type: object properties: ccRecipients: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' description: Additional recipients the invitation message should be sent to. Currently only one additional recipient is supported. customizedMessageBody: type: string description: Customized message body you want to send if you don't want the default message. nullable: true messageLanguage: type: string description: 'The language you want to send the default message in. If the customizedMessageBody is specified, this property is ignored, and the message is sent using the customizedMessageBody. The language format should be in ISO 639. The default is en-US.' nullable: true '@odata.type': type: string microsoft.graph.inviteNewBotResponse: allOf: - $ref: '#/components/schemas/microsoft.graph.participantJoiningResponse' - title: inviteNewBotResponse required: - '@odata.type' type: object properties: inviteUri: type: string description: URI to receive new incoming call notification. nullable: true '@odata.type': type: string default: '#microsoft.graph.inviteNewBotResponse' x-ms-discriminator-value: '#microsoft.graph.inviteNewBotResponse' microsoft.graph.iosDeviceType: title: iosDeviceType required: - '@odata.type' type: object properties: iPad: type: boolean description: Whether the app should run on iPads. iPhoneAndIPod: type: boolean description: Whether the app should run on iPhones and iPods. '@odata.type': type: string description: Contains properties of the possible iOS device types the mobile app can run on. microsoft.graph.iosHomeScreenApp: allOf: - $ref: '#/components/schemas/microsoft.graph.iosHomeScreenItem' - title: iosHomeScreenApp required: - '@odata.type' type: object properties: bundleID: type: string description: BundleID of the app if isWebClip is false or the URL of a web clip if isWebClip is true. '@odata.type': type: string default: '#microsoft.graph.iosHomeScreenApp' description: Represents an icon for an app on the Home Screen x-ms-discriminator-value: '#microsoft.graph.iosHomeScreenApp' microsoft.graph.iosHomeScreenFolder: allOf: - $ref: '#/components/schemas/microsoft.graph.iosHomeScreenItem' - title: iosHomeScreenFolder required: - '@odata.type' type: object properties: pages: type: array items: $ref: '#/components/schemas/microsoft.graph.iosHomeScreenFolderPage' description: Pages of Home Screen Layout Icons which must be applications or web clips. This collection can contain a maximum of 500 elements. '@odata.type': type: string default: '#microsoft.graph.iosHomeScreenFolder' description: A folder containing pages of apps and web clips on the Home Screen. x-ms-discriminator-value: '#microsoft.graph.iosHomeScreenFolder' microsoft.graph.iosHomeScreenFolderPage: title: iosHomeScreenFolderPage required: - '@odata.type' type: object properties: apps: type: array items: $ref: '#/components/schemas/microsoft.graph.iosHomeScreenApp' description: A list of apps and web clips to appear on a page within a folder. This collection can contain a maximum of 500 elements. displayName: type: string description: Name of the folder page nullable: true '@odata.type': type: string description: A page for a folder containing apps and web clips on the Home Screen. microsoft.graph.iosHomeScreenItem: title: iosHomeScreenItem required: - '@odata.type' type: object properties: displayName: type: string description: Name of the app nullable: true '@odata.type': type: string description: Represents an item on the iOS Home Screen discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.iosHomeScreenApp': '#/components/schemas/microsoft.graph.iosHomeScreenApp' '#microsoft.graph.iosHomeScreenFolder': '#/components/schemas/microsoft.graph.iosHomeScreenFolder' microsoft.graph.iosHomeScreenPage: title: iosHomeScreenPage required: - '@odata.type' type: object properties: displayName: type: string description: Name of the page nullable: true icons: type: array items: $ref: '#/components/schemas/microsoft.graph.iosHomeScreenItem' description: 'A list of apps, folders, and web clips to appear on a page. This collection can contain a maximum of 500 elements.' '@odata.type': type: string description: 'A page containing apps, folders, and web clips on the Home Screen.' microsoft.graph.iosLobAppAssignmentSettings: allOf: - $ref: '#/components/schemas/microsoft.graph.mobileAppAssignmentSettings' - title: iosLobAppAssignmentSettings required: - '@odata.type' type: object properties: isRemovable: type: boolean description: 'When TRUE, indicates that the app can be uninstalled by the user. When FALSE, indicates that the app cannot be uninstalled by the user. By default, this property is set to null which internally is treated as TRUE.' nullable: true uninstallOnDeviceRemoval: type: boolean description: 'When TRUE, indicates that the app should be uninstalled when the device is removed from Intune. When FALSE, indicates that the app will not be uninstalled when the device is removed from Intune. By default, property is set to null which internally is treated as TRUE.' nullable: true vpnConfigurationId: type: string description: This is the unique identifier (Id) of the VPN Configuration to apply to the app. nullable: true '@odata.type': type: string default: '#microsoft.graph.iosLobAppAssignmentSettings' description: Contains properties used to assign an iOS LOB mobile app to a group. x-ms-discriminator-value: '#microsoft.graph.iosLobAppAssignmentSettings' microsoft.graph.iosMinimumOperatingSystem: title: iosMinimumOperatingSystem required: - '@odata.type' type: object properties: v10_0: type: boolean description: 'When TRUE, only Version 10.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.' v11_0: type: boolean description: 'When TRUE, only Version 11.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.' v12_0: type: boolean description: 'When TRUE, only Version 12.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.' v13_0: type: boolean description: 'When TRUE, only Version 13.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.' v14_0: type: boolean description: 'When TRUE, only Version 14.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.' v15_0: type: boolean description: 'When TRUE, only Version 15.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.' v8_0: type: boolean description: 'When TRUE, only Version 8.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.' v9_0: type: boolean description: 'When TRUE, only Version 9.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.' '@odata.type': type: string description: Contains properties of the minimum operating system required for an iOS mobile app. microsoft.graph.iosMobileAppIdentifier: allOf: - $ref: '#/components/schemas/microsoft.graph.mobileAppIdentifier' - title: iosMobileAppIdentifier required: - '@odata.type' type: object properties: bundleId: type: string description: 'The identifier for an app, as specified in the app store.' '@odata.type': type: string default: '#microsoft.graph.iosMobileAppIdentifier' description: The identifier for an iOS app. x-ms-discriminator-value: '#microsoft.graph.iosMobileAppIdentifier' microsoft.graph.iosNetworkUsageRule: title: iosNetworkUsageRule required: - '@odata.type' type: object properties: cellularDataBlocked: type: boolean description: 'If set to true, corresponding managed apps will not be allowed to use cellular data at any time.' cellularDataBlockWhenRoaming: type: boolean description: 'If set to true, corresponding managed apps will not be allowed to use cellular data when roaming.' managedApps: type: array items: $ref: '#/components/schemas/microsoft.graph.appListItem' description: Information about the managed apps that this rule is going to apply to. This collection can contain a maximum of 500 elements. '@odata.type': type: string description: 'Network Usage Rules allow enterprises to specify how managed apps use networks, such as cellular data networks.' microsoft.graph.iosNotificationSettings: title: iosNotificationSettings required: - '@odata.type' type: object properties: alertType: $ref: '#/components/schemas/microsoft.graph.iosNotificationAlertType' appName: type: string description: Application name to be associated with the bundleID. nullable: true badgesEnabled: type: boolean description: Indicates whether badges are allowed for this app. nullable: true bundleID: type: string description: Bundle id of app to which to apply these notification settings. enabled: type: boolean description: Indicates whether notifications are allowed for this app. nullable: true publisher: type: string description: Publisher to be associated with the bundleID. nullable: true showInNotificationCenter: type: boolean description: Indicates whether notifications can be shown in notification center. nullable: true showOnLockScreen: type: boolean description: Indicates whether notifications can be shown on the lock screen. nullable: true soundsEnabled: type: boolean description: Indicates whether sounds are allowed for this app. nullable: true '@odata.type': type: string description: An item describing notification setting. microsoft.graph.iosStoreAppAssignmentSettings: allOf: - $ref: '#/components/schemas/microsoft.graph.mobileAppAssignmentSettings' - title: iosStoreAppAssignmentSettings required: - '@odata.type' type: object properties: isRemovable: type: boolean description: 'When TRUE, indicates that the app can be uninstalled by the user. When FALSE, indicates that the app cannot be uninstalled by the user. By default, this property is set to null which internally is treated as TRUE.' nullable: true uninstallOnDeviceRemoval: type: boolean description: 'When TRUE, indicates that the app should be uninstalled when the device is removed from Intune. When FALSE, indicates that the app will not be uninstalled when the device is removed from Intune. By default, property is set to null which internally is treated as TRUE.' nullable: true vpnConfigurationId: type: string description: This is the unique identifier (Id) of the VPN Configuration to apply to the app. nullable: true '@odata.type': type: string default: '#microsoft.graph.iosStoreAppAssignmentSettings' description: Contains properties used to assign an iOS Store mobile app to a group. x-ms-discriminator-value: '#microsoft.graph.iosStoreAppAssignmentSettings' microsoft.graph.iosVppAppAssignmentSettings: allOf: - $ref: '#/components/schemas/microsoft.graph.mobileAppAssignmentSettings' - title: iosVppAppAssignmentSettings required: - '@odata.type' type: object properties: useDeviceLicensing: type: boolean description: Whether or not to use device licensing. vpnConfigurationId: type: string description: The VPN Configuration Id to apply for this app. nullable: true '@odata.type': type: string default: '#microsoft.graph.iosVppAppAssignmentSettings' description: Contains properties used to assign an iOS VPP mobile app to a group. x-ms-discriminator-value: '#microsoft.graph.iosVppAppAssignmentSettings' microsoft.graph.ipRange: title: ipRange required: - '@odata.type' type: object properties: '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.iPv4CidrRange': '#/components/schemas/microsoft.graph.iPv4CidrRange' '#microsoft.graph.iPv4Range': '#/components/schemas/microsoft.graph.iPv4Range' '#microsoft.graph.iPv6CidrRange': '#/components/schemas/microsoft.graph.iPv6CidrRange' '#microsoft.graph.iPv6Range': '#/components/schemas/microsoft.graph.iPv6Range' microsoft.graph.iPv4CidrRange: allOf: - $ref: '#/components/schemas/microsoft.graph.ipRange' - title: iPv4CidrRange required: - '@odata.type' type: object properties: cidrAddress: type: string description: IPv4 address in CIDR notation. Not nullable. '@odata.type': type: string default: '#microsoft.graph.iPv4CidrRange' x-ms-discriminator-value: '#microsoft.graph.iPv4CidrRange' microsoft.graph.iPv4Range: allOf: - $ref: '#/components/schemas/microsoft.graph.ipRange' - title: iPv4Range required: - '@odata.type' type: object properties: lowerAddress: type: string description: Lower address. upperAddress: type: string description: Upper address. '@odata.type': type: string default: '#microsoft.graph.iPv4Range' description: IPv4 Range definition. x-ms-discriminator-value: '#microsoft.graph.iPv4Range' microsoft.graph.iPv6CidrRange: allOf: - $ref: '#/components/schemas/microsoft.graph.ipRange' - title: iPv6CidrRange required: - '@odata.type' type: object properties: cidrAddress: type: string description: IPv6 address in CIDR notation. Not nullable. '@odata.type': type: string default: '#microsoft.graph.iPv6CidrRange' x-ms-discriminator-value: '#microsoft.graph.iPv6CidrRange' microsoft.graph.iPv6Range: allOf: - $ref: '#/components/schemas/microsoft.graph.ipRange' - title: iPv6Range required: - '@odata.type' type: object properties: lowerAddress: type: string description: Lower address. upperAddress: type: string description: Upper address. '@odata.type': type: string default: '#microsoft.graph.iPv6Range' description: IPv6 Range definition. x-ms-discriminator-value: '#microsoft.graph.iPv6Range' microsoft.graph.itemActionStat: title: itemActionStat required: - '@odata.type' type: object properties: actionCount: maximum: 2147483647 minimum: -2147483648 type: integer description: The number of times the action took place. Read-only. format: int32 nullable: true actorCount: maximum: 2147483647 minimum: -2147483648 type: integer description: The number of distinct actors that performed the action. Read-only. format: int32 nullable: true '@odata.type': type: string microsoft.graph.itemBody: title: itemBody required: - '@odata.type' type: object properties: content: type: string description: The content of the item. nullable: true contentType: anyOf: - $ref: '#/components/schemas/microsoft.graph.bodyType' - type: object nullable: true description: The type of the content. Possible values are text and html. '@odata.type': type: string microsoft.graph.itemPreviewInfo: title: itemPreviewInfo required: - '@odata.type' type: object properties: getUrl: type: string nullable: true postParameters: type: string nullable: true postUrl: type: string nullable: true '@odata.type': type: string microsoft.graph.itemReference: title: itemReference required: - '@odata.type' type: object properties: driveId: type: string description: Unique identifier of the drive instance that contains the driveItem. Only returned if the item is located in a drive. Read-only. nullable: true driveType: type: string description: Identifies the type of drive. Only returned if the item is located in a drive. See drive resource for values. nullable: true id: type: string description: Unique identifier of the driveItem in the drive or a listItem in a list. Read-only. nullable: true name: type: string description: The name of the item being referenced. Read-only. nullable: true path: type: string description: Percent-encoded path that can be used to navigate to the item. Read-only. nullable: true shareId: type: string description: A unique identifier for a shared resource that can be accessed via the Shares API. nullable: true sharepointIds: anyOf: - $ref: '#/components/schemas/microsoft.graph.sharepointIds' - type: object nullable: true description: Returns identifiers useful for SharePoint REST compatibility. Read-only. siteId: type: string description: 'For OneDrive for Business and SharePoint, this property represents the ID of the site that contains the parent document library of the driveItem resource or the parent list of the listItem resource. The value is the same as the id property of that site resource. It is an opaque string that consists of three identifiers of the site. For OneDrive, this property is not populated.' nullable: true '@odata.type': type: string microsoft.graph.joinMeetingIdMeetingInfo: allOf: - $ref: '#/components/schemas/microsoft.graph.meetingInfo' - title: joinMeetingIdMeetingInfo required: - '@odata.type' type: object properties: joinMeetingId: type: string description: The ID used to join the meeting. passcode: type: string description: The passcode used to join the meeting. Optional. nullable: true '@odata.type': type: string default: '#microsoft.graph.joinMeetingIdMeetingInfo' x-ms-discriminator-value: '#microsoft.graph.joinMeetingIdMeetingInfo' microsoft.graph.joinMeetingIdSettings: title: joinMeetingIdSettings required: - '@odata.type' type: object properties: isPasscodeRequired: type: boolean description: Indicates whether a passcode is required to join a meeting when using joinMeetingId. Optional. nullable: true joinMeetingId: type: string description: The meeting ID to be used to join a meeting. Optional. Read-only. nullable: true passcode: type: string description: The passcode to join a meeting. Optional. Read-only. nullable: true '@odata.type': type: string microsoft.graph.Json: title: Json required: - '@odata.type' type: object properties: '@odata.type': type: string microsoft.graph.keyCredential: title: keyCredential required: - '@odata.type' type: object properties: customKeyIdentifier: type: string description: 'A 40-character binary type that can be used to identify the credential. Optional. When not provided in the payload, defaults to the thumbprint of the certificate.' format: base64url nullable: true displayName: type: string description: Friendly name for the key. Optional. nullable: true endDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The date and time at which the credential expires. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true key: type: string description: 'The certificate''s raw data in byte array converted to Base64 string. Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it is always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key.' format: base64url nullable: true keyId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string description: The unique identifier (GUID) for the key. format: uuid nullable: true startDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The date and time at which the credential becomes valid.The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true type: type: string description: 'The type of key credential; for example, Symmetric, AsymmetricX509Cert.' nullable: true usage: type: string description: 'A string that describes the purpose for which the key can be used; for example, Verify.' nullable: true '@odata.type': type: string microsoft.graph.keyCredentialConfiguration: title: keyCredentialConfiguration required: - '@odata.type' type: object properties: maxLifetime: pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' type: string description: 'Value that can be used as the maximum duration in days, hours, minutes, or seconds from the date of key creation, for which the key is valid. Defined in ISO 8601 format for Durations. For example, P4DT12H30M5S represents a duration of four days, twelve hours, thirty minutes, and five seconds. This property is required when restrictionType is set to keyLifetime.' format: duration nullable: true restrictForAppsCreatedAfterDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'Timestamp when the policy is enforced for all apps created on or after the specified date. For existing applications, the enforcement date would be back dated. To apply to all applications regardless of their creation date, this property would be null. Nullable.' format: date-time nullable: true restrictionType: anyOf: - $ref: '#/components/schemas/microsoft.graph.appKeyCredentialRestrictionType' - type: object nullable: true description: 'The type of restriction being applied. Possible values are asymmetricKeyLifetime, unknownFutureValue. Each value of restrictionType can be used only once per policy.' '@odata.type': type: string microsoft.graph.keyValue: title: keyValue required: - '@odata.type' type: object properties: key: type: string description: Key for the key-value pair. nullable: true value: type: string description: Value for the key-value pair. nullable: true '@odata.type': type: string microsoft.graph.keyValuePair: title: keyValuePair required: - '@odata.type' type: object properties: name: type: string description: Name for this key-value pair value: type: string description: Value for this key-value pair nullable: true '@odata.type': type: string microsoft.graph.licenseAssignmentState: title: licenseAssignmentState required: - '@odata.type' type: object properties: assignedByGroup: type: string nullable: true disabledPlans: type: array items: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string format: uuid nullable: true error: type: string nullable: true lastUpdatedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string format: date-time nullable: true skuId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string format: uuid nullable: true state: type: string nullable: true '@odata.type': type: string microsoft.graph.licenseProcessingState: title: licenseProcessingState required: - '@odata.type' type: object properties: state: type: string nullable: true '@odata.type': type: string microsoft.graph.licenseUnitsDetail: title: licenseUnitsDetail required: - '@odata.type' type: object properties: enabled: maximum: 2147483647 minimum: -2147483648 type: integer description: The number of units that are enabled for the active subscription of the service SKU. format: int32 nullable: true lockedOut: maximum: 2147483647 minimum: -2147483648 type: integer description: The number of units that are locked out because the customer canceled their subscription of the service SKU. format: int32 nullable: true suspended: maximum: 2147483647 minimum: -2147483648 type: integer description: The number of units that are suspended because the subscription of the service SKU has been canceled. The units can't be assigned but can still be reactivated before they're deleted. format: int32 nullable: true warning: maximum: 2147483647 minimum: -2147483648 type: integer description: 'The number of units that are in warning status. When the subscription of the service SKU has expired, the customer has a grace period to renew their subscription before it''s canceled (moved to a suspended state).' format: int32 nullable: true '@odata.type': type: string microsoft.graph.listInfo: title: listInfo required: - '@odata.type' type: object properties: contentTypesEnabled: type: boolean description: 'If true, indicates that content types are enabled for this list.' nullable: true hidden: type: boolean description: 'If true, indicates that the list isn''t normally visible in the SharePoint user experience.' nullable: true template: type: string description: 'An enumerated value that represents the base list template used in creating the list. Possible values include documentLibrary, genericList, task, survey, announcements, contacts, and more.' nullable: true '@odata.type': type: string microsoft.graph.lobbyBypassSettings: title: lobbyBypassSettings required: - '@odata.type' type: object properties: isDialInBypassEnabled: type: boolean description: Specifies whether or not to always let dial-in callers bypass the lobby. Optional. nullable: true scope: anyOf: - $ref: '#/components/schemas/microsoft.graph.lobbyBypassScope' - type: object nullable: true description: 'Specifies the type of participants that are automatically admitted into a meeting, bypassing the lobby. Optional.' '@odata.type': type: string microsoft.graph.localAdminPasswordSettings: title: localAdminPasswordSettings required: - '@odata.type' type: object properties: isEnabled: type: boolean nullable: true '@odata.type': type: string microsoft.graph.localeInfo: title: localeInfo required: - '@odata.type' type: object properties: displayName: type: string description: 'A name representing the user''s locale in natural language, for example, ''English (United States)''.' nullable: true locale: type: string description: 'A locale representation for the user, which includes the user''s preferred language and country/region. For example, ''en-us''. The language component follows 2-letter codes as defined in ISO 639-1, and the country component follows 2-letter codes as defined in ISO 3166-1 alpha-2.' nullable: true '@odata.type': type: string microsoft.graph.locateDeviceActionResult: allOf: - $ref: '#/components/schemas/microsoft.graph.deviceActionResult' - title: locateDeviceActionResult required: - '@odata.type' type: object properties: deviceLocation: anyOf: - $ref: '#/components/schemas/microsoft.graph.deviceGeoLocation' - type: object nullable: true description: device location '@odata.type': type: string description: Locate device action result x-ms-discriminator-value: '#microsoft.graph.locateDeviceActionResult' microsoft.graph.location: title: location required: - '@odata.type' type: object properties: address: anyOf: - $ref: '#/components/schemas/microsoft.graph.physicalAddress' - type: object nullable: true description: The street address of the location. coordinates: anyOf: - $ref: '#/components/schemas/microsoft.graph.outlookGeoCoordinates' - type: object nullable: true description: The geographic coordinates and elevation of the location. displayName: type: string description: The name associated with the location. nullable: true locationEmailAddress: type: string description: Optional email address of the location. nullable: true locationType: anyOf: - $ref: '#/components/schemas/microsoft.graph.locationType' - type: object nullable: true description: 'The type of location. The possible values are: default, conferenceRoom, homeAddress, businessAddress,geoCoordinates, streetAddress, hotel, restaurant, localBusiness, postalAddress. Read-only.' locationUri: type: string description: Optional URI representing the location. nullable: true uniqueId: type: string description: For internal use only. nullable: true uniqueIdType: anyOf: - $ref: '#/components/schemas/microsoft.graph.locationUniqueIdType' - type: object nullable: true description: For internal use only. '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.locationConstraintItem': '#/components/schemas/microsoft.graph.locationConstraintItem' microsoft.graph.locationConstraint: title: locationConstraint required: - '@odata.type' type: object properties: isRequired: type: boolean description: 'The client requests the service to include in the response a meeting location for the meeting. If this is true and all the resources are busy, findMeetingTimes won''t return any meeting time suggestions. If this is false and all the resources are busy, findMeetingTimes would still look for meeting times without locations.' nullable: true locations: type: array items: $ref: '#/components/schemas/microsoft.graph.locationConstraintItem' description: Constraint information for one or more locations that the client requests for the meeting. suggestLocation: type: boolean description: The client requests the service to suggest one or more meeting locations. nullable: true '@odata.type': type: string microsoft.graph.locationConstraintItem: allOf: - $ref: '#/components/schemas/microsoft.graph.location' - title: locationConstraintItem required: - '@odata.type' type: object properties: resolveAvailability: type: boolean description: 'If set to true and the specified resource is busy, findMeetingTimes looks for another resource that is free. If set to false and the specified resource is busy, findMeetingTimes returns the resource best ranked in the user''s cache without checking if it''s free. Default is true.' nullable: true '@odata.type': type: string default: '#microsoft.graph.locationConstraintItem' x-ms-discriminator-value: '#microsoft.graph.locationConstraintItem' microsoft.graph.logicAppTriggerEndpointConfiguration: allOf: - $ref: '#/components/schemas/microsoft.graph.customExtensionEndpointConfiguration' - title: logicAppTriggerEndpointConfiguration required: - '@odata.type' type: object properties: logicAppWorkflowName: type: string description: The name of the logic app. nullable: true resourceGroupName: type: string description: The Azure resource group name for the logic app. nullable: true subscriptionId: type: string description: Identifier of the Azure subscription for the logic app. nullable: true url: type: string description: The URL to the logic app endpoint that will be triggered. Only required for app-only token scenarios where app is creating a customCalloutExtension without a signed-in user. nullable: true '@odata.type': type: string default: '#microsoft.graph.logicAppTriggerEndpointConfiguration' x-ms-discriminator-value: '#microsoft.graph.logicAppTriggerEndpointConfiguration' microsoft.graph.loginPageLayoutConfiguration: title: loginPageLayoutConfiguration required: - '@odata.type' type: object properties: isFooterShown: type: boolean description: Option to show the footer on the sign-in page. nullable: true isHeaderShown: type: boolean description: Option to show the header on the sign-in page. nullable: true layoutTemplateType: anyOf: - $ref: '#/components/schemas/microsoft.graph.layoutTemplateType' - type: object nullable: true description: Represents the layout template to be displayed on the login page for a tenant. The possible values are default - Represents the default Microsoft layout with a centered lightbox. verticalSplit - Represents a layout with a background on the left side and a full-height lightbox to the right. unknownFutureValue - Evolvable enumeration sentinel value. Don't use. '@odata.type': type: string microsoft.graph.loginPageTextVisibilitySettings: title: loginPageTextVisibilitySettings required: - '@odata.type' type: object properties: hideAccountResetCredentials: type: boolean description: 'Option to hide the self-service password reset (SSPR) hyperlinks such as ''Can''t access your account?'', ''Forgot my password'' and ''Reset it now'' on the sign-in form.' nullable: true hideCannotAccessYourAccount: type: boolean description: Option to hide the self-service password reset (SSPR) 'Can't access your account?' hyperlink on the sign-in form. nullable: true hideForgotMyPassword: type: boolean description: Option to hide the self-service password reset (SSPR) 'Forgot my password' hyperlink on the sign-in form. nullable: true hidePrivacyAndCookies: type: boolean description: Option to hide the 'Privacy & Cookies' hyperlink in the footer. nullable: true hideResetItNow: type: boolean description: Option to hide the self-service password reset (SSPR) 'reset it now' hyperlink on the sign-in form. nullable: true hideTermsOfUse: type: boolean description: Option to hide the 'Terms of Use' hyperlink in the footer. nullable: true '@odata.type': type: string microsoft.graph.lookupColumn: title: lookupColumn required: - '@odata.type' type: object properties: allowMultipleValues: type: boolean description: Indicates whether multiple values can be selected from the source. nullable: true allowUnlimitedLength: type: boolean description: Indicates whether values in the column should be able to exceed the standard limit of 255 characters. nullable: true columnName: type: string description: The name of the lookup source column. nullable: true listId: type: string description: The unique identifier of the lookup source list. nullable: true primaryLookupColumnId: type: string description: 'If specified, this column is a secondary lookup, pulling an additional field from the list item looked up by the primary lookup. Use the list item looked up by the primary as the source for the column named here.' nullable: true '@odata.type': type: string microsoft.graph.macOSIncludedApp: title: macOSIncludedApp required: - '@odata.type' type: object properties: bundleId: type: string description: The bundleId of the app. This maps to the CFBundleIdentifier in the app's bundle configuration. bundleVersion: type: string description: The version of the app. This maps to the CFBundleShortVersion in the app's bundle configuration. '@odata.type': type: string description: Contains properties of an included .app in a MacOS app. microsoft.graph.macOsLobAppAssignmentSettings: allOf: - $ref: '#/components/schemas/microsoft.graph.mobileAppAssignmentSettings' - title: macOsLobAppAssignmentSettings required: - '@odata.type' type: object properties: uninstallOnDeviceRemoval: type: boolean description: 'When TRUE, indicates that the app should be uninstalled when the device is removed from Intune. When FALSE, indicates that the app will not be uninstalled when the device is removed from Intune.' nullable: true '@odata.type': type: string default: '#microsoft.graph.macOsLobAppAssignmentSettings' description: Contains properties used to assign a macOS LOB app to a group. x-ms-discriminator-value: '#microsoft.graph.macOsLobAppAssignmentSettings' microsoft.graph.macOSLobChildApp: title: macOSLobChildApp required: - '@odata.type' type: object properties: buildNumber: type: string description: The build number of the app. nullable: true bundleId: type: string description: The bundleId of the app. nullable: true versionNumber: type: string description: The version number of the app. nullable: true '@odata.type': type: string description: Contains properties of a macOS .app in the package microsoft.graph.macOSMinimumOperatingSystem: title: macOSMinimumOperatingSystem required: - '@odata.type' type: object properties: v10_10: type: boolean description: 'When TRUE, indicates OS X 10.10 or later is required to install the app. When FALSE, indicates some other OS version is the minimum OS to install the app. Default value is FALSE.' v10_11: type: boolean description: 'When TRUE, indicates OS X 10.11 or later is required to install the app. When FALSE, indicates some other OS version is the minimum OS to install the app. Default value is FALSE.' v10_12: type: boolean description: 'When TRUE, indicates macOS 10.12 or later is required to install the app. When FALSE, indicates some other OS version is the minimum OS to install the app. Default value is FALSE.' v10_13: type: boolean description: 'When TRUE, indicates macOS 10.13 or later is required to install the app. When FALSE, indicates some other OS version is the minimum OS to install the app. Default value is FALSE.' v10_14: type: boolean description: 'When TRUE, indicates macOS 10.14 or later is required to install the app. When FALSE, indicates some other OS version is the minimum OS to install the app. Default value is FALSE.' v10_15: type: boolean description: 'When TRUE, indicates macOS 10.15 or later is required to install the app. When FALSE, indicates some other OS version is the minimum OS to install the app. Default value is FALSE.' v10_7: type: boolean description: 'When TRUE, indicates Mac OS X 10.7 or later is required to install the app. When FALSE, indicates some other OS version is the minimum OS to install the app. Default value is FALSE.' v10_8: type: boolean description: 'When TRUE, indicates OS X 10.8 or later is required to install the app. When FALSE, indicates some other OS version is the minimum OS to install the app. Default value is FALSE.' v10_9: type: boolean description: 'When TRUE, indicates OS X 10.9 or later is required to install the app. When FALSE, indicates some other OS version is the minimum OS to install the app. Default value is FALSE.' v11_0: type: boolean description: 'When TRUE, indicates macOS 11.0 or later is required to install the app. When FALSE, indicates some other OS version is the minimum OS to install the app. Default value is FALSE.' v12_0: type: boolean description: 'When TRUE, indicates macOS 12.0 or later is required to install the app. When FALSE, indicates some other OS version is the minimum OS to install the app. Default value is FALSE.' v13_0: type: boolean description: 'When TRUE, indicates macOS 13.0 or later is required to install the app. When FALSE, indicates some other OS version is the minimum OS to install the app. Default value is FALSE.' '@odata.type': type: string description: The minimum operating system required for a macOS app. microsoft.graph.mailboxSettings: title: mailboxSettings required: - '@odata.type' type: object properties: archiveFolder: type: string description: Folder ID of an archive folder for the user. nullable: true automaticRepliesSetting: anyOf: - $ref: '#/components/schemas/microsoft.graph.automaticRepliesSetting' - type: object nullable: true description: Configuration settings to automatically notify the sender of an incoming email with a message from the signed-in user. dateFormat: type: string description: The date format for the user's mailbox. nullable: true delegateMeetingMessageDeliveryOptions: anyOf: - $ref: '#/components/schemas/microsoft.graph.delegateMeetingMessageDeliveryOptions' - type: object nullable: true description: 'If the user has a calendar delegate, this specifies whether the delegate, mailbox owner, or both receive meeting messages and meeting responses. Possible values are: sendToDelegateAndInformationToPrincipal, sendToDelegateAndPrincipal, sendToDelegateOnly.' language: anyOf: - $ref: '#/components/schemas/microsoft.graph.localeInfo' - type: object nullable: true description: 'The locale information for the user, including the preferred language and country/region.' timeFormat: type: string description: The time format for the user's mailbox. nullable: true timeZone: type: string description: The default time zone for the user's mailbox. nullable: true userPurpose: anyOf: - $ref: '#/components/schemas/microsoft.graph.userPurpose' - type: object nullable: true description: 'The purpose of the mailbox. Differentiates a mailbox for a single user from a shared mailbox and equipment mailbox in Exchange Online. Possible values are: user, linked, shared, room, equipment, others, unknownFutureValue. Read-only.' workingHours: anyOf: - $ref: '#/components/schemas/microsoft.graph.workingHours' - type: object nullable: true description: The days of the week and hours in a specific time zone that the user works. '@odata.type': type: string microsoft.graph.mailTips: title: mailTips required: - '@odata.type' type: object properties: automaticReplies: anyOf: - $ref: '#/components/schemas/microsoft.graph.automaticRepliesMailTips' - type: object nullable: true description: Mail tips for automatic reply if it has been set up by the recipient. customMailTip: type: string description: A custom mail tip that can be set on the recipient's mailbox. nullable: true deliveryRestricted: type: boolean description: 'Whether the recipient''s mailbox is restricted, for example, accepting messages from only a predefined list of senders, rejecting messages from a predefined list of senders, or accepting messages from only authenticated senders.' nullable: true emailAddress: anyOf: - $ref: '#/components/schemas/microsoft.graph.emailAddress' - type: object nullable: true description: The email address of the recipient to get mailtips for. error: anyOf: - $ref: '#/components/schemas/microsoft.graph.mailTipsError' - type: object nullable: true description: Errors that occur during the getMailTips action. externalMemberCount: maximum: 2147483647 minimum: -2147483648 type: integer description: The number of external members if the recipient is a distribution list. format: int32 nullable: true isModerated: type: boolean description: 'Whether sending messages to the recipient requires approval. For example, if the recipient is a large distribution list and a moderator has been set up to approve messages sent to that distribution list, or if sending messages to a recipient requires approval of the recipient''s manager.' nullable: true mailboxFull: type: boolean description: The mailbox full status of the recipient. nullable: true maxMessageSize: maximum: 2147483647 minimum: -2147483648 type: integer description: The maximum message size that has been configured for the recipient's organization or mailbox. format: int32 nullable: true recipientScope: anyOf: - $ref: '#/components/schemas/microsoft.graph.recipientScopeType' - type: object nullable: true description: 'The scope of the recipient. Possible values are: none, internal, external, externalPartner, externalNonParther. For example, an administrator can set another organization to be its ''partner''. The scope is useful if an administrator wants certain mailtips to be accessible to certain scopes. It''s also useful to senders to inform them that their message may leave the organization, helping them make the correct decisions about wording, tone and content.' recipientSuggestions: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' description: Recipients suggested based on previous contexts where they appear in the same message. totalMemberCount: maximum: 2147483647 minimum: -2147483648 type: integer description: The number of members if the recipient is a distribution list. format: int32 nullable: true '@odata.type': type: string microsoft.graph.mailTipsError: title: mailTipsError required: - '@odata.type' type: object properties: code: type: string description: The error code. nullable: true message: type: string description: The error message. nullable: true '@odata.type': type: string microsoft.graph.malware: title: malware required: - '@odata.type' type: object properties: description: type: string description: Contains the virus details for the malware facet. nullable: true '@odata.type': type: string microsoft.graph.malwareState: title: malwareState required: - '@odata.type' type: object properties: category: type: string description: 'Provider-generated malware category (for example, trojan, ransomware, etc.).' nullable: true family: type: string description: 'Provider-generated malware family (for example, ''wannacry,'' ''notpetya,'' etc.).' nullable: true name: type: string description: 'Provider-generated malware variant name (for example, Trojan:Win32/Powessere.H).' nullable: true severity: type: string description: Provider-determined severity of this malware. nullable: true wasRunning: type: boolean description: Indicates whether the detected file (malware/vulnerability) was running at the time of detection or was detected at rest on the disk. nullable: true '@odata.type': type: string microsoft.graph.managedAppDiagnosticStatus: title: managedAppDiagnosticStatus required: - '@odata.type' type: object properties: mitigationInstruction: type: string description: Instruction on how to mitigate a failed validation nullable: true state: type: string description: The state of the operation nullable: true validationName: type: string description: The validation friendly name nullable: true '@odata.type': type: string description: Represents diagnostics status. microsoft.graph.managedAppPolicyDeploymentSummaryPerApp: title: managedAppPolicyDeploymentSummaryPerApp required: - '@odata.type' type: object properties: configurationAppliedUserCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Number of users the policy is applied. format: int32 mobileAppIdentifier: anyOf: - $ref: '#/components/schemas/microsoft.graph.mobileAppIdentifier' - type: object nullable: true description: Deployment of an app. '@odata.type': type: string description: Represents policy deployment summary per app. microsoft.graph.mediaConfig: title: mediaConfig required: - '@odata.type' type: object properties: '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.appHostedMediaConfig': '#/components/schemas/microsoft.graph.appHostedMediaConfig' '#microsoft.graph.serviceHostedMediaConfig': '#/components/schemas/microsoft.graph.serviceHostedMediaConfig' microsoft.graph.mediaContentRatingAustralia: title: mediaContentRatingAustralia required: - '@odata.type' type: object properties: movieRating: $ref: '#/components/schemas/microsoft.graph.ratingAustraliaMoviesType' tvRating: $ref: '#/components/schemas/microsoft.graph.ratingAustraliaTelevisionType' '@odata.type': type: string microsoft.graph.mediaContentRatingCanada: title: mediaContentRatingCanada required: - '@odata.type' type: object properties: movieRating: $ref: '#/components/schemas/microsoft.graph.ratingCanadaMoviesType' tvRating: $ref: '#/components/schemas/microsoft.graph.ratingCanadaTelevisionType' '@odata.type': type: string microsoft.graph.mediaContentRatingFrance: title: mediaContentRatingFrance required: - '@odata.type' type: object properties: movieRating: $ref: '#/components/schemas/microsoft.graph.ratingFranceMoviesType' tvRating: $ref: '#/components/schemas/microsoft.graph.ratingFranceTelevisionType' '@odata.type': type: string microsoft.graph.mediaContentRatingGermany: title: mediaContentRatingGermany required: - '@odata.type' type: object properties: movieRating: $ref: '#/components/schemas/microsoft.graph.ratingGermanyMoviesType' tvRating: $ref: '#/components/schemas/microsoft.graph.ratingGermanyTelevisionType' '@odata.type': type: string microsoft.graph.mediaContentRatingIreland: title: mediaContentRatingIreland required: - '@odata.type' type: object properties: movieRating: $ref: '#/components/schemas/microsoft.graph.ratingIrelandMoviesType' tvRating: $ref: '#/components/schemas/microsoft.graph.ratingIrelandTelevisionType' '@odata.type': type: string microsoft.graph.mediaContentRatingJapan: title: mediaContentRatingJapan required: - '@odata.type' type: object properties: movieRating: $ref: '#/components/schemas/microsoft.graph.ratingJapanMoviesType' tvRating: $ref: '#/components/schemas/microsoft.graph.ratingJapanTelevisionType' '@odata.type': type: string microsoft.graph.mediaContentRatingNewZealand: title: mediaContentRatingNewZealand required: - '@odata.type' type: object properties: movieRating: $ref: '#/components/schemas/microsoft.graph.ratingNewZealandMoviesType' tvRating: $ref: '#/components/schemas/microsoft.graph.ratingNewZealandTelevisionType' '@odata.type': type: string microsoft.graph.mediaContentRatingUnitedKingdom: title: mediaContentRatingUnitedKingdom required: - '@odata.type' type: object properties: movieRating: $ref: '#/components/schemas/microsoft.graph.ratingUnitedKingdomMoviesType' tvRating: $ref: '#/components/schemas/microsoft.graph.ratingUnitedKingdomTelevisionType' '@odata.type': type: string microsoft.graph.mediaContentRatingUnitedStates: title: mediaContentRatingUnitedStates required: - '@odata.type' type: object properties: movieRating: $ref: '#/components/schemas/microsoft.graph.ratingUnitedStatesMoviesType' tvRating: $ref: '#/components/schemas/microsoft.graph.ratingUnitedStatesTelevisionType' '@odata.type': type: string microsoft.graph.mediaInfo: title: mediaInfo required: - '@odata.type' type: object properties: resourceId: type: string description: 'Optional. Used to uniquely identity the resource. If passed in, the prompt uri is against this resourceId as a key.' nullable: true uri: type: string description: 'Path to the prompt that will be played. Currently supports only Wave file (.wav) format, single-channel, 16-bit samples with a 16,000 (16 KHz) sampling rate.' '@odata.type': type: string microsoft.graph.mediaPrompt: allOf: - $ref: '#/components/schemas/microsoft.graph.prompt' - title: mediaPrompt required: - '@odata.type' type: object properties: mediaInfo: $ref: '#/components/schemas/microsoft.graph.mediaInfo' '@odata.type': type: string default: '#microsoft.graph.mediaPrompt' x-ms-discriminator-value: '#microsoft.graph.mediaPrompt' microsoft.graph.mediaSource: title: mediaSource required: - '@odata.type' type: object properties: contentCategory: anyOf: - $ref: '#/components/schemas/microsoft.graph.mediaSourceContentCategory' - type: object nullable: true description: Enumeration value that indicates the media content category. '@odata.type': type: string microsoft.graph.mediaStream: title: mediaStream required: - '@odata.type' type: object properties: direction: $ref: '#/components/schemas/microsoft.graph.mediaDirection' label: type: string description: The media stream label. nullable: true mediaType: $ref: '#/components/schemas/microsoft.graph.modality' serverMuted: type: boolean description: If the media is muted by the server. sourceId: type: string description: The source ID. '@odata.type': type: string microsoft.graph.meetingInfo: title: meetingInfo required: - '@odata.type' type: object properties: '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.joinMeetingIdMeetingInfo': '#/components/schemas/microsoft.graph.joinMeetingIdMeetingInfo' '#microsoft.graph.organizerMeetingInfo': '#/components/schemas/microsoft.graph.organizerMeetingInfo' '#microsoft.graph.tokenMeetingInfo': '#/components/schemas/microsoft.graph.tokenMeetingInfo' microsoft.graph.meetingParticipantInfo: title: meetingParticipantInfo required: - '@odata.type' type: object properties: identity: anyOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' - type: object nullable: true description: Identity information of the participant. role: anyOf: - $ref: '#/components/schemas/microsoft.graph.onlineMeetingRole' - type: object nullable: true description: Specifies the participant's role in the meeting. upn: type: string description: User principal name of the participant. nullable: true '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.virtualEventPresenterInfo': '#/components/schemas/microsoft.graph.virtualEventPresenterInfo' microsoft.graph.meetingParticipants: title: meetingParticipants required: - '@odata.type' type: object properties: attendees: type: array items: $ref: '#/components/schemas/microsoft.graph.meetingParticipantInfo' description: Information about the meeting attendees. organizer: anyOf: - $ref: '#/components/schemas/microsoft.graph.meetingParticipantInfo' - type: object nullable: true description: Information about the meeting organizer. '@odata.type': type: string microsoft.graph.meetingPolicyUpdatedEventMessageDetail: allOf: - $ref: '#/components/schemas/microsoft.graph.eventMessageDetail' - title: meetingPolicyUpdatedEventMessageDetail required: - '@odata.type' type: object properties: initiator: anyOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' - type: object nullable: true description: Initiator of the event. meetingChatEnabled: type: boolean description: Represents whether the meeting chat is enabled or not. nullable: true meetingChatId: type: string description: Unique identifier of the meeting chat. nullable: true '@odata.type': type: string default: '#microsoft.graph.meetingPolicyUpdatedEventMessageDetail' x-ms-discriminator-value: '#microsoft.graph.meetingPolicyUpdatedEventMessageDetail' microsoft.graph.meetingTimeSuggestion: title: meetingTimeSuggestion required: - '@odata.type' type: object properties: attendeeAvailability: type: array items: $ref: '#/components/schemas/microsoft.graph.attendeeAvailability' description: An array that shows the availability status of each attendee for this meeting suggestion. confidence: oneOf: - type: number format: double - type: string - $ref: '#/components/schemas/ReferenceNumeric' description: A percentage that represents the likelhood of all the attendees attending. nullable: true locations: type: array items: $ref: '#/components/schemas/microsoft.graph.location' description: An array that specifies the name and geographic location of each meeting location for this meeting suggestion. meetingTimeSlot: anyOf: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - type: object nullable: true description: A time period suggested for the meeting. order: maximum: 2147483647 minimum: -2147483648 type: integer description: 'Order of meeting time suggestions sorted by their computed confidence value from high to low, then by chronology if there are suggestions with the same confidence.' format: int32 nullable: true organizerAvailability: anyOf: - $ref: '#/components/schemas/microsoft.graph.freeBusyStatus' - type: object nullable: true description: 'Availability of the meeting organizer for this meeting suggestion. The possible values are: free, tentative, busy, oof, workingElsewhere, unknown.' suggestionReason: type: string description: Reason for suggesting the meeting time. nullable: true '@odata.type': type: string microsoft.graph.meetingTimeSuggestionsResult: title: meetingTimeSuggestionsResult required: - '@odata.type' type: object properties: emptySuggestionsReason: type: string description: 'A reason for not returning any meeting suggestions. The possible values are: attendeesUnavailable, attendeesUnavailableOrUnknown, locationsUnavailable, organizerUnavailable, or unknown. This property is an empty string if the meetingTimeSuggestions property does include any meeting suggestions.' nullable: true meetingTimeSuggestions: type: array items: $ref: '#/components/schemas/microsoft.graph.meetingTimeSuggestion' description: An array of meeting suggestions. '@odata.type': type: string microsoft.graph.membersAddedEventMessageDetail: allOf: - $ref: '#/components/schemas/microsoft.graph.eventMessageDetail' - title: membersAddedEventMessageDetail required: - '@odata.type' type: object properties: initiator: anyOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' - type: object nullable: true description: Initiator of the event. members: type: array items: $ref: '#/components/schemas/microsoft.graph.teamworkUserIdentity' description: List of members added. visibleHistoryStartDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The timestamp that denotes how far back a conversation's history is shared with the conversation members. format: date-time nullable: true '@odata.type': type: string default: '#microsoft.graph.membersAddedEventMessageDetail' x-ms-discriminator-value: '#microsoft.graph.membersAddedEventMessageDetail' microsoft.graph.membersDeletedEventMessageDetail: allOf: - $ref: '#/components/schemas/microsoft.graph.eventMessageDetail' - title: membersDeletedEventMessageDetail required: - '@odata.type' type: object properties: initiator: anyOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' - type: object nullable: true description: Initiator of the event. members: type: array items: $ref: '#/components/schemas/microsoft.graph.teamworkUserIdentity' description: List of members deleted. '@odata.type': type: string default: '#microsoft.graph.membersDeletedEventMessageDetail' x-ms-discriminator-value: '#microsoft.graph.membersDeletedEventMessageDetail' microsoft.graph.membersJoinedEventMessageDetail: allOf: - $ref: '#/components/schemas/microsoft.graph.eventMessageDetail' - title: membersJoinedEventMessageDetail required: - '@odata.type' type: object properties: initiator: anyOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' - type: object nullable: true description: Initiator of the event. members: type: array items: $ref: '#/components/schemas/microsoft.graph.teamworkUserIdentity' description: List of members who joined the chat. '@odata.type': type: string default: '#microsoft.graph.membersJoinedEventMessageDetail' x-ms-discriminator-value: '#microsoft.graph.membersJoinedEventMessageDetail' microsoft.graph.membersLeftEventMessageDetail: allOf: - $ref: '#/components/schemas/microsoft.graph.eventMessageDetail' - title: membersLeftEventMessageDetail required: - '@odata.type' type: object properties: initiator: anyOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' - type: object nullable: true description: Initiator of the event. members: type: array items: $ref: '#/components/schemas/microsoft.graph.teamworkUserIdentity' description: List of members who left the chat. '@odata.type': type: string default: '#microsoft.graph.membersLeftEventMessageDetail' x-ms-discriminator-value: '#microsoft.graph.membersLeftEventMessageDetail' microsoft.graph.mentionAction: title: mentionAction required: - '@odata.type' type: object properties: mentionees: type: array items: $ref: '#/components/schemas/microsoft.graph.identitySet' description: The identities of the users mentioned in this action. '@odata.type': type: string microsoft.graph.messagePinnedEventMessageDetail: allOf: - $ref: '#/components/schemas/microsoft.graph.eventMessageDetail' - title: messagePinnedEventMessageDetail required: - '@odata.type' type: object properties: eventDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Date and time when the event occurred. format: date-time nullable: true initiator: anyOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' - type: object nullable: true description: Initiator of the event. '@odata.type': type: string default: '#microsoft.graph.messagePinnedEventMessageDetail' x-ms-discriminator-value: '#microsoft.graph.messagePinnedEventMessageDetail' microsoft.graph.messageRuleActions: title: messageRuleActions required: - '@odata.type' type: object properties: assignCategories: type: array items: type: string nullable: true description: A list of categories to be assigned to a message. copyToFolder: type: string description: The ID of a folder that a message is to be copied to. nullable: true delete: type: boolean description: Indicates whether a message should be moved to the Deleted Items folder. nullable: true forwardAsAttachmentTo: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' description: The email addresses of the recipients to which a message should be forwarded as an attachment. forwardTo: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' description: The email addresses of the recipients to which a message should be forwarded. markAsRead: type: boolean description: Indicates whether a message should be marked as read. nullable: true markImportance: anyOf: - $ref: '#/components/schemas/microsoft.graph.importance' - type: object nullable: true description: 'Sets the importance of the message, which can be: low, normal, high.' moveToFolder: type: string description: The ID of the folder that a message will be moved to. nullable: true permanentDelete: type: boolean description: Indicates whether a message should be permanently deleted and not saved to the Deleted Items folder. nullable: true redirectTo: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' description: The email addresses to which a message should be redirected. stopProcessingRules: type: boolean description: Indicates whether subsequent rules should be evaluated. nullable: true '@odata.type': type: string microsoft.graph.messageRulePredicates: title: messageRulePredicates required: - '@odata.type' type: object properties: bodyContains: type: array items: type: string nullable: true description: Represents the strings that should appear in the body of an incoming message in order for the condition or exception to apply. bodyOrSubjectContains: type: array items: type: string nullable: true description: Represents the strings that should appear in the body or subject of an incoming message in order for the condition or exception to apply. categories: type: array items: type: string nullable: true description: Represents the categories that an incoming message should be labeled with in order for the condition or exception to apply. fromAddresses: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' description: Represents the specific sender email addresses of an incoming message in order for the condition or exception to apply. hasAttachments: type: boolean description: Indicates whether an incoming message must have attachments in order for the condition or exception to apply. nullable: true headerContains: type: array items: type: string nullable: true description: Represents the strings that appear in the headers of an incoming message in order for the condition or exception to apply. importance: anyOf: - $ref: '#/components/schemas/microsoft.graph.importance' - type: object nullable: true description: 'The importance that is stamped on an incoming message in order for the condition or exception to apply: low, normal, high.' isApprovalRequest: type: boolean description: Indicates whether an incoming message must be an approval request in order for the condition or exception to apply. nullable: true isAutomaticForward: type: boolean description: Indicates whether an incoming message must be automatically forwarded in order for the condition or exception to apply. nullable: true isAutomaticReply: type: boolean description: Indicates whether an incoming message must be an auto reply in order for the condition or exception to apply. nullable: true isEncrypted: type: boolean description: Indicates whether an incoming message must be encrypted in order for the condition or exception to apply. nullable: true isMeetingRequest: type: boolean description: Indicates whether an incoming message must be a meeting request in order for the condition or exception to apply. nullable: true isMeetingResponse: type: boolean description: Indicates whether an incoming message must be a meeting response in order for the condition or exception to apply. nullable: true isNonDeliveryReport: type: boolean description: Indicates whether an incoming message must be a non-delivery report in order for the condition or exception to apply. nullable: true isPermissionControlled: type: boolean description: Indicates whether an incoming message must be permission controlled (RMS-protected) in order for the condition or exception to apply. nullable: true isReadReceipt: type: boolean description: Indicates whether an incoming message must be a read receipt in order for the condition or exception to apply. nullable: true isSigned: type: boolean description: Indicates whether an incoming message must be S/MIME-signed in order for the condition or exception to apply. nullable: true isVoicemail: type: boolean description: Indicates whether an incoming message must be a voice mail in order for the condition or exception to apply. nullable: true messageActionFlag: anyOf: - $ref: '#/components/schemas/microsoft.graph.messageActionFlag' - type: object nullable: true description: 'Represents the flag-for-action value that appears on an incoming message in order for the condition or exception to apply. The possible values are: any, call, doNotForward, followUp, fyi, forward, noResponseNecessary, read, reply, replyToAll, review.' notSentToMe: type: boolean description: Indicates whether the owner of the mailbox must not be a recipient of an incoming message in order for the condition or exception to apply. nullable: true recipientContains: type: array items: type: string nullable: true description: Represents the strings that appear in either the toRecipients or ccRecipients properties of an incoming message in order for the condition or exception to apply. senderContains: type: array items: type: string nullable: true description: Represents the strings that appear in the from property of an incoming message in order for the condition or exception to apply. sensitivity: anyOf: - $ref: '#/components/schemas/microsoft.graph.sensitivity' - type: object nullable: true description: 'Represents the sensitivity level that must be stamped on an incoming message in order for the condition or exception to apply. The possible values are: normal, personal, private, confidential.' sentCcMe: type: boolean description: Indicates whether the owner of the mailbox must be in the ccRecipients property of an incoming message in order for the condition or exception to apply. nullable: true sentOnlyToMe: type: boolean description: Indicates whether the owner of the mailbox must be the only recipient in an incoming message in order for the condition or exception to apply. nullable: true sentToAddresses: type: array items: $ref: '#/components/schemas/microsoft.graph.recipient' description: Represents the email addresses that an incoming message must have been sent to in order for the condition or exception to apply. sentToMe: type: boolean description: Indicates whether the owner of the mailbox must be in the toRecipients property of an incoming message in order for the condition or exception to apply. nullable: true sentToOrCcMe: type: boolean description: Indicates whether the owner of the mailbox must be in either a toRecipients or ccRecipients property of an incoming message in order for the condition or exception to apply. nullable: true subjectContains: type: array items: type: string nullable: true description: Represents the strings that appear in the subject of an incoming message in order for the condition or exception to apply. withinSizeRange: anyOf: - $ref: '#/components/schemas/microsoft.graph.sizeRange' - type: object nullable: true description: Represents the minimum and maximum sizes (in kilobytes) that an incoming message must fall in between in order for the condition or exception to apply. '@odata.type': type: string microsoft.graph.messageSecurityState: title: messageSecurityState required: - '@odata.type' type: object properties: connectingIP: type: string nullable: true deliveryAction: type: string nullable: true deliveryLocation: type: string nullable: true directionality: type: string nullable: true internetMessageId: type: string nullable: true messageFingerprint: type: string nullable: true messageReceivedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string format: date-time nullable: true messageSubject: type: string nullable: true networkMessageId: type: string nullable: true '@odata.type': type: string microsoft.graph.messageUnpinnedEventMessageDetail: allOf: - $ref: '#/components/schemas/microsoft.graph.eventMessageDetail' - title: messageUnpinnedEventMessageDetail required: - '@odata.type' type: object properties: eventDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Date and time when the event occurred. format: date-time nullable: true initiator: anyOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' - type: object nullable: true description: Initiator of the event. '@odata.type': type: string default: '#microsoft.graph.messageUnpinnedEventMessageDetail' x-ms-discriminator-value: '#microsoft.graph.messageUnpinnedEventMessageDetail' microsoft.graph.metaDataKeyStringPair: title: metaDataKeyStringPair required: - '@odata.type' type: object properties: key: type: string description: Key of the meta data. nullable: true value: type: string description: Value of the meta data. nullable: true '@odata.type': type: string microsoft.graph.metaDataKeyValuePair: title: metaDataKeyValuePair required: - '@odata.type' type: object properties: key: type: string description: Key of the metadata. nullable: true value: description: Value of the metadata. Should be an object. '@odata.type': type: string microsoft.graph.microsoftAuthenticatorFeatureSettings: title: microsoftAuthenticatorFeatureSettings required: - '@odata.type' type: object properties: displayAppInformationRequiredState: anyOf: - $ref: '#/components/schemas/microsoft.graph.authenticationMethodFeatureConfiguration' - type: object nullable: true description: Determines whether the user's Authenticator app shows them the client app they're signing into. displayLocationInformationRequiredState: anyOf: - $ref: '#/components/schemas/microsoft.graph.authenticationMethodFeatureConfiguration' - type: object nullable: true description: Determines whether the user's Authenticator app shows them the geographic location of where the authentication request originated from. '@odata.type': type: string microsoft.graph.microsoftCustomTrainingSetting: allOf: - $ref: '#/components/schemas/microsoft.graph.trainingSetting' - title: microsoftCustomTrainingSetting required: - '@odata.type' type: object properties: completionDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The completion date and time of the training. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true trainingAssignmentMappings: type: array items: $ref: '#/components/schemas/microsoft.graph.microsoftTrainingAssignmentMapping' description: The mapping details of the associated training. trainingCompletionDuration: anyOf: - $ref: '#/components/schemas/microsoft.graph.trainingCompletionDuration' - type: object nullable: true description: 'The training completion duration that needs to be provided before scheduling the training. Possible values are: week, fortnite, month, unknownFutureValue.' '@odata.type': type: string default: '#microsoft.graph.microsoftCustomTrainingSetting' x-ms-discriminator-value: '#microsoft.graph.microsoftCustomTrainingSetting' microsoft.graph.microsoftManagedDesktop: title: microsoftManagedDesktop required: - '@odata.type' type: object properties: managedType: anyOf: - $ref: '#/components/schemas/microsoft.graph.microsoftManagedDesktopType' - type: object nullable: true description: 'Indicates the provisioning policy associated with Microsoft Managed Desktop settings. Possible values are: notManaged, premiumManaged, standardManaged, starterManaged, unknownFutureValue. The default is notManaged.' profile: type: string description: The name of the Microsoft Managed Desktop profile that the Windows 365 Cloud PC is associated with. nullable: true '@odata.type': type: string microsoft.graph.microsoftManagedTrainingSetting: allOf: - $ref: '#/components/schemas/microsoft.graph.trainingSetting' - title: microsoftManagedTrainingSetting required: - '@odata.type' type: object properties: completionDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The completion date for the training. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true trainingCompletionDuration: anyOf: - $ref: '#/components/schemas/microsoft.graph.trainingCompletionDuration' - type: object nullable: true description: 'The training completion duration that needs to be provided before scheduling the training. The possible values are: week, fortnite, month, unknownFutureValue.' '@odata.type': type: string default: '#microsoft.graph.microsoftManagedTrainingSetting' x-ms-discriminator-value: '#microsoft.graph.microsoftManagedTrainingSetting' microsoft.graph.microsoftStoreForBusinessAppAssignmentSettings: allOf: - $ref: '#/components/schemas/microsoft.graph.mobileAppAssignmentSettings' - title: microsoftStoreForBusinessAppAssignmentSettings required: - '@odata.type' type: object properties: useDeviceContext: type: boolean description: Whether or not to use device execution context for Microsoft Store for Business mobile app. '@odata.type': type: string default: '#microsoft.graph.microsoftStoreForBusinessAppAssignmentSettings' description: Contains properties used to assign an Microsoft Store for Business mobile app to a group. x-ms-discriminator-value: '#microsoft.graph.microsoftStoreForBusinessAppAssignmentSettings' microsoft.graph.microsoftTrainingAssignmentMapping: allOf: - $ref: '#/components/schemas/microsoft.graph.trainingSetting' - title: microsoftTrainingAssignmentMapping required: - '@odata.type' type: object properties: assignedTo: type: array items: anyOf: - $ref: '#/components/schemas/microsoft.graph.trainingAssignedTo' - type: object nullable: true description: 'A user collection that specifies to whom the training should be assigned. Possible values are: none, allUsers, clickedPayload, compromised, reportedPhish, readButNotClicked, didNothing, unknownFutureValue.' training: anyOf: - $ref: '#/components/schemas/microsoft.graph.training' - type: object nullable: true x-ms-navigationProperty: true '@odata.type': type: string default: '#microsoft.graph.microsoftTrainingAssignmentMapping' x-ms-discriminator-value: '#microsoft.graph.microsoftTrainingAssignmentMapping' microsoft.graph.mimeContent: title: mimeContent required: - '@odata.type' type: object properties: type: type: string description: Indicates the content mime type. nullable: true value: type: string description: The byte array that contains the actual content. format: base64url nullable: true '@odata.type': type: string description: Contains properties for a generic mime content. microsoft.graph.mobileAppAssignmentSettings: title: mobileAppAssignmentSettings required: - '@odata.type' type: object properties: '@odata.type': type: string description: Abstract class to contain properties used to assign a mobile app to a group. discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.iosLobAppAssignmentSettings': '#/components/schemas/microsoft.graph.iosLobAppAssignmentSettings' '#microsoft.graph.iosStoreAppAssignmentSettings': '#/components/schemas/microsoft.graph.iosStoreAppAssignmentSettings' '#microsoft.graph.iosVppAppAssignmentSettings': '#/components/schemas/microsoft.graph.iosVppAppAssignmentSettings' '#microsoft.graph.macOsLobAppAssignmentSettings': '#/components/schemas/microsoft.graph.macOsLobAppAssignmentSettings' '#microsoft.graph.microsoftStoreForBusinessAppAssignmentSettings': '#/components/schemas/microsoft.graph.microsoftStoreForBusinessAppAssignmentSettings' '#microsoft.graph.win32LobAppAssignmentSettings': '#/components/schemas/microsoft.graph.win32LobAppAssignmentSettings' '#microsoft.graph.windowsAppXAppAssignmentSettings': '#/components/schemas/microsoft.graph.windowsAppXAppAssignmentSettings' '#microsoft.graph.windowsUniversalAppXAppAssignmentSettings': '#/components/schemas/microsoft.graph.windowsUniversalAppXAppAssignmentSettings' microsoft.graph.mobileAppIdentifier: title: mobileAppIdentifier required: - '@odata.type' type: object properties: '@odata.type': type: string description: The identifier for a mobile app. discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.androidMobileAppIdentifier': '#/components/schemas/microsoft.graph.androidMobileAppIdentifier' '#microsoft.graph.iosMobileAppIdentifier': '#/components/schemas/microsoft.graph.iosMobileAppIdentifier' microsoft.graph.mobileAppInstallTimeSettings: title: mobileAppInstallTimeSettings required: - '@odata.type' type: object properties: deadlineDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The time at which the app should be installed. format: date-time nullable: true startDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The time at which the app should be available for installation. format: date-time nullable: true useLocalTime: type: boolean description: Whether the local device time or UTC time should be used when determining the available and deadline times. '@odata.type': type: string description: Contains properties used to determine when to offer an app to devices and when to install the app on devices. microsoft.graph.modifiedProperty: title: modifiedProperty required: - '@odata.type' type: object properties: displayName: type: string description: Indicates the property name of the target attribute that was changed. nullable: true newValue: type: string description: Indicates the updated value for the propery. nullable: true oldValue: type: string description: Indicates the previous value (before the update) for the property. nullable: true '@odata.type': type: string microsoft.graph.moveAction: title: moveAction required: - '@odata.type' type: object properties: from: type: string description: The name of the location the item was moved from. nullable: true to: type: string description: The name of the location the item was moved to. nullable: true '@odata.type': type: string microsoft.graph.multiTenantOrganizationJoinRequestTransitionDetails: title: multiTenantOrganizationJoinRequestTransitionDetails required: - '@odata.type' type: object properties: desiredMemberState: anyOf: - $ref: '#/components/schemas/microsoft.graph.multiTenantOrganizationMemberState' - type: object nullable: true description: 'State of the tenant in the multitenant organization currently being processed. The possible values are: pending, active, removed, unknownFutureValue. Read-only.' details: type: string description: Details that explain the processing status if any. Read-only. nullable: true status: anyOf: - $ref: '#/components/schemas/microsoft.graph.multiTenantOrganizationMemberProcessingStatus' - type: object nullable: true description: 'Processing state of the asynchronous job. The possible values are: notStarted, running, succeeded, failed, unknownFutureValue. Read-only.' '@odata.type': type: string microsoft.graph.multiTenantOrganizationMemberTransitionDetails: title: multiTenantOrganizationMemberTransitionDetails required: - '@odata.type' type: object properties: desiredRole: anyOf: - $ref: '#/components/schemas/microsoft.graph.multiTenantOrganizationMemberRole' - type: object nullable: true description: 'Role of the tenant in the multitenant organization. The possible values are: owner, member, unknownFutureValue.' desiredState: anyOf: - $ref: '#/components/schemas/microsoft.graph.multiTenantOrganizationMemberState' - type: object nullable: true description: 'State of the tenant in the multitenant organization currently being processed. The possible values are: pending, active, removed, unknownFutureValue. Read-only.' details: type: string description: Details that explain the processing status if any. Read-only. nullable: true status: anyOf: - $ref: '#/components/schemas/microsoft.graph.multiTenantOrganizationMemberProcessingStatus' - type: object nullable: true description: 'Processing state of the asynchronous job. The possible values are: notStarted, running, succeeded, failed, unknownFutureValue. Read-only.' '@odata.type': type: string microsoft.graph.networkConnection: title: networkConnection required: - '@odata.type' type: object properties: applicationName: type: string description: 'Name of the application managing the network connection (for example, Facebook or SMTP).' nullable: true destinationAddress: type: string description: Destination IP address (of the network connection). nullable: true destinationDomain: type: string description: Destination domain portion of the destination URL. (for example 'www.contoso.com'). nullable: true destinationLocation: type: string description: Location (by IP address mapping) associated with the destination of a network connection. nullable: true destinationPort: type: string description: Destination port (of the network connection). nullable: true destinationUrl: type: string description: Network connection URL/URI string - excluding parameters. (for example 'www.contoso.com/products/default.html') nullable: true direction: anyOf: - $ref: '#/components/schemas/microsoft.graph.connectionDirection' - type: object nullable: true description: 'Network connection direction. Possible values are: unknown, inbound, outbound.' domainRegisteredDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'Date when the destination domain was registered. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true localDnsName: type: string description: 'The local DNS name resolution as it appears in the host''s local DNS cache (for example, in case the ''hosts'' file was tampered with).' nullable: true natDestinationAddress: type: string description: Network Address Translation destination IP address. nullable: true natDestinationPort: type: string description: Network Address Translation destination port. nullable: true natSourceAddress: type: string description: Network Address Translation source IP address. nullable: true natSourcePort: type: string description: Network Address Translation source port. nullable: true protocol: anyOf: - $ref: '#/components/schemas/microsoft.graph.securityNetworkProtocol' - type: object nullable: true description: 'Network protocol. Possible values are: unknown, ip, icmp, igmp, ggp, ipv4, tcp, pup, udp, idp, ipv6, ipv6RoutingHeader, ipv6FragmentHeader, ipSecEncapsulatingSecurityPayload, ipSecAuthenticationHeader, icmpV6, ipv6NoNextHeader, ipv6DestinationOptions, nd, raw, ipx, spx, spxII.' riskScore: type: string description: 'Provider generated/calculated risk score of the network connection. Recommended value range of 0-1, which equates to a percentage.' nullable: true sourceAddress: type: string description: Source (i.e. origin) IP address (of the network connection). nullable: true sourceLocation: type: string description: Location (by IP address mapping) associated with the source of a network connection. nullable: true sourcePort: type: string description: Source (i.e. origin) IP port (of the network connection). nullable: true status: anyOf: - $ref: '#/components/schemas/microsoft.graph.connectionStatus' - type: object nullable: true description: 'Network connection status. Possible values are: unknown, attempted, succeeded, blocked, failed.' urlParameters: type: string description: Parameters (suffix) of the destination URL. nullable: true '@odata.type': type: string microsoft.graph.noDeviceRegistrationMembership: allOf: - $ref: '#/components/schemas/microsoft.graph.deviceRegistrationMembership' - title: noDeviceRegistrationMembership required: - '@odata.type' type: object properties: '@odata.type': type: string default: '#microsoft.graph.noDeviceRegistrationMembership' x-ms-discriminator-value: '#microsoft.graph.noDeviceRegistrationMembership' microsoft.graph.notebookLinks: title: notebookLinks required: - '@odata.type' type: object properties: oneNoteClientUrl: anyOf: - $ref: '#/components/schemas/microsoft.graph.externalLink' - type: object nullable: true description: Opens the notebook in the OneNote native client if it's installed. oneNoteWebUrl: anyOf: - $ref: '#/components/schemas/microsoft.graph.externalLink' - type: object nullable: true description: Opens the notebook in OneNote on the web. '@odata.type': type: string microsoft.graph.noTrainingNotificationSetting: allOf: - $ref: '#/components/schemas/microsoft.graph.endUserNotificationSetting' - title: noTrainingNotificationSetting required: - '@odata.type' type: object properties: simulationNotification: anyOf: - $ref: '#/components/schemas/microsoft.graph.simulationNotification' - type: object nullable: true description: The notification for the user who is part of the simulation. '@odata.type': type: string default: '#microsoft.graph.noTrainingNotificationSetting' x-ms-discriminator-value: '#microsoft.graph.noTrainingNotificationSetting' microsoft.graph.noTrainingSetting: allOf: - $ref: '#/components/schemas/microsoft.graph.trainingSetting' - title: noTrainingSetting required: - '@odata.type' type: object properties: '@odata.type': type: string default: '#microsoft.graph.noTrainingSetting' x-ms-discriminator-value: '#microsoft.graph.noTrainingSetting' microsoft.graph.numberColumn: title: numberColumn required: - '@odata.type' type: object properties: decimalPlaces: type: string description: How many decimal places to display. See below for information about the possible values. nullable: true displayAs: type: string description: 'How the value should be presented in the UX. Must be one of number or percentage. If unspecified, treated as number.' nullable: true maximum: oneOf: - type: number format: double - type: string - $ref: '#/components/schemas/ReferenceNumeric' description: The maximum permitted value. nullable: true minimum: oneOf: - type: number format: double - type: string - $ref: '#/components/schemas/ReferenceNumeric' description: The minimum permitted value. nullable: true '@odata.type': type: string microsoft.graph.oAuthConsentAppDetail: title: oAuthConsentAppDetail required: - '@odata.type' type: object properties: appScope: anyOf: - $ref: '#/components/schemas/microsoft.graph.oAuthAppScope' - type: object nullable: true description: 'App scope. Possible values are: unknown, readCalendar, readContact, readMail, readAllChat, readAllFile, readAndWriteMail, sendMail, unknownFutureValue.' displayLogo: type: string description: App display logo. nullable: true displayName: type: string description: App name. nullable: true '@odata.type': type: string microsoft.graph.objectDefinition: title: objectDefinition required: - '@odata.type' type: object properties: attributes: type: array items: $ref: '#/components/schemas/microsoft.graph.attributeDefinition' description: Defines attributes of the object. metadata: type: array items: $ref: '#/components/schemas/microsoft.graph.objectDefinitionMetadataEntry' description: Metadata for the given object. name: type: string description: Name of the object. Must be unique within a directory definition. Not nullable. nullable: true supportedApis: type: array items: type: string nullable: true description: The API that the provisioning service queries to retrieve data for synchronization. '@odata.type': type: string microsoft.graph.objectDefinitionMetadataEntry: title: objectDefinitionMetadataEntry required: - '@odata.type' type: object properties: key: anyOf: - $ref: '#/components/schemas/microsoft.graph.objectDefinitionMetadata' - type: object nullable: true description: 'Possible values are: PropertyNameAccountEnabled, PropertyNameSoftDeleted, IsSoftDeletionSupported, IsSynchronizeAllSupported, ConnectorDataStorageRequired, Extensions, LinkTypeName.' value: type: string description: Value of the metadata property. nullable: true '@odata.type': type: string microsoft.graph.objectIdentity: title: objectIdentity required: - '@odata.type' type: object properties: issuer: type: string description: 'Specifies the issuer of the identity, for example facebook.com. 512 character limit. For local accounts (where signInType isn''t federated), this property is the local default domain name for the tenant, for example contoso.com. For guests from other Microsoft Entra organizations, this is the domain of the federated organization, for example contoso.com. For more information about filtering behavior for this property, see Filtering on the identities property of a user.' nullable: true issuerAssignedId: type: string description: 'Specifies the unique identifier assigned to the user by the issuer. 64 character limit. The combination of issuer and issuerAssignedId must be unique within the organization. Represents the sign-in name for the user, when signInType is set to emailAddress or userName (also known as local accounts).When signInType is set to: emailAddress (or a custom string that starts with emailAddress like emailAddress1), issuerAssignedId must be a valid email addressuserName, issuerAssignedId must begin with an alphabetical character or number, and can only contain alphanumeric characters and the following symbols: - or _ For more information about filtering behavior for this property, see Filtering on the identities property of a user.' nullable: true signInType: type: string description: 'Specifies the user sign-in types in your directory, such as emailAddress, userName, federated, or userPrincipalName. federated represents a unique identifier for a user from an issuer that can be in any format chosen by the issuer. Setting or updating a userPrincipalName identity updates the value of the userPrincipalName property on the user object. The validations performed on the userPrincipalName property on the user object, for example, verified domains and acceptable characters, are performed when setting or updating a userPrincipalName identity. Extra validation is enforced on issuerAssignedId when the sign-in type is set to emailAddress or userName. This property can also be set to any custom string. For more information about filtering behavior for this property, see Filtering on the identities property of a user.' nullable: true '@odata.type': type: string microsoft.graph.objectMapping: title: objectMapping required: - '@odata.type' type: object properties: attributeMappings: type: array items: $ref: '#/components/schemas/microsoft.graph.attributeMapping' description: Attribute mappings define which attributes to map from the source object into the target object and how they should flow. A number of functions are available to support the transformation of the original source values. enabled: type: boolean description: 'When true, this object mapping will be processed during synchronization. When false, this object mapping will be skipped.' flowTypes: $ref: '#/components/schemas/microsoft.graph.objectFlowTypes' metadata: type: array items: $ref: '#/components/schemas/microsoft.graph.objectMappingMetadataEntry' description: 'Additional extension properties. Unless mentioned explicitly, metadata values should not be changed.' name: type: string description: Human-friendly name of the object mapping. nullable: true scope: anyOf: - $ref: '#/components/schemas/microsoft.graph.filter' - type: object nullable: true description: 'Defines a filter to be used when deciding whether a given object should be provisioned. For example, you might want to only provision users that are located in the US.' sourceObjectName: type: string description: Name of the object in the source directory. Must match the object name from the source directory definition. nullable: true targetObjectName: type: string description: Name of the object in target directory. Must match the object name from the target directory definition. nullable: true '@odata.type': type: string microsoft.graph.objectMappingMetadataEntry: title: objectMappingMetadataEntry required: - '@odata.type' type: object properties: key: anyOf: - $ref: '#/components/schemas/microsoft.graph.objectMappingMetadata' - type: object nullable: true description: 'Possible values are: EscrowBehavior, DisableMonitoringForChanges, OriginalJoiningProperty, Disposition, IsCustomerDefined, ExcludeFromReporting, Unsynchronized.' value: type: string description: Value of the metadata property. nullable: true '@odata.type': type: string microsoft.graph.omaSetting: title: omaSetting required: - '@odata.type' type: object properties: description: type: string description: Description. nullable: true displayName: type: string description: Display Name. omaUri: type: string description: OMA. '@odata.type': type: string description: OMA Settings definition. discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.omaSettingBase64': '#/components/schemas/microsoft.graph.omaSettingBase64' '#microsoft.graph.omaSettingBoolean': '#/components/schemas/microsoft.graph.omaSettingBoolean' '#microsoft.graph.omaSettingDateTime': '#/components/schemas/microsoft.graph.omaSettingDateTime' '#microsoft.graph.omaSettingFloatingPoint': '#/components/schemas/microsoft.graph.omaSettingFloatingPoint' '#microsoft.graph.omaSettingInteger': '#/components/schemas/microsoft.graph.omaSettingInteger' '#microsoft.graph.omaSettingString': '#/components/schemas/microsoft.graph.omaSettingString' '#microsoft.graph.omaSettingStringXml': '#/components/schemas/microsoft.graph.omaSettingStringXml' microsoft.graph.omaSettingBase64: allOf: - $ref: '#/components/schemas/microsoft.graph.omaSetting' - title: omaSettingBase64 required: - '@odata.type' type: object properties: fileName: type: string description: File name associated with the Value property (.cer nullable: true value: type: string description: Value. (Base64 encoded string) '@odata.type': type: string default: '#microsoft.graph.omaSettingBase64' description: OMA Settings Base64 definition. x-ms-discriminator-value: '#microsoft.graph.omaSettingBase64' microsoft.graph.omaSettingBoolean: allOf: - $ref: '#/components/schemas/microsoft.graph.omaSetting' - title: omaSettingBoolean required: - '@odata.type' type: object properties: value: type: boolean description: Value. '@odata.type': type: string default: '#microsoft.graph.omaSettingBoolean' description: OMA Settings Boolean definition. x-ms-discriminator-value: '#microsoft.graph.omaSettingBoolean' microsoft.graph.omaSettingDateTime: allOf: - $ref: '#/components/schemas/microsoft.graph.omaSetting' - title: omaSettingDateTime required: - '@odata.type' type: object properties: value: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Value. format: date-time '@odata.type': type: string default: '#microsoft.graph.omaSettingDateTime' description: OMA Settings DateTime definition. x-ms-discriminator-value: '#microsoft.graph.omaSettingDateTime' microsoft.graph.omaSettingFloatingPoint: allOf: - $ref: '#/components/schemas/microsoft.graph.omaSetting' - title: omaSettingFloatingPoint required: - '@odata.type' type: object properties: value: oneOf: - type: number format: float - type: string - $ref: '#/components/schemas/ReferenceNumeric' description: Value. '@odata.type': type: string default: '#microsoft.graph.omaSettingFloatingPoint' description: OMA Settings Floating Point definition. x-ms-discriminator-value: '#microsoft.graph.omaSettingFloatingPoint' microsoft.graph.omaSettingInteger: allOf: - $ref: '#/components/schemas/microsoft.graph.omaSetting' - title: omaSettingInteger required: - '@odata.type' type: object properties: value: maximum: 2147483647 minimum: -2147483648 type: integer description: Value. format: int32 '@odata.type': type: string default: '#microsoft.graph.omaSettingInteger' description: OMA Settings Integer definition. x-ms-discriminator-value: '#microsoft.graph.omaSettingInteger' microsoft.graph.omaSettingString: allOf: - $ref: '#/components/schemas/microsoft.graph.omaSetting' - title: omaSettingString required: - '@odata.type' type: object properties: value: type: string description: Value. '@odata.type': type: string default: '#microsoft.graph.omaSettingString' description: OMA Settings String definition. x-ms-discriminator-value: '#microsoft.graph.omaSettingString' microsoft.graph.omaSettingStringXml: allOf: - $ref: '#/components/schemas/microsoft.graph.omaSetting' - title: omaSettingStringXml required: - '@odata.type' type: object properties: fileName: type: string description: File name associated with the Value property (.xml). nullable: true value: type: string description: Value. (UTF8 encoded byte array) format: base64url '@odata.type': type: string default: '#microsoft.graph.omaSettingStringXml' description: OMA Settings StringXML definition. x-ms-discriminator-value: '#microsoft.graph.omaSettingStringXml' microsoft.graph.onAttributeCollectionExternalUsersSelfServiceSignUp: allOf: - $ref: '#/components/schemas/microsoft.graph.onAttributeCollectionHandler' - title: onAttributeCollectionExternalUsersSelfServiceSignUp required: - '@odata.type' type: object properties: attributeCollectionPage: anyOf: - $ref: '#/components/schemas/microsoft.graph.authenticationAttributeCollectionPage' - type: object nullable: true description: 'Required. The configuration for how attributes are displayed in the sign up experience defined by a user flow, like the externalUsersSelfServiceSignupEventsFlow, specifically on the attribute collection page.' attributes: type: array items: $ref: '#/components/schemas/microsoft.graph.identityUserFlowAttribute' x-ms-navigationProperty: true '@odata.type': type: string default: '#microsoft.graph.onAttributeCollectionExternalUsersSelfServiceSignUp' x-ms-discriminator-value: '#microsoft.graph.onAttributeCollectionExternalUsersSelfServiceSignUp' microsoft.graph.onAttributeCollectionHandler: title: onAttributeCollectionHandler required: - '@odata.type' type: object properties: '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.onAttributeCollectionExternalUsersSelfServiceSignUp': '#/components/schemas/microsoft.graph.onAttributeCollectionExternalUsersSelfServiceSignUp' microsoft.graph.onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp: allOf: - $ref: '#/components/schemas/microsoft.graph.onAuthenticationMethodLoadStartHandler' - title: onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp required: - '@odata.type' type: object properties: identityProviders: type: array items: $ref: '#/components/schemas/microsoft.graph.identityProviderBase' x-ms-navigationProperty: true '@odata.type': type: string default: '#microsoft.graph.onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp' x-ms-discriminator-value: '#microsoft.graph.onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp' microsoft.graph.onAuthenticationMethodLoadStartHandler: title: onAuthenticationMethodLoadStartHandler required: - '@odata.type' type: object properties: '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp': '#/components/schemas/microsoft.graph.onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp' microsoft.graph.onenoteOperationError: title: onenoteOperationError required: - '@odata.type' type: object properties: code: type: string description: The error code. nullable: true message: type: string description: The error message. nullable: true '@odata.type': type: string microsoft.graph.onenotePagePreview: title: onenotePagePreview required: - '@odata.type' type: object properties: links: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenotePagePreviewLinks' - type: object nullable: true previewText: type: string nullable: true '@odata.type': type: string microsoft.graph.onenotePagePreviewLinks: title: onenotePagePreviewLinks required: - '@odata.type' type: object properties: previewImageUrl: anyOf: - $ref: '#/components/schemas/microsoft.graph.externalLink' - type: object nullable: true '@odata.type': type: string microsoft.graph.onenotePatchContentCommand: title: onenotePatchContentCommand required: - '@odata.type' type: object properties: action: $ref: '#/components/schemas/microsoft.graph.onenotePatchActionType' content: type: string description: 'A string of well-formed HTML to add to the page, and any image or file binary data. If the content contains binary data, the request must be sent using the multipart/form-data content type with a ''Commands'' part.' nullable: true position: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenotePatchInsertPosition' - type: object nullable: true description: 'The location to add the supplied content, relative to the target element. The possible values are: after (default) or before.' target: type: string description: 'The element to update. Must be the # or the generated of the element, or the body or title keyword.' '@odata.type': type: string microsoft.graph.onInteractiveAuthFlowStartExternalUsersSelfServiceSignUp: allOf: - $ref: '#/components/schemas/microsoft.graph.onInteractiveAuthFlowStartHandler' - title: onInteractiveAuthFlowStartExternalUsersSelfServiceSignUp required: - '@odata.type' type: object properties: isSignUpAllowed: type: boolean description: Optional. Specifies whether the authentication flow includes an option to sign up (create account) and sign in. Default value is false meaning only sign in is enabled. '@odata.type': type: string default: '#microsoft.graph.onInteractiveAuthFlowStartExternalUsersSelfServiceSignUp' x-ms-discriminator-value: '#microsoft.graph.onInteractiveAuthFlowStartExternalUsersSelfServiceSignUp' microsoft.graph.onInteractiveAuthFlowStartHandler: title: onInteractiveAuthFlowStartHandler required: - '@odata.type' type: object properties: '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.onInteractiveAuthFlowStartExternalUsersSelfServiceSignUp': '#/components/schemas/microsoft.graph.onInteractiveAuthFlowStartExternalUsersSelfServiceSignUp' microsoft.graph.onlineMeetingInfo: title: onlineMeetingInfo required: - '@odata.type' type: object properties: conferenceId: type: string description: The ID of the conference. nullable: true joinUrl: type: string description: The external link that launches the online meeting. This is a URL that clients launch into a browser and will redirect the user to join the meeting. nullable: true phones: type: array items: $ref: '#/components/schemas/microsoft.graph.phone' description: All of the phone numbers associated with this conference. quickDial: type: string description: The preformatted quick dial for this call. nullable: true tollFreeNumbers: type: array items: type: string nullable: true description: The toll free numbers that can be used to join the conference. tollNumber: type: string description: The toll number that can be used to join the conference. nullable: true '@odata.type': type: string microsoft.graph.onlineMeetingRestricted: title: onlineMeetingRestricted required: - '@odata.type' type: object properties: contentSharingDisabled: anyOf: - $ref: '#/components/schemas/microsoft.graph.onlineMeetingContentSharingDisabledReason' - type: object nullable: true description: 'Specifies the reason shared content from this participant is disabled. Possible values are: watermarkProtection, unknownFutureValue.' videoDisabled: anyOf: - $ref: '#/components/schemas/microsoft.graph.onlineMeetingVideoDisabledReason' - type: object nullable: true description: 'Specifies the reason video from this participant is disabled. Possible values are: watermarkProtection, unknownFutureValue.' '@odata.type': type: string microsoft.graph.onPremisesAccidentalDeletionPrevention: title: onPremisesAccidentalDeletionPrevention required: - '@odata.type' type: object properties: alertThreshold: maximum: 2147483647 minimum: -2147483648 type: integer description: Threshold value which triggers accidental deletion prevention. The threshold is either an absolute number of objects or a percentage number of objects. format: int32 nullable: true synchronizationPreventionType: anyOf: - $ref: '#/components/schemas/microsoft.graph.onPremisesDirectorySynchronizationDeletionPreventionType' - type: object nullable: true description: 'The status of the accidental deletion prevention feature. The possible values are: disabled, enabledForCount, enabledForPercentage, unknownFutureValue.' '@odata.type': type: string microsoft.graph.onPremisesDirectorySynchronizationConfiguration: title: onPremisesDirectorySynchronizationConfiguration required: - '@odata.type' type: object properties: accidentalDeletionPrevention: anyOf: - $ref: '#/components/schemas/microsoft.graph.onPremisesAccidentalDeletionPrevention' - type: object nullable: true description: Contains the accidental deletion prevention configuration for a tenant. '@odata.type': type: string microsoft.graph.onPremisesDirectorySynchronizationFeature: title: onPremisesDirectorySynchronizationFeature required: - '@odata.type' type: object properties: blockCloudObjectTakeoverThroughHardMatchEnabled: type: boolean description: Used to block cloud object takeover via source anchor hard match if enabled. nullable: true blockSoftMatchEnabled: type: boolean description: Use to block soft match for all objects if enabled for the tenant. Customers are encouraged to enable this feature and keep it enabled until soft matching is required again for their tenancy. This flag should be enabled again after any soft matching has been completed and is no longer needed. nullable: true bypassDirSyncOverridesEnabled: type: boolean description: 'When true, persists the values of Mobile and OtherMobile in on-premises AD during sync cycles instead of values of MobilePhone or AlternateMobilePhones in Microsoft Entra ID.' nullable: true cloudPasswordPolicyForPasswordSyncedUsersEnabled: type: boolean description: Used to indicate that cloud password policy applies to users whose passwords are synchronized from on-premises. nullable: true concurrentCredentialUpdateEnabled: type: boolean description: Used to enable concurrent user credentials update in OrgId. nullable: true concurrentOrgIdProvisioningEnabled: type: boolean description: Used to enable concurrent user creation in OrgId. nullable: true deviceWritebackEnabled: type: boolean description: Used to indicate that device write-back is enabled. nullable: true directoryExtensionsEnabled: type: boolean description: Used to indicate that directory extensions are being synced from on-premises AD to Microsoft Entra ID. nullable: true fopeConflictResolutionEnabled: type: boolean description: 'Used to indicate that for a Microsoft Forefront Online Protection for Exchange (FOPE) migrated tenant, the conflicting proxy address should be migrated over.' nullable: true groupWriteBackEnabled: type: boolean description: Used to enable object-level group writeback feature for additional group types. nullable: true passwordSyncEnabled: type: boolean description: Used to indicate on-premise password synchronization is enabled. nullable: true passwordWritebackEnabled: type: boolean description: Used to indicate that writeback of password resets from Microsoft Entra ID to on-premises AD is enabled. nullable: true quarantineUponProxyAddressesConflictEnabled: type: boolean description: Used to indicate that we should quarantine objects with conflicting proxy address. nullable: true quarantineUponUpnConflictEnabled: type: boolean description: Used to indicate that we should quarantine objects conflicting with duplicate userPrincipalName. nullable: true softMatchOnUpnEnabled: type: boolean description: Used to indicate that we should soft match objects based on userPrincipalName. nullable: true synchronizeUpnForManagedUsersEnabled: type: boolean description: Used to indicate that we should synchronize userPrincipalName objects for managed users with licenses. nullable: true unifiedGroupWritebackEnabled: type: boolean description: Used to indicate that Microsoft 365 Group write-back is enabled. nullable: true userForcePasswordChangeOnLogonEnabled: type: boolean description: Used to indicate that feature to force password change for a user on logon is enabled while synchronizing on-premise credentials. nullable: true userWritebackEnabled: type: boolean description: Used to indicate that user writeback is enabled. nullable: true '@odata.type': type: string microsoft.graph.onPremisesExtensionAttributes: title: onPremisesExtensionAttributes required: - '@odata.type' type: object properties: extensionAttribute1: type: string description: First customizable extension attribute. nullable: true extensionAttribute10: type: string description: Tenth customizable extension attribute. nullable: true extensionAttribute11: type: string description: Eleventh customizable extension attribute. nullable: true extensionAttribute12: type: string description: Twelfth customizable extension attribute. nullable: true extensionAttribute13: type: string description: Thirteenth customizable extension attribute. nullable: true extensionAttribute14: type: string description: Fourteenth customizable extension attribute. nullable: true extensionAttribute15: type: string description: Fifteenth customizable extension attribute. nullable: true extensionAttribute2: type: string description: Second customizable extension attribute. nullable: true extensionAttribute3: type: string description: Third customizable extension attribute. nullable: true extensionAttribute4: type: string description: Fourth customizable extension attribute. nullable: true extensionAttribute5: type: string description: Fifth customizable extension attribute. nullable: true extensionAttribute6: type: string description: Sixth customizable extension attribute. nullable: true extensionAttribute7: type: string description: Seventh customizable extension attribute. nullable: true extensionAttribute8: type: string description: Eighth customizable extension attribute. nullable: true extensionAttribute9: type: string description: Ninth customizable extension attribute. nullable: true '@odata.type': type: string microsoft.graph.onPremisesProvisioningError: title: onPremisesProvisioningError required: - '@odata.type' type: object properties: category: type: string description: 'Category of the provisioning error. Note: Currently, there is only one possible value. Possible value: PropertyConflict - indicates a property value is not unique. Other objects contain the same value for the property.' nullable: true occurredDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The date and time at which the error occurred. format: date-time nullable: true propertyCausingError: type: string description: 'Name of the directory property causing the error. Current possible values: UserPrincipalName or ProxyAddress' nullable: true value: type: string description: Value of the property causing the error. nullable: true '@odata.type': type: string microsoft.graph.onTokenIssuanceStartCustomExtensionHandler: allOf: - $ref: '#/components/schemas/microsoft.graph.onTokenIssuanceStartHandler' - title: onTokenIssuanceStartCustomExtensionHandler required: - '@odata.type' type: object properties: configuration: anyOf: - $ref: '#/components/schemas/microsoft.graph.customExtensionOverwriteConfiguration' - type: object nullable: true customExtension: anyOf: - $ref: '#/components/schemas/microsoft.graph.onTokenIssuanceStartCustomExtension' - type: object nullable: true x-ms-navigationProperty: true '@odata.type': type: string default: '#microsoft.graph.onTokenIssuanceStartCustomExtensionHandler' x-ms-discriminator-value: '#microsoft.graph.onTokenIssuanceStartCustomExtensionHandler' microsoft.graph.onTokenIssuanceStartHandler: title: onTokenIssuanceStartHandler required: - '@odata.type' type: object properties: '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.onTokenIssuanceStartCustomExtensionHandler': '#/components/schemas/microsoft.graph.onTokenIssuanceStartCustomExtensionHandler' microsoft.graph.onTokenIssuanceStartReturnClaim: title: onTokenIssuanceStartReturnClaim required: - '@odata.type' type: object properties: claimIdInApiResponse: type: string description: The identifier of the claim returned by an API that is to be add to a token being issued. nullable: true '@odata.type': type: string microsoft.graph.onUserCreateStartExternalUsersSelfServiceSignUp: allOf: - $ref: '#/components/schemas/microsoft.graph.onUserCreateStartHandler' - title: onUserCreateStartExternalUsersSelfServiceSignUp required: - '@odata.type' type: object properties: userTypeToCreate: anyOf: - $ref: '#/components/schemas/microsoft.graph.userType' - type: object nullable: true description: 'The type of user to create. Maps to userType property of user object. The possible values are: member, guest, unknownFutureValue.' '@odata.type': type: string default: '#microsoft.graph.onUserCreateStartExternalUsersSelfServiceSignUp' x-ms-discriminator-value: '#microsoft.graph.onUserCreateStartExternalUsersSelfServiceSignUp' microsoft.graph.onUserCreateStartHandler: title: onUserCreateStartHandler required: - '@odata.type' type: object properties: '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.onUserCreateStartExternalUsersSelfServiceSignUp': '#/components/schemas/microsoft.graph.onUserCreateStartExternalUsersSelfServiceSignUp' microsoft.graph.openShiftItem: allOf: - $ref: '#/components/schemas/microsoft.graph.shiftItem' - title: openShiftItem required: - '@odata.type' type: object properties: openSlotCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Count of the number of slots for the given open shift. format: int32 '@odata.type': type: string default: '#microsoft.graph.openShiftItem' x-ms-discriminator-value: '#microsoft.graph.openShiftItem' microsoft.graph.operationError: title: operationError required: - '@odata.type' type: object properties: code: type: string description: Operation error code. nullable: true message: type: string description: Operation error message. nullable: true '@odata.type': type: string microsoft.graph.optionalClaim: title: optionalClaim required: - '@odata.type' type: object properties: additionalProperties: type: array items: type: string nullable: true description: 'Additional properties of the claim. If a property exists in this collection, it modifies the behavior of the optional claim specified in the name property.' essential: type: boolean description: 'If the value is true, the claim specified by the client is necessary to ensure a smooth authorization experience for the specific task requested by the end user. The default value is false.' name: type: string description: The name of the optional claim. source: type: string description: 'The source (directory object) of the claim. There are predefined claims and user-defined claims from extension properties. If the source value is null, the claim is a predefined optional claim. If the source value is user, the value in the name property is the extension property from the user object.' nullable: true '@odata.type': type: string microsoft.graph.optionalClaims: title: optionalClaims required: - '@odata.type' type: object properties: accessToken: type: array items: $ref: '#/components/schemas/microsoft.graph.optionalClaim' description: The optional claims returned in the JWT access token. idToken: type: array items: $ref: '#/components/schemas/microsoft.graph.optionalClaim' description: The optional claims returned in the JWT ID token. saml2Token: type: array items: $ref: '#/components/schemas/microsoft.graph.optionalClaim' description: The optional claims returned in the SAML token. '@odata.type': type: string microsoft.graph.organizerMeetingInfo: allOf: - $ref: '#/components/schemas/microsoft.graph.meetingInfo' - title: organizerMeetingInfo required: - '@odata.type' type: object properties: organizer: $ref: '#/components/schemas/microsoft.graph.identitySet' '@odata.type': type: string default: '#microsoft.graph.organizerMeetingInfo' x-ms-discriminator-value: '#microsoft.graph.organizerMeetingInfo' microsoft.graph.osVersionCount: title: osVersionCount required: - '@odata.type' type: object properties: deviceCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Count of devices with malware for the OS version format: int32 lastUpdateDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The Timestamp of the last update for the device count in UTC format: date-time osVersion: type: string description: OS version nullable: true '@odata.type': type: string description: Count of devices with malware for each OS version microsoft.graph.outgoingCallOptions: allOf: - $ref: '#/components/schemas/microsoft.graph.callOptions' - title: outgoingCallOptions required: - '@odata.type' type: object properties: '@odata.type': type: string default: '#microsoft.graph.outgoingCallOptions' x-ms-discriminator-value: '#microsoft.graph.outgoingCallOptions' microsoft.graph.outlookGeoCoordinates: title: outlookGeoCoordinates required: - '@odata.type' type: object properties: accuracy: oneOf: - type: number format: double - type: string - $ref: '#/components/schemas/ReferenceNumeric' description: 'The accuracy of the latitude and longitude. As an example, the accuracy can be measured in meters, such as the latitude and longitude are accurate to within 50 meters.' nullable: true altitude: oneOf: - type: number format: double - type: string - $ref: '#/components/schemas/ReferenceNumeric' description: The altitude of the location. nullable: true altitudeAccuracy: oneOf: - type: number format: double - type: string - $ref: '#/components/schemas/ReferenceNumeric' description: The accuracy of the altitude. nullable: true latitude: oneOf: - type: number format: double - type: string - $ref: '#/components/schemas/ReferenceNumeric' description: The latitude of the location. nullable: true longitude: oneOf: - type: number format: double - type: string - $ref: '#/components/schemas/ReferenceNumeric' description: The longitude of the location. nullable: true '@odata.type': type: string microsoft.graph.outOfBoxExperienceSetting: title: outOfBoxExperienceSetting required: - '@odata.type' type: object properties: deviceUsageType: $ref: '#/components/schemas/microsoft.graph.windowsDeviceUsageType' escapeLinkHidden: type: boolean description: 'When TRUE, the link that allows user to start over with a different account on company sign-in is hidden. When false, the link that allows user to start over with a different account on company sign-in is available. Default value is FALSE.' eulaHidden: type: boolean description: 'When TRUE, EULA is hidden to the end user during OOBE. When FALSE, EULA is shown to the end user during OOBE. Default value is FALSE.' keyboardSelectionPageSkipped: type: boolean description: 'When TRUE, the keyboard selection page is hidden to the end user during OOBE if Language and Region are set. When FALSE, the keyboard selection page is skipped during OOBE.' privacySettingsHidden: type: boolean description: 'When TRUE, privacy settings is hidden to the end user during OOBE. When FALSE, privacy settings is shown to the end user during OOBE. Default value is FALSE.' userType: $ref: '#/components/schemas/microsoft.graph.windowsUserType' '@odata.type': type: string description: 'The Windows Autopilot Deployment Profile settings used by the device for the out-of-box experience. Supports: $select, $top, $skip. $Search, $orderBy and $filter are not supported.' microsoft.graph.package: title: package required: - '@odata.type' type: object properties: type: type: string description: 'A string indicating the type of package. While oneNote is the only currently defined value, you should expect other package types to be returned and handle them accordingly.' nullable: true '@odata.type': type: string microsoft.graph.pageLinks: title: pageLinks required: - '@odata.type' type: object properties: oneNoteClientUrl: anyOf: - $ref: '#/components/schemas/microsoft.graph.externalLink' - type: object nullable: true description: Opens the page in the OneNote native client if it's installed. oneNoteWebUrl: anyOf: - $ref: '#/components/schemas/microsoft.graph.externalLink' - type: object nullable: true description: Opens the page in OneNote on the web. '@odata.type': type: string microsoft.graph.parentalControlSettings: title: parentalControlSettings required: - '@odata.type' type: object properties: countriesBlockedForMinors: type: array items: type: string nullable: true description: Specifies the two-letter ISO country codes. Access to the application will be blocked for minors from the countries specified in this list. legalAgeGroupRule: type: string description: 'Specifies the legal age group rule that applies to users of the app. Can be set to one of the following values: ValueDescriptionAllowDefault. Enforces the legal minimum. This means parental consent is required for minors in the European Union and Korea.RequireConsentForPrivacyServicesEnforces the user to specify date of birth to comply with COPPA rules. RequireConsentForMinorsRequires parental consent for ages below 18, regardless of country minor rules.RequireConsentForKidsRequires parental consent for ages below 14, regardless of country minor rules.BlockMinorsBlocks minors from using the app.' nullable: true '@odata.type': type: string microsoft.graph.parseExpressionResponse: title: parseExpressionResponse required: - '@odata.type' type: object properties: error: anyOf: - $ref: '#/components/schemas/microsoft.graph.publicError' - type: object nullable: true description: 'Error details, if expression evaluation resulted in an error.' evaluationResult: type: array items: type: string nullable: true description: A collection of values produced by the evaluation of the expression. evaluationSucceeded: type: boolean description: true if the evaluation was successful. parsedExpression: anyOf: - $ref: '#/components/schemas/microsoft.graph.attributeMappingSource' - type: object nullable: true description: An attributeMappingSource object representing the parsed expression. parsingSucceeded: type: boolean description: true if the expression was parsed successfully. '@odata.type': type: string microsoft.graph.participantInfo: title: participantInfo required: - '@odata.type' type: object properties: countryCode: type: string description: The ISO 3166-1 Alpha-2 country code of the participant's best estimated physical location at the start of the call. Read-only. nullable: true endpointType: anyOf: - $ref: '#/components/schemas/microsoft.graph.endpointType' - type: object nullable: true description: 'The type of endpoint the participant is using. Possible values are: default, skypeForBusiness, or skypeForBusinessVoipPhone. Read-only.' identity: $ref: '#/components/schemas/microsoft.graph.identitySet' languageId: type: string description: The language culture string. Read-only. nullable: true participantId: type: string description: The participant ID of the participant. Read-only. nullable: true region: type: string description: 'The home region of the participant. This can be a country, a continent, or a larger geographic region. This doesn''t change based on the participant''s current physical location. Read-only.' nullable: true '@odata.type': type: string microsoft.graph.participantJoiningResponse: title: participantJoiningResponse required: - '@odata.type' type: object properties: '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.acceptJoinResponse': '#/components/schemas/microsoft.graph.acceptJoinResponse' '#microsoft.graph.inviteNewBotResponse': '#/components/schemas/microsoft.graph.inviteNewBotResponse' '#microsoft.graph.rejectJoinResponse': '#/components/schemas/microsoft.graph.rejectJoinResponse' microsoft.graph.passwordCredential: title: passwordCredential required: - '@odata.type' type: object properties: customKeyIdentifier: type: string description: Do not use. format: base64url nullable: true displayName: type: string description: Friendly name for the password. Optional. nullable: true endDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The date and time at which the password expires represented using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Optional.' format: date-time nullable: true hint: type: string description: Contains the first three characters of the password. Read-only. nullable: true keyId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string description: The unique identifier for the password. format: uuid nullable: true secretText: type: string description: Read-only; Contains the strong passwords generated by Microsoft Entra ID that are 16-64 characters in length. The generated password value is only returned during the initial POST request to addPassword. There is no way to retrieve this password in the future. nullable: true startDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The date and time at which the password becomes valid. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Optional.' format: date-time nullable: true '@odata.type': type: string microsoft.graph.passwordCredentialConfiguration: title: passwordCredentialConfiguration required: - '@odata.type' type: object properties: maxLifetime: pattern: '^-?P([0-9]+D)?(T([0-9]+H)?([0-9]+M)?([0-9]+([.][0-9]+)?S)?)?$' type: string description: 'Value that can be used as the maximum number for setting password expiration time in days, hours, minutes or seconds. Defined in ISO 8601 format for Durations. For example, ''P4DT12H30M5S'' represents a duration of four days, twelve hours, thirty minutes, and five seconds. This property is required when restriction type is set to passwordLifetime.' format: duration nullable: true restrictForAppsCreatedAfterDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'Enforces the policy for an app created on or after the enforcement date. For existing applications, the enforcement date would be back dated. To apply to all applications, enforcement datetime would be null.' format: date-time nullable: true restrictionType: anyOf: - $ref: '#/components/schemas/microsoft.graph.appCredentialRestrictionType' - type: object nullable: true description: 'The type of restriction being applied. The possible values are: passwordAddition, passwordLifetime, symmetricKeyAddition, symmetricKeyLifetime,customPasswordAddition, unknownFutureValue. Each value of restrictionType can be used only once per policy.' '@odata.type': type: string microsoft.graph.passwordProfile: title: passwordProfile required: - '@odata.type' type: object properties: forceChangePasswordNextSignIn: type: boolean description: true if the user must change their password on the next sign-in; otherwise false. nullable: true forceChangePasswordNextSignInWithMfa: type: boolean description: 'If true, at next sign-in, the user must perform a multifactor authentication (MFA) before being forced to change their password. The behavior is identical to forceChangePasswordNextSignIn except that the user is required to first perform a multifactor authentication before password change. After a password change, this property will be automatically reset to false. If not set, default is false.' nullable: true password: type: string description: 'The password for the user. This property is required when a user is created. It can be updated, but the user will be required to change the password on the next sign-in. The password must satisfy minimum requirements as specified by the user''s passwordPolicies property. By default, a strong password is required.' nullable: true '@odata.type': type: string microsoft.graph.passwordResetResponse: title: passwordResetResponse required: - '@odata.type' type: object properties: newPassword: type: string description: The Microsoft Entra ID-generated password. nullable: true '@odata.type': type: string microsoft.graph.patternedRecurrence: title: patternedRecurrence required: - '@odata.type' type: object properties: pattern: anyOf: - $ref: '#/components/schemas/microsoft.graph.recurrencePattern' - type: object nullable: true description: 'The frequency of an event. For access reviews: Do not specify this property for a one-time access review. Only interval, dayOfMonth, and type (weekly, absoluteMonthly) properties of recurrencePattern are supported.' range: anyOf: - $ref: '#/components/schemas/microsoft.graph.recurrenceRange' - type: object nullable: true description: The duration of an event. '@odata.type': type: string microsoft.graph.payloadCoachmark: title: payloadCoachmark required: - '@odata.type' type: object properties: coachmarkLocation: anyOf: - $ref: '#/components/schemas/microsoft.graph.coachmarkLocation' - type: object nullable: true description: The coachmark location. description: type: string description: The description about the coachmark. nullable: true indicator: type: string description: The coachmark indicator. nullable: true isValid: type: boolean description: Indicates whether the coachmark is valid or not. nullable: true language: type: string description: The coachmark language. nullable: true order: type: string description: The coachmark order. nullable: true '@odata.type': type: string microsoft.graph.payloadDetail: title: payloadDetail required: - '@odata.type' type: object properties: coachmarks: type: array items: $ref: '#/components/schemas/microsoft.graph.payloadCoachmark' content: type: string description: Payload content details. nullable: true phishingUrl: type: string description: The phishing URL used to target a user. nullable: true '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.emailPayloadDetail': '#/components/schemas/microsoft.graph.emailPayloadDetail' microsoft.graph.pendingContentUpdate: title: pendingContentUpdate required: - '@odata.type' type: object properties: queuedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Date and time the pending binary operation was queued in UTC time. Read-only. format: date-time nullable: true '@odata.type': type: string microsoft.graph.pendingOperations: title: pendingOperations required: - '@odata.type' type: object properties: pendingContentUpdate: anyOf: - $ref: '#/components/schemas/microsoft.graph.pendingContentUpdate' - type: object nullable: true description: A property that indicates that an operation that might update the binary content of a file is pending completion. '@odata.type': type: string microsoft.graph.permissionScope: title: permissionScope required: - '@odata.type' type: object properties: adminConsentDescription: type: string description: 'A description of the delegated permissions, intended to be read by an administrator granting the permission on behalf of all users. This text appears in tenant-wide admin consent experiences.' nullable: true adminConsentDisplayName: type: string description: 'The permission''s title, intended to be read by an administrator granting the permission on behalf of all users.' nullable: true id: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string description: Unique delegated permission identifier inside the collection of delegated permissions defined for a resource application. format: uuid isEnabled: type: boolean description: 'When you create or update a permission, this property must be set to true (which is the default). To delete a permission, this property must first be set to false. At that point, in a subsequent call, the permission may be removed.' origin: type: string nullable: true type: type: string description: 'The possible values are: User and Admin. Specifies whether this delegated permission should be considered safe for non-admin users to consent to on behalf of themselves, or whether an administrator consent should always be required. While Microsoft Graph defines the default consent requirement for each permission, the tenant administrator may override the behavior in their organization (by allowing, restricting, or limiting user consent to this delegated permission). For more information, see Configure how users consent to applications.' nullable: true userConsentDescription: type: string description: 'A description of the delegated permissions, intended to be read by a user granting the permission on their own behalf. This text appears in consent experiences where the user is consenting only on behalf of themselves.' nullable: true userConsentDisplayName: type: string description: 'A title for the permission, intended to be read by a user granting the permission on their own behalf. This text appears in consent experiences where the user is consenting only on behalf of themselves.' nullable: true value: type: string description: 'Specifies the value to include in the scp (scope) claim in access tokens. Must not exceed 120 characters in length. Allowed characters are : ! # $ % & '' ( ) * + , - . / : ; = ? @ [ ] ^ + _ { } ~, and characters in the ranges 0-9, A-Z and a-z. Any other character, including the space character, aren''t allowed. May not begin with ..' nullable: true '@odata.type': type: string microsoft.graph.persistentBrowserSessionControl: allOf: - $ref: '#/components/schemas/microsoft.graph.conditionalAccessSessionControl' - title: persistentBrowserSessionControl required: - '@odata.type' type: object properties: mode: anyOf: - $ref: '#/components/schemas/microsoft.graph.persistentBrowserSessionMode' - type: object nullable: true description: 'Possible values are: always, never.' '@odata.type': type: string default: '#microsoft.graph.persistentBrowserSessionControl' x-ms-discriminator-value: '#microsoft.graph.persistentBrowserSessionControl' microsoft.graph.personOrGroupColumn: title: personOrGroupColumn required: - '@odata.type' type: object properties: allowMultipleSelection: type: boolean description: Indicates whether multiple values can be selected from the source. nullable: true chooseFromType: type: string description: 'Whether to allow selection of people only, or people and groups. Must be one of peopleAndGroups or peopleOnly.' nullable: true displayAs: type: string description: How to display the information about the person or group chosen. See below. nullable: true '@odata.type': type: string microsoft.graph.personType: title: personType required: - '@odata.type' type: object properties: class: type: string description: 'The type of data source, such as Person.' nullable: true subclass: type: string description: 'The secondary type of data source, such as OrganizationUser.' nullable: true '@odata.type': type: string microsoft.graph.phone: title: phone required: - '@odata.type' type: object properties: language: type: string nullable: true number: type: string description: The phone number. nullable: true region: type: string nullable: true type: anyOf: - $ref: '#/components/schemas/microsoft.graph.phoneType' - type: object nullable: true description: 'The type of phone number. The possible values are: home, business, mobile, other, assistant, homeFax, businessFax, otherFax, pager, radio.' '@odata.type': type: string microsoft.graph.photo: title: photo required: - '@odata.type' type: object properties: cameraMake: type: string description: Camera manufacturer. Read-only. nullable: true cameraModel: type: string description: Camera model. Read-only. nullable: true exposureDenominator: oneOf: - type: number format: double - type: string - $ref: '#/components/schemas/ReferenceNumeric' description: The denominator for the exposure time fraction from the camera. Read-only. nullable: true exposureNumerator: oneOf: - type: number format: double - type: string - $ref: '#/components/schemas/ReferenceNumeric' description: The numerator for the exposure time fraction from the camera. Read-only. nullable: true fNumber: oneOf: - type: number format: double - type: string - $ref: '#/components/schemas/ReferenceNumeric' description: The F-stop value from the camera. Read-only. nullable: true focalLength: oneOf: - type: number format: double - type: string - $ref: '#/components/schemas/ReferenceNumeric' description: The focal length from the camera. Read-only. nullable: true iso: maximum: 2147483647 minimum: -2147483648 type: integer description: The ISO value from the camera. Read-only. format: int32 nullable: true orientation: maximum: 32767 minimum: -32768 type: integer description: The orientation value from the camera. Writable on OneDrive Personal. format: int16 nullable: true takenDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Represents the date and time the photo was taken. Read-only. format: date-time nullable: true '@odata.type': type: string microsoft.graph.physicalAddress: title: physicalAddress required: - '@odata.type' type: object properties: city: type: string description: The city. nullable: true countryOrRegion: type: string description: 'The country or region. It''s a free-format string value, for example, ''United States''.' nullable: true postalCode: type: string description: The postal code. nullable: true state: type: string description: The state. nullable: true street: type: string description: The street. nullable: true '@odata.type': type: string microsoft.graph.physicalOfficeAddress: title: physicalOfficeAddress required: - '@odata.type' type: object properties: city: type: string description: The city. nullable: true countryOrRegion: type: string description: 'The country or region. It''s a free-format string value, for example, ''United States''.' nullable: true officeLocation: type: string description: Office location such as building and office number for an organizational contact. nullable: true postalCode: type: string description: The postal code. nullable: true state: type: string description: The state. nullable: true street: type: string description: The street. nullable: true '@odata.type': type: string microsoft.graph.pkcs12Certificate: allOf: - $ref: '#/components/schemas/microsoft.graph.apiAuthenticationConfigurationBase' - title: pkcs12Certificate required: - '@odata.type' type: object properties: password: type: string description: 'The password for the pfx file. Required. If no password is used, you must still provide a value of ''''.' nullable: true pkcs12Value: type: string description: Represents the pfx content that is sent. The value should be a base-64 encoded version of the actual certificate content. Required. nullable: true '@odata.type': type: string default: '#microsoft.graph.pkcs12Certificate' x-ms-discriminator-value: '#microsoft.graph.pkcs12Certificate' microsoft.graph.pkcs12CertificateInformation: title: pkcs12CertificateInformation required: - '@odata.type' type: object properties: isActive: type: boolean description: Represents whether the certificate is the active certificate to be used for calling the API connector. The active certificate is the most recently uploaded certificate that isn't yet expired but whose notBefore time is in the past. notAfter: type: integer description: 'The certificate''s expiry. This value is a NumericDate as defined in RFC 7519 (A JSON numeric value representing the number of seconds from 1970-01-01T00:00:00Z UTC until the specified UTC date/time, ignoring leap seconds.)' format: int64 notBefore: type: integer description: 'The certificate''s issue time (not before). This value is a NumericDate as defined in RFC 7519 (A JSON numeric value representing the number of seconds from 1970-01-01T00:00:00Z UTC until the specified UTC date/time, ignoring leap seconds.)' format: int64 thumbprint: type: string description: The certificate thumbprint. nullable: true '@odata.type': type: string microsoft.graph.plannerAppliedCategories: title: plannerAppliedCategories required: - '@odata.type' type: object properties: '@odata.type': type: string microsoft.graph.plannerAssignment: title: plannerAssignment required: - '@odata.type' type: object properties: assignedBy: anyOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' - type: object nullable: true description: 'The identity of the user that performed the assignment of the task, that is, the assignor.' assignedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The time when the task was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true orderHint: type: string description: Hint used to order assignees in a task. The format is defined as outlined here. nullable: true '@odata.type': type: string microsoft.graph.plannerAssignments: title: plannerAssignments required: - '@odata.type' type: object properties: '@odata.type': type: string microsoft.graph.plannerCategoryDescriptions: title: plannerCategoryDescriptions required: - '@odata.type' type: object properties: category1: type: string description: The label associated with Category 1 nullable: true category10: type: string description: The label associated with Category 10 nullable: true category11: type: string description: The label associated with Category 11 nullable: true category12: type: string description: The label associated with Category 12 nullable: true category13: type: string description: The label associated with Category 13 nullable: true category14: type: string description: The label associated with Category 14 nullable: true category15: type: string description: The label associated with Category 15 nullable: true category16: type: string description: The label associated with Category 16 nullable: true category17: type: string description: The label associated with Category 17 nullable: true category18: type: string description: The label associated with Category 18 nullable: true category19: type: string description: The label associated with Category 19 nullable: true category2: type: string description: The label associated with Category 2 nullable: true category20: type: string description: The label associated with Category 20 nullable: true category21: type: string description: The label associated with Category 21 nullable: true category22: type: string description: The label associated with Category 22 nullable: true category23: type: string description: The label associated with Category 23 nullable: true category24: type: string description: The label associated with Category 24 nullable: true category25: type: string description: The label associated with Category 25 nullable: true category3: type: string description: The label associated with Category 3 nullable: true category4: type: string description: The label associated with Category 4 nullable: true category5: type: string description: The label associated with Category 5 nullable: true category6: type: string description: The label associated with Category 6 nullable: true category7: type: string description: The label associated with Category 7 nullable: true category8: type: string description: The label associated with Category 8 nullable: true category9: type: string description: The label associated with Category 9 nullable: true '@odata.type': type: string microsoft.graph.plannerChecklistItem: title: plannerChecklistItem required: - '@odata.type' type: object properties: isChecked: type: boolean description: Value is true if the item is checked and false otherwise. nullable: true lastModifiedBy: anyOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' - type: object nullable: true description: Read-only. User ID by which this is last modified. lastModifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'Read-only. Date and time at which this is last modified. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true orderHint: type: string description: Used to set the relative order of items in the checklist. The format is defined as outlined here. nullable: true title: type: string description: Title of the checklist item nullable: true '@odata.type': type: string microsoft.graph.plannerChecklistItems: title: plannerChecklistItems required: - '@odata.type' type: object properties: '@odata.type': type: string microsoft.graph.plannerExternalReference: title: plannerExternalReference required: - '@odata.type' type: object properties: alias: type: string description: A name alias to describe the reference. nullable: true lastModifiedBy: anyOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' - type: object nullable: true description: Read-only. User ID by which this is last modified. lastModifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'Read-only. Date and time at which this is last modified. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true previewPriority: type: string description: Used to set the relative priority order in which the reference will be shown as a preview on the task. nullable: true type: type: string description: 'Used to describe the type of the reference. Types include: PowerPoint, Word, Excel, Other.' nullable: true '@odata.type': type: string microsoft.graph.plannerExternalReferences: title: plannerExternalReferences required: - '@odata.type' type: object properties: '@odata.type': type: string microsoft.graph.plannerOrderHintsByAssignee: title: plannerOrderHintsByAssignee required: - '@odata.type' type: object properties: '@odata.type': type: string microsoft.graph.plannerPlanContainer: title: plannerPlanContainer required: - '@odata.type' type: object properties: containerId: type: string description: The identifier of the resource that contains the plan. Optional. nullable: true type: anyOf: - $ref: '#/components/schemas/microsoft.graph.plannerContainerType' - type: object nullable: true description: 'The type of the resource that contains the plan. For supported types, see the previous table. Possible values are: group, unknownFutureValue, roster. Note that you must use the Prefer: include-unknown-enum-members request header to get the following value in this evolvable enum: roster. Optional.' url: type: string description: The full canonical URL of the container. Optional. nullable: true '@odata.type': type: string microsoft.graph.plannerUserIds: title: plannerUserIds required: - '@odata.type' type: object properties: '@odata.type': type: string microsoft.graph.positiveReinforcementNotification: allOf: - $ref: '#/components/schemas/microsoft.graph.baseEndUserNotification' - title: positiveReinforcementNotification required: - '@odata.type' type: object properties: deliveryPreference: anyOf: - $ref: '#/components/schemas/microsoft.graph.notificationDeliveryPreference' - type: object nullable: true description: 'Delivery preference. Possible values are: unknown, deliverImmedietly, deliverAfterCampaignEnd, unknownFutureValue.' '@odata.type': type: string default: '#microsoft.graph.positiveReinforcementNotification' x-ms-discriminator-value: '#microsoft.graph.positiveReinforcementNotification' microsoft.graph.preAuthorizedApplication: title: preAuthorizedApplication required: - '@odata.type' type: object properties: appId: type: string description: The unique identifier for the application. nullable: true delegatedPermissionIds: type: array items: type: string description: The unique identifier for the oauth2PermissionScopes the application requires. '@odata.type': type: string microsoft.graph.presenceStatusMessage: title: presenceStatusMessage required: - '@odata.type' type: object properties: expiryDateTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' - type: object nullable: true description: 'Time in which the status message expires.If not provided, the status message doesn''t expire.expiryDateTime.dateTime shouldn''t include time zone.expiryDateTime isn''t available when you request the presence of another user.' message: anyOf: - $ref: '#/components/schemas/microsoft.graph.itemBody' - type: object nullable: true description: Status message item. The only supported format currently is message.contentType = 'text'. publishedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Time in which the status message was published.Read-only.publishedDateTime isn't available when you request the presence of another user. format: date-time nullable: true '@odata.type': type: string microsoft.graph.principalResourceMembershipsScope: allOf: - $ref: '#/components/schemas/microsoft.graph.accessReviewScope' - title: principalResourceMembershipsScope required: - '@odata.type' type: object properties: principalScopes: type: array items: $ref: '#/components/schemas/microsoft.graph.accessReviewScope' description: Defines the scopes of the principals whose access to resources are reviewed in the access review. resourceScopes: type: array items: $ref: '#/components/schemas/microsoft.graph.accessReviewScope' description: Defines the scopes of the resources for which access is reviewed. '@odata.type': type: string default: '#microsoft.graph.principalResourceMembershipsScope' x-ms-discriminator-value: '#microsoft.graph.principalResourceMembershipsScope' microsoft.graph.printCertificateSigningRequest: title: printCertificateSigningRequest required: - '@odata.type' type: object properties: content: type: string description: A base64-encoded pkcs10 certificate request. Read-only. transportKey: type: string description: The base64-encoded public portion of an asymmetric key that is generated by the client. Read-only. '@odata.type': type: string microsoft.graph.printDocumentUploadProperties: title: printDocumentUploadProperties required: - '@odata.type' type: object properties: contentType: type: string description: The document's content (MIME) type. documentName: type: string description: The document's name. size: type: integer description: The document's size in bytes. format: int64 '@odata.type': type: string microsoft.graph.printerCapabilities: title: printerCapabilities required: - '@odata.type' type: object properties: bottomMargins: type: array items: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 nullable: true description: A list of supported bottom margins(in microns) for the printer. collation: type: boolean description: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. nullable: true colorModes: type: array items: anyOf: - $ref: '#/components/schemas/microsoft.graph.printColorMode' - type: object nullable: true description: The color modes supported by the printer. Valid values are described in the following table. contentTypes: type: array items: type: string nullable: true description: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. copiesPerJob: anyOf: - $ref: '#/components/schemas/microsoft.graph.integerRange' - type: object nullable: true description: The range of copies per job supported by the printer. dpis: type: array items: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 nullable: true description: The list of print resolutions in DPI that are supported by the printer. duplexModes: type: array items: anyOf: - $ref: '#/components/schemas/microsoft.graph.printDuplexMode' - type: object nullable: true description: The list of duplex modes that are supported by the printer. Valid values are described in the following table. feedOrientations: type: array items: anyOf: - $ref: '#/components/schemas/microsoft.graph.printerFeedOrientation' - type: object nullable: true description: The list of feed orientations that are supported by the printer. finishings: type: array items: anyOf: - $ref: '#/components/schemas/microsoft.graph.printFinishing' - type: object nullable: true description: Finishing processes the printer supports for a printed document. inputBins: type: array items: type: string nullable: true description: Supported input bins for the printer. isColorPrintingSupported: type: boolean description: True if color printing is supported by the printer; false otherwise. Read-only. nullable: true isPageRangeSupported: type: boolean description: True if the printer supports printing by page ranges; false otherwise. nullable: true leftMargins: type: array items: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 nullable: true description: A list of supported left margins(in microns) for the printer. mediaColors: type: array items: type: string nullable: true description: 'The media (i.e., paper) colors supported by the printer.' mediaSizes: type: array items: type: string nullable: true description: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. mediaTypes: type: array items: type: string nullable: true description: The media types supported by the printer. multipageLayouts: type: array items: anyOf: - $ref: '#/components/schemas/microsoft.graph.printMultipageLayout' - type: object nullable: true description: The presentation directions supported by the printer. Supported values are described in the following table. orientations: type: array items: anyOf: - $ref: '#/components/schemas/microsoft.graph.printOrientation' - type: object nullable: true description: The print orientations supported by the printer. Valid values are described in the following table. outputBins: type: array items: type: string nullable: true description: The printer's supported output bins (trays). pagesPerSheet: type: array items: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 nullable: true description: Supported number of Input Pages to impose upon a single Impression. qualities: type: array items: anyOf: - $ref: '#/components/schemas/microsoft.graph.printQuality' - type: object nullable: true description: The print qualities supported by the printer. rightMargins: type: array items: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 nullable: true description: A list of supported right margins(in microns) for the printer. scalings: type: array items: anyOf: - $ref: '#/components/schemas/microsoft.graph.printScaling' - type: object nullable: true description: Supported print scalings. supportsFitPdfToPage: type: boolean description: True if the printer supports scaling PDF pages to match the print media size; false otherwise. nullable: true topMargins: type: array items: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 nullable: true description: A list of supported top margins(in microns) for the printer. '@odata.type': type: string microsoft.graph.printerDefaults: title: printerDefaults required: - '@odata.type' type: object properties: colorMode: anyOf: - $ref: '#/components/schemas/microsoft.graph.printColorMode' - type: object nullable: true description: The default color mode to use when printing the document. Valid values are described in the following table. contentType: type: string description: The default content (MIME) type to use when processing documents. nullable: true copiesPerJob: maximum: 2147483647 minimum: -2147483648 type: integer description: The default number of copies printed per job. format: int32 nullable: true dpi: maximum: 2147483647 minimum: -2147483648 type: integer description: The default resolution in DPI to use when printing the job. format: int32 nullable: true duplexMode: anyOf: - $ref: '#/components/schemas/microsoft.graph.printDuplexMode' - type: object nullable: true description: The default duplex (double-sided) configuration to use when printing a document. Valid values are described in the following table. finishings: type: array items: anyOf: - $ref: '#/components/schemas/microsoft.graph.printFinishing' - type: object nullable: true description: The default set of finishings to apply to print jobs. Valid values are described in the following table. fitPdfToPage: type: boolean description: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. nullable: true inputBin: type: string description: The default input bin that serves as the paper source. nullable: true mediaColor: type: string description: The default media (such as paper) color to print the document on. nullable: true mediaSize: type: string description: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. nullable: true mediaType: type: string description: The default media (such as paper) type to print the document on. nullable: true multipageLayout: anyOf: - $ref: '#/components/schemas/microsoft.graph.printMultipageLayout' - type: object nullable: true description: The default direction to lay out pages when multiple pages are being printed per sheet. Valid values are described in the following table. orientation: anyOf: - $ref: '#/components/schemas/microsoft.graph.printOrientation' - type: object nullable: true description: The default orientation to use when printing the document. Valid values are described in the following table. outputBin: type: string description: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. nullable: true pagesPerSheet: maximum: 2147483647 minimum: -2147483648 type: integer description: The default number of document pages to print on each sheet. format: int32 nullable: true quality: anyOf: - $ref: '#/components/schemas/microsoft.graph.printQuality' - type: object nullable: true description: The default quality to use when printing the document. Valid values are described in the following table. scaling: anyOf: - $ref: '#/components/schemas/microsoft.graph.printScaling' - type: object nullable: true description: Specifies how the printer scales the document data to fit the requested media. Valid values are described in the following table. '@odata.type': type: string microsoft.graph.printerLocation: title: printerLocation required: - '@odata.type' type: object properties: altitudeInMeters: maximum: 2147483647 minimum: -2147483648 type: integer description: 'The altitude, in meters, that the printer is located at.' format: int32 nullable: true building: type: string description: The building that the printer is located in. nullable: true city: type: string description: The city that the printer is located in. nullable: true countryOrRegion: type: string description: The country or region that the printer is located in. nullable: true floor: type: string description: The floor that the printer is located on. Only numerical values are supported right now. nullable: true floorDescription: type: string description: The description of the floor that the printer is located on. nullable: true latitude: oneOf: - type: number format: double - type: string - $ref: '#/components/schemas/ReferenceNumeric' description: The latitude that the printer is located at. nullable: true longitude: oneOf: - type: number format: double - type: string - $ref: '#/components/schemas/ReferenceNumeric' description: The longitude that the printer is located at. nullable: true organization: type: array items: type: string nullable: true description: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. postalCode: type: string description: The postal code that the printer is located in. nullable: true roomDescription: type: string description: The description of the room that the printer is located in. nullable: true roomName: type: string description: The room that the printer is located in. Only numerical values are supported right now. nullable: true site: type: string description: The site that the printer is located in. nullable: true stateOrProvince: type: string description: The state or province that the printer is located in. nullable: true streetAddress: type: string description: The street address where the printer is located. nullable: true subdivision: type: array items: type: string nullable: true description: The subdivision that the printer is located in. The elements should be in hierarchical order. subunit: type: array items: type: string nullable: true '@odata.type': type: string microsoft.graph.printerShareViewpoint: title: printerShareViewpoint required: - '@odata.type' type: object properties: lastUsedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'Date and time when the printer was last used by the signed-in user. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true '@odata.type': type: string microsoft.graph.printerStatus: title: printerStatus required: - '@odata.type' type: object properties: description: type: string description: A human-readable description of the printer's current processing state. Read-only. nullable: true details: type: array items: $ref: '#/components/schemas/microsoft.graph.printerProcessingStateDetail' description: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. state: $ref: '#/components/schemas/microsoft.graph.printerProcessingState' '@odata.type': type: string microsoft.graph.printJobConfiguration: title: printJobConfiguration required: - '@odata.type' type: object properties: collate: type: boolean description: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. nullable: true colorMode: anyOf: - $ref: '#/components/schemas/microsoft.graph.printColorMode' - type: object nullable: true description: The color mode the printer should use to print the job. Valid values are described in the table below. Read-only. copies: maximum: 2147483647 minimum: -2147483648 type: integer description: The number of copies that should be printed. Read-only. format: int32 nullable: true dpi: maximum: 2147483647 minimum: -2147483648 type: integer description: 'The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only.' format: int32 nullable: true duplexMode: anyOf: - $ref: '#/components/schemas/microsoft.graph.printDuplexMode' - type: object nullable: true description: The duplex mode the printer should use when printing the job. Valid values are described in the table below. Read-only. feedOrientation: anyOf: - $ref: '#/components/schemas/microsoft.graph.printerFeedOrientation' - type: object nullable: true description: The orientation to use when feeding media into the printer. Valid values are described in the following table. Read-only. finishings: type: array items: anyOf: - $ref: '#/components/schemas/microsoft.graph.printFinishing' - type: object nullable: true description: Finishing processes to use when printing. fitPdfToPage: type: boolean description: True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. nullable: true inputBin: type: string description: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. nullable: true margin: anyOf: - $ref: '#/components/schemas/microsoft.graph.printMargin' - type: object nullable: true description: The margin settings to use when printing. mediaSize: type: string description: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. nullable: true mediaType: type: string description: The default media (such as paper) type to print the document on. nullable: true multipageLayout: anyOf: - $ref: '#/components/schemas/microsoft.graph.printMultipageLayout' - type: object nullable: true description: The direction to lay out pages when multiple pages are being printed per sheet. Valid values are described in the following table. orientation: anyOf: - $ref: '#/components/schemas/microsoft.graph.printOrientation' - type: object nullable: true description: The orientation setting the printer should use when printing the job. Valid values are described in the following table. outputBin: type: string description: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. nullable: true pageRanges: type: array items: $ref: '#/components/schemas/microsoft.graph.integerRange' description: The page ranges to print. Read-only. pagesPerSheet: maximum: 2147483647 minimum: -2147483648 type: integer description: The number of document pages to print on each sheet. format: int32 nullable: true quality: anyOf: - $ref: '#/components/schemas/microsoft.graph.printQuality' - type: object nullable: true description: The print quality to use when printing the job. Valid values are described in the table below. Read-only. scaling: anyOf: - $ref: '#/components/schemas/microsoft.graph.printScaling' - type: object nullable: true description: Specifies how the printer should scale the document data to fit the requested media. Valid values are described in the following table. '@odata.type': type: string microsoft.graph.printJobStatus: title: printJobStatus required: - '@odata.type' type: object properties: description: type: string description: A human-readable description of the print job's current processing state. Read-only. details: type: array items: $ref: '#/components/schemas/microsoft.graph.printJobStateDetail' description: Additional details for print job state. Valid values are described in the following table. Read-only. isAcquiredByPrinter: type: boolean description: True if the job was acknowledged by a printer; false otherwise. Read-only. state: $ref: '#/components/schemas/microsoft.graph.printJobProcessingState' '@odata.type': type: string microsoft.graph.printMargin: title: printMargin required: - '@odata.type' type: object properties: bottom: maximum: 2147483647 minimum: -2147483648 type: integer description: The margin in microns from the bottom edge. format: int32 nullable: true left: maximum: 2147483647 minimum: -2147483648 type: integer description: The margin in microns from the left edge. format: int32 nullable: true right: maximum: 2147483647 minimum: -2147483648 type: integer description: The margin in microns from the right edge. format: int32 nullable: true top: maximum: 2147483647 minimum: -2147483648 type: integer description: The margin in microns from the top edge. format: int32 nullable: true '@odata.type': type: string microsoft.graph.printOperationStatus: title: printOperationStatus required: - '@odata.type' type: object properties: description: type: string description: A human-readable description of the printOperation's current processing state. Read-only. state: $ref: '#/components/schemas/microsoft.graph.printOperationProcessingState' '@odata.type': type: string microsoft.graph.printSettings: title: printSettings required: - '@odata.type' type: object properties: documentConversionEnabled: type: boolean description: 'Specifies whether document conversion is enabled for the tenant. If document conversion is enabled, Universal Print service will automatically convert documents into a format compatible with the printer (xps to pdf) when needed.' '@odata.type': type: string microsoft.graph.printTaskStatus: title: printTaskStatus required: - '@odata.type' type: object properties: description: type: string description: A human-readable description of the current processing state of the printTask. state: $ref: '#/components/schemas/microsoft.graph.printTaskProcessingState' '@odata.type': type: string microsoft.graph.privacyProfile: title: privacyProfile required: - '@odata.type' type: object properties: contactEmail: type: string description: A valid smtp email address for the privacy statement contact. Not required. nullable: true statementUrl: type: string description: A valid URL format that begins with http:// or https://. Maximum length is 255 characters. The URL that directs to the company's privacy statement. Not required. nullable: true '@odata.type': type: string microsoft.graph.process: title: process required: - '@odata.type' type: object properties: accountName: type: string description: 'User account identifier (user account context the process ran under) for example, AccountName, SID, and so on.' nullable: true commandLine: type: string description: The full process invocation commandline including all parameters. nullable: true createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'Time at which the process was started. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true fileHash: anyOf: - $ref: '#/components/schemas/microsoft.graph.fileHash' - type: object nullable: true description: Complex type containing file hashes (cryptographic and location-sensitive). integrityLevel: anyOf: - $ref: '#/components/schemas/microsoft.graph.processIntegrityLevel' - type: object nullable: true description: 'The integrity level of the process. Possible values are: unknown, untrusted, low, medium, high, system.' isElevated: type: boolean description: True if the process is elevated. nullable: true name: type: string description: The name of the process' Image file. nullable: true parentProcessCreatedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'DateTime at which the parent process was started. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true parentProcessId: maximum: 2147483647 minimum: -2147483648 type: integer description: The Process ID (PID) of the parent process. format: int32 nullable: true parentProcessName: type: string description: The name of the image file of the parent process. nullable: true path: type: string description: 'Full path, including filename.' nullable: true processId: maximum: 2147483647 minimum: -2147483648 type: integer description: The Process ID (PID) of the process. format: int32 nullable: true '@odata.type': type: string microsoft.graph.profileCardAnnotation: title: profileCardAnnotation required: - '@odata.type' type: object properties: displayName: type: string description: 'If present, the value of this field is used by the profile card as the default property label in the experience (for example, ''Cost Center'').' nullable: true localizations: type: array items: $ref: '#/components/schemas/microsoft.graph.displayNameLocalization' description: 'Each resource in this collection represents the localized value of the attribute name for a given language, used as the default label for that locale. For example, a user with a nb-NO client gets ''Kostnadssenter'' as the attribute label, rather than ''Cost Center.''' '@odata.type': type: string microsoft.graph.prompt: title: prompt required: - '@odata.type' type: object properties: '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.mediaPrompt': '#/components/schemas/microsoft.graph.mediaPrompt' microsoft.graph.provisionChannelEmailResult: title: provisionChannelEmailResult required: - '@odata.type' type: object properties: email: type: string description: Represents the provisioned email address. nullable: true '@odata.type': type: string microsoft.graph.provisionedIdentity: allOf: - $ref: '#/components/schemas/microsoft.graph.identity' - title: provisionedIdentity required: - '@odata.type' type: object properties: details: anyOf: - $ref: '#/components/schemas/microsoft.graph.detailsInfo' - type: object nullable: true description: Details of the identity. identityType: type: string description: 'Type of identity that has been provisioned, such as ''user'' or ''group''. Supports $filter (eq, contains).' nullable: true '@odata.type': type: string default: '#microsoft.graph.provisionedIdentity' x-ms-discriminator-value: '#microsoft.graph.provisionedIdentity' microsoft.graph.provisionedPlan: title: provisionedPlan required: - '@odata.type' type: object properties: capabilityStatus: type: string description: 'For example, ''Enabled''.' nullable: true provisioningStatus: type: string description: 'For example, ''Success''.' nullable: true service: type: string description: 'The name of the service; for example, ''AccessControlS2S''' nullable: true '@odata.type': type: string microsoft.graph.provisioningErrorInfo: title: provisioningErrorInfo required: - '@odata.type' type: object properties: additionalDetails: type: string description: Additional details if there's error. nullable: true errorCategory: anyOf: - $ref: '#/components/schemas/microsoft.graph.provisioningStatusErrorCategory' - type: object nullable: true description: 'Categorizes the error code. Possible values are failure, nonServiceFailure, success, unknownFutureValue' errorCode: type: string description: Unique error code if any occurred. Learn more nullable: true reason: type: string description: Summarizes the status and describes why the status happened. nullable: true recommendedAction: type: string description: Provides the resolution for the corresponding error. nullable: true '@odata.type': type: string microsoft.graph.provisioningServicePrincipal: allOf: - $ref: '#/components/schemas/microsoft.graph.identity' - title: provisioningServicePrincipal required: - '@odata.type' type: object properties: '@odata.type': type: string default: '#microsoft.graph.provisioningServicePrincipal' x-ms-discriminator-value: '#microsoft.graph.provisioningServicePrincipal' microsoft.graph.provisioningStatusInfo: title: provisioningStatusInfo required: - '@odata.type' type: object properties: errorInformation: anyOf: - $ref: '#/components/schemas/microsoft.graph.provisioningErrorInfo' - type: object nullable: true description: If status isn't success/ skipped details for the error are contained in this. status: anyOf: - $ref: '#/components/schemas/microsoft.graph.provisioningResult' - type: object nullable: true description: 'Possible values are: success, warning, failure, skipped, unknownFutureValue.' '@odata.type': type: string microsoft.graph.provisioningStep: title: provisioningStep required: - '@odata.type' type: object properties: description: type: string description: Summary of what occurred during the step. nullable: true details: anyOf: - $ref: '#/components/schemas/microsoft.graph.detailsInfo' - type: object nullable: true description: Details of what occurred during the step. name: type: string description: Name of the step. nullable: true provisioningStepType: anyOf: - $ref: '#/components/schemas/microsoft.graph.provisioningStepType' - type: object nullable: true description: 'Type of step. Possible values are: import, scoping, matching, processing, referenceResolution, export, unknownFutureValue.' status: anyOf: - $ref: '#/components/schemas/microsoft.graph.provisioningResult' - type: object nullable: true description: 'Status of the step. Possible values are: success, warning, failure, skipped, unknownFutureValue.' '@odata.type': type: string microsoft.graph.provisioningSystem: allOf: - $ref: '#/components/schemas/microsoft.graph.identity' - title: provisioningSystem required: - '@odata.type' type: object properties: details: anyOf: - $ref: '#/components/schemas/microsoft.graph.detailsInfo' - type: object nullable: true description: Details of the system. '@odata.type': type: string default: '#microsoft.graph.provisioningSystem' x-ms-discriminator-value: '#microsoft.graph.provisioningSystem' microsoft.graph.proxiedDomain: title: proxiedDomain required: - '@odata.type' type: object properties: ipAddressOrFQDN: type: string description: The IP address or FQDN proxy: type: string description: Proxy IP or FQDN nullable: true '@odata.type': type: string description: Proxied Domain microsoft.graph.publicationFacet: title: publicationFacet required: - '@odata.type' type: object properties: checkedOutBy: anyOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' - type: object nullable: true description: The user who checked out the file. level: type: string description: The state of publication for this document. Either published or checkout. Read-only. nullable: true versionId: type: string description: The unique identifier for the version that is visible to the current caller. Read-only. nullable: true '@odata.type': type: string microsoft.graph.publicClientApplication: title: publicClientApplication required: - '@odata.type' type: object properties: redirectUris: type: array items: type: string description: 'Specifies the URLs where user tokens are sent for sign-in, or the redirect URIs where OAuth 2.0 authorization codes and access tokens are sent.' '@odata.type': type: string microsoft.graph.publicError: title: publicError required: - '@odata.type' type: object properties: code: type: string description: Represents the error code. nullable: true details: type: array items: $ref: '#/components/schemas/microsoft.graph.publicErrorDetail' description: Details of the error. innerError: anyOf: - $ref: '#/components/schemas/microsoft.graph.publicInnerError' - type: object nullable: true description: Details of the inner error. message: type: string description: A non-localized message for the developer. nullable: true target: type: string description: The target of the error. nullable: true '@odata.type': type: string microsoft.graph.publicErrorDetail: title: publicErrorDetail required: - '@odata.type' type: object properties: code: type: string description: The error code. nullable: true message: type: string description: The error message. nullable: true target: type: string description: The target of the error. nullable: true '@odata.type': type: string microsoft.graph.publicErrorResponse: title: publicErrorResponse required: - '@odata.type' type: object properties: error: anyOf: - $ref: '#/components/schemas/microsoft.graph.publicError' - type: object nullable: true '@odata.type': type: string microsoft.graph.publicInnerError: title: publicInnerError required: - '@odata.type' type: object properties: code: type: string description: The error code. nullable: true details: type: array items: $ref: '#/components/schemas/microsoft.graph.publicErrorDetail' description: A collection of error details. message: type: string description: The error message. nullable: true target: type: string description: The target of the error. nullable: true '@odata.type': type: string microsoft.graph.quota: title: quota required: - '@odata.type' type: object properties: deleted: type: integer description: 'Total space consumed by files in the recycle bin, in bytes. Read-only.' format: int64 nullable: true remaining: type: integer description: 'Total space remaining before reaching the quota limit, in bytes. Read-only.' format: int64 nullable: true state: type: string description: Enumeration value that indicates the state of the storage space. Read-only. nullable: true storagePlanInformation: anyOf: - $ref: '#/components/schemas/microsoft.graph.storagePlanInformation' - type: object nullable: true description: Information about the drive's storage quota plans. Only in Personal OneDrive. total: type: integer description: 'Total allowed storage space, in bytes. Read-only.' format: int64 nullable: true used: type: integer description: 'Total space used, in bytes. Read-only.' format: int64 nullable: true '@odata.type': type: string microsoft.graph.reactionsFacet: title: reactionsFacet required: - '@odata.type' type: object properties: commentCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Count of comments. format: int32 nullable: true likeCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Count of likes. format: int32 nullable: true shareCount: maximum: 2147483647 minimum: -2147483648 type: integer description: Count of shares. format: int32 nullable: true '@odata.type': type: string microsoft.graph.recentNotebook: title: recentNotebook required: - '@odata.type' type: object properties: displayName: type: string description: The name of the notebook. nullable: true lastAccessedTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The date and time when the notebook was last modified. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true links: anyOf: - $ref: '#/components/schemas/microsoft.graph.recentNotebookLinks' - type: object nullable: true description: 'Links for opening the notebook. The oneNoteClientURL link opens the notebook in the OneNote client, if it''s installed. The oneNoteWebURL link opens the notebook in OneNote on the web.' sourceService: anyOf: - $ref: '#/components/schemas/microsoft.graph.onenoteSourceService' - type: object nullable: true description: 'The backend store where the Notebook resides, either OneDriveForBusiness or OneDrive.' '@odata.type': type: string microsoft.graph.recentNotebookLinks: title: recentNotebookLinks required: - '@odata.type' type: object properties: oneNoteClientUrl: anyOf: - $ref: '#/components/schemas/microsoft.graph.externalLink' - type: object nullable: true description: Opens the notebook in the OneNote native client if it's installed. oneNoteWebUrl: anyOf: - $ref: '#/components/schemas/microsoft.graph.externalLink' - type: object nullable: true description: Opens the notebook in OneNote on the web. '@odata.type': type: string microsoft.graph.recipient: title: recipient required: - '@odata.type' type: object properties: emailAddress: anyOf: - $ref: '#/components/schemas/microsoft.graph.emailAddress' - type: object nullable: true description: The recipient's email address. '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.attendeeBase': '#/components/schemas/microsoft.graph.attendeeBase' '#microsoft.graph.attendee': '#/components/schemas/microsoft.graph.attendee' microsoft.graph.recommendedAction: title: recommendedAction required: - '@odata.type' type: object properties: actionWebUrl: type: string description: Web URL to the recommended action. nullable: true potentialScoreImpact: oneOf: - type: number format: double - type: string - $ref: '#/components/schemas/ReferenceNumeric' description: Potential improvement in the tenant security score from the recommended action. nullable: true title: type: string description: Title of the recommended action. nullable: true '@odata.type': type: string microsoft.graph.recordingInfo: title: recordingInfo required: - '@odata.type' type: object properties: initiator: anyOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' - type: object nullable: true description: The identities of the recording initiator. recordingStatus: $ref: '#/components/schemas/microsoft.graph.recordingStatus' '@odata.type': type: string microsoft.graph.recurrencePattern: title: recurrencePattern required: - '@odata.type' type: object properties: dayOfMonth: maximum: 2147483647 minimum: -2147483648 type: integer description: The day of the month on which the event occurs. Required if type is absoluteMonthly or absoluteYearly. format: int32 daysOfWeek: type: array items: anyOf: - $ref: '#/components/schemas/microsoft.graph.dayOfWeek' - type: object nullable: true description: 'A collection of the days of the week on which the event occurs. The possible values are: sunday, monday, tuesday, wednesday, thursday, friday, saturday. If type is relativeMonthly or relativeYearly, and daysOfWeek specifies more than one day, the event falls on the first day that satisfies the pattern. Required if type is weekly, relativeMonthly, or relativeYearly.' firstDayOfWeek: anyOf: - $ref: '#/components/schemas/microsoft.graph.dayOfWeek' - type: object nullable: true description: 'The first day of the week. The possible values are: sunday, monday, tuesday, wednesday, thursday, friday, saturday. Default is sunday. Required if type is weekly.' index: anyOf: - $ref: '#/components/schemas/microsoft.graph.weekIndex' - type: object nullable: true description: 'Specifies on which instance of the allowed days specified in daysOfWeek the event occurs, counted from the first instance in the month. The possible values are: first, second, third, fourth, last. Default is first. Optional and used if type is relativeMonthly or relativeYearly.' interval: maximum: 2147483647 minimum: -2147483648 type: integer description: 'The number of units between occurrences, where units can be in days, weeks, months, or years, depending on the type. Required.' format: int32 month: maximum: 2147483647 minimum: -2147483648 type: integer description: The month in which the event occurs. This is a number from 1 to 12. format: int32 type: anyOf: - $ref: '#/components/schemas/microsoft.graph.recurrencePatternType' - type: object nullable: true description: 'The recurrence pattern type: daily, weekly, absoluteMonthly, relativeMonthly, absoluteYearly, relativeYearly. Required. For more information, see values of type property.' '@odata.type': type: string microsoft.graph.recurrenceRange: title: recurrenceRange required: - '@odata.type' type: object properties: endDate: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string description: 'The date to stop applying the recurrence pattern. Depending on the recurrence pattern of the event, the last occurrence of the meeting may not be this date. Required if type is endDate.' format: date nullable: true numberOfOccurrences: maximum: 2147483647 minimum: -2147483648 type: integer description: The number of times to repeat the event. Required and must be positive if type is numbered. format: int32 recurrenceTimeZone: type: string description: 'Time zone for the startDate and endDate properties. Optional. If not specified, the time zone of the event is used.' nullable: true startDate: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string description: 'The date to start applying the recurrence pattern. The first occurrence of the meeting may be this date or later, depending on the recurrence pattern of the event. Must be the same value as the start property of the recurring event. Required.' format: date nullable: true type: anyOf: - $ref: '#/components/schemas/microsoft.graph.recurrenceRangeType' - type: object nullable: true description: 'The recurrence range. The possible values are: endDate, noEnd, numbered. Required.' '@odata.type': type: string microsoft.graph.redirectUriSettings: title: redirectUriSettings required: - '@odata.type' type: object properties: index: maximum: 2147483647 minimum: -2147483648 type: integer format: int32 nullable: true uri: type: string nullable: true '@odata.type': type: string microsoft.graph.referencedObject: title: referencedObject required: - '@odata.type' type: object properties: referencedObjectName: type: string description: Name of the referenced object. Must match one of the objects in the directory definition. nullable: true referencedProperty: type: string description: 'Currently not supported. Name of the property in the referenced object, the value for which is used as the reference.' nullable: true '@odata.type': type: string microsoft.graph.registrationEnforcement: title: registrationEnforcement required: - '@odata.type' type: object properties: authenticationMethodsRegistrationCampaign: anyOf: - $ref: '#/components/schemas/microsoft.graph.authenticationMethodsRegistrationCampaign' - type: object nullable: true description: Run campaigns to remind users to set up targeted authentication methods. '@odata.type': type: string microsoft.graph.registryKeyState: title: registryKeyState required: - '@odata.type' type: object properties: hive: anyOf: - $ref: '#/components/schemas/microsoft.graph.registryHive' - type: object nullable: true description: 'A Windows registry hive : HKEYCURRENTCONFIG HKEYCURRENTUSER HKEYLOCALMACHINE/SAM HKEYLOCALMACHINE/Security HKEYLOCALMACHINE/Software HKEYLOCALMACHINE/System HKEY_USERS/.Default. Possible values are: unknown, currentConfig, currentUser, localMachineSam, localMachineSecurity, localMachineSoftware, localMachineSystem, usersDefault.' key: type: string description: Current (i.e. changed) registry key (excludes HIVE). nullable: true oldKey: type: string description: Previous (i.e. before changed) registry key (excludes HIVE). nullable: true oldValueData: type: string description: Previous (i.e. before changed) registry key value data (contents). nullable: true oldValueName: type: string description: Previous (i.e. before changed) registry key value name. nullable: true operation: anyOf: - $ref: '#/components/schemas/microsoft.graph.registryOperation' - type: object nullable: true description: 'Operation that changed the registry key name and/or value. Possible values are: unknown, create, modify, delete.' processId: maximum: 2147483647 minimum: -2147483648 type: integer description: Process ID (PID) of the process that modified the registry key (process details will appear in the alert 'processes' collection). format: int32 nullable: true valueData: type: string description: Current (i.e. changed) registry key value data (contents). nullable: true valueName: type: string description: Current (i.e. changed) registry key value name nullable: true valueType: anyOf: - $ref: '#/components/schemas/microsoft.graph.registryValueType' - type: object nullable: true description: 'Registry key value type REGBINARY REGDWORD REGDWORDLITTLEENDIAN REGDWORDBIGENDIANREGEXPANDSZ REGLINK REGMULTISZ REGNONE REGQWORD REGQWORDLITTLEENDIAN REG_SZ Possible values are: unknown, binary, dword, dwordLittleEndian, dwordBigEndian, expandSz, link, multiSz, none, qword, qwordlittleEndian, sz.' '@odata.type': type: string microsoft.graph.rejectJoinResponse: allOf: - $ref: '#/components/schemas/microsoft.graph.participantJoiningResponse' - title: rejectJoinResponse required: - '@odata.type' type: object properties: reason: $ref: '#/components/schemas/microsoft.graph.rejectReason' '@odata.type': type: string default: '#microsoft.graph.rejectJoinResponse' x-ms-discriminator-value: '#microsoft.graph.rejectJoinResponse' microsoft.graph.relatedContact: title: relatedContact required: - '@odata.type' type: object properties: accessConsent: type: boolean description: Indicates whether the user has been consented to access student data. nullable: true displayName: type: string description: Name of the contact. Required. emailAddress: type: string description: Primary email address of the contact. Required. mobilePhone: type: string description: Mobile phone number of the contact. nullable: true relationship: $ref: '#/components/schemas/microsoft.graph.contactRelationship' '@odata.type': type: string microsoft.graph.reminder: title: reminder required: - '@odata.type' type: object properties: changeKey: type: string description: 'Identifies the version of the reminder. Every time the reminder is changed, changeKey changes as well. This allows Exchange to apply changes to the correct version of the object.' nullable: true eventEndTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' - type: object nullable: true description: 'The date, time and time zone that the event ends.' eventId: type: string description: The unique ID of the event. Read only. nullable: true eventLocation: anyOf: - $ref: '#/components/schemas/microsoft.graph.location' - type: object nullable: true description: The location of the event. eventStartTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' - type: object nullable: true description: 'The date, time, and time zone that the event starts.' eventSubject: type: string description: The text of the event's subject line. nullable: true eventWebLink: type: string description: The URL to open the event in Outlook on the web.The event opens in the browser if you're logged in to your mailbox via Outlook on the web. You're prompted to log in if you aren't already logged in with the browser.This URL can't be accessed from within an iFrame. nullable: true reminderFireTime: anyOf: - $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' - type: object nullable: true description: 'The date, time, and time zone that the reminder is set to occur.' '@odata.type': type: string microsoft.graph.remoteItem: title: remoteItem required: - '@odata.type' type: object properties: createdBy: anyOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' - type: object nullable: true description: 'Identity of the user, device, and application which created the item. Read-only.' createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Date and time of item creation. Read-only. format: date-time nullable: true file: anyOf: - $ref: '#/components/schemas/microsoft.graph.file' - type: object nullable: true description: Indicates that the remote item is a file. Read-only. fileSystemInfo: anyOf: - $ref: '#/components/schemas/microsoft.graph.fileSystemInfo' - type: object nullable: true description: Information about the remote item from the local file system. Read-only. folder: anyOf: - $ref: '#/components/schemas/microsoft.graph.folder' - type: object nullable: true description: Indicates that the remote item is a folder. Read-only. id: type: string description: Unique identifier for the remote item in its drive. Read-only. nullable: true image: anyOf: - $ref: '#/components/schemas/microsoft.graph.image' - type: object nullable: true description: 'Image metadata, if the item is an image. Read-only.' lastModifiedBy: anyOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' - type: object nullable: true description: 'Identity of the user, device, and application which last modified the item. Read-only.' lastModifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Date and time the item was last modified. Read-only. format: date-time nullable: true name: type: string description: Optional. Filename of the remote item. Read-only. nullable: true package: anyOf: - $ref: '#/components/schemas/microsoft.graph.package' - type: object nullable: true description: 'If present, indicates that this item is a package instead of a folder or file. Packages are treated like files in some contexts and folders in others. Read-only.' parentReference: anyOf: - $ref: '#/components/schemas/microsoft.graph.itemReference' - type: object nullable: true description: Properties of the parent of the remote item. Read-only. shared: anyOf: - $ref: '#/components/schemas/microsoft.graph.shared' - type: object nullable: true description: Indicates that the item has been shared with others and provides information about the shared state of the item. Read-only. sharepointIds: anyOf: - $ref: '#/components/schemas/microsoft.graph.sharepointIds' - type: object nullable: true description: Provides interop between items in OneDrive for Business and SharePoint with the full set of item identifiers. Read-only. size: type: integer description: Size of the remote item. Read-only. format: int64 nullable: true specialFolder: anyOf: - $ref: '#/components/schemas/microsoft.graph.specialFolder' - type: object nullable: true description: 'If the current item is also available as a special folder, this facet is returned. Read-only.' video: anyOf: - $ref: '#/components/schemas/microsoft.graph.video' - type: object nullable: true description: 'Video metadata, if the item is a video. Read-only.' webDavUrl: type: string description: DAV compatible URL for the item. nullable: true webUrl: type: string description: URL that displays the resource in the browser. Read-only. nullable: true '@odata.type': type: string microsoft.graph.remoteLockActionResult: allOf: - $ref: '#/components/schemas/microsoft.graph.deviceActionResult' - title: remoteLockActionResult required: - '@odata.type' type: object properties: unlockPin: type: string description: Pin to unlock the client nullable: true '@odata.type': type: string description: Lock action result with a pin to unlock x-ms-discriminator-value: '#microsoft.graph.remoteLockActionResult' microsoft.graph.removeAccessApplyAction: allOf: - $ref: '#/components/schemas/microsoft.graph.accessReviewApplyAction' - title: removeAccessApplyAction required: - '@odata.type' type: object properties: '@odata.type': type: string default: '#microsoft.graph.removeAccessApplyAction' x-ms-discriminator-value: '#microsoft.graph.removeAccessApplyAction' microsoft.graph.removedState: title: removedState required: - '@odata.type' type: object properties: reason: type: string description: The removal reason for the participant resource. nullable: true '@odata.type': type: string microsoft.graph.renameAction: title: renameAction required: - '@odata.type' type: object properties: newName: type: string description: The new name of the item. nullable: true oldName: type: string description: The previous name of the item. nullable: true '@odata.type': type: string microsoft.graph.report: title: report required: - '@odata.type' type: object properties: content: type: string description: Not yet documented format: base64url nullable: true '@odata.type': type: string description: Device Configuration profile History reports. microsoft.graph.requestorManager: allOf: - $ref: '#/components/schemas/microsoft.graph.subjectSet' - title: requestorManager required: - '@odata.type' type: object properties: managerLevel: maximum: 2147483647 minimum: -2147483648 type: integer description: 'The hierarchical level of the manager with respect to the requestor. For example, the direct manager of a requestor would have a managerLevel of 1, while the manager of the requestor''s manager would have a managerLevel of 2. Default value for managerLevel is 1. Possible values for this property range from 1 to 2.' format: int32 nullable: true '@odata.type': type: string default: '#microsoft.graph.requestorManager' x-ms-discriminator-value: '#microsoft.graph.requestorManager' microsoft.graph.requestSchedule: title: requestSchedule required: - '@odata.type' type: object properties: expiration: anyOf: - $ref: '#/components/schemas/microsoft.graph.expirationPattern' - type: object nullable: true description: When the eligible or active assignment expires. recurrence: anyOf: - $ref: '#/components/schemas/microsoft.graph.patternedRecurrence' - type: object nullable: true description: The frequency of the eligible or active assignment. This property is currently unsupported in PIM. startDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: When the eligible or active assignment becomes active. format: date-time nullable: true '@odata.type': type: string microsoft.graph.requestSignatureVerification: title: requestSignatureVerification required: - '@odata.type' type: object properties: allowedWeakAlgorithms: anyOf: - $ref: '#/components/schemas/microsoft.graph.weakAlgorithms' - type: object nullable: true description: 'Specifies which weak algorithms are allowed. The possible values are: rsaSha1, unknownFutureValue.' isSignedRequestRequired: type: boolean description: Specifies whether signed authentication requests for this application should be required. '@odata.type': type: string microsoft.graph.requiredResourceAccess: title: requiredResourceAccess required: - '@odata.type' type: object properties: resourceAccess: type: array items: $ref: '#/components/schemas/microsoft.graph.resourceAccess' description: The list of OAuth2.0 permission scopes and app roles that the application requires from the specified resource. resourceAppId: type: string description: The unique identifier for the resource that the application requires access to. This should be equal to the appId declared on the target resource application. '@odata.type': type: string microsoft.graph.resetPasscodeActionResult: allOf: - $ref: '#/components/schemas/microsoft.graph.deviceActionResult' - title: resetPasscodeActionResult required: - '@odata.type' type: object properties: errorCode: maximum: 2147483647 minimum: -2147483648 type: integer description: RotateBitLockerKeys action error code. Valid values 0 to 2147483647 format: int32 passcode: type: string description: Newly generated passcode for the device nullable: true '@odata.type': type: string description: Reset passcode action result x-ms-discriminator-value: '#microsoft.graph.resetPasscodeActionResult' microsoft.graph.resourceAccess: title: resourceAccess required: - '@odata.type' type: object properties: id: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string description: 'The unique identifier of an app role or delegated permission exposed by the resource application. For delegated permissions, this should match the id property of one of the delegated permissions in the oauth2PermissionScopes collection of the resource application''s service principal. For app roles (application permissions), this should match the id property of an app role in the appRoles collection of the resource application''s service principal.' format: uuid type: type: string description: 'Specifies whether the id property references a delegated permission or an app role (application permission). The possible values are: Scope (for delegated permissions) or Role (for app roles).' nullable: true '@odata.type': type: string microsoft.graph.resourceAction: title: resourceAction required: - '@odata.type' type: object properties: allowedResourceActions: type: array items: type: string nullable: true description: Allowed Actions notAllowedResourceActions: type: array items: type: string nullable: true description: Not Allowed Actions. '@odata.type': type: string description: Set of allowed and not allowed actions for a resource. microsoft.graph.resourceData: title: resourceData required: - '@odata.type' type: object properties: '@odata.type': type: string microsoft.graph.resourcePermission: title: resourcePermission required: - '@odata.type' type: object properties: type: type: string value: type: string '@odata.type': type: string microsoft.graph.resourceReference: title: resourceReference required: - '@odata.type' type: object properties: id: type: string description: The item's unique identifier. nullable: true type: type: string description: 'A string value that can be used to classify the item, such as ''microsoft.graph.driveItem''' nullable: true webUrl: type: string description: A URL leading to the referenced item. nullable: true '@odata.type': type: string microsoft.graph.resourceSpecificPermission: title: resourceSpecificPermission required: - '@odata.type' type: object properties: description: type: string description: Describes the level of access that the resource-specific permission represents. nullable: true displayName: type: string description: The display name for the resource-specific permission. nullable: true id: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string description: The unique identifier for the resource-specific application permission. format: uuid isEnabled: type: boolean description: Indicates whether the permission is enabled. value: type: string description: The value of the permission. nullable: true '@odata.type': type: string microsoft.graph.resourceVisualization: title: resourceVisualization required: - '@odata.type' type: object properties: containerDisplayName: type: string description: 'A string describing where the item is stored. For example, the name of a SharePoint site or the user name identifying the owner of the OneDrive storing the item.' nullable: true containerType: type: string description: Can be used for filtering by the type of container in which the file is stored. Such as Site or OneDriveBusiness. nullable: true containerWebUrl: type: string description: A path leading to the folder in which the item is stored. nullable: true mediaType: type: string description: The item's media type. Can be used for filtering for a specific type of file based on supported IANA Media Mime Types. Not all Media Mime Types are supported. nullable: true previewImageUrl: type: string description: A URL leading to the preview image for the item. nullable: true previewText: type: string description: A preview text for the item. nullable: true title: type: string description: The item's title text. nullable: true type: type: string description: The item's media type. Can be used for filtering for a specific file based on a specific type. See the section Type property values for supported types. nullable: true '@odata.type': type: string microsoft.graph.responseStatus: title: responseStatus required: - '@odata.type' type: object properties: response: anyOf: - $ref: '#/components/schemas/microsoft.graph.responseType' - type: object nullable: true description: 'The response type. Possible values are: none, organizer, tentativelyAccepted, accepted, declined, notResponded.To differentiate between none and notResponded: none – from organizer''s perspective. This value is used when the status of an attendee/participant is reported to the organizer of a meeting. notResponded – from attendee''s perspective. Indicates the attendee has not responded to the meeting request. Clients can treat notResponded == none. As an example, if attendee Alex hasn''t responded to a meeting request, getting Alex'' response status for that event in Alex'' calendar returns notResponded. Getting Alex'' response from the calendar of any other attendee or the organizer''s returns none. Getting the organizer''s response for the event in anybody''s calendar also returns none.' time: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The date and time when the response was returned. It uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true '@odata.type': type: string microsoft.graph.restoreAction: title: restoreAction required: - '@odata.type' type: object properties: '@odata.type': type: string microsoft.graph.resultInfo: title: resultInfo required: - '@odata.type' type: object properties: code: maximum: 2147483647 minimum: -2147483648 type: integer description: The result code. format: int32 message: type: string description: The message. nullable: true subcode: maximum: 2147483647 minimum: -2147483648 type: integer description: The result subcode. format: int32 '@odata.type': type: string microsoft.graph.resultTemplate: title: resultTemplate required: - '@odata.type' type: object properties: body: description: JSON schema of the result template. displayName: type: string description: Name of the result template. nullable: true '@odata.type': type: string microsoft.graph.resultTemplateDictionary: allOf: - $ref: '#/components/schemas/microsoft.graph.Dictionary' - title: resultTemplateDictionary required: - '@odata.type' type: object properties: '@odata.type': type: string x-ms-discriminator-value: '#microsoft.graph.resultTemplateDictionary' microsoft.graph.resultTemplateOption: title: resultTemplateOption required: - '@odata.type' type: object properties: enableResultTemplate: type: boolean description: 'Indicates whether search display layouts are enabled. If enabled, the user will get the result template to render the search results content in the resultTemplates property of the response. The result template is based on Adaptive Cards. Optional.' nullable: true '@odata.type': type: string microsoft.graph.retentionLabelSettings: title: retentionLabelSettings required: - '@odata.type' type: object properties: behaviorDuringRetentionPeriod: anyOf: - $ref: '#/components/schemas/microsoft.graph.security.behaviorDuringRetentionPeriod' - type: object nullable: true description: 'Describes the item behavior during retention period. Possible values are: doNotRetain, retain, retainAsRecord, retainAsRegulatoryRecord, unknownFutureValue. Read-only.' isContentUpdateAllowed: type: boolean description: Specifies whether updates to document content are allowed. Read-only. nullable: true isDeleteAllowed: type: boolean description: Specifies whether the document deletion is allowed. Read-only. nullable: true isLabelUpdateAllowed: type: boolean description: Specifies whether you're allowed to change the retention label on the document. Read-only. nullable: true isMetadataUpdateAllowed: type: boolean description: 'Specifies whether updates to the item metadata (for example, the Title field) are blocked. Read-only.' nullable: true isRecordLocked: type: boolean description: Specifies whether the item is locked. Read-write. nullable: true '@odata.type': type: string microsoft.graph.rgbColor: title: rgbColor required: - '@odata.type' type: object properties: b: type: integer description: Blue value format: uint8 g: type: integer description: Green value format: uint8 r: type: integer description: Red value format: uint8 '@odata.type': type: string description: Color in RGB. microsoft.graph.riskServicePrincipalActivity: title: riskServicePrincipalActivity required: - '@odata.type' type: object properties: detail: anyOf: - $ref: '#/components/schemas/microsoft.graph.riskDetail' - type: object nullable: true description: 'Details of the detected risk. Note: Details for this property are only available for Workload Identities Premium customers. Events in tenants without this license will be returned hidden. The possible values are: none, hidden, adminConfirmedServicePrincipalCompromised, adminDismissedAllRiskForServicePrincipal. Note that you must use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: adminConfirmedServicePrincipalCompromised , adminDismissedAllRiskForServicePrincipal.' riskEventTypes: type: array items: type: string nullable: true description: 'The type of risk event detected. The possible values are: investigationsThreatIntelligence, generic, adminConfirmedServicePrincipalCompromised, suspiciousSignins, leakedCredentials, anomalousServicePrincipalActivity, maliciousApplication, suspiciousApplication.' '@odata.type': type: string microsoft.graph.riskUserActivity: title: riskUserActivity required: - '@odata.type' type: object properties: detail: anyOf: - $ref: '#/components/schemas/microsoft.graph.riskDetail' - type: object nullable: true description: 'Details of the detected risk. Possible values are: none, adminGeneratedTemporaryPassword, userPerformedSecuredPasswordChange, userPerformedSecuredPasswordReset, adminConfirmedSigninSafe, aiConfirmedSigninSafe, userPassedMFADrivenByRiskBasedPolicy, adminDismissedAllRiskForUser, adminConfirmedSigninCompromised, hidden, adminConfirmedUserCompromised, unknownFutureValue. For more information about each value, see Risk types and detection.' riskEventTypes: type: array items: type: string nullable: true description: The type of risk event detected. '@odata.type': type: string microsoft.graph.rolePermission: title: rolePermission required: - '@odata.type' type: object properties: resourceActions: type: array items: $ref: '#/components/schemas/microsoft.graph.resourceAction' description: Resource Actions each containing a set of allowed and not allowed permissions. '@odata.type': type: string description: Contains the set of ResourceActions determining the allowed and not allowed permissions for each role. microsoft.graph.root: title: root required: - '@odata.type' type: object properties: '@odata.type': type: string microsoft.graph.rotateBitLockerKeysDeviceActionResult: allOf: - $ref: '#/components/schemas/microsoft.graph.deviceActionResult' - title: rotateBitLockerKeysDeviceActionResult required: - '@odata.type' type: object properties: errorCode: maximum: 2147483647 minimum: -2147483648 type: integer description: RotateBitLockerKeys action error code format: int32 '@odata.type': type: string description: RotateBitLockerKeys device action result x-ms-discriminator-value: '#microsoft.graph.rotateBitLockerKeysDeviceActionResult' microsoft.graph.rubricCriterion: title: rubricCriterion required: - '@odata.type' type: object properties: description: anyOf: - $ref: '#/components/schemas/microsoft.graph.educationItemBody' - type: object nullable: true description: The description of this criterion. '@odata.type': type: string microsoft.graph.rubricLevel: title: rubricLevel required: - '@odata.type' type: object properties: description: anyOf: - $ref: '#/components/schemas/microsoft.graph.educationItemBody' - type: object nullable: true description: The description of this rubric level. displayName: type: string description: The name of this rubric level. nullable: true grading: anyOf: - $ref: '#/components/schemas/microsoft.graph.educationAssignmentGradeType' - type: object nullable: true description: Null if this is a no-points rubric; educationAssignmentPointsGradeType if it's a points rubric. levelId: type: string description: The ID of this resource. nullable: true '@odata.type': type: string microsoft.graph.rubricQuality: title: rubricQuality required: - '@odata.type' type: object properties: criteria: type: array items: $ref: '#/components/schemas/microsoft.graph.rubricCriterion' description: The collection of criteria for this rubric quality. description: anyOf: - $ref: '#/components/schemas/microsoft.graph.educationItemBody' - type: object nullable: true description: The description of this rubric quality. displayName: type: string description: The name of this rubric quality. nullable: true qualityId: type: string description: The ID of this resource. nullable: true weight: oneOf: - type: number format: float - type: string - $ref: '#/components/schemas/ReferenceNumeric' description: 'If present, a numerical weight for this quality. Weights must add up to 100.' nullable: true '@odata.type': type: string microsoft.graph.rubricQualityFeedbackModel: title: rubricQualityFeedbackModel required: - '@odata.type' type: object properties: feedback: anyOf: - $ref: '#/components/schemas/microsoft.graph.educationItemBody' - type: object nullable: true description: Specific feedback for one quality of this rubric. qualityId: type: string description: The ID of the rubricQuality that this feedback is related to. nullable: true '@odata.type': type: string microsoft.graph.rubricQualitySelectedColumnModel: title: rubricQualitySelectedColumnModel required: - '@odata.type' type: object properties: columnId: type: string description: ID of the selected level for this quality. nullable: true qualityId: type: string description: ID of the associated quality. nullable: true '@odata.type': type: string microsoft.graph.samlSingleSignOnSettings: title: samlSingleSignOnSettings required: - '@odata.type' type: object properties: relayState: type: string description: The relative URI the service provider would redirect to after completion of the single sign-on flow. nullable: true '@odata.type': type: string microsoft.graph.scheduleEntity: title: scheduleEntity required: - '@odata.type' type: object properties: endDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string format: date-time nullable: true startDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string format: date-time nullable: true theme: $ref: '#/components/schemas/microsoft.graph.scheduleEntityTheme' '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.shiftItem': '#/components/schemas/microsoft.graph.shiftItem' '#microsoft.graph.openShiftItem': '#/components/schemas/microsoft.graph.openShiftItem' '#microsoft.graph.timeOffItem': '#/components/schemas/microsoft.graph.timeOffItem' microsoft.graph.scheduleInformation: title: scheduleInformation required: - '@odata.type' type: object properties: availabilityView: type: string description: 'Represents a merged view of availability of all the items in scheduleItems. The view consists of time slots. Availability during each time slot is indicated with: 0= free or working elswhere, 1= tentative, 2= busy, 3= out of office.Note: Working elsewhere is set to 0 instead of 4 for backward compatibility. For details, see the Q&A.' nullable: true error: anyOf: - $ref: '#/components/schemas/microsoft.graph.freeBusyError' - type: object nullable: true description: 'Error information from attempting to get the availability of the user, distribution list, or resource.' scheduleId: type: string description: 'An SMTP address of the user, distribution list, or resource, identifying an instance of scheduleInformation.' nullable: true scheduleItems: type: array items: $ref: '#/components/schemas/microsoft.graph.scheduleItem' description: Contains the items that describe the availability of the user or resource. workingHours: anyOf: - $ref: '#/components/schemas/microsoft.graph.workingHours' - type: object nullable: true description: The days of the week and hours in a specific time zone that the user works. These are set as part of the user's mailboxSettings. '@odata.type': type: string microsoft.graph.scheduleItem: title: scheduleItem required: - '@odata.type' type: object properties: end: anyOf: - $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' - type: object nullable: true description: 'The date, time, and time zone that the corresponding event ends.' isPrivate: type: boolean description: 'The sensitivity of the corresponding event. True if the event is marked private, false otherwise. Optional.' nullable: true location: type: string description: The location where the corresponding event is held or attended from. Optional. nullable: true start: anyOf: - $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' - type: object nullable: true description: 'The date, time, and time zone that the corresponding event starts.' status: anyOf: - $ref: '#/components/schemas/microsoft.graph.freeBusyStatus' - type: object nullable: true description: 'The availability status of the user or resource during the corresponding event. The possible values are: free, tentative, busy, oof, workingElsewhere, unknown.' subject: type: string description: The corresponding event's subject line. Optional. nullable: true '@odata.type': type: string microsoft.graph.scoredEmailAddress: title: scoredEmailAddress required: - '@odata.type' type: object properties: address: type: string description: The email address. nullable: true itemId: type: string nullable: true relevanceScore: oneOf: - type: number format: double - type: string - $ref: '#/components/schemas/ReferenceNumeric' description: 'The relevance score of the email address. A relevance score is used as a sort key, in relation to the other returned results. A higher relevance score value corresponds to a more relevant result. Relevance is determined by the user’s communication and collaboration patterns and business relationships.' nullable: true selectionLikelihood: anyOf: - $ref: '#/components/schemas/microsoft.graph.selectionLikelihoodInfo' - type: object nullable: true '@odata.type': type: string microsoft.graph.searchAggregation: title: searchAggregation required: - '@odata.type' type: object properties: buckets: type: array items: $ref: '#/components/schemas/microsoft.graph.searchBucket' field: type: string nullable: true '@odata.type': type: string microsoft.graph.searchAlteration: title: searchAlteration required: - '@odata.type' type: object properties: alteredHighlightedQueryString: type: string description: 'Defines the altered highlighted query string with spelling correction. The annotation around the corrected segment is: /ue000, /ue001.' nullable: true alteredQueryString: type: string description: Defines the altered query string with spelling correction. nullable: true alteredQueryTokens: type: array items: $ref: '#/components/schemas/microsoft.graph.alteredQueryToken' description: Represents changed segments related to an original user query. '@odata.type': type: string microsoft.graph.searchAlterationOptions: title: searchAlterationOptions required: - '@odata.type' type: object properties: enableModification: type: boolean description: 'Indicates whether spelling modifications are enabled. If enabled, the user gets the search results for the corrected query if there were no results for the original query with typos. The response will also include the spelling modification information in the queryAlterationResponse property. Optional.' nullable: true enableSuggestion: type: boolean description: 'Indicates whether spelling suggestions are enabled. If enabled, the user gets the search results for the original search query and suggestions for spelling correction in the queryAlterationResponse property of the response for the typos in the query. Optional.' nullable: true '@odata.type': type: string microsoft.graph.searchBucket: title: searchBucket required: - '@odata.type' type: object properties: aggregationFilterToken: type: string description: 'A token containing the encoded filter to aggregate search matches by the specific key value. To use the filter, pass the token as part of the aggregationFilter property in a searchRequest object, in the format ''{field}:/''{aggregationFilterToken}/''''. See an example.' nullable: true count: maximum: 2147483647 minimum: -2147483648 type: integer description: The approximate number of search matches that share the same value specified in the key property. Note that this number is not the exact number of matches. format: int32 nullable: true key: type: string description: The discrete value of the field that an aggregation was computed on. nullable: true '@odata.type': type: string microsoft.graph.searchHit: title: searchHit required: - '@odata.type' type: object properties: contentSource: type: string description: The name of the content source that the externalItem is part of. nullable: true hitId: type: string description: 'The internal identifier for the item. The format of the identifier varies based on the entity type. For details, see hitId format.' nullable: true isCollapsed: type: boolean description: Indicates whether the current result is collapsed when the collapseProperties property in the searchRequest is used. nullable: true rank: maximum: 2147483647 minimum: -2147483648 type: integer description: The rank or the order of the result. format: int32 nullable: true resultTemplateId: type: string description: ID of the result template used to render the search result. This ID must map to a display layout in the resultTemplates dictionary that is also included in the searchResponse. nullable: true summary: type: string description: 'A summary of the result, if a summary is available.' nullable: true resource: anyOf: - $ref: '#/components/schemas/microsoft.graph.entity' - type: object nullable: true x-ms-navigationProperty: true '@odata.type': type: string microsoft.graph.searchHitsContainer: title: searchHitsContainer required: - '@odata.type' type: object properties: aggregations: type: array items: $ref: '#/components/schemas/microsoft.graph.searchAggregation' hits: type: array items: $ref: '#/components/schemas/microsoft.graph.searchHit' description: A collection of the search results. moreResultsAvailable: type: boolean description: 'Provides information if more results are available. Based on this information, you can adjust the from and size properties of the searchRequest accordingly.' nullable: true total: maximum: 2147483647 minimum: -2147483648 type: integer description: 'The total number of results. Note this isn''t the number of results on the page, but the total number of results satisfying the query.' format: int32 nullable: true '@odata.type': type: string microsoft.graph.searchQuery: title: searchQuery required: - '@odata.type' type: object properties: queryString: type: string description: The search query containing the search terms. Required. queryTemplate: type: string description: Provides a way to decorate the query string. Supports both KQL and query variables. Optional. nullable: true '@odata.type': type: string microsoft.graph.searchRequest: title: searchRequest required: - '@odata.type' type: object properties: aggregationFilters: type: array items: type: string nullable: true description: 'Contains one or more filters to obtain search results aggregated and filtered to a specific value of a field. Optional.Build this filter based on a prior search that aggregates by the same field. From the response of the prior search, identify the searchBucket that filters results to the specific value of the field, use the string in its aggregationFilterToken property, and build an aggregation filter string in the format ''{field}:/''{aggregationFilterToken}/''''. If multiple values for the same field need to be provided, use the strings in its aggregationFilterToken property and build an aggregation filter string in the format ''{field}:or(/''{aggregationFilterToken1}/'',/''{aggregationFilterToken2}/'')''. For example, searching and aggregating drive items by file type returns a searchBucket for the file type docx in the response. You can conveniently use the aggregationFilterToken returned for this searchBucket in a subsequent search query and filter matches down to drive items of the docx file type. Example 1 and example 2 show the actual requests and responses.' aggregations: type: array items: $ref: '#/components/schemas/microsoft.graph.aggregationOption' description: Specifies aggregations (also known as refiners) to be returned alongside search results. Optional. collapseProperties: type: array items: $ref: '#/components/schemas/microsoft.graph.collapseProperty' description: Contains the ordered collection of fields and limit to collapse results. Optional. contentSources: type: array items: type: string nullable: true description: Contains the connection to be targeted. enableTopResults: type: boolean description: 'This triggers hybrid sort for messages : the first 3 messages are the most relevant. This property is only applicable to entityType=message. Optional.' nullable: true entityTypes: type: array items: anyOf: - $ref: '#/components/schemas/microsoft.graph.entityType' - type: object nullable: true description: 'One or more types of resources expected in the response. Possible values are: event, message, driveItem, externalItem, site, list, listItem, drive, chatMessage, person, acronym, bookmark. Note that you must use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: chatMessage, person, acronym, bookmark. See known limitations for those combinations of two or more entity types that are supported in the same search request. Required.' fields: type: array items: type: string nullable: true description: 'Contains the fields to be returned for each resource object specified in entityTypes, allowing customization of the fields returned by default; otherwise, including additional fields such as custom managed properties from SharePoint and OneDrive, or custom fields in externalItem from the content that Microsoft Graph connectors bring in. The fields property can use the semantic labels applied to properties. For example, if a property is labeled as title, you can retrieve it using the following syntax: label_title. Optional.' from: maximum: 2147483647 minimum: -2147483648 type: integer description: Specifies the offset for the search results. Offset 0 returns the very first result. Optional. format: int32 query: $ref: '#/components/schemas/microsoft.graph.searchQuery' queryAlterationOptions: anyOf: - $ref: '#/components/schemas/microsoft.graph.searchAlterationOptions' - type: object nullable: true description: Query alteration options formatted in a JSON blob that contains two optional flags related to spelling correction. Optional. region: type: string description: 'The geographic location for the search. Required for searches that use application permissions. For details, see Get the region value.' nullable: true resultTemplateOptions: anyOf: - $ref: '#/components/schemas/microsoft.graph.resultTemplateOption' - type: object nullable: true description: Provides the search result template options to render search results from connectors. sharePointOneDriveOptions: anyOf: - $ref: '#/components/schemas/microsoft.graph.sharePointOneDriveOptions' - type: object nullable: true description: Indicates the kind of contents to be searched when a search is performed using application permissions. Optional. size: maximum: 2147483647 minimum: -2147483648 type: integer description: The size of the page to be retrieved. The maximum value is 500. Optional. format: int32 sortProperties: type: array items: $ref: '#/components/schemas/microsoft.graph.sortProperty' description: Contains the ordered collection of fields and direction to sort results. There can be at most 5 sort properties in the collection. Optional. '@odata.type': type: string microsoft.graph.searchResponse: title: searchResponse required: - '@odata.type' type: object properties: hitsContainers: type: array items: $ref: '#/components/schemas/microsoft.graph.searchHitsContainer' description: A collection of search results. queryAlterationResponse: anyOf: - $ref: '#/components/schemas/microsoft.graph.alterationResponse' - type: object nullable: true description: Provides information related to spelling corrections in the alteration response. resultTemplates: anyOf: - $ref: '#/components/schemas/microsoft.graph.resultTemplateDictionary' - type: object nullable: true description: 'A dictionary of resultTemplateIds and associated values, which include the name and JSON schema of the result templates.' searchTerms: type: array items: type: string nullable: true description: Contains the search terms sent in the initial search query. '@odata.type': type: string microsoft.graph.searchResult: title: searchResult required: - '@odata.type' type: object properties: onClickTelemetryUrl: type: string description: A callback URL that can be used to record telemetry information. The application should issue a GET on this URL if the user interacts with this item to improve the quality of results. nullable: true '@odata.type': type: string microsoft.graph.sectionLinks: title: sectionLinks required: - '@odata.type' type: object properties: oneNoteClientUrl: anyOf: - $ref: '#/components/schemas/microsoft.graph.externalLink' - type: object nullable: true description: Opens the section in the OneNote native client if it's installed. oneNoteWebUrl: anyOf: - $ref: '#/components/schemas/microsoft.graph.externalLink' - type: object nullable: true description: Opens the section in OneNote on the web. '@odata.type': type: string microsoft.graph.secureScoreControlStateUpdate: title: secureScoreControlStateUpdate required: - '@odata.type' type: object properties: assignedTo: type: string description: Assigns the control to the user who will take the action. nullable: true comment: type: string description: Provides optional comment about the control. nullable: true state: type: string description: 'State of the control, which can be modified via a PATCH command (for example, ignored, thirdParty).' nullable: true updatedBy: type: string description: ID of the user who updated tenant state. nullable: true updatedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: Time at which the control state was updated. format: date-time nullable: true '@odata.type': type: string microsoft.graph.securityResource: title: securityResource required: - '@odata.type' type: object properties: resource: type: string description: Name of the resource that is related to current alert. Required. nullable: true resourceType: anyOf: - $ref: '#/components/schemas/microsoft.graph.securityResourceType' - type: object nullable: true description: 'Represents type of security resources related to an alert. Possible values are: attacked, related.' '@odata.type': type: string microsoft.graph.securityVendorInformation: title: securityVendorInformation required: - '@odata.type' type: object properties: provider: type: string description: 'Specific provider (product/service - not vendor company); for example, WindowsDefenderATP.' nullable: true providerVersion: type: string description: 'Version of the provider or subprovider, if it exists, that generated the alert. Required' nullable: true subProvider: type: string description: 'Specific subprovider (under aggregating provider); for example, WindowsDefenderATP.SmartScreen.' nullable: true vendor: type: string description: 'Name of the alert vendor (for example, Microsoft, Dell, FireEye). Required' nullable: true '@odata.type': type: string microsoft.graph.selfServiceSignUpAuthenticationFlowConfiguration: title: selfServiceSignUpAuthenticationFlowConfiguration required: - '@odata.type' type: object properties: isEnabled: type: boolean description: Indicates whether self-service sign-up flow is enabled or disabled. The default value is false. This property isn't a key. Required. '@odata.type': type: string microsoft.graph.selfSignedCertificate: title: selfSignedCertificate required: - '@odata.type' type: object properties: customKeyIdentifier: type: string description: Custom key identifier. format: base64url nullable: true displayName: type: string description: The friendly name for the key. nullable: true endDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The date and time at which the credential expires. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true key: type: string description: The value for the key credential. Should be a Base-64 encoded value. format: base64url nullable: true keyId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string description: The unique identifier (GUID) for the key. format: uuid nullable: true startDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The date and time at which the credential becomes valid. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on January 1, 2014 is 2014-01-01T00:00:00Z.' format: date-time nullable: true thumbprint: type: string description: The thumbprint value for the key. nullable: true type: type: string description: The type of key credential. AsymmetricX509Cert. nullable: true usage: type: string description: A string that describes the purpose for which the key can be used. The possible value is Verify. nullable: true '@odata.type': type: string microsoft.graph.sensitivityLabelAssignment: title: sensitivityLabelAssignment required: - '@odata.type' type: object properties: assignmentMethod: $ref: '#/components/schemas/microsoft.graph.sensitivityLabelAssignmentMethod' sensitivityLabelId: type: string description: The unique identifier for the sensitivity label assigned to the file. tenantId: type: string description: The unique identifier for the tenant that hosts the file when this label is applied. '@odata.type': type: string microsoft.graph.serverProcessedContent: title: serverProcessedContent required: - '@odata.type' type: object properties: htmlStrings: type: array items: $ref: '#/components/schemas/microsoft.graph.metaDataKeyStringPair' description: 'A key-value map where keys are string identifiers and values are rich text with HTML format. SharePoint servers treat the values as HTML content and run services like safety checks, search index and link fixup on them.' imageSources: type: array items: $ref: '#/components/schemas/microsoft.graph.metaDataKeyStringPair' description: A key-value map where keys are string identifiers and values are image sources. SharePoint servers treat the values as image sources and run services like search index and link fixup on them. links: type: array items: $ref: '#/components/schemas/microsoft.graph.metaDataKeyStringPair' description: A key-value map where keys are string identifiers and values are links. SharePoint servers treat the values as links and run services like link fixup on them. searchablePlainTexts: type: array items: $ref: '#/components/schemas/microsoft.graph.metaDataKeyStringPair' description: A key-value map where keys are string identifiers and values are strings that should be search indexed. '@odata.type': type: string microsoft.graph.serviceHealthIssuePost: title: serviceHealthIssuePost required: - '@odata.type' type: object properties: createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The published time of the post. format: date-time description: anyOf: - $ref: '#/components/schemas/microsoft.graph.itemBody' - type: object nullable: true description: The content of the service issue post. The supported value for the contentType property is html. postType: anyOf: - $ref: '#/components/schemas/microsoft.graph.postType' - type: object nullable: true description: 'The post type of the service issue historical post. Possible values are: regular, quick, strategic, unknownFutureValue.' '@odata.type': type: string microsoft.graph.serviceHostedMediaConfig: allOf: - $ref: '#/components/schemas/microsoft.graph.mediaConfig' - title: serviceHostedMediaConfig required: - '@odata.type' type: object properties: preFetchMedia: type: array items: $ref: '#/components/schemas/microsoft.graph.mediaInfo' description: The list of media to pre-fetch. '@odata.type': type: string default: '#microsoft.graph.serviceHostedMediaConfig' x-ms-discriminator-value: '#microsoft.graph.serviceHostedMediaConfig' microsoft.graph.servicePlanInfo: title: servicePlanInfo required: - '@odata.type' type: object properties: appliesTo: type: string description: The object the service plan can be assigned to. The possible values are:User - service plan can be assigned to individual users.Company - service plan can be assigned to the entire tenant. nullable: true provisioningStatus: type: string description: 'The provisioning status of the service plan. The possible values are:Success - Service is fully provisioned.Disabled - Service is disabled.Error - The service plan isn''t provisioned and is in an error state.PendingInput - The service isn''t provisioned and is awaiting service confirmation.PendingActivation - The service is provisioned but requires explicit activation by an administrator (for example, Intune_O365 service plan)PendingProvisioning - Microsoft has added a new service to the product SKU and it isn''t activated in the tenant.' nullable: true servicePlanId: pattern: '^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$' type: string description: The unique identifier of the service plan. format: uuid nullable: true servicePlanName: type: string description: The name of the service plan. nullable: true '@odata.type': type: string microsoft.graph.servicePrincipalIdentity: allOf: - $ref: '#/components/schemas/microsoft.graph.identity' - title: servicePrincipalIdentity required: - '@odata.type' type: object properties: appId: type: string description: The application identifier of the service principal. nullable: true '@odata.type': type: string default: '#microsoft.graph.servicePrincipalIdentity' x-ms-discriminator-value: '#microsoft.graph.servicePrincipalIdentity' microsoft.graph.servicePrincipalLockConfiguration: title: servicePrincipalLockConfiguration required: - '@odata.type' type: object properties: allProperties: type: boolean description: 'Enables locking all sensitive properties. The sensitive properties are keyCredentials, passwordCredentials, and tokenEncryptionKeyId.' nullable: true credentialsWithUsageSign: type: boolean description: Locks the keyCredentials and passwordCredentials properties for modification where credential usage type is Sign. nullable: true credentialsWithUsageVerify: type: boolean description: Locks the keyCredentials and passwordCredentials properties for modification where credential usage type is Verify. This locks OAuth service principals. nullable: true isEnabled: type: boolean description: 'Enables or disables service principal lock configuration. To allow the sensitive properties to be updated, update this property to false to disable the lock on the service principal.' tokenEncryptionKeyId: type: boolean description: Locks the tokenEncryptionKeyId property for modification on the service principal. nullable: true '@odata.type': type: string microsoft.graph.serviceProvisioningError: title: serviceProvisioningError required: - '@odata.type' type: object properties: createdDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The date and time at which the error occurred. format: date-time nullable: true isResolved: type: boolean description: Indicates whether the error has been attended to. nullable: true serviceInstance: type: string description: 'Qualified service instance (for example, ''SharePoint/Dublin'') that published the service error information.' nullable: true '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.serviceProvisioningXmlError': '#/components/schemas/microsoft.graph.serviceProvisioningXmlError' microsoft.graph.serviceProvisioningXmlError: allOf: - $ref: '#/components/schemas/microsoft.graph.serviceProvisioningError' - title: serviceProvisioningXmlError required: - '@odata.type' type: object properties: errorDetail: type: string description: Error Information published by the Federated Service as an xml string. nullable: true '@odata.type': type: string default: '#microsoft.graph.serviceProvisioningXmlError' x-ms-discriminator-value: '#microsoft.graph.serviceProvisioningXmlError' microsoft.graph.serviceUpdateMessageViewpoint: title: serviceUpdateMessageViewpoint required: - '@odata.type' type: object properties: isArchived: type: boolean description: Indicates whether the user archived the message. nullable: true isFavorited: type: boolean description: Indicates whether the user marked the message as favorite. nullable: true isRead: type: boolean description: Indicates whether the user read the message. nullable: true '@odata.type': type: string microsoft.graph.settingSource: title: settingSource required: - '@odata.type' type: object properties: displayName: type: string description: Not yet documented nullable: true id: type: string description: Not yet documented nullable: true sourceType: $ref: '#/components/schemas/microsoft.graph.settingSourceType' '@odata.type': type: string microsoft.graph.settingTemplateValue: title: settingTemplateValue required: - '@odata.type' type: object properties: defaultValue: type: string description: Default value for the setting. nullable: true description: type: string description: Description of the setting. nullable: true name: type: string description: Name of the setting. nullable: true type: type: string description: Type of the setting. nullable: true '@odata.type': type: string microsoft.graph.settingValue: title: settingValue required: - '@odata.type' type: object properties: name: type: string description: Name of the setting (as defined by the groupSettingTemplate). nullable: true value: type: string description: Value of the setting. nullable: true '@odata.type': type: string microsoft.graph.shareAction: title: shareAction required: - '@odata.type' type: object properties: recipients: type: array items: $ref: '#/components/schemas/microsoft.graph.identitySet' description: The identities the item was shared with in this action. '@odata.type': type: string microsoft.graph.shared: title: shared required: - '@odata.type' type: object properties: owner: anyOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' - type: object nullable: true description: The identity of the owner of the shared item. Read-only. scope: type: string description: 'Indicates the scope of how the item is shared. The possible values are: anonymous, organization, or users. Read-only.' nullable: true sharedBy: anyOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' - type: object nullable: true description: The identity of the user who shared the item. Read-only. sharedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: The UTC date and time when the item was shared. Read-only. format: date-time nullable: true '@odata.type': type: string microsoft.graph.sharedPCAccountManagerPolicy: title: sharedPCAccountManagerPolicy required: - '@odata.type' type: object properties: accountDeletionPolicy: $ref: '#/components/schemas/microsoft.graph.sharedPCAccountDeletionPolicyType' cacheAccountsAboveDiskFreePercentage: maximum: 2147483647 minimum: -2147483648 type: integer description: Sets the percentage of available disk space a PC should have before it stops deleting cached shared PC accounts. Only applies when AccountDeletionPolicy is DiskSpaceThreshold or DiskSpaceThresholdOrInactiveThreshold. Valid values 0 to 100 format: int32 nullable: true inactiveThresholdDays: maximum: 2147483647 minimum: -2147483648 type: integer description: 'Specifies when the accounts will start being deleted when they have not been logged on during the specified period, given as number of days. Only applies when AccountDeletionPolicy is DiskSpaceThreshold or DiskSpaceThresholdOrInactiveThreshold.' format: int32 nullable: true removeAccountsBelowDiskFreePercentage: maximum: 2147483647 minimum: -2147483648 type: integer description: Sets the percentage of disk space remaining on a PC before cached accounts will be deleted to free disk space. Accounts that have been inactive the longest will be deleted first. Only applies when AccountDeletionPolicy is DiskSpaceThresholdOrInactiveThreshold. Valid values 0 to 100 format: int32 nullable: true '@odata.type': type: string description: SharedPC Account Manager Policy. Only applies when the account manager is enabled. microsoft.graph.sharePointIdentity: allOf: - $ref: '#/components/schemas/microsoft.graph.identity' - title: sharePointIdentity required: - '@odata.type' type: object properties: loginName: type: string description: The sign in name of the SharePoint identity. nullable: true '@odata.type': type: string default: '#microsoft.graph.sharePointIdentity' x-ms-discriminator-value: '#microsoft.graph.sharePointIdentity' microsoft.graph.sharePointIdentitySet: allOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' - title: sharePointIdentitySet required: - '@odata.type' type: object properties: group: anyOf: - $ref: '#/components/schemas/microsoft.graph.identity' - type: object nullable: true description: The group associated with this action. Optional. siteGroup: anyOf: - $ref: '#/components/schemas/microsoft.graph.sharePointIdentity' - type: object nullable: true description: The SharePoint group associated with this action. Optional. siteUser: anyOf: - $ref: '#/components/schemas/microsoft.graph.sharePointIdentity' - type: object nullable: true description: The SharePoint user associated with this action. Optional. '@odata.type': type: string default: '#microsoft.graph.sharePointIdentitySet' x-ms-discriminator-value: '#microsoft.graph.sharePointIdentitySet' microsoft.graph.sharepointIds: title: sharepointIds required: - '@odata.type' type: object properties: listId: type: string description: The unique identifier (guid) for the item's list in SharePoint. nullable: true listItemId: type: string description: An integer identifier for the item within the containing list. nullable: true listItemUniqueId: type: string description: The unique identifier (guid) for the item within OneDrive for Business or a SharePoint site. nullable: true siteId: type: string description: The unique identifier (guid) for the item's site collection (SPSite). nullable: true siteUrl: type: string description: The SharePoint URL for the site that contains the item. nullable: true tenantId: type: string description: The unique identifier (guid) for the tenancy. nullable: true webId: type: string description: The unique identifier (guid) for the item's site (SPWeb). nullable: true '@odata.type': type: string microsoft.graph.sharePointOneDriveOptions: title: sharePointOneDriveOptions required: - '@odata.type' type: object properties: includeContent: anyOf: - $ref: '#/components/schemas/microsoft.graph.searchContent' - type: object nullable: true description: 'The type of search content. The possible values are: sharedContent, privateContent, unknownFutureValue. Read-only.' '@odata.type': type: string microsoft.graph.sharingDetail: title: sharingDetail required: - '@odata.type' type: object properties: sharedBy: anyOf: - $ref: '#/components/schemas/microsoft.graph.insightIdentity' - type: object nullable: true description: The user who shared the document. sharedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string description: 'The date and time the file was last shared. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.' format: date-time nullable: true sharingReference: anyOf: - $ref: '#/components/schemas/microsoft.graph.resourceReference' - type: object nullable: true description: 'Reference properties of the document, such as the URL and type of the document. Read-only' readOnly: true sharingSubject: type: string description: The subject with which the document was shared. nullable: true sharingType: type: string description: 'Determines the way the document was shared. Can be by a 1Link1, 1Attachment1, 1Group1, 1Site1.' nullable: true '@odata.type': type: string microsoft.graph.sharingInvitation: title: sharingInvitation required: - '@odata.type' type: object properties: email: type: string description: The email address provided for the recipient of the sharing invitation. Read-only. nullable: true invitedBy: anyOf: - $ref: '#/components/schemas/microsoft.graph.identitySet' - type: object nullable: true description: 'Provides information about who sent the invitation that created this permission, if that information is available. Read-only.' redeemedBy: type: string nullable: true signInRequired: type: boolean description: If true the recipient of the invitation needs to sign in in order to access the shared item. Read-only. nullable: true '@odata.type': type: string microsoft.graph.sharingLink: title: sharingLink required: - '@odata.type' type: object properties: application: anyOf: - $ref: '#/components/schemas/microsoft.graph.identity' - type: object nullable: true description: The app the link is associated with. preventsDownload: type: boolean description: 'If true then the user can only use this link to view the item on the web, and cannot use it to download the contents of the item. Only for OneDrive for Business and SharePoint.' nullable: true scope: type: string description: 'The scope of the link represented by this permission. Value anonymous indicates the link is usable by anyone, organization indicates the link is only usable for users signed into the same tenant.' nullable: true type: type: string description: The type of the link created. nullable: true webHtml: type: string description: 'For embed links, this property contains the HTML code for an